:root{font-family:JetBrains Mono,IBM Plex Mono,monospace;background-color:#000;color:#e0e0e0}*{box-sizing:border-box}html,body,#root{margin:0;height:100%;width:100%;background-color:#000}body{font-family:JetBrains Mono,IBM Plex Mono,monospace}.app-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#0b0e11;position:sticky;top:0;z-index:10}.app-header-left .app-logo{color:#e6f4ee;font-weight:800;letter-spacing:.12em;font-size:13px;text-transform:uppercase;text-decoration:none}.app-header-left .app-logo:hover,.app-header-left .app-logo:focus{color:#0f8;text-decoration:none}.app-header-right{display:flex;align-items:center;gap:10px;position:relative}.rep-pill{padding:6px 10px;border-radius:999px;background:#16a34a2e;color:#0f8;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.user-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#e6f4ee;cursor:pointer;font-family:inherit}.user-chip img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid rgba(0,255,136,.35)}.avatar-placeholder{width:28px;height:28px;border-radius:50%;border:1px solid rgba(0,255,136,.35);display:grid;place-items:center;font-weight:700;color:#0f8}.user-name{font-size:13px}.caret{font-size:10px;opacity:.8}.user-menu{position:absolute;right:0;top:46px;min-width:180px;background:#0f1418;border:1px solid rgba(255,255,255,.08);border-radius:10px;display:flex;flex-direction:column;box-shadow:0 12px 40px #00000059;z-index:20}.user-menu a,.user-menu button{background:transparent;border:none;color:#e6f4ee;padding:10px 12px;text-align:left;text-decoration:none;font-family:inherit;font-size:13px;cursor:pointer}.user-menu a:hover,.user-menu button:hover{background:#ffffff0d}.menu-divider{height:1px;background:#ffffff14;margin:6px 0}.terminal-screen{width:100%;min-height:100vh;height:100vh;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background-color:#000;box-sizing:border-box;overflow:hidden}.hero-header{display:flex;justify-content:space-between;align-items:center;background-color:#040404;border:1px solid #101010;border-radius:8px;padding:.75rem 1rem}.brand-block{display:flex;flex-direction:column;gap:.35rem}.brand{letter-spacing:.25em;text-transform:uppercase;font-weight:700;color:#0f8}.tagline{font-size:.85rem;color:#b8b8b8}.session-block{display:flex;align-items:center;position:relative;gap:.75rem;flex-wrap:nowrap}.menu-trigger-wrap{display:flex;align-items:center;gap:.35rem}.mobile-status-panel{padding:.5rem .9rem;background:#00ff880d;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-status-row{display:flex;justify-content:space-between;margin-bottom:4px;font-size:.8rem}.mobile-status-row .label{color:#9fb3a9;letter-spacing:.08em;text-transform:uppercase}.mobile-status-row .value{color:#fff;font-weight:600}.ghost-btn{background:transparent;border:1px solid #00ff88;color:#0f8;border-radius:999px;padding:.25rem .75rem;font-family:inherit;font-size:.85rem;cursor:pointer}.ghost-btn:hover{background-color:#00ff881a}.user-name,.menu-name{font-weight:600}.menu-reputation{font-size:.8rem;color:#8bffc6}.menu-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:999px;border:1px solid #101010;background-color:#0c0c0c;color:#fff;cursor:pointer;font-family:inherit}.menu-trigger img{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,255,136,.4)}.menu-initial{width:30px;height:30px;border-radius:50%;border:1px solid rgba(0,255,136,.4);display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#0f8}.menu-trigger-text{display:flex;flex-direction:column;align-items:flex-start}.mobile-menu-toggle{display:none;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:10px;border:1px solid #101010;background:#0c0c0c;color:#fff;cursor:pointer;font-size:1.1rem}.menu-trigger-text .menu-name{font-weight:600}.menu-trigger-text .menu-reputation{font-size:.8rem;color:#8bffc6}.menu-caret{font-size:.75rem;color:#8bffc6}.user-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#020202;border:1px solid rgba(0,255,136,.3);border-radius:12px;min-width:230px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;z-index:60}.user-menu-header{padding:.75rem .9rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}.user-menu button{background:none;border:none;color:#e0e0e0;text-align:left;padding:.65rem .9rem;font-family:inherit;font-size:.9rem;cursor:pointer}.user-menu button:hover{background:#00ff8814}.profile-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000}.profile-modal{width:min(420px,90%);background:#040404;border:1px solid #00ff88;border-radius:12px;padding:1.25rem;box-shadow:0 0 35px #00ff8840;display:flex;flex-direction:column;gap:1rem}.profile-modal-header{display:flex;align-items:center;gap:.75rem}.profile-modal-header img{width:56px;height:56px;border-radius:50%}.profile-modal-header h3{margin:0;font-size:1.1rem;color:#0f8}.profile-modal-header p{margin:0;color:#d0d0d0}.profile-modal-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.profile-modal-body .label{display:block;font-size:.8rem;color:#8bffc6;text-transform:uppercase;letter-spacing:.05em}.profile-modal-body .value{display:block;font-size:1rem;color:#fff;font-weight:600}.profile-modal-actions{display:flex;justify-content:flex-end}.profile-modal-actions button{border-radius:999px;padding:.25rem .9rem;background:transparent;border:1px solid #00ff88;color:#0f8;cursor:pointer}.hero-cert-banner{display:flex;justify-content:space-between;align-items:center;background:#04120a;border:1px solid #00ff88;border-radius:10px;padding:.75rem 1rem;color:#eafff4;box-shadow:0 0 25px #00ff8840;gap:1rem}.hero-cert-text{display:flex;flex-direction:column;gap:.2rem}.hero-cert-text strong{font-size:.95rem;color:#0f8}.hero-cert-text a{color:#0f8;text-decoration:underline}.hero-cert-text a:hover{opacity:.85}.case-closed-overlay,.lead-closed-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:99999}.case-closed-modal,.lead-closed-modal{width:min(520px,90%);background:radial-gradient(circle at top,#0cffb11f,#020806f2);border:1px solid rgba(0,255,136,.55);border-radius:20px;padding:2rem;text-align:center;box-shadow:0 20px 60px #000000bf;display:flex;flex-direction:column;gap:1rem}.case-closed-icon,.lead-closed-icon{font-size:3rem}.case-closed-label,.lead-closed-label{text-transform:uppercase;letter-spacing:.35em;font-size:.8rem;color:#ffffffbf;margin:0}.case-closed-modal h2,.lead-closed-modal h2{margin:0;font-size:2.1rem;color:#e8fdf5;letter-spacing:-.01em}.case-closed-copy,.lead-closed-copy{margin:0;color:#ffffffd1}.case-closed-actions,.lead-closed-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.case-closed-actions .button,.lead-closed-actions .button{display:inline-flex;align-items:center;justify-content:center;min-width:180px;padding:.65rem 1.5rem;border-radius:999px;text-decoration:none;font-weight:600;border:1px solid transparent;transition:transform .1s ease,box-shadow .1s ease}.case-closed-actions .button.primary,.lead-closed-actions .button.primary{background:#0f8;color:#02140e;box-shadow:0 10px 30px #00ff8840}.case-closed-actions .button.primary:hover,.lead-closed-actions .button.primary:hover{transform:translateY(-1px)}.case-closed-actions .button.secondary,.lead-closed-actions .button.secondary{border-color:#ffffff73;color:#e0e0e0;background:transparent}.case-closed-actions .button.secondary:hover,.lead-closed-actions .button.secondary:hover{border-color:#0f8;color:#0f8}.terminal-statusline{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;background-color:#030303;border:1px solid #101010;border-radius:6px;padding:.4rem .75rem;font-size:.85rem}.status-dot{font-weight:600}.terminal-statusline .case-link{background:none;border:none;color:inherit;font:inherit;padding:0;cursor:pointer}.terminal-statusline .case-link:hover,.status-dot.online{color:#0f8}.status-dot.offline{color:#ff6b6b}.status-item{color:#b8b8b8}.status-item.star-toggle{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:1px solid rgba(0,255,136,.4);border-radius:4px;padding:.1rem .45rem;color:#0f8;font-weight:600;cursor:pointer}.status-item.star-toggle:hover:not(:disabled){border-color:#0f8;background:#00ff8814}.status-item.star-toggle:disabled{opacity:.4;cursor:not-allowed}.status-item.star-toggle .star-count{font-variant-numeric:tabular-nums}.case-star-button.compact{min-width:auto;height:28px;padding:2px 8px;font-size:.82rem;border-color:#ffffff1f;background:#ffffff0a}.case-star-button.compact .star-icon{font-size:.95rem;color:#ffd479}.case-star-button.compact .star-count-badge{font-variant-numeric:tabular-nums;color:#e6f4ee}.session-star{display:inline-flex;align-items:center;justify-content:center}.session-star .case-star-button{border:1px solid rgba(255,212,121,.45);background:#ffd47914;color:#ffd479}.session-star .case-star-button:hover:not(:disabled){border-color:#ffd479;background:#ffd47924}.status-item.lens-indicator{border:1px solid rgba(0,255,136,.35);border-radius:4px;padding:.1rem .4rem;background:transparent;color:#0f8;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.status-item.lens-indicator:hover,.status-item.lens-indicator:focus-visible{border-color:#0f8;background:#00ff8814;outline:none}.status-item.bootcamp{color:#0f8;font-weight:600}.status-item.mission{color:#e0e0e0}.lead-status-trigger{display:inline-flex;align-items:center;gap:.35rem}.lead-status-check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#22c55ebf;border:1px solid rgba(255,255,255,.35);color:#0b140e;font-weight:800;font-size:.9rem;line-height:1;margin-right:.35rem}.mission-interactive{position:relative;padding:0}.mission-status-trigger{background:transparent;border:1px solid rgba(0,255,136,.25);border-radius:4px;padding:.2rem .6rem;color:#e0e0e0;cursor:pointer}.mission-status-trigger:disabled{opacity:.4;cursor:not-allowed}.mission-status-trigger:not(:disabled):hover{border-color:#0f8;color:#0f8}.mission-dropdown{position:absolute;top:110%;left:0;min-width:260px;max-height:320px;overflow-y:auto;background:#050505;border:1px solid rgba(0,255,136,.25);border-radius:8px;padding:.35rem;box-shadow:0 8px 20px #0006;z-index:1200}.mission-dropdown-entry{width:100%;display:flex;align-items:center;gap:.5rem;padding:.35rem .4rem;background:transparent;border:none;color:#d0d0d0;text-align:left;border-radius:4px;cursor:pointer}.mission-dropdown-entry:hover{background:#00ff8814;color:#0f8}.mission-dropdown-entry.active{border:1px solid rgba(0,255,136,.4);color:#0f8}.mission-dropdown-entry.completed .mission-title{opacity:.7}.mission-number{font-weight:600;width:2.2rem}.mission-pill{margin-left:auto;padding:.05rem .4rem;border-radius:999px;border:1px solid rgba(0,255,136,.4);font-size:.7rem;color:#0f8}.hero-of-week{color:#0f8}.vi-mode{color:#0f8;font-weight:600}.terminal-viewport{flex:1;min-height:0;background-color:#050505;border:1px solid #101010;border-radius:8px;padding:1rem;overflow-y:auto;font-size:.95rem;line-height:1.45;box-shadow:inset 0 0 25px #000000bf}.editor-panel{background-color:#040404;border:1px solid #101010;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:960px;box-shadow:0 0 25px #00ff8814}.editor-header{font-weight:600;color:#0f8}.editor-status{font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:#00ff88d9}.editor-command-line{background-color:#0009;border:1px solid rgba(0,255,136,.35);padding:.3rem .5rem;font-family:JetBrains Mono,IBM Plex Mono,monospace;margin-top:.25rem;display:inline-flex;align-items:center;gap:.25rem}.editor-command-line .editor-command-caret{width:10px;height:1.1em;background:#0f8;display:inline-block;animation:editor-caret-blink 1s steps(2,start) infinite}@keyframes editor-caret-blink{0%,to{opacity:1}50%{opacity:0}}.editor-panel textarea{width:100%;min-height:320px;height:60vh;background-color:#020202;border:1px solid #00ff88;border-radius:6px;color:#e0e0e0;font-family:JetBrains Mono,IBM Plex Mono,monospace;font-size:.95rem;padding:.75rem;line-height:1.4;resize:vertical;white-space:pre;overflow:auto;-moz-tab-size:2;tab-size:2}.editor-surface{position:relative}.editor-mirror{position:absolute;top:0;left:0;visibility:hidden;white-space:pre-wrap;word-wrap:break-word;pointer-events:none}.editor-caret-block{position:absolute;top:0;left:0;background-color:#0f8c;opacity:.8;pointer-events:none;border-radius:2px}.editor-actions{display:flex;gap:.5rem}.editor-actions button{background-color:#0f8;border:none;color:#000;font-weight:600;padding:.4rem .9rem;border-radius:6px;cursor:pointer;font-family:inherit}.editor-actions button.ghost{background:transparent;border:1px solid #b8b8b8;color:#e0e0e0}.editor-actions button:hover{opacity:.85}.confetti-overlay{pointer-events:none;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:2000}.confetti-particle{position:absolute;width:6px;height:12px;border-radius:2px;opacity:.9;animation-name:confetti-fall;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes confetti-fall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(110vh) rotate(360deg);opacity:0}}.mission-celebration-banner{position:fixed;top:80px;left:50%;transform:translate(-50%);background:#000c;border:1px solid rgba(0,255,136,.6);color:#0f8;padding:.6rem 1rem;border-radius:999px;z-index:1900;font-weight:600;letter-spacing:.05em;box-shadow:0 0 20px #0f83}.lens-title{font-weight:600;color:#0f8;margin-right:.5rem;letter-spacing:.2em;text-transform:uppercase}.lens-subtitle{display:block;font-size:.85rem;color:#8bffc6}.lens-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.lens-pane{border:1px solid #0d0d0d;border-radius:8px;background:#020202;display:flex;flex-direction:column;padding:.75rem;gap:.75rem}.pane-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.pane-header h3{margin:0;color:#0f8;font-size:1rem}.pane-header p{margin:.1rem 0 0;font-size:.8rem;color:#b8b8b8}.pane-header button{background:transparent;border:1px solid #00ff88;color:#0f8;border-radius:6px;padding:.15rem .6rem;font-family:inherit;font-size:.8rem;cursor:pointer}.pane-header button:disabled{opacity:.4;cursor:not-allowed}.pane-body{display:flex;flex-direction:column;gap:.75rem}.lens-browser{background-color:#050505;border:1px solid #0f0f0f;border-radius:6px;padding:.5rem;min-height:200px}.lens-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem;max-height:280px;overflow-y:auto}.lens-entry{width:100%;background:#ffffff05;border:1px solid transparent;border-radius:6px;color:#e0e0e0;padding:.35rem .5rem;text-align:left;display:flex;align-items:center;gap:.45rem;cursor:pointer;font-family:inherit}.lens-entry.dir{border-color:#0f83}.lens-entry.file{border-color:#ffffff14}.lens-entry.selected{background:#00ff8826;border-color:#0f8}.lens-entry:hover{border-color:#0f8}.entry-icon{width:1.2rem;text-align:center}.entry-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lens-empty{font-size:.85rem;color:#888;padding:.5rem}.lens-preview{border:1px solid #0d0d0d;border-radius:6px;background:#050505;display:flex;flex-direction:column}.lens-preview-title{font-size:.9rem;font-weight:600;padding:.5rem .75rem;border-bottom:1px solid #0d0d0d;color:#0f8}.lens-preview-body{flex:0 0 auto;padding:.75rem;overflow-y:auto;height:calc(100vh - 260px)}.lens-preview-body pre{margin:0;white-space:pre-wrap;word-break:break-word;font-size:.9rem;max-height:100%}.lens-preview-placeholder{color:#666;font-size:.9rem}.lens-preview-actions{margin-top:.5rem;display:flex;justify-content:flex-end}.lens-preview-actions button{background:transparent;border:1px solid #00ff88;color:#0f8;border-radius:6px;padding:.25rem .8rem;cursor:pointer;font-family:inherit;font-size:.85rem}.lens-preview-actions button:disabled{opacity:.35;cursor:not-allowed}.lens-actions{display:flex;align-items:center;gap:.5rem}.lens-actions input{flex:1;background:#ffffff0d;border:1px solid #0d0d0d;border-radius:6px;color:#fff;padding:.4rem .6rem;font-family:inherit}.lens-actions button{background:#0f8;border:none;color:#000;border-radius:6px;padding:.35rem .9rem;font-weight:600;cursor:pointer;font-family:inherit}.lens-actions button:disabled{opacity:.4;cursor:not-allowed}.lens-error-banner{background:#ff444426;border:1px solid rgba(255,68,68,.4);border-radius:6px;padding:.45rem .75rem;color:#ff8a8a;font-size:.9rem}.terminal-line{white-space:pre-wrap;margin-bottom:.2rem}.terminal-input{display:flex;align-items:center;gap:.75rem;background-color:#050505;border:1px solid #101010;border-radius:8px;padding:.85rem 1rem}.input-wrapper{flex:1;position:relative;display:flex;align-items:center}.terminal-input input{flex:1;background:transparent;border:none;outline:none;color:#e0e0e0;font-family:inherit;font-size:1rem;position:relative;z-index:1}.terminal-input input.vi-insert{caret-color:#0f8}.terminal-input input.vi-command{caret-color:transparent}.vi-block{position:absolute;top:50%;width:.95ch;height:1.4em;background-color:#0f8c;transform:translateY(-60%);opacity:0;pointer-events:none;border-radius:2px;z-index:2}.vi-block.visible{opacity:.9}.input-mirror{position:absolute;visibility:hidden;white-space:pre;pointer-events:none;font:inherit;letter-spacing:inherit;padding:0;border:0;left:0;top:50%;transform:translateY(-50%)}.prompt{color:#0f8;font-weight:600}.terminal-error{color:#ff6b6b;font-size:.9rem}@media (max-width: 960px){.terminal-screen{padding:1rem;gap:.5rem}.hero-header{flex-direction:row;align-items:center;justify-content:space-between;gap:.5rem}.session-block{width:100%;justify-content:flex-end;flex-wrap:nowrap}.menu-trigger{flex:1;justify-content:space-between}.menu-trigger:not(.mobile-menu-toggle){display:none}.mobile-menu-toggle{display:inline-flex;width:46px;height:42px;justify-content:center}.brand-block{width:100%}.session-block{width:100%;justify-content:space-between;flex-wrap:nowrap}.user-menu{right:8px;left:8px;width:calc(100vw - 32px);min-width:280px}.terminal-statusline{display:none}.terminal-statusline .status-item{flex:1 1 auto;min-width:120px}.mission-dropdown{min-width:220px}.terminal-viewport{min-height:200px}.terminal-input{padding:.7rem .9rem}.lens-overlay{padding:.5rem;align-items:flex-end}.lens-shell{width:100%;max-width:100%;max-height:min(90vh,calc(100vh - 2rem));padding:.75rem;overflow:hidden}.lens-shell>div,.lens-shell form,.lens-shell section{width:100%}.lens-columns{grid-template-columns:1fr}.lens-actions{flex-wrap:wrap;justify-content:flex-start}.lens-actions .ghost-btn,.lens-find-form button{flex:1;min-width:120px}.lens-pane{min-height:0}}@media (max-width: 640px){.terminal-screen{padding:.75rem}.hero-header{padding:.25rem}.menu-trigger{width:100%}.terminal-statusline{gap:.35rem}.terminal-viewport{min-height:220px}.lens-shell{max-height:100vh;padding:.65rem}.lens-find-input{min-width:150px}.terminal-input{border-radius:12px}}@media (max-width: 768px){.hero-header{flex-direction:column;align-items:flex-start;gap:.75rem}.terminal-input{flex-direction:column;align-items:stretch}.prompt{font-size:.85rem}}.timer-indicator{color:#8bffc6;font-size:.75rem;margin-left:.3rem}.landing-page{min-height:100vh;background:radial-gradient(circle at top,#00ff8814,#020202 60%);color:#f8f8f8;padding-bottom:4rem}.landing-hero{padding:4rem 1.5rem 2rem;text-align:center}.landing-hero .hero-content{max-width:680px;margin:0 auto}.landing-hero h1{font-size:clamp(2.25rem,4vw,3rem);margin-bottom:.75rem}.landing-hero p{color:#c8c8c8;line-height:1.5}.hero-actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.hero-actions .cta{padding:.75rem 1.75rem;border-radius:999px;background:#0f8;color:#050505;font-weight:700}.hero-actions .secondary{padding:.75rem 1.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.3)}.landing-toplist{margin:0 auto;max-width:1080px;padding:2rem 1.5rem 4rem}.section-heading h2{margin-bottom:.35rem}.section-heading p{color:#a0a0a0}.section-hint,.section-error{margin-top:1rem;color:#a0a0a0}.section-error{color:#ff6b6b}.bootcamp-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.catalog-card{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.2rem;background:#030303d9;display:flex;flex-direction:column;gap:.75rem;min-height:240px}.card-tags{display:flex;gap:.5rem;font-size:.8rem}.pill{padding:.1rem .55rem;border-radius:999px;border:1px solid rgba(255,255,255,.25);text-transform:uppercase;letter-spacing:.1em;font-weight:600}.pill.level{border-color:#00ff8880;color:#0f8}.catalog-card p{color:#b8b8b8;line-height:1.4;flex:1}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.card-stats{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem;color:#c8c8c8}.card-link{padding:.45rem .85rem;border-radius:6px;border:1px solid rgba(0,255,136,.4);color:#0f8;font-weight:600}.card-link:hover{border-color:#0f8;background:#00ff881f}.view-all{margin-top:1.5rem;text-align:center}.view-all a{color:#8bffc6;font-weight:600}.hero-actions .secondary{padding:.75rem 1.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.4);color:#f5f5f5}.hero-actions .secondary:hover{border-color:#0f8;color:#0f8}.hero-actions .secondary.subtle{border-color:#ffffff40;color:#b8b8b8}.hero-actions .secondary.subtle:hover{border-color:#8bffc6;color:#8bffc6}.lens-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b0e11;z-index:1400;display:flex;align-items:stretch;justify-content:center}.lens-shell{width:100%;height:100%;max-width:none;background:#0b0e11;display:flex;flex-direction:column;font-family:JetBrains Mono,Fira Code,IBM Plex Mono,monospace;color:#e6f4ee}.lens-statusbar{display:grid;grid-template-columns:1fr 1fr 1fr;padding:10px 14px;background:#0f1318;border-bottom:1px solid #1f2937;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.lens-statusbar .status-left{color:#9fb3a9}.lens-statusbar.mobile{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px}.lens-statusbar.mobile .status-left{display:flex;flex-direction:column;gap:3px;font-size:10px;color:#b7c8bf}.lens-statusbar.mobile .status-right{display:flex;align-items:center;gap:8px}.mobile-case-button{display:flex;flex-direction:column;align-items:flex-start;gap:1px;background:transparent;border:none;padding:0;color:inherit;text-align:left;cursor:pointer}.mobile-case-button:hover .mobile-case{color:#8bffc6}.mobile-lead{color:#9fb3a9;font-weight:600;letter-spacing:.04em;font-size:10px}.mobile-case{color:#e6f4ee;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:11.5px}.lens-lead-button{background:#00ff881a;border:1px solid rgba(0,255,136,.35);padding:4px 10px;color:#0f8;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-size:11px;border-radius:6px}.lens-lead-button:hover{border-color:#0f8;box-shadow:0 0 10px #00ff8840}.lens-statusbar .status-center{display:flex;align-items:center;justify-content:center;gap:30px!important;color:#0f8;font-weight:700}.lens-star-btn{margin-left:12px}.lens-statusbar .status-right{text-align:right;color:#9fb3a9;display:flex;justify-content:flex-end;align-items:center;gap:10px}.lens-case-button{background:transparent;border:1px solid #1f2937;color:#0f8;padding:6px 10px;font-family:inherit;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.lens-case-button:hover{border-color:#0f8}.lens-star-btn{background:transparent;border:1px solid rgba(0,255,136,.3);border-radius:4px;padding:4px 8px;color:#0f8;font-size:11px;display:inline-flex;align-items:center;gap:6px}.lens-star-btn:hover:not(:disabled){background:#00ff881a;border-color:#0f8}.lens-user-button{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid #1f2937;color:#cfe6dd;padding:6px 10px;font-size:12px;letter-spacing:.08em;cursor:pointer;text-transform:uppercase}.lens-user-button.compact{gap:6px;padding:6px 8px;border-radius:10px}.lens-user-button.compact .user-name{font-size:11px}.lens-user-button.compact span[aria-hidden=true]{font-size:14px}.lens-user-button img{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,255,136,.35);object-fit:cover}.user-avatar-placeholder{width:20px;height:20px;border-radius:50%;border:1px solid rgba(0,255,136,.35);display:grid;place-items:center;color:#0f8;font-weight:700;font-size:12px}.lens-user-button .user-label{color:#6b7280}.lens-user-button .user-name{color:#0f8;font-weight:700}.lens-user-button .user-clock{color:#9fb3a9}.lens-menu{position:absolute;right:14px;top:44px;background:#0f1318;border:1px solid #1f2937;min-width:210px;display:flex;flex-direction:column;z-index:1500;box-shadow:0 18px 40px #00000073}.lens-menu-header{display:flex;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #1f2937}.lens-menu-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px 12px;border-bottom:1px solid #1f2937;font-size:12px;color:#cfe6dd}.lens-menu-stats .stat-label{display:block;color:#7a8a84;letter-spacing:.08em;text-transform:uppercase;font-size:10px}.lens-menu-stats .stat-value{display:block;color:#e6f4ee;font-weight:600}.lens-menu button{background:transparent;border:none;color:#e6f4ee;text-align:left;padding:10px 12px;font-family:inherit;font-size:12px;letter-spacing:.06em;cursor:pointer}.lens-menu button:hover{background:#111824;color:#0f8}.lens-body{flex:1;display:flex;flex-direction:column;padding:12px;gap:12px;background:#0b0e11;min-height:0}.lens-pane{border:1px solid #1f2937;background:#0f1318;padding:10px;display:flex;flex-direction:column;gap:10px;min-height:0}.lens-pane.files-pane{flex:1}.lens-pane-body{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:0}.lens-breadcrumbs{display:flex;align-items:center;gap:6px;font-size:12px;color:#9fb3a9;flex-wrap:wrap}.lens-breadcrumbs button{background:transparent;border:1px solid #1f2937;color:#cfe6dd;padding:4px 8px;cursor:pointer}.lens-file-list{border:1px solid #1f2937;background:#0b0e11;min-height:0;max-height:none;overflow-y:auto;display:grid;gap:2px;padding:6px;height:100%}.lens-entry{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid transparent;color:#e6f4ee;font-size:13px;cursor:pointer;text-align:left;background:transparent}.lens-entry.selected{background:#111824;border-color:#1f2937}.lens-entry .entry-icon{width:18px;text-align:center}.lens-empty{color:#6b7280;font-size:12px;padding:6px}.lens-actions-inline{display:flex;gap:8px;margin-top:8px}.lens-statusline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;font-size:12px;color:#9fb3a9;letter-spacing:.06em;background:#0b0e11;border:1px solid #1f2937;padding:6px 10px;margin-bottom:10px}.lens-files-two-pane{display:grid;grid-template-columns:320px 1fr;gap:10px;align-items:stretch;height:100%;max-height:none}.lens-file-listing{border:1px solid #1f2937;background:#0b0e11;display:flex;flex-direction:column;min-height:0;height:100%}.file-list-header{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-bottom:1px solid #1f2937;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#9fb3a9}.file-list-header button{background:transparent;border:1px solid #1f2937;color:#cfe6dd;padding:4px 8px;cursor:pointer;font-size:12px}.file-list-header button:hover{border-color:#0f8;color:#0f8}.lens-file-list{padding:6px;display:grid;gap:6px;height:100%;max-height:100%;overflow-y:auto}.lens-file-list.compact{display:flex;flex-direction:column;gap:4px}.lens-entry-row{width:100%;text-align:left;padding:8px 10px;background:#0d1016;border:1px solid rgba(255,255,255,.05);color:#e8f4ed;display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:8px;font-family:JetBrains Mono,IBM Plex Mono,monospace;font-size:.85rem;letter-spacing:.01em;transition:border-color .12s ease,background-color .12s ease}.lens-entry-row.selected{border-color:#0f86;background:#111827b8}.lens-entry-row:hover{border-color:#ffffff1f}.lens-entry-row .entry-name{color:#f8fafc;font-weight:600;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lens-entry-row .entry-type{color:#94a3b8;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.lens-nav{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #1f2937;background:#0f1318}.lens-nav button{border:0;padding:10px 8px;background:transparent;color:#9fb3a9;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-right:1px solid #1f2937;display:grid;place-items:center;gap:2px}.lens-nav button:last-child{border-right:0}.lens-nav button.active{color:#f59e0b;background:#f973161f;box-shadow:0 0 12px #f9731640;border-right-color:#1f2937}.nav-icon{display:block;font-size:16px;line-height:1}.nav-label{display:block;font-size:10px;letter-spacing:.08em;line-height:1.3}.lens-find-form{display:inline-flex;gap:.35rem;align-items:center}.lens-find-input{background:#050505;border:1px solid rgba(0,255,136,.3);color:#e8e8e8;padding:.2rem .5rem;border-radius:4px;min-width:200px}.lens-find-input:focus{outline:none;border-color:#0f8;box-shadow:0 0 0 1px #00ff8840}.lead-heading{font-size:12px;letter-spacing:.12em;color:#0f8;text-transform:uppercase}.lead-body{border:1px solid #1f2937;background:#0b0e11;padding:10px;font-size:13px;line-height:1.5;color:#cfe6dd;max-height:70vh;overflow-y:auto}.lead-body input[type=checkbox]{accent-color:#00ff88;width:14px;height:14px}.notes-pane textarea{width:100%;height:60vh;background:#0b0e11;border:1px solid #1f2937;color:#fcd34d;font-family:inherit;font-size:13px;padding:12px;line-height:1.5;resize:vertical}.submit-form{display:flex;flex-direction:column;gap:10px}.submit-form input{background:#0b0e11;border:1px solid #1f2937;color:#e6f4ee;padding:10px;font-family:inherit;font-size:13px}.submit-form button{background:#0f8;color:#00120b;border:none;padding:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.submit-form button:disabled{opacity:.6;cursor:wait}@media (max-width: 900px){.lens-files-two-pane{display:flex;flex-direction:column;height:100%;max-height:none;flex:1}.files-mobile .lens-file-listing{height:auto;max-height:none;flex:1;min-height:0}.files-mobile .lens-preview-pane{margin-top:10px;border:1px solid #1f2937;background:#0b0e11;flex:1;display:flex;flex-direction:column;min-height:0}.files-mobile .lens-preview-body{flex:1;max-height:none;overflow-y:auto}.mobile-preview-header{display:flex;align-items:center;padding:8px 10px;border-bottom:1px solid #1f2937}.mobile-preview-header button{background:transparent;border:1px solid #1f2937;color:#e6f4ee;padding:6px 10px;border-radius:8px}.mobile-preview-header button:hover{border-color:#0f8;color:#0f8}.lens-body{padding-bottom:72px}.lens-nav{position:fixed;left:0;right:0;bottom:0;z-index:1800}.lens-statusbar{grid-template-columns:1fr}.lens-menu{right:10px;width:calc(100vw - 24px);min-width:0}}@media (max-width: 768px){.lens-briefing-modal{width:100%;height:100%;max-width:none;max-height:none;border-radius:0;margin:0;box-shadow:none;padding:14px}.casefile-modal .briefing-title{font-size:1.25rem;line-height:1.3}.casefile-modal .meta-line{display:none}.casefile-modal .award-chip{font-size:11px;padding:4px 8px}.casefile-modal .casefile-body{flex:1;min-height:0;overflow-y:auto}.casefile-modal .briefing-actions{position:sticky;bottom:0;background:#0f1318;padding:10px 0 0}.casefile-modal .briefing-actions .ghost-btn{display:none}.casefile-modal .briefing-actions .footer-actions-right{width:100%}.casefile-modal .briefing-actions .cta{width:100%;padding:10px 12px;font-size:14px}.casefile-modal .casefile-tabs{width:100%;justify-content:center}.casefile-modal .casefile-tab{padding:8px 10px;font-size:11px}.casefile-modal .modal-close{position:absolute;top:10px;right:10px;display:grid}}.submit-status{font-size:12px;color:#0f8}.lens-reconnect{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0e11eb;z-index:5;display:flex;align-items:center;justify-content:center;gap:12px;color:#e6f4ee}.lens-spinner{width:28px;height:28px;border:2px solid rgba(0,255,136,.25);border-top-color:#0f8;border-radius:50%;animation:lens-spin 1s linear infinite}.reconnect-title{font-size:14px;letter-spacing:.08em;text-transform:uppercase}.reconnect-subtitle{font-size:12px;color:#9fb3a9}@keyframes lens-spin{to{transform:rotate(360deg)}}.lens-briefing-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1500;display:grid;place-items:center}.lens-briefing-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf}.lens-briefing-modal{position:relative;z-index:1;width:min(1000px,94vw);height:80vh;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;gap:12px;background:#0f1318;border:1px solid #1f2937;box-shadow:0 20px 60px #00000080;padding:16px;color:#e5f4ee}.casefile-modal{gap:12px}.casefile-tabs{display:inline-flex;gap:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:4px;width:fit-content}.casefile-tab{border:none;background:transparent;color:#cfe6dd;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:12px;padding:8px 14px;border-radius:999px;cursor:pointer}.casefile-tab.active{background:#0f8;color:#0b0e11;box-shadow:0 10px 30px #00ff8840}.casefile-progress{display:flex;flex-wrap:wrap;gap:8px;padding:2px 2px 8px}.progress-step{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;min-width:80px;justify-content:center}.progress-number{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.14);font-weight:800;font-size:13px}.progress-label{font-size:12px;color:#dbe9e2;letter-spacing:.02em}.progress-step.done .progress-number{background:#0f8;color:#0b0e11;border-color:#0f86;box-shadow:0 0 0 1px #00ff8826,0 12px 24px #0f83}.progress-step.active .progress-number{background:#00ff8826;color:#0f8;border-color:#00ff8880;box-shadow:0 0 0 1px #00ff8840}.progress-step.locked .progress-number{background:#ffffff08;color:#7a8a84;border-color:#ffffff14}.progress-step.clickable{cursor:pointer;transition:border-color .2s ease,transform .15s ease}.progress-step.clickable:hover{border-color:#0f86;transform:translateY(-1px)}.casefile-header{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-top:6px}.header-center h2.briefing-title{font-size:24px;margin:2px 0 4px}.meta-line{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#9fb3a9;font-size:12px}.meta-chip{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:6px 10px;border-radius:999px}.meta-chip.award-chip{background:#00ff881f;border-color:#00ff8840;color:#8bffc6;font-weight:700;letter-spacing:.05em}.casefile-body{display:grid;grid-template-columns:1fr;gap:12px;align-items:start;flex:1;min-height:0}.casefile-body.single-col{gap:16px}.casefile-content{border:1px solid #1f2937;background:#0b0e11;padding:12px;max-height:100%;overflow-y:auto}.lead-complete-banner{background:#00ff881f;border:1px solid rgba(0,255,136,.35);color:#b7ffe0;padding:10px 12px;border-radius:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.lens-submit-modal{position:relative;z-index:1;width:min(520px,94vw);background:#0f1318;border:1px solid #1f2937;box-shadow:0 20px 60px #00000080;color:#e5f4ee;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.submit-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #1f2937;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#8bffc6}.submit-header button{background:transparent;border:none;color:#e5f4ee;font-size:18px;cursor:pointer}.submit-body{padding:16px;display:flex;flex-direction:column;gap:12px}.submit-form{display:flex;gap:10px}.submit-form input{flex:1;background:#0b0e11;border:1px solid #1f2937;color:#e6f4ee;padding:10px 12px;border-radius:10px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.submit-form button{background:#0f8;color:#0b0e11;border:none;padding:10px 16px;border-radius:9999px;font-weight:700;cursor:pointer}.submit-form button:disabled{opacity:.5;cursor:not-allowed}.submit-feedback{margin:0;background:#0b0e11;border:1px solid #1f2937;color:#cfe6dd;border-radius:10px;padding:10px;font-size:12px;white-space:pre-wrap}.submit-feedback-list{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.submit-feedback-list.indented{margin-left:14px;border-left:1px solid rgba(255,255,255,.08);padding-left:10px}.submit-feedback-item{display:flex;align-items:flex-start;gap:8px;color:#e5e7eb;font-size:13px;line-height:1.3}.submit-feedback-text{line-height:1.3}.submit-feedback-dot{width:8px;height:8px;border-radius:999px;margin-top:6px}.submit-feedback-dot.ok{background:#22c55e;box-shadow:0 0 8px #22c55e80}.submit-feedback-dot.fail{background:#f87171;box-shadow:0 0 8px #f8717166}.submit-feedback-card{background:#0b0e11;border:1px solid #1f2937;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:8px}.submit-feedback-card .submit-status-row{display:flex;align-items:center;gap:8px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.submit-feedback-card .submit-status-title{color:#e5f4ee;font-size:13px}.submit-feedback-card .submit-status-sub{color:#9ca3af;font-size:13px}.submit-feedback-card .submit-status-dot{width:10px;height:10px;border-radius:999px}.submit-feedback-card .submit-status-dot.ok{background:#22c55e;box-shadow:0 0 8px #22c55e80}.submit-feedback-card .submit-status-dot.fail{background:#f87171;box-shadow:0 0 8px #f8717166}.lens-briefing-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.grid-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;width:100%}.lens-about-modal{position:relative;z-index:1;width:min(480px,92vw);background:#0f1318;border:1px solid #1f2937;box-shadow:0 20px 60px #00000080;color:#e5f4ee;border-radius:8px;overflow:hidden}.about-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#10151b;border-bottom:1px solid #1f2937;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#9fb3a9}.about-header button{background:transparent;border:none;color:#e5f4ee;font-size:16px;cursor:pointer}.about-body{padding:16px;display:flex;flex-direction:column;gap:8px}.about-title{font-size:16px;font-weight:700;color:#0f8;letter-spacing:.08em;text-transform:uppercase}.about-meta{font-size:13px;color:#cfe6dd}.about-sep{height:1px;background:#1f2937;margin:4px 0}.about-quote{font-size:13px;color:#e5f4ee;font-style:italic}.briefing-meta{display:flex;align-items:center;gap:12px}.investigator-chip{display:inline-flex;align-items:center;gap:10px;padding:6px 10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px}.investigator-chip img{width:56px;height:56px;border-radius:50%;border:1px solid rgba(0,255,136,.35);object-fit:cover;box-shadow:0 0 12px #00ff8840}.investigator-text .meta-label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:#7a8a84}.investigator-text .investigator-name{font-size:13px;font-weight:600;color:#e6f4ee}.modal-close{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#e6f4ee;border-radius:50%;width:28px;height:28px;display:none;place-items:center;cursor:pointer;margin-left:8px}.modal-close:hover{border-color:#0f8;color:#0f8}.briefing-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#0f8}.lens-briefing-modal h3{margin:0;font-size:20px}.briefing-body{border:1px solid #1f2937;background:#0b0e11;padding:12px;max-height:none;height:100%;overflow-y:auto}.footer-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.footer-actions-right{display:flex;align-items:center;gap:10px}.casefile-status-line{margin-top:-4px;margin-bottom:6px;font-size:13px;color:#cfe6dd}.casefile-status-pill{padding:8px 12px;border-radius:999px;background:#00ff881a;color:#8bffc6;border:1px solid rgba(0,255,136,.3);font-weight:700;letter-spacing:.05em;text-transform:uppercase}.lens-submit-status{margin-top:.5rem;font-size:.85rem;color:#8bffc6}.lens-search-results{margin-bottom:.75rem;padding:.5rem;border:1px solid rgba(0,255,136,.15);border-radius:6px;background:#00ff8805}.lens-search-heading{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:#8bffc6;margin-bottom:.35rem}.lens-search-empty{font-size:.85rem;color:#666}.lens-search-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.lens-search-entry{width:100%;text-align:left;background:#ffffff03;border:1px solid rgba(0,255,136,.12);border-radius:4px;padding:.3rem .45rem;color:#e0e0e0;cursor:pointer}.lens-search-entry:hover{border-color:#00ff8880;background:#00ff8814}.lens-search-entry .search-path{display:block;font-weight:600;color:#0f8}.lens-search-entry .search-snippet{display:block;font-size:.8rem;color:#b0b0b0;margin-top:.15rem}.ghost-btn.danger{border-color:#ff6b6b80;color:#ff6b6b}.ghost-btn.danger:hover{border-color:#ff6b6b;background:#ff6b6b26}.landing-page{min-height:100vh;background:#0b0e11;color:#e6f4ee}.landing-hero{max-width:1100px;margin:0 auto;padding:48px 24px 10px}.landing-hero .hero-content{display:flex;flex-direction:column;gap:8px}.landing-hero .hero-content .eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#0f8;font-size:12px;font-weight:700;margin:0}.landing-hero .hero-content h1{margin:0;font-size:42px;letter-spacing:-.01em}.landing-hero .hero-content .hero-subtitle{margin:0;color:#c7d8cf;font-size:16px;line-height:1.5}.cases-grid{max-width:980px;margin:0 auto;padding:10px 24px 60px;display:grid;grid-template-columns:1fr;gap:24px}.section-header{margin-top:12px;margin-bottom:14px}.section-header h2{margin:0;font-size:18px;letter-spacing:.02em}.case-grid-board.single-column{display:grid;grid-template-columns:1fr;gap:18px}.case-card.dossier{background:#0f1318;border:1px solid #1f2937;border-radius:12px;padding:18px;display:grid;gap:12px}.case-card-top{display:flex;align-items:center;gap:12px}.case-card-avatar{width:48px;height:48px;border-radius:50%;border:1px solid rgba(0,255,136,.35);box-shadow:0 0 8px #00ff8838;object-fit:cover;flex-shrink:0}.case-card-avatar.fallback{background:#ffffff0d;display:grid;place-items:center}.case-card-titleblock h3{margin:0;font-size:20px}.case-star-wrap{margin-left:auto;display:flex;align-items:center;gap:8px}.star-button,.case-star-button{border:1px solid rgba(255,255,255,.15);background:#ffffff0a;color:#e6f4ee;border-radius:999px;padding:4px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;min-width:60px;height:32px}.star-button.active,.case-star-button.active{border-color:#00ff8873;color:#0f8}.star-button:disabled,.case-star-button:disabled{opacity:.4;cursor:not-allowed}.star-icon{display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}.star-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:2px 6px;border-radius:8px;background:#ffffff14;color:#e6f4ee;font-weight:700;font-size:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.case-investigator-name{margin:0;color:#9fb3a9;font-size:13px}.case-pills{margin-left:auto;display:inline-flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.case-pills span{padding:4px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#c7d8cf;background:#ffffff08}.case-pills .pill-star{padding:4px 8px;border-radius:999px}.case-briefing.markdown.preview-only{color:#c7d8cf;font-size:15px;line-height:1.5;max-height:72px;overflow:hidden}.case-briefing.markdown.preview-only p{margin:0}.case-card-actions{display:flex;gap:10px;align-items:center}.cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:#0f8;color:#00120b;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:none;cursor:pointer}.cta.small{padding:10px 14px;font-size:12px}.ghost-btn{padding:10px 14px;border-radius:10px;background:#ffffff0d;color:#e6f4ee;border:1px solid rgba(255,255,255,.08);cursor:pointer}.ghost-btn:hover{border-color:#0f86;color:#0f8}.case-card.placeholder{min-height:140px;display:grid;place-items:center;color:#7a8a84;border:1px dashed rgba(255,255,255,.1);background:#ffffff05}.case-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:2000}.case-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3}.case-modal-content{position:relative;background:#0f1318;border:1px solid #1f2937;border-radius:18px;padding:0;max-width:960px;width:94%;box-shadow:0 20px 60px #00000073;display:flex;flex-direction:column;gap:0;z-index:1}.case-modal-body{padding:18px;max-height:82vh;overflow:auto}.case-story-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:12px}.case-story .case-card-avatar{width:48px;height:48px}.investigator-meta .meta-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#7a8a84}.investigator-meta .investigator-name{font-size:14px;font-weight:600;color:#e6f4ee}.case-title{font-size:20px;font-weight:700}.case-reputation{color:#8bffc6;font-weight:600}.case-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:12px 18px;border-top:1px solid rgba(255,255,255,.06)}.auth-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.auth-modal{background:#050708;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px 28px;width:min(420px,92vw);box-shadow:0 22px 60px #00000080}.auth-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.auth-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#30f58acc}.auth-modal__body h2{margin:4px 0 10px;font-size:1.2rem;letter-spacing:.02em}.auth-modal__copy{margin:0 0 18px;color:#ffffffd1;line-height:1.6}.auth-modal__actions{display:flex;flex-direction:column;gap:12px}.auth-modal .close-btn{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);color:#fffc;font-size:1rem;cursor:pointer;border-radius:999px;width:30px;height:30px}.auth-btn{width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#000000a6;color:#f5f7fb;font-size:14px;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.auth-btn-icon{width:26px;height:26px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0f}.auth-btn-label{flex:1;text-align:center}.auth-btn:hover{border-color:#30f58a99;box-shadow:0 0 0 1px #30f58a33;background:radial-gradient(circle at top left,#30f58a38,#000000e6)}.auth-btn-gh .auth-btn-icon{font-family:system-ui}.auth-btn-google .auth-btn-icon{background:#fff;color:#111}@media (max-width: 900px){.menu-trigger{display:none}.mobile-menu-toggle{display:inline-flex}.user-menu{right:8px;left:8px;width:calc(100vw - 32px);min-width:280px}.lens-files-two-pane{display:block;height:auto;max-height:none}.files-mobile .lens-file-listing{height:auto;max-height:50vh}.files-mobile .lens-preview-pane{margin-top:10px;border:1px solid #1f2937;background:#0b0e11}.files-mobile .lens-preview-body{max-height:50vh;overflow-y:auto}.mobile-preview-header{display:flex;align-items:center;padding:8px 10px;border-bottom:1px solid #1f2937}.mobile-preview-header button{background:transparent;border:1px solid #1f2937;color:#e6f4ee;padding:6px 10px;border-radius:8px}.mobile-preview-header button:hover{border-color:#0f8;color:#0f8}.lens-body{padding-bottom:80px}.lens-nav{position:fixed;left:0;right:0;bottom:0;z-index:1800}}
