@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4efe7;color:#37352f;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#2383e2;text-decoration:none;transition:color .3s}a:hover{color:#1a6cbb}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ece5da}::-webkit-scrollbar-thumb{background:#d3d1cb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b9b7b0}::selection{background:#2383e22e;color:#37352f}::-moz-selection{background:#2383e22e;color:#37352f}:root{--cyan:#2383e2;--purple:#9065b0;--green:#448361;--orange:#d9730d;--text:#37352f;--text-2:#62615d;--text-3:#908f8b;--cream:#f4efe7;--cream-deep:#ece5da;--bg:#fffdf9;--bg-elev:#f8f4ec;--card:#fff;--border:#e8e2d6;--border-soft:#37352f14;--border-warm:#37352f1f;--serif:"Spectral","Iowan Old Style","Palatino Linotype",Palatino,Georgia,"Times New Roman",serif;--radius-sm:14px;--radius:20px;--radius-lg:28px;--radius-page:34px;--maxw:1180px;--shadow:0 24px 60px -20px #4a3d2838;--shadow-soft:0 10px 30px -14px #4a3d282e;--shadow-card:0 2px 4px #4a3d280d,0 18px 40px -28px #4a3d2847}.wrap{margin:0 auto;max-width:1180px;max-width:var(--maxw);padding:0 clamp(20px,4vw,40px);width:100%}.eyebrow{align-items:center;background:#2383e214;border:1px solid #2383e22e;border-radius:999px;color:#1a6cbb;display:inline-flex;font-size:.76rem;font-weight:600;gap:8px;letter-spacing:.1em;padding:6px 14px;text-transform:uppercase}.h2{color:#37352f;color:var(--text);font-family:Spectral,Iowan Old Style,Palatino Linotype,Palatino,Georgia,Times New Roman,serif;font-family:var(--serif);font-size:clamp(2rem,4vw,2.9rem);font-weight:500;letter-spacing:-.01em;line-height:1.14;margin:18px 0 16px}.lede{color:#62615d;color:var(--text-2);font-size:1.1rem;line-height:1.65;max-width:620px}.btn{align-items:center;border:1px solid #0000;border-radius:999px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;justify-content:center;padding:14px 26px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.btn-primary{background:#2383e2;background:var(--cyan);box-shadow:0 10px 24px -8px #2383e280;color:#fff}.btn-primary:hover{background:#1a6cbb;box-shadow:0 16px 32px -8px #2383e280;color:#fff;transform:translateY(-2px)}.btn-ghost{background:#ffffffb3;border-color:#37352f1f;border-color:var(--border-warm);box-shadow:0 2px 8px -4px #4a3d282e}.btn-ghost,.btn-ghost:hover{color:#37352f;color:var(--text)}.btn-ghost:hover{background:#fffffff2;border-color:#2383e280;transform:translateY(-2px)}.card{background:#fff;background:var(--card);border:1px solid #e8e2d6;border:1px solid var(--border);border-radius:28px;border-radius:var(--radius-lg);box-shadow:0 2px 4px #4a3d280d,0 18px 40px -28px #4a3d2847;box-shadow:var(--shadow-card)}.section{padding:104px 0;position:relative}@media (max-width:720px){.section{padding:68px 0}}.App{color:var(--text);display:flex;flex-direction:column;min-height:100vh}.App.is-marketing{background:var(--bg);border-radius:clamp(24px,2.4vw,32px);box-shadow:var(--shadow-card);isolation:isolate;margin:clamp(10px,1vw,12px);min-height:calc(100vh - clamp(20px, 2vw, 24px));position:relative}.main-content{flex:1 0 auto;position:relative;z-index:1}.route-fallback{background:var(--bg-elev);min-height:100vh}.cta-card,.gallery-item figcaption{text-align:center}img{max-width:100%}:focus-visible{border-radius:6px;outline:2px solid var(--cyan);outline-offset:3px}@media (prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.geo{grid-gap:28px;align-items:stretch;display:grid;gap:28px;grid-template-columns:1.25fr .9fr}.geo-map{background:#f5f5f3;border:1px solid var(--border);border-radius:var(--radius-lg);min-height:420px;overflow:hidden;position:relative}.geo-grid{background-image:linear-gradient(#37352f12 1px,#0000 0),linear-gradient(90deg,#37352f12 1px,#0000 0);background-size:44px 44px;inset:0;mask-image:radial-gradient(ellipse at 50% 45%,#000 55%,#0000 85%);-webkit-mask-image:radial-gradient(ellipse at 50% 45%,#000 55%,#0000 85%);position:absolute}.geo-radius{background:radial-gradient(circle,#2383e21a,#0000 70%);border:1.5px dashed #2383e28c;border-radius:50%;height:240px;left:50%;margin:-120px 0 0 -120px;position:absolute;top:44%;transition:border-color .5s ease,background .5s ease,transform .6s cubic-bezier(.22,1,.36,1);width:240px}.geo-radius.is-active{animation:geo-pulse 2.4s ease-out infinite;background:radial-gradient(circle,#44836129,#0000 70%);border-color:#448361d9;border-style:solid;transform:scale(1.04)}@keyframes geo-pulse{0%{box-shadow:0 0 0 0 #44836147}70%{box-shadow:0 0 0 34px #44836100}to{box-shadow:0 0 0 0 #44836100}}.geo-radius-label{bottom:8px;color:var(--text-3);font-size:.7rem;left:50%;letter-spacing:.06em;position:absolute;transform:translateX(-50%)}.geo-pin{color:var(--cyan);left:50%;position:absolute;text-align:center;top:44%;transform:translate(-50%,-50%);z-index:2}.geo-pin svg{height:26px;width:26px}.geo-pin b{color:var(--text);display:block;font-size:.8rem;margin-top:2px;white-space:nowrap}.geo-you{left:50%;margin:-7px 0 0 -7px;position:absolute;top:44%;transition:transform 1.6s cubic-bezier(.45,0,.25,1);z-index:3}.geo-you,.geo-you-dot{height:14px;width:14px}.geo-you-dot{background:var(--cyan);border:2.5px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #2383e240,0 2px 6px #0f0f0f2e;display:block}.geo-you.phase-away{transform:translate(-190px,120px)}.geo-you.phase-approaching{transform:translate(-105px,62px)}.geo-you.phase-inside{transform:translate(-26px,22px)}.geo-you.phase-working{transform:translate(6px,30px)}.geo-status{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid var(--border);border-radius:14px;bottom:20px;box-shadow:0 8px 24px #0f0f0f14;display:flex;gap:12px;left:20px;padding:14px 16px;position:absolute;right:20px}.geo-status-dot{background:var(--text-3);border-radius:50%;flex:none;height:9px;margin-top:5px;transition:background .4s ease,box-shadow .4s ease;width:9px}.geo-status-dot.on{background:var(--green);box-shadow:0 0 0 4px #4483612e}.geo-status strong{display:block;font-size:.95rem}.geo-status p{color:var(--text-3);font-size:.85rem;line-height:1.5;margin-top:3px}.geo-phone{display:flex;flex-direction:column;font-family:JetBrains Mono,ui-monospace,monospace;gap:14px;justify-content:center}.geo-card{background:#fff;border:1px solid #e9e9e7;border-radius:18px;box-shadow:0 1px 2px #0f0f0f0d;padding:20px;transition:border-color .5s ease,box-shadow .5s ease}.geo-card.is-running{border-color:#44836180;box-shadow:0 6px 22px #44836129}.geo-card-head{align-items:center;color:var(--text-3);display:flex;font-size:.78rem;gap:8px}.geo-card-dot{background:var(--text-3);border-radius:50%;height:7px;transition:background .4s ease,box-shadow .4s ease;width:7px}.geo-card-dot.on{background:var(--green);box-shadow:0 0 0 3px #4483612e}.geo-card.is-running .geo-card-head{color:var(--green)}.geo-clock{font-feature-settings:"tnum";font-size:2.3rem;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.03em;margin:8px 0 4px}.geo-card-project{color:var(--text-2);font-size:.78rem}.geo-card-bar{background:#37352f1a;border-radius:99px;height:5px;margin-top:16px;overflow:hidden}.geo-card-bar i{background:linear-gradient(90deg,var(--cyan),var(--purple));border-radius:99px;display:block;height:100%;transition:width 1s linear}.geo-entry,.geo-toast{align-items:center;border-radius:14px;display:flex;gap:12px;max-height:0;opacity:0;overflow:hidden;padding:0 16px;transform:translateY(8px);transition:opacity .4s ease,transform .45s cubic-bezier(.22,1,.36,1),max-height .45s cubic-bezier(.22,1,.36,1),padding .45s ease}.geo-entry.show,.geo-toast.show{max-height:90px;opacity:1;padding:13px 16px;transform:translateY(0)}.geo-toast{background:#4483611f;border:1px solid #44836166}.geo-toast-icon{background:var(--green);border-radius:50%;color:#fff;display:grid;flex:none;height:26px;place-items:center;width:26px}.geo-toast-icon svg{height:15px;width:15px}.geo-toast strong{display:block;font-size:.88rem}.geo-toast p{color:var(--text-2);font-size:.78rem;margin-top:2px}.geo-entry{background:#fff;border:1px solid #e9e9e7}.geo-entry-bar{background:linear-gradient(180deg,var(--cyan),var(--purple));border-radius:99px;flex:none;height:34px;width:3px}.geo-entry div{flex:1 1}.geo-entry strong{display:block;font-size:.88rem}.geo-entry p{color:var(--text-3);font-size:.74rem;margin-top:2px}.geo-entry-time{color:var(--green);font-size:.72rem;letter-spacing:.05em}@media (max-width:980px){.geo{grid-template-columns:1fr}.geo-map{min-height:380px}}@media (max-width:520px){.geo-you.phase-away{transform:translate(-120px,110px)}.geo-you.phase-approaching{transform:translate(-70px,58px)}.geo-radius{height:200px;margin:-100px 0 0 -100px;width:200px}}.geo-you.phase-leaving{transform:translate(112px,58px)}.geo-you.phase-stopped{transform:translate(212px,112px)}.geo-radius.is-done{animation:none;background:radial-gradient(circle,#2383e21a,#0000 70%);border-color:#2383e28c;border-style:dashed;transform:none}.geo-status-dot.done{background:var(--cyan);box-shadow:0 0 0 3px #2383e22e}.geo-card.is-done{border-color:#2383e273;box-shadow:0 6px 22px #2383e224}.geo-card.is-done .geo-card-head{color:var(--cyan)}.geo-card.is-done .geo-card-bar i{background:linear-gradient(90deg,var(--cyan),var(--cyan))}.geo-toast-stop{background:#2383e21f;border:1px solid #2383e266}.geo-toast-stop .geo-toast-icon{background:var(--cyan)}.geo-toast-stop .geo-toast-icon svg{height:13px;width:13px}.geo-entry-time.done{color:var(--cyan);font-weight:700}@media (max-width:520px){.geo-you.phase-leaving{transform:translate(70px,55px)}.geo-you.phase-stopped{transform:translate(130px,105px)}}.mac-scale{aspect-ratio:720/491;overflow:visible;position:relative}.mac-scale-inner{left:0;position:absolute;top:0;transform:scale(var(--mac-scale));transform-origin:top left;width:var(--mac-natural-w)}.mac{max-width:720px;position:relative;width:100%}.mac:before{border-radius:50%;content:"";filter:blur(80px);inset:-14% -12% 6%;opacity:.9;pointer-events:none;position:absolute;z-index:0}.mac-glow-cyan:before{background:radial-gradient(circle,#2383e238,#0000 66%)}.mac-glow-purple:before{background:radial-gradient(circle,#9065b033,#0000 66%)}.mac-glow-green:before{background:radial-gradient(circle,#44836133,#0000 66%)}.mac-glow-orange:before{background:radial-gradient(circle,#d9730d2e,#0000 66%)}.mac-lid{background:linear-gradient(160deg,#3c3c3a,#1f1f1e 55%,#34342f);border-radius:22px 22px 8px 8px;box-shadow:0 30px 70px #0f0f0f38,inset 0 0 0 1px #ffffff14;padding:12px 12px 14px;position:relative;z-index:1}.mac-bezel{background:#0c0c0b;border-radius:12px;box-shadow:inset 0 0 0 1px #ffffff0d;padding:16px 3px 3px;position:relative}.mac-camera{background:radial-gradient(circle at 35% 35%,#3a5163,#101416 70%);border-radius:50%;box-shadow:0 0 0 1px #ffffff0f;height:5px;left:50%;position:absolute;top:7px;transform:translateX(-50%);width:5px}.mac-window{aspect-ratio:16/10;background:#fff;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;position:relative}.mac-titlebar{align-items:center;background:linear-gradient(180deg,#fbfbfa,#f2f2f0);border-bottom:1px solid #e6e6e3;color:#52514c;display:flex;flex:none;font-family:-apple-system,Segoe UI,system-ui,sans-serif;font-size:11px;gap:14px;height:30px;padding:0 14px}.mac-lights{display:inline-flex;gap:7px}.mac-light{border-radius:50%;box-shadow:inset 0 0 0 .5px #0000001f;display:block;height:11px;width:11px}.mac-light.red{background:#ff5f57}.mac-light.amber{background:#febc2e}.mac-light.green{background:#28c840}.mac-menu{align-items:center;display:inline-flex;gap:13px}.mac-menu b{color:#37352f;font-weight:700}.mac-menu span{font-weight:500;opacity:.7}.mac-clock{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-left:auto;opacity:.75}.mac-body{display:flex;flex:1 1;min-height:0}.mac-sidebar{background:#f7f7f5;border-right:1px solid #ececea;display:flex;flex:none;flex-direction:column;font-family:-apple-system,Segoe UI,system-ui,sans-serif;gap:4px;max-width:210px;padding:16px 12px;width:34%}.mac-brand{align-items:center;color:#37352f;display:flex;font-size:13px;font-weight:700;gap:8px;letter-spacing:-.01em;padding:2px 8px 14px}.mac-brand-mark{background:linear-gradient(135deg,#2383e2,#9065b0);border-radius:5px;box-shadow:0 2px 6px #2383e259;height:16px;width:16px}.mac-sidebar nav{display:flex;flex-direction:column;gap:2px}.mac-nav-item{align-items:center;border-radius:8px;color:#62615d;display:flex;font-size:12px;font-weight:500;gap:9px;padding:8px 10px}.mac-nav-item svg{height:15px;width:15px}.mac-nav-item.on{background:#2383e21f;color:#1a6cbb;font-weight:600}.mac-sidebar-foot{color:#9b9a97;font-size:9.5px;margin-top:auto;padding:0 10px}.mac-content{background:#fff;display:flex;flex:1 1;min-width:0;position:relative}.mac-content .ap{padding-top:8px}.mac-content .ap-nav{display:none}.mac-content .ap-scroll{-webkit-mask-image:none;mask-image:none}.mac-base{background:linear-gradient(180deg,#cfd1d3,#a9abae 40%,#7f8184);border-radius:0 0 14px 14px;box-shadow:0 20px 34px #0f0f0f47,inset 0 1px 0 #ffffff80;height:15px;margin:0 -3%;position:relative;z-index:1}.mac-base:before{background:linear-gradient(180deg,#16161500,#202020);border-radius:3px 3px 0 0;bottom:100%;content:"";height:6px;left:50%;position:absolute;transform:translateX(-50%);width:101%}.mac-hinge{background:linear-gradient(180deg,#4a4a48,#2a2a28);border-radius:0 0 6px 6px;top:0;width:26%}.mac-hinge,.mac-notch{height:5px;left:50%;position:absolute;transform:translateX(-50%)}.mac-notch{background:#14140f;border-radius:0 0 8px 8px;bottom:100%;opacity:.55;width:15%}@media (max-width:520px){.mac-sidebar{padding:12px 9px}.mac-nav-item{font-size:11px;padding:7px 8px}.mac-titlebar{gap:10px;height:26px}}.pf-scale{aspect-ratio:320/672;overflow:visible;position:relative}.pf-scale-inner{left:0;position:absolute;top:0;transform:scale(var(--pf-scale));transform-origin:top left;width:var(--pf-natural-w)}.pf{max-width:320px;position:relative;width:100%}.pf:before{border-radius:50%;content:"";filter:blur(70px);inset:-12% -18%;opacity:.9;pointer-events:none;position:absolute;z-index:0}.pf.shell-glow-cyan:before{background:radial-gradient(circle,#2383e233,#0000 68%)}.pf.shell-glow-purple:before{background:radial-gradient(circle,#9065b02e,#0000 68%)}.pf.shell-glow-green:before{background:radial-gradient(circle,#4483612e,#0000 68%)}.pf.shell-glow-orange:before{background:radial-gradient(circle,#d9730d29,#0000 68%)}.pf-body{background:linear-gradient(155deg,#3c3c3a,#1f1f1e 58%,#34342f);border-radius:46px;box-shadow:0 26px 60px #0f0f0f2e,inset 0 0 0 1px #ffffff14;padding:10px;position:relative;z-index:1}.pf-screen{aspect-ratio:1206/2622;background:#fff;border-radius:37px;overflow:hidden;position:relative}.pf-img{display:block;height:100%;object-fit:cover;width:100%}.pf-island{background:#0a0a0a;border-radius:999px;height:3.6%;left:50%;pointer-events:none;position:absolute;top:2.6%;transform:translateX(-50%);width:30%;z-index:2}.ap{--ap-card:#f7f7f5;--ap-border:#e9e9e7;--ap-surface:#f7f7f5;--ap-text:#37352f;--ap-text-2:#787774;--ap-text-3:#9b9a97;--ap-cyan:#2383e2;--ap-green:#448361;--ap-purple:#9065b0;--ap-orange:#d9730d;color:var(--ap-text);container-type:inline-size;display:flex;flex:1 1;flex-direction:column;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden;padding:4px 16px 0}.ap-topbar{align-items:center;display:flex;justify-content:space-between;padding:10px 2px 14px}.ap-topbar h4{font-size:15px;font-weight:500;letter-spacing:-.01em}.ap-plus{color:var(--ap-text);font-size:19px;line-height:1;opacity:.85}.ap-timer{background:var(--ap-card);border:1px solid var(--ap-border);border-radius:18px;padding:16px 16px 18px;position:relative}.ap-timer-head{align-items:center;display:flex;font-size:10.5px;font-weight:600;gap:7px}.ap-dot{background:var(--ap-green);border-radius:50%;box-shadow:0 0 0 3px #4483612e;height:6px;width:6px}.ap-dot.idle{background:var(--ap-text-3);box-shadow:none}.ap-state-on{color:var(--ap-green)}.ap-state-off{color:var(--ap-text-3)}.ap-clock{font-feature-settings:"tnum";font-size:33px;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:4px 0 2px}.ap-project{align-items:center;color:var(--ap-text-2);display:flex;font-size:10.5px;gap:6px}.ap-project svg{height:11px;width:11px}.ap-goal{align-items:baseline;display:flex;font-size:10.5px;justify-content:space-between;margin-top:14px}.ap-goal b{color:var(--ap-cyan);font-weight:600}.ap-goal span{color:var(--ap-text-3)}.ap-bar{background:#37352f1a;height:5px;margin-top:7px;overflow:hidden}.ap-bar,.ap-bar i{border-radius:99px}.ap-bar i{background:linear-gradient(90deg,var(--ap-cyan),var(--ap-purple));display:block;height:100%;transition:width .9s cubic-bezier(.22,1,.36,1)}.ap-stop{background:linear-gradient(140deg,#e5893f,#d9730d);border:0;border-radius:50%;box-shadow:0 6px 16px #d9730d52;cursor:pointer;display:grid;height:52px;place-items:center;position:absolute;right:16px;top:16px;transition:transform .2s ease,box-shadow .3s ease,background .3s ease;width:52px}.ap-stop i{background:#fff;border-radius:3px;display:block;height:14px;transition:border-radius .3s ease,width .3s ease,height .3s ease;width:14px}.ap-stop.is-idle{background:linear-gradient(140deg,#448361,#3d7355);box-shadow:0 6px 16px #44836147}.ap-stop.is-idle i{background:#0000;border-bottom:9px solid #0000;border-left:15px solid #fff;border-radius:0;border-top:9px solid #0000;height:0;margin-left:4px;width:0}.ap-stop:hover{transform:scale(1.05)}.ap-stats{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-top:12px}.ap-stat{background:var(--ap-card);border:1px solid var(--ap-border);border-radius:13px;padding:10px 10px 11px}.ap-stat-label{align-items:center;color:var(--ap-text-2);display:flex;font-size:8.5px;gap:5px}.ap-stat-label i{border-radius:50%;display:block;height:5px;width:5px}.ap-stat-value{font-feature-settings:"tnum";font-size:12.5px;font-variant-numeric:tabular-nums;font-weight:700;margin:6px 0 2px}.ap-stat-sub{color:var(--ap-text-3);font-size:8.5px}.ap-sec{align-items:center;display:flex;justify-content:space-between;margin:20px 2px 12px}.ap-sec h5{font-size:14px;font-weight:600}.ap-sec-btn{background:#2383e21a;border-radius:9px;color:var(--ap-cyan);display:grid;height:30px;place-items:center;width:30px}.ap-sec-btn svg{height:14px;width:14px}.ap-week{align-items:center;background:var(--ap-card);border:1px solid var(--ap-border);border-radius:13px;color:var(--ap-text);display:flex;font-size:11px;justify-content:space-between;padding:11px 14px}.ap-week span{color:var(--ap-cyan);opacity:.8}.ap-summary{background:linear-gradient(120deg,#2383e221,#9065b021);border:1px solid #2383e22e;border-radius:13px;display:grid;grid-template-columns:repeat(3,1fr);margin-top:10px;padding:12px 8px}.ap-sum{text-align:center}.ap-sum svg{height:13px;width:13px}.ap-sum b{font-feature-settings:"tnum";display:block;font-size:11.5px;font-variant-numeric:tabular-nums;font-weight:700;margin:4px 0 2px}.ap-sum span{color:var(--ap-text-2);font-size:8.5px}.ap-daybar{align-items:center;color:var(--ap-text-2);display:flex;font-size:9.5px;gap:10px;margin:16px 0 9px}.ap-daybar b{border:1px solid var(--ap-border);border-radius:8px;color:var(--ap-text);font-weight:500;padding:4px 9px}.ap-daybar hr{border:0;border-top:1px solid var(--ap-border);flex:1 1}.ap-daybar em{color:var(--ap-cyan);font-style:normal}.ap-entry{align-items:center;background:var(--ap-card);border:1px solid var(--ap-border);border-radius:12px;display:flex;gap:10px;margin-bottom:7px;padding:10px 12px}.ap-entry.is-live{background:#44836112;border-color:#44836173}.ap-entry-bar{align-self:stretch;background:linear-gradient(180deg,var(--ap-cyan),var(--ap-purple));border-radius:99px;width:3px}.ap-entry-main{flex:1 1;min-width:0}.ap-entry-top{align-items:center;display:flex;font-size:11px;font-weight:600;gap:6px}.ap-badge{background:#4483611f;border-radius:6px;color:var(--ap-green);font-size:7.5px;font-weight:700;letter-spacing:.06em;padding:2px 6px}.ap-entry-sub{color:var(--ap-text-3);font-size:8.5px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-entry-time{font-feature-settings:"tnum";color:var(--ap-cyan);font-size:11px;font-variant-numeric:tabular-nums;font-weight:700}@keyframes ap-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ap-enter{animation:ap-slide-in .5s cubic-bezier(.22,1,.36,1) both}.ap-nav{background:var(--ap-surface);border-top:1px solid var(--ap-border);display:grid;grid-template-columns:repeat(4,1fr);margin:auto -16px 0;padding:9px 10px 16px}.ap-nav div{align-items:center;color:var(--ap-text-3);display:flex;flex-direction:column;font-size:8px;gap:3px}.ap-nav div.on{color:var(--ap-cyan)}.ap-nav svg{height:15px;width:15px}.ap-scroll{display:flex;flex:1 1;flex-direction:column;-webkit-mask-image:linear-gradient(180deg,#000 88%,#0000);mask-image:linear-gradient(180deg,#000 88%,#0000);min-height:0;overflow:hidden}.hero{animation:hero-block-in .8s cubic-bezier(.22,1,.36,1) both;border-bottom-left-radius:clamp(24px,3vw,40px);border-bottom-right-radius:clamp(24px,3vw,40px);border-top-left-radius:clamp(24px,2.4vw,32px);border-top-right-radius:clamp(24px,2.4vw,32px);isolation:isolate;margin-top:-62px;overflow:hidden;padding:clamp(120px,15vh,168px) clamp(16px,4vw,40px) clamp(48px,7vh,88px)}.hero,.hero-block{position:relative;z-index:1}.hero-block{margin:0 auto;max-width:var(--maxw)}.hero-canvas{background-color:#dce7f5;inset:0;position:absolute;z-index:-1}.hero-hills{bottom:0;display:block;height:55%;left:0;position:absolute;right:0;width:100%}.hero-grain{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.55'/%3E%3C/svg%3E");inset:0;mix-blend-mode:soft-light;opacity:.5;position:absolute}.hero-copy{animation:hero-rise .8s cubic-bezier(.22,1,.36,1) .08s both;margin:0 auto;max-width:720px;position:relative;text-align:center;z-index:1}.hero-title{color:var(--text);font-family:var(--serif);font-size:clamp(2.6rem,5.6vw,4.4rem);font-weight:500;letter-spacing:-.02em;line-height:1.04;margin:14px 0 0}.hero-sub{color:var(--text-2);font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.6;margin:20px auto 0;max-width:560px}.hero-cta{gap:14px;margin-top:30px}.hero-cta,.hero-proof{display:flex;flex-wrap:wrap;justify-content:center}.hero-proof{color:var(--text-3);font-size:.88rem;gap:10px 22px;list-style:none;margin:24px 0 0;padding:0}.hero-proof li{padding-left:20px;position:relative}.hero-proof li:before{background:var(--green);border-radius:50%;box-shadow:0 0 0 3px #44836129;content:"";height:6px;left:4px;position:absolute;top:50%;transform:translateY(-50%);width:6px}.hero-stage{align-items:flex-end;animation:hero-rise .9s cubic-bezier(.22,1,.36,1) .16s both;display:flex;gap:clamp(28px,4vw,56px);justify-content:center;margin:clamp(32px,4vw,52px) auto 0;padding:0 0 clamp(40px,5vw,64px);position:relative;width:min(920px,100%);z-index:1}.hero-mac,.hero-phone{flex:0 0 auto;position:relative}.hero-contact{background:#3a2e1e3d;border-radius:50%;filter:blur(22px);pointer-events:none;position:absolute;z-index:-1}.hero-contact-mac{bottom:-22px;height:44px;left:3%;right:3%}.hero-contact-phone{background:#3a2e1e47;bottom:-16px;height:26px;left:-10%;right:-10%}@keyframes hero-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-block-in{0%{opacity:0}to{opacity:1}}@media (max-width:720px){.hero{padding-top:clamp(104px,16vh,140px)}}@media (max-width:860px){.hero-stage{gap:0;padding-bottom:clamp(32px,6vw,48px);width:100%}.hero-phone{display:none}}@media (max-width:700px){.hero-mac{display:none}.hero-phone{display:block}}@media (prefers-reduced-motion:reduce){.hero,.hero-block,.hero-copy,.hero-stage{animation:none}}.tc{--tc-bg:#fff;--tc-surface:#f7f7f5;--tc-card:#fff;--tc-border:#e9e9e7;--tc-hover:#f1f1ef;--tc-text:#37352f;--tc-text-2:#787774;--tc-text-3:#9b9a97;--tc-blue:#2383e2;--tc-green:#448361;--tc-purple:#9065b0;--tc-red:#d44c47;--tc-blue-light:#e7f3f8;--tc-green-light:#edf3ec;-webkit-font-smoothing:antialiased;color:var(--tc-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.tc-card{background:var(--tc-card);border:1px solid var(--tc-border);border-radius:12px;box-shadow:0 18px 40px -22px #2822146b,0 2px 6px -3px #28221438}.tc-num{font-feature-settings:"tnum";font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace;font-variant-numeric:tabular-nums}.tc-project{padding:14px 18px 16px}.tc-project-head{align-items:center;display:flex;gap:12px}.tc-folder{border-radius:6px;display:grid;flex:none;height:46px;place-items:center;width:46px}.tc-folder svg{height:24px;width:24px}.tc-project-titles{flex:1 1;min-width:0}.tc-project-name{color:var(--tc-text);font-size:15px;font-weight:600;letter-spacing:-.01em}.tc-project-client{color:var(--tc-text-2);font-size:12px;margin-top:1px}.tc-chevron{color:var(--tc-text-3);flex:none}.tc-chevron svg{display:block;height:18px;width:18px}.tc-dots{color:var(--tc-text-3);flex:none}.tc-dots svg{display:block;height:18px;width:18px}.tc-chips{display:flex;gap:8px;margin-top:14px}.tc-chip{align-items:center;background:var(--tc-surface);border-radius:8px;color:var(--tc-text-2);display:inline-flex;font-size:11px;font-weight:500;gap:4px;padding:6px 10px}.tc-chip svg{height:13px;width:13px}.tc-chip .tc-chip-val{font-weight:500}.tc-total{align-items:center;border-radius:8px;display:flex;justify-content:space-between;margin-top:12px;padding:11px 12px}.tc-total-label{color:var(--tc-text-2);font-size:12px}.tc-total-amount{font-size:15px;font-weight:700;letter-spacing:-.01em}.tc-geo{border-color:#44836166;padding:16px}.tc-geo-row{align-items:center;display:flex;gap:16px}.tc-geo-icon{background:var(--tc-green-light);border-radius:6px;color:var(--tc-green);display:grid;flex:none;height:42px;place-items:center;width:42px}.tc-geo-icon svg{height:22px;width:22px}.tc-geo-text{flex:1 1;min-width:0}.tc-geo-title{color:var(--tc-text);font-size:14px;font-weight:600}.tc-geo-sub{color:var(--tc-text-2);font-size:12px;line-height:1.35;margin-top:3px}.tc-switch{background:var(--tc-blue);border-radius:999px;flex:none;height:26px;position:relative;width:44px}.tc-switch:after{background:#fff;border-radius:50%;box-shadow:0 1px 2px #00000040;content:"";height:20px;left:21px;position:absolute;top:3px;width:20px}.tc-switch.tc-off{background:#d3d1cb}.tc-switch.tc-off:after{left:3px}.tc-geo-note{align-items:center;background:var(--tc-green-light);border-radius:8px;color:var(--tc-green);display:flex;font-size:12px;gap:8px;line-height:1.35;margin-top:16px;padding:10px 12px}.tc-geo-note svg{flex:none;height:16px;width:16px}.tc-timer{padding:16px}.tc-timer-top{align-items:flex-start;display:flex;gap:16px}.tc-timer-main{flex:1 1;min-width:0}.tc-timer-state{align-items:center;color:var(--tc-green);display:flex;font-size:12px;font-weight:500;gap:8px}.tc-timer-dot{background:var(--tc-green);border-radius:50%;height:8px;width:8px}.tc-timer-clock{color:var(--tc-text);font-size:34px;font-weight:600;letter-spacing:.02em;line-height:1.05;margin:4px 0}.tc-timer-project{align-items:center;color:var(--tc-text-2);display:flex;font-size:12px;gap:5px}.tc-timer-project svg{color:var(--tc-text-3);flex:none;height:14px;width:14px}.tc-stop{background:var(--tc-red);border-radius:50%;box-shadow:0 6px 16px -6px #d44c4780;display:grid;flex:none;height:56px;place-items:center;width:56px}.tc-stop i{background:#fff;border-radius:4px;display:block;height:18px;width:18px}.tc-progress-row{align-items:baseline;display:flex;font-size:13px;justify-content:space-between;margin-top:16px}.tc-progress-row .tc-hours b{color:var(--tc-blue);font-weight:600}.tc-progress-row .tc-hours span{color:var(--tc-text-3)}.tc-progress-row .tc-pct{color:var(--tc-text-3);font-size:10px}.tc-bar{background:var(--tc-hover);border-radius:3px;height:6px;margin-top:8px;overflow:hidden}.tc-bar i{background:var(--tc-blue);border-radius:3px;display:block;height:100%}.tc-rate{padding:16px}.tc-rate-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:2fr 1fr}.tc-field-label{color:var(--tc-text-2);font-size:12px;font-weight:500;margin-bottom:8px}.tc-input{align-items:center;background:var(--tc-surface);border:1px solid var(--tc-border);border-radius:6px;color:var(--tc-text);display:flex;font-size:15px;gap:6px;padding:11px 12px}.tc-input .tc-prefix{color:var(--tc-text-2)}.tc-input .tc-suffix{color:var(--tc-text-3);margin-left:auto}.tc-input.tc-dropdown{justify-content:space-between}.tc-input.tc-dropdown svg{color:var(--tc-text-2);height:16px;width:16px}.tc-hourly,.tc-rate-hours{margin-top:16px}.tc-hourly{align-items:center;background:var(--tc-blue-light);border:1px solid #2383e24d;border-radius:8px;display:flex;justify-content:space-between;padding:14px 16px}.tc-hourly-label{color:var(--tc-text);font-size:14px;font-weight:500}.tc-hourly-value{color:var(--tc-blue);font-size:20px;font-weight:600;letter-spacing:-.01em}.tc-round-title{color:var(--tc-text-2);font-size:13px;margin-bottom:14px}.tc-round-list{display:flex;flex-direction:column;gap:8px}.tc-round-opt{align-items:center;background:var(--tc-surface);border:1px solid var(--tc-border);border-radius:6px;display:flex;gap:14px;padding:13px 16px}.tc-round-opt.tc-sel{background:var(--tc-blue-light);border-color:#2383e266}.tc-radio{border:2px solid var(--tc-text-3);border-radius:50%;display:grid;flex:none;height:22px;place-items:center;width:22px}.tc-round-opt.tc-sel .tc-radio{background:var(--tc-blue);border-color:var(--tc-blue)}.tc-radio svg{color:#fff;height:14px;width:14px}.tc-round-label{color:var(--tc-text);flex:1 1;font-size:15px}.tc-round-opt.tc-sel .tc-round-label{font-weight:600}.tc-round-ex{color:var(--tc-text-2);font-size:12px}.tc-loc{align-items:center;display:flex;gap:12px;padding:14px}.tc-loc-icon{border-radius:6px;display:grid;flex:none;height:40px;place-items:center;width:40px}.tc-loc-icon svg{height:20px;width:20px}.tc-loc-text{flex:1 1;min-width:0}.tc-loc-name{color:var(--tc-text);font-size:15px;font-weight:600;letter-spacing:-.01em}.tc-loc-sub{align-items:center;display:flex;gap:8px;margin-top:4px;min-width:0}.tc-loc-radius{color:var(--tc-text-2);flex:none;font-size:12px}.tc-loc-chip{align-items:center;border-radius:4px;display:inline-flex;font-size:11px;font-weight:500;gap:4px;min-width:0;padding:2px 6px}.tc-loc-chip svg{flex:none;height:12px;width:12px}.tc-loc-chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-report{padding:16px}.tc-seg{background:var(--tc-hover);border-radius:8px;display:flex;gap:0;padding:4px}.tc-seg-opt{border:1px solid #0000;border-radius:6px;color:var(--tc-text-2);flex:1 1;font-size:13px;padding:9px 0;text-align:center}.tc-seg-on{background:var(--tc-bg);border-color:var(--tc-border);box-shadow:0 2px 6px -3px #28221438;color:var(--tc-text);font-weight:600}.tc-chart{align-items:flex-end;display:flex;gap:6px;height:132px;justify-content:space-between;margin:20px 0 4px}.tc-chart-col{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px;height:100%;justify-content:flex-end;min-width:0}.tc-chart-bar{background:linear-gradient(180deg,var(--tc-blue) 0,var(--tc-purple) 100%);border-radius:4px 4px 0 0;max-width:24px;width:100%}.tc-chart-label{color:var(--tc-text-3);font-size:10px;font-weight:500}.tc-report-stats{align-items:flex-start;border-top:1px solid var(--tc-border);display:flex;justify-content:space-around;margin-top:18px;padding-top:16px}.tc-mini{align-items:center;display:flex;flex-direction:column;gap:5px;text-align:center}.tc-mini-icon svg{display:block;height:18px;width:18px}.tc-mini-val{font-size:15px;font-weight:700;letter-spacing:-.01em}.tc-mini-label{color:var(--tc-text-3);font-size:11px}.home{background:var(--bg)}.card-texture{height:100%;inset:0;pointer-events:none;position:absolute;width:100%;z-index:0}.cta-card>:not(.card-texture),.spotlight>:not(.card-texture),.step>:not(.card-texture){position:relative;z-index:1}.step .card-texture{opacity:1}.step .step-fragment{position:relative;z-index:1}.cta-card .card-texture{opacity:.66}.spotlight .card-texture{opacity:.6}.home .how{padding-top:clamp(96px,12vw,150px)}.section-head{margin-bottom:56px;max-width:720px}.section-head-center{max-width:660px;text-align:center}.section-head-center,.section-head-center .lede{margin-left:auto;margin-right:auto}.steps{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.step{border:1px solid #0000;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);display:flex;flex-direction:column;min-height:360px;overflow:hidden;padding:30px 30px 26px;position:relative;transition:transform .22s ease,box-shadow .22s ease}.step:hover{box-shadow:var(--shadow-soft);transform:translateY(-4px)}.step-blue{background:#d3ddf7;border-color:#c1cef1}.step-sky{background:#cfe2f5;border-color:#bcd6ef}.step-green{background:#cfe6d6;border-color:#bcdcc5}.step-copy{display:flex;flex-direction:column;gap:8px}.step h3{color:var(--text);font-family:var(--serif);font-size:1.4rem;font-weight:500;letter-spacing:-.01em;margin:0}.step-copy p{color:var(--text-2);font-size:.98rem;line-height:1.5;margin:0}.step-fragment{flex:none;margin:26px auto -24px;max-width:300px;transform-origin:bottom center;width:100%}.step-fragment .tc{transform:scale(.92);transform-origin:bottom center}.step-fragment-timer{margin-bottom:-40px}.step-fragment-geofence{margin-bottom:-16px}.step-locations{display:flex;flex-direction:column;gap:10px}.step-fragment-location{margin-bottom:6px;margin-top:20px}.step-fragment-location .tc{transform:none}.spotlights{padding-top:40px}.spotlight{grid-gap:clamp(32px,5vw,64px);align-items:center;border-radius:32px;box-shadow:var(--shadow-card);display:grid;gap:clamp(32px,5vw,64px);grid-template-columns:.9fr 1.1fr;overflow:hidden;padding:clamp(36px,5vw,60px);position:relative}.spotlight+.spotlight{margin-top:28px}.spotlight-periwinkle{background:#e7ebfa;border:1px solid #d6ddf4}.spotlight-sky{background:#e3eefa;border:1px solid #cfe1f4}.spotlight-green{background:#e3efe6;border:1px solid #d1e6d6}.spotlight.flip .spotlight-shot{order:2}.spotlight.flip .spotlight-copy{order:1}.spotlight-shot{display:flex;justify-content:center}.spotlight-shot .pf{max-width:248px}.spotlight-kicker{color:#1a6cbb;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.spotlight-periwinkle .spotlight-kicker{color:#4a5ea8}.spotlight-green .spotlight-kicker{color:#2f6b48}.spotlight-copy h3{color:var(--text);font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.25rem);font-weight:500;letter-spacing:-.01em;line-height:1.16;margin:12px 0 16px}.spotlight-copy>p{color:var(--text-2);font-size:1.02rem;line-height:1.68;margin:0;max-width:520px}.spotlight-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin:26px 0 28px;max-width:520px}.spotlight-cell{align-items:center;background:#ffffffb3;border:1px solid #ffffffd9;border-radius:var(--radius-sm);color:var(--text);display:flex;font-size:.92rem;font-weight:600;gap:11px;padding:13px 15px}.spotlight-cell-icon{align-items:center;background:#2383e21f;border-radius:10px;color:#1a6cbb;display:inline-flex;flex:none;height:34px;justify-content:center;width:34px}.spotlight-cell-icon svg{height:18px;width:18px}.spotlight-green .spotlight-cell-icon{background:#44836124;color:#2f6b48}.spotlight-cta{align-self:flex-start}.feature-blocks{grid-gap:28px;display:grid;gap:28px}.feature-block{grid-gap:clamp(32px,5vw,64px);align-items:center;border-radius:32px;box-shadow:var(--shadow-card);display:grid;gap:clamp(32px,5vw,64px);grid-template-columns:1.05fr .85fr;padding:clamp(36px,5vw,60px)}.features-teaser .feature-blocks{gap:22px}.features-teaser .feature-block{border-radius:26px;box-shadow:0 10px 30px -18px #28221447;box-shadow:var(--shadow-soft,0 10px 30px -18px #28221447);padding:clamp(26px,3.6vw,42px)}.features-teaser .feature-copy h3{font-size:clamp(1.4rem,2.4vw,1.85rem);margin:10px 0 12px}.features-teaser .feature-copy>p{font-size:.98rem;line-height:1.6}.features-teaser .feature-live{max-width:320px}.features-teaser .feature-live .tc{font-size:.94em}.features-more{display:flex;justify-content:center;margin-top:34px}.pill-link{align-items:center;background:#fff;background:var(--card,#fff);border:1px solid #e9e9e7;border:1px solid var(--border,#e9e9e7);border-radius:999px;box-shadow:var(--shadow-card);color:var(--text);display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;padding:11px 22px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.pill-link svg{height:17px;width:17px}.pill-link:hover{box-shadow:0 16px 36px -18px #28221457;box-shadow:var(--shadow-soft,0 16px 36px -18px #28221457);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.pill-link:hover{transform:none}}.feature-block.flip .feature-copy{order:2}.feature-block.flip .feature-shot{order:1}.feature-block-blue{background:#e7ecfb;border:1px solid #d6ddf4}.feature-block-violet{background:#efe7f5;border:1px solid #e3d5ee}.feature-block-amber{background:#f6ecdb;border:1px solid #ecdcc2}.feature-block-green{background:#e3efe6;border:1px solid #d1e6d6}.feature-tag{color:var(--purple);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.feature-block-blue .feature-tag{color:#3a5bb0}.feature-block-violet .feature-tag{color:#7a4fa0}.feature-block-amber .feature-tag{color:#b06a12}.feature-block-green .feature-tag{color:#2f6b48}.feature-copy h3{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.25rem);font-weight:500;letter-spacing:-.01em;line-height:1.14;margin:12px 0 16px}.feature-copy>p{color:var(--text-2);font-size:1.03rem;line-height:1.7;max-width:540px}.feature-shot{display:flex;justify-content:center}.feature-shot .pf{max-width:248px}.feature-live{align-items:stretch;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:380px;position:relative;width:100%}.feature-live-tracking{gap:0}.feature-live-tracking .feature-live-a{align-self:flex-start;transform:translateX(-3%) rotate(-1.2deg);width:96%;z-index:2}.feature-live-tracking .feature-live-b{align-self:flex-end;margin-top:-18px;transform:translateX(4%) rotate(1.4deg);width:82%;z-index:1}.feature-live-projects{max-width:360px}.feature-live-rates{max-width:400px}.feature-live-locations{gap:14px;max-width:360px}@media (prefers-reduced-motion:reduce){.feature-live-tracking .feature-live-a,.feature-live-tracking .feature-live-b{transform:none}}.scene-section{padding-top:40px}.scene-panel{background:#e6eef8;border:1px solid #d3e0f0;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;padding:clamp(40px,6vw,72px) clamp(20px,4vw,56px) clamp(32px,5vw,60px);position:relative}.scene-panel .section-head{margin-bottom:40px}.interstitial{text-align:center}.interstitial-head{color:var(--text);font-family:var(--serif);font-size:clamp(1.9rem,4vw,2.9rem);font-weight:500;letter-spacing:-.01em;line-height:1.16;margin:0 auto clamp(40px,5vw,60px);max-width:780px}.interstitial-head em{color:var(--cyan);font-style:italic}.interstitial-row{display:flex;flex-wrap:wrap;gap:clamp(24px,4vw,56px);justify-content:center;list-style:none;margin:0;padding:0}.interstitial-item{align-items:center;display:flex;flex-direction:column;gap:14px;width:120px}.interstitial-icon{align-items:center;background:var(--card);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow-card);color:var(--cyan);display:inline-flex;height:62px;justify-content:center;width:62px}.interstitial-icon svg{height:26px;width:26px}.interstitial-item:first-child .interstitial-icon{color:var(--cyan)}.interstitial-item:nth-child(2) .interstitial-icon{color:var(--purple)}.interstitial-item:nth-child(3) .interstitial-icon{color:var(--green)}.interstitial-item:nth-child(4) .interstitial-icon{color:var(--orange)}.interstitial-item:nth-child(5) .interstitial-icon{color:#3a5bb0}.interstitial-label{color:var(--text);font-size:.94rem;font-weight:600}.home-pricing .section-head{margin-bottom:48px}.home-price-grid{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:880px}.hp-card{border-radius:28px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;padding:38px 34px}.hp-free{background:var(--card);border:1px solid var(--border)}.hp-pro{background:#1c1f27;border:1px solid #2a2e39;color:#f4f1ea;position:relative}.hp-name{color:var(--text);font-family:var(--serif);font-size:1.4rem;font-weight:500;letter-spacing:-.01em}.hp-pro .hp-name{color:#fff}.hp-badge{align-self:flex-start;background:#2383e247;border:1px solid #2383e280;border-radius:999px;color:#cfe1fb;font-size:.7rem;font-weight:700;letter-spacing:.08em;margin-bottom:14px;padding:5px 12px;text-transform:uppercase}.hp-amount{color:var(--text);font-family:var(--serif);font-size:2.6rem;font-weight:500;letter-spacing:-.02em;margin:14px 0 8px}.hp-pro .hp-amount{color:#fff}.hp-amount span{color:var(--text-3);font-family:var(--serif);font-size:1.05rem;font-weight:500;letter-spacing:0}.hp-pro .hp-amount span{color:#f4f1ea99}.hp-blurb{color:var(--text-2);font-size:.96rem;line-height:1.6;margin:0 0 26px}.hp-pro .hp-blurb{color:#f4f1eab8}.hp-cta{margin-top:auto;width:100%}.hp-compare{font-size:.95rem;margin:28px 0 0;text-align:center}.hp-compare a{color:var(--cyan);font-weight:600;text-decoration:none}.hp-compare a:hover{text-decoration:underline}.hp-legal{color:var(--text-3);font-size:.79rem;line-height:1.6;margin:14px auto 0;max-width:560px;text-align:center}.faq{grid-gap:12px;display:grid;gap:12px;max-width:860px}.faq-item{overflow:hidden;padding:0;transition:box-shadow .2s ease}.faq-item[open]{box-shadow:var(--shadow-soft)}.faq-item summary{align-items:center;cursor:pointer;display:flex;font-size:1.03rem;font-weight:600;gap:16px;justify-content:space-between;list-style:none;padding:22px 24px}.faq-item summary::-webkit-details-marker{display:none}.faq-chevron svg{color:var(--text-3);height:18px;transition:transform .22s ease;width:18px}.faq-item[open] .faq-chevron svg{color:var(--cyan);transform:rotate(180deg)}.faq-item p{color:var(--text-2);font-size:.97rem;line-height:1.7;max-width:720px;padding:0 24px 24px}.faq-more{color:var(--text-3);margin-top:26px}.faq-more a{color:var(--cyan)}.cta-card{background:#e7ecfb;border:1px solid #d3ddf5;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;padding:clamp(56px,8vw,84px) 32px;position:relative;text-align:center}.cta-card .lede{margin:0 auto 32px}.cta-card .h2{margin-top:0}.cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.cta-note{color:var(--text-3);font-size:.85rem;margin:16px 0 0}@media (max-width:980px){.steps{grid-template-columns:1fr;margin:0 auto;max-width:460px}.step{min-height:420px}.feature-block,.feature-block.flip{gap:34px;grid-template-columns:1fr}.feature-block.flip .feature-copy,.feature-block.flip .feature-shot{order:0}.feature-shot{order:-1}.spotlight,.spotlight.flip{gap:32px;grid-template-columns:1fr}.spotlight.flip .spotlight-copy,.spotlight.flip .spotlight-shot{order:0}.spotlight-shot{order:-1}.home-price-grid{grid-template-columns:1fr;max-width:460px}}@media (max-width:560px){.spotlight-grid{grid-template-columns:1fr}.feature-live{max-width:340px}}.legal-page{background:linear-gradient(180deg,#fff,#f7f7f5);min-height:calc(100vh - 200px);padding:4rem 0}.legal-page .container{margin:0 auto;max-width:900px;padding:0 2rem}.legal-page h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2383e2,#9065b0);-webkit-background-clip:text;background-clip:text;color:#2383e2;font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.last-updated{color:var(--text-3);font-size:.95rem;font-style:italic;font-weight:400;margin-bottom:4rem}.legal-page section{animation:fadeInUp .6s ease-out;animation-fill-mode:both;margin-bottom:3.5rem}.legal-page section:first-child{animation-delay:.1s}.legal-page section:nth-child(2){animation-delay:.2s}.legal-page section:nth-child(3){animation-delay:.3s}.legal-page section:nth-child(4){animation-delay:.4s}.legal-page h2{color:var(--text);font-size:2rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.25rem;margin-top:2.5rem;padding-left:1rem;position:relative}.legal-page h2:before{background:linear-gradient(180deg,#2383e2,#9065b0);border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.legal-page h3{color:#37352ff2;font-size:1.4rem;font-weight:600;letter-spacing:-.01em;margin-bottom:1rem;margin-top:2rem}.legal-page p{font-weight:400}.legal-page p,.legal-page ul{color:#37352fcc;font-size:1.05rem;line-height:1.9;margin-bottom:1.25rem}.legal-page ul{margin-left:2rem}.legal-page ul li{margin-bottom:.75rem;padding-left:.5rem;position:relative}.legal-page ul li::marker{color:#2383e2}.legal-page strong{color:#37352ff2;font-weight:600}@media (max-width:768px){.legal-page{padding:3rem 0}.legal-page h1{font-size:2.5rem}.legal-page h2{font-size:1.75rem;padding-left:.75rem}.legal-page h2:before{width:3px}.legal-page h3{font-size:1.25rem}.legal-page .container{padding:0 1.5rem}.legal-page p,.legal-page ul{font-size:1rem}}.support{background:var(--bg)}.support-hero{background:radial-gradient(ellipse at 50% -20%,#2383e229,#0000 62%);padding:80px 0 20px}.support-hero h1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:900;letter-spacing:-.04em;margin:20px 0 16px}.support-contact{align-items:center;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-top:40px;padding:28px 30px}.support-contact h2{font-size:1.15rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.support-contact p{color:var(--text-2);font-size:.95rem;line-height:1.6;max-width:460px}.support-topics{padding-top:60px}.topics{grid-gap:12px;display:grid;gap:12px;margin-top:32px;max-width:880px}.topic{padding:0}.topic summary{align-items:center;cursor:pointer;display:flex;font-size:1.03rem;font-weight:600;gap:16px;justify-content:space-between;list-style:none;padding:22px 24px}.topic summary::-webkit-details-marker{display:none}.topic summary svg{color:var(--text-3);flex:none;height:18px;transition:transform .22s ease;width:18px}.topic[open] summary svg{transform:rotate(180deg)}.topic-body{color:var(--text-2);font-size:.97rem;line-height:1.75;max-width:760px;padding:0 24px 24px}.topic-body strong{color:var(--text)}.topic-body a{color:var(--cyan)}.support-links{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:48px}.support-link{display:block;padding:24px;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.support-link:hover{border-color:var(--cyan);transform:translateY(-3px)}.support-link h3{color:var(--text);font-size:1.02rem;font-weight:700;margin-bottom:8px}.support-link p{color:var(--text-3);font-size:.9rem;line-height:1.55}@media (max-width:860px){.support-links{grid-template-columns:1fr}}.pricing-page{background:var(--bg)}.pricing-page-hero{background:radial-gradient(ellipse at 50% -30%,#9065b029,#0000 60%);padding:96px 0 24px;text-align:center}.pricing-page-hero .eyebrow{margin-bottom:20px}.pricing-page-hero h1{color:var(--text);font-family:var(--serif);font-size:clamp(2.4rem,5.4vw,3.8rem);font-weight:500;letter-spacing:-.02em;line-height:1.08;margin:0 auto 18px;max-width:14ch}.pricing-page-hero .lede{margin:0 auto;max-width:640px}.pricing-page-plans{padding-top:40px}.pricing-page .price-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(280px,.82fr) 1.4fr}.pricing-page .price-free,.pricing-page .price-paid{padding:34px 32px}.pricing-page .price-free h3,.pricing-page .price-paid h3{color:var(--text);font-family:var(--serif);font-size:1.6rem;font-weight:500;letter-spacing:-.01em;margin-bottom:6px}.pricing-page .price-amount{color:var(--text);font-size:2.6rem;font-weight:800;letter-spacing:-.03em;margin:6px 0 4px}.pricing-page .price-amount span{color:var(--text-3);font-size:1rem;font-weight:600;letter-spacing:0}.pricing-page .price-amount-muted{color:var(--text-2);font-size:1.5rem;font-weight:700}.pricing-page .price-note{color:var(--text-2);font-size:.94rem;line-height:1.55;margin-bottom:20px}.pricing-page .price-list{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:0 0 26px;padding:0}.pricing-page .price-list li{align-items:flex-start;color:var(--text);display:flex;font-size:.97rem;gap:10px;line-height:1.45}.pricing-page .price-list svg{color:var(--green);flex:none;height:18px;margin-top:2px;width:18px}.pricing-page .price-list-muted li{color:var(--text-2)}.pricing-page .price-list-muted svg{color:var(--text-3)}.pricing-page .price-cta{width:100%}.pricing-page .price-paid-dark{background:#2b2925;border-color:#ffffff14;box-shadow:0 30px 70px -26px #2b292599;color:#f4efe7}.pricing-page .price-paid-dark .price-amount,.pricing-page .price-paid-dark h3{color:#fbf8f1}.pricing-page .price-paid-dark .price-note,.pricing-page .price-paid-dark .price-paid-sub{color:#f4efe7ad}.pricing-page .price-paid-dark .price-list li{color:#f4efe7f0}.pricing-page .price-paid-dark .price-list-muted li{color:#f4efe799}.pricing-page .price-paid-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:26px}.pricing-page .price-badge{background:#9065b038;border:1px solid #9065b066;border-radius:999px;color:#cbb3e0;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;margin-bottom:12px;padding:5px 12px;text-transform:uppercase}.pricing-page .price-paid-sub{font-size:.95rem;line-height:1.55;margin-top:6px;max-width:34ch}.pricing-page .price-toggle{background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;display:inline-flex;gap:4px;padding:5px}.pricing-page .price-toggle button{align-items:center;background:#0000;border:0;border-radius:999px;color:#f4efe7b3;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;padding:8px 18px;transition:color .18s ease,background .18s ease}.pricing-page .price-toggle button.is-active{background:#fbf8f1;box-shadow:0 6px 16px -8px #00000080;color:#2b2925}.pricing-page .price-toggle-save{background:#44836129;border-radius:999px;color:var(--green);font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:2px 8px}.pricing-page .price-toggle button:not(.is-active) .price-toggle-save{background:#44836147;color:#9fd3b3}.pricing-page .price-tiers{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.pricing-page .price-tier{background:#ffffff0d;border:1px solid #ffffff17;border-radius:var(--radius);padding:24px}.pricing-page .price-tier-pro{background:#2383e224;border-color:#2383e252}.pricing-page .price-tier-name{align-items:center;color:#fbf8f1;display:inline-flex;font-size:1.05rem;font-weight:700;gap:10px;letter-spacing:-.01em}.pricing-page .price-soon{background:#d9730d33;border:1px solid #d9730d66;border-radius:999px;color:#e6c98a;font-size:.68rem;font-style:normal;font-weight:700;letter-spacing:.06em;padding:3px 9px;text-transform:uppercase}.pricing-page .price-tier .price-amount{font-size:2rem;margin:12px 0 2px}.pricing-page .price-tier .price-list{margin-bottom:22px}.pricing-page .price-legal{color:#f4efe78f;font-size:.82rem;line-height:1.6;margin-top:26px}.pricing-page .price-legal a{color:#f4efe7d9;text-decoration:underline;text-underline-offset:2px}.pricing-page .price-legal a:hover{color:#fbf8f1}.pricing-compare{padding-top:40px}.pricing-page .compare{margin-top:32px;overflow:hidden;padding:8px}.pricing-page .compare-row{grid-gap:12px;align-items:center;border-bottom:1px solid var(--border-soft);display:grid;gap:12px;grid-template-columns:1.6fr .7fr .7fr;padding:16px 20px}.pricing-page .compare-row:last-child{border-bottom:0}.pricing-page .compare-row>span:not(.compare-feature){text-align:center}.pricing-page .compare-head{color:var(--text-3);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pricing-page .compare-feature{color:var(--text);font-size:.97rem;font-weight:600}.pricing-page .compare-yes{display:inline-flex;justify-content:center}.pricing-page .compare-yes svg{color:var(--green);height:20px;width:20px}.pricing-page .compare-no{color:var(--text-3);font-weight:600}.pricing-page .compare-val{color:var(--text-2);font-size:.9rem;font-weight:600}.pricing-team{padding-top:40px}.pricing-page .price-team-bar{align-items:center;background:linear-gradient(135deg,#9065b01f,#2383e21a);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-wrap:wrap;gap:28px;justify-content:space-between;padding:34px 36px}.pricing-page .price-soon-pill{background:#d9730d1f;border:1px solid #d9730d47;border-radius:999px;color:var(--orange);display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;margin-bottom:14px;padding:5px 12px;text-transform:uppercase}.pricing-page .price-team-bar h4{color:var(--text);font-family:var(--serif);font-size:1.5rem;font-weight:500;letter-spacing:-.01em;margin-bottom:8px}.pricing-page .price-team-bar p{color:var(--text-2);font-size:.97rem;line-height:1.6;max-width:56ch}.pricing-faq{padding-top:40px}.pricing-page .faq-list{grid-gap:12px;display:grid;gap:12px;margin-top:32px;max-width:820px}.pricing-page .faq-item{padding:0}.pricing-page .faq-item summary{align-items:center;color:var(--text);cursor:pointer;display:flex;font-size:1.02rem;font-weight:600;gap:16px;justify-content:space-between;list-style:none;padding:22px 24px}.pricing-page .faq-item summary::-webkit-details-marker{display:none}.pricing-page .faq-item summary svg{color:var(--text-3);flex:none;height:18px;transition:transform .22s ease;width:18px}.pricing-page .faq-item[open] summary svg{transform:rotate(180deg)}.pricing-page .faq-body{color:var(--text-2);font-size:.97rem;line-height:1.65;padding:0 24px 24px}@media (max-width:900px){.pricing-page .price-grid,.pricing-page .price-tiers{grid-template-columns:1fr}}@media (max-width:560px){.pricing-page .price-team-bar{align-items:flex-start;flex-direction:column}.pricing-page .price-team-bar .btn{width:100%}.pricing-page .compare-row{grid-template-columns:1.4fr .6fr .6fr;padding:14px}}.shell-scale{aspect-ratio:320/621;overflow:visible;position:relative}.shell-scale-inner{left:0;position:absolute;top:0;transform:scale(var(--shell-scale));transform-origin:top left;width:var(--shell-natural-w)}.shell{max-width:320px;position:relative;width:100%}.shell:before{border-radius:50%;content:"";filter:blur(70px);inset:-12% -18%;opacity:.9;pointer-events:none;position:absolute;z-index:0}.shell-glow-cyan:before{background:radial-gradient(circle,#2383e233,#0000 68%)}.shell-glow-purple:before{background:radial-gradient(circle,#9065b02e,#0000 68%)}.shell-glow-green:before{background:radial-gradient(circle,#4483612e,#0000 68%)}.shell-glow-orange:before{background:radial-gradient(circle,#d9730d29,#0000 68%)}.shell-body{background:linear-gradient(155deg,#3c3c3a,#1f1f1e 58%,#34342f);border-radius:44px;box-shadow:0 26px 60px #0f0f0f2e,inset 0 0 0 1px #ffffff14;padding:10px;position:relative;z-index:1}.shell-notch{background:#131312;border-bottom-left-radius:15px;border-bottom-right-radius:15px;height:26px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:38%;z-index:3}.shell-screen{aspect-ratio:414/830;background:#fff;border-radius:35px;display:flex;flex-direction:column;overflow:hidden;position:relative}.shell-status{align-items:center;color:#37352f;display:flex;flex:none;font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:600;justify-content:space-between;padding:14px 24px 4px}.shell-status-right{align-items:center;color:#37352f;display:inline-flex;gap:5px}.shell-battery{border:1px solid #37352fa6;border-radius:3px;display:inline-block;height:11px;padding:1.5px;width:22px}.shell-battery-fill{background:#37352f;border-radius:1px;display:block;height:100%;width:100%}.sc-title{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:center;padding:12px 0 16px;position:relative}.sc-title>span:last-child:not(:first-child){position:absolute;right:2px}.sc-plus-pin{color:var(--ap-text-2)}.sc-plus-pin svg{height:15px;width:15px}@keyframes sc-rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.sc-project{animation:sc-rise .55s cubic-bezier(.22,1,.36,1) both;background:var(--ap-card);border:1px solid var(--ap-border);border-radius:15px;margin-bottom:10px;padding:12px}.sc-project-head{align-items:center;display:flex;gap:9px}.sc-folder{border-radius:9px;display:grid;flex:none;height:30px;place-items:center;width:30px}.sc-folder svg{height:15px;width:15px}.sc-project-name{flex:1 1;min-width:0}.sc-project-name b{display:block;font-size:11.5px;font-weight:600}.sc-project-name i{color:var(--ap-text-3);display:block;font-size:9px;font-style:normal;margin-top:1px}.sc-chev{color:var(--ap-text-3);font-size:13px}.sc-chips{display:flex;gap:6px;margin:10px 0}.sc-chips span{background:#37352f0f;border-radius:7px;color:var(--ap-text-2);font-size:8.5px;padding:4px 8px}.sc-total{align-items:center;border-radius:10px;color:var(--ap-text-2);display:flex;font-size:9.5px;justify-content:space-between;padding:9px 11px}.sc-total b{font-feature-settings:"tnum";font-size:11.5px;font-variant-numeric:tabular-nums}.sc-detail-head{align-items:center;display:flex;gap:8px;padding:10px 0 14px}.sc-back,.sc-dl{color:var(--ap-text-2);font-size:14px}.sc-dot{border-radius:50%;display:inline-block;flex:none;height:7px;width:7px}.sc-hero-card{background:#9065b01a;border:1px solid #9065b047;border-radius:14px;display:grid;grid-template-columns:repeat(3,1fr);padding:12px 8px;text-align:center}.sc-hero-card i{color:var(--ap-text-3);display:block;font-size:8px;font-style:normal}.sc-hero-card b{font-feature-settings:"tnum";display:block;font-size:12px;font-variant-numeric:tabular-nums;margin-top:4px}.sc-seg{background:var(--ap-card);border-radius:11px;display:grid;grid-template-columns:repeat(3,1fr);margin:12px 0;padding:3px}.sc-seg span{border-radius:9px;color:var(--ap-text-3);font-size:10px;padding:7px 0;text-align:center}.sc-seg .on{background:#2383e2;color:#fff;font-weight:700}.sc-chart{align-items:flex-end;background:var(--ap-card);border-radius:12px;display:flex;gap:4px;height:74px;padding:8px 4px}.sc-chart i{background:linear-gradient(180deg,#2383e2,#9065b0);border-radius:3px 3px 0 0;flex:1 1;transition:height .8s cubic-bezier(.22,1,.36,1)}.sc-loc{align-items:center;animation:sc-rise .55s cubic-bezier(.22,1,.36,1) both;background:var(--ap-card);border:1px solid var(--ap-border);border-radius:14px;display:flex;gap:10px;margin-bottom:9px;padding:11px 12px}.sc-loc-icon{background:#2383e229;border-radius:9px;color:#2383e2;display:grid;flex:none;height:30px;place-items:center;width:30px}.sc-loc-icon svg{height:15px;width:15px}.sc-loc-main{flex:1 1;min-width:0}.sc-loc-main b{display:block;font-size:11.5px;font-weight:600}.sc-loc-main i{align-items:center;color:var(--ap-text-3);display:flex;font-size:9px;font-style:normal;gap:6px;margin-top:3px}.sc-loc-main em{border-radius:5px;font-size:8px;font-style:normal;max-width:96px;overflow:hidden;padding:2px 6px;text-overflow:ellipsis;white-space:nowrap}.sc-fab{align-self:flex-end;background:#2383e2;border-radius:12px;color:#fff;font-size:10px;font-weight:700;margin-left:auto;margin-top:14px;padding:9px 14px;width:-webkit-fit-content;width:fit-content}.sc-sheet{background:var(--ap-surface);border-radius:20px 20px 0 0;flex:1 1;margin:0 -16px;padding:12px 16px 16px}.sc-sheet-grab{background:var(--ap-border);border-radius:99px;height:4px;margin:0 auto 14px;width:34px}.sc-sheet-title{align-items:center;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin-bottom:14px}.sc-sheet-title span{color:#d9730d;font-size:12px}.sc-lbl{color:var(--ap-text-3);display:block;font-size:8.5px;margin:12px 0 6px}.sc-field{align-items:center;background:#fff;border:1px solid var(--ap-border);border-radius:11px;display:flex;font-size:11px;gap:8px;padding:10px 11px}.sc-field.sm{font-size:10.5px;padding:8px 10px}.sc-field.sm i{color:var(--ap-text-3);font-style:normal;margin-left:auto}.sc-field-main{flex:1 1}.sc-field-main i{color:var(--ap-text-3);display:block;font-size:8.5px;font-style:normal;margin-top:2px}.sc-tag{border:1.5px solid #2383e2;border-radius:2px;height:9px;width:11px}.sc-check{background:#448361;border-radius:50%;color:#fff;display:grid;font-size:10px;height:16px;place-items:center;width:16px}.sc-radius-row{align-items:center;color:var(--ap-text-2);display:flex;font-size:9.5px;justify-content:space-between;margin-top:16px}.sc-radius-row b{color:#2383e2;font-size:11px}.sc-slider{background:#37352f24;border-radius:99px;height:3px;margin:12px 0 6px;position:relative}.sc-slider i{border-radius:99px;inset:0 auto 0 0;transition:width 1s cubic-bezier(.22,1,.36,1)}.sc-slider i,.sc-slider span{background:#2383e2;position:absolute}.sc-slider span{border-radius:50%;height:13px;top:50%;transform:translate(-50%,-50%);transition:left 1s cubic-bezier(.22,1,.36,1);width:13px}.sc-slider-scale{color:var(--ap-text-3);display:flex;font-size:8px;justify-content:space-between}.sc-colors{display:flex;gap:9px}.sc-colors span{border-radius:50%;display:block;height:26px;width:26px}.sc-colors .on{box-shadow:0 0 0 2px #fff,0 0 0 4px #37352f}.sc-sheet-actions{display:flex;gap:10px;margin-top:18px}.sc-btn-ghost,.sc-btn-solid{border-radius:11px;flex:1 1;font-size:11px;padding:10px;text-align:center}.sc-btn-ghost{border:1px solid #2383e2;color:#2383e2}.sc-btn-solid{background:#2383e2;color:#fff;flex:2 1;font-weight:700}.sc-sec{align-items:center;display:flex;font-size:12.5px;font-weight:600;gap:9px;margin:16px 0 10px}.sc-sec-ico{border-radius:8px;color:#fff;display:grid;flex:none;height:24px;place-items:center;width:24px}.sc-sec-ico svg{height:13px;width:13px}.sc-panel{background:var(--ap-card);border:1px solid var(--ap-border);border-radius:14px;margin-bottom:12px;padding:12px}.sc-panel-title{display:block;font-size:11px}.sc-panel-sub{color:var(--ap-text-3);display:block;font-size:8.5px;margin-top:3px}.sc-two{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1.5fr 1fr}.sc-two .sc-lbl{margin-top:0}.sc-hourly{align-items:center;background:linear-gradient(120deg,#2383e21f,#9065b01f);border-radius:11px;display:flex;font-size:10px;justify-content:space-between;margin-top:12px;padding:10px 12px}.sc-hourly b{font-feature-settings:"tnum";color:#2383e2;font-size:11.5px;font-variant-numeric:tabular-nums}.sc-radio{align-items:center;background:#fff;border:1px solid var(--ap-border);border-radius:11px;color:var(--ap-text-2);display:flex;font-size:10.5px;gap:9px;margin-top:8px;padding:10px 11px}.sc-radio i{color:var(--ap-text-3);font-size:8px;font-style:normal;margin-left:auto}.sc-radio-dot{border:1.5px solid var(--ap-text-3);border-radius:50%;flex:none;height:13px;width:13px}.sc-radio.on{background:#2383e214;border-color:#2383e2;color:#2383e2}.sc-radio.on .sc-radio-dot{background:#2383e2;border-color:#2383e2}.sc-geo-card{align-items:center;background:#44836112;border:1px solid #44836159;border-radius:14px;display:flex;gap:10px;padding:12px}.sc-geo-ico{background:#4483612e;border-radius:9px;color:#448361;display:grid;flex:none;height:30px;place-items:center;width:30px}.sc-geo-ico svg{height:15px;width:15px}.sc-geo-main{flex:1 1}.sc-geo-main b{color:#448361;display:block;font-size:11.5px}.sc-geo-main i{color:#448361bf;display:block;font-size:8.5px;font-style:normal;line-height:1.35;margin-top:2px}.sc-toggle{background:#37352f2e;border-radius:99px;flex:none;height:19px;position:relative;transition:background .4s ease;width:34px}.sc-toggle i{background:#fff;border-radius:50%;height:14px;left:2.5px;position:absolute;top:2.5px;transition:transform .4s cubic-bezier(.22,1,.36,1);width:14px}.sc-toggle.on{background:#3d7355}.sc-toggle.on i{transform:translateX(15px)}.sc-geo-note{background:#44836117;border-radius:9px;color:#448361cc;font-size:8.5px;line-height:1.4;margin:8px 0 14px;padding:8px 10px}.sc-times{align-items:center;display:flex;gap:10px;margin-top:12px}.sc-times div{background:#fff;border:1px solid var(--ap-border);border-radius:11px;flex:1 1;padding:9px;text-align:center}.sc-times i{color:var(--ap-text-3);display:block;font-size:8px;font-style:normal}.sc-times b{color:#2383e2;display:block;font-size:14px;margin-top:2px}.sc-times>span{color:var(--ap-text-3)}.sc-days{display:flex;gap:5px;margin-top:12px}.sc-days span{border:1px solid var(--ap-border);border-radius:8px;color:var(--ap-text-3);flex:1 1;font-size:9px;padding:7px 0;text-align:center}.sc-days .on{background:#2383e2;border-color:#2383e2;color:#fff;font-weight:700}.sw{align-items:center;display:flex;flex-direction:column;gap:34px}.sw-tabs{background:#f7f7f5;border:1px solid var(--border);border-radius:999px;display:flex;flex-wrap:wrap;gap:6px;justify-content:center;padding:6px}.sw-tabs button{background:#0000;border:0;border-radius:999px;color:var(--text-2);cursor:pointer;font:inherit;font-size:.9rem;font-weight:500;overflow:hidden;padding:9px 18px;position:relative;transition:color .2s ease,background .2s ease}.sw-tabs button:hover{color:var(--text)}.sw-tabs button.on{background:var(--cyan);color:#fff;font-weight:600}.sw-progress{animation:sw-fill 4.2s linear forwards;background:#ffffff8c;bottom:0;height:2px;left:0;position:absolute;transform-origin:left;width:100%}@keyframes sw-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.sw-stage{display:flex;justify-content:center;width:100%}.sw-stage .shell{flex:none;max-width:100%;width:320px}@keyframes sw-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}.sw-fade{animation:sw-in .45s cubic-bezier(.22,1,.36,1) both;display:flex;justify-content:center;max-width:100%;width:320px}@media (prefers-reduced-motion:reduce){.sw-progress{display:none}}.features-page{background:var(--bg)}.features-page-hero{padding:96px 0 24px;text-align:center}.features-page-hero .eyebrow{margin-bottom:20px}.features-page-hero h1{color:var(--text);font-family:var(--serif);font-size:clamp(2.4rem,5.4vw,3.8rem);font-weight:500;letter-spacing:-.02em;line-height:1.08;margin:0 auto 18px;max-width:16ch}.features-page-hero .lede{margin:0 auto;max-width:620px}.feature-full-list{padding-top:24px}.ffeature{grid-gap:clamp(32px,5vw,64px);align-items:center;border-radius:32px;box-shadow:var(--shadow-card);display:grid;gap:clamp(32px,5vw,64px);grid-template-columns:1.05fr .95fr;padding:clamp(36px,5vw,60px)}.ffeature+.ffeature{margin-top:28px}.ffeature.flip .ffeature-copy{order:2}.ffeature.flip .ffeature-live{order:1}.ffeature-blue{background:#e7ecfb;border:1px solid #d6ddf4}.ffeature-violet{background:#efe7f5;border:1px solid #e3d5ee}.ffeature-green{background:#e3efe6;border:1px solid #d1e6d6}.ffeature-amber{background:#f6ecdb;border:1px solid #ecdcc2}.ffeature-periwinkle{background:#e7ebfa;border:1px solid #d6ddf4}.ffeature-kicker{color:#1a6cbb;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.ffeature-blue .ffeature-kicker{color:#3a5bb0}.ffeature-violet .ffeature-kicker{color:#7a4fa0}.ffeature-green .ffeature-kicker{color:#2f6b48}.ffeature-amber .ffeature-kicker{color:#b06a12}.ffeature-periwinkle .ffeature-kicker{color:#4a5ea8}.ffeature-copy h2{color:var(--text);font-family:var(--serif);font-size:clamp(1.8rem,3.2vw,2.5rem);font-weight:500;letter-spacing:-.01em;line-height:1.14;margin:12px 0 16px}.ffeature-copy>p{color:var(--text-2);font-size:1.04rem;line-height:1.7;margin:0;max-width:540px}.ffeature-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:26px;max-width:520px}.ffeature-cell{align-items:center;background:#ffffffb8;border:1px solid #ffffffd9;border-radius:var(--radius-sm);color:var(--text);display:flex;font-size:.92rem;font-weight:600;gap:11px;padding:13px 15px}.ffeature-cell-icon{align-items:center;background:#2383e21f;border-radius:10px;color:#1a6cbb;display:inline-flex;flex:none;height:34px;justify-content:center;width:34px}.ffeature-cell-icon svg{height:18px;width:18px}.ffeature-green .ffeature-cell-icon{background:#44836124;color:#2f6b48}.ffeature-periwinkle .ffeature-cell-icon{background:#4a5ea824;color:#4a5ea8}.ffeature-live{align-items:stretch;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:400px;position:relative;width:100%}.ffeature-live-tracking{gap:0}.ffeature-live-tracking .ffeature-live-a{align-self:flex-start;transform:translateX(-3%) rotate(-1.2deg);width:96%;z-index:2}.ffeature-live-tracking .ffeature-live-b{align-self:flex-end;margin-top:-18px;transform:translateX(4%) rotate(1.4deg);width:82%;z-index:1}.ffeature-live-projects{max-width:360px}.ffeature-live-locations{gap:14px;max-width:372px}.ffeature-live-rates,.ffeature-live-report{max-width:400px}@media (prefers-reduced-motion:reduce){.ffeature-live-tracking .ffeature-live-a,.ffeature-live-tracking .ffeature-live-b{transform:none}}@media (max-width:860px){.ffeature,.ffeature.flip{gap:32px;grid-template-columns:1fr}.ffeature.flip .ffeature-copy,.ffeature.flip .ffeature-live{order:0}.ffeature-live{max-width:360px;order:-1}.ffeature-grid{grid-template-columns:1fr}}.features-page-tour{padding-top:48px}.features-page-tour .section-head-center{margin-bottom:40px}.guide-page{background:#f7f7f5;min-height:100vh;overflow-x:hidden;position:relative}.guide-page .container{margin:0 auto;max-width:1000px;padding:0 2rem;position:relative;z-index:1}.guide-bg{bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.guide-orb{border-radius:50%;filter:blur(100px);position:absolute}.guide-orb.orb-1{animation:floatOrb 20s ease-in-out infinite;background:radial-gradient(circle,#2383e226,#0000 70%);height:600px;right:-200px;top:-200px;width:600px}.guide-orb.orb-2{animation:floatOrb 25s ease-in-out infinite reverse;background:radial-gradient(circle,#9065b01f,#0000 70%);bottom:20%;height:500px;left:-200px;width:500px}.guide-grid{background-image:linear-gradient(#37352f05 1px,#0000 0),linear-gradient(90deg,#37352f05 1px,#0000 0);background-size:50px 50px;bottom:0;left:0;-webkit-mask-image:radial-gradient(ellipse at center,#000 0,#0000 70%);mask-image:radial-gradient(ellipse at center,#000 0,#0000 70%);position:absolute;right:0;top:0}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,30px) scale(1.05)}}.guide-hero{padding:8rem 0 4rem;text-align:center}.hero-badge{align-items:center;animation:fadeInDown .6s ease-out;background:#2383e21a;border:1px solid #2383e233;border-radius:100px;display:inline-flex;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.badge-icon{font-size:1rem}.hero-badge span:last-child{color:#2383e2;font-size:.875rem;font-weight:500}.guide-hero h1{-webkit-text-fill-color:#0000;animation:fadeInUp .6s ease-out .1s both;background:linear-gradient(135deg,#37352f,#2383e2 55%,#9065b0);-webkit-background-clip:text;background-clip:text;color:var(--text);font-size:4rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle{animation:fadeInUp .6s ease-out .2s both;color:#37352fb3;font-size:1.25rem;line-height:1.7;margin:0 auto 2rem;max-width:600px}.hero-features{animation:fadeInUp .6s ease-out .3s both;display:flex;gap:2rem;justify-content:center}.hero-feature{align-items:center;color:#37352fcc;display:flex;font-size:.95rem;gap:.5rem}.feature-check{color:#22c55e;font-weight:700}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.quick-overview{padding:2rem 0 4rem}.overview-card{animation:fadeInUp .6s ease-out .4s both;background:linear-gradient(135deg,#2383e20d,#9065b00d);border:1px solid #37352f14;border-radius:24px;padding:3rem}.flow-diagram{flex-wrap:wrap;gap:1rem;justify-content:center}.flow-diagram,.flow-item{align-items:center;display:flex}.flow-item{flex-direction:column;gap:.75rem}.flow-icon{align-items:center;border-radius:16px;display:flex;font-size:1.75rem;height:64px;justify-content:center;transition:transform .3s;width:64px}.flow-icon:hover{transform:scale(1.1)}.flow-icon.arrive{background:#22c55e26;border:1px solid #22c55e4d}.flow-icon.leave{background:#ef444426;border:1px solid #ef44444d}.flow-icon.action{background:#2383e226;border:1px solid #2383e24d}.flow-item span{color:#37352fb3;font-size:.875rem;font-weight:500}.flow-arrow{color:#37352f4d;height:24px;width:24px}.flow-arrow svg{height:100%;width:100%}.flow-spacer{width:40px}.section-title{align-items:center;color:var(--text);display:flex;font-size:2rem;font-weight:700;gap:.75rem;margin-bottom:1rem}.title-icon{font-size:1.5rem}.section-desc{color:#37352fb3;font-size:1.1rem;margin-bottom:2rem}.requirements-section{padding:4rem 0}.requirements-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.requirement-card{background:#37352f08;border:1px solid #37352f0f;border-radius:20px;padding:2rem;text-align:center;transition:all .3s}.requirement-card:hover{background:#37352f0d;border-color:#2383e233;transform:translateY(-4px)}.requirement-icon-wrap{align-items:center;background:linear-gradient(135deg,#2383e21a,#9065b01a);border-radius:16px;display:flex;font-size:1.75rem;height:64px;justify-content:center;margin:0 auto 1rem;width:64px}.requirement-card h3{color:var(--text);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.requirement-card p{color:#37352f99;font-size:.9rem;line-height:1.5;margin:0}.steps-section{padding:4rem 0}.progress-bar{background:#37352f1a;border-radius:100px;height:8px;margin-bottom:2rem;overflow:hidden;position:relative}.progress-fill{background:linear-gradient(90deg,#2383e2,#9065b0);border-radius:100px;height:100%;left:0;position:absolute;top:0;transition:width .5s ease}.progress-text{color:#37352f99;font-size:.875rem;position:absolute;right:0;top:-24px}.accordion-steps{display:flex;flex-direction:column;gap:1rem}.accordion-step{background:#37352f05;border:1px solid #37352f0f;border-radius:16px;overflow:hidden;transition:all .3s}.accordion-step:hover{border-color:#37352f1a}.accordion-step.active{background:#2383e208;border-color:#2383e24d}.accordion-step.completed .step-indicator{background:linear-gradient(135deg,#22c55e,#16a34a)}.accordion-step.completed .step-num{display:none}.accordion-step.completed .step-check{display:flex}.accordion-header{align-items:center;cursor:pointer;display:flex;gap:1rem;padding:1.25rem 1.5rem;transition:background .2s}.accordion-header:hover{background:#37352f05}.step-indicator{align-items:center;background:linear-gradient(135deg,#2383e2,#9065b0);border-radius:12px;display:flex;height:44px;justify-content:center;min-width:44px;position:relative;width:44px}.step-num{color:#fff;font-size:1rem;font-weight:700}.step-check{color:#fff;display:none;font-size:1.25rem}.step-title{flex:1 1}.step-title h3{color:var(--text);font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.step-title p{color:#37352f99;font-size:.9rem;margin:0}.accordion-icon{color:#37352f66;height:24px;transition:transform .3s;width:24px}.accordion-icon svg{height:100%;width:100%}.accordion-step.active .accordion-icon{color:#2383e2;transform:rotate(180deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-step.active .accordion-content{max-height:600px}.step-body{padding:0 1.5rem 1.5rem 4.5rem}.step-body>p{color:#37352fcc;line-height:1.7;margin-bottom:1.25rem}.mini-steps{flex-direction:column;margin-bottom:1.5rem}.mini-step,.mini-steps{display:flex;gap:.75rem}.mini-step{align-items:flex-start;background:#37352f08;border:1px solid #37352f0d;border-radius:10px;padding:.875rem 1rem}.mini-step.important{background:#ffc10714;border-color:#ffc10733}.mini-num{align-items:center;background:#2383e233;border-radius:6px;color:#2383e2;display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;min-width:24px;width:24px}.mini-step.important .mini-num{background:#ffc10733;color:#ffc107}.mini-step p{color:#37352fd9;font-size:.95rem;line-height:1.5;margin:0}.mini-step strong{color:var(--text)}.tip-box,.warning-box{align-items:flex-start;border-radius:12px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.tip-box{background:#2383e214;border:1px solid #2383e233}.warning-box{background:#ffc10714;border:1px solid #ffc10733}.tip-box .tip-icon,.warning-box .warning-icon{font-size:1.25rem;line-height:1}.tip-box p,.warning-box p{color:#37352fd9;font-size:.95rem;line-height:1.5;margin:0}.mark-complete-btn{align-items:center;background:#37352f0d;border:1px solid #37352f1a;border-radius:8px;color:#37352fcc;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;transition:all .2s}.mark-complete-btn:hover{background:#2383e21a;border-color:#2383e24d;color:#2383e2}.automation-visual{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.automation-card{align-items:center;border-radius:12px;display:flex;gap:1rem;padding:1.25rem}.automation-card.arrive{background:#22c55e14;border:1px solid #22c55e33}.automation-card.leave{background:#ef444414;border:1px solid #ef444433}.auto-icon{font-size:1.5rem}.auto-content{display:flex;flex-direction:column;gap:.25rem}.auto-trigger{color:var(--text);font-size:.95rem;font-weight:600}.auto-action{color:#37352f99;font-size:.875rem}.completion-message{animation:fadeInUp .4s ease-out;background:linear-gradient(135deg,#22c55e1a,#2383e21a);border:1px solid #22c55e4d;border-radius:16px;margin-top:2rem;padding:2rem;text-align:center}.completion-icon{display:block;font-size:3rem;margin-bottom:1rem}.completion-message h3{color:#22c55e;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.completion-message p{color:#37352fcc;font-size:1rem;margin:0}.siri-section{padding:4rem 0}.siri-card{grid-gap:3rem;align-items:center;background:linear-gradient(135deg,#9065b014,#2383e214);border:1px solid #9065b033;border-radius:24px;display:grid;gap:3rem;grid-template-columns:200px 1fr;padding:3rem}.siri-orb,.siri-visual{display:flex;justify-content:center}.siri-orb{align-items:center;height:120px;position:relative;width:120px}.siri-wave{animation:siriPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#9065b066,#2383e266);border-radius:50%;height:100%;position:absolute;width:100%}.siri-wave:nth-child(2){animation-delay:.3s}.siri-wave:nth-child(3){animation-delay:.6s}@keyframes siriPulse{0%,to{opacity:.8;transform:scale(.8)}50%{opacity:.2;transform:scale(1.2)}}.siri-content h2{color:var(--text);font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.siri-content>p{color:#37352fb3;font-size:1.05rem;margin-bottom:1.5rem}.siri-examples{display:flex;flex-direction:column;gap:.75rem}.siri-example{background:#37352f0d;border:1px solid #37352f14;border-radius:10px;padding:1rem 1.25rem}.siri-quote{color:var(--text);font-size:1rem;font-style:italic}.troubleshooting-section{padding:4rem 0}.trouble-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.trouble-card{background:#37352f05;border:1px solid #37352f0f;border-radius:16px;padding:1.5rem;transition:all .3s}.trouble-card:hover{background:#37352f0a;border-color:#37352f1a}.trouble-card h3{color:var(--text);font-size:1rem;font-weight:600;margin-bottom:1rem}.trouble-card ul{list-style:none;margin:0;padding:0}.trouble-card li{color:#37352fbf;font-size:.9rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.trouble-card li:before{color:#2383e2;content:"•";left:0;position:absolute}.tips-section{padding:4rem 0 6rem}.tips-section .tips-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.pro-tip-card{background:#37352f05;border:1px solid #37352f0f;border-radius:16px;padding:1.5rem;transition:all .3s}.pro-tip-card:hover{background:#37352f0a;border-color:#2383e233;transform:translateY(-2px)}.tip-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.tip-emoji{font-size:1.5rem}.tip-header h4{color:var(--text);font-size:1.05rem;font-weight:600;margin:0}.pro-tip-card>p{color:#37352fb3;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:1024px){.requirements-grid{grid-template-columns:repeat(2,1fr)}.siri-card,.trouble-grid{grid-template-columns:1fr}.siri-card{text-align:center}.siri-examples{margin:0 auto;max-width:400px}}@media (max-width:768px){.guide-hero{padding:5rem 0 3rem}.guide-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-features{flex-direction:column;gap:.75rem}.flow-diagram{flex-direction:column;gap:1rem}.flow-arrow{transform:rotate(90deg)}.flow-spacer{height:20px;width:0}.requirements-grid{grid-template-columns:1fr}.section-title{font-size:1.5rem}.step-body{padding:0 1rem 1.5rem}.tips-section .tips-grid{grid-template-columns:1fr}.overview-card{padding:2rem 1.5rem}.siri-card{padding:2rem}}.site-header{margin-bottom:0;padding:0 clamp(20px,4vw,40px);pointer-events:none;position:-webkit-sticky;position:sticky;top:clamp(10px,1.4vw,18px);z-index:50}.nav-pill{grid-gap:20px;align-items:center;backdrop-filter:blur(14px) saturate(1.4);-webkit-backdrop-filter:blur(14px) saturate(1.4);background:#ffffffe6;border:1px solid #37352f0f;border-radius:999px;box-shadow:inset 0 1px 0 #ffffffb3,0 16px 34px -18px #4a3d284d;display:grid;gap:20px;grid-template-columns:1fr auto 1fr;height:62px;margin:0 auto;max-width:1040px;padding:0 12px 0 20px;pointer-events:auto;transition:box-shadow .25s ease,background .25s ease,border-color .25s ease,-webkit-backdrop-filter .25s ease;transition:box-shadow .25s ease,background .25s ease,border-color .25s ease,backdrop-filter .25s ease;transition:box-shadow .25s ease,background .25s ease,border-color .25s ease,backdrop-filter .25s ease,-webkit-backdrop-filter .25s ease}.site-header.is-scrolled .nav-pill,.site-header.is-solid .nav-pill{background:#fffffff5;box-shadow:inset 0 1px 0 #ffffffb3,0 18px 38px -16px #4a3d2857}.brand{align-items:center;color:var(--text);display:inline-flex;flex:none;font-size:1.1rem;font-weight:700;gap:10px;letter-spacing:-.02em;text-decoration:none}.brand-mark{background:var(--cyan);border-radius:9px;box-shadow:0 4px 10px -3px #2383e280;color:#fff;display:grid;height:30px;place-items:center;width:30px}.brand-mark svg{height:18px;width:18px}.site-nav{align-items:center;display:flex;gap:4px;justify-self:center}.brand{justify-self:start}.nav-cta{justify-self:end}.site-nav a:not(.nav-cta){border-radius:999px;color:var(--text-2);font-size:.94rem;font-weight:500;padding:8px 14px;text-decoration:none;transition:color .18s ease,background .18s ease}.site-nav a:not(.nav-cta):hover{background:#37352f0d;color:var(--text)}.nav-cta{color:#fff!important;font-size:.92rem;margin-left:8px;padding:9px 20px}.nav-toggle{background:none;border:0;cursor:pointer;display:none;flex-direction:column;gap:5px;margin-left:auto;padding:8px}.nav-toggle span{background:var(--text);border-radius:2px;height:2px;width:22px}@media (max-width:860px){.nav-pill{display:flex;gap:10px;height:58px}.nav-toggle{display:flex;order:2}.nav-cta{margin-left:auto;order:1}.site-nav{align-items:stretch;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#fffffffa;border:1px solid var(--border);border-radius:22px;box-shadow:0 20px 40px -18px #4a3d2857;display:none;flex-direction:column;gap:2px;left:clamp(20px,4vw,40px);padding:12px;position:absolute;right:clamp(20px,4vw,40px);top:calc(100% + 10px)}.site-nav.is-open{display:flex}.site-nav a{padding:13px 14px}}.site-footer{padding:40px clamp(8px,1.1vw,16px) clamp(12px,1.6vw,20px);position:relative}.footer-panel{background:radial-gradient(130% 150% at 0 0,#2383e22e,#0000 55%),radial-gradient(120% 140% at 100% 10%,#9065b024,#0000 55%),#191c23;border-radius:32px;box-shadow:var(--shadow);color:#d9d6cf;overflow:hidden;padding:clamp(48px,6vw,72px) clamp(28px,5vw,60px) clamp(28px,3vw,40px);position:relative}.footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.7fr 1fr 1fr 1fr 1fr}.footer-brand .brand-name{color:#fff;display:block;font-family:var(--serif);font-size:1.6rem;font-weight:500;letter-spacing:-.01em;margin-bottom:12px}.footer-brand p{color:#d9d6cfa8;font-size:.94rem;line-height:1.65;max-width:300px}.site-footer h4{color:#d9d6cf80;font-size:.78rem;font-weight:600;letter-spacing:.1em;margin-bottom:16px;text-transform:uppercase}.site-footer ul{list-style:none;margin:0;padding:0}.site-footer li{margin-bottom:11px}.site-footer a{color:#d9d6cfd9;font-size:.94rem;text-decoration:none;transition:color .18s ease}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;color:#d9d6cf80;display:flex;flex-wrap:wrap;font-size:.86rem;gap:12px;justify-content:space-between;margin-top:52px;padding-top:24px}.footer-note{opacity:.8}@media (max-width:860px){.footer-grid{gap:32px;grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (max-width:520px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
/*# sourceMappingURL=main.f1da99c6.css.map*/