/* ============================================================
   Dashboard
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&family=DM+Sans:ital,wght@0,400;0,500;0,600;1,400&family=JetBrains+Mono:wght@400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

body {
  font-family: 'DM Sans', system-ui, -apple-system, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #070b14;
  color: #c5cce1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #1e2a42; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #253050; }

/* ============================================================
   Login
   ============================================================ */

#login-view {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #070b14;
}

.login-wrap { width: 100%; max-width: 380px; padding: 20px; }

.login-card {
  background: #0d1421;
  border: 1px solid #1a2438;
  border-radius: 6px;
  padding: 36px 32px;
}

.login-card h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #e2e8f0;
  text-align: center;
  margin: 0 0 24px;
  letter-spacing: -0.01em;
}

.login-card .form-group { margin-bottom: 14px; }

.login-card .form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7a99;
}

.login-card input {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  background: #070b14;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  color: #c5cce1;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  transition: border-color 120ms;
}

.login-card input:focus {
  outline: none;
  border-color: #3b6fd4;
}

.login-card input::placeholder { color: #364363; }

.login-card .btn-block { margin-top: 6px; }

.login-card .totp-hint {
  font-size: 13px;
  color: #6b7a99;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.5;
}

#login-totp {
  text-align: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 22px;
  letter-spacing: 0.35em;
  height: 48px;
}

/* TOTP Setup */
#totp-setup-view {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #070b14;
}

#totp-setup-view .login-wrap { max-width: 380px; }

#totp-setup-view .login-card { text-align: center; }

#totp-qr img {
  border-radius: 4px;
  border: 1px solid #1a2438;
}

#totp-secret-display {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   App Layout
   ============================================================ */

#app-view { display: flex; min-height: 100vh; }

/* Sidebar */
.sidebar {
  width: 220px;
  background: #0a1220;
  border-right: 1px solid #141f34;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 100;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-bottom: 1px solid #141f34;
  height: 56px;
}

.sidebar-brand span {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #e2e8f0;
  letter-spacing: -0.01em;
}

.sidebar-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid #141f34;
  margin-bottom: 8px;
}

.sidebar-user-avatar {
  width: 26px;
  height: 26px;
  background: #1a2d52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  color: #5b8cd6;
  border: 1px solid #243660;
}

.sidebar-user span {
  font-size: 12px;
  color: #6b7a99;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-section-label {
  padding: 10px 16px 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #364363;
}

.nav-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(100% - 16px);
  margin: 1px 8px;
  padding: 7px 10px;
  background: none;
  border: none;
  color: #6b7a99;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  text-align: left;
  transition: background 120ms, color 120ms;
  position: relative;
}

.nav-btn.active {
  background: #131e36;
  color: #5b8cd6;
}

.nav-btn.active:hover {
  background: #131e36;
  color: #5b8cd6;
}

.nav-btn.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: #3b6fd4;
  border-radius: 0 2px 2px 0;
}

.nav-btn:hover {
  background: #111a2e;
  color: #c5cce1;
}

.nav-btn svg { flex-shrink: 0; }

.sidebar-bottom {
  margin-top: auto;
  padding-bottom: 12px;
  border-top: 1px solid #141f34;
  padding-top: 8px;
}

