@charset "UTF-8";:root{--bg: #f8f9fa;--surface: #ffffff;--border: #e2e8f0;--text: #1a202c;--text-muted: #718096;--text-faint: #a0aec0;--primary: #0f766e;--primary-hover: #0d5f59;--accent-bg: #f0fdfa;--accent-border: rgba(15, 118, 110, .25);--header-bg: rgba(255, 255, 255, .92);--shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .05);color-scheme:light}[data-theme=dark]{--bg: #0b1120;--surface: #161f31;--border: #2b3850;--text: #e6edf6;--text-muted: #93a4bd;--text-faint: #64748b;--primary: #2dd4bf;--primary-hover: #5eead4;--accent-bg: #123b39;--accent-border: rgba(45, 212, 191, .4);--header-bg: rgba(11, 17, 32, .9);--shadow: 0 1px 3px rgba(0, 0, 0, .55), 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .55), 0 2px 4px -2px rgba(0, 0, 0, .45);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .6), 0 4px 6px -4px rgba(0, 0, 0, .5);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:Satoshi,system-ui,-apple-system,sans-serif;font-size:clamp(1rem,.95rem + .25vw,1.125rem);line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover);text-decoration:underline}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}.skip-link{position:absolute;left:.5rem;top:-3rem;z-index:100;padding:.5rem .85rem;background:var(--primary);color:#fff;font-weight:700;border-radius:.5rem;transition:top .15s ease}.skip-link:focus{top:.5rem;text-decoration:none;color:#fff}body.menu-open,body.modal-open{overflow:hidden}.container{width:100%;max-width:1120px;margin-inline:auto;padding-inline:1rem}.container--narrow{max-width:820px}.section{padding-block:clamp(2rem,5vw,4rem)}.grid{display:grid;gap:1.5rem}.grid--3{grid-template-columns:1fr}@media(min-width:768px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}}.grid--2{grid-template-columns:1fr}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.2;font-weight:700;color:var(--text);letter-spacing:-.02em}h1{font-size:clamp(2rem,1.2rem + 2.5vw,3.5rem)}h2{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem)}h3{font-size:clamp(1.125rem,1rem + .75vw,1.5rem)}h4{font-size:clamp(1rem,.95rem + .25vw,1.125rem)}p{margin:0 0 1rem}.lead{font-size:clamp(1.125rem,1rem + .75vw,1.5rem);color:var(--text-muted);line-height:1.5}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.08em;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:700;color:var(--primary)}.prose{font-size:clamp(1rem,.95rem + .25vw,1.125rem);color:var(--text)}.prose h2{margin-top:2rem}.prose h3{margin-top:1.5rem}.prose ul,.prose ol{padding-left:1.25rem;margin:0 0 1rem}.prose li{margin-bottom:.35rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;border:1px solid transparent;border-radius:.5rem;font:inherit;font-weight:700;font-size:clamp(.875rem,.8rem + .35vw,1rem);line-height:1;cursor:pointer;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.btn:hover{text-decoration:none}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-hover);color:#fff}.btn--ghost{background:transparent;color:var(--primary);border-color:var(--border)}.btn--ghost:hover{background:var(--accent-bg);color:var(--primary-hover)}.btn--block{width:100%}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;border-radius:999px;font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:700;line-height:1.4}.badge--free{background:var(--accent-bg);color:var(--primary)}.badge--paid{background:#fef3c7;color:#d97706}.tag{display:inline-block;padding:.15rem .5rem;border-radius:.375rem;background:var(--bg);border:1px solid var(--border);color:var(--text-muted);font-size:clamp(.75rem,.7rem + .25vw,.875rem);font-weight:500}.card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;box-shadow:var(--shadow)}.box{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:clamp(1rem,3vw,1.75rem)}.box--accent{background:var(--accent-bg);border-color:var(--accent-border)}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table.data{width:100%;min-width:480px;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}table.data th,table.data td{padding:.85rem 1rem;text-align:left;border-bottom:1px solid var(--border);font-size:clamp(.875rem,.8rem + .35vw,1rem)}table.data th{background:var(--bg);font-weight:700;color:var(--text)}table.data tr:last-child td{border-bottom:0}table.data .win{background:var(--accent-bg);font-weight:700;color:var(--primary)}.with-sidebar{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:1024px){.with-sidebar{grid-template-columns:260px minmax(0,1fr);align-items:start}}.with-sidebar__main{min-width:0}.breadcrumb{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;font-size:clamp(.75rem,.7rem + .25vw,.875rem);color:var(--text-muted);padding:1rem 0 0;margin:0;list-style:none}.breadcrumb li{display:flex;align-items:center;gap:.35rem}.breadcrumb .sep{color:var(--text-faint)}
