body { font-family: system-ui, sans-serif; max-width: 800px; margin: 40px auto; padding: 0 16px; color: #1a1a1a; }
h1 { font-size: 1.5rem; color: #2b5797; }
.topnav { margin-bottom: 16px; display: flex; gap: 10px; }
.topnav a { padding: 8px 16px; border: 1px solid #2b5797; border-radius: 20px; color: #2b5797; text-decoration: none; font-size: 0.9rem; }
.topnav a:hover { background: #eef3fb; }
.topnav a.cur { background: #2b5797; color: #fff; }
.menu ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 4px 16px; list-style: none; padding: 0; }
.menu a { color: #2b5797; text-decoration: none; }
.menu a:hover { text-decoration: underline; }
.question { border: 1px solid #ddd; border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; }
.qhead { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.qnum { font-weight: 600; color: #2b5797; }
.copy, .ask { display: inline-block; background: #2e7d32; border: none; color: #fff; border-radius: 6px; padding: 4px 10px; cursor: pointer; font-size: 0.85rem; font-family: inherit; }
.copy:hover, .ask:hover { background: #256a29; }
.copy.done, .ask.done { background: #1b5e20; }
.ask { margin-left: 10px; }
.qtext { white-space: pre-wrap; font-family: inherit; margin: 0; line-height: 1.55; }
ul { padding-left: 0; list-style: none; }
li { padding: 3px 0; line-height: 1.5; }
.name { font-weight: 600; }
.party { color: #777; font-size: 0.9rem; }
.contacts a { color: #2b5797; text-decoration: none; }
.contacts a:hover { text-decoration: underline; }
footer { margin-top: 32px; color: #888; font-size: 0.85rem; }
