/* Flash messages */
.flash-list { margin: 1rem 0; }
.flash { padding: .75rem 1rem; border-radius: .5rem; margin-bottom: .5rem; border: 1px solid var(--border); }
.flash.success { background: #14321c; border-color: #1f4d2b; color: #c9f7dd; }
.flash.error { background: #3a1515; border-color: #5a1f1f; color: #ffd9d9; }

.form label { display:block; margin-bottom:.75rem; }
.form input { width:100%; padding:.6rem .7rem; border-radius:.5rem; border:1px solid var(--border); background:#111218; color:#e6e6e6; }
.form button { margin-top:.5rem; padding:.6rem .9rem; border-radius:.5rem; border:0; background: var(--accent); color:#0b1220; font-weight:600; cursor:pointer; }