:root{--font-primary:"Inter",system-ui,-apple-system,sans-serif;--color-pp-light:#FF8F6B;--color-pp-orange:#ED6C47;--color-pp-mid:#D35230;--color-pp-dark:#BD3718;--color-pp-orange-hover:#B83D1E;--color-pp-orange-light:#FEF3F0;--color-pp-orange-subtle:#FDECE7;--color-pp-gradient:linear-gradient(135deg,#FF8F6B,#ED6C47 30%,#D35230 65%,#BD3718);--color-pp-dark:#1B1B1F;--color-pp-ribbon:#2B2B30;--color-bg-primary:#FFFFFF;--color-bg-secondary:#FAFAFA;--color-bg-tertiary:#F2F2F5;--color-bg-canvas:#F0F0F3;--color-text-primary:#1A1A1E;--color-text-secondary:#6E6E7A;--color-text-tertiary:#A1A1AA;--color-text-inverse:#FFFFFF;--color-accent:#C43E1C;--color-accent-hover:#A83515;--color-accent-light:var(--color-pp-orange-light);--color-accent-subtle:var(--color-pp-orange-subtle);--color-border:#E5E5E8;--color-border-hover:#D4D4D8;--color-border-focus:var(--color-accent);--color-success:#22C55E;--color-success-light:#F0FDF4;--color-success-dark:#166534;--color-warning:#F59E0B;--color-warning-light:#FFFBEB;--color-warning-dark:#92400E;--color-error:#EF4444;--color-error-light:#FEF2F2;--color-error-dark:#991B1B;--color-info:#3B82F6;--color-info-light:#EFF6FF;--color-info-dark:#1E40AF;--shadow-xs:0 1px 2px rgba(0,0,0,0.04);--shadow-sm:0 1px 4px rgba(0,0,0,0.06);--shadow-default:0 2px 8px rgba(0,0,0,0.07);--shadow-md:0 4px 16px rgba(0,0,0,0.08);--shadow-lg:0 12px 32px rgba(0,0,0,0.1);--shadow-glow:0 4px 20px rgba(210,71,38,0.18);--radius-xs:3px;--radius-sm:4px;--radius-default:6px;--radius-lg:8px;--radius-xl:10px;--radius-2xl:12px;--radius-full:9999px;--transition:150ms cubic-bezier(0.4,0,0.2,1);--transition-slow:300ms cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}body,html{max-width:100vw;margin:0;color:var(--color-text-primary);font-family:var(--font-primary);background:var(--color-bg-canvas);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--color-accent)}button{font:inherit;color:inherit}main{min-height:100vh}.app-header{background:var(--color-bg-secondary);border-bottom:none;position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-header-top{justify-content:space-between;padding:0 2.5rem;height:56px;position:relative}.app-header-top,.header-brand{display:flex;align-items:center}.header-brand{gap:.85rem}.header-brand img.brand-logo{height:28px;width:auto;opacity:.9}.header-brand-divider{width:1px;height:22px;background:var(--color-border)}.header-pp-icon{height:26px;width:26px;border-radius:5px;flex-shrink:0}.header-brand-name{font-size:.95rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em}.header-right{gap:.85rem;position:relative}.header-right,.header-stats{display:flex;align-items:center}.header-stats{gap:1.25rem;padding-right:.85rem;border-right:1px solid var(--color-border)}.header-stat{display:flex;align-items:baseline;gap:.3rem}.header-stat-value{font-size:1rem;font-weight:700;color:var(--color-text-primary)}.header-stat-value.success{color:var(--color-success)}.header-stat-value.warning{color:var(--color-warning)}.header-stat-value.error{color:var(--color-error)}.header-stat-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);font-weight:500}.header-user{gap:.45rem}.header-avatar,.header-user{display:flex;align-items:center}.header-avatar{width:30px;height:30px;border-radius:var(--radius-full);background:var(--color-pp-orange);color:#FFF;font-weight:700;font-size:.68rem;justify-content:center;box-shadow:0 0 0 2px rgba(196,62,28,.2)}.header-user-name{font-size:.8rem;font-weight:500;color:var(--color-text-secondary)}.welcome-banner{background:#ECECF0;padding:0;position:relative;z-index:2}.welcome-banner-inner{max-width:1440px;margin:0 auto;padding:1.5rem 2.5rem 0}.welcome-title{margin:0 0 1.15rem;font-size:1.5rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em}.welcome-title span{color:var(--color-accent)}.welcome-tabs{display:flex;gap:.35rem}.welcome-tab{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.15rem;border:none;border-radius:var(--radius-sm) var(--radius-sm) 0 0;font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--transition);background:transparent;color:var(--color-text-secondary);position:relative}.welcome-tab:hover{color:var(--color-text-primary);background:rgba(255,255,255,.5)}.welcome-tab.active{background:var(--color-bg-secondary);color:var(--color-text-primary);font-weight:600}.welcome-tab-icon{width:16px;height:16px;flex-shrink:0;opacity:.6}.welcome-tab.active .welcome-tab-icon{opacity:1;color:var(--color-accent)}.welcome-tab-badge{min-width:18px;height:18px;padding:0 .35rem;border-radius:var(--radius-full);background:rgba(0,0,0,.08);font-size:.62rem;font-weight:700;color:var(--color-text-secondary);display:inline-flex;align-items:center;justify-content:center}.welcome-tab.active .welcome-tab-badge{background:var(--color-accent);color:#FFF}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.app-header button.secondary{font-size:.78rem}.main-content-wrap{background:var(--color-bg-secondary);min-height:calc(100vh - 200px);box-shadow:0 -4px 20px rgba(0,0,0,.06),0 -1px 4px rgba(0,0,0,.04);position:relative;z-index:1}.main-content{padding:2rem 2.5rem 4rem;max-width:1440px;margin:0 auto}.creator-panel{max-width:100%}.creator-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.panel-kicker,.section-kicker{margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:600;color:var(--color-accent)}.panel-title{margin:0;font-weight:700;font-size:1.35rem;line-height:1.2;letter-spacing:-.02em}.panel-summary{margin-top:.4rem;max-width:58ch;color:var(--color-text-secondary);font-size:.85rem;line-height:1.5}.mode-chip{max-width:260px;display:flex;flex-direction:column;gap:.2rem;padding:.55rem .75rem;border-radius:var(--radius-default);border:1px solid var(--color-border);background:var(--color-bg-secondary);font-size:.82rem}.creator-submit-bar.tone-success,.mode-chip.tone-success{border-color:var(--color-success);background:var(--color-success-light)}.creator-submit-bar.tone-progress,.mode-chip.tone-progress{border-color:var(--color-info);background:var(--color-info-light)}.creator-submit-bar.tone-error,.mode-chip.tone-error{border-color:var(--color-error);background:var(--color-error-light)}.creator-submit-bar.tone-idle,.mode-chip.tone-idle{border-color:var(--color-border);background:var(--color-bg-secondary)}.creator-submit-bar.tone-ready,.mode-chip.tone-ready{border-color:var(--color-accent);background:var(--color-accent-light)}.segmented{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem}.segmented button{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem;padding:.85rem 1rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-secondary);cursor:pointer;transition:all var(--transition);text-align:left;position:relative;overflow:hidden}.segmented button:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:transparent;transition:background var(--transition)}.segmented button strong{color:var(--color-text-primary);font-size:.88rem}.segmented button span{line-height:1.35;font-size:.76rem}.segmented button.active{border-color:var(--color-accent);background:var(--color-accent-light)}.segmented button.active:before{background:var(--color-pp-gradient)}.segmented button.active strong{color:var(--color-accent-hover)}.segmented button:not(.active):hover{border-color:var(--color-border-hover);background:var(--color-bg-tertiary);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.mode-icon{width:32px;height:32px;border-radius:var(--radius-sm);background:var(--color-bg-tertiary);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;transition:background var(--transition)}.mode-icon svg{width:18px;height:18px;color:var(--color-text-secondary);transition:color var(--transition)}.segmented button.active .mode-icon{background:var(--color-pp-gradient)}.segmented button.active .mode-icon svg{color:#FFFFFF}.step-indicator{gap:.6rem}.step-indicator,.step-number{display:flex;align-items:center}.step-number{width:26px;height:26px;border-radius:var(--radius-full);background:var(--color-accent);color:#FFFFFF;font-size:.7rem;font-weight:700;justify-content:center;flex-shrink:0}.step-icon{width:20px;height:20px;color:var(--color-accent);flex-shrink:0}.step-text h3{margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.step-text .section-kicker{margin-bottom:.15rem}.stack{display:flex;flex-direction:column;gap:1.5rem}.grid{display:grid;grid-gap:.85rem;gap:.85rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.actions{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}label{display:block;font-size:.78rem;font-weight:600;margin-bottom:.3rem}input,label,select,textarea{color:var(--color-text-primary)}input,select,textarea{width:100%;padding:.55rem .75rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-primary);font:inherit;font-size:.85rem;transition:border-color var(--transition),box-shadow var(--transition);resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(210,71,38,.1)}input::placeholder,textarea::placeholder{color:var(--color-text-tertiary)}textarea{min-height:80px}input[type=checkbox]{width:auto;margin:0;accent-color:var(--color-accent)}input[type=number]{-moz-appearance:textfield}.field-helper{margin-top:.3rem;font-size:.75rem;color:var(--color-text-secondary)}.creator-form{gap:1.25rem}.form-section{padding:1.35rem;border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg-primary);box-shadow:var(--shadow-xs);transition:box-shadow var(--transition)}.form-section:hover{box-shadow:var(--shadow-sm)}.form-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.form-section-header h3{margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.section-body-copy{margin-bottom:.85rem;color:var(--color-text-secondary);font-size:.85rem}.form-grid-spaced{margin-top:.65rem}.toggle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.4rem;gap:.4rem}.creator-two-col .toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.toggle-grid.compact{margin-top:.65rem}.toggle-card{display:flex;align-items:center;gap:.6rem;margin:0;padding:.6rem .75rem;border-radius:var(--radius-default);border:1px solid var(--color-border);background:var(--color-bg-secondary);font-size:.82rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;transition:all var(--transition)}.toggle-card:hover{border-color:var(--color-border-hover);background:var(--color-bg-tertiary);transform:translateY(-1px)}.toggle-card span{line-height:1.35}.slide-plan-header{display:flex;justify-content:space-between;gap:1rem;align-items:center}.upload-zone{border:2px dashed var(--color-border-hover);border-radius:var(--radius-lg);padding:1rem;background:var(--color-bg-secondary);transition:border-color var(--transition)}.upload-zone:hover{border-color:var(--color-accent)}.upload-zone input[type=file]{margin-top:.5rem}a.primary,a.secondary,button.primary,button.secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:38px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;font-size:.82rem;transition:all var(--transition)}a.primary,button.primary{padding:.6rem 1.25rem;border:1px solid transparent;background:var(--color-pp-gradient);color:#FFF;box-shadow:var(--shadow-sm),inset 0 1px 0 rgba(255,255,255,.15)}a.primary:hover,button.primary:hover{background:linear-gradient(135deg,#ED6C47,#D35230 40%,#BD3718);box-shadow:var(--shadow-glow),inset 0 1px 0 rgba(255,255,255,.15);transform:translateY(-1px)}a.primary:active,button.primary:active{transform:translateY(0)}a.secondary,button.secondary{padding:.5rem .9rem;border:1px solid var(--color-border);background:var(--color-bg-primary);color:var(--color-text-primary)}a.secondary:hover,button.secondary:hover{border-color:var(--color-border-hover);background:var(--color-bg-tertiary)}button.ghost{padding:.3rem .6rem;border-radius:var(--radius-xs);border:1px solid transparent;background:transparent;color:var(--color-text-secondary);cursor:pointer;font-size:.78rem;transition:all var(--transition)}button.ghost:hover{color:var(--color-text-primary);background:var(--color-bg-secondary)}a[aria-disabled=true],button[disabled]{opacity:.45;cursor:not-allowed;pointer-events:none}.creator-submit-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.15rem;border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg-primary);position:-webkit-sticky;position:sticky;bottom:1rem;z-index:2;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.submit-status{display:flex;flex-direction:column;gap:.15rem}.submit-status p{margin:0;color:var(--color-text-secondary);font-size:.78rem;line-height:1.4}.mode-chip-detail,.mode-chip-label,.submit-status-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:500;color:var(--color-text-tertiary)}.mode-chip-detail{text-transform:none;letter-spacing:normal;font-size:.78rem;color:var(--color-text-secondary);line-height:1.4}.submit-button{flex-shrink:0;min-width:180px}.banner{padding:.65rem .85rem;border-radius:var(--radius-default);border:1px solid var(--color-success);background:var(--color-success-light);color:var(--color-success-dark);font-weight:500;font-size:.85rem}.banner.error{border-color:var(--color-error);background:var(--color-error-light);color:var(--color-error-dark)}.status-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:var(--radius-full);font-size:.72rem;font-weight:600}.status-pill.ready{background:var(--color-success-light);color:var(--color-success-dark)}.status-pill.failed{background:var(--color-error-light);color:var(--color-error-dark)}.status-pill.processing{background:var(--color-info-light);color:var(--color-info-dark)}.spinner{width:11px;height:11px;border-radius:50%;border:2px solid var(--color-border);border-top-color:var(--color-info);animation:spin .8s linear infinite}.history-panel{max-width:100%}.history-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.history-header-note{padding:.55rem .75rem;border-radius:var(--radius-default);border:1px solid var(--color-border);background:var(--color-bg-secondary)}.history-header-label,.history-side-label{font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;font-weight:500;color:var(--color-text-tertiary)}.history-header-note strong,.history-side-block strong{font-size:.85rem;font-weight:600;color:var(--color-text-primary)}.history-stack{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-gap:.85rem;gap:.85rem}.history-card{padding:1.15rem;border-radius:var(--radius-xl);border:1px solid var(--color-border);background:var(--color-bg-primary);box-shadow:var(--shadow-xs);transition:all var(--transition);display:flex;flex-direction:column}.history-card:hover{box-shadow:var(--shadow-default);border-color:var(--color-border-hover);transform:translateY(-2px)}.history-card-featured{border-color:var(--color-accent);background:var(--color-accent-light)}.history-card-featured:hover{border-color:var(--color-accent);box-shadow:var(--shadow-glow)}.history-card-failed{border-color:var(--color-error)}.history-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.history-rank{width:30px;height:30px;border-radius:var(--radius-sm);background:var(--color-bg-tertiary);display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--color-text-secondary);font-size:.75rem}.history-card-main{display:flex;flex-direction:column;gap:.75rem;flex:1 1}.history-title{margin:0;font-size:1rem;font-weight:600;line-height:1.3;color:var(--color-text-primary)}.history-meta-row{display:flex;flex-wrap:wrap;gap:.3rem;color:var(--color-text-secondary);font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.history-meta-row span{padding:.18rem .45rem;border-radius:var(--radius-xs);background:var(--color-bg-tertiary)}.history-supporting{margin-top:.35rem;color:var(--color-text-secondary);font-size:.82rem;line-height:1.4}.history-alert{margin:.35rem 0 0;color:var(--color-error-dark);font-size:.82rem;line-height:1.4}.history-card-side{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.85rem;border-top:1px solid var(--color-border)}.history-side-block{display:flex;flex-direction:column;gap:.1rem}.history-side-block span{color:var(--color-text-secondary);font-size:.75rem}.history-actions{display:flex;gap:.4rem}.history-action-link,.history-empty{text-align:center}.history-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;border-radius:var(--radius-2xl);border:2px dashed var(--color-border);background:var(--color-bg-primary)}.history-empty-icon{width:64px;height:64px;opacity:.6}.history-empty p{margin:0;font-size:1.05rem;font-weight:600;color:var(--color-text-primary)}.history-empty span{color:var(--color-text-secondary);font-size:.85rem;line-height:1.5;max-width:38ch}.edit-surface{margin-top:.75rem;padding:.85rem;border-radius:var(--radius-default);border:1px solid var(--color-border);background:var(--color-bg-secondary)}.secondary-text{margin:0;color:var(--color-text-secondary);font-size:.85rem;line-height:1.5}.hero-kicker,.hero-note-label,.overview-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--color-accent);margin:0}.card{position:relative;overflow:hidden;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-default)}.container,.page-shell{width:100%;max-width:680px;margin:0 auto;padding:2rem 1.5rem 4rem}.shadow-subtle{box-shadow:var(--shadow-sm)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes spin{to{transform:rotate(1turn)}}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (max-width:1100px){.creator-two-col{grid-template-columns:1fr}}@media (max-width:900px){.creator-two-col,.grid.two,.history-stack,.segmented,.toggle-grid{grid-template-columns:1fr}.history-card-side{flex-direction:column;align-items:flex-start}.submit-button{width:100%}.main-content{padding:1.25rem}.app-header-top{padding:0 1.25rem}.welcome-banner-inner{padding:1.25rem}.welcome-title{font-size:1.25rem}.header-stats,.header-user-name{display:none}}@media (max-width:680px){.main-content{padding:1rem}.app-header-top{height:48px}.creator-submit-bar{bottom:.5rem}.segmented button span{display:none}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-primary:"Inter","Inter Fallback"}