@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap";
:root{--ink:#1a1a2e;--deep:#0f0f23;--muted:#64748b;--paper:#fff;--bg:#f8f9fb;--surface:#fff;--surface-alt:#f1f5f9;--orange:#e8772e;--orange-light:#f59e3f;--orange-dark:#d4691e;--gold:#f5a623;--red:#ef4444;--green:#22c55e;--blue:#3b82f6;--purple:#8b5cf6;--cyan:#06b6d4;--line:#e2e8f0;--line-dark:#cbd5e1;--shadow-sm:0 1px 3px #0000000f;--shadow:0 4px 16px #00000014;--shadow-lg:0 12px 40px #0000001f;--radius:12px;--radius-sm:8px;--radius-lg:16px;--max-w:1200px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}main{min-height:70vh}img{max-width:100%;height:auto}.site-header,.site-footer,.page{width:min(var(--max-w), calc(100% - 32px));margin:0 auto}.site-header{background:var(--paper);border-bottom:1px solid var(--line);z-index:100;width:100%;max-width:none;height:64px;box-shadow:var(--shadow-sm);align-items:center;gap:24px;padding:0 24px;display:flex;position:sticky;top:0}.site-header>.brand{margin-right:auto}.brand{align-items:center;gap:10px;display:inline-flex}.brand-mark{color:#fff;background:linear-gradient(135deg, var(--orange), var(--orange-dark));border-radius:10px;place-items:center;width:40px;height:40px;font-size:18px;display:grid;box-shadow:0 2px 8px #e8772e4d}.brand strong{color:var(--ink);font-size:1.1rem;font-weight:800;display:block}.brand small{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:500;display:block}nav{flex-wrap:wrap;align-items:center;gap:4px;display:flex}nav a{color:var(--ink);background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;min-height:40px;padding:8px 14px;font-size:.92rem;font-weight:600;transition:all .2s;display:inline-flex}nav a:hover{color:var(--orange);background:#e8772e14}.button{cursor:pointer;border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:10px 20px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.button:hover{box-shadow:var(--shadow);transform:translateY(-1px)}.button.primary{color:#fff;background:linear-gradient(135deg, var(--orange), var(--orange-dark));border-color:#0000;box-shadow:0 4px 14px #e8772e59}.button.primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e8772e80}.button.secondary{background:var(--paper);border-color:var(--line);color:var(--ink)}.breadcrumb{color:var(--muted);margin:20px 0 0;font-size:.88rem}.breadcrumb ol{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.breadcrumb a:hover{color:var(--orange)}.hero{border-radius:var(--radius-lg);min-height:380px;box-shadow:var(--shadow-lg);background:linear-gradient(135deg,#1a0a2e 0%,#2d1b4e 25%,#c2561e 60%,#f4a236 85%,#ffd86e 100%);grid-template-columns:1fr 360px;align-items:stretch;gap:0;margin:32px 0;padding:0;display:grid;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#00000080 0%,#0003 50%,#0000 100%);position:absolute;inset:0}.hero-copy{z-index:2;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;flex-direction:column;justify-content:center;padding:clamp(32px,5vw,56px);display:flex;position:relative}.hero-panel{z-index:2;box-shadow:none;background:0 0;border:none;flex-direction:column;padding:24px;display:flex;position:relative}.hero-image-wrap{border-radius:var(--radius);border:3px solid #fff3;overflow:hidden;box-shadow:0 8px 24px #0000004d}.hero-panel img{aspect-ratio:1;object-fit:cover;width:100%;transition:transform .4s;display:block}.hero-panel:hover img{transform:scale(1.03)}.eyebrow{color:var(--orange-light);letter-spacing:2px;text-transform:uppercase;margin:0 0 12px;font-size:.82rem;font-weight:800}h1,h2,h3{letter-spacing:-.02em;line-height:1.15}h1,h2{font-family:Playfair Display,Georgia,serif}h1{color:#fff;text-shadow:0 2px 12px #0006;max-width:600px;margin:0;font-size:clamp(2rem,4vw,3.2rem)}h2{color:var(--ink);margin:0 0 20px;font-size:clamp(1.5rem,3vw,2rem)}h3{margin:0 0 8px;font-size:1.05rem;font-weight:700}.lede{color:#fffc;max-width:540px;margin-top:16px;font-size:1rem;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.hero-actions .button.primary{background:linear-gradient(135deg, var(--orange), #e85d2e);box-shadow:0 4px 16px #e85d2e66}.hero-actions .button.secondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border-color:#ffffff4d}.hero-actions .button.secondary:hover{background:#ffffff40}.status-list{gap:10px;margin-top:20px;display:grid}.status-list span,.update-stamp{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;align-items:center;gap:10px;min-height:40px;padding:8px 14px;font-size:.88rem;font-weight:600;display:flex}.evidence-band{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-sm);grid-template-columns:repeat(4,1fr);gap:0;margin:0 0 32px;display:grid;overflow:hidden}.evidence-band div{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-height:100px;padding:20px 24px;display:flex}.evidence-band div:last-child{border-right:0}.metric{color:var(--orange);margin-bottom:4px;font-family:Playfair Display,serif;font-size:2rem;font-weight:900;line-height:1.1;display:block}.evidence-band span:not(.metric){color:var(--muted);font-size:.88rem}.page>.update-stamp{background:var(--paper);color:var(--muted);border-color:var(--line);margin-bottom:24px}.page>.update-stamp svg{color:var(--orange)}.panel,.step,.faq-item,.source-row,.notice,.video-stage,.video-link-card,.link-card,.tier-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-sm);transition:all .25s}.panel:hover,.step:hover,.link-card:hover,.tier-card:hover,.video-link-card:hover{box-shadow:var(--shadow);border-color:var(--orange);transform:translateY(-2px)}.panel,.step,.faq-item,.source-row,.link-card,.tier-card{padding:24px}.panel strong,.step strong,.link-card strong{color:var(--ink);margin-bottom:8px;font-size:1rem;display:block}.panel p,.step p,.faq-item p,.link-card p,.tier-card p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}.notice{border-left:4px solid;align-items:flex-start;gap:14px;margin-bottom:24px;padding:18px 22px;display:flex}.notice p{color:var(--ink);margin:0;line-height:1.6}.notice.green{border-color:var(--green);background:#f0fdf4}.notice.green svg{color:var(--green);flex-shrink:0}.notice.amber{border-color:var(--gold);background:#fffbeb}.notice.amber svg{color:var(--gold);flex-shrink:0}.notice.red{border-color:var(--red);background:#fef2f2}.notice.red svg{color:var(--red);flex-shrink:0}.notice.blue{border-color:var(--blue);background:#eff6ff}.notice.blue svg{color:var(--blue);flex-shrink:0}.section{padding:40px 0}.section>p{color:var(--muted);max-width:800px;margin-bottom:24px;font-size:1rem;line-height:1.75}.grid-2,.grid-3,.comparison-grid,.link-grid,.tier-list-grid{gap:20px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3,.comparison-grid{grid-template-columns:repeat(3,1fr)}.link-grid{grid-template-columns:repeat(4,1fr)}.tier-list-grid{grid-template-columns:repeat(5,minmax(180px,1fr))}.status-pill,.tier-badge,.video-badge{min-height:28px;color:var(--orange);text-transform:uppercase;letter-spacing:.5px;background:#fff7ed;border:1px solid #e8772e33;border-radius:999px;align-items:center;margin:0 0 10px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.step-number,.card-index{background:linear-gradient(135deg, var(--orange), var(--orange-dark));color:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:14px;font-size:1rem;font-weight:800;display:inline-flex}.code-table{border-collapse:separate;border-spacing:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);width:100%;overflow:hidden}.code-table th,.code-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;padding:14px 18px;font-size:.95rem}.code-table th{background:var(--surface-alt);color:var(--ink);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:700}.code-table tr:hover td{background:#fffbf5}.code-table tr:last-child td{border-bottom:0}.code-table code{color:var(--orange-dark);background:#fff7ed;border-radius:4px;padding:3px 8px;font-family:SF Mono,Fira Code,monospace;font-size:.9rem;font-weight:800}.tier-card{flex-direction:column;gap:10px;min-height:260px;display:flex}.tier-card h3{color:var(--ink);font-family:Playfair Display,serif;font-size:1.4rem}.tier-multiplier{color:var(--muted);font-weight:700}.tier-caution{border-top:1px dashed var(--line);color:var(--muted);margin-top:auto;padding-top:14px;font-size:.88rem}.source-row{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.source-row a,.source-actions a{color:var(--orange);align-items:center;gap:6px;font-size:.95rem;font-weight:700;transition:color .2s;display:inline-flex}.source-row a:hover{color:var(--orange-dark)}.source-actions{flex-wrap:wrap;gap:10px;display:flex}.video-shell{gap:20px;display:grid}.video-stage{grid-template-columns:1.2fr .8fr;padding:0;display:grid;overflow:hidden}.video-frame,.video-placeholder{background:var(--deep);min-height:340px}.video-frame iframe{border:0;width:100%;height:100%;display:block}.video-placeholder{color:var(--muted);text-align:center;place-items:center;font-weight:600;transition:color .3s;display:grid}.video-placeholder:hover{color:var(--orange)}.video-caption{padding:28px}.video-caption p,.video-link-card p{color:var(--muted);line-height:1.65}.video-meta{color:var(--muted);flex-wrap:wrap;gap:10px;margin:20px 0;font-size:.9rem;display:flex}.video-links{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.site-footer{border-top:3px solid var(--ink);color:#fffaf0;background:linear-gradient(120deg,#08191df2,#10272beb),repeating-linear-gradient(90deg,#e5b94d1f 0 1px,#0000 1px 42px);margin-top:84px;padding:30px clamp(18px,4vw,42px) 22px}.footer-ribbon{letter-spacing:0;text-transform:uppercase;color:var(--gold);border-bottom:1px solid #fffaf02e;flex-wrap:wrap;justify-content:space-between;gap:10px 18px;margin-bottom:26px;padding-bottom:18px;font-family:SF Mono,Fira Code,monospace;font-size:.78rem;font-weight:800;display:flex}.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:clamp(24px,5vw,58px);margin-bottom:28px;display:grid}.footer-grid strong{color:#fffaf0;margin-bottom:12px;font-family:Playfair Display,serif;font-size:1.08rem;display:block}.footer-grid p,.copyright{color:#fffaf0b8;font-size:.92rem;line-height:1.65}.footer-intro p{max-width:440px}.footer-badge{color:#fffaf0;background:#fffaf012;border:1px solid #fffaf033;align-items:center;gap:8px;margin-top:10px;padding:8px 10px;font-size:.84rem;font-weight:700;display:inline-flex}.footer-grid ul{margin:0;padding:0;line-height:2.05;list-style:none}.footer-route-list{columns:2}.footer-grid a{color:#fffaf0c7;align-items:center;gap:6px;font-size:.92rem;transition:color .2s;display:inline-flex}.footer-grid a:hover{color:var(--gold)}.copyright{border-top:1px solid #fffaf02e;flex-wrap:wrap;justify-content:space-between;gap:10px 20px;padding-top:18px;font-size:.85rem;display:flex}@media (max-width:960px){.hero{grid-template-columns:1fr;min-height:320px}.hero-panel{display:none}.video-stage{grid-template-columns:1fr}nav{justify-content:flex-start}.evidence-band,.grid-3,.comparison-grid,.link-grid,.tier-list-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.site-header{gap:12px;padding:0 16px}.site-header,.site-footer,.page{width:100%;padding-left:16px;padding-right:16px}nav a{min-height:36px;padding:6px 10px;font-size:.85rem}.hero{border-radius:var(--radius);margin:16px 0}.hero-copy{padding:28px 20px}.evidence-band,.grid-2,.grid-3,.comparison-grid,.link-grid,.tier-list-grid,.video-links,.footer-grid{grid-template-columns:1fr}.source-row{flex-direction:column;align-items:flex-start}.code-table{display:block;overflow-x:auto}.footer-route-list{columns:1}.copyright{flex-direction:column}}
