:root { --project-accent:#6c5ce7; --ink:#171927; --ink-soft:#292c3f; --muted:#747687; --light:#a1a2ae; --paper:#fff; --canvas:#f7f6f9; --line:#e7e6ec; --purple:#6c5ce7; --purple-soft:#efedff; --mint:#159f7b; --mint-soft:#e8f8f3; --gold:#d99132; --gold-soft:#fff5e6; --coral:#df625e; --coral-soft:#fff0ef; --sidebar:#171927; --shadow-sm:0 8px 27px rgba(23,25,39,.055); --shadow-md:0 22px 65px rgba(23,25,39,.14); }
*,*::before,*::after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--canvas);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}svg{display:block}[hidden]{display:none!important}.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}.skip-link{position:fixed;top:8px;left:8px;z-index:1000;transform:translateY(-150%);padding:10px 14px;border-radius:8px;background:var(--ink);color:#fff;text-decoration:none}.skip-link:focus{transform:none}:focus-visible{outline:3px solid color-mix(in srgb,var(--project-accent) 30%,transparent);outline-offset:3px}
.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:18px;font-weight:760;letter-spacing:-.035em;text-decoration:none}.brand-light{color:#fff}.brand-mark{width:29px;height:29px;display:flex;align-items:flex-end;justify-content:center;gap:2px;padding:7px 6px;border-radius:9px;background:var(--ink)}.brand-light .brand-mark{background:#fff}.brand-mark i{width:3px;display:block;border-radius:4px;background:#fff}.brand-light .brand-mark i{background:var(--purple)}.brand-mark i:nth-child(1){height:6px;opacity:.65}.brand-mark i:nth-child(2){height:14px}.brand-mark i:nth-child(3){height:10px;opacity:.8}.primary-button,.secondary-button{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:10px;font-size:11px;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .17s,box-shadow .17s,filter .17s}.primary-button{border:0;background:var(--project-accent);color:#fff;box-shadow:0 8px 22px color-mix(in srgb,var(--project-accent) 22%,transparent)}.primary-button:hover{transform:translateY(-1px);filter:brightness(.95)}.primary-button:disabled{opacity:.6;cursor:wait;transform:none}.secondary-button{border:1px solid var(--line);background:#fff;color:#5e6072}.secondary-button:hover{border-color:#cbc9d4;box-shadow:var(--shadow-sm)}.primary-button svg,.secondary-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.primary-button.compact{min-height:38px;font-size:10px}.full{width:100%}.section-kicker,.auth-kicker,.eyebrow{display:block;margin-bottom:8px;color:var(--project-accent);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.03fr .97fr;background:#fff}.auth-brand-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:38px 54px;background:var(--sidebar);color:#fff}.auth-brand-panel::before{content:"";position:absolute;width:620px;height:620px;right:-300px;top:-300px;border-radius:50%;background:radial-gradient(circle,rgba(108,92,231,.2),transparent 67%)}.auth-brand-copy{position:relative;z-index:1;max-width:560px;margin:auto 0 26px}.auth-brand-copy .eyebrow{color:#aaa1f8}.auth-brand-copy h1{margin:0;font-size:clamp(44px,5vw,68px);line-height:.98;letter-spacing:-.06em}.auth-brand-copy p{max-width:500px;margin:20px 0 0;color:#999baa;font-size:14px;line-height:1.7}.auth-brand-panel>small{position:relative;z-index:1;color:#5f6272;font-size:9px}.auth-preview{position:relative;z-index:1;width:min(620px,95%);height:270px;margin:0 0 auto;border:1px solid #383b4b;border-radius:16px;background:#242737;box-shadow:0 30px 70px rgba(5,6,12,.3);overflow:hidden;transform:perspective(900px)rotateX(2deg)rotateY(4deg)}.auth-preview-head{height:34px;display:flex;align-items:center;gap:5px;padding:0 12px;background:#2e3142}.auth-preview-head span{width:6px;height:6px;border-radius:50%;background:#4c4f5f}.auth-preview-body{height:calc(100% - 34px);display:grid;grid-template-columns:52px 1fr}.auth-preview-body aside{display:flex;align-items:center;flex-direction:column;gap:17px;padding:17px 10px;background:#191b29}.auth-preview-body aside i{width:27px;height:23px;border-radius:6px;background:#282b3a}.auth-preview-body aside i:first-child{border-left:2px solid #8a7bf1;background:#343647}.auth-preview-body>div{display:grid;grid-template-columns:repeat(3,1fr);align-content:start;gap:9px;padding:21px;background:#f5f4f7}.preview-title{grid-column:1/-1;width:30%;height:13px;margin-bottom:7px;border-radius:6px;background:#d8d6df}.preview-stat{height:48px;border-radius:8px;background:#fff}.preview-row{grid-column:1/-1;height:30px;border-radius:7px;background:#fff}.auth-form-panel{display:grid;place-items:center;padding:45px 30px;background:#fff}.auth-card{width:min(400px,100%)}.mobile-auth-brand{display:none;margin-bottom:45px}.auth-view h2{margin:0;font-size:31px;letter-spacing:-.05em}.auth-view>p{margin:10px 0 26px;color:var(--muted);font-size:12px;line-height:1.65}.auth-view form,.modal-card form{display:grid;gap:15px}.auth-view label>span,.modal-card label>span{display:block;margin-bottom:6px;color:#4e5061;font-size:10px;font-weight:700}.auth-view input,.modal-card input{width:100%;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);outline:0;font-size:12px;transition:border-color .15s,box-shadow .15s}.auth-view input:focus,.modal-card input:focus{border-color:var(--project-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--project-accent) 12%,transparent)}.auth-view input.invalid,.modal-card input.invalid{border-color:var(--coral);box-shadow:0 0 0 3px var(--coral-soft)}.auth-view label small,.modal-card label small{display:block;min-height:0;margin-top:4px;color:#c3423f;font-size:9px}.auth-view label small:not(:empty),.modal-card label small:not(:empty){min-height:13px}.auth-submit{width:100%;margin-top:3px}.form-alert{padding:10px 12px;border:1px solid #efc6c5;border-radius:9px;background:#fff4f3;color:#a63c3a;font-size:10px}.auth-switch{text-align:center!important;margin:21px 0 0!important;color:#8a8b99!important;font-size:10px!important}.auth-switch button{border:0;background:transparent;color:var(--project-accent);font-weight:700;cursor:pointer}.terms-note{text-align:center;margin:14px 0 0!important;font-size:8px!important}.terms-note a{color:#626475}
.workspace{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:80;width:250px;display:flex;flex-direction:column;padding:26px 18px 17px;background:var(--sidebar);color:#fff}.sidebar-brand{padding:0 8px 29px}.workspace-label{margin:0 8px 8px;color:#777a8b;font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.project-picker{width:100%;min-height:55px;display:flex;align-items:center;gap:10px;padding:9px 10px;border:1px solid #313444;border-radius:11px;background:#202331;color:#fff;text-align:left;cursor:pointer}.picker-mark{width:32px;height:32px;flex:none;display:grid;place-items:center;border-radius:8px;background:var(--project-accent);font-size:13px;font-weight:800}.project-picker>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.project-picker strong,.project-picker small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-picker strong{font-size:11px}.project-picker small{margin-top:2px;color:#8e91a1;font-size:8px}.project-picker svg{width:16px;fill:none;stroke:#9294a4;stroke-width:1.8;stroke-linecap:round}.project-menu{position:absolute;z-index:5;top:119px;left:18px;width:214px;padding:6px;border:1px solid #3b3e4e;border-radius:11px;background:#252837;box-shadow:0 18px 45px rgba(5,6,12,.35)}.project-menu button{width:100%;display:flex;align-items:center;gap:9px;padding:8px;border:0;border-radius:8px;background:transparent;color:#c6c7d0;text-align:left;cursor:pointer}.project-menu button:hover,.project-menu button.selected{background:#313444;color:#fff}.project-menu button>span:first-child{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:var(--mark-color,#6c5ce7);color:#fff;font-size:9px;font-weight:800}.project-menu button>span:nth-child(2){display:flex;flex-direction:column}.project-menu strong{font-size:9px}.project-menu small{margin-top:2px;color:#868998;font-size:7px}.project-menu>button{border-top:1px solid #383b4b;border-radius:0;margin-top:4px;padding-top:10px}.project-menu>button span{background:#3a3d4d!important;color:#aaaebe!important}.sidebar-nav{display:grid;gap:5px;margin-top:25px}.sidebar-nav button{min-height:41px;display:flex;align-items:center;gap:11px;padding:0 11px;border:0;border-radius:9px;background:transparent;color:#999baa;font-size:11px;font-weight:570;cursor:pointer}.sidebar-nav button:hover{background:#222533;color:#fff}.sidebar-nav button.active{background:#2b2e3e;color:#fff;box-shadow:inset 3px 0 var(--project-accent)}.sidebar-nav svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sidebar-nav b{margin-left:auto;padding:3px 6px;border-radius:12px;background:#393c4c;color:#b8bac5;font-size:8px}.sidebar-bottom{position:relative;margin-top:auto}.plan-card{padding:13px;border:1px solid #303343;border-radius:12px;background:#202331}.plan-card>div{display:flex;align-items:center;justify-content:space-between}.plan-card span,.plan-card strong{font-size:8px}.plan-card strong{font-size:9px}.usage-track{height:4px;display:block;margin:9px 0 7px;border-radius:5px;background:#363949;overflow:hidden}.usage-track i{height:100%;display:block;width:0;border-radius:5px;background:var(--project-accent)}.plan-card button{border:0;background:transparent;color:#a89ff4;font-size:8px;cursor:pointer;padding:0}.user-menu-button{width:100%;display:flex;align-items:center;gap:9px;margin-top:12px;padding:7px;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}.user-avatar{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#3a3d4c;font-size:8px;font-weight:750}.user-menu-button>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.user-menu-button strong,.user-menu-button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-button strong{font-size:9px}.user-menu-button small{margin-top:2px;color:#858897;font-size:7px}.user-menu-button b{color:#858897;font-size:10px}.user-popover{position:absolute;left:5px;right:5px;bottom:48px;padding:5px;border:1px solid #3a3d4d;border-radius:9px;background:#282b3a;box-shadow:0 16px 40px rgba(5,6,12,.35)}.user-popover button{width:100%;display:block;padding:8px;border:0;border-radius:6px;background:transparent;color:#c4c5ce;text-align:left;font-size:9px;cursor:pointer}.user-popover button:hover{background:#343747;color:#fff}
.workspace-main{min-height:100vh;margin-left:250px}.topbar{height:78px;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:0 34px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.89);backdrop-filter:blur(16px)}.topbar>div:first-of-type{margin-right:auto}.topbar small{display:block;color:#a0a1ad;font-size:8px}.topbar h1{margin:2px 0 0;font-size:17px;letter-spacing:-.035em}.topbar-actions{display:flex;align-items:center;gap:9px}.mobile-sidebar-button{display:none;width:39px;height:39px;place-items:center;margin-right:12px;padding:0;border:1px solid var(--line);border-radius:9px;background:#fff}.mobile-sidebar-button svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.main-content{max-width:1340px;margin:auto;padding:31px 34px 55px}.view-section{animation:view-in .3s ease both}@keyframes view-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.view-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:25px}.view-intro h2{margin:0;font-size:31px;line-height:1.08;letter-spacing:-.05em}.view-intro p{margin:8px 0 0;color:var(--muted);font-size:11px}.compact-intro{align-items:center}.workspace-alert{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:11px 13px;border:1px solid #efc6c5;border-radius:10px;background:#fff4f3;color:#a63c3a}.workspace-alert>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#ffe0df;font-size:10px;font-weight:800}.workspace-alert p{flex:1;margin:0;font-size:9px}.workspace-alert button{border:0;background:transparent;color:#a63c3a;font-size:16px;cursor:pointer}.loading-view{display:grid;gap:14px}.loading-heading{display:grid;gap:8px}.loading-heading i{height:12px;width:170px;border-radius:7px;background:#e8e7ec}.loading-heading i+ i{width:310px;height:23px}.loading-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:15px}.loading-stats i,.loading-panel{border:1px solid var(--line);border-radius:14px;background:linear-gradient(90deg,#f0eff3 25%,#faf9fb 50%,#f0eff3 75%);background-size:300% 100%;animation:shimmer 1.4s infinite}.loading-stats i{height:135px}.loading-panel{height:310px}@keyframes shimmer{to{background-position:-150% 0}}.welcome-view{max-width:660px;margin:80px auto;padding:65px 35px;border:1px dashed #d9d7e1;border-radius:17px;background:#fff;text-align:center}.welcome-icon{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 17px;border-radius:17px;background:var(--purple-soft);color:var(--purple)}.welcome-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.welcome-view h2{margin:0;font-size:27px;letter-spacing:-.045em}.welcome-view p{max-width:480px;margin:10px auto 19px;color:var(--muted);font-size:11px;line-height:1.65}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.stat-card,.panel{border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.stat-card{position:relative;min-height:138px;padding:19px}.stat-card>span{color:#8f909e;font-size:9px}.stat-card>strong{display:block;margin-top:9px;font-size:29px;letter-spacing:-.055em}.stat-card>small{position:absolute;left:19px;bottom:18px;color:#aaaab4;font-size:8px}.stat-icon{position:absolute;top:17px;right:17px;width:31px;height:31px;display:grid;place-items:center;border-radius:9px}.stat-icon.purple{background:var(--purple-soft);color:var(--purple)}.stat-icon.mint{background:var(--mint-soft);color:var(--mint)}.stat-icon.gold{background:var(--gold-soft);color:var(--gold)}.stat-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.overview-grid{display:grid;grid-template-columns:1.55fr .75fr;gap:14px}.panel-heading{min-height:67px;display:flex;align-items:center;justify-content:space-between;padding:15px 19px;border-bottom:1px solid #efeff2}.panel-heading span{color:#9a9ba8;font-size:7px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.panel-heading h3{margin:3px 0 0;font-size:14px}.panel-heading button{border:0;background:transparent;color:var(--project-accent);font-size:8px;font-weight:700;cursor:pointer}.recent-row{min-height:63px;display:flex;align-items:center;gap:10px;padding:10px 18px;border-bottom:1px solid #f0eff2}.recent-row:last-child{border-bottom:0}.recent-icon{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--purple-soft);color:var(--purple);font-size:10px;font-weight:800}.recent-row>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column}.recent-row strong,.recent-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-row strong{font-size:10px}.recent-row small{margin-top:3px;color:#999aa7;font-size:8px}.recent-row>b{color:#777989;font-size:8px}.panel-empty{min-height:230px;display:grid;place-content:center;text-align:center}.panel-empty strong{font-size:12px}.panel-empty span{margin-top:5px;color:#999aa7;font-size:9px}.setup-panel{padding:19px}.setup-panel h3{margin:0 0 18px;font-size:15px}.setup-panel ul{display:grid;gap:15px;margin:0 0 19px;padding:0;list-style:none}.setup-panel li{display:flex;gap:10px}.setup-panel li>i{width:25px;height:25px;display:grid;place-items:center;flex:none;border-radius:50%;border:1px solid #d9d8df;color:#999aa7;font-size:8px;font-style:normal}.setup-panel li.done>i{border-color:transparent;background:var(--mint-soft);color:var(--mint)}.setup-panel li span{display:flex;flex-direction:column}.setup-panel strong{font-size:9px}.setup-panel small{margin-top:3px;color:#999aa7;font-size:7px}.feedback-panel{overflow:hidden}.feedback-table-head,.feedback-table-row{display:grid;grid-template-columns:minmax(270px,1fr) 65px 135px 80px;align-items:center;gap:13px;padding:0 18px}.feedback-table-head{min-height:39px;color:#a0a1ad;font-size:7px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.feedback-table-row{min-height:70px;border-top:1px solid #efeff2}.feedback-cell{min-width:0;display:flex;align-items:center;gap:10px}.feedback-cell>span{width:34px;height:34px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--purple-soft);color:var(--purple);font-size:9px;font-weight:800}.feedback-cell>div{min-width:0;display:flex;flex-direction:column}.feedback-cell strong,.feedback-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-cell strong{font-size:10px}.feedback-cell small{margin-top:3px;color:#9697a4;font-size:8px}.vote-count{font-size:9px}.status-select select,.filter-select select{height:31px;padding:0 24px 0 9px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#666879;font-size:8px}.feedback-table-row time{color:#a0a1ad;font-size:8px}.table-empty{min-height:260px;display:grid;place-content:center;text-align:center}.table-empty span{font-size:12px;font-weight:700}.table-empty small{margin-top:5px;color:#999aa7;font-size:9px}.filter-select{display:flex;flex-direction:column;gap:5px;color:#858695;font-size:8px}.install-layout{display:grid;grid-template-columns:1.45fr .75fr;gap:15px}.install-card,.preview-card{padding:22px}.number-badge{width:27px;height:27px;display:grid;place-items:center;margin-bottom:10px;border-radius:8px;background:var(--purple-soft);color:var(--purple);font-size:9px;font-weight:800}.install-card h3{margin:0;font-size:14px}.install-card>p{margin:5px 0 14px;color:var(--muted);font-size:9px}.code-block{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:25px;padding:15px;border-radius:11px;background:#1b1d2a;color:#dcd7ff}.code-block code{white-space:pre-wrap;overflow-wrap:anywhere;font:9px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}.code-block button{display:flex;align-items:center;gap:5px;padding:7px 9px;border:1px solid #454857;border-radius:7px;background:#303342;color:#fff;font-size:8px;cursor:pointer}.code-block svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.platform-list{display:flex;gap:6px;flex-wrap:wrap}.platform-list span{padding:7px 9px;border:1px solid var(--line);border-radius:7px;color:#727484;font-size:8px}.mini-browser{margin:14px 0;border:1px solid var(--line);border-radius:10px;overflow:hidden}.mini-browser>div{height:28px;display:flex;align-items:center;gap:4px;padding:0 8px;background:#efedf2}.mini-browser>div i{width:5px;height:5px;border-radius:50%;background:#c7c6ce}.mini-browser>div span{margin:auto;color:#aaaab4;font-size:6px}.mini-browser main{position:relative;min-height:245px;padding:18px;background:linear-gradient(145deg,#fff 52%,var(--purple-soft) 52%)}.mini-browser main>b{font-size:9px}.mini-browser h4{width:75%;margin:55px auto 7px;font-size:17px;line-height:1.05;letter-spacing:-.04em}.mini-browser p{width:75%;margin:auto;color:#999aa7;font-size:7px}.mini-browser main button{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;gap:4px;padding:6px 8px;border:0;border-radius:20px;background:var(--project-accent);color:#fff;font-size:6px}.settings-form{padding:23px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:19px}.settings-form label>span,.settings-form legend{display:block;margin-bottom:6px;color:#555667;font-size:9px;font-weight:700}.settings-form input:not([type=checkbox]),.settings-form textarea{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);font-size:10px;outline:0}.settings-form input:focus,.settings-form textarea:focus{border-color:var(--project-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--project-accent) 11%,transparent)}.settings-form input:disabled{background:#f4f3f6;color:#9899a6}.settings-form label small{display:block;margin-top:4px;color:#a1a2ad;font-size:7px}.full-field{grid-column:1/-1}.settings-form textarea{resize:vertical;line-height:1.5}.settings-form fieldset{margin:0;padding:0;border:0}.color-row{display:flex;gap:7px}.color-row input[type=color]{width:42px!important;padding:3px!important}.toggle-label{display:flex!important;align-items:center;justify-content:space-between;gap:18px}.toggle-label>span{display:flex!important;flex-direction:column}.toggle-label strong{font-size:9px}.toggle-label small{font-weight:400}.toggle-label input{display:none}.toggle-label i{width:37px;height:21px;position:relative;flex:none;border-radius:20px;background:#c7c7cf}.toggle-label i::after{content:"";position:absolute;width:15px;height:15px;left:3px;top:3px;border-radius:50%;background:#fff;transition:left .16s}.toggle-label input:checked+i{background:var(--project-accent)}.toggle-label input:checked+i::after{left:19px}.form-actions{display:flex;align-items:center;justify-content:flex-end;gap:15px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.form-actions span{color:var(--mint);font-size:8px}.status-pill,.current-plan{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:20px;background:var(--mint-soft);color:var(--mint);font-size:8px;font-weight:700}.status-pill i{width:6px;height:6px;border-radius:50%;background:currentColor}.billing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.billing-card{position:relative;padding:23px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.billing-card.popular{border:2px solid var(--project-accent)}.billing-card>em{position:absolute;right:18px;top:0;transform:translateY(-50%);padding:5px 8px;border-radius:15px;background:var(--project-accent);color:#fff;font-size:6px;font-style:normal;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.billing-card>span{display:block;font-size:13px;font-weight:750}.billing-card>strong{display:block;margin-top:15px;font-size:29px;letter-spacing:-.05em}.billing-card>strong small{margin-left:4px;color:#999aa6;font-size:8px;font-weight:500;letter-spacing:0}.billing-card>p{min-height:31px;margin:8px 0 17px;color:var(--muted);font-size:9px;line-height:1.55}.billing-card ul{display:grid;gap:9px;margin:0 0 19px;padding:17px 0 0;border-top:1px solid #eeeef1;list-style:none}.billing-card li{position:relative;padding-left:15px;color:#666879;font-size:8px}.billing-card li::before{content:"✓";position:absolute;left:0;color:var(--mint);font-weight:800}
.modal{position:fixed;inset:0;z-index:200;visibility:hidden;pointer-events:none}.modal[aria-hidden=false]{visibility:visible;pointer-events:auto}.modal-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:rgba(14,15,25,.43);backdrop-filter:blur(3px);opacity:0;transition:opacity .22s}.modal-card{position:absolute;width:min(445px,calc(100% - 30px));left:50%;top:50%;transform:translate(-50%,-46%) scale(.98);padding:28px;border-radius:17px;background:#fff;box-shadow:var(--shadow-md);opacity:0;transition:opacity .22s,transform .22s}.modal.open .modal-backdrop{opacity:1}.modal.open .modal-card{opacity:1;transform:translate(-50%,-50%) scale(1)}.modal-close{position:absolute;right:14px;top:14px;width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f3f2f5;color:#747687;cursor:pointer}.modal-close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.modal-card h2{margin:0;font-size:23px;letter-spacing:-.04em}.modal-card>p{margin:7px 0 19px;color:var(--muted);font-size:10px}.modal-card label em{color:#999aa7;font-size:8px;font-style:normal;font-weight:500}.slug-input{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden}.slug-input:focus-within{border-color:var(--project-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--project-accent) 12%,transparent)}.slug-input>span{padding-left:9px;color:#999aa7;font-size:7px;white-space:nowrap}.slug-input input{border:0!important;box-shadow:none!important;padding-left:2px!important}.toast-region{position:fixed;z-index:400;right:19px;bottom:19px;display:grid;gap:8px}.toast{max-width:330px;padding:11px 14px;border:1px solid #d6d4df;border-radius:10px;background:#fff;color:#515364;font-size:9px;font-weight:650;box-shadow:var(--shadow-md);opacity:0;transform:translateY(10px);transition:opacity .2s,transform .2s}.toast.show{opacity:1;transform:none}.mobile-overlay{position:fixed;inset:0;z-index:70;border:0;background:rgba(12,13,22,.35)}
@media(max-width:1050px){.overview-grid{grid-template-columns:1fr}.setup-panel{max-width:none}.install-layout{grid-template-columns:1fr}.preview-card{display:grid;grid-template-columns:1fr 1fr;gap:15px}.preview-card>.section-kicker{grid-column:1/-1}.mini-browser{margin:0}.billing-grid{grid-template-columns:1fr 1fr}.billing-card:last-child{grid-column:1/-1}}
@media(max-width:780px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{min-height:100vh;padding:30px 20px}.mobile-auth-brand{display:inline-flex}.sidebar{transform:translateX(-104%);transition:transform .23s;box-shadow:20px 0 55px rgba(10,11,20,.24)}.sidebar.open{transform:none}.workspace-main{margin-left:0}.topbar{height:69px;padding:0 17px}.mobile-sidebar-button{display:grid}.topbar-actions .secondary-button{display:none}.main-content{padding:25px 17px 45px}.stats-grid{grid-template-columns:1fr 1fr}.stats-grid .stat-card:last-child{grid-column:1/-1}.feedback-table-head{display:none}.feedback-table-row{grid-template-columns:minmax(180px,1fr) 45px 105px;min-height:76px;padding-inline:13px}.feedback-table-row time{display:none}.view-intro{align-items:flex-start;flex-direction:column}.compact-intro{flex-direction:row;align-items:center}.form-grid{grid-template-columns:1fr}.full-field{grid-column:auto}.billing-grid{grid-template-columns:1fr}.billing-card:last-child{grid-column:auto}.preview-card{grid-template-columns:1fr}.preview-card>.section-kicker{grid-column:auto}}
@media(max-width:480px){.auth-card{width:100%}.auth-view h2{font-size:27px}.topbar-actions .primary-button{width:38px;padding:0;font-size:0}.topbar-actions .primary-button svg{width:18px}.main-content{padding-inline:13px}.view-intro h2{font-size:27px}.stats-grid{grid-template-columns:1fr}.stats-grid .stat-card:last-child{grid-column:auto}.feedback-table-row{grid-template-columns:minmax(140px,1fr) 92px;gap:8px}.vote-count{display:none}.feedback-cell>span{display:none}.feedback-cell small{max-width:190px}.status-select select{width:92px}.compact-intro{align-items:flex-start;flex-direction:column}.code-block{align-items:flex-start;flex-direction:column}.billing-card{padding:20px}.modal-card{padding:24px 18px}.slug-input{align-items:stretch;flex-direction:column}.slug-input>span{padding:7px 9px 0}.toast-region{left:12px;right:12px}.toast{max-width:none}.form-actions{align-items:flex-end;flex-direction:column}.form-actions .primary-button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* BareFeedback Sunshine System — visual-only override */
:root{--purple:#075ce5!important;--purple-dark:#0648b3!important;--ink:#09264a!important;--red:#ff3d24;--yellow:#f7d85a;--paper:#fffdf3;--line:#123154;--muted:#5b6979}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink)}.sidebar,.auth-brand-panel{background:var(--ink)!important}.brand-mark{background:var(--red)!important;border-radius:45%!important;box-shadow:none!important;position:relative}.brand-mark i{display:none!important}.brand-mark:after{content:"•• ᴗ";color:var(--ink);position:absolute;inset:6px 4px;font-size:8px;letter-spacing:2px}.sidebar-brand{font-weight:900}.workspace-label,.section-kicker,.auth-kicker{color:var(--red)!important;font-family:ui-monospace,monospace;font-weight:900}.sidebar-nav button.active{background:var(--blue)!important;color:#fff!important;border:1px solid #6da0ff}.sidebar-nav button{border-radius:6px}.project-picker{border-color:#57718d!important;border-radius:7px!important}.topbar{border-bottom:2px solid var(--ink)!important;background:#fffdf3!important}.main-content{background:var(--paper)!important;background-image:radial-gradient(rgba(9,38,74,.04) .7px,transparent .7px);background-size:5px 5px}.view-intro h2,.panel h3,.auth-card h2{color:var(--ink)!important}.primary-button{background:var(--red)!important;border:2px solid var(--ink)!important;border-radius:7px!important;box-shadow:3px 3px 0 var(--ink)!important;font-weight:850!important}.primary-button:hover{transform:translate(2px,2px);box-shadow:1px 1px 0 var(--ink)!important}.secondary-button{border:2px solid var(--blue)!important;color:var(--blue)!important;border-radius:7px!important}.stat-card,.panel,.billing-card,.auth-card,.modal-card{border:1.5px solid var(--ink)!important;border-radius:8px!important;box-shadow:3px 3px 0 rgba(9,38,74,.14)!important;background:#fff!important}.stat-card strong{color:var(--ink)!important}.stat-icon.purple{background:#ffe6de!important;color:var(--red)!important}.stat-icon.mint{background:#e4edff!important;color:var(--blue)!important}.stat-icon.gold{background:#fff1a9!important;color:#8a6400!important}.feedback-table-head{background:#fff5bd!important;color:var(--ink)!important}.status-select,select,input,textarea{border-color:var(--ink)!important;border-radius:6px!important}.popular{background:#fff8d0!important;border-color:var(--ink)!important}.popular em{background:var(--red)!important}.auth-brand-panel{color:#fff}.auth-brand-panel .eyebrow{color:var(--yellow)!important}.auth-brand-panel h1{color:#fff!important}.auth-preview{border:2px solid var(--yellow)!important;box-shadow:6px 6px 0 var(--red)!important}.auth-form-panel{background:linear-gradient(135deg,#f7d85a,#fff3b0)!important}.toast{border:2px solid var(--ink)!important;border-radius:7px!important}
@media(max-width:900px){.topbar{background:var(--yellow)!important}.sidebar{background:var(--ink)!important}}

/* Registration/login polish */
.auth-shell{grid-template-columns:minmax(520px,1.04fr) minmax(520px,.96fr)!important}.auth-brand-panel{padding:34px clamp(42px,5vw,76px)!important}.auth-brand-copy{margin:auto 0 18px!important}.auth-brand-copy h1{max-width:650px}.auth-brand-copy p{font-size:15px!important;color:#c3cfdd!important}.auth-hero-art{position:relative;z-index:1;width:min(610px,94%);height:320px;margin:0 0 auto;border:2px solid var(--yellow);border-radius:14px;background:var(--yellow);box-shadow:7px 7px 0 var(--red);overflow:hidden;background-image:radial-gradient(rgba(9,38,74,.08) .8px,transparent .8px);background-size:6px 6px}.auth-speech{position:absolute;left:9%;top:12%;padding:15px 20px;border:2px solid var(--ink);border-radius:50%;background:#fffdf3;color:var(--ink);font:700 18px/1.2 "Segoe Print","Comic Sans MS",cursive;transform:rotate(-3deg)}.auth-speech:after{content:"";position:absolute;right:4px;bottom:-17px;width:24px;height:25px;border-right:2px solid var(--ink);transform:rotate(-28deg)}.auth-mascot{position:absolute;right:12%;bottom:45px;width:154px;height:138px;border:4px solid var(--ink);border-radius:48% 48% 44% 44%;background:var(--red)}.auth-mascot:after{content:"";position:absolute;right:-13px;bottom:10px;width:40px;height:38px;border-right:4px solid var(--ink);border-bottom:4px solid var(--ink);background:var(--red);transform:rotate(28deg)}.auth-mascot i,.auth-mascot b{position:absolute;z-index:1;top:48px;width:14px;height:14px;border-radius:50%;background:var(--ink)}.auth-mascot i{left:42px}.auth-mascot b{right:42px}.auth-mascot em{position:absolute;z-index:1;left:61px;top:75px;width:30px;height:16px;border-bottom:5px solid var(--ink);border-radius:0 0 30px 30px}.auth-mascot span:before,.auth-mascot span:after{content:"";position:absolute;bottom:-39px;width:4px;height:43px;background:var(--ink)}.auth-mascot span:before{left:43px}.auth-mascot span:after{right:43px}.auth-art-note{position:absolute;left:9%;bottom:13%;color:var(--ink);font:700 18px/1.35 "Segoe Print","Comic Sans MS",cursive;transform:rotate(-2deg)}.auth-art-note strong{position:relative}.auth-art-note strong:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:4px;background:var(--blue);transform:rotate(-2deg)}.auth-art-arrow{position:absolute;left:34%;bottom:23%;width:120px;height:70px;fill:none;stroke:var(--ink);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.auth-form-panel{padding:46px clamp(38px,5vw,82px)!important}.auth-card{width:min(500px,100%)!important;padding:38px 42px 32px!important}.auth-view h2{font-size:38px!important;line-height:1.05}.auth-view>p{font-size:14px!important;margin:12px 0 28px!important}.auth-view form{gap:17px!important}.auth-view label>span{font-size:12px!important;margin-bottom:7px!important}.auth-view input{height:50px!important;font-size:14px!important;padding:0 14px!important}.auth-submit{min-height:50px!important}.terms-note{font-size:9px!important;margin:16px 0 0!important}.auth-switch{font-size:11px!important;margin-top:20px!important}.auth-brand-panel>small{color:#8196ad!important}
@media(max-width:1080px){.auth-shell{grid-template-columns:1fr!important}.auth-brand-panel{display:none!important}.auth-form-panel{min-height:100vh!important;padding:28px 20px!important}.auth-card{max-width:520px!important}}
@media(max-height:760px) and (min-width:1081px){.auth-brand-copy h1{font-size:48px}.auth-hero-art{height:240px}.auth-mascot{transform:scale(.78);transform-origin:bottom right}.auth-form-panel{padding-block:24px!important}.auth-card{padding-block:28px!important}}

.sidebar-nav .platform-admin-link{display:flex;align-items:center;gap:11px;width:100%;min-height:42px;padding:0 12px;border:1px solid rgba(247,216,90,.38);border-radius:6px;background:rgba(247,216,90,.08);color:#fff;text-decoration:none;font-size:12px;font-weight:700;transition:background .15s,border-color .15s}.sidebar-nav .platform-admin-link[hidden]{display:none!important}.sidebar-nav .platform-admin-link:hover{background:rgba(247,216,90,.16);border-color:var(--yellow)}.sidebar-nav .platform-admin-link svg{width:18px;height:18px;fill:none;stroke:var(--yellow);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar-nav .platform-admin-link b{margin-left:auto;padding:3px 5px;border-radius:3px;background:var(--yellow);color:var(--ink);font:900 8px ui-monospace,monospace;letter-spacing:.05em}
.feedback-table-head,.feedback-table-row{grid-template-columns:minmax(270px,1fr) 65px 135px 80px 92px}.delete-spam-button{min-height:31px;padding:0 9px;border:1px solid #b92f25;border-radius:5px;background:#fff4ef;color:#a82920;font-size:9px;font-weight:800;cursor:pointer}.delete-spam-button:hover{background:#ffded5}.delete-spam-button:focus-visible{outline:3px solid #ffb6a8;outline-offset:2px}.delete-spam-button:disabled{opacity:.6;cursor:wait}@media(max-width:760px){.feedback-table-row{grid-template-columns:1fr auto!important}.feedback-table-row>.vote-count,.feedback-table-row>.status-select,.feedback-table-row>time{grid-column:1}.delete-spam-button{grid-column:2;grid-row:1;align-self:start}}
.beta-auth-kicker{font-size:15px!important;letter-spacing:.1em!important;margin-bottom:13px!important}.auth-view>p strong{color:var(--ink);font-weight:850}
.sidebar-nav .migration-nav-link{display:flex;align-items:center;gap:11px;width:100%;min-height:42px;padding:0 12px;border-radius:6px;color:#c5cfdb;text-decoration:none;font-size:12px;font-weight:650}.sidebar-nav .migration-nav-link:hover{background:#ffffff10;color:#fff}.sidebar-nav .migration-nav-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar-nav .migration-nav-link b{margin-left:auto;padding:3px 5px;border-radius:3px;background:var(--red);color:#fff;font:900 8px ui-monospace,monospace}

/* Product value upgrade: roadmap, changelog, widget settings, and customer signals */
.feedback-table-head,.feedback-table-row{grid-template-columns:minmax(240px,1fr) 60px 125px 90px 80px 92px}.roadmap-toggle{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700}.roadmap-toggle input{width:18px;height:18px;accent-color:var(--project-accent)}.roadmap-admin-row{min-height:74px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:20px;padding:14px 20px;border-bottom:1px solid var(--line)}.roadmap-admin-row:last-child{border-bottom:0}.roadmap-admin-row>div{display:flex;min-width:0;flex-direction:column}.roadmap-admin-row strong{font-size:16px}.roadmap-admin-row small{color:var(--muted);font-size:14px}.roadmap-admin-row label{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:700}.roadmap-admin-row input{width:19px;height:19px;accent-color:var(--project-accent)}.feature-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.feature-layout h3{margin-top:0}.check-list{max-height:220px;display:grid;gap:8px;overflow:auto;padding:12px;border:1px solid var(--line);border-radius:7px}.check-list label{display:flex;align-items:center;gap:8px}.check-list input{width:18px;height:18px}.release-row{display:flex;gap:16px;padding:17px 20px;border-bottom:1px solid var(--line)}.release-row time{min-width:90px;font-size:14px;font-weight:800}.release-row div{display:flex;flex-direction:column}.release-row strong{font-size:16px}.release-row small{color:var(--muted);font-size:14px}.settings-form select{width:100%;min-height:48px;padding:10px;border:1px solid var(--ink);border-radius:6px;background:#fff;font-size:16px}.settings-form legend small,.settings-form label>span small{color:var(--red);font:800 12px ui-monospace,monospace}.widget-preview{position:relative;min-height:240px;border:2px dashed var(--ink);border-radius:8px;background:linear-gradient(145deg,#fff 55%,#fff5bd 55%)}.widget-preview button{position:absolute;right:18px;bottom:18px;min-height:50px;padding:0 18px;border:2px solid var(--ink);border-radius:8px;color:#fff;font-weight:850;box-shadow:3px 3px 0 var(--ink)}.widget-preview.left button{right:auto;left:18px}.widget-preview small{position:absolute;top:14px;left:14px;color:var(--muted)}.signal-card{margin-top:16px}.signal-card>#signal-summary{padding:22px}.signal-card ol{display:grid;gap:10px;padding-left:24px}.signal-card li{padding-left:5px}.signal-card li span{font-weight:750}.signal-card li b{float:right;color:var(--muted);font-size:14px}.signal-card aside{display:flex;flex-direction:column;gap:4px;margin-top:18px;padding:16px;border:1px solid var(--ink);border-radius:7px;background:#fff5bd}.signal-card aside span{color:#44576d}.signal-card #signal-summary>small{display:block;margin-top:12px;color:var(--red)}
@media(max-width:980px){.feature-layout{grid-template-columns:1fr}.feedback-table-head{display:none}.feedback-table-row{grid-template-columns:1fr auto!important}.roadmap-toggle,.feedback-table-row time,.feedback-table-row>.vote-count,.feedback-table-row>.status-select{grid-column:1}.roadmap-admin-row{grid-template-columns:1fr auto}.roadmap-admin-row>label:last-child{grid-column:2}.roadmap-admin-row>label:nth-child(2){grid-column:2;grid-row:1}}
.feedback-table-head,.feedback-table-row{grid-template-columns:minmax(240px,1fr) 60px 125px 90px 80px 112px}.feedback-actions{display:grid;gap:5px}.release-button{min-height:32px;border:1px solid var(--blue);border-radius:5px;background:#edf3ff;color:var(--blue);font-size:12px;font-weight:800;cursor:pointer}.sidebar{overflow-y:auto}
.brand-mark{background-color:transparent!important;background-image:url('/assets/barely-mascot.svg')!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important;border:0!important;border-radius:0!important}.brand-mark:before,.brand-mark:after{content:none!important}.brand-mark i{display:none!important}.auth-mascot:before{content:"";position:absolute;z-index:2;right:28px;top:25px;width:34px;height:15px;border-top:5px solid var(--ink);border-radius:50%;transform:rotate(8deg)}

/* Readability polish: dashboard, navigation, billing, and forms */
html{font-size:100%}body{font-size:16px;line-height:1.5}.primary-button,.secondary-button{min-height:48px;padding-inline:18px;font-size:16px;line-height:1.25}.primary-button.compact,.secondary-button.compact{min-height:44px;font-size:15px}.section-kicker,.auth-kicker,.eyebrow{font-size:13px;line-height:1.4}
.workspace-label{margin-bottom:10px;font-size:13px;line-height:1.4}.project-picker{min-height:64px;padding:10px 12px}.project-picker strong{font-size:16px}.project-picker small{font-size:13px}.picker-mark{font-size:16px}.project-menu{padding:8px}.project-menu button{min-height:48px;padding:9px}.project-menu strong{font-size:15px}.project-menu small{font-size:13px}
.sidebar-nav{gap:8px;margin-top:28px}.sidebar-nav button,.sidebar-nav .migration-nav-link{min-height:48px;padding:0 13px;font-size:16px;line-height:1.35}.sidebar-nav b,.sidebar-nav .migration-nav-link b{font-size:13px}.plan-card{padding:15px}.plan-card span,.plan-card strong,.plan-card button{font-size:14px;line-height:1.4}.plan-card button{min-height:44px;padding:6px 0}.user-menu-button{min-height:52px}.user-avatar,.user-menu-button strong{font-size:14px}.user-menu-button small{font-size:13px}.user-popover button{min-height:44px;font-size:15px}
.topbar{min-height:82px;height:auto;padding-block:12px}.topbar small{font-size:14px}.topbar h1{font-size:20px;line-height:1.3}.view-intro{margin-bottom:30px}.view-intro h2{font-size:34px}.view-intro p,.welcome-view p{font-size:16px;line-height:1.65}
.stat-card>span,.stat-card>small{font-size:14px}.panel-heading span{font-size:13px}.panel-heading h3,.setup-panel h3,.install-card h3{font-size:20px}.recent-row{min-height:78px;padding-block:14px}.recent-row strong,.recent-row small,.recent-row>b{font-size:15px;line-height:1.4}.panel-empty strong,.panel-empty span,.table-empty span,.table-empty small{font-size:16px}.setup-panel strong,.setup-panel small{font-size:15px;line-height:1.45}.setup-panel li>i{width:30px;height:30px;font-size:14px}
.feedback-table-head{min-height:48px;font-size:13px}.feedback-table-row{min-height:88px;padding-block:12px}.feedback-cell strong,.feedback-cell small,.vote-count,.feedback-table-row time{font-size:15px;line-height:1.4}.status-select select,.filter-select select{min-height:44px;height:44px;padding-inline:12px 30px;font-size:16px}.filter-select{font-size:14px}.delete-spam-button{min-height:44px;padding-inline:13px;font-size:14px}
.install-card>p,.settings-form label small,.toggle-label small,.modal-card>p{font-size:15px;line-height:1.55}.code-block code{font-size:14px}.code-block button,.platform-list span{min-height:44px;font-size:14px}.settings-form{padding:28px}.settings-form label>span,.settings-form legend,.toggle-label strong{font-size:16px}.settings-form input:not([type=checkbox]),.settings-form textarea{min-height:48px;padding:12px 13px;font-size:16px;line-height:1.5}
.auth-view>p{font-size:16px}.auth-view label>span,.modal-card label>span{font-size:16px}.auth-view input,.modal-card input{min-height:48px;height:48px;font-size:16px}.auth-view input::placeholder,.modal-card input::placeholder,.settings-form input::placeholder,.settings-form textarea::placeholder{font-size:16px}.auth-view label small,.modal-card label small{font-size:14px}.form-alert{font-size:15px}.auth-switch,.terms-note{font-size:14px!important}
.status-pill,.current-plan{min-height:40px;padding:8px 13px;font-size:16px;line-height:1.3}.billing-grid{gap:20px}.billing-card{padding:28px}.billing-card>em{padding:7px 11px;font-size:13px}.billing-card>span{font-size:20px}.billing-card>strong{font-size:40px}.billing-card>strong small{font-size:16px}.billing-card>p{min-height:50px;font-size:16px;line-height:1.6}.billing-card ul{gap:13px}.billing-card li{padding-left:22px;font-size:16px;line-height:1.45}
.mobile-sidebar-button{width:44px;height:44px}.slug-input>span,.form-actions span{font-size:14px;line-height:1.4}.toggle-label{min-height:48px}
.plan-limit{display:block;margin-top:8px;color:#aeb1bf;font-size:13px;line-height:1.4}
.founding-badge{display:flex;align-items:center;margin:10px 0 2px;padding:7px 9px;border:1px solid rgba(247,216,90,.5);border-radius:7px;background:rgba(247,216,90,.1);color:var(--yellow);font-size:13px;font-weight:750;line-height:1.35}.founding-badge[hidden]{display:none!important}
.founding-modal{z-index:230}.founding-card{width:min(520px,calc(100% - 30px));overflow:hidden;padding:36px 34px 30px!important;background:linear-gradient(145deg,#fffdf3 0%,#fff 62%)!important;text-align:center}.founding-card .section-kicker{color:var(--red)}.founding-card h2{font-size:32px;line-height:1.15}.founding-copy{margin:16px 0 24px}.founding-copy p{margin:0;color:var(--muted);font-size:16px;line-height:1.65}.founding-copy p+p{margin-top:13px}.founding-copy strong{color:var(--ink);font-weight:850}.founding-dismiss{position:relative;z-index:2}.founding-error{margin:0 0 12px;padding:10px;border:1px solid #efc6c5;border-radius:7px;background:#fff4f3;color:#a63c3a;font-size:14px}.founding-confetti{position:absolute;inset:0;pointer-events:none}.founding-confetti span{position:absolute;font-size:18px;animation:founding-float 2.8s ease-in-out infinite}.founding-confetti span:nth-child(1){left:7%;top:14%}.founding-confetti span:nth-child(2){left:18%;top:7%;color:var(--yellow);animation-delay:.25s}.founding-confetti span:nth-child(3){right:17%;top:11%;color:var(--red);animation-delay:.5s}.founding-confetti span:nth-child(4){right:8%;top:24%;color:var(--blue);animation-delay:.75s}.founding-confetti span:nth-child(5){right:4%;bottom:13%;animation-delay:1s}@keyframes founding-float{0%,100%{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-8px) rotate(7deg)}}@media(max-width:520px){.founding-card{padding:32px 20px 24px!important}.founding-card h2{font-size:27px}.founding-confetti span:nth-child(2),.founding-confetti span:nth-child(4){display:none}}
@media(max-width:760px){.main-content{padding-inline:18px}.topbar{padding-inline:18px}.view-intro{align-items:flex-start;flex-direction:column}.billing-card{padding:24px 20px}.feedback-table-row{row-gap:12px}}
