#councilPanel { width: min(1060px, 94vw); max-height: 90vh; margin: auto; box-sizing: border-box; overflow: auto; padding: 28px; color: #eee9d9; background: #172522; border: 1px solid #708273; border-radius: 8px; font: 14px/1.5 system-ui, sans-serif; }
#councilPanel::backdrop { background: #07120edf; }
#councilPanel h1 { font-size: clamp(23px, 4vw, 36px); letter-spacing: -.04em; margin: 4px 0; color: #eee9d9; }
#councilPanel h2 { font-size: 16px; color: #eee9d9; }
#councilPanel h3 { margin: 8px 0; font-size: 19px; color: #eee9d9; }
#councilPanel p { margin: 8px 0 14px; }
.council-head, .council-list-head, .council-nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.council-eyebrow { color: #c5d6a1; letter-spacing: .1em; font-size: 10px; font-weight: 700; }
.council-rules { border-block: 1px solid #506054; padding: 16px 0; color: #c1cec2; }
.council-rules strong { color: #e5efbb; }
.council-nav { justify-content: flex-start; flex-wrap: wrap; margin-top: 18px; }
#councilWeek { margin-left: auto; color: #d5dfb6; font-size: 12px; }
#councilMessage { min-height: 22px; color: #f3d18c; }
.council-layout { display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(240px, 1fr); gap: 28px; }
.council-layout aside { border-left: 1px solid #506054; padding-left: 24px; }
.council-idea { border-top: 1px solid #506054; padding: 20px 0; overflow-wrap: anywhere; }
.council-idea p { white-space: pre-wrap; color: #cbd4c9; }
.council-empty { padding: 40px 24px; border: 1px dashed #6c7d6c; text-align: center; }
#councilPanel label { display: block; color: #ccd5c3; font-size: 12px; }
#councilPanel input, #councilPanel textarea, #councilPanel select { box-sizing: border-box; display: block; width: 100%; padding: 10px; margin: 6px 0 16px; background: #0f1c19; border: 1px solid #697b68; color: #f3efdf; border-radius: 4px; font: inherit; }
#councilPanel textarea { resize: vertical; }
#councilPanel .btn { font: 700 11px/1.4 system-ui, sans-serif; min-height: 38px; cursor: pointer; background: #263d30; color: #ecedd9; border: 1px solid #718167; padding: 8px 12px; border-radius: 4px; }
#councilPanel .btn-primary, #councilPanel [aria-pressed="true"] { background: #d4e6a4; color: #182419; }
#councilPanel button:disabled { opacity: .45; cursor: default; }
#councilPanel :focus-visible { outline: 2px solid #effbb3; outline-offset: 3px; }
.council-small, #councilSubmissions, #councilAllowance { font-size: 12px; color: #aebdac; }
.council-release { border-left: 2px solid #d4e6a4; padding-left: 10px; }
@media (max-width: 700px) { #councilPanel { padding: 18px; } .council-layout { grid-template-columns: 1fr; } .council-layout aside { border-left: 0; border-top: 1px solid #506054; padding: 20px 0 0; } .council-list-head { align-items: flex-start; } }
