.Header-module__Af2_WG__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0a0b0feb;position:sticky;top:0}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;height:64px;display:flex}.Header-module__Af2_WG__logo{color:#fff;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.Header-module__Af2_WG__logo:hover{color:#fff}.Header-module__Af2_WG__logoIcon{color:var(--accent-text);font-size:1.4rem}.Header-module__Af2_WG__nav{align-items:center;gap:2rem;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-muted);font-size:.92rem;font-weight:500;transition:color .15s}.Header-module__Af2_WG__navLink:hover{color:#fff}.Header-module__Af2_WG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Header-module__Af2_WG__burger span{background:var(--text);border-radius:2px;width:24px;height:2px;transition:transform .2s;display:block}@media (max-width:768px){.Header-module__Af2_WG__burger{display:flex}.Header-module__Af2_WG__nav{background:var(--bg);flex-direction:column;justify-content:flex-start;gap:1.5rem;padding:2rem;transition:transform .25s;position:fixed;inset:64px 0 0;transform:translate(100%)}.Header-module__Af2_WG__nav.Header-module__Af2_WG__open{transform:translate(0)}.Header-module__Af2_WG__navLink{font-size:1.1rem}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);margin-top:4rem;padding:3.5rem 0 2rem}.Footer-module__EZoWya__inner{flex-direction:column;gap:3rem;display:flex}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:2rem}}.Footer-module__EZoWya__brand{color:#fff;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.Footer-module__EZoWya__icon{color:var(--accent-text)}.Footer-module__EZoWya__tagline{color:var(--text-muted);font-size:.9rem}.Footer-module__EZoWya__heading{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:600}.Footer-module__EZoWya__link{color:var(--text);margin-bottom:.5rem;font-size:.92rem;transition:color .15s;display:block}.Footer-module__EZoWya__link:hover{color:var(--accent-text)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border);padding-top:2rem}.Footer-module__EZoWya__bottom p{color:var(--text-muted);font-size:.8rem;line-height:1.6}
:root{--bg:#0a0b0f;--bg-card:#12141c;--bg-elevated:#1a1d28;--border:#2a2d3a;--text:#e8e9ed;--text-muted:#8b8fa3;--accent:#6c5ce7;--accent-hover:#6554eb;--accent-text:#9a8cff;--accent-text-hover:#b1a8ff;--accent-glow:#6c5ce740;--green:#00d68f;--red:#ff6b6b;--max-w:1120px;--radius:10px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.7}a{color:var(--accent-text);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-text-hover)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:700;line-height:1.25}h1{font-size:2.5rem}h2{font-size:1.85rem}h3{font-size:1.35rem}@media (max-width:768px){h1{font-size:1.85rem}h2{font-size:1.45rem}h3{font-size:1.15rem}}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.section{padding:4.5rem 0}@media (max-width:768px){.section{padding:3rem 0}}.btn{border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 0 20px var(--accent-glow)}.btn-primary:hover{background:var(--accent-hover);color:#fff;box-shadow:0 0 30px var(--accent-glow);transform:translateY(-1px)}.btn-outline{color:var(--accent-text);border:1.5px solid var(--accent-text);background:0 0}.btn-outline:hover{background:var(--accent);color:#fff}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s,box-shadow .2s}.card:hover{border-color:var(--accent);box-shadow:0 0 20px var(--accent-glow)}.tag{text-transform:uppercase;letter-spacing:.06em;background:var(--bg-elevated);color:var(--accent-text);border:1px solid var(--border);border-radius:5px;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.compare-table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.95rem}.compare-table th,.compare-table td{text-align:left;border-bottom:1px solid var(--border);padding:1rem 1.25rem}.compare-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.compare-table .old{color:var(--red)}.compare-table .new{color:var(--green);font-weight:600}.article-content h2{margin-top:3rem;margin-bottom:1rem}.article-content h3{margin-top:2rem;margin-bottom:.75rem}.article-content p{color:var(--text);margin-bottom:1.25rem}.article-content ul,.article-content ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}.article-content strong{color:#fff}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-item summary{cursor:pointer;color:#fff;justify-content:space-between;align-items:center;gap:1rem;font-size:1.05rem;font-weight:600;list-style:none;display:flex}.faq-item summary:after{content:"+";color:var(--accent-text);flex-shrink:0;font-size:1.4rem}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--text-muted);margin-top:.75rem;line-height:1.7}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.learn-hero{text-align:center;padding:5rem 0 3rem}.learn-hero h1{max-width:720px;margin:0 auto 1rem}.learn-hero p{max-width:580px;color:var(--text-muted);margin:0 auto;font-size:1.1rem}.category-section{padding:3rem 0}.category-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.category-icon{color:var(--accent-text);font-size:1.6rem}.category-desc{color:var(--text-muted);max-width:560px;margin-bottom:2rem}.topic-card{flex-direction:column;gap:.5rem;display:flex;text-decoration:none!important}.topic-card h3{font-size:1.1rem;transition:color .15s}.topic-card:hover h3{color:var(--accent-text)}.topic-meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.hand-table{border-collapse:collapse;width:100%;margin:2rem 0}.hand-table th,.hand-table td{text-align:left;border-bottom:1px solid var(--border);padding:.85rem 1rem}.hand-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.hand-table tr:hover{background:var(--bg-elevated)}.hand-rank-num{color:var(--accent-text);min-width:2rem;font-size:1rem;font-weight:800}.hand-cards{letter-spacing:.15rem;font-family:Segoe UI Symbol,Apple Color Emoji,monospace;font-size:1.1rem}.step-list{counter-reset:step-counter;margin:2rem 0;padding-left:0;list-style:none}.step-list li{counter-increment:step-counter;border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1.25rem 0;display:flex}.step-list li:before{content:counter(step-counter);background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;font-size:.9rem;font-weight:700;display:flex}.step-list li:last-child{border-bottom:none}.inline-cta{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;margin:3rem 0;padding:2rem}.inline-cta p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem}.inline-cta h3{margin-bottom:.5rem}
