:root{color-scheme:dark;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background:#080808;color:#ededee}*{box-sizing:border-box}#__next,body,html{min-height:100%;margin:0}body{min-width:320px;background:#080808;color:#ededee;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font:inherit}a{color:inherit}::selection{background:#edf1ff;color:#080808}.guideShell{--panel:#0f0f10;--panel-hover:#151517;--line:rgba(255,255,255,.09);--line-strong:rgba(255,255,255,.15);--text:#ededee;--soft:#a6a7ac;--muted:#74757b;--accent:#79a2ff;--accent-soft:rgba(121,162,255,.13);--sidebar:300px;--header:64px;min-height:100vh;background:#080808}.guideHeader{position:-webkit-sticky;position:sticky;z-index:40;top:0;height:var(--header);gap:20px;padding:0 24px;border-bottom:1px solid var(--line);background:rgba(8,8,8,.84);-webkit-backdrop-filter:blur(16px) saturate(170%);backdrop-filter:blur(16px) saturate(170%)}.guideBrand,.guideHeader{display:flex;align-items:center}.guideBrand{gap:10px;padding:0;border:0;background:none;color:var(--text);cursor:pointer}.guideBrand span,.guidePowered>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line-strong);border-radius:8px;background:#111}.guideBrand img,.guidePowered img{width:15px;height:15px;object-fit:contain}.guideBrand strong{font-size:15px;font-weight:600}.guideHeader>nav{display:flex;gap:20px;margin-left:6px}.guideHeader>nav a{color:var(--soft);font-size:13px;text-decoration:none}.guideHeader>nav a:hover{color:var(--text)}.guideSearch{display:flex;width:300px;max-width:42vw;height:40px;align-items:center;gap:8px;margin-left:auto;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--panel)}.guideSearch:focus-within{border-color:var(--accent);background:var(--panel-hover)}.guideSearch svg{width:18px;height:18px;flex:none;fill:none;stroke:var(--muted);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.guideSearch input{min-width:0;flex:1 1;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.guideSearch input::placeholder{color:var(--muted)}.guideSearch kbd{padding:2px 6px;border:1px solid var(--line-strong);border-radius:5px;background:rgba(255,255,255,.03);color:var(--muted);font-size:10px}.guideMenu{display:none;margin-left:auto;padding:8px 13px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);cursor:pointer}.guideSidebar{position:fixed;z-index:35;top:var(--header);bottom:0;left:0;display:flex;width:var(--sidebar);flex-direction:column;padding:22px 16px 16px;overflow-y:auto;border-right:1px solid var(--line);background:#080808}.guideSelect{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px;padding:11px 14px;border:1px solid var(--line-strong);border-radius:10px;background:var(--panel);font-size:14px;font-weight:500}.guideSelect svg{width:16px;fill:none;stroke:var(--muted);stroke-width:2}.guideSidebar>nav{display:flex;flex:1 1;flex-direction:column;gap:1px}.guideSidebar>nav button{width:100%;padding:7px 12px;border:0;border-radius:6px;background:none;color:var(--soft);font-size:13px;line-height:19px;text-align:left;cursor:pointer}.guideSidebar>nav button:hover{background:var(--panel-hover);color:var(--text)}.guideSidebar>nav button.isActive{background:var(--accent-soft);color:var(--accent);font-weight:600}.guideSwitch{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;padding:11px 13px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.guideSwitch a{font-size:12px}.guidePowered,.guideSwitch a{color:var(--soft);text-decoration:none}.guidePowered{display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid var(--line);border-radius:10px}.guidePowered>span{width:24px;height:24px;border-radius:7px}.guidePowered img{width:13px;height:13px}.guidePowered small{font-size:11px}.guidePowered strong{color:var(--text)}.guideMain{min-height:calc(100vh - var(--header));margin-left:var(--sidebar);padding:34px clamp(24px,6vw,96px) 120px}.guideDocument{width:min(780px,100%);margin:0 auto}.guideBreadcrumb{margin:0 0 18px;color:var(--accent);font-size:11px;letter-spacing:.04em}.guideDocument>h1{margin:0 0 14px;color:var(--text);font-size:clamp(28px,4vw,36px);line-height:1.1;letter-spacing:-.035em}.guideLead{margin:0 0 34px;color:var(--soft);font-size:16px;line-height:1.65}.guideGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.guideCard{overflow:hidden;padding:0;border:1px solid var(--line);border-radius:13px;background:var(--panel);color:var(--text);text-align:left;cursor:pointer;transition:transform .16s,border-color .16s,background .16s}.guideCard:hover{transform:translateY(-2px);border-color:var(--line-strong);background:var(--panel-hover)}.guideCardMedia{display:flex;min-height:116px;align-items:flex-end;justify-content:space-between;padding:18px;background:radial-gradient(circle at 78% 25%,rgba(121,162,255,.24),transparent 33%),linear-gradient(135deg,#181b21,#0c0d10)}.guideCardMedia span{color:var(--muted);font-size:11px}.guideCardMedia strong{color:#dce5fa;font-size:20px;font-weight:500;letter-spacing:-.03em}.guideCard>div:last-child{padding:17px 18px 20px}.guideCard h2{margin:0 0 7px;font-size:16px}.guideCard p{margin:0;color:var(--soft);font-size:13px;line-height:1.55}.guideArticle{margin-top:6px}.guideStep{display:grid;grid-template-columns:40px 1fr;grid-gap:18px;gap:18px;padding:29px 0;border-top:1px solid var(--line)}.guideStep:first-child{padding-top:0;border-top:0}.guideStepNumber{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(121,162,255,.3);border-radius:50%;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:600}.guideSection h2,.guideStep h2{margin:0 0 12px;color:var(--text);font-size:20px;letter-spacing:-.02em}.guideSection li,.guideSection p,.guideStep li,.guideStep p{margin:0;color:var(--soft);font-size:15px;line-height:1.72}.guideSection p+p,.guideStep p+p{margin-top:13px}.guideSection a,.guideStep a{color:var(--accent);text-decoration-thickness:1px;text-underline-offset:3px}.guideSection{padding:28px 0;border-top:1px solid var(--line)}.guideSection:first-child{padding-top:0;border-top:0}.guideSection ul:not(.guideChecklist){margin:12px 0 0;padding-left:22px}.guideCallout{display:grid;grid-template-columns:150px 1fr;grid-gap:16px;gap:16px;margin-top:18px;padding:15px 16px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:9px;background:var(--panel)}.guideCallout>strong{color:var(--text);font-size:13px}.guideCallout div,.guideCallout p{color:var(--soft);font-size:13px;line-height:1.6}.guideCallout p{margin:0}.guideCallout.is-warning{border-left-color:#d8a663}.guideCode{margin:17px 0 0;padding:17px;overflow-x:auto;border:1px solid var(--line);border-radius:10px;background:#0b0b0c;color:#d9bd7d;font:12px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.guideChecklist{display:grid;grid-gap:7px;gap:7px;margin:14px 0 0;padding:0;list-style:none}.guideChecklist li{position:relative;padding-left:24px}.guideChecklist li:before{position:absolute;left:0;color:#86bd96;content:"✓"}.guideResults{display:grid;grid-gap:11px;gap:11px}.guideResults button{padding:18px 20px;border:1px solid var(--line);border-radius:11px;background:var(--panel);color:var(--text);text-align:left;cursor:pointer}.guideResults button:hover{border-color:var(--line-strong);background:var(--panel-hover)}.guideResults strong{font-size:15px}.guideResults p{margin:6px 0 10px;color:var(--soft);font-size:13px;line-height:1.55}.guideResults span{color:var(--accent);font-size:12px}.guideEmpty{color:var(--soft)}.guideHome{width:min(1180px,calc(100% - 40px));min-height:100vh;margin:0 auto;padding:24px 0 20px}.homeNav{display:flex;align-items:center;justify-content:space-between}.homeNav a{padding:10px 14px;border:1px solid #262626;border-radius:999px;color:#aaa;font-size:11px;text-decoration:none}.guideHome>header{padding:clamp(70px,11vw,150px) 0 70px}.homeMark{display:grid;width:54px;height:54px;place-items:center;margin-bottom:34px;border:1px solid #292929;border-radius:15px}.homeMark img{width:27px}.guideHome>header p{margin:0 0 16px;color:#6f6f72;font-size:11px;letter-spacing:.13em;text-transform:uppercase}.guideHome>header h1{margin:0;font-size:clamp(54px,10vw,120px);font-weight:400;line-height:.87;letter-spacing:-.075em}.guideHome>header>div{max-width:600px;margin-top:32px;color:#8c8d91;font-size:17px;line-height:1.65}.homeGuides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.homeGuides a{min-height:320px;padding:30px;border:1px solid #232326;border-radius:18px;background:#0e0e0f;text-decoration:none;transition:transform .18s,border-color .18s}.homeGuides a:hover{transform:translateY(-3px);border-color:#414144}.homeGuides span{color:#696a70;font-size:10px;letter-spacing:.09em;text-transform:uppercase}.homeGuides h2{margin:70px 0 12px;font-size:clamp(36px,6vw,62px);font-weight:400;letter-spacing:-.06em}.homeGuides p{max-width:440px;margin:0;color:#88898e;font-size:14px;line-height:1.65}.homeGuides strong{display:block;margin-top:36px;color:#cfd0d4;font-size:12px;font-weight:500}.guideHome>footer{align-items:center;justify-content:space-between;padding:34px 4px 0;color:#4e4f53;font-size:10px}.guideHome>footer,.guideHome>footer nav{display:flex;gap:24px}.guideHome>footer a{text-decoration:none}@media (max-width:1080px){.guideSidebar{transform:translateX(-100%);transition:transform .2s;box-shadow:0 24px 60px rgba(0,0,0,.55)}.guideSidebar.isOpen{transform:translateX(0)}.guideMain{margin-left:0}.guideMenu{display:inline-block}.guideHeader>nav{display:none}.guideSearch{margin-left:0}}@media (max-width:700px){.guideHeader{gap:10px;padding:0 14px}.guideBrand strong,.guideSearch kbd{display:none}.guideSearch{width:auto;max-width:none;flex:1 1}.guideMain{padding:25px 18px 90px}.guideGrid,.guideStep,.homeGuides{grid-template-columns:1fr}.guideStep{gap:13px}.guideCallout{grid-template-columns:1fr;gap:7px}.guideHome{width:min(100% - 28px,1180px)}.guideHome>header{padding-top:74px}.homeGuides a{min-height:260px;padding:24px}.homeGuides h2{margin-top:50px}.guideHome>footer{flex-direction:column-reverse}}