/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.block{display:block}.flex{display:flex}.h-full{height:100%}.h-screen{height:100vh}.min-h-\[300px\]{min-height:300px}.w-full{width:100%}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-auto{overflow:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.bg-\[\#232323\]{background-color:#232323}.text-center{text-align:center}.text-\[\#232323\]{color:#232323}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media (hover:hover){.hover\:bg-\[\#1a1a1a\]:hover{background-color:#1a1a1a}.hover\:underline:hover{text-decoration-line:underline}}:root{--color-bg:#f9f9f9;--color-bg-secondary:#f9f9f9;--color-border:#d0d7de;--color-text:#24292e;--color-muted:#57606a;--color-accent:#232323;--color-accent-hover:#e2e2e2;--radius:6px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--color-bg);height:100%;color:var(--color-text);font-family:inherit}.loading-msg,.no-chats-msg{color:var(--color-muted);padding:8px}.title{color:var(--color-text);font-size:20px;font-weight:700}.subtitle{color:var(--color-muted);font-size:14px}.chat-item{position:relative}.main-container{width:100%;max-width:1920px;height:100vh;margin:0 auto;display:flex}#sidebar{scrollbar-width:thin;scrollbar-color:#e1e1e1 #fafbfc;background:#f8f8f7;flex-direction:column;gap:12px;width:280px;padding:16px 10px 10px 16px;display:flex;overflow-y:auto;box-shadow:2px 0 5px #00000008}#sidebar .sidebar-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}#sidebar .sidebar-header h2{color:var(--color-text);font-size:18px}#sidebar .sidebar-header button{color:#d1242f;cursor:pointer;background:0 0;border:none;font-size:14px}#sidebar .new-chat-btn{color:#24292e;border-radius:var(--radius);cursor:pointer;background:#f8f8f7;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:20px 0;font-size:15px;font-weight:500;transition:background .15s;display:flex}#sidebar .new-chat-btn:hover{background:#f1f1ef}#chatList{margin:0;padding:0;list-style:none}#chatList h3{color:#555;margin:12px 0 5px;padding-left:8px;font-size:14px}.chat-group-title{color:#4b4f53;padding-bottom:5px;font-weight:500}#chatList li{border-radius:var(--radius);cursor:pointer;justify-content:space-between;align-items:center;padding:6px 6px 6px 14px;transition:background .15s;display:flex;position:relative}#chatList li:hover{background:#f1f1ef}#chatList li.active{font-weight:600;background:#eaeaea!important}#chatList li .chat-title{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--color-text);flex:1;width:100%;font-size:15px;transition:none;display:block;overflow:hidden}#chatList li:hover .chat-title{width:calc(100% - 56px);max-width:calc(100% - 56px)}@media (max-width:480px){#chatList li:hover .chat-title{width:calc(100% - 40px);max-width:calc(100% - 40px)}}#chatList li .chat-actions{opacity:0;pointer-events:none;gap:4px;transition:opacity .1s;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}#chatList li:hover .chat-actions{opacity:1;pointer-events:auto}#chatList li .chat-actions button{color:#4a5568}#chatList li .chat-actions button:hover{color:#2d3748}#center{box-sizing:border-box;background:#fff;border-left:1px solid #e6e6e6;flex-direction:column;flex:1;min-width:0;padding:20px 32px 32px;display:flex}#center header{border-bottom:1px solid var(--color-border);justify-content:center;gap:8px;margin-bottom:18px;padding-bottom:18px;display:flex}#chat{border-radius:var(--radius);white-space:pre-wrap;background:#fff;border:none;width:780px;margin:0 auto 8px;padding:6px}.chat-scroll-container{flex:auto;width:100%;min-height:300px;max-height:560px;overflow-y:auto}.overflow-auto,.overflow-scroll,.overflow-x-auto,.overflow-x-scroll,.overflow-y-auto,.overflow-y-scroll,.chat-scroll-container{scrollbar-width:thin;scrollbar-color:#e1e1e1 #fafbfc}.chat-scroll-container::-webkit-scrollbar{background:#fafbfc;width:8px}.chat-scroll-container::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:6px;-webkit-transition:background .2s;transition:background .2s}.chat-scroll-container::-webkit-scrollbar-thumb:hover{background:#ccc}.chat-scroll-container::-webkit-scrollbar-corner{background:0 0}#sidebar::-webkit-scrollbar{background:#fafbfc;width:8px}#sidebar::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:6px;-webkit-transition:background .2s;transition:background .2s}#sidebar::-webkit-scrollbar-thumb:hover{background:#ccc}#sidebar::-webkit-scrollbar-corner{background:0 0}.controls{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:12px;display:flex}button{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-accent);color:#fff;cursor:pointer;padding:8px 18px;font-weight:600;transition:background .2s}button:hover:not(:disabled){background:var(--color-accent-hover)}button:disabled{cursor:not-allowed;background:#a0aec0}.msg{box-sizing:border-box;background:var(--color-bg-secondary);word-break:break-word;scrollbar-width:thin;scrollbar-color:#e1e1e1 #fafbfc;border-radius:16px;width:100%;max-width:780px;padding:16px;font-size:16px}.msg::-webkit-scrollbar{background:#fafbfc;width:8px}.msg::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:6px;-webkit-transition:background .2s;transition:background .2s}.msg::-webkit-scrollbar-thumb:hover{background:#ccc}.msg::-webkit-scrollbar-corner{background:0 0}.msg-user{text-align:right;text-align:left;background:#eaeaea;width:-moz-fit-content;width:fit-content;max-width:75%;margin-left:auto;font-size:16px}.msg.editing{background:0 0;width:100%;max-width:100%;padding:0}.msg-user.editing{text-align:left;margin-left:0}.msg-assistant{box-sizing:border-box;background:#fff;border:none;width:100%;max-width:780px;padding-left:0;padding-right:0;font-size:16px}.msg.typing{position:relative}.typing-indicator{pointer-events:none;gap:4px;display:flex;position:absolute;bottom:6px;left:16px;transform:none}.typing-indicator span{background:var(--color-muted);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite typing-blink}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-blink{0%,80%,to{opacity:.2}40%{opacity:1}}.msg-wrapper{flex-direction:column;align-items:flex-start;margin:6px 0;display:flex}.msg-wrapper.user{align-items:flex-end}.msg-wrapper.user .actions-panel{align-self:flex-end}.actions-panel{opacity:0;align-self:flex-end;gap:8px;margin-top:4px;transition:opacity .2s;display:flex}.msg-wrapper.assistant .actions-panel{align-self:flex-start}.msg-wrapper:hover .actions-panel{opacity:1}.actions-panel .action-icon{color:var(--color-muted)}.actions-panel .action-icon:hover{background:var(--color-accent-hover);color:#32302c}.msg-popover{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius);white-space:nowrap;z-index:9999;width:-moz-max-content;width:max-content;padding:8px 12px;box-shadow:0 4px 8px #0000001a}.msg-edit textarea{resize:none;scrollbar-width:thin;scrollbar-color:#e1e1e1 #fafbfc;background:#f4f4f4;border:none;border-radius:16px;width:100%;min-height:56px;padding:16px;font-family:inherit;font-size:16px;overflow-y:auto}.msg-edit textarea:focus{transition:outline-color .2s;outline:1px solid #d0d0d0!important}.msg-edit textarea::-webkit-scrollbar{background:#fafbfc;width:8px}.msg-edit textarea::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:6px;-webkit-transition:background .2s;transition:background .2s}.msg-edit textarea::-webkit-scrollbar-thumb:hover{background:#ccc}.msg-edit textarea::-webkit-scrollbar-corner{background:0 0}.msg-edit-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.msg-edit-actions .chat-modal-btn{margin:0}.markdown{color:#23201c;word-break:break-word;background:0 0;width:100%;max-width:780px;padding:0;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-size:16px;line-height:1.6}.plain-text{white-space:pre-wrap}.markdown *{box-sizing:border-box;overflow-wrap:break-word;word-break:break-word;max-width:100%}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{color:#18191a;margin:1em 0 .5em;font-weight:700;line-height:1.3}.markdown h1{font-size:2em}.markdown h2{font-size:1.5em}.markdown h3{font-size:1.2em}.markdown h4,.markdown h5,.markdown h6{font-size:1em}.markdown p{margin:0;padding:0}.markdown ul,.markdown ol{margin:0 0 0 1.5em;padding:0}.markdown li{margin:0;padding:0;line-height:1.5;list-style-position:outside}.markdown li>ul,.markdown li>ol{margin:.3em 0 0 1.2em;padding:0}.markdown li>p{margin:0;padding:0}.markdown li>p:first-child{margin-top:0}.markdown li>p:last-child{margin-bottom:0}.markdown blockquote{color:#666;background:#fafbfc;border-left:3px solid #e1e1e1;margin:1em 0;padding-left:1em}.markdown code{color:#23201c;background:#f4f4f4;border-radius:5px;padding:2px 5px;font-family:JetBrains Mono,Fira Mono,Consolas,Menlo,monospace;font-size:.95em}.markdown pre,.markdown .code-content{background:#f9f9f9;border-radius:7px;margin-bottom:1em;padding:12px;font-size:.95em;overflow-x:auto}.markdown pre code{font-size:inherit;background:0 0;padding:0}.markdown table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.96em}.markdown th,.markdown td{text-align:left;border:1px solid #e4e4e4;padding:8px 12px}.markdown th{background:#f2f2f2;font-weight:600}.markdown tr:nth-child(2n){background:#f9f9f9}.markdown img{border-radius:6px;max-width:100%;margin:.5em 0;display:block}.markdown hr{border:none;border-top:1px solid #0000000d;margin:.5rem 0}.markdown li>p{display:inline!important}.markdown li{white-space:normal}.code-block{margin-bottom:.6em;position:relative}.code-header{background:#f2f2f2;border-bottom:1px solid #e1e1e1;border-radius:7px 7px 0 0;justify-content:space-between;align-items:center;padding:6px 12px;font-size:.85em;display:flex}.code-lang{color:#666;font-weight:500}.code-lang-placeholder{opacity:.7}.code-copy-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.code-copy-btn:hover{color:#333;background:#0000000d}.code-block .code-content{border-radius:0 0 7px 7px;margin-top:0}.code-block code{background:0 0;border:none;border-radius:0;padding:0}.code-block{box-sizing:border-box;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;line-height:1.4}.code-header{box-sizing:border-box;background:#f9f9f9;border:none;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;margin-bottom:0;padding:16px;display:flex}.code-lang{color:#555;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:13px}.code-lang-placeholder{visibility:hidden}.code-copy-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:5px;transition:background .2s;display:flex}.code-copy-btn:hover{background:#e5e5e5}.code-content{box-sizing:border-box;background:#f9f9f9;border:none;border-radius:0 0 8px 8px;min-width:0;max-width:100%;overflow-x:auto;padding:16px!important}.token-info{float:right;color:var(--color-muted);margin-left:8px;font-size:11px}#settings-panel{border-left:1px solid var(--color-border);background:var(--color-bg-secondary);border-radius:0 var(--radius)var(--radius)0;box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:16px;width:260px;padding:20px 22px 22px;transition:width .3s;display:flex;overflow:hidden}#settings-panel.collapsed{width:48px}.settings-header{border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary);flex-shrink:0;justify-content:space-between;align-items:center;padding:8px;display:flex}#settings-panel.collapsed .settings-header>span{display:none}#settings-panel.collapsed .settings-header{justify-content:center}#settings-panel.collapsed>:not(.settings-header){display:none}.toggle-settings-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}#settings-panel label{color:var(--color-muted);font-size:13px}#settings-panel select{border-radius:var(--radius);border:1px solid var(--color-border);height:46px;color:var(--color-text);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#e0e7ef;outline:none;margin-bottom:15px;padding:0 12px;font-weight:500;transition:border .15s,background .15s}#settings-panel select:focus{border:1.5px solid var(--color-accent);background:#f1f5fb}#settings-panel input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;outline:none;width:100%;height:28px;margin:7px 0 0}#settings-panel input[type=range]::-webkit-slider-thumb{background:var(--color-accent);cursor:pointer;border:3px solid #fff;border-radius:50%;width:20px;height:20px;margin-top:-6px}#settings-panel input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--color-accent)var(--progress,0%),#dbeafe var(--progress,0%));border-radius:6px;height:8px}#settings-panel .version{color:var(--color-muted);text-align:center;margin-top:auto;font-size:12px}.model-select{border-radius:var(--radius);border:1px solid var(--color-border);color:var(--color-text);background:#e0e7ef;padding:6px 10px}.model-select-container{align-items:center;gap:6px;width:780px;margin:0 auto;display:flex}.controls .input-wrapper{flex:1;width:780px;margin-left:auto;margin-right:auto}.input-wrapper{background-color:#fff;border:1px solid #eaeaea;border-radius:12px;align-items:center;gap:12px;width:780px;margin:0 auto 16px;padding:16px;display:flex;position:relative;box-shadow:0 12px 32px #00000008,0 0 0 1px #0000000d}.input-wrapper textarea{box-sizing:border-box;width:100%;min-height:44px;padding-right:42px}.send-btn{color:#fff;cursor:default;background:#d3d3d3;border:none;border-radius:9999px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;padding:0 0 0 3px;font-size:18px;transition:background .2s;display:flex}.send-btn.active{cursor:pointer;background:#000}.send-btn.active:hover{background:#4c4c4c}.send-btn:disabled,.send-btn.disabled{color:#fff;cursor:default;background:#d3d3d3!important}.attach-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex}.attach-btn .paperClip{fill:#47464499;transition:fill .15s}.attach-btn:hover .paperClip{fill:#32302c}.attach-btn.disabled{pointer-events:none;opacity:.4}.web-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex}.web-btn .globeIcon{fill:#47464499;transition:fill .15s}.web-btn.active .globeIcon,.web-btn:hover .globeIcon{fill:#32302c}.file-preview{flex-wrap:wrap;gap:8px;width:100%;padding-top:8px;display:flex}.file-item{background:#fff;border:1px solid #e0e0e0;border-radius:6px;align-items:center;gap:8px;padding:4px 8px 4px 4px;font-size:11px;line-height:1.2;display:flex;position:relative}.file-thumb{border:1px solid #e0e0e0;border-radius:4px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.file-thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.file-info{overflow:hidden}.file-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.file-snippet{color:#555;white-space:pre-wrap;margin-top:2px;font-size:10px}.file-remove{text-align:center;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:50%;width:16px;height:16px;font-size:12px;line-height:14px;position:absolute;top:-6px;right:-6px}.msg-attachments{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:28px;box-shadow:none;background:0 0;outline:none;margin:7px 0 0}#settings-panel input[type=range]:focus{box-shadow:none;outline:none}#settings-panel input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-accent);cursor:pointer;z-index:2;border:3px solid #fff;border-radius:50%;width:20px;height:20px;-webkit-transition:background .2s;transition:background .2s;position:relative;box-shadow:0 2px 8px #2563eb44}#settings-panel input[type=range]::-moz-range-thumb{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:var(--color-accent);cursor:pointer;z-index:2;border:3px solid #fff;border-radius:50%;width:20px;height:20px;-moz-transition:background .2s;transition:background .2s;position:relative;box-shadow:0 2px 8px #2563eb44}#settings-panel input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--color-accent)var(--progress,0%),#dbeafe var(--progress,0%));z-index:1;border-radius:6px;height:8px;position:relative}#settings-panel input[type=range]::-moz-range-track{background:linear-gradient(to right,var(--color-accent)var(--progress,0%),#dbeafe var(--progress,0%));z-index:1;border-radius:6px;height:8px;position:relative}.slider-tooltip{color:#fff;pointer-events:none;white-space:nowrap;z-index:10;background:#222;border-radius:4px;padding:2px 6px;font-size:12px;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.chat-controls{justify-content:flex-start;align-items:center;gap:.5rem;width:780px;margin-top:.5rem;margin-left:auto;margin-right:auto;display:flex}.genre-tabs button,.panel{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);padding:6px 12px;font-size:14px}.panel{align-items:center;display:flex}.chat-controls .panel{background:0 0;border:none;padding:0}.genre-tabs{gap:8px;display:flex}.panel select{color:var(--color-text);background:0 0;border:none;outline:none;font-size:14px}input:-webkit-autofill{-webkit-transition:background-color 9999s ease-in-out;transition:background-color 9999s ease-in-out;color:#fff!important;-webkit-text-fill-color:#fff!important;background-color:#ffffff12!important}.chat-input-root{flex-direction:column-reverse;width:780px;margin:0 auto 16px;display:flex}.chat-input-block{background:#fff;border:1px solid #d6d6d6;border-radius:16px;flex-direction:column;min-height:84px;padding:0;display:flex;overflow:hidden;box-shadow:0 2px 8px #f8f8f8,0 4px 16px #fdfdfd,0 8px 32px #fefefe}.chat-input-top{flex-direction:column;flex:1;align-items:stretch;padding:16px 16px 0;display:flex}.chat-input-top textarea{color:#32302c;resize:none;width:100%;min-height:56px;max-height:120px;box-shadow:none;scrollbar-width:thin;scrollbar-color:#e1e1e1 #fafbfc;background:0 0;border:none;outline:none;padding:0;font-size:16px;overflow-y:auto}.chat-input-top textarea::-webkit-scrollbar{background:#fafbfc;width:8px}.chat-input-top textarea::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:6px;-webkit-transition:background .2s;transition:background .2s}.chat-input-top textarea::-webkit-scrollbar-thumb:hover{background:#ccc}.chat-input-top textarea::-webkit-scrollbar-corner{background:0 0}.chat-input-top textarea::-moz-placeholder{color:#909090}.chat-input-top textarea::placeholder{color:#909090}.chat-input-top textarea:focus{border:none;outline:none}.chat-input-bottom{background:0 0;border:none;align-items:center;gap:12px;min-height:36px;padding:0 16px 10px;font-size:14px;display:flex}.chat-toolbar-controls{align-items:center;gap:12px;display:flex}.user-card{background:#f1f1ef;border-radius:12px;flex-direction:column;justify-content:space-between;height:98px;padding:11px 16px;display:flex}.user-top{cursor:pointer;border-radius:6px;align-items:center;gap:12px;min-width:0;margin-bottom:5px;transition:background-color .2s;display:flex}.user-top:hover{background:#f1f1ef}.avatar{background-color:#e0e0e0;border-radius:50%;width:32px;height:32px}.user-details{flex-direction:column;flex:1;min-width:0;display:flex}.user-card .email{color:#424446;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;max-width:100%;padding-bottom:2px;font-size:16px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.user-card .neurobits{color:#666;font-size:14px;line-height:1.1}.user-bottom{text-align:center;letter-spacing:.01em;background:#e1e1e1;border-radius:8px;align-self:center;width:100%;padding:4px 0;font-size:15px}.user-bottom:hover{cursor:pointer;background:#dad8d8}.user-bottom strong{color:#424446}.tooltip{z-index:9999;color:#fff;opacity:0;pointer-events:none;white-space:nowrap;background:#222;border-radius:6px;padding:4px 10px;font-size:12px;transition:opacity .12s;position:fixed;box-shadow:0 2px 8px #00000024}.tooltip.visible{opacity:1}.action-icon{cursor:pointer;color:var(--color-muted);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:background .2s,color .2s;display:flex}.action-icon:hover{color:#32302c;background:#dedede}.skeleton-line{background:#e0e0e0;border-radius:4px;height:14px;margin-bottom:8px;animation:1.5s ease-in-out infinite skeleton-pulse}.msg-skeleton{padding:8px 0}.page-loading{background:var(--color-bg);height:100vh}@keyframes skeleton-pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@font-face{font-family:Druk Text Wide Cyr;src:url(/assets/DrukWideBold-BgMY6kdL.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Text;src:url(/assets/SBSansDisplay-Regular-BVijv8VN.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SB Sans Text;src:url(/assets/SBSansDisplay-Bold-BvU02Bg5.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--background: #080808;--primary: #fff;--secondary: #bdbdbd;--accent: #29b6f6;--green: #39FF14;--block-dark: #18191c;--card-dark: #18191d;--color-accent-hover: #e2e2e2;--font-h1: "Druk Text Wide Cyr", "Arial Black", Arial, sans-serif;--font-main: "SB Sans Text", Arial, sans-serif}.landing-body{background:var(--background);color:var(--primary);font-family:var(--font-main);margin:0;min-height:100vh}.landing-container{max-width:1200px;margin:0 auto;padding:0 32px}.landing-header{display:flex;align-items:center;justify-content:space-between;padding:40px 0 0}.landing-logo{font-family:var(--font-h1);font-size:36px;font-weight:700;letter-spacing:.05em}.landing-login-button{background:#fff;color:#000;border:none;border-radius:16px;padding:13px 42px;font-size:20px;font-weight:700;font-family:var(--font-main);cursor:pointer;transition:background .2s}.landing-login-button:hover{background:#0097a7}.landing-main{text-align:center;margin-top:32px;margin-bottom:48px}.landing-title{font-family:var(--font-h1);font-size:62px;font-weight:700;line-height:1.22;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:24px;margin-top:20px}.landing-subtitle1{color:#79a6e0;font-size:40px;font-family:var(--font-main);font-weight:500;margin-top:20px}.landing-subtitle2{color:#d15ddf;font-size:40px;font-family:var(--font-main);font-weight:500;margin-top:20px}.features2-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);gap:1px 30px;justify-items:start;max-width:1200px;margin:36px auto 100px;padding:0 20px}.landing-subtitle{font-size:32px;color:var(--secondary);font-family:var(--font-main);font-weight:400;margin-bottom:150px;margin-top:30px;text-align:center}.landing-main-button{background:var(--accent);color:#fff;border:none;border-radius:16px;padding:13px 48px;font-size:24px;font-weight:700;cursor:pointer;margin-top:20px;transition:background .2s}.landing-main-button:hover{background:#0097a7}.big-text-block{margin:64px 0 36px;text-align:center}.big-text-block span{font-family:var(--font-h1);font-size:54px;font-weight:700;line-height:1.09;color:#fff;letter-spacing:.01em;display:inline-block}.features-grid-section{margin:0 auto 60px;width:100%;max-width:900px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:28px 34px}.features-grid-item{display:block;align-items:flex-start;background:var(--block-dark);border-radius:24px;padding:26px 28px;font-size:22px;font-family:var(--font-main);font-weight:500;min-height:78px;box-shadow:0 4px 20px #00000014;text-align:center}.feature-check{color:var(--green);font-size:18px;font-weight:900;margin-right:14px;flex-shrink:0}.feature-text{color:#fff;font-size:14px;font-family:var(--font-main);font-weight:500}.easy-start-block{width:100%;max-width:1200px;margin:160px auto 0;text-align:center}.easy-start-title{font-family:var(--font-h1);font-size:54px;font-weight:700;color:#fff;margin-bottom:24px;letter-spacing:.01em}.easy-start-columns{display:flex;gap:120px;margin-top:32px;margin-left:42px}.easy-start-col{min-width:260px;font-family:var(--font-main);font-size:28px;color:#fff;text-align:left;line-height:1.18;font-weight:400}.easy-start-col strong{color:var(--accent);font-weight:700}.easy-orange{color:#f90;font-weight:700}.easy-col{color:#75bf33;font-weight:700}.advice-cards-row{display:flex;justify-content:center;gap:26px;margin:44px 0 32px;max-width:1200px}.advice-card{background:var(--card-dark);border-radius:32px;box-shadow:0 6px 36px #0000001f;width:350px;min-height:300px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:30px 28px 26px}.advice-card-title{font-size:20px;font-weight:700;margin-bottom:50px;font-family:var(--font-main);padding-left:60px;text-align:right}.advice-card-desc{font-size:17px;color:var(--secondary);line-height:1.33;font-family:var(--font-main);text-align:justify}.faq-section{max-width:1000px;margin:60px auto 40px;color:#fff;font-family:var(--font-main)}.faq-title{font-family:var(--font-h1);font-size:42px;font-weight:700;text-align:center;margin-bottom:36px;letter-spacing:.01em}.faq-list-accordion{width:100%}.faq-accordion-item{border-radius:22px;background:#111213;border:1px solid #2a2a2a;margin-bottom:18px;overflow:hidden;transition:box-shadow .2s ease}.faq-accordion-question{font-size:20px;font-weight:600;padding:20px 36px;cursor:pointer;position:relative;background:transparent}.faq-accordion-question:hover{background:#ffffff05}.faq-icon{display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg fill='none' stroke='%23fff' stroke-width='3' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;position:absolute;top:22px;right:30px;transition:transform .25s ease}.faq-accordion-item.open .faq-icon{transform:rotate(180deg)}.faq-accordion-answer{transform-origin:top;transform:scaleY(0);opacity:0;transition:transform .25s ease,opacity .25s ease;padding:0 36px;font-size:17px;line-height:1.5;color:var(--secondary)}.faq-accordion-item.open .faq-accordion-answer{transform:scaleY(1);opacity:1;padding:16px 36px 24px}.landing-footer{padding:60px 0 30px;text-align:center;color:var(--secondary);font-size:15px}.legal-content{max-width:900px;margin:0 auto;padding:40px 20px;color:var(--primary);font-family:var(--font-main);line-height:1.6;font-size:16px}.legal-content h1{font-family:var(--font-h1);font-weight:700;font-size:2.5rem;margin-bottom:1rem}.legal-content h2{font-weight:700;font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.legal-content h3{font-weight:600;font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.legal-content p{margin-bottom:1rem;color:var(--primary)}.legal-content ul,.legal-content ol{margin-left:1.5rem;margin-top:.5rem;margin-bottom:.5rem;color:var(--primary)}.legal-content ul li,.legal-content ol li{margin-bottom:.25rem}.legal-content li>p:first-child,.legal-content li>strong:first-child,.legal-content li>em:first-child,.legal-content li>a:first-child,.legal-content li>span:first-child,.legal-content li>code:first-child{display:inline;margin:0;padding:0}.legal-content li>p:first-child+ul,.legal-content li>p:first-child+ol,.legal-content li>strong:first-child+ul,.legal-content li>strong:first-child+ol,.legal-content li>em:first-child+ul,.legal-content li>em:first-child+ol,.legal-content li>a:first-child+ul,.legal-content li>a:first-child+ol,.legal-content li>span:first-child+ul,.legal-content li>span:first-child+ol,.legal-content li>code:first-child+ul,.legal-content li>code:first-child+ol{margin-top:.25rem}.legal-content a{color:var(--primary);text-decoration:underline;transition:opacity .2s ease}.legal-content a:hover,.legal-content a:focus{opacity:.8}.legal-content ul ul,.legal-content ol ol,.legal-content ul ol,.legal-content ol ul{margin-left:1.25rem}.footer-bar{width:100%;border-top:1px solid #2f2e34;margin-top:64px;padding:34px 0 22px;background:transparent}.footer-row{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 32px}.footer-left{color:#bdbdbd;font-size:15px;font-family:var(--font-main)}.footer-right{display:flex;gap:24px}.footer-link{color:#fff;text-decoration:underline;font-size:15px;font-family:var(--font-main);opacity:.88;transition:opacity .2s}.footer-link:hover{opacity:1}@media (max-width: 700px){.footer-row{flex-direction:column;gap:10px;padding:0 10px}.footer-left,.footer-right{font-size:13px;text-align:center;width:100%;justify-content:center}.footer-right{gap:14px}}@media (max-width: 1100px){.features-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,auto)}.advice-cards-row{flex-direction:column;gap:18px;align-items:center}.advice-card{width:100%;max-width:350px}}@media (max-width: 800px){.landing-title{font-size:38px}.big-text-block span{font-size:32px}.features-grid{grid-template-columns:1fr;grid-template-rows:repeat(7,auto);gap:14px}.easy-start-title{font-size:27px}.easy-start-columns{flex-direction:column;gap:16px}.faq-section{max-width:98vw}}.features2-main-button{display:block;margin:32px auto 0;background:var(--accent);color:#fff;border:none;border-radius:16px;padding:13px 48px;font-size:24px;font-weight:700;font-family:var(--font-main);cursor:pointer;transition:background .2s}.features2-main-button:hover{background:#1a8edb!important}@media (max-width: 600px){.landing-logo{font-family:var(--font-h1);font-size:30px;font-weight:700;letter-spacing:.05em}.landing-login-button{background:#fff;color:#000;border:none;border-radius:8px;padding:5px 32px;font-size:14px;font-weight:700;font-family:var(--font-main);cursor:pointer;transition:background .2s;margin-top:2px}.landing-container{padding:0 6px;max-width:100vw}.landing-header{padding:28px 0 0}.landing-title{font-size:24px;margin-bottom:15px;margin-top:6px;line-height:1.14}.landing-subtitle1{font-size:17px;margin-top:9px;margin-bottom:5px}.features-grid-section{margin:0 auto 15px;max-width:410px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px 7px;width:100%;max-width:400px;margin:0 auto 7px;justify-items:stretch}.features-grid-item{background:var(--block-dark);border-radius:10px;padding:8px 2px;font-size:13px;text-align:center;margin:0;min-height:unset;box-shadow:none;letter-spacing:0}.feature-text{font-size:13px;font-family:var(--font-main);color:#fff;font-weight:500;line-height:1.15}.landing-subtitle{font-size:14px;margin-bottom:60px;margin-top:-15px;text-align:center;padding:0 3px}.big-text-block{margin:18px 0 12px;text-align:center}.big-text-block span{font-size:22px;margin-bottom:11px;display:block}.landing-subtitle2{font-size:17px;margin-top:13px;margin-bottom:25px}.features2-grid-section{margin-bottom:18px;margin-top:6px}.features2-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px 11px;margin:0 auto 7px;max-width:400px;padding:0 2px}.features2-grid-item{display:flex;align-items:flex-start;background:var(--block-dark);border-radius:12px;padding:7px 11px;font-size:13px;min-height:unset;box-shadow:none;font-family:var(--font-main);width:100%}.feature-check{font-size:15px;margin-right:8px;margin-top:1px}.features2-main-button{font-size:17px;padding:10px 14px;margin:35px auto 50px;border-radius:12px}.easy-start-block{max-width:100vw;margin:20px auto 0;text-align:center}.easy-start-title{font-size:18px;font-weight:700;margin-bottom:17px;letter-spacing:.01em;line-height:1.2;padding:0 2px}.easy-start-columns{flex-direction:column;gap:8px;margin-left:0;margin-top:2px}.easy-start-col{font-size:15px;text-align:center;min-width:unset;padding:0 2px;line-height:1.22;margin-bottom:0}.easy-orange{color:#f90;font-weight:700}.advice-cards-row{flex-direction:column;gap:12px;align-items:stretch;margin:21px 0 13px;max-width:99vw;padding:0}.advice-card{width:100%;max-width:360px;min-height:0;border-radius:20px;padding:16px 11px 13px 13px;margin:0 auto}.advice-card-title{font-size:16px;margin-bottom:19px;padding-left:0;text-align:left}.advice-card-desc{font-size:13px;text-align:left}.faq-section{max-width:99vw;margin:24px auto 12px;padding:0 2px}.faq-title{font-size:18px;margin-bottom:25px;padding:0 2px}.faq-list-accordion{width:100%}.faq-accordion-item{border-radius:13px;margin-bottom:10px}.faq-accordion-question{font-size:15px;padding:12px 29px 12px 13px}.faq-icon{width:14px;height:14px;right:10px;top:15px}.faq-accordion-answer{font-size:13px;padding:0 13px}.faq-accordion-item.open .faq-accordion-answer{padding:10px 13px 13px}.landing-footer{padding:28px 0 14px;font-size:12px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.carousel-container{width:100%;max-width:100%;padding:0 60px;box-sizing:border-box;margin:0 auto 80px;position:relative}.carousel-title{font-size:54px;font-family:Druk Text Wide Cyr,sans-serif;color:#fff;margin-bottom:30px;text-align:center;margin-top:80px}.giga-swiper{overflow:visible;min-height:580px;padding-bottom:20px;display:flex;align-items:center;justify-content:center}.swiper-wrapper{display:flex!important;align-items:center!important;transition-timing-function:ease-in-out!important}.giga-slide{width:240px;display:flex;flex-direction:column;align-items:center;transition:width .6s,transform .6s}.giga-slide-inner{width:240px;height:240px;border-radius:26px;overflow:hidden;box-shadow:0 8px 38px #0003;background:#181a1c;display:flex;align-items:center;justify-content:center;transition:width .6s,height .6s,transform .6s}.giga-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:26px;background:#181a1c;pointer-events:none;user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.swiper-slide-active{margin-top:70px;z-index:5}.swiper-slide-active .giga-slide-inner{width:400px;height:400px}.swiper-slide-active .giga-slide{width:370px}.swiper-slide-prev,.swiper-slide-next{z-index:3}.swiper-slide-prev .giga-slide-inner,.swiper-slide-next .giga-slide-inner{width:300px;height:300px}.swiper-slide-prev .giga-slide,.swiper-slide-next .giga-slide{width:300px}.giga-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .giga-slide-inner{width:240px;height:240px}.giga-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next){width:240px}.giga-caption{display:none;min-width:320px;max-width:400px;box-sizing:border-box;font-size:18px;color:#fff;text-align:center;font-family:SB Sans Text,sans-serif;margin:initial}.swiper-slide-active .giga-caption{display:block;margin-top:16px}.swiper-button-prev,.swiper-button-next{width:48px;height:48px;background:#191a1e;border-radius:50%;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0005}.swiper-button-prev:after,.swiper-button-next:after{font-size:24px;color:#29b6f6}.swiper-button-prev{left:-30px}.swiper-button-next{right:-30px}@media (max-width: 900px){.carousel-title{font-size:18px}.giga-slide{width:100px}.giga-slide-inner{width:100px;height:100px}.swiper-slide-active .giga-slide-inner{width:160px;height:160px}.swiper-slide-active .giga-slide{width:160px}.swiper-slide-prev .giga-slide-inner,.swiper-slide-next .giga-slide-inner{width:120px;height:120px}.swiper-slide-prev .giga-slide,.swiper-slide-next .giga-slide{width:120px}.giga-caption{font-size:13px;max-width:160px}}@media (max-width: 600px){.carousel-title{font-size:15px;margin-bottom:0;letter-spacing:.07em}.giga-slide{display:flex}.giga-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) .giga-slide-inner,.swiper-slide-prev .giga-slide-inner,.swiper-slide-next .giga-slide-inner{display:none!important}.swiper-slide-active .giga-slide-inner{width:300px!important;height:300px!important;border-radius:24px;overflow:hidden;background:#181a1c;display:flex!important;align-items:center;justify-content:center;box-shadow:0 4px 18px #00000024;transition:none}.swiper-slide-active .giga-slide{width:300px!important;min-width:300px!important;max-width:96vw!important;margin:0 auto!important;flex-direction:column;align-items:center;background:transparent;box-shadow:none;padding:0}.giga-slide,.giga-slide-inner{transform:none!important;opacity:1!important}.giga-swiper{min-height:460px!important}.swiper-button-prev,.swiper-button-next{display:none!important}}.chat-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:9999}.chat-modal{background:#fff;color:#000;padding:20px 24px;border-radius:12px;box-shadow:0 2px 10px #00000026;width:100%;max-width:400px;min-width:340px;font-family:system-ui,sans-serif}.chat-modal-title{font-size:18px;font-weight:600;margin-bottom:12px}.chat-modal-input{width:100%;padding:8px 10px;border-radius:4px;border:1px solid #e6e6e6;background:#fff;color:#111;font-size:14px}.chat-modal-input:focus{outline:none;border-color:#c4c4c4}.chat-modal-text{margin-top:15px;margin-bottom:31px;font-size:16px;font-weight:600;color:#000}.chat-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.chat-modal-btn{padding:6px 12px;border-radius:4px;font-size:14px;cursor:pointer;border:none;transition:all .2s ease-in-out}.chat-modal-btn.cancel{border:1px solid #ccc;background:#fff;color:#000}.chat-modal-btn.delete{background:#f34141;color:#fff}.chat-modal-btn.delete:hover{background:#d93b3b}.chat-modal-btn.save{background:#32302c;color:#fff}.chat-modal-btn.save:hover{background:#4c4c4c}.model-selector-trigger{color:#666;background:#fff;font-size:14px;padding:6px 12px;border-radius:8px;cursor:pointer;transition:background .15s;border:1px solid #d0d7de;font-weight:400;display:flex;align-items:center;gap:8px}.model-selector-trigger.custom-hover:hover{background:#eaeaea}.model-selector-list{border-radius:10px;background:#fff;box-shadow:#0000001a 0 14px 28px -6px,#0000000f 0 2px 4px -1px,#54483114 0 0 0 1px;overflow:hidden;max-width:calc(100vw - 24px)}.model-options{display:flex;flex-direction:column;padding:6px;background:#fff;position:relative;overflow-y:auto}.model-option{display:flex;align-items:center;gap:8px;padding:0 6px;min-height:28px;font-size:14px;line-height:120%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;background:#fff;transition:background-color .15s;border-radius:6px}.model-option:hover{background:#f7f7f8}.model-option.active{background:#f1f1ef}.provider-icon{width:14px;height:14px;flex-shrink:0}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#3c3c3c42;display:flex;justify-content:center;align-items:center;z-index:9999;font-family:system-ui,sans-serif}.settings-modal{position:relative;z-index:1;display:flex;flex-direction:row;width:1150px;max-width:calc(100vw - 100px);height:calc(100vh - 100px);max-height:715px;background:#fff;border-radius:12px;box-shadow:#0000003d 0 24px 48px -8px,#0000001f 0 4px 12px -1px,#54483114 0 0 0 1px;overflow:hidden}.settings-sidebar{width:240px;min-width:240px;background:#f8f8f7;border-right:1px solid #ededed;padding:24px 0;display:flex;flex-direction:column;flex-shrink:0;height:100%;overflow-y:auto}.sidebar-user{padding:0 24px 24px}.sidebar-user .name{font-size:17px;font-weight:600;margin-bottom:2px}.sidebar-user .email{font-size:13px;color:#666}.sidebar-item{min-height:44px;display:flex;align-items:center;padding:0 20px;text-align:left;background:none;border:none;width:100%;color:#32302c;cursor:pointer;transition:background-color .18s}.sidebar-item.active{background:#eaeaea;font-weight:600}.sidebar-item:not(.active):hover{background:#f1f1ef}.settings-content{flex:1 1 auto;height:100%;overflow-y:auto;padding:36px 60px;background:#fff;border-radius:0 12px 12px 0}.settings-close{position:absolute;top:10px;right:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;font-size:24px;color:#888;cursor:pointer;transition:color .2s ease}.settings-close:hover{color:#111}@media (max-width: 540px){.settings-modal{flex-direction:column;width:98vw}.settings-sidebar{width:100%;min-width:0;border-right:none;border-bottom:1px solid #efefef}}.settings-content,.settings-sidebar{scrollbar-width:thin;scrollbar-color:#e1e1e1 #fafbfc}.settings-content::-webkit-scrollbar,.settings-sidebar::-webkit-scrollbar{width:8px;background:#fafbfc}.settings-content::-webkit-scrollbar-thumb,.settings-sidebar::-webkit-scrollbar-thumb{background:#e1e1e1;border-radius:6px;-webkit-transition:background .2s;transition:background .2s}.settings-content::-webkit-scrollbar-corner,.settings-sidebar::-webkit-scrollbar-corner{background:transparent}.settings-title{font-size:22px;font-weight:700;margin-bottom:12px;color:#32302c}.settings-security-title{font-size:22px;font-weight:700;color:#32302c;margin-bottom:20px}.settings-input-row{display:flex;align-items:center;justify-content:space-between}.settings-input{display:flex;align-items:center;height:32px;width:340px;max-width:340px;flex:0 0 auto;min-width:0;font-size:14px;line-height:20px;position:relative;border-radius:6px;border:none;box-shadow:#0f0f0f1a 0 0 0 1px;background:#f2f1ee99;padding:4px 10px;margin-top:8px;margin-bottom:12px}.settings-input:focus{outline:none;border:none;box-shadow:#0f0f0f2b 0 0 0 1.5px}.settings-btn{display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:6px;font-size:14px;font-weight:500;line-height:1.2;border:1px solid rgba(55,53,47,.16);margin-top:12px;margin-bottom:4px;background:#fff;color:#32302c;cursor:pointer;transition:background 20ms ease-in}.settings-btn--active{background:#e2e2e2}.settings-btn:hover:not(:disabled),.settings-btn:not(:disabled):active{background:#e2e2e2}.settings-btn:disabled{background:#fff;color:#32302c;cursor:not-allowed}.settings-input-row .settings-btn{margin-top:0;margin-bottom:0;margin-left:8px;align-self:center}.settings-field-row{display:flex;align-items:center;justify-content:space-between}.settings-field-row+.settings-field-row{margin-top:36px}.settings-popup{position:relative;background:#fff;color:#32302c;padding:24px;border-radius:12px;box-shadow:0 2px 10px #00000026;width:100%;max-width:440px}.settings-popup-title{font-size:20px;font-weight:700;margin-bottom:16px;color:#32302c}.settings-popup .settings-input{width:100%;max-width:none}.settings-error{color:#f87171;font-size:14px}.settings-divider{margin:24px 0;height:1px;background:#0000001a}.tariff-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0001;margin-bottom:20px;padding:20px;border:1px solid #ececec;display:flex;align-items:center;justify-content:space-between}.tariff-active{border:2px solid #eaeaea}.tariff-info-grid{display:flex;-moz-column-gap:12px;column-gap:12px;flex-wrap:wrap;margin-bottom:30px}.tariff-info-card{flex:1 1 calc(33.333% - 12px);padding:12px;display:flex;flex-direction:column}.tariff-info-card.empty{background:transparent;border:none;box-shadow:none}.tariff-info-label{font-size:16px;color:#24292e;margin-bottom:4px}.tariff-info-label.reserve{color:#666}.tariff-info-value{font-size:26px;font-weight:500;color:#32302c;display:flex;align-items:center;gap:4px}.tariff-info-value.reserve{font-size:24px;color:#666}.tariff-infinity{font-size:36px;line-height:1}.tariff-infinity.reserve{font-size:36px;color:#666}@media (max-width: 640px){.tariff-info-card{flex-basis:calc(50% - 12px)}}@media (max-width: 480px){.tariff-info-card{flex-basis:100%}}
