.wt-root{--wt-bg:#0d1117;--wt-card:#161b22;--wt-card-2:#1c2129;--wt-border:#ffffff14;--wt-fg:#f0f6fc;--wt-muted:#8b949e;--wt-dim:#30363d;--wt-accent:#10b981;--wt-amber:#f59e0b;--wt-frame:#21262d;min-height:100dvh;color:var(--wt-fg);background:var(--wt-bg);-webkit-font-smoothing:antialiased;font-family:Plus Jakarta Sans,Inter,system-ui,-apple-system,sans-serif}.wt-root *,.wt-root :before,.wt-root :after{box-sizing:border-box}.wt-root h1,.wt-root h2{color:var(--wt-fg);letter-spacing:-.02em;margin:0;font-weight:700;font-family:inherit!important}.wt-root h1{font-size:30px;line-height:1.18}.wt-root h2{font-size:26px;line-height:1.2}.wt-root p{margin:0}:where(.wt-root) button{font:inherit;cursor:pointer}.wt-root :focus-visible{outline:2px solid var(--wt-fg);outline-offset:3px;box-shadow:none;border-radius:10px}.wt-track{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;height:100dvh;display:flex;overflow:auto hidden}.wt-track::-webkit-scrollbar{display:none}.wt-screen{width:100%;max-width:100vw;padding:calc(14px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));scroll-snap-align:start;scroll-snap-stop:always;background:radial-gradient(120% 60% at 50% 0%, #f0f6fc0a, transparent 60%), var(--wt-bg);flex-direction:column;flex:0 0 100%;display:flex;position:relative;overflow-y:auto}.wt-top{grid-template-columns:1fr auto 1fr;align-items:center;min-height:40px;display:grid}.wt-top-side{justify-content:flex-end;display:flex}.wt-dots{gap:8px;display:flex}.wt-dots button{background:var(--wt-dim);border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:width .25s,background .25s}.wt-dots button.is-active{background:var(--wt-accent);width:22px}.wt-skip{color:var(--wt-muted);background:0 0;border:0;padding:8px 4px;font-size:14px;font-weight:600}.wt-skip:hover{color:var(--wt-fg)}.wt-body{flex-direction:column;flex:1;gap:22px;padding-top:28px;display:flex}.wt-center{text-align:center;justify-content:center;align-items:center;padding-top:0}.wt-brand{color:var(--wt-muted);letter-spacing:.18em;text-transform:uppercase;font-size:13px;font-weight:600}.wt-sub{max-width:320px;color:var(--wt-muted);font-size:16px;line-height:1.55}.wt-center .wt-sub{margin-top:-8px}.wt-actions{gap:10px;padding-top:20px;display:grid}.wt-cta{color:#04120c;background:var(--wt-accent);border:0;border-radius:16px;width:100%;min-height:56px;padding:16px 20px;font-size:16px;font-weight:700;transition:transform .15s,filter .15s;box-shadow:0 12px 28px -12px #10b9818c}.wt-cta:hover{filter:brightness(1.06)}.wt-cta:active{transform:scale(.985)}.wt-link{color:var(--wt-fg);text-align:center;opacity:.86;background:0 0;border:0;padding:12px;font-size:15px;font-weight:600;text-decoration:none;display:block}.wt-link:hover{opacity:1}.wt-mark{border:1px solid var(--wt-border);background:linear-gradient(160deg, var(--wt-card-2), var(--wt-card));border-radius:32px;width:112px;height:112px;position:relative;box-shadow:0 24px 48px -24px #000c}.wt-mark-pin{border:5px solid var(--wt-fg);border-radius:50% 50% 50% 0;width:46px;height:46px;position:absolute;top:24px;left:50%;transform:translate(-50%)rotate(-45deg)}.wt-mark-ring{border:3px solid var(--wt-fg);border-right-color:#0000;border-radius:50%;width:22px;height:22px;position:absolute;top:38px;left:50%;transform:translate(-50%)rotate(-30deg)}.wt-mark-arrow{border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:7px solid var(--wt-fg);width:0;height:0;position:absolute;top:36px;left:calc(50% + 6px);transform:rotate(40deg)}.wt-mark-dot{background:#f0f6fc24;border-radius:50%;width:30px;height:6px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.wt-mark.is-animated{animation:.9s cubic-bezier(.2,.8,.2,1) both wt-pop}.wt-mark.is-animated .wt-mark-ring,.wt-mark.is-animated .wt-mark-arrow{animation:.6s .45s both wt-fade}@keyframes wt-pop{0%{opacity:0;transform:scale(.6)}60%{opacity:1;transform:scale(1.06)}to{transform:scale(1)}}@keyframes wt-fade{0%{opacity:0}to{opacity:1}}.wt-card{border:1px solid var(--wt-border);background:var(--wt-card);border-radius:20px;gap:18px;padding:18px;display:grid}.wt-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.wt-card-head strong{letter-spacing:.02em;font-size:15px;display:block}.wt-card-head small,.wt-driver small{color:var(--wt-muted);margin-top:3px;font-size:12.5px;display:block}.wt-badge{white-space:nowrap;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.wt-badge-amber{color:#1a1204;background:var(--wt-amber)}.wt-badge-accent{color:#04120c;background:var(--wt-accent)}.wt-steps{grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid;position:relative}.wt-steps:before{content:"";background:var(--wt-dim);height:2px;position:absolute;top:9px;left:16.66%;right:16.66%}.wt-steps:after{content:"";background:linear-gradient(90deg, var(--wt-fg), var(--wt-amber));width:33.33%;height:2px;position:absolute;top:9px;left:16.66%}.wt-steps li{z-index:1;text-align:center;justify-items:center;gap:6px;display:grid;position:relative}.wt-steps i{border:2px solid var(--wt-dim);background:var(--wt-bg);border-radius:50%;width:20px;height:20px}.wt-steps .is-done i{border-color:var(--wt-fg);background:var(--wt-fg);box-shadow:inset 0 0 0 4px var(--wt-bg)}.wt-steps .is-current i{border-color:var(--wt-amber);background:var(--wt-amber);animation:1.8s ease-out infinite wt-pulse}.wt-steps span{font-size:13px;font-weight:600}.wt-steps small{color:var(--wt-muted);font-size:11.5px}.wt-steps li:not(.is-done):not(.is-current) span{color:var(--wt-muted)}@keyframes wt-pulse{0%{box-shadow:0 0 #f59e0b80}to{box-shadow:0 0 0 12px #f59e0b00}}.wt-driver{border-top:1px solid var(--wt-border);align-items:center;gap:12px;padding-top:14px;display:flex}.wt-driver>div{flex:1;min-width:0}.wt-driver strong{font-size:14px}.wt-avatar{width:38px;height:38px;color:var(--wt-fg);background:var(--wt-dim);border-radius:12px;place-items:center;font-size:13px;font-weight:700;display:grid}.wt-eta{color:var(--wt-amber);font-size:14px;font-weight:700}.wt-points{gap:12px;margin:0;padding:0;list-style:none;display:grid}.wt-points li{border:1px solid var(--wt-border);background:var(--wt-card);border-radius:16px;align-items:center;gap:12px;padding:14px 16px;font-size:15px;font-weight:600;display:flex}.wt-ico{background:var(--wt-card-2);border-radius:10px;flex:none;width:32px;height:32px;position:relative}.wt-ico:before,.wt-ico:after{content:"";position:absolute}.wt-ico-pin:before{border:2.5px solid var(--wt-fg);border-radius:50% 50% 50% 0;width:12px;height:12px;top:7px;left:10px;transform:rotate(-45deg)}.wt-ico-clock:before{border:2.5px solid var(--wt-fg);border-radius:50%;width:18px;height:18px;top:7px;left:7px}.wt-ico-clock:after{border-bottom:2.5px solid var(--wt-fg);border-left:2.5px solid var(--wt-fg);width:5px;height:6px;top:11px;left:15px}.wt-ico-bell:before{border:2.5px solid var(--wt-fg);border-bottom:0;border-radius:8px 8px 2px 2px;width:14px;height:14px;top:7px;left:9px}.wt-ico-bell:after{background:var(--wt-fg);border-radius:2px;width:18px;height:2.5px;bottom:7px;left:7px}.wt-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.wt-tile{border:1px solid var(--wt-border);background:var(--wt-card);border-radius:18px;flex-direction:column;justify-content:space-between;gap:18px;min-height:142px;padding:16px;display:flex}.wt-tile span{font-size:14px;font-weight:600;line-height:1.35}.wt-shape{background:var(--wt-card-2);border-radius:11px;width:36px;height:36px;display:block;position:relative}.wt-shape:before,.wt-shape:after{content:"";position:absolute}.wt-shape-doc:before{border:2.5px solid var(--wt-fg);border-radius:3px;width:16px;height:21px;top:7px;left:10px}.wt-shape-doc:after{border-top:2px solid var(--wt-fg);border-bottom:2px solid var(--wt-fg);width:8px;height:7px;top:14px;left:14px}.wt-shape-scale:before{background:var(--wt-fg);width:2.5px;height:18px;box-shadow:-8px 16px 0 -.5px var(--wt-fg), 8px 16px 0 -.5px var(--wt-fg);top:9px;left:17px}.wt-shape-scale:after{background:var(--wt-fg);width:22px;height:2.5px;top:9px;left:7px}.wt-shape-camera:before{border:2.5px solid var(--wt-fg);border-radius:5px;width:24px;height:17px;top:11px;left:6px}.wt-shape-camera:after{border:2.5px solid var(--wt-fg);border-radius:50%;width:8px;height:8px;top:15px;left:14px}.wt-shape-leaf:before{border:2.5px solid var(--wt-fg);border-radius:2px 14px;width:19px;height:19px;top:8px;left:9px}.wt-shape-leaf:after{background:var(--wt-fg);width:14px;height:2.5px;top:17px;left:11px;transform:rotate(-45deg)}.wt-shape-shield{border-radius:8px;flex:none;width:26px;height:26px}.wt-shape-shield:before{border:2px solid var(--wt-fg);border-radius:2px 2px 7px 7px;width:12px;height:14px;top:5px;left:7px}.wt-trust{border:1px dashed var(--wt-border);color:var(--wt-fg);border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}@media (width>=900px){.wt-root{padding:40px 24px}.wt-track{scroll-snap-type:none;flex-wrap:wrap;justify-content:center;gap:32px;height:auto;overflow:visible}.wt-screen{border:6px solid var(--wt-frame);background-clip:padding-box;border-radius:44px;flex:0 0 402px;width:402px;height:856px;padding:20px 24px 28px;box-shadow:0 40px 80px -40px #000000e6,inset 0 0 0 1px #ffffff08}.wt-screen:before{content:"";pointer-events:none;border-radius:38px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff05}.wt-screen:after{content:"";background:#000;border-radius:999px;width:96px;height:26px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.wt-top{margin-top:28px}}@media (prefers-reduced-motion:reduce){.wt-mark.is-animated,.wt-mark.is-animated .wt-mark-ring,.wt-mark.is-animated .wt-mark-arrow,.wt-steps .is-current i{animation:none}.wt-dots button,.wt-cta{transition:none}}
