.onestop-logo-wrapper{display:inline-flex;align-items:center;-webkit-user-select:none;user-select:none;line-height:1;text-decoration:none;flex-shrink:0;vertical-align:middle}.onestop-logo-img{display:block;height:100%;width:auto;object-fit:contain;transition:transform var(--transition-fast, .15s ease)}.onestop-logo-img.onestop-logo-light{display:block}.onestop-logo-img.onestop-logo-dark,[data-theme=dark] .onestop-logo-img.onestop-logo-light{display:none}[data-theme=dark] .onestop-logo-img.onestop-logo-dark{display:block}.onestop-icon-img{display:block;height:100%;width:auto;object-fit:contain;transition:transform var(--transition-fast, .15s ease)}.onestop-logo-wrapper.interactive:hover .onestop-logo-img,.onestop-logo-wrapper.interactive:hover .onestop-icon-img{transform:scale(1.02)}.theme-toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;background-color:var(--surface);border:1px solid var(--line);color:var(--ink);border-radius:var(--radius-md, 9px);padding:7px 11px;cursor:pointer;font-family:var(--font-sans);font-size:13px;font-weight:600;line-height:1;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .12s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none;touch-action:manipulation;box-shadow:0 1px 2px #0000000a}.theme-toggle-btn:hover{background-color:var(--surface-muted);border-color:var(--card-hover-border);color:var(--ink);transform:translateY(-1px);box-shadow:0 3px 8px #00000014}.theme-toggle-btn:active{transform:translateY(0) scale(.96);box-shadow:0 1px 2px #0000000a}.theme-toggle-btn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.theme-toggle-btn.compact{width:36px;height:36px;padding:0;border-radius:var(--radius-md, 9px)}.theme-toggle-icon{display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1);color:var(--ink);flex-shrink:0}.theme-toggle-btn:hover .theme-toggle-icon{transform:rotate(15deg) scale(1.1)}[data-theme=dark] .theme-toggle-icon{color:#fbbf24}.theme-toggle-label{font-size:12.5px;letter-spacing:-.01em;color:var(--ink-secondary)}.theme-toggle-btn:hover .theme-toggle-label{color:var(--ink)}.theme-toggle-sidebar-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;border:1px solid var(--line);background:var(--surface-sunken);border-radius:var(--radius-md, 9px);color:var(--ink-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.theme-toggle-sidebar-row:hover{background:var(--surface-muted);color:var(--ink);border-color:var(--card-hover-border)}.theme-toggle-sidebar-status{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:6px;background:var(--surface);border:1px solid var(--line);color:var(--ink)}.fun-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background-color:var(--canvas);display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;transition:opacity .22s ease,transform .22s ease;opacity:1}.fun-loading-overlay.fun-loading-dismiss{opacity:0;transform:translateY(-4px);pointer-events:none}.fun-loading-card{position:relative;z-index:2;width:100%;max-width:480px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:60px 24px;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box}.section-loading-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-sizing:border-box;transition:opacity .22s ease,transform .22s ease;margin-bottom:18px}.section-loading-card.is-dismissing{opacity:0;transform:translateY(-4px);pointer-events:none}.section-loading-ring-wrap{position:relative;width:48px;height:48px;margin-bottom:14px;display:flex;align-items:center;justify-content:center}.section-loading-ring{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:sectionLoadingSpin .8s linear infinite}@keyframes sectionLoadingSpin{to{transform:rotate(360deg)}}.section-loading-title{font-size:1.05rem;font-weight:800;color:var(--ink);margin:0 0 4px}.section-loading-sub{font-size:.84rem;line-height:1.45;color:var(--ink-dim);margin:0;max-width:440px;text-wrap:pretty}@media (prefers-reduced-motion: reduce){.section-loading-ring{animation-duration:2.4s}}[data-theme=dark] .skeleton-box{background:linear-gradient(90deg,#2a2a2a 25%,#383838,#2a2a2a 75%);background-size:200% 100%}.home-container{display:flex;flex-direction:column;gap:26px;width:100%}.home-section{display:flex;flex-direction:column;gap:13px}.home-section-header{padding:0 30px;display:flex;align-items:center;gap:10px}.home-greeting-block{padding:0 30px;display:flex;flex-direction:column;gap:10px}.home-greeting-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.home-greeting-meta{display:flex;flex-direction:column;gap:8px}.home-campus-tag{display:inline-flex;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:4px 12px 4px 10px;width:fit-content;font-size:12px;font-weight:500;color:var(--ink-secondary);cursor:pointer;transition:border-color .14s ease,background-color .14s ease,transform .14s ease;-webkit-user-select:none;user-select:none}.home-campus-tag:hover{border-color:var(--card-hover-border);background:var(--surface-muted)}.home-campus-icon{display:flex;align-items:center;color:var(--primary)}.home-campus-name{color:var(--ink);font-weight:600;max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-campus-divider{color:var(--divider-dot)}.home-status-badge{display:inline-flex;align-items:center;gap:5px;color:var(--ink-secondary)}.home-status-dot{width:6px;height:6px;border-radius:50%;background:var(--success);display:inline-block}.home-greeting-title{margin:0;font-size:27px;font-weight:700;letter-spacing:-.025em;color:var(--ink);line-height:1.2}.home-pulse-container{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding-top:2px}.home-pulse-subline{margin:0;font-size:14px;color:var(--ink-muted);line-height:1.5;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.home-pulse-live-indicator{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0}.home-pulse-live-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98133;display:inline-block;animation:pulseDot 2.2s infinite ease-in-out}@keyframes pulseDot{0%,to{transform:scale(1);box-shadow:0 0 0 3px #10b98133}50%{transform:scale(1.15);box-shadow:0 0 0 5px #10b98114}}.home-pulse-filter-highlight{background:var(--primary-tint-8);color:var(--primary);border:1px solid var(--primary-tint-18);padding:2px 9px;border-radius:14px;font-weight:600;font-size:12.5px;display:inline-block}.home-pulse-actions{display:flex;align-items:center;gap:8px}.home-pulse-btn-edit{border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);padding:5px 12px;font-size:12.5px;font-weight:500;white-space:nowrap;cursor:pointer;transition:all .12s ease}.home-pulse-btn-edit:hover{background:var(--surface-muted);border-color:var(--card-hover-border)}.home-pulse-btn-clear{border:0;background:transparent;color:var(--ink-muted);padding:5px 6px;font-size:12.5px;font-weight:500;white-space:nowrap;cursor:pointer;transition:color .12s ease}.home-pulse-btn-clear:hover{color:var(--urgency-red)}.rail{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding:4px 30px 14px;scroll-padding:0 30px;align-items:stretch;-webkit-overflow-scrolling:touch}.rail::-webkit-scrollbar{height:8px}.rail::-webkit-scrollbar-track{background:var(--line-lighter);border-radius:20px}.rail::-webkit-scrollbar-thumb{background:var(--line);border-radius:20px}.rail::-webkit-scrollbar-thumb:hover{background:var(--card-hover-border)}.home-rail-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column;scroll-snap-align:start;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.home-rail-card:hover{border-color:var(--card-hover-border)}.home-rail-card.card-urgency-red{border-color:#ef444473;background:linear-gradient(180deg,rgba(254,242,242,.65) 0%,var(--surface) 42%);box-shadow:0 2px 8px #ef444414}.home-rail-card.card-urgency-red:hover{border-color:#ef4444bf;box-shadow:0 4px 14px #ef444426}.home-rail-card.card-urgency-yellow{border-color:#f59e0b73;background:linear-gradient(180deg,rgba(254,252,232,.7) 0%,var(--surface) 42%);box-shadow:0 2px 8px #f59e0b14}.home-rail-card.card-urgency-yellow:hover{border-color:#f59e0bbf;box-shadow:0 4px 14px #f59e0b26}.home-rail-card.card-urgency-blue{border-color:var(--line);background:var(--surface)}.home-rail-card.card-urgency-blue:hover{border-color:var(--card-hover-border);box-shadow:0 4px 12px #0000000d}[data-theme=dark] .home-rail-card.card-urgency-red{background:linear-gradient(180deg,rgba(239,68,68,.18) 0%,var(--surface) 45%)}[data-theme=dark] .home-rail-card.card-urgency-yellow{background:linear-gradient(180deg,rgba(245,158,11,.18) 0%,var(--surface) 45%)}.home-more-card{transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;-webkit-user-select:none;user-select:none}.home-more-card:hover{border-color:#0f3ffe!important;box-shadow:0 6px 20px #0f3ffe1f!important;transform:translateY(-2px)}.home-more-btn{transition:all .15s ease}.home-more-card:hover .home-more-btn{background-color:#0f3ffe!important;border-color:#0f3ffe!important;color:#fff!important}.home-btn-hover:hover{background-color:var(--surface-muted)!important}.home-btn-primary-hover:hover{background-color:#0c33cc!important;border-color:#0c33cc!important;color:#fff!important}.home-btn-remove:hover{background-color:var(--surface-muted)!important}.home-clear-btn:hover{color:var(--primary)!important}.skeleton-box{background:linear-gradient(90deg,#ecebe6 25%,#f7f6f3,#ecebe6 75%);background-size:200% 100%;animation:skeletonShimmer 1.4s infinite ease-in-out}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}[data-theme=dark] .skeleton-box{background:linear-gradient(90deg,#202228 25%,#2b2e37,#202228 75%);background-size:200% 100%}.home-rail-card-skeleton{pointer-events:none;border-color:var(--line)!important;background:var(--surface)!important}.home-rail-pun-card{-webkit-user-select:none;user-select:none;box-shadow:0 1px 4px #1a1a190a}.rail-circular-loader{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.rail-circular-svg{width:32px;height:32px;animation:railCircleSpin 1.6s linear infinite;transform-origin:center}@keyframes railCircleSpin{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.home-rail-pun-text{transition:opacity .14s ease}@media (max-width: 768px){.home-greeting-block,.home-section-header{padding-left:16px;padding-right:16px}.home-campus-name{max-width:220px}.home-greeting-title{font-size:23px}.rail{padding-left:16px;padding-right:16px;scroll-padding:0 16px}}.onestop-site-footer{margin-top:auto;padding:40px 20px 24px;width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.onestop-footer-text{margin:0;padding:0;font-family:var(--font-sans, "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:13.5px;line-height:1.6;color:var(--ink-secondary, #55534D);text-align:center;letter-spacing:-.01em}.onestop-footer-heart{color:var(--urgency-red, #DC2626);display:inline-block;font-size:13.5px;margin:0 1px;vertical-align:baseline;-webkit-user-select:none;user-select:none}.onestop-footer-link{color:var(--primary, #0F3FFE);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:500;transition:opacity .12s ease,color .12s ease}.onestop-footer-link:hover{opacity:.8;color:var(--primary-hover, #0C33CC)}.onestop-footer-dot{color:var(--ink-muted, #75736C);padding:0 3px}[data-theme=dark] .onestop-footer-text{color:var(--ink-secondary, #9DA3AE)}[data-theme=dark] .onestop-footer-heart{color:var(--urgency-red, #F87171)}[data-theme=dark] .onestop-footer-link{color:var(--primary, #3B6BFF)}[data-theme=dark] .onestop-footer-link:hover{color:var(--primary-hover, #5982FF)}@media (max-width: 640px){.onestop-site-footer{padding:32px 14px 20px}.onestop-footer-text{font-size:12.5px}}:root{--bg: var(--canvas, #FAF8F5);--border: var(--line, #E7E6E2);--ink-dim: var(--ink-secondary, #55534D);--accent: var(--primary, #0F3FFE);--accent-tint: var(--primary-tint-8, rgba(15, 63, 254, .08));--maroon: #71222c;--gold: #b08d3e;--gold-text: #8a6c2a;--amber: #b45309;--tint: rgba(36, 26, 20, .05);--track: rgba(36, 26, 20, .08);--on-accent: #ffffff}[data-theme=dark]{--bg: var(--canvas, #0F1013);--border: var(--line, #262830);--ink-dim: var(--ink-secondary, #9DA3AE);--accent: var(--primary, #3B6BFF);--accent-tint: var(--primary-tint-8, rgba(59, 107, 255, .12));--maroon: #d98a94;--gold: #c9a558;--gold-text: #c9a558;--amber: #e8a355;--tint: rgba(255, 255, 255, .05);--track: rgba(255, 255, 255, .08);--on-accent: #171717}.case-comps-standalone-page{min-height:100vh;width:100%;background:var(--bg);color:var(--ink);display:flex;flex-direction:column;box-sizing:border-box;padding:24px 32px 16px}@media (max-width: 899px){.case-comps-standalone-page{padding:16px 14px}}.case-comps-container{display:flex;flex-direction:column;gap:12px;max-width:1480px;margin:0 auto;padding:0 0 32px;width:100%;animation:fadeIn .2s ease-out;flex:1}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.cc-directory-back-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-bottom:12px;gap:12px;flex-wrap:wrap}.cc-btn-back-dashboard{display:inline-flex;align-items:center;gap:6px;background:#0e0e0e;color:#fff;border:none;font-size:.76rem;font-weight:600;padding:6px 14px;border-radius:6px;cursor:pointer;transition:all .15s ease}.cc-btn-back-dashboard:hover{background:#262626;transform:translate(-2px)}[data-theme=dark] .cc-btn-back-dashboard{background:var(--color-lab-blue, #0F3FFE)}.cc-directory-stats-pill{font-family:var(--font-mono, monospace);font-size:.74rem;color:var(--ink-dim)}.cc-directory-stats-pill strong{color:var(--ink)}.cc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid var(--border)}.cc-header-left{display:flex;align-items:flex-start;gap:12px}.cc-header-right{display:flex;align-items:center;flex-shrink:0}.cc-back-btn{background:var(--surface);border:1px solid var(--border);color:var(--ink);width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0;margin-top:2px}.cc-back-btn:hover{border-color:var(--ink);transform:translate(-2px)}.cc-header-notif-btn{background:var(--surface);border:1px solid var(--border);color:var(--ink);width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .15s ease;flex-shrink:0}.cc-header-notif-btn:hover{border-color:var(--ink);transform:translateY(-1px)}.cc-header-notif-badge{position:absolute;top:-5px;right:-5px;background:#e11d48;color:#fff;font-size:10px;font-weight:700;height:17px;min-width:17px;padding:0 4px;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid #FFFFFF;box-shadow:0 1px 3px #00000026}.cc-badge{display:inline-flex;align-items:center;gap:6px;background:#eab3081f;color:#ca8a04;border:1px solid rgba(234,179,8,.25);padding:3px 10px;border-radius:9999px;font-size:.68rem;font-weight:800;letter-spacing:.4px;text-transform:uppercase;margin-bottom:6px}[data-theme=dark] .cc-badge{background:#eab3082e;color:#facc15;border-color:#eab30859}.cc-title-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:3px}.cc-title{font-size:1.4rem;font-weight:800;color:var(--ink);margin:0;letter-spacing:-.3px}.cc-unstop-tag{display:inline-flex;align-items:center;font-size:.65rem;font-weight:800;letter-spacing:.6px;background:#1c4980;color:#fff;padding:2px 7px;border-radius:5px;box-shadow:0 1px 3px #1c498040}.cc-subtitle{color:var(--ink-dim);font-size:.85rem;margin:0;line-height:1.45}.cc-subtitle-desktop{display:block}.cc-subtitle-mobile,.cc-unstop-pill-badge{display:none}.cc-unstop-notice-banner{display:flex;align-items:center;gap:8px;background:#1c49800d;border:1px solid rgba(28,73,128,.18);border-left:3px solid #1c4980;border-radius:6px;padding:4px 11px;font-size:.75rem;line-height:1.35;color:var(--ink-dim);margin-top:-4px}.cc-unstop-notice-tag{background:#1c4980;color:#fff;font-size:.62rem;font-weight:800;letter-spacing:.4px;padding:1.5px 6px;border-radius:4px;white-space:nowrap;flex-shrink:0;line-height:1.2}.cc-unstop-notice-text{font-size:.77rem;line-height:1.35;color:var(--ink-dim)}.cc-unstop-notice-text strong{color:var(--ink);font-weight:700}[data-theme=dark] .cc-unstop-tag{background:#2563eb;color:#fff}[data-theme=dark] .cc-unstop-notice-banner{background:#2563eb14;border-color:#2563eb40;border-left-color:#38bdf8}[data-theme=dark] .cc-unstop-notice-tag{background:#2563eb;color:#fff}.cc-header-actions{display:flex;align-items:center;gap:8px}.cc-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:12px}.cc-metric-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .18s ease}.cc-metric-card:hover{transform:translateY(-2px);border-color:var(--ink-dim)}.cc-metric-card.active{border-color:var(--accent, #71222c);box-shadow:0 0 0 1px var(--accent, #71222c)}.cc-metric-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cc-metric-icon.info{background:#3b82f61a;color:#3b82f6}.cc-metric-icon.success{background:#9333ea1a;color:#9333ea}.cc-metric-icon.gold{background:#f59e0b1f;color:#f59e0b}.cc-metric-icon.cyan{background:#0ea5e91a;color:#0284c7}.cc-metric-icon.purple{background:#b08d3e1f;color:#b08d3e}.cc-metric-icon.urgent{background:#ef44441a;color:#ef4444}.cc-metric-info{display:flex;flex-direction:column}.cc-metric-value{font-size:1.3rem;font-weight:800;color:var(--ink);line-height:1.1}.cc-metric-label{font-size:.72rem;color:var(--ink-dim);font-weight:600;margin-top:3px;text-transform:uppercase;letter-spacing:.3px}.cc-layout-wrapper{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:stretch;width:100%;margin-top:4px;position:relative}@media (max-width: 1040px){.cc-layout-wrapper{grid-template-columns:250px 1fr;gap:20px;align-items:stretch}}@media (max-width: 899px){.cc-layout-wrapper{display:flex;flex-direction:column;gap:16px}}.cc-filter-sidebar{position:sticky;top:16px;align-self:start;display:flex;flex-direction:column;gap:14px;width:100%;max-height:calc(100vh - 32px);overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-width:thin;scrollbar-color:var(--border) transparent;z-index:20}.cc-filter-sidebar::-webkit-scrollbar{width:4px}.cc-filter-sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.cc-mobile-filter-header{display:none}@media (max-width: 899px){.cc-filter-sidebar{position:fixed;top:0;left:0;width:320px;max-width:88vw;height:100vh;max-height:100vh;background:var(--surface);z-index:1000;transform:translate(-105%);transition:transform .26s cubic-bezier(.16,1,.3,1);box-shadow:6px 0 28px #0003;padding:18px 16px 36px;overflow-y:auto}.cc-filter-sidebar.mobile-open{transform:translate(0)}.cc-filter-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:999;animation:fadeIn .2s ease-out}.cc-mobile-filter-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;margin-bottom:6px;border-bottom:1px solid var(--border)}.cc-mobile-filter-title{display:flex;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;color:var(--ink)}.cc-mobile-filter-actions{display:flex;align-items:center;gap:12px}.cc-mobile-filter-close{background:var(--bg);border:1px solid var(--border);color:var(--ink);width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer}}.cc-filter-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;box-shadow:0 1px 3px #00000005;transition:border-color .15s ease}[data-theme=dark] .cc-filter-card{background:#18181b;border-color:#ffffff14}.cc-unified-filter-card{padding:10px 12px;gap:7px}.cc-filter-card-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:6px;border-bottom:1px solid var(--border)}.cc-card-heading-group{display:flex;align-items:center;gap:6px}.cc-card-heading{font-size:.92rem;font-weight:700;color:var(--ink);letter-spacing:-.2px}.cc-filter-reset-link{background:none;border:none;font-size:.73rem;color:var(--accent, #71222c);font-weight:700;cursor:pointer;padding:2px 5px;border-radius:4px;transition:all .15s ease}.cc-filter-reset-link:hover{text-decoration:underline;background:#71222c14}[data-theme=dark] .cc-filter-reset-link{color:#f87171}[data-theme=dark] .cc-filter-reset-link:hover{background:#f871711f}.cc-accordion-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:4px 0;cursor:pointer;text-align:left;-webkit-user-select:none;user-select:none}.cc-subgroup-header-row{display:flex;align-items:center;justify-content:space-between;width:100%}.cc-mini-select-all{background:none;border:none;font-size:.68rem;font-weight:700;color:var(--ink-dim);cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .15s ease;line-height:1;flex-shrink:0}.cc-mini-select-all:hover{color:var(--accent, #71222c);background:#71222c14}[data-theme=dark] .cc-mini-select-all:hover{color:#f87171;background:#f871711f}.cc-accordion-header-left{display:flex;align-items:center;gap:8px}.cc-accordion-chevron{color:var(--ink-dim);transition:transform .2s cubic-bezier(.16,1,.3,1);transform:rotate(-90deg);flex-shrink:0}.cc-accordion-header.open .cc-accordion-chevron{transform:rotate(0)}.cc-accordion-title{font-size:.84rem;font-weight:700;color:var(--ink);letter-spacing:-.1px}.cc-active-count-badge{background:#71222c1a;color:var(--accent, #71222c);font-size:.66rem;font-weight:800;padding:1px 6px;border-radius:9999px;letter-spacing:.2px}[data-theme=dark] .cc-active-count-badge{background:#f8717126;color:#fca5a5}.cc-accordion-content{padding-top:4px;display:flex;flex-direction:column;gap:4px;animation:fadeIn .18s ease-out}.cc-filter-subgroup{display:flex;flex-direction:column;padding-top:6px;border-top:1px solid rgba(0,0,0,.05)}[data-theme=dark] .cc-filter-subgroup{border-top-color:#ffffff0f}.cc-filter-subgroup:first-of-type{border-top:none;padding-top:2px}.cc-checkbox-list{display:flex;flex-direction:column;gap:4px}.cc-filter-checkbox-row{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.775rem;color:var(--ink-dim);-webkit-user-select:none;user-select:none;padding:2px 0;transition:color .15s ease;position:relative}.cc-filter-checkbox-row:hover{color:var(--ink)}.cc-select-all-row{padding-bottom:5px;margin-bottom:2px;border-bottom:1px solid var(--border);font-weight:600}.cc-filter-checkbox-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cc-custom-checkbox{width:14px;height:14px;border-radius:3.5px;border:1.5px solid #cbd5e1;background:var(--surface);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;color:#fff}[data-theme=dark] .cc-custom-checkbox{border-color:#4b5563;background:#18181b}.cc-filter-checkbox-row:hover .cc-custom-checkbox{border-color:var(--ink-dim)}.cc-filter-checkbox-input:checked+.cc-custom-checkbox{background:#1c4980;border-color:#1c4980;color:#fff}[data-theme=dark] .cc-filter-checkbox-input:checked+.cc-custom-checkbox{background:#2563eb;border-color:#2563eb}.cc-checkbox-label-text{flex:1;line-height:1.25;font-weight:500}.cc-filter-num{font-size:.7rem;color:var(--ink-dim);font-weight:600;opacity:.85}.cc-segmented-subgroup{padding-top:6px;display:flex;flex-direction:column;gap:4px}.cc-subgroup-label{font-size:.71rem;font-weight:700;color:var(--ink-dim);text-transform:uppercase;letter-spacing:.4px;padding:1px 0}.cc-segmented-bar{display:flex;background:var(--bg);border:1px solid var(--border);border-radius:7px;padding:2px;gap:2px;width:100%;box-sizing:border-box}.cc-seg-btn{flex:1;background:transparent;border:none;color:var(--ink-dim);font-size:.72rem;font-weight:600;padding:4px 5px;border-radius:5px;cursor:pointer;text-align:center;transition:all .15s ease;white-space:nowrap;font-family:inherit}.cc-seg-btn:hover{color:var(--ink)}.cc-seg-btn.active{background:var(--surface);color:var(--ink);font-weight:700;box-shadow:0 1px 2px #00000014}[data-theme=dark] .cc-seg-btn.active{background:#27272a;color:#fff;box-shadow:0 1px 3px #00000059}.cc-main-content{display:flex;flex-direction:column;gap:16px;min-width:0;width:100%}.cc-content-top-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.cc-search-wrapper{position:relative;display:flex;align-items:center;flex:1;max-width:580px;width:100%}.cc-search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--ink-dim);pointer-events:none;display:flex;align-items:center;justify-content:center;transition:color .15s ease;z-index:1}.cc-search-input{width:100%;height:38px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:0 34px 0 38px;font-size:.85rem;color:var(--ink);outline:none;transition:all .18s ease;font-family:inherit;box-shadow:0 1px 2px #00000008}.cc-search-input::placeholder{color:var(--ink-dim);opacity:.75}.cc-search-input:hover{border-color:var(--ink-dim)}.cc-search-input:focus{border-color:var(--ink);background:var(--surface);box-shadow:0 0 0 3px #1c49801a}[data-theme=dark] .cc-search-input:focus{box-shadow:0 0 0 3px #2563eb33}.cc-search-wrapper:focus-within .cc-search-icon{color:var(--ink)}.cc-clear-search{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:var(--bg);border:1px solid var(--border);border-radius:50%;color:var(--ink-dim);width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;cursor:pointer;transition:all .15s ease;padding:0;line-height:1}.cc-clear-search:hover{color:var(--ink);border-color:var(--ink-dim)}.cc-section-tabs{display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px;height:38px;box-sizing:border-box;flex-shrink:0;box-shadow:0 1px 2px #00000008}.cc-section-tab{display:inline-flex;align-items:center;gap:6px;padding:0 12px;height:100%;border-radius:7px;font-size:.82rem;font-weight:600;color:var(--ink-dim);background:transparent;border:none;cursor:pointer;transition:all .15s ease;white-space:nowrap;-webkit-user-select:none;user-select:none;font-family:inherit}.cc-section-tab:hover{color:var(--ink);background:var(--tint)}.cc-section-tab.active{background:var(--tint);color:var(--ink);font-weight:700;box-shadow:0 1px 3px #0000000f}.cc-section-tab-bookmark.active{background:#f59e0b24;color:#b45309}[data-theme=dark] .cc-section-tab-bookmark.active{background:#f59e0b38;color:#fbbf24}.cc-section-tab-count{font-size:.72rem;padding:1px 6px;border-radius:9999px;background:var(--border);color:var(--ink-dim);font-weight:700;min-width:14px;text-align:center;line-height:1.2}.cc-section-tab.active .cc-section-tab-count{background:#71222c1f;color:var(--accent, #71222c)}[data-theme=dark] .cc-section-tab.active .cc-section-tab-count{background:#f8717133;color:#fca5a5}.cc-section-tab-bookmark.active .cc-section-tab-count,.cc-section-tab-count.has-count{background:#f59e0b33;color:#b45309}[data-theme=dark] .cc-section-tab-bookmark.active .cc-section-tab-count,[data-theme=dark] .cc-section-tab-count.has-count{background:#f59e0b47;color:#fcd34d}.cc-top-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.cc-mobile-filter-trigger{display:none;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--border);border-radius:10px;height:38px;padding:0 12px;font-size:.8rem;font-weight:700;color:var(--ink);cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.cc-mobile-filter-trigger:hover{border-color:var(--ink)}.cc-mobile-filter-trigger.active{border-color:var(--accent, #71222c);color:var(--accent, #71222c);background:#71222c0d}.cc-filter-badge-count{background:var(--accent, #71222c);color:#fff;font-size:.66rem;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 899px){.cc-mobile-filter-trigger{display:inline-flex}}@media (max-width: 640px){.cc-content-top-bar{flex-direction:column;align-items:stretch;gap:10px}.cc-search-wrapper{max-width:100%}.cc-section-tabs{width:100%;display:flex}.cc-section-tab{flex:1;justify-content:center}.cc-top-actions{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.cc-sort-box{flex:1;justify-content:space-between}}.cc-results-status-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 4px;padding:2px 0;min-height:28px}.cc-inline-active-filters{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;animation:fadeIn .15s ease-out}.cc-active-pills-list{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.cc-active-pill{display:inline-flex;align-items:center;gap:5px;padding:2.5px 9px;border-radius:9999px;font-size:.72rem;font-weight:600;line-height:1.25;transition:all .15s ease;white-space:nowrap}.cc-active-pill button{background:none;border:none;padding:0;margin:0;font-size:.72rem;line-height:1;color:inherit;cursor:pointer;opacity:.65;transition:opacity .15s ease;display:flex;align-items:center;justify-content:center}.cc-active-pill button:hover{opacity:1}.cc-active-pill.pill-circuit{background:#fae8ff;color:#86198f;border:1px solid #f0abfc}.cc-active-pill.pill-track{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.cc-active-pill.pill-format{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.cc-active-pill.pill-fee{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.cc-active-pill.pill-bookmark{background:#ffe4e6;color:#be123c;border:1px solid #fecdd3}.cc-active-pill.pill-search{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}[data-theme=dark] .cc-active-pill.pill-circuit{background:#c026d32e;color:#f0abfc;border-color:#c026d359}[data-theme=dark] .cc-active-pill.pill-track{background:#0284c72e;color:#7dd3fc;border-color:#0284c759}[data-theme=dark] .cc-active-pill.pill-format{background:#d977062e;color:#fcd34d;border-color:#d9770659}[data-theme=dark] .cc-active-pill.pill-fee{background:#16a34a2e;color:#86efac;border-color:#16a34a59}[data-theme=dark] .cc-active-pill.pill-bookmark{background:#e11d482e;color:#fda4af;border-color:#e11d4859}[data-theme=dark] .cc-active-pill.pill-search{background:#94a3b826;color:#cbd5e1;border-color:#94a3b840}.cc-clear-all-pill-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:1px solid var(--border);border-radius:6px;padding:3px 8px;font-size:.72rem;font-weight:700;color:var(--ink-dim);cursor:pointer;transition:all .15s ease;white-space:nowrap}.cc-clear-all-pill-btn:hover{color:var(--ink);border-color:var(--ink);background:var(--bg)}.cc-sort-box{display:flex;align-items:center;gap:7px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:0 10px 0 12px;height:38px;font-size:.8rem;color:var(--ink-dim);font-weight:600;transition:all .18s ease;box-shadow:0 1px 2px #00000008}.cc-sort-box:hover{border-color:var(--ink-dim)}.cc-sort-box:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px #1c49801a}[data-theme=dark] .cc-sort-box:focus-within{box-shadow:0 0 0 3px #2563eb33}.cc-sort-icon{color:var(--ink-dim);flex-shrink:0}.cc-sort-label{font-size:.78rem;color:var(--ink-dim);font-weight:600;cursor:pointer;white-space:nowrap}.cc-sort-select-wrapper{position:relative;display:flex;align-items:center}.cc-sort-select{background:transparent;border:0!important;outline:none!important;box-shadow:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;font-size:.8rem;font-weight:600;color:var(--ink);cursor:pointer;padding:0 20px 0 4px;font-family:inherit;line-height:1}.cc-sort-chevron{position:absolute;right:2px;pointer-events:none;color:var(--ink-dim);transition:transform .15s ease}.cc-sort-select:focus+.cc-sort-chevron{transform:rotate(180deg);color:var(--ink)}[data-theme=dark] .cc-sort-select option{background:#18181b;color:#fff}.cc-reset-btn{display:inline-flex;align-items:center;gap:5px;background:var(--surface);border:1px solid rgba(113,34,44,.22);border-radius:8px;padding:0 11px;height:32px;font-size:.74rem;font-weight:700;color:var(--accent, #71222c);cursor:pointer;transition:all .15s ease;white-space:nowrap}.cc-reset-btn:hover{background:var(--accent-tint, rgba(113, 34, 44, .08));border-color:var(--accent, #71222c);transform:translateY(-1px);box-shadow:0 2px 5px #71222c14}.cc-reset-btn:active{transform:translateY(0)}.cc-reset-icon{opacity:.85;flex-shrink:0}[data-theme=dark] .cc-reset-btn{background:#f8717114;border-color:#f8717147;color:#fca5a5}[data-theme=dark] .cc-reset-btn:hover{background:#f8717129;border-color:#f87171;color:#fff}.cc-inline-count{display:inline-flex;align-items:center;gap:7px;font-size:.78rem;color:var(--ink-dim);padding:4px 6px;white-space:nowrap;-webkit-user-select:none;user-select:none}.cc-inline-count strong{color:var(--ink);font-weight:700}.cc-pulse-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 #10b981b3;animation:pulseDot 2s infinite;flex-shrink:0}@keyframes pulseDot{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 5px #10b98100}to{box-shadow:0 0 #10b98100}}.cc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,320px),1fr));gap:18px}.cc-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1),border-color .2s ease}.cc-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -6px #00000017}[data-theme=dark] .cc-card:hover{box-shadow:0 14px 34px -6px #00000080}.cc-card-du:hover{border-color:#9333ea80}.cc-card-iim:hover,.cc-card-iim-iit:hover{border-color:#d9770680}.cc-card-iit:hover{border-color:#0284c780}.cc-card-corporate:hover,.cc-card-corporate-global:hover,.cc-card-other-mba-corp:hover{border-color:#0ea5e980}.cc-card-flagship:hover{border-color:#b08d3e8c}.cc-card-general:hover,.cc-card-others:hover{border-color:var(--ink-dim)}.cc-card.is-bookmarked{border-color:#f59e0b73;box-shadow:0 4px 18px -4px #f59e0b26}[data-theme=dark] .cc-card.is-bookmarked{border-color:#f59e0b80;box-shadow:0 4px 22px -4px #f59e0b38}.cc-card-inner{padding:18px 20px;display:flex;flex-direction:column;gap:12px;flex:1}.cc-card-top-bar{display:flex;align-items:center;justify-content:space-between;min-height:48px;gap:8px}.cc-host-identity{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.cc-top-right-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.cc-category-badge{font-size:.68rem;font-weight:700;padding:3px 8px;border-radius:6px;white-space:nowrap;display:inline-flex;align-items:center;gap:4px}.cc-category-badge.case{background:#8b5cf61a;color:#7c3aed;border:1px solid rgba(139,92,246,.25)}.cc-category-badge.hackathon{background:#0ea5e91a;color:#0284c7;border:1px solid rgba(14,165,233,.25)}.cc-category-badge.simulation{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.25)}.cc-category-badge.writing{background:#f59e0b1a;color:#d97706;border:1px solid rgba(245,158,11,.25)}.cc-category-badge.quiz{background:#f43f5e1a;color:#e11d48;border:1px solid rgba(244,63,94,.25)}.cc-category-badge.debate{background:#f973161a;color:#ea580c;border:1px solid rgba(249,115,22,.25)}.cc-category-badge.general{background:var(--bg);color:var(--ink-dim);border:1px solid var(--border)}[data-theme=dark] .cc-category-badge.case{color:#a78bfa;border-color:#a78bfa59}[data-theme=dark] .cc-category-badge.hackathon{color:#38bdf8;border-color:#38bdf859}[data-theme=dark] .cc-category-badge.simulation{color:#34d399;border-color:#34d39959}[data-theme=dark] .cc-category-badge.writing{color:#fbbf24;border-color:#fbbf2459}[data-theme=dark] .cc-category-badge.quiz{color:#fb7185;border-color:#fb718559}[data-theme=dark] .cc-category-badge.debate{color:#fb923c;border-color:#fb923c59}.cc-card-bookmark-btn{width:34px;height:34px;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--ink-dim);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease;flex-shrink:0}.cc-card-bookmark-btn:hover{color:#d97706;border-color:#f59e0b;background:#f59e0b14;transform:scale(1.06)}.cc-card-bookmark-btn.active{color:#d97706;background:#f59e0b24;border-color:#f59e0b66}[data-theme=dark] .cc-card-bookmark-btn:hover{color:#fbbf24;border-color:#f59e0b;background:#f59e0b2e}[data-theme=dark] .cc-card-bookmark-btn.active{color:#fbbf24;background:#f59e0b3d;border-color:#f59e0b80}.cc-host-logo{width:48px;height:48px;border-radius:10px;object-fit:contain;background:#fff;border:1px solid var(--border);flex-shrink:0;padding:3px;box-shadow:0 1px 3px #0000000a}.cc-host-avatar{width:48px;height:48px;border-radius:10px;border:1px solid var(--border);font-size:1.15rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cc-host-avatar.du{background:#9333ea1a;color:#9333ea;border-color:#9333ea40}.cc-host-avatar.iim,.cc-host-avatar.iim-iit{background:#d977061a;color:#d97706;border-color:#d9770640}.cc-host-avatar.iit,.cc-host-avatar.other-mba-corp,.cc-host-avatar.corporate,.cc-host-avatar.corporate-global{background:#0284c71a;color:#0284c7;border-color:#0284c740}.cc-host-avatar.flagship{background:#b08d3e1f;color:#b08d3e;border-color:#b08d3e47}.cc-host-avatar.general,.cc-host-avatar.others{background:var(--bg);color:var(--ink)}[data-theme=dark] .cc-host-avatar.du{color:#c084fc}[data-theme=dark] .cc-host-avatar.iim,[data-theme=dark] .cc-host-avatar.iim-iit{color:#fbbf24}[data-theme=dark] .cc-host-avatar.iit,[data-theme=dark] .cc-host-avatar.other-mba-corp,[data-theme=dark] .cc-host-avatar.corporate,[data-theme=dark] .cc-host-avatar.corporate-global{color:#38bdf8}.cc-host-meta{display:flex;flex-direction:column;min-width:0;flex:1;justify-content:center;height:2.65em}.cc-host-name{font-size:.84rem;font-weight:650;color:var(--ink-dim);line-height:1.32;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cc-circuit-tag{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;font-weight:700;border-radius:4px;width:fit-content;letter-spacing:.2px}.cc-circuit-tag.du{color:#9333ea}.cc-circuit-tag.iim,.cc-circuit-tag.iim-iit{color:#d97706}.cc-circuit-tag.iit,.cc-circuit-tag.other-mba-corp{color:#0284c7}.cc-circuit-tag.flagship{color:#b08d3e}.cc-circuit-tag.general{color:var(--ink-dim)}[data-theme=dark] .cc-circuit-tag.du{color:#c084fc}[data-theme=dark] .cc-circuit-tag.iim,[data-theme=dark] .cc-circuit-tag.iim-iit{color:#fbbf24}[data-theme=dark] .cc-circuit-tag.iit,[data-theme=dark] .cc-circuit-tag.other-mba-corp{color:#38bdf8}.cc-circuit-icon{font-size:.72rem;line-height:1}.cc-top-status{display:flex;align-items:center;gap:6px;flex-shrink:0;margin-top:3px}.cc-countdown-chip{display:inline-flex;align-items:center;gap:5px;padding:2px 7px;border-radius:999px;font-size:.68rem;font-weight:700;flex-shrink:0;font-variant-numeric:tabular-nums;letter-spacing:.1px;transition:all .2s ease}.cc-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:currentColor}.cc-timer-icon{opacity:.85;flex-shrink:0}.cc-countdown-chip.red{background:#ef44441f;color:#dc2626;border:1px solid rgba(239,68,68,.32)}[data-theme=dark] .cc-countdown-chip.red{background:#ef444438;color:#f87171;border-color:#f871716b}.cc-countdown-chip.red .cc-status-dot{background:#ef4444;box-shadow:0 0 #ef4444b3;animation:countdownPulseRed 1.4s ease-in-out infinite}@keyframes countdownPulseRed{0%{transform:scale(.95);box-shadow:0 0 #ef4444b3}70%{transform:scale(1);box-shadow:0 0 0 4px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}.cc-countdown-chip.yellow{background:#f59e0b1f;color:#b45309;border:1px solid rgba(245,158,11,.32)}[data-theme=dark] .cc-countdown-chip.yellow{background:#f59e0b33;color:#fbbf24;border-color:#fbbf2466}.cc-countdown-chip.yellow .cc-status-dot{background:#f59e0b}.cc-countdown-chip.green{background:#10b9811a;color:#047857;border:1px solid rgba(16,185,129,.3)}[data-theme=dark] .cc-countdown-chip.green{background:#10b9812e;color:#34d399;border-color:#34d39966}.cc-countdown-chip.green .cc-status-dot{background:#10b981}.cc-card-title{margin:2px 0 0;font-size:1.05rem;font-weight:800;color:var(--ink);line-height:1.35;letter-spacing:-.2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.75rem;height:2.75rem}.cc-prize-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-radius:10px;background:#10b98117;border:1px solid rgba(16,185,129,.24)}[data-theme=dark] .cc-prize-bar{background:#10b98124;border-color:#34d39947}.cc-prize-left{display:flex;align-items:center;gap:7px;min-width:0;flex:1}.cc-prize-trophy{color:#059669;flex-shrink:0}.cc-prize-text{font-size:.82rem;font-weight:800;color:#047857;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .cc-prize-trophy{color:#34d399}[data-theme=dark] .cc-prize-text{color:#6ee7b7}.cc-entry-tag{font-size:.68rem;font-weight:700;padding:2px 7px;border-radius:5px;letter-spacing:.2px;flex-shrink:0}.cc-entry-tag.free{background:var(--surface);color:#059669;border:1px solid rgba(16,185,129,.32)}[data-theme=dark] .cc-entry-tag.free{background:#064e3b73;color:#34d399;border-color:#34d39959}.cc-entry-tag.paid{background:var(--bg);color:var(--ink-dim);border:1px solid var(--border)}.cc-specs-row{display:flex;align-items:center;gap:8px;row-gap:4px;font-size:.76rem;color:var(--ink-dim);font-weight:600;min-height:20px;flex-wrap:wrap}.cc-spec-item{display:flex;align-items:center;gap:5px;white-space:nowrap}.cc-spec-item svg{opacity:.75}.cc-spec-dot{width:3px;height:3px;border-radius:50%;background:var(--border);flex-shrink:0}.cc-card-footer-metric{display:flex;align-items:center;justify-content:space-between;gap:8px;row-gap:4px;font-size:.74rem;color:var(--ink-dim);min-height:22px;flex-wrap:wrap}.cc-footer-metric-left{display:flex;align-items:center;min-width:0}.cc-reg-count{display:inline-flex;align-items:center;gap:5px}.cc-reg-icon{color:#f97316}.cc-reg-count strong{color:var(--ink);font-weight:700}.cc-meta-fresh{color:var(--accent, #71222c);font-weight:700}.cc-card-actions{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:2px}.cc-action-btn{height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem;font-weight:700;border-radius:8px;text-decoration:none;cursor:pointer;transition:all .15s ease;white-space:nowrap}.cc-btn-apply{flex:1.25;padding:0 14px;background:#1c4980;color:#fff;border:1px solid #1c4980}.cc-btn-apply:hover{background:#143760;border-color:#143760;color:#fff;transform:translateY(-1px)}[data-theme=dark] .cc-btn-apply{background:#1c4980;color:#fff;border-color:#2762a8}[data-theme=dark] .cc-btn-apply:hover{background:#2762a8;border-color:#2762a8;color:#fff}.cc-btn-team{flex:1;padding:0 12px;background:var(--accent-tint, rgba(113, 34, 44, .08));color:var(--accent, #71222c);border:1px solid rgba(113,34,44,.22)}.cc-btn-team:hover{background:var(--accent-tint-hover, rgba(113, 34, 44, .14));border-color:var(--accent, #71222c);transform:translateY(-1px)}[data-theme=dark] .cc-btn-team{background:#f871711f;color:#fca5a5;border-color:#f8717147}[data-theme=dark] .cc-btn-team:hover{background:#f871712e;border-color:#fca5a5}.cc-share-icon-btn{width:36px;height:36px;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--ink-dim);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.cc-share-icon-btn:hover{color:var(--ink);border-color:var(--ink);background:var(--bg)}.cc-share-icon-btn.copied{background:#10b9811f;color:#10b981;border-color:#10b9814d}.cc-loading-state,.cc-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px}.cc-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent, #71222c);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:14px}.cc-loading-title,.cc-empty-title{font-size:1.05rem;font-weight:800;color:var(--ink);margin:0 0 4px}.cc-loading-subtitle,.cc-empty-desc{font-size:.84rem;color:var(--ink-dim);margin:0;max-width:400px}.cc-empty-icon{width:60px;height:60px;border-radius:50%;background:var(--bg);color:var(--ink-dim);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.cc-empty-btn{margin-top:14px;background:var(--surface);border:1px solid var(--border);color:var(--ink);font-size:.8rem;font-weight:700;padding:8px 16px;border-radius:8px;cursor:pointer}.cc-empty-btn:hover{border-color:var(--ink)}@media (min-width: 641px) and (max-width: 1080px){.cc-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px}.cc-controls-bar{gap:10px}}@media (min-width: 1081px){.cc-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}}@media (max-width: 768px){.case-comps-container{padding:0 0 32px;gap:16px}.cc-controls-bar{flex-direction:column;align-items:stretch;gap:10px}.cc-controls-left{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}.cc-controls-right{width:100%;justify-content:space-between;gap:8px}.cc-sort-box{flex:1;min-width:130px}.cc-sort-select{flex:1;min-width:0}}@media (max-width: 640px){.cc-grid{grid-template-columns:1fr!important;gap:14px}.cc-unstop-notice-banner,.cc-subtitle-desktop{display:none!important}.cc-subtitle-mobile{display:block!important;font-size:.75rem;line-height:1.35;color:var(--ink-dim);margin:0}.cc-subtitle-mobile strong{color:var(--ink);font-weight:700}.cc-unstop-pill-badge{display:inline-flex;align-items:center;gap:5px;background:#1c498014;border:1px solid rgba(28,73,128,.22);color:#1c4980;padding:2.5px 7.5px;border-radius:6px;font-size:.62rem;font-weight:800;letter-spacing:.45px;line-height:1.25;white-space:nowrap;vertical-align:middle}[data-theme=dark] .cc-unstop-pill-badge{background:#3b82f624;border-color:#3b82f652;color:#93c5fd}.cc-unstop-pulse-dot{width:5.5px;height:5.5px;border-radius:50%;background:#10b981;box-shadow:0 0 #10b981b3;animation:ccPulse 2s infinite}@keyframes ccPulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 5px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.cc-header{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px}.cc-header-left{align-items:center;gap:10px;min-width:0;flex:1}.cc-back-btn{width:38px;height:38px;border-radius:9px;margin-top:0;flex-shrink:0}.cc-header-info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.cc-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:0}.cc-title{font-size:1.25rem;font-weight:800;line-height:1.2;letter-spacing:-.3px;margin:0}.cc-search-input{font-size:16px;padding:9px 36px}.cc-results-status-bar{gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px;margin-bottom:2px}.cc-results-status-bar::-webkit-scrollbar{display:none}.cc-inline-active-filters,.cc-active-pills-list{flex-wrap:nowrap;flex-shrink:0}.cc-active-pill{flex-shrink:0;font-size:.7rem;padding:2px 8px}.cc-clear-all-pill-btn{flex-shrink:0;font-size:.68rem;padding:2px 6px}.cc-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin:0 -4px;padding-left:4px;padding-right:4px}.cc-tabs::-webkit-scrollbar{display:none}.cc-tab-btn{white-space:nowrap;flex-shrink:0;padding:6px 11px;font-size:.78rem}.cc-category-bar{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin:0 -4px;padding-left:4px;padding-right:4px}.cc-category-bar::-webkit-scrollbar{display:none}.cc-cat-pill{white-space:nowrap;flex-shrink:0;padding:5px 11px;font-size:.76rem}.cc-card-inner{padding:16px;gap:11px}.cc-card-title{font-size:.98rem;min-height:2.65rem;height:2.65rem}.cc-prize-bar{padding:6px 10px}.cc-prize-text{font-size:.8rem}.cc-action-btn{height:36px;font-size:.76rem}}@media (max-width: 400px){.case-comps-container{gap:12px;padding:0 0 24px}.cc-title{font-size:1.15rem}.cc-unstop-pill-badge{padding:2px 6px;font-size:.58rem}.cc-subtitle-mobile{font-size:.72rem}.cc-card-inner{padding:14px 13px;gap:10px}.cc-host-logo,.cc-host-avatar{width:42px;height:42px}.cc-host-name{font-size:.8rem}.cc-card-title{font-size:.92rem;line-height:1.3;min-height:2.5rem;height:2.5rem}.cc-filter-pill-group{flex:1 1 100%;justify-content:space-between}.cc-filter-pill-btn{flex:1;text-align:center;padding:4px 6px;font-size:.7rem}.cc-specs-row{font-size:.72rem;gap:6px}.cc-card-footer-metric{font-size:.7rem;gap:6px}.cc-card-actions{gap:6px}.cc-action-btn{font-size:.72rem;padding:0 6px;gap:4px}.cc-share-icon-btn{width:34px;height:34px}}@media (max-width: 340px){.cc-card-actions{flex-wrap:wrap}.cc-btn-apply{flex:1 1 100%}.cc-btn-team{flex:1 1 auto}}.cbs-repository-section{scroll-margin-top:80px;position:relative;padding-top:8px}.cc-section-loading-wrapper{display:flex;flex-direction:column;gap:20px;width:100%;animation:fadeIn .3s ease}.cc-card-skeleton{pointer-events:none;border-color:var(--border, #E7E6E2)!important;background:var(--surface, #FFFFFF)!important;box-shadow:none!important}.cc-card-skeleton .skeleton-box{background:linear-gradient(90deg,#ecebe6 25%,#f7f6f3,#ecebe6 75%);background-size:200% 100%;animation:skeletonShimmer 1.4s infinite ease-in-out}[data-theme=dark] .cc-card-skeleton .skeleton-box{background:linear-gradient(90deg,#2a2a2a 25%,#383838,#2a2a2a 75%);background-size:200% 100%}.onestop-notif-wrapper{position:relative;display:inline-flex;align-items:center}.onestop-notif-trigger{background:var(--surface);border:1px solid var(--border);color:var(--ink);width:38px;height:38px;border-radius:var(--radius-md, 8px);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .15s ease;flex-shrink:0;padding:0;outline:none}.onestop-notif-trigger:hover,.onestop-notif-trigger.active{border-color:var(--ink);background:var(--surface-muted);transform:translateY(-1px)}.onestop-notif-trigger:focus-visible{box-shadow:0 0 0 2px var(--primary-tint-35)}.onestop-notif-badge{position:absolute;top:-5px;right:-5px;background:#e11d48;color:#fff;font-size:10px;font-weight:700;height:18px;min-width:18px;padding:0 5px;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid var(--surface);box-shadow:0 1px 4px #0003;z-index:2}.onestop-notif-badge.has-pulse{animation:notif-badge-pulse 2s infinite ease-in-out}@keyframes notif-badge-pulse{0%{transform:scale(1);box-shadow:0 0 #e11d4880}70%{transform:scale(1.05);box-shadow:0 0 0 6px #e11d4800}to{transform:scale(1);box-shadow:0 0 #e11d4800}}.onestop-notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-width:calc(100vw - 20px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg, 12px);box-shadow:0 12px 32px -4px #00000029,0 4px 12px #00000014;z-index:1000;display:flex;flex-direction:column;overflow:hidden;animation:notif-slide-down .18s cubic-bezier(.16,1,.3,1);transform-origin:top right}@keyframes notif-slide-down{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.onestop-notif-header{padding:14px 16px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line-light);gap:12px}.onestop-notif-title-row{display:flex;align-items:center;gap:8px}.onestop-notif-title{font-size:15px;font-weight:700;color:var(--ink);margin:0;letter-spacing:-.01em}.onestop-notif-count-pill{font-size:11px;font-weight:600;padding:2px 7px;border-radius:var(--radius-pill);background:var(--primary-tint-8);color:var(--primary)}.onestop-notif-mark-read-btn{background:transparent;border:0;padding:4px 8px;font-size:12px;font-weight:600;color:var(--primary);cursor:pointer;border-radius:var(--radius-sm);transition:all .12s ease}.onestop-notif-mark-read-btn:hover{background:var(--primary-tint-8)}.onestop-notif-tabs{display:flex;padding:8px 12px;background:var(--surface-sunken);border-bottom:1px solid var(--line-light);gap:4px;overflow-x:auto}.onestop-notif-tab{background:transparent;border:1px solid transparent;padding:5px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:500;color:var(--ink-secondary);cursor:pointer;white-space:nowrap;transition:all .12s ease;display:flex;align-items:center;gap:5px}.onestop-notif-tab:hover{color:var(--ink);background:var(--surface-muted)}.onestop-notif-tab.active{background:var(--surface);color:var(--ink);font-weight:600;border-color:var(--line);box-shadow:0 1px 3px #0000000a}.onestop-notif-tab-badge{font-size:10px;background:var(--surface-muted);color:var(--ink-muted);border-radius:999px;padding:0 5px}.onestop-notif-tab.active .onestop-notif-tab-badge{background:var(--primary-tint-8);color:var(--primary)}.onestop-notif-list{max-height:400px;overflow-y:auto;display:flex;flex-direction:column}.onestop-notif-list::-webkit-scrollbar{width:5px}.onestop-notif-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.onestop-notif-item{padding:12px 14px;border-bottom:1px solid var(--line-light);display:flex;gap:12px;position:relative;transition:background .15s ease}.onestop-notif-item:hover{background:var(--surface-sunken)}.onestop-notif-item.is-unread{background:var(--surface);border-left:3px solid var(--primary)}.onestop-notif-item.is-unread.urgency-critical{border-left-color:var(--urgency-red, #DC2626)}.onestop-notif-item.is-unread.urgency-success{border-left-color:var(--success, #17A34A)}.onestop-notif-item.is-unread.urgency-warning{border-left-color:var(--urgency-yellow, #B45309)}.onestop-notif-item.is-unread.urgency-accent{border-left-color:#8b5cf6}.onestop-notif-icon-col{flex-shrink:0;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--ink-secondary)}.onestop-notif-icon-col.urgency-critical{background:#dc26261f;color:#dc2626}.onestop-notif-icon-col.urgency-warning{background:#d977061f;color:#b45309}.onestop-notif-icon-col.urgency-success{background:#17a34a1f;color:#15803d}.onestop-notif-icon-col.urgency-accent{background:#8b5cf61f;color:#7c3aed}.onestop-notif-content-col{flex:1;min-width:0}.onestop-notif-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:3px}.onestop-notif-item-title{font-size:13px;font-weight:600;color:var(--ink);line-height:1.35}.onestop-notif-dismiss-btn{background:transparent;border:0;padding:2px;color:var(--ink-muted);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:all .12s ease;flex-shrink:0}.onestop-notif-dismiss-btn:hover{opacity:1;color:var(--ink);background:var(--surface-muted)}.onestop-notif-item-subtitle{font-size:12px;color:var(--ink-secondary);line-height:1.4;margin:0 0 8px}.onestop-notif-item-footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.onestop-notif-pill-time{display:flex;align-items:center;gap:6px}.onestop-notif-time-badge{font-size:11px;color:var(--ink-muted);font-weight:500}.onestop-notif-tag{font-size:10px;font-weight:600;padding:1px 6px;border-radius:var(--radius-pill);background:var(--surface-muted);color:var(--ink-muted)}.onestop-notif-tag.critical{background:#dc26261f;color:#dc2626}.onestop-notif-tag.warning{background:#d977061f;color:#b45309}.onestop-notif-actions{display:flex;align-items:center;gap:6px}.onestop-notif-action-btn{padding:4px 10px;border-radius:var(--radius-sm, 6px);font-size:11px;font-weight:600;cursor:pointer;transition:all .12s ease;display:inline-flex;align-items:center;gap:5px;text-decoration:none;border:1px solid transparent}.onestop-notif-action-btn.primary{background:var(--primary);color:#fff}.onestop-notif-action-btn.primary:hover{background:var(--primary-hover)}.onestop-notif-action-btn.whatsapp{background:#25d366;color:#fff}.onestop-notif-action-btn.whatsapp:hover{background:#20ba5a}.onestop-notif-action-btn.secondary{background:var(--surface);border-color:var(--line);color:var(--ink)}.onestop-notif-action-btn.secondary:hover{background:var(--surface-muted)}.onestop-notif-empty{padding:36px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.onestop-notif-empty-icon{width:44px;height:44px;border-radius:50%;background:var(--surface-sunken);color:var(--ink-muted);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.onestop-notif-empty-title{font-size:14px;font-weight:600;color:var(--ink);margin:0}.onestop-notif-empty-desc{font-size:12px;color:var(--ink-muted);max-width:260px;line-height:1.4;margin:0}.onestop-notif-footer{padding:10px 16px;border-top:1px solid var(--line-light);background:var(--surface-sunken);display:flex;align-items:center;justify-content:center}.onestop-notif-footer-link{font-size:12px;font-weight:600;color:var(--primary);text-decoration:none;cursor:pointer;background:transparent;border:0;padding:0;display:inline-flex;align-items:center;gap:4px;transition:opacity .12s ease}.onestop-notif-footer-link:hover{opacity:.8;text-decoration:underline}@media (max-width: 640px){.onestop-notif-dropdown{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;max-width:100vw;border-radius:16px 16px 0 0;max-height:80vh;box-shadow:0 -8px 30px #00000040;animation:notif-slide-up-mobile .2s cubic-bezier(.16,1,.3,1)}@keyframes notif-slide-up-mobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.onestop-notif-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--scrim, rgba(0, 0, 0, .4));z-index:999}}.t19-college-select-root{position:relative;width:100%}.t19-college-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.t19-college-search-icon{position:absolute;left:12px;color:var(--text-muted, #7E7C77);pointer-events:none;z-index:1}.t19-college-input{width:100%;padding:10px 36px;font-family:inherit;font-size:.88rem;font-weight:500;color:var(--ink, #0E0E0E);background-color:var(--surface, #FFFFFF);border:1px solid var(--border, #D9D5CD);border-radius:8px;outline:none;transition:all .15s ease;box-sizing:border-box}.t19-college-input:focus{border-color:var(--color-lab-blue, #0F3FFE);box-shadow:0 0 0 3px #0f3ffe1a}.t19-college-clear-btn{position:absolute;right:10px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted, #7E7C77);padding:4px;cursor:pointer;border-radius:4px;transition:all .15s ease}.t19-college-clear-btn:hover{color:var(--ink, #0E0E0E);background:var(--surface-hover, #ECE8E0)}.t19-college-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;background:var(--surface-card, #FFFFFF);border:1px solid var(--border, #D9D5CD);border-radius:10px;box-shadow:0 12px 30px #0e0e0e29;z-index:10002;padding:6px;display:flex;flex-direction:column;gap:2px}.t19-college-dropdown-menu::-webkit-scrollbar{width:6px}.t19-college-dropdown-menu::-webkit-scrollbar-thumb{background:var(--border, #D9D5CD);border-radius:6px}.t19-college-option-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .12s ease;gap:10px}.t19-college-option-row:hover,.t19-college-option-row.highlighted{background-color:var(--surface-hover, #F5F3EF)}.t19-college-option-row.selected{background-color:#0f3ffe14}.t19-college-option-main{display:flex;flex-direction:column;gap:3px;min-width:0}.t19-college-option-name{font-size:.84rem;font-weight:600;color:var(--ink, #0E0E0E);line-height:1.3}.t19-college-option-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.t19-college-tag-short{font-family:var(--font-mono, monospace);font-size:.68rem;font-weight:700;color:var(--color-lab-blue, #0F3FFE);background:#0f3ffe14;padding:1px 5px;border-radius:4px}.t19-college-tag-city{font-size:.7rem;color:var(--text-muted, #7E7C77)}.t19-college-option-check{flex-shrink:0}.t19-college-no-match{padding:12px;font-size:.8rem;color:var(--text-muted, #7E7C77);text-align:center}.t19-college-option-row.custom-add{border-top:1px dashed var(--border, #D9D5CD);margin-top:4px;padding-top:8px;background-color:#f59e0b0d}.t19-college-option-row.custom-add:hover,.t19-college-option-row.custom-add.highlighted{background-color:#f59e0b1f}.t19-college-custom-label{font-size:.82rem;color:var(--ink, #0E0E0E)}.t19-college-custom-desc{font-size:.7rem;color:var(--text-muted, #7E7C77)}.t19-college-custom-badge{font-size:.72rem;font-weight:700;color:#b45309;background:#f59e0b26;padding:2px 8px;border-radius:4px;flex-shrink:0}[data-theme=dark] .t19-college-input{background-color:#18181b;border-color:#27272a;color:#f4f4f5}[data-theme=dark] .t19-college-dropdown-menu{background-color:#18181b;border-color:#27272a;box-shadow:0 12px 30px #00000080}[data-theme=dark] .t19-college-option-row:hover,[data-theme=dark] .t19-college-option-row.highlighted{background-color:#27272a}[data-theme=dark] .t19-college-option-name{color:#f4f4f5}.t19-college-disabled .t19-college-input{opacity:.65;cursor:not-allowed;background-color:var(--surface-hover, #ECE8E0);border-color:var(--border, #D9D5CD);color:var(--text-secondary, #4A4844)}[data-theme=dark] .t19-college-disabled .t19-college-input{background-color:#27272a;border-color:#3f3f46;color:#a1a1aa}.profile-screen-container{display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box}.profile-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:14px}.profile-header-titles h1{margin:0;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--ink, #1A1A19)}.profile-header-titles p{margin:6px 0 0;font-size:14px;color:var(--ink-muted, #75736C)}.profile-header-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-status-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid transparent}.profile-status-pill.synced{background:#17a34a14;color:#15803d;border-color:#17a34a40}.profile-status-pill.guest{background:#f2f1ed;color:#55534d;border-color:#e7e6e2}.profile-status-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.profile-cooldown-banner{background:#fffbeb;border:1px solid #FDE68A;border-radius:12px;padding:13px 18px;display:flex;align-items:center;gap:12px;font-size:13px;color:#92400e;box-shadow:0 1px 3px #b453090f}.profile-cooldown-banner strong{color:#78350f}.profile-cooldown-timer{font-family:monospace;font-weight:700;background:#b453091a;padding:2px 6px;border-radius:4px;letter-spacing:.03em}.profile-screen-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start;width:100%}@media (max-width: 1100px){.profile-screen-grid{grid-template-columns:minmax(0,1fr) 340px;gap:18px}}@media (max-width: 900px){.profile-screen-grid{grid-template-columns:1fr;gap:20px}}.profile-form-column{display:flex;flex-direction:column;gap:18px;width:100%;min-width:0}.profile-card{background:#fff;border:1px solid #E7E6E2;border-radius:14px;padding:20px 22px;display:flex;flex-direction:column;gap:16px;box-shadow:0 1px 2px #1a1a190a}.profile-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.profile-card-title{margin:0;font-size:15px;font-weight:700;color:#1a1a19;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.profile-card-badge{font-size:11px;font-weight:600;padding:3px 9px;border-radius:12px;letter-spacing:.02em}.profile-card-badge.mba{background:#eef2ff;color:#0f3ffe;border:1px solid rgba(15,63,254,.2)}.profile-card-badge.ug{background:#f6f6f4;color:#55534d;border:1px solid #E7E6E2}.profile-card-subtitle{margin:0;font-size:13px;color:#75736c;line-height:1.45}.profile-year-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:9px}.profile-year-btn{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:10px;border:1.5px solid #E7E6E2;background:#fff;cursor:pointer;text-align:left;transition:all .13s ease;-webkit-user-select:none;user-select:none}.profile-year-btn:disabled{cursor:not-allowed;opacity:.75}.profile-year-btn.selected{border-color:#0f3ffe;background:#0f3ffe0d}.profile-year-btn-left{display:flex;align-items:center;gap:9px}.profile-year-radio{width:16px;height:16px;border-radius:50%;border:2px solid #CFCDC7;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .13s ease}.profile-year-btn.selected .profile-year-radio{border-color:#0f3ffe}.profile-year-radio-dot{width:8px;height:8px;border-radius:50%;background:#0f3ffe}.profile-year-label{font-size:13px;font-weight:500;color:#1a1a19}.profile-year-btn.selected .profile-year-label{font-weight:600;color:#0f3ffe}.profile-year-tag{font-size:10px;font-weight:700;padding:2px 7px;border-radius:8px;letter-spacing:.02em}.profile-year-tag.selected{background:#eef2ff;color:#0f3ffe}.profile-year-tag.unselected{background:#f6f6f4;color:#75736c}.profile-eligibility-callout{font-size:12px;color:#55534d;background:#f9f9f7;padding:10px 14px;border-radius:9px;border:1px solid #EFEEEA;line-height:1.45}.profile-fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.profile-input-group{display:flex;flex-direction:column;gap:6px}.profile-label{font-size:12px;font-weight:600;color:#55534d;letter-spacing:.01em}.profile-input{border:1px solid #E7E6E2;border-radius:9px;background:#fff;padding:10px 13px;font-size:14px;color:#1a1a19;transition:border-color .13s ease,box-shadow .13s ease;width:100%;box-sizing:border-box}.profile-input:disabled{background:#f9f9f7;color:#75736c;cursor:not-allowed}.profile-input:focus{border-color:#0f3ffe;box-shadow:0 0 0 3px #0f3ffe1a}.profile-input-help{font-size:12px;color:#75736c;line-height:1.35}.profile-skills-wrap{display:flex;flex-wrap:wrap;gap:8px}.profile-skill-chip{border:1px solid #E7E6E2;border-radius:20px;background:#fff;color:#1a1a19;padding:7px 14px;cursor:pointer;white-space:nowrap;font-size:13px;font-weight:500;transition:all .12s ease;-webkit-user-select:none;user-select:none}.profile-skill-chip:disabled{cursor:not-allowed;opacity:.75}.profile-skill-chip.selected{border-color:#0f3ffe;background:#0f3ffe;color:#fff;font-weight:600;box-shadow:0 1px 3px #0f3ffe40}.profile-skill-chip:not(.selected):hover:not(:disabled){border-color:#cfcdc7;background:#f9f9f7}.profile-action-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;background:#fff;border:1px solid #E7E6E2;border-radius:14px;box-shadow:0 1px 2px #1a1a190a}.profile-save-btn{border:1px solid #0F3FFE;border-radius:9px;background:#0f3ffe;color:#fff;padding:11px 24px;cursor:pointer;font-size:14px;font-weight:600;transition:background .13s ease,box-shadow .13s ease;box-shadow:0 1px 3px #0f3ffe33}.profile-save-btn:hover:not(:disabled){background:#0c33cc}.profile-save-btn:disabled{border-color:#cfcdc7;background:#e7e6e2;color:#75736c;cursor:not-allowed;box-shadow:none}.profile-save-feedback{font-size:13px;color:#15803d;font-weight:600;display:flex;align-items:center;gap:6px}.profile-rail-column{display:flex;flex-direction:column;gap:18px}@media (min-width: 901px){.profile-rail-column{position:sticky;top:24px}}.profile-preview-card{background:#fff;border:1.5px solid #D6D4CE;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 8px #1a1a190d;position:relative;overflow:hidden}.profile-preview-top-badge{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:12px;border-bottom:1px solid #F0EFEB}.profile-preview-lead-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0f3ffe;background:#eef2ff;padding:3px 8px;border-radius:6px}.profile-preview-live-indicator{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:#15803d}.profile-preview-live-dot{width:6px;height:6px;border-radius:50%;background:#16a34a;animation:pulse-dot 2s infinite ease-in-out}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.profile-preview-user-row{display:flex;align-items:center;gap:14px}.profile-preview-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#0f3ffe,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0;box-shadow:0 2px 6px #0f3ffe40}.profile-preview-user-info{display:flex;flex-direction:column;gap:3px;min-width:0}.profile-preview-name{font-size:16px;font-weight:700;color:#1a1a19;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-preview-college{font-size:12px;color:#55534d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:5px}.profile-preview-standing-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:5px;padding:3px 9px;border-radius:20px;font-size:11px;font-weight:600;background:#f2f1ed;color:#1a1a19;border:1px solid #E7E6E2}.profile-preview-standing-badge.pg{background:#eef2ff;color:#0f3ffe;border-color:#0f3ffe40}.profile-preview-contact-box{background:#f9f9f7;border:1px solid #EFEEEA;border-radius:9px;padding:10px 12px;display:flex;flex-direction:column;gap:4px}.profile-preview-contact-status{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600}.profile-preview-contact-status.ready{color:#15803d}.profile-preview-contact-status.missing{color:#b45309}.profile-preview-contact-desc{font-size:11px;color:#75736c;line-height:1.35}.profile-preview-skills-section{display:flex;flex-direction:column;gap:8px}.profile-preview-skills-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#75736c}.profile-preview-skills-tags{display:flex;flex-wrap:wrap;gap:6px}.profile-preview-skill-tag{background:#f2f1ed;color:#1a1a19;border:1px solid #E7E6E2;border-radius:12px;padding:3px 8px;font-size:11px;font-weight:500}.profile-preview-empty-skills{font-size:12px;color:#9c9a94;font-style:italic}.profile-preview-footer-note{font-size:11px;color:#75736c;line-height:1.4;padding-top:10px;border-top:1px solid #F0EFEB}.profile-sync-card{background:#fff;border:1px solid #E7E6E2;border-radius:14px;padding:18px 20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 2px #1a1a190a}.profile-sync-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-sync-title{font-size:14px;font-weight:700;color:#1a1a19;display:flex;align-items:center;gap:7px}.profile-sync-desc{margin:0;font-size:12px;color:#75736c;line-height:1.45}.profile-sync-btn-outline{border:1px solid #E7E6E2;border-radius:8px;background:#fff;color:#55534d;padding:8px 14px;cursor:pointer;font-size:13px;font-weight:500;transition:background .12s ease;width:100%;text-align:center}.profile-sync-btn-outline:hover{background:#f2f1ed;color:#1a1a19}.profile-sync-btn-primary{border:1px solid #0F3FFE;border-radius:8px;background:#0f3ffe;color:#fff;padding:8px 14px;cursor:pointer;font-size:13px;font-weight:600;transition:background .12s ease;width:100%;text-align:center}.profile-sync-btn-primary:hover{background:#0c33cc}.profile-readiness-card{background:#f9f9f7;border:1px solid #EFEEEA;border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.profile-readiness-header{display:flex;align-items:center;justify-content:space-between}.profile-readiness-title{font-size:13px;font-weight:700;color:#1a1a19}.profile-readiness-score{font-size:12px;font-weight:700;color:#0f3ffe;background:#eef2ff;padding:2px 7px;border-radius:10px}.profile-readiness-bar-track{width:100%;height:6px;background:#e7e6e2;border-radius:3px;overflow:hidden}.profile-readiness-bar-fill{height:100%;background:linear-gradient(90deg,#0f3ffe,#22c55e);border-radius:3px;transition:width .3s ease}.profile-readiness-checklist{display:flex;flex-direction:column;gap:6px}.profile-readiness-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#55534d}.profile-readiness-item.done{color:#1a1a19}.profile-readiness-check{font-size:13px;line-height:1}.profile-readiness-check.done{color:#15803d}.profile-readiness-check.missing{color:#cfcdc7}[data-theme=dark] .profile-header-titles h1{color:var(--ink)}[data-theme=dark] .profile-header-titles p{color:var(--ink-muted)}[data-theme=dark] .profile-status-pill.guest{background:var(--surface-muted);color:var(--ink-secondary);border-color:var(--line)}[data-theme=dark] .profile-cooldown-banner{background:#f59e0b1f;border-color:#f59e0b59;color:#fcd34d;box-shadow:0 1px 3px #0003}[data-theme=dark] .profile-cooldown-banner strong{color:#fbbf24}[data-theme=dark] .profile-cooldown-timer{background:#f59e0b33;color:#fde68a}[data-theme=dark] .profile-card{background:var(--surface);border-color:var(--line);box-shadow:0 1px 3px #0003}[data-theme=dark] .profile-card-title{color:var(--ink)}[data-theme=dark] .profile-card-badge.mba{background:#3b6bff26;color:var(--primary);border-color:#3b6bff59}[data-theme=dark] .profile-card-badge.ug{background:var(--surface-muted);color:var(--ink-secondary);border-color:var(--line)}[data-theme=dark] .profile-card-subtitle{color:var(--ink-muted)}[data-theme=dark] .profile-year-btn{background:var(--surface-sunken);border-color:var(--line)}[data-theme=dark] .profile-year-btn.selected{border-color:var(--primary);background:#3b6bff1f}[data-theme=dark] .profile-year-radio{border-color:var(--line)}[data-theme=dark] .profile-year-btn.selected .profile-year-radio{border-color:var(--primary)}[data-theme=dark] .profile-year-radio-dot{background:var(--primary)}[data-theme=dark] .profile-year-label{color:var(--ink)}[data-theme=dark] .profile-year-btn.selected .profile-year-label{color:var(--primary)}[data-theme=dark] .profile-year-tag.selected{background:#3b6bff33;color:var(--primary)}[data-theme=dark] .profile-year-tag.unselected{background:var(--surface-muted);color:var(--ink-muted)}[data-theme=dark] .profile-eligibility-callout{color:var(--ink-secondary);background:var(--surface-sunken);border-color:var(--line)}[data-theme=dark] .profile-label{color:var(--ink-secondary)}[data-theme=dark] .profile-input{border-color:var(--line);background:var(--surface-sunken);color:var(--ink)}[data-theme=dark] .profile-input:disabled{background:var(--surface-muted);color:var(--ink-muted)}[data-theme=dark] .profile-input-help{color:var(--ink-muted)}[data-theme=dark] .profile-skill-chip{border-color:var(--line);background:var(--surface-sunken);color:var(--ink)}[data-theme=dark] .profile-skill-chip.selected{border-color:var(--primary);background:var(--primary);color:#fff}[data-theme=dark] .profile-skill-chip:not(.selected):hover:not(:disabled){border-color:var(--line);background:var(--surface-muted)}[data-theme=dark] .profile-action-bar{background:var(--surface);border-color:var(--line);box-shadow:0 1px 3px #0003}[data-theme=dark] .profile-save-btn:disabled{border-color:var(--line);background:var(--surface-muted);color:var(--ink-muted)}[data-theme=dark] .profile-preview-card{background:var(--surface);border-color:var(--line);box-shadow:0 2px 8px #00000040}[data-theme=dark] .profile-preview-top-badge{border-bottom-color:var(--line)}[data-theme=dark] .profile-preview-lead-tag{color:var(--primary);background:#3b6bff26}[data-theme=dark] .profile-preview-name{color:var(--ink)}[data-theme=dark] .profile-preview-college{color:var(--ink-secondary)}[data-theme=dark] .profile-preview-standing-badge{background:var(--surface-muted);color:var(--ink);border-color:var(--line)}[data-theme=dark] .profile-preview-standing-badge.pg{background:#3b6bff26;color:var(--primary);border-color:#3b6bff59}[data-theme=dark] .profile-preview-contact-box{background:var(--surface-sunken);border-color:var(--line)}[data-theme=dark] .profile-preview-contact-desc,[data-theme=dark] .profile-preview-skills-label{color:var(--ink-muted)}[data-theme=dark] .profile-preview-skill-tag{background:var(--surface-muted);color:var(--ink);border-color:var(--line)}[data-theme=dark] .profile-preview-empty-skills{color:var(--ink-muted)}[data-theme=dark] .profile-preview-footer-note{color:var(--ink-muted);border-top-color:var(--line)}[data-theme=dark] .profile-sync-card{background:var(--surface);border-color:var(--line);box-shadow:0 1px 3px #0003}[data-theme=dark] .profile-sync-title{color:var(--ink)}[data-theme=dark] .profile-sync-desc{color:var(--ink-muted)}[data-theme=dark] .profile-sync-btn-outline{border-color:var(--line);background:var(--surface-sunken);color:var(--ink-secondary)}[data-theme=dark] .profile-sync-btn-outline:hover{background:var(--surface-muted);color:var(--ink)}[data-theme=dark] .profile-readiness-card{background:var(--surface-sunken);border-color:var(--line)}[data-theme=dark] .profile-readiness-title{color:var(--ink)}[data-theme=dark] .profile-readiness-score{color:var(--primary);background:#3b6bff26}[data-theme=dark] .profile-readiness-bar-track{background:var(--line)}[data-theme=dark] .profile-readiness-item{color:var(--ink-secondary)}[data-theme=dark] .profile-readiness-item.done{color:var(--ink)}[data-theme=dark] .profile-readiness-check.missing{color:var(--line)}.arena-auth-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0e0e0ead;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:.75rem;overflow-y:auto;animation:arenaFadeIn .18s cubic-bezier(.19,1,.22,1)}@keyframes arenaFadeIn{0%{opacity:0}to{opacity:1}}.arena-auth-card{position:relative;width:100%;max-width:390px;max-height:calc(100vh - 1.5rem);overflow-y:auto;margin:auto;background-color:var(--surface-card, #FFFFFF);border:1px solid var(--border, #D9D5CD);border-radius:var(--radius-lg, 12px);padding:1.15rem 1.25rem 1rem;box-shadow:0 16px 36px -8px #0e0e0e3d;animation:arenaSlideUp .2s cubic-bezier(.19,1,.22,1)}@keyframes arenaSlideUp{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.arena-auth-top-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:.4rem}.arena-auth-close{background:var(--surface, #F7F5F1);border:1px solid var(--border, #D9D5CD);color:var(--ink, #0E0E0E);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 1px 2px #0000000d;transition:all var(--transition-fast, .15s)}.arena-auth-close:hover{background-color:var(--surface-hover, #ECE8E0);color:var(--ink, #0E0E0E);border-color:var(--ink, #0E0E0E);transform:scale(1.08)}.arena-auth-header{margin-bottom:.65rem}.arena-auth-logo-wrap{margin-bottom:.65rem;display:flex;align-items:center}.arena-auth-brand-pill{display:inline-flex;align-items:center;gap:.35rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.arena-auth-t19{color:var(--ink, #0E0E0E)}.arena-auth-divider{color:var(--ink-faint, #A8A49C)}.arena-auth-badge{color:var(--color-lab-blue, #0F3FFE);background-color:var(--accent-tint, rgba(15, 63, 254, .08));padding:.12rem .45rem;border-radius:var(--radius-full, 9999px)}.arena-auth-title{font-size:1.18rem;font-weight:800;letter-spacing:-.02em;color:var(--ink, #0E0E0E);margin:0 0 .15rem;line-height:1.2}.arena-auth-subtitle{font-size:.76rem;color:var(--ink-dim, #6B6862);line-height:1.35;margin:0}.arena-auth-alert{display:flex;align-items:flex-start;gap:.5rem;padding:.45rem .65rem;border-radius:var(--radius-sm, 6px);font-size:.74rem;line-height:1.35;margin-bottom:.6rem}.arena-auth-alert-error{background-color:var(--danger-tint, rgba(220, 38, 38, .1));border:1px solid rgba(220,38,38,.3);color:var(--danger, #DC2626)}.arena-auth-alert-success{background-color:var(--success-tint, rgba(11, 122, 84, .08));border:1px solid rgba(11,122,84,.3);color:var(--success, #0B7A54)}.arena-auth-demo-notice{display:flex;align-items:center;gap:.45rem;background-color:var(--warning-tint, rgba(180, 83, 9, .08));border:1px dashed rgba(180,83,9,.3);color:#92400e;padding:.35rem .6rem;border-radius:var(--radius-sm, 6px);font-size:.7rem;line-height:1.3;margin-bottom:.6rem}.arena-auth-demo-notice code{background:#0000000f;padding:.08rem .25rem;border-radius:3px;font-family:monospace}.arena-auth-tabs{display:flex;background-color:var(--surface, #F7F5F1);border:1px solid var(--border, #D9D5CD);border-radius:var(--radius-md, 8px);padding:2px;margin-bottom:.6rem}.arena-auth-tab{flex:1;background:transparent;border:none;font-size:.78rem;font-weight:600;color:var(--ink-dim, #6B6862);padding:.32rem 0;border-radius:calc(var(--radius-md, 8px) - 2px);cursor:pointer;transition:all var(--transition-fast, .15s)}.arena-auth-tab.active{background-color:var(--surface-card, #FFFFFF);color:var(--ink, #0E0E0E);box-shadow:0 1px 3px #0e0e0e14}.arena-auth-social{margin-bottom:.6rem}.arena-auth-google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.55rem;background-color:var(--surface-card, #FFFFFF);border:1px solid var(--border-strong, #BFB9AC);color:var(--ink, #0E0E0E);font-size:.82rem;font-weight:600;padding:.45rem .8rem;border-radius:var(--radius-md, 8px);cursor:pointer;transition:all var(--transition-fast, .15s)}.arena-auth-google-btn:hover{background-color:var(--surface-hover, #ECE8E0);border-color:var(--ink, #0E0E0E);box-shadow:var(--shadow-sm)}.arena-auth-google-btn:disabled{opacity:.6;cursor:not-allowed}.arena-auth-divider-line{display:flex;align-items:center;margin:.5rem 0 .4rem;color:var(--ink-faint, #A8A49C);font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.arena-auth-divider-line:before,.arena-auth-divider-line:after{content:"";flex:1;height:1px;background-color:var(--border, #D9D5CD)}.arena-auth-divider-line span{padding:0 .6rem}.arena-auth-form{display:flex;flex-direction:column;gap:.45rem}.arena-auth-row{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.arena-auth-field{display:flex;flex-direction:column;gap:.18rem}.arena-auth-field label{font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--ink, #0E0E0E)}.arena-auth-field-header{display:flex;align-items:center;justify-content:space-between}.arena-auth-forgot-btn{background:none;border:none;color:var(--color-lab-blue, #0F3FFE);font-size:.68rem;font-weight:600;cursor:pointer;padding:0}.arena-auth-forgot-btn:hover{text-decoration:underline}.arena-auth-field input{background-color:var(--surface, #F7F5F1);border:1px solid var(--border, #D9D5CD);border-radius:var(--radius-sm, 6px);padding:.42rem .65rem;font-size:.8rem;color:var(--ink, #0E0E0E);font-family:var(--font-sans);transition:all var(--transition-fast, .15s)}.arena-auth-field input:focus{outline:none;border-color:var(--color-lab-blue, #0F3FFE);background-color:var(--surface-card, #FFFFFF);box-shadow:0 0 0 3px #0f3ffe1f}.arena-auth-field input::placeholder{color:var(--ink-faint, #A8A49C)}.arena-auth-submit-btn{margin-top:.2rem;background-color:var(--color-lab-blue, #0F3FFE);color:#fff;border:none;padding:.52rem .85rem;font-size:.84rem;font-weight:700;border-radius:var(--radius-md, 8px);cursor:pointer;transition:all var(--transition-fast, .15s);letter-spacing:.01em}.arena-auth-submit-btn:hover{background-color:#0a2fd4;box-shadow:0 4px 12px #0f3ffe47}.arena-auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.arena-auth-spinner{display:inline-flex;align-items:center;gap:.4rem}.arena-auth-footer{margin-top:.55rem;text-align:center}.arena-auth-terms{font-size:.66rem;color:var(--ink-dim, #6B6862);line-height:1.3;margin:0}.arena-auth-back-btn{background:none;border:none;color:var(--color-lab-blue, #0F3FFE);font-size:.78rem;font-weight:600;cursor:pointer;padding:.2rem .4rem}.arena-auth-back-btn:hover{text-decoration:underline}@media (max-width: 480px){.arena-auth-card{padding:1rem 1rem .85rem;max-width:100%}.arena-auth-row{grid-template-columns:1fr}}.onestop-app{min-height:100vh;background-color:var(--canvas);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;display:grid;grid-template-columns:236px minmax(0,1fr)}.onestop-app.onestop-app-browse-mode{display:block;grid-template-columns:none;width:100%}.onestop-main{min-width:0;padding:26px 30px 20px;position:relative;display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box}.onestop-main.onestop-main-home{padding:26px 0 20px;overflow-x:hidden}.onestop-screen-content{flex:1 0 auto;width:100%;display:flex;flex-direction:column}.onestop-top-actions{position:absolute;top:22px;right:30px;display:flex;align-items:center;gap:10px;z-index:30}.mobile-topbar{display:none;align-items:center;justify-content:space-between;padding:12px 16px;background-color:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.mobile-hamburger-btn{display:flex;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;padding:6px;border:1px solid var(--line);border-radius:6px;background:var(--surface);cursor:pointer}.mobile-hamburger-btn span{display:block;height:2px;width:100%;background-color:var(--ink);border-radius:1px}@media (max-width: 860px){.onestop-app{display:flex;flex-direction:column}.mobile-topbar{display:flex}.sidebar-root{position:fixed!important;top:0!important;left:0!important;bottom:0!important;transform:translate(-100%);transition:transform .22s cubic-bezier(.19,1,.22,1);box-shadow:none}.sidebar-root.sidebar-mobile-open{transform:translate(0);box-shadow:4px 0 24px #1a1a192e}.onestop-main{padding:18px 16px 36px}.onestop-main.onestop-main-home{padding:18px 0 36px}.browse-grid-container{grid-template-columns:1fr!important}}@media (max-width: 480px){.onestop-main{padding:14px 12px 28px}.onestop-main.onestop-main-home{padding:14px 0 28px}}:root{--canvas: #F6F6F4;--surface: #FFFFFF;--surface-sunken: #F9F9F7;--surface-muted: #F2F1ED;--ink: #1A1A19;--ink-secondary: #55534D;--ink-muted: #75736C;--line: #E7E6E2;--line-light: #F0EFEB;--line-lighter: #EFEEEA;--divider-dot: #C9C7C1;--checkbox-border: #CFCDC7;--card-hover-border: #D6D4CE;--primary: #0F3FFE;--primary-hover: #0C33CC;--primary-tint-7: rgba(15, 63, 254, .07);--primary-tint-8: rgba(15, 63, 254, .08);--primary-tint-18: rgba(15, 63, 254, .18);--primary-tint-35: rgba(15, 63, 254, .35);--success: #17A34A;--success-text: #15803D;--success-tint: rgba(23, 163, 74, .08);--success-border: rgba(23, 163, 74, .3);--scrim: rgba(26, 26, 25, .35);--urgency-red: #DC2626;--urgency-yellow: #B45309;--surface-card: #FFFFFF;--border: #E7E6E2;--border-strong: #BFB9AC;--ink-dim: #55534D;--ink-faint: #75736C;--color-lab-blue: #0F3FFE;--accent-tint: rgba(15, 63, 254, .08);--surface-hover: #F2F1ED;--font-sans: "Archivo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm: 6px;--radius-md: 9px;--radius-lg: 12px;--radius-modal: 14px;--radius-pill: 20px}[data-theme=dark]{--canvas: #0F1013;--surface: #18191E;--surface-sunken: #121317;--surface-muted: #22242B;--ink: #F3F4F6;--ink-secondary: #9DA3AE;--ink-muted: #6B7280;--line: #262830;--line-light: #1F2127;--line-lighter: #1A1B20;--divider-dot: #4B5262;--checkbox-border: #3D414D;--card-hover-border: #3B3F4A;--primary: #3B6BFF;--primary-hover: #5982FF;--primary-tint-7: rgba(59, 107, 255, .1);--primary-tint-8: rgba(59, 107, 255, .12);--primary-tint-18: rgba(59, 107, 255, .22);--primary-tint-35: rgba(59, 107, 255, .4);--success: #22C55E;--success-text: #4ADE80;--success-tint: rgba(34, 197, 94, .12);--success-border: rgba(34, 197, 94, .35);--scrim: rgba(0, 0, 0, .72);--urgency-red: #F87171;--urgency-yellow: #FBBF24;--surface-card: #18191E;--border: #262830;--border-strong: #4B5262;--ink-dim: #9DA3AE;--ink-faint: #6B7280;--color-lab-blue: #3B6BFF;--accent-tint: rgba(59, 107, 255, .12);--surface-hover: #22242B}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;background-color:var(--canvas);color:var(--ink);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{color:var(--ink)}button{font-family:inherit;border:none;background:none;cursor:pointer;touch-action:manipulation}input,textarea,select{font-family:inherit;color:inherit;touch-action:manipulation}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary)!important}textarea{resize:vertical}::selection{background:var(--primary-tint-18)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ink-muted)}
