/* V1.2.1: warm orange accents, restrained surfaces, unchanged layout and icons. */
:root{--ink:#292521;--body:#4c4540;--muted:#8b8078;--line:#eee5de;--paper:#faf8f5;--brand:#ed7837;--brand-hover:#a7471a;--brand-ink:#b95220;--soft:#fff1e8;--danger:#b14949;--radius:10px}
*{box-sizing:border-box}body{margin:0;color:var(--body);background:var(--paper);font:14px/1.65 -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}[hidden]{display:none!important}
a{color:inherit;text-decoration:none}button,a{cursor:pointer}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}button:focus-visible,a:focus-visible{outline:2px solid var(--brand)}
button,.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:1px solid #e8ded6;background:#fff;border-radius:7px;padding:9px 16px;color:var(--body);font-weight:500;line-height:20px;transition:background .15s,border-color .15s}
button:hover,.button:hover{border-color:#dcbda9;background:#fff7f1}button:disabled{opacity:.42;cursor:not-allowed}.primary,.button.primary{color:#fff;background:var(--brand-ink);border-color:var(--brand-ink)}.primary:hover,.button.primary:hover{background:var(--brand-hover);border-color:var(--brand-hover)}
.soft{background:var(--soft);border-color:var(--soft);color:var(--brand-ink)}.danger{color:var(--danger)}.text-button{min-height:30px;padding:4px 6px;border:0;background:transparent;color:var(--brand-ink);font-weight:400}.text-button:hover{background:var(--soft)}.text-button.danger{color:var(--danger)}.icon{display:inline-block;flex:none;vertical-align:middle}.text-button .icon{width:16px;height:16px}.icon-button{width:32px;min-height:32px;padding:6px;border-color:transparent;background:transparent}.icon-button .icon{width:17px;height:17px}
.subtle{color:var(--muted)}.hint{color:var(--muted);font-size:12px;line-height:1.8}.selectable{user-select:text;overflow-wrap:anywhere}.prose{white-space:pre-wrap;line-height:1.95}.receipt{font-family:monospace}h1,h2,h3{color:var(--ink);font-weight:600}h1{font-size:25px;line-height:1.4;margin:0 0 8px;letter-spacing:-.4px}h2{font-size:17px;margin:0}h3{font-size:15px;margin:0}
.aside{position:fixed;inset:0 auto 0 0;width:224px;background:#fff;border-right:1px solid var(--line);padding:30px 16px 20px;display:flex;flex-direction:column;z-index:20}.brand{color:var(--ink);padding:0 10px;margin-bottom:30px;font-size:22px;font-weight:600;letter-spacing:.2px;overflow-wrap:anywhere}.brand [data-app-name]{font-size:19px;letter-spacing:0}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:31px;height:34px;margin-right:8px;border-radius:7px;color:#fff;background:var(--brand);vertical-align:middle}.brand-mark .icon{width:22px;height:22px}.brand small{display:block;color:#968b83;font-size:9px;letter-spacing:2px;font-weight:400;margin:7px 0 0 40px}.nav-label{font-size:11px;letter-spacing:1px;padding:6px 14px 12px;color:#9a9089}.aside nav{overflow:auto;min-height:0}.nav-link{display:flex;gap:12px;align-items:center;padding:11px 14px;margin:3px 0;border-radius:7px;color:#7c7067;line-height:20px}.nav-link:hover{background:#faf7f4}.nav-link.active{color:var(--brand-ink);background:#fff1e8;font-weight:600}.nav-icon{display:flex;width:20px;align-items:center;justify-content:center}.aside-foot{margin-top:auto;padding:26px 14px 0;color:#9c9189;font-size:11px;line-height:1.9}
.main{margin-left:224px}.topbar{height:70px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 36px;background:#fff;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px}.breadcrumb{color:#d3c9c2;margin:0 12px}.topbar-right{display:flex;align-items:center;gap:18px}.avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#b95220;background:var(--soft)}.avatar .icon{width:18px;height:18px}.content{max-width:1500px;margin:auto;padding:32px 36px 64px}.row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.intro{margin-bottom:26px}.intro .subtle{font-size:13px;line-height:1.8}.intro>.row{justify-content:flex-start;gap:10px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:26px;margin-bottom:22px}.section-title{margin-bottom:20px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px}.stat{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff}.stat .subtle{font-size:13px}.stat b{display:block;margin:14px 0 6px;color:var(--ink);font-size:33px;font-weight:500;line-height:1.2;font-variant-numeric:tabular-nums;letter-spacing:-1px}.stat .accent{color:var(--brand)}.stat i{font-style:normal;font-size:12px;color:#978b82}.two-col{display:grid;grid-template-columns:1.5fr 1fr;gap:22px}.pending-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.pending-row a{color:var(--brand-ink)}.badge{display:inline-flex;align-items:center;justify-content:center;padding:1px 7px;min-width:24px;min-height:24px;margin-left:6px;background:var(--soft);color:var(--brand-ink);border-radius:5px;font-size:12px}.sheet-list{padding-left:20px;line-height:2.6;color:#877a70}
input,select,textarea{width:100%;min-width:0;color:var(--body);border:1px solid #e8ded6;background:#fff;border-radius:7px;padding:10px 12px}input,select{height:42px;line-height:20px}input:focus,select:focus,textarea:focus{outline:0;border-color:#ed7837;box-shadow:0 0 0 3px #ed78371a}input::placeholder,textarea::placeholder{color:#aaa097}input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand);vertical-align:middle}input[readonly]{background:#faf7f4}textarea{resize:vertical;min-height:150px;line-height:1.8;padding:12px 14px}input[type=file]{height:auto;padding:10px;font-size:12px;background:#fcfaf8}input[type=file]::file-selector-button{padding:8px 12px;margin-right:10px;border:0;border-radius:5px;background:var(--soft);color:var(--brand-ink);cursor:pointer}
.toolbar{display:grid;grid-template-columns:repeat(var(--filter-columns,2),minmax(120px,220px)) max-content;gap:18px 16px;align-items:end;margin-bottom:20px;padding-bottom:22px;border-bottom:1px solid var(--line)}.search-field{display:block;min-width:0}.search-field>span,.toolbar .choice>span{display:block;margin-bottom:8px;color:#7a6c61;font-size:12px;line-height:20px}.toolbar .choice{margin:0;min-width:0}.filter-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.filter-actions button{height:42px;padding:10px 20px}
.table-wrap{width:100%;overflow:auto;border:1px solid var(--line);border-radius:8px}table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}th,td{padding:15px 16px;border-bottom:1px solid #f1eae4}th{color:#807267;font-size:12px;font-weight:500;background:#fcf9f6}td{font-size:13px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fffaf6}td.wrap{min-width:210px;max-width:360px;white-space:normal;overflow-wrap:anywhere}.actions-cell{min-width:140px;max-width:290px;white-space:normal}.actions-cell .text-button{white-space:nowrap}.tag{display:inline-flex;align-items:center;white-space:nowrap;padding:3px 9px;border-radius:5px;background:var(--soft);color:var(--brand-ink);font-size:11px;line-height:20px}.tag.gray{background:#f3f1ef;color:#887f78}.tag.green{background:#edf5f0;color:#487f60}.tag.blue{background:#edf3f8;color:#426786}.title-cell{display:flex;align-items:center;gap:12px}.title-cell>a{white-space:normal;min-width:130px;max-width:280px;overflow-wrap:anywhere}.batch-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:18px;color:var(--muted);font-size:12px}.batch-bar button{min-height:32px;padding:5px 11px;font-size:12px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:22px}.pagination>span{font-size:12px;color:var(--muted)}.pagination>span:first-child{margin-right:auto}.pagination button{min-height:36px;padding:7px 12px;font-size:12px}.page-jump{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px}.page-jump input{width:62px;height:36px;padding:7px 5px;text-align:center}.empty{text-align:center;color:#9a8c81;padding:60px 20px;background:#fdfbf9;line-height:1.9}.panel.empty{border-radius:var(--radius)}
.editor-form,#cover-form{max-width:1080px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px}.field{display:block;min-width:0;margin-bottom:20px}.form-grid>.field{margin:0}.field>span{display:block;margin-bottom:9px;color:#716156;font-size:13px;font-weight:500}.field small{display:block;margin-top:7px;color:var(--muted);font-size:12px}.full,.field.full{grid-column:1/-1}.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;border-top:1px solid var(--line);padding-top:24px;margin-top:26px}.form-actions button{min-width:110px}.narrow{max-width:600px}.note{padding:15px 18px;margin:18px 0;color:#896c57;background:#fff7f1;border:1px solid #f4dfce;border-radius:7px;font-size:12px;line-height:1.9}.error{margin:15px 0;padding:15px 18px;border:1px solid #f1dede;border-radius:7px;background:#fbf2f2;color:#a45454;line-height:1.8}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 32px;margin:0}.detail-grid dt{margin-bottom:7px;color:var(--muted);font-size:12px}.detail-grid dd{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.85}.detail-grid>div:has(.title-cell){grid-column:1/-1}.detail-grid .title-cell{max-width:100%}.detail-grid .title-cell a{max-width:none;min-width:0}.answer-row{display:flex;flex-direction:column;gap:8px;padding:18px 0;border-bottom:1px solid var(--line)}.copy-button{font-size:11px;margin-left:6px;white-space:nowrap}
.choice{position:relative;min-width:0}.choice-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;height:42px;padding:10px 12px;text-align:left;font-weight:400}.choice-trigger [data-choice-value]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.choice-trigger.is-placeholder{color:#a3988e}.choice-arrow{color:#9a897b;line-height:1}.choice-arrow .icon{width:16px;height:16px}.choice-locked .choice-trigger{background:#fcf9f6}.choice.is-open .choice-trigger{border-color:#ed7837;box-shadow:0 0 0 3px #ed78371a}.choice-popup{position:absolute;left:0;top:calc(100% + 8px);width:max(100%,310px);max-width:calc(100vw - 48px);padding:16px;background:#fff;border:1px solid #eee1d7;border-radius:10px;box-shadow:0 12px 32px #2925211c;z-index:70}.choice-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px}.choice-heading button{width:28px;min-height:28px;padding:3px;border:0;color:var(--muted)}.choice-heading .icon{width:17px;height:17px}.choice-search{display:flex;gap:8px;margin-bottom:10px}.choice-search input{height:38px}.choice-search button{flex-shrink:0;min-height:38px;padding:7px 12px;font-size:12px}.choice-popup select{width:100%;height:190px;padding:5px;border-color:#eee4dc;border-radius:6px;background:#fdfbf9;overflow:auto}.choice-popup option{padding:9px 10px;border-radius:4px}.choice-popup option:checked{color:var(--brand-ink);background:#fff1e8}.choice-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:12px;color:var(--muted);font-size:11px}.choice-footer button{min-height:30px;padding:4px 8px;font-size:11px;white-space:nowrap}.choice-locked .choice-footer button:not([data-choice-retry]){display:none}
.question{margin-top:22px;border:1px solid var(--line);border-radius:8px;padding:24px;background:#fff}.question-heading{margin-bottom:24px;padding-bottom:17px;border-bottom:1px solid #f1eae4}.question-heading h3{display:flex;align-items:center;gap:10px}.question-number{color:#9b826f;font-size:15px;font-weight:500;font-variant-numeric:tabular-nums}.question>.field{margin-bottom:18px}.q-config{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.q-config label{display:flex;flex-direction:column;gap:7px;color:#8a7767;font-size:12px}.options-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:25px 0 12px}.options-heading b{color:#716156;font-size:13px;font-weight:500}.option-list{display:flex;flex-direction:column;gap:10px}.option-row{display:flex;align-items:center;gap:12px}.option-number{flex:none;width:22px;color:#a99a8c;font-size:12px;font-variant-numeric:tabular-nums}.option-row>input{flex:1;min-width:0}.option-actions{display:flex;gap:2px;flex:none}.add-option{margin:15px 0 0 34px;border-style:dashed;background:#fdfbf9;color:var(--brand-ink);font-size:13px}.add-option .icon{width:17px;height:17px}#add-question{margin-top:20px;padding:10px 22px}
.cover-box{display:flex;align-items:flex-start;flex-wrap:wrap;gap:22px}.stack{display:flex;flex-direction:column;gap:12px}.cover-box .stack{flex:1;min-width:220px}.image-frame{display:inline-flex;flex-shrink:0;overflow:hidden;border:1px solid #eee1d7;border-radius:8px;background:#faf3ed}.large-image{width:240px;height:145px;margin-bottom:8px}.mini-image{width:74px;height:44px;border-radius:5px}.image-button{display:block;width:100%;height:100%;padding:0;border:0;border-radius:0;background:transparent}.image-button:disabled{opacity:1}.image-frame img,.cover-box .image-frame img{display:block;width:100%;height:100%;object-fit:cover;border:0;border-radius:0}.image-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;color:#aa9787;font-size:12px}.mini-image .image-fallback{font-size:10px}.image-frame button:focus-visible{outline:3px solid var(--brand);outline-offset:-3px}
.bar-row{margin:20px 0}.bar-row>div:first-child{display:flex;justify-content:space-between;gap:16px}.track{height:7px;background:#fcebdd;border-radius:7px;margin-top:11px;overflow:hidden}.fill{height:7px;border-radius:7px;background:#ed7837}.user-name{font-weight:500;color:var(--ink)}.user-summary{display:flex;align-items:center;gap:16px;margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid var(--line)}.user-summary h2{margin-bottom:5px}.user-summary .subtle{font-size:12px}.user-emblem{display:flex;align-items:center;justify-content:center;width:54px;height:54px;flex:none;background:var(--soft);border-radius:10px;color:#b95220}.user-emblem .icon{width:26px;height:26px}.user-status{margin-left:auto}
.modal-backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#292521a6;z-index:300;overflow:auto}.modal{background:#fff;border-radius:12px;padding:24px;width:min(100%,960px);max-height:92vh;overflow:auto;box-shadow:0 20px 80px #29252135}.auth-modal{width:min(100%,430px)}.auth-modal p{margin:14px 0 24px}.auth-modal button[type=submit]{width:100%}.image-modal .modal>img{display:block;max-width:100%;max-height:75vh;object-fit:contain;margin:18px auto 0}.image-modal .row{flex-wrap:nowrap}#toast{display:none;position:fixed;bottom:32px;left:50%;transform:translateX(-50%);max-width:min(90vw,700px);padding:13px 22px;border-radius:8px;background:#3e332b;color:#fff;box-shadow:0 6px 24px #29252122;text-align:center;z-index:400}
.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:#fff}.login-art{padding:12vh 12%;display:flex;flex-direction:column;justify-content:center;background:#fff1e8;position:relative;overflow:hidden}.login-art::before{content:'';position:absolute;width:440px;height:440px;border:1px solid #f4d0b6;transform:rotate(32deg);right:-160px;bottom:-160px}.login-art::after{content:'';position:absolute;width:320px;height:320px;border:1px solid #f5d8c4;transform:rotate(32deg);right:-100px;bottom:-100px}.login-art h1{font-size:42px;line-height:1.65;font-weight:500;letter-spacing:1px;color:#874323;position:relative;z-index:1}.login-art>.subtle{font-size:11px;letter-spacing:3px;margin-bottom:25px;color:#b37b56}.login-art p{margin-top:28px;color:#9b7359;font-size:14px;line-height:2.2;position:relative;z-index:1}.login-side{display:flex;align-items:center;justify-content:center;padding:50px}.login-form{width:360px;max-width:100%}.login-form .brand{padding:0;margin-bottom:64px}.login-form form{margin-top:34px}.login-form button{width:100%;height:46px;margin-top:8px}.login-form .brand-mark{width:33px;height:36px}.login-error .error{font-size:12px}
@media(max-width:1400px){.toolbar.has-dates{grid-template-columns:repeat(3,minmax(0,1fr))}.toolbar.has-dates .filter-actions{justify-content:flex-start}}
@media(max-width:1150px){.aside{width:200px;padding-left:12px;padding-right:12px}.main{margin-left:200px}.content{padding:28px 24px 56px}.topbar{padding:0 24px}.toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.toolbar .filter-actions{grid-column:1/-1}.toolbar.has-dates{grid-template-columns:repeat(2,minmax(0,1fr))}.two-col{grid-template-columns:1fr}.panel{padding:22px}.stats{gap:14px}.stat{padding:21px}.stat b{font-size:30px}.form-grid{gap:22px}.option-row{gap:9px}.option-actions{gap:0}.icon-button{width:29px;padding:5px}}
@media(max-width:850px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.pagination{justify-content:flex-start}.detail-grid{grid-template-columns:1fr}.intro>.row{gap:8px}.login-art{padding:10vh 9%}.login-art h1{font-size:33px}.login-side{padding:32px}.modal-backdrop{padding:16px}.form-grid{grid-template-columns:minmax(0,1fr)}}
@media(max-width:650px){.aside{position:relative;width:100%;height:auto;padding:20px 16px 10px}.aside .brand{margin-bottom:14px;padding:0 4px}.brand small{display:none}.aside nav{display:flex;gap:4px;padding-bottom:6px}.nav-link{white-space:nowrap;padding:9px 12px;gap:8px;margin:0}.nav-icon .icon{width:18px;height:18px}.nav-label,.aside-foot{display:none}.main{margin-left:0}.topbar{height:58px;padding:0 16px;font-size:12px}.breadcrumb{margin:0 5px}.topbar-right{gap:8px}.topbar-right .avatar{display:none}.content{padding:24px 16px 40px}.intro{gap:16px;margin-bottom:22px}.intro h1{font-size:23px}.intro>.row{width:100%}.intro>.row .button{flex:1}.panel{padding:18px;border-radius:8px}.stats{gap:12px}.stat{padding:17px;border-radius:8px}.stat b{font-size:27px}.toolbar,.toolbar.has-dates{grid-template-columns:minmax(0,1fr);gap:15px}.filter-actions{width:100%}.filter-actions button{flex:1}.form-grid{grid-template-columns:minmax(0,1fr)}.q-config{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.q-config>label:first-child{grid-column:1/-1}.question{padding:16px}.question-heading{margin-bottom:18px;gap:8px}.question-heading .text-button{font-size:12px}.question-heading .text-button .icon{display:none}.options-heading{align-items:flex-start;flex-direction:column;gap:2px}.option-row{gap:8px;flex-wrap:wrap}.option-row>input{width:calc(100% - 30px);flex:none}.option-actions{margin-left:auto}.option-number{width:22px}.option-list{gap:12px}.option-actions .icon-button{width:32px}.add-option{margin-left:30px}.choice-popup{position:fixed;left:16px;bottom:20px;top:auto;width:calc(100vw - 32px);max-width:none;max-height:80vh;overflow:auto;box-shadow:0 0 0 100vmax #29252166,0 10px 45px #29252133}.choice-popup select{height:210px}.choice-heading{font-size:16px}.choice-heading button{min-height:34px}.choice-footer button{min-height:36px}.form-actions button{flex:1;min-width:0}.pagination>span:first-child{width:100%}.pagination{gap:8px}.cover-box .stack{width:100%;min-width:0;flex:auto}.bar-row>div:first-child{flex-direction:column;gap:4px}.detail-grid{grid-template-columns:minmax(0,1fr)}.login-page{grid-template-columns:1fr}.login-art{display:none}.login-side{padding:32px 28px}.login-form .brand{margin-bottom:48px}.user-summary{gap:12px}.user-emblem{width:44px;height:44px}.user-summary h2{font-size:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* V1.2.3 participation and separate proposal editor */
.participation{min-width:180px;max-width:260px;white-space:normal}.participation-label{display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:13px;margin-bottom:9px}.participation-label strong{font-weight:600}.participation-label span{color:var(--primary,#b95220)}.participation .track{height:7px;background:#f4eae2;border-radius:9px;overflow:hidden;margin:8px 0}.participation .fill{height:100%;background:#ed7837;border-radius:9px}.participation small{font-size:11px;color:#998779}.option-actions{flex-wrap:wrap}.option-actions .text-button{white-space:nowrap;font-size:12px;padding:6px}.material-upload{grid-column:1/-1}.material-summary{padding:16px;background:#faf8f6;border:1px solid #eee5dd;border-radius:10px;word-break:break-all;margin:8px 0 14px}.draft-note{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:space-between}.proposal-admin{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid #eee8e1}.proposal-admin>div{flex:1;min-width:0}.proposal-admin .prose{white-space:pre-wrap;font-size:14px;line-height:1.85;color:#786b60}.proposal-admin .image-frame{flex-shrink:0}
@media(max-width:680px){.option-row{grid-template-columns:30px minmax(0,1fr)}.option-row .option-actions{grid-column:2;justify-content:flex-start}.participation{min-width:165px}}

/* V1.2.6 area statistics and activity exports */
.participation-area{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:16px;font-size:12px;line-height:1.6}.participation-area strong{font-weight:500;overflow-wrap:anywhere}.participation-area span{flex:none;color:#a5643f}.area-track .fill{background:#cda17c}.vote-overview{grid-template-columns:repeat(3,minmax(0,1fr))}.vote-overview .stat b{font-size:29px;overflow-wrap:anywhere}.vote-overview .stat small{font-size:13px;color:var(--muted);margin-left:8px;letter-spacing:0}.vote-question-stats .area-value{font-weight:600;color:#a95125;font-variant-numeric:tabular-nums}.vote-question-stats table{min-width:800px}.vote-question-stats .hint{margin-top:14px;line-height:1.8}.actions-cell [data-export]{color:#ad582d}
@media(max-width:850px){.vote-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.vote-overview .stat b{font-size:26px}}
@media(max-width:430px){.vote-overview{grid-template-columns:minmax(0,1fr)}}

/* V1.2.7 activity totals */
.vote-question-stats tfoot th,.vote-question-stats tfoot td{background:#fcf3ec;border-top:1px solid #e7cdb9;font-weight:600;color:#5d4434}.vote-question-stats tfoot th{white-space:normal}
