@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap";:root{--ink:#281d2b;--muted:#6f6471;--paper:#fffaf7;--white:#fff;--plum:#713a63;--plum-dark:#54284a;--lilac:#eadced;--peach:#ff8b72;--peach-light:#ffe4db;--mint:#dcefe6;--line:#e9dfe5;--shadow:0 24px 70px #3f22391f;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{color:var(--ink);background:var(--paper);margin:0;font-family:Manrope,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1160px,100% - 40px);margin-inline:auto}.narrow{max-width:920px}.site-header{z-index:20;backdrop-filter:blur(16px);background:#fffaf7e6;border-bottom:1px solid #713a631f;position:relative}.header-inner{justify-content:space-between;align-items:center;min-height:78px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:22px;font-weight:800;display:inline-flex}.brand>span:last-child>span{color:var(--peach)}.brand-mark{place-content:center;width:34px;height:34px;display:grid;position:relative;transform:rotate(-8deg)}.brand-mark i{background:var(--plum);border-radius:50%;width:17px;height:17px;position:absolute}.brand-mark i:first-child{top:3px;left:1px}.brand-mark i:nth-child(2){top:3px;right:1px}.brand-mark i:nth-child(3){background:var(--peach);bottom:1px;left:9px}nav{align-items:center;gap:28px;font-size:14px;font-weight:700;display:flex}nav>a:first-child:hover{color:var(--plum)}.language-link{border:1px solid var(--line);background:var(--white);border-radius:99px;padding:9px 14px}.language-link:hover{border-color:var(--plum)}.eyebrow{color:var(--plum);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:9px;margin:0 0 18px;font-size:12px;font-weight:800;display:flex}.eyebrow span{background:var(--peach);width:26px;height:2px}.home-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:650px;padding-block:90px;display:grid}.hero-copy h1{letter-spacing:-.06em;max-width:690px;margin:0;font-size:clamp(48px,6vw,76px);line-height:1.04}.hero-copy h1 em{color:var(--plum);font-style:normal;position:relative}.hero-copy h1 em:after{content:"";background:var(--peach);opacity:.35;z-index:-1;border-radius:10px;height:9px;position:absolute;bottom:2px;left:0;right:0}.hero-copy>p:not(.eyebrow){max-width:610px;color:var(--muted);margin:26px 0 34px;font-size:18px}.primary-button{color:#fff;background:var(--plum);border-radius:12px;align-items:center;gap:24px;padding:14px 18px 14px 22px;font-weight:800;display:inline-flex;box-shadow:0 12px 30px #713a6333}.primary-button span{width:30px;height:30px;color:var(--plum);background:var(--white);border-radius:8px;place-items:center;display:grid}.primary-button:hover{background:var(--plum-dark);transform:translateY(-2px)}.hero-board{background:var(--lilac);border-radius:46% 54% 52% 48%/42% 45% 55% 58%;place-items:center;min-height:430px;display:grid;position:relative}.hero-board:before{content:"";border:20px solid var(--peach-light);border-radius:50%;width:110px;height:110px;position:absolute;top:-28px;right:-24px}.board-window{background:var(--white);width:min(390px,86%);box-shadow:var(--shadow);border:1px solid #713a6321;border-radius:20px;padding-bottom:28px;position:relative;overflow:hidden;transform:rotate(2deg)}.board-top{background:#f6f0f4;align-items:center;gap:7px;height:40px;padding:0 16px;display:flex}.board-top i{background:#d7c8d2;border-radius:50%;width:8px;height:8px}.board-top i:first-child{background:var(--peach)}.board-body{align-items:center;gap:15px;padding:28px 28px 20px;display:flex}.board-body div{display:grid}.board-body small{color:var(--muted)}.board-body b{font-size:18px}.board-icon{color:#fff;background:var(--plum);border-radius:14px;place-items:center;width:48px;height:48px;font-size:22px;font-weight:800;display:grid}.board-progress{background:#eee7ec;border-radius:20px;height:8px;margin:0 28px 24px;overflow:hidden}.board-progress span{background:var(--peach);width:72%;height:100%;display:block}.board-lines{gap:10px;margin:0 28px;display:grid}.board-lines i{background:#f3edf1;border-radius:10px;height:10px}.board-lines i:nth-child(2){width:78%}.board-lines i:nth-child(3){width:58%}.floating-chip{z-index:2;background:var(--white);border-radius:10px;padding:10px 15px;font-size:13px;font-weight:800;position:absolute;box-shadow:0 14px 34px #3f223926}.chip-one{color:#2b7b5a;top:82px;left:-22px;transform:rotate(-5deg)}.chip-two{color:var(--plum);bottom:70px;right:-16px;transform:rotate(5deg)}.guides-section{background:var(--white);padding:100px 0 110px}.section-heading{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;margin-bottom:46px;display:grid}.section-heading h2{letter-spacing:-.05em;max-width:630px;margin:0;font-size:clamp(34px,4vw,50px);line-height:1.12}.section-heading>p{color:var(--muted);margin:0 0 6px}.guide-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.guide-card{border:1px solid var(--line);border-radius:var(--radius);background:#fbf7f9;flex-direction:column;min-height:430px;padding:28px;transition:all .25s;display:flex}.guide-card.featured{background:var(--plum);color:#fff;border-color:var(--plum)}.guide-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.guide-card-top{justify-content:space-between;font-family:DM Mono,monospace;display:flex}.guide-card-top i{border:1px solid;border-radius:50%;place-items:center;width:38px;height:38px;font-style:normal;display:grid}.guide-mini{height:120px;color:var(--ink);background:var(--white);border-radius:15px;align-items:center;gap:20px;margin:26px 0;padding:24px;display:flex;transform:rotate(-1deg);box-shadow:0 16px 30px #2719251f}.guide-card:not(.featured) .guide-mini{background:var(--lilac);box-shadow:none}.guide-mini>span{color:#fff;background:var(--peach);border-radius:14px;place-items:center;width:54px;height:54px;font-family:DM Mono;font-size:23px;display:grid}.guide-mini>div{flex:1;gap:9px;display:grid}.guide-mini i{background:#e6dce3;border-radius:8px;height:8px;display:block}.guide-mini i:nth-child(2){width:75%}.guide-mini i:nth-child(3){width:48%}.guide-card>p{opacity:.7;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px;font-size:12px;font-weight:800}.guide-card h3{letter-spacing:-.03em;max-width:500px;margin:0;font-size:26px;line-height:1.2}.guide-meta{gap:10px;margin-top:auto;padding-top:20px;display:flex}.guide-meta span{opacity:.75;border:1px solid;border-radius:20px;padding:7px 11px;font-size:12px}.guide-hero{text-align:center;background:var(--lilac);padding:58px 0 62px;position:relative;overflow:hidden}.guide-hero:before,.guide-hero:after{content:"";border-radius:50%;position:absolute}.guide-hero:before{border:42px solid #ffffff59;width:220px;height:220px;top:-70px;left:-100px}.guide-hero:after{background:#ff8b722b;width:170px;height:170px;bottom:-75px;right:-50px}.guide-hero .eyebrow{justify-content:center}.back-link{color:var(--plum);margin-bottom:28px;font-size:13px;font-weight:800;display:inline-block}.guide-hero h1{letter-spacing:-.055em;max-width:900px;margin:0 auto;font-size:clamp(42px,6vw,68px);line-height:1.06}.guide-lead{color:#625566;max-width:720px;margin:22px auto 0;font-size:18px}.guide-layout{grid-template-columns:270px 1fr;align-items:start;gap:70px;padding-block:80px 120px;display:grid}.guide-aside{position:sticky;top:24px}.toc-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:22px}.toc-card>p{text-transform:uppercase;letter-spacing:.09em;margin:0 0 14px;font-size:12px;font-weight:800}.toc-card ol{gap:3px;margin:0;padding:0;list-style:none;display:grid}.toc-card a{color:var(--muted);border-radius:7px;grid-template-columns:25px 1fr;align-items:start;gap:8px;padding:8px 5px;font-size:12px;line-height:1.35;display:grid}.toc-card a:hover{color:var(--plum);background:#faf5f8}.toc-card span{color:var(--peach);font-family:DM Mono;font-size:10px}.before-card{background:#fff1eb;border:1px solid #efcfc3;border-radius:18px;grid-template-columns:44px 1fr;gap:18px;padding:28px;display:grid}.before-icon{color:#fff;background:var(--peach);border-radius:12px;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.before-card h2{margin:0 0 10px;font-size:22px}.before-card ul{color:var(--muted);margin:0;padding-left:20px;font-size:14px}.before-card li+li{margin-top:5px}.before-related{color:var(--muted);border-top:1px solid #713a6324;margin:16px 0 0;padding-top:14px;font-size:14px}.before-related a{color:var(--plum);text-underline-offset:3px;font-weight:800;text-decoration:underline #713a634d}.before-related a:hover{text-decoration-color:var(--plum)}.steps{margin-top:55px}.guide-step{grid-template-columns:60px 1fr;gap:24px;display:grid}.guide-step:not(:last-child){padding-bottom:66px}.step-index{color:var(--peach);flex-direction:column;align-items:center;font:500 13px DM Mono;display:flex}.step-index i{background:var(--line);flex:1;width:1px;margin-top:12px}.step-copy>p:first-child{color:var(--peach);letter-spacing:.1em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:800}.step-copy h2{letter-spacing:-.04em;margin:0 0 12px;font-size:clamp(25px,3vw,34px);line-height:1.2}.step-body{color:var(--muted);margin:0 0 22px}.note{background:var(--peach-light);color:#674a4b;border-radius:10px;grid-template-columns:24px 1fr;gap:10px;margin:18px 0;padding:14px 16px;font-size:13px;display:grid}.note span{color:#fff;background:var(--peach);border-radius:50%;place-items:center;width:21px;height:21px;font:700 11px serif;display:grid}.note p{margin:0}.command-box{color:#fbeef6;background:#2d222d;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;margin:18px 0;padding:14px 14px 14px 18px;display:flex;overflow:auto}.command-box code{white-space:nowrap;font:12px DM Mono}.copy-button{color:var(--ink);cursor:pointer;background:#fff;border:0;border-radius:7px;padding:7px 11px;font-size:11px;font-weight:800}.step-action{color:#fff;background:var(--plum);border-radius:10px;align-items:center;gap:18px;margin:0 0 20px;padding:11px 15px;font-size:13px;font-weight:800;display:inline-flex}.step-action:hover{background:var(--plum-dark)}.step-action span{font-size:16px}.screenshot-gallery{margin-top:30px;display:block}.screenshot-gallery figure{width:100%;min-width:0;margin:0}.screenshot-gallery figure+figure{margin-top:34px}.screenshot-frame{background:var(--white);border:1px solid var(--line);border-radius:15px;width:100%;height:auto;padding:0;overflow:hidden;box-shadow:0 14px 38px #3f223917}.screenshot-frame img{object-fit:contain;width:100%;height:auto;display:block}.screenshot-gallery figcaption{color:var(--muted);padding:10px 4px 0;font-size:13px;line-height:1.45}.step-visual{background:#f1e9f1;border-radius:18px;place-items:center;min-height:215px;margin-top:25px;padding:26px;display:grid;position:relative;overflow:hidden}.step-visual:after{content:"";border:28px solid #ffffff73;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-100px;right:-70px}.check-card,.download-card,.key-card,.phone-card,.id-card,.success-card,.terminal-card,.restart-card{z-index:1;background:#fff;position:relative;box-shadow:0 18px 40px #371e321f}.check-card{border-radius:14px;grid-template-columns:38px 1fr;align-items:center;gap:10px;width:min(360px,100%);padding:22px;display:grid}.check-card>span{color:#fff;background:#48a477;border-radius:50%;grid-row:1/5;place-items:center;width:36px;height:36px;display:grid}.check-card i{background:#eee7eb;border-radius:7px;height:7px}.check-card i:last-child{width:58%}.download-card{border-radius:14px;grid-template-columns:52px 1fr;align-items:center;gap:1px 14px;width:280px;padding:20px;display:grid}.download-card>span{color:#fff;background:var(--plum);border-radius:12px;grid-row:1/3;place-items:center;width:50px;height:50px;font-size:24px;display:grid}.download-card small{color:var(--muted)}.download-card i{background:linear-gradient(90deg,var(--peach) 75%,#eee7eb 75%);border-radius:9px;grid-column:1/3;height:7px;margin-top:12px}.key-card{border-radius:14px;width:min(490px,100%);padding:20px}.key-card small{color:var(--muted)}.key-card div{gap:7px;margin-top:8px;display:flex}.key-card i{color:var(--plum);background:#f5eff3;border-radius:6px;padding:7px;font:11px DM Mono}.key-card button{color:#fff;background:var(--peach);border:0;border-radius:8px;width:32px;height:32px;position:absolute;top:17px;right:18px}.phone-card,.success-card{border-radius:16px;align-items:center;gap:17px;width:min(370px,100%);padding:22px;display:flex}.phone-card>span,.success-card>span{color:#fff;background:var(--plum);border-radius:50%;place-items:center;width:54px;height:54px;font-size:24px;display:grid}.phone-card div,.success-card div{display:grid}.phone-card small,.success-card small{color:var(--muted)}.success-card>span{background:#48a477}.id-card{border-radius:14px;width:min(530px,100%);padding:22px}.id-card small{color:var(--muted)}.id-card div{grid-template-columns:repeat(4,1fr);gap:7px;margin-top:12px;display:grid}.id-card i{color:var(--plum);text-align:center;background:#f5eff3;border:1px solid #eadce5;border-radius:6px;padding:8px 4px;font:11px DM Mono}.terminal-card{color:#f5ebf2;background:#2c232c;border-radius:13px;width:min(520px,100%);font:12px DM Mono;overflow:hidden}.terminal-card header{background:#3b303a;align-items:center;gap:6px;padding:11px 14px;display:flex}.terminal-card header i{background:#716471;border-radius:50%;width:8px;height:8px}.terminal-card header i:first-child{background:var(--peach)}.terminal-card header b{opacity:.75;margin-left:8px;font-size:10px;font-weight:400}.terminal-card code{padding:20px 20px 6px;display:block}.terminal-card em{color:#ffc4b4;font-style:normal}.terminal-card .terminal-result{color:#8ce0b6;padding:6px 20px 22px}.restart-card{border-radius:14px;align-items:center;gap:14px;width:260px;padding:22px;display:flex}.restart-card span{color:#fff;background:var(--peach);border-radius:50%;place-items:center;width:46px;height:46px;font-size:25px;display:grid}.restart-card i{background:var(--plum);border-radius:5px;height:5px;position:absolute;bottom:0;left:22px;right:22px}.faq-section{margin-top:85px}.faq-section h2{letter-spacing:-.045em;margin:0 0 25px;font-size:38px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;justify-content:space-between;gap:20px;padding:20px 4px;font-weight:800;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--peach);font-size:22px;transition:all .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{color:var(--muted);margin:-6px 0 20px;padding-right:30px}.troubleshooting-list{color:var(--muted);background:var(--white);border:1px solid var(--line);border-radius:18px;margin:0;padding:26px 32px 26px 52px;font-size:16px}.troubleshooting-list li{padding-left:5px}.troubleshooting-list li+li{margin-top:10px}.troubleshooting-list li::marker{color:var(--plum)}.sources-card{color:#fff;background:var(--plum);border-radius:20px;grid-template-columns:1fr 1fr;gap:30px;margin-top:70px;padding:30px;display:grid}.sources-card p{color:#e8bedc;text-transform:uppercase;letter-spacing:.1em;margin:0 0 8px;font-size:11px;font-weight:800}.sources-card h2{margin:0;font-size:24px;line-height:1.25}.sources-card ul{align-content:center;gap:8px;margin:0;padding:0;list-style:none;display:grid}.sources-card a{background:#ffffff1a;border-radius:9px;padding:10px 13px;font-size:12px;display:block}.sources-card a:hover{background:#ffffff2e}.next-guide{border:1px solid var(--line);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:30px;margin-top:24px;padding:26px 30px;display:flex}.next-guide span{color:var(--peach);text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800}.next-guide h2{margin:5px 0 0;font-size:20px;line-height:1.2}.next-guide>i{color:#fff;background:var(--peach);border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-size:20px;font-style:normal;display:grid}.next-guide:hover{border-color:var(--peach)}.site-footer{color:#eadde7;background:#281d2b;padding:60px 0}.footer-inner{grid-template-columns:1fr 1fr;align-items:end;gap:50px;display:grid}.brand-footer{color:#fff}.footer-inner>div>p{margin:10px 0 0;font-size:13px}.legal{opacity:.65;max-width:570px;margin:0;font-size:11px;line-height:1.6}@media (width<=900px){.home-hero{grid-template-columns:1fr;min-height:auto;padding-block:70px}.hero-board{width:min(560px,100%);margin:10px auto 0}.section-heading{grid-template-columns:1fr;gap:18px}.guide-layout{grid-template-columns:1fr}.guide-aside{display:none}.guide-content{max-width:760px;margin-inline:auto}.sources-card{grid-template-columns:1fr}}@media (width<=640px){.shell{width:min(100% - 28px,1160px)}.header-inner{min-height:68px}.brand{font-size:19px}.brand-mark{transform:scale(.88)rotate(-8deg)}nav{gap:8px}nav>a:first-child{display:none}.language-link{padding:7px 11px;font-size:12px}.home-hero{gap:40px;padding-block:54px}.hero-copy h1{font-size:45px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-board{min-height:315px}.floating-chip{font-size:11px}.chip-one{top:36px;left:3px}.chip-two{bottom:34px;right:2px}.board-window{width:84%}.guides-section{padding-block:72px}.guide-grid{grid-template-columns:1fr}.guide-card{min-height:390px}.guide-hero{padding-block:44px 48px}.guide-hero h1{font-size:40px}.guide-lead{font-size:16px}.guide-layout{padding-block:55px 80px}.before-card{grid-template-columns:1fr}.guide-step{grid-template-columns:36px 1fr;gap:12px}.step-index span{font-size:11px}.step-visual{min-height:180px;padding:18px 12px}.key-card div{flex-wrap:wrap;padding-right:30px}.id-card div{grid-template-columns:repeat(2,1fr)}.command-box{align-items:flex-start}.screenshot-gallery figure+figure{margin-top:26px}.sources-card{padding:24px}.footer-inner{grid-template-columns:1fr;gap:28px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
