@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#111;color:#fff;font-family:Space Grotesk,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#444}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.article-content{font-family:Space Grotesk,sans-serif;line-height:1.85;color:#ffffffe6;font-size:1.15rem;font-weight:300;max-width:68ch;margin-left:auto;margin-right:auto}.article-content h2{font-family:Space Grotesk,sans-serif;font-weight:800;font-size:2.75rem;margin-top:5rem;margin-bottom:2rem;color:#fff;line-height:1.1;letter-spacing:-.03em;position:relative;border-left-width:0}.article-content h2:before{content:"";display:block;width:40px;height:6px;background:#f27f0d;margin-bottom:1rem;border-radius:4px}.article-content h3{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.75rem;margin-top:3.5rem;margin-bottom:1.25rem;color:#f27f0d;letter-spacing:-.01em}.article-content h4{font-weight:700;font-size:1.35rem;margin-top:2.5rem;margin-bottom:1rem;color:#fff;letter-spacing:.02em}.article-content p{margin-bottom:2rem}.article-content ul,.article-content ol{margin:2.5rem 0;padding-left:0;display:grid;gap:1rem}.article-content ul li{position:relative;padding-left:2.5rem;list-style:none}.article-content ul li:before{content:"→";color:#f27f0d;position:absolute;left:.5rem;font-weight:800;font-size:1.2em}.article-content ol{counter-reset:article-counter}.article-content ol li{position:relative;padding-left:3.5rem;list-style:none}.article-content ol li:before{counter-increment:article-counter;content:counter(article-counter);position:absolute;left:0;top:-.1em;width:2rem;height:2rem;background:#f27f0d26;color:#f27f0d;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9em}.article-content strong{color:#fff;font-weight:700;letter-spacing:.01em}.article-content blockquote{position:relative;background:linear-gradient(to right,#f27f0d14,#f27f0d00);border-left:6px solid #f27f0d;padding:2.5rem 3rem;margin:4rem 0;border-radius:0 1.5rem 1.5rem 0;font-size:1.35rem;font-style:italic;font-weight:500;color:#fff;line-height:1.6}.article-content blockquote:before{content:"“";position:absolute;top:.5rem;left:1.5rem;font-size:5rem;line-height:1;color:#f27f0d33;font-family:serif}.article-content table{width:100%;border-collapse:separate;border-spacing:0;margin:4rem 0;border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;overflow:hidden;box-shadow:0 10px 30px -10px #00000080}.article-content thead{background:#ffffff08}.article-content th{padding:1.5rem;text-align:left;font-weight:800;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:#f27f0d;border-bottom:2px solid rgba(255,255,255,.08)}.article-content td{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:top}.article-content tr:last-child td{border-bottom:none}.article-content a{color:#f27f0d;text-decoration:none;border-bottom:1px solid rgba(242,127,13,.3);transition:all .2s ease}.article-content a:hover{border-bottom-color:#f27f0d;background:#f27f0d1a}.article-content pre{background:#0a0a0a;padding:2rem;border-radius:1rem;overflow-x:auto;margin:3rem 0;border:1px solid rgba(255,255,255,.08);font-size:.95em;box-shadow:inset 0 0 20px #00000080}
