*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;font-family:system-ui,sans-serif;color:#222;background:#f5f5f5;line-height:1.5}.layout{display:flex;height:100vh}.sidebar{width:220px;background:#2b1a38;color:#fff;padding:1rem;display:flex;flex-direction:column;box-shadow:2px 0 8px #0000001a}.sidebar h2{margin-bottom:1rem;font-size:1.2rem;letter-spacing:1px}.sidebar ul{list-style:none;flex:1}.sidebar li{margin:.3rem 0}.sidebar a{color:#fff;text-decoration:none;display:block;padding:.6rem .8rem;border-radius:.4rem;transition:background .2s,transform .1s}.sidebar a:hover{background:#ffffff26;transform:translate(3px)}.sidebar li.active a{background:#b14b2f}.content{flex:1;padding:1rem 2rem;overflow-y:auto}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}header div:first-child{font-size:1.4rem;font-weight:700;letter-spacing:.5px}section{background:#fff;padding:1.2rem 1.4rem;margin-bottom:1.5rem;border-radius:.6rem;box-shadow:0 2px 6px #00000014;transition:box-shadow .2s}section:hover{box-shadow:0 4px 12px #0000001a}section h1{margin-bottom:.5rem;font-size:1.6rem}section h2{margin-bottom:.8rem;font-size:1.3rem;color:#2b1a38}section h3{margin-bottom:.4rem;font-size:1.1rem;color:#444}.row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.card{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 4px #00000014;flex:1;min-width:180px;transition:transform .15s ease,box-shadow .15s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001f}.card h3{margin-bottom:.3rem;font-size:1.1rem}ul{padding-left:1.2rem}ul li{margin-bottom:.4rem}.mono{font-family:monospace;font-size:.9rem;background:#f0f0f0;padding:.2rem .4rem;border-radius:.3rem;display:inline-block}button{font-family:inherit;font-size:1rem;font-weight:500;padding:.6rem 1.2rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;-webkit-user-select:none;user-select:none}button:focus{outline:2px solid #b14b2f;outline-offset:2px}button.primary{background:#b14b2f;color:#fff;box-shadow:0 2px 4px #00000026}button.primary:hover{background:#c55d3f;box-shadow:0 3px 6px #0003}button.primary:active{background:#9e4028;transform:translateY(1px)}button.secondary{background:#2b1a38;color:#fff;box-shadow:0 2px 4px #0000001f}button.secondary:hover{background:#3a2550}button.secondary:active{background:#231530;transform:translateY(1px)}button.light{background:#fff;color:#2b1a38;border:1px solid #ddd}button.light:hover{background:#f7f7f7}button.light:active{background:#eee;transform:translateY(1px)}button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}input,select,textarea{font:inherit;padding:.5rem .7rem;border-radius:.4rem;border:1px solid #ccc;background:#fff;transition:border .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:#b14b2f;box-shadow:0 0 0 2px #b14b2f40;outline:none}.fade-in{animation:fadeIn .3s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.checkline{display:flex;gap:.5rem;align-items:center;cursor:pointer}.checkline input{width:16px;height:16px}#log{background:#111;color:#eee;padding:.6rem .8rem;border-radius:.4rem;max-height:200px;overflow-y:auto;white-space:pre-wrap;font-family:ui-monospace,SFMono-Regular,SFMono-Regular,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.page-title{font-size:2.2rem;margin-bottom:.3rem}.page-subtitle{color:#555;margin-bottom:2rem}.section{margin-bottom:3rem}.section-title{font-size:1.6rem;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:8px;padding:1.2rem;border:1px solid #ddd;box-shadow:inset 0 -1px #00000014}.stat-card:last-child{box-shadow:none}.stat-card h3{margin-bottom:.6rem}.stat-value{display:block;font-size:1.8rem;font-weight:700;margin-bottom:.3rem}.stat-desc{color:#666;font-size:.9rem}.cta-link{color:#1565c0;font-weight:700;text-decoration:none}.cta-link:hover{text-decoration:underline}.log-window{background:#111;color:#0f0;padding:1rem;border-radius:8px;min-height:120px;max-height:300px;overflow-y:auto;font-size:.85rem}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem}.action-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.2rem;box-shadow:inset 0 -1px #00000014}.action-card:last-child{box-shadow:none}.input-field{width:100%;margin-top:.6rem;margin-bottom:.6rem;padding:.4rem .6rem;border:1px solid #bbb;border-radius:6px}.cta-button{display:inline-block;margin-top:.5rem;padding:.5rem .8rem;background:#1976d2;color:#fff;border-radius:6px;cursor:pointer;border:none}.cta-button:hover{background:#145a9c}.stat-mini{font-size:.8rem;color:#666}.filleuls-list{padding-left:1rem;margin-top:.6rem}.filleuls-list li{margin-bottom:.3rem}.action-desc{font-size:.9rem;color:#666;margin-bottom:.6rem}.proposal-title{margin:0}.badge{background:#1976d2;color:#fff;padding:.3rem .6rem;border-radius:5px;font-size:.8rem}.vote-card{background:#f5f5f5;padding:.6rem;border-radius:6px;text-align:center}.vote-value{font-size:1.6rem;font-weight:700}.proposal-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.6rem}.proposal-list{display:flex;flex-direction:column;gap:1.5rem}.proposal-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.2rem}.proposal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.proposal-meta p{margin:.2rem 0}.vote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1rem;margin-top:.6rem}.proposal-actions{margin-top:1rem;display:flex;gap:.6rem;flex-wrap:wrap}.archive-list{display:flex;flex-direction:column;gap:1.2rem}.archive-card{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1.2rem}.a-meta p{margin:.2rem 0}.a-title{margin-top:0}.a-description{color:#444}.history-table{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff;border-radius:6px;overflow:hidden}.history-table th{background:#f4f4f4;text-align:left;padding:.7rem;font-weight:600;border-bottom:1px solid #ddd}.history-table td{padding:.6rem;border-bottom:1px solid #eee;vertical-align:top}.h-name{font-weight:700}.h-details{font-size:.9rem;color:#555;white-space:pre-line}.history-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;margin-top:1rem}.history-table th{background:#f5f5f5;padding:.7rem;font-weight:600;border-bottom:1px solid #ddd}.history-table td{padding:.7rem;border-bottom:1px solid #eee;vertical-align:top}.ev-created{color:#1a7ecf;font-weight:700}.ev-voted{color:#4a9f4a;font-weight:700}.ev-cleaned{color:#c0392b;font-weight:700}.h-details{white-space:pre-line;color:#444;font-size:.9rem}.history-row:hover{background:#fafafa}.menu-section{margin-bottom:1rem}.menu-title{width:100%;background:transparent;border:none;color:#fff;text-align:left;font-size:1.05rem;font-weight:700;padding:.6rem;cursor:pointer;border-radius:.3rem;transition:background .2s}.menu-title:hover{background:#ffffff26}.menu-links{list-style:none;margin-top:.3rem;margin-left:.3rem;padding-left:.3rem;display:none;flex-direction:column}.menu-links.open{display:flex}.menu-links a{padding:.45rem .8rem;border-radius:.4rem;font-size:.95rem}.menu-links a.active{background:#b14b2f}
