.card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 16px 50px rgba(0,0,0,.35)}
.input,.select,.btn{width:100%;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#0e1522;color:var(--text);outline:none}
.input:focus,.select:focus{border-color:#334155;box-shadow:0 0 0 3px #33415560}
.btn{background:#0e1522} .btn-primary{background:linear-gradient(90deg,#0891b2,#1d4ed8);border:none}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px} .tag{padding:8px 10px;border-radius:100px;border:1px solid var(--border);background:#0c1422;font-size:13px}
.modal{position:fixed;inset:0;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;padding:20px;z-index:10000}
.modal.open{display:flex}
.modal .box{background:#0f1626;border:1px solid var(--border);border-radius:16px;max-width:720px;width:100%;padding:20px;z-index:10001}
.header-right{display:flex;gap:8px;align-items:center}
.site-footer{max-width:980px;margin:18px auto 28px;padding:14px 16px;border:1px solid var(--border);border-radius:12px;background:#0f1626;color:var(--muted);text-align:center;font-size:13px}
.site-footer .line-1,.site-footer .line-2{display:block}.site-footer .line-2{opacity:.9;margin-top:4px}
.typeahead{position:relative}
.typeahead .suggest{position:absolute;z-index:20;left:0;right:0;margin-top:4px;background:#0f1626;border:1px solid var(--border);border-radius:12px;overflow:hidden;max-height:280px;display:none}
.typeahead .suggest.open{display:block}
.typeahead .item{display:grid;grid-template-columns:40px 1fr;gap:8px;align-items:center;padding:8px 10px;cursor:pointer;border-bottom:1px solid #0f1a2a}
.typeahead .item:last-child{border-bottom:0}
.typeahead .thumb{width:40px;height:40px;object-fit:cover;border-radius:8px;background:#0c1422}
.typeahead .name{font-size:14px;line-height:1.2}
.typeahead .meta{font-size:12px;color:var(--muted)}
.typeahead .item:hover{background:#0e1522}
/* header chips styled like buttons */
.btn-chip {
  background:#0e1522;
  border:1px solid var(--border);
  border-radius:12px;
  padding:10px 12px;
  cursor:default;
}
.btn-chip[disabled]{ opacity:1 } /* niet grijs maken */

.btn-amber { color:#fbbf24; border-color:#fbbf24 } /* geel */
.header-right .btn { padding:10px 12px }          /* zelfde hoogte als de chips */
.auth-card {
  width: 380px;           /* smalle, strakke card */
  max-width: 92vw;
  background: #0e1522;
  border: 1px solid #1c2433;
  border-radius: 14px;
  padding: 18px 18px 14px;
  box-shadow: 0 8px 30px rgba(0,0,0,.35);
}
.auth-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-bottom: 12px;
}
.auth-title img { width: 22px; height: 22px; }
.auth-label { font-size: 12px; color: #93a0b3; margin-top: 8px; margin-bottom: 6px; display:block; }
.auth-input {
  width: 100%; box-sizing: border-box;
  background: #0a101b; border: 1px solid #1e2b3c; color: #e6edf5;
  border-radius: 9px; padding: 10px 12px; outline: none;
}
.auth-input:focus { border-color: #3b82f6; }
.auth-actions { margin-top: 12px; }
.btn { cursor:pointer; border:1px solid #243246; background:#121b2b; color:#e6edf5;
       padding:10px 12px; border-radius:9px; font-weight:600; }
.btn-primary { background:#2563eb; border-color:#2563eb; }
.err { color:#f87171; background:#2a1313; border:1px solid #7f1d1d; padding:8px 10px; border-radius:8px; margin-bottom:8px; }
.ok  { color:#69db7c; background:#112616; border:1px solid #1f5e2d; padding:8px 10px; border-radius:8px; margin-bottom:8px; }
.muted a { color:#8fb4ff; text-decoration:none; }
.muted a:hover { text-decoration:underline; }

