:root{--maple-green:#2ca960;--maple-orange:#f38829;--maple-blue:#3b62ce;--maple-red:#dc2828;--maple-purple:#8e56c6;--maple-teal:#2aaba0;--maple-yellow:#f7c530;--maple-pink:#db5682;--foreground:#1c212a;--muted-foreground:#7d8595;--border:#e5e7eb;--background:#fff;--background-muted:#f3f4f6;--secondary:#f3f4f6;--font-maple:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}*,:after,:before{box-sizing:border-box}.maple-modal-title{font-size:22px}.maple-header-title,.maple-modal-title{font-weight:700;color:var(--foreground);font-family:var(--font-maple)}.maple-header-title{font-size:18px}.maple-card-title{font-size:15px;font-weight:700}.maple-card-title,.maple-row-title{color:var(--foreground);font-family:var(--font-maple)}.maple-row-title{font-size:13px;font-weight:600}.maple-subtitle{font-size:13px;font-weight:400}.maple-section-label,.maple-subtitle{color:var(--muted-foreground);font-family:var(--font-maple)}.maple-section-label{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.maple-detail-text{font-size:11px}.maple-detail-text,.maple-micro-text{font-weight:400;color:var(--muted-foreground);font-family:var(--font-maple)}.maple-micro-text{font-size:10px}.maple-nav{display:flex;align-items:center;padding:16px 20px 12px;background:var(--background);border-bottom:1px solid var(--border);position:relative;font-family:var(--font-maple)}.maple-nav-logo{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0;box-shadow:0 1px 3px rgba(0,0,0,.12)}.maple-nav-title{font-size:18px;font-weight:700;color:var(--foreground);position:absolute;left:50%;transform:translateX(-50%)}.maple-nav-close{margin-left:auto;width:32px;height:32px;border-radius:50%;background:var(--background-muted);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.maple-input{height:48px;border-radius:12px;border:1px solid var(--border);font-size:16px;font-family:var(--font-maple);padding:0 14px;background:var(--background);color:var(--foreground);width:100%;outline:none;transition:border-color .15s;box-sizing:border-box}.maple-input::placeholder{color:var(--muted-foreground)}.maple-input:focus{border-color:var(--maple-green)}.maple-otp-input{height:56px;border-radius:12px;border:1px solid var(--border);background:var(--background);color:var(--foreground);width:100%;outline:none;box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:28px;font-weight:600;text-align:center;letter-spacing:.4em;padding:0 0 0 14px}.maple-otp-input::placeholder{color:var(--muted-foreground);letter-spacing:.4em}.maple-otp-input:focus{border-color:var(--maple-green)}.maple-otp-input:disabled{opacity:.7}.maple-resend-link{background:none;border:none;font-family:var(--font-maple);font-size:13px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;color:var(--maple-blue)}.maple-resend-link:disabled{color:var(--muted-foreground);font-weight:500;cursor:default}.maple-error{font-size:12px;font-weight:500;color:var(--foreground);background:rgba(220,40,40,.08);border:1px solid rgba(220,40,40,.25);border-left:3px solid var(--maple-red);border-radius:8px;padding:8px 10px;margin:14px 0 0;line-height:1.4}.maple-error[data-tone=warn]{background:rgba(243,136,41,.1);border-color:rgba(243,136,41,.3);border-left-color:var(--maple-orange)}.maple-textarea{border-radius:12px;border:1px solid var(--border);font-size:16px;font-family:var(--font-maple);padding:10px 14px;background:var(--background);color:var(--foreground);width:100%;outline:none;resize:none;min-height:72px;box-sizing:border-box}.maple-textarea::placeholder{color:var(--muted-foreground)}.maple-search{display:flex;align-items:center;gap:6px;background:rgba(243,244,246,.5);border-radius:8px;padding:6px 10px}.maple-search input{font-size:12px;font-family:var(--font-maple);border:none;background:transparent;color:var(--foreground);outline:none;flex:1 1}.maple-search input::placeholder{color:var(--muted-foreground)}.maple-pill{padding:4px 10px;border-radius:8px;font-size:11px;font-weight:500;font-family:var(--font-maple);border:1px solid var(--border);color:var(--muted-foreground);background:var(--background);display:inline-flex;align-items:center;gap:4px;cursor:pointer;transition:all .12s}.maple-pill[data-color=green]{background:rgba(44,169,96,.15);color:var(--maple-green);border-color:rgba(44,169,96,.25)}.maple-pill[data-color=purple]{background:rgba(142,86,198,.15);color:var(--maple-purple);border-color:rgba(142,86,198,.25)}.maple-pill[data-color=blue]{background:rgba(59,98,206,.15);color:var(--maple-blue);border-color:rgba(59,98,206,.25)}.maple-pill[data-color=orange]{background:rgba(243,136,41,.15);color:var(--maple-orange);border-color:rgba(243,136,41,.25)}.maple-pill[data-color=pink]{background:rgba(219,86,130,.15);color:var(--maple-pink);border-color:rgba(219,86,130,.25)}.maple-pill[data-color=yellow]{background:rgba(247,197,48,.15);color:var(--maple-yellow);border-color:rgba(247,197,48,.25)}.maple-pill[data-color=teal]{background:rgba(42,171,160,.15);color:var(--maple-teal);border-color:rgba(42,171,160,.25)}.maple-dropdown-trigger{display:flex;align-items:center;gap:6px;border:1px solid var(--border);padding:8px 10px;font-size:12px;font-family:var(--font-maple);color:var(--foreground);cursor:pointer;width:100%}.maple-dropdown-menu,.maple-dropdown-trigger{border-radius:8px;background:var(--background)}.maple-dropdown-menu{margin-top:4px;border:1px solid var(--border);box-shadow:0 8px 24px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.04);overflow:hidden}.maple-dropdown-item{padding:8px 10px;font-size:12px;font-family:var(--font-maple);color:var(--muted-foreground);cursor:pointer}.maple-dropdown-item:hover{background:var(--background-muted)}.maple-dropdown-item.selected{color:var(--maple-green);font-weight:600}.maple-cb-box{width:20px;height:20px;border-radius:4px;border:2px solid var(--border);background:var(--background);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .12s}.maple-cb-box.checked{background:var(--maple-green);border-color:var(--maple-green)}.maple-cb-text.done{text-decoration:line-through;color:var(--muted-foreground)}.maple-icon-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;cursor:pointer;transition:background .12s}.maple-icon-row:hover{background:rgba(243,244,246,.5)}.maple-icon-box{width:36px;height:36px;border-radius:10px}.maple-icon-box,.maple-radio{display:flex;align-items:center;justify-content:center;flex-shrink:0}.maple-radio{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--border)}.maple-radio.selected{border-color:var(--maple-green)}.maple-radio-dot{width:8px;height:8px;border-radius:50%;background:var(--maple-green)}.maple-time-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.maple-time-cell{border:1px solid rgba(229,231,235,.5);border-radius:8px;padding:8px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .12s}.maple-btn{height:48px;border-radius:12px;font-size:15px;font-weight:600;font-family:var(--font-maple);color:#fff;border:none;width:100%;cursor:pointer;transition:opacity .12s}.maple-btn:hover:not(:disabled){opacity:.92}.maple-btn[data-color=green]{background:var(--maple-green)}.maple-btn[data-color=blue]{background:var(--maple-blue)}.maple-btn[data-color=purple]{background:var(--maple-purple)}.maple-btn[data-color=orange]{background:var(--maple-orange)}.maple-btn[data-color=pink]{background:var(--maple-pink)}.maple-btn[data-color=teal]{background:var(--maple-teal)}.maple-btn[data-color=yellow]{background:var(--maple-yellow);color:var(--foreground)}.maple-btn:disabled{background:rgba(243,244,246,.8);color:var(--muted-foreground);cursor:not-allowed}.maple-dashed-btn{width:100%;border:1px dashed var(--border);border-radius:12px;padding:8px 0;font-size:11px;font-family:var(--font-maple);color:var(--muted-foreground);background:transparent;cursor:pointer;text-align:center;transition:background .12s}.maple-dashed-btn:hover{background:rgba(243,244,246,.5)}.maple-badge{display:inline-flex;gap:8px;padding:6px 10px 6px 6px;background:var(--background);border:1px solid var(--border)}.maple-badge,.maple-badge-icon{align-items:center;border-radius:10px}.maple-badge-icon{width:36px;height:36px;display:flex;justify-content:center;flex-shrink:0}.maple-badge-text{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;font-family:var(--font-maple)}.maple-icon-btn{width:28px;height:28px;border-radius:8px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}.maple-icon-btn:hover{background:var(--background-muted)}.maple-icon-btn svg,.maple-section-lbl{color:var(--muted-foreground)}.maple-section-lbl{font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;font-family:var(--font-maple);margin-bottom:8px}.maple-divider{width:100%;height:1px;background:var(--border);margin:8px 0}.maple-editable-title{display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);border-radius:12px;padding:10px 12px;cursor:pointer;background:var(--background)}.maple-editable-title-text{font-size:16px;font-weight:600;color:var(--foreground);font-family:var(--font-maple);text-align:center}.maple-pencil{opacity:.4;transition:opacity .12s}.maple-editable-title:hover .maple-pencil{opacity:.8}.maple-info-row{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:12px;padding:10px 12px;background:var(--background)}.maple-info-label{font-size:10px;color:var(--muted-foreground);font-family:var(--font-maple)}.maple-info-value{font-size:12px;color:var(--foreground);font-family:var(--font-maple);margin-top:1px}.maple-info-link{color:var(--maple-blue)}.maple-action-bar{position:-webkit-sticky;position:sticky;bottom:0;padding:12px 20px;background:var(--background);border-top:1px solid var(--border)}.maple-modal-body{padding:16px 20px}.mds-del.mds-del{width:28px;height:28px;min-width:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;cursor:pointer;flex-shrink:0;color:var(--muted-foreground,#7d8595);transition:background .13s ease,transform .13s ease;-webkit-tap-highlight-color:transparent}.mds-del.mds-del--lg{width:40px;height:40px;min-width:40px;border-radius:9999px}.mds-del.mds-del:focus-visible,.mds-del.mds-del:hover{background:color-mix(in srgb,var(--maple-red,#dc2828) 12%,transparent)}.mds-del.mds-del:focus-visible{outline:2px solid color-mix(in srgb,var(--maple-red,#dc2828) 45%,transparent);outline-offset:1px}.mds-del.mds-del:active:not(:disabled){transform:scale(.9);background:color-mix(in srgb,var(--maple-red,#dc2828) 20%,transparent)}.mds-del.mds-del:disabled{opacity:.45;cursor:default}.mds-del-press{transition:color .13s ease,background .13s ease,transform .13s ease,border-color .13s ease;-webkit-tap-highlight-color:transparent}.mds-del-press.mds-del-press:active:not(:disabled){transform:scale(.97)}@media (prefers-reduced-motion:reduce){.mds-del-press.mds-del-press,.mds-del.mds-del{transition:color .13s ease,background .13s ease}.mds-del-press.mds-del-press:active:not(:disabled),.mds-del.mds-del:active:not(:disabled){transform:none}}.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}}