@font-face{font-family:Aeonik;src:url(/fonts/AeonikTRIAL-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Aeonik;src:url(/fonts/AeonikTRIAL-RegularItalic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Aeonik;src:url(/fonts/AeonikTRIAL-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Aeonik;src:url(/fonts/AeonikTRIAL-SemiBold.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Aeonik;src:url(/fonts/AeonikTRIAL-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Aeonik;src:url(/fonts/AeonikTRIAL-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Heldane Display;src:url(/fonts/TestHeldaneDisplay-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Heldane Display;src:url(/fonts/TestHeldaneDisplay-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Heldane Display;src:url(/fonts/TestHeldaneDisplay-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Heldane Text;src:url(/fonts/TestHeldaneText-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Heldane Text;src:url(/fonts/TestHeldaneText-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Heldane Text;src:url(/fonts/TestHeldaneText-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Aeonik Fono;src:url(/fonts/AeonikFonoTRIAL-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Aeonik Fono;src:url(/fonts/AeonikFonoTRIAL-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Aeonik Fono;src:url(/fonts/AeonikFonoTRIAL-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}:root,[data-theme=light]{--bg: #f5f0eb;--bg-sidebar: #ebe4db;--surface: #ffffff;--surface2: #f8f5f0;--border: #ddd6cc;--text: #1a1a1a;--text-dim: #7a7468;--accent: #1a1a2e;--accent-hover: #2d2d44;--accent-orange: #c45a2d;--pass: #2d7a3a;--fail: #c43a2d;--partial: #c49a2d;--error-color: #7a7468;--input-bg: #ffffff;--logo-filter: none;--nav-active-bg: #8b7355;--nav-active-text: #ffffff;--card-shadow: 0 1px 3px rgba(0, 0, 0, .06);--btn-prev-border: #1a1a2e;--btn-prev-text: #1a1a2e;--highlight-bg: rgba(26, 26, 46, .08)}[data-theme=dark]{--bg: #0c0b08;--bg-sidebar: #141210;--surface: #1c1a14;--surface2: #242218;--border: #3a3628;--text: #e8e4d8;--text-dim: #8b8570;--accent: #ffffff;--accent-hover: #e8e4d8;--accent-orange: #c4a556;--pass: #4caf50;--fail: #e85c3a;--partial: #d4a82e;--error-color: #8b8570;--input-bg: #1c1a14;--logo-filter: invert(1);--nav-active-bg: #242218;--nav-active-text: #e8e4d8;--card-shadow: 0 1px 3px rgba(0, 0, 0, .2);--btn-prev-border: #ffffff;--btn-prev-text: #ffffff;--highlight-bg: rgba(255, 255, 255, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Aeonik,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;transition:background .3s,color .3s}a{color:var(--accent-orange);text-decoration:none}a:hover{text-decoration:underline}.app-layout{display:flex;min-height:100vh}.sidebar{width:200px;background:var(--bg-sidebar);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;position:fixed;top:0;left:0;bottom:0;z-index:40;transition:background .3s,border-color .3s,transform .3s}.sidebar-logo{padding:1.5rem 1.25rem 1rem;display:flex;flex-direction:row;align-items:center;gap:.75rem}.sidebar-logo img{height:50px;mix-blend-mode:multiply}[data-theme=dark] .sidebar-logo img{mix-blend-mode:screen}.sidebar-logo .logo-text{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);line-height:1.3}.sidebar-nav{flex:1;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.15rem}.nav-link{display:flex;align-items:center;gap:.65rem;padding:.55rem .85rem;border:none;border-radius:4px;font-family:inherit;font-size:.85rem;font-weight:500;color:var(--text-dim);text-decoration:none;background:none;transition:background .15s,color .15s;cursor:pointer}.nav-link:hover{background:var(--surface);color:var(--text);text-decoration:none}.nav-link.active{background:var(--nav-active-bg);color:var(--nav-active-text);font-weight:600}.nav-link .nav-icon{width:20px;text-align:center;font-size:1rem;flex-shrink:0}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);font-size:.68rem;color:var(--text-dim);line-height:1.6}.sidebar-footer a{color:var(--accent-orange)}.theme-toggle-sidebar{display:flex;align-items:center;gap:.5rem;padding:.45rem .85rem;border-radius:4px;font-size:.8rem;color:var(--text-dim);cursor:pointer;background:none;border:none;font-family:inherit;width:100%;text-align:left;transition:background .15s,color .15s}.theme-toggle-sidebar:hover{background:var(--surface);color:var(--text)}.hamburger{display:none;position:fixed;top:.75rem;left:.75rem;z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:4px;width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer;color:var(--text);font-size:1.2rem}.main-content{flex:1;margin-left:200px;min-height:100vh;transition:margin-left .3s}.main-inner{max-width:820px;margin:0 auto;padding:2rem 2rem 3rem}.main-inner.wide{max-width:none;padding:2rem 3rem 3rem}.page-header{margin-bottom:1.5rem;padding-top:.5rem}.page-header .presents{font-size:.72rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.6rem}.page-header h1{font-family:Heldane Display,Georgia,Times New Roman,serif;font-size:2rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:.25rem}.page-header h1 .hl{color:var(--text)}.page-header .subtitle{color:var(--text-dim);font-size:.88rem;max-width:620px;line-height:1.55;margin-top:.35rem}.page-header .divider{width:100%;max-width:620px;height:3px;background:linear-gradient(90deg,var(--accent-orange),#ff8a65);margin:.75rem 0 0;border-radius:2px}.wizard-progress{width:100%;max-width:620px;height:3px;background:var(--border);margin:.75rem 0 0;border-radius:2px;overflow:hidden}.wizard-progress-inner{height:100%;background:linear-gradient(90deg,var(--accent-orange),#ff8a65);border-radius:2px;transition:width .4s ease}.card{background:var(--surface);border:1px solid var(--border);border-radius:6px;box-shadow:var(--card-shadow, none);padding:1.5rem;margin-bottom:1.25rem;transition:background .3s,border-color .3s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.6rem;border:none;border-radius:4px;font-family:inherit;font-size:.88rem;font-weight:500;cursor:pointer;transition:background .2s,opacity .2s}.btn-primary{background:#1a1a2e;color:#fff}.btn-primary:hover{background:#2d2d44}[data-theme=dark] .btn-primary{background:#fff;color:#0c0b08}[data-theme=dark] .btn-primary:hover{background:#e8e4d8}.btn-outline{background:transparent;border:1px solid #1a1a2e;color:#1a1a2e}[data-theme=dark] .btn-outline{border-color:#fff;color:#fff}.btn-outline:hover{background:var(--surface2)}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:.4rem}.form-group .hint{display:block;font-size:.75rem;color:var(--text-dim);margin-top:.25rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.65rem .85rem;box-sizing:border-box;background:var(--input-bg, var(--surface2));border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:inherit;font-size:.92rem;outline:none;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-dim);opacity:.5}.form-group textarea{font-family:inherit;font-size:.92rem;resize:vertical;line-height:1.5;box-sizing:border-box}.form-row{display:flex;gap:1rem;flex-wrap:wrap}.form-row .form-group{flex:1;min-width:200px}.error-msg{color:var(--fail);font-size:.88rem;margin-top:.5rem}.badge{display:inline-block;padding:.2rem .65rem;border-radius:3px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.badge-pass{background:#15803d1a;color:var(--pass);border:1px solid rgba(21,128,61,.25)}.badge-fail{background:#dc262614;color:var(--fail);border:1px solid rgba(220,38,38,.2)}.badge-partial{background:#d9770614;color:var(--partial);border:1px solid rgba(217,119,6,.2)}.badge-error{background:#6b6b7b14;color:var(--error-color);border:1px solid rgba(107,107,123,.2)}.badge-override{background:#63b3ed26;color:#63b3ed;border:1px solid rgba(99,179,237,.35)}.override-section{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.override-saved{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;font-size:.82rem;color:#63b3ed;margin-bottom:.5rem}.override-reason{color:var(--text-dim);font-size:.8rem}.override-clear{background:none;border:1px solid rgba(99,179,237,.35);color:#63b3ed;padding:.15rem .5rem;border-radius:2px;cursor:pointer;font-size:.75rem;margin-left:auto}.override-form{background:var(--surface2);border:1px solid var(--border);border-radius:3px;padding:.75rem;margin-top:.5rem}.law-tag{display:inline-block;padding:.1rem .45rem;font-size:.65rem;font-weight:600;letter-spacing:.03em;border-radius:2px;white-space:nowrap;vertical-align:middle}.law-tag-gdpr{background:var(--pass);color:#fff;border:1px solid var(--pass)}.law-tag-euai{background:var(--accent-orange);color:#fff;border:1px solid var(--accent-orange)}.law-tag-sdm{background:var(--partial);color:#fff;border:1px solid var(--partial)}.notice{background:var(--surface2);border-left:3px solid var(--accent-orange);padding:.75rem 1rem;font-size:.82rem;color:var(--text-dim);line-height:1.5;margin-top:1.5rem;border-radius:0 4px 4px 0}.wizard-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:.75rem}.wizard-prev{background:transparent;border:1px solid var(--btn-prev-border, var(--text-dim));color:var(--btn-prev-text, var(--text-dim));font-size:.88rem;cursor:pointer;font-family:inherit;padding:.55rem 1.25rem;border-radius:4px;transition:background .15s}.wizard-prev:hover{background:var(--surface2);color:var(--text)}.wizard-prev:disabled{opacity:.3;cursor:not-allowed}.scenario-picker label.picker-label{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.5rem}.picker-controls{display:flex;gap:.5rem;margin-bottom:.6rem}.picker-controls button{background:transparent;border:none;color:var(--text-dim);font-family:inherit;font-size:.82rem;padding:0;cursor:pointer;text-decoration:underline;transition:color .2s}.picker-controls button:hover{color:var(--text)}.scenario-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.scenario-option{display:flex;align-items:flex-start;gap:.5rem;padding:.6rem .75rem;border-radius:4px;cursor:pointer;transition:background .15s;font-size:.88rem;border:1px solid transparent}.scenario-option:hover{background:var(--surface2)}.scenario-option input[type=checkbox]{accent-color:var(--accent-orange);width:16px;height:16px;flex-shrink:0;margin-top:2px}.sc-info{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.sc-info .sc-name{color:var(--text);font-size:.85rem;font-weight:500}.sc-info .sc-law{font-size:.72rem;color:var(--text-dim);display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.inspect-btn{margin-left:auto;background:none;border:none;color:var(--accent-orange);font-size:.75rem;padding:0;cursor:pointer;flex-shrink:0;transition:color .2s;align-self:center;text-decoration:underline}.inspect-btn:hover{color:var(--fail)}.progress-bar-outer{background:var(--border);border-radius:2px;height:8px;overflow:hidden;margin-bottom:.75rem}.progress-bar-inner{height:100%;background:var(--accent-orange);border-radius:2px;transition:width .4s ease}.progress-label{font-size:.88rem;color:var(--text-dim);margin-bottom:.75rem}.spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent-orange);border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle;margin-right:.5rem}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.elapsed{font-size:.8rem;color:var(--text-dim);opacity:.6;margin-left:.75rem}.scenario-checklist{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1rem 1.25rem;margin-bottom:1.25rem}.scenario-checklist h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.75rem}.checklist-item{display:flex;align-items:center;gap:.6rem;padding:.35rem 0;font-size:.88rem}.checklist-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem}.cl-pending .checklist-icon{color:var(--border)}.cl-running .checklist-icon{color:var(--accent-orange)}.cl-pass .checklist-icon{color:var(--pass)}.cl-fail .checklist-icon{color:var(--fail)}.cl-error .checklist-icon{color:var(--error-color)}.cl-pending .checklist-name{color:var(--text-dim);opacity:.5}.cl-running .checklist-name{color:var(--text);font-weight:600}.cl-running .checklist-law{color:var(--text-dim)}.checklist-spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--accent-orange);border-radius:50%;animation:spin .8s linear infinite}.checklist-law{font-size:.7rem;color:var(--text-dim);opacity:.6;margin-left:auto}.live-log{background:var(--surface2);border:1px solid var(--border);border-radius:4px;padding:.75rem 1rem;max-height:120px;overflow-y:auto;font-family:Aeonik Fono,Fira Code,Cascadia Code,monospace;font-size:.75rem;line-height:1.6;color:var(--text-dim);margin-bottom:1.25rem}.live-log .log-line{opacity:.7}.live-log .log-line:last-child{opacity:1}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.summary-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:1.1rem;text-align:center}.summary-card .number{font-family:Heldane Text,Georgia,Times New Roman,serif;font-size:2rem;font-weight:700}.summary-card .label{font-size:.78rem;color:var(--text-dim);margin-top:.25rem}.summary-card.s-total .number{color:var(--text)}.summary-card.s-pass .number{color:var(--pass)}.summary-card.s-fail .number{color:var(--fail)}.summary-card.s-partial .number{color:var(--partial)}.result-card{background:var(--surface);border:1px solid var(--border);border-radius:6px;margin-bottom:1rem;overflow:hidden;animation:fadeIn .3s ease}.result-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s;gap:.75rem}.result-header:hover{background:var(--surface2)}.result-header .result-title{display:flex;flex-direction:column;gap:.2rem;flex:1}.result-header .scenario-name{font-weight:600;font-size:.95rem}.result-header .result-law{font-size:.72rem;color:var(--text-dim)}.result-body{display:none;padding:0 1.25rem 1.25rem}.result-body.open{display:block}.score-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;margin-bottom:1rem}.score-item{display:flex;justify-content:space-between;font-size:.85rem;padding:.35rem 0;border-bottom:1px solid var(--border)}.score-item .key{color:var(--text-dim)}.score-item .val{font-weight:600}.explanation{background:var(--surface2);border-radius:4px;padding:1rem;font-size:.88rem;line-height:1.55;color:var(--text-dim);margin-bottom:1rem;white-space:pre-wrap}.transcript-toggle{font-size:.85rem;color:var(--accent-orange);cursor:pointer;margin-bottom:.5rem;display:inline-block;background:none;border:none;font-family:inherit}.transcript-toggle:hover{color:var(--fail)}.transcript{display:none;background:var(--surface2);border:1px solid var(--border);border-radius:4px;padding:1rem;font-family:Aeonik Fono,Fira Code,Cascadia Code,monospace;font-size:.8rem;line-height:1.5;max-height:500px;overflow-y:auto;white-space:pre-wrap;color:var(--text-dim)}.transcript.open{display:block}.preview-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.preview-overlay.open{display:block}.preview-panel{position:fixed;top:0;right:0;width:min(720px,90vw);height:100vh;background:var(--surface);border-left:1px solid var(--border);z-index:101;display:none;flex-direction:column;overflow:hidden;box-shadow:-4px 0 24px #00000026}.preview-panel.open{display:flex}.preview-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.preview-head h2{font-size:1.1rem;font-weight:700}.preview-close-btn{background:none;border:1px solid var(--border);border-radius:4px;color:var(--text-dim);font-size:1.1rem;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,color .2s}.preview-close-btn:hover{border-color:var(--fail);color:var(--fail)}.preview-body{flex:1;overflow-y:auto;padding:1.5rem}.preview-section{margin-bottom:1.5rem}.preview-section h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin-bottom:.5rem}.preview-description{font-size:.92rem;line-height:1.55;color:var(--text);margin-bottom:1rem}.failure-mode-card{background:var(--surface2);border:1px solid var(--border);border-left:3px solid var(--accent-orange);padding:1rem;font-size:.88rem}.fm-row{display:flex;gap:.5rem;margin-bottom:.35rem}.fm-label{color:var(--text-dim);font-weight:600;min-width:90px;flex-shrink:0}.fm-value{color:var(--text)}.file-accordion{border:1px solid var(--border);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.file-accordion-header{display:flex;align-items:center;gap:.5rem;padding:.6rem .9rem;background:var(--surface2);cursor:pointer;font-size:.85rem;font-weight:600;color:var(--text);-webkit-user-select:none;user-select:none;transition:background .15s}.file-accordion-header:hover{background:var(--border)}.file-accordion-header .file-icon{color:var(--accent-orange);font-size:.8rem}.file-accordion-header .file-path{flex:1}.file-accordion-header .file-arrow{color:var(--text-dim);transition:transform .2s}.file-accordion-header.expanded .file-arrow{transform:rotate(90deg)}.file-accordion-body{display:none;background:var(--surface2);padding:.75rem 1rem;font-family:Aeonik Fono,Fira Code,Cascadia Code,monospace;font-size:.78rem;line-height:1.55;white-space:pre-wrap;color:var(--text-dim);max-height:400px;overflow-y:auto}.file-accordion-body.open{display:block}.preview-loading{text-align:center;padding:3rem;color:var(--text-dim)}.about-tabs{display:flex;gap:1.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:0}.about-tab{padding:.6rem .25rem;font-size:.88rem;font-weight:400;color:var(--text-dim);cursor:pointer;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:inherit;transition:color .15s,border-color .15s}.about-tab:hover{color:var(--text)}.about-tab.active{color:var(--text);font-weight:600;border-bottom-color:var(--text)}.about-content{max-width:740px;margin:0 auto}.about-section{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem 2rem;margin-bottom:1.25rem;box-shadow:var(--card-shadow, none)}.about-content h2{font-family:Heldane Text,Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:700;margin:2rem 0 .75rem;padding-top:1.5rem;border-top:1px solid var(--border);color:var(--text)}.about-content h2:first-child,.about-section h2{margin-top:0;padding-top:0;border-top:none}.about-content p{font-size:.92rem;line-height:1.65;color:var(--text-dim);margin-bottom:.75rem}.about-content p:last-child{margin-bottom:0}.about-content ul{padding-left:1.5rem;margin-bottom:.75rem}.about-content li{font-size:.92rem;line-height:1.65;color:var(--text-dim);margin-bottom:.4rem}.about-content strong{color:var(--text)}.leaderboard-tabs{display:flex;gap:0;margin-bottom:1.25rem;border-bottom:2px solid var(--border)}.leaderboard-tab{padding:.6rem 1rem;font-size:.85rem;font-weight:500;color:var(--text-dim);cursor:pointer;background:none;border:none;font-family:inherit;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;white-space:nowrap}.leaderboard-tab:hover{color:var(--text)}.leaderboard-tab.active{color:var(--text);font-weight:600;border-bottom-color:var(--accent-orange)}.leaderboard-tab.disabled{opacity:.4;cursor:default;pointer-events:none}.leaderboard-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.leaderboard-table{width:100%;min-width:700px;border-collapse:collapse;font-size:.88rem}.leaderboard-table th{text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);padding:.6rem .75rem;border-bottom:2px solid var(--border);white-space:nowrap}.leaderboard-table td{padding:.6rem .75rem;border-bottom:1px solid var(--border);vertical-align:middle}.leaderboard-table tr:hover td{background:var(--surface2)}.leaderboard-table .model-name{font-weight:600;color:var(--text);word-break:break-all;max-width:280px}.leaderboard-table .score-cell{text-align:center;font-weight:600}.leaderboard-table .score-cell.good{color:var(--pass)}.leaderboard-table .score-cell.mid{color:var(--partial)}.leaderboard-table .score-cell.bad{color:var(--fail)}.score-bar{display:inline-block;height:6px;border-radius:3px;vertical-align:middle;margin-left:.5rem}.leaderboard-note{font-size:.78rem;color:var(--text-dim);opacity:.6;margin-top:1rem;text-align:center;font-style:italic}.heatmap-cell{display:inline-block;padding:.2rem .1rem;font-weight:700;font-size:.82rem;text-align:center;min-width:32px}.heatmap-td{cursor:pointer;padding:.25rem .15rem}.lb-row:hover{background:var(--highlight-bg)}.lb-row:hover td:nth-child(2) span:first-child{color:var(--accent-orange)}.heatmap-td:hover .heatmap-cell{opacity:.85;transform:scale(1.1);transition:all .1s;box-shadow:0 2px 8px #00000040}.heatmap-td{position:relative}.heatmap-td:after{content:attr(data-tooltip);display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#fff;color:#1a1a1a;border:1px solid #ddd6cc;padding:.5rem .85rem;border-radius:6px;font-size:.78rem;font-weight:500;white-space:pre-line;line-height:1.45;z-index:100;pointer-events:none;min-width:200px;text-align:center;box-shadow:0 4px 16px #0000001f}[data-theme=dark] .heatmap-td:after{background:#fff;color:#1a1a1a;border-color:#ddd6cc}.heatmap-td:hover:after{display:block}.lottie-container{width:200px;height:100px;margin:0 auto 1rem}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.hamburger{display:flex}.main-content{margin-left:0}.main-inner{padding:1.5rem 1rem 2rem}.form-row{flex-direction:column}.form-row .form-group{min-width:100%}.scenario-grid{grid-template-columns:1fr}.preview-panel{width:100vw}.summary-grid{grid-template-columns:repeat(2,1fr)}.about-tabs{overflow-x:auto}}@keyframes pulse-icon{0%,to{opacity:.5;transform:translateY(-50%) scale(1)}50%{opacity:1;transform:translateY(-50%) scale(1.2)}}.api-key-info-icon{position:relative;animation:pulse-icon 2s ease-in-out infinite}.api-key-info-icon .api-key-tooltip{display:none;position:absolute;bottom:calc(100% + 10px);right:-.5rem;width:260px;padding:.65rem .85rem;background:var(--surface);color:var(--text-dim);border:1px solid var(--border);border-radius:6px;font-size:.78rem;line-height:1.55;box-shadow:0 4px 16px #00000026;z-index:100;pointer-events:auto}.api-key-info-icon .api-key-tooltip:after{content:"";position:absolute;top:100%;right:.75rem;border:6px solid transparent;border-top-color:var(--border)}.api-key-info-icon:hover .api-key-tooltip{display:block}.api-key-info-icon:hover{animation:none;opacity:1;transform:translateY(-50%) scale(1.2)}a.api-key-link{color:var(--accent-orange);text-decoration:underline}.how-it-works{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem;font-size:.82rem;color:var(--text-dim);line-height:1.6}@media(max-width:768px){.how-it-works{grid-template-columns:1fr}}.custom-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.custom-tab{padding:.5rem 1rem;font-size:.82rem;font-weight:500;color:var(--text-dim);background:var(--surface2);border:1px solid var(--border);border-radius:20px;cursor:default;font-family:inherit}.api-info-glow{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:.5rem;border-radius:50%;background:var(--accent-orange);color:#fff;font-size:11px;font-weight:700;font-family:Georgia,serif;cursor:pointer;border:none;padding:0;vertical-align:middle;animation:api-info-pulse 2s ease-in-out infinite;transition:transform .15s}.api-info-glow:hover{transform:scale(1.15);animation:none;box-shadow:0 0 12px 2px var(--accent-orange)}@keyframes api-info-pulse{0%,to{box-shadow:0 0 #ff8c32b3}50%{box-shadow:0 0 10px 4px #ff8c3259}}
