.maple-landing{--green:var(--maple-green,#2ca960);--orange:var(--maple-orange,#f38829);--blue:var(--maple-blue,#3b62ce);--purple:#8e56c6;--teal:#2aaba0;--yellow:#f7c530;--pink:#db5682;--red:#dc2828;--fg:#1c212a;--muted:#7d8595;--border:#e5e7eb;--bg:#fff;--muted-bg:#f3f4f6;--paper:#fbfaf6;--paper-deep:#f6f3ec;--ink:#141821;--maxw:1080px;--ease:cubic-bezier(.22,1,.36,1);font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--fg);background:var(--paper);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}.landing-loading{position:fixed;inset:0;background:#fff url(/splash.png) 50%/cover no-repeat}.maple-landing *{box-sizing:border-box;margin:0;padding:0}.maple-landing a{color:inherit;text-decoration:none}.maple-landing .num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.maple-landing .eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.maple-landing h1{font-weight:800;letter-spacing:-.035em;line-height:1;font-size:clamp(44px,7.4vw,86px)}.maple-landing h2{font-weight:800;letter-spacing:-.03em;line-height:1.04;font-size:clamp(30px,4.4vw,50px)}.maple-landing h3{font-weight:700;letter-spacing:-.02em;font-size:20px}.maple-landing .lead{font-size:clamp(17px,1.9vw,21px);color:#3c424d;line-height:1.55}.maple-landing nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(48,38%,97%,.82);-webkit-backdrop-filter:saturate(140%) blur(12px);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--border);padding-top:env(safe-area-inset-top)}.maple-landing .nav-in{display:flex;align-items:center;gap:14px;height:64px}.maple-landing .brand{display:flex;align-items:center;gap:10px}.maple-landing .brand img{width:32px;height:32px;object-fit:contain;display:block}.maple-landing .brand .name{font-weight:800;font-size:19px;letter-spacing:-.02em}.maple-landing .nav-tag{font-size:12px;color:var(--muted);font-weight:500;margin-left:2px}.maple-landing .nav-cta{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;font-weight:600;font-size:14px;padding:10px 18px;border-radius:12px;transition:opacity .2s}.maple-landing .nav-cta:hover{opacity:.92}.maple-landing .nav-login{margin-left:auto;font-weight:600;font-size:14px;color:var(--fg);padding:10px 6px;transition:color .2s;background:none;border:none;cursor:pointer;font-family:inherit}.maple-landing .nav-login:hover{color:var(--green)}.maple-landing .nav-cta,.maple-landing .nav-login{white-space:nowrap}@media (max-width:620px){.maple-landing .nav-tag{display:none}.maple-landing nav .wrap{padding:0 16px}.maple-landing .nav-in{gap:8px}.maple-landing .brand .name{font-size:17px}.maple-landing .nav-login{padding:8px 4px}.maple-landing .nav-cta{padding:9px 14px;font-size:13px}}.maple-landing .hero{position:relative;padding:64px 0 40px;overflow:hidden}.maple-landing .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:48px;gap:48px;align-items:center}.maple-landing .hero .lead{margin-top:22px;max-width:30em}.maple-landing .hero-cta{margin-top:32px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.maple-landing .btn-primary{display:inline-flex;align-items:center;gap:9px;background:var(--green);color:#fff;font-weight:600;font-size:16px;padding:15px 26px;border-radius:14px;transition:transform .2s var(--ease),opacity .2s;box-shadow:0 8px 24px rgba(44,169,96,.22)}.maple-landing .btn-primary:hover{opacity:.94;transform:translateY(-1px)}.maple-landing .btn-ghost{font-weight:600;font-size:15px;color:var(--fg);display:inline-flex;align-items:center;gap:7px;background:none;border:none;cursor:pointer;font-family:inherit}.maple-landing .cta-note{font-size:13px;color:var(--muted);line-height:1.5;max-width:20em}.maple-landing .btn-ghost .arr{transition:transform .2s var(--ease)}.maple-landing .btn-ghost:hover .arr{transform:translateX(3px)}.maple-landing .hero-trust{margin-top:24px;font-size:13px;color:var(--muted);display:flex;gap:18px;flex-wrap:wrap}.maple-landing .hero-trust b{color:var(--fg);font-weight:600}.maple-landing .dial-stage{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}.maple-landing .dial-wrap{position:relative;width:min(420px,90%);aspect-ratio:1}.maple-landing .dial-svg{width:100%;height:100%;display:block;transform:rotate(-90deg)}.maple-landing .dial-arc{stroke-dasharray:1;stroke-dashoffset:1;transition:stroke-dashoffset .9s var(--ease)}.maple-landing .dial-arc.in{stroke-dashoffset:0}.maple-landing .dial-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none}.maple-landing .dial-center .big{font-weight:800;font-size:clamp(44px,9vw,62px);letter-spacing:-.04em;line-height:.9}.maple-landing .dial-center .big i{font-style:normal;font-size:.45em;color:var(--muted);font-weight:700}.maple-landing .dial-center .lab{margin-top:6px;font-size:12px;font-weight:600;color:var(--muted);letter-spacing:.04em}.maple-landing .dial-tag{position:absolute;font-size:12px;font-weight:600;padding:5px 11px;border-radius:999px;background:#fff;border:1px solid var(--border);white-space:nowrap;display:flex;align-items:center;gap:7px;box-shadow:0 6px 18px rgba(20,24,33,.08);opacity:0;transform:scale(.9);transition:opacity .5s var(--ease),transform .5s var(--ease)}.maple-landing .dial-tag.in{opacity:1;transform:scale(1)}.maple-landing .dial-tag .dot{width:8px;height:8px;border-radius:50%}.maple-landing .t-sleep{top:2%;left:20%}.maple-landing .t-fam{top:3%;left:57%}.maple-landing .t-work{top:34%;left:82%}.maple-landing .t-work2{top:80%;left:55%}.maple-landing .t-friends{top:58%;left:-5%}.maple-landing .t-home{top:62%;left:76%}.maple-landing .t-fam2{top:82%;left:24%}@media (max-width:860px){.maple-landing .hero-grid{grid-template-columns:1fr;gap:8px}.maple-landing .dial-stage{order:-1;min-height:360px}.maple-landing .t-friends{left:-2%}.maple-landing .t-sleep{left:14%}}.maple-landing section{position:relative}.maple-landing .band{padding:84px 0}.maple-landing .band.paper-deep{background:var(--paper-deep)}.maple-landing .sec-head{max-width:38em}.maple-landing .sec-head .eyebrow{display:block;margin-bottom:14px}.maple-landing .sec-head p{margin-top:16px}.maple-landing .frag{margin-top:40px;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center}.maple-landing .chip-cloud{display:flex;flex-wrap:wrap;gap:10px}.maple-landing .chip{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:12px;background:#fff;border:1px solid var(--border);font-size:13px;font-weight:600;box-shadow:0 2px 8px rgba(20,24,33,.04)}.maple-landing .chip .gd{width:9px;height:9px;border-radius:3px}.maple-landing .frag-copy p{margin-top:14px}.maple-landing .oldnew{margin-top:26px;display:flex;gap:14px;flex-wrap:wrap}.maple-landing .oldnew .col{flex:1 1;min-width:200px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}.maple-landing .oldnew .k{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.maple-landing .oldnew .v{margin-top:8px;font-size:14px;color:#3c424d;line-height:1.5}.maple-landing .oldnew .col.now{border-color:rgba(44,169,96,.4);background:rgba(44,169,96,.04)}.maple-landing .oldnew .col.now .k{color:var(--green)}@media (max-width:760px){.maple-landing .frag{grid-template-columns:1fr;gap:30px}}.maple-landing .meet{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:48px;gap:48px;align-items:center}.maple-landing .meet-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:8px;box-shadow:0 30px 60px -28px rgba(20,24,33,.28);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.maple-landing .meet-card:hover{transform:translateY(-3px);box-shadow:0 38px 70px -30px rgba(20,24,33,.34)}.maple-landing .mc-top{display:flex;align-items:center;gap:11px;padding:14px 16px 12px}.maple-landing .mc-top img{width:34px;height:34px;border-radius:50%}.maple-landing .mc-top .who{font-weight:700;font-size:15px}.maple-landing .mc-top .stat{margin-left:auto;font-size:11px;font-weight:600;color:var(--green);background:rgba(44,169,96,.12);padding:4px 10px;border-radius:999px}.maple-landing .mc-body{background:var(--muted-bg);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:10px}.maple-landing .bubble{max-width:84%;padding:11px 14px;border-radius:16px;font-size:14px;line-height:1.45}.maple-landing .bubble.them{background:#fff;border:1px solid var(--border);align-self:flex-start;border-bottom-left-radius:5px}.maple-landing .bubble.you{background:var(--green);color:#fff;align-self:flex-end;border-bottom-right-radius:5px}.maple-landing .meet h2 .nm{color:var(--green)}.maple-landing .meet ul{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:14px}.maple-landing .meet li{display:flex;gap:12px;font-size:15px;color:#3c424d;line-height:1.45}.maple-landing .meet li svg{flex:none;margin-top:2px}@media (max-width:860px){.maple-landing .meet{grid-template-columns:1fr;gap:34px}}.maple-landing .caps{margin-top:44px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.maple-landing .cap{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px 22px;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}.maple-landing .cap:hover{transform:translateY(-4px);box-shadow:0 18px 40px -22px rgba(20,24,33,.35)}.maple-landing .cap .ibx{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;margin-bottom:16px}.maple-landing .cap h3{font-size:17px}.maple-landing .cap p{margin-top:9px;font-size:14px;color:#3c424d;line-height:1.5}@media (max-width:860px){.maple-landing .caps{grid-template-columns:1fr 1fr}}@media (max-width:560px){.maple-landing .caps{grid-template-columns:1fr}}.maple-landing .rules{margin-top:36px;display:flex;flex-wrap:wrap;gap:12px;max-width:54em}.maple-landing .rule{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:14px;padding:13px 17px;font-size:15px;font-weight:600}.maple-landing .rule .qt{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;flex:none;font-size:11px;font-weight:800;color:#fff}.maple-landing .closing{background:var(--ink);color:#fff;padding:92px 0;text-align:center;position:relative;overflow:hidden}.maple-landing .closing h2{font-size:clamp(40px,6.5vw,76px);letter-spacing:-.04em}.maple-landing .closing h2 .well{color:var(--green)}.maple-landing .closing p{margin:20px auto 0;max-width:30em;color:#aab0bd;font-size:18px}.maple-landing .closing .btn-primary{margin-top:34px;font-size:17px;padding:17px 30px}.maple-landing .closing .leaf{position:absolute;opacity:.13;pointer-events:none;height:auto}.maple-landing .closing .url{margin-top:22px;font-size:14px;color:#7d8595;letter-spacing:.02em}.maple-landing .closing .url b{color:#fff;font-weight:600}.maple-landing .privacy-note{background:var(--ink);color:#8b93a1;padding:46px 0 34px}.maple-landing .privacy-note .eyebrow{display:block;margin-bottom:14px;color:#8b93a1}.maple-landing .privacy-note p{max-width:44em;font-size:14px;line-height:1.65}.maple-landing .privacy-note p+p{margin-top:12px}.maple-landing .privacy-note .links{margin-top:18px;display:flex;gap:18px;flex-wrap:wrap}.maple-landing .privacy-note .links a{color:#cfd4dd;text-decoration:underline;font-weight:600}.maple-landing .privacy-note .links a:hover{color:#fff}.maple-landing footer{background:var(--ink);color:#7d8595;padding:30px 0 calc(46px + env(safe-area-inset-bottom));border-top:1px solid hsla(0,0%,100%,.07)}.maple-landing .foot-in{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px}.maple-landing .foot-in img{width:26px;height:26px;object-fit:contain}.maple-landing .foot-in .fname{color:#fff;font-weight:700;font-size:15px}.maple-landing .foot-in .sp{margin-left:auto}.maple-landing .foot-in a:hover{color:#cfd4dd}.maple-landing .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.maple-landing .rv{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.maple-landing .rv.in{opacity:1;transform:none}.maple-landing a:focus-visible,.maple-landing button:focus-visible{outline:2.5px solid var(--green);outline-offset:3px;border-radius:6px}@media (prefers-reduced-motion:reduce){.maple-landing .dial-tag,.maple-landing .rv{opacity:1;transform:none;transition:none}.maple-landing .dial-arc{stroke-dashoffset:0;transition:none}}.maple-landing .appshow{display:grid;grid-template-columns:1fr 1fr;grid-gap:54px;gap:54px;align-items:center}.maple-landing .app-copy h2{margin-top:14px}.maple-landing .app-copy .lead{margin-top:16px}.maple-landing .avail{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.maple-landing .avail>span{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;background:#fff;border:1px solid var(--border);padding:8px 13px;border-radius:999px}.maple-landing .avail>span .dot{width:7px;height:7px;border-radius:50%;background:var(--green);flex:none}.maple-landing .phone{width:328px;background:#10141b;border-radius:46px;padding:10px;justify-self:center;box-shadow:0 44px 90px -34px rgba(20,24,33,.5);max-width:100%}.maple-landing .screen{background:#fff;border-radius:37px;overflow:hidden;position:relative;height:640px}.maple-landing .st-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 24px 4px;font-size:14px;font-weight:800;color:#10141b}.maple-landing .st-bar .r{display:flex;align-items:center;gap:6px;font-size:12px}.maple-landing .cal-head{display:flex;align-items:center;gap:10px;padding:6px 16px 8px}.maple-landing .cal-head .ham{display:flex;flex-direction:column;gap:3.5px}.maple-landing .cal-head .ham i{width:18px;height:2px;background:#10141b;border-radius:2px;display:block}.maple-landing .cal-head .month{font-size:23px;font-weight:800;letter-spacing:-.02em;display:flex;align-items:center;gap:4px}.maple-landing .cal-head .month .cv{font-size:13px;color:var(--muted)}.maple-landing .cal-head .ic{margin-left:auto;display:flex;align-items:center;gap:9px}.maple-landing .cal-head .ic .cbox{width:34px;height:34px;border-radius:10px;background:#e3f1e8;display:grid;place-items:center;font-size:13px;font-weight:800;color:var(--green)}.maple-landing .cal-days{display:flex;padding:2px 8px 0 40px}.maple-landing .cal-days .d{flex:1 1;text-align:center}.maple-landing .cal-days .dn{font-size:10px;font-weight:700;color:var(--muted);letter-spacing:.05em}.maple-landing .cal-days .dd{font-size:15px;font-weight:700;margin-top:3px;color:#10141b}.maple-landing .cal-days .d.today .dd{background:var(--green);color:#fff;width:26px;height:26px;border-radius:50%;display:inline-grid;place-items:center;margin-top:1px}.maple-landing .cal-days .pl{font-size:13px;color:var(--muted);margin-top:2px}.maple-landing .allday{display:flex;padding:5px 8px 3px 40px;gap:3px}.maple-landing .allday .d{flex:1 1;min-width:0}.maple-landing .ooo{background:#e6edfb;border-left:3px solid #3b62ce;border-radius:5px;font-size:9px;padding:3px 5px;font-weight:600;color:#3b5bb5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.maple-landing .cal-grid{position:relative;display:flex;height:464px;margin-top:2px}.maple-landing .cal-gutter{width:40px;flex:none;position:relative}.maple-landing .cal-gutter .hr{position:absolute;left:0;right:5px;text-align:right;font-size:9px;color:var(--muted);font-weight:600;transform:translateY(-50%)}.maple-landing .cols{flex:1 1;display:flex;position:relative;background:repeating-linear-gradient(180deg,#fff 0,#fff 57px,#eef0f2 0,#eef0f2 58px)}.maple-landing .dcol{flex:1 1;position:relative;border-left:1px solid #eef0f2;min-width:0}.maple-landing .ev{position:absolute;left:2px;right:2px;border-radius:6px;padding:4px 5px;font-size:9.5px;line-height:1.16;font-weight:700;overflow:hidden}.maple-landing .ev .t{font-weight:600;opacity:.85;font-size:8.5px;display:block;margin-top:1px}.maple-landing .ev.g{background:#e3f1e8;color:#2f7d52;border-left:3px solid #3a9c63}.maple-landing .ev.b{background:#e2eefb;color:#2f6fd0;border-left:3px solid #3b62ce}.maple-landing .ev.p{background:#eaeafc;color:#5052c9;border-left:3px solid #6f63d6}.maple-landing .ev.k{background:#fbe3ea;color:#c2456b;border-left:3px solid #db5682}.maple-landing .ev.y{background:#fbf0d3;color:#a9791a;border-left:3px solid #e0a92b}.maple-landing .nowline{position:absolute;left:34px;right:0;top:97px;height:2px;background:var(--red);z-index:5}.maple-landing .nowline:before{content:"";position:absolute;left:-3px;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--red)}.maple-landing .composer{position:absolute;left:12px;right:12px;bottom:12px;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--border);border-radius:30px;padding:7px 11px;box-shadow:0 10px 28px rgba(20,24,33,.16)}.maple-landing .composer .plus{width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:21px;font-weight:400;flex:none}.maple-landing .composer .ph{flex:1 1;font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.maple-landing .composer .cm{color:var(--muted);flex:none}@media (max-width:860px){.maple-landing .appshow{grid-template-columns:1fr;gap:38px}}