.nav-btn-danger { color: #6b7a99; }
.nav-btn-danger:hover { background: #111a2e; color: #c56060; }

/* Main Content */
.main-content {
  flex: 1;
  margin-left: 220px;
  padding: 28px 32px;
  overflow-y: auto;
  min-width: 0;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.page-header h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0;
  letter-spacing: -0.01em;
}

.page-subtitle {
  font-size: 12px;
  color: #364363;
}

.page {
  animation: page-enter 150ms ease-out;
}

@keyframes page-enter {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   Stats Grid
   ============================================================ */

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.stat-card {
  background: #0d1421;
  border: 1px solid #141f34;
  border-radius: 4px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  animation: stat-in 250ms ease-out both;
  transition: border-color 120ms;
}

.stat-card:hover { border-color: #1e2a42; }

.stat-card:nth-child(1) { animation-delay: 0ms; }
.stat-card:nth-child(2) { animation-delay: 40ms; }
.stat-card:nth-child(3) { animation-delay: 80ms; }
.stat-card:nth-child(4) { animation-delay: 120ms; }
.stat-card:nth-child(5) { animation-delay: 160ms; }

@keyframes stat-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-icon-accent { background: #131e36; color: #5b8cd6; }
.stat-icon-success { background: #131e36; color: #4bae80; }
.stat-icon-error { background: #131e36; color: #c56060; }
.stat-icon-warning { background: #131e36; color: #b89a3c; }
.stat-icon-info { background: #131e36; color: #6e9fd4; }

.stat-body { flex: 1; min-width: 0; }

.stat-value {
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #e2e8f0;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 11px;
  color: #364363;
  margin-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ============================================================
   Cards
   ============================================================ */

.card {
  background: #0d1421;
  border: 1px solid #141f34;
  border-radius: 4px;
  overflow: hidden;
}

.card-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #141f34;
  gap: 12px;
  flex-wrap: wrap;
}

/* ============================================================
   Search
   ============================================================ */

.search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #070b14;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  padding: 0 10px;
  flex: 1;
  max-width: 300px;
  height: 32px;
  transition: border-color 120ms;
}

.search-wrap:focus-within { border-color: #3b6fd4; }

.search-wrap svg { color: #364363; flex-shrink: 0; }

.search-wrap input {
  background: none;
  border: none;
  outline: none;
  color: #c5cce1;
  font-size: 13px;
  flex: 1;
  min-width: 0;
}

.search-wrap input::placeholder { color: #364363; }

/* ============================================================
   Filters
   ============================================================ */

.filters { flex-wrap: wrap; }

.filter-group { display: flex; gap: 6px; flex-wrap: wrap; }

.filter-group input {
  background: #070b14;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  padding: 0 10px;
  color: #c5cce1;
  font-size: 12px;
  height: 32px;
  font-family: 'DM Sans', sans-serif;
  transition: border-color 120ms;
}

.filter-group input:focus {
  outline: none;
  border-color: #3b6fd4;
}

.filter-group input::placeholder { color: #364363; }

.filter-select {
  background: #070b14;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  padding: 0 30px 0 10px;
  color: #c5cce1;
  font-size: 12px;
  height: 32px;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: border-color 120ms;
}

.filter-select:focus {
  outline: none;
  border-color: #3b6fd4;
}

/* ============================================================
   Tables
   ============================================================ */

.table-wrap { overflow-x: auto; }

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.data-table th {
  text-align: left;
  padding: 9px 14px;
  background: #070b14;
  color: #364363;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #141f34;
  white-space: nowrap;
}

.data-table td {
  padding: 11px 14px;
  vertical-align: middle;
  color: #c5cce1;
}

.data-table tbody tr {
  background: #0d1421;
  border-bottom: 1px solid #111a2e;
  transition: background 100ms ease;
}

.data-table tbody tr:hover {
  background: #0f1928;
}

.data-table tbody tr:last-child {
  border-bottom: none;
}

.data-table code {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #5b8cd6;
  word-break: break-all;
}

.td-mono {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: #6b7a99;
}

.td-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
}

.td-actions .btn {
  border-width: 0 !important;
  padding: 6px 12px !important;
  font-size: 12px !important;
}

/* ============================================================
   Badges
   ============================================================ */

.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.badge-success { background: #0a1f12; color: #4bae80; }
.badge-danger { background: #1f0a0a; color: #c56060; }
.badge-warning { background: #1a1505; color: #b89a3c; }
.badge-info { background: #0a1428; color: #6e9fd4; }
.badge-muted { background: #0f1420; color: #6b7a99; }

/* ============================================================
   Buttons
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 120ms;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  line-height: 1;
}

.btn:disabled { opacity: 0.4; cursor: not-allowed; }
.btn svg { flex-shrink: 0; }

.btn-primary {
  background: #3b6fd4;
  color: #fff;
  border-color: #3b6fd4;
}
.btn-primary:hover:not(:disabled) {
  background: #4c7fe3;
  border-color: #4c7fe3;
}

.btn-secondary {
  background: #111a2e;
  color: #6b7a99;
  border-color: #1e2a42;
}
.btn-secondary:hover:not(:disabled) {
  background: #161f38;
  color: #c5cce1;
  border-color: #253050;
}

.btn-danger {
  background: #1f0a0a;
  color: #c56060;
  border-color: #3a1010;
}
.btn-danger:hover:not(:disabled) {
  background: #2a0f0f;
  color: #d47070;
}

.btn-danger-outline {
  background: transparent;
  color: #c56060;
  border: 1px solid #3a1010;
}
.btn-danger-outline:hover:not(:disabled) {
  background: #1f0a0a;
}

.btn-ghost {
  background: transparent;
  color: #6b7a99;
  border: 1px solid #141f34;
}
.btn-ghost:hover:not(:disabled) {
  background: #111a2e;
  color: #c5cce1;
}

.btn-sm { padding: 5px 10px; font-size: 11px; }
.btn-xs { padding: 3px 7px; font-size: 10px; }
.btn-icon {
  padding: 6px;
  border-radius: 4px;
  background: none;
  border: none;
  color: #364363;
  cursor: pointer;
  transition: all 120ms;
}
.btn-icon:hover {
  background: #111a2e;
  color: #6b7a99;
}

/* ============================================================
   Forms
   ============================================================ */

.form-group { margin-bottom: 16px; }
.form-group:last-child { margin-bottom: 0; }

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7a99;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
select,
textarea {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  background: #070b14;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  color: #c5cce1;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  transition: border-color 120ms;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #3b6fd4;
}

input::placeholder { color: #364363; }

select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7a99' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 32px;
  cursor: pointer;
}

.label-optional { color: #364363; font-weight: 400; }

/* ============================================================
   Alerts
   ============================================================ */

.alert {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 12px;
  border: 1px solid;
}
.alert svg { flex-shrink: 0; margin-top: 1px; }

.alert-danger {
  background: #1f0a0a;
  border-color: #3a1010;
  color: #c56060;
}

.alert-warning {
  background: #1a1505;
  border-color: #2e2408;
  color: #b89a3c;
}

/* ============================================================
   Modal
   ============================================================ */

.modal {
  position: fixed;
  inset: 0;
  background: rgba(7, 11, 20, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  animation: modal-in 150ms ease;
}

@keyframes modal-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.modal-content {
  background: #0d1421;
  border: 1px solid #1a2438;
  border-radius: 4px;
  width: 100%;
  max-width: 460px;
  animation: modal-up 150ms ease;
}

@keyframes modal-up {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 0;
}

.modal-header h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #e2e8f0;
  margin: 0;
}

.modal-close {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: none;
  border: none;
  color: #364363;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 120ms;
  font-family: serif;
}
.modal-close:hover {
  background: #111a2e;
  color: #6b7a99;
}

.modal-body { padding: 16px 20px; }

.modal-footer {
  display: flex;
  gap: 6px;
  padding: 0 20px 18px;
  justify-content: flex-end;
}

.modal-footer .btn { min-width: 90px; justify-content: center; }

/* ============================================================
   Key Display
   ============================================================ */

.key-display {
  display: block;
  padding: 10px 12px;
  background: #070b14;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  font-size: 12px;
  color: #5b8cd6;
  word-break: break-all;
  font-family: 'JetBrains Mono', monospace;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

/* ============================================================
   Duration Picker
   ============================================================ */

.duration-row { display: flex; gap: 6px; align-items: center; }
.duration-select { flex: 1; }
.custom-date-input { flex: 1; }

.expiry-display {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}

.expiry-date {
  font-size: 12px;
  color: #6b7a99;
  font-family: 'JetBrains Mono', monospace;
}

.time-adjust-row { display: flex; gap: 5px; flex-wrap: wrap; }

/* ============================================================
   Toggle Switch
   ============================================================ */

.toggle-row { display: flex; align-items: center; gap: 10px; }

.toggle {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
}

.toggle input { opacity: 0; width: 0; height: 0; }

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #1e2a42;
  border-radius: 22px;
  transition: background 150ms;
}

.toggle-slider::before {
  position: absolute;
  content: '';
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background: #6b7a99;
  border-radius: 50%;
  transition: transform 150ms, background 150ms;
}

.toggle input:checked + .toggle-slider { background: #3b6fd4; }
.toggle input:checked + .toggle-slider::before {
  transform: translateX(16px);
  background: #fff;
}

.toggle-label { font-size: 12px; color: #6b7a99; }

/* ============================================================
   Danger Zone
   ============================================================ */

.modal-danger-zone {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #1f0a0a;
}

.danger-zone-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c56060;
  margin-bottom: 10px;
}

.danger-zone-actions { display: flex; gap: 6px; flex-wrap: wrap; }

/* ============================================================
   HWID Items
   ============================================================ */

.hwid-expand-btn {
  background: none;
  border: none;
  color: #5b8cd6;
  font-size: 11px;
  cursor: pointer;
  padding: 0;
  font-family: 'DM Sans', sans-serif;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 2px;
}

.hwid-expand-btn:hover { color: #7aa8e8; }

.hwid-list { margin-top: 5px; }

.hwid-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 8px;
  background: #070b14;
  border: 1px solid #111a2e;
  border-radius: 3px;
  margin-bottom: 3px;
  gap: 6px;
}

.hwid-item code {
  font-size: 10px !important;
  color: #6b7a99 !important;
  background: none !important;
  padding: 0 !important;
}

/* ============================================================
   Pagination
   ============================================================ */

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-top: 1px solid #141f34;
  font-size: 11px;
  color: #364363;
}

.pagination-controls { display: flex; gap: 4px; }

.pagination button {
  padding: 5px 10px;
  background: #111a2e;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  color: #6b7a99;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  transition: all 120ms;
}

.pagination button:hover:not(:disabled) {
  background: #161f38;
  color: #c5cce1;
}

.pagination button:disabled { opacity: 0.3; cursor: not-allowed; }

/* ============================================================
   Empty State
   ============================================================ */

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #364363;
  text-align: center;
}

.empty-state svg { margin-bottom: 10px; opacity: 0.3; }
.empty-state p { font-size: 12px; margin: 0; }

/* ============================================================
   API Key Output
   ============================================================ */

.apikey-output {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 12px !important;
  letter-spacing: 0.03em;
  padding: 10px !important;
  word-break: break-all !important;
  background: #070b14 !important;
}

/* ============================================================
   Ban Form
   ============================================================ */

.ban-form {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}

.ban-form input:first-child { flex: 1; min-width: 240px; }

.ban-form input {
  background: #070b14;
  border: 1px solid #1e2a42;
  border-radius: 4px;
  padding: 0 10px;
  color: #c5cce1;
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  height: 32px;
  transition: border-color 120ms;
}

.ban-form input:focus {
  outline: none;
  border-color: #3b6fd4;
}

.ban-form input::placeholder { color: #364363; }

/* ============================================================
   License Count
   ============================================================ */

.license-count { font-size: 11px; color: #364363; white-space: nowrap; }

/* ============================================================
   Notifications
   ============================================================ */

#notification-container {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
}

.notification {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid;
  min-width: 240px;
  max-width: 360px;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(0,0,0,0.4);
  pointer-events: auto;
  animation: notif-in 150ms ease-out;
}

@keyframes notif-in {
  from { opacity: 0; transform: translateX(12px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes notif-out {
  from { opacity: 1; transform: translateX(0); }
  to { opacity: 0; transform: translateX(12px); }
}

.notification.notification-out {
  animation: notif-out 120ms ease-in forwards;
}

.notification-success {
  background: #070b14;
  border-color: #0a2a16;
  color: #4bae80;
}

.notification-error {
  background: #070b14;
  border-color: #2a0c0c;
  color: #c56060;
}

.notification-info {
  background: #070b14;
  border-color: #0a1428;
  color: #6e9fd4;
}

.notification-warning {
  background: #070b14;
  border-color: #221a05;
  color: #b89a3c;
}

.notification-icon { flex-shrink: 0; margin-top: 1px; }
.notification-body { flex: 1; color: #c5cce1; line-height: 1.4; word-break: break-word; }
.notification-close {
  flex-shrink: 0;
  background: none;
  border: none;
  color: #364363;
  cursor: pointer;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  transition: color 120ms;
  font-family: serif;
}
.notification-close:hover { color: #6b7a99; }

/* ============================================================
   Misc
   ============================================================ */

[data-tooltip] { cursor: help; }
