body {
    font-family: -apple-system, "Segoe UI", Arial, sans-serif;
    background: #f4f5f7;
    margin: 0;
    padding: 32px 16px 60px;
    color: #222;
    line-height: 1.6;
}
.box {
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.box.wide { max-width: 860px; }
h1 { font-size: 22px; margin-top: 0; color: #2a4d8f; }
h2 { font-size: 17px; color: #2a4d8f; margin-top: 32px; }
input[type=text], input[type=email], input[type=number], textarea, select {
    padding: 8px 10px; font-size: 15px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box;
}
form { margin: 12px 0; }
button {
    padding: 8px 14px; font-size: 14px; background: #2a4d8f; color: #fff;
    border: none; border-radius: 6px; cursor: pointer;
}
button:hover { background: #1e3a6d; }
button.danger { background: #b3261e; }
button.danger:hover { background: #8f1e17; }
.btn {
    display: inline-block; padding: 8px 14px; background: #2a4d8f; color: #fff;
    border-radius: 6px; text-decoration: none; font-size: 14px;
}
.error { background: #fdecea; color: #b3261e; padding: 8px 12px; border-radius: 6px; font-size: 14px; }
.muted { color: #777; font-size: 14px; }
.small { font-size: 13px; margin-top: 16px; }
.topbar { display: flex; justify-content: space-between; font-size: 13px; color: #666; margin-bottom: 16px; }
.list { list-style: none; padding: 0; }
.list li { padding: 8px 0; border-bottom: 1px solid #eee; }
.tag { font-size: 11px; padding: 2px 8px; border-radius: 10px; background: #eee; color: #666; margin-left: 8px; }
.tag.open { background: #e3f3e6; color: #1e7a34; }
.table { width: 100%; border-collapse: collapse; margin-top: 12px; }
.table th, .table td { text-align: left; padding: 8px; border-bottom: 1px solid #eee; font-size: 14px; }
.inline-form { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.radio-row { display: block; margin: 8px 0; }
.results { list-style: none; padding: 0; }
.results li { margin-bottom: 12px; }
.result-label { font-size: 14px; margin-bottom: 4px; }
.bar { background: #eee; border-radius: 4px; height: 10px; overflow: hidden; }
.bar-fill { background: #2a4d8f; height: 100%; }
.content { margin-top: 16px; }
.pie-wrap { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; margin: 16px 0; }
.pie-wrap svg { flex-shrink: 0; }
.pie-legend { list-style: none; padding: 0; margin: 0; }
.pie-legend li { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; font-size: 14px; }
.pie-legend .swatch { width: 14px; height: 14px; border-radius: 3px; flex-shrink: 0; display: inline-block; }
