:root{--primary-color: #1a5f7a;--secondary-color: #f8f9fa;--text-color: #333;--accent-color: #ffcc00}body{margin:0;font-family:Inter,sans-serif;color:var(--text-color)}.appWrapper{display:flex;min-height:100vh}.mainContent{flex:1;margin-left:260px;width:calc(100% - 260px);transition:all .3s ease}@media(max-width:1023px){.mainContent{margin-left:0;width:100%}}._footer_uepet_1{background:#020617;padding:60px 20px 40px;font-family:Inter,sans-serif}._mainWrapper_uepet_7{max-width:1200px;margin:0 auto}._glassContainer_uepet_12{background:#ffffff05;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.05);border-radius:40px;padding:50px;box-shadow:0 25px 50px -12px #00000080}._grid_uepet_21{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:60px;margin-bottom:50px}._logoWrapper_uepet_28{display:flex;align-items:center;gap:15px;margin-bottom:20px}._logoIcon_uepet_35{font-size:2.5rem}._logoText_uepet_36{font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:-.5px}._description_uepet_43{color:#94a3b8;line-height:1.7;font-size:.95rem;margin-bottom:25px}._socialGroup_uepet_50{display:flex;gap:12px}._socialCircle_uepet_55{width:42px;height:42px;background:#ffffff0d;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;transition:.3s cubic-bezier(.175,.885,.32,1.275)}._socialCircle_uepet_55:hover{background:#3b82f6;transform:translateY(-5px) scale(1.1)}._heading_uepet_72{color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:30px;position:relative}._heading_uepet_72:after{content:"";position:absolute;left:0;bottom:-10px;width:30px;height:2px;background:#3b82f6}._linkList_uepet_90{list-style:none;padding:0}._linkList_uepet_90 li{margin-bottom:15px}._linkList_uepet_90 a{color:#94a3b8;text-decoration:none;display:flex;align-items:center;gap:8px;transition:.2s}._linkList_uepet_90 a:hover{color:#3b82f6;padding-left:5px}._infoItem_uepet_106{display:flex;align-items:center;gap:15px;margin-bottom:20px;color:#cbd5e1}._accentIcon_uepet_114{color:#3b82f6}._subscribeBox_uepet_116{display:flex;background:#ffffff0d;padding:5px;border-radius:15px;margin-top:30px;border:1px solid rgba(255,255,255,.05)}._subscribeBox_uepet_116 input{background:transparent;border:none;padding:10px 15px;color:#fff;outline:none;width:100%}._sendBtn_uepet_134{background:#3b82f6;border:none;color:#fff;padding:10px 15px;border-radius:10px;cursor:pointer;transition:.3s}._sendBtn_uepet_134:hover{background:#2563eb;transform:scale(.95)}._divider_uepet_146{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);margin-bottom:30px}._bottomBar_uepet_152{display:flex;justify-content:space-between;align-items:center;color:#64748b;font-size:.85rem;flex-wrap:wrap;gap:20px}._legalLinks_uepet_162{display:flex;gap:20px}._legalLinks_uepet_162 a{color:#64748b;text-decoration:none}._legalLinks_uepet_162 a:hover{color:#fff}@media(max-width:968px){._grid_uepet_21{grid-template-columns:1fr 1fr}}@media(max-width:640px){._grid_uepet_21{grid-template-columns:1fr;text-align:center}._logoWrapper_uepet_28,._infoItem_uepet_106,._socialGroup_uepet_50{justify-content:center}._heading_uepet_72:after{left:50%;transform:translate(-50%)}._linkList_uepet_90 a{justify-content:center}._bottomBar_uepet_152{justify-content:center;text-align:center}._glassContainer_uepet_12{padding:30px 20px}}@media(max-width:1023px){._footer_uepet_1{padding-bottom:calc(86px + env(safe-area-inset-bottom,0px))}}._botWrapper_1hplq_2{position:fixed;bottom:15px;right:15px;z-index:10000;font-family:Inter,-apple-system,sans-serif;display:flex;flex-direction:column;align-items:flex-end}._chatWindow_1hplq_14{position:relative;margin-bottom:10px;width:clamp(280px,92vw,340px);height:clamp(400px,65vh,520px);background:#ffffffd9;backdrop-filter:blur(25px) saturate(170%);-webkit-backdrop-filter:blur(25px) saturate(170%);border:1px solid rgba(255,255,255,.5);border-radius:28px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 15px 40px #00000026}._chatHeader_1hplq_33{padding:12px 16px;background:#ffffff80;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}._headerInfo_1hplq_42{display:flex;align-items:center;gap:10px}._avatarBox_1hplq_44{width:32px;height:32px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 2px 8px #0000000d}._headerTitle_1hplq_53{font-weight:700;font-size:.85rem;color:#1c1c1e}._statusIndicator_1hplq_55{font-size:.7rem;color:#34c759;display:flex;align-items:center;gap:4px}._statusIndicator_1hplq_55 span{width:6px;height:6px;background:#34c759;border-radius:50%;animation:_pulse_1hplq_1 2s infinite}@keyframes _pulse_1hplq_1{0%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}to{transform:scale(1);opacity:1}}._headerActions_1hplq_71{display:flex;gap:6px}._toolBtn_1hplq_73{background:#0000000a;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;color:#8e8e93;display:flex;align-items:center;justify-content:center;font-size:1rem}._chatBody_1hplq_85{flex:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}._botGroup_1hplq_94,._userGroup_1hplq_94{max-width:88%}._botGroup_1hplq_94{align-self:flex-start}._userGroup_1hplq_94{align-self:flex-end}._botBubble_1hplq_98,._userBubble_1hplq_98{padding:10px 14px;font-size:.85rem;line-height:1.4;word-wrap:break-word}._botBubble_1hplq_98{background:#fff;color:#1c1c1e;border-radius:18px 18px 18px 5px;box-shadow:2px 2px 10px #00000005}._userBubble_1hplq_98{background:linear-gradient(135deg,#007aff,#0056b3);color:#fff;border-radius:18px 18px 5px}._bubbleMetadata_1hplq_119{display:flex;justify-content:flex-end;align-items:center;margin-top:4px;gap:8px}._msgTime_1hplq_127{font-size:.6rem;color:#8e8e93}._msgTools_1hplq_129{display:flex;gap:6px}._iconAction_1hplq_131{font-size:13px;color:#007aff;cursor:pointer;opacity:.7}._questionSection_1hplq_137{padding:10px 15px 12px;background:#ffffff4d}._chipScroll_1hplq_142{display:flex;gap:8px;overflow-x:auto;padding-bottom:5px;scrollbar-width:none}._chipScroll_1hplq_142::-webkit-scrollbar{display:none}._qChip_1hplq_151{white-space:nowrap;padding:7px 12px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:50px;font-size:.75rem;font-weight:600;color:#333;box-shadow:0 2px 4px #00000005}._fab_1hplq_164{width:54px;height:54px;border-radius:16px;background:#007aff;color:#fff;border:none;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #007aff4d;transition:.3s}._fabActive_1hplq_177{border-radius:50%;background:#1c1c1e}@media(max-width:1023px){._botWrapper_1hplq_2{bottom:calc(86px + env(safe-area-inset-bottom,0px))}}@media(max-width:480px){._chatWindow_1hplq_14{width:88vw;height:55vh;bottom:65px}._botBubble_1hplq_98,._userBubble_1hplq_98{font-size:.8rem;padding:8px 12px}._avatarBox_1hplq_44{width:30px;height:30px}._qChip_1hplq_151{padding:6px 10px;font-size:.7rem}}._loader_17686_1{width:min(420px,92vw);margin:12vh auto;padding:22px 24px;border:1px solid rgba(37,99,235,.14);border-radius:18px;background:linear-gradient(135deg,#fff,#eff6ff);box-shadow:0 18px 45px #0f172a14;color:#1e3a8a;font-weight:800;text-align:center}
