:root{--ink:#0c1626;--ink-deep:#070c16;--brand:#155eef;--brand-dark:#0b3fb8;--brand-tint:#ebf1ff;--cyan:#00d0f5;--muted:#5b6b7f;--faint:#8a98a8;--surface:#f4f6fa;--card:#fff;--hairline:#e2e8f0;--fill:#f1f5f9;--success:#0e8a5f;--success-tint:#e6f5ef;--warning:#b45309;--warning-tint:#fdf3e6;--danger:#b3261e;--danger-tint:#fcedec;--radius-card:16px;--radius-btn:14px;--radius-chip:999px;--shadow-sm:0 1px 2px #0c16260f, 0 1px 1px #0c16260a;--shadow-md:0 8px 24px #0c162614, 0 2px 6px #0c16260d;--shadow-lg:0 24px 64px #0c162629, 0 8px 20px #0c162614;--shadow-glow:0 0 0 1px #00d0f526, 0 12px 40px #155eef38;--header-h:64px;--sidebar-w:272px;--content-max:1180px;--walkthrough-max:480px;--touch-target-min:44px;--font-sans:"Inter var", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-sans);background:var(--surface);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.55}#root{flex-direction:column;min-height:100vh;display:flex}img{max-width:100%;display:block}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{letter-spacing:-.01em;color:var(--ink);margin:0 0 .5em;font-weight:800;line-height:1.15}p{margin:0 0 1em}ul,ol{margin:0 0 1em;padding-left:1.25em}button{font-family:inherit}:focus-visible{outline:2.5px solid var(--brand);outline-offset:2px;border-radius:4px}.btn{min-height:var(--touch-target-min);border-radius:var(--radius-btn);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.96rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--cyan) 0%, var(--brand) 65%);color:#04121f;box-shadow:0 10px 30px #155eef47}.btn-primary:hover{box-shadow:0 14px 36px #155eef61}.btn-secondary{background:var(--fill);border-color:var(--hairline);color:var(--ink)}.btn-secondary:hover{background:var(--brand-tint)}.btn-lg{padding:.9rem 2rem;font-size:1.02rem}.btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.icon-btn{width:var(--touch-target-min);height:var(--touch-target-min);min-width:var(--touch-target-min);background:var(--fill);color:var(--muted);cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.icon-btn:hover{color:var(--ink)}.guide-header{margin:1.5rem 0 2rem}.guide-role-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-dark);background:var(--brand-tint);border-radius:var(--radius-chip);margin-bottom:.6rem;padding:.25rem .6rem;font-size:.7rem;font-weight:800;display:inline-block}.guide-header h1{margin:0 0 .4rem;font-size:1.6rem}.guide-summary{color:var(--muted);margin:0;font-size:1rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{background:var(--ink);color:#fff;z-index:200;border-radius:10px;padding:.75rem 1.25rem;transition:top .15s;position:absolute;top:-60px;left:1rem}.skip-link:focus{top:1rem}.container{max-width:var(--content-max);margin:0 auto;padding:0 1.5rem}@media (width<=640px){.container{padding:0 1.125rem}}@media print{.no-print,.site-header,.site-sidebar,.mobile-drawer,.prev-next-nav,.search-overlay,.lightbox-overlay{display:none!important}body{background:#fff}.guide-page{max-width:100%!important;margin:0!important}a:after{content:""}.phone-card{box-shadow:none!important;border:1px solid #ccc!important}}.site-header{z-index:100;height:var(--header-h);-webkit-backdrop-filter:saturate(1.4)blur(10px);backdrop-filter:saturate(1.4)blur(10px);border-bottom:1px solid var(--hairline);background:#ffffffe6;position:sticky;top:0}.site-header-inner{align-items:center;gap:.9rem;max-width:1440px;height:100%;margin:0 auto;padding:0 1.25rem;display:flex}.header-icon-btn{color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.45rem;display:inline-flex}.header-icon-btn:hover{background:var(--fill)}.header-menu-btn{display:none}.header-badge{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-dark);background:var(--brand-tint);border-radius:var(--radius-chip);padding:.25rem .55rem;font-size:.68rem;font-weight:800}.header-spacer{flex:1}.header-search-btn{border:1px solid var(--hairline);background:var(--fill);color:var(--faint);border-radius:var(--radius-chip);cursor:pointer;align-items:center;gap:.5rem;min-width:220px;padding:.5rem .9rem .5rem .7rem;font-size:.85rem;display:flex}.header-search-btn:hover{border-color:var(--brand);color:var(--muted)}.header-search-icon{display:none}@media (width<=1023px){.header-menu-btn{display:inline-flex}.header-search-btn{display:none}.header-search-icon{display:inline-flex}.header-badge{display:none}}.brand-logo{align-items:center;line-height:0;display:inline-flex}.brand-logo img{display:block}.guide-nav-group{margin-bottom:1.4rem}.guide-nav-group-title{letter-spacing:.08em;text-transform:uppercase;color:var(--faint);align-items:center;gap:.4rem;margin:0 .6rem .5rem;font-size:.7rem;font-weight:800;display:flex}.guide-nav-group ul{margin:0;padding:0;list-style:none}.guide-nav-link{min-height:var(--touch-target-min);color:var(--muted);border-left:3px solid #0000;border-radius:10px;align-items:center;padding:.5rem .6rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.guide-nav-link:hover{background:var(--fill);color:var(--ink);text-decoration:none}.guide-nav-link.is-active{background:var(--brand-tint);color:var(--brand-dark);border-left-color:var(--brand)}.mobile-drawer{z-index:250;position:fixed;inset:0}.mobile-drawer-backdrop{background:#070c1680;position:absolute;inset:0}.mobile-drawer-panel{background:var(--card);width:min(85vw,320px);box-shadow:var(--shadow-lg);flex-direction:column;animation:.18s ease-out drawer-in;display:flex;position:absolute;top:0;bottom:0;left:0}@keyframes drawer-in{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.mobile-drawer-panel{animation:none}}.mobile-drawer-header{border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:center;padding:1.1rem 1.1rem .9rem;display:flex}.mobile-drawer-close{background:var(--fill);color:var(--ink);cursor:pointer;border:none;border-radius:10px;padding:.4rem;display:inline-flex}.mobile-drawer-scroll{flex:1;padding:1.25rem 1rem 2.5rem;overflow-y:auto}.search-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;background:#070c168c;justify-content:center;align-items:flex-start;padding:10vh 1rem 1rem;display:flex;position:fixed;inset:0}.search-panel{background:var(--card);width:100%;max-width:560px;box-shadow:var(--shadow-lg);border:1px solid var(--hairline);border-radius:18px;overflow:hidden}.search-input-row{border-bottom:1px solid var(--hairline);color:var(--faint);align-items:center;gap:.75rem;padding:1rem 1.1rem;display:flex}.search-input-row input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:1rem}.search-input-row input::placeholder{color:var(--faint)}.search-close{border:1px solid var(--hairline);background:var(--fill);color:var(--muted);cursor:pointer;border-radius:6px;padding:.25rem .5rem;font-size:.72rem;font-weight:700}.search-results{max-height:60vh;margin:0;padding:.5rem;list-style:none;overflow-y:auto}.search-empty{color:var(--faint);text-align:center;padding:1.5rem 1rem;font-size:.9rem}.search-result{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;grid-template-columns:1fr;gap:.1rem;width:100%;padding:.65rem .75rem;display:grid}.search-result:hover,.search-result.is-active{background:var(--brand-tint)}.search-result-category{letter-spacing:.06em;text-transform:uppercase;color:var(--brand);font-size:.68rem;font-weight:800}.search-result-title{color:var(--ink);font-size:.96rem;font-weight:700}.search-result-summary{color:var(--muted);font-size:.82rem}.site-footer{border-top:1px solid var(--hairline);background:var(--card);margin-top:4rem;padding:2.25rem 0}.site-footer-inner{flex-wrap:wrap;align-items:center;gap:1.25rem 2rem;display:flex}.site-footer-brand{align-items:baseline;gap:.5rem;font-size:.95rem;display:flex}.site-footer-brand strong{background:linear-gradient(90deg, var(--cyan), var(--brand));color:#0000;letter-spacing:.02em;-webkit-background-clip:text;background-clip:text;font-weight:800}.site-footer-brand span{color:var(--muted)}.site-footer-links{gap:1.25rem;font-size:.88rem;font-weight:600;display:flex}.site-footer-links a{color:var(--muted)}.site-footer-links a:hover{color:var(--brand)}.site-footer-meta{color:var(--faint);text-align:right;flex-direction:column;align-items:flex-end;gap:.15rem;margin-left:auto;font-size:.78rem;display:flex}@media (width<=640px){.site-footer-inner{flex-direction:column;align-items:flex-start}.site-footer-meta{text-align:left;align-items:flex-start;margin-left:0}}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-body{flex:1;align-items:flex-start;display:flex}.app-main{flex:1;min-width:0}@media (width>=1024px){.app-body{justify-content:center;padding:0 1.5rem}.app-main{max-width:760px}}.stuck-picker-overlay{z-index:260;background:#070c1680;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (width>=640px){.stuck-picker-overlay{align-items:center}}.stuck-picker-panel{background:var(--card);width:100%;max-width:420px;max-height:80vh;box-shadow:var(--shadow-lg);padding-bottom:env(safe-area-inset-bottom,0px);border-radius:20px 20px 0 0;overflow-y:auto}@media (width>=640px){.stuck-picker-panel{border-radius:20px}}.stuck-picker-header{justify-content:space-between;align-items:center;padding:1.25rem 1.25rem .75rem;display:flex}.stuck-picker-header h2{margin:0;font-size:1.1rem}.stuck-picker-list{flex-direction:column;gap:.5rem;margin:0;padding:.25rem 1rem 1.25rem;list-style:none;display:flex}.stuck-picker-item{width:100%;min-height:var(--touch-target-min);text-align:left;border:1px solid var(--hairline);background:var(--fill);color:var(--ink);cursor:pointer;border-radius:12px;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.stuck-picker-item:hover{border-color:var(--brand);background:var(--brand-tint)}.home-page{max-width:var(--walkthrough-max);margin:0 auto;padding:1.25rem 1.25rem 4rem}.home-brand{text-align:center;margin-bottom:1.25rem}.home-brand-title{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-dark);background:var(--brand-tint);border-radius:var(--radius-chip);margin-bottom:.6rem;padding:.3rem .7rem;font-size:.72rem;font-weight:800;display:inline-block}.home-brand h1{margin:0;font-size:1.5rem}.home-search-bar{width:100%;min-height:var(--touch-target-min);border:1.5px solid var(--hairline);background:var(--card);color:var(--faint);cursor:pointer;border-radius:999px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.8rem 1.1rem;font-size:.95rem;display:flex}.home-search-bar:hover{border-color:var(--brand)}.home-continue-card{background:var(--brand-tint);border:1px solid #155eef2e;border-radius:16px;flex-direction:column;gap:.15rem;margin-bottom:1.25rem;padding:.9rem 1.1rem;text-decoration:none;display:flex}.home-continue-card:hover{text-decoration:none}.home-continue-label{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-dark);font-size:.7rem;font-weight:800}.home-continue-title{color:var(--ink);font-size:1.05rem;font-weight:700}.home-continue-step{color:var(--muted);font-size:.85rem}.home-featured-card{background:linear-gradient(135deg, var(--ink) 0%, var(--brand-dark) 100%);color:#fff;border-radius:20px;align-items:stretch;gap:.9rem;margin-bottom:1.75rem;padding:1.25rem;text-decoration:none;display:flex;overflow:hidden}.home-featured-card:hover{text-decoration:none}.home-featured-text{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.home-featured-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--cyan);margin-bottom:.3rem;font-size:.7rem;font-weight:800}.home-featured-text h2{color:#fff;margin:0 0 .3rem;font-size:1.25rem}.home-featured-text p{color:#ffffffbf;margin:0 0 .7rem;font-size:.9rem}.home-featured-cta{color:var(--cyan);font-size:.9rem;font-weight:700}.home-featured-image{border-radius:14px;flex:none;align-self:center;width:84px}.home-section{margin-bottom:1.75rem}.home-section-title{letter-spacing:.03em;text-transform:uppercase;color:var(--muted);align-items:center;gap:.45rem;margin:0 0 .7rem;font-size:.85rem;font-weight:800;display:flex}.home-card-row{flex-direction:column;gap:.6rem;display:flex}.home-card{border:1px solid var(--hairline);background:var(--card);min-height:var(--touch-target-min);border-radius:14px;align-items:center;gap:.85rem;padding:.6rem;text-decoration:none;display:flex}.home-card:hover{border-color:var(--brand);text-decoration:none}.home-card-thumb{background:var(--fill);border-radius:8px;flex:none;width:44px;height:58px;overflow:hidden}.home-card-thumb img{object-fit:cover;object-position:top;width:100%;height:100%}.home-card-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.home-card-title{color:var(--ink);font-size:.95rem;font-weight:700}.home-card-meta{color:var(--faint);font-size:.78rem}.home-stuck-btn{width:100%;min-height:var(--touch-target-min);border:1.5px dashed var(--hairline);color:var(--muted);cursor:pointer;background:0 0;border-radius:14px;margin-top:.5rem;padding:.85rem;font-size:.95rem;font-weight:700;display:block}.home-stuck-btn:hover{border-color:var(--brand);color:var(--brand-dark)}@media (width>=640px){.home-card-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}}@media (width>=1024px){.home-page{max-width:720px}}.callout-overlay-frame{cursor:zoom-in;background:0 0;border:none;width:100%;height:100%;padding:0;display:block;position:relative}.callout-overlay-frame img{object-fit:contain;border-radius:20px;width:100%;height:100%;max-height:100%;display:block}.callout-marker{pointer-events:none;align-items:center;gap:.4rem;display:flex;position:absolute;transform:translate(-50%,-50%)}.callout-marker-dot{background:var(--brand);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;font-weight:800;animation:1.8s ease-in-out infinite callout-pulse;display:flex;box-shadow:0 0 0 5px #155eef47,0 2px 10px #00000059}.callout-marker-label{color:#fff;white-space:nowrap;background:#070c16e0;border-radius:999px;padding:.3rem .65rem;font-size:.78rem;font-weight:700}@keyframes callout-pulse{0%,to{box-shadow:0 0 0 5px #155eef47,0 2px 10px #00000059}50%{box-shadow:0 0 0 9px #155eef24,0 2px 10px #00000059}}.transition-card{text-align:center;border:1.5px dashed var(--hairline);background:var(--fill);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;padding:2rem 1.75rem;display:flex}.transition-card-icon{background:var(--brand-tint);width:44px;height:44px;color:var(--brand-dark);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;font-weight:800;display:flex}.transition-card p{color:var(--muted);max-width:32ch;margin:0;font-size:1rem;line-height:1.5}.progress-indicator{flex-direction:column;align-items:center;gap:.35rem;display:flex}.progress-indicator-text{color:var(--muted);letter-spacing:.01em;font-size:.78rem;font-weight:700}.progress-indicator-dots{gap:5px;display:flex}.progress-dot{background:var(--hairline);border-radius:999px;width:6px;height:6px;transition:background .2s,width .2s}.progress-dot.is-done{background:var(--brand-tint)}.progress-dot.is-active{background:var(--brand);width:16px}.tip-box{border:1px solid var(--hairline);background:var(--fill);border-radius:14px;align-items:flex-start;gap:.85rem;margin:1.5rem 0;padding:1rem 1.1rem;display:flex}.tip-icon{margin-top:.1rem;font-size:1.15rem;line-height:1}.tip-label{letter-spacing:.06em;text-transform:uppercase;margin:0 0 .15rem;font-size:.72rem;font-weight:800}.tip-text{color:var(--ink);margin:0;font-size:.92rem}.tip-tip{background:var(--brand-tint);border-color:#155eef2e}.tip-tip .tip-label{color:var(--brand-dark)}.tip-good-to-know{background:var(--fill);border-color:var(--hairline)}.tip-good-to-know .tip-label{color:var(--muted)}.tip-important{background:var(--warning-tint);border-color:#b4530933}.tip-important .tip-label{color:var(--warning)}.tip-offline{background:#eefaf7;border-color:#0e8a5f33}.tip-offline .tip-label{color:var(--success)}.tip-security{background:#f2effc;border-color:#5b21b62e}.tip-security .tip-label{color:#5b21b6}.lightbox-overlay{z-index:400;background:#040810eb;justify-content:center;align-items:center;padding:3.5rem 1rem;display:flex;position:fixed;inset:0}.lightbox-figure{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:420px;margin:0;display:flex}.lightbox-figure img{border-radius:22px;width:auto;max-width:100%;max-height:76vh;box-shadow:0 30px 80px #00000080}.lightbox-figure figcaption{color:#dbe4f3;text-align:center;flex-direction:column;align-items:center;gap:.35rem;font-size:.88rem;display:flex}.lightbox-count{color:#7f93b3;letter-spacing:.04em;font-size:.75rem;font-weight:700}.lightbox-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:absolute;top:1rem;right:1rem}.lightbox-close:hover{background:#ffffff29}.lightbox-nav{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#ffffff29}.lightbox-prev{left:.75rem}.lightbox-next{right:.75rem}@media (width<=640px){.lightbox-nav{width:38px;height:38px}}.step-view{min-height:calc(100dvh - var(--header-h));max-width:var(--walkthrough-max);flex-direction:column;margin:0 auto;display:flex}.step-view-header{top:var(--header-h);background:var(--surface);z-index:5;flex:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:sticky}.step-view-header-right{align-items:center;gap:.25rem;display:flex}.icon-btn.is-favorite{color:var(--brand)}.step-view-text-btn{min-height:var(--touch-target-min);color:var(--brand);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0 .5rem;font-size:.85rem;font-weight:700}.step-view-stage{touch-action:pan-y;flex:auto;justify-content:center;align-items:center;min-height:0;padding:.25rem 1.25rem;display:flex}.step-view-controls{padding:1rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px));flex:none}.step-instruction{color:var(--ink);margin:0 0 .35rem;font-size:1.08rem;font-weight:700;line-height:1.4}.step-hint{color:var(--muted);margin:0 0 .75rem;font-size:.92rem}.step-learn-more{color:var(--muted);margin:0 0 .9rem;font-size:.9rem}.step-learn-more summary{cursor:pointer;color:var(--brand);min-height:var(--touch-target-min);align-items:center;font-weight:700;display:flex}.step-learn-more p{margin:.4rem 0}.step-view-nav{gap:.75rem;margin-top:.5rem;display:flex}.step-nav-btn{flex:1}@media (width>=1024px){.step-view{min-height:640px}}.all-steps-view{max-width:var(--walkthrough-max);margin:0 auto;padding-bottom:2rem}.all-steps-header{top:var(--header-h);background:var(--surface);z-index:5;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex;position:sticky}.all-steps-header h2{margin:0;font-size:1rem;font-weight:700}.all-steps-list{flex-direction:column;gap:.6rem;margin:0;padding:.5rem 1rem 0;list-style:none;display:flex}.all-steps-item{border:1px solid var(--hairline);background:var(--card);text-align:left;cursor:pointer;width:100%;min-height:var(--touch-target-min);border-radius:14px;align-items:center;gap:.9rem;padding:.6rem;display:flex}.all-steps-item:hover{border-color:var(--brand)}.all-steps-thumb{background:var(--fill);border-radius:8px;flex:none;justify-content:center;align-items:center;width:48px;height:64px;display:flex;overflow:hidden}.all-steps-thumb img{object-fit:cover;object-position:top;width:100%;height:100%}.all-steps-thumb-transition{color:var(--brand);font-weight:800}.all-steps-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.all-steps-index{letter-spacing:.05em;text-transform:uppercase;color:var(--faint);font-size:.7rem;font-weight:800}.all-steps-instruction{color:var(--ink);font-size:.95rem;font-weight:600}.completion-screen{text-align:center;min-height:calc(100dvh - var(--header-h));max-width:var(--walkthrough-max);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;margin:0 auto;padding:2.5rem 1.5rem 2rem;display:flex}.completion-check{background:var(--success-tint);width:64px;height:64px;color:var(--success);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:2rem;font-weight:800;display:flex}.completion-screen h2{margin:0;font-size:1.3rem}.completion-screen>p{color:var(--muted);margin:0 0 1rem}.completion-related{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.completion-related-label{letter-spacing:.06em;text-transform:uppercase;color:var(--faint);margin-bottom:.25rem;font-size:.72rem;font-weight:800}.completion-related-link{font-weight:600}.completion-home-btn{width:100%;max-width:280px}.phone-card{flex-direction:column;gap:.6rem;width:100%;margin:0;display:inline-flex}.phone-card-frame{width:100%;box-shadow:var(--shadow-md);cursor:zoom-in;background:linear-gradient(160deg,#101a2c,#0b1220);border:1px solid #1c2942;border-radius:26px;padding:10px;transition:transform .18s,box-shadow .18s;display:block;position:relative}.phone-card-frame:hover{box-shadow:var(--shadow-glow);transform:translateY(-3px)}.phone-card-frame img{border-radius:18px;width:100%;display:block}.phone-card-zoom{color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0c1626b8;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;bottom:20px;right:20px}.phone-card figcaption{color:var(--muted);text-align:center;padding:0 .5rem;font-size:.85rem}.phone-card-sm .phone-card-frame{border-radius:18px;padding:6px}.phone-card-sm .phone-card-frame img{border-radius:12px}.phone-card-lg{max-width:360px;margin:0 auto}.breadcrumbs ol{flex-wrap:wrap;gap:.4rem;margin:0 0 1.25rem;padding:0;font-size:.82rem;list-style:none;display:flex}.breadcrumbs li{color:var(--faint);align-items:center;gap:.4rem;display:inline-flex}.breadcrumbs a{color:var(--faint);font-weight:600}.breadcrumbs a:hover{color:var(--brand)}.breadcrumbs [aria-current=page]{color:var(--muted);font-weight:600}.breadcrumb-sep{color:var(--hairline)}.gallery-page{padding:2rem 1.5rem 4rem}.gallery-header{max-width:68ch;margin-bottom:2.5rem}.gallery-header p{color:var(--muted)}.gallery-section{margin-bottom:2.75rem}.gallery-section h2{border-bottom:1px solid var(--hairline);margin-bottom:1.25rem;padding-bottom:.6rem;font-size:1.1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.25rem;display:grid}.troubleshooting-page{max-width:820px;padding:2rem 1.5rem 4rem}.faq-list{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.faq-item{border:1px solid var(--hairline);background:var(--card);border-radius:16px;overflow:hidden}.faq-item.is-open{border-color:#155eef4d}.faq-question{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.3rem;font-size:1rem;font-weight:700;display:flex}.faq-chevron{color:var(--faint);flex:none;font-size:1.2rem;transition:transform .15s}.faq-item.is-open .faq-chevron{color:var(--brand);transform:rotate(180deg)}.faq-panel{color:var(--muted);padding:0 1.3rem 1.3rem}.faq-panel ol{flex-direction:column;gap:.4rem;margin:0 0 .75rem;padding-left:1.2em;display:flex}.faq-panel a{font-weight:700}.troubleshooting-footnote{color:var(--muted);margin-top:2.5rem}
