:root{
  --bg:#090b0e;--bg2:#0d1014;--panel:#12161b;--panel2:#171c22;--line:#262d35;--text:#f4f6f8;--muted:#939da8;
  --red:#c51f2c;--red2:#991b24;--green:#15803d;--yellow:#a16207;--danger:#dc3545;--radius:14px;--shadow:0 18px 45px rgba(0,0,0,.28);
}
*{box-sizing:border-box}html{color-scheme:dark;background:var(--bg)}body{margin:0;background:radial-gradient(circle at 15% -10%,rgba(197,31,44,.10),transparent 34rem),var(--bg);color:var(--text);font:15px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}input,select,textarea{width:100%;border:1px solid var(--line);background:#0c1014;color:var(--text);border-radius:10px;padding:11px 12px;outline:none;min-height:44px}textarea{resize:vertical}input:focus,select:focus,textarea:focus{border-color:#a9232e;box-shadow:0 0 0 3px rgba(197,31,44,.12)}input[type=checkbox],input[type=radio]{width:18px;height:18px;min-height:0;accent-color:var(--red)}label{display:grid;gap:6px;font-weight:600;color:#d9dee3}.optional{font-weight:400;color:var(--muted);font-size:.84em}.muted{color:var(--muted);font-weight:400}.preline{white-space:pre-line}.small-text{font-size:13px}.top-gap{margin-top:16px}code{background:#0b0e12;border:1px solid var(--line);padding:2px 5px;border-radius:5px}
.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:22px;height:66px;padding:0 max(16px,calc((100vw - 1320px)/2));background:rgba(9,11,14,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:9px;font-weight:800;white-space:nowrap}.brand-mark,.auth-emblem{display:grid;place-items:center;background:linear-gradient(145deg,#dd2634,#8d111b);color:white;font-weight:900;box-shadow:0 6px 20px rgba(197,31,44,.28)}.brand-mark{width:31px;height:31px;border-radius:9px}.nav-scroll{display:flex;gap:4px;overflow:auto;scrollbar-width:none;flex:1}.nav-scroll a{padding:9px 10px;border-radius:8px;color:#b8c0c8;white-space:nowrap}.nav-scroll a:hover{background:var(--panel);color:white}.user-menu{display:flex;align-items:center;gap:5px}.user-menu form{display:flex}.user-name{font-size:13px;color:#aab3bc;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.icon-button{border:0;background:transparent;color:#b8c0c8;min-width:40px;height:40px;border-radius:9px;display:grid;place-items:center}.icon-button:hover{background:var(--panel);color:white}
.page{width:min(1320px,calc(100% - 32px));margin:0 auto;padding:28px 0 70px}.page-auth{min-height:calc(100vh - 35px);display:grid;place-items:center}.footer{text-align:center;color:#4f5862;font-size:11px;padding:0 0 14px}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h1{margin:0;font-size:clamp(24px,3vw,34px);letter-spacing:-.03em}.section-head p{margin:5px 0 0}.panel{background:linear-gradient(180deg,rgba(20,24,29,.98),rgba(15,19,23,.98));border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.panel h2{margin:0 0 16px;font-size:18px}.narrow{max-width:560px}.max-760{max-width:760px}.stack-form{display:grid;gap:15px}.field-grid{display:grid;gap:12px}.field-grid.two{grid-template-columns:1fr 1fr}.button{appearance:none;border:1px solid #303842;background:#181e24;color:#f2f5f7;min-height:44px;padding:9px 14px;border-radius:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1.1}.button:hover{filter:brightness(1.1);border-color:#48525e}.button.primary{background:linear-gradient(180deg,#cf2532,#a51924);border-color:#d22b38}.button.danger{background:#371216;border-color:#6b2028;color:#ffbdc3}.button.small{min-height:36px;padding:7px 10px;font-size:13px}.button.large{min-height:52px;padding:12px 20px}.button.full{width:100%}.actions{display:flex;align-items:center;gap:8px}.actions.wrap{flex-wrap:wrap}.actions form{display:inline-flex;margin:0}.flash-stack{position:fixed;top:78px;right:16px;z-index:60;display:grid;gap:8px;width:min(420px,calc(100% - 32px))}.flash{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:12px 14px;border-radius:11px;background:#182028;border:1px solid #35414d;box-shadow:var(--shadow)}.flash.success{border-color:#1f6b3c;background:#10241a}.flash.error{border-color:#7c2830;background:#2a1216}.flash button{border:0;background:transparent;color:#bbc4cc;font-size:20px;line-height:1}.auth-card{width:min(430px,100%);padding:30px;background:rgba(17,21,26,.97);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.auth-card h1{text-align:center;margin:14px 0 20px}.auth-card .muted{text-align:center}.auth-emblem{width:58px;height:58px;border-radius:16px;margin:auto;font-size:26px}
.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(315px,1fr));gap:14px}.survey-card{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(165deg,#14181d,#0f1317);padding:18px;display:flex;flex-direction:column;min-height:210px}.survey-card h2{margin:12px 0 7px;font-size:20px;line-height:1.25}.survey-card .actions{margin-top:auto;padding-top:16px}.card-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.status,.badge{display:inline-flex;align-items:center;min-height:25px;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:800;letter-spacing:.02em;background:#20262d;color:#c9d0d7}.status-published{background:#14341f;color:#90e2aa}.status-draft{background:#272b30;color:#d4d7db}.status-ended{background:#332915;color:#f0cf83}.status-archived{background:#1c2025;color:#8e98a3}.deadline{font-size:12px;color:#9aa4ae}.deadline.big{padding:8px 11px;background:#151a1f;border:1px solid var(--line);border-radius:9px}.clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.metric-row{display:flex;gap:18px;color:#aeb7c0;font-size:13px;margin-top:12px}.metric-row strong{color:#fff}.empty-state{border:1px dashed #303842;border-radius:var(--radius);padding:35px;text-align:center;color:#7f8994;grid-column:1/-1}.empty-state.compact{padding:18px}
.two-column{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:16px}.sticky-panel{position:sticky;top:86px}.user-list{display:grid;gap:10px}.user-row{border:1px solid var(--line);border-radius:11px;padding:12px;background:#0e1216}.user-line{display:grid;grid-template-columns:minmax(160px,1fr) auto auto;gap:10px;align-items:center}.inline-form{display:flex;gap:8px;margin-top:9px}.inline-form input{flex:1}.switch-label{display:flex;align-items:center;gap:8px;font-weight:600;white-space:nowrap}.switch-label input{width:18px}.toggle-row{display:flex;gap:20px;flex-wrap:wrap;padding-top:4px}.check-grid,.participant-list{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.check-card{display:flex;align-items:center;gap:10px;border:1px solid var(--line);padding:10px 11px;border-radius:10px;background:#0d1115;min-height:46px}.check-card:hover{border-color:#3d4650}.check-card input{flex:0 0 auto}.file-list{display:grid;gap:7px}.file-row{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#0c1014}.file-row:hover{border-color:#424d58}.danger-zone{border-color:#4b262a}.callout,.result-banner{border:1px solid #34404b;background:#101820;padding:12px 14px;border-radius:10px;margin-bottom:16px;color:#bcc7d1}.result-banner.success{border-color:#24613b;background:#102219}.result-banner.error{border-color:#6d2830;background:#291217}.responsive-table{overflow:auto;border:1px solid var(--line);border-radius:10px}.responsive-table table{border-collapse:collapse;width:100%;min-width:620px}.responsive-table th,.responsive-table td{padding:10px 11px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.responsive-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#9da7b1;background:#0d1115}.responsive-table tr:last-child td{border-bottom:0}.table-panel{padding:0;overflow:hidden}.table-panel .responsive-table{border:0;border-radius:inherit}
.update-progress{display:grid;gap:8px;margin-bottom:16px;padding:14px;border:1px solid #34404b;border-radius:10px;background:#101820}.progress-track{height:9px;overflow:hidden;border-radius:999px;background:#080b0e}.progress-fill{height:100%;width:0;background:linear-gradient(90deg,#a51924,#ef4350);transition:width .35s ease}.update-progress[hidden]{display:none}
.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px}.editor-main{min-width:0}.editor-side{min-width:0}.question-head{display:flex;justify-content:space-between;align-items:center;margin:23px 0 10px}.question-head h2{margin:0}.question-list{display:grid;gap:12px}.question-edit-card{border:1px solid var(--line);border-radius:var(--radius);background:#11161a;overflow:hidden}.qedit-head{display:flex;align-items:center;gap:9px;padding:11px 13px;border-bottom:1px solid var(--line);background:#151a20}.qedit-number{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#242c34;font-weight:800;color:#cdd4db}.qedit-title{flex:1;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qedit-tools{display:flex;gap:5px}.mini-button{border:1px solid #303942;background:#12171b;color:#b9c2cb;border-radius:7px;width:34px;height:34px}.mini-button:hover{color:white;border-color:#4c5965}.mini-button.remove{color:#e89aa1}.qedit-body{display:grid;gap:12px;padding:14px}.qedit-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:10px}.qedit-special{display:grid;gap:11px;padding:12px;border:1px solid #252d35;border-radius:10px;background:#0c1014}.qedit-special[hidden]{display:none}.meta-note{font-size:12px;color:#7f8994;border-top:1px solid var(--line);padding-top:12px;margin:14px 0}.participant-list{grid-template-columns:1fr;max-height:54vh;overflow:auto;padding-right:2px}
.response-form{display:grid;gap:13px}.question-response{padding:20px}.question-title{display:flex;align-items:flex-start;gap:12px}.question-title h2{margin:0;font-size:18px}.question-title p{margin:4px 0 0}.q-number{display:grid;place-items:center;min-width:31px;height:31px;border-radius:9px;background:#2a1518;color:#f18a94;font-weight:900}.required{color:#e74b57;margin-left:4px}.answer-area{margin-top:16px}.choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:9px}.choice-grid.two{grid-template-columns:1fr 1fr}.choice{display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#0d1115;border-radius:11px;padding:12px;min-height:50px;cursor:pointer}.choice:has(input:checked){border-color:#8d2932;background:#241317}.choice input{flex:0 0 auto}.big-choice{min-height:64px;justify-content:center;font-size:17px}.large-input{max-width:420px;min-height:52px;font-size:17px}.vote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.vote{display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:12px;padding:15px;min-height:68px;font-weight:900;font-size:16px;cursor:pointer}.vote input{flex:0 0 auto}.vote-for{background:#10271a;border-color:#225c37}.vote-abstain{background:#2a220e;border-color:#67511b}.vote-against{background:#2c1116;border-color:#702630}.vote:has(input:checked){outline:2px solid rgba(255,255,255,.75);outline-offset:2px}.repeat-builder,.dynamic-builder{display:grid;gap:9px;margin-bottom:10px}.repeat-row{display:grid;grid-template-columns:repeat(var(--repeat-cols,4),minmax(125px,1fr)) auto;gap:8px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#0b0f13}.repeat-row label{font-size:12px}.repeat-remove{align-self:end;width:44px;height:44px;border:1px solid #55242a;background:#261216;color:#f0a0a7;border-radius:9px}.dynamic-row{display:grid;grid-template-columns:minmax(140px,1fr) 180px;gap:12px;align-items:center}.dynamic-row span{font-weight:700}.submit-bar{position:sticky;bottom:12px;z-index:8;display:flex;justify-content:flex-end;gap:9px;padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(13,16,20,.92);backdrop-filter:blur(14px);box-shadow:0 10px 35px rgba(0,0,0,.3)}
.metric-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.metric-card{display:grid;gap:4px;padding:15px 17px;border:1px solid var(--line);border-radius:12px;background:#11161a}.metric-card span{color:var(--muted);font-size:12px}.metric-card strong{font-size:22px}.results-list{display:grid;gap:13px}.result-section h2{margin-bottom:6px}.bar-chart{display:grid;gap:8px;margin-top:16px}.bar-row{display:grid;grid-template-columns:minmax(100px,220px) minmax(120px,1fr) 50px;gap:10px;align-items:center}.bar-label{overflow-wrap:anywhere}.bar-track{height:11px;border-radius:999px;background:#242b32;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#8d1620,#d32b38);border-radius:inherit;min-width:2px}.result-metrics{margin:12px 0;font-size:14px}.result-total{margin-bottom:0}.error-card{text-align:center;max-width:600px;margin:12vh auto}.error-card>strong{font-size:70px;color:#4a525b}.error-card h1{font-size:22px;margin:0 0 20px}
@media(max-width:900px){.user-name{display:none}.topbar{gap:10px}.brand span:last-child{display:none}.editor-layout,.two-column{grid-template-columns:1fr}.editor-side{order:-1}.sticky-panel{position:static}.participant-list{max-height:none}.metric-cards{grid-template-columns:1fr 1fr}.qedit-grid{grid-template-columns:1fr}.vote-grid{grid-template-columns:1fr}.repeat-row{grid-template-columns:1fr 1fr}.repeat-remove{align-self:auto}.field-grid.two{grid-template-columns:1fr}}
@media(max-width:620px){body{font-size:14px}.page{width:min(100% - 20px,1320px);padding-top:18px}.topbar{height:60px;padding:0 10px}.nav-scroll a{padding:8px}.section-head{align-items:stretch;flex-direction:column}.section-head>.button,.section-head>.actions{align-self:stretch}.section-head>.actions{flex-wrap:wrap}.card-grid{grid-template-columns:1fr}.survey-card{min-height:0}.panel{padding:15px;border-radius:12px}.auth-card{padding:22px}.metric-cards{grid-template-columns:1fr}.choice-grid,.choice-grid.two{grid-template-columns:1fr}.dynamic-row{grid-template-columns:1fr}.repeat-row{display:grid;grid-template-columns:1fr}.repeat-remove{width:100%}.bar-row{grid-template-columns:100px minmax(80px,1fr) 34px;font-size:12px}.inline-form{flex-direction:column}.user-line{grid-template-columns:1fr auto}.user-line .badge{grid-column:1/-1}.submit-bar{bottom:6px}.submit-bar .button{flex:1}.question-title h2{font-size:17px}.flash-stack{top:68px;right:10px;width:calc(100% - 20px)}}
@media(hover:none){.button,.choice,.vote,.check-card,.icon-button{min-height:48px}.mini-button{width:40px;height:40px}}

.app-dialog{border:0;padding:0;background:transparent;color:var(--text);max-width:min(480px,calc(100% - 24px));width:100%}.app-dialog::backdrop{background:rgba(0,0,0,.66);backdrop-filter:blur(4px)}.dialog-card{background:#14191f;border:1px solid #343d46;border-radius:16px;padding:20px;box-shadow:var(--shadow)}.dialog-card h2{margin:0 0 9px;font-size:19px}.dialog-card p{margin:0 0 18px;color:#b3bdc6;white-space:pre-line}.dialog-actions{justify-content:flex-end}
