@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.theme-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--theme-toggle-bg, #f3f4f6);border:1px solid var(--theme-toggle-border, #e5e7eb);color:var(--theme-toggle-color, #374151);cursor:pointer;font-size:1rem;flex-shrink:0;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.theme-toggle:hover{background:var(--theme-toggle-hover-bg, #e5e7eb);color:var(--theme-toggle-hover-color, #1f2937);border-color:var(--theme-toggle-hover-border, #d1d5db)}.theme-toggle:active{transform:scale(.96)}.theme-toggle i{pointer-events:none}@media(max-width:768px){.theme-toggle{width:38px;height:38px}}.header-bar{--hdr-ink: #0b0d10;--hdr-muted: #374151;--hdr-line: rgba(11, 13, 16, .08);--hdr-surface: rgba(255, 255, 255, .92);--hdr-chip-hover: rgba(11, 13, 16, .05);position:sticky;top:0;z-index:2000;width:100%;background:var(--hdr-surface);backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);border-bottom:1px solid var(--hdr-line);box-shadow:0 1px #fff9 inset;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}[data-theme=dark] .header-bar{--hdr-ink: #f8fafc;--hdr-muted: #94a3b8;--hdr-line: rgba(255, 255, 255, .1);--hdr-surface: rgba(10, 12, 16, .92);--hdr-chip-hover: rgba(255, 255, 255, .08);box-shadow:none}.header{position:relative;z-index:2001;display:flex;align-items:center;gap:.75rem;width:100%;height:var(--header-height, 56px);min-height:var(--header-height, 56px);padding:0 var(--container-padding);box-sizing:border-box;background:transparent}.header-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none!important}.header-logo:hover,.header-logo:focus,.header-logo:active{text-decoration:none!important}.header-logo-img{height:var(--logo-size-header);width:auto;max-width:var(--logo-max-width, 280px);object-fit:contain;object-position:left center;transition:opacity .2s ease}.header-logo:hover .header-logo-img{opacity:.75}.header-app-nav{flex:1 1 auto;min-width:0;display:flex;align-items:stretch;height:100%}.header-app-nav-inner{position:relative;display:flex;align-items:stretch;gap:0;height:100%;width:100%;overflow-x:auto;scrollbar-width:none;box-sizing:border-box;scroll-behavior:smooth}.header-app-nav-inner::-webkit-scrollbar{display:none}.header-app-nav-link{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;height:100%;padding:0 .85rem;border-radius:0;font-size:.875rem;font-weight:600;letter-spacing:.01em;color:var(--hdr-muted)!important;text-decoration:none!important;white-space:nowrap;background:transparent!important;box-shadow:none!important}.header-app-nav-link:after{display:none!important}.header-app-nav-link.is-active{color:var(--hdr-ink)!important}.header-app-nav-link i{font-size:.8rem;opacity:.9}.header-app-nav-link.is-active i{opacity:1}.header-right{display:flex;align-items:center;gap:.2rem;flex-shrink:0;margin-left:auto}.header-user-info{display:flex;align-items:center;gap:.4rem;padding:.15rem .4rem .15rem .15rem;border-radius:999px;transition:background .2s ease}.header-user-info:hover{background:var(--hdr-chip-hover)}.header-user-avatar{width:32px;height:32px;border-radius:50%;background:var(--hdr-ink);display:flex;align-items:center;justify-content:center;color:var(--hdr-surface);font-size:.65rem;overflow:hidden;flex-shrink:0}[data-theme=dark] .header-user-avatar{color:#0b0d10;background:#f3f4f6}.header-user-avatar-img{width:100%;height:100%;object-fit:cover}.header-username{font-size:.8125rem;font-weight:600;color:var(--hdr-ink);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:96px}.header-logout-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;border:none;color:var(--hdr-ink);cursor:pointer;transition:background .2s ease;font-size:.85rem;flex-shrink:0}.header-logout-btn:hover{background:var(--hdr-chip-hover)}.header-right .theme-toggle{border:none!important;background:transparent!important;border-radius:8px;width:36px;height:36px;transition:background .2s ease}.header-right .theme-toggle:hover{background:var(--hdr-chip-hover)!important}@media(max-width:768px){.header{gap:.4rem;padding:0 .75rem}.header-logo-img{height:var(--logo-size-header-mobile)}.header-username{display:none}.header-user-info{padding:.1rem}.header-app-nav-link{padding:0 .5rem;font-size:.7rem;gap:.3rem}}@media(max-width:560px){.header-app-nav-link span{display:none}.header-app-nav-link{padding:0 .55rem}.header-app-nav-link i{font-size:.8rem;opacity:.75}}@media(max-width:480px){.header-logout-btn{display:none}}@media(prefers-reduced-motion:reduce){.header-app-nav-link{transition:none!important}}.weapon-alert-strip{display:flex;flex-direction:column;gap:.4rem;padding:.5rem 1rem;background:#fff7ed;border-bottom:1px solid #fdba74}.weapon-alert-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;color:#9a3412}.weapon-alert-item--clickable{cursor:pointer;border-radius:4px}.weapon-alert-item--clickable:hover{background:#ea580c14}.weapon-alert-item--clickable:focus-visible{outline:2px solid #ea580c;outline-offset:2px}.weapon-alert-item>i{color:#ea580c}.weapon-alert-item--custom>i{color:#000}.weapon-alert-kind{font-weight:600;opacity:.85}.weapon-alert-text{flex:1;min-width:0}.weapon-alert-link{background:transparent;border:1px solid #ea580c;color:#9a3412;border-radius:4px;padding:.15rem .5rem;cursor:pointer;font-size:.8rem}.weapon-alert-dismiss{background:transparent;border:none;color:#9a3412;cursor:pointer;padding:.2rem .4rem}[data-theme=dark] .weapon-alert-strip{background:#431407;border-bottom-color:#9a3412}[data-theme=dark] .weapon-alert-item,[data-theme=dark] .weapon-alert-link,[data-theme=dark] .weapon-alert-dismiss{color:#fed7aa}[data-theme=dark] .weapon-alert-item--clickable:hover{background:#fb923c1f}[data-theme=dark] .weapon-alert-item--clickable:focus-visible{outline-color:#fb923c}.time-ranger-global-banner{position:relative;z-index:2050;display:flex;align-items:stretch;gap:.35rem;padding:.45rem .75rem;background:#1a0505;border-bottom:1px solid rgba(220,0,0,.45);color:#ffe4e4}.time-ranger-global-banner-main{flex:1;min-width:0;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;column-gap:.65rem;row-gap:.35rem;align-items:center;padding:.35rem .5rem;border:none;border-radius:8px;background:transparent;color:inherit;cursor:pointer;text-align:left}.time-ranger-global-banner-main:hover{background:#dc00001f}.time-ranger-global-banner-main:focus-visible{outline:2px solid #dc0000;outline-offset:2px}.time-ranger-global-banner-main>i{grid-row:1 / span 2;color:#ff4d4d;font-size:1.05rem}.time-ranger-global-banner-label{grid-column:2;font-size:.88rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time-ranger-global-banner-bar{grid-column:2;height:4px;border-radius:999px;background:#ffffff1f;overflow:hidden}.time-ranger-global-banner-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#dc0000,#ff4d4d);transition:width .35s ease}.time-ranger-global-banner-cta{grid-column:3;grid-row:1 / span 2;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#ffb3b3;white-space:nowrap}.time-ranger-global-banner-dismiss{flex-shrink:0;width:2rem;border:none;border-radius:8px;background:transparent;color:#ffb3b3;cursor:pointer}.time-ranger-global-banner-dismiss:hover{background:#ffffff14;color:#fff}[data-theme=light] .time-ranger-global-banner{background:#fff5f5;border-bottom-color:#fecaca;color:#7f1d1d}[data-theme=light] .time-ranger-global-banner-main:hover{background:#dc00000f}[data-theme=light] .time-ranger-global-banner-main>i{color:#dc0000}[data-theme=light] .time-ranger-global-banner-bar{background:#7f1d1d1f}[data-theme=light] .time-ranger-global-banner-cta,[data-theme=light] .time-ranger-global-banner-dismiss{color:#b91c1c}.time-ranger-global-banner--searcher{background:#082f49;border-bottom-color:#0ea5e973;color:#e0f2fe}.time-ranger-global-banner--searcher .time-ranger-global-banner-main:hover{background:#0ea5e924}.time-ranger-global-banner--searcher .time-ranger-global-banner-main:focus-visible{outline-color:#0ea5e9}.time-ranger-global-banner--searcher .time-ranger-global-banner-main>i{color:#38bdf8}.time-ranger-global-banner--searcher .time-ranger-global-banner-fill{background:linear-gradient(90deg,#0369a1,#38bdf8)}.time-ranger-global-banner--searcher .time-ranger-global-banner-cta,.time-ranger-global-banner--searcher .time-ranger-global-banner-dismiss{color:#7dd3fc}[data-theme=light] .time-ranger-global-banner--searcher{background:#f0f9ff;border-bottom-color:#7dd3fc;color:#075985}[data-theme=light] .time-ranger-global-banner--searcher .time-ranger-global-banner-main:hover{background:#0369a114}[data-theme=light] .time-ranger-global-banner--searcher .time-ranger-global-banner-main>i{color:#0369a1}[data-theme=light] .time-ranger-global-banner--searcher .time-ranger-global-banner-bar{background:#0369a11f}[data-theme=light] .time-ranger-global-banner--searcher .time-ranger-global-banner-cta,[data-theme=light] .time-ranger-global-banner--searcher .time-ranger-global-banner-dismiss{color:#0369a1}.thinking-panel{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;width:100%;max-width:26rem;min-width:0;margin:0;padding:0;animation:thinkingPanelEnter .35s cubic-bezier(.22,1,.36,1)}@keyframes thinkingPanelEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.thinking-panel-header{display:flex;align-items:center;gap:.5rem;margin:0;padding:0}.thinking-panel-indicator{position:relative;width:7px;height:7px;flex-shrink:0}.thinking-panel-pulse{position:absolute;inset:0;border-radius:50%;background:#111827;animation:thinkingPulse 1.8s ease-in-out infinite}.thinking-panel-pulse:after{content:"";position:absolute;inset:-3px;border-radius:50%;border:1.5px solid rgba(17,24,39,.35);animation:thinkingRing 1.8s ease-in-out infinite}@keyframes thinkingPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.85);opacity:.7}}@keyframes thinkingRing{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.35);opacity:0}}.thinking-panel-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.22rem .6rem .22rem .45rem;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#111827;background:#e5e7eb;border:1px solid #d1d5db;border-radius:999px;line-height:1.2}.thinking-panel-steps{display:inline-flex;align-items:center;gap:5px}.thinking-panel-step-dot{width:7px;height:7px;border-radius:50%;background:#d1d5db;box-sizing:border-box}.thinking-panel-step-dot.is-done{background:#111827}.thinking-panel-step-dot.is-active{background:transparent;border:1.5px solid #111827;animation:thinkingPulse 1.8s ease-in-out infinite}.thinking-panel-current-wrap{display:flex;align-items:center;gap:.4rem;min-width:0;width:100%;margin:0;padding:0;transition:opacity .22s ease}.thinking-panel-current-wrap--in{opacity:1}.thinking-panel-current-wrap--out{opacity:.45}.thinking-panel-current{margin:0;padding:0;color:#111827;-webkit-text-fill-color:currentColor;background:none;font-size:.875rem;line-height:1.5;font-weight:500}.thinking-panel-dots{display:inline-flex;align-items:center;gap:3px;flex-shrink:0}.thinking-panel-dot{width:4px;height:4px;border-radius:50%;background:#111827;animation:thinkingDotBounce 1.2s ease-in-out infinite}.thinking-panel-dot:nth-child(2){animation-delay:.15s}.thinking-panel-dot:nth-child(3){animation-delay:.3s}@keyframes thinkingDotBounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.thinking-panel-history{list-style:none;margin:0;padding:.35rem 0 0;max-height:5.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.375rem;width:100%;border-top:1px solid #e5e7eb}.thinking-panel-line{display:flex;align-items:flex-start;gap:.5rem;margin:0;padding:0;font-size:.6875rem;line-height:1.45;color:#4b5563}.thinking-panel-line-step{flex-shrink:0;font-size:.625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280;min-width:3.25rem}.thinking-panel-skeleton{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;width:100%;max-width:18rem}.thinking-panel-skeleton-bar{display:block;height:.7rem;width:100%;border-radius:6px;background:#d1d5db;position:relative;overflow:hidden}.thinking-panel-skeleton-bar--short{height:.7rem;width:58%}.thinking-panel-skeleton-bar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.75) 50%,transparent 100%);transform:translate(-100%);animation:thinkingSkeletonShimmer 1.4s ease-in-out infinite}@keyframes thinkingSkeletonShimmer{to{transform:translate(100%)}}[data-theme=dark] .thinking-panel-pulse{background:#f8fafc}[data-theme=dark] .thinking-panel-pulse:after{border-color:#f8fafc73}[data-theme=dark] .thinking-panel-badge{color:#f8fafc;background:#374151;border-color:#6b7280}[data-theme=dark] .thinking-panel-step-dot{background:#4b5563}[data-theme=dark] .thinking-panel-step-dot.is-done{background:#f8fafc}[data-theme=dark] .thinking-panel-step-dot.is-active{background:transparent;border-color:#f8fafc}[data-theme=dark] .thinking-panel-current{color:#f8fafc;-webkit-text-fill-color:currentColor}[data-theme=dark] .thinking-panel-dot{background:#f8fafc}[data-theme=dark] .thinking-panel-history{border-top-color:#374151}[data-theme=dark] .thinking-panel-line{color:#cbd5e1}[data-theme=dark] .thinking-panel-line-step{color:#94a3b8}[data-theme=dark] .thinking-panel-skeleton-bar{background:#64748b}[data-theme=dark] .thinking-panel-skeleton-bar:after{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.35) 50%,transparent 100%)}.chat-page.searcher-mode .thinking-panel-pulse{background:#0284c7}.chat-page.searcher-mode .thinking-panel-pulse:after{border-color:#0369a166}.chat-page.searcher-mode .thinking-panel-badge{color:#0369a1;background:#e0f2fe;border-color:#7dd3fc}.chat-page.searcher-mode .thinking-panel-step-dot{background:#0369a147}.chat-page.searcher-mode .thinking-panel-step-dot.is-done{background:#38bdf8}.chat-page.searcher-mode .thinking-panel-step-dot.is-active{border-color:#0284c7}.chat-page.searcher-mode .thinking-panel-current{color:#0f172a;-webkit-text-fill-color:currentColor}.chat-page.searcher-mode .thinking-panel-dot{background:#0284c7}.chat-page.searcher-mode .thinking-panel-line-step{color:#0369a1}.chat-page.searcher-mode .thinking-panel-skeleton-bar{background:#bae6fd}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-pulse{background:#38bdf8}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-pulse:after{border-color:#7dd3fc73}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-badge{color:#7dd3fc;background:#38bdf829;border-color:#7dd3fc6b}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-step-dot{background:#38bdf859}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-step-dot.is-done{background:#38bdf8}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-step-dot.is-active{border-color:#7dd3fc}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-current{color:#e2e8f0;-webkit-text-fill-color:currentColor}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-dot{background:#38bdf8}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-line-step{color:#7dd3fc}[data-theme=dark] .chat-page.searcher-mode .thinking-panel-skeleton-bar{background:#155e75}.chat-page.time-ranger-mode .thinking-panel-badge{color:#b80000;background:#dc000014;border-color:#dc000038}[data-theme=dark] .chat-page.time-ranger-mode .thinking-panel-badge{color:#fca5a5;background:#f871711f;border-color:#f8717147}[data-theme=dark] .chat-page.time-ranger-mode .thinking-panel-pulse,[data-theme=dark] .chat-page.time-ranger-mode .thinking-panel-dot,[data-theme=dark] .chat-page.time-ranger-mode .thinking-panel-step-dot.is-done{background:#f87171}[data-theme=dark] .chat-page.time-ranger-mode .thinking-panel-skeleton-bar{background:#7f4d4d}@media(prefers-reduced-motion:reduce){.thinking-panel,.thinking-panel-pulse,.thinking-panel-pulse:after,.thinking-panel-dot,.thinking-panel-skeleton-bar:after,.thinking-panel-step-dot.is-active{animation:none!important}}.message-list{flex:1 1 0%;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.1rem;background:#f8fafc;color:#111827}.message-list::-webkit-scrollbar{width:6px}.message-list::-webkit-scrollbar-track{background:transparent}.message-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.message-list::-webkit-scrollbar-thumb:hover{background:#4b5563}.message-list-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;color:#4b5563;font-size:.875rem;text-align:center;padding:1.5rem 1rem}.message-list-empty-title{margin:0;font-size:.95rem;font-weight:600;color:#374151}.message-list-empty-tips{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:26rem}.message-list-empty-tip{display:flex;align-items:flex-start;gap:.75rem;max-width:26rem;width:100%;text-align:left;padding:.9rem 1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 2px #0000000a}.message-list-empty-tip>i{margin-top:.15rem;color:#64748b;font-size:.95rem;flex-shrink:0}.message-list-empty-tip-copy{display:flex;flex-direction:column;gap:.35rem;min-width:0}.message-list-empty-tip-copy strong{font-size:.875rem;color:#475569;font-weight:600}.message-list-empty-tip-copy span{font-size:.8125rem;line-height:1.45;color:#94a3b8}.message-list-empty-tip-link{font-size:.8125rem;font-weight:600;color:#64748b;text-decoration:underline;text-underline-offset:2px;width:fit-content}.message-list-empty-tip-link:hover{color:#475569}.message-wrapper{display:flex;width:100%;max-width:100%;min-width:0;box-sizing:border-box;animation:msgIn .2s ease-out}@keyframes msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.message-wrapper-user{justify-content:flex-end}.message-wrapper-assistant{justify-content:flex-start}.message-bubble{min-width:0;max-width:100%;padding:0;border-radius:0;line-height:1.65;font-size:.975rem;word-break:break-word;overflow-wrap:anywhere;background:transparent;border:none;box-shadow:none}.message-bubble-user{flex:0 1 auto;max-width:min(36rem,100%);padding:.75rem 1rem;border-radius:1.25rem;background:#f3f4f6;color:#111827;text-align:left;font-weight:500;border:1px solid #e5e7eb;transition:color .3s ease,background .3s ease,border-color .3s ease}.message-bubble-assistant{flex:1 1 auto;width:100%;max-width:100%;padding:.1rem 0;background:transparent;color:#1f2937;text-align:left;font-weight:400;transition:color .3s ease}.message-bubble-thinking{background:transparent;border:none;box-shadow:none;position:relative;overflow:visible;color:var(--chat-assistant-bubble-text, #1f2937);padding:.25rem 0}.message-bubble-thinking .message-content{width:100%;min-width:0;position:relative;z-index:1;white-space:normal}.message-bubble-typing{background:transparent;color:var(--chat-assistant-bubble-text, #1f2937);border:none;box-shadow:none;transition:none;animation:answerBubbleIn .28s cubic-bezier(.22,1,.36,1)}@keyframes answerBubbleIn{0%{opacity:.85;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.message-answer-stream{display:block;white-space:pre-wrap;word-break:break-word;color:var(--chat-answer-stream-text, #111827);font-style:normal;font-weight:400}.message-answer-cursor{display:inline-block;width:2px;height:1em;margin-left:1px;vertical-align:text-bottom;background:#000;border-radius:1px;animation:answerCursorBlink .9s step-end infinite}@keyframes answerCursorBlink{0%,to{opacity:1}50%{opacity:0}}.message-typing-label{font-size:.625rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#000;margin-top:.375rem;opacity:.85;animation:typingLabelIn .3s ease}@keyframes typingLabelIn{0%{opacity:0;transform:translateY(2px)}to{opacity:.85;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.message-bubble-assistant,.message-bubble-typing,.message-answer-cursor,.message-typing-label{animation:none!important;transition:none!important}}.message-content{white-space:pre-wrap;word-break:break-word;min-width:0}.message-attachment{margin-bottom:.5rem}.message-attachment-img{display:block;max-width:min(280px,100%);max-height:220px;width:auto;height:auto;object-fit:cover;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#f3f4f6}.message-bubble-user .message-attachment-img{border-color:#0000001a}.message-content-row{display:flex;align-items:flex-start;gap:.625rem}.message-content-row .message-content{flex:1;min-width:0}.message-time-ranger-note{margin-top:.625rem;padding:.5rem .65rem;border-radius:8px;background:var(--chat-note-bg, rgba(0, 0, 0, .07));border:1px solid var(--chat-note-border, rgba(0, 0, 0, .18));border-left:3px solid var(--chat-note-accent, #000000)}.message-time-ranger-note-label{display:block;margin-bottom:.2rem;font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--chat-note-accent, #000000);line-height:1.2}.message-time-ranger-note-text{margin:0;font-size:.72rem;line-height:1.45;color:var(--chat-note-text, #4b5563);white-space:pre-wrap;word-break:break-word}.message-timestamp{font-size:.6875rem;margin-top:.35rem;opacity:.65;line-height:1.2}.message-bubble-user .message-timestamp,.message-bubble-assistant .message-timestamp{text-align:left;color:#6b7280}.message-scan-report-download{margin-top:.5rem}.message-scan-report-link{display:inline-flex;align-items:center;padding:0;border:none;background:none;color:#000;font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.message-scan-report-link:hover:not(:disabled){color:#000}.message-scan-report-link:disabled{opacity:.85;cursor:wait;text-decoration:none}.message-scan-report-progress{margin-top:.375rem;max-width:16rem}.message-scan-report-progress-bar{height:6px;border-radius:999px;background:#e5e7eb;overflow:hidden}.message-scan-report-progress-fill{height:100%;border-radius:999px;background:#000;transition:width .2s ease}.message-scan-report-progress-fill--indeterminate{width:35%!important;animation:messageScanReportIndeterminate 1.2s ease-in-out infinite}@keyframes messageScanReportIndeterminate{0%{transform:translate(-120%)}to{transform:translate(320%)}}@media(max-width:768px){.message-list{padding:.85rem .75rem 1rem;gap:.9rem}.message-bubble,.message-bubble-assistant,.message-bubble-user{max-width:100%;font-size:.9rem}.message-bubble-user{max-width:min(36rem,100%);padding:.65rem .85rem}}@media(max-width:480px){.message-list{padding:.7rem .55rem .85rem;gap:.75rem}.message-bubble,.message-bubble-assistant{font-size:.875rem}.message-bubble-user{padding:.6rem .8rem}}.message-input-wrap{flex-shrink:0;background:var(--chat-input-bg, #fff);border-top:1px solid var(--chat-input-border-top, #f0f0f0);transition:background .55s cubic-bezier(.4,0,.2,1),border-color .55s cubic-bezier(.4,0,.2,1)}.message-input-mode-bar{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem 0;flex-wrap:wrap}.message-input-ranger-toggle{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.8125rem;font-weight:600;color:#374151}.message-input-ranger-toggle input{position:absolute;opacity:0;width:0;height:0}.message-input-ranger-toggle-track{width:36px;height:20px;border-radius:999px;background:#e5e7eb;position:relative;transition:background .45s cubic-bezier(.4,0,.2,1);flex-shrink:0}.message-input-ranger-toggle-track:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0000001f;transition:transform .45s cubic-bezier(.4,0,.2,1)}.message-input-ranger-toggle input:checked+.message-input-ranger-toggle-track{background:var(--chat-accent, #dc0000)}.message-input-ranger-toggle input:checked+.message-input-ranger-toggle-track:after{transform:translate(16px)}.message-input-ranger-toggle input:disabled+.message-input-ranger-toggle-track{opacity:.5}.message-input-ranger-toggle-label{letter-spacing:.01em;transition:color .45s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.35rem}.message-input-tts-toggle{margin-left:auto}.message-input-tts-toggle .message-input-ranger-toggle-label i{font-size:.75rem;opacity:.85}.message-input-mode-info{position:relative;display:inline-flex}.message-input-info-btn{width:18px;height:18px;border-radius:50%;border:1px solid #9ca3af;background:#f9fafb;color:#4b5563;font-size:.6875rem;font-weight:700;font-style:italic;font-family:inherit;line-height:1;cursor:help;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s,background .15s}.message-input-info-btn:hover,.message-input-info-btn:focus-visible{border-color:#000;color:#000;background:#f9fafb;outline:none}.message-input-info-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:min(280px,70vw);padding:.75rem .875rem;border-radius:10px;background:#111827;color:#f9fafb;font-size:.75rem;font-weight:400;line-height:1.45;box-shadow:0 8px 24px #0003;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;z-index:20}.message-input-info-tooltip strong{color:#fff;font-weight:700}.message-input-info-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#111827}.message-input-mode-info:hover .message-input-info-tooltip,.message-input-mode-info:focus-within .message-input-info-tooltip{opacity:1;visibility:visible}.message-input-ranger-hint{font-size:.75rem;font-weight:500;color:var(--chat-accent, #dc0000);letter-spacing:.01em;opacity:0;max-width:0;overflow:hidden;white-space:nowrap;transition:opacity .45s cubic-bezier(.4,0,.2,1),max-width .45s cubic-bezier(.4,0,.2,1),color .45s cubic-bezier(.4,0,.2,1)}.message-input-ranger-hint.is-visible{opacity:.85;max-width:12rem}.message-input-wrap-ranger .message-input-ranger-toggle-label{color:var(--chat-accent, #b80000)}.message-input-wrap-ranger .message-input-info-btn:hover,.message-input-wrap-ranger .message-input-info-btn:focus-visible{border-color:var(--chat-accent-border, #ff9b85);color:var(--chat-accent, #dc0000);background:var(--chat-accent-soft, #fff3f1)}.message-input-wrap-searcher .message-input-searcher-toggle .message-input-ranger-toggle-label{color:var(--chat-accent, #0369a1)}.message-input-wrap-searcher .message-input-info-btn:hover,.message-input-wrap-searcher .message-input-info-btn:focus-visible{border-color:var(--chat-accent-border, #7dd3fc);color:var(--chat-accent, #0369a1);background:var(--chat-accent-soft, #f0f9ff)}.message-input-preview{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.message-input-preview-img{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.message-input-preview-name{flex:1;font-size:.8125rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-input-preview-remove{padding:.25rem .5rem;color:#374151;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:color .15s,background .15s}.message-input-preview-remove:hover{color:#dc2626;background:#fef2f2}.message-input-file-hidden{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.message-input-attach{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:#374151;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;flex-shrink:0;transition:color .15s,background .15s,border-color .15s}.message-input-attach:hover:not(:disabled){color:#000;background:#f9fafb;border-color:#9ca3af}.message-input-attach:disabled{cursor:not-allowed;opacity:.6}.message-input-voice{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;color:#374151;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;flex-shrink:0;transition:color .15s,background .15s,border-color .15s,box-shadow .15s}.message-input-voice:hover:not(:disabled){color:#dc2626;background:#fff1f2;border-color:#fecaca}.message-input-voice.is-listening{color:#fff;background:var(--chat-accent, #dc0000);border-color:var(--chat-accent, #dc0000);box-shadow:0 0 0 3px #dc00002e;animation:voice-pulse 1.4s ease-in-out infinite}.message-input-voice:disabled{cursor:not-allowed;opacity:.6}@keyframes voice-pulse{0%,to{box-shadow:0 0 0 3px #dc00002e}50%{box-shadow:0 0 0 6px #dc000014}}.message-input-voice-error{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 1.25rem;padding:.5rem .75rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.8125rem}.message-input-voice-error button{border:none;background:transparent;color:inherit;cursor:pointer;padding:.125rem}.message-input{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--chat-input-bg, #fff);flex-shrink:0;transition:background .55s cubic-bezier(.4,0,.2,1)}.message-input-field{flex:1;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:10px;font-size:.875rem;font-family:inherit;background:#fff;color:#111827;transition:border-color .45s cubic-bezier(.4,0,.2,1),box-shadow .45s cubic-bezier(.4,0,.2,1)}.message-input-field::placeholder{color:#4b5563}.message-input-field:hover{border-color:#9ca3af}.message-input-field:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001f}.message-input-field:disabled{background:#f9fafb;cursor:not-allowed}.message-input-button{padding:.625rem 1.125rem;min-width:72px;border-radius:10px;font-size:.8125rem;font-weight:600;background:var(--chat-btn-primary, #000000);color:#fff;border:none;cursor:pointer;flex-shrink:0;transition:background .45s cubic-bezier(.4,0,.2,1),box-shadow .45s cubic-bezier(.4,0,.2,1)}.message-input-button:hover:not(:disabled){background:var(--chat-btn-primary-hover, #000000)}.message-input-button:disabled{background:var(--chat-btn-primary-disabled, #9CA3AF);cursor:not-allowed}.message-input-stop-btn{min-width:44px;width:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#1f2937;color:#fff}.message-input-stop-btn:hover:not(:disabled){background:#111827}.message-input-stop-btn i{font-size:.75rem}@media(max-width:768px){.message-input{padding:.75rem 1rem;gap:.5rem}.message-input-attach{width:36px;height:36px}.message-input-field{padding:.625rem .875rem;font-size:.875rem}.message-input-button{padding:.625rem 1rem;min-width:64px;font-size:.8125rem}}@media(max-width:480px){.message-input-mode-bar{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5rem .625rem;padding:.5rem .75rem 0}.message-input-tts-toggle{margin-left:0;grid-column:1 / -1;justify-self:stretch;width:100%;justify-content:space-between}.message-input-ranger-hint.is-visible{grid-column:1 / -1;max-width:none;white-space:normal}.message-input-mode-info{justify-self:end}.message-input{display:grid;grid-template-columns:auto auto 1fr;grid-template-areas:"attach voice field" "send send send";gap:.5rem;padding:.625rem .75rem}.message-input-attach{grid-area:attach}.message-input-voice{grid-area:voice}.message-input-field{grid-area:field;min-width:0;width:100%}.message-input-button{grid-area:send;width:100%;min-width:0;justify-content:center;padding:.75rem 1rem}}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#f9fafb 50% 100%);position:fixed;inset:0;z-index:9999;overflow:hidden}.loading-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 40%,rgba(0,0,0,.08) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(0,0,0,.05) 0%,transparent 50%);animation:gradientShift 8s ease infinite}.loading-container.loading-inline{position:relative;min-height:0;padding:2rem 1.5rem;background:transparent;z-index:0}.loading-inline .loading-content{gap:1rem;padding:0;max-width:200px}.loading-inline .loading-logo-img{height:var(--logo-size-loading-inline)}.loading-inline .loading-bar-container{height:2px}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:300px;width:100%;padding:2rem;position:relative;z-index:1}.loading-logo{display:flex;align-items:center;justify-content:center;opacity:0;animation:logoFadeIn .5s ease forwards}@keyframes logoFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-logo-img{height:var(--logo-size-loading);width:auto;object-fit:contain;filter:drop-shadow(0 4px 16px rgba(0,0,0,.2))}.loading-logo-text{display:flex;flex-direction:column;align-items:center;line-height:1.1;letter-spacing:.02em}.loading-logo-line1{font-size:1.25rem;font-weight:700;color:#1e293b}.loading-logo-line2{font-size:1.25rem;font-weight:700;color:#000}.loading-inline .loading-logo-line1,.loading-inline .loading-logo-line2{font-size:1rem}.loading-bar-container{width:100%;height:3px;background:#0000001a;border-radius:2px;overflow:hidden;position:relative;opacity:0;animation:containerFadeIn .5s ease .2s forwards}@keyframes containerFadeIn{0%{opacity:0}to{opacity:1}}.loading-bar{height:100%;width:30%;background:linear-gradient(90deg,#000,#000,#000);background-size:200% 100%;border-radius:2px;animation:loadingBar 1.5s ease-in-out infinite;box-shadow:0 0 10px #0000004d}@keyframes loadingBar{0%{transform:translate(-100%);background-position:0% 50%}50%{transform:translate(0);background-position:100% 50%}to{transform:translate(400%);background-position:0% 50%}}@media(max-width:768px){.loading-logo-img{height:var(--logo-size-loading-tablet)}.loading-content{gap:1.5rem;padding:1.5rem}}@media(max-width:480px){.loading-logo-img{height:var(--logo-size-loading-mobile)}.loading-bar-container{height:2px}.loading-inline .loading-logo-img{height:var(--logo-size-loading-inline-mobile)}}.answer-images-panel{--chat-panel-ease: cubic-bezier(.4, 0, .2, 1);--chat-panel-duration: .34s;--answer-images-panel-width: 320px;flex:0 0 auto;width:var(--answer-images-panel-width);min-width:0;display:flex;flex-direction:column;background:#f9fafb;border-left:1px solid #e5e7eb;overflow:hidden;will-change:width;transition:width var(--chat-panel-duration) var(--chat-panel-ease),border-color var(--chat-panel-duration) var(--chat-panel-ease),max-height var(--chat-panel-duration) var(--chat-panel-ease),background var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),background-color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease)}.answer-images-panel-inner{width:var(--answer-images-panel-width);min-width:var(--answer-images-panel-width);height:100%;display:flex;flex-direction:column;min-height:0}.answer-images-panel.is-collapsed{width:0;border-left-color:transparent;pointer-events:none}.answer-images-panel-header{padding:.625rem .875rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:.375rem;flex-shrink:0;background:#fff}.answer-images-panel-collapse-btn{display:none;margin-left:auto;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:6px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.answer-images-panel-collapse-btn:hover{background:#fff;color:#111827;border-color:#d1d5db}.answer-images-panel-header i{color:#374151;font-size:.875rem}.answer-images-panel-title{margin:0;font-size:.8125rem;font-weight:600;color:#374151}.answer-images-panel-body{flex:1;overflow-y:auto;padding:.75rem}.answer-images-panel-body::-webkit-scrollbar{width:6px}.answer-images-panel-body::-webkit-scrollbar-track{background:transparent}.answer-images-panel-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.answer-images-panel-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;color:#4b5563}.answer-images-panel-empty i{font-size:2rem;color:#d1d5db;margin-bottom:.75rem}.answer-images-panel-empty p{margin:0;font-size:.8125rem;line-height:1.5}.answer-images-panel-grid{display:flex;flex-direction:column;gap:.625rem}.answer-images-panel-item{display:flex;flex-direction:column;gap:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;padding:5px;transition:border-color .15s,box-shadow .15s}.answer-images-panel-item-clickable{cursor:pointer;text-align:left;font:inherit;margin:0;width:100%}.answer-images-panel-item-clickable:hover{border-color:#9ca3af;box-shadow:0 2px 8px #0000001a}.answer-images-panel-item-clickable:focus-visible{outline:2px solid #000000;outline-offset:2px}.answer-images-panel-img{width:100%;height:auto;object-fit:cover;border-radius:6px;background:#f3f4f6}.answer-images-panel-label{font-size:.6875rem;font-weight:500;color:#4b5563;text-align:center;padding:2px 0}.auth-image-loading,.auth-image-error{display:flex;align-items:center;justify-content:center;padding:2rem;font-size:.8125rem;color:#374151;background:#f3f4f6;border-radius:8px;min-height:120px}.auth-image-error{color:#dc2626}.auth-image-loading-slot{display:flex;align-items:center;justify-content:center;min-height:120px;padding:1rem;width:100%}.answer-images-panel-lightbox-img-wrap .auth-image-loading-slot{min-height:200px;background:#fffffff7;border-radius:10px}.answer-images-panel-lightbox-backdrop{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;cursor:pointer}.answer-images-panel-lightbox{position:relative;max-width:90vw;max-height:90vh;cursor:default}.answer-images-panel-lightbox-close{position:absolute;top:-2.5rem;right:0;width:2.25rem;height:2.25rem;border:none;border-radius:8px;background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .15s}.answer-images-panel-lightbox-close:hover{background:#ffffff40}.answer-images-panel-lightbox-img-wrap{max-width:90vw;max-height:90vh;border-radius:10px;overflow:hidden;background:#000;box-shadow:0 20px 60px #00000080}.answer-images-panel-lightbox-img{width:100%;height:auto;max-height:90vh;object-fit:contain;display:block}@media(max-width:900px){.answer-images-panel{width:100%;min-width:0;max-height:180px;flex:0 0 auto;border-left:none;border-top:1px solid #e5e7eb;will-change:max-height;pointer-events:auto}.answer-images-panel-inner{width:100%;min-width:0;height:auto;max-height:180px}.answer-images-panel.is-collapsed{max-height:44px;width:100%;border-top-color:#e5e7eb;pointer-events:auto}.answer-images-panel.is-collapsed .answer-images-panel-body{display:none}.answer-images-panel-collapse-btn{display:inline-flex}.answer-images-panel-header{padding:.5rem .75rem}.answer-images-panel-title{font-size:.75rem}.answer-images-panel-body{padding:.5rem .75rem}.answer-images-panel-grid{flex-direction:row;overflow-x:auto;gap:.625rem;padding-bottom:.25rem}.answer-images-panel-item{min-width:140px;max-width:160px;flex-shrink:0}.answer-images-panel-img{max-height:100px}}@media(max-width:480px){.answer-images-panel{max-height:150px}.answer-images-panel-item{min-width:120px;max-width:140px}.answer-images-panel-img{max-height:80px}}.chat-interface{flex:1 1 0;height:100%;min-height:0;width:100%;min-width:0;display:flex;overflow:hidden;background:#fff}.chat-conversation{flex:1 1 0;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:#fff;transition:flex-basis .34s cubic-bezier(.4,0,.2,1)}.chat-conversation-header{padding:.625rem 1.25rem;border-bottom:1px solid var(--chat-header-border, #f0f0f0);border-left:3px solid transparent;flex-shrink:0;background:var(--chat-header-bg, #fff);min-width:0;transition:background .55s cubic-bezier(.4,0,.2,1),border-color .55s cubic-bezier(.4,0,.2,1)}.chat-conversation-header-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-width:0}.chat-conversation-header-left{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.chat-conversation-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.chat-panel-toggle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease,border-color .15s ease}.chat-panel-toggle:hover{background:#fff;color:#111827;border-color:#d1d5db}.chat-panel-toggle[aria-pressed=true]{background:#111827;border-color:#111827;color:#fff}.chat-conversation-title{display:block;font-size:.875rem;font-weight:600;color:var(--chat-header-title, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .55s cubic-bezier(.4,0,.2,1)}.time-ranger-progress{margin-top:.625rem}.time-ranger-progress-label{display:block;font-size:.8125rem;font-weight:700;margin-bottom:.375rem}.time-ranger-stop-btn--prominent{flex-shrink:0;border:1px solid #dc2626;background:#dc2626;color:#fff;font-size:.8125rem;font-weight:700;padding:.375rem .875rem;border-radius:999px;cursor:pointer;box-shadow:0 1px 3px #dc262659;transition:background .15s ease,border-color .15s ease,transform .1s ease}.time-ranger-stop-btn--prominent:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.time-ranger-stop-btn--prominent:active:not(:disabled){transform:scale(.98)}.time-ranger-stop-btn--prominent:disabled{opacity:.75;cursor:wait}.time-ranger-stop-btn{flex-shrink:0;border:1px solid #e7e5e4;background:#fff;color:#57534e;font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.time-ranger-stop-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#b91c1c}.time-ranger-stop-btn:disabled{opacity:.6;cursor:not-allowed}.time-ranger-progress-bar{height:10px;border-radius:999px;overflow:hidden}.time-ranger-progress-fill{height:100%;border-radius:999px;transition:width .3s ease}.chat-conversation .message-list{align-items:center}.chat-conversation .message-wrapper,.chat-conversation .message-list-empty{width:100%;max-width:48rem;box-sizing:border-box}.chat-conversation .message-input-wrap{display:flex;flex-direction:column;align-items:center}.chat-conversation .message-input-mode-bar,.chat-conversation .message-input,.chat-conversation .message-input-preview,.chat-conversation .message-input-voice-error{width:100%;max-width:48rem;box-sizing:border-box}@media(max-width:900px){.chat-interface{flex-direction:column;min-height:0}.chat-conversation{flex:1 1 0;min-height:0}.chat-panel-toggle--sidebar{display:none}}.chat-page{font-family:var(--font-body);display:flex;flex:1 1 auto;min-height:0;width:100%;max-width:100%;height:100%;min-width:0;align-items:stretch;overflow:hidden;animation:fadeIn .4s ease-out;--chat-theme-duration: .55s;--chat-theme-ease: cubic-bezier(.4, 0, .2, 1);--chat-accent: #000000;--chat-accent-hover: #000000;--chat-accent-soft: #F9FAFB;--chat-accent-border: #E5E7EB;--chat-accent-muted: #F3F4F6;--chat-page-bg: #f9fafb;--chat-page-bg-end: #F9FAFB;--chat-sidebar-bg: #ffffff;--chat-sidebar-border: #e5e7eb;--chat-main-bg: #ffffff;--chat-conv-bg: #fafafa;--chat-header-bg: #ffffff;--chat-header-border: #f0f0f0;--chat-header-title: #111827;--chat-user-bubble: #000000;--chat-user-bubble-shadow: rgba(0, 0, 0, .18);--chat-input-bg: #ffffff;--chat-input-border-top: #f0f0f0;--chat-panel-bg: #ffffff;--chat-panel-border: #e5e7eb;--chat-btn-primary: #000000;--chat-btn-primary-hover: #000000;--chat-btn-primary-text: #ffffff;--chat-btn-primary-disabled: #9CA3AF;--chat-active-session: #F9FAFB;--chat-active-session-text: #000000;--chat-active-session-meta: #475569;--chat-hover-session: #f3f4f6;--chat-avatar-user-bg: #F3F4F6;--chat-avatar-user-text: #000000;--chat-thinking-border: rgba(0, 0, 0, .35);--chat-thinking-bg: linear-gradient(145deg, #F9FAFB 0%, #F9FAFB 50%, #f8fafc 100%);--chat-assistant-bubble-bg: #ffffff;--chat-assistant-bubble-text: #1f2937;--chat-assistant-bubble-border: #e5e7eb;--chat-assistant-bubble-shadow: 0 1px 2px rgba(0, 0, 0, .04);--chat-typing-bubble-bg: #ffffff;--chat-typing-bubble-from-bg: #F9FAFB;--chat-typing-bubble-border: rgba(0, 0, 0, .25);--chat-typing-bubble-shadow: 0 2px 8px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--chat-answer-stream-text: #111827;background:linear-gradient(135deg,var(--chat-page-bg) 0%,var(--chat-page-bg-end) 100%);transition:background var(--chat-theme-duration) var(--chat-theme-ease)}html:not([data-theme=dark]) .chat-page,[data-theme=light] .chat-page{--chat-page-bg: #f9fafb;--chat-page-bg-end: #f9fafb;--chat-sidebar-bg: #ffffff;--chat-sidebar-border: #e5e7eb;--chat-main-bg: #ffffff;--chat-conv-bg: #f8fafc;--chat-header-bg: #ffffff;--chat-header-border: #f0f0f0;--chat-header-title: #111827;--chat-input-bg: #ffffff;--chat-input-border-top: #f0f0f0;--chat-panel-bg: #ffffff;--chat-panel-border: #e5e7eb;--chat-assistant-bubble-text: #111827;--chat-answer-stream-text: #111827}html:not([data-theme=dark]) .chat-page .chat-main,html:not([data-theme=dark]) .chat-page .chat-interface,html:not([data-theme=dark]) .chat-page .chat-conversation,[data-theme=light] .chat-page .chat-main,[data-theme=light] .chat-page .chat-interface,[data-theme=light] .chat-page .chat-conversation{background:#fff}html:not([data-theme=dark]) .chat-page .message-list,[data-theme=light] .chat-page .message-list{background:#f8fafc;color:#111827}html:not([data-theme=dark]) .chat-page .chat-conversation-header,[data-theme=light] .chat-page .chat-conversation-header{background:#fff;border-bottom-color:#f0f0f0}html:not([data-theme=dark]) .chat-page .chat-conversation-title,[data-theme=light] .chat-page .chat-conversation-title{color:#111827}html:not([data-theme=dark]) .chat-page .message-bubble-assistant,html:not([data-theme=dark]) .chat-page .message-bubble-typing,html:not([data-theme=dark]) .chat-page .message-answer-stream,html:not([data-theme=dark]) .chat-page .message-bubble-assistant .message-content,[data-theme=light] .chat-page .message-bubble-assistant,[data-theme=light] .chat-page .message-bubble-typing,[data-theme=light] .chat-page .message-answer-stream,[data-theme=light] .chat-page .message-bubble-assistant .message-content{color:#111827;background:transparent}html:not([data-theme=dark]) .chat-page .message-bubble-user,[data-theme=light] .chat-page .message-bubble-user{background:#f3f4f6;color:#111827;border-color:#e5e7eb}html:not([data-theme=dark]) .chat-page .message-bubble-user .message-content,[data-theme=light] .chat-page .message-bubble-user .message-content{color:#111827}html:not([data-theme=dark]) .chat-page .message-timestamp,[data-theme=light] .chat-page .message-timestamp{color:#6b7280;opacity:.85}html:not([data-theme=dark]) .chat-page .message-input-wrap,html:not([data-theme=dark]) .chat-page .message-input,[data-theme=light] .chat-page .message-input-wrap,[data-theme=light] .chat-page .message-input{background:#fff;border-color:#f0f0f0;color:#111827}html:not([data-theme=dark]) .chat-page .chat-sidebar,[data-theme=light] .chat-page .chat-sidebar{background:#fff;border-right-color:#e5e7eb}html:not([data-theme=dark]) .chat-page .answer-images-panel,[data-theme=light] .chat-page .answer-images-panel{background:#f9fafb;border-left-color:#e5e7eb}html:not([data-theme=dark]) .chat-page .answer-images-panel-header,[data-theme=light] .chat-page .answer-images-panel-header{background:#fff;border-bottom-color:#e5e7eb}.chat-sidebar{--chat-panel-ease: cubic-bezier(.4, 0, .2, 1);--chat-panel-duration: .34s;--chat-sidebar-width: 280px;width:var(--chat-sidebar-width);min-width:0;flex:0 0 auto;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;will-change:width;transition:width var(--chat-panel-duration) var(--chat-panel-ease),border-color var(--chat-panel-duration) var(--chat-panel-ease),background var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),background-color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),box-shadow var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease)}.chat-sidebar-inner{width:var(--chat-sidebar-width);min-width:var(--chat-sidebar-width);height:100%;display:flex;flex-direction:column;min-height:0}.chat-page--sidebar-collapsed .chat-sidebar{width:0;border-right-color:transparent;pointer-events:none}.chat-sidebar-top{padding:.875rem .75rem;flex-shrink:0;display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem}.chat-new-btn{flex:1 1 120px;min-width:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem .75rem;border-radius:8px;font-size:.8125rem;font-weight:600;background:var(--chat-btn-primary, #000000);color:var(--chat-btn-primary-text, #ffffff);border:none;cursor:pointer;box-shadow:0 1px 2px #0f172a0f,0 4px 12px #00000024;transition:background .15s ease,box-shadow .15s ease,transform .08s ease-out,color .15s ease}.chat-new-btn:hover{background:var(--chat-btn-primary-hover, #000000);color:var(--chat-btn-primary-text, #ffffff);border:none;box-shadow:0 2px 4px #0f172a14,0 6px 16px #0000002e}.chat-new-btn:active{background:#000;color:var(--chat-btn-primary-text, #ffffff);border:none;transform:translateY(1px);box-shadow:0 1px 2px #0f172a1a}.chat-page .chat-new-btn,.chat-page .chat-new-btn:hover,.chat-page .chat-new-btn:active,.chat-page .chat-new-btn i,.chat-page .chat-new-btn span{color:var(--chat-btn-primary-text, #ffffff);border:none}.chat-manage-btn{flex:0 1 auto;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .625rem;border-radius:8px;font-size:.75rem;font-weight:500;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;cursor:pointer;box-shadow:0 0 #0f172a00;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .18s ease,transform .08s ease-out}.chat-manage-btn i{font-size:.8rem}.chat-manage-btn:hover{background:#f9fafb;color:#000;border-color:#e5e7eb;box-shadow:0 6px 14px #94a3b859}.chat-manage-btn.active{background:#f9fafb;color:#000;border-color:#e5e7eb;box-shadow:0 6px 16px #0000004d;transform:translateY(.5px)}.chat-sidebar-selection-bar{padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;color:#4b5563;background:#f9fafb;animation:chat-selection-bar-in .16s ease-out;min-width:0}.chat-sidebar-selection-left{display:flex;align-items:center;gap:.5rem;min-width:0}.chat-sidebar-selection-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.chat-selection-all-btn{padding:.375rem .75rem;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.7rem;font-weight:500;color:#4b5563;cursor:pointer;flex-shrink:0;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .18s ease,transform .08s ease-out}.chat-selection-all-btn:hover:not(:disabled){background:#f9fafb;border-color:#e5e7eb;color:#000;box-shadow:0 4px 10px #94a3b859}.chat-selection-all-btn:active:not(:disabled){transform:translateY(1px);box-shadow:0 2px 6px #94a3b866}.chat-selection-all-btn:disabled{opacity:.5;cursor:default;box-shadow:none}.chat-sidebar-selection-bar-count{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#374151}.chat-selection-delete-btn,.chat-selection-cancel-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:999px;border:none;font-size:.75rem;font-weight:500;cursor:pointer}.chat-selection-delete-btn{background:#fee2e2;color:#b91c1c}.chat-selection-delete-btn:hover:not(:disabled){background:#fecaca}.chat-selection-delete-btn:disabled{opacity:.5;cursor:default}.chat-selection-cancel-btn{background:transparent;color:#374151}.chat-selection-cancel-btn:hover{background:#e5e7eb}.chat-sessions{flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 .75rem .75rem;display:flex;flex-direction:column;gap:2px}.chat-sessions::-webkit-scrollbar{width:6px}.chat-sessions::-webkit-scrollbar-track{background:transparent}.chat-sessions::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-sessions::-webkit-scrollbar-thumb:hover{background:#4b5563}.chat-sessions-empty{text-align:center;color:#4b5563;font-size:.8125rem;padding:2rem 1rem}.chat-session-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:8px;cursor:pointer;position:relative}.chat-session-checkbox{width:14px;height:14px;flex-shrink:0;accent-color:#000000}.chat-session-item.active{background:var(--chat-active-session, #F9FAFB);box-shadow:inset 3px 0 0 var(--chat-accent, #000000)}.chat-session-item.active .chat-session-title{color:var(--chat-active-session-text, #000000);font-weight:600}.chat-session-item.active .chat-session-meta{color:var(--chat-active-session-meta, #475569)}.chat-session-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-session-title{font-size:.8125rem;font-weight:500;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-session-meta{font-size:.6875rem;color:#4b5563}.chat-session-delete{opacity:1;background:none;border:none;color:#4b5563;cursor:pointer;padding:4px;border-radius:6px;font-size:.75rem;flex-shrink:0}.chat-main{flex:1 1 0%;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#fff}.chat-main>.chat-interface,.chat-main>.chat-empty{flex:1 1 0;min-height:0}.chat-main>.chat-interface[hidden]{display:none!important}.chat-alert{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;background:#fef2f2;border-bottom:1px solid #fecaca;color:#b91c1c;font-size:.8125rem;font-weight:500;flex-shrink:0}.chat-alert i:first-child{font-size:.875rem}.chat-alert-message{flex:1;min-width:0}.chat-alert-retry{display:inline-flex;align-items:center;gap:.35rem;background:#b91c1c;border:none;color:#fff;cursor:pointer;padding:.35rem .7rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.chat-alert-retry:hover{background:#991b1b}.chat-alert-close{margin-left:auto;background:none;border:none;color:#b91c1c;cursor:pointer;padding:4px;border-radius:4px;font-size:.75rem}.chat-alert-retry+.chat-alert-close{margin-left:0}.chat-alert-close:hover{background:#b91c1c14}.chat-empty{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.chat-sidebar-expand-empty{position:absolute;top:.75rem;left:.75rem;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#4b5563;cursor:pointer}.chat-sidebar-expand-empty:hover{background:#fff;color:#111827;border-color:#d1d5db}@media(max-width:900px){.chat-sidebar-expand-empty{display:none}}.chat-empty-content{text-align:center;max-width:380px}.chat-empty-icon{width:var(--logo-size-chat-empty);height:var(--logo-size-chat-empty);margin:0 auto 1.25rem;border-radius:18px;overflow:hidden;box-shadow:0 4px 16px #00000014}.chat-empty-avatar{width:100%;height:100%;object-fit:cover}.chat-empty-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:#111827}.chat-empty-text{margin:0 0 1.25rem;font-size:.875rem;color:#374151;line-height:1.55}.chat-empty-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;background:#000;color:#fff;border:none;cursor:pointer;box-shadow:0 10px 20px #0000004d;transition:background .15s ease,box-shadow .2s ease,transform .08s ease-out}.chat-empty-btn:hover{background:#000}.chat-empty-btn:hover{box-shadow:0 14px 26px #00000059}.chat-empty-btn:active{transform:translateY(1px);box-shadow:0 8px 18px #0006}@keyframes chat-selection-bar-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.chat-mobile-toolbar,.chat-sidebar-backdrop,.chat-sidebar-mobile-header,.chat-sidebar-close{display:none}@media(max-width:900px){.chat-page{flex:1 1 0;flex-direction:column;min-height:0;height:100%;max-height:100%;overflow:hidden;position:relative}.chat-mobile-toolbar{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0;min-width:0}.chat-mobile-chats-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#374151;font-size:.8125rem;font-weight:600;cursor:pointer;flex-shrink:0}.chat-mobile-chats-btn:hover{background:#f9fafb;border-color:#e5e7eb;color:#000}.chat-mobile-session-title{flex:1;min-width:0;font-size:.8125rem;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-sidebar-backdrop{display:block;position:fixed;inset:0;background:#0f172a73;z-index:2100;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.chat-sidebar-backdrop.open{opacity:1;visibility:visible}.chat-sidebar,.chat-page .chat-sidebar{position:fixed;top:0;left:0;width:min(320px,88vw);height:100vh;height:100dvh;min-width:0;max-height:none;z-index:2101;transform:translate(-100%);opacity:1;will-change:transform;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s,background var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),background-color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),border-color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),box-shadow var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease);border-right:1px solid #e5e7eb;box-shadow:8px 0 32px #0000001f;visibility:hidden;pointer-events:none}.chat-sidebar.open{transform:translate(0);visibility:visible;pointer-events:auto}.chat-sidebar-inner{width:100%;min-width:0}.chat-sidebar-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem .75rem .5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.chat-sidebar-mobile-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.chat-sidebar-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;color:#374151;cursor:pointer}.chat-sidebar-top{padding:.75rem}.chat-page--sidebar-collapsed .chat-sidebar{width:min(320px,88vw);border-right-color:#e5e7eb;pointer-events:none}.chat-page--sidebar-collapsed .chat-sidebar .chat-sidebar-inner{width:100%;min-width:0}.chat-page--sidebar-collapsed .chat-sidebar.open{pointer-events:auto}.chat-sessions{flex:1 1 0;min-height:0;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:0 .75rem .75rem;gap:2px}.chat-session-item{min-width:0;flex-shrink:1}.chat-main{flex:1 1 0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.chat-conversation-header{display:none}}@media(max-width:480px){.chat-mobile-toolbar{padding:.5rem .625rem}.chat-sidebar{width:min(300px,100vw)}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.chat-page .chat-main,.chat-page .chat-conversation,.chat-page .chat-conversation-header,.chat-page .message-list,.chat-page .message-input-wrap,.chat-page .message-input,.chat-page .message-input-mode-bar,.chat-page .answer-images-panel-header,.chat-page .chat-new-btn,.chat-page .chat-manage-btn,.chat-page .chat-session-item,.chat-page .message-bubble-user,.chat-page .message-bubble-thinking,.chat-page .message-input-button,.chat-page .message-input-field,.chat-page .chat-conversation-title,.layout.layout--chat,.layout.layout--chat .layout-main.layout-chat,.layout.layout--chat .header-bar,.layout.layout--chat .header-user-avatar,.layout.layout--chat .header-logout-btn{transition:background var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),background-color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),border-color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),color var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease),box-shadow var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease)}.chat-page.time-ranger-mode{--chat-accent: #dc0000;--chat-accent-hover: #b80000;--chat-accent-ink: #b80000;--chat-accent-soft: #fff3f1;--chat-accent-border: #ff9b85;--chat-accent-muted: #ffe0d8;--chat-accent-shadow: rgba(220, 0, 0, .22);--chat-btn-primary-active: #990000;--chat-progress-mid: #ff9b85;--chat-focus-ring: rgba(220, 0, 0, .12);--chat-page-bg: #fafafa;--chat-page-bg-end: #f5f5f5;--chat-sidebar-bg: #ffffff;--chat-sidebar-border: #e7e5e4;--chat-main-bg: #ffffff;--chat-conv-bg: #fafafa;--chat-header-bg: #ffffff;--chat-header-border: #ffc8b8;--chat-header-title: #b80000;--chat-user-bubble: #dc0000;--chat-user-bubble-shadow: rgba(220, 0, 0, .22);--chat-input-bg: #ffffff;--chat-input-border-top: #ffc8b8;--chat-panel-bg: #ffffff;--chat-panel-border: #e7e5e4;--chat-btn-primary: #dc0000;--chat-btn-primary-hover: #b80000;--chat-btn-primary-text: #ffffff;--chat-btn-primary-disabled: #ff9b85;--chat-active-session: #fff3f1;--chat-active-session-text: #1c1917;--chat-active-session-meta: #57534e;--chat-hover-session: #fafafa;--chat-avatar-user-bg: #ffe0d8;--chat-avatar-user-text: #b80000;--chat-thinking-border: rgba(220, 0, 0, .32);--chat-thinking-bg: linear-gradient(145deg, #fffaf9 0%, #fff3f1 50%, #fafafa 100%)}.chat-page.searcher-mode{--chat-accent: #0369a1;--chat-accent-hover: #075985;--chat-accent-ink: #075985;--chat-accent-soft: #f0f9ff;--chat-accent-border: #7dd3fc;--chat-accent-muted: #e0f2fe;--chat-accent-shadow: rgba(3, 105, 161, .22);--chat-btn-primary-active: #0c4a6e;--chat-progress-mid: #7dd3fc;--chat-focus-ring: rgba(3, 105, 161, .12);--chat-page-bg: #fafafa;--chat-page-bg-end: #f5f5f5;--chat-sidebar-bg: #ffffff;--chat-sidebar-border: #e7e5e4;--chat-main-bg: #ffffff;--chat-conv-bg: #fafafa;--chat-header-bg: #ffffff;--chat-header-border: #bae6fd;--chat-header-title: #0369a1;--chat-user-bubble: #0369a1;--chat-user-bubble-shadow: rgba(3, 105, 161, .22);--chat-input-bg: #ffffff;--chat-input-border-top: #bae6fd;--chat-panel-bg: #ffffff;--chat-panel-border: #e7e5e4;--chat-btn-primary: #0369a1;--chat-btn-primary-hover: #075985;--chat-btn-primary-text: #ffffff;--chat-btn-primary-disabled: #7dd3fc;--chat-active-session: #f0f9ff;--chat-active-session-text: #1c1917;--chat-active-session-meta: #57534e;--chat-hover-session: #fafafa;--chat-avatar-user-bg: #e0f2fe;--chat-avatar-user-text: #0369a1;--chat-thinking-border: rgba(3, 105, 161, .32);--chat-thinking-bg: linear-gradient(145deg, #f8fcff 0%, #f0f9ff 50%, #fafafa 100%)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-sidebar{background:var(--chat-sidebar-bg);border-right-color:var(--chat-sidebar-border)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn{background:var(--chat-btn-primary);color:var(--chat-btn-primary-text);border:none;box-shadow:0 1px 2px #0f172a14,0 2px 8px var(--chat-accent-shadow)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn:hover{background:var(--chat-btn-primary-hover);color:var(--chat-btn-primary-text);border:none;box-shadow:0 2px 4px #0f172a1a,0 4px 14px var(--chat-accent-shadow)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn:active{background:var(--chat-btn-primary-active);color:var(--chat-btn-primary-text);border:none;box-shadow:0 1px 2px #0f172a1f}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-manage-btn:hover,:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-manage-btn.active{background:var(--chat-accent-soft);color:var(--chat-accent-ink);border-color:var(--chat-accent-border);box-shadow:none}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-panel-toggle:hover{background:var(--chat-accent-soft);color:var(--chat-accent-ink);border-color:var(--chat-accent-border)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-panel-toggle[aria-pressed=true]{background:var(--chat-accent);border-color:var(--chat-accent);color:#fff}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-selection-all-btn:hover:not(:disabled){background:var(--chat-accent-soft);border-color:var(--chat-accent-border);color:var(--chat-accent-ink)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-session-checkbox{accent-color:var(--chat-accent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-session-item.active{background:var(--chat-active-session);box-shadow:inset 3px 0 0 var(--chat-accent);border:1px solid #e7e5e4}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-session-item.active .chat-session-title{color:var(--chat-active-session-text)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-session-item.active .chat-session-meta{color:var(--chat-active-session-meta)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-empty-btn{background:var(--chat-btn-primary);color:var(--chat-btn-primary-text);border:none;box-shadow:0 4px 14px var(--chat-accent-shadow)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-empty-btn:hover{background:var(--chat-btn-primary-hover);color:var(--chat-btn-primary-text);border:none}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-main{background:var(--chat-main-bg)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-conversation-header{background:var(--chat-header-bg);border-bottom:1px solid var(--chat-header-border);border-left-color:var(--chat-accent);box-shadow:0 1px #0000000a;padding:.75rem 1.25rem}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-conversation-title{color:var(--chat-header-title);font-weight:600;font-size:.875rem;letter-spacing:.02em;text-transform:none;min-width:0}.chat-page.time-ranger-mode .time-ranger-stop-btn--prominent{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 2px 8px #dc262659}.chat-page.time-ranger-mode .time-ranger-stop-btn--prominent:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.chat-page.searcher-mode .time-ranger-stop-btn--prominent{background:var(--chat-btn-primary);border-color:var(--chat-btn-primary);color:var(--chat-btn-primary-text);box-shadow:0 2px 8px var(--chat-accent-shadow)}.chat-page.searcher-mode .time-ranger-stop-btn--prominent:hover:not(:disabled){background:var(--chat-btn-primary-hover);border-color:var(--chat-btn-primary-hover)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .time-ranger-progress-label{color:#57534e;font-weight:500;text-shadow:none}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .time-ranger-progress-bar{background:#f5f5f4;border:1px solid #e7e5e4}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .time-ranger-progress-fill{background:linear-gradient(90deg,var(--chat-progress-mid) 0%,var(--chat-accent) 50%,var(--chat-progress-mid) 100%);background-size:200% 100%;animation:timeRangerProgressPulse 2s ease-in-out infinite}@keyframes timeRangerProgressPulse{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-conversation{background:var(--chat-main-bg)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-list{background:var(--chat-conv-bg)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-bubble-user{background:#f3f4f6;color:#111827;border-color:#e5e7eb;box-shadow:none}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-bubble-thinking{background:transparent;border:none;box-shadow:none}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-bubble-thinking:before{display:none}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-bubble-typing{border:none;box-shadow:none;background:transparent}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-answer-cursor{background:var(--chat-accent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-typing-label{color:var(--chat-accent)}.chat-page.time-ranger-mode .thinking-panel{--tp-fg: #44403c;--tp-muted: #78716c;--tp-badge-fg: #b80000;--tp-badge-bg: rgba(220, 0, 0, .08);--tp-badge-border: rgba(220, 0, 0, .22);--tp-dot: #dc0000;--tp-dot-idle: rgba(220, 0, 0, .28);--tp-skeleton: #e8d4d0;--tp-skeleton-shine: rgba(255, 255, 255, .75);--tp-shimmer-mid: #a1625a}.chat-page.searcher-mode .thinking-panel{--tp-fg: #0f172a;--tp-muted: #64748b;--tp-badge-fg: #0369a1;--tp-badge-bg: rgba(3, 105, 161, .1);--tp-badge-border: rgba(3, 105, 161, .28);--tp-dot: #0284c7;--tp-dot-idle: rgba(3, 105, 161, .28);--tp-skeleton: #bae6fd;--tp-skeleton-shine: rgba(255, 255, 255, .8);--tp-shimmer-mid: #38bdf8}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-badge{background:var(--tp-badge-bg);color:var(--tp-badge-fg);border:1px solid var(--tp-badge-border);font-weight:700}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-pulse{background:var(--tp-dot)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-pulse:after{border-color:color-mix(in srgb,var(--tp-dot) 35%,transparent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-step-dot{background:var(--tp-dot-idle)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-step-dot.is-done{background:var(--chat-progress-mid)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-step-dot.is-active{background:transparent;border-color:var(--tp-dot);box-shadow:none}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-current{color:var(--tp-fg);-webkit-text-fill-color:currentColor;font-weight:500}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-skeleton-bar{background:var(--tp-skeleton)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-dot{background:var(--tp-dot)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-history{border-top-color:color-mix(in srgb,var(--chat-accent) 14%,transparent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-history:hover{scrollbar-color:color-mix(in srgb,var(--chat-accent) 20%,transparent) transparent}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-line{color:var(--tp-muted)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-line-step{color:var(--tp-badge-fg)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-line:before{background:var(--chat-progress-mid)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-history::-webkit-scrollbar-thumb{background:transparent}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-history:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--chat-accent) 25%,transparent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-wrap{background:var(--chat-input-bg);border-top:1px solid var(--chat-input-border-top)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-mode-bar{background:var(--chat-input-bg)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-ranger-hint{color:var(--chat-accent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input{background:var(--chat-input-bg)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-field{border-color:#e7e5e4}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-field:hover{border-color:#d6d3d1}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-field:focus{border-color:var(--chat-accent);box-shadow:0 0 0 3px var(--chat-focus-ring)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button{background:var(--chat-btn-primary);box-shadow:0 1px 2px var(--chat-accent-shadow)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button:hover:not(:disabled){background:var(--chat-btn-primary-hover)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button:disabled{background:var(--chat-btn-primary-disabled)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-attach:hover:not(:disabled){color:var(--chat-accent);background:var(--chat-accent-soft);border-color:var(--chat-accent-border)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel{background:var(--chat-panel-bg);border-left-color:var(--chat-panel-border)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel-header{border-bottom-color:#f5f5f4;background:var(--chat-panel-bg)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel-card:hover,:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel-card:focus-visible{border-color:var(--chat-accent-border);outline-color:var(--chat-accent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-list::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--chat-accent) 22%,transparent)}:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--chat-accent) 40%,transparent)}.layout.layout--chat{--layout-bg: #F9FAFB;--layout-bg-mid: #ffffff;--layout-bg-end: #f8fafc;--layout-accent-glow: rgba(0, 0, 0, .06);--layout-grid: rgba(0, 0, 0, .02);--layout-main: #f8fafc;--layout-header-avatar: #000000;--layout-header-logout-bg: #F9FAFB;--layout-header-logout-border: #E5E7EB;--layout-header-logout-text: #000000;transition:background var(--chat-theme-duration, .55s) var(--chat-theme-ease, ease)}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)){--layout-bg: #fafafa;--layout-bg-mid: #ffffff;--layout-bg-end: #fafafa;--layout-accent-glow: rgba(220, 0, 0, .06);--layout-grid: rgba(220, 0, 0, .02);--layout-main: #fafafa;--layout-header-avatar: #dc0000;--layout-header-logout-bg: #fff3f1;--layout-header-logout-border: #ff9b85;--layout-header-logout-text: #b80000;background:linear-gradient(135deg,var(--layout-bg) 0%,var(--layout-bg-mid) 50%,var(--layout-bg-end) 100%)}:is(.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.searcher-mode)){--chat-accent: #0369a1;--chat-btn-primary: #0369a1;--chat-btn-primary-hover: #075985;--layout-accent-glow: rgba(3, 105, 161, .08);--layout-grid: rgba(3, 105, 161, .03);--layout-header-avatar: #0369a1;--layout-header-logout-bg: #f0f9ff;--layout-header-logout-border: #7dd3fc;--layout-header-logout-text: #0369a1}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)):before{background:radial-gradient(circle at 20% 30%,var(--layout-accent-glow) 0%,transparent 50%),radial-gradient(circle at 80% 70%,var(--layout-accent-glow) 0%,transparent 50%)}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)):after{background-image:linear-gradient(var(--layout-grid) 1px,transparent 1px),linear-gradient(90deg,var(--layout-grid) 1px,transparent 1px)}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .layout-main.layout-chat{background:var(--layout-main)}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-bar{border-bottom-color:#f5f5f4}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-user-avatar{background:var(--layout-header-avatar)}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-logout-btn{background:var(--layout-header-logout-bg);border-color:var(--layout-header-logout-border);color:var(--layout-header-logout-text)}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-logout-btn:hover{background:var(--chat-accent);color:#fff;border-color:var(--chat-accent)}:is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-menu-panel{background:linear-gradient(180deg,var(--chat-btn-primary-hover) 0%,var(--chat-btn-primary) 100%)}@media(prefers-reduced-motion:reduce){:is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .time-ranger-progress-fill{animation:none}}.home-chat{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;height:100%;overflow:hidden;background:#fff;font-family:var(--font-body, "Inter", system-ui, sans-serif)}.home-chat-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.home-chat-body .chat-page{flex:1 1 auto;min-height:0;height:100%}[data-theme=dark] .home-chat{background:#0c0e12}@media(max-width:640px){.home-chat{width:100%}}.layout{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--layout-bg);position:relative;transition:background .3s ease}.layout.layout--chat{height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden}.layout:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 30%,rgba(0,0,0,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.05) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(0,0,0,.03) 0%,transparent 50%);pointer-events:none;z-index:0;opacity:var(--layout-overlay-opacity);transition:opacity .3s ease}.layout:after{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:50px 50px;pointer-events:none;z-index:0}.layout-main{flex:1 0 auto;padding:0;background:var(--layout-main-bg);position:relative;overflow-x:hidden;overflow-y:visible;z-index:1;transition:background .3s ease}.layout-main.layout-home{padding:0}.layout-main.layout-chat{padding:0;overflow:hidden;flex:1 1 0;min-height:0;display:flex;flex-direction:column}.layout-main.layout-chat .page-content{max-width:100%;width:100%;height:100%;min-height:0;flex:1 1 auto;display:flex;flex-direction:column;padding-left:0;padding-right:0}.layout-chat-slot[hidden]{display:none!important}.layout-chat-slot.is-active{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%}.layout-main.layout-home .page-content{max-width:100%;width:100%}.layout-main.layout-wide .page-content{max-width:100%;width:100%;margin:0;padding:0}.page-content{width:100%;max-width:none;margin:0;padding:0;position:relative;z-index:1;background:transparent;border:none;box-shadow:none}.page-content-exiting,.page-content-entering{will-change:opacity,transform}.page-content-exiting{pointer-events:none}.page-content-exiting--forward{animation:pageSlideOutForward .28s cubic-bezier(.4,0,.2,1) forwards}.page-content-exiting--back{animation:pageSlideOutBack .28s cubic-bezier(.4,0,.2,1) forwards}.page-content-entering--forward{animation:pageSlideInForward .4s cubic-bezier(.22,1,.36,1) forwards}.page-content-entering--back{animation:pageSlideInBack .4s cubic-bezier(.22,1,.36,1) forwards}@keyframes pageSlideOutForward{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(-28px) scale(.992)}}@keyframes pageSlideOutBack{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(28px) scale(.992)}}@keyframes pageSlideInForward{0%{opacity:0;transform:translate(36px) scale(.992)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes pageSlideInBack{0%{opacity:0;transform:translate(-36px) scale(.992)}to{opacity:1;transform:translate(0) scale(1)}}@media(max-width:768px){.layout-main.layout-home,.layout-main.layout-chat{padding:0}}@media(prefers-reduced-motion:reduce){.page-content-exiting--forward,.page-content-exiting--back,.page-content-entering--forward,.page-content-entering--back{animation:pageFadeSimple .2s ease forwards}@keyframes pageFadeSimple{0%{opacity:.6}to{opacity:1}}}.waitlist-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--color-border);border-radius:20px;padding:1.75rem;box-shadow:0 24px 60px #0f172a38;color:#0f172a}.waitlist-card--compact{max-width:520px;margin:0 auto}.waitlist-card-head{margin-bottom:1.25rem}.waitlist-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:9999px;background:#0000001a;color:#000;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem}.waitlist-pill-dot{width:8px;height:8px;border-radius:50%;background:#000}.waitlist-card-title{margin:0 0 .4rem;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;color:#0f172a}.waitlist-card-sub{margin:0;font-size:.98rem;line-height:1.5;color:#475569}.waitlist-error{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:1rem;padding:.8rem 1rem;border-radius:10px;background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2);font-size:.9rem;font-weight:500}.waitlist-form{display:flex;flex-direction:column;gap:.85rem}.waitlist-field{display:flex;flex-direction:column;gap:.35rem}.waitlist-label{font-size:.8rem;font-weight:600;color:#334155}.waitlist-field input{width:100%;padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:10px;background:#f1f5f9;color:#0f172a;font-size:1rem;font-family:inherit;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.waitlist-field input::placeholder{color:#94a3b8;font-weight:400}.waitlist-field input:focus{outline:none;border-color:#000;background:#fff;box-shadow:0 0 0 4px #00000024}.waitlist-submit{margin-top:.35rem;width:100%;padding:1rem 1.25rem;border:none;border-radius:10px;background:#000;color:#fff!important;font-size:1.02rem;font-weight:700;font-family:inherit;cursor:pointer;text-align:center;transition:background .2s ease}.waitlist-submit:active:not(:disabled){background:#000}.waitlist-submit:disabled{opacity:.7;cursor:not-allowed}.waitlist-submit:after{display:none!important}.waitlist-fineprint{margin:.25rem 0 0;font-size:.8rem;line-height:1.4;color:#64748b;text-align:center}.waitlist-fineprint a{color:inherit;text-decoration:underline;text-underline-offset:2px}.waitlist-fineprint a:hover{opacity:.85}.waitlist-card--success{text-align:center}.waitlist-success-icon{width:60px;height:60px;margin:0 auto 1.1rem;border-radius:50%;background:#0000001f;color:#000;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.waitlist-success-title{margin:0 0 .6rem;font-size:1.5rem;font-weight:800;color:#0f172a}.waitlist-success-text{margin:0;font-size:1rem;line-height:1.55;color:#475569}[data-theme=dark] .waitlist-card{background:#14161a;border-color:#ffffff29;color:#e5e7eb;box-shadow:none}[data-theme=dark] .waitlist-card-title,[data-theme=dark] .waitlist-success-title{color:#f8fafc}[data-theme=dark] .waitlist-card-sub,[data-theme=dark] .waitlist-label,[data-theme=dark] .waitlist-success-text{color:#e5e7eb}[data-theme=dark] .waitlist-fineprint{color:#94a3b8}[data-theme=dark] .waitlist-fineprint a{color:#e5e7eb}[data-theme=dark] .waitlist-pill{background:#ffffff14;color:#e5e7eb}[data-theme=dark] .waitlist-pill-dot{background:#fff}[data-theme=dark] .waitlist-field input{background:#0b0d10;border-color:#fff3;color:#f8fafc}[data-theme=dark] .waitlist-field input::placeholder{color:#64748b}[data-theme=dark] .waitlist-field input:focus{background:#0b0d10;border-color:#fff;box-shadow:0 0 0 3px #ffffff24}[data-theme=dark] .waitlist-submit{background:#fff!important;color:#0b0d10!important}[data-theme=dark] .waitlist-submit:active:not(:disabled){background:#e5e7eb!important}[data-theme=dark] .waitlist-success-icon{background:#ffffff1a;color:#fff}@media(max-width:480px){.waitlist-card{padding:1.4rem;border-radius:16px}.waitlist-card-title{font-size:1.4rem}}.pricing-page .pricing-nav-active{color:var(--color-primary-cta)!important}.pricing-page .pricing-nav-active:after{width:100%!important}.pricing-card-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#000;margin:0 0 .5rem}.pricing-card-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap;margin:.35rem 0 .5rem}.pricing-amount{font-size:2.75rem;font-weight:800;letter-spacing:-.03em;color:#111827;line-height:1}.pricing-period{font-size:.9rem;color:#4b5563;font-weight:500}.pricing-card-blurb{font-size:.9375rem;line-height:1.5;color:#4b5563;margin:0 0 .75rem}.pricing-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.45rem}.pricing-card-list li{font-size:.9rem;color:#1f2937;padding-left:1.4rem;position:relative;line-height:1.4}.pricing-card-list li:before{content:"";font-family:"Font Awesome 6 Free","Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:.15rem;color:#000;font-size:.7rem}.pricing-section-head{text-align:center;margin-bottom:2rem}.pricing-kit{padding:.5rem 0 0}.landing-pricing{padding:4rem 0 3rem;background:#f9fafb;scroll-margin-top:1rem}.landing-pricing .pricing-kit-card h3,.pricing-kit-copy h2,.pricing-kit-copy h3{font-size:1.5rem;font-weight:800;margin:0 0 .5rem;color:#111827}.pricing-kit-card{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:1.75rem 2rem;border-radius:1.25rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 4px 24px #0f172a0a}.pricing-kit-copy>p{margin:0 0 .85rem;color:#4b5563;font-size:.95rem;line-height:1.5;max-width:36rem}.pricing-kit-price{text-align:right;white-space:nowrap}.pricing-kit-price .pricing-amount{display:block;font-size:3rem}.pricing-tier-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;align-items:stretch}.pricing-phone-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.pricing-tier{position:relative;display:flex;flex-direction:column;gap:.35rem;padding:1.5rem 1.25rem 1.25rem;border-radius:1.15rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 4px 20px #0f172a0a}.pricing-tier--featured{border-color:#000;box-shadow:0 14px 36px #00000024}.pricing-tier-badge{position:absolute;top:-.65rem;left:50%;transform:translate(-50%);background:#000;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.25rem .65rem;border-radius:999px;white-space:nowrap}.pricing-tier h3{font-size:1.2rem;font-weight:800;margin:0;color:#111827}.pricing-tier .pricing-amount{font-size:2.35rem}.pricing-tier .pricing-card-list{flex:1 1 auto}.pricing-cta{display:block;text-align:center;margin-top:auto;padding-top:1.1rem}.landing-pricing .pricing-cta.btn-secondary,.pricing-page .pricing-cta.btn-secondary{background:#fff!important;color:#000!important;border:1.5px solid #E5E7EB!important}.landing-pricing .pricing-cta.btn-secondary:hover,.pricing-page .pricing-cta.btn-secondary:hover{background:#f9fafb!important;border-color:#000!important;color:#000!important}.landing-pricing .pricing-cta.btn-primary,.pricing-page .pricing-cta.btn-primary{background:#000!important;color:#fff!important;border-color:#000!important}.pricing-compare{padding:2.5rem 0 0;background:transparent}.pricing-table-wrap{overflow-x:auto;border-radius:1rem;border:1px solid #e5e7eb;background:#fff;max-width:1000px;margin:0 auto;box-shadow:0 4px 20px #0f172a0a}.pricing-table{width:100%;border-collapse:collapse;min-width:640px;font-size:.9rem}.pricing-table th,.pricing-table td{padding:.85rem 1rem;text-align:center;border-bottom:1px solid #e5e7eb;color:#111827}.pricing-table thead th{background:#f9fafb;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;color:#4b5563}.pricing-table th[scope=row]{text-align:left;font-weight:500;color:#4b5563;width:40%}.pricing-table-price-row th,.pricing-table-price-row td{font-weight:800;color:#111827;background:#f8fafc}.pricing-check{color:#000;font-size:.95rem}.pricing-dash{color:#9ca3af}@media(max-width:1100px){.pricing-tier-grid,.pricing-phone-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.pricing-kit-card{grid-template-columns:1fr;text-align:left;padding:1.35rem 1.25rem}.pricing-kit-price{text-align:left}.pricing-tier-grid,.pricing-phone-grid{grid-template-columns:1fr}.pricing-amount{font-size:2.35rem}}[data-theme=dark] .landing-pricing{background:#0b0d10!important}[data-theme=dark] .landing-pricing .section-title,[data-theme=dark] .landing-pricing .section-title.section-title{color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important}[data-theme=dark] .landing-pricing .section-description{color:#94a3b8!important}[data-theme=dark] .landing-pricing .section-badge{background:#ffffff14!important;border-color:#ffffff38!important;color:#e5e7eb!important}[data-theme=dark] .pricing-kit-card,[data-theme=dark] .pricing-tier,[data-theme=dark] .pricing-table-wrap{background:#14161a!important;border-color:#ffffff24!important;box-shadow:none!important}[data-theme=dark] .pricing-tier--featured{border-color:#fff!important;box-shadow:0 0 0 1px #fff3!important}[data-theme=dark] .pricing-tier-badge{background:#fff!important;color:#0b0d10!important}[data-theme=dark] .pricing-amount,[data-theme=dark] .pricing-tier h3,[data-theme=dark] .pricing-kit-card h3,[data-theme=dark] .pricing-kit-copy h2,[data-theme=dark] .pricing-kit-copy h3,[data-theme=dark] .pricing-card-list li{color:#f8fafc!important}[data-theme=dark] .pricing-period,[data-theme=dark] .pricing-card-blurb,[data-theme=dark] .pricing-kit-copy>p,[data-theme=dark] .pricing-card-eyebrow{color:#94a3b8!important}[data-theme=dark] .pricing-card-list li:before{color:#fff!important}[data-theme=dark] .pricing-table th,[data-theme=dark] .pricing-table td{color:#e2e8f0!important;border-bottom-color:#ffffff1a!important}[data-theme=dark] .pricing-table thead th{background:#ffffff0a!important;color:#94a3b8!important}[data-theme=dark] .pricing-table th[scope=row]{color:#cbd5e1!important}[data-theme=dark] .pricing-table-price-row th,[data-theme=dark] .pricing-table-price-row td{color:#f8fafc!important;background:#ffffff0a!important}[data-theme=dark] .pricing-check{color:#fff!important}[data-theme=dark] .pricing-dash{color:#64748b!important}[data-theme=dark] .landing-pricing .pricing-cta.btn-secondary,[data-theme=dark] .pricing-page .pricing-cta.btn-secondary{background:transparent!important;color:#f8fafc!important;border:1.5px solid rgba(255,255,255,.35)!important}[data-theme=dark] .landing-pricing .pricing-cta.btn-secondary:hover,[data-theme=dark] .pricing-page .pricing-cta.btn-secondary:hover{background:#ffffff14!important;border-color:#fff!important;color:#fff!important}[data-theme=dark] .landing-pricing .pricing-cta.btn-primary,[data-theme=dark] .pricing-page .pricing-cta.btn-primary{background:#fff!important;color:#0b0d10!important;border-color:#fff!important}.frame-story{--frame-story-ink: #f3f1ed;--frame-story-muted: rgba(243, 241, 237, .86);--frame-story-line: rgba(243, 241, 237, .22);--frame-story-accent: #5ec8ff;position:relative;height:720vh;background:#050607;color:var(--frame-story-ink)}.frame-story-sticky{position:sticky;top:0;height:100vh;height:100dvh;overflow:hidden}.frame-story-stage{position:absolute;inset:0;z-index:0;background:#000;display:flex;align-items:center;justify-content:center}.frame-story-video{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;background:#050607;pointer-events:none}@media(max-width:900px){.frame-story-video{object-fit:contain;object-position:center center}}.frame-story-veil{position:absolute;inset:0;z-index:2;pointer-events:none;transition:opacity .55s cubic-bezier(.22,1,.36,1)}.frame-story-veil--left{background:linear-gradient(90deg,rgba(5,6,7,.88) 0%,rgba(5,6,7,.62) 34%,rgba(5,6,7,.22) 58%,transparent 78%);opacity:.7}.frame-story-veil--right{background:linear-gradient(270deg,rgba(5,6,7,.9) 0%,rgba(5,6,7,.68) 34%,rgba(5,6,7,.25) 58%,transparent 78%);opacity:.55}.frame-story-veil--bottom{background:linear-gradient(180deg,transparent 42%,rgba(5,6,7,.4) 72%,rgba(5,6,7,.78) 100%);opacity:1}.frame-story.veil-left .frame-story-veil--left{opacity:1}.frame-story.veil-left .frame-story-veil--right{opacity:.15}.frame-story.veil-right .frame-story-veil--right{opacity:1}.frame-story.veil-right .frame-story-veil--left{opacity:.18}.frame-story-overlay{position:relative;z-index:3;height:100%;display:flex;align-items:flex-end;padding-top:5.5rem;padding-bottom:3.25rem}.frame-story-chapter{position:absolute;bottom:3.5rem;max-width:min(34rem,46vw);opacity:0;pointer-events:none;transform:translateY(18px);padding:1.35rem 1.5rem 1.45rem;isolation:isolate;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1)}.frame-story-chapter:before{content:"";position:absolute;inset:0;z-index:-1;background:#050607b8;backdrop-filter:blur(16px) saturate(1.15);-webkit-backdrop-filter:blur(16px) saturate(1.15);box-shadow:0 18px 48px #0006;pointer-events:none}.frame-story-chapter.side-left{left:0;right:auto;text-align:left}.frame-story-chapter.side-left:before{-webkit-mask-image:linear-gradient(90deg,#000 62%,transparent 100%);mask-image:linear-gradient(90deg,#000 62%,transparent 100%)}.frame-story-chapter.side-right{right:0;left:auto;text-align:left}.frame-story-chapter.side-right:before{-webkit-mask-image:linear-gradient(270deg,#000 62%,transparent 100%);mask-image:linear-gradient(270deg,#000 62%,transparent 100%)}.frame-story-chapter.is-active{opacity:1;transform:none;pointer-events:auto}.frame-story-eyebrow{margin:0 0 .65rem;font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--frame-story-accent);text-shadow:0 1px 12px rgba(0,0,0,.55)}.frame-story-chapter h1,.frame-story-chapter h2{font-family:var(--landing-display, var(--font-heading, "Inter", system-ui, sans-serif));font-size:clamp(2rem,4.6vw,3.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.12;margin:0 0 1rem;color:#fff;max-width:14ch;text-shadow:0 1px 2px rgba(0,0,0,.55),0 8px 28px rgba(0,0,0,.45)}.frame-story-chapter p{margin:0;font-size:clamp(1.02rem,1.55vw,1.18rem);line-height:1.55;color:#f3f1edeb;max-width:32rem;font-weight:400;text-shadow:0 1px 14px rgba(0,0,0,.5)}.frame-story-cta{appearance:none;border:none;cursor:pointer;margin-top:1.5rem;padding:.95rem 1.65rem;font-size:1rem;font-weight:700;font-family:inherit;border-radius:10px;background:#fff;color:#0b0d10;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease}.frame-story-cta:hover{transform:translateY(-1px)}.frame-story-chrome{position:absolute;left:0;right:0;bottom:1.15rem;display:flex;align-items:center;gap:1rem}.frame-story-progress{flex:1;height:2px;background:var(--frame-story-line);border-radius:2px;overflow:hidden}.frame-story-progress-bar{height:100%;width:0%;background:#ffffffd9;border-radius:2px;will-change:width}.frame-story-hint,.frame-story-loading{margin:0;flex-shrink:0;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#f3f1ed73}.frame-story--static{height:auto;min-height:100vh;min-height:100dvh;display:flex;align-items:flex-end;padding:6rem 0 3rem;overflow:hidden}.frame-story-static-bg{position:absolute;inset:0;z-index:0}.frame-story-static-bg video{width:100%;height:100%;object-fit:cover;display:block}.frame-story-static-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem;padding-bottom:1rem}.frame-story--static .frame-story-chapter{position:relative;bottom:auto;left:auto!important;right:auto!important;max-width:36rem;opacity:1;transform:none;pointer-events:auto}.frame-story--static .frame-story-chapter h1,.frame-story--static .frame-story-chapter h2{max-width:none}@media(max-width:900px){.frame-story{height:600vh}.frame-story-overlay{align-items:flex-end;padding-top:4.75rem;padding-bottom:max(1rem,env(safe-area-inset-bottom,0px))}.frame-story-veil--left,.frame-story-veil--right{opacity:0!important}.frame-story-veil--bottom{background:linear-gradient(180deg,#05060733,#05060714 28%,#0506078c 58%,#050607e0)}.frame-story-chapter,.frame-story-chapter.side-left,.frame-story-chapter.side-right{left:0;right:0;max-width:none;bottom:2.85rem;padding:1.1rem 0 1.15rem}.frame-story-chapter.side-left:before,.frame-story-chapter.side-right:before{inset:-.35rem -.65rem -.55rem;background:#050607c7;-webkit-mask-image:none;mask-image:none;border-radius:12px}.frame-story-eyebrow{margin-bottom:.45rem;font-size:.68rem}.frame-story-chapter h1,.frame-story-chapter h2{max-width:none;font-size:clamp(1.65rem,7.2vw,2.15rem);margin-bottom:.7rem}.frame-story-chapter p{font-size:.98rem;line-height:1.5}.frame-story-cta{width:100%;margin-top:1.15rem;padding:.9rem 1.25rem;justify-content:center}.frame-story-chrome{bottom:.65rem}.frame-story-hint,.frame-story-loading{font-size:.65rem}}@media(max-width:600px){.frame-story{height:520vh}.frame-story-chapter,.frame-story-chapter.side-left,.frame-story-chapter.side-right{bottom:2.55rem;padding:.95rem 0 1rem}.frame-story-chapter h1,.frame-story-chapter h2{font-size:clamp(1.5rem,7.5vw,1.9rem);line-height:1.15}.frame-story-chapter p{font-size:.94rem}}@media(max-width:400px){.frame-story-chapter h1,.frame-story-chapter h2{font-size:1.4rem}.frame-story-eyebrow{letter-spacing:.12em}}@media(prefers-reduced-motion:reduce){.frame-story-chapter,.frame-story-veil{transition:none}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}html{scroll-behavior:smooth}.landing{--landing-display: var(--font-heading, "Inter", system-ui, sans-serif);--landing-body: var(--font-body, "Inter", system-ui, sans-serif);--landing-ink: #0b0d10;--landing-muted: #4a5563;--landing-surface: #f3f1ed;--landing-line: rgba(11, 13, 16, .12);--landing-radius: 10px;width:100%;overflow-x:hidden;background:#fff;color:var(--landing-ink);font-family:var(--landing-body)}.landing section[id]{scroll-margin-top:84px}.landing #story{scroll-margin-top:0}.landing-container{width:100%;max-width:1180px;margin:0 auto;padding:0 var(--container-padding, 1.5rem)}.landing .landing-nav{position:fixed!important;top:0!important;left:0;right:0;z-index:100;padding:.75rem 0;background:transparent;border-bottom:1px solid transparent;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease,box-shadow .35s ease}.landing .landing-nav.is-scrolled{background:#fffffff0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--landing-line);box-shadow:0 1px #0000000a}[data-theme=dark] .landing .landing-nav.is-scrolled{background:#0b0d10f0;border-bottom-color:#ffffff1a;box-shadow:0 1px #00000059}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-links a,[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-signin{color:#fff}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-cta{background:#fff;color:#0b0d10}[data-theme=dark] .landing .landing-nav.is-scrolled .theme-toggle{background:#ffffff1a;border-color:#ffffff47;color:#fff}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-toggle{background:#ffffff1a;border-color:#ffffff47}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-toggle .hamburger-line{background-color:#fff}.landing-nav-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:64px}.landing-nav-logo{display:flex;align-items:center;justify-self:start;flex-shrink:0;z-index:1;text-decoration:none!important}.landing-nav-logo:hover,.landing-nav-logo:focus,.landing-nav-logo:focus-visible,.landing-nav-logo:active{text-decoration:none!important;border-bottom:none!important;box-shadow:none!important}.landing-nav-logo:after,.landing-nav-logo:hover:after{display:none!important;content:none!important}.landing-nav-logo-img{display:block;height:var(--logo-size-nav, 78px);width:auto;max-width:220px;object-fit:contain;object-position:left center}.landing-nav-links{display:flex;justify-content:center;align-items:center;gap:1.75rem;flex-wrap:nowrap;justify-self:center}.landing-nav-links a,.landing-nav-links a:hover,.landing-nav-links a:focus,.landing-nav-links a:active,.landing-nav-links a:visited{color:#ffffffeb;font-weight:500;font-size:.9375rem;text-decoration:none!important;letter-spacing:.01em;white-space:nowrap;border-bottom:none!important;box-shadow:none!important}.landing-nav-links a:after,.landing-nav-links a:hover:after{display:none!important;content:none!important;width:0!important}.landing-nav.is-scrolled .landing-nav-links a,.landing-nav.is-scrolled .landing-nav-links a:hover{color:var(--landing-ink)}.landing-nav-actions{display:flex;gap:.65rem;align-items:center;justify-content:flex-end;justify-self:end;flex-shrink:0}.landing-nav:not(.is-scrolled) .theme-toggle{background:#ffffff1f;border-color:#ffffff59;color:#fff}.landing-nav:not(.is-scrolled) .theme-toggle:hover{background:#ffffff38;color:#fff;border-color:#ffffff80}.landing-nav-signin,.landing-nav-signin:hover,.landing-nav-signin:focus,.landing-nav-signin:active{color:#ffffffeb;font-size:.875rem;font-weight:600;text-decoration:none!important;padding:.45rem .65rem;white-space:nowrap;border-bottom:none!important}.landing-nav.is-scrolled .landing-nav-signin,.landing-nav.is-scrolled .landing-nav-signin:hover{color:var(--landing-ink)}.landing-nav-cta{appearance:none;border:none;cursor:pointer;background:#fff;color:var(--landing-ink);font-family:inherit;font-size:.875rem;font-weight:700;padding:.6rem 1.15rem;border-radius:var(--landing-radius);transition:transform .25s ease,background .25s ease;white-space:nowrap;text-decoration:none!important}.landing-nav.is-scrolled .landing-nav-cta{background:var(--landing-ink);color:#fff}.landing-nav-cta:after{display:none!important}.landing-nav-toggle{display:none;width:40px;height:40px;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:#ffffff1f;border:1px solid rgba(255,255,255,.35);border-radius:var(--landing-radius);cursor:pointer;padding:0;flex-shrink:0}.landing-nav.is-scrolled .landing-nav-toggle{background:var(--color-surface, #f9fafb);border-color:var(--landing-line)}.landing-nav-toggle .hamburger-line{width:18px;height:2px;background-color:#fff;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.landing-nav.is-scrolled .landing-nav-toggle .hamburger-line{background-color:var(--landing-ink)}.landing-nav-toggle.active .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-nav-toggle.active .hamburger-line:nth-child(2){opacity:0}.landing-nav-toggle.active .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.landing-nav-backdrop{position:fixed;inset:0;background:#0b0d1073;z-index:1998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.landing-nav-backdrop.open{opacity:1;visibility:visible}.landing-nav-drawer{position:fixed;top:0;right:0;width:min(300px,88vw);height:100vh;height:100dvh;background:#fff;border-left:1px solid var(--landing-line);z-index:1999;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;pointer-events:none;visibility:hidden}.landing-nav-drawer.open{transform:translate(0);pointer-events:auto;visibility:visible}.landing-nav-drawer-top{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--landing-line)}.landing-nav-drawer-title{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--landing-muted)}.landing-nav-drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--landing-surface);border:1px solid var(--landing-line);border-radius:8px;color:var(--landing-ink);cursor:pointer}.landing-nav-drawer-links{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.25rem 1.5rem}.landing-nav-drawer-links a{display:flex;align-items:center;padding:.875rem 1rem;font-size:.9375rem;font-weight:600;color:var(--landing-ink);text-decoration:none;border-radius:8px}.landing-nav-drawer-link-btn{margin-top:.5rem;justify-content:center;text-align:center;border:1px solid var(--landing-line);width:100%;cursor:pointer;background:transparent;font:inherit;font-weight:600;padding:.875rem 1rem;border-radius:8px;color:var(--landing-ink)}.landing-nav-drawer-link-btn--primary{background:var(--landing-ink);color:#fff!important;border-color:transparent}.landing-nav-drawer-link-btn:after{display:none!important}.landing-hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;overflow:hidden;padding:0}.landing-hero-media{position:absolute;inset:0;z-index:0}.landing-hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.06);animation:landingHeroZoom 18s ease-out forwards}.landing-hero-veil{position:absolute;inset:0;background:linear-gradient(105deg,#080a0ed1,#080a0e8c 42%,#080a0e47 72%,#080a0e66),linear-gradient(180deg,rgba(8,10,14,.55) 0%,transparent 32%,rgba(8,10,14,.78) 100%)}.landing-hero-body{position:relative;z-index:1;flex:1;display:flex;align-items:flex-end;padding:6.5rem 0 3.25rem}.landing-hero-copy{max-width:40rem;animation:landingHeroRise .9s cubic-bezier(.22,1,.36,1) both}.landing .hero-title{font-family:var(--landing-display);font-size:clamp(2.25rem,4.8vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin:0 0 1.15rem;color:#fff!important;-webkit-text-fill-color:#fff!important;max-width:14ch}.landing .hero-description{font-size:clamp(1.05rem,1.6vw,1.2rem);line-height:1.6;margin:0 0 1.85rem;color:#ffffffe6;max-width:34rem;font-weight:400}.landing .hero-cta{display:flex;gap:.75rem;flex-wrap:wrap}.btn-hero{padding:.95rem 1.65rem;font-size:1rem;font-weight:700;font-family:inherit;border-radius:var(--landing-radius);display:inline-flex;align-items:center;gap:.5rem;text-decoration:none!important;cursor:pointer;border:none;transition:transform .25s ease,background .25s ease}.btn-hero-primary{background:#fff!important;color:var(--landing-ink)!important}.btn-hero-primary:hover{transform:translateY(-1px)}.landing .btn-hero:after,.landing .btn:after{display:none!important}.landing-hero-trust{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.18);background:#080a0e59;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:landingHeroRise 1.05s .15s cubic-bezier(.22,1,.36,1) both}.landing-hero-trust-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem 0;flex-wrap:wrap}.landing-hero-trust-label{margin:0;font-size:.9375rem;font-weight:500;color:#ffffffdb;max-width:20rem;line-height:1.45}.landing-hero-trust-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem 1.5rem}.landing-hero-trust-list li{font-family:var(--landing-display);font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#fff;opacity:.92}@keyframes landingHeroZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes landingHeroRise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.landing .section-title{font-family:var(--landing-display);font-size:clamp(1.85rem,3.2vw,2.65rem);font-weight:700;margin:0 0 .85rem;color:var(--landing-ink);letter-spacing:-.03em;line-height:1.15}.landing .section-description{font-size:1.0625rem;line-height:1.65;color:var(--landing-muted);max-width:40rem;margin:0}.section-eyebrow{margin:0 0 .65rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-muted)}.landing-why{padding:clamp(4rem,8vw,6.5rem) 0;background:radial-gradient(ellipse 70% 50% at 100% 0%,rgba(11,13,16,.05),transparent 55%),linear-gradient(180deg,#050607 0%,#12141a 6%,#fff 18%,var(--landing-surface) 100%)}.landing-why-intro{margin-bottom:2.75rem}.landing-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 2.5rem}.landing-why-item{padding-top:1.25rem;border-top:1px solid var(--landing-line)}.landing-why-index{display:block;font-family:var(--landing-display);font-size:.85rem;font-weight:700;letter-spacing:.08em;color:var(--landing-muted);margin-bottom:.85rem}.landing-why-item h3{font-family:var(--landing-display);font-size:1.35rem;font-weight:700;margin:0 0 .65rem;letter-spacing:-.02em;color:var(--landing-ink)}.landing-why-item p{margin:0;font-size:1rem;line-height:1.65;color:var(--landing-muted)}.landing-why-examples{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.landing-why-examples li{position:relative;padding-left:.95rem;font-size:.9rem;line-height:1.45;color:var(--landing-ink)}.landing-why-examples li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;background:var(--landing-ink);opacity:.45}.landing-protect{position:relative;min-height:min(78vh,720px);display:flex;align-items:center;color:#fff;overflow:hidden}.landing-protect-media{position:absolute;inset:0;z-index:0}.landing-protect-media img{width:100%;height:100%;object-fit:cover}.landing-protect-veil{position:absolute;inset:0;background:linear-gradient(105deg,#080a0ee0,#080a0e8c 52%,#080a0e59)}.landing-protect-content{position:relative;z-index:1;padding:clamp(3.5rem,7vw,5.5rem) 0;max-width:36rem}.landing-protect .section-eyebrow{color:#ffffffb3}.landing-protect-title{font-family:var(--landing-display);font-size:clamp(2.1rem,4vw,3.1rem);font-weight:700;letter-spacing:-.03em;margin:0 0 1.5rem;line-height:1.1;color:#fff}.landing-protect-subtitle{font-family:var(--landing-display);font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:#fff}.landing-protect-lead{margin:0 0 1.25rem;font-size:1.05rem;line-height:1.55;color:#ffffffd9}.landing-protect-list{margin:0 0 1.75rem;padding:0;list-style:none;display:flex;flex-direction:column;gap:.7rem}.landing-protect-list li{position:relative;padding-left:1.1rem;font-size:.98rem;line-height:1.5;color:#ffffffe6}.landing-protect-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:#fff;border-radius:1px}.landing-text-link{appearance:none;background:transparent;border:1px solid rgba(255,255,255,.55);color:#fff;font:inherit;font-weight:700;font-size:.9375rem;padding:.7rem 1.2rem;border-radius:var(--landing-radius);cursor:pointer}.landing-text-link:after{display:none!important}.landing-assistant{padding:clamp(4rem,8vw,6.5rem) 0;background:#fff}.landing-assistant-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(2rem,5vw,4rem);align-items:center}.landing-assistant-visual{min-height:320px;overflow:hidden;border-radius:4px}.landing-assistant-visual img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}.landing-assistant-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem}.landing-assistant-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.landing-assistant-points li{font-size:1rem;font-weight:500;color:var(--landing-ink);padding-left:1.15rem;position:relative}.landing-assistant-points li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;background:var(--landing-ink)}.landing-call{padding:clamp(4rem,8vw,6.5rem) 0;background:radial-gradient(ellipse 80% 60% at 12% 20%,rgba(46,90,136,.12),transparent 55%),radial-gradient(ellipse 70% 50% at 88% 80%,rgba(30,58,48,.1),transparent 50%),linear-gradient(165deg,#1a2330,#0f141c 55%,#121a24);color:#f4f6f8}.landing-call .section-eyebrow{color:#f4f6f8a6}.landing-call .section-title{color:#fff}.landing-call .section-description{color:#f4f6f8c7;max-width:36rem}.landing-call-inner{max-width:40rem}.landing-call-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem}.landing-call-points{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.65rem}.landing-call-points li{position:relative;padding-left:1.15rem;font-size:1rem;font-weight:500;line-height:1.45;color:#f4f6f8eb}.landing-call-points li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;background:#fff}.landing-call-howto{margin:.35rem 0 0;padding:.9rem 0 0;border-top:1px solid rgba(255,255,255,.14);font-size:.98rem;line-height:1.55;color:#f4f6f8c7;max-width:36rem}.landing-call-howto strong{color:#fff;font-weight:700}.landing-call-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.35rem}.landing-call-actions .btn-primary{background:#fff;color:#0b0d10;border:none}.landing-call-actions .btn-primary:hover{background:#ffffffe6;color:#0b0d10}.landing-call-secondary{appearance:none;background:transparent;border:1px solid rgba(255,255,255,.45);color:#fff;font:inherit;font-weight:700;font-size:.9375rem;padding:.7rem 1.2rem;border-radius:var(--landing-radius);cursor:pointer}.landing-call-secondary:hover{border-color:#ffffffbf}.landing-tools{padding:clamp(4rem,8vw,6.5rem) 0;background:linear-gradient(180deg,var(--landing-surface) 0%,#fff 100%)}.tools-header{margin-bottom:2.5rem}.tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2rem}.tool-row{display:grid;grid-template-columns:140px 1fr;gap:1.15rem;align-items:center;padding-bottom:1.35rem;border-bottom:1px solid var(--landing-line)}.tool-image{height:96px;overflow:hidden;border-radius:4px}.tool-image img{width:100%;height:100%;object-fit:cover;display:block}.tool-subtitle{margin:0 0 .2rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--landing-muted)}.tool-title{font-family:var(--landing-display);font-size:1.35rem;font-weight:700;color:var(--landing-ink);margin:0 0 .35rem;letter-spacing:-.02em}.tool-description{margin:0;font-size:.95rem;line-height:1.55;color:var(--landing-muted)}.landing-waitlist{padding:clamp(4rem,8vw,6.5rem) 0;background:radial-gradient(ellipse 60% 45% at 0% 100%,rgba(11,13,16,.06),transparent 55%),linear-gradient(180deg,#fff 0%,var(--landing-surface) 100%)}.landing-waitlist-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--spacing-2xl, 2.5rem);align-items:center}.landing-waitlist-form{display:flex;justify-content:flex-end}.hero-points{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:.6rem}.hero-points li{display:flex;align-items:center;gap:.65rem;font-size:.95rem;font-weight:500;color:var(--landing-muted)}.hero-points li i{font-size:.7rem;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#0b0d101a;color:var(--landing-ink);flex-shrink:0}.hero-points--onlight li{color:var(--landing-muted)}.landing-footer{background:#0b0d10;color:#ffffffb8;padding:2.75rem 0}.landing-footer-inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem}.landing-footer-logo{height:var(--logo-size-footer, 54px)!important;width:auto!important;opacity:.95}.landing-footer-brand p{font-size:.9rem;margin:.65rem 0 0;max-width:28rem;line-height:1.5}.landing-footer-links{display:flex;flex-wrap:wrap;gap:1.25rem 1.75rem}.landing-footer-links a,.landing-footer-linkbtn{color:#ffffffd1;font-size:.9375rem;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-weight:500}.landing-footer-linkbtn:after{display:none!important}.landing-footer-copy{font-size:.8125rem;color:#ffffff73;margin:0}.landing .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.landing .reveal.reveal-left{transform:translate(-28px)}.landing .reveal.reveal-right{transform:translate(28px)}.landing .reveal.in-view{opacity:1;transform:none}.landing .stagger-children>*{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.landing .stagger-children.in-view>*:nth-child(1){transition-delay:.05s}.landing .stagger-children.in-view>*:nth-child(2){transition-delay:.12s}.landing .stagger-children.in-view>*:nth-child(3){transition-delay:.19s}.landing .stagger-children.in-view>*:nth-child(4){transition-delay:.26s}.landing .stagger-children.in-view>*{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-hero-photo{animation:none;transform:none}.landing-hero-copy,.landing-hero-trust{animation:none}.landing .reveal,.landing .stagger-children>*{opacity:1!important;transform:none!important;transition:none!important}}@media(max-width:968px){.landing-nav-inner{grid-template-columns:1fr auto;gap:.65rem;min-height:56px}.landing-nav-links{display:none}.landing-nav-toggle{display:flex}.landing-nav-actions{justify-self:end;gap:.45rem}.landing-nav-cta{display:none}.landing-why-grid,.tools-grid,.landing-assistant-grid,.landing-waitlist-inner{grid-template-columns:1fr}.landing-waitlist-form{justify-content:center}.landing-hero-trust-inner{flex-direction:column;align-items:flex-start}.tool-row{grid-template-columns:110px 1fr}.landing-why{padding-top:clamp(3rem,7vw,4.5rem)}.landing-why-item{padding-top:1rem}}@media(max-width:768px){.landing .landing-nav{padding:.45rem 0}.landing-nav-logo-img{height:56px}.landing-nav-signin{display:none}.landing-nav-actions .theme-toggle,.landing-nav-toggle{width:38px;height:38px}.landing-container{padding-left:max(1rem,env(safe-area-inset-left,0px));padding-right:max(1rem,env(safe-area-inset-right,0px))}.landing-hero-body{padding:6.5rem 0 2.25rem;align-items:flex-end}.landing .hero-title{max-width:none}.landing-assistant-visual img{min-height:240px}.landing-footer-links{flex-direction:column;gap:.75rem}.btn-hero{width:100%;justify-content:center}.landing-protect{min-height:min(70vh,560px)}.landing-protect-content{padding:clamp(3rem,8vw,4rem) 0}.landing-protect-title{font-size:clamp(1.75rem,7vw,2.4rem);margin-bottom:1rem}}@media(max-width:480px){.landing-nav-logo-img{height:48px}.tool-row{grid-template-columns:1fr}.tool-image{height:140px}.landing-why-grid{gap:1.5rem}.section-title{font-size:clamp(1.55rem,7vw,2rem)}}.landing .pricing-section .section-title,.landing #pricing .section-title{font-family:var(--landing-display)}[data-theme=dark] .landing .landing-nav.is-scrolled{background:#0b0d10f0!important;border-bottom-color:#ffffff1f!important;box-shadow:0 1px #0006!important}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-links a,[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-links a:hover,[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-signin,[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-signin:hover{color:#ffffffeb!important;text-decoration:none!important}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-cta{background:#fff!important;color:#0b0d10!important}[data-theme=dark] .landing .landing-nav.is-scrolled .theme-toggle{background:#ffffff1a!important;border-color:#ffffff4d!important;color:#fff!important}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-toggle{background:#ffffff1a!important;border-color:#ffffff4d!important}[data-theme=dark] .landing .landing-nav.is-scrolled .landing-nav-toggle .hamburger-line{background-color:#fff!important}[data-theme=dark] .landing .landing-nav:not(.is-scrolled) .landing-nav-links a,[data-theme=dark] .landing .landing-nav:not(.is-scrolled) .landing-nav-signin{color:#fff!important}.auth-page{--auth-display: var(--font-heading, "Inter", system-ui, sans-serif);--auth-body: var(--font-body, "Inter", system-ui, sans-serif);--auth-ink: #0b0d10;--auth-muted: #4a5563;--auth-surface: #f3f1ed;--auth-line: rgba(11, 13, 16, .12);margin:0;padding:0;min-height:100vh;min-height:100dvh;overflow-x:hidden;position:relative;font-family:var(--auth-body);color:var(--auth-ink);background:#fff}.auth-page *{box-sizing:border-box}.auth-page.page-enter{animation:authPageIn .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes authPageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.auth-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);min-height:100vh;min-height:100dvh}.auth-visual{position:relative;overflow:hidden;color:#fff;display:flex;align-items:flex-end;min-height:100%}.auth-visual-media{position:absolute;inset:0;z-index:0}.auth-visual-media img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.05);animation:authPhotoZoom 18s ease-out forwards}@keyframes authPhotoZoom{0%{transform:scale(1.08)}to{transform:scale(1.02)}}.auth-visual-veil{position:absolute;inset:0;background:linear-gradient(105deg,#080a0ed1,#080a0e8c 45%,#080a0e59),linear-gradient(180deg,rgba(8,10,14,.45) 0%,transparent 35%,rgba(8,10,14,.78) 100%)}.auth-visual-content{position:relative;z-index:1;padding:clamp(2rem,5vw,3.5rem);padding-top:5.5rem;max-width:32rem;animation:authRise .85s cubic-bezier(.22,1,.36,1) both}@keyframes authRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.auth-wordmark-logo{display:block;margin:0 0 1.5rem;height:clamp(3.25rem,7vw,4.5rem);width:auto;max-width:min(100%,280px);object-fit:contain;object-position:left center}.auth-visual-content h2{margin:0 0 .85rem;font-family:var(--auth-display);font-size:clamp(1.85rem,3.2vw,2.45rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:#fff}.auth-visual-content>p{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.6;color:#ffffffe0}.auth-points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.auth-points li{position:relative;padding-left:1.1rem;font-size:.95rem;font-weight:500;line-height:1.45;color:#ffffffeb}.auth-points li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background:#fff}.auth-page .form-section{display:flex;align-items:center;justify-content:center;padding:clamp(5rem,8vw,3rem) clamp(1.25rem,4vw,3rem) 2.5rem;background:#fff;border-left:1px solid var(--auth-line)}.auth-page .form-container{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:stretch}.auth-page .form-header{text-align:left;margin-bottom:1.75rem}.auth-page .form-header h1{margin:0 0 .4rem;font-family:var(--auth-display);font-size:clamp(1.85rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;color:var(--auth-ink);background:none;-webkit-text-fill-color:unset}.auth-page .form-header p{margin:0;color:var(--auth-muted);font-size:1rem;line-height:1.5}.auth-page .flash-messages{margin-bottom:1.25rem;width:100%}.auth-page .flash{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.1rem;border-radius:10px;font-weight:500;font-size:.92rem}.auth-page .flash-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.auth-page .login-form,.auth-page .register-form{margin-bottom:1.5rem;width:100%}.auth-page .input-group{margin-bottom:1.15rem;width:100%}.auth-page .input-wrapper{position:relative;width:100%}.auth-page .input-icon{position:absolute;left:1.1rem;top:50%;transform:translateY(-50%);color:var(--auth-muted);font-size:.95rem;z-index:2;pointer-events:none}.auth-page .form-input{display:block;width:100%;padding:.95rem 1.1rem .95rem 3.1rem;border:1px solid var(--auth-line);border-radius:10px;font-size:1rem;font-weight:500;font-family:inherit;background:var(--auth-surface);color:var(--auth-ink);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;line-height:1.5}.auth-page .input-wrapper:has(.password-toggle) .form-input,.auth-page #password.form-input{padding-right:3rem}.auth-page .form-input::placeholder{color:#6b7280;opacity:1}.auth-page .form-input:focus{outline:none;border-color:var(--auth-ink);background:#fff;box-shadow:0 0 0 3px #0b0d101a}.auth-page .input-wrapper:focus-within .input-icon{color:var(--auth-ink)}.auth-page .password-toggle{position:absolute;top:0;right:0;bottom:0;width:3rem;margin:0;background:none!important;border:none!important;box-shadow:none!important;color:var(--auth-muted);cursor:pointer;padding:0!important;border-radius:0 10px 10px 0;z-index:3;display:flex;align-items:center;justify-content:center}.auth-page .password-toggle:hover{color:var(--auth-ink);background:#0b0d100f!important}.auth-page .form-options,.auth-page .terms-agreement{margin-bottom:1.5rem}.auth-page .checkbox-wrapper{position:relative;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:0}.auth-page .terms-agreement .checkbox-wrapper{align-items:flex-start}.auth-page .checkbox-wrapper input[type=checkbox]{position:absolute;width:1px;height:1px;padding:0!important;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0!important;background:transparent!important;box-shadow:none!important;appearance:none;-webkit-appearance:none}.auth-page .checkmark{width:18px;height:18px;border:1.5px solid rgba(11,13,16,.28);border-radius:5px;position:relative;flex-shrink:0;background:#fff;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.auth-page .terms-agreement .checkmark{margin-top:.2em}.auth-page .checkmark:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:transform .2s ease}.auth-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark{background:var(--auth-ink);border-color:var(--auth-ink)}.auth-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark:after{transform:rotate(45deg) scale(1)}.auth-page .checkbox-wrapper input[type=checkbox]:focus-visible+.checkmark{box-shadow:0 0 0 3px #0b0d1029}.auth-page .checkbox-wrapper:hover .checkmark{border-color:#0b0d1080}.auth-page .checkbox-label{font-size:.92rem;color:var(--auth-muted);font-weight:500;line-height:1.45}.auth-page .terms-link,.auth-page .privacy-link{color:var(--auth-ink);font-weight:600;text-decoration:underline;text-underline-offset:2px}.auth-page .submit-btn{width:100%;padding:.95rem 1.5rem!important;border-radius:10px!important;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;border:none!important;background:var(--auth-ink)!important;color:#fff!important;box-shadow:none!important;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s ease,opacity .2s ease,background .2s ease}.auth-page .submit-btn:before,.auth-page .submit-btn .btn-text:after{display:none!important}.auth-page .submit-btn:hover:not(:disabled){transform:translateY(-1px);background:#1a1d24!important}.auth-page .submit-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.auth-page .submit-btn.loading{pointer-events:none}.auth-page .submit-btn .btn-icon{display:inline-block;font-size:.9rem}.auth-page .submit-btn.loading .btn-icon{animation:authSpin 1s linear infinite}@keyframes authSpin{to{transform:rotate(360deg)}}.auth-page .register-prompt,.auth-page .login-prompt{text-align:left;padding-top:1.35rem;border-top:1px solid var(--auth-line)}.auth-page .register-prompt p,.auth-page .login-prompt p{margin:0;color:var(--auth-muted);font-size:.95rem}.auth-page .register-link,.auth-page .login-link{color:var(--auth-ink);font-weight:700;text-decoration:none!important}.auth-page .register-link:hover,.auth-page .login-link:hover{text-decoration:underline!important}.auth-page .input-help{margin-top:.45rem;font-size:.8rem;color:var(--auth-muted)}.auth-page .input-feedback{margin-top:.35rem;font-size:.85rem;min-height:0;height:auto}.auth-page .security-indicator{display:none}.auth-page .password-strength-container{margin-top:.75rem;display:flex;align-items:center;gap:.75rem}.auth-page .password-strength{flex:1;height:5px;background:var(--auth-line);border-radius:3px;overflow:hidden}.auth-page .strength-bar{height:100%;width:0;border-radius:3px;transition:width .25s ease,background .25s ease}.auth-page .strength-bar.weak{width:25%;background:#dc2626}.auth-page .strength-bar.fair{width:50%;background:#f59e0b}.auth-page .strength-bar.good{width:75%;background:var(--auth-ink)}.auth-page .strength-bar.strong{width:100%;background:#10b981}.auth-page .strength-text{font-size:.78rem;font-weight:600;min-width:7.5rem;text-align:right}.auth-page .password-requirements{margin-top:.75rem;display:grid;grid-template-columns:1fr 1fr;gap:.4rem .75rem}.auth-page .requirement{display:flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--auth-muted)}.auth-page .requirement i{width:12px;font-size:.7rem;color:#dc2626}.auth-page .requirement.valid{color:#059669}.auth-page .requirement.valid i{color:#10b981}[data-theme=dark] .auth-page{background:#0b0d10;color:#f3f4f6;--auth-ink: #f3f4f6;--auth-muted: #9ca3af;--auth-surface: #14161a;--auth-line: rgba(255, 255, 255, .12)}[data-theme=dark] .auth-page .form-section{background:#0b0d10;border-left-color:#ffffff1a}[data-theme=dark] .auth-page .form-header h1{color:#fff!important;background:none!important;-webkit-text-fill-color:#fff!important}[data-theme=dark] .auth-page .form-input{background:#14161a!important;border-color:#ffffff24!important;color:#f3f4f6!important}[data-theme=dark] .auth-page .form-input:focus{background:#1a1d24!important;border-color:#ffffff59!important;box-shadow:0 0 0 3px #ffffff14!important}[data-theme=dark] .auth-page .form-input::placeholder{color:#6b7280!important}[data-theme=dark] .auth-page .submit-btn{background:#fff!important;color:#0b0d10!important}[data-theme=dark] .auth-page .submit-btn:hover:not(:disabled){background:#e8eaed!important}[data-theme=dark] .auth-page .submit-btn .btn-text,[data-theme=dark] .auth-page .submit-btn .btn-icon,[data-theme=dark] .auth-page .submit-btn i{color:#0b0d10!important}[data-theme=dark] .auth-page .checkmark{background:#14161a;border-color:#ffffff6b}[data-theme=dark] .auth-page .checkbox-wrapper:hover .checkmark{border-color:#ffffffb3}[data-theme=dark] .auth-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark{background:#fff;border-color:#fff}[data-theme=dark] .auth-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark:after{border-color:#0b0d10}[data-theme=dark] .auth-page .checkbox-wrapper input[type=checkbox]:focus-visible+.checkmark{box-shadow:0 0 0 3px #ffffff38}[data-theme=dark] .auth-page .register-link,[data-theme=dark] .auth-page .login-link,[data-theme=dark] .auth-page .terms-link,[data-theme=dark] .auth-page .privacy-link{color:#fff!important}[data-theme=dark] .auth-page .input-icon,[data-theme=dark] .auth-page .password-toggle{color:#9ca3af!important}[data-theme=dark] .auth-page .password-toggle:hover{color:#fff!important;background:#ffffff14!important}@media(max-width:1024px){.auth-shell{grid-template-columns:1fr}.auth-visual{min-height:42vh;align-items:flex-end}.auth-visual-content{max-width:none;padding-top:4.5rem}.auth-points{display:none}.auth-page .form-section{border-left:none;border-top:1px solid var(--auth-line);padding-top:2rem}}@media(max-width:640px){.auth-visual{min-height:34vh}.auth-visual-content h2{font-size:1.55rem}.auth-page .password-requirements{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.auth-page.page-enter,.auth-visual-media img,.auth-visual-content{animation:none}}.legal-modal-backdrop{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#080c148c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.legal-modal{width:min(560px,100%);max-height:min(82vh,720px);display:flex;flex-direction:column;background:#fff;border-radius:18px;box-shadow:0 24px 64px #00000047;overflow:hidden}.legal-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem .5rem}.legal-modal-header h2{margin:0;font-size:1.25rem;color:#1a2332}.legal-modal-effective{margin:.25rem 0 0;font-size:.8rem;color:#6b778a}.legal-modal-close{border:none;background:transparent;font-size:1.6rem;line-height:1;color:#6b778a;cursor:pointer;padding:.15rem .4rem}.legal-modal-tabs{display:flex;gap:.35rem;padding:.5rem 1.25rem;border-bottom:1px solid #e8ecf2}.legal-modal-tabs button{border:none;background:transparent;padding:.55rem .75rem;font-size:.88rem;font-weight:600;color:#6b778a;cursor:pointer;border-bottom:2px solid transparent}.legal-modal-tabs button.is-active{color:#1a2332;border-bottom-color:#1a2332}.legal-modal-body{flex:1;overflow-y:auto;padding:1rem 1.25rem}.legal-modal-body h3{margin:0 0 .75rem;font-size:1.05rem;color:#1a2332}.legal-modal-body p{margin:0 0 .55rem;font-size:.9rem;line-height:1.5;color:#2c3648;white-space:pre-wrap}.legal-modal-fullpage{margin-top:1rem!important;padding-top:.75rem;border-top:1px solid #e8ecf2;font-size:.85rem!important;color:#6b778a!important}.legal-modal-fullpage a{color:#1a2332;font-weight:600}.legal-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.85rem 1.25rem 1.15rem;border-top:1px solid #e8ecf2}.legal-modal-btn{border:none;border-radius:12px;padding:.65rem 1.1rem;font-size:.9rem;font-weight:600;cursor:pointer}.legal-modal-btn.ghost{background:transparent;color:#1a2332}.legal-modal-btn.primary{background:#1a2332;color:#fff}[data-theme=dark] .legal-modal{background:#121a28}[data-theme=dark] .legal-modal-header h2,[data-theme=dark] .legal-modal-body h3,[data-theme=dark] .legal-modal-tabs button.is-active,[data-theme=dark] .legal-modal-btn.ghost,[data-theme=dark] .legal-modal-fullpage a{color:#e8eef7}[data-theme=dark] .legal-modal-tabs,[data-theme=dark] .legal-modal-actions,[data-theme=dark] .legal-modal-fullpage{border-color:#e8eef71a}[data-theme=dark] .legal-modal-tabs button.is-active{border-bottom-color:#e8eef7}[data-theme=dark] .legal-modal-body p{color:#c5d0e0}[data-theme=dark] .legal-modal-btn.primary{background:#e8eef7;color:#0b1220}.join-list-page{--jl-display: var(--font-heading, "Inter", system-ui, sans-serif);--jl-body: var(--font-body, "Inter", system-ui, sans-serif);--jl-ink: #0b0d10;--jl-muted: #4a5563;--jl-surface: rgba(243, 241, 237, .94);--jl-field: #ffffff;--jl-border: rgba(11, 13, 16, .14);--jl-accent: #0b0d10;position:relative;min-height:100vh;margin:0;font-family:var(--jl-body);color:#fff;overflow-x:hidden}.join-list-page *{box-sizing:border-box}.jl-stage{position:fixed;inset:0;z-index:0;overflow:hidden}.jl-stage-photo,.jl-stage .responsive-photo,.jl-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.04);animation:jlKen 28s ease-in-out infinite alternate}.jl-stage-veil{position:absolute;inset:0;background:linear-gradient(105deg,#080a0ee0,#080a0e9e 42%,#080a0e73),linear-gradient(180deg,rgba(8,10,14,.35) 0%,transparent 28%,rgba(8,10,14,.55) 100%)}.jl-stage-grain{position:absolute;inset:0;opacity:.18;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:180px 180px;mix-blend-mode:overlay;animation:jlGrain 8s steps(2) infinite}@keyframes jlKen{0%{transform:scale(1.04) translateZ(0)}to{transform:scale(1.1) translate3d(-1.5%,-1%,0)}}@keyframes jlGrain{0%,to{transform:translate(0)}50%{transform:translate(-1%,1%)}}.jl-top{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem clamp(1.25rem,4vw,2.75rem);animation:jlFade .7s ease both}.jl-top-logo{display:inline-flex;align-items:center;text-decoration:none}.jl-top-logo .brand-logo-img,.jl-top-logo .brand-logo{height:var(--logo-size-nav, 78px);width:auto;max-width:var(--logo-max-width, 280px);object-fit:contain}.jl-top-actions{display:flex;align-items:center;gap:.75rem}.jl-signin{color:#fff;text-decoration:none;font-size:.9375rem;font-weight:600;padding:.55rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.4);transition:background .2s ease,border-color .2s ease,transform .2s ease}.jl-signin:hover{background:#ffffff1f;border-color:#ffffffb3;color:#fff;text-decoration:none;transform:translateY(-1px)}.jl-main{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,420px);align-items:end;gap:clamp(2rem,5vw,4rem);padding:1rem clamp(1.25rem,4vw,2.75rem) clamp(2.5rem,6vw,4rem);min-height:calc(100vh - 5.5rem)}.jl-brand-block{max-width:560px;padding-top:.5rem;padding-bottom:.25rem;animation:jlRise .75s cubic-bezier(.22,1,.36,1) .08s both}.jl-eyebrow{margin:0 0 .25rem;font-size:.78rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;line-height:1.4;color:#ffffffb8}.jl-display{position:relative;margin:0 0 .35rem;width:min(100%,clamp(16rem,40vw,26rem));aspect-ratio:1080 / 240;overflow:hidden;line-height:0}.jl-display-logo{position:absolute;left:calc(100% * -219 / 1080);top:50%;transform:translateY(calc(-100% * 486 / 1024));width:calc(100% * 1536 / 1080);height:auto;max-width:none;display:block;filter:drop-shadow(0 12px 28px rgba(0,0,0,.35))}.jl-lede{margin:0;max-width:28ch;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.4;font-weight:500;color:#ffffffe0}.jl-panel{width:100%;background:var(--jl-surface);color:var(--jl-ink);border-radius:14px;padding:clamp(1.6rem,3.5vw,2.15rem);border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 60px #00000052,0 1px #ffffff59 inset;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:jlRise .75s cubic-bezier(.22,1,.36,1) .18s both}.jl-panel-eyebrow{margin:0 0 .45rem;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--jl-muted)}.jl-title{margin:0 0 .55rem;font-family:var(--jl-display);font-size:clamp(1.65rem,3.5vw,2rem);font-weight:750;line-height:1.15;letter-spacing:-.025em;color:var(--jl-ink)}.jl-subtitle{margin:0 0 1.45rem;font-size:.98rem;line-height:1.5;color:var(--jl-muted)}.jl-subtitle a{color:var(--jl-ink);font-weight:600;text-decoration:underline;text-underline-offset:2px}.jl-error{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:1.1rem;padding:.85rem 1rem;border-radius:10px;background:#b91c1c14;color:#b91c1c;border:1px solid rgba(185,28,28,.2);font-size:.9375rem;font-weight:500}.jl-form{display:flex;flex-direction:column;gap:.95rem}.jl-field{display:flex;flex-direction:column;gap:.35rem}.jl-label{font-size:.8rem;font-weight:600;color:#1f2937}.jl-field input{width:100%;padding:.88rem 1rem;border:1px solid var(--jl-border);border-radius:10px;background:var(--jl-field);color:var(--jl-ink);font-size:1rem;font-family:inherit;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.jl-field input::placeholder{color:#9aa3af;font-weight:400}.jl-field input:focus{outline:none;border-color:var(--jl-accent);box-shadow:0 0 0 3px #0b0d101f;transform:translateY(-1px)}.jl-submit{margin-top:.35rem;width:100%;padding:.95rem 1.25rem;border:none;border-radius:10px;background:var(--jl-accent);color:#fff!important;font-size:1.02rem;font-weight:700;font-family:inherit;cursor:pointer;text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease;box-shadow:0 12px 28px #0b0d1047}.jl-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 16px 32px #0b0d1057;color:#fff!important;text-decoration:none;background:#1a1d24}.jl-submit:disabled{opacity:.72;cursor:not-allowed;transform:none}.jl-success .jl-subtitle{margin-bottom:1.5rem}@keyframes jlRise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes jlFade{0%{opacity:0}to{opacity:1}}@media(max-width:900px){.jl-main{grid-template-columns:1fr;align-items:stretch;gap:1.75rem;padding-top:.5rem}.jl-brand-block{max-width:none}.jl-lede{max-width:36ch}.jl-panel{justify-self:stretch}}@media(max-width:480px){.jl-display{width:min(100%,18rem)}.jl-panel{border-radius:12px;padding:1.35rem}.jl-signin{padding:.45rem .75rem;font-size:.875rem}}@media(prefers-reduced-motion:reduce){.jl-stage-photo,.jl-stage .responsive-photo,.jl-stage img,.jl-stage-grain,.jl-top,.jl-brand-block,.jl-panel{animation:none!important}.jl-stage-photo,.jl-stage .responsive-photo,.jl-stage img{transform:none}}.chart-card{background-color:#fff;border:2px solid #E5E7EB;border-radius:var(--radius-xl);padding:var(--spacing-2xl);box-shadow:var(--shadow-md);position:relative;overflow:hidden;animation:fadeInUp .6s ease-out backwards}.chart-card:nth-child(1){animation-delay:.3s}.chart-card:nth-child(2){animation-delay:.4s}.chart-card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-md);border-bottom:2px solid #E5E7EB;position:relative;display:flex;align-items:center;gap:var(--spacing-md)}.chart-card-title:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:linear-gradient(90deg,#000,#000);border-radius:2px}.chart-card-content{position:relative;padding:var(--spacing-lg) 0}[data-theme=dark] .chart-card .recharts-default-tooltip{background:#1a1d24!important;border:1px solid #3a4150!important;border-radius:8px!important;color:#f8fafc!important;box-shadow:0 8px 24px #00000073!important}[data-theme=dark] .chart-card .recharts-default-tooltip,[data-theme=dark] .chart-card .recharts-default-tooltip *,[data-theme=dark] .chart-card .recharts-tooltip-label,[data-theme=dark] .chart-card .recharts-tooltip-item{color:#f8fafc!important}@media(max-width:968px){.chart-card{padding:var(--spacing-xl)}.chart-card-title{font-size:1.25rem;margin-bottom:var(--spacing-lg)}}@media(max-width:768px){.chart-card{padding:var(--spacing-lg)}.chart-card-title{font-size:1.125rem;margin-bottom:var(--spacing-md)}}.dashboard{--db-ink: #0b0d10;--db-muted: #4b5563;--db-soft: #64748b;--db-page: #ffffff;--db-card: #ffffff;--db-shell: #f1f5f9;--db-border: #e2e8f0;--db-live: #166534;--db-action-bg: #0b0d10;--db-action-ink: #ffffff;width:100%;min-height:calc(100vh - var(--header-height));padding:.5rem 0 3rem;box-sizing:border-box;background:var(--db-page)!important;color:var(--db-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:dashboardIn .45s ease-out}[data-theme=dark] .dashboard{--db-ink: #f8fafc;--db-muted: #cbd5e1;--db-soft: #94a3b8;--db-page: #0c0e12;--db-card: #14171d;--db-shell: #1a1d24;--db-border: #3a4150;--db-live: #86efac;--db-action-bg: #ffffff;--db-action-ink: #0b0d10}@keyframes dashboardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dashboard-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0 .35rem;margin-bottom:.15rem}.dashboard-page-title{margin:0;font-size:clamp(1.85rem,4vw,2.125rem);font-weight:800;color:var(--db-ink);letter-spacing:-.5px;line-height:1.1}.dashboard-page-header-actions{display:flex;align-items:center;gap:.65rem;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.dashboard-meta-chips{display:flex;gap:.4rem}.dashboard-meta-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;color:var(--db-muted);background:var(--db-shell);border:1px solid var(--db-border)}.dashboard-meta-chip em{font-style:normal;font-weight:800;color:var(--db-ink)}.dashboard-meta-chip--live em{color:var(--db-live)}.dashboard-header-cta{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .95rem;font-size:.8125rem;font-weight:700;color:var(--db-action-ink);background:var(--db-action-bg);border:none;border-radius:999px;cursor:pointer;transition:opacity .15s ease}.dashboard-header-cta:hover{opacity:.88}.dashboard-header-cta i{font-size:.75rem}.dashboard-page-lead{margin:0 0 1.35rem;font-size:.9375rem;line-height:1.5;color:var(--db-muted)}.dashboard-charts{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;margin-bottom:1.5rem}.dashboard .chart-card{background:var(--db-card)!important;border:1px solid var(--db-border)!important;border-radius:16px!important;box-shadow:none!important}.dashboard-analytics{margin-top:0;max-width:none}@media(max-width:640px){.dashboard-page-header{flex-direction:column;align-items:stretch}.dashboard-page-header-actions{justify-content:stretch}.dashboard-header-cta{flex:1;justify-content:center}.dashboard-meta-chips{flex:1}.dashboard-meta-chip{flex:1;justify-content:center}}.feed-analytics-page{width:100%;padding:.5rem 0 3rem;box-sizing:border-box}.feed-analytics-shell{--fa-ink: #0b0d10;--fa-muted: #4b5563;--fa-soft: #64748b;--fa-card: #ffffff;--fa-shell: #f1f5f9;--fa-tile: #e2e8f0;--fa-border: #e2e8f0;--fa-border-strong: #cbd5e1;--fa-live: #166534;--fa-live-dot: #16a34a;--fa-weapons: #be123c;--fa-weapons-bg: #fff1f2;--fa-weapons-border: #fecdd3;--fa-custom: #0f766e;--fa-custom-bg: #f0fdfa;--fa-custom-border: #99f6e4;--fa-feeds: #1e293b;--fa-feeds-bg: #f1f5f9;--fa-feeds-border: #e2e8f0;--fa-people: #1d4ed8;--fa-people-bg: #eff6ff;--fa-people-border: #bfdbfe;--fa-vehicles: #b45309;--fa-vehicles-bg: #fffbeb;--fa-vehicles-border: #fde68a;--fa-objects: #475569;--fa-objects-bg: #f1f5f9;--fa-objects-border: #cbd5e1;--fa-shadow: none;--fa-shadow-hover: none;--fa-preview-bg: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);--fa-action-bg: #0b0d10;--fa-action-ink: #ffffff;--fa-empty-dash: #cbd5e1;--fa-radius: 16px;max-width:none;margin:0;color:var(--fa-ink)}[data-theme=dark] .feed-analytics-shell,[data-theme=dark] .feed-analytics-page{--fa-ink: #f8fafc;--fa-muted: #e2e8f0;--fa-soft: #cbd5e1;--fa-card: #14171d;--fa-shell: #1a1d24;--fa-tile: #22262e;--fa-border: #2a2f38;--fa-border-strong: #3a4150;--fa-live: #86efac;--fa-live-dot: #4ade80;--fa-weapons: #fb7185;--fa-weapons-bg: rgba(251, 113, 133, .16);--fa-weapons-border: rgba(251, 113, 133, .32);--fa-custom: #5eead4;--fa-custom-bg: rgba(45, 212, 191, .14);--fa-custom-border: rgba(45, 212, 191, .28);--fa-feeds: #f1f5f9;--fa-feeds-bg: #22262e;--fa-feeds-border: #3a4150;--fa-people: #93c5fd;--fa-people-bg: rgba(59, 130, 246, .16);--fa-people-border: rgba(59, 130, 246, .32);--fa-vehicles: #fbbf24;--fa-vehicles-bg: rgba(245, 158, 11, .16);--fa-vehicles-border: rgba(245, 158, 11, .32);--fa-objects: #cbd5e1;--fa-objects-bg: #22262e;--fa-objects-border: #3a4150;--fa-preview-bg: linear-gradient(145deg, #1a1f2a 0%, #0d1016 100%);--fa-action-bg: #ffffff;--fa-action-ink: #0b0d10;--fa-empty-dash: #3a4150}[data-theme=dark] .feed-analytics-page{background:#0c0e12;color:var(--fa-ink)}.feed-analytics-top{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--fa-border)}.feed-analytics-heading{margin:0 0 .3rem;font-size:1.25rem;font-weight:800;color:var(--fa-ink);letter-spacing:-.02em;line-height:1.2}.feed-analytics-lead{margin:0;font-size:.875rem;color:var(--fa-muted);line-height:1.5}.feed-analytics-top-action{flex-shrink:0;display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .95rem;font-size:.8125rem;font-weight:700;color:var(--fa-action-ink);background:var(--fa-action-bg);border:none;border-radius:999px;cursor:pointer;transition:opacity .15s ease}.feed-analytics-top-action:hover{opacity:.88}.feed-analytics-top-action i{font-size:.75rem;color:inherit}.feed-analytics-alert{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;margin-bottom:1.25rem;font-size:.875rem;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px}[data-theme=dark] .feed-analytics-alert{color:#fecaca;background:#ef44441f;border-color:#ef444447}.feed-analytics-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;margin-bottom:1.75rem}.feed-analytics-metric{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.9rem 1rem;background:var(--fa-card);border:1px solid var(--fa-border);border-radius:14px}.feed-analytics-metric-icon{width:2.35rem;height:2.35rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.8rem}.feed-analytics-metric--feeds .feed-analytics-metric-icon{color:var(--fa-feeds);background:var(--fa-feeds-bg)}.feed-analytics-metric--people .feed-analytics-metric-icon{color:var(--fa-people);background:var(--fa-people-bg)}.feed-analytics-metric--vehicles .feed-analytics-metric-icon{color:var(--fa-vehicles);background:var(--fa-vehicles-bg)}.feed-analytics-metric--weapons .feed-analytics-metric-icon{color:var(--fa-weapons);background:var(--fa-weapons-bg)}.feed-analytics-metric--custom .feed-analytics-metric-icon{color:var(--fa-custom);background:var(--fa-custom-bg)}.feed-analytics-metric-body{display:flex;flex-direction:column;gap:.12rem;min-width:0}.feed-analytics-metric-num{font-weight:800;color:var(--fa-ink);font-size:1.35rem;letter-spacing:-.03em;line-height:1}.feed-analytics-metric-lbl{font-weight:700;font-size:.68rem;color:var(--fa-muted);letter-spacing:.02em;text-transform:uppercase;line-height:1.2}[data-theme=dark] .feed-analytics-metric-lbl{color:#e2e8f0}[data-theme=dark] .feed-analytics-metric-num{color:#f8fafc}[data-theme=dark] .feed-analytics-lead,[data-theme=dark] .feed-analytics-section-title,[data-theme=dark] .feed-analytics-item-meta dt{color:#cbd5e1}[data-theme=dark] .feed-analytics-item-meta dd,[data-theme=dark] .feed-analytics-item-info h3{color:#f8fafc}[data-theme=dark] .feed-analytics-item-url{color:#cbd5e1}.feed-analytics-section-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .85rem;font-size:.72rem;font-weight:700;color:var(--fa-muted);text-transform:uppercase;letter-spacing:.08em}.feed-analytics-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .4rem;font-size:.6875rem;font-weight:700;color:var(--fa-ink);background:var(--fa-shell);border:1px solid var(--fa-border);border-radius:999px;letter-spacing:0;text-transform:none}.feed-analytics-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.85rem;align-items:stretch}.feed-analytics-list>li{display:flex;min-width:0}.feed-analytics-item{display:flex;flex-direction:column;width:100%;background:var(--fa-card);border:1px solid var(--fa-border);border-radius:var(--fa-radius);overflow:hidden}.feed-analytics-item:hover{border-color:var(--fa-border-strong)}.feed-analytics-item-body{display:flex;flex-direction:column;gap:.9rem;flex:1;padding:1.05rem 1.1rem 1.1rem}.feed-analytics-item-info h3{margin:0;font-size:1.05rem;font-weight:700;color:var(--fa-ink);letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-analytics-item-url{display:block;margin-top:.35rem;font-size:.6875rem;font-family:var(--font-mono, ui-monospace, monospace);color:var(--fa-muted);background:var(--fa-shell);border:1px solid var(--fa-border);padding:.3rem .55rem;border-radius:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-analytics-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.feed-analytics-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.65rem .7rem;background:var(--fa-shell);border-radius:12px;border:1px solid transparent}.feed-analytics-cell-val{font-size:1.25rem;font-weight:800;color:var(--fa-ink);line-height:1;letter-spacing:-.02em}.feed-analytics-cell-lbl{font-size:.6rem;font-weight:700;color:var(--fa-muted);text-transform:uppercase;letter-spacing:.02em;line-height:1.25}.feed-analytics-cell i{font-size:.7rem;margin-bottom:.05rem;opacity:1}.feed-analytics-cell--weapons{background:var(--fa-weapons-bg);border-color:var(--fa-weapons-border)}.feed-analytics-cell--weapons i,.feed-analytics-cell--weapons .feed-analytics-cell-val,.feed-analytics-cell--weapons .feed-analytics-cell-lbl{color:var(--fa-weapons)}.feed-analytics-cell--custom{background:var(--fa-custom-bg);border-color:var(--fa-custom-border)}.feed-analytics-cell--custom i,.feed-analytics-cell--custom .feed-analytics-cell-val,.feed-analytics-cell--custom .feed-analytics-cell-lbl{color:var(--fa-custom)}.feed-analytics-cell--people{background:var(--fa-people-bg);border-color:var(--fa-people-border)}.feed-analytics-cell--people i,.feed-analytics-cell--people .feed-analytics-cell-val,.feed-analytics-cell--people .feed-analytics-cell-lbl{color:var(--fa-people)}.feed-analytics-cell--vehicles{background:var(--fa-vehicles-bg);border-color:var(--fa-vehicles-border)}.feed-analytics-cell--vehicles i,.feed-analytics-cell--vehicles .feed-analytics-cell-val,.feed-analytics-cell--vehicles .feed-analytics-cell-lbl{color:var(--fa-vehicles)}.feed-analytics-item-meta{margin:0;display:flex;flex-direction:column;gap:.35rem}.feed-analytics-item-meta div{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;font-size:.75rem}.feed-analytics-item-meta dt{margin:0;font-weight:600;color:var(--fa-muted)}.feed-analytics-item-meta dd{margin:0;font-weight:700;color:var(--fa-ink);text-align:right;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-analytics-item-extras{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem;min-height:0}.feed-analytics-tags{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;max-height:4.5rem;overflow-y:auto}.feed-analytics-tags-label{font-size:.625rem;font-weight:700;color:var(--fa-muted);text-transform:uppercase;letter-spacing:.05em}.feed-analytics-tag{font-size:.6875rem;font-weight:500;color:var(--fa-ink);background:var(--fa-shell);border:1px solid var(--fa-border);padding:.15rem .5rem;border-radius:6px}.feed-analytics-tags--weapons .feed-analytics-tag{color:var(--fa-weapons);background:var(--fa-weapons-bg);border-color:var(--fa-weapons-border)}.feed-analytics-tags--custom .feed-analytics-tag{color:var(--fa-custom);background:var(--fa-custom-bg);border-color:var(--fa-custom-border)}.feed-analytics-tags--objects .feed-analytics-tag{color:var(--fa-objects);background:var(--fa-objects-bg);border-color:var(--fa-objects-border)}.feed-analytics-tag em{font-style:normal;font-weight:700;margin-left:.15rem}.feed-analytics-item-link{align-self:stretch;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding:.7rem .95rem;border:none;border-radius:999px;font-size:.8125rem;font-weight:700;color:var(--fa-action-ink);background:var(--fa-action-bg);cursor:pointer;transition:opacity .15s ease}.feed-analytics-item-link:hover{opacity:.88}.feed-analytics-item-link i{font-size:.6875rem}.feed-analytics-empty{text-align:center;padding:3rem 1.5rem;background:var(--fa-card);border:1px dashed var(--fa-empty-dash);border-radius:var(--fa-radius)}.feed-analytics-empty-icon-wrap{width:3.25rem;height:3.25rem;margin:0 auto 1rem;border-radius:14px;display:flex;align-items:center;justify-content:center;background:var(--fa-shell);border:1px solid var(--fa-border)}.feed-analytics-empty-icon{font-size:1.15rem;color:var(--fa-soft)}.feed-analytics-empty h2{margin:0 0 .45rem;font-size:1.1rem;font-weight:700;color:var(--fa-ink)}.feed-analytics-empty p{margin:0 auto 1.25rem;font-size:.875rem;color:var(--fa-muted);max-width:320px;line-height:1.5}.feed-analytics-empty-btn{padding:.6rem 1.15rem;font-size:.8125rem;font-weight:700;color:var(--fa-action-ink);background:var(--fa-action-bg);border:none;border-radius:999px;cursor:pointer}.feed-analytics-empty-btn:hover{opacity:.88}@media(max-width:1100px){.feed-analytics-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.feed-analytics-metrics,.feed-analytics-item-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feed-analytics-top{flex-direction:column;align-items:stretch}}.class-selector-overlay{position:fixed;inset:0;background:transparent;display:flex;align-items:flex-start;justify-content:center;z-index:3000;padding:6rem 1rem 1rem;box-sizing:border-box;animation:fadeInOverlay .25s ease-out;pointer-events:none}.class-selector-overlay>*{pointer-events:all}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.class-selector-modal{background:#fff;border-radius:10px;border:1px solid #E5E7EB;width:100%;max-width:640px;max-height:calc(100vh - 7rem);margin-top:1rem;display:flex;flex-direction:column;overflow:hidden;animation:slideInModal .3s cubic-bezier(.16,1,.3,1);transform-origin:center}@keyframes slideInModal{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.class-selector-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #F3F4F6;flex-shrink:0}.class-selector-header-main h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:700;color:#111827;line-height:1.3}.class-selector-header-main p{margin:0;font-size:.8125rem;color:#374151;font-weight:400}.class-selector-close{background:#fff;border:1.5px solid #D1D5DB;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#374151;transition:all .15s ease;flex-shrink:0;margin-left:.75rem;padding:0;opacity:1;box-shadow:0 1px 2px #0000000d;position:relative;z-index:1}.class-selector-close:hover{background:#f9fafb;border-color:#4b5563;color:#111827;box-shadow:0 2px 4px #0000001a}.class-selector-close:active{background:#f3f4f6;transform:scale(.95)}.class-selector-close svg{stroke:currentColor;stroke-width:2;width:18px;height:18px;display:block}.class-selector-body{flex:1;overflow:hidden;display:flex;flex-direction:column;padding:1.25rem 1.5rem;min-height:0}.class-selector-name-input{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.class-selector-name-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.class-selector-name-field{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;transition:all .2s ease;font-family:inherit}.class-selector-name-field:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.class-selector-name-field::placeholder{color:#4b5563}.class-selector-required{color:#dc2626}.class-selector-name-field-error{border-color:#dc2626}.class-selector-name-field-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.class-selector-name-error{font-size:.8125rem;color:#dc2626;margin-top:.375rem;margin-bottom:0}.class-selector-controls{display:flex;gap:.75rem;margin-bottom:1rem;flex-shrink:0}.class-selector-search-box{position:relative;flex:1;display:flex;align-items:center}.class-selector-search-icon{position:absolute;left:.75rem;color:#4b5563;pointer-events:none;z-index:1}.class-selector-search{width:100%;padding:.625rem 2.25rem;border:1px solid #D1D5DB;border-radius:6px;font-size:.875rem;transition:all .15s ease;box-sizing:border-box;background-color:#fff;color:#111827;font-family:inherit}.class-selector-search::placeholder{color:#4b5563}.class-selector-search:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.class-selector-clear{position:absolute;right:.5rem;background:none;border:none;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4b5563;border-radius:4px;transition:all .15s ease;padding:0}.class-selector-clear:hover{background:#f3f4f6;color:#374151}.class-selector-bulk-actions{display:flex;gap:.5rem}.class-selector-bulk-btn{padding:.625rem 1rem;border:1px solid #D1D5DB;border-radius:6px;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease;font-family:inherit;background:#fff;white-space:nowrap}.class-selector-bulk-btn:hover:not(:disabled){background:#f9fafb;border-color:#4b5563;color:#111827}.class-selector-bulk-btn:disabled{opacity:.4;cursor:not-allowed}.class-selector-summary{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem 1rem;background:#f9fafb;border-radius:6px;border:1px solid #E5E7EB;flex-shrink:0}.class-selector-summary-item{display:flex;align-items:center;gap:.5rem}.class-selector-summary-label{font-size:.8125rem;color:#374151;font-weight:500}.class-selector-summary-value{font-size:.8125rem;color:#111827;font-weight:600}.class-selector-count-highlight{color:#000;font-weight:700}.class-selector-all-indicator{color:#059669;font-weight:600}.class-selector-tags-container{flex:1;overflow-y:auto;min-height:0;padding:.5rem;background:#fafbfc;border-radius:6px;border:1px solid #E5E7EB}.class-selector-tags-container::-webkit-scrollbar{width:6px}.class-selector-tags-container::-webkit-scrollbar-track{background:transparent}.class-selector-tags-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.class-selector-tags-container::-webkit-scrollbar-thumb:hover{background:#4b5563}.class-selector-tags{display:flex;flex-wrap:wrap;gap:.5rem;align-content:flex-start}.class-selector-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#fff;border:1.5px solid #D1D5DB;border-radius:6px;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease;font-family:inherit;white-space:nowrap;text-transform:capitalize}.class-selector-tag:hover{background:#f9fafb;border-color:#4b5563;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.class-selector-tag.tag-selected{background:#000;border-color:#000;color:#fff;box-shadow:0 2px 4px #0003}.class-selector-tag.tag-selected:hover{background:#000;border-color:#000;transform:translateY(-1px);box-shadow:0 4px 6px #0000004d}.class-selector-tag-text{line-height:1.2}.class-selector-tag-check{flex-shrink:0;opacity:.9}.class-selector-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#4b5563;text-align:center}.class-selector-empty svg{margin-bottom:1rem;opacity:.3}.class-selector-empty h3{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#374151}.class-selector-empty p{margin:0;font-size:.8125rem;color:#4b5563}.class-selector-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#374151;font-size:.875rem;gap:1rem}.class-selector-loading p{margin:0}.class-selector-spinner{width:32px;height:32px;border:2.5px solid #E5E7EB;border-top-color:#000;border-radius:50%;animation:spin .7s linear infinite}.class-selector-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #F3F4F6;background:#fafbfc;flex-shrink:0}.class-selector-footer-btn{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;font-family:inherit;display:inline-flex;align-items:center;gap:.5rem;min-width:100px;justify-content:center}.class-selector-footer-btn-cancel{background:#fff;color:#374151;border:1px solid #D1D5DB}.class-selector-footer-btn-cancel:hover{background:#f9fafb;border-color:#4b5563;color:#111827}.class-selector-footer-btn-apply{background:#000;color:#fff}.class-selector-footer-btn-apply:hover{background:#000;transform:translateY(-1px);box-shadow:0 4px 6px #00000040}.class-selector-footer-btn-apply:active{transform:translateY(0)}.class-selector-footer-btn-apply:disabled{background:#4b5563;color:#fff;cursor:not-allowed;transform:none;box-shadow:none}.class-selector-footer-btn-apply:hover:disabled{background:#4b5563;transform:none;box-shadow:none}.class-selector-footer-badge{background:#fff3;padding:.125rem .5rem;border-radius:10px;font-size:.75rem;font-weight:700;min-width:20px;text-align:center}@media(max-width:768px){.class-selector-overlay{padding:4.5rem .5rem .5rem;align-items:stretch}.class-selector-modal{max-height:calc(100dvh - 5rem);margin-top:0;border-radius:12px}.class-selector-header{padding:1rem 1.125rem}.class-selector-header-main h2{font-size:1.0625rem}.class-selector-body{padding:1rem 1.125rem}.class-selector-controls{flex-direction:column}.class-selector-bulk-actions{width:100%}.class-selector-bulk-btn{flex:1;text-align:center;white-space:normal}.class-selector-summary{flex-direction:column;gap:.5rem}.class-selector-footer{flex-direction:column-reverse;padding:1rem 1.125rem}.class-selector-footer-btn{width:100%}}@media(max-width:480px){.class-selector-overlay{padding:0;align-items:flex-end}.class-selector-modal{max-height:92dvh;border-radius:16px 16px 0 0;margin-top:auto}}.feeds-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:calc(100vh - var(--header-height));background:transparent;padding:1.25rem 0 2rem;position:relative;width:100%}@keyframes feedsHeaderIn{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.feeds-page:before{display:none}.feeds-container{width:100%;position:relative;z-index:1}.feeds-header{background:linear-gradient(135deg,#000 0% 50%,#000);border-radius:24px;padding:1.5rem;margin-bottom:2rem;position:relative;overflow:visible;box-shadow:0 10px 40px #00000040;animation:feedsHeaderIn .45s cubic-bezier(.22,1,.36,1) both}.feeds-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none}.feeds-header-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.feeds-header-text{color:#fff}.feeds-title{margin:0 0 .5rem;font-size:var(--text-h1);font-weight:700;color:#fff;display:flex;align-items:center;gap:.75rem}.feeds-title i{font-size:2rem}.feeds-subtitle{margin:0;font-size:1.125rem;color:#fffffff2;font-weight:400;line-height:1.5}.feed-add-section{display:flex;flex-direction:column;gap:.75rem;min-width:320px;position:relative;z-index:1500}.feed-add-btn{padding:.875rem 1.5rem;border:1px solid rgba(255,255,255,.4);border-radius:12px;font-size:1.05rem;background-color:#fffffff2;color:#1e293b;font-weight:600;transition:all .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.feed-add-btn:hover:not(:disabled){background-color:#fff;border-color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.feed-add-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0000001a}.feed-add-btn:disabled{opacity:.6;cursor:not-allowed}.feed-add-btn i{font-size:.9rem}.feed-url-input-wrapper{position:relative;width:100%;display:flex;align-items:center}.feed-add-dropdown{position:relative;width:100%;z-index:1500}.feed-add-trigger{padding:.875rem 2.5rem .875rem 1.25rem;border:1px solid rgba(255,255,255,.4);border-radius:12px;font-size:.95rem;background-color:#ffffffe6;color:#1e293b;font-weight:600;transition:all .2s ease;cursor:pointer;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.feed-add-trigger:hover{background-color:#fff;border-color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.feed-add-trigger.active{background-color:#fff;border-color:#fff;box-shadow:0 0 0 3px #ffffff4d;transform:translateY(0)}.feed-add-trigger i{color:#000;font-size:.8rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.feed-add-trigger i.rotate{transform:rotate(180deg)}.feed-add-options{position:absolute;top:calc(100% + 8px);left:0;width:100%;background:#fff;border-radius:12px;box-shadow:0 20px 50px -10px #0003,0 10px 25px -5px #0000001a,0 0 0 1px #0000001a;padding:.5rem;z-index:1500;border:1px solid rgba(0,0,0,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);isolation:isolate;opacity:0;transform:translateY(-8px) scale(.98);pointer-events:none;transition:all .25s cubic-bezier(.2,.8,.2,1);visibility:hidden;transform-origin:top center}.feed-add-options.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;visibility:visible;box-shadow:0 25px 60px -10px #00000040,0 15px 35px -5px #00000026,0 0 0 1px #0003}.feed-option{padding:.875rem 1.25rem;border-radius:10px;font-size:1rem;color:#1e293b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);word-break:break-word;display:flex;align-items:center;border:1px solid transparent;background:#fff;font-weight:500;position:relative;margin-bottom:.25rem}.feed-option:last-child{margin-bottom:0}.feed-option:hover{background:linear-gradient(135deg,#00000014,#0000000d);color:#000;border-color:#0003;transform:translate(4px);box-shadow:0 2px 8px #0000001a}.feed-option:active{transform:translate(2px);box-shadow:0 1px 4px #00000026}.feed-option:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(135deg,#000,#000);border-radius:0 3px 3px 0;transition:height .2s cubic-bezier(.4,0,.2,1)}.feed-option:hover:before{height:60%}.feed-option-custom{font-weight:600;color:#000;border-top:2px solid #e5e7eb;margin-top:.5rem;padding-top:.875rem;border-radius:0 0 10px 10px;background:linear-gradient(135deg,#00000008,#00000005)}.feed-option-custom:hover{background:linear-gradient(135deg,#0000001f,#00000014);color:#000;border-top-color:#0000004d}.feed-option-custom:before{background:linear-gradient(135deg,#000,#000)}.feed-url-input-wrapper{position:relative;width:100%;display:flex;align-items:center;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.feed-url-custom-input{padding:1rem 6rem 1rem 1.25rem;border:2px solid rgba(255,255,255,.3);border-radius:12px;font-size:.95rem;background:#fffffff2;color:#1e293b;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;width:100%}.feed-url-custom-input:focus{outline:none;border-color:#fff;box-shadow:0 0 0 4px #fff3;background:#fff}.feed-url-custom-input::placeholder{color:#374151}.feed-url-submit-btn{position:absolute;right:2.75rem;top:0;bottom:0;margin-block:auto;background:linear-gradient(135deg,#000,#000);border:none;color:#fff;font-size:.9rem;cursor:pointer;padding:.625rem .875rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s ease,box-shadow .2s ease;z-index:10;min-width:36px;height:36px}.feed-url-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#000,#000);box-shadow:0 4px 12px #0000004d}.feed-url-submit-btn:active:not(:disabled){box-shadow:0 2px 6px #0003}.feed-url-submit-btn:disabled{opacity:.5;cursor:not-allowed;background:#64748b4d}.feed-url-submit-btn i{font-size:.85rem}.feed-url-custom-close{position:absolute;right:.75rem;top:0;bottom:0;margin-block:auto;background:transparent;border:none;color:#374151;font-size:1rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease,color .2s ease;z-index:10;min-width:32px;height:32px}.feed-url-custom-close:hover{background:#0000000d;color:#1e293b}.feed-url-custom-close:active{background:#0000001a}.feeds-alert{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;color:#dc2626;font-weight:500;margin-bottom:1.5rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feeds-alert i{font-size:1.25rem}.feeds-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem}.loading-spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.loading-text{color:#374151;font-size:1rem;font-weight:500}.feeds-empty{background:#fff;border:2px dashed rgba(0,0,0,.2);border-radius:16px;padding:3.5rem 2rem;text-align:center;box-shadow:0 1px 3px #0000000a}.feeds-empty-icon{width:80px;height:80px;background:linear-gradient(135deg,#0000001a,#0000001a);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.feeds-empty-icon i{font-size:2rem;color:#000}.feeds-empty-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.feeds-empty-text{color:#374151;margin:0;font-size:1rem}.feeds-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,520px),1fr));gap:1rem;overflow:visible;position:relative;z-index:1}.feed-card{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:16px;overflow:visible;transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease;position:relative;box-shadow:0 1px 3px #0000000a;z-index:1}.feed-card:has(.feed-menu.show){z-index:50}.feed-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:16px 0 0 16px;background:#e2e8f0;transition:background .25s ease;pointer-events:none}.feed-card--active:before{background:linear-gradient(180deg,#10b981,#059669)}.feed-card--active{border-color:#10b98140}.feed-card--error:before{background:#ef4444}.feed-card--pending:before{background:#000}.feed-card:hover{box-shadow:0 8px 30px #0000001f;border-color:#00000040;transform:translateY(-1px)}.feed-card-main{display:flex;justify-content:space-between;align-items:stretch;padding:1.25rem 1.25rem 1.25rem 1.5rem;gap:1.25rem;position:relative}.feed-card-clickable{cursor:pointer}.feed-card-clickable:hover{border-color:#0000004d}.feed-card-content{flex:1;min-width:0}.feed-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.feed-card-icon{width:48px;height:48px;background:linear-gradient(135deg,#000,#000);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;color:#fff;font-size:1.15rem}.feed-card-icon--active{background:linear-gradient(135deg,#10b981,#059669)}.feed-card-icon--stopped,.feed-card-icon--paused{background:linear-gradient(135deg,#94a3b8,#64748b)}.feed-card-icon--error{background:linear-gradient(135deg,#f87171,#dc2626)}.feed-card-live-dot{position:absolute;top:-3px;right:-3px;width:10px;height:10px;background:#fff;border-radius:50%;box-shadow:0 0 0 2px #10b981}.feed-card-live-dot:after{content:"";position:absolute;inset:2px;background:#10b981;border-radius:50%;animation:pulseGlow 2s cubic-bezier(.4,0,.6,1) infinite}.feed-card-icon i{display:block}.feed-card-icon:before{display:none}.feed-card-info{flex:1;min-width:0}.feed-card-title{color:#1e293b;margin:0 0 .35rem;font-size:1.0625rem;font-weight:600;line-height:1.3;letter-spacing:-.01em}.feed-card-url{color:#64748b;font-size:.8125rem;margin:0 0 .625rem;line-height:1.4;font-family:Monaco,Menlo,Courier New,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;background:#f8fafc;padding:.35rem .625rem;border-radius:6px;border:1px solid #e2e8f0}.feed-card-meta{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.feed-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.45rem .85rem;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:capitalize}.feed-status-badge.badge-success{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.feed-status-badge.badge-warning{background:#f97316;color:#fff;border:none}.feed-status-badge.badge-info{background:#0000001a;color:#000;border:1px solid rgba(0,0,0,.2)}.feed-status-badge.badge-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.feed-status-badge.badge-neutral{background:#64748b1a;color:#374151;border:1px solid rgba(100,116,139,.2)}.status-indicator{width:6px;height:6px;background-color:#10b981;border-radius:50%;animation:pulseGlow 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulseGlow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.feed-card-date{color:#374151;font-size:.875rem;display:flex;align-items:center;gap:.375rem;font-weight:500}.feed-card-date i{font-size:.85rem;color:#4b5563}.feed-card-device-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem;min-width:0}.feed-card-device-row .feed-device-badge{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-card-monitoring{margin-top:.625rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.feed-monitoring-tags{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.feed-monitoring-label{font-size:.8125rem;font-weight:500;color:#64748b;display:flex;align-items:center;gap:.4rem}.feed-monitoring-label i{color:#000;font-size:.875rem}.feed-tags{display:flex;gap:.5rem;flex-wrap:wrap}.feed-tag{display:inline-flex;align-items:center;padding:.2rem .6rem;background:#f9fafb;color:#000;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:capitalize;border:1px solid rgba(0,0,0,.15)}.feed-tag-more{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.feed-monitoring-all{font-size:.8125rem;color:#64748b;font-weight:500;font-style:normal}.feed-card-controls{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-shrink:0;position:relative;z-index:10;margin-left:auto}.feed-primary-action{display:flex}.feed-action-btn{padding:.55rem 1.1rem;border-radius:10px;font-size:.875rem;font-weight:600;min-width:90px}.feed-secondary-actions{display:flex;align-items:center;gap:.5rem}.feed-icon-btn{padding:.55rem;width:36px;height:36px;min-width:36px;min-height:36px;border-radius:10px;font-size:.875rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.feed-icon-btn i{font-size:.875rem;line-height:1}.feed-menu-wrapper{position:relative;z-index:1000}.feed-menu{position:absolute;bottom:calc(100% + .4rem);top:auto;right:0;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:12px;box-shadow:0 10px 40px #0003;min-width:200px;opacity:0;visibility:hidden;transform:translateY(6px);transition:all .2s cubic-bezier(.4,0,.2,1);z-index:1001;padding:.5rem;overflow:visible}.feed-menu.show{opacity:1;visibility:visible;transform:translateY(0)}.feed-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;border-radius:8px;background:transparent;color:#1e293b;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit;text-align:left}.feed-menu-item:hover{background:#0000001a;color:#000}.feed-menu-item-danger{color:#dc2626}.feed-menu-item-danger:hover{background:#ef44441a;color:#b91c1c}.feeds-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.75rem}.feeds-stat-card{background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:1.125rem 1.25rem;display:flex;align-items:center;gap:1rem;transition:all .25s ease;box-shadow:0 1px 3px #0000000a}.feeds-stat-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.feeds-stat-card--total .feeds-stat-icon{background:#0000001a}.feeds-stat-card--total .feeds-stat-icon i{color:#000}.feeds-stat-card--active .feeds-stat-icon{background:#10b9811a}.feeds-stat-card--active .feeds-stat-icon i{color:#10b981}.feeds-stat-card--active .feeds-stat-value{color:#059669}.feeds-stat-card--inactive .feeds-stat-icon{background:#64748b1a}.feeds-stat-card--inactive .feeds-stat-icon i{color:#64748b}.feeds-stat-icon{width:48px;height:48px;background:#0000001a;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feeds-stat-icon i{font-size:1.25rem;color:#000}.feeds-stat-content{flex:1;min-width:0}.feeds-stat-value{font-size:1.75rem;font-weight:700;color:#1e293b;line-height:1.1;letter-spacing:-.02em}.feeds-stat-label{display:block;font-size:.8125rem;font-weight:500;color:#64748b;margin-top:.2rem;letter-spacing:.01em}@media(max-width:1024px){.feeds-header-content{flex-direction:column;align-items:flex-start}.feed-add-section{width:100%}}@media(max-width:768px){.feeds-page{padding:1rem 0 1.5rem}.feeds-header{padding:1.25rem;border-radius:16px;margin-bottom:1.25rem}.feeds-title{font-size:1.375rem}.feeds-subtitle{font-size:.9375rem}.feed-card-main{flex-direction:column;align-items:stretch;gap:1rem}.feed-card-device-row{flex-wrap:wrap}.feed-card-controls{width:auto;justify-content:flex-end}.feeds-stats{grid-template-columns:repeat(3,1fr);gap:.625rem}.feeds-stat-card{padding:.875rem;gap:.625rem}.feeds-stat-icon{width:40px;height:40px}.feeds-stat-value{font-size:1.375rem}.feeds-stat-label{font-size:.6875rem}}@media(max-width:480px){.feeds-header{padding:1.125rem}.feeds-title{font-size:1.2rem}.feeds-title i{font-size:1.375rem}.feed-card-header{flex-direction:row;align-items:flex-start}.feeds-stats{grid-template-columns:1fr}.feed-add-section{min-width:unset;width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid #000000;outline-offset:2px}.feed-settings-overlay{position:fixed;inset:0;background:transparent;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease;pointer-events:none}.feed-settings-overlay>*{pointer-events:all}.feed-settings-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow:visible;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.feed-settings-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#0000000d,#0000000d)}.feed-settings-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.feed-settings-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;color:#374151;transition:all .2s ease}.feed-settings-close:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.feed-settings-body{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.feed-settings-field{display:flex;flex-direction:column;gap:.5rem}.feed-settings-label{font-size:.875rem;font-weight:600;color:#374151}.feed-settings-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;color:#1f2937;transition:all .2s ease;font-family:inherit}.feed-settings-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.feed-settings-input::placeholder{color:#4b5563}.feed-settings-class-btn{width:100%;padding:.875rem 1rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;font-weight:500;color:#1e293b;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;text-decoration:none!important;position:relative}.feed-settings-class-btn:hover{background:#0000000d;border-color:#000;color:#000;text-decoration:none!important}.feed-settings-class-btn i{color:#000}.feed-settings-classes{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.feed-settings-classes-label{font-size:.875rem;color:#374151;font-weight:500}.feed-settings-tags{display:flex;flex-wrap:wrap;gap:.375rem}.feed-settings-tag{padding:.25rem .75rem;background:#0000001a;color:#000;border-radius:6px;font-size:.8rem;font-weight:500}.feed-settings-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;background:#f9fafb}.feed-settings-cancel,.feed-settings-save{padding:.75rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;border:none}.feed-settings-cancel{background:#fff;color:#374151;border:2px solid #e5e7eb}.feed-settings-cancel:hover{background:#f9fafb;border-color:#cbd5e1;color:#374151}.feed-settings-save{background:linear-gradient(135deg,#000,#000);color:#fff}.feed-settings-save:hover:not(:disabled){background:linear-gradient(135deg,#000,#000);box-shadow:0 4px 12px #0000004d}.feed-settings-save:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.feed-settings-modal{max-width:100%;max-height:100vh;border-radius:0}.feed-settings-header,.feed-settings-body,.feed-settings-footer{padding:1.25rem}}.feed-settings-alert-toggle{display:flex;align-items:center;gap:.6rem;font-size:.95rem;cursor:pointer;margin-top:.35rem}.feed-settings-hint{margin:.35rem 0 0;font-size:.8rem;color:#6b7280}.property-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1.25rem}.property-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.property-filter-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.property-filter-chip:hover{border-color:#000;color:#000}.property-filter-chip.active{background:#000;border-color:#000;color:#fff}.property-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#0f172a14;color:inherit}.property-filter-chip.active .property-filter-count{background:#ffffff38}.property-toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.property-add-btn,.property-delete-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease}.property-add-btn{background:#f9fafb;border-color:#e5e7eb;color:#000}.property-add-btn:hover{background:#f3f4f6}.property-delete-btn{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.property-delete-btn:hover{background:#fee2e2}.property-section{margin-bottom:1.75rem;overflow:visible;position:relative;z-index:1}.property-section:has(.feed-menu.show){z-index:40}.property-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}.property-section-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.property-add-cameras-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;border:1px solid #E5E7EB;background:#f9fafb;color:#000;transition:background .15s ease}.property-add-cameras-btn:hover{background:#f3f4f6}.bulk-cameras-list{display:flex;flex-direction:column;gap:.5rem;max-height:280px;overflow-y:auto;margin-top:.35rem}.bulk-select-all{display:flex;align-items:center;gap:.55rem;font-size:.85rem;font-weight:500;color:#334155;cursor:pointer;margin:0 0 .65rem;width:100%}.bulk-select-all input[type=checkbox],.bulk-camera-row input[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;width:1rem;height:1rem;min-width:1rem;min-height:1rem;max-width:1rem;margin:0;padding:0;flex:0 0 auto;align-self:center;cursor:pointer;background:transparent;border:none;box-shadow:none;accent-color:#000000}.bulk-camera-row{display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.75rem .9rem;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;background:#fff;transition:border-color .15s ease,background .15s ease;margin:0;font-weight:500;color:#0f172a;width:100%;box-sizing:border-box}.bulk-camera-row:hover{border-color:#9ca3af;background:#f8fafc}.bulk-camera-row.selected{border-color:#000;background:#f9fafb}.bulk-camera-meta{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:.15rem;text-align:left}.bulk-camera-name{display:block;font-weight:600;color:#0f172a;font-size:.9rem;line-height:1.3}.bulk-camera-sub{display:block;font-size:.75rem;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.property-section-title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:.5rem}.property-section-title i{color:#000}.property-section-count{font-size:.85rem;color:#64748b;font-weight:500}.feed-property-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:6px;background:#f9fafb;color:#000;font-size:.75rem;font-weight:600}.feed-device-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:6px;font-size:.75rem;font-weight:600;max-width:100%}.feed-device-badge--assigned{background:#ecfdf5;color:#047857;border:1px solid rgba(16,185,129,.25)}.feed-device-badge--none{background:#fff7ed;color:#c2410c;border:1px solid rgba(249,115,22,.3)}[data-theme=dark] .feed-device-badge--assigned{background:#10b98129;color:#a7f3d0;border-color:#34d39959}[data-theme=dark] .feed-device-badge--none{background:#f9731629;color:#fdba74;border-color:#fb923c59}.property-modal{max-width:480px}.property-modal.bulk-add-modal{max-width:520px}@media(max-width:768px){.property-toolbar{flex-direction:column;align-items:stretch}.property-toolbar-actions{justify-content:flex-start}}[data-theme=dark] .feeds-empty{background:var(--dm-elevated, #151d30);border-color:#00000059;box-shadow:none}[data-theme=dark] .feeds-empty-icon{background:#00000029}[data-theme=dark] .feeds-empty-icon i{color:#9ca3af}[data-theme=dark] .feeds-empty-title{color:#f8fafc}[data-theme=dark] .feeds-empty-text{color:#cbd5e1}[data-theme=dark] .feeds-empty .property-add-cameras-btn{background:#0003;border-color:#00000080;color:#e5e7eb}[data-theme=dark] .feeds-empty .property-add-cameras-btn:hover{background:#0000004d;color:#fff}[data-theme=dark] .property-filter-chip{background:var(--dm-overlay, #1a2438);border-color:#94a3b859;color:#e2e8f0}[data-theme=dark] .property-filter-chip:hover{border-color:#0000008c;color:#f8fafc;background:#0000001f}[data-theme=dark] .property-filter-chip.active{background:#000;border-color:#000;color:#fff}[data-theme=dark] .property-filter-count{background:#ffffff24;color:inherit}[data-theme=dark] .property-section-title{color:#f8fafc}[data-theme=dark] .property-section-count{color:#94a3b8}[data-theme=dark] .property-add-btn,[data-theme=dark] .property-add-cameras-btn{background:#00000029;border-color:#00000073;color:#e5e7eb}[data-theme=dark] .property-delete-btn{background:#ef444424;border-color:#ef444466;color:#fecaca}[data-theme=dark] .feed-status-badge.badge-neutral{background:#94a3b838;color:#f1f5f9;border-color:#94a3b866}[data-theme=dark] .feed-settings-modal{background:var(--dm-elevated, #151d30);border:1px solid rgba(148,163,184,.22);color:#e8edf5}[data-theme=dark] .feed-settings-header h2{color:#f8fafc}[data-theme=dark] .feed-settings-header{border-bottom-color:#94a3b82e}[data-theme=dark] .feed-settings-footer{background:var(--dm-raised, #0e1526);border-top-color:#94a3b82e}[data-theme=dark] .feed-settings-label,[data-theme=dark] .feed-settings-hint,[data-theme=dark] .feed-settings-alert-toggle{color:#cbd5e1}[data-theme=dark] .feed-settings-input,[data-theme=dark] .feed-settings-modal input:not([type=checkbox]):not([type=radio]),[data-theme=dark] .feed-settings-modal select{background:var(--dm-input, #121a2c);border-color:#94a3b84d;color:#f1f5f9}[data-theme=dark] .feed-settings-input::placeholder,[data-theme=dark] .feed-settings-modal input:not([type=checkbox])::placeholder{color:#94a3b8;opacity:1}[data-theme=dark] .feed-settings-cancel{background:var(--dm-overlay, #1a2438);border-color:#94a3b859;color:#f1f5f9}[data-theme=dark] .feed-settings-cancel:hover{background:#94a3b833;color:#fff}[data-theme=dark] .feed-settings-close{background:var(--dm-overlay, #1a2438);border-color:#94a3b84d;color:#e2e8f0}[data-theme=dark] .bulk-select-all{color:#e2e8f0;display:flex;align-items:center;gap:.55rem;width:100%;margin:0 0 .65rem}[data-theme=dark] .bulk-select-all input[type=checkbox],[data-theme=dark] .bulk-camera-row input[type=checkbox]{width:1rem;height:1rem;min-width:1rem;min-height:1rem;max-width:1rem;margin:0;padding:0;background:transparent;border:none;box-shadow:none;accent-color:#000000}[data-theme=dark] .bulk-camera-row{background:var(--dm-input, #121a2c);border:1px solid rgba(148,163,184,.35);color:#f1f5f9;display:flex;flex-direction:row;align-items:center}[data-theme=dark] .bulk-camera-row:hover{border-color:#0000008c;background:#0000001a}[data-theme=dark] .bulk-camera-row.selected{border-color:#000;background:#0000002e}[data-theme=dark] .bulk-camera-row .bulk-camera-name,[data-theme=dark] label.bulk-camera-row .bulk-camera-name,[data-theme=dark] .bulk-camera-meta .bulk-camera-name{color:#f8fafc;-webkit-text-fill-color:#f8fafc}[data-theme=dark] .bulk-camera-row .bulk-camera-sub,[data-theme=dark] label.bulk-camera-row .bulk-camera-sub,[data-theme=dark] .bulk-camera-meta .bulk-camera-sub{color:#94a3b8;-webkit-text-fill-color:#94a3b8}[data-theme=dark] .bulk-camera-meta{color:#f8fafc}[data-theme=dark] .feed-menu{background:var(--dm-elevated, #151d30);border-color:#94a3b847}[data-theme=dark] .feed-menu-item{color:#e2e8f0}[data-theme=dark] .feed-menu-item:hover{background:#00000029;color:#fff}[data-theme=dark] .feed-menu-item-danger{color:#fca5a5}[data-theme=dark] .feeds-stat-label{color:#94a3b8}[data-theme=dark] .feed-card-url,[data-theme=dark] .feed-monitoring-label,[data-theme=dark] .feed-monitoring-all{color:#cbd5e1}[data-theme=dark] .feed-tag{background:#00000038;color:#f3f4f6;border-color:#0006}.feeds-page{--feeds-ink: #111111;--feeds-muted: #6b7280;--feeds-soft: #9ca3af;--feeds-shell: #f2f2f2;--feeds-chip-border: #d4d4d4;--feeds-page-bg: #ffffff;--feeds-card: #ffffff;--feeds-icon-tile: #f3f4f6;--feeds-live: #22c55e;--feeds-live-text: #15803d;--feeds-paused: #ff8c00;--feeds-paused-text: #b45309;--feeds-device-ok-bg: #ecfdf5;--feeds-device-ok-fg: #047857;--feeds-device-ok-border: #a7f3d0;--feeds-device-none-bg: #fff7ed;--feeds-device-none-fg: #c2410c;--feeds-device-none-border: #fed7aa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:calc(100vh - var(--header-height));background:var(--feeds-page-bg)!important;padding:.5rem 0 5.5rem!important;position:relative;width:100%}.feeds-container{width:100%;max-width:920px;margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem);position:relative;z-index:1}.feeds-page .feeds-header,.feeds-page .feeds-stats,.feeds-page .property-toolbar{display:none!important}.feeds-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0 .5rem;margin-bottom:.25rem}.feeds-page-title{margin:0;font-size:clamp(1.85rem,4vw,2.125rem);font-weight:800;color:var(--feeds-ink);letter-spacing:-.5px;line-height:1.1}.feeds-page-header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.feeds-header-icon-btn{width:42px;height:42px;border:none;border-radius:12px;background:transparent;color:var(--feeds-ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;transition:background .2s ease}.feeds-header-icon-btn:hover{background:var(--feeds-icon-tile)}.feeds-header-add{overflow:hidden;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),width .28s cubic-bezier(.22,1,.36,1),margin .28s cubic-bezier(.22,1,.36,1)}.feeds-header-add.is-hidden{opacity:0;transform:scale(.85);width:0;margin:0;pointer-events:none}.feeds-url-dropdown{max-height:0;opacity:0;margin:0;overflow:hidden;pointer-events:none;transform:translateY(-6px);transition:max-height .42s cubic-bezier(.22,1,.36,1),opacity .32s cubic-bezier(.22,1,.36,1),margin .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}.feeds-url-dropdown.is-open{max-height:72px;opacity:1;margin:0 0 1rem;pointer-events:auto;transform:translateY(0)}.feeds-url-dropdown-inner{overflow:hidden}.feeds-url-composer{display:flex;align-items:center;gap:.5rem;width:100%;height:52px;margin:0;padding:.35rem .35rem .35rem 1rem;box-sizing:border-box;background:#fff;border:1px solid var(--feeds-chip-border);border-radius:16px;box-shadow:0 1px 3px #0000000a}.feeds-url-composer:focus-within{border-color:#111;box-shadow:0 0 0 3px #11111114}.feeds-url-composer-input{flex:1;min-width:0;height:100%;border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;padding:0!important;margin:0;font-size:.9375rem;font-weight:500;color:var(--feeds-ink);font-family:inherit}.feeds-url-composer-input::placeholder{color:#9ca3af;font-weight:500}.feeds-url-composer-input:disabled{opacity:.6}.feeds-url-composer-actions{display:flex;align-items:center;gap:.3rem;flex-shrink:0}.feeds-url-composer-submit,.feeds-url-composer-cancel{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;width:40px;height:40px;min-width:40px;margin:0;padding:0;border:none;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;line-height:1;transition:background .18s ease,transform .15s ease,opacity .18s ease}.feeds-url-composer-submit{background:#000;color:#fff}.feeds-url-composer-submit:hover:not(:disabled){background:#222}.feeds-url-composer-submit:disabled{opacity:.35;cursor:not-allowed}.feeds-url-composer-cancel{background:#f3f4f6;color:#111}.feeds-url-composer-cancel:hover:not(:disabled){background:#e5e7eb}.feeds-url-composer-submit:active:not(:disabled),.feeds-url-composer-cancel:active:not(:disabled){transform:scale(.96)}.feeds-url-composer-submit i,.feeds-url-composer-cancel i{pointer-events:none}.feeds-filters{display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding:.15rem 0 .35rem;margin-bottom:.85rem;scrollbar-width:none}.feeds-filters::-webkit-scrollbar{display:none}.feeds-filter-chip{display:inline-flex;align-items:center;gap:.4rem;flex-shrink:0;padding:.55rem .9rem;border-radius:22px;border:1px solid var(--feeds-chip-border);background:#fff;color:var(--feeds-ink);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.feeds-filter-chip i{font-size:.75rem;color:#4b5563}.feeds-filter-chip.is-active{background:#000;border-color:#000;color:#fff}.feeds-filter-chip.is-active i{color:#fff}.feeds-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;padding:.1rem .45rem;border-radius:10px;background:#f3f4f6;color:#4b5563;font-size:.75rem;font-weight:700}.feeds-filter-chip.is-active .feeds-filter-count{background:#fff3;color:#fff}.feeds-add-property-btn{width:100%;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem;border:none;border-radius:28px;background:#000;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .15s ease,opacity .2s ease}.feeds-add-property-btn:hover{opacity:.92}.feeds-add-property-btn:active{transform:scale(.99)}.property-group{position:relative;margin:0 0 1rem;padding:0;background:var(--feeds-shell);border-radius:24px;overflow:hidden;isolation:isolate}.property-group-skyline{position:absolute;right:0;top:0;width:150px;height:100%;color:#e0e0e0;pointer-events:none;z-index:0;overflow:hidden}.property-group-skyline svg{width:100%;height:90px;display:block;margin-top:4px}.property-group-header{position:relative;z-index:1;display:flex;align-items:center;gap:.75rem;padding:1rem .65rem .85rem 1rem;overflow:hidden}.property-group-icon{position:relative;z-index:1;width:40px;height:40px;border-radius:10px;background:var(--feeds-ink);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.95rem}.property-group-text{position:relative;z-index:1;flex:1;min-width:0}.property-group-title{margin:0;font-size:1.125rem;font-weight:800;color:var(--feeds-ink);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-group-count{margin:.15rem 0 0;font-size:.8125rem;font-weight:500;color:var(--feeds-muted)}.property-group-menu-wrap{position:relative;flex-shrink:0;z-index:2}.property-group-menu-btn{width:40px;height:40px;border:none;border-radius:50%;background:#fff;color:var(--feeds-ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.property-group-feeds{position:relative;z-index:1;display:flex;flex-direction:column;gap:.65rem;padding:0 .75rem .9rem}.property-group-empty{position:relative;z-index:1;margin:0;padding:0 1rem 1.25rem;font-size:.8125rem;color:var(--feeds-soft)}.feeds-bare-list{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.feeds-page .feed-card{background:var(--feeds-card)!important;border:none!important;border-radius:20px!important;box-shadow:0 3px 12px #0000000a!important;overflow:hidden!important;margin:0;position:relative;z-index:1;transition:transform .18s ease,box-shadow .18s ease}.feeds-page .feed-card:before{display:none!important}.feeds-page .feed-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px #00000012!important}.feeds-page .feed-card-main{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;padding:.875rem!important;cursor:pointer;box-sizing:border-box}.feed-card-top{display:flex;align-items:flex-start;gap:.75rem;width:100%}.feeds-page .feed-card-icon{width:48px!important;height:48px!important;border-radius:14px!important;background:var(--feeds-icon-tile)!important;color:#9ca3af!important;display:flex!important;align-items:center;justify-content:center;flex-shrink:0;position:relative;box-shadow:none!important}.feeds-page .feed-card-icon i{font-size:1.15rem!important;color:inherit!important}.feeds-page .feed-card-icon--active,.feeds-page .feed-card-icon--stopped,.feeds-page .feed-card-icon--paused,.feeds-page .feed-card-icon--error{background:var(--feeds-icon-tile)!important}.feeds-page .feed-card-info{flex:1;min-width:0}.feeds-page .feed-card-title{margin:0!important;font-size:1rem!important;font-weight:700!important;color:var(--feeds-ink)!important;line-height:1.25!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-card-status-row{display:flex;align-items:center;gap:.4rem;margin-top:.4rem;flex-wrap:wrap}.feed-live-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.feed-live-dot.is-live{background:var(--feeds-live)}.feed-live-dot.is-paused{background:var(--feeds-paused)}.feed-live-label{font-size:.8125rem;font-weight:500}.feed-live-label.is-live{color:var(--feeds-live-text)}.feed-live-label.is-paused{color:var(--feeds-paused-text)}.feed-property-chip{display:inline-flex;align-items:center;gap:.25rem;max-width:140px;padding:.15rem .5rem;border-radius:8px;background:#f3f4f6;color:#6b7280;font-size:.6875rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-property-chip i{font-size:.65rem}.feed-card-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0;padding-top:.2rem}.feeds-page .feed-action-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:.25rem;padding:.6rem .9rem!important;border:none!important;border-radius:22px!important;color:#fff!important;font-size:.8125rem!important;font-weight:600!important;cursor:pointer;min-height:0!important;box-shadow:none!important;transition:opacity .2s ease,transform .15s ease}.feeds-page .feed-action-btn:disabled{opacity:.7;cursor:wait}.feeds-page .feed-action-start{background:#000!important}.feeds-page .feed-action-stop{background:#ff8c00!important}.feeds-page .feed-icon-btn.feed-menu-trigger{width:40px!important;height:40px!important;border:none!important;border-radius:50%!important;background:#f3f4f6!important;color:var(--feeds-ink)!important;flex-shrink:0}.feeds-page .feed-menu,.feeds-page .property-group-menu{display:none!important}.feeds-portal-menu{position:fixed;z-index:10000;min-width:220px;padding:.4rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 16px 40px #0000002e;transform-origin:top right;pointer-events:none;opacity:0}.feeds-portal-menu.opens-up{transform-origin:bottom right}.feeds-portal-menu.is-open{pointer-events:auto;animation:feedsPortalIn .28s cubic-bezier(.22,1,.36,1) forwards}.feeds-portal-menu.is-closing{pointer-events:none;animation:feedsPortalOut .2s cubic-bezier(.4,0,1,1) forwards}.feeds-portal-menu.opens-up.is-open{animation-name:feedsPortalInUp}.feeds-portal-menu.opens-up.is-closing{animation-name:feedsPortalOutUp}@keyframes feedsPortalIn{0%{opacity:0;transform:translateY(-10px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes feedsPortalOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.96)}}@keyframes feedsPortalInUp{0%{opacity:0;transform:translateY(10px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes feedsPortalOutUp{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(8px) scale(.96)}}.feeds-portal-menu .feed-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;border-radius:8px;background:transparent;color:#1e293b;font-size:.9375rem;font-weight:500;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s ease,color .15s ease}.feeds-portal-menu.is-open .feed-menu-item{animation:feedsPortalItemIn .28s cubic-bezier(.22,1,.36,1) both}.feeds-portal-menu.is-open .feed-menu-item:nth-child(1){animation-delay:.04s}.feeds-portal-menu.is-open .feed-menu-item:nth-child(2){animation-delay:.08s}.feeds-portal-menu.is-open .feed-menu-item:nth-child(3){animation-delay:.12s}@keyframes feedsPortalItemIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.feeds-portal-menu .feed-menu-item:hover{background:#0000000f;color:#000}.feeds-portal-menu .feed-menu-item-danger{color:#dc2626}.feeds-portal-menu .feed-menu-item-danger:hover{background:#ef44441a;color:#b91c1c}@media(prefers-reduced-motion:reduce){.feeds-header-add,.feeds-url-dropdown,.feeds-portal-menu,.feeds-portal-menu .feed-menu-item{transition:none!important;animation:none!important}.feeds-url-dropdown.is-open,.feeds-portal-menu.is-open,.feeds-portal-menu.is-open .feed-menu-item{opacity:1;transform:none}.feeds-url-dropdown.is-open{max-height:72px}}[data-theme=dark] .feeds-portal-menu{background:#1a1d24;border-color:#2a2f38}[data-theme=dark] .feeds-portal-menu .feed-menu-item{color:#f3f4f6}[data-theme=dark] .feeds-portal-menu .feed-menu-item:hover{background:#ffffff14;color:#fff}.feeds-page .feed-card-device-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:0!important;border:none!important;width:100%;min-width:0}.feeds-page .feed-device-badge{display:inline-flex!important;align-items:center;gap:.4rem;max-width:100%;padding:.4rem .65rem!important;border-radius:10px!important;font-size:.75rem!important;font-weight:600!important;border:1px solid transparent;box-sizing:border-box}.feeds-page .feed-device-badge--assigned{background:var(--feeds-device-ok-bg)!important;color:var(--feeds-device-ok-fg)!important;border-color:var(--feeds-device-ok-border)!important}.feeds-page .feed-device-badge--none{background:var(--feeds-device-none-bg)!important;color:var(--feeds-device-none-fg)!important;border-color:var(--feeds-device-none-border)!important}.feeds-page .feeds-empty{background:transparent!important;border:none!important;box-shadow:none!important;padding:3rem 1rem!important;text-align:center}.feeds-empty--soft{padding:2rem 1rem!important}.feeds-page .feeds-empty-icon{width:72px!important;height:72px!important;margin:0 auto 1rem!important;border-radius:50%!important;background:var(--feeds-icon-tile)!important;color:var(--feeds-soft)!important;display:flex!important;align-items:center;justify-content:center}.feeds-page .feeds-empty-title{color:var(--feeds-ink)!important;font-weight:800!important;margin-bottom:.5rem!important}.feeds-page .feeds-empty-text{color:var(--feeds-muted)!important;max-width:28rem;margin:0 auto!important}.feeds-empty-cta{margin-top:1.25rem;display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.75rem;border:none;border-radius:16px;background:#000;color:#fff;font-weight:700;cursor:pointer}.feeds-fab{position:fixed;right:clamp(1rem,4vw,2rem);bottom:clamp(1.25rem,4vw,2rem);width:56px;height:56px;border:none;border-radius:50%;background:#000;color:#fff;font-size:1.35rem;cursor:pointer;box-shadow:0 4px 16px #00000038;z-index:50;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease}.feeds-fab:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000047}.feeds-fab:disabled{opacity:.6;cursor:wait}.feeds-page .feeds-alert{margin-bottom:1rem}[data-theme=dark] .feeds-page{--feeds-ink: #f8fafc;--feeds-muted: #cbd5e1;--feeds-soft: #94a3b8;--feeds-shell: #1a1d24;--feeds-chip-border: #3a4150;--feeds-page-bg: #0c0e12;--feeds-card: #14171d;--feeds-icon-tile: #22262e;--feeds-live: #4ade80;--feeds-live-text: #86efac;--feeds-paused: #fb923c;--feeds-paused-text: #fdba74;--feeds-device-ok-bg: rgba(16, 185, 129, .16);--feeds-device-ok-fg: #a7f3d0;--feeds-device-ok-border: rgba(52, 211, 153, .35);--feeds-device-none-bg: rgba(249, 115, 22, .16);--feeds-device-none-fg: #fdba74;--feeds-device-none-border: rgba(251, 146, 60, .35)}[data-theme=dark] .feeds-filter-chip{background:#1c212b;border-color:#3a4150;color:#e2e8f0}[data-theme=dark] .feeds-filter-chip i{color:#94a3b8}[data-theme=dark] .feeds-filter-chip.is-active{background:#fff;border-color:#fff;color:#0b0d10}[data-theme=dark] .feeds-filter-chip.is-active i,[data-theme=dark] .feeds-filter-chip.is-active .feeds-filter-count{color:#0b0d10}[data-theme=dark] .feeds-filter-count{background:#2a303c;color:#cbd5e1}[data-theme=dark] .feeds-add-property-btn,[data-theme=dark] .feeds-empty-cta,[data-theme=dark] .feeds-fab,[data-theme=dark] .feeds-page .feed-action-start{background:#fff!important;color:#0b0d10!important}[data-theme=dark] .feeds-page .feed-action-stop{background:#c2410c!important;color:#fff!important}[data-theme=dark] .property-group-icon{background:#f3f4f6;color:#0b0d10}[data-theme=dark] .property-group-skyline{color:#2a2f38}[data-theme=dark] .property-group-menu-btn,[data-theme=dark] .feeds-page .feed-icon-btn.feed-menu-trigger{background:#22262e!important;color:#f3f4f6!important}[data-theme=dark] .property-group-menu,[data-theme=dark] .feeds-page .feed-menu{background:#1a1d24}[data-theme=dark] .feed-property-chip{background:#22262e;color:#cbd5e1}[data-theme=dark] .feeds-url-composer{background:#14171d;border-color:#2a2f38;box-shadow:none}[data-theme=dark] .feeds-url-composer:focus-within{border-color:#f3f4f6;box-shadow:0 0 0 3px #f3f4f614}[data-theme=dark] .feeds-url-composer-input{color:#f3f4f6}[data-theme=dark] .feeds-url-composer-submit{background:#fff;color:#0b0d10}[data-theme=dark] .feeds-url-composer-cancel{background:#22262e;color:#f3f4f6}@media(max-width:640px){.feeds-page .feed-action-btn span{display:none}.feeds-page .feed-action-btn{padding:.65rem!important;width:40px;height:40px;border-radius:50%!important}}.feed-details-page{--fd-ink: #111111;--fd-muted: #6b7280;--fd-soft: #9ca3af;--fd-page: #ffffff;--fd-card: #ffffff;--fd-shell: #f2f2f2;--fd-border: #e5e7eb;--fd-border-strong: #d4d4d4;--fd-live: #15803d;--fd-paused: #b45309;--fd-action: #0b0d10;--fd-action-ink: #ffffff;width:100%;min-height:calc(100vh - var(--header-height));padding:.5rem 0 3rem;box-sizing:border-box;background:var(--fd-page)!important;color:var(--fd-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:fadeIn .45s ease-out}[data-theme=dark] .feed-details-page{--fd-ink: #f8fafc;--fd-muted: #e2e8f0;--fd-soft: #cbd5e1;--fd-page: #0c0e12;--fd-card: #14171d;--fd-shell: #1a1d24;--fd-border: #2a2f38;--fd-border-strong: #3a4150;--fd-live: #86efac;--fd-paused: #fdba74;--fd-action: #ffffff;--fd-action-ink: #0b0d10}.feed-details-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem;gap:.75rem;padding:.5rem 0 0}.feed-details-back-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .15rem;background:transparent;color:var(--fd-muted);border:none;border-radius:0;cursor:pointer;font-size:.8125rem;font-weight:650;font-family:inherit;transition:color .15s ease}.feed-details-back-btn:hover{color:var(--fd-ink)}.feed-details-header-actions{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.feed-details-action-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:.8125rem;font-weight:650;font-family:inherit;transition:opacity .15s ease}.feed-details-action-btn:hover{opacity:.88}.feed-details-start-btn{background:var(--fd-action);color:var(--fd-action-ink);border-color:var(--fd-action)}.feed-details-stop-btn{background:#ff8c00;color:#fff;border-color:#ff8c00}.feed-details-delete-btn{background:transparent;color:#e11d48;border-color:#fecaca}[data-theme=dark] .feed-details-delete-btn{border-color:#fb718559;color:#fb7185}.feed-details-alert{padding:.85rem 1rem;border-radius:12px;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.feed-details-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}[data-theme=dark] .feed-details-alert-error{background:#ef44441f;border-color:#ef444447;color:#fecaca}.feed-details-identity{padding:.35rem 0 1.15rem;margin-bottom:.85rem;border-bottom:1px solid var(--fd-border)}.feed-details-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem .75rem;margin-bottom:.85rem}.feed-details-title{margin:0;font-size:clamp(1.85rem,4vw,2.125rem);font-weight:800;color:var(--fd-ink);letter-spacing:-.5px;line-height:1.1}.feed-details-status-badge{padding:.28rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em;display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;border:1px solid transparent}.feed-details-status--active{color:var(--fd-live);background:#22c55e1f;border-color:#22c55e47}.feed-details-status--paused{color:var(--fd-paused);background:#ff8c001f;border-color:#ff8c004d}.feed-details-status--stopped,.feed-details-status--error,.feed-details-status--inactive{color:var(--fd-muted);background:var(--fd-shell);border-color:var(--fd-border)}.feed-details-status-dot{width:7px;height:7px;background:currentColor;border-radius:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.15)}}.feed-details-url-bar{display:flex;align-items:center;gap:.5rem;min-width:0;padding:.65rem .85rem;background:var(--fd-shell);border:1px solid var(--fd-border);border-radius:10px;margin-bottom:.65rem}.feed-details-url{flex:1;min-width:0;margin:0;font-family:ui-monospace,Cascadia Code,Courier New,monospace;font-size:.8125rem;color:var(--fd-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:transparent}.feed-details-meta-line{margin:0;font-size:.8125rem;color:var(--fd-muted);display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.feed-details-meta-sep{color:var(--fd-soft)}.feed-details-edit-icon-btn{width:32px;height:32px;padding:0;background:transparent;border:none;color:var(--fd-muted);cursor:pointer;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0;transition:background .15s ease,color .15s ease}.feed-details-edit-icon-btn:hover{background:var(--fd-shell);color:var(--fd-ink)}.feed-details-edit-group{display:flex;align-items:center;gap:.5rem;width:100%;margin-bottom:.65rem}.feed-details-edit-group--url{margin-bottom:.65rem}.feed-details-edit-input{flex:1;min-width:0;padding:.55rem .75rem;border:1px solid var(--fd-border-strong);border-radius:10px;font-size:.9375rem;background:var(--fd-card);color:var(--fd-ink);font-family:inherit}.feed-details-edit-input:focus{outline:none;border-color:var(--fd-ink);box-shadow:0 0 0 3px #00000014}[data-theme=dark] .feed-details-edit-input:focus{box-shadow:0 0 0 3px #ffffff14}.feed-details-url-input{font-family:ui-monospace,Cascadia Code,Courier New,monospace;font-size:.8125rem}.feed-details-save-btn,.feed-details-cancel-btn{width:36px;height:36px;padding:0;border:1px solid;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.feed-details-save-btn{background:var(--fd-action);color:var(--fd-action-ink);border-color:var(--fd-action)}.feed-details-cancel-btn{background:transparent;color:var(--fd-muted);border-color:var(--fd-border)}.feed-details-cancel-btn:hover{color:var(--fd-ink);border-color:var(--fd-border-strong)}.feed-details-chip-nav{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.35rem}.feed-details-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border-radius:999px;border:1px solid var(--fd-border);background:var(--fd-shell);color:var(--fd-muted);font-size:.8125rem;font-weight:650;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.feed-details-chip i{font-size:.75rem}.feed-details-chip:hover{color:var(--fd-ink);border-color:var(--fd-border-strong)}.feed-details-chip.is-active{background:var(--fd-action);border-color:var(--fd-action);color:var(--fd-action-ink)}.feed-details-tab-content{min-height:320px}.feed-details-overview{display:flex;flex-direction:column;gap:2rem}.feed-details-block{margin:0;padding:0;background:transparent;border:none}.feed-details-block-head{margin-bottom:.85rem}.feed-details-section-title{margin:0 0 .3rem;font-size:1.05rem;font-weight:750;color:var(--fd-ink);letter-spacing:-.02em;display:flex;align-items:center;gap:.45rem}.feed-details-filter-intro-text{margin:0;font-size:.875rem;color:var(--fd-muted);line-height:1.45}.feed-details-filter-list{list-style:none;margin:0;padding:0;border:1px solid var(--fd-border);border-radius:12px;overflow:hidden;background:var(--fd-card)}.feed-details-filter-list>li+li{border-top:1px solid var(--fd-border)}.feed-details-filter-row{width:100%;display:grid;grid-template-columns:2.25rem minmax(0,1fr) auto 1rem;align-items:center;gap:.75rem;padding:.9rem 1rem;border:none;background:transparent;color:var(--fd-ink);font-family:inherit;text-align:left;cursor:pointer;transition:background .12s ease}.feed-details-filter-row:hover{background:var(--fd-shell)}.feed-details-filter-row.is-selected{background:var(--fd-shell);box-shadow:inset 3px 0 0 var(--fd-action)}.feed-details-filter-row-icon{width:2.25rem;height:2.25rem;border-radius:8px;background:var(--fd-shell);border:1px solid var(--fd-border);display:inline-flex;align-items:center;justify-content:center;color:var(--fd-ink);font-size:.85rem}.feed-details-filter-row.is-selected .feed-details-filter-row-icon{background:var(--fd-action);border-color:var(--fd-action);color:var(--fd-action-ink)}.feed-details-filter-row-label{font-size:.9375rem;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-details-filter-row-count{font-size:1.125rem;font-weight:750;font-variant-numeric:tabular-nums;color:var(--fd-ink)}.feed-details-filter-row-chevron{font-size:.7rem;color:var(--fd-soft);justify-self:end}.feed-details-filter-row.is-selected .feed-details-filter-row-chevron{color:var(--fd-ink)}.feed-details-primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1rem;border-radius:999px;border:1px solid var(--fd-action);background:var(--fd-action);color:var(--fd-action-ink);font-size:.8125rem;font-weight:650;font-family:inherit;cursor:pointer}.feed-details-primary-btn:hover{opacity:.9}.feed-details-settings-section{background:var(--fd-card);border:1px solid var(--fd-border);border-radius:14px;box-shadow:none}.feed-details-frame-card,.feed-details-description-card{background:var(--fd-card);border:1px solid var(--fd-border);border-radius:14px}.feed-details-filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--spacing-lg)}.feed-details-filter-chip{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--fd-border);background:var(--fd-card);color:var(--fd-muted);border-radius:999px;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.feed-details-filter-chip:hover{border-color:var(--fd-border-strong);color:var(--fd-ink)}.feed-details-filter-chip.is-selected{border-color:var(--fd-action);background:var(--fd-action);color:var(--fd-action-ink)}.feed-details-filter-chip-count{font-variant-numeric:tabular-nums;opacity:.75}.feed-details-filter-chip.is-selected .feed-details-filter-chip-count{opacity:.9}.feed-details-description-text{color:var(--fd-ink)}.feed-details-recent-list{display:flex;flex-direction:column;gap:var(--spacing-md)}.feed-details-recent-item{padding:var(--spacing-md);background:#f9fafb;border:1px solid #E5E7EB;border-radius:var(--radius-md)}.feed-details-recent-time{font-size:.875rem;color:#374151;margin-bottom:var(--spacing-xs)}.feed-details-recent-description{color:#111827;line-height:1.6;margin-bottom:var(--spacing-xs)}.feed-details-recent-objects{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-top:var(--spacing-sm)}.feed-details-view-all-btn{margin-top:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-lg);background:#000;color:#fff;border:1px solid #000000;border-radius:var(--radius-md);cursor:pointer;font-size:.9375rem;font-weight:500;transition:all .2s;width:100%}.feed-details-view-all-btn:hover{background:#000;border-color:#000}.feed-details-descriptions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-lg);gap:var(--spacing-md)}.feed-details-descriptions-header-right{display:flex;align-items:center;gap:var(--spacing-md);flex-shrink:0}.feed-details-filter-clear{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #E5E7EB;background:#fff;color:#374151;border-radius:var(--radius-md);padding:.35rem .75rem;font-size:.8125rem;cursor:pointer}.feed-details-filter-clear:hover{border-color:#9ca3af;color:#000}.feed-details-descriptions-count{font-size:.875rem;color:#374151}.feed-details-frames-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--spacing-lg)}.feed-details-frame-card{background:#fff;border:1px solid #E5E7EB;border-radius:var(--radius-lg);overflow:hidden;transition:box-shadow .2s}.feed-details-frame-card:hover{box-shadow:0 4px 12px #00000014}.feed-details-frame-card-clickable{cursor:pointer}.feed-details-frame-card-image{position:relative;aspect-ratio:16 / 10;background:#f3f4f6;overflow:hidden}.feed-details-frame-card-image-inner{position:relative;width:100%;height:100%}.feed-details-frame-img{width:100%;height:100%;object-fit:cover;display:block}.feed-details-frame-card-image .feed-details-frame-img{opacity:1}.feed-details-frame-card-image .feed-details-frame-img:not(.is-ready){opacity:.35}.feed-details-frame-placeholder{position:absolute;inset:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);color:#4b5563;font-size:.875rem}.feed-details-frame-placeholder i{font-size:1.5rem}.feed-details-frame-loading{color:#374151}.feed-details-frame-failed{color:#4b5563}.feed-details-frame-card-name{padding:var(--spacing-md);font-size:.9375rem;font-weight:500;color:#111827;line-height:1.4}.feed-details-frame-card-time{font-weight:400;color:#374151}.feed-details-frame-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.4rem}.feed-details-frame-tag{display:inline-flex;align-items:center;padding:.12rem .45rem;border-radius:999px;background:#f3f4f6;color:#111827;font-size:.75rem;font-weight:500;line-height:1.3}.feed-details-lightbox-overlay{position:fixed;inset:0;width:100vw;height:100vh;z-index:1000;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl);overflow:auto;animation:feed-details-lightbox-fade .2s ease-out}@keyframes feed-details-lightbox-fade{0%{opacity:0}to{opacity:1}}.feed-details-lightbox-close{position:fixed;top:var(--spacing-lg);right:var(--spacing-lg);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff26;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1.25rem;transition:background .2s;z-index:1001}.feed-details-lightbox-close:hover{background:#ffffff40}.feed-details-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md)}.feed-details-lightbox-image-wrap{max-width:95vw;max-height:85vh;min-height:200px;display:flex;align-items:center;justify-content:center;background:#000;border-radius:var(--radius-md);overflow:hidden}.feed-details-frame-img-enlarged{max-width:95vw;max-height:85vh;width:auto;height:auto;object-fit:contain;display:block}.feed-details-lightbox-caption{font-size:1rem;font-weight:500;color:#fff;text-align:center;padding:0 var(--spacing-md)}.feed-details-lightbox-caption .feed-details-frame-card-time{color:#ffffffd9}.feed-details-lightbox-caption .feed-details-frame-card-tags{justify-content:center}.feed-details-lightbox-caption .feed-details-frame-tag{background:#ffffff29;color:#fff}.feed-details-descriptions-list{display:flex;flex-direction:column;gap:var(--spacing-lg)}.feed-details-description-card{background:#fff;border:1px solid #E5E7EB;border-radius:var(--radius-lg);padding:var(--spacing-xl)}.feed-details-description-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md);padding-bottom:var(--spacing-md);border-bottom:1px solid #E5E7EB}.feed-details-description-time{display:flex;align-items:center;gap:var(--spacing-sm);font-size:.875rem;color:#374151;font-weight:500}.feed-details-delete-desc-btn{padding:var(--spacing-xs) var(--spacing-md);background:#fff;color:#ef4444;border:1px solid #EF4444;border-radius:var(--radius-md);cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;align-items:center;gap:var(--spacing-xs)}.feed-details-delete-desc-btn:hover:not(:disabled){background:#fef2f2;border-color:#dc2626;color:#dc2626}.feed-details-delete-desc-btn:disabled{opacity:.6;cursor:not-allowed}.feed-details-description-objects{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-bottom:var(--spacing-md)}.feed-details-object-tag{padding:var(--spacing-xs) var(--spacing-sm);background:#f3f4f6;color:#374151;border:1px solid #E5E7EB;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.feed-details-object-tag-more{padding:var(--spacing-xs) var(--spacing-sm);background:#fff;color:#374151;border:1px solid #D1D5DB;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.feed-details-recognized-persons{margin-bottom:var(--spacing-md);padding:var(--spacing-sm);background:#f9fafb;border:1px solid #F3F4F6;border-radius:var(--radius-md);display:flex;align-items:center;gap:var(--spacing-sm);flex-wrap:wrap}.feed-details-recognized-persons strong{color:#000;font-size:.875rem}.feed-details-person-tag{padding:var(--spacing-xs) var(--spacing-sm);background:#000;color:#fff;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:var(--spacing-xs)}.feed-details-description-text{color:#111827;line-height:1.7;white-space:pre-wrap}.feed-details-settings-section{background:#fff;border:1px solid #E5E7EB;border-radius:var(--radius-lg);padding:var(--spacing-xl);margin-bottom:var(--spacing-xl)}.feed-details-settings-description{color:#374151;font-size:.9375rem;margin-bottom:var(--spacing-lg);line-height:1.6}.feed-details-selected-classes{margin-bottom:var(--spacing-lg);min-height:60px;padding:var(--spacing-md);background:#f9fafb;border:1px solid #E5E7EB;border-radius:var(--radius-md)}.feed-details-no-classes{display:flex;align-items:center;gap:var(--spacing-sm);color:#374151;font-size:.9375rem}.feed-details-classes-list{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.feed-details-class-tag{padding:var(--spacing-xs) var(--spacing-sm);background:#f9fafb;color:#000;border:1px solid #F3F4F6;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500}.feed-details-edit-classes-btn{padding:var(--spacing-md) var(--spacing-lg);background:#000;color:#fff;border:1px solid #000000;border-radius:var(--radius-md);cursor:pointer;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex;align-items:center;gap:var(--spacing-sm)}.feed-details-edit-classes-btn:hover{background:#000;border-color:#000}.feed-details-config-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-lg)}.feed-details-config-item{display:flex;flex-direction:column;gap:var(--spacing-xs)}.feed-details-config-label{font-size:.875rem;font-weight:500;color:#374151}.feed-details-config-value{font-size:.9375rem;color:#111827;word-break:break-all}.feed-details-config-value-group{display:flex;align-items:center;gap:var(--spacing-sm);width:100%}.feed-details-config-value-group .feed-details-config-value{flex:1;min-width:0}.feed-details-config-url{font-family:Courier New,monospace;font-size:.875rem;color:#374151}.feed-details-frames-loading{display:flex;align-items:center;justify-content:center;min-height:280px;padding:var(--spacing-4xl)}.feed-details-empty-state{text-align:center;padding:var(--spacing-4xl);color:#374151}.feed-details-empty-state i{font-size:3rem;color:#d1d5db;margin-bottom:var(--spacing-lg)}.feed-details-empty-state p{font-size:1rem;margin:var(--spacing-sm) 0}.feed-details-empty-hint{font-size:.875rem;color:#4b5563}@media(max-width:768px){.feed-details-toolbar{flex-direction:column;align-items:stretch}.feed-details-header-actions{flex-direction:column}.feed-details-chip-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.feed-details-chip{white-space:nowrap;flex-shrink:0}}@media(max-width:480px){.feed-details-title{font-size:1.5rem}.feed-details-action-btn{width:100%;justify-content:center}.feed-details-filter-row{grid-template-columns:2rem minmax(0,1fr) auto;gap:.55rem}.feed-details-filter-row-chevron{display:none}}.feed-details-alert-toggle{display:flex;align-items:center;gap:.6rem;font-size:.95rem;cursor:pointer;margin-top:.5rem}.feed-details-alert-toggle input{width:1.1rem;height:1.1rem}.feed-details-known-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;padding:0 .4rem;margin-left:.35rem;border-radius:999px;background:#0b0d1014;color:var(--fd-muted);font-size:.72rem;font-weight:700}.feed-details-known-empty{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem 0 .25rem;color:var(--fd-muted);font-size:.9rem}.feed-details-known-empty p{margin:0}.feed-details-known-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem}.feed-details-known-card{display:flex;flex-direction:column;gap:.4rem;min-width:0}.feed-details-known-media{position:relative;aspect-ratio:4 / 3;border-radius:.55rem;overflow:hidden;background:#0b0d100f}.feed-details-known-img{width:100%;height:100%;object-fit:cover;display:block}.feed-details-known-media .auth-image-loading,.feed-details-known-media .auth-image-loading-slot,.feed-details-known-media .auth-image-error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--fd-muted)}.feed-details-known-tag{position:absolute;left:.45rem;bottom:.45rem;max-width:calc(100% - .9rem);padding:.22rem .45rem;border-radius:.35rem;background:#0b0d10c7;color:#fff;font-size:.7rem;font-weight:650;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-details-known-when{font-size:.72rem;color:var(--fd-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.feed-details-custom-alerts-empty{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem;color:var(--fd-muted);font-size:.9375rem;width:100%;box-sizing:border-box;padding:1rem 0 .25rem;border:none;background:transparent}.feed-details-custom-alerts-empty p{margin:0;max-width:28rem;line-height:1.5}.feed-details-custom-alerts-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;border:1px solid var(--fd-border);border-radius:12px;overflow:hidden;background:var(--fd-card)}.feed-details-custom-alerts-list>.feed-details-custom-alert-row+.feed-details-custom-alert-row{border-top:1px solid var(--fd-border)}.feed-details-custom-alert-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border:none;border-radius:0;background:transparent}.feed-details-custom-alert-row.is-off{opacity:.72;background:var(--fd-shell)}.feed-details-custom-alert-info{display:flex;align-items:center;gap:.65rem;min-width:0}.feed-details-custom-alert-name{font-weight:600;color:var(--fd-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-details-custom-alert-status{flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--fd-muted);padding:.15rem .45rem;border-radius:999px;background:var(--fd-shell);border:1px solid var(--fd-border)}.feed-details-custom-alert-status.is-live{color:var(--fd-live);background:#22c55e1f;border-color:#22c55e47}.feed-details-custom-alert-toggle{margin-top:0;flex-shrink:0}.feed-details-subsection-title{margin:1.5rem 0 .35rem;font-size:1rem;font-weight:600;color:var(--fd-ink)}.feed-details-inline-link{background:none;border:none;padding:0;color:var(--fd-ink);font:inherit;font-weight:600;text-decoration:underline;cursor:pointer}.feed-details-inline-link:hover{opacity:.75}.feed-details-settings-section .feed-details-custom-alerts-list{margin-top:.5rem}.feed-details-status-badge-small{padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;display:inline-flex;align-items:center;border:1px solid transparent}.feed-details-status-badge-small.feed-details-status--active{color:var(--fd-live);background:#22c55e1f;border-color:#22c55e47}.feed-details-status-badge-small.feed-details-status--paused{color:var(--fd-paused);background:#ff8c001f;border-color:#ff8c004d}.feed-details-status-badge-small.feed-details-status--stopped,.feed-details-status-badge-small.feed-details-status--error,.feed-details-status-badge-small.feed-details-status--inactive{color:var(--fd-muted);background:var(--fd-shell);border-color:var(--fd-border)}[data-theme=dark] .feed-details-filter-intro-text,[data-theme=dark] .feed-details-custom-alerts-empty,[data-theme=dark] .feed-details-meta-line{color:var(--fd-muted)!important}[data-theme=dark] .feed-details-known-count{background:#ffffff14;color:var(--fd-muted)}[data-theme=dark] .feed-details-known-media{background:#ffffff0f}[data-theme=dark] .feed-details-known-tag{background:#000000b8}[data-theme=dark] .feed-details-known-empty,[data-theme=dark] .feed-details-known-when{color:var(--fd-muted)!important}[data-theme=dark] .feed-details-section-title,[data-theme=dark] .feed-details-title,[data-theme=dark] .feed-details-filter-row-label,[data-theme=dark] .feed-details-filter-row-count,[data-theme=dark] .feed-details-custom-alert-name{color:var(--fd-ink)!important}[data-theme=dark] .feed-details-filter-row-icon{background:#22262e!important;border-color:#3a4150!important;color:#f1f5f9!important}[data-theme=dark] .feed-details-filter-row.is-selected .feed-details-filter-row-icon{background:var(--fd-action)!important;border-color:var(--fd-action)!important;color:var(--fd-action-ink)!important}.feed-details-listen-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-top:.75rem}.feed-details-listen-field{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--fd-muted)}.feed-details-listen-field select{border:1px solid var(--fd-border);background:var(--fd-card);color:var(--fd-ink);border-radius:6px;padding:.35rem .5rem}.feed-details-listen-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--fd-ink);cursor:pointer}.feed-details-listen-status{font-size:.8rem;font-weight:600;color:var(--fd-muted)}.feed-details-listen-status.status-live{color:var(--fd-live)}.feed-details-listen-error{margin-top:.65rem;color:#b91c1c;font-size:.875rem}.feed-details-listen-captions{margin-top:.85rem;max-height:240px;overflow-y:auto;border:1px solid var(--fd-border);border-radius:8px;background:var(--fd-shell);padding:.65rem .75rem;display:flex;flex-direction:column;gap:.5rem}.feed-details-listen-caption{display:flex;flex-direction:column;gap:.15rem;font-size:.9rem;color:var(--fd-ink)}.feed-details-listen-caption-speaker{font-size:.72rem;font-weight:700;color:var(--fd-ink);letter-spacing:.02em}.feed-details-listen-caption-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--fd-soft);font-weight:600}.feed-details-listen-caption--translation .feed-details-listen-caption-label{color:var(--fd-live)}.feed-details-listen-caption--interim{opacity:.7;font-style:italic}@media(prefers-reduced-motion:reduce){.feed-details-frame-card-image .feed-details-frame-img{opacity:1;transition:none}}.ca-page{--ca-ink: #111111;--ca-muted: #6b7280;--ca-line: #e5e7eb;--ca-line-strong: #d4d4d4;--ca-paper: #ffffff;--ca-surface: #ffffff;--ca-soft: #f2f2f2;--ca-live: #15803d;--ca-danger: #e11d48;--ca-display: var(--font-heading, "Inter", system-ui, sans-serif);--ca-body: var(--font-body, "Inter", system-ui, sans-serif);width:100%;margin:0;padding:.5rem 0 3rem;box-sizing:border-box;font-family:var(--ca-body);color:var(--ca-ink);background:var(--ca-paper)!important;min-height:calc(100vh - var(--header-height))}.ca-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0 .35rem}.ca-page-title{margin:0;font-size:clamp(1.85rem,4vw,2.125rem);font-weight:800;color:var(--ca-ink);letter-spacing:-.5px;line-height:1.1}.ca-page-lead{margin:0 0 1.35rem;font-size:.9375rem;line-height:1.5;color:var(--ca-muted)}.ca-desk{display:flex;flex-direction:column;gap:.85rem;min-height:0;background:transparent}.ca-composer{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem 1.2rem 1.35rem;background:var(--ca-surface);color:var(--ca-ink);border:1px solid var(--ca-line);border-radius:16px}.ca-composer-intro{max-width:none;padding-bottom:.85rem;border-bottom:1px solid var(--ca-line)}.ca-composer-intro h2{margin:0;font-family:var(--ca-display);font-size:1.15rem;font-weight:800;letter-spacing:-.02em;color:var(--ca-ink)}.ca-eyebrow{margin:0 0 .45rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ca-muted)}.ca-lede{margin:0;font-size:.9rem;line-height:1.5;color:var(--ca-muted)}.ca-flash{padding:.7rem .85rem;font-size:.84rem;line-height:1.4;border:1px solid;border-radius:12px}.ca-flash--error{color:#7f1d1d;background:#fef2f2;border-color:#fecaca}.ca-flash--ok{color:#14532d;background:#f0fdf4;border-color:#bbf7d0}.ca-form{display:flex;flex-direction:column;gap:1.25rem;flex:1}.ca-step{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.75rem;align-items:start}.ca-step-num{font-family:var(--ca-display);font-size:.75rem;font-weight:800;letter-spacing:.04em;color:#5c6472;padding-top:.2rem}.ca-step-body{min-width:0;display:flex;flex-direction:column;gap:.5rem}.ca-step-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ca-muted)}.ca-seg{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid var(--ca-line-strong);background:var(--ca-soft);border-radius:12px;overflow:hidden}.ca-seg button{padding:.65rem .75rem;border:none;background:transparent;color:var(--ca-muted);font-size:.875rem;font-weight:650;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.ca-seg button+button{border-left:1px solid var(--ca-line-strong)}.ca-seg button.is-on{background:var(--ca-ink);color:#fff}.ca-seg button:not(.is-on):hover{color:var(--ca-ink);background:#0b0d100a}.ca-seg button:after{display:none!important}.ca-prompt{width:100%;box-sizing:border-box;padding:.8rem .9rem;border:1px solid var(--ca-line-strong);background:var(--ca-surface);color:var(--ca-ink);font-family:var(--ca-body);font-size:1rem;font-weight:600;outline:none;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease}.ca-prompt::placeholder{color:#6b7280;font-weight:500}.ca-prompt:focus{border-color:var(--ca-ink);box-shadow:0 0 0 3px #0b0d1014}.ca-fail{margin:0;font-size:.8rem;color:var(--ca-danger)}.ca-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;width:100%;min-height:168px;padding:1.35rem 1.15rem;border:2px dashed #8b93a1;background:#f3f4f7;color:var(--ca-muted);text-align:center;border-radius:14px;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;box-sizing:border-box}.ca-upload.is-dragover{border-color:var(--ca-ink);border-style:solid;background:#e4e7ed;box-shadow:inset 0 0 0 1px var(--ca-ink)}.ca-upload-icon{font-size:1.5rem;color:var(--ca-ink);margin-bottom:.2rem}.ca-upload-title{font-size:1rem;font-weight:750;color:var(--ca-ink)}.ca-upload-sub{font-size:.84rem;line-height:1.45;color:var(--ca-muted);max-width:22rem}.ca-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;margin-top:.55rem;padding:.65rem 1.05rem;border:1px solid var(--ca-ink);background:var(--ca-ink);color:#fff;font-size:.875rem;font-weight:700;font-family:inherit;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.ca-upload-btn:hover{background:#1c2128}.ca-upload-btn:after{display:none!important}.ca-upload-hint{margin-top:.15rem;font-size:.75rem;font-weight:600;color:#5c6472}.ca-canvas-block{display:flex;flex-direction:column;gap:.55rem}.ca-canvas-bar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.78rem;color:var(--ca-muted)}.ca-canvas-stage{position:relative;display:inline-block;max-width:100%;line-height:0;background:#111;border:1px solid var(--ca-line)}.ca-canvas-stage img{display:block;max-width:100%;height:auto;-webkit-user-select:none;user-select:none;pointer-events:none}.ca-canvas-stage canvas{position:absolute;inset:0;width:100%;height:100%;cursor:crosshair}.ca-canvas-actions{display:flex;gap:.5rem}.ca-secondary{padding:.5rem .85rem;border:1px solid var(--ca-line-strong);background:var(--ca-surface);color:var(--ca-ink);font-size:.82rem;font-weight:650;font-family:inherit;border-radius:999px;cursor:pointer}.ca-secondary:hover:not(:disabled){background:var(--ca-soft);border-color:var(--ca-ink)}.ca-secondary:disabled{opacity:.45;cursor:not-allowed}.ca-boxes{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.ca-boxes li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem .6rem;background:var(--ca-soft);border:1px solid var(--ca-line);font-size:.84rem;font-weight:650;color:var(--ca-ink)}.ca-text-btn{border:none;background:none;color:var(--ca-muted);font-size:.78rem;font-weight:700;font-family:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0}.ca-text-btn:hover{color:var(--ca-ink)}.ca-feeds-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ca-feeds-tools{display:flex;gap:.75rem}.ca-feeds-empty{padding:.85rem 0;font-size:.875rem;color:var(--ca-muted)}.ca-feeds-empty p{margin:0 0 .35rem}.ca-feeds-empty a{color:var(--ca-ink);font-weight:700;text-decoration:underline;text-underline-offset:2px}.ca-feed-list{margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;max-height:280px;overflow-y:auto}.ca-feed-group{display:flex;flex-direction:column;gap:.35rem}.ca-feed-group-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;padding:.15rem .15rem .1rem;position:sticky;top:0;z-index:1;background:var(--ca-surface)}.ca-feed-group-title{font-size:.72rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase;color:var(--ca-ink)}.ca-feed-group-count{font-size:.68rem;font-weight:550;color:var(--ca-muted);white-space:nowrap}.ca-feed-group-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.ca-feed{display:grid;grid-template-columns:.85rem minmax(0,1fr) auto;align-items:center;gap:.7rem;width:100%;padding:.6rem .7rem;border:1px solid var(--ca-line);background:var(--ca-surface);color:var(--ca-ink);text-align:left;cursor:pointer;font-family:inherit;border-radius:12px;transition:background .15s ease,border-color .15s ease}.ca-feed:hover{border-color:var(--ca-line-strong);background:var(--ca-soft)}.ca-feed.is-on{background:var(--ca-ink);border-color:var(--ca-ink);color:#fff}.ca-feed-mark{width:.55rem;height:.55rem;border:1.5px solid #6b7280;background:transparent}.ca-feed.is-on .ca-feed-mark{background:#fff;border-color:#fff}.ca-feed-name{font-size:.875rem;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ca-feed-status{font-size:.7rem;text-transform:capitalize;color:var(--ca-muted)}.ca-feed.is-on .ca-feed-status{color:#ffffffa6}.ca-save{margin-top:auto;width:100%;padding:.85rem 1.1rem;border:none;background:var(--ca-ink);color:#fff;font-family:inherit;font-size:.92rem;font-weight:700;border-radius:999px;cursor:pointer;transition:background .15s ease,opacity .15s ease}.ca-save:hover:not(:disabled){background:#1c2128}.ca-save:disabled{opacity:.5;cursor:not-allowed}.ca-save:after{display:none!important}.ca-board{display:flex;flex-direction:column;min-height:0;background:var(--ca-surface);border:1px solid var(--ca-line);border-radius:16px;padding:1.25rem 1.2rem}.ca-board-head{margin-bottom:.25rem;padding-bottom:1rem;border-bottom:1px solid var(--ca-line)}.ca-board-head h2{margin:0 0 .3rem;font-family:var(--ca-display);font-size:1.15rem;font-weight:800;letter-spacing:-.025em;color:var(--ca-ink)}.ca-board-head p{margin:0;font-size:.85rem;color:var(--ca-muted)}.ca-board-head strong{color:var(--ca-ink);font-weight:700}.ca-board-empty{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:8rem;padding:1.25rem 0}.ca-board-empty-title{margin:0 0 .35rem;font-family:var(--ca-display);font-size:1.05rem;font-weight:750;color:var(--ca-ink)}.ca-board-empty p{margin:0;max-width:22rem;font-size:.9rem;line-height:1.5;color:var(--ca-muted)}.ca-watch-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;flex:1}.ca-watch-list li{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 0;border-bottom:1px solid var(--ca-line)}.ca-watch-list li.is-off{opacity:.55}.ca-watch-main{min-width:0;flex:1}.ca-watch-title{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem .7rem;margin-bottom:.25rem}.ca-watch-title strong{font-size:1rem;font-weight:700;color:var(--ca-ink);word-break:break-word}.ca-dot{font-size:.66rem;font-weight:750;letter-spacing:.06em;text-transform:uppercase;color:var(--ca-muted)}.ca-dot.is-live{color:var(--ca-live)}.ca-dot.is-live:before{content:"";display:inline-block;width:.35rem;height:.35rem;margin-right:.3rem;background:var(--ca-live);vertical-align:.08rem}.ca-watch-meta{display:flex;flex-wrap:wrap;gap:.35rem .45rem;font-size:.8rem;color:var(--ca-muted)}.ca-watch-actions{display:flex;gap:.35rem;flex-shrink:0}.ca-watch-actions button{padding:.42rem .7rem;border:1px solid var(--ca-line-strong);background:var(--ca-surface);color:var(--ca-ink);font-size:.76rem;font-weight:650;font-family:inherit;border-radius:999px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.ca-watch-actions button:hover{background:var(--ca-soft);border-color:var(--ca-ink)}.ca-watch-actions button.is-danger{color:var(--ca-danger);border-color:#fecaca}.ca-watch-actions button.is-danger:hover{background:#fef2f2;border-color:#f87171}.ca-examples{margin-top:auto;padding-top:1.65rem;border-top:1px solid var(--ca-line)}.ca-examples-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.ca-examples-head-copy{min-width:0}.ca-examples-eyebrow{margin:0 0 .35rem;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ca-muted)}.ca-examples-title{margin:0 0 .3rem;font-family:var(--ca-display);font-size:1.05rem;font-weight:800;letter-spacing:-.03em;color:var(--ca-ink)}.ca-examples-lead{margin:0;max-width:34rem;font-size:.8125rem;line-height:1.5;color:var(--ca-muted)}.ca-examples-count{margin:0;flex-shrink:0;padding:.35rem .7rem;border:1px solid var(--ca-line);border-radius:999px;background:var(--ca-soft);font-size:.72rem;font-weight:700;letter-spacing:.02em;color:var(--ca-muted);white-space:nowrap}.ca-examples-groups{display:flex;flex-direction:column;gap:1.35rem}.ca-examples-group{padding:1rem 1rem 1.1rem;border:1px solid var(--ca-line);border-radius:16px;background:linear-gradient(180deg,var(--ca-soft) 0%,var(--ca-surface) 48%)}.ca-examples-group-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;margin-bottom:.9rem}.ca-examples-group-title{margin:0;font-family:var(--ca-display);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ca-ink)}.ca-examples-group-lead{margin:0;font-size:.78rem;line-height:1.4;color:var(--ca-muted)}.ca-examples-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:.75rem}.ca-examples .ca-example-tile{position:relative;display:block;width:100%;margin:0;padding:0;border:1px solid var(--ca-line);border-radius:14px;background:var(--ca-surface);box-shadow:none;overflow:hidden;cursor:zoom-in;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:left;color:inherit;white-space:normal;appearance:none;-webkit-appearance:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.ca-examples .ca-example-tile:hover,.ca-examples .ca-example-tile:focus-visible{border-color:var(--ca-ink);transform:translateY(-2px);box-shadow:0 10px 24px #0b0d101a;background:var(--ca-surface)}.ca-examples .ca-example-tile:active{transform:translateY(0)}.ca-examples .ca-example-tile:focus-visible{outline:2px solid var(--ca-ink);outline-offset:2px}.ca-example-media{display:block;width:100%;overflow:hidden;background:#111;aspect-ratio:5 / 4}.ca-example-media img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;transition:transform .4s ease}.ca-examples .ca-example-tile:hover .ca-example-media img,.ca-examples .ca-example-tile:focus-visible .ca-example-media img{transform:scale(1.06)}.ca-example-meta{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0;padding:1.65rem .7rem .65rem;background:linear-gradient(180deg,transparent 0%,rgba(8,10,14,.82) 72%);color:#fff}.ca-example-name{min-width:0;font-size:.78rem;font-weight:700;line-height:1.25;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.35)}.ca-example-hint{flex-shrink:0;width:1.55rem;height:1.55rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff2e;color:#fff;font-size:.65rem;opacity:.85;transition:opacity .15s ease,background .15s ease,transform .15s ease}.ca-examples .ca-example-tile:hover .ca-example-hint,.ca-examples .ca-example-tile:focus-visible .ca-example-hint{opacity:1;background:#ffffff47;transform:scale(1.05)}.ca-lightbox{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#000000e0;animation:ca-lightbox-fade .18s ease-out}@keyframes ca-lightbox-fade{0%{opacity:0}to{opacity:1}}.ca-lightbox-close{position:fixed;top:1rem;right:1rem;z-index:3001;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff29;color:#fff;cursor:pointer;font-size:1.15rem;transition:background .15s ease}.ca-lightbox-close:hover{background:#ffffff47}.ca-lightbox-panel{display:flex;flex-direction:column;align-items:center;gap:.85rem;max-width:min(960px,94vw);max-height:90vh}.ca-lightbox-img{display:block;max-width:100%;max-height:calc(90vh - 3rem);width:auto;height:auto;object-fit:contain;border-radius:12px;background:#0b0d10}.ca-lightbox-caption{margin:0;font-size:.95rem;font-weight:650;color:#fff;text-align:center}.ca-story{display:none}[data-theme=dark] .ca-page{--ca-ink: #f8fafc;--ca-muted: #cbd5e1;--ca-line: #2a2f38;--ca-line-strong: #3a4150;--ca-paper: #0c0e12;--ca-surface: #14171d;--ca-soft: #1a1d24;--ca-live: #86efac;--ca-danger: #fb7185;background:var(--ca-paper)!important}[data-theme=dark] .ca-composer,[data-theme=dark] .ca-board{background:var(--ca-surface);border-color:var(--ca-line)}[data-theme=dark] .ca-feed-group-head{background:var(--ca-surface)}[data-theme=dark] .ca-seg{background:var(--ca-soft)}[data-theme=dark] .ca-seg button.is-on,[data-theme=dark] .ca-feed.is-on,[data-theme=dark] .ca-save{background:#fff;border-color:#fff;color:#0b0d10}[data-theme=dark] .ca-save:hover:not(:disabled){background:#e5e7eb}[data-theme=dark] .ca-prompt,[data-theme=dark] .ca-feed,[data-theme=dark] .ca-secondary,[data-theme=dark] .ca-watch-actions button{background:var(--ca-soft);border-color:var(--ca-line-strong);color:var(--ca-ink)}[data-theme=dark] .ca-prompt:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff1a}[data-theme=dark] .ca-upload,[data-theme=dark] .ca-boxes li{background:var(--ca-soft);border-color:var(--ca-line-strong);color:var(--ca-muted)}[data-theme=dark] .ca-examples-group{background:linear-gradient(180deg,#181b22 0%,var(--ca-surface) 55%);border-color:var(--ca-line)}[data-theme=dark] .ca-examples-count{background:var(--ca-soft);border-color:var(--ca-line-strong)}[data-theme=dark] .ca-examples .ca-example-tile{background:#0f1218;border-color:var(--ca-line-strong)}[data-theme=dark] .ca-examples .ca-example-tile:hover,[data-theme=dark] .ca-examples .ca-example-tile:focus-visible{border-color:#fff;box-shadow:0 12px 28px #00000073}[data-theme=dark] .ca-example-media{background:#0b0d10}[data-theme=dark] .ca-upload.is-dragover{border-color:#fff;background:#22262e;box-shadow:inset 0 0 0 1px #fff}[data-theme=dark] .ca-upload-icon,[data-theme=dark] .ca-upload-title{color:var(--ca-ink)}[data-theme=dark] .ca-upload-btn{background:#fff;border-color:#fff;color:#0b0d10}[data-theme=dark] .ca-upload-btn:hover{background:#e5e7eb}[data-theme=dark] .ca-upload-hint{color:var(--ca-muted)}[data-theme=dark] .ca-flash--error{color:#fecaca;background:#7f1d1d59;border-color:#f8717173}[data-theme=dark] .ca-flash--ok{color:#bbf7d0;background:#14532d59;border-color:#4ade8059}@media(max-width:560px){.ca-page{padding:.5rem 0 2rem}.ca-examples-head{flex-direction:column;align-items:flex-start}.ca-examples-group{padding:.85rem}.ca-examples-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.ca-example-hint{opacity:1}.ca-watch-list li{flex-direction:column;align-items:stretch}.ca-watch-actions{width:100%}.ca-watch-actions button{flex:1}}.stg-page{--stg-display: var(--font-heading, "Inter", system-ui, sans-serif);--stg-body: var(--font-body, "Inter", system-ui, sans-serif);--stg-ink: #111111;--stg-muted: #6b7280;--stg-surface: #ffffff;--stg-shell: #f2f2f2;--stg-line: #e5e7eb;--stg-radius: 14px;display:block;width:100%;max-width:100%;margin:0;padding:.5rem 0 3rem;box-sizing:border-box;min-height:calc(100vh - var(--header-height));overflow-x:clip;font-family:var(--stg-body);color:var(--stg-ink);background:var(--stg-surface)!important;animation:stgPageIn .45s cubic-bezier(.22,1,.36,1) both}@keyframes stgPageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.stg-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0 .35rem}.stg-page-title{margin:0;font-size:clamp(1.85rem,4vw,2.125rem);font-weight:800;color:var(--stg-ink);letter-spacing:-.5px;line-height:1.1}.stg-page-lead{margin:0 0 1.1rem;font-size:.9375rem;line-height:1.5;color:var(--stg-muted)}.stg-chip-nav{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.35rem}.stg-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border-radius:999px;border:1px solid var(--stg-line);background:var(--stg-shell);color:var(--stg-muted);font-size:.8125rem;font-weight:650;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.stg-chip i{font-size:.75rem}.stg-chip:hover{color:var(--stg-ink);border-color:#d4d4d4}.stg-chip.is-active{background:var(--stg-ink);border-color:var(--stg-ink);color:#fff}.stg-sidebar,.stg-sidebar-brand,.stg-sidebar-dot,.stg-sidebar-label,.stg-sidebar-user,.stg-nav,.stg-nav-item{display:none!important}.stg-main{padding-left:0;min-width:0;width:100%}.stg-main-header{margin-bottom:1.25rem;width:100%;padding-bottom:1rem;border-bottom:1px solid var(--stg-line)}.stg-main-eyebrow{display:none}.stg-main-title{font-family:var(--stg-display);font-size:1.25rem;font-weight:800;color:var(--stg-ink);letter-spacing:-.02em;margin:0 0 .35rem;line-height:1.2}.stg-main-desc{font-size:.9rem;color:var(--stg-muted);line-height:1.5;margin:0;max-width:36rem}.stg-main-body{animation:stgFadeIn .3s ease both;width:100%}@keyframes stgFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.stg-toast{display:flex;align-items:center;gap:.65rem;padding:.8rem 1rem;border-radius:var(--stg-radius);font-size:.875rem;font-weight:500;margin-bottom:1.25rem;animation:stgToastIn .3s ease-out}@keyframes stgToastIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.stg-toast--success{background:#10b9811a;color:#047857;border:1px solid rgba(16,185,129,.28)}.stg-toast--success i{color:#047857}.stg-toast--error i{color:#b91c1c}.stg-toast--error{background:#ef444414;color:#b91c1c;border:1px solid rgba(239,68,68,.25)}.stg-toast-dismiss{margin-left:auto;background:none;border:none;color:inherit;opacity:.6;cursor:pointer;padding:.25rem;line-height:1}.stg-toast-dismiss:hover{opacity:1}.stg-card{background:#ffffffc7;border:1px solid var(--stg-line);border-radius:var(--stg-radius);padding:1.5rem;box-shadow:none;width:100%;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.stg-card-title{font-family:var(--stg-display);font-size:1.2rem;font-weight:700;color:var(--stg-ink);margin:0;letter-spacing:-.02em}.stg-card-desc{font-size:.925rem;color:var(--stg-muted);line-height:1.55;margin:0}.stg-card-desc--spaced{margin:.35rem 0 1.25rem}.stg-card-intro{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--stg-line)}.stg-card-intro-icon{width:48px;height:48px;border-radius:var(--stg-radius);background:var(--stg-ink);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.stg-card-head-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stg-count-badge{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--stg-surface);color:var(--stg-muted);padding:.2rem .55rem;border-radius:4px;border:1px solid var(--stg-line)}.stg-panel-grid{display:grid;gap:1.25rem;width:100%}.stg-panel-grid--profile{--stg-profile: #2563eb;--stg-profile-soft: rgba(37, 99, 235, .1);--stg-profile-mid: rgba(37, 99, 235, .18);grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:start}.stg-main-header--profile .stg-main-eyebrow{color:var(--stg-profile, #2563eb)}.stg-main-header--profile .stg-main-title{color:#1e3a8a}.stg-main-header--profile{border-bottom-color:#2563eb38}.stg-card--avatar{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.85rem;border-color:#2563eb2e;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(37,99,235,.12),transparent 62%),linear-gradient(180deg,#eff6ff,#ffffffeb)}.stg-panel-grid--profile .stg-card--form{border-color:#2563eb24;background:linear-gradient(135deg,rgba(37,99,235,.04),transparent 42%),#ffffffeb}.stg-avatar-ring{position:relative;width:128px;height:128px}.stg-avatar-img,.stg-avatar-placeholder{width:100%;height:100%;border-radius:4px;object-fit:cover}.stg-avatar-placeholder{background:linear-gradient(145deg,#dbeafe,#eff6ff);display:flex;align-items:center;justify-content:center;color:#1d4ed8;font-size:2rem;border:1px solid rgba(37,99,235,.28)}.stg-avatar-edit{position:absolute;bottom:4px;right:4px;width:34px;height:34px;border-radius:var(--stg-radius);border:2px solid #fff;background:var(--stg-profile, #2563eb);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;box-shadow:0 4px 12px #2563eb59;transition:transform .25s ease,background .25s ease}.stg-avatar-edit:hover:not(:disabled){transform:translateY(-1px);background:#1d4ed8}.stg-avatar-hint{font-size:.75rem;color:#3b82f6;margin:0;letter-spacing:.01em}.stg-panel-grid--profile .stg-field label{color:#1d4ed8}.stg-panel-grid--profile .stg-input:hover{border-color:#2563eb66}.stg-panel-grid--profile .stg-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb2e}.stg-panel-grid--profile .stg-btn--primary{background:#2563eb;color:#fff;box-shadow:0 6px 16px #2563eb47}.stg-panel-grid--profile .stg-btn--primary:hover:not(:disabled){background:#1d4ed8}.stg-panel-grid--profile .stg-btn--primary:disabled{background:#bfdbfe;color:#1e40af;border-color:#93c5fd}.stg-avatar-actions{display:flex;flex-direction:column;gap:.4rem;width:100%}.stg-form{display:flex;flex-direction:column;gap:1.2rem}.stg-field{display:flex;flex-direction:column;gap:.45rem}.stg-field label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--stg-muted)}.stg-input{width:100%;padding:.8rem .95rem;border:1px solid var(--stg-line);border-radius:var(--stg-radius);font-size:.95rem;font-family:inherit;color:var(--stg-ink);background:#fff;transition:border-color .25s ease,box-shadow .25s ease}.stg-input::placeholder{color:#8a93a0}.stg-input:hover{border-color:#0b0d1047}.stg-input:focus{outline:none;border-color:var(--stg-ink);box-shadow:0 0 0 3px #0b0d101a}.stg-input--disabled{background:var(--stg-surface);color:var(--stg-muted);border-color:var(--stg-line);cursor:not-allowed}.stg-field-note{font-size:.8rem;color:var(--stg-muted)}.stg-textarea{resize:vertical;min-height:8rem;line-height:1.5}.stg-panel-grid--assistant{grid-template-columns:minmax(0,1fr)}.stg-card--assistant .stg-card-intro{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:1.25rem}.stg-card--assistant .stg-card-intro-icon{width:2.5rem;height:2.5rem;border-radius:var(--stg-radius);display:grid;place-items:center;background:var(--stg-surface);color:var(--stg-ink);border:1px solid var(--stg-line);flex-shrink:0}.stg-card--assistant .stg-card-title{margin:0 0 .35rem;font-size:1.15rem;font-weight:700;color:var(--stg-ink)}.stg-card--assistant .stg-card-desc{margin:0;font-size:.925rem;line-height:1.5;color:var(--stg-muted)}.stg-card--assistant .stg-card-desc--emphasis{margin-top:.55rem;color:var(--stg-ink);font-weight:500}.stg-card--assistant .stg-textarea{color:var(--stg-ink)}.stg-card--assistant .stg-textarea::placeholder{color:#8a93a0;opacity:1}.stg-form--security{display:flex;flex-direction:column;gap:1.25rem;width:100%}.stg-form-footer{padding-top:.25rem}.stg-security-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:1.25rem;width:100%;align-items:start}.stg-card--security{min-width:0}.stg-card-intro--security{align-items:center}.stg-card-intro-copy{flex:1;min-width:0}.stg-input-group{position:relative;display:flex;align-items:center}.stg-input-group-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:var(--stg-muted);font-size:.95rem;pointer-events:none;z-index:1}.stg-input-group .stg-input{padding-left:2.75rem}.stg-input-group:focus-within .stg-input-group-icon{color:var(--stg-ink)}.stg-security-fields-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.stg-form-footer--security{display:flex;justify-content:flex-start;padding-top:.75rem;border-top:1px solid var(--stg-line);margin-top:.25rem}.stg-form-footer--security .stg-btn--primary{min-width:200px;padding:.8rem 1.5rem}.stg-security-aside{min-width:0}.stg-security-tip{display:flex;gap:.875rem;padding:1.25rem;background:var(--stg-surface);border:1px solid var(--stg-line);border-radius:var(--stg-radius)}.stg-security-tip-icon{flex-shrink:0;width:36px;height:36px;border-radius:var(--stg-radius);background:var(--stg-ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem}.stg-security-tip-title{font-family:var(--stg-display);font-size:.95rem;font-weight:700;color:var(--stg-ink);margin:0 0 .5rem;letter-spacing:-.02em}.stg-security-tip-list{margin:0;padding-left:1.1rem;color:var(--stg-muted);font-size:.85rem;line-height:1.6}.stg-security-tip-list li+li{margin-top:.35rem}.stg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem 1.25rem;border-radius:var(--stg-radius);font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;border:none;transition:transform .25s ease,background .25s ease,border-color .25s ease;white-space:nowrap}.stg-btn--primary{background:var(--stg-ink);color:#fff}.stg-btn--primary:hover:not(:disabled){transform:translateY(-1px)}.stg-btn--primary:disabled{background:#e5e1da;color:var(--stg-muted);border:1px solid var(--stg-line);cursor:not-allowed;transform:none}.stg-btn--ghost{background:transparent;color:var(--stg-ink);border:1px solid var(--stg-line)}.stg-btn--ghost:hover:not(:disabled){background:#0b0d100a;border-color:#0b0d1047}.stg-btn--danger-ghost{background:transparent;color:var(--stg-muted);padding:.5rem .65rem;border-radius:var(--stg-radius)}.stg-btn--danger-ghost:hover:not(:disabled){background:#ef444414;color:#dc2626}.stg-faces-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;width:100%}.stg-face-register{display:grid;grid-template-columns:160px 1fr;gap:1.25rem;align-items:start}.stg-face-drop{width:160px;height:160px;border:1.5px dashed rgba(11,13,16,.28);border-radius:var(--stg-radius);background:var(--stg-surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;color:var(--stg-muted);font-size:.8rem;font-weight:500;font-family:inherit;transition:border-color .25s ease,background .25s ease,color .25s ease;overflow:hidden;padding:0}.stg-face-drop:hover:not(:disabled){border-color:var(--stg-ink);background:#fff;color:var(--stg-ink)}.stg-face-drop--filled{border-style:solid;border-color:var(--stg-line)}.stg-face-drop i{font-size:1.75rem;color:var(--stg-ink)}.stg-face-drop-img{width:100%;height:100%;object-fit:cover}.stg-face-fields{display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:160px}.stg-face-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.stg-face-row{display:flex;align-items:center;gap:.875rem;padding:.8rem .9rem;border-radius:var(--stg-radius);border:1px solid var(--stg-line);background:#fff;transition:border-color .25s ease,background .25s ease}.stg-face-row:hover{border-color:#0b0d1047;background:var(--stg-surface)}.stg-face-row-avatar{width:52px;height:52px;border-radius:6px;background:var(--stg-ink);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem;overflow:hidden}.stg-face-row-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.stg-face-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.stg-face-row-name{font-family:var(--stg-display);font-weight:700;font-size:.95rem;letter-spacing:-.02em;color:var(--stg-ink)}.stg-face-row-date{font-size:.75rem;color:var(--stg-muted)}.stg-empty{text-align:center;padding:2.5rem 1rem;color:var(--stg-muted)}.stg-empty i{font-size:1.75rem;margin-bottom:.75rem;display:block;color:var(--stg-muted);opacity:.7}.stg-empty p{margin:0;font-size:.9rem}.stg-voice-list{display:grid;grid-template-columns:1fr;gap:.65rem;width:100%;min-width:0}.stg-voice-stack{display:flex;flex-direction:column;gap:1.25rem;width:100%}.stg-listen-prefs{border-top:1px solid var(--stg-border, #e5e7eb);padding-top:1rem;display:flex;flex-direction:column;gap:.65rem}.stg-listen-prefs-title{margin:0;font-size:1rem;font-weight:600}.stg-listen-prefs-desc{margin:0;font-size:.875rem;color:var(--stg-muted, #6b7280)}.stg-listen-field{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.stg-listen-field select{border-radius:6px;padding:.35rem .5rem}.stg-listen-check{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem}@media(min-width:1024px){.stg-voice-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.stg-voice-row{display:flex;align-items:stretch;gap:.5rem;border-radius:var(--stg-radius);transition:background .25s ease;min-width:0;max-width:100%}.stg-voice-row--active{background:linear-gradient(90deg,rgba(11,13,16,.04) 0%,transparent 100%)}.stg-voice-select{flex:1;display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid var(--stg-line);border-radius:var(--stg-radius);background:#ffffffd9;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease;min-width:0;overflow:hidden}.stg-voice-row--active .stg-voice-select{border-color:var(--stg-ink);box-shadow:inset 3px 0 0 var(--stg-ink);background:#fff}.stg-voice-select:hover{border-color:#0b0d1047}.stg-voice-radio{width:18px;height:18px;border-radius:50%;border:2px solid rgba(11,13,16,.28);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .25s ease;margin-top:.15rem}.stg-voice-radio--checked{border-color:var(--stg-ink)}.stg-voice-radio-dot{width:8px;height:8px;border-radius:50%;background:var(--stg-ink)}.stg-voice-icon{width:42px;height:42px;border-radius:var(--stg-radius);background:#fff;border:1px solid var(--stg-line);color:var(--stg-ink);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.stg-voice-row--active .stg-voice-icon{background:var(--stg-ink);border-color:var(--stg-ink);color:#fff}.stg-voice-copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.25rem;overflow:hidden}.stg-voice-name{font-family:var(--stg-display);font-size:.98rem;font-weight:700;letter-spacing:-.02em;color:var(--stg-ink);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.stg-voice-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .65rem}.stg-voice-active-tag{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--stg-ink);background:var(--stg-surface);border:1px solid var(--stg-line);padding:.12rem .45rem;border-radius:4px}.stg-voice-nature{font-size:.8rem;font-weight:600;color:var(--stg-ink)}.stg-voice-desc{font-size:.8rem;color:var(--stg-muted);line-height:1.45;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.stg-voice-accent{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--stg-muted);flex-shrink:0}.stg-voice-play{width:44px;min-height:44px;align-self:stretch;border:1px solid var(--stg-line);border-radius:var(--stg-radius);background:#fff;color:var(--stg-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .25s ease,color .25s ease,background .25s ease,transform .25s ease}.stg-voice-play:hover{border-color:var(--stg-ink);color:var(--stg-ink);background:var(--stg-surface);transform:translateY(-1px)}.stg-voice-play--active{background:var(--stg-ink);border-color:var(--stg-ink);color:#fff}[data-theme=dark] .stg-page{--stg-ink: #f8fafc;--stg-muted: #cbd5e1;--stg-surface: #0c0e12;--stg-shell: #1a1d24;--stg-line: #2a2f38;background:#0c0e12!important;color:var(--stg-ink)}[data-theme=dark] .stg-chip{background:#1a1d24;border-color:#3a4150;color:#e2e8f0}[data-theme=dark] .stg-chip i{color:inherit}[data-theme=dark] .stg-chip:hover{color:#f8fafc;border-color:#4b5563}[data-theme=dark] .stg-chip.is-active{background:#fff;border-color:#fff;color:#0b0d10}[data-theme=dark] .stg-chip.is-active i{color:#0b0d10}[data-theme=dark] .stg-card-intro-icon,[data-theme=dark] .stg-security-tip-icon{background:#fff;color:#0b0d10}[data-theme=dark] .stg-card--assistant .stg-card-intro-icon{background:#22262e;border-color:#3a4150;color:#f8fafc}[data-theme=dark] .stg-input-group-icon{color:#e2e8f0}[data-theme=dark] .stg-input-group:focus-within .stg-input-group-icon{color:#fff}[data-theme=dark] .stg-btn--primary i{color:inherit}[data-theme=dark] .stg-btn--primary:disabled i{color:inherit}[data-theme=dark] .stg-card,[data-theme=dark] .stg-voice-select,[data-theme=dark] .stg-face-row,[data-theme=dark] .stg-input,[data-theme=dark] .stg-voice-play,[data-theme=dark] .stg-nav-icon{background:#1a1d24;border-color:var(--stg-line);color:var(--stg-ink)}[data-theme=dark] .stg-nav-item:hover .stg-nav-icon{background:#22262e;border-color:#4b5563;color:var(--stg-ink)}[data-theme=dark] .stg-nav-desc,[data-theme=dark] .stg-main-desc,[data-theme=dark] .stg-voice-desc,[data-theme=dark] .stg-voice-accent{color:#e2e8f0}[data-theme=dark] .stg-voice-nature{color:#cbd5e1}[data-theme=dark] .stg-voice-name{color:#f8fafc}[data-theme=dark] .stg-voice-radio{border-color:#94a3b8}[data-theme=dark] .stg-voice-radio--checked{border-color:#f8fafc}[data-theme=dark] .stg-voice-radio-dot{background:#f8fafc}[data-theme=dark] .stg-voice-icon{background:#22262e;border-color:#4b5563;color:#f1f5f9}[data-theme=dark] .stg-voice-row--active .stg-voice-icon{background:#38bdf8;border-color:#38bdf8;color:#0b0d10}[data-theme=dark] .stg-voice-row--active .stg-voice-select{border-color:#38bdf8;box-shadow:inset 3px 0 #38bdf8;background:#1a1d24}[data-theme=dark] .stg-voice-active-tag{color:#ecfdf5;background:#10b98138;border-color:#34d39973}[data-theme=dark] .stg-voice-play{color:#e2e8f0}[data-theme=dark] .stg-card--avatar{background:#14171d}[data-theme=dark] .stg-main-header--profile .stg-main-eyebrow{color:#60a5fa}[data-theme=dark] .stg-main-header--profile .stg-main-title{color:#93c5fd}[data-theme=dark] .stg-panel-grid--profile .stg-card--avatar,[data-theme=dark] .stg-panel-grid--profile .stg-card--form{border-color:#60a5fa38;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(37,99,235,.16),transparent 60%),#14171d}[data-theme=dark] .stg-avatar-placeholder{background:linear-gradient(145deg,#1e3a8a,#1e293b);color:#93c5fd;border-color:#60a5fa59}[data-theme=dark] .stg-avatar-hint,[data-theme=dark] .stg-panel-grid--profile .stg-field label{color:#60a5fa}[data-theme=dark] .stg-panel-grid--profile .stg-btn--primary{background:#3b82f6;color:#fff}[data-theme=dark] .stg-panel-grid--profile .stg-btn--primary:hover:not(:disabled){background:#60a5fa;color:#0b0d10}[data-theme=dark] .stg-avatar-placeholder,[data-theme=dark] .stg-input--disabled,[data-theme=dark] .stg-security-tip,[data-theme=dark] .stg-face-drop,[data-theme=dark] .stg-count-badge,[data-theme=dark] .stg-voice-active-tag{background:#1a1d24}[data-theme=dark] .stg-nav-item:hover{background:#ffffff0d}[data-theme=dark] .stg-nav-item--active{background:#ffffff14}[data-theme=dark] .stg-voice-row--active .stg-voice-select{background:#14171d}[data-theme=dark] .stg-btn--primary{background:#fff;color:#0b0d10}[data-theme=dark] .stg-btn--primary:hover:not(:disabled){background:#e2e8f0}[data-theme=dark] .stg-btn--primary:disabled{background:#22262e;color:var(--stg-muted)}[data-theme=dark] .stg-avatar-edit{border-color:#0c0e12;background:#fff;color:#0b0d10}@media(prefers-reduced-motion:reduce){.stg-page,.stg-main-header,.stg-main-body,.stg-toast{animation:none!important}.stg-btn--primary:hover:not(:disabled),.stg-avatar-edit:hover:not(:disabled),.stg-voice-play:hover{transform:none}}@media(max-width:900px){.stg-page{padding-top:.5rem}.stg-chip-nav{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:.25rem}.stg-chip-nav::-webkit-scrollbar{display:none}.stg-chip{flex-shrink:0}.stg-main{padding-left:0;padding-top:.25rem}.stg-panel-grid--profile{grid-template-columns:1fr}.stg-card--avatar{flex-direction:row;flex-wrap:wrap;justify-content:center;text-align:left}.stg-faces-layout,.stg-voice-list{grid-template-columns:1fr}.stg-voice-row{flex-direction:column;gap:.375rem}.stg-voice-play{width:100%;min-height:40px;align-self:stretch;border-radius:var(--stg-radius)}.stg-voice-select{padding:.75rem;gap:.625rem;width:100%}.stg-voice-icon{width:36px;height:36px;font-size:.875rem}.stg-voice-name{font-size:.875rem}.stg-voice-desc{font-size:.75rem}.stg-voice-meta{flex-direction:column;align-items:flex-start;gap:.2rem}.stg-form--security,.stg-security-layout,.stg-security-fields-row{grid-template-columns:1fr}.stg-form-footer--security .stg-btn--primary{width:100%}.stg-face-register{grid-template-columns:1fr}.stg-face-drop{width:100%;max-width:200px;margin:0 auto}}@media(max-width:520px){.stg-page{padding:.5rem 0 2rem}.stg-main{padding-left:0}.stg-main-header{margin-bottom:1.25rem}.stg-main-desc{font-size:.925rem}.stg-main-title{font-size:1.65rem}.stg-card{padding:1.1rem}.stg-form-footer .stg-btn{width:100%}.stg-panel-grid{grid-template-columns:1fr!important}}.stg-phone{display:flex;flex-direction:column;gap:1.25rem;max-width:640px}.stg-phone-intro,.stg-phone-muted{color:var(--stg-muted);font-size:.95rem;line-height:1.45;margin:0}.stg-phone-steps{margin:0;padding:0 0 0 1.15rem;display:flex;flex-direction:column;gap:.4rem;font-size:.9rem;line-height:1.45;color:var(--stg-ink)}.stg-phone-assigned{padding:1.25rem;border:1px solid var(--stg-line);border-radius:var(--stg-radius);background:#fff}.stg-phone-assigned-label{display:block;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;color:var(--stg-muted);margin-bottom:.35rem}.stg-phone-number{font-family:var(--stg-display);font-size:1.75rem;margin:0 0 1rem;color:var(--stg-ink)}.stg-phone-actions{display:flex;flex-wrap:wrap;gap:.65rem}.stg-phone-setup{display:flex;flex-direction:column;gap:1rem}.stg-phone-change-bar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:var(--stg-radius);border:1px solid var(--stg-line);background:#0b0d1008}.stg-phone-change-bar p{margin:0;flex:1;color:var(--stg-muted);font-size:.9rem}.stg-phone-form{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.stg-phone-field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--stg-muted)}.stg-phone-field--wide,.stg-phone-search-wrap{grid-column:1 / -1}.stg-phone-field input,.stg-phone-field select{font:inherit;color:var(--stg-ink);padding:.65rem .75rem;border:1px solid var(--stg-line);border-radius:var(--stg-radius);background:#fff}.stg-phone-results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.stg-phone-result{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--stg-line);border-radius:var(--stg-radius);background:#fff}.stg-phone-result .stg-phone-muted{display:block;margin-top:.2rem;font-size:.85rem}.stg-btn--danger{background:transparent;color:#9b1c1c;border:1px solid rgba(155,28,28,.35)}.stg-btn--danger:hover{background:#9b1c1c0f}@media(max-width:520px){.stg-phone-form{grid-template-columns:1fr}}[data-theme=dark] .stg-phone-assigned,[data-theme=dark] .stg-phone-result,[data-theme=dark] .stg-phone-change-bar{background:#1a1d24;border-color:#3a4150;color:#f8fafc}[data-theme=dark] .stg-phone-result strong,[data-theme=dark] .stg-phone-number{color:#f8fafc}[data-theme=dark] .stg-phone-intro,[data-theme=dark] .stg-phone-muted,[data-theme=dark] .stg-phone-assigned-label,[data-theme=dark] .stg-phone-change-bar p,[data-theme=dark] .stg-phone-field,[data-theme=dark] .stg-phone-result .stg-phone-muted{color:#e2e8f0}[data-theme=dark] .stg-phone-steps{color:#f1f5f9}[data-theme=dark] .stg-phone-field input,[data-theme=dark] .stg-phone-field select{background:#14171d;border-color:#3a4150;color:#f8fafc}[data-theme=dark] .stg-phone-field input::placeholder{color:#94a3b8}[data-theme=dark] .stg-btn--danger{color:#fca5a5;border-color:#fca5a566}[data-theme=dark] .stg-btn--danger:hover{background:#fca5a51a}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(ellipse 80% 50% at 10% -10%,rgba(56,120,180,.12),transparent 55%),radial-gradient(ellipse 70% 40% at 90% 0%,rgba(20,40,70,.08),transparent 50%),var(--color-bg, #f7f8fa);color:var(--color-text, #1a2332)}.legal-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:80px;padding:.9rem 1.5rem;border-bottom:1px solid rgba(26,35,50,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.legal-brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none}.legal-brand-badge{width:56px;height:56px;border-radius:15px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#3d74ee,#1a2f6b);box-shadow:0 6px 16px #1a2f6b38}.legal-brand-badge-img{height:138px;width:auto;max-width:none;object-fit:contain;filter:brightness(0) invert(1)}.legal-brand-wordmark{height:48px;width:280px;overflow:hidden;display:flex;align-items:center;justify-content:center}.legal-logo{display:block;height:240px;width:auto;max-width:none;object-fit:contain;object-position:center;transition:opacity .2s ease}.legal-brand:hover .legal-logo{opacity:.82}.legal-topbar-actions{display:flex;align-items:center;gap:.75rem}.legal-top-link{font-size:.9rem;font-weight:600;color:var(--color-text, #1a2332);text-decoration:none}.legal-top-link:hover{text-decoration:underline}.legal-main{width:min(760px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem;flex:1}.legal-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.legal-tab{padding:.55rem 1rem;border-radius:999px;text-decoration:none;font-size:.9rem;font-weight:600;color:#5b677a;background:transparent;border:1px solid transparent}.legal-tab:hover{color:#1a2332}.legal-tab.is-active{color:#fff;background:#1a2332;border-color:#1a2332}.legal-article h1{margin:0 0 1.25rem;font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.15;letter-spacing:-.02em}.legal-effective{margin:0 0 .5rem;font-size:.85rem;color:#6b778a}.legal-body p{margin:0 0 .65rem;font-size:.98rem;line-height:1.55;color:#2c3648;white-space:pre-wrap}.legal-footer{padding:1.25rem 1.5rem 2rem;text-align:center;font-size:.85rem;color:#6b778a;border-top:1px solid rgba(26,35,50,.08)}.legal-footer p{margin:.25rem 0}.legal-footer a{color:#1a2332;font-weight:600}[data-theme=dark] .legal-page{background:radial-gradient(ellipse 80% 50% at 10% -10%,rgba(80,140,200,.12),transparent 55%),#0b1220;color:#e8eef7}[data-theme=dark] .legal-topbar,[data-theme=dark] .legal-footer{border-color:#e8eef714}[data-theme=dark] .legal-logo{filter:brightness(0) invert(1)}[data-theme=dark] .legal-top-link,[data-theme=dark] .legal-footer a,[data-theme=dark] .legal-tab:hover{color:#e8eef7}[data-theme=dark] .legal-tab{color:#9aa8bd}[data-theme=dark] .legal-tab.is-active{background:#e8eef7;color:#0b1220;border-color:#e8eef7}[data-theme=dark] .legal-effective,[data-theme=dark] .legal-footer{color:#8b9bb0}[data-theme=dark] .legal-body p{color:#c5d0e0}@media(max-width:640px){.legal-topbar{min-height:60px;padding:.7rem 1rem}.legal-brand-badge{width:46px;height:46px;border-radius:12px}.legal-brand-badge-img{height:114px}.legal-brand-wordmark{height:38px;width:220px}.legal-logo{height:190px}.legal-main{width:min(100%,calc(100% - 1.5rem));padding-top:1.5rem}.legal-tabs{flex-wrap:wrap}}.sms-optin-main h1{margin-bottom:.75rem}.sms-optin-lead{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.55;color:#2c3648}.sms-optin-form{display:flex;flex-direction:column;gap:1rem;max-width:560px}.sms-optin-field{display:flex;flex-direction:column;gap:.4rem}.sms-optin-field span{font-size:.85rem;font-weight:600}.sms-optin-field input[type=tel]{width:100%;padding:.85rem 1rem;border:1px solid rgba(26,35,50,.16);border-radius:10px;background:#fff;color:inherit;font-size:1rem;font-family:inherit}.sms-optin-field input[type=tel]:focus{outline:none;border-color:#1a2332;box-shadow:0 0 0 3px #1a23321f}.sms-optin-consent{display:flex;align-items:flex-start;gap:.7rem;font-size:.95rem;line-height:1.45;cursor:pointer}.sms-optin-consent input[type=checkbox]{margin-top:.2rem;width:1.1rem;height:1.1rem;flex-shrink:0;accent-color:#1a2332}.sms-optin-disclaimer{margin:0;font-size:.82rem;line-height:1.5;color:#5b677a}.sms-optin-disclaimer a{color:#1a2332;font-weight:600}.sms-optin-submit{width:fit-content;min-width:180px;padding:.85rem 1.25rem;border:none;border-radius:10px;background:#1a2332;color:#fff;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer}.sms-optin-submit:disabled{opacity:.7;cursor:not-allowed}.sms-optin-error{padding:.75rem 1rem;border-radius:10px;background:#dc262614;color:#b91c1c;border:1px solid rgba(220,38,38,.2);font-size:.9rem}.sms-optin-success h2{margin:0 0 .6rem}.sms-optin-success p{margin:0;line-height:1.55;color:#2c3648}.sms-optin-success a,.legal-footer a{color:inherit;font-weight:600}[data-theme=dark] .sms-optin-lead,[data-theme=dark] .sms-optin-success p{color:#c5d0e0}[data-theme=dark] .sms-optin-disclaimer{color:#8b9bb0}[data-theme=dark] .sms-optin-disclaimer a{color:#e8eef7}[data-theme=dark] .sms-optin-field input[type=tel]{background:#0b1220;border-color:#e8eef729;color:#e8eef7}[data-theme=dark] .sms-optin-field input[type=tel]:focus{border-color:#e8eef7;box-shadow:0 0 0 3px #e8eef71f}[data-theme=dark] .sms-optin-consent input[type=checkbox]{accent-color:#e8eef7}[data-theme=dark] .sms-optin-submit{background:#e8eef7;color:#0b1220}.demo-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);min-height:100vh;overflow-x:hidden;position:relative;margin:0;padding:0}.demo-page *{box-sizing:border-box}.demo-background-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(0,0,0,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.06) 0%,transparent 50%);pointer-events:none;z-index:0}.demo-floating-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.demo-floating-circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#0000001a,#0000000d);animation:demoFloat 6s ease-in-out infinite}.demo-floating-circle.circle-1{width:120px;height:120px;top:10%;left:10%;animation-delay:0s}.demo-floating-circle.circle-2{width:80px;height:80px;top:60%;right:15%;animation-delay:2s}.demo-floating-circle.circle-3{width:100px;height:100px;bottom:15%;left:20%;animation-delay:4s}@keyframes demoFloat{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-20px) translate(10px)}}.demo-container{position:relative;z-index:2;width:100%;padding:2rem var(--container-padding);box-sizing:border-box}.demo-header-section{background:linear-gradient(135deg,#000 0% 100%);border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 10px 40px #0003;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.demo-logo-section{display:flex;align-items:center}.demo-brand-logo{height:var(--logo-size-demo);width:auto;object-fit:contain}.demo-logo-text{display:flex;flex-direction:column;color:#fff}.demo-logo-line-1{font-size:1.5rem;font-weight:800;letter-spacing:2px;line-height:1.2}.demo-logo-line-2{font-size:1rem;font-weight:600;letter-spacing:1px;position:relative;padding-top:.25rem}.demo-logo-line-2:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:#fff}.demo-header-content{flex:1;color:#fff}.demo-title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:#fff;letter-spacing:-.5px}.demo-subtitle{font-size:1.1rem;margin:0;opacity:.95;color:#fff;font-weight:400}.demo-main-content{display:grid;grid-template-columns:1fr;gap:2rem}.demo-content-layout{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}@media(max-width:1200px){.demo-content-layout{grid-template-columns:1fr}}.demo-video-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;border:2px solid #000000;min-height:500px;display:flex;align-items:center;justify-content:center;position:relative}.demo-video-container{position:relative;width:100%;height:100%;min-height:500px;display:flex;align-items:center;justify-content:center;background:#000}.demo-video-stream{width:100%;height:auto;max-height:80vh;object-fit:contain;display:block}.demo-video-embed{width:100%;height:100%;min-height:500px;border:none;display:block}.demo-video-embed-placeholder{width:100%;height:100%;min-height:500px;border:none;display:block;position:absolute;top:0;left:0;z-index:1}.demo-placeholder-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem;text-align:center;z-index:2}.demo-descriptions-column{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f;border:2px solid #000000;display:flex;flex-direction:column;max-height:80vh;min-height:500px}.demo-descriptions-header{background:linear-gradient(135deg,#000 0% 100%);padding:1.75rem 2rem;border-bottom:3px solid #000000;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:1rem}.demo-descriptions-title{margin:0;font-size:1.4rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.875rem;letter-spacing:-.3px;flex:1}.demo-descriptions-title i{font-size:1.6rem;opacity:.95}.demo-tts-toggle{background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:8px;color:#fff;padding:.5rem .75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.demo-tts-toggle:hover{background:#ffffff4d;border-color:#ffffff80}.demo-tts-toggle.active{background:#ffffff4d;border-color:#fff}.demo-tts-toggle i{font-size:1.1rem}.demo-descriptions-list{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.demo-descriptions-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#475569;min-height:300px}.demo-descriptions-empty i{font-size:3.5rem;margin-bottom:1.5rem;opacity:.4;color:#000;animation:demoPulse 2s infinite}.demo-descriptions-empty p{margin:.75rem 0;font-size:1.1rem;font-weight:600;color:#1e293b}.demo-descriptions-empty-sub{font-size:.9rem;opacity:.65;font-weight:400;color:#374151;max-width:280px;line-height:1.5}.demo-description-item{background:linear-gradient(to bottom,#fff,#f8fafc);border:1.5px solid #e2e8f0;border-left:4px solid #000000;border-radius:12px;padding:1.5rem;animation:demoSlideIn .4s ease-out;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.demo-description-item:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000026;border-left-color:#000}@keyframes demoSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.demo-description-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.5rem}.demo-description-play-btn{background:#f9fafb;border:1.5px solid #000000;border-radius:6px;color:#000;padding:.4rem .6rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;flex-shrink:0}.demo-description-play-btn:hover{background:#000;color:#fff;transform:scale(1.05)}.demo-description-play-btn.playing{background:#000;color:#fff;border-color:#000}.demo-description-play-btn i{font-size:.75rem}.demo-description-time{font-size:.8rem;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.8px;background:#f9fafb;padding:.35rem .75rem;border-radius:6px;display:inline-block}.demo-description-text{font-size:1rem;line-height:1.7;color:#1e293b;margin:1rem 0 .75rem;font-weight:400}.demo-description-objects{display:flex;align-items:center;gap:.5rem;padding-top:.875rem;border-top:1.5px solid #e2e8f0;font-size:.85rem;margin-top:.5rem}.demo-description-objects-label{font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.demo-description-objects-list{color:#000;font-weight:600;background:#f9fafb;padding:.25rem .6rem;border-radius:4px}.demo-descriptions-list::-webkit-scrollbar{width:8px}.demo-descriptions-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.demo-descriptions-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.demo-descriptions-list::-webkit-scrollbar-thumb:hover{background:#4b5563}.demo-video-overlay{position:absolute;top:1.5rem;right:1.5rem;z-index:10}.demo-status-badge{background-color:#ef4444;color:#fff;padding:.6rem 1.2rem;border-radius:24px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #ef44444d}.demo-status-dot{width:8px;height:8px;background-color:#fff;border-radius:50%;display:inline-block;animation:demoPulse 2s infinite}@keyframes demoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.demo-video-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;min-height:500px;gap:1.5rem;padding:2rem;text-align:center}.demo-placeholder-icon{font-size:5rem;opacity:.6;color:#fff}.demo-placeholder-text{font-size:1.3rem;font-weight:600;color:#fff;margin:0}.demo-placeholder-subtext{font-size:1rem;opacity:.8;color:#fff;margin:0;font-weight:400}.demo-controls-section{display:flex;flex-direction:column;gap:1.5rem}.demo-controls{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.demo-start-btn,.demo-descriptions-btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;font-family:Inter,sans-serif}.demo-start-btn{background:linear-gradient(135deg,#000 0% 100%);color:#fff}.demo-start-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0006}.demo-start-btn.active{background:linear-gradient(135deg,#10b981,#059669)}.demo-start-btn:disabled{opacity:.7;cursor:not-allowed}.demo-descriptions-btn{background-color:#fff;color:#000;border:2px solid #000000}.demo-descriptions-btn:hover{background-color:#000;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.demo-error{background-color:#fee2e2;border:2px solid #ef4444;color:#991b1b;padding:1rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif}.demo-error i{font-size:1.25rem}.demo-info-card{background-color:#fff;border:2px solid #000000;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;box-shadow:0 2px 8px #0000000d}.demo-info-item{display:flex;align-items:flex-start;gap:1rem}.demo-info-item i{font-size:1.5rem;color:#000;margin-top:.25rem}.demo-info-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.demo-info-label{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.demo-info-value{font-size:.95rem;color:#000;font-weight:500;word-break:break-word}@media(max-width:768px){.demo-container{padding:1rem}.demo-header-section{padding:1.5rem;flex-direction:column;align-items:flex-start;text-align:left}.demo-brand-logo{height:var(--logo-size-demo-tablet)}.demo-title{font-size:2rem}.demo-subtitle{font-size:1rem}.demo-video-section,.demo-video-container,.demo-video-placeholder{min-height:400px}.demo-controls{flex-direction:column}.demo-start-btn,.demo-descriptions-btn{width:100%;justify-content:center}.demo-info-card{padding:1rem}}@media(max-width:480px){.demo-container{padding:1rem var(--container-padding)}.demo-header-section{padding:1.25rem;gap:1rem}.demo-brand-logo{height:var(--logo-size-demo-mobile)}.demo-title{font-size:1.5rem}.demo-video-section,.demo-video-container,.demo-video-placeholder{min-height:240px}.demo-top-bar{top:max(.75rem,env(safe-area-inset-top));right:max(.75rem,env(safe-area-inset-right))}}button,.btn,.submit-btn,.cta-button,.feed-action-btn,.chat-new-btn,.chat-empty-btn,.chat-send-btn,.message-input-button,a.btn,a.submit-btn,a.cta-button,a.feed-action-btn,a.chat-new-btn,a.chat-empty-btn,a.chat-send-btn,a.message-input-button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:.875rem;line-height:1.5;text-align:center;text-decoration:none!important;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;-webkit-user-select:none;user-select:none;white-space:nowrap;box-sizing:border-box}button:disabled,.btn:disabled,.submit-btn:disabled,.feed-action-btn:disabled,.chat-send-btn:disabled,.message-input-button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}button.primary,.btn-primary,.submit-btn,.cta-button:not(.secondary):not(.white),.chat-empty-btn,.chat-send-btn{padding:.625rem 1.25rem;background:#000;color:#fff;box-shadow:0 2px 8px #00000040}button.primary:hover:not(:disabled),.btn-primary:hover:not(:disabled),.submit-btn:hover:not(:disabled),.cta-button:not(.secondary):not(.white):hover,.chat-empty-btn:hover,.chat-send-btn:hover:not(:disabled),a.btn-primary:hover:not(:disabled),a.cta-button:not(.secondary):not(.white):hover{background:#000;color:#fff;box-shadow:0 6px 20px #0006;text-decoration:none!important}button.primary:active:not(:disabled),.btn-primary:active:not(:disabled),.submit-btn:active:not(:disabled),.cta-button:not(.secondary):not(.white):active,.chat-empty-btn:active,.chat-send-btn:active:not(:disabled){opacity:.95;box-shadow:0 2px 10px #0000004d}button.secondary,.btn-secondary,.cta-button.secondary{padding:.875rem 1.5rem;background:#fff;color:#000;border:2px solid rgba(0,0,0,.3);box-shadow:none}button.secondary:hover:not(:disabled),.btn-secondary:hover:not(:disabled),.cta-button.secondary:hover,a.btn-secondary:hover:not(:disabled),a.cta-button.secondary:hover{background:#0000000d;border-color:#000;box-shadow:0 4px 12px #00000026;text-decoration:none!important}button.secondary:active:not(:disabled),.btn-secondary:active:not(:disabled),.cta-button.secondary:active{background:#0000001a}.cta-button.white{padding:1rem 1.75rem;background:#fffffff2;color:#000;border:2px solid rgba(255,255,255,.3);box-shadow:none}.cta-button.white:hover{background:#fff;border-color:#ffffff80;box-shadow:0 4px 15px #0000001a}.btn-success,.feed-action-start{padding:.625rem 1.25rem;background:#10b981;color:#fff;border:2px solid #10b981;box-shadow:0 2px 8px #10b98133}.btn-success:hover:not(:disabled),.feed-action-start:hover{background:#059669;border-color:#059669;box-shadow:0 4px 12px #10b9814d}.btn-success:active:not(:disabled),.feed-action-start:active{opacity:.95;box-shadow:0 2px 8px #10b98133}.btn-danger,.feed-action-stop{padding:.625rem 1.25rem;background:#ef44441a;color:#dc2626;border:2px solid rgba(239,68,68,.3);box-shadow:none}.btn-danger:hover:not(:disabled),.feed-action-stop:hover{background:#ef444426;border-color:#ef4444;box-shadow:0 4px 12px #ef444433}.btn-danger:active:not(:disabled),.feed-action-stop:active{background:#ef444433}.feed-icon-btn,.chat-icon-btn,.message-input-button{padding:.625rem;min-width:36px;min-height:36px;background:#fff;color:#374151;border:1px solid rgba(0,0,0,.2);border-radius:10px}.feed-icon-btn:hover,.chat-icon-btn:hover,.message-input-button:hover:not(:disabled){background:#0000001a;border-color:#000;color:#000}.feed-icon-btn:active,.chat-icon-btn:active,.message-input-button:active:not(:disabled){opacity:.9}.chat-send-btn{width:48px;height:48px;padding:0;min-width:48px;min-height:48px}.btn-sm,button.btn-sm{padding:.5rem 1rem;font-size:.875rem;border-radius:10px}.btn-large,button.btn-large{padding:1.125rem 2.25rem;font-size:1.05rem;border-radius:14px}.submit-btn,button.full-width,.btn-full-width{width:100%}button i,.btn i,.submit-btn i,.cta-button i{font-size:1rem;line-height:1}.btn-sm i,button.btn-sm i{font-size:.875rem}.btn-large i,button.btn-large i{font-size:1.1rem}button.loading,.btn.loading,.submit-btn.loading{pointer-events:none;position:relative}button.loading:after,.btn.loading:after,.submit-btn.loading:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}button.primary:not(.loading):not(.chat-send-btn):not(.submit-btn):after,.btn-primary:not(.loading):not(.chat-send-btn):not(.submit-btn):after,.cta-button:not(.secondary):not(.white):not(.loading):not(.chat-send-btn):not(.submit-btn):after,.chat-empty-btn:not(.loading):not(.submit-btn):after,button.secondary:not(.loading):not(.chat-send-btn):not(.submit-btn):after,.btn-secondary:not(.loading):not(.chat-send-btn):not(.submit-btn):after,.cta-button.secondary:not(.loading):not(.chat-send-btn):not(.submit-btn):after,.chat-new-btn:not(.loading):not(.submit-btn):after,.cta-button.white:not(.loading):not(.submit-btn):after,.btn-success:not(.loading):not(.chat-send-btn):not(.submit-btn):after,.feed-action-start:not(.loading):not(.submit-btn):after,.btn-danger:not(.loading):not(.chat-send-btn):not(.submit-btn):after,.feed-action-stop:not(.loading):not(.submit-btn):after,.class-selector-bulk-btn:not(.loading):after,.class-selector-footer-btn:not(.loading):after,.class-selector-footer-btn-cancel:not(.loading):after,.class-selector-footer-btn-apply:not(.loading):after{content:"";position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);width:0;height:2px;background-color:currentColor;transition:width .3s cubic-bezier(.4,0,.2,1);opacity:.8}.feed-settings-class-btn:after{display:none!important}button.primary:not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.btn-primary:not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.cta-button:not(.secondary):not(.white):not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.chat-empty-btn:not(.loading):not(.submit-btn):hover:after,button.secondary:not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.btn-secondary:not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.cta-button.secondary:not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.chat-new-btn:not(.loading):not(.submit-btn):hover:after,.cta-button.white:not(.loading):not(.submit-btn):hover:after,.btn-success:not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.feed-action-start:not(.loading):not(.submit-btn):hover:after,.btn-danger:not(.loading):not(.chat-send-btn):not(.submit-btn):hover:after,.feed-action-stop:not(.loading):not(.submit-btn):hover:after,.class-selector-bulk-btn:not(.loading):hover:after,.class-selector-footer-btn:not(.loading):hover:after,.class-selector-footer-btn-cancel:not(.loading):hover:after,.class-selector-footer-btn-apply:not(.loading):hover:after{width:calc(100% - 3.5rem);opacity:1}.feed-settings-class-btn:hover:after{display:none!important}button.primary:not(.submit-btn),.btn-primary:not(.submit-btn),.cta-button:not(.secondary):not(.white):not(.submit-btn),.chat-empty-btn:not(.submit-btn),button.secondary:not(.submit-btn),.btn-secondary:not(.submit-btn),.cta-button.secondary:not(.submit-btn),.chat-new-btn:not(.submit-btn),.cta-button.white:not(.submit-btn),.btn-success:not(.submit-btn),.feed-action-start:not(.submit-btn),.btn-danger:not(.submit-btn),.feed-action-stop:not(.submit-btn),.class-selector-bulk-btn,.class-selector-footer-btn,.class-selector-footer-btn-cancel,.class-selector-footer-btn-apply,.feed-settings-class-btn{position:relative}button:focus-visible,.btn:focus-visible,.submit-btn:focus-visible,.cta-button:focus-visible,.feed-action-btn:focus-visible{outline:3px solid rgba(0,0,0,.5);outline-offset:2px}button{background:none;border:none;padding:0;margin:0}.password-toggle{position:absolute;padding:0!important;margin:0;min-width:0;min-height:0;gap:0;line-height:1;font-size:inherit;font-weight:400;white-space:normal}.password-toggle i{line-height:1;display:block}@media(max-width:768px){button:not(.password-toggle),.btn,.submit-btn,.cta-button{padding:.875rem 1.5rem;font-size:.9rem}.btn-sm{padding:.5rem .875rem;font-size:.85rem}.btn-large{padding:1rem 2rem;font-size:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.reveal-left{transform:translate(-24px)}.reveal.reveal-right{transform:translate(24px)}.reveal.in-view{opacity:1;transform:none}.stagger-children>*{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.stagger-children.in-view>*:nth-child(1){transition-delay:.05s;opacity:1;transform:none}.stagger-children.in-view>*:nth-child(2){transition-delay:.1s;opacity:1;transform:none}.stagger-children.in-view>*:nth-child(3){transition-delay:.15s;opacity:1;transform:none}.stagger-children.in-view>*:nth-child(4){transition-delay:.2s;opacity:1;transform:none}.stagger-children.in-view>*:nth-child(5){transition-delay:.25s;opacity:1;transform:none}.stagger-children.in-view>*:nth-child(6){transition-delay:.3s;opacity:1;transform:none}.animate-fade-in{animation:fadeIn .5s ease-out both}.animate-fade-in-up{animation:fadeInUp .6s ease-out both}.animate-fade-in-right{animation:fadeInRight .6s ease-out both}.glass-card{background:#ffffffeb;border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);transition:border-color .25s ease,box-shadow .25s ease}.gradient-text{color:var(--color-accent-text-strong, #000000);background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:currentColor}.section-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:var(--color-badge-bg, #F3F4F6);border:1px solid var(--color-badge-border, #9CA3AF);border-radius:var(--radius-full);font-size:.8125rem;font-weight:700;color:var(--color-badge-text, #000000);letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--spacing-md)}.blob{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;z-index:0}.blob-blue{background:#0000001a}.blob-light{background:#0000000d}.photo-frame{overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-lg)}.photo-frame img{width:100%;height:100%;object-fit:cover;display:block}.photo-cover{object-fit:cover;width:100%;height:100%}@media(prefers-reduced-motion:reduce){.reveal,.stagger-children>*{opacity:1!important;transform:none!important;transition:none!important}.animate-fade-in,.animate-fade-in-up,.animate-fade-in-right{animation:none!important}}button:hover,.btn:hover,.submit-btn:hover,.cta-button:hover,.feed-action-btn:hover,.glass-card:hover,.card:hover,.feature-card:hover,.stat-card:hover,.tool-card:hover,.platform-feature-card:hover,.cloud-card:hover,.cta-step:hover,.feed-card:hover,.btn-hero:hover,.header-logout-btn:hover,.settings-content:hover,.img-zoom-wrap:hover img,.photo-frame:hover img,.hero-image-wrap:hover img,.hero-image-card:hover img,.branding-illustration:hover img,.tool-image:hover img,.platform-feature-card:hover .platform-feature-icon,.cloud-card:hover .cloud-icon,.cta-step:hover .step-number,.stat-card:hover .stat-card-icon,.feature-card:hover .feature-icon,.feature-card:hover .feature-link,.landing-nav-links a:hover:after{transform:none!important}.animate-float,.animate-float-slow,.animate-pulse-glow,.floating-circle,.demo-floating-circle,.demo-particle{animation:none!important;display:none!important}:root{--color-text-muted: #111827;--color-text-subtle: #1F2937;--color-text-on-dark: #F9FAFB;--color-text-on-dark-muted: #E5E7EB;--color-text-on-dark-subtle: #D1D5DB;--color-accent-text: #000000;--color-accent-text-strong: #000000;--color-badge-bg: #F3F4F6;--color-badge-border: #000000;--color-badge-text: #000000;--color-placeholder: #374151;--color-footer-heading: #FFFFFF;--color-footer-text: #F9FAFB;--color-footer-link: #FFFFFF;--color-footer-copy: #E5E7EB}.gradient-text,.gradient-text-white{color:var(--color-accent-text-strong);background:none;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:currentColor}.landing .gradient-text-white{color:#fff}.section-badge{background:var(--color-badge-bg);border-color:var(--color-badge-border);color:var(--color-badge-text);font-weight:700}input::placeholder,textarea::placeholder{color:var(--color-placeholder);opacity:1}.text-secondary,.home-page .hero-subtitle,.home-page .section-subtitle,.home-page .feature-description,.home-page .demo-content p,.home-page .demo-features li,.home-page .stat-label,.landing .section-description,.landing .hero-tagline,.landing .capability-item p,.landing .tool-subtitle,.landing .tool-features li,.landing .platform-feature-card p,.landing .cta-step p,.stat-pill-label,.header-user-role{color:var(--color-text-muted)}.home-page .section-title,.home-page .feature-title,.home-page .demo-content h3,.landing .section-title{color:var(--color-headings)}.home-page .hero-title{color:var(--color-headings);-webkit-text-fill-color:var(--color-headings)}.home-page .hero-title .gradient-text{color:var(--color-accent-text-strong);-webkit-text-fill-color:var(--color-accent-text-strong)}.landing .hero-title{color:#fff;-webkit-text-fill-color:#FFFFFF}.landing .hero-tagline{color:var(--color-text-on-dark-muted)}.landing .hero-description{color:var(--color-text-on-dark)}.landing .cloud-description,.landing .cloud-card-description,.dashboard-banner-overlay .dashboard-subtitle{color:var(--color-text-on-dark-muted)}.cta-section h2,.cta-section p,.landing-cloud .cloud-title,.landing-cloud .cloud-card-title{color:#fff;opacity:1}.cta-section p{color:var(--color-text-on-dark)}.cta-button.outline,.landing .btn-hero-secondary{background:#ffffff26!important;color:#fff!important;border:2px solid rgba(255,255,255,.75)!important}.footer,.landing-footer{color:var(--color-footer-text)}.footer-section h3,.landing-footer-links{color:var(--color-footer-heading)}.home-page .footer-section p,.landing-footer-brand p{color:var(--color-footer-text)}.home-page .footer-section ul li a,.landing-footer-links a{color:var(--color-footer-link)}.home-page .footer-bottom,.landing-footer-copy{color:var(--color-footer-copy)}.glass-card{background:#fff;border:1px solid var(--color-border)}[data-theme=dark] .glass-card{background:var(--dm-elevated, #151d30);border-color:var(--dm-border, rgba(148, 163, 184, .14))}.stat-card-value,.stat-number{color:var(--color-primary-cta);background:none;-webkit-background-clip:unset;-webkit-text-fill-color:currentColor}.home-page .feature-link{color:var(--color-accent-text-strong)}.form-section .form-header h1{color:var(--color-headings)}.form-section .form-header p{color:var(--color-text-muted)}.header-menu-user-email{color:var(--color-text-on-dark-muted)}.feed-meta,.feed-card-meta,.description-meta,.analytics-meta,.settings-hint,.settings-label-muted,.chat-session-meta,.chat-empty-state,.message-time,.message-timestamp,.auth-image-error,.auth-image-loading{color:var(--color-text-muted)}:root{--container-padding: clamp(1rem, 4vw, 4rem);--header-height: 68px;--section-y: 2.5rem;--section-y-lg: 3.5rem;--text-display: clamp(1.75rem, 4vw, 2.25rem);--text-h1: clamp(1.5rem, 3.5vw, 1.875rem);--text-h2: clamp(1.25rem, 3vw, 1.5rem);--text-h3: clamp(1rem, 2.5vw, 1.125rem);--text-body: 1rem;--text-sm: .875rem;--text-xs: .8125rem;--app-column-max: 920px}@media(max-width:768px){:root{--header-height: 60px;--section-y: 2rem;--section-y-lg: 2.5rem}}@media(max-width:480px){:root{--container-padding: 1rem}}.site-container,.landing-container,.home-page .hero-grid,.home-page .features-container,.home-page .demo-container,.home-page .stats-container,.home-page .footer-container{width:100%;padding-left:var(--container-padding);padding-right:var(--container-padding);box-sizing:border-box}.app-column{width:100%;max-width:var(--app-column-max);margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem);box-sizing:border-box}.app-shell{width:100%;box-sizing:border-box}.header-bar{position:sticky;top:0;z-index:2000}@supports (padding: max(0px)){.header-bar,.landing-nav{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-top:env(safe-area-inset-top)}.header-menu-panel,.landing-nav-drawer{padding-bottom:env(safe-area-inset-bottom)}}.layout,.page-content,.landing,.demo-page{max-width:100%;overflow-x:clip}@media(max-width:768px){:root{--header-height: 60px}.header-menu-toggle,.landing-nav-toggle{min-width:44px;min-height:44px}}@media(max-width:480px){:root{--container-padding: 1rem;--spacing-xl: 1.25rem;--spacing-2xl: 2rem;--spacing-3xl: 2.5rem;--logo-size-nav: 56px;--logo-size-header-mobile: 48px}}@media(max-width:768px){.feed-details-tabs,.stg-nav,.chat-sessions{-webkit-overflow-scrolling:touch;scrollbar-width:none}.feed-details-tabs::-webkit-scrollbar,.stg-nav::-webkit-scrollbar,.chat-sessions::-webkit-scrollbar{display:none}}.auth-top-bar{position:fixed;top:1rem;left:1rem;right:1rem;z-index:100;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.demo-top-bar{position:fixed;top:1rem;right:1rem;z-index:100}.auth-top-bar>*{pointer-events:auto}.auth-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:999px;background:#ffffffeb;color:#000!important;border:1px solid #E5E7EB;font-size:.875rem;font-weight:600;text-decoration:none!important;box-shadow:0 2px 8px #00000014;transition:background .2s ease,border-color .2s ease,transform .15s ease}.auth-back-btn:hover{background:#fff;border-color:#000;color:#000!important;text-decoration:none!important;transform:translateY(-1px)}.auth-back-btn i{font-size:.8rem}[data-theme=dark] .auth-back-btn{background:#0f172ae6;color:#f9fafb!important;border-color:#94a3b840}[data-theme=dark] .auth-back-btn:hover{background:#1e293bf2;color:#fff!important;border-color:#94a3b873}[data-theme=dark] .layout:before{background:radial-gradient(ellipse 80% 50% at 15% 0%,rgba(0,0,0,.14) 0%,transparent 55%),radial-gradient(ellipse 60% 40% at 85% 100%,rgba(0,0,0,.08) 0%,transparent 50%);opacity:1}[data-theme=dark] .layout:after{background-image:linear-gradient(rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.03) 1px,transparent 1px);opacity:.5}[data-theme=dark] .glass-card{background:var(--dm-elevated);border:1px solid var(--dm-border);box-shadow:var(--dm-card-shadow)}[data-theme=dark] .glass-card:hover{border-color:#0000004d;box-shadow:var(--dm-card-shadow-hover)}[data-theme=dark] .btn-secondary,[data-theme=dark] .cta-button.secondary{background:#22262e!important;color:#e2e8f0!important;border:1.5px solid #3a4150!important;box-shadow:none!important}[data-theme=dark] .btn-secondary:hover:not(:disabled),[data-theme=dark] .cta-button.secondary:hover{background:#2a303c!important;color:#f8fafc!important;border-color:#4b5563!important;box-shadow:none!important}[data-theme=dark] .cta-button:not(.secondary){background:#fff!important;color:#0b0d10!important;box-shadow:none}[data-theme=dark] .btn-primary,[data-theme=dark] button.primary,[data-theme=dark] .submit-btn,[data-theme=dark] .chat-empty-btn,[data-theme=dark] .chat-send-btn{background:#fff!important;color:#0b0d10!important;box-shadow:none!important}[data-theme=dark] .btn-primary:hover:not(:disabled),[data-theme=dark] button.primary:hover:not(:disabled),[data-theme=dark] .submit-btn:hover:not(:disabled),[data-theme=dark] .chat-empty-btn:hover,[data-theme=dark] .chat-send-btn:hover:not(:disabled){background:#e2e8f0!important;color:#0b0d10!important}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:#f3f4f6;box-shadow:0 0 0 3px #f3f4f614}[data-theme=dark] .alert-success{color:#86efac}[data-theme=dark] .section-badge{background:#00000024;border-color:#00000059;color:#9ca3af}[data-theme=dark] .photo-frame:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,#080d1826,#080d1873);pointer-events:none}[data-theme=dark] .photo-frame{position:relative;border-color:var(--dm-border)}[data-theme=dark] .loading-container{background:var(--dm-base)}[data-theme=dark] .loading-container:before{background:radial-gradient(circle at 30% 40%,rgba(0,0,0,.12) 0%,transparent 50%),radial-gradient(circle at 70% 60%,rgba(0,0,0,.08) 0%,transparent 50%)}[data-theme=dark] .home-page{background:#0b0d10!important}[data-theme=dark] .home-page .home-section-title,[data-theme=dark] .home-page .home-pillar h3,[data-theme=dark] .home-page .home-tool-title{color:#f3f4f6!important}[data-theme=dark] .home-page .home-section-desc,[data-theme=dark] .home-page .home-pillar>p,[data-theme=dark] .home-page .home-tool-desc,[data-theme=dark] .home-page .home-tool-subtitle,[data-theme=dark] .home-page .home-eyebrow:not(.home-eyebrow--on-dark){color:#9ca3af!important}[data-theme=dark] .home-page .home-pillar,[data-theme=dark] .home-page .home-tool-row{border-color:#ffffff1f}[data-theme=dark] .home-page .home-pillar-examples li,[data-theme=dark] .home-page .home-assistant-points li,[data-theme=dark] .home-page .home-pillar-link{color:#e5e7eb}[data-theme=dark] .landing-hero,[data-theme=dark] .landing-hero .hero-title,[data-theme=dark] .landing-hero .hero-description,[data-theme=dark] .landing-hero-trust-label,[data-theme=dark] .landing-hero-trust-list li,[data-theme=dark] .landing-nav:not(.is-scrolled) .landing-nav-links a,[data-theme=dark] .landing-nav:not(.is-scrolled) .landing-nav-signin{color:#fff!important;-webkit-text-fill-color:#fff!important}[data-theme=dark] .landing-hero .btn-hero-primary{background:#fff!important;color:#0b0d10!important;-webkit-text-fill-color:#0b0d10!important}[data-theme=dark] .landing-protect-title,[data-theme=dark] .landing-protect-subtitle,[data-theme=dark] .landing-protect-lead,[data-theme=dark] .landing-protect-list li,[data-theme=dark] .landing-protect .section-eyebrow,[data-theme=dark] .landing-text-link{color:#fff!important}[data-theme=dark] .landing{background:#0b0d10!important;color:#e5e7eb}[data-theme=dark] .landing-why,[data-theme=dark] .landing-tools,[data-theme=dark] .landing-assistant,[data-theme=dark] .landing-waitlist,[data-theme=dark] .landing-pricing{background:#0b0d10!important}[data-theme=dark] .landing-waitlist .hero-points li,[data-theme=dark] .landing-waitlist .hero-points--onlight li{color:#cbd5e1!important}[data-theme=dark] .landing-waitlist .hero-points li i,[data-theme=dark] .landing-waitlist .hero-points--onlight li i{background:#ffffff1f!important;color:#fff!important}[data-theme=dark] .landing-waitlist .section-eyebrow{color:#94a3b8!important}[data-theme=dark] .landing-why-item,[data-theme=dark] .tool-row{border-color:var(--dm-border)}[data-theme=dark] .landing .section-title,[data-theme=dark] .landing-why-item h3,[data-theme=dark] .tool-title{color:var(--dm-text, #f3f4f6)}[data-theme=dark] .landing .section-description,[data-theme=dark] .landing-why-item p,[data-theme=dark] .tool-description,[data-theme=dark] .tool-subtitle,[data-theme=dark] .section-eyebrow{color:var(--dm-muted, #9ca3af)}[data-theme=dark] .landing-why-examples li{color:var(--dm-text, #e5e7eb)}[data-theme=dark] .landing-why-examples li:before{background:var(--dm-text, #e5e7eb)}[data-theme=dark] .landing-nav.is-scrolled{background:#0b0d10f0!important;border-bottom-color:#ffffff1a!important;box-shadow:0 1px #00000059!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}[data-theme=dark] .landing-nav.is-scrolled .landing-nav-links a,[data-theme=dark] .landing-nav.is-scrolled .landing-nav-signin{color:#ffffffe0!important}[data-theme=dark] .landing-nav.is-scrolled .landing-nav-links a:hover,[data-theme=dark] .landing-nav.is-scrolled .landing-nav-signin:hover{color:#fff!important}[data-theme=dark] .landing-nav.is-scrolled .landing-nav-cta{background:#fff!important;color:#0b0d10!important}[data-theme=dark] .landing-nav.is-scrolled .theme-toggle{background:#ffffff1a!important;border-color:#ffffff47!important;color:#fff!important}[data-theme=dark] .landing-nav.is-scrolled .landing-nav-toggle{background:#ffffff1a!important;border-color:#ffffff47!important}[data-theme=dark] .landing-nav.is-scrolled .landing-nav-toggle .hamburger-line{background-color:#fff!important}[data-theme=dark] .landing-nav-drawer{background:#0b0d10!important;border-left-color:#ffffff1f!important}[data-theme=dark] .landing-nav-drawer-top{border-bottom-color:#ffffff1f!important}[data-theme=dark] .landing-nav-drawer-title{color:#94a3b8!important}[data-theme=dark] .landing-nav-drawer-close{background:#ffffff14!important;border-color:#ffffff29!important;color:#fff!important}[data-theme=dark] .landing-nav-drawer-links a{color:#f8fafc!important}[data-theme=dark] .landing-nav-drawer-link-btn{border-color:#fff3!important;color:#f8fafc!important;background:transparent!important}[data-theme=dark] .landing-nav-drawer-link-btn--primary{background:#fff!important;color:#0b0d10!important;border-color:#fff!important}[data-theme=dark] .landing-footer{background:#05070a;border-top:1px solid rgba(255,255,255,.1)}[data-theme=dark] .login-page,[data-theme=dark] .register-page{background:var(--dm-base)}[data-theme=dark] .login-page .background-overlay,[data-theme=dark] .register-page .background-overlay{background:radial-gradient(ellipse 60% 50% at 20% 30%,rgba(0,0,0,.1) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 80% 70%,rgba(0,0,0,.06) 0%,transparent 50%)}[data-theme=dark] .form-section,[data-theme=dark] .register-page .form-section{background:var(--dm-elevated);border-left:1px solid var(--dm-border)}[data-theme=dark] .login-page .form-section input:not([type=checkbox]),[data-theme=dark] .register-page .form-section input:not([type=checkbox]){background:var(--dm-input);border-color:var(--dm-border-strong);color:var(--color-text)}[data-theme=dark] .login-page .social-btn,[data-theme=dark] .register-page .social-btn{background:var(--dm-overlay);border-color:var(--dm-border-strong);color:var(--color-text)}[data-theme=dark] .login-page .form-section .form-header h1,[data-theme=dark] .register-page .form-section .form-header h1{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:var(--color-headings)!important;color:var(--color-headings)!important}[data-theme=dark] .login-page .form-section .form-header p,[data-theme=dark] .register-page .form-section .form-header p,[data-theme=dark] .login-page .checkbox-label,[data-theme=dark] .register-page .checkbox-label,[data-theme=dark] .login-page .register-prompt p,[data-theme=dark] .register-page .login-prompt p,[data-theme=dark] .register-page .input-help,[data-theme=dark] .register-page .strength-text,[data-theme=dark] .register-page .requirement{color:var(--color-text)!important}[data-theme=dark] .register-page .requirement i{color:#f87171!important}[data-theme=dark] .login-page .register-link,[data-theme=dark] .register-page .login-link{color:var(--color-links)!important}[data-theme=dark] .register-page .terms-link,[data-theme=dark] .register-page .privacy-link,[data-theme=dark] .register-page .checkbox-label a{color:#9ca3af!important;text-decoration:underline;text-underline-offset:2px}[data-theme=dark] .login-page .register-link:hover,[data-theme=dark] .register-page .login-link:hover,[data-theme=dark] .register-page .terms-link:hover,[data-theme=dark] .register-page .privacy-link:hover,[data-theme=dark] .register-page .checkbox-label a:hover{color:#e5e7eb!important}[data-theme=dark] .login-page .register-prompt,[data-theme=dark] .register-page .login-prompt{border-top-color:var(--dm-border-strong)}[data-theme=dark] .login-page .input-icon,[data-theme=dark] .register-page .input-icon,[data-theme=dark] .login-page .password-toggle,[data-theme=dark] .register-page .password-toggle{color:var(--color-text-muted)!important}[data-theme=dark] .login-page .input-wrapper:focus-within .input-icon,[data-theme=dark] .register-page .input-wrapper:focus-within .input-icon{color:var(--color-links)!important}[data-theme=dark] .login-page .password-toggle:hover,[data-theme=dark] .register-page .password-toggle:hover{color:var(--color-links)!important;background:#0000001f!important}[data-theme=dark] .login-page .form-input,[data-theme=dark] .register-page .form-input{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text)!important}[data-theme=dark] .login-page .form-input::placeholder,[data-theme=dark] .register-page .form-input::placeholder{color:var(--color-placeholder)!important}[data-theme=dark] .login-page .form-input:focus,[data-theme=dark] .register-page .form-input:focus{background:var(--dm-overlay)!important;border-color:#000!important;box-shadow:0 0 0 4px #00000026!important}[data-theme=dark] .login-page .checkmark,[data-theme=dark] .register-page .checkmark{background:#14161a;border-color:#ffffff6b}[data-theme=dark] .login-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark,[data-theme=dark] .register-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark{background:#fff;border-color:#fff}[data-theme=dark] .login-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark:after,[data-theme=dark] .register-page .checkbox-wrapper input[type=checkbox]:checked+.checkmark:after{border-color:#0b0d10}[data-theme=dark] .login-page .submit-btn,[data-theme=dark] .register-page .submit-btn{color:#0b0d10!important;background:#fff!important;border:none!important;padding:.95rem 1.5rem!important;border-radius:10px!important;box-shadow:none!important;font-weight:700!important;opacity:1!important}[data-theme=dark] .login-page .submit-btn .btn-text,[data-theme=dark] .login-page .submit-btn .btn-icon,[data-theme=dark] .register-page .submit-btn .btn-text,[data-theme=dark] .register-page .submit-btn .btn-icon,[data-theme=dark] .register-page .submit-btn i{color:#0b0d10!important}[data-theme=dark] .login-page .submit-btn:hover:not(:disabled),[data-theme=dark] .register-page .submit-btn:hover:not(:disabled){background:#e8eaed!important;box-shadow:none!important}[data-theme=dark] .register-page .submit-btn:disabled{opacity:.55!important;background:#fff!important;color:#0b0d10!important;box-shadow:none!important;cursor:not-allowed}[data-theme=dark] .register-page .submit-btn:disabled .btn-text,[data-theme=dark] .register-page .submit-btn:disabled .btn-icon,[data-theme=dark] .register-page .submit-btn:disabled i{color:#0b0d10!important}[data-theme=dark] .login-page .submit-btn .btn-text:after{display:none}[data-theme=dark] .register-page .security-indicator{display:none}[data-theme=dark] .join-list-page .jl-panel{background:#16181ceb;color:var(--color-text);border-color:#ffffff1a;box-shadow:0 28px 60px #00000080}[data-theme=dark] .join-list-page .jl-title{color:var(--color-headings)!important}[data-theme=dark] .join-list-page .jl-subtitle,[data-theme=dark] .join-list-page .jl-label,[data-theme=dark] .join-list-page .jl-panel-eyebrow{color:var(--color-text)!important}[data-theme=dark] .join-list-page .jl-subtitle a{color:#fff!important}[data-theme=dark] .join-list-page .jl-field input{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text)!important}[data-theme=dark] .join-list-page .jl-field input::placeholder{color:var(--color-placeholder)!important}[data-theme=dark] .join-list-page .jl-field input:focus{background:var(--dm-overlay)!important;border-color:#fff!important;box-shadow:0 0 0 3px #ffffff1f!important}[data-theme=dark] .join-list-page .jl-submit{color:#0b0d10!important;background:#f3f1ed!important}[data-theme=dark] .join-list-page .jl-submit:hover:not(:disabled){background:#fff!important;color:#0b0d10!important}[data-theme=dark] .register-page .password-strength{background:var(--dm-overlay)}[data-theme=dark] .register-page .requirement.valid{color:#34d399!important}[data-theme=dark] .dashboard-header{border-bottom-color:var(--dm-border)}[data-theme=dark] .dashboard-card,[data-theme=dark] .dashboard-stat-card,[data-theme=dark] .dashboard-activity-card,[data-theme=dark] .feed-card,[data-theme=dark] .feed-settings-modal,[data-theme=dark] .feed-settings-content,[data-theme=dark] .feeds-page .modal-content,[data-theme=dark] .feed-add-dropdown,[data-theme=dark] .feed-type-option,[data-theme=dark] .feed-details-header,[data-theme=dark] .feed-details-info-card,[data-theme=dark] .feed-details-descriptions-panel,[data-theme=dark] .feed-details-description-card,[data-theme=dark] .feed-details-analytics-card,[data-theme=dark] .feed-details-overview-section,[data-theme=dark] .feed-details-settings-section,[data-theme=dark] .feed-details-frame-card,[data-theme=dark] .analytics-card,[data-theme=dark] .analytics-chart-card,[data-theme=dark] .stg-panel,[data-theme=dark] .stg-card,[data-theme=dark] .stg-form-card,[data-theme=dark] .stg-voice-card,[data-theme=dark] .stg-face-card{background:var(--dm-elevated);border-color:var(--dm-border);box-shadow:var(--dm-card-shadow);color:var(--color-text)}[data-theme=dark] .feed-card:hover{border-color:#0000004d;box-shadow:var(--dm-card-shadow-hover)}[data-theme=dark] .stg-sidebar{border-right-color:var(--dm-border)}[data-theme=dark] .stg-nav-item{color:var(--color-text-secondary)}[data-theme=dark] .stg-nav-item:hover{background:var(--dm-overlay);color:var(--color-headings)}[data-theme=dark] .stg-nav-item--active{background:#ffffff14;color:#f8fafc;box-shadow:inset 3px 0 #f8fafc}[data-theme=dark] .stg-nav-icon{background:#22262e;border-color:#3a4150;color:#f8fafc}[data-theme=dark] .stg-nav-item:hover .stg-nav-icon{background:#22262e;border-color:#4b5563;color:#f8fafc}[data-theme=dark] .stg-nav-item--active .stg-nav-icon{background:#f8fafc;border-color:#f8fafc;color:#0b0d10}[data-theme=dark] .stg-nav-item--profile{--stg-accent: #60A5FA;--stg-accent-soft: rgba(96, 165, 250, .12)}[data-theme=dark] .stg-nav-item--security{--stg-accent: #818CF8;--stg-accent-soft: rgba(129, 140, 248, .12)}[data-theme=dark] .stg-nav-item--assistant{--stg-accent: #2DD4BF;--stg-accent-soft: rgba(45, 212, 191, .12)}[data-theme=dark] .stg-nav-item--faces{--stg-accent: #22D3EE;--stg-accent-soft: rgba(34, 211, 238, .12)}[data-theme=dark] .stg-nav-item--voices{--stg-accent: #38BDF8;--stg-accent-soft: rgba(56, 189, 248, .12)}[data-theme=dark] .stg-nav-item--phone{--stg-accent: #60A5FA;--stg-accent-soft: rgba(96, 165, 250, .12)}[data-theme=dark] .stg-nav-item--profile:hover .stg-nav-icon,[data-theme=dark] .stg-nav-item--security:hover .stg-nav-icon,[data-theme=dark] .stg-nav-item--assistant:hover .stg-nav-icon,[data-theme=dark] .stg-nav-item--faces:hover .stg-nav-icon,[data-theme=dark] .stg-nav-item--voices:hover .stg-nav-icon,[data-theme=dark] .stg-nav-item--phone:hover .stg-nav-icon{background:#22262e;color:var(--stg-accent);border-color:color-mix(in srgb,var(--stg-accent) 40%,#3a4150)}[data-theme=dark] .stg-nav-item--profile.stg-nav-item--active,[data-theme=dark] .stg-nav-item--security.stg-nav-item--active,[data-theme=dark] .stg-nav-item--assistant.stg-nav-item--active,[data-theme=dark] .stg-nav-item--faces.stg-nav-item--active,[data-theme=dark] .stg-nav-item--voices.stg-nav-item--active,[data-theme=dark] .stg-nav-item--phone.stg-nav-item--active{background:var(--stg-accent-soft);box-shadow:inset 3px 0 0 var(--stg-accent)}[data-theme=dark] .stg-nav-item--profile.stg-nav-item--active .stg-nav-icon,[data-theme=dark] .stg-nav-item--security.stg-nav-item--active .stg-nav-icon,[data-theme=dark] .stg-nav-item--assistant.stg-nav-item--active .stg-nav-icon,[data-theme=dark] .stg-nav-item--faces.stg-nav-item--active .stg-nav-icon,[data-theme=dark] .stg-nav-item--voices.stg-nav-item--active .stg-nav-icon,[data-theme=dark] .stg-nav-item--phone.stg-nav-item--active .stg-nav-icon{background:var(--stg-accent);border-color:var(--stg-accent);color:#0b0d10}[data-theme=dark] .stg-nav-item--profile.stg-nav-item--active .stg-nav-label,[data-theme=dark] .stg-nav-item--security.stg-nav-item--active .stg-nav-label,[data-theme=dark] .stg-nav-item--assistant.stg-nav-item--active .stg-nav-label,[data-theme=dark] .stg-nav-item--faces.stg-nav-item--active .stg-nav-label,[data-theme=dark] .stg-nav-item--voices.stg-nav-item--active .stg-nav-label,[data-theme=dark] .stg-nav-item--phone.stg-nav-item--active .stg-nav-label,[data-theme=dark] .stg-nav-item--profile:hover .stg-nav-label,[data-theme=dark] .stg-nav-item--security:hover .stg-nav-label,[data-theme=dark] .stg-nav-item--assistant:hover .stg-nav-label,[data-theme=dark] .stg-nav-item--faces:hover .stg-nav-label,[data-theme=dark] .stg-nav-item--voices:hover .stg-nav-label,[data-theme=dark] .stg-nav-item--phone:hover .stg-nav-label{color:var(--stg-accent)}[data-theme=dark] .feeds-page input:not([type=checkbox]):not([type=radio]),[data-theme=dark] .feeds-page select,[data-theme=dark] .feeds-page textarea,[data-theme=dark] .stg-page input:not([type=checkbox]):not([type=radio]),[data-theme=dark] .stg-page select,[data-theme=dark] .stg-page textarea{background:var(--dm-input);border-color:var(--dm-border-strong);color:var(--color-text)}[data-theme=dark] .feed-details-tab.active{background:#00000024;color:#9ca3af}[data-theme=dark] .feed-details-description-header,[data-theme=dark] .feed-details-meta-item{background:var(--dm-overlay);border-color:var(--dm-border)}[data-theme=dark] .dashboard .chart-card{background:#14171d!important;border-color:#2a2f38!important;box-shadow:none!important;color:#f1f5f9}[data-theme=dark] .feeds-stat-label{color:#94a3b8!important}[data-theme=dark] .feeds-stat-value{color:#f8fafc!important}[data-theme=dark] .chart-card-title{color:var(--color-headings)!important;border-bottom-color:var(--dm-border)!important}[data-theme=dark] .chart-card .recharts-text,[data-theme=dark] .chart-card .recharts-legend-item-text{fill:#e2e8f0!important}[data-theme=dark] .chart-card .recharts-default-tooltip,[data-theme=dark] .chart-card .recharts-default-tooltip *{color:#f8fafc!important;fill:#f8fafc!important}[data-theme=dark] .feeds-stat-card{background:var(--dm-elevated)!important;border-color:var(--dm-border)!important;box-shadow:var(--dm-card-shadow)!important}[data-theme=dark] .feeds-stat-card--active .feeds-stat-value{color:#34d399!important}[data-theme=dark] .feed-card-url{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:#cbd5e1!important}[data-theme=dark] .feed-card-date,[data-theme=dark] .feed-card-date i{color:#94a3b8!important}[data-theme=dark] .feed-card-monitoring{border-top-color:var(--dm-border)!important}[data-theme=dark] .feed-monitoring-label,[data-theme=dark] .feed-monitoring-all{color:#cbd5e1!important}[data-theme=dark] .feed-monitoring-label i{color:#000!important}[data-theme=dark] .feed-tag{background:#0003!important;color:#e5e7eb!important;border-color:#0006!important}[data-theme=dark] .feed-tag-more{background:var(--dm-overlay)!important;color:var(--color-text-muted)!important;border-color:var(--dm-border)!important}[data-theme=dark] .feed-status-badge.badge-neutral{background:#94a3b82e!important;color:#e2e8f0!important;border-color:#94a3b859!important}[data-theme=dark] .feed-status-badge.badge-success{background:#10b9812e!important;color:#6ee7b7!important;border-color:#10b98159!important}[data-theme=dark] .feed-status-badge.badge-info{background:#0000002e!important;color:#9ca3af!important;border-color:#00000059!important}[data-theme=dark] .feed-status-badge.badge-error{background:#ef44442e!important;color:#fca5a5!important;border-color:#ef444459!important}[data-theme=dark] .feed-status-badge.badge-warning{background:#f9731638!important;color:#fdba74!important;border:1px solid rgba(249,115,22,.4)!important}[data-theme=dark] .property-filter-chip{background:var(--dm-elevated)!important;border-color:var(--dm-border-strong)!important;color:#cbd5e1!important}[data-theme=dark] .property-filter-chip:hover{border-color:#0000008c!important;color:#e2e8f0!important;background:var(--dm-overlay)!important}[data-theme=dark] .property-filter-chip.active{background:#000!important;border-color:#000!important;color:#fff!important}[data-theme=dark] .property-filter-count{background:#ffffff1f!important;color:inherit!important}[data-theme=dark] .property-filter-chip:not(.active) .property-filter-count{background:#94a3b833!important}[data-theme=dark] .property-section-title{color:var(--color-headings)!important}[data-theme=dark] .property-section-title i{color:#000!important}[data-theme=dark] .property-section-count{color:#94a3b8!important}[data-theme=dark] .property-add-btn,[data-theme=dark] .property-add-cameras-btn{background:#00000024!important;border-color:#0006!important;color:#9ca3af!important}[data-theme=dark] .property-add-btn:hover,[data-theme=dark] .property-add-cameras-btn:hover{background:#00000038!important;color:#e5e7eb!important}[data-theme=dark] .property-delete-btn{background:#ef44441f!important;border-color:#ef444459!important;color:#fca5a5!important}[data-theme=dark] .property-delete-btn:hover{background:#ef444433!important;color:#fecaca!important}[data-theme=dark] .feed-property-badge{background:#00000029!important;color:#9ca3af!important}[data-theme=dark] .feed-settings-modal{background:var(--dm-elevated)!important;border:1px solid var(--dm-border)!important;color:var(--color-text)!important}[data-theme=dark] .feed-settings-header{border-bottom-color:var(--dm-border)!important}[data-theme=dark] .feed-settings-header h2{color:var(--color-headings)!important}[data-theme=dark] .feed-settings-close{background:var(--dm-overlay)!important;border-color:var(--dm-border-strong)!important;color:#e2e8f0!important}[data-theme=dark] .feed-settings-close:hover{background:#00000029!important;color:#fff!important}[data-theme=dark] .feed-settings-label,[data-theme=dark] .feed-settings-hint,[data-theme=dark] .feed-settings-alert-toggle,[data-theme=dark] .feed-settings-classes-label{color:#cbd5e1!important}[data-theme=dark] .feed-settings-input,[data-theme=dark] .feed-settings-modal select,[data-theme=dark] .feed-settings-modal input[type=text]{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:#f1f5f9!important}[data-theme=dark] .feed-settings-input::placeholder,[data-theme=dark] .feed-settings-modal input::placeholder{color:#94a3b8!important;opacity:1!important}[data-theme=dark] .feed-settings-footer{background:var(--dm-raised, #0f172a)!important;border-top-color:var(--dm-border)!important}[data-theme=dark] .feed-settings-cancel{background:var(--dm-overlay)!important;border-color:var(--dm-border-strong)!important;color:#e2e8f0!important}[data-theme=dark] .feed-settings-cancel:hover{background:#94a3b82e!important;border-color:#64748b!important;color:#f8fafc!important}[data-theme=dark] .feed-settings-class-btn{background:var(--dm-overlay)!important;border-color:var(--dm-border-strong)!important;color:#e2e8f0!important}[data-theme=dark] .feed-settings-class-btn:hover{border-color:#00000080!important;color:#9ca3af!important}[data-theme=dark] .feed-settings-tag{background:#00000029!important;color:#9ca3af!important}[data-theme=dark] .bulk-select-all{color:#cbd5e1!important}[data-theme=dark] .bulk-camera-row{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important}[data-theme=dark] .bulk-camera-row:hover{border-color:#00000073!important;background:var(--dm-overlay)!important}[data-theme=dark] .bulk-camera-row.selected{border-color:#000!important;background:#00000029!important}[data-theme=dark] .bulk-camera-name{color:#f1f5f9!important}[data-theme=dark] .bulk-camera-sub{color:#94a3b8!important}[data-theme=dark] .feed-menu{background:var(--dm-elevated)!important;border-color:var(--dm-border-strong)!important;box-shadow:0 12px 40px #00000073!important}[data-theme=dark] .feed-menu-item{color:#e2e8f0!important}[data-theme=dark] .feed-menu-item:hover{background:#00000024!important;color:#f8fafc!important}[data-theme=dark] .feed-menu-item-danger{color:#fca5a5!important}[data-theme=dark] .feed-menu-item-danger:hover{background:#ef444429!important;color:#fecaca!important}[data-theme=dark] .feed-icon-btn{background:var(--dm-overlay)!important;border-color:var(--dm-border-strong)!important;color:#e2e8f0!important}[data-theme=dark] .feeds-empty{background:var(--dm-elevated)!important;border-color:#00000059!important;box-shadow:none!important}[data-theme=dark] .feeds-empty-title{color:#f8fafc!important}[data-theme=dark] .feeds-empty-text{color:#cbd5e1!important}[data-theme=dark] .feeds-empty-icon{background:#00000029!important}[data-theme=dark] .feeds-empty .property-add-cameras-btn{background:#00000038!important;border-color:#00000080!important;color:#f3f4f6!important}[data-theme=dark] label.bulk-camera-row,[data-theme=dark] .bulk-camera-row{color:#f8fafc!important}[data-theme=dark] .bulk-camera-name{color:#f8fafc!important;-webkit-text-fill-color:#f8fafc!important}[data-theme=dark] .bulk-camera-sub{color:#94a3b8!important;-webkit-text-fill-color:#94a3b8!important}[data-theme=dark] .bulk-select-all{color:#e2e8f0!important}[data-theme=dark] .bulk-camera-row{background:var(--dm-input)!important;border-color:#94a3b866!important}[data-theme=dark] .bulk-camera-row.selected{border-color:#000!important;background:#0003!important}[data-theme=dark] .feed-analytics-page{background:transparent!important;color:#f1f5f9!important}[data-theme=dark] .stg-card,[data-theme=dark] .stg-security-tip{background:var(--dm-elevated)!important;border-color:var(--dm-border)!important;box-shadow:var(--dm-card-shadow)!important}[data-theme=dark] .stg-card-title,[data-theme=dark] .stg-security-tip-title,[data-theme=dark] .stg-main-title{color:var(--color-headings)!important}[data-theme=dark] .stg-card-desc,[data-theme=dark] .stg-main-desc,[data-theme=dark] .stg-security-tip-list,[data-theme=dark] .stg-field-note,[data-theme=dark] .stg-avatar-hint{color:#e2e8f0!important}[data-theme=dark] .stg-main-eyebrow{color:#9ca3af!important}[data-theme=dark] .stg-field label{color:var(--color-headings)!important}[data-theme=dark] .stg-input{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text)!important}[data-theme=dark] .stg-input::placeholder{color:var(--color-placeholder)!important}[data-theme=dark] .stg-input--disabled{background:var(--dm-overlay)!important;color:var(--color-text-muted)!important;border-color:var(--dm-border)!important}[data-theme=dark] .stg-input-group-icon{color:#e2e8f0!important}[data-theme=dark] .stg-input-group:focus-within .stg-input-group-icon{color:#fff!important}[data-theme=dark] .stg-card-intro-icon,[data-theme=dark] .stg-security-tip-icon{background:#fff!important;color:#0b0d10!important}[data-theme=dark] .stg-card--assistant .stg-card-intro-icon{background:#22262e!important;border-color:#3a4150!important;color:#f8fafc!important}[data-theme=dark] .stg-card-intro{border-bottom-color:var(--dm-border)!important}[data-theme=dark] .stg-btn--primary:disabled{background:var(--dm-overlay)!important;color:var(--color-text-muted)!important;border:1px solid var(--dm-border-strong)!important;opacity:1!important}[data-theme=dark] .stg-btn--ghost{color:var(--color-text-secondary)!important;border-color:var(--dm-border-strong)!important}[data-theme=dark] .stg-btn--ghost:hover:not(:disabled){background:var(--dm-overlay)!important;color:var(--color-headings)!important}[data-theme=dark] .stg-count-badge{background:var(--dm-overlay)!important;color:var(--color-text-secondary)!important}[data-theme=dark] .stg-voice-row--active{background:linear-gradient(90deg,rgba(56,189,248,.08) 0%,transparent 100%)!important}[data-theme=dark] .stg-voice-select{background:#1a1d24!important;border-color:#3a4150!important;color:#f1f5f9!important}[data-theme=dark] .stg-voice-row--active .stg-voice-select{background:#1e2430!important;border-color:#38bdf8!important;box-shadow:inset 3px 0 #38bdf8!important}[data-theme=dark] .stg-voice-icon{background:#22262e!important;border-color:#4b5563!important;color:#f1f5f9!important}[data-theme=dark] .stg-voice-row--active .stg-voice-icon{background:#38bdf8!important;border-color:#38bdf8!important;color:#0b0d10!important}[data-theme=dark] .stg-voice-name{color:#f8fafc!important}[data-theme=dark] .stg-voice-desc,[data-theme=dark] .stg-voice-accent{color:#e2e8f0!important}[data-theme=dark] .stg-voice-nature{color:#cbd5e1!important}[data-theme=dark] .stg-voice-active-tag{background:#10b98138!important;color:#ecfdf5!important;border-color:#34d39973!important}[data-theme=dark] .stg-voice-play{background:#1a1d24!important;border:1px solid #3a4150!important;color:#e2e8f0!important}[data-theme=dark] .stg-voice-play:hover{background:#22262e!important;color:#f8fafc!important;border-color:#64748b!important}[data-theme=dark] .stg-voice-play--active{background:#38bdf8!important;color:#0b0d10!important;border-color:#38bdf8!important}[data-theme=dark] .stg-phone-assigned,[data-theme=dark] .stg-phone-result,[data-theme=dark] .stg-phone-change-bar{background:#1a1d24!important;border-color:#3a4150!important;color:#f8fafc!important}[data-theme=dark] .stg-phone-result strong,[data-theme=dark] .stg-phone-number{color:#f8fafc!important}[data-theme=dark] .stg-phone-intro,[data-theme=dark] .stg-phone-muted,[data-theme=dark] .stg-phone-assigned-label,[data-theme=dark] .stg-phone-change-bar p,[data-theme=dark] .stg-phone-field,[data-theme=dark] .stg-phone-result .stg-phone-muted{color:#e2e8f0!important}[data-theme=dark] .stg-phone-steps{color:#f1f5f9!important}[data-theme=dark] .stg-phone-field input,[data-theme=dark] .stg-phone-field select{background:#14171d!important;border-color:#3a4150!important;color:#f8fafc!important}[data-theme=dark] .stg-btn--danger{color:#fca5a5!important;border-color:#fca5a566!important}[data-theme=dark] .stg-face-drop{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text-secondary)!important}[data-theme=dark] .stg-face-drop:hover:not(:disabled){border-color:#f3f4f6!important;background:#1a1d24!important;color:#e2e8f0!important}[data-theme=dark] .stg-face-drop i{color:#e2e8f0!important}[data-theme=dark] .stg-face-row{background:var(--dm-overlay)!important;border-color:var(--dm-border)!important}[data-theme=dark] .stg-face-row:hover{background:var(--dm-elevated)!important;border-color:var(--dm-border-strong)!important}[data-theme=dark] .stg-face-row-name{color:var(--color-headings)!important}[data-theme=dark] .stg-face-row-date,[data-theme=dark] .stg-empty{color:var(--color-text-muted)!important}[data-theme=dark] .header-user-role{color:#9fb0c8!important}[data-theme=dark] .stg-nav-label{color:var(--color-headings)!important}[data-theme=dark] .stg-nav-desc{color:#8b9ab3!important}[data-theme=dark] .stg-nav-item:hover .stg-nav-desc{color:var(--color-text-secondary)!important}[data-theme=dark] .chat-page{--chat-page-bg: #0c0e12;--chat-page-bg-end: #0c0e12;--chat-sidebar-bg: #14171d;--chat-sidebar-border: #2a2f38;--chat-main-bg: #0c0e12;--chat-conv-bg: #0c0e12;--chat-header-bg: #14171d;--chat-header-border: #2a2f38;--chat-header-title: #f8fafc;--chat-input-bg: #14171d;--chat-input-border-top: #2a2f38;--chat-panel-bg: #14171d;--chat-panel-border: #2a2f38;--chat-btn-primary: #ffffff;--chat-btn-primary-hover: #e2e8f0;--chat-btn-primary-text: #0b0d10;--chat-btn-primary-disabled: #4b5563;--chat-active-session: #1a1d24;--chat-active-session-text: #f8fafc;--chat-active-session-meta: #94a3b8;--chat-hover-session: #1a1d24;--chat-avatar-user-bg: #22262e;--chat-avatar-user-text: #f8fafc;--chat-thinking-border: #3a4150;--chat-thinking-bg: #1a1d24;--tp-fg: #f8fafc;--tp-muted: #cbd5e1;--tp-badge-fg: #f8fafc;--tp-badge-bg: rgba(255, 255, 255, .14);--tp-badge-border: rgba(255, 255, 255, .32);--tp-dot: #f1f5f9;--tp-dot-idle: rgba(241, 245, 249, .4);--tp-skeleton: #3d4554;--tp-skeleton-shine: rgba(255, 255, 255, .22);--tp-shimmer-mid: #94a3b8;--chat-accent: #ffffff;--chat-accent-hover: #e2e8f0;--chat-accent-soft: #22262e;--chat-accent-border: #3a4150;--chat-accent-muted: #1a1d24;--chat-user-bubble: #ffffff;--chat-user-bubble-shadow: rgba(0, 0, 0, .3);--chat-assistant-bubble-bg: #14171d;--chat-assistant-bubble-text: #e2e8f0;--chat-assistant-bubble-border: #2a2f38;--chat-assistant-bubble-shadow: none;--chat-typing-bubble-bg: #14171d;--chat-typing-bubble-from-bg: #14171d;--chat-typing-bubble-border: #3a4150;--chat-typing-bubble-shadow: none;--chat-answer-stream-text: #f1f5f9;background:#0c0e12}[data-theme=dark] .chat-sidebar{background:var(--chat-sidebar-bg);border-color:var(--chat-sidebar-border)}[data-theme=dark] .chat-mobile-toolbar{background:var(--dm-raised);border-color:var(--dm-border)}[data-theme=dark] .chat-mobile-chats-btn{background:var(--dm-overlay);border-color:var(--dm-border-strong);color:var(--color-text-secondary)}[data-theme=dark] .chat-mobile-chats-btn:hover{background:#00000024;border-color:#00000059;color:#9ca3af}[data-theme=dark] .chat-mobile-session-title{color:var(--color-headings)}[data-theme=dark] .chat-sidebar-mobile-header{border-color:var(--dm-border)}[data-theme=dark] .chat-sidebar-close{background:var(--dm-overlay);border-color:var(--dm-border-strong);color:var(--color-text-secondary)}[data-theme=dark] .chat-main,[data-theme=dark] .chat-interface,[data-theme=dark] .chat-conversation{background:var(--chat-main-bg);border-color:var(--chat-sidebar-border)}[data-theme=dark] .chat-manage-btn{background:var(--dm-overlay);border-color:var(--dm-border-strong);color:var(--color-text-secondary)}[data-theme=dark] .chat-manage-btn:hover,[data-theme=dark] .chat-manage-btn.active{background:#00000024;border-color:#00000059;color:#9ca3af}[data-theme=dark] .chat-panel-toggle{background:var(--dm-overlay);border-color:var(--dm-border-strong);color:var(--color-text-secondary)}[data-theme=dark] .chat-panel-toggle:hover{background:#ffffff0f;border-color:var(--dm-border-strong);color:var(--color-headings)}[data-theme=dark] .chat-panel-toggle[aria-pressed=true]{background:#e5e7eb;border-color:#e5e7eb;color:#0c0e12}[data-theme=dark] .chat-sidebar-selection-bar{background:var(--dm-overlay);border-color:var(--dm-border);color:var(--color-text-secondary)}[data-theme=dark] .chat-selection-all-btn{background:var(--dm-input);border-color:var(--dm-border-strong);color:var(--color-text-secondary)}[data-theme=dark] .chat-session-title{color:#c8d2e0}[data-theme=dark] .chat-session-meta,[data-theme=dark] .chat-sessions-empty{color:#94a3b8}[data-theme=dark] .chat-session-item{border-radius:10px}[data-theme=dark] .chat-session-item.active{background:#1a1d24;box-shadow:inset 3px 0 #f8fafc}[data-theme=dark] .chat-page .chat-new-btn,[data-theme=dark] .chat-page .chat-empty .chat-new-btn{background:#fff!important;color:#0b0d10!important;box-shadow:none}[data-theme=dark] .chat-page .chat-new-btn:hover,[data-theme=dark] .chat-page .chat-empty .chat-new-btn:hover{background:#e2e8f0!important;color:#0b0d10!important}[data-theme=dark] .chat-page .chat-new-btn:active{background:#cbd5e1!important}[data-theme=dark] .chat-page .chat-new-btn i,[data-theme=dark] .chat-page .chat-new-btn span{color:#0b0d10!important}[data-theme=dark] .message-bubble-user{background:#1a1e26!important;color:#e8edf5!important;border-color:#2a2f38!important}[data-theme=dark] .message-bubble-user .message-content{color:#e8edf5!important}[data-theme=dark] .chat-alert{background:#ef44441f;border-bottom-color:#ef444440;color:#fca5a5}[data-theme=dark] .chat-alert-retry{background:#b91c1c;color:#fff}[data-theme=dark] .chat-alert-retry:hover{background:#991b1b}[data-theme=dark] .chat-alert-close{color:#fca5a5}[data-theme=dark] .chat-empty-title{color:var(--color-headings)}[data-theme=dark] .chat-empty-text{color:var(--color-text-secondary)}[data-theme=dark] .message-list{background:var(--chat-conv-bg)}[data-theme=dark] .message-list-empty{color:var(--color-text-muted)}[data-theme=dark] .message-list-empty-title{color:var(--color-text)}[data-theme=dark] .message-list-empty-tip{background:var(--chat-assistant-bubble-bg, #1e293b);border-color:var(--chat-assistant-bubble-border, #334155);box-shadow:none}[data-theme=dark] .message-list-empty-tip>i,[data-theme=dark] .message-list-empty-tip-copy strong,[data-theme=dark] .message-list-empty-tip-link{color:var(--color-text, #f8fafc)}[data-theme=dark] .message-list-empty-tip-copy span{color:var(--color-text-muted, #94a3b8)}[data-theme=dark] .message-bubble-assistant,[data-theme=dark] .message-bubble-typing{background:transparent;color:var(--chat-assistant-bubble-text, #e8edf5);border:none;box-shadow:none}[data-theme=dark] .message-bubble-thinking{background:transparent;border:none;box-shadow:none;color:#e2e8f0}[data-theme=dark] .message-bubble-thinking:before{display:none}[data-theme=dark] .chat-page.time-ranger-mode{--chat-accent: #ef4444;--chat-accent-hover: #dc2626;--chat-accent-ink: #fca5a5;--chat-accent-soft: rgba(239, 68, 68, .14);--chat-accent-border: rgba(248, 113, 113, .38);--chat-accent-muted: rgba(239, 68, 68, .22);--chat-accent-shadow: rgba(220, 0, 0, .28);--chat-btn-primary-active: #990000;--chat-progress-mid: #7f1d1d;--chat-focus-ring: rgba(239, 68, 68, .18);--chat-page-bg: #0c0e12;--chat-page-bg-end: #0c0e12;--chat-sidebar-bg: #14171d;--chat-sidebar-border: rgba(248, 113, 113, .28);--chat-main-bg: #0c0e12;--chat-conv-bg: #0c0e12;--chat-header-bg: #14171d;--chat-header-border: rgba(248, 113, 113, .38);--chat-header-title: #fca5a5;--chat-user-bubble: #1a1e26;--chat-user-bubble-shadow: none;--chat-input-bg: #14171d;--chat-input-border-top: rgba(248, 113, 113, .32);--chat-panel-bg: #14171d;--chat-panel-border: rgba(248, 113, 113, .28);--chat-btn-primary: #dc0000;--chat-btn-primary-hover: #b80000;--chat-btn-primary-text: #ffffff;--chat-btn-primary-disabled: #7f1d1d;--chat-active-session: #1f1618;--chat-active-session-text: #f8fafc;--chat-active-session-meta: #fca5a5;--chat-hover-session: #1a1d24;--chat-avatar-user-bg: rgba(239, 68, 68, .18);--chat-avatar-user-text: #fca5a5;--chat-thinking-border: rgba(248, 113, 113, .32);--chat-thinking-bg: rgba(40, 20, 20, .65)}[data-theme=dark] .chat-page.searcher-mode{--chat-accent: #38bdf8;--chat-accent-hover: #0ea5e9;--chat-accent-ink: #7dd3fc;--chat-accent-soft: rgba(56, 189, 248, .14);--chat-accent-border: rgba(56, 189, 248, .38);--chat-accent-muted: rgba(56, 189, 248, .22);--chat-accent-shadow: rgba(14, 165, 233, .28);--chat-btn-primary-active: #0c4a6e;--chat-progress-mid: #0c4a6e;--chat-focus-ring: rgba(56, 189, 248, .22);--chat-page-bg: #0c0e12;--chat-page-bg-end: #0c0e12;--chat-sidebar-bg: #14171d;--chat-sidebar-border: rgba(56, 189, 248, .28);--chat-main-bg: #0c0e12;--chat-conv-bg: #0c0e12;--chat-header-bg: #14171d;--chat-header-border: rgba(56, 189, 248, .38);--chat-header-title: #7dd3fc;--chat-user-bubble: #1a1e26;--chat-user-bubble-shadow: none;--chat-input-bg: #14171d;--chat-input-border-top: rgba(56, 189, 248, .32);--chat-panel-bg: #14171d;--chat-panel-border: rgba(56, 189, 248, .28);--chat-btn-primary: #0284c7;--chat-btn-primary-hover: #0369a1;--chat-btn-primary-text: #ffffff;--chat-btn-primary-disabled: #0c4a6e;--chat-active-session: #0f1b24;--chat-active-session-text: #f8fafc;--chat-active-session-meta: #7dd3fc;--chat-hover-session: #1a1d24;--chat-avatar-user-bg: rgba(56, 189, 248, .18);--chat-avatar-user-text: #7dd3fc;--chat-thinking-border: rgba(56, 189, 248, .32);--chat-thinking-bg: rgba(12, 30, 40, .65)}[data-theme=dark] :is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)){--layout-bg: #0c0e12;--layout-bg-mid: #0c0e12;--layout-bg-end: #0c0e12;--layout-accent-glow: rgba(239, 68, 68, .1);--layout-grid: rgba(239, 68, 68, .04);--layout-main: #0c0e12;--layout-header-avatar: #dc0000;--layout-header-logout-bg: rgba(239, 68, 68, .12);--layout-header-logout-border: rgba(248, 113, 113, .38);--layout-header-logout-text: #fca5a5;background:#0c0e12}[data-theme=dark] :is(.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.searcher-mode)){--chat-accent: #38bdf8;--chat-btn-primary: #0284c7;--chat-btn-primary-hover: #0369a1;--layout-accent-glow: rgba(56, 189, 248, .12);--layout-grid: rgba(56, 189, 248, .05);--layout-header-avatar: #0284c7;--layout-header-logout-bg: rgba(56, 189, 248, .12);--layout-header-logout-border: rgba(125, 211, 252, .38);--layout-header-logout-text: #7dd3fc}[data-theme=dark] :is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)):before{background:radial-gradient(ellipse 80% 50% at 15% 0%,var(--layout-accent-glow) 0%,transparent 55%),radial-gradient(ellipse 60% 40% at 85% 100%,var(--layout-accent-glow) 0%,transparent 50%)}[data-theme=dark] :is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-bar{--hdr-line: var(--layout-header-logout-border);border-bottom-color:var(--layout-header-logout-border)}[data-theme=dark] :is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-user-avatar{background:var(--layout-header-avatar)}[data-theme=dark] :is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-logout-btn{background:var(--layout-header-logout-bg);border-color:var(--layout-header-logout-border);color:var(--layout-header-logout-text)}[data-theme=dark] :is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-logout-btn:hover{background:var(--layout-header-avatar);color:#fff;border-color:var(--layout-header-avatar)}[data-theme=dark] :is(.layout.layout--chat.time-ranger-mode,.layout.layout--chat.searcher-mode,.layout.layout--chat:has(.chat-page.time-ranger-mode),.layout.layout--chat:has(.chat-page.searcher-mode)) .header-menu-panel{background:linear-gradient(180deg,var(--chat-btn-primary-hover, #991b1b) 0%,var(--chat-btn-primary, #dc0000) 100%)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-empty .chat-new-btn,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-empty-btn{background:var(--chat-btn-primary)!important;color:var(--chat-btn-primary-text)!important;box-shadow:0 2px 10px var(--chat-accent-shadow)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn:hover,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-empty .chat-new-btn:hover,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-empty-btn:hover{background:var(--chat-btn-primary-hover)!important;color:var(--chat-btn-primary-text)!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn:active{background:var(--chat-btn-primary-active)!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn i,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-new-btn span{color:var(--chat-btn-primary-text)!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-manage-btn:hover,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-manage-btn.active{background:var(--chat-accent-soft);color:var(--chat-accent-ink)!important;border-color:var(--chat-accent-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-panel-toggle:hover{background:var(--chat-accent-soft);color:var(--chat-accent-ink);border-color:var(--chat-accent-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-panel-toggle[aria-pressed=true]{background:var(--chat-accent);border-color:var(--chat-accent);color:#fff}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-selection-all-btn:hover:not(:disabled){background:var(--chat-accent-soft);border-color:var(--chat-accent-border);color:var(--chat-accent-ink)!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-session-checkbox{accent-color:var(--chat-accent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-session-item.active{background:var(--chat-active-session);box-shadow:inset 3px 0 0 var(--chat-accent);border-color:var(--chat-accent-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-session-item.active .chat-session-meta{color:var(--chat-active-session-meta)!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-conversation-header{background:var(--chat-header-bg);border-bottom-color:var(--chat-header-border);border-left-color:var(--chat-accent);box-shadow:0 1px 0 var(--chat-header-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-sidebar{border-right-color:var(--chat-sidebar-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel{border-left-color:var(--chat-panel-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel-header{border-bottom-color:var(--chat-header-border);background:var(--chat-panel-bg)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .chat-conversation-title{color:var(--chat-header-title)!important;font-weight:600}[data-theme=dark] .chat-page.time-ranger-mode .time-ranger-stop-btn--prominent{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 2px 8px #dc262666}[data-theme=dark] .chat-page.time-ranger-mode .time-ranger-stop-btn--prominent:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}[data-theme=dark] .chat-page.searcher-mode .time-ranger-stop-btn--prominent{background:var(--chat-btn-primary);border-color:var(--chat-btn-primary);color:var(--chat-btn-primary-text);box-shadow:0 2px 8px var(--chat-accent-shadow)}[data-theme=dark] .chat-page.searcher-mode .time-ranger-stop-btn--prominent:hover:not(:disabled){background:var(--chat-btn-primary-hover);border-color:var(--chat-btn-primary-hover)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .time-ranger-progress-label{color:#d6d3d1}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .time-ranger-progress-bar{background:#1a1d24;border-color:var(--chat-accent-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .time-ranger-progress-fill{background:linear-gradient(90deg,var(--chat-progress-mid) 0%,var(--chat-accent) 50%,var(--chat-progress-mid) 100%);background-size:200% 100%}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-answer-cursor{background:var(--chat-accent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-typing-label{color:var(--chat-accent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-list::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--chat-accent) 35%,transparent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--chat-accent) 55%,transparent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-wrap{border-top-color:var(--chat-input-border-top)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-ranger-toggle:not(.message-input-tts-toggle),[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-ranger-toggle:not(.message-input-tts-toggle) .message-input-ranger-toggle-label{color:var(--chat-accent-ink)!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-ranger-toggle input:checked+.message-input-ranger-toggle-track{background:var(--chat-accent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-ranger-hint{color:var(--chat-accent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-info-btn:hover,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-info-btn:focus-visible{border-color:var(--chat-accent-border);color:var(--chat-accent-ink)!important;background:var(--chat-accent-soft)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-field:focus{border-color:var(--chat-accent);box-shadow:0 0 0 3px var(--chat-focus-ring)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button.btn-primary,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button:not(.message-input-stop-btn){background:var(--chat-btn-primary)!important;color:var(--chat-btn-primary-text)!important;box-shadow:0 1px 4px var(--chat-accent-shadow)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button.btn-primary:hover:not(:disabled),[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button:not(.message-input-stop-btn):hover:not(:disabled){background:var(--chat-btn-primary-hover)!important;color:var(--chat-btn-primary-text)!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-button:not(.message-input-stop-btn):disabled{background:var(--chat-btn-primary-disabled)!important;color:#fecaca!important}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-input-attach:hover:not(:disabled){color:var(--chat-accent-ink)!important;background:var(--chat-accent-soft);border-color:var(--chat-accent-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel-card:hover,[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .answer-images-panel-card:focus-visible{border-color:var(--chat-accent-border);outline-color:var(--chat-accent)}[data-theme=dark] .chat-page.time-ranger-mode .message-bubble-thinking{background:#281414a6;border-color:#f8717147;box-shadow:0 2px 12px #00000038}[data-theme=dark] .chat-page.searcher-mode .message-bubble-thinking{background:#0c1e28a6;border-color:#38bdf847;box-shadow:0 2px 12px #00000038}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .message-bubble-thinking:before{display:none}[data-theme=dark] .chat-page.time-ranger-mode .thinking-panel{--tp-fg: #e7e5e4;--tp-muted: #a8a29e;--tp-badge-fg: #fca5a5;--tp-badge-bg: rgba(248, 113, 113, .12);--tp-badge-border: rgba(248, 113, 113, .28);--tp-dot: #f87171;--tp-dot-idle: rgba(248, 113, 113, .3);--tp-skeleton: #4a3333;--tp-skeleton-shine: rgba(248, 113, 113, .28);--tp-shimmer-mid: #fca5a5}[data-theme=dark] .chat-page.searcher-mode .thinking-panel{--tp-fg: #e2e8f0;--tp-muted: #94a3b8;--tp-badge-fg: #7dd3fc;--tp-badge-bg: rgba(56, 189, 248, .16);--tp-badge-border: rgba(125, 211, 252, .38);--tp-dot: #38bdf8;--tp-dot-idle: rgba(56, 189, 248, .35);--tp-skeleton: #164e63;--tp-skeleton-shine: rgba(125, 211, 252, .28);--tp-shimmer-mid: #7dd3fc}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-badge{background:var(--tp-badge-bg);color:var(--tp-badge-fg);border-color:var(--tp-badge-border)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-current{color:var(--tp-fg);-webkit-text-fill-color:currentColor}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-skeleton-bar{background:var(--tp-skeleton)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-dot{background:var(--tp-dot)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-pulse{background:var(--tp-dot)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-pulse:after{border-color:color-mix(in srgb,var(--tp-dot) 40%,transparent)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-step-dot{background:var(--tp-dot-idle)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-step-dot.is-done{background:var(--tp-dot)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-step-dot.is-active{background:transparent;border-color:var(--tp-dot);box-shadow:none}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-line{color:var(--tp-muted)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-line-step{color:var(--tp-badge-fg)}[data-theme=dark] :is(.chat-page.time-ranger-mode,.chat-page.searcher-mode) .thinking-panel-history{border-top-color:var(--tp-badge-border)}[data-theme=dark] .message-answer-stream{color:var(--chat-answer-stream-text)}[data-theme=dark] .message-timestamp,[data-theme=dark] .message-time{color:var(--color-text-muted);opacity:1}[data-theme=dark] .message-time-ranger-note{background:#0000001f;border-color:#00000047;border-left-color:#000}[data-theme=dark] .message-time-ranger-note-label{color:#9ca3af}[data-theme=dark] .message-time-ranger-note-text{color:#9fb0c8}[data-theme=dark] .message-bubble-assistant .message-timestamp,[data-theme=dark] .message-bubble-thinking .message-timestamp,[data-theme=dark] .message-bubble-typing .message-timestamp,[data-theme=dark] .message-bubble-user .message-timestamp{color:#9fb0c8!important;opacity:1}[data-theme=dark] .message-scan-report-link{color:#e2e8f0!important}[data-theme=dark] .message-scan-report-link:hover:not(:disabled){color:#f8fafc!important}[data-theme=dark] .message-scan-report-progress-bar{background:var(--dm-overlay)}[data-theme=dark] .message-scan-report-progress-fill{background:#f8fafc}[data-theme=dark] .thinking-panel{--tp-fg: #f8fafc;--tp-muted: #cbd5e1;--tp-badge-fg: #f8fafc;--tp-badge-bg: rgba(255, 255, 255, .14);--tp-badge-border: rgba(255, 255, 255, .32);--tp-dot: #f1f5f9;--tp-dot-idle: rgba(241, 245, 249, .4);--tp-skeleton: #3d4554;--tp-skeleton-shine: rgba(255, 255, 255, .22);--tp-shimmer-mid: #94a3b8}[data-theme=dark] .thinking-panel-badge{color:var(--tp-badge-fg);background:var(--tp-badge-bg);border-color:var(--tp-badge-border)}[data-theme=dark] .thinking-panel-pulse,[data-theme=dark] .thinking-panel-dot,[data-theme=dark] .thinking-panel-step-dot.is-done{background:var(--tp-dot)}[data-theme=dark] .thinking-panel-pulse:after{border-color:#e5e7eb66}[data-theme=dark] .thinking-panel-step-dot{background:var(--tp-dot-idle)}[data-theme=dark] .thinking-panel-step-dot.is-active{background:transparent;border-color:var(--tp-dot);box-shadow:none}[data-theme=dark] .thinking-panel-line-step{color:var(--tp-muted)}[data-theme=dark] .thinking-panel-current{color:var(--tp-fg)}[data-theme=dark] .thinking-panel-line{color:var(--tp-muted)}[data-theme=dark] .thinking-panel-history{border-top-color:#ffffff29}[data-theme=dark] .thinking-panel-skeleton-bar{background:var(--tp-skeleton);box-shadow:inset 0 0 0 1px #ffffff1f}[data-theme=dark] .message-input-wrap,[data-theme=dark] .message-input{background:var(--chat-input-bg);border-top-color:var(--chat-input-border-top)}[data-theme=dark] .message-input-mode-bar{background:transparent}[data-theme=dark] .message-input-ranger-toggle{color:var(--color-text-secondary)}[data-theme=dark] .message-input-ranger-toggle-track{background:var(--dm-overlay)}[data-theme=dark] .message-input-info-btn{background:var(--dm-overlay);border-color:var(--dm-border-strong);color:var(--color-text-secondary)}[data-theme=dark] .message-input-info-btn:hover,[data-theme=dark] .message-input-info-btn:focus-visible{background:#00000024;border-color:#0006;color:#9ca3af}[data-theme=dark] .message-input-preview{background:var(--dm-overlay);border-bottom-color:var(--dm-border)}[data-theme=dark] .message-input-preview-name{color:var(--color-text-secondary)}[data-theme=dark] .message-input-attach,[data-theme=dark] .message-input-voice{background:var(--dm-overlay);border-color:var(--dm-border-strong);color:var(--color-text-secondary)}[data-theme=dark] .message-input-attach:hover:not(:disabled){background:#00000024;border-color:#00000059;color:#9ca3af}[data-theme=dark] .message-input-field{background:var(--dm-input);border-color:var(--dm-border-strong);color:#e8edf5}[data-theme=dark] .message-input-field::placeholder{color:var(--color-text-muted)}[data-theme=dark] .message-input-field:hover{border-color:#0006}[data-theme=dark] .message-input-field:focus{border-color:#f3f4f6;box-shadow:0 0 0 3px #f3f4f614}[data-theme=dark] .message-input-field:disabled{background:var(--dm-overlay);opacity:.6}[data-theme=dark] .message-input-voice-error{background:#ef44441a;border-color:#ef444440;color:#fca5a5}[data-theme=dark] .answer-images-panel{background:var(--dm-elevated);border-left-color:var(--dm-border)}[data-theme=dark] .answer-images-panel-header{background:var(--dm-overlay);border-bottom-color:var(--dm-border)}[data-theme=dark] .answer-images-panel-header i,[data-theme=dark] .answer-images-panel-title{color:var(--color-text-secondary)}[data-theme=dark] .answer-images-panel-empty{color:var(--color-text-muted)}[data-theme=dark] .answer-images-panel-item{background:var(--dm-overlay);border-color:var(--dm-border)}[data-theme=dark] .answer-images-panel-label{color:var(--color-text-secondary)}[data-theme=dark] .demo-page{background:var(--dm-base)}[data-theme=dark] .demo-background-overlay{background:radial-gradient(ellipse 60% 50% at 30% 20%,rgba(0,0,0,.1) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 70% 80%,rgba(0,0,0,.06) 0%,transparent 50%)}[data-theme=dark] .demo-main-content,[data-theme=dark] .demo-video-section,[data-theme=dark] .demo-info-panel{background:var(--dm-elevated);border-color:var(--dm-border);box-shadow:var(--dm-card-shadow)}[data-theme=dark] .demo-title{color:var(--color-headings)}[data-theme=dark] .demo-subtitle{color:var(--color-text-secondary)}[data-theme=dark] .stat-pill{background:var(--dm-elevated);border-color:var(--dm-border);box-shadow:var(--dm-card-shadow)}[data-theme=dark] .stat-pill-value{color:#f8fafc}[data-theme=dark] .layout-main,[data-theme=dark] .landing,[data-theme=dark] .login-page .form-section,[data-theme=dark] .register-page .form-section,[data-theme=dark] .demo-page{color:var(--color-text)}[data-theme=dark] .layout-main h1,[data-theme=dark] .layout-main h2,[data-theme=dark] .layout-main h3,[data-theme=dark] .layout-main h4,[data-theme=dark] .layout-main h5,[data-theme=dark] .layout-main h6{color:var(--color-headings)}[data-theme=dark] .layout-main label,[data-theme=dark] .layout-main p,[data-theme=dark] .layout-main td,[data-theme=dark] .layout-main th,[data-theme=dark] .layout-main li{color:inherit}[data-theme=dark] .text-secondary,[data-theme=dark] .home-page .hero-subtitle,[data-theme=dark] .home-page .section-subtitle,[data-theme=dark] .home-page .feature-description,[data-theme=dark] .home-page .demo-content p,[data-theme=dark] .home-page .demo-features li,[data-theme=dark] .home-page .stat-label,[data-theme=dark] .landing .section-description,[data-theme=dark] .landing .hero-tagline,[data-theme=dark] .landing .capability-item p,[data-theme=dark] .landing .tool-subtitle,[data-theme=dark] .landing .tool-features li,[data-theme=dark] .landing .platform-feature-card p,[data-theme=dark] .stat-pill-label,[data-theme=dark] .header-user-role,[data-theme=dark] .feed-meta,[data-theme=dark] .feed-card-meta,[data-theme=dark] .description-meta,[data-theme=dark] .analytics-meta,[data-theme=dark] .settings-hint,[data-theme=dark] .settings-label-muted,[data-theme=dark] .chat-session-meta,[data-theme=dark] .message-timestamp,[data-theme=dark] .message-time,[data-theme=dark] .auth-image-error,[data-theme=dark] .auth-image-loading{color:var(--color-text-muted)!important}[data-theme=dark] .home-page .hero-title,[data-theme=dark] .home-page .section-title,[data-theme=dark] .home-page .feature-title,[data-theme=dark] .home-page .demo-content h3{color:var(--color-headings)!important;-webkit-text-fill-color:var(--color-headings)!important}[data-theme=dark] .dashboard-title,[data-theme=dark] .dashboard-stat-value,[data-theme=dark] .dashboard-card h3,[data-theme=dark] .dashboard-activity-card h3{color:var(--color-headings)!important}[data-theme=dark] .dashboard-subtitle,[data-theme=dark] .dashboard-stat-label,[data-theme=dark] .dashboard-activity-item,[data-theme=dark] .dashboard-card p{color:var(--color-text-secondary)!important}[data-theme=dark] .feeds-page,[data-theme=dark] .feed-card,[data-theme=dark] .feed-settings-content,[data-theme=dark] .feeds-page .modal-content{color:var(--color-text)!important}[data-theme=dark] .feed-card-title,[data-theme=dark] .feed-settings-header h2,[data-theme=dark] .feeds-page .modal-header h2,[data-theme=dark] .feed-type-option-title{color:var(--color-headings)!important}[data-theme=dark] .feed-card-meta,[data-theme=dark] .feed-card-url,[data-theme=dark] .feed-card-status-text,[data-theme=dark] .feed-settings-header p,[data-theme=dark] .feed-settings-label,[data-theme=dark] .feed-empty-text,[data-theme=dark] .feeds-page .modal-body,[data-theme=dark] .feed-type-option-desc{color:#cbd5e1!important}[data-theme=dark] .feed-add-section input,[data-theme=dark] .feed-add-section select,[data-theme=dark] .feed-settings-content input,[data-theme=dark] .feed-settings-content select,[data-theme=dark] .feed-settings-content textarea{color:var(--color-text)!important}[data-theme=dark] .feed-settings-tabs button{color:var(--color-text-secondary)!important}[data-theme=dark] .feed-settings-tabs button.active{color:#9ca3af!important}[data-theme=dark] .feed-details-page,[data-theme=dark] .feed-analytics-page{background:#0c0e12!important;color:#f1f5f9!important}[data-theme=dark] .feed-details-info-card,[data-theme=dark] .feed-details-description-card,[data-theme=dark] .feed-details-analytics-card,[data-theme=dark] .feed-details-overview-section,[data-theme=dark] .feed-details-settings-section,[data-theme=dark] .feed-details-frame-card,[data-theme=dark] .analytics-card{color:var(--color-text)!important}[data-theme=dark] .feed-details-info-card,[data-theme=dark] .feed-details-analytics-card,[data-theme=dark] .feed-details-overview-section,[data-theme=dark] .feed-details-settings-section,[data-theme=dark] .feed-details-description-card,[data-theme=dark] .feed-details-frame-card{background:var(--dm-elevated)!important;border-color:var(--dm-border)!important;box-shadow:var(--dm-card-shadow)!important}[data-theme=dark] .feed-details-analytics-card-clickable.is-selected{border-color:var(--color-headings)!important;box-shadow:inset 0 0 0 1px var(--color-headings)!important}[data-theme=dark] .feed-details-filter-intro-text,[data-theme=dark] .feed-details-analytics-action,[data-theme=dark] .feed-details-analytics-label{color:#e2e8f0!important}[data-theme=dark] .feed-details-analytics-value,[data-theme=dark] .feed-details-section-title,[data-theme=dark] .feed-details-title{color:#f8fafc!important}[data-theme=dark] .feed-details-custom-alerts-empty{color:#e2e8f0!important}[data-theme=dark] .feed-details-analytics-card-clickable.is-selected .feed-details-analytics-action{color:#f8fafc!important}[data-theme=dark] .feed-details-filter-chip{background:var(--dm-elevated)!important;border-color:var(--dm-border)!important;color:var(--color-text)!important}[data-theme=dark] .feed-details-filter-chip.is-selected{background:var(--color-headings)!important;border-color:var(--color-headings)!important;color:var(--dm-elevated)!important}[data-theme=dark] .feed-details-title,[data-theme=dark] .feed-details-section-title,[data-theme=dark] .feed-details-info-header h2,[data-theme=dark] .analytics-title,[data-theme=dark] .analytics-card h3,[data-theme=dark] .feed-details-description-text,[data-theme=dark] .feed-details-tab-panel h3,[data-theme=dark] .feed-details-analytics-value,[data-theme=dark] .feed-details-config-value,[data-theme=dark] .feed-details-info-value,[data-theme=dark] .feed-details-frame-card-name,[data-theme=dark] .feed-details-recent-description{color:var(--color-headings)!important}[data-theme=dark] .feed-details-frame-tag{background:#ffffff14;color:var(--color-headings)}[data-theme=dark] .feed-details-info-label,[data-theme=dark] .feed-details-info-label i,[data-theme=dark] .feed-details-url,[data-theme=dark] .feed-details-config-label,[data-theme=dark] .feed-details-config-url,[data-theme=dark] .feed-details-settings-description,[data-theme=dark] .feed-details-alert-toggle,[data-theme=dark] .feed-details-custom-alert-name,[data-theme=dark] .feed-details-subsection-title,[data-theme=dark] .feed-details-inline-link,[data-theme=dark] .feed-details-analytics-label,[data-theme=dark] .feed-details-descriptions-count,[data-theme=dark] .feed-details-meta-item,[data-theme=dark] .feed-details-meta-label,[data-theme=dark] .feed-details-meta-value,[data-theme=dark] .feed-details-description-meta,[data-theme=dark] .feed-details-description-time,[data-theme=dark] .feed-details-tab,[data-theme=dark] .feed-details-no-classes,[data-theme=dark] .feed-details-empty-state,[data-theme=dark] .feed-details-empty-hint,[data-theme=dark] .feed-details-frame-card-time,[data-theme=dark] .feed-details-recent-time,[data-theme=dark] .analytics-meta,[data-theme=dark] .analytics-stat-label,[data-theme=dark] .feed-details-empty{color:var(--color-text-secondary)!important}[data-theme=dark] .feed-details-custom-alert-row{background:var(--color-surface, #1f2937)!important;border-color:var(--color-border, #374151)!important}[data-theme=dark] .feed-details-custom-alert-row.is-off{background:#ffffff08!important}[data-theme=dark] .feed-details-tab.active{color:#9ca3af!important}[data-theme=dark] .feed-details-tabs{border-bottom-color:var(--dm-border)!important}[data-theme=dark] .feed-details-tab:hover{color:#9ca3af!important;background:var(--dm-overlay)!important}[data-theme=dark] .feed-details-info-header{border-bottom-color:var(--dm-border)!important}[data-theme=dark] .feed-details-back-btn,[data-theme=dark] .feed-details-cancel-btn{background:var(--dm-overlay)!important;color:var(--color-text)!important;border-color:var(--dm-border-strong)!important}[data-theme=dark] .feed-details-back-btn:hover,[data-theme=dark] .feed-details-cancel-btn:hover{background:var(--dm-elevated)!important;border-color:#0006!important;color:var(--color-headings)!important}[data-theme=dark] .feed-details-delete-btn{background:#ef44441f!important;color:#fca5a5!important;border-color:#ef444466!important}[data-theme=dark] .feed-details-delete-btn:hover{background:#ef444433!important;color:#fecaca!important;border-color:#ef44448c!important}[data-theme=dark] .feed-details-edit-icon-btn{color:var(--color-text-secondary)!important}[data-theme=dark] .feed-details-edit-icon-btn:hover{background:var(--dm-overlay)!important;color:#9ca3af!important}[data-theme=dark] .feed-details-edit-input{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text)!important}[data-theme=dark] .feed-details-selected-classes,[data-theme=dark] .feed-details-recent-item{background:var(--dm-overlay)!important;border-color:var(--dm-border)!important}[data-theme=dark] .feed-details-analytics-icon{background:#22262e!important;border-color:#3a4150!important;color:#f1f5f9!important}[data-theme=dark] .feed-details-frame-card-image{background:var(--dm-overlay)!important}[data-theme=dark] .feed-details-frame-placeholder,[data-theme=dark] .feed-details-frame-loading,[data-theme=dark] .feed-details-frame-failed{color:var(--color-text-secondary)!important}[data-theme=dark] .feed-details-object-tag,[data-theme=dark] .feed-details-object-tag-more{background:var(--dm-overlay)!important;color:var(--color-text-secondary)!important;border-color:var(--dm-border)!important}[data-theme=dark] .feed-details-class-tag{background:#00000024!important;color:#9ca3af!important;border-color:#00000059!important}[data-theme=dark] .feed-details-recognized-persons{background:#0000001a!important;border-color:#0000004d!important}[data-theme=dark] .feed-details-recognized-persons strong{color:#9ca3af!important}[data-theme=dark] .feed-details-alert-error{background:#ef44441a!important;border-color:#ef444459!important;color:#fca5a5!important}[data-theme=dark] .stg-page,[data-theme=dark] .stg-card,[data-theme=dark] .stg-panel,[data-theme=dark] .stg-form-card{color:var(--color-text)!important}[data-theme=dark] .stg-main-header h1,[data-theme=dark] .stg-card h2,[data-theme=dark] .stg-card h3,[data-theme=dark] .stg-nav-label,[data-theme=dark] .stg-sidebar-user{color:var(--color-headings)!important}[data-theme=dark] .stg-sidebar-label,[data-theme=dark] .stg-nav-desc,[data-theme=dark] .stg-nav-item,[data-theme=dark] .stg-field-hint,[data-theme=dark] .stg-field-label,[data-theme=dark] .stg-card p,[data-theme=dark] .stg-face-name{color:#cbd5e1!important}[data-theme=dark] .stg-nav-item--active,[data-theme=dark] .stg-nav-item--active .stg-nav-label{color:#f8fafc!important}[data-theme=dark] .stg-nav-item--active .stg-nav-desc{color:#e2e8f0!important}[data-theme=dark] .form-section .form-header h1,[data-theme=dark] .register-page .form-section .form-header h1{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:var(--color-headings)!important;color:var(--color-headings)!important}[data-theme=dark] .form-section .form-header p,[data-theme=dark] .form-section label,[data-theme=dark] .form-section .remember-me label,[data-theme=dark] .form-section .terms-checkbox label,[data-theme=dark] .form-section .form-footer p,[data-theme=dark] .form-section .divider span{color:var(--color-text-secondary)!important}[data-theme=dark] .form-section input:not([type=checkbox]),[data-theme=dark] .form-section textarea{color:var(--color-text)!important}[data-theme=dark] .form-section input::placeholder{color:var(--color-placeholder)!important}[data-theme=dark] .landing .section-title,[data-theme=dark] .tool-title,[data-theme=dark] .platform-feature-card h3,[data-theme=dark] .landing .resi-capabilities-title{color:var(--color-headings)!important}[data-theme=dark] .landing .section-description,[data-theme=dark] .tool-subtitle,[data-theme=dark] .tool-card p,[data-theme=dark] .platform-feature-card p{color:var(--color-text-secondary)!important}[data-theme=dark] .landing-nav.is-scrolled .landing-nav-links a{color:#ffffffe0!important}[data-theme=dark] .landing-nav.is-scrolled .landing-nav-links a:hover{color:#fff!important}[data-theme=dark] .chat-sidebar-selection-bar,[data-theme=dark] .chat-sidebar-selection-bar-count{color:var(--color-headings)!important}[data-theme=dark] .chat-selection-all-btn{color:var(--color-text-secondary)!important}[data-theme=dark] .chat-selection-all-btn:hover:not(:disabled){color:#9ca3af!important}[data-theme=dark] .chat-selection-cancel-btn{color:var(--color-text-secondary)!important;background:var(--dm-overlay)!important;border:1px solid var(--dm-border-strong)!important}[data-theme=dark] .chat-selection-cancel-btn:hover{color:var(--color-headings)!important;background:var(--dm-elevated)!important}[data-theme=dark] .chat-selection-delete-btn{background:#ef444429!important;color:#fca5a5!important}[data-theme=dark] .chat-selection-delete-btn:hover:not(:disabled){background:#ef44443d!important;color:#fecaca!important}[data-theme=dark] .chat-session-title{color:#f1f5f9!important}[data-theme=dark] .chat-session-item.active .chat-session-title{color:#f8fafc!important}[data-theme=dark] .chat-session-meta{color:#94a3b8!important}[data-theme=dark] .chat-session-item.active .chat-session-meta{color:#cbd5e1!important}[data-theme=dark] .chat-session-delete{color:var(--color-text-muted)!important}[data-theme=dark] .chat-manage-btn{color:var(--color-text-secondary)!important}[data-theme=dark] .chat-conversation-title{color:var(--color-headings)!important}[data-theme=dark] .chat-sessions-empty,[data-theme=dark] .message-list-empty{color:var(--color-text-muted)!important}[data-theme=dark] .message-list-empty-title{color:var(--color-text)!important}[data-theme=dark] .message-list-empty-tip{background:var(--chat-assistant-bubble-bg, #1e293b)!important;border-color:var(--chat-assistant-bubble-border, #334155)!important}[data-theme=dark] .message-list-empty-tip>i,[data-theme=dark] .message-list-empty-tip-copy strong,[data-theme=dark] .message-list-empty-tip-link{color:var(--color-text, #f8fafc)!important}[data-theme=dark] .message-list-empty-tip-copy span{color:var(--color-text-muted, #94a3b8)!important}[data-theme=dark] .message-bubble-assistant,[data-theme=dark] .message-bubble-typing,[data-theme=dark] .message-answer-stream,[data-theme=dark] .message-bubble-assistant .message-content,[data-theme=dark] .message-bubble-assistant p,[data-theme=dark] .message-bubble-assistant span{color:#e8edf5!important;background:transparent!important}[data-theme=dark] .message-bubble-user,[data-theme=dark] .message-bubble-user .message-content,[data-theme=dark] .message-bubble-user p,[data-theme=dark] .message-bubble-user span{color:#e8edf5!important}[data-theme=dark] .message-bubble-user{background:#1a1e26!important;border-color:#2a2f38!important}[data-theme=dark] .message-input-ranger-toggle,[data-theme=dark] .message-input-ranger-toggle-label,[data-theme=dark] .message-input-preview-name,[data-theme=dark] .message-input-attach,[data-theme=dark] .message-input-voice,[data-theme=dark] .message-input-info-btn{color:var(--color-text-secondary)!important}[data-theme=dark] .demo-title,[data-theme=dark] .demo-info-panel h2,[data-theme=dark] .demo-description-card h3{color:var(--color-headings)!important}[data-theme=dark] .demo-subtitle,[data-theme=dark] .demo-info-panel p,[data-theme=dark] .demo-description-card p,[data-theme=dark] .demo-placeholder{color:var(--color-text-secondary)!important}[data-theme=dark] .class-selector-modal{background:var(--dm-elevated)!important;border-color:var(--dm-border)!important;box-shadow:var(--dm-card-shadow)!important;color:var(--color-text)!important}[data-theme=dark] .class-selector-header{border-bottom-color:var(--dm-border)!important}[data-theme=dark] .class-selector-header-main h2{color:var(--color-headings)!important}[data-theme=dark] .class-selector-header-main p{color:var(--color-text-secondary)!important}[data-theme=dark] .class-selector-close{background:var(--dm-overlay)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text-secondary)!important;box-shadow:none!important}[data-theme=dark] .class-selector-close:hover{background:var(--dm-raised)!important;border-color:#0006!important;color:var(--color-headings)!important}[data-theme=dark] .class-selector-name-input{border-bottom-color:var(--dm-border)!important}[data-theme=dark] .class-selector-name-label{color:var(--color-text-secondary)!important}[data-theme=dark] .class-selector-name-field,[data-theme=dark] .class-selector-search{background:var(--dm-input)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text)!important}[data-theme=dark] .class-selector-name-field::placeholder,[data-theme=dark] .class-selector-search::placeholder{color:var(--color-placeholder)!important}[data-theme=dark] .class-selector-name-field:focus,[data-theme=dark] .class-selector-search:focus{border-color:#f3f4f6!important;box-shadow:0 0 0 3px #f3f4f614!important}[data-theme=dark] .class-selector-search-icon,[data-theme=dark] .class-selector-clear{color:var(--color-text-muted)!important}[data-theme=dark] .class-selector-clear:hover{background:var(--dm-overlay)!important;color:var(--color-headings)!important}[data-theme=dark] .class-selector-bulk-btn,[data-theme=dark] .class-selector-footer-btn-cancel{background:var(--dm-overlay)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text)!important}[data-theme=dark] .class-selector-bulk-btn:hover:not(:disabled),[data-theme=dark] .class-selector-footer-btn-cancel:hover{background:var(--dm-raised)!important;border-color:#0006!important;color:var(--color-headings)!important}[data-theme=dark] .class-selector-summary{background:var(--dm-overlay)!important;border-color:var(--dm-border)!important}[data-theme=dark] .class-selector-summary-label{color:var(--color-text-secondary)!important}[data-theme=dark] .class-selector-summary-value{color:var(--color-headings)!important}[data-theme=dark] .class-selector-count-highlight{color:#9ca3af!important}[data-theme=dark] .class-selector-all-indicator{color:#34d399!important}[data-theme=dark] .class-selector-tags-container{background:var(--dm-overlay)!important;border-color:var(--dm-border)!important}[data-theme=dark] .class-selector-tags-container::-webkit-scrollbar-thumb{background:#94a3b859!important}[data-theme=dark] .class-selector-tag{background:var(--dm-elevated)!important;border-color:var(--dm-border-strong)!important;color:var(--color-text)!important;box-shadow:none!important}[data-theme=dark] .class-selector-tag:hover{background:var(--dm-raised)!important;border-color:#00000073!important;color:var(--color-headings)!important}[data-theme=dark] .class-selector-tag.tag-selected{background:#000!important;border-color:#000!important;color:#fff!important;box-shadow:0 2px 8px #00000059!important}[data-theme=dark] .class-selector-tag.tag-selected:hover{background:#000!important;border-color:#000!important;color:#fff!important}[data-theme=dark] .class-selector-empty,[data-theme=dark] .class-selector-empty p,[data-theme=dark] .class-selector-loading{color:var(--color-text-secondary)!important}[data-theme=dark] .class-selector-empty h3{color:var(--color-headings)!important}[data-theme=dark] .class-selector-spinner{border-color:var(--dm-border-strong)!important;border-top-color:#f8fafc!important}[data-theme=dark] .class-selector-footer{background:var(--dm-overlay)!important;border-top-color:var(--dm-border)!important}[data-theme=dark] .class-selector-footer-btn-apply:disabled,[data-theme=dark] .class-selector-footer-btn-apply:hover:disabled{background:#334155!important;color:#94a3b8!important}[data-theme=dark] .class-selector-required,[data-theme=dark] .class-selector-name-error{color:#fca5a5!important}[data-theme=dark] .class-selector-name-field-error{border-color:#ef44448c!important}[data-theme=dark] .loading-logo-text,[data-theme=dark] .loading-logo-line1{color:var(--color-headings)!important}[data-theme=dark] .alert,[data-theme=dark] .flash-messages,[data-theme=dark] .form-error{color:var(--color-text)!important}[data-theme=dark] .alert-error,[data-theme=dark] .flash-messages .error{color:#fca5a5!important}:root{--color-background: #FFFFFF;--color-text: #000000;--color-headings: #111827;--color-text-secondary: #111827;--color-primary-cta: #000000;--color-links: #000000;--color-hover: #000000;--color-cards: #F9FAFB;--color-border: #E5E7EB;--color-primary: #000000;--color-primary-dark: #000000;--color-primary-light: #E5E7EB;--color-surface: #F9FAFB;--color-surface-hover: #F9FAFB;--color-text-tertiary: #374151;--color-text-inverse: #FFFFFF;--color-border-light: #E5E7EB;--color-divider: #E5E7EB;--button-padding-y: .75rem;--button-padding-x: 1.5rem;--button-padding-sm-y: .5rem;--button-padding-sm-x: 1rem;--button-font-size: 1rem;--button-font-size-sm: .875rem;--button-font-weight: 500;--button-border-radius: var(--radius-md);--button-border-width: 1px;--button-primary-bg: var(--color-primary-cta);--button-primary-color: var(--color-text-inverse);--button-primary-hover-bg: var(--color-hover);--button-primary-border: transparent;--button-primary-hover-border: transparent;--button-secondary-bg: var(--color-surface);--button-secondary-color: var(--color-text);--button-secondary-border: var(--color-border);--button-secondary-hover-bg: var(--color-surface);--button-secondary-hover-color: var(--color-primary-cta);--button-secondary-hover-border: var(--color-primary-cta);--button-danger-bg: var(--color-error);--button-danger-color: var(--color-text-inverse);--button-danger-hover-bg: var(--color-error);--button-danger-border: transparent;--button-success-bg: var(--color-success);--button-success-color: var(--color-text-inverse);--button-success-hover-bg: var(--color-success);--button-success-border: transparent;--button-warning-bg: var(--color-warning);--button-warning-color: var(--color-text-inverse);--button-warning-hover-bg: var(--color-warning);--button-warning-border: transparent;--color-success: #000000;--color-warning: #000000;--color-error: #000000;--color-info: #000000;--color-neutral: #374151;--color-error-bg: #F9FAFB;--color-error-text: #000000;--color-success-bg: #F9FAFB;--color-info-bg: #F9FAFB;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-heading: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 1.5rem;--spacing-2xl: 2.5rem;--spacing-3xl: 3.5rem;--logo-size-header: 60px;--logo-size-header-mobile: 48px;--logo-size-nav: 78px;--logo-size-footer: 54px;--logo-size-panel: 140px;--logo-size-loading: 160px;--logo-size-loading-inline: 110px;--logo-size-loading-tablet: 130px;--logo-size-loading-mobile: 120px;--logo-size-loading-inline-mobile: 96px;--logo-size-demo: 160px;--logo-size-demo-tablet: 140px;--logo-size-demo-mobile: 120px;--logo-size-chat-avatar: 32px;--logo-size-chat-avatar-mobile: 28px;--logo-size-chat-empty: 220px;--logo-max-width: 280px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--transition-default: all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: all .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: all .4s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .3s cubic-bezier(.68, -.55, .265, 1.55);--animation-duration-fast: .2s;--animation-duration-normal: .3s;--animation-duration-slow: .5s;--header-bar-bg: rgba(255, 255, 255, .92);--header-bar-border: rgba(0, 0, 0, .06);--header-user-info-bg: #f9fafb;--header-user-info-border: #e5e7eb;--header-username-color: #1f2937;--header-logout-bg: #F9FAFB;--header-logout-border: #E5E7EB;--header-logout-color: #000000;--header-menu-toggle-bg: #f3f4f6;--header-menu-toggle-border: #e5e7eb;--header-hamburger-color: #374151;--theme-toggle-bg: #f3f4f6;--theme-toggle-border: #e5e7eb;--theme-toggle-color: #374151;--theme-toggle-hover-bg: #e5e7eb;--theme-toggle-hover-color: #1f2937;--theme-toggle-hover-border: #d1d5db;--layout-bg: linear-gradient(135deg, #F9FAFB 0%, #ffffff 50%, #f8fafc 100%);--layout-main-bg: #f8fafc;--layout-overlay-opacity: 1}[data-theme=dark]{--dm-base: #0c0e12;--dm-raised: #0c0e12;--dm-elevated: #14171d;--dm-overlay: #1a1d24;--dm-input: #22262e;--dm-border: #2a2f38;--dm-border-strong: #3a4150;--dm-glow: rgba(255, 255, 255, .04);--dm-card-shadow: none;--dm-card-shadow-hover: 0 8px 24px rgba(0, 0, 0, .35);--color-background: var(--dm-base);--color-text: #f1f5f9;--color-headings: #f8fafc;--color-text-secondary: #cbd5e1;--color-primary-cta: #ffffff;--color-links: #f8fafc;--color-hover: #e2e8f0;--color-cards: var(--dm-elevated);--color-border: var(--dm-border-strong);--color-primary: #ffffff;--color-primary-dark: #e2e8f0;--color-primary-light: #22262e;--color-surface: var(--dm-overlay);--color-surface-hover: #22262e;--color-text-tertiary: #94a3b8;--color-text-inverse: #0b0d10;--color-border-light: var(--dm-border);--color-divider: var(--dm-border);--button-secondary-bg: #22262e;--button-secondary-color: #e2e8f0;--button-secondary-border: #3a4150;--button-secondary-hover-bg: #2a303c;--button-secondary-hover-color: #f8fafc;--button-secondary-hover-border: #4b5563;--color-error-bg: rgba(239, 68, 68, .1);--color-error-text: #fca5a5;--color-success-bg: rgba(34, 197, 94, .1);--color-info-bg: rgba(255, 255, 255, .06);--color-text-muted: #cbd5e1;--color-text-subtle: #94a3b8;--color-text-on-dark: #f8fafc;--color-text-on-dark-muted: #e2e8f0;--color-text-on-dark-subtle: #cbd5e1;--color-accent-text: #e2e8f0;--color-accent-text-strong: #f8fafc;--color-badge-bg: #22262e;--color-badge-border: #3a4150;--color-badge-text: #cbd5e1;--color-placeholder: #94a3b8;--color-footer-heading: #f1f5f9;--color-footer-text: #cbd5e1;--color-footer-link: #e2e8f0;--color-footer-copy: #94a3b8;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .45);--shadow-lg: 0 8px 28px rgba(0, 0, 0, .5);--shadow-xl: 0 16px 40px rgba(0, 0, 0, .55);--header-bar-bg: rgba(12, 14, 18, .92);--header-bar-border: var(--dm-border);--header-user-info-bg: var(--dm-elevated);--header-user-info-border: var(--dm-border-strong);--header-username-color: #f1f5f9;--header-logout-bg: #22262e;--header-logout-border: #3a4150;--header-logout-color: #e2e8f0;--header-menu-toggle-bg: var(--dm-elevated);--header-menu-toggle-border: var(--dm-border-strong);--header-hamburger-color: #e2e8f0;--theme-toggle-bg: var(--dm-elevated);--theme-toggle-border: var(--dm-border-strong);--theme-toggle-color: #fbbf24;--theme-toggle-hover-bg: var(--dm-overlay);--theme-toggle-hover-color: #fcd34d;--theme-toggle-hover-border: rgba(251, 191, 36, .35);--layout-bg: var(--dm-base);--layout-main-bg: var(--dm-raised);--layout-overlay-opacity: 1;color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html,body{margin:0;padding:0;min-height:100%}body{font-family:var(--font-body);font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-text);line-height:1.6;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}#root{min-height:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--color-headings);margin-bottom:var(--spacing-md)}h1{font-size:var(--text-h1);font-weight:700}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:1.25rem}p{margin-bottom:var(--spacing-md);color:var(--color-text)}code{font-family:var(--font-mono);background-color:var(--color-surface-hover);padding:.125rem .375rem;border-radius:var(--radius-sm);font-size:.875em}a{color:var(--color-links);text-decoration:none;transition:var(--transition-default)}a:hover{color:var(--color-hover);text-decoration:underline}a.btn:hover,a.cta-button:hover,a.submit-btn:hover,a.btn-primary:hover,a.btn-secondary:hover,a.btn-success:hover,a.btn-danger:hover,a.btn-warning:hover,a.landing-nav-logo:hover,a.landing-nav-signin:hover,.landing-nav-links a:hover,button:hover,.btn:hover,.cta-button:hover,.submit-btn:hover{text-decoration:none!important}a.btn-primary,a.cta-button:not(.secondary):not(.white):not(.outline),a.btn-primary:hover,a.cta-button:not(.secondary):not(.white):not(.outline):hover{color:#fff}a.cta-button.secondary,a.cta-button.secondary:hover,a.cta-button.white,a.cta-button.white:hover,a.btn-secondary,a.btn-secondary:hover{color:#000}button{font-family:inherit;cursor:pointer;border:none;border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:var(--transition-default);display:inline-flex;align-items:center;justify-content:center}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{font-family:inherit;font-size:1rem;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-background);color:var(--color-text);transition:var(--transition-default);width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #007bff1a}input::placeholder,textarea::placeholder{color:var(--color-text-tertiary)}label{display:block;margin-bottom:var(--spacing-xs);font-weight:500;color:var(--color-text)}.card{background-color:var(--color-cards);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--spacing-lg);box-shadow:var(--shadow-sm)}.card:hover{box-shadow:var(--shadow-md)}.container.page-content,.page-content.container{max-width:none;margin:0;padding:0}.text-center{text-align:center}.text-secondary{color:var(--color-text-secondary)}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:var(--spacing-sm)}.mb-md{margin-bottom:var(--spacing-md)}.mb-lg{margin-bottom:var(--spacing-lg)}.mb-xl{margin-bottom:var(--spacing-xl)}.mt-0{margin-top:0}.mt-sm{margin-top:var(--spacing-sm)}.mt-md{margin-top:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}.mt-xl{margin-top:var(--spacing-xl)}.badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;text-transform:capitalize}.badge-success,.badge-warning,.badge-error,.badge-info{background-color:#000;color:#fff}.badge-neutral{background-color:#374151;color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--button-padding-y) var(--button-padding-x);font-family:inherit;font-size:var(--button-font-size);font-weight:var(--button-font-weight);line-height:1.5;text-decoration:none;white-space:nowrap;border:var(--button-border-width) solid transparent;border-radius:var(--button-border-radius);cursor:pointer;background-color:var(--button-primary-bg);color:var(--button-primary-color);transition:var(--transition-default);-webkit-user-select:none;user-select:none}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:linear-gradient(135deg,#000,#000);color:#fff;border:none;box-shadow:0 4px 15px #0000004d}.btn-primary:hover:not(:disabled),.btn-primary:focus:not(:disabled){background:linear-gradient(135deg,#000,#000);box-shadow:0 6px 20px #0006}.btn-primary:active:not(:disabled){opacity:.95;box-shadow:0 2px 10px #0000004d}.btn-secondary{background:#fff;color:#000;border:2px solid rgba(0,0,0,.3);box-shadow:none}.btn-secondary:hover:not(:disabled),.btn-secondary:focus:not(:disabled){background:#0000000d;border-color:#000;box-shadow:0 4px 12px #00000026}.btn-secondary:active:not(:disabled){background:#0000001a}.btn-danger{background:#ef44441a;color:#dc2626;border:2px solid rgba(239,68,68,.3)}.btn-danger:hover:not(:disabled),.btn-danger:focus:not(:disabled){background:#ef444426;border-color:#ef4444;box-shadow:0 4px 12px #ef444433}.btn-danger:active:not(:disabled){background:#ef444433}.btn-success{background:#10b981;color:#fff;border:2px solid #10b981;box-shadow:0 2px 8px #10b98133}.btn-success:hover:not(:disabled),.btn-success:focus:not(:disabled){background:#059669;border-color:#059669;box-shadow:0 4px 12px #10b9814d}.btn-success:active:not(:disabled){opacity:.95;box-shadow:0 2px 8px #10b98133}.btn-warning{background:#f59e0b1a;color:#d97706;border:2px solid rgba(245,158,11,.3)}.btn-warning:hover:not(:disabled),.btn-warning:focus:not(:disabled){background:#f59e0b26;border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b33}.btn-warning:active:not(:disabled){background:#f59e0b33}.btn-sm{padding:var(--button-padding-sm-y) var(--button-padding-sm-x);font-size:var(--button-font-size-sm)}.btn-large{padding:1rem 2.5rem;font-size:1.125rem;font-weight:600}.btn-full-width{width:100%;display:flex}.btn-block{width:100%;display:block}.alert{padding:.75rem 1rem;border-radius:var(--radius-md);margin-bottom:var(--spacing-md)}.alert-error{background-color:var(--color-error-bg);color:var(--color-error-text);border:1px solid var(--color-error)}.alert-success{background-color:var(--color-success-bg);color:#2e7d32;border:1px solid var(--color-success)}.alert-info{background-color:var(--color-info-bg);color:var(--color-primary-dark);border:1px solid var(--color-info)}img{max-width:100%;height:auto;display:block;transition:var(--transition-default)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in{animation:fadeIn .5s ease-out}.fade-in-up{animation:fadeInUp .5s ease-out}.fade-in-scale{animation:fadeInScale .4s ease-out}.stagger-item{animation:fadeInUp .5s ease-out backwards}.stagger-item:nth-child(1){animation-delay:.1s}.stagger-item:nth-child(2){animation-delay:.2s}.stagger-item:nth-child(3){animation-delay:.3s}.stagger-item:nth-child(4){animation-delay:.4s}.stagger-item:nth-child(5){animation-delay:.5s}.stagger-item:nth-child(6){animation-delay:.6s}.page-enter{animation:pageEnter .4s cubic-bezier(.4,0,.2,1) forwards}@keyframes pageEnter{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
