.rc-calendar{--rc-ink:#342341;--rc-purple:#7045df;--rc-lilac:#f0e4ff;--rc-mint:#bff2b5;--rc-mint-ink:#183b2d;--rc-paper:#fffdf7;position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(210px,.7fr) minmax(0,1.5fr);grid-template-areas:"intro card" "detail card";gap:22px 30px;max-width:1120px;margin:64px auto;padding:38px;border:1px solid #ffffff38;border-radius:30px;background:linear-gradient(145deg,#3d23ae,#6747d1 65%,#8157d8);color:#fff;overflow:hidden}.rc-calendar *{box-sizing:border-box}.rc-calendar__poster{position:absolute;right:-16px;bottom:-40px;z-index:-1;display:flex;align-items:center;gap:20px;color:#ffffff16;font-family:var(--heading,system-ui);font-size:100px;font-weight:800;line-height:.77;letter-spacing:-6px;transform:rotate(-11deg);pointer-events:none}.rc-calendar__poster span:last-child{font-size:36px;letter-spacing:-2px}.rc-calendar__intro{grid-area:intro;align-self:end}.rc-calendar__eyebrow,.rc-calendar__label{margin:0 0 10px;font-size:10px;font-weight:700;letter-spacing:.1em}.rc-calendar__intro h2{margin:0;color:#fff;font-family:var(--heading,system-ui);font-size:clamp(38px,4.5vw,65px);font-weight:800;letter-spacing:-2px;line-height:.94}.rc-calendar__intro h2 span{color:var(--rc-mint)}.rc-calendar__intro>p:last-child{max-width:280px;margin:20px 0 0;font-size:13px;line-height:1.65;color:#f1eaff}.rc-calendar__card{grid-area:card;align-self:start;padding:22px;border:1px solid #fff;background:var(--rc-paper);border-radius:22px;box-shadow:8px 10px #29136d66;color:var(--rc-ink);transform:rotate(1deg)}.rc-calendar__toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.rc-calendar__label{color:#624572}.rc-calendar__toolbar h3{margin:0;font-family:var(--heading,system-ui);font-size:24px;letter-spacing:-.7px}.rc-calendar__actions{display:flex;align-items:center;gap:5px}.rc-calendar button{font:inherit;cursor:pointer}.rc-calendar__nav,.rc-calendar__today{min-height:37px;border:1px solid #d7c8e7;border-radius:10px;background:#fff;color:#563d70;font-size:14px;font-weight:700}.rc-calendar__nav{width:37px;font-size:20px;line-height:1}.rc-calendar__today{padding:0 11px;font-size:11px}.rc-calendar__nav:hover,.rc-calendar__today:hover{background:var(--rc-lilac)}.rc-calendar__nav:focus-visible,.rc-calendar__today:focus-visible,.rc-calendar__day:focus-visible{outline:3px solid #2e1a76;outline-offset:2px}.rc-calendar__legend{display:flex;flex-wrap:wrap;gap:10px 16px;margin:18px 0 15px;font-size:11px;color:#624572}.rc-calendar__legend span{display:inline-flex;align-items:center;gap:6px}.rc-calendar__swatch{display:block;width:13px;height:13px;border:1px solid #4b2a92;border-radius:4px;background:var(--rc-purple);box-shadow:inset 0 0 0 1px #fff5}.rc-calendar__swatch--banked{border-color:#75a96a;background:var(--rc-mint)}.rc-calendar__weekdays,.rc-calendar__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.rc-calendar__weekdays{margin-bottom:5px;color:#806793;font-size:9px;font-weight:700;text-align:center;text-transform:uppercase}.rc-calendar__day,.rc-calendar__blank{aspect-ratio:1;min-width:0}.rc-calendar__day{position:relative;display:grid;place-items:center;border:1px solid transparent;border-radius:11px;background:transparent;color:#4a365d;font-size:12px;font-weight:650;isolation:isolate}.rc-calendar__day:hover{background:#eee4fa}.rc-calendar__day[data-rc-event-state=global]{border-color:#5a32c0;background:var(--rc-purple);color:#fff}.rc-calendar__day[data-rc-event-state=banked]{border-color:#79b76e;background:var(--rc-mint);color:var(--rc-mint-ink)}.rc-calendar__day[data-rc-event-state=combined]{border-color:#5a32c0;background:linear-gradient(135deg,var(--rc-purple) 0 48%,#fffdf7 49% 51%,var(--rc-mint) 52% 100%);color:#fff;text-shadow:0 1px 1px #2c167766}.rc-calendar__day[data-rc-event-state=combined]:before{content:"+";position:absolute;right:4px;bottom:2px;color:var(--rc-mint-ink);font-size:9px;font-weight:900;text-shadow:none}.rc-calendar__day[aria-pressed=true]{border-color:#251053;box-shadow:0 0 0 2px var(--rc-paper),0 0 0 4px #251053}.rc-calendar__day[aria-pressed=true]:after{content:"✓";position:absolute;top:2px;right:3px;display:grid;place-items:center;width:12px;height:12px;border-radius:50%;background:#251053;color:#fff;font-size:9px;font-weight:900;line-height:1}.rc-calendar__day[data-today=true]>span{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.rc-calendar__day[data-today=true]:not([data-rc-event-state=none])>span{text-decoration-color:currentColor}.rc-calendar__day[data-today=true][data-rc-event-state=none]{border-color:#8b6cad}.rc-calendar__month-status{min-height:1.2em;margin:10px 0 0;color:#624572;font-size:11px}.rc-calendar__detail{grid-area:detail;align-self:start;padding:20px;border:1px solid #ffffff55;border-radius:18px;background:#402c99;backdrop-filter:blur(5px)}.rc-calendar__detail-date,.rc-calendar__tag{margin:0 0 8px;font-size:10px;font-weight:700;letter-spacing:.08em;color:#dcffbf}.rc-calendar__detail-title{margin:0 0 10px;font-family:var(--heading,system-ui);font-size:22px;letter-spacing:-.5px}.rc-calendar__detail-copy,.rc-calendar__eligibility{margin:0;color:#f2eaff;font-size:12px;line-height:1.6}.rc-calendar__event+.rc-calendar__event{margin-top:17px;padding-top:17px;border-top:1px solid #ffffff36}.rc-calendar__event h4{margin:0 0 7px;font-size:16px;line-height:1.3}.rc-calendar__event blockquote{margin:11px 0;color:#fff;font-size:12px;line-height:1.55}.rc-calendar__eligibility{margin-top:10px;color:#ddcfef}.rc-calendar__tag--banked{color:var(--rc-mint)}.rc-calendar__source{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--rc-mint);font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.rc-calendar__source img{width:32px;height:32px;border:1px solid #ffffff99;border-radius:50%;object-fit:cover;flex:none}.rc-calendar__source:not([data-rc-source-kind=tibo]) img{display:none}@media(max-width:700px){.rc-calendar{grid-template-columns:1fr;grid-template-areas:"intro" "card" "detail";gap:20px;margin:38px auto;padding:25px 16px;border-radius:24px}.rc-calendar__intro h2{font-size:46px}.rc-calendar__intro>p:last-child{max-width:330px;margin-top:13px}.rc-calendar__card{padding:15px;border-radius:18px;box-shadow:5px 7px #29136d55;transform:rotate(.4deg)}.rc-calendar__toolbar h3{font-size:20px}.rc-calendar__actions{gap:3px}.rc-calendar__nav{width:33px;min-height:34px}.rc-calendar__today{min-height:34px;padding-inline:8px}.rc-calendar__weekdays{font-size:8px}.rc-calendar__grid{gap:2px}.rc-calendar__day{border-radius:8px;font-size:11px}.rc-calendar__day[aria-pressed=true]{box-shadow:0 0 0 2px var(--rc-paper),0 0 0 3px #251053}.rc-calendar__detail{padding:17px}.rc-calendar__poster{font-size:72px}.rc-calendar__poster span:last-child{font-size:25px}}.rc-calendar__day[data-rc-event-state=combined]>span{display:grid;place-items:center;min-width:26px;min-height:26px;padding:2px;border-radius:50%;background:#fffdf7;color:#342341;text-shadow:none}.ls-section{padding:56px 0 20px;scroll-margin-top:24px}.ls-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}.ls-kicker{font-size:10px;font-weight:700;letter-spacing:.09em;color:#735388}.ls-heading h2{font-family:var(--heading);font-size:46px;line-height:1.1;font-weight:800;letter-spacing:-1.2px;margin:13px 0 0;color:#352144}.ls-heading h2>span{color:#8050db}.ls-refresh-wrap{text-align:right}.ls-heading .button{min-height:42px;padding:10px 14px;font-size:12px;border-radius:10px;gap:8px;background:#7446dd;color:#fff}.ls-refresh-wrap>p{font-size:10px;color:#705580;margin:7px 0 0;line-height:1.5;max-width:360px}.ls-provider-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ls-provider{position:relative;border:1px solid #d8dfd2;border-radius:15px;padding:19px 21px;background:#fff;min-width:0;box-shadow:0 2px 7px #30213e0d}.ls-provider.ls-release{border-color:#ddd3ec}.ls-provider-label{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:700;letter-spacing:.07em;color:#4c7040}.ls-release .ls-provider-label{color:#74558e}.ls-provider-dot{width:7px;height:7px;border-radius:50%;background:#79a85b}.ls-release .ls-provider-dot{background:#8050db}.ls-provider h3{font-family:var(--heading);font-size:21px;line-height:1.25;letter-spacing:-.35px;font-weight:800;margin:10px 0 5px;color:#3e304b}.ls-provider p{font-size:11px;line-height:1.55;color:#667060;margin:0}.ls-provider ul{list-style:none;padding:0;margin:11px 0 2px;display:grid;gap:4px}.ls-provider li{display:flex;justify-content:space-between;gap:12px;font-size:10px;line-height:1.5;color:#5f6c58;border-top:1px solid #edf0ea;padding-top:5px}.ls-provider>a{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#4d6c40;margin-top:10px}.ls-release>a{color:#68458a}.ls-provider[data-state=stale]{border-color:#c28c4c;box-shadow:inset 3px 0 #c28c4c}.ls-provider[data-state=unavailable]{background:#faf8fc;border-color:#e2dbea}.ls-provider[data-state=unavailable] h3,.ls-provider[data-state=unavailable] p,.ls-provider[data-state=unavailable] .ls-provider-label,.ls-provider[data-state=unavailable]>a{color:#6b6074}.ls-feed-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin:34px 0 12px}.ls-feed-heading h3{font-family:var(--heading);font-size:27px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}.ls-feed-heading p{font-size:12px;line-height:1.65;color:#735885;max-width:680px;margin:0}.ls-filters{display:flex;gap:3px;background:#eee8f4;border-radius:24px;padding:4px;flex-shrink:0}.ls-filters button{border:0;background:transparent;color:#715487;font-size:11px;padding:8px 11px;border-radius:20px;white-space:nowrap}.ls-filters button[aria-pressed=true]{color:#fff;background:#7650da}.ls-freshness{font-size:10px;line-height:1.6;color:#725586;margin:12px 0}.ls-posts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px}.ls-post{padding:17px 18px 14px;border:1px solid #e4e0e7;border-radius:16px;background:#fff;min-width:0;box-shadow:0 3px 10px #2b1f340b}.ls-post-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.ls-author{display:flex;align-items:center;gap:10px;min-width:0}.ls-avatar{width:44px;height:44px;flex:none;border-radius:50%;object-fit:cover;background:#eee7f4}.ls-identity{display:grid;gap:1px;line-height:1.25;min-width:0}.ls-identity strong{font-size:16px;color:#241b29}.ls-identity span{font-size:12px;color:#69717a}.ls-post-x{display:grid;place-items:center;color:#101419;font-size:26px;line-height:1;width:34px;height:34px;border-radius:50%;flex-shrink:0}.ls-post-x:hover{background:#eef1f3}.ls-post-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:17px}.ls-post-tag{font-size:9px;padding:3px 6px;border-radius:5px;background:#f0edf3;color:#65576c;font-weight:700}.ls-post time{font-size:12px;color:#68616f;line-height:1.3}.ls-post blockquote{font-size:16px;line-height:1.6;color:#29252c;margin:13px 0 0;white-space:pre-line;overflow-wrap:anywhere}.ls-post details{margin-top:10px}.ls-post details summary{font-size:11px;color:#68478b;cursor:pointer;line-height:1.5}.ls-post details p{font-size:15px;line-height:1.65;white-space:pre-line;overflow-wrap:anywhere;color:#514758;margin:8px 0 0}.ls-post-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;border-top:1px solid #f0edf1;padding-top:10px;margin-top:14px}.ls-post-bottom span{font-size:11px;color:#73707a;line-height:1.45}.ls-post-bottom a{display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700;color:#302b33;white-space:nowrap}.ls-post-bottom a span{font-size:13px;color:#111}.ls-post[data-verified=true]{border-color:#d3e2ca}.ls-post[data-verified=true] .ls-post-tag{background:#e7f1e0;color:#4e713e}.ls-feed-footer{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:16px 0}.ls-feed-footer a{display:inline-flex;align-items:center;gap:7px;font-size:10px;line-height:1.5;color:#6f4a8a}.ls-empty{font-size:13px;line-height:1.7;color:#705483;grid-column:1/-1;background:#faf8fc;border:1px solid #e7e0ed;border-radius:13px;padding:20px}.ls-incidents{padding:0 19px;background:#fff;border:1px solid #e6e0ea;border-radius:14px;margin-top:20px}.ls-incidents>summary{display:flex;align-items:center;gap:9px;padding:15px 0;cursor:pointer;font-size:12px;font-weight:700;color:#513369}.ls-incidents>summary svg{margin-left:auto}.ls-incidents>p,.ls-incidents li{font-size:11px;line-height:1.65;color:#725485}.ls-incidents ul{list-style:none;margin:0;padding:0 0 14px}.ls-incidents li{padding:9px 0;border-bottom:1px solid #eee9f1}.ls-incidents li strong{display:block;color:#4f345f;font-size:12px}.ls-cadence{font-size:10px;line-height:1.65;color:#735989;margin:16px 0 0}.ls-section [hidden]{display:none!important}.ls-reset-notice{font-size:11px;line-height:1.7;background:#fff7df;color:#513921;border:1px solid #e8d49d;border-radius:10px;padding:12px;margin-top:13px}.ls-reset-notice a{text-decoration:underline}@media(max-width:1000px){.ls-heading h2{font-size:40px}.ls-feed-heading{display:block}.ls-filters{width:max-content;margin-top:16px}}@media(max-width:640px){.ls-section{padding:36px 0 8px}.ls-heading{display:block}.ls-heading h2{font-size:33px;letter-spacing:-.8px}.ls-refresh-wrap{text-align:left;margin-top:18px}.ls-provider-grid,.ls-posts{grid-template-columns:1fr;gap:12px}.ls-provider{padding:17px}.ls-provider h3{font-size:20px}.ls-feed-heading{margin-top:28px}.ls-feed-heading h3{font-size:24px}.ls-feed-heading p{font-size:11px}.ls-filters{max-width:100%;gap:2px}.ls-filters button{font-size:10px;padding:8px 9px}.ls-post{padding:16px}.ls-post blockquote{font-size:15px}.ls-post-bottom{align-items:flex-start}.ls-post-bottom a{margin-top:1px}.ls-feed-footer{gap:10px}.ls-incidents{padding-inline:16px}}.ls-component-details{margin-top:10px}.ls-component-details>summary{cursor:pointer;font-size:11px;line-height:1.6;color:#4d6c40;padding:4px 0}.ls-component-details[open]>summary{margin-bottom:5px}.showcase-clock.public-elapsed{transform:rotate(-2deg);background:#fffdf8;box-shadow:7px 10px #54299c55;padding:27px!important}.elapsed-eyebrow{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#705385;font-size:9px;font-weight:700;letter-spacing:.06em}.elapsed-eyebrow>span:first-child{display:inline-flex;gap:7px;align-items:center}.elapsed-eyebrow>span:last-child{color:#426d32;border:1px solid #cee4bf;background:#eaf7df;border-radius:5px;padding:5px 7px;font-size:8px}.public-elapsed h2{font-size:34px;line-height:1.13;letter-spacing:-1.2px;margin:21px 0 25px;font-weight:800}.public-elapsed h2>span{color:#764be1}.elapsed-digits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding-bottom:24px;border-bottom:1px solid #e5dce9}.elapsed-digits>div{text-align:center;min-width:0}.elapsed-digits>div+div{border-left:1px solid #e5dce9}.elapsed-digits strong{display:block;font-family:var(--heading);font-size:clamp(29px,4.1vw,57px);font-weight:800;letter-spacing:-2px;line-height:1.1;font-variant-numeric:tabular-nums;color:#38214f}.elapsed-digits>div:first-child strong{color:#7542d8}.elapsed-digits span{display:block;margin-top:9px;color:#755d84;font-size:10px}.elapsed-published{font-size:10px;line-height:1.7;color:#735e80;margin:17px 0 7px}.elapsed-published time{color:#493255;font-weight:650}.elapsed-boundary{font-size:11px;line-height:1.7;color:#735e80;margin:0 0 19px;max-width:350px}.elapsed-usage-link{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:46px;border:1px solid #b5e99c;border-radius:10px;background:#d0ffb7;color:#294d22;font-weight:700;font-size:13px;padding:11px 14px}.elapsed-usage-link:hover{background:#bdf59d}.elapsed-usage-link:focus-visible{outline:3px solid #58349f;outline-offset:3px}.source-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #f5e8ffa0}.history-source-author{display:flex;align-items:center;gap:8px!important;margin-top:10px!important;font-size:11px!important;color:#70547e}.history-source-author img{width:23px;height:23px;border-radius:50%;object-fit:cover}.showcase-event-list .event-kind.global{background:#e9ddfc;color:#613e9b}.showcase-event-list .event-kind.banked{background:#dcf3cd;color:#3c6830}@media(max-width:1000px){.public-elapsed{padding:23px 20px!important}.public-elapsed h2{font-size:28px;margin:18px 0 23px}.elapsed-eyebrow{font-size:8px;gap:5px}.elapsed-eyebrow>span:last-child{font-size:7px;padding:4px}.elapsed-digits{gap:5px}.elapsed-digits strong{font-size:36px}.elapsed-digits span,.elapsed-published{font-size:9px}.elapsed-boundary{font-size:10px}}@media(max-width:640px){.public-elapsed{padding:24px!important}.public-elapsed h2{font-size:32px}.elapsed-digits strong{font-size:44px}.elapsed-digits span{font-size:10px}.elapsed-eyebrow{font-size:9px}.elapsed-published{font-size:10px}.elapsed-boundary{font-size:11px}}@media(prefers-reduced-motion:reduce){.public-elapsed{transition:none}}.is-home{background:#fffdf7}.is-home .site-header.on-purple{background:#3420b7;color:#fff;border:0}.is-home .nav-wrap{height:100px}.is-home .brand{font-size:27px;font-weight:800;letter-spacing:-1px}.is-home .on-purple .brand-mark{background:#baffd5;color:#24185b}.is-home .on-purple .brand-dot{color:#baffd5}.is-home .on-purple .qa-badge{border-color:#ffffff45;color:#f1eaff}.is-home .desktop-nav{padding:6px;font-size:14px;gap:4px}.is-home .on-purple .desktop-nav{background:#ffffff19;color:#fff}.is-home .on-purple .desktop-nav a{padding:12px 17px}.is-home .on-purple .desktop-nav a[aria-current=page]{background:#fff2;color:#fff}.is-home .on-purple .nav-sponsor{background:#241057;border:1px solid #ffffff25;color:#fff;min-height:48px;border-radius:11px;font-size:13px;padding:13px 18px}.is-home .on-purple .menu-toggle{border-color:#ffffff60;color:#fff}.showcase-home h1,.showcase-home h2,.showcase-home h3{font-family:var(--heading)}.showcase-home [hidden]{display:none!important}.showcase-hero{background:radial-gradient(ellipse at 100% 85%,#ffb494 0,transparent 45%),radial-gradient(ellipse at 60% 75%,#b069ff 0,transparent 62%),linear-gradient(165deg,#3420b7 0,#6047ff 56%,#7652f6);color:#fff;position:relative;overflow:clip;padding-bottom:40px;clip-path:polygon(0 0,100% 0,100% calc(100% - 32px),0 100%)}.showcase-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);grid-template-areas:"result clock" "facts clock";column-gap:38px;row-gap:23px;padding-top:38px;padding-bottom:34px;align-items:start}.showcase-result{grid-area:result;position:relative;z-index:2;padding-top:12px}.showcase-result h1{display:flex;gap:13px;align-items:center;margin:0 0 24px;text-transform:uppercase;font-size:13px;line-height:1.5;letter-spacing:.07em;font-weight:700;color:#f2eaff}.short-rule{width:31px;height:2px;background:#caffc5;flex-shrink:0}.showcase-result .reset-date{padding:0;margin:0}.showcase-result time{display:block}.date-month{display:block;font-family:var(--heading);font-size:clamp(66px,6.7vw,98px);font-weight:800;line-height:1.1;letter-spacing:-2px;color:#fff}.date-bottom{display:flex;align-items:center;gap:29px;margin-top:1px}.date-bottom>strong{font-family:var(--heading);font-size:167px;line-height:.98;font-weight:800;letter-spacing:-5px;color:#c9ffa8}.date-side{display:flex;flex-direction:column;align-items:flex-start;gap:17px;padding-top:10px}.date-year{font-family:var(--heading);font-size:33px;font-weight:700;letter-spacing:-.5px}.date-age:not(:empty){font-size:14px;line-height:1.3;border:1px solid #ffffff50;padding:10px 13px;border-radius:100px;color:#fff;background:#3c268b25;white-space:nowrap}.showcase-proof{display:flex;align-items:center;gap:17px;margin:17px 0 24px;font-size:12px;color:#f0e7ff}.showcase-proof>span:first-child{display:inline-flex;align-items:center;gap:6px;color:#d7ffc7;font-weight:600}.showcase-proof>span+span{border-left:1px solid #ffffff40;padding-left:17px}.showcase-source{display:flex;align-items:center;gap:12px}.source-monogram{display:grid;place-items:center;width:38px;height:38px;background:#ffffff18;border:1px solid #ffffff30;color:#fff;border-radius:50%;font-size:12px;flex-shrink:0}.showcase-source blockquote{font-size:18px;line-height:1.5;font-weight:500;margin:0 0 5px}.showcase-source a{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#f0e4ff;min-height:27px}.showcase-source a:hover{text-decoration:underline;text-underline-offset:3px}.showcase-reviewed{font-size:11px;color:#e9ddff;line-height:1.7;margin:17px 0 0}.showcase-facts{grid-area:facts;display:grid;grid-template-columns:1fr 1.15fr;gap:14px;position:relative;z-index:3;align-self:end}.showcase-facts>div{display:flex;align-items:center;gap:13px;border-radius:17px;padding:18px 17px;min-width:0}.next-reset-fact{background:#f2e9ff;color:#372252;box-shadow:0 5px #33127820}.banked-reset-fact{background:#d1ffb3;color:#2a4427;box-shadow:0 5px #31592c20}.fact-symbol{display:grid;place-items:center;flex-shrink:0}.next-reset-fact .fact-symbol{color:#9263cc}.banked-reset-fact .fact-symbol{color:#477a3c}.showcase-facts>div>div>span{display:block;font-size:10px;font-weight:500;line-height:1.5;opacity:1;color:#69517e;margin-bottom:7px}.showcase-facts .banked-reset-fact>div>span{color:#45683c}.showcase-facts strong{font-family:var(--heading);font-size:21px;line-height:1.15;letter-spacing:-.5px;font-weight:800;display:block;white-space:nowrap}.showcase-facts small{font-family:var(--font);font-size:10px;font-weight:400;letter-spacing:0;color:#486c40}.showcase-facts p{font-size:10px;line-height:1.5;margin:7px 0 0;color:#69517e}.showcase-facts .banked-reset-fact p{color:#45683c}.banked-reset-fact>a{margin-left:auto;display:grid;place-items:center;background:#efffdf80;border-radius:50%;width:29px;height:29px;flex-shrink:0}.banked-reset-fact>a svg{width:18px}.showcase-clock-stage{grid-area:clock;position:relative;height:584px;min-width:0;perspective:1000px;isolation:isolate}.showcase-reset-art{position:absolute;width:535px;height:auto;max-width:none;right:-113px;top:-97px;z-index:-2;pointer-events:none;transform:rotate(-14deg);animation:reset-art-drift 9s ease-in-out infinite}.clock-orbit{position:absolute;width:455px;height:470px;right:-35px;top:-11px;z-index:-1;border:1px solid #ffffff2a;border-radius:50%;transform:rotate(28deg);pointer-events:none}.clock-orbit:after{content:"";position:absolute;inset:20px -40px;border:1px solid #ffffff17;border-radius:50%;transform:rotate(-33deg)}.clock-backplate{position:absolute;width:calc(100% - 47px);height:374px;left:18px;top:171px;background:#ad83ed;border:1px solid #dabdff;box-shadow:8px 12px #57319670;border-radius:24px;transform:rotate(7deg);z-index:-1}.showcase-clock{position:absolute;width:calc(100% - 29px);left:0;top:131px;background:#fffdf5;border:1px solid #ffffff;border-radius:24px;color:#2c1e42;padding:26px 29px 24px;box-shadow:9px 13px #5826a653,0 30px 55px #36127225;transform:rotate(-4deg);transition:transform .25s;z-index:2}.showcase-clock:focus-within{transform:rotate(0) translateY(-3px)}.clock-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.clock-heading h2{display:flex;align-items:center;gap:9px;margin:0;font-size:16px;font-weight:800;letter-spacing:-.2px}.clock-heading>span{display:flex;align-items:center;gap:4px;font-size:9px;letter-spacing:.04em;color:#7b618b}.showcase-timer-display{display:flex;flex-direction:column;gap:10px;background:#ede3fc;border-radius:14px;padding:17px 18px;margin:20px 0 17px}.showcase-timer-display>span:first-child{font-size:9px;letter-spacing:.07em;font-weight:600;color:#715083}.showcase-timer-display>strong{font-family:var(--heading);font-size:30px;font-weight:750;letter-spacing:-.7px;line-height:1.2;white-space:nowrap;font-variant-numeric:tabular-nums}.showcase-timer-display>span:last-child{font-size:11px;line-height:1.55;color:#715083}.showcase-fields{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);gap:12px}.showcase-clock .form-field{margin:0;gap:6px;min-width:0}.showcase-clock .form-field label{font-size:11px;font-weight:550}.showcase-clock .form-field input,.showcase-clock .form-field select{min-width:0;max-width:100%;width:100%;padding:10px 9px;min-height:43px;font-size:12px;line-height:1.4;border-radius:9px;border:1px solid #d8cae6;background:#fff;color:#3e2a51}.showcase-clock .field-hint{display:block;font-size:9px;line-height:1.6;color:#765a86;margin:9px 0 14px}.showcase-clock .button.primary{display:flex;justify-content:space-between;width:100%;background:#caffac;color:#294324;font-size:15px;font-weight:700;min-height:53px;padding:13px 17px;border-radius:11px;gap:12px}.showcase-clock .button.primary:hover{background:#dcffc8;transform:translateY(-2px)}.save-arrow{display:grid;place-items:center;border:1px solid #3a68282c;border-radius:50%;width:30px;height:30px;margin-block:-4px}.showcase-clock .timer-secondary{display:flex;justify-content:space-between;gap:18px;margin-top:11px}.showcase-clock .timer-secondary button{background:transparent;border:0;font-size:12px;color:#63437c;padding:7px 0}.showcase-clock #timer-error{font-size:12px;line-height:1.6;color:#a04235;margin:12px 0 0}.clock-help{font-size:10px;text-align:center;line-height:1.6;color:#765a86;margin:13px 0 0}.clock-help code{font-size:11px;color:#62457b}.clock-help a{display:inline-flex;align-items:center;gap:4px;margin-left:4px;text-decoration:underline;text-underline-offset:3px}.clock-spark{position:absolute;left:-41px;top:433px;color:#d6ffa0;font-size:88px;line-height:1;font-weight:400;z-index:4;pointer-events:none;transform:rotate(12deg)}.clock-sticker{position:absolute;display:flex;align-items:center;gap:9px;right:-1px;top:529px;background:#dbffb8;color:#354c2c;border:1px solid #bded95;padding:13px 18px;border-radius:10px;box-shadow:3px 5px #54813320;font-size:12px;font-weight:600;transform:rotate(7deg);z-index:5;pointer-events:none}.showcase-boundary{border-top:1px solid #ffffff25;padding-top:20px;padding-bottom:12px}.showcase-boundary>.container{display:flex;align-items:center;gap:10px;font-size:11px;line-height:1.7;color:#fff;text-shadow:0 1px 9px #49217e80}.showcase-boundary svg{flex-shrink:0}.showcase-history{padding-top:70px;padding-bottom:46px}.showcase-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:31px}.showcase-kicker{display:block;font-size:11px;font-weight:650;letter-spacing:.075em;color:#806791;margin-bottom:15px}.showcase-section-heading h2{font-size:55px;font-weight:800;letter-spacing:-1.5px;line-height:1.13;margin:0;color:#2e2040}.showcase-section-heading h2>span,.showcase-faq h2>span{color:#7950de}.showcase-section-heading>div+div{padding-bottom:3px}.showcase-section-heading p{font-size:14px;color:#7a6489;line-height:1.75;margin:0 0 11px}.showcase-section-heading>div>a{display:inline-flex;align-items:center;gap:12px;font-size:14px;color:#6841a1;font-weight:550}.showcase-history-controls{display:flex;gap:6px;align-items:center;background:#f1eaf9;border-radius:50px;padding:6px;width:max-content;max-width:100%;margin-bottom:23px}.showcase-history-controls button{display:inline-flex;align-items:center;gap:9px;min-height:39px;border:0;border-radius:50px;background:transparent;color:#725588;padding:10px 15px;font-size:12px;font-weight:500}.showcase-history-controls button span{font-size:10px;background:#e7ddf2;padding:2px 5px;border-radius:5px}.showcase-history-controls button[aria-pressed=true]{background:#714bed;color:#fff;box-shadow:0 4px 8px #6238a51b}.showcase-history-controls button[aria-pressed=true] span{background:#ffffff25;color:#fff}.showcase-event-list{list-style:none;margin:0;padding:0}.showcase-event-list>li{display:grid;grid-template-columns:92px minmax(0,1fr) 164px;align-items:center;gap:29px;padding:24px 25px;border-bottom:1px solid #e5ddec;position:relative}.showcase-event-list>li.latest-history-row{border:1px solid #e6d8f1;background:#f0e5fc;border-radius:22px;box-shadow:0 6px #e6d5f3;margin-bottom:14px;padding-block:25px}.showcase-event-list time{display:grid;grid-template-columns:1fr;align-items:center;background:#fff;border:1px solid #ded2e9;border-radius:12px;box-shadow:3px 4px #e8deee;padding:8px 11px 10px;transform:rotate(-3deg);width:77px;color:#3f2a53}.showcase-event-list time>span{grid-column:1/-1;border-bottom:1px solid #e7dced;padding-bottom:5px;font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;text-align:center}.showcase-event-list time>strong{grid-column:1;line-height:1.2;font-family:var(--heading);font-size:32px;font-weight:800;letter-spacing:-.5px;margin-top:4px;text-align:center}.showcase-event-list time>small{grid-column:1;font-size:9px;line-height:1.5;text-align:center;color:#745a85;margin-top:1px;letter-spacing:.04em}.showcase-event-list li:nth-child(2n) time{transform:rotate(3deg)}.showcase-event-copy{min-width:0}.event-kind{display:inline-block;font-size:10px;line-height:1.4;font-weight:500;border-radius:5px;padding:4px 7px;background:#e0f5d7;color:#426a39;margin-bottom:9px}.event-kind.banked{background:#eadcf8;color:#765092}.showcase-event-copy h3{font-size:19px;font-weight:750;letter-spacing:-.3px;line-height:1.4;margin:0 0 7px;color:#352242}.showcase-event-copy p{font-size:12px;color:#6d527b;line-height:1.7;margin:0}.showcase-event-list li>a{display:flex;align-items:center;justify-content:flex-end;gap:13px;color:#6a4195;font-size:12px;font-weight:500;min-height:42px}.event-arrow{display:grid;place-items:center;border:1px solid #cdbbdd;border-radius:50%;width:39px;height:39px;flex-shrink:0;transition:background .2s,transform .2s}.showcase-event-list li>a:hover .event-arrow{background:#d4ffb6;border-color:#aecb95;transform:rotate(-25deg)}.showcase-coverage{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:11px;line-height:1.8;color:#80658c;margin:24px 0 0}.showcase-coverage a{display:inline-flex;align-items:center;gap:9px;color:#67418e;font-size:12px}.showcase-guides{padding-top:29px;padding-bottom:58px}.showcase-outline-link{display:inline-flex;align-items:center;gap:22px;border:1px solid #c7b6d4;border-radius:10px;padding:13px 16px;font-size:14px;font-weight:550;color:#513569;white-space:nowrap}.showcase-guide-grid{display:grid;grid-template-columns:1.07fr 1fr;gap:22px}.showcase-guide{border-radius:23px;overflow:hidden;position:relative;border:1px solid transparent;transition:transform .22s,box-shadow .22s}.showcase-guide:hover{transform:translateY(-5px);box-shadow:0 12px #3020400b}.showcase-guide.guide-weekly{grid-row:1/span 2;background:#eee2fd;border-color:#e8d8f6;display:block}.showcase-guide.guide-banked{background:#e7f6d9;border-color:#dfedcf;display:grid;grid-template-columns:39% minmax(0,1fr)}.showcase-guide.guide-plans{background:#f9e9dc;border-color:#f1dfcf;display:grid;grid-template-columns:39% minmax(0,1fr)}.guide-object{position:relative;min-width:0;pointer-events:none}.guide-weekly .guide-object{height:232px;display:grid;place-items:center}.status-key{width:275px;height:132px;border-radius:20px;background:linear-gradient(135deg,#a16bff,#7141dd 65%,#9865f4);border:2px solid #c59afc;box-shadow:3px 8px #5e2fb0,5px 16px #d6c1eaaa,12px 24px 25px #6c329829;transform:rotate(-10deg);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;gap:13px}.status-key code{font-size:39px;font-family:monospace;text-shadow:1px 2px 0 #7040a2;letter-spacing:-1.4px}.status-key>span{font-size:7px;letter-spacing:.12em;color:#f8e6ff}.key-spark{position:absolute;right:35px;top:24px;font-size:68px;font-weight:300;color:#a267db;transform:rotate(12deg)}.guide-text{min-width:0}.guide-weekly .guide-text{padding:0 35px 31px}.guide-text>span:first-child{font-size:10px;letter-spacing:.07em;font-weight:550;color:#744a8c}.guide-text h3{font-size:37px;line-height:1.16;font-weight:800;letter-spacing:-.8px;margin:17px 0 16px;color:#352245}.guide-text p{font-size:16px;line-height:1.7;color:#7a598e;margin:0 0 23px}.guide-link{display:flex;align-items:center;justify-content:space-between;gap:13px;border-top:1px solid #d6c4e7;padding-top:20px;color:#664285;font-size:13px;font-weight:550}.guide-banked .guide-object,.guide-plans .guide-object{min-height:263px}.guide-banked .guide-text,.guide-plans .guide-text{padding:29px 27px 25px 0}.guide-banked .guide-text h3,.guide-plans .guide-text h3{font-size:29px;letter-spacing:-.5px;margin:14px 0 12px}.guide-banked .guide-text p,.guide-plans .guide-text p{font-size:14px;line-height:1.7;margin-bottom:19px}.guide-banked .guide-text>span:first-child,.guide-banked .guide-text p,.guide-banked .guide-link{color:#4d6737}.guide-plans .guide-text>span:first-child,.guide-plans .guide-text p,.guide-plans .guide-link{color:#805439}.guide-banked .guide-link{border-color:#d0e2bd}.guide-plans .guide-link{border-color:#e9d2bc}.guide-banked .guide-link,.guide-plans .guide-link{font-size:12px;padding-top:17px}.reset-key{position:absolute;left:calc(50% - 46px);top:calc(50% - 60px);width:95px;height:118px;border:1px solid #b0d47b;border-radius:19px;background:linear-gradient(135deg,#dfffaa,#b7e772);box-shadow:5px 7px #a2c86b;transform:rotate(10deg);display:grid;place-items:center;color:#5e8c3c}.reset-key.reset-key-back{transform:rotate(-18deg);left:calc(50% - 56px);top:calc(50% - 59px);background:#d8edbb;box-shadow:3px 4px #c4dda4;opacity:.75}.banked-plus{position:absolute;right:23px;bottom:25px;color:#8eb967;font-size:48px;font-weight:400;transform:rotate(13deg)}.usage-bars{height:140px;position:absolute;top:calc(50% - 70px);left:0;right:0;display:flex;gap:8px;justify-content:center;align-items:flex-end;transform:rotate(-10deg)}.usage-bars i{display:block;width:42px;background:linear-gradient(135deg,#ffd4b7,#efb389);border:1px solid #f5c7a4;border-radius:9px;box-shadow:3px 5px #d89a6f}.usage-bars i:nth-child(1){height:55px}.usage-bars i:nth-child(2){height:89px}.usage-bars i:nth-child(3){height:124px}.plan-spark{position:absolute;top:29px;right:19px;font-size:38px;font-weight:300;color:#d3a47c;transform:rotate(12deg)}.showcase-sponsor{padding-bottom:65px}.showcase-sponsor>div{display:flex;align-items:center;gap:39px;border-radius:25px;padding:30px 43px;background:#e8d8f7;border:1px solid #decaee}.sponsor-tile{position:relative;display:block;width:109px;height:130px;flex-shrink:0;background:#fffdf4;border:2px solid #d8c3e8;border-radius:13px;padding:18px 15px;font-family:var(--heading);font-size:21px;line-height:1.17;font-weight:600;letter-spacing:-.6px;color:#49325f;box-shadow:5px 7px #c5a6da;transform:rotate(-10deg)}.sponsor-tile svg{position:absolute;right:10px;top:10px;width:17px;transform:rotate(-35deg)}.showcase-sponsor .showcase-kicker{margin-bottom:12px;color:#79538e;font-size:10px}.showcase-sponsor h2{font-family:var(--heading);font-size:34px;line-height:1.15;font-weight:800;letter-spacing:-.5px;margin:0;color:#352245}.showcase-sponsor .button{margin-left:auto;font-size:14px;min-height:53px;border-radius:11px;gap:22px;padding:14px 21px;white-space:nowrap}.showcase-faq{display:grid;grid-template-columns:1fr 1.8fr;gap:80px;padding-bottom:75px}.showcase-faq h2{font-size:48px;line-height:1.08;font-weight:800;letter-spacing:-1px;margin:0;color:#342341}.showcase-faq .faq-list summary{font-size:16px;padding-block:24px}.showcase-faq .faq-list p{font-size:15px;line-height:1.8}.is-home .site-footer{padding-top:48px;background:#eee5f4;border-color:#e4d6ed}.is-home .footer-intro>p{display:none}.is-home .footer-intro>span{display:block;margin-top:20px}.is-home .footer-top{padding-bottom:31px}.is-home .footer-links>div{font-size:13px;gap:15px}.is-home .footer-wordmark{display:block;font-weight:800;font-size:13vw;letter-spacing:-3px;color:#9370af;padding:10px 30px 26px}.is-home .footer-bottom{padding-block:22px}.is-home .footer-links{padding-top:0}.is-home .footer-links>div>span{color:#6b557b}@keyframes reset-art-drift{0%,to{transform:translateY(0) rotate(-14deg)}50%{transform:translateY(-10px) rotate(-9deg)}}@media(min-width:1550px){.date-month{font-size:106px}.date-bottom>strong{font-size:180px}.showcase-clock-stage{height:620px}.showcase-clock{top:148px}.showcase-reset-art{width:570px;right:-115px;top:-100px}.clock-backplate{top:197px}.clock-sticker{top:555px}}@media(max-width:1250px){.showcase-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);column-gap:32px}.date-month{font-size:79px;letter-spacing:-1.6px}.date-bottom>strong{font-size:145px;letter-spacing:-4px}.date-side{gap:15px}.date-year{font-size:29px}.date-age:not(:empty){font-size:12px;padding:9px 10px}.showcase-proof{font-size:11px;gap:12px}.showcase-proof>span+span{padding-left:12px}.showcase-source blockquote{font-size:16px}.showcase-reviewed{font-size:10px}.showcase-clock-stage{height:559px}.showcase-clock{padding:23px;top:120px;width:calc(100% - 15px)}.showcase-reset-art{width:478px;right:-100px;top:-87px}.clock-backplate{width:calc(100% - 30px);height:365px;top:155px}.clock-sticker{top:511px;right:-9px;font-size:10px;padding:12px 14px}.clock-spark{font-size:72px;left:-27px;top:402px}.clock-heading h2{font-size:15px}.showcase-timer-display>strong{font-size:27px}.showcase-fields{grid-template-columns:minmax(0,.9fr) minmax(0,1.3fr);gap:9px}.showcase-clock .form-field input,.showcase-clock .form-field select{font-size:11px;padding-inline:8px}.showcase-facts{grid-template-columns:1fr 1.1fr;gap:11px}.showcase-facts>div{padding:16px 13px;gap:9px}.fact-symbol svg{width:23px}.showcase-facts strong{font-size:18px}.showcase-facts>div>div>span{font-size:9px}.showcase-facts p{font-size:9px}.banked-reset-fact>a{width:25px;height:25px}.showcase-source a{font-size:12px}.showcase-clock .field-hint{font-size:8px}.showcase-section-heading h2{font-size:48px}.guide-text h3{font-size:33px}.guide-weekly .guide-text{padding-inline:29px}.guide-banked .guide-text h3,.guide-plans .guide-text h3{font-size:26px}.guide-banked .guide-text p,.guide-plans .guide-text p{font-size:13px}.guide-banked .guide-text,.guide-plans .guide-text{padding-right:22px}.reset-key{width:81px;height:103px;left:calc(50% - 41px);top:calc(50% - 52px)}.reset-key.reset-key-back{left:calc(50% - 49px);top:calc(50% - 51px)}.reset-key svg{width:49px}.usage-bars{gap:7px;transform:rotate(-10deg) scale(.87)}.showcase-sponsor>div{gap:30px;padding-inline:33px}.showcase-sponsor h2{font-size:29px}.showcase-sponsor .button{font-size:12px;gap:17px;padding-inline:18px}}@media(max-width:1000px){.is-home .nav-wrap{height:89px}.showcase-grid{padding-top:29px;column-gap:23px;row-gap:20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.showcase-result h1{font-size:10px;gap:10px;margin-bottom:22px}.short-rule{width:23px}.date-month{font-size:65px;letter-spacing:-1.3px}.date-bottom>strong{font-size:129px;letter-spacing:-3px}.date-bottom{gap:19px}.date-year{font-size:27px}.date-age:not(:empty){font-size:10px;padding:8px 10px}.date-side{gap:14px}.showcase-proof{font-size:9px;gap:9px;margin:18px 0 23px}.showcase-proof>span+span{padding-left:9px}.showcase-proof svg{width:13px}.showcase-source{gap:9px}.source-monogram{width:30px;height:30px;font-size:10px}.showcase-source blockquote{font-size:14px;line-height:1.6}.showcase-source a{font-size:11px}.showcase-reviewed{font-size:9px;max-width:320px;line-height:1.8;margin-top:15px}.showcase-clock-stage{height:567px}.showcase-clock{padding:22px 20px;top:125px;left:0;width:calc(100% - 6px);border-radius:19px}.clock-heading h2{font-size:13px;gap:7px}.clock-heading h2 svg{width:18px}.clock-heading>span{font-size:8px}.showcase-timer-display{padding:15px;margin:17px 0 15px;gap:9px}.showcase-timer-display>strong{font-size:24px}.showcase-timer-display>span:first-child{font-size:8px}.showcase-timer-display>span:last-child{font-size:10px}.showcase-fields{grid-template-columns:1fr;gap:10px}.showcase-clock .form-field input,.showcase-clock .form-field select{min-height:38px;font-size:12px;padding:8px 10px}.showcase-clock .form-field label{font-size:10px}.showcase-clock .field-hint{font-size:8px;margin-bottom:12px}.showcase-clock .button.primary{font-size:13px;min-height:47px;padding:12px 14px}.showcase-reset-art{width:435px;right:-92px;top:-65px}.clock-backplate{height:394px;top:161px;width:calc(100% - 10px);left:7px;border-radius:21px}.clock-sticker{top:548px;right:-5px;font-size:9px;padding:11px 12px}.clock-spark{top:445px;left:-24px;font-size:58px}.clock-help{font-size:9px}.clock-orbit{width:335px;height:410px;right:-20px;top:0}.showcase-facts{grid-template-columns:1fr;gap:11px}.showcase-facts>div{padding:13px 16px;gap:12px}.showcase-facts>div>div{display:grid;grid-template-columns:1fr auto;column-gap:12px;flex:1;align-items:center}.showcase-facts>div>div>span{grid-column:1;font-size:9px;margin:0}.showcase-facts strong{grid-column:2;grid-row:1/3;font-size:17px}.showcase-facts small{font-size:9px}.showcase-facts p{grid-column:1;font-size:9px;margin:4px 0 0}.banked-reset-fact>a{margin-left:0;width:24px;height:24px}.showcase-facts .fact-symbol svg{width:22px;height:22px}.showcase-facts .banked-reset-fact>div{grid-template-columns:1fr auto;column-gap:9px}.showcase-boundary>.container{font-size:10px}.showcase-history{padding-top:58px}.showcase-section-heading h2{font-size:42px;letter-spacing:-1px}.showcase-section-heading p{font-size:12px}.showcase-section-heading>div>a{font-size:12px}.showcase-kicker{font-size:9px}.showcase-event-list>li{grid-template-columns:78px minmax(0,1fr) 128px;gap:18px;padding-inline:18px}.showcase-event-copy h3{font-size:17px}.showcase-event-copy p{font-size:11px}.showcase-event-list li>a{font-size:10px;gap:9px}.event-arrow{width:34px;height:34px}.event-arrow svg{width:19px}.showcase-guide-grid{gap:18px}.guide-weekly .guide-object{height:211px}.status-key{width:222px;height:113px;border-radius:17px}.status-key code{font-size:33px}.key-spark{right:18px;top:21px;font-size:54px}.guide-weekly .guide-text{padding:0 26px 26px}.guide-text h3{font-size:30px}.guide-text p{font-size:14px}.guide-banked .guide-text h3,.guide-plans .guide-text h3{font-size:23px}.guide-banked .guide-text p,.guide-plans .guide-text p{font-size:12px}.guide-text>span:first-child{font-size:9px;letter-spacing:.04em}.guide-banked .guide-text,.guide-plans .guide-text{padding:25px 20px 21px 0}.guide-banked .guide-object,.guide-plans .guide-object{min-height:244px}.guide-banked .guide-link,.guide-plans .guide-link{font-size:10px;gap:5px}.guide-link{font-size:12px}.reset-key{width:71px;height:89px;left:calc(50% - 37px);top:calc(50% - 45px);border-radius:14px}.reset-key.reset-key-back{left:calc(50% - 44px);top:calc(50% - 45px)}.reset-key svg{width:43px}.banked-plus{font-size:37px;right:15px;bottom:33px}.usage-bars{gap:7px;transform:rotate(-10deg) scale(.71)}.plan-spark{font-size:29px;right:14px;top:30px}.showcase-sponsor>div{gap:22px;padding:26px}.sponsor-tile{width:90px;height:111px;padding:17px 13px;font-size:18px;border-radius:12px}.showcase-sponsor h2{font-size:26px}.showcase-sponsor .button{font-size:11px;gap:10px;padding-inline:14px;min-height:47px}.showcase-sponsor .button svg{width:19px}.showcase-faq{gap:45px;grid-template-columns:1fr 1.8fr}.showcase-faq h2{font-size:41px}.showcase-faq .faq-list summary{font-size:14px}.showcase-faq .faq-list p{font-size:13px}}@media(max-width:800px)and (min-width:641px){.showcase-grid{grid-template-columns:minmax(0,.94fr) minmax(0,1fr);column-gap:20px}.date-month{font-size:55px;letter-spacing:-1.1px}.date-bottom>strong{font-size:116px}.date-year{font-size:23px}.date-bottom{gap:15px}.date-age:not(:empty){font-size:9px;padding:7px 8px}.showcase-proof{flex-wrap:wrap;gap:7px;margin-bottom:17px}.showcase-proof>span+span{border:0;padding:0}.showcase-reviewed{font-size:8px}.showcase-source blockquote{font-size:13px}.showcase-clock-stage{height:563px}.showcase-clock{padding:20px 17px;top:119px}.showcase-timer-display>strong{font-size:21px}.clock-heading h2{font-size:12px}.clock-heading>span{font-size:7px}.showcase-reset-art{width:387px;right:-86px;top:-59px}.clock-sticker{top:531px;font-size:8px}.clock-backplate{top:154px;height:394px}.showcase-facts>div{padding:12px 13px;gap:9px}.showcase-facts strong{font-size:15px}.showcase-facts>div>div>span{font-size:8px}.showcase-facts p{font-size:8px}.showcase-facts .fact-symbol svg{width:19px}.showcase-facts .banked-reset-fact p{max-width:94px}.showcase-section-heading h2{font-size:36px}.showcase-section-heading p{font-size:11px}.showcase-section-heading>div>a{font-size:11px}.showcase-event-list>li{grid-template-columns:74px minmax(0,1fr) 42px;gap:18px}.showcase-event-list li>a>span:first-child{display:none}.guide-weekly .guide-text{padding-inline:22px}.guide-text h3{font-size:27px}.guide-text p{font-size:13px}.guide-banked .guide-text h3,.guide-plans .guide-text h3{font-size:21px}.guide-banked .guide-text p,.guide-plans .guide-text p{font-size:11px}.guide-banked .guide-text,.guide-plans .guide-text{padding-right:16px}.guide-text>span:first-child{font-size:8px}.showcase-sponsor>div{gap:20px}.showcase-sponsor h2{font-size:23px}.showcase-sponsor .button{font-size:10px;padding-inline:13px;gap:8px}.sponsor-tile{width:80px;height:103px;font-size:17px}.showcase-sponsor .showcase-kicker{font-size:8px}}@media(max-width:640px){.is-home .nav-wrap{height:78px}.is-home .container{padding-inline:24px}.is-home .brand{font-size:24px;font-weight:800;letter-spacing:-.7px}.is-home .qa-badge{font-size:8px}.is-home .brand-group{gap:8px}.showcase-hero{padding-bottom:25px;clip-path:polygon(0 0,100% 0,100% calc(100% - 18px),0 100%);background:radial-gradient(ellipse at 110% 75%,#ffb494 0,transparent 44%),radial-gradient(ellipse at 40% 55%,#a26afa 0,transparent 68%),linear-gradient(165deg,#3420b7 0,#684aff 65%,#7a4af6)}.showcase-grid{grid-template-columns:1fr;grid-template-areas:"result" "facts" "clock";row-gap:24px;padding-top:28px;padding-bottom:24px}.showcase-result{padding:0}.showcase-result h1{font-size:10px;letter-spacing:.07em;gap:10px;margin-bottom:20px}.short-rule{width:25px}.date-month{font-size:54px;letter-spacing:-1px;line-height:1.1}.date-bottom{gap:25px;margin-top:3px}.date-bottom>strong{font-size:123px;letter-spacing:-3px}.date-side{gap:14px;padding-top:7px}.date-year{font-size:26px}.date-age:not(:empty){font-size:10px;padding:8px 10px;white-space:nowrap}.showcase-proof{font-size:9px;gap:10px;margin:14px 0 20px}.showcase-proof>span+span{padding-left:10px;border-left:1px solid #ffffff40}.showcase-proof svg{width:13px}.showcase-source{gap:10px}.source-monogram{width:30px;height:30px;font-size:10px}.showcase-source blockquote{font-size:14px;line-height:1.6;margin-bottom:3px}.showcase-source a{font-size:11px}.showcase-reviewed{font-size:9px;line-height:1.8;margin:14px 0 0;max-width:none}.showcase-facts{grid-template-columns:1fr 1fr;gap:11px;align-items:stretch}.showcase-facts>div{display:block;padding:16px 15px;border-radius:14px;position:relative}.showcase-facts .fact-symbol{position:absolute;right:12px;top:11px;display:none}.showcase-facts>div>div,.showcase-facts .banked-reset-fact>div{display:block}.showcase-facts>div>div>span{font-size:9px;line-height:1.55;min-height:27px;margin-bottom:9px}.showcase-facts strong{font-size:19px;line-height:1.25;white-space:normal;letter-spacing:-.4px}.showcase-facts small{font-size:9px}.showcase-facts p{font-size:10px;line-height:1.6;margin-top:8px}.showcase-facts .banked-reset-fact p{max-width:none;padding-right:3px}.banked-reset-fact>a{position:absolute;right:10px;bottom:9px;width:21px;height:21px}.banked-reset-fact>a svg{width:14px}.showcase-clock-stage{height:588px;margin-top:11px;isolation:isolate}.showcase-reset-art{width:415px;right:-68px;top:-75px;transform:rotate(-14deg)}.clock-orbit{width:337px;height:385px;right:-9px;top:1px}.clock-backplate{height:394px;top:146px;left:4px;width:calc(100% - 6px);border-radius:21px;transform:rotate(6deg)}.showcase-clock{left:5px;top:102px;width:calc(100% - 13px);padding:23px 21px 21px;border-radius:20px;transform:rotate(-3deg);box-shadow:7px 10px #5826a63b,0 22px 35px #36127220}.clock-heading h2{font-size:14px;gap:7px}.clock-heading>span{font-size:8px}.showcase-timer-display{padding:15px;margin:18px 0 16px;gap:9px}.showcase-timer-display>strong{font-size:25px;letter-spacing:-.5px}.showcase-timer-display>span:first-child{font-size:8px}.showcase-timer-display>span:last-child{font-size:10px}.showcase-fields{grid-template-columns:1fr;gap:11px}.showcase-clock .form-field label{font-size:11px}.showcase-clock .form-field input,.showcase-clock .form-field select{font-size:16px;min-height:44px;padding:9px 10px}.showcase-clock .field-hint{font-size:9px;line-height:1.65;margin:9px 0 13px}.showcase-clock .button.primary{font-size:14px;min-height:50px;padding:13px 15px}.clock-help{font-size:9px;line-height:1.7;margin-top:13px}.clock-sticker{top:559px;right:-5px;font-size:10px;gap:7px;padding:11px 14px;transform:rotate(6deg)}.clock-sticker svg{width:14px}.clock-spark{font-size:57px;left:-17px;top:445px}.showcase-boundary{padding:15px 0 12px}.showcase-boundary>.container{align-items:flex-start;gap:8px;font-size:10px;line-height:1.7;color:#fff}.showcase-boundary svg{margin-top:2px;width:14px}.showcase-history{padding-top:47px;padding-bottom:31px}.showcase-section-heading{display:block;margin-bottom:23px}.showcase-kicker{font-size:9px;letter-spacing:.065em;margin-bottom:12px}.showcase-section-heading h2{font-size:38px;letter-spacing:-.8px;line-height:1.15;font-weight:800}.showcase-section-heading>div+div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0;margin-top:17px}.showcase-section-heading p{font-size:11px;line-height:1.7;margin:0}.showcase-section-heading>div>a{font-size:11px;gap:6px;white-space:nowrap}.showcase-section-heading>div>a svg{width:17px}.showcase-history-controls{padding:4px;gap:2px;border-radius:50px;width:100%;justify-content:space-between;margin-bottom:20px}.showcase-history-controls button{font-size:10px;gap:5px;padding:9px 10px;min-height:37px}.showcase-history-controls button span{font-size:8px;padding:2px 4px}.showcase-event-list>li{grid-template-columns:61px minmax(0,1fr);column-gap:16px;row-gap:8px;padding:23px 1px;align-items:start}.showcase-event-list>li.latest-history-row{padding:20px 15px;margin:0 -5px 10px;border-radius:18px;column-gap:15px;box-shadow:0 5px #e6d5f3}.showcase-event-list time{width:59px;padding:6px 8px 8px;grid-column:1;grid-row:1/3;border-radius:10px;margin-top:3px;box-shadow:2px 3px #e8deee}.showcase-event-list time>span{font-size:8px;padding-bottom:4px}.showcase-event-list time>strong{font-size:28px;margin-top:3px}.showcase-event-list time>small{font-size:8px;margin-top:1px}.showcase-event-copy{grid-column:2;grid-row:1}.event-kind{font-size:8px;padding:4px 6px;margin-bottom:8px}.showcase-event-copy h3{font-size:15px;line-height:1.5;font-weight:750;letter-spacing:-.15px;margin-bottom:6px}.showcase-event-copy p{font-size:11px;line-height:1.75}.showcase-event-list li>a{grid-column:2;grid-row:2;justify-content:space-between;font-size:10px;gap:8px;min-height:32px}.showcase-event-list li>a>span:first-child{display:block}.event-arrow{width:28px;height:28px}.event-arrow svg{width:17px;height:17px}.showcase-coverage{font-size:10px;gap:10px;line-height:1.8;margin-top:21px}.showcase-coverage a{font-size:11px}.showcase-guides{padding-top:24px;padding-bottom:35px}.showcase-guides .showcase-section-heading{display:block}.showcase-guides .showcase-section-heading h2{font-size:35px}.showcase-outline-link{font-size:11px;padding:10px 13px;min-height:39px;gap:13px;margin-top:18px;border-radius:8px}.showcase-outline-link svg{width:19px}.showcase-guide-grid{grid-template-columns:1fr;gap:18px}.showcase-guide.guide-weekly{grid-row:auto;border-radius:20px}.showcase-guide.guide-banked,.showcase-guide.guide-plans{grid-template-columns:35% minmax(0,1fr);border-radius:20px}.guide-weekly .guide-object{height:214px}.status-key{width:234px;height:117px;border-radius:18px;gap:12px}.status-key code{font-size:34px}.status-key>span{font-size:6px}.key-spark{font-size:52px;right:16px;top:20px}.guide-weekly .guide-text{padding:0 27px 26px}.guide-text>span:first-child{font-size:9px}.guide-text h3{font-size:31px;line-height:1.15;letter-spacing:-.5px;margin:14px 0}.guide-text p{font-size:15px;line-height:1.7;margin-bottom:22px}.guide-link{font-size:12px;padding-top:18px}.guide-banked .guide-text,.guide-plans .guide-text{padding:26px 22px 23px 0}.guide-banked .guide-text h3,.guide-plans .guide-text h3{font-size:24px;line-height:1.2;letter-spacing:-.35px;margin:13px 0 12px}.guide-banked .guide-text p,.guide-plans .guide-text p{font-size:12px;line-height:1.75;margin-bottom:18px}.guide-banked .guide-link,.guide-plans .guide-link{font-size:11px;padding-top:16px;gap:5px}.guide-banked .guide-link svg,.guide-plans .guide-link svg{width:18px}.guide-banked .guide-object,.guide-plans .guide-object{min-height:261px}.reset-key{width:73px;height:91px;left:calc(50% - 38px);top:calc(50% - 46px);border-radius:14px}.reset-key.reset-key-back{left:calc(50% - 44px);top:calc(50% - 46px)}.reset-key svg{width:44px}.banked-plus{right:13px;bottom:39px;font-size:37px}.usage-bars{transform:rotate(-10deg) scale(.68);gap:7px}.plan-spark{font-size:27px;right:14px;top:37px}.showcase-sponsor{padding-bottom:42px}.showcase-sponsor>div{display:grid;grid-template-columns:79px minmax(0,1fr);column-gap:23px;row-gap:23px;padding:25px 22px;border-radius:21px}.sponsor-tile{width:79px;height:105px;border-radius:11px;font-size:17px;padding:17px 12px;grid-column:1;grid-row:1}.sponsor-tile svg{width:14px;right:7px;top:8px}.showcase-sponsor>div>div{grid-column:2;grid-row:1}.showcase-sponsor .showcase-kicker{font-size:8px;margin-bottom:9px}.showcase-sponsor h2{font-size:23px;line-height:1.17;letter-spacing:-.3px}.showcase-sponsor .button{grid-column:1/-1;grid-row:2;justify-content:space-between;margin:0;font-size:13px;min-height:47px;padding:13px 16px}.showcase-faq{display:block;padding-bottom:45px}.showcase-faq>div:first-child{margin-bottom:25px}.showcase-faq h2{font-size:37px;line-height:1.06;letter-spacing:-.6px}.showcase-faq .faq-list summary{font-size:14px;padding-block:20px}.showcase-faq .faq-list p{font-size:13px;line-height:1.8}.is-home .site-footer{padding-top:34px}.is-home .footer-top{padding-bottom:23px}.is-home .footer-intro>.brand{font-size:24px}.is-home .footer-intro>span{font-size:11px;margin-top:17px}.is-home .footer-links{grid-template-columns:repeat(3,1fr);gap:17px;margin-top:32px}.is-home .footer-links>div{font-size:11px;gap:14px}.is-home .footer-links>div>span{font-size:8px}.is-home .footer-wordmark{font-size:12.8vw;letter-spacing:-1px;padding:11px 16px 24px}.is-home .footer-bottom{font-size:10px;gap:12px;padding-block:20px}.is-home .footer-bottom>span:nth-child(2){font-size:9px}}@media(max-width:380px){.is-home .container{padding-inline:20px}.is-home .brand{font-size:23px}.date-month{font-size:50px}.date-bottom>strong{font-size:114px}.date-bottom{gap:22px}.date-year{font-size:24px}.date-age:not(:empty){font-size:9px;padding:8px 9px}.showcase-result h1{font-size:9px}.showcase-proof{font-size:8px;gap:8px}.showcase-proof>span+span{padding-left:8px}.showcase-source blockquote{font-size:13px}.showcase-reviewed{font-size:8px}.showcase-facts>div{padding:15px 13px}.showcase-facts strong{font-size:18px}.showcase-facts>div>div>span{font-size:8px}.showcase-facts p{font-size:9px}.showcase-clock{padding:22px 18px 20px}.showcase-timer-display>strong{font-size:23px}.clock-heading h2{font-size:13px}.clock-sticker{font-size:9px;right:-4px;padding:11px 12px}.showcase-history-controls button{padding-inline:9px;font-size:9px}.showcase-section-heading h2{font-size:35px}.showcase-section-heading p{font-size:10px}.showcase-section-heading>div>a{font-size:10px}.showcase-event-list>li{grid-template-columns:55px minmax(0,1fr);gap:8px 14px}.showcase-event-list>li.latest-history-row{padding-inline:13px;column-gap:13px}.showcase-event-list time{width:55px;padding-inline:7px}.showcase-event-copy h3{font-size:14px}.showcase-event-copy p{font-size:10px}.showcase-event-list li>a{font-size:9px}.showcase-guides .showcase-section-heading h2{font-size:32px}.guide-text h3{font-size:29px}.guide-banked .guide-text,.guide-plans .guide-text{padding-right:18px}.guide-banked .guide-text h3,.guide-plans .guide-text h3{font-size:22px}.guide-banked .guide-text p,.guide-plans .guide-text p{font-size:11px}.guide-banked .guide-link,.guide-plans .guide-link{font-size:10px}.guide-text>span:first-child{font-size:8px}.showcase-sponsor>div{column-gap:20px;padding-inline:20px}.showcase-sponsor h2{font-size:21px}}@media(prefers-reduced-motion:reduce){.showcase-reset-art{animation:none}.showcase-clock,.showcase-guide,.event-arrow{transition:none}}.showcase-clock .field-hint{font-size:11px;color:#674779}.showcase-clock .form-field label{font-size:12px}.showcase-clock .form-field input,.showcase-clock .form-field select{font-size:14px}.showcase-timer-display>span:last-child{font-size:12px}.showcase-timer-display>span:first-child{font-size:10px}.clock-help{font-size:11px;color:#674779}@media(max-width:1250px)and (min-width:1001px){.showcase-clock .form-field input,.showcase-clock .form-field select{font-size:12px}.showcase-clock .field-hint{font-size:10px}}@media(max-width:1000px){.showcase-clock .form-field input,.showcase-clock .form-field select{font-size:14px}.showcase-clock .field-hint{font-size:10px}.showcase-timer-display>span:first-child{font-size:9px}.showcase-timer-display>span:last-child{font-size:11px}.clock-help{font-size:10px}}@media(max-width:640px){.showcase-proof,.showcase-reviewed{font-size:10px}.showcase-clock .form-field input,.showcase-clock .form-field select{font-size:16px}.showcase-clock .field-hint{font-size:11px}.showcase-timer-display>span:last-child{font-size:12px}.clock-help{font-size:10px}.showcase-facts>div>div>span{min-height:0;font-size:10px}.showcase-clock-stage{margin-top:0;height:565px}.showcase-clock{top:78px}.showcase-reset-art{top:-87px}.clock-backplate{top:122px}.clock-sticker{top:535px}}@media(max-width:380px){.showcase-proof,.showcase-reviewed{font-size:9px}}
