@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Inter:wght@400;500;600&family=DM+Mono:wght@400;500&display=swap";:root{--bg:#0d0d0d;--surface:#1a1a1a;--border:#2a2a2a;--gold:#c9a84c;--gold-hover:#e2c06e;--text-primary:#f5f5f0;--text-secondary:#9a9a90;--result-blue:#4b8bf4;--radius:12px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg);color:var(--text-primary);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6}body{background:var(--bg);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4{color:var(--text-primary);font-family:Cormorant Garamond,Georgia,serif;font-weight:600;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.5rem)}h3{font-size:clamp(1.1rem,2vw,1.5rem)}p{color:var(--text-secondary);line-height:1.7}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-hover)}.nav-brand{color:var(--gold);flex-shrink:0;align-items:center;gap:.7rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;text-decoration:none;display:inline-flex}.nav-brand img{width:1.9rem;height:1.9rem;display:block}.nav-brand-label{line-height:1}.container{max-width:900px;margin:0 auto;padding:0 1.25rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.section{padding:4rem 0}.section-title{text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.05rem}.gold-text{color:var(--gold)}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.btn-gold{background:var(--gold);color:#0d0d0d}.btn-gold:hover{background:var(--gold-hover);color:#0d0d0d}.btn-outline{color:var(--gold);border:1px solid var(--gold);background:0 0}.btn-outline:hover{background:var(--gold);color:#0d0d0d}.result-badge{color:var(--result-blue);background:#4b8bf426;border:1px solid #4b8bf466;border-radius:6px;padding:.25rem .75rem;font-family:DM Mono,monospace;font-size:1.1rem;font-weight:500;display:inline-block}.ad-slot{background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-sm);width:100%;min-height:90px;color:var(--text-secondary);justify-content:center;align-items:center;margin:2rem 0;font-size:.8rem;display:flex}input[type=range]{appearance:none;background:var(--border);cursor:pointer;border-radius:3px;outline:none;width:100%;height:6px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--gold);cursor:pointer;border:2px solid var(--bg);width:22px;height:22px;box-shadow:0 0 0 2px var(--gold);border-radius:50%}input[type=range]::-moz-range-thumb{background:var(--gold);cursor:pointer;border:2px solid var(--bg);width:22px;height:22px;box-shadow:0 0 0 2px var(--gold);border-radius:50%}input[type=text],input[type=number]{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;width:100%;padding:.6rem .9rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .2s}input[type=text]:focus,input[type=number]:focus{border-color:var(--gold)}select{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;outline:none;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.9rem}table{border-collapse:collapse;width:100%;font-size:.9rem}th{background:var(--surface);color:var(--gold);text-align:left;border-bottom:1px solid var(--border);z-index:1;padding:.75rem 1rem;font-family:Inter,sans-serif;font-weight:600;position:sticky;top:0}td{border-bottom:1px solid var(--border);color:var(--text-primary);padding:.65rem 1rem;font-family:DM Mono,monospace;font-size:.88rem}tr:hover td{background:#c9a84c0d}.table-scroll{border-radius:var(--radius-sm);border:1px solid var(--border);overflow-x:auto}.table-scroll td:first-child,.table-scroll th:first-child{background:var(--surface);z-index:2;position:sticky;left:0}.table-scroll tr:hover td:first-child{background:#1f1e1a}details{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}details+details{margin-top:.5rem}summary{cursor:pointer;color:var(--text-primary);background:var(--surface);user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-size:1rem;font-weight:500;list-style:none;display:flex}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--gold);flex-shrink:0;font-size:1.25rem;line-height:1;transition:transform .2s}details[open] summary:after{content:"−"}details .faq-answer{background:var(--bg);color:var(--text-secondary);padding:1rem 1.25rem 1.25rem;line-height:1.7}.label{color:var(--text-secondary);margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.calibrated-badge{color:#4bf48b;background:#4bf48b1f;border:1px solid #4bf48b59;border-radius:20px;align-items:center;gap:.4rem;padding:.25rem .7rem;font-size:.82rem;font-weight:500;display:inline-flex}.divider{background:var(--border);height:1px;margin:2rem 0}@media (width<=640px){.section{padding:2.5rem 0}.card{padding:1.1rem}}
