*{box-sizing:border-box}body,html{min-height:100%;margin:0;padding:0;overflow-x:clip;max-width:100%}body{font-family:var(--font-hanken),system-ui,-apple-system,sans-serif;background:#100c07}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}textarea{width:100%;resize:none;outline:none;border:0;background:transparent}::selection{background:rgba(233,162,59,.3)}[data-hide-scroll]{scrollbar-width:none;-ms-overflow-style:none}[data-hide-scroll]::-webkit-scrollbar{display:none}.theme-dark{--bg:#100c07;--bg-2:#16110a;--surface:#1b150d;--surface-2:#241c12;--line:rgba(244,235,216,0.1);--line-2:rgba(244,235,216,0.17);--text:#f4eee0;--text-2:#b4ab98;--text-3:#7c7464;--accent:#e9a23b;--accent-ink:#efb259;--accent-soft:#f6d08a;--on-accent:#1a1206;--accent-glow:rgba(233,162,59,0.18);--shadow:0 24px 64px -28px rgba(0,0,0,0.72)}.theme-light{--bg:#f3ecdd;--bg-2:#ebe2d0;--surface:#fcf8f0;--surface-2:#f0e7d6;--line:rgba(33,24,10,0.1);--line-2:rgba(33,24,10,0.16);--text:#1c150a;--text-2:#6a6050;--text-3:#988d78;--accent:#e9a23b;--accent-ink:#b0701a;--accent-soft:#c8842a;--on-accent:#241705;--accent-glow:rgba(233,162,59,0.24);--shadow:0 24px 54px -30px rgba(70,46,12,0.34)}.app-shell{min-height:100vh;max-width:100%;overflow-x:clip;color:var(--text);background:var(--bg);transition:background .5s ease,color .5s ease;-webkit-font-smoothing:antialiased}.brand-font{font-family:var(--font-bricolage),sans-serif}.brand-word{color:var(--text);font-size:20px;font-weight:700;letter-spacing:0;line-height:1}.icon-button,.panel,.pill-button,.plan-card,.primary-button,.secondary-button,.voice-chip{border:1px solid var(--line-2)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;gap:12px;padding:13px clamp(16px,4vw,40px);background:var(--bg);border-bottom:1px solid var(--line)}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px;color:var(--text);text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mark{display:flex;align-items:flex-end;gap:2.5px;height:20px}.mark span{width:3px;border-radius:2px;background:var(--accent)}.beta{padding:1px 5px;margin-top:2px;border:1px solid var(--line-2);border-radius:5px;color:var(--text-3);font-size:10px;font-weight:600;letter-spacing:.6px}.header-actions{display:flex;align-items:center;gap:8px}.icon-button,.pill-button{display:inline-flex;align-items:center;justify-content:center;height:38px;border-radius:999px;background:var(--surface);color:var(--text);cursor:pointer}.pill-button{gap:7px;padding:0 13px;text-decoration:none;font-size:13px;font-weight:600;white-space:nowrap}.icon-button{width:38px;color:var(--text-2)}.account-button{padding-inline:12px 14px}.hero{max-width:760px;width:100%;margin:0 auto;padding:clamp(34px,7vw,72px) 20px 96px;overflow-x:clip}.center-copy{position:relative;margin-bottom:clamp(24px,4vw,36px);text-align:center}.eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;padding:8px 12px;border:1px solid var(--line-2);border-radius:999px;background:color-mix(in srgb,var(--surface) 78%,transparent);color:var(--accent-ink);font-size:12px;font-weight:800;letter-spacing:.9px;text-transform:uppercase}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px var(--accent-glow);animation:hero-dot 2.4s ease-in-out infinite}.hero h1,.page-title{margin:0;color:var(--text);font-family:var(--font-bricolage),sans-serif;font-weight:600;letter-spacing:0}.hero h1{max-width:18ch;margin:0 auto 18px;font-size:clamp(30px,4.6vw,50px);line-height:1.06}.lead{max-width:48ch;margin:0 auto;color:var(--text-2);font-size:clamp(16px,3vw,19px);line-height:1.58}.hero-wave{position:relative;display:flex;align-items:center;justify-content:center;gap:4px;width:min(100%,440px);height:42px;margin:24px auto 0;color:var(--accent)}.hero-wave:after,.hero-wave:before{content:"";position:absolute;top:50%;width:72px;height:1px;background:var(--line-2)}.hero-wave:before{right:calc(100% + 16px)}.hero-wave:after{left:calc(100% + 16px)}.hero-wave span{width:4px;min-height:7px;border-radius:999px;background:currentColor;opacity:.85;transform-origin:center;animation:hero-eq 1.6s ease-in-out infinite alternate}.hero-wave span:nth-child(3n){opacity:.34}.hero-wave span:nth-child(4n){background:var(--accent-soft)}@keyframes hero-eq{0%{transform:scaleY(.54);opacity:.38}48%{transform:scaleY(1.08);opacity:.95}to{transform:scaleY(.72);opacity:.62}}@keyframes hero-dot{0%,to{box-shadow:0 0 0 4px var(--accent-glow)}50%{box-shadow:0 0 0 7px var(--accent-glow)}}.panel{overflow:clip;border-radius:24px;background:var(--surface);box-shadow:var(--shadow);min-width:0}.editor{padding:clamp(18px,4vw,26px) clamp(18px,4vw,26px) 0}.editor textarea{min-height:140px;color:var(--text);font-size:clamp(17px,4.4vw,21px);line-height:1.55}.editor-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px clamp(18px,4vw,26px) 16px}.button-row,.tag-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:var(--surface-2)}.ghost-chip,.tag{height:30px;padding:0 11px;color:var(--text-2);font-size:12.5px;font-weight:600}.ghost-chip{border:1px solid var(--line-2);border-radius:999px;background:transparent;cursor:pointer}.text-link{color:inherit;text-decoration:none}.divider{height:1px;background:var(--line)}.action-section,.voice-section{padding:18px clamp(18px,4vw,26px)}.voice-section{min-width:0;overflow:hidden}.action-section{padding-top:0;min-width:0;max-width:100%}.section-label{margin-bottom:12px;color:var(--text-3);font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.voice-scroll-outer{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;cursor:-webkit-grab;cursor:grab}.voice-scroll-outer:active{cursor:-webkit-grabbing;cursor:grabbing}.voice-row{display:flex;gap:10px;width:max-content;min-width:100%;padding-right:4px;scroll-snap-type:x proximity}.voice-chip{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:11px;min-width:132px;padding:10px 12px 10px 10px;border-radius:15px;background:var(--surface-2);color:var(--text);cursor:pointer;scroll-snap-align:start;transition:background .2s,border-color .2s}.voice-chip[data-selected=true]{border-color:var(--accent);background:var(--accent-glow)}.voice-chip[data-sampling=true] .sample-button,.voice-chip[data-selected=true] .sample-button{background:var(--accent);color:var(--on-accent)}.sample-button{flex:none;align-items:center;width:36px;height:36px;border:0;border-radius:50%;background:var(--bg-2);color:var(--accent-ink);cursor:pointer}.eq-bars,.sample-button{display:inline-flex;justify-content:center}.eq-bars{align-items:flex-end;gap:2px;width:17px;height:15px}.eq-bars span{width:3px;border-radius:2px;background:currentColor;transform-origin:center bottom}.eq-bars span:first-child{height:7px}.eq-bars span:nth-child(2){height:13px}.eq-bars span:nth-child(3){height:9px}.eq-bars span:nth-child(4){height:11px}.voice-chip[data-sampling=true] .eq-bars span{animation:eq .48s ease-in-out infinite alternate}.voice-chip[data-sampling=true] .eq-bars span:nth-child(2){animation-delay:.08s}.voice-chip[data-sampling=true] .eq-bars span:nth-child(3){animation-delay:.16s}.voice-chip[data-sampling=true] .eq-bars span:nth-child(4){animation-delay:.24s}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 18px;border-radius:14px;color:var(--text);cursor:pointer;font-size:15.5px;font-weight:700;text-decoration:none}.primary-button{border:0;background:var(--accent);color:var(--on-accent);box-shadow:0 12px 30px -12px var(--accent-glow)}.primary-button:disabled{cursor:not-allowed;filter:grayscale(.4);opacity:.42}.secondary-button{background:var(--surface-2)}.fine-print{margin:18px 0 0;color:var(--text-3);font-size:13px;text-align:center}.work-screen{max-width:680px;margin:0 auto;padding:clamp(60px,14vw,120px) 20px;text-align:center}.page-wrap,.result-screen{max-width:720px;margin:0 auto;padding:clamp(24px,5vw,44px) 20px 90px}.result-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.wave-grid{display:grid;grid-template-columns:60px 1fr;grid-gap:16px;gap:16px;align-items:center}.play-button{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border:0;border-radius:50%;background:var(--accent);color:var(--on-accent);cursor:pointer}.pause-glyph{display:inline-flex;gap:5px}.pause-glyph:after,.pause-glyph:before{content:"";display:block;width:5px;height:22px;border-radius:3px;background:currentColor}.time-row{display:flex;justify-content:space-between;margin-top:6px;color:var(--text-3);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.subtitle-preview{max-height:200px;overflow-y:auto;color:var(--text-3);font-size:clamp(17px,4.4vw,20px);font-weight:600;line-height:1.95}.subtitle-word{display:inline-block;padding:0 .06em;margin-right:.28em;border-radius:5px;transition:color .15s ease,background .15s ease}.subtitle-word[data-state=past]{color:var(--text)}.subtitle-word[data-state=current]{background:var(--accent-glow);color:var(--accent-ink);font-weight:700}.notice{display:flex;align-items:center;gap:8px;margin-top:18px;color:var(--text-3);font-size:12.5px}.credits-page{max-width:1080px;margin:0 auto;padding:clamp(28px,6vw,60px) 20px 100px}.credits-hero{margin-bottom:clamp(26px,4vw,40px)}.credits-hero .page-title{margin:0 0 14px;font-size:clamp(32px,7vw,52px);line-height:1.02}.credits-hero .lead strong{color:var(--text);font-weight:700}.credit-estimator{overflow:hidden;margin-bottom:clamp(22px,4vw,34px);padding:clamp(20px,4vw,28px);border:1px solid var(--line-2);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.credit-estimator-head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:18px}.credit-estimate-value{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.credit-estimate-value .brand-font{color:var(--text);font-size:clamp(30px,7vw,42px);font-weight:700;letter-spacing:-.5px;line-height:.95}.credit-estimate-value span:last-child{color:var(--text-2);font-size:14px}.credit-estimate-value strong{color:var(--text);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.credit-recommendation{text-align:right}.credit-recommendation>span{display:block;margin-bottom:4px;color:var(--text-3);font-size:12px}.credit-recommendation strong{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border:1px solid var(--accent);border-radius:999px;background:var(--accent-glow);color:var(--accent-ink);font-size:14px}.credit-recommendation strong span{width:7px;height:7px;border-radius:50%;background:var(--accent)}.credit-track{position:relative;display:flex;align-items:center;gap:3px;height:60px;cursor:pointer;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.credit-track>span:not(.credit-track-thumb){flex:1 1;min-width:0;border-radius:3px;transform-origin:center bottom}.credit-track-thumb{position:absolute;top:50%;width:8px;height:72px;border-radius:999px;background:var(--accent);box-shadow:0 4px 14px -4px var(--accent-glow),0 0 0 4px var(--bg);pointer-events:none;transform:translate(-50%,-50%)}.credit-track-labels{display:flex;justify-content:space-between;margin-top:8px;color:var(--text-3);font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.credits-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(248px,1fr));align-items:stretch;grid-gap:16px;gap:16px}.credit-plan-card{position:relative;display:flex;flex-direction:column;padding:24px 22px;border:1px solid var(--line-2);border-radius:22px;background:var(--surface);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.credit-plan-card[data-highlighted=true]{border-color:var(--accent);box-shadow:var(--shadow)}.credit-plan-card[data-recommended=true]{transform:translateY(-6px)}.credit-plan-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.credit-plan-head h3{margin:0;color:var(--text);font-size:20px;font-weight:700}.credit-badge{padding:4px 9px;border-radius:999px;background:var(--surface-2);color:var(--accent-ink);font-size:10.5px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;white-space:nowrap}.credit-badge.is-recommended{background:var(--accent);color:var(--on-accent)}.credit-plan-price{display:flex;align-items:baseline;gap:6px;margin-bottom:6px}.credit-plan-price .brand-font{color:var(--text);font-size:46px;font-weight:700;letter-spacing:-1px;line-height:.9}.credit-plan-price span:last-child{color:var(--text-2);font-size:18px;font-weight:700}.credit-plan-chars{margin-bottom:2px;color:var(--accent-ink);font-size:14px;font-weight:800}.credit-plan-unit{margin-bottom:18px;color:var(--text-3);font-size:13px}.credit-plan-features{display:flex;flex-direction:column;gap:11px;margin:16px 0 22px}.credit-plan-features div{display:flex;align-items:center;gap:10px;color:var(--text-2);font-size:14px}.credit-plan-features span{display:flex;flex:none;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--accent-glow);color:var(--accent-ink)}.credit-trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px;margin-top:18px}.credit-trust-grid div{display:grid;grid-template-columns:34px 1fr;grid-column-gap:12px;column-gap:12px;padding:16px 18px;border:1px solid var(--line-2);border-radius:16px;background:var(--surface)}.credit-trust-grid span{display:flex;grid-row:span 2;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--surface-2);color:var(--accent-ink)}.credit-trust-grid strong{color:var(--text);font-size:14px}.credit-trust-grid small{color:var(--text-3);font-size:12.5px}.credit-faq{max-width:680px;margin:clamp(34px,6vw,52px) auto 0}.credit-faq .page-title{margin:0 0 18px;font-size:clamp(22px,5vw,30px);text-align:center}.credit-faq-list{display:flex;flex-direction:column;gap:10px}.credit-faq-item{overflow:hidden;border:1px solid var(--line-2);border-radius:16px;background:var(--surface)}.credit-faq-item button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 18px;border:0;background:transparent;color:var(--text);cursor:pointer;text-align:left}.credit-faq-item button>span:first-child{font-size:15px;font-weight:700}.credit-faq-sign{display:flex;flex:none;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--surface-2);color:var(--accent-ink);font-size:18px;font-weight:700;transition:transform .2s ease}.credit-faq-sign[data-open=true]{transform:rotate(45deg)}.credit-faq-item p{margin:0;padding:0 18px 16px;color:var(--text-2);font-size:14px;line-height:1.6}.plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;grid-gap:16px;gap:16px}.plan-card{position:relative;display:flex;flex-direction:column;padding:26px 22px;border-radius:20px;background:var(--surface)}.plan-card[data-popular=true]{border-color:var(--accent);box-shadow:var(--shadow)}.popular-badge{position:absolute;top:14px;right:14px;padding:4px 9px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.plan-features{display:flex;flex-direction:column;gap:11px;margin:0 0 24px}.plan-buy{margin-top:auto}.history-page{max-width:660px}.history-title{margin:0 0 6px;font-size:clamp(28px,7vw,40px)}.history-lead{margin:0 0 26px;color:var(--text-2);font-size:15px}.history-list{overflow:hidden;border:1px solid var(--line-2);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.history-row{display:flex;align-items:center;gap:13px;width:100%;padding:15px 16px;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent;color:inherit;cursor:pointer;text-align:left;transition:background .2s ease}.history-row:first-child{border-top:0}.history-row:hover{background:var(--surface-2)}.history-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.history-play{display:inline-flex;flex:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line-2);border-radius:50%;background:var(--surface-2);color:var(--accent-ink)}.history-copy{flex:1 1;min-width:0}.history-snippet{display:block;overflow:hidden;color:var(--text);font-size:14.5px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.history-meta{display:block;margin-top:2px;color:var(--text-3);font-size:12.5px}.history-chevron{flex:none;color:var(--text-3)}.profile-page{max-width:620px;margin:0 auto;padding:clamp(28px,6vw,56px) 20px 100px}.profile-identity{display:flex;align-items:center;gap:18px;margin-bottom:clamp(26px,5vw,40px)}.profile-avatar-wrap{position:relative;flex:none}.profile-avatar{display:flex;align-items:center;justify-content:center;width:74px;height:74px;border:1px solid var(--accent);border-radius:50%;background:var(--surface-2);color:var(--accent-ink);font-size:27px;font-weight:700}.profile-status{position:absolute;right:-1px;bottom:2px;width:16px;height:16px;border:3px solid var(--bg);border-radius:50%;background:var(--accent);box-shadow:0 0 0 1px var(--accent)}.profile-identity-copy{min-width:0}.profile-name{margin:0 0 5px;font-size:clamp(26px,6vw,34px);line-height:1.02}.profile-badges{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.profile-plan{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:11.5px;font-weight:700;letter-spacing:.3px}.profile-since{color:var(--text-3);font-size:13.5px}.profile-credit-card{overflow:hidden;margin-bottom:18px;padding:clamp(22px,5vw,32px);border:1px solid var(--line-2);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.profile-credit-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.profile-section-label{margin-bottom:10px;color:var(--text-3);font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.profile-credit-value{display:flex;align-items:baseline;gap:8px}.profile-credit-value .brand-font{color:var(--text);font-size:clamp(44px,11vw,62px);font-weight:700;letter-spacing:-1px;line-height:.9}.profile-credit-value span:last-child{color:var(--text-2);font-size:15px;font-weight:600}.profile-percent{display:inline-flex;align-items:center;height:28px;padding:0 11px;border-radius:999px;background:var(--surface-2);color:var(--accent-ink);font-size:12.5px;font-weight:700;white-space:nowrap}.profile-meter{display:flex;align-items:flex-end;gap:3px;height:56px;margin-bottom:14px;overflow:hidden}.profile-meter span{flex:1 1;min-width:0;border-radius:3px;transform-origin:center bottom;animation:meter-rise .6s cubic-bezier(.2,.8,.2,1) both}.profile-credit-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;color:var(--text-3);font-size:13px}.profile-credit-meta strong{color:var(--text-2);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.profile-credit-button{width:100%;min-height:56px;border-radius:16px}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:18px}.profile-stats div{padding:18px 14px;border:1px solid var(--line-2);border-radius:18px;background:var(--surface);text-align:center}.profile-stats strong{display:block;color:var(--text);font-size:clamp(24px,6vw,30px);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.2px}.profile-stats span{display:block;margin-top:4px;color:var(--text-3);font-size:12px;line-height:1.3}.profile-block{margin-bottom:18px}.profile-block-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-text-button{padding:0;border:0;background:transparent;color:var(--accent-ink);cursor:pointer;font-size:13px;font-weight:700}.profile-account-row,.profile-recent-row,.profile-voice-card{display:flex;align-items:center;width:100%;background:transparent;color:inherit;cursor:pointer;text-align:left}.profile-voice-card{gap:14px;padding:14px 16px;border:1px solid var(--line-2);border-radius:18px;background:var(--surface)}.profile-voice-play[data-sampling=true]{background:var(--accent);color:var(--on-accent)}.profile-voice-play[data-sampling=true] .eq-bars span{animation:eq .48s ease-in-out infinite alternate}.profile-voice-copy{display:flex;flex:1 1;min-width:0;flex-direction:column}.profile-voice-copy strong{color:var(--text);font-size:16px}.profile-voice-copy span{overflow:hidden;color:var(--text-3);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.profile-change{flex:none;color:var(--accent-ink);font-size:13px;font-weight:700}.profile-account-list,.profile-recent-list{overflow:hidden;border:1px solid var(--line-2);border-radius:18px;background:var(--surface)}.profile-recent-row{gap:13px;padding:14px 16px;border:0;border-top:1px solid var(--line)}.profile-recent-row:first-child{border-top:0}.profile-account-row{gap:12px;padding:15px 16px;border:0;border-top:1px solid var(--line)}.profile-account-row:first-child{border-top:0}.profile-account-row:disabled{cursor:wait;opacity:.72}.profile-account-icon{display:flex;flex:none;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:var(--surface-2);color:var(--text-3)}.profile-account-copy{display:flex;flex:1 1;min-width:0;flex-direction:column}.profile-account-copy span{color:var(--text-3);font-size:11.5px}.profile-account-copy strong{overflow:hidden;color:var(--text);font-size:14.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.profile-provider{display:inline-flex;flex:none;align-items:center;gap:5px;color:var(--accent-ink);font-size:11.5px;font-weight:700}.profile-provider span{width:6px;height:6px;border-radius:50%;background:var(--accent)}.profile-account-value{flex:none;color:var(--text-2);font-size:13.5px;font-weight:700}.profile-danger-icon,.profile-danger-text strong{color:#d8593f}.profile-footnote{margin:22px 0 0;color:var(--text-3);font-size:12.5px;text-align:center}.login-page{position:relative;overflow:hidden;min-height:100vh}.login-topbar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px clamp(16px,4vw,40px)}.login-bg-canvas{position:absolute;left:0;right:0;bottom:0;z-index:0;display:block;width:100%;height:42vh;opacity:.5;pointer-events:none}.login-main{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 70px);padding:clamp(20px,4vw,40px) 22px clamp(48px,9vw,90px);text-align:center}@keyframes loginFloatUp{0%{transform:translateY(14px)}to{transform:none}}@keyframes loginDot{0%,to{opacity:.4;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}@keyframes loginRingPulse{0%{transform:scale(.92);opacity:.5}to{transform:scale(1.45);opacity:0}}@keyframes loginBarPulse{0%{transform:scaleY(.55)}to{transform:scaleY(1)}}.login-float{animation:loginFloatUp .6s ease both}.login-float-1{animation-delay:0s}.login-float-2{animation-delay:.05s}.login-float-3{animation-delay:.1s}.login-float-4{animation-delay:.15s}.login-float-5{animation-delay:.2s}.login-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:clamp(26px,5vw,40px);padding:8px 14px;border:1px solid var(--line-2);border-radius:999px;background:var(--surface);color:var(--accent-ink);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.login-kicker-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:loginDot 2.2s ease-in-out infinite}.login-orb-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:clamp(150px,40vw,200px);height:clamp(150px,40vw,200px);margin-bottom:clamp(30px,5vw,44px)}.login-orb-ring{position:absolute;inset:0;border:1.5px solid var(--accent);border-radius:50%;animation:loginRingPulse 3.4s ease-out infinite}.login-orb-ring-delay{animation-delay:1.7s}.login-orb{position:relative;display:flex;align-items:center;justify-content:center;width:clamp(118px,32vw,160px);height:clamp(118px,32vw,160px);overflow:hidden;border:1px solid var(--line-2);border-radius:50%;background:var(--surface);box-shadow:var(--shadow)}.login-orb-canvas{display:block;width:64%;height:46%}.login-title{max-width:14ch;margin:0 0 16px;color:var(--text);font-size:clamp(32px,7.5vw,56px);font-weight:600;letter-spacing:-1.6px;line-height:1}.login-lead{max-width:42ch;margin:0 0 clamp(30px,5vw,40px);color:var(--text-2);font-size:clamp(15px,3.6vw,18px);line-height:1.55}.login-actions{width:100%;max-width:380px}.login-google-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:60px;border:none;border-radius:16px;background:var(--text);color:var(--bg);cursor:pointer;font-size:16.5px;font-weight:700;box-shadow:0 16px 36px -16px rgba(0,0,0,.5);transition:transform .12s ease,background .25s ease,color .25s ease}.login-google-button:hover:not(:disabled){transform:translateY(-1px)}.login-google-button:disabled{cursor:default}.login-google-button[data-loading=true]{background:var(--accent);color:var(--on-accent)}.login-google-content{display:inline-flex;align-items:center;gap:13px}.login-google-icon{display:inline-flex;flex:none;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#fff}.login-loading-bars{display:inline-flex;align-items:flex-end;gap:3px;height:16px}.login-loading-bars span{width:3px;border-radius:2px;background:currentColor;transform-origin:bottom;animation:loginBarPulse .5s ease-in-out infinite alternate}.login-loading-bars span:first-child{height:8px}.login-loading-bars span:nth-child(2){height:16px;animation-delay:.12s}.login-loading-bars span:nth-child(3){height:11px;animation-delay:.24s}.login-assurances{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:18px;margin-top:22px}.login-assurances span{display:inline-flex;align-items:center;gap:7px;color:var(--text-3);font-size:13px;font-weight:500}.login-assurance-dot{width:5px;height:5px;border-radius:50%;background:var(--accent)}.login-legal{margin:26px 0 0;color:var(--text-3);font-size:12.5px;line-height:1.5}.login-legal a{color:var(--accent-ink);font-weight:600;text-decoration:none}.login-legal a:hover{text-decoration:underline}.login-error{max-width:42ch;margin:-12px 0 clamp(20px,4vw,28px);padding:10px 12px;border:1px solid rgba(229,72,77,.35);border-radius:12px;background:rgba(229,72,77,.08);color:#c62828;font-size:13px;line-height:1.5;text-align:center}@media (prefers-reduced-motion:reduce){.login-float,.login-kicker-dot,.login-loading-bars span,.login-orb-ring{animation:none!important}}@media (max-width:640px){.login-assurances{gap:12px 18px}}.toast{position:fixed;right:20px;bottom:20px;z-index:50;max-width:calc(100vw - 40px);padding:12px 16px;border-radius:12px;background:var(--text);color:var(--bg);box-shadow:0 12px 30px -8px rgba(0,0,0,.5);font-size:14px;font-weight:700}@keyframes pulse-dot{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@keyframes eq{0%{transform:scaleY(.35)}to{transform:scaleY(1)}}@keyframes meter-rise{0%{transform:scaleY(.18)}to{transform:scaleY(1)}}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse-dot 1.4s ease-in-out infinite}@media (max-width:640px){.topbar{padding-inline:14px}.brand-word{font-size:18px}.pill-button span:last-child{display:none}.editor-tools,.result-head,.wave-grid{align-items:stretch}.editor-tools,.result-head{flex-direction:column}.wave-grid{grid-template-columns:1fr}.voice-scroll-outer{overflow-x:auto}.voice-chip{min-width:118px}.profile-page{padding-top:26px}.profile-stats{grid-template-columns:1fr}.credit-estimator-head,.profile-credit-head,.profile-credit-meta{align-items:flex-start;flex-direction:column}.credit-recommendation{text-align:left}.credit-plan-card[data-recommended=true]{transform:none}.blog-featured{grid-template-columns:1fr}.blog-subscribe-form button{width:100%}}.legal-nav-button{text-decoration:none}.legal-shell .topbar{justify-content:space-between}.legal-page{max-width:760px;margin:0 auto;padding:clamp(28px,6vw,56px) 20px 96px}.legal-title{margin:0 0 22px;font-size:clamp(28px,5vw,38px)}.legal-prose{padding:clamp(22px,4vw,32px);text-align:left}.legal-prose h2{margin:28px 0 10px;color:var(--text);font-family:var(--font-bricolage),sans-serif;font-size:20px;font-weight:600}.legal-prose h2:first-of-type{margin-top:0}.legal-prose h3{margin:18px 0 8px;color:var(--text);font-size:16px;font-weight:700}.legal-prose li,.legal-prose p{color:var(--text-2);font-size:15px;line-height:1.65}.legal-prose ul{margin:0 0 12px;padding-left:1.2rem}.legal-prose a{color:var(--accent-ink)}.legal-lead{margin:0 0 22px;color:var(--text-2);font-size:16px;line-height:1.6}.legal-meta{margin:0 0 18px;color:var(--text-3);font-size:13px}.legal-links{display:grid;grid-gap:12px;gap:12px}.legal-link-card{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border:1px solid var(--line-2);border-radius:16px;background:var(--surface-2);color:var(--text);text-decoration:none;transition:border-color .2s ease,background .2s ease}.legal-link-card:hover{border-color:var(--accent);background:var(--accent-glow)}.legal-link-card strong{font-size:16px}.legal-link-card span{color:var(--text-3);font-size:14px;line-height:1.5}.legal-index-shell a{color:inherit;text-decoration:none}.legal-index-topbar{justify-content:space-between}.legal-index-actions{display:flex;align-items:center;gap:8px}.legal-index-page{max-width:860px;margin:0 auto;padding:clamp(40px,8vw,80px) 20px clamp(40px,7vw,72px)}.legal-brand-hero{margin-bottom:clamp(40px,7vw,64px);text-align:center}.legal-hero-mark{display:inline-flex;align-items:flex-end;gap:5px;height:44px;margin-bottom:22px}.legal-hero-mark span{width:6px;border-radius:3px;background:var(--accent);transform-origin:bottom;animation:legal-hero-eq 1.8s ease-in-out infinite}.legal-hero-mark span:first-child{height:20px}.legal-hero-mark span:nth-child(2){height:42px;animation-delay:.2s}.legal-hero-mark span:nth-child(3){height:30px;animation-delay:.35s}.legal-hero-mark span:nth-child(4){height:16px;background:var(--accent-soft);animation-delay:.5s}.legal-brand-hero h1{margin:0 0 14px;color:var(--text);font-size:clamp(36px,9vw,64px);font-weight:600;letter-spacing:-1px;line-height:.95}.legal-brand-hero h1 span{color:var(--accent)}.legal-brand-hero p{max-width:44ch;margin:0 auto;color:var(--text-2);font-size:clamp(15px,3.6vw,18px);line-height:1.55}.legal-index-section{margin-bottom:clamp(34px,6vw,52px)}.legal-section-rule{display:flex;align-items:center;gap:10px;margin-bottom:16px}.legal-directory-label,.legal-section-rule span{color:var(--text-3);font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.legal-section-rule i{flex:1 1;height:1px;background:var(--line)}.legal-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:14px;gap:14px}.legal-primary-card{display:flex;align-items:center;gap:16px;padding:20px 22px;border:1px solid var(--line-2);border-radius:18px;background:var(--surface);transition:border-color .2s ease,transform .2s ease,background .2s ease}.legal-primary-card:hover{border-color:var(--accent);background:var(--surface-2);transform:translateY(-2px)}.legal-doc-icon{display:flex;flex:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:13px;background:var(--accent-glow);color:var(--accent-ink)}.legal-primary-copy{flex:1 1;min-width:0}.legal-primary-copy strong{display:block;margin-bottom:3px;color:var(--text);font-size:16px}.legal-primary-copy small{display:block;color:var(--text-3);font-size:13px;line-height:1.45}.legal-card-chevron{flex:none;color:var(--text-3)}.legal-directory{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:clamp(20px,4vw,40px);gap:clamp(20px,4vw,40px);padding-bottom:clamp(34px,6vw,48px);border-bottom:1px solid var(--line)}.legal-directory-label{margin-bottom:16px}.legal-directory-links{display:flex;flex-direction:column;gap:13px}.legal-directory-links a{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;color:var(--text-2);font-size:15px;font-weight:600;transition:color .18s ease,transform .18s ease}.legal-directory-links a:hover{color:var(--accent-ink);transform:translateX(3px)}.legal-contact-link{display:inline-flex;align-items:center;gap:10px;margin-bottom:12px;padding:11px 14px;border:1px solid var(--line-2);border-radius:13px;background:var(--surface);color:var(--text);font-size:14px;font-weight:700;transition:border-color .2s ease}.legal-contact-link:hover{border-color:var(--accent)}.legal-contact-link span{display:flex;flex:none;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:var(--surface-2);color:var(--accent-ink)}.legal-contact-note{max-width:24ch;margin:0;color:var(--text-3);font-size:13px;line-height:1.5}.legal-index-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:26px;color:var(--text-3);font-size:13px}.legal-index-footer div{display:flex;align-items:center;gap:9px}.legal-footer-mark{display:flex;align-items:flex-end;gap:2px;height:15px}.legal-footer-mark span{width:2.5px;border-radius:2px;background:var(--accent)}.legal-footer-mark span:first-child{height:7px}.legal-footer-mark span:nth-child(2){height:14px}.legal-footer-mark span:nth-child(3){height:10px;background:var(--accent-soft)}@keyframes legal-hero-eq{0%,to{transform:scaleY(.42)}50%{transform:scaleY(1)}}.blog-shell input{font:inherit;outline:none}.blog-topbar{justify-content:space-between}.blog-header-actions{display:flex;align-items:center;gap:8px}.blog-page{max-width:1060px;margin:0 auto;padding:clamp(28px,5vw,52px) 20px 100px}.blog-intro{margin-bottom:clamp(24px,4vw,36px)}.blog-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:7px 12px;border:1px solid var(--line-2);border-radius:999px;background:var(--surface);color:var(--accent-ink);font-size:12px;font-weight:800;letter-spacing:.9px;text-transform:uppercase}.blog-kicker span{width:6px;height:6px;border-radius:50%;background:var(--accent)}.blog-intro h1{margin:0 0 12px;color:var(--text);font-size:clamp(34px,7vw,54px);font-weight:600;letter-spacing:-1px;line-height:1}.blog-intro p{max-width:50ch;margin:0;color:var(--text-2);font-size:clamp(15px,3.4vw,18px);line-height:1.55}.blog-featured{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;grid-gap:clamp(18px,3vw,28px);gap:clamp(18px,3vw,28px);width:100%;margin-bottom:clamp(30px,5vw,46px);padding:clamp(18px,3vw,24px);border:1px solid var(--line-2);border-radius:24px;background:var(--surface);color:inherit;cursor:pointer;box-shadow:var(--shadow);text-align:left;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.blog-featured:hover{border-color:var(--accent);transform:translateY(-2px)}.blog-featured-art{position:relative;display:flex;overflow:hidden;align-items:center;justify-content:center;min-height:clamp(180px,28vw,260px);padding:24px;border-radius:18px;background:var(--surface-2)}.blog-featured-badge{position:absolute;top:18px;left:18px;display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:11.5px;font-weight:800;letter-spacing:.4px}.blog-watermark{position:absolute;color:var(--accent);font-size:clamp(90px,22vw,200px);font-weight:700;letter-spacing:-4px;opacity:.07;-webkit-user-select:none;-moz-user-select:none;user-select:none}.blog-card-bars,.blog-featured-bars{position:relative;display:flex;align-items:flex-end}.blog-featured-bars{gap:clamp(3px,1vw,6px);height:clamp(70px,14vw,120px)}.blog-featured-bars span{width:clamp(4px,1vw,7px);border-radius:3px;background:var(--accent);opacity:.8;transform-origin:bottom;animation:blog-eq 1.7s ease-in-out infinite}.blog-card-bars span:nth-child(4n),.blog-featured-bars span:nth-child(4n),.blog-subscribe-mark span:nth-child(3){background:var(--accent-soft)}.blog-featured-copy .blog-meta-row{margin-bottom:14px}.blog-featured-copy h2{margin:0 0 12px;color:var(--text);font-size:clamp(22px,4vw,32px);font-weight:600;letter-spacing:-.4px;line-height:1.08}.blog-featured-copy p{max-width:48ch;margin:0 0 18px;color:var(--text-2);font-size:15.5px;line-height:1.6}.blog-meta-row{display:flex;align-items:center;gap:9px}.blog-meta-row span{color:var(--accent-ink);font-size:12px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.blog-meta-row i{width:4px;height:4px;border-radius:50%;background:var(--text-3)}.blog-meta-row small{color:var(--text-3);font-size:13px}.blog-author{gap:11px}.blog-author,.blog-author>span{display:flex;align-items:center}.blog-author>span{justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--accent-glow);color:var(--accent-ink);font-size:13px;font-weight:800}.blog-author div{line-height:1.2}.blog-author strong{display:block;color:var(--text);font-size:13.5px}.blog-author small{color:var(--text-3);font-size:12.5px}.blog-filters{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:20px}.blog-filters button{height:36px;padding:0 16px;border:1px solid var(--line-2);border-radius:999px;background:var(--surface);color:var(--text-2);cursor:pointer;font-size:13.5px;font-weight:700;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease}.blog-filters button[data-active=true]{border-color:var(--accent);background:var(--accent);color:var(--on-accent)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.blog-card{display:flex;overflow:hidden;flex-direction:column;border:1px solid var(--line-2);border-radius:20px;background:var(--surface);cursor:pointer;color:inherit;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.blog-card:hover{border-color:var(--accent);transform:translateY(-3px)}.blog-card-art{position:relative;display:flex;overflow:hidden;align-items:center;justify-content:center;height:128px;background:var(--surface-2)}.blog-card-glyph{position:absolute;color:var(--accent);font-size:90px;font-weight:700;letter-spacing:-4px;opacity:.08}.blog-card-bars{gap:4px;height:54px}.blog-card-bars span{width:4px;border-radius:2px;background:var(--accent);opacity:.7;transform-origin:bottom}.blog-card-body{display:flex;flex:1 1;flex-direction:column;padding:18px 18px 20px}.blog-card-body .blog-meta-row{margin-bottom:11px}.blog-card h3{margin:0 0 9px;color:var(--text);font-size:18.5px;font-weight:600;letter-spacing:-.2px;line-height:1.18}.blog-card p{margin:0 0 16px;color:var(--text-2);font-size:14px;line-height:1.55}.blog-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.blog-card-foot>span{color:var(--text-3);font-size:12.5px}.blog-card-foot strong{display:inline-flex;align-items:center;gap:5px;color:var(--accent-ink);font-size:13px}.blog-subscribe{margin-top:clamp(34px,6vw,52px);padding:clamp(24px,4vw,38px);border:1px solid var(--line-2);border-radius:24px;background:var(--surface);text-align:center}.blog-subscribe-mark{display:inline-flex;align-items:flex-end;gap:3px;height:24px;margin-bottom:16px}.blog-subscribe-mark span{width:4px;border-radius:2px;background:var(--accent);transform-origin:bottom;animation:blog-eq 1.6s ease-in-out infinite}.blog-subscribe-mark span:first-child{height:10px}.blog-subscribe-mark span:nth-child(2){height:22px;animation-delay:.2s}.blog-subscribe-mark span:nth-child(3){height:15px;animation-delay:.35s}.blog-subscribe h2{margin:0 0 8px;color:var(--text);font-size:clamp(22px,5vw,30px);font-weight:600;letter-spacing:-.2px}.blog-subscribe p{max-width:42ch;margin:0 auto 22px;color:var(--text-2);font-size:15px;line-height:1.55}.blog-subscribe-form{display:flex;flex-wrap:wrap;gap:10px;max-width:440px;margin:0 auto}.blog-subscribe-form input{flex:1 1;min-width:180px;height:52px;padding:0 18px;border:1px solid var(--line-2);border-radius:14px;background:var(--bg);color:var(--text);font-size:15px}.blog-subscribe-form button{height:52px;padding:0 24px;border:0;border-radius:14px;background:var(--accent);color:var(--on-accent);cursor:pointer;font-size:15px;font-weight:800;white-space:nowrap;box-shadow:0 12px 30px -12px var(--accent-glow)}@keyframes blog-eq{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.blog-back-link{display:inline-flex;align-items:center;margin-bottom:18px;color:var(--text-2);font-size:14px;font-weight:600;text-decoration:none;transition:color .15s ease}.blog-back-link:hover{color:var(--accent-ink)}.blog-post-page{max-width:720px}.blog-post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:12px}.blog-post-meta span{color:var(--accent-ink);font-size:12px;font-weight:800;letter-spacing:.6px;text-transform:uppercase}.blog-post-meta i{width:4px;height:4px;border-radius:50%;background:var(--text-3)}.blog-post-meta small{color:var(--text-3);font-size:13px}.blog-post-title{margin-bottom:24px}.blog-post-prose section+section{margin-top:8px}.blog-post-footer{margin-top:32px;padding-top:24px;border-top:1px solid var(--line);color:var(--text-2);font-size:14px;line-height:1.6}.blog-post-footer p{margin:0 0 8px}.blog-post-footer a{color:var(--accent-ink);font-weight:600}.blog-author-card{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px;padding:18px 20px}.blog-author-card-avatar{display:flex;flex:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--accent-glow);color:var(--accent-ink);font-size:14px;font-weight:800}.blog-author-card strong{display:block;color:var(--text);font-size:15px}.blog-author-card small{display:block;margin-bottom:8px;color:var(--accent-ink);font-size:12px;font-weight:700}.blog-author-card p{margin:0;color:var(--text-2);font-size:14px;line-height:1.55}.pricing-page{max-width:960px}.pricing-hero{margin-bottom:clamp(28px,4vw,40px)}.pricing-plans{margin-bottom:28px}.pricing-trust{margin-bottom:36px}.pricing-faq{margin-bottom:32px;padding:clamp(20px,3vw,28px);border:1px solid var(--line-2);border-radius:20px;background:var(--surface)}.pricing-faq h2{margin:0 0 18px;color:var(--text);font-size:22px;font-weight:700}.pricing-faq dl{display:grid;grid-gap:16px;gap:16px;margin:0}.pricing-faq dt{margin-bottom:4px;color:var(--text);font-size:15px;font-weight:700}.pricing-faq dd{margin:0;color:var(--text-2);font-size:14.5px;line-height:1.55}.pricing-bottom-cta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:22px 24px;border:1px solid var(--line-2);border-radius:20px;background:var(--surface)}.pricing-bottom-cta p{margin:0;color:var(--text-2);font-size:15px}.pricing-cta-top{min-height:40px;padding:0 16px;font-size:14px}a.plan-buy,a.primary-button,a.secondary-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk Fallback;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_b8e0ed{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.__variable_b8e0ed{--font-hanken:"Hanken Grotesk","Hanken Grotesk Fallback"}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_00ef7f{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_00ef7f{--font-bricolage:"Bricolage Grotesque","Bricolage Grotesque Fallback"}