:root{color-scheme:dark;--bg:#080a10;--panel:#101622;--panel-soft:#141d2c;--line:rgba(255,255,255,0.11);--text:#f5f7fb;--muted:#a5b0c2;--accent:#f23d4f;--accent-2:#40c9ff;--gold:#ffd166}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(242,61,79,.2),transparent 34rem),radial-gradient(circle at 80% 12%,rgba(64,201,255,.16),transparent 26rem),linear-gradient(180deg,#080a10,#0b1018 45%,#080a10);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(210px,1fr) auto auto;grid-gap:1.25rem;gap:1.25rem;align-items:center;padding:1rem clamp(1rem,4vw,4rem);border-bottom:1px solid var(--line);background:rgba(8,10,16,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:.75rem;min-width:0}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:linear-gradient(135deg,#d92035,#191d2c 58%,#2ab8ff);font-weight:900}.brand strong{display:block;letter-spacing:.04em}.brand small{color:var(--muted);display:block;font-size:.76rem;margin-top:.1rem}.nav-links{display:flex;gap:1.2rem;color:#dce5f3;font-size:.94rem}.nav-links a:hover{color:white}.locale-switcher{display:inline-flex;padding:.25rem;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.05)}.locale-switcher button{border:0;border-radius:999px;padding:.45rem .65rem;color:var(--muted);background:transparent;font-weight:800;cursor:pointer}.locale-switcher button.active{color:#081018;background:white}main{width:min(1180px,calc(100% - 2rem));margin:0 auto}.hero-section{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:2rem;gap:2rem;align-items:stretch;padding:clamp(3rem,8vw,7rem) 0 3rem}.hero-copy{min-width:0;max-width:100%;overflow:hidden}.eyebrow,.page-hero span,.section-heading span{color:var(--gold);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.hero-copy h1{width:100%;max-width:760px;margin:.85rem 0 1rem;font-size:clamp(2.55rem,5.2vw,4.8rem);line-height:1;letter-spacing:0;overflow-wrap:anywhere;word-break:normal}.hero-copy p,.page-hero p{max-width:680px;color:var(--muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.8rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.2rem;border-radius:999px;font-weight:900}.button.primary{background:var(--accent);color:white;box-shadow:0 18px 40px rgba(242,61,79,.28)}.button.secondary{border:1px solid var(--line);background:rgba(255,255,255,.05);color:#eaf2ff}.stat-strip{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.stat-strip span{padding:.62rem .82rem;border:1px solid var(--line);border-radius:999px;color:#d7dfef;background:rgba(255,255,255,.05);font-size:.9rem}.hero-card{position:relative;display:flex;min-height:430px;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid var(--line);border-radius:28px;padding:2rem;background:linear-gradient(160deg,rgba(242,61,79,.92),rgba(19,23,38,.78) 45%,rgba(64,201,255,.78)),repeating-linear-gradient(135deg,rgba(255,255,255,.11) 0 1px,transparent 1px 18px);box-shadow:0 24px 80px rgba(0,0,0,.35)}.hero-card:before{content:"";position:absolute;inset:1.2rem;border:1px solid rgba(255,255,255,.22);border-radius:22px}.hero-card span{position:relative;font-size:1rem;font-weight:900;letter-spacing:.25em}.hero-card strong{position:relative;font-size:clamp(4rem,10vw,7rem);line-height:.8;letter-spacing:-.08em}.hero-card em{position:relative;color:#eef6ff;font-style:normal;font-weight:800}.split-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin:1rem 0 3rem}.guide-card,.list-card,.overview-section,.panel{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}.panel{padding:1.5rem}.overview-section h2,.panel h2,.related-section h2,.section-heading h2{margin:0 0 1rem;font-size:clamp(1.65rem,3vw,2.3rem)}.steps,.timeline{display:grid;grid-gap:.75rem;gap:.75rem;margin:0;padding:0}.steps li,.timeline p{display:grid;grid-gap:.2rem;gap:.2rem;margin:0;padding:1rem;border:1px solid var(--line);border-radius:16px;background:rgba(0,0,0,.14)}.steps{list-style-position:inside}.steps span,.timeline span{color:var(--muted);line-height:1.5}.content-section,.detail-page,.list-page{padding:2rem 0 4rem}.section-heading{margin-bottom:1.2rem}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.card-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-card{display:flex;min-height:230px;flex-direction:column;gap:.75rem;padding:1.25rem;transition:transform .18s ease,border-color .18s ease}.guide-card:hover,.list-card:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.28)}.badge{width:-moz-fit-content;width:fit-content;padding:.38rem .62rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:var(--gold);background:rgba(255,209,102,.08);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.guide-card h3,.list-card h2{margin:0;font-size:1.2rem}.guide-card p,.list-card p{margin:0;color:var(--muted);line-height:1.6}.guide-card small,.list-card small{margin-top:auto;color:#cbd6e7}.overview-section{margin:0 0 5rem;padding:2rem}.overview-section p{color:var(--muted);line-height:1.7;max-width:820px}.overview-section dl{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin:2rem 0 0}.overview-section div{border-top:1px solid var(--line);padding-top:1rem}.overview-section dt{color:var(--muted)}.overview-section dd{margin:.3rem 0 0;font-weight:900}.page-hero{padding:clamp(2.5rem,6vw,5rem) 0 2rem;border-bottom:1px solid var(--line)}.article-header h1,.page-hero h1{margin:.5rem 0;font-size:clamp(2.5rem,7vw,5rem);line-height:.96;letter-spacing:-.04em;max-width:100%;letter-spacing:0;overflow-wrap:anywhere}.list-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:2rem}.list-card{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:1rem 1.25rem;gap:1rem 1.25rem;padding:1.2rem}.list-card footer{grid-column:2;display:flex;justify-content:space-between;gap:1rem;color:#dce5f2}.pagination{display:flex;gap:.75rem;margin-top:1.5rem}.pagination a{padding:.7rem .95rem;border:1px solid var(--line);border-radius:999px;color:var(--muted)}.pagination a.active{color:white;border-color:var(--accent);background:rgba(242,61,79,.16)}.back-link{display:inline-block;margin:2rem 0 1rem;color:var(--muted)}.article-header{padding:2rem;border:1px solid var(--line);border-radius:28px;background:linear-gradient(135deg,rgba(242,61,79,.16),rgba(255,255,255,.04))}.article-header p{max-width:740px;color:var(--muted);line-height:1.7}.article-body{max-width:840px;margin:2rem auto;color:#e9eef8;font-size:1.05rem;line-height:1.8}.article-body h2{margin-top:2rem;font-size:1.7rem}.article-body ul{padding-left:1.2rem}.article-body li{margin:.55rem 0}.keyword-page .article-body p{margin:.85rem 0}.keyword-page .article-body section{margin-top:2rem}.related-section{margin-top:3rem}.site-footer{display:flex;justify-content:space-between;gap:2rem;width:min(1180px,calc(100% - 2rem));margin:0 auto;padding:2rem 0 3rem;border-top:1px solid var(--line);color:var(--muted)}.site-footer strong{color:white}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width:860px){.site-header{grid-template-columns:1fr auto}.nav-links{grid-column:1/-1;overflow-x:auto;padding-bottom:.2rem}.hero-section,.split-section{grid-template-columns:1fr}.hero-card{min-height:300px}.card-grid,.card-grid.compact,.list-card,.overview-section dl{grid-template-columns:1fr}.list-card footer{grid-column:1}.list-card footer,.site-footer{flex-direction:column}}@media (max-width:560px){.site-footer,main{width:min(100% - 1rem,1180px)}.site-header{padding:.85rem .75rem;gap:.75rem}.brand small{display:none}.hero-section{padding-top:2rem}.hero-copy h1{font-size:2.45rem;line-height:1.02}.article-header,.overview-section,.panel{padding:1rem;border-radius:18px}.hero-actions{flex-direction:column;align-items:stretch}}