.topbar { display: flex; justify-content: space-between; align-items: center; }
.topbar nav, .actions { display: flex; gap: 18px; align-items: center; }
.topbar nav a, .button-link { color: var(--text); text-decoration: none; }
.button-link { border: 1px solid var(--line); border-radius: 10px; padding: 9px 14px; }
textarea, select { border: 1px solid var(--line); border-radius: 10px; padding: 12px; background: #0a1411; color: var(--text); }
textarea { min-height: 90px; resize: vertical; }
button:disabled { opacity: .45; cursor: not-allowed; }
