:root {
  --bg: #05030c;
  --bg2: #0c0818;
  --card: #120c22;
  --card-hover: #1a1230;
  --border: #3b1f6b;
  --border-glow: rgba(168, 85, 247, 0.45);
  --purple: #a855f7;
  --purple2: #7c3aed;
  --purple3: #6d28d9;
  --glow: #c084fc;
  --glow2: #e9d5ff;
  --text: #f3e8ff;
  --muted: #a78bfa;
  --muted2: #7c6a9e;
  --success: #34d399;
  --danger: #f43f5e;
  --warn: #fbbf24;
  --radius: 18px;
  --shadow: 0 0 40px rgba(124, 58, 237, 0.18);
  --neon: 0 0 12px rgba(168, 85, 247, 0.55), 0 0 28px rgba(124, 58, 237, 0.25);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background:
    radial-gradient(ellipse 90% 60% at 50% -15%, #1e0b3a 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 20%, rgba(124, 58, 237, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 40% 30% at 10% 80%, rgba(168, 85, 247, 0.08) 0%, transparent 50%),
    var(--bg);
  color: var(--text);
  min-height: 100vh;
  line-height: 1.5;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 1.1rem; }

/* ===== NAV ===== */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px) saturate(1.4);
  background: rgba(5, 3, 12, 0.88);
  border-bottom: 1px solid rgba(59, 31, 107, 0.55);
  box-shadow: 0 4px 30px rgba(0,0,0,0.35);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.85rem; padding: 0.75rem 0; flex-wrap: wrap;
}
.logo {
  display: flex; align-items: center; gap: 0.5rem;
  font-weight: 800; font-size: 1.12rem; letter-spacing: -0.02em;
}
.logo-mark {
  width: 34px; height: 34px; border-radius: 10px;
  background: linear-gradient(135deg, var(--purple2), var(--glow));
  display: grid; place-items: center; font-size: 1rem;
  box-shadow: var(--neon);
}
.nav-actions { display: flex; gap: 0.45rem; align-items: center; flex-wrap: wrap; }

/* ===== SEARCH + INVOICE ===== */
.top-tools {
  display: flex; gap: 0.6rem; flex-wrap: wrap;
  justify-content: center; margin: 0 auto 1.25rem; max-width: 640px;
}
.search-box, .invoice-box {
  flex: 1; min-width: 180px;
  display: flex; align-items: center;
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 0.95rem; gap: 0.4rem;
  transition: border-color .2s, box-shadow .2s;
}
.search-box:focus-within, .invoice-box:focus-within {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.18);
}
.search-box input, .invoice-box input {
  flex: 1; background: transparent; border: none; color: var(--text);
  outline: none; font-size: 0.88rem;
}
.search-box input::placeholder, .invoice-box input::placeholder { color: var(--muted2); }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
  background: linear-gradient(135deg, var(--purple2), var(--purple));
  color: #fff; border: none; padding: 0.52rem 1.1rem;
  border-radius: 999px; cursor: pointer; font-weight: 600; font-size: 0.86rem;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.4);
  transition: transform .15s, box-shadow .15s;
}
.btn:hover { transform: translateY(-1px); box-shadow: 0 0 28px rgba(168, 85, 247, 0.6); }
.btn-ghost {
  background: transparent; border: 1px solid var(--border); color: var(--muted);
  box-shadow: none;
}
.btn-ghost:hover { border-color: var(--purple); color: var(--text); box-shadow: none; }
.btn-danger {
  background: linear-gradient(135deg, #9f1239, var(--danger));
  box-shadow: 0 0 14px rgba(244, 63, 94, 0.3);
}
.btn-sm { padding: 0.32rem 0.72rem; font-size: 0.78rem; }
.btn-block { width: 100%; }
.btn-cek {
  background: linear-gradient(135deg, var(--purple2), var(--purple));
  border: none; color: #fff; padding: 0.45rem 1rem;
  border-radius: 999px; font-weight: 700; cursor: pointer;
  box-shadow: 0 0 16px rgba(168, 85, 247, 0.4);
}

/* ===== HERO ===== */
.hero { text-align: center; padding: 2.2rem 0 1.2rem; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.35rem;
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.35);
  color: var(--glow);
  padding: 0.32rem 0.95rem; border-radius: 999px;
  font-size: 0.78rem; font-weight: 700; margin-bottom: 0.9rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.15);
}
.hero h1 {
  font-size: clamp(1.7rem, 4.8vw, 2.55rem);
  font-weight: 900; letter-spacing: -0.03em; line-height: 1.18;
  margin-bottom: 0.65rem;
}
.hero h1 .accent {
  background: linear-gradient(135deg, var(--glow), var(--purple));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero p {
  color: var(--muted); max-width: 520px; margin: 0 auto 1.1rem;
  font-size: 0.92rem; line-height: 1.55;
}
.hero p strong { color: var(--glow2); }

/* ===== CATEGORY TABS ===== */
.cats {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  justify-content: center; margin: 0.5rem 0 1.5rem;
  padding: 0.25rem;
}
.cat {
  background: var(--card);
  border: 1px solid var(--border);
  color: var(--muted);
  padding: 0.42rem 0.95rem; border-radius: 999px;
  cursor: pointer; font-size: 0.82rem; font-weight: 600;
  transition: all .18s;
}
.cat:hover, .cat.active {
  background: linear-gradient(135deg, var(--purple2), var(--purple));
  border-color: transparent; color: #fff;
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.45);
}

/* ===== RECENT ORDER TICKER ===== */
.ticker-wrap {
  display: flex; justify-content: center; margin-bottom: 1.35rem;
}
.ticker {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.3);
  color: var(--muted);
  padding: 0.35rem 1rem; border-radius: 999px;
  font-size: 0.78rem; font-weight: 500;
}
.ticker .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 8px var(--success);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ===== PRODUCT GRID ===== */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 0.95rem;
  padding-bottom: 2.5rem;
}
.card {
  position: relative;
  background: var(--card);
  border: 1px solid rgba(59, 31, 107, 0.6);
  border-radius: var(--radius);
  padding: 1.15rem 0.85rem 0.95rem;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; cursor: pointer;
  transition: transform .2s, border-color .2s, box-shadow .2s, background .2s;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(168,85,247,0.06), transparent 50%);
  pointer-events: none; opacity: 0; transition: opacity .2s;
}
.card:hover {
  transform: translateY(-5px);
  border-color: var(--purple);
  background: var(--card-hover);
  box-shadow: 0 0 36px rgba(168, 85, 247, 0.3);
}
.card:hover::before { opacity: 1; }

.card-badge {
  position: absolute; top: 8px; right: 8px;
  font-size: 0.62rem; font-weight: 800;
  padding: 0.18rem 0.45rem; border-radius: 6px;
  letter-spacing: 0.03em; text-transform: uppercase;
  z-index: 2;
}
.badge-hot {
  background: linear-gradient(135deg, #f43f5e, #fb7185);
  color: #fff; box-shadow: 0 0 10px rgba(244,63,94,0.45);
}
.badge-auto {
  background: linear-gradient(135deg, #10b981, #34d399);
  color: #fff; box-shadow: 0 0 10px rgba(16,185,129,0.4);
}
.badge-new {
  background: linear-gradient(135deg, var(--purple2), var(--purple));
  color: #fff;
}

.card-icon {
  width: 62px; height: 62px; border-radius: 14px;
  background: var(--bg2);
  border: 1px solid var(--border);
  display: grid; place-items: center;
  margin-bottom: 0.8rem;
  overflow: hidden;
  box-shadow: 0 0 16px rgba(124, 58, 237, 0.15);
}
.card-icon img { width: 100%; height: 100%; object-fit: cover; }
.card-icon span { font-size: 1.55rem; }

.card-cat {
  font-size: 0.65rem; font-weight: 700;
  color: var(--muted); letter-spacing: 0.04em;
  text-transform: uppercase; margin-bottom: 0.2rem;
}
.card-name {
  font-weight: 700; font-size: 0.9rem;
  margin-bottom: 0.55rem; letter-spacing: 0.01em;
  line-height: 1.25;
}
.card-price {
  width: 100%; margin-top: auto;
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.28);
  color: var(--glow);
  font-weight: 700; font-size: 0.8rem;
  padding: 0.38rem 0.5rem; border-radius: 999px;
}
.card-price.habis {
  background: rgba(244, 63, 94, 0.12);
  border-color: rgba(244, 63, 94, 0.3);
  color: var(--danger);
}
.card-price .mulai {
  font-size: 0.68rem; font-weight: 500; opacity: 0.85;
  display: block; margin-bottom: 1px;
}

/* ===== MODAL ===== */
.modal-bg {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
  z-index: 100;
  display: none; align-items: center; justify-content: center;
  padding: 1rem;
}
.modal-bg.show { display: flex; }
.modal {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 22px;
  max-width: 420px; width: 100%;
  padding: 1.4rem;
  box-shadow: 0 0 70px rgba(124, 58, 237, 0.4);
  max-height: 90vh; overflow-y: auto;
}
.modal h2 { font-size: 1.15rem; margin-bottom: 0.3rem; color: var(--glow); }
.modal .sub { color: var(--muted); font-size: 0.84rem; margin-bottom: 1rem; }
.variant {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.75rem; padding: 0.8rem;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--bg2);
  margin-bottom: 0.5rem; cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
.variant:hover, .variant.active {
  border-color: var(--purple);
  box-shadow: 0 0 14px rgba(168, 85, 247, 0.25);
}
.variant .v-name { font-weight: 600; font-size: 0.9rem; }
.variant .v-price { color: var(--glow); font-weight: 700; font-size: 0.9rem; }
.variant .v-stock { font-size: 0.72rem; color: var(--muted2); }
.qty-row {
  display: flex; align-items: center; gap: 0.75rem; margin: 1rem 0;
}
.qty-row button {
  width: 36px; height: 36px; border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg2); color: var(--text);
  cursor: pointer; font-size: 1.1rem;
}
.qty-row span { min-width: 2rem; text-align: center; font-weight: 700; }

/* ===== FOOTER ===== */
footer {
  border-top: 1px solid rgba(59, 31, 107, 0.45);
  padding: 2rem 0 2.2rem;
  background: linear-gradient(180deg, transparent, rgba(12, 8, 24, 0.6));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.footer-brand p {
  color: var(--muted2); font-size: 0.82rem;
  margin-top: 0.5rem; line-height: 1.5; max-width: 260px;
}
.footer-col h4 {
  font-size: 0.85rem; font-weight: 700;
  color: var(--glow); margin-bottom: 0.65rem;
}
.footer-col a, .footer-col span {
  display: block; color: var(--muted2);
  font-size: 0.82rem; margin-bottom: 0.35rem;
  transition: color .15s;
}
.footer-col a:hover { color: var(--glow); }
.footer-bottom {
  text-align: center; color: var(--muted2);
  font-size: 0.75rem; padding-top: 1rem;
  border-top: 1px solid rgba(59, 31, 107, 0.3);
}

/* ===== TESTIMONI ===== */
.section-title {
  text-align: center; font-size: 1.15rem; font-weight: 800;
  margin: 0.5rem 0 1.1rem; color: var(--glow2);
}
.testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-bottom: 2.5rem;
}
.t-card {
  background: var(--card);
  border: 1px solid rgba(59, 31, 107, 0.55);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.t-card .stars { color: #fbbf24; font-size: 0.85rem; margin-bottom: 0.35rem; }
.t-card .quote {
  font-size: 0.84rem; color: var(--text);
  margin-bottom: 0.55rem; line-height: 1.4;
}
.t-card .who {
  font-size: 0.75rem; color: var(--muted2);
  display: flex; justify-content: space-between; gap: 0.5rem;
}

/* ===== MISC ===== */
.panel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 0.85rem; margin: 1.25rem 0; }
.stat {
  background: var(--card); border: 1px solid var(--border); border-radius: 14px;
  padding: 1rem; box-shadow: var(--shadow);
}
.stat .label { font-size: 0.75rem; color: var(--muted); }
.stat .val { font-size: 1.4rem; font-weight: 800; color: var(--glow); margin-top: 0.2rem; }
.form-card, .table-card {
  background: var(--card); border: 1px solid var(--border); border-radius: 16px;
  padding: 1.25rem; margin-bottom: 1.25rem; box-shadow: var(--shadow);
}
.form-card h3, .table-card h3 { color: var(--glow); margin-bottom: 1rem; font-size: 1rem; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.75rem; }
label { display: block; font-size: 0.75rem; color: var(--muted); margin-bottom: 0.25rem; }
input, select, textarea {
  width: 100%; background: var(--bg2); border: 1px solid var(--border);
  color: var(--text); padding: 0.55rem 0.75rem; border-radius: 10px; font-size: 0.9rem;
}
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.2);
}
textarea { min-height: 70px; resize: vertical; }
table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
th, td { padding: 0.65rem 0.5rem; text-align: left; border-bottom: 1px solid rgba(59,32,102,.4); }
th { color: var(--muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: .04em; }

.toast {
  position: fixed; bottom: 1.25rem; right: 1.25rem; z-index: 200;
  background: var(--card); border: 1px solid var(--purple); color: var(--text);
  padding: 0.85rem 1.15rem; border-radius: 12px;
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.4);
  opacity: 0; transform: translateY(10px); transition: .3s; max-width: 300px;
}
.toast.show { opacity: 1; transform: translateY(0); }
.empty { text-align: center; color: var(--muted2); padding: 2rem; }

.role-tag {
  display: inline-block; font-size: .7rem; font-weight: 700; padding: .2rem .5rem;
  border-radius: 999px; letter-spacing: .02em; text-transform: uppercase; vertical-align: middle;
}
.role-admin { background: rgba(239,68,68,.2); color: #fca5a5; border: 1px solid rgba(239,68,68,.4); }
.role-reseller { background: rgba(168,85,247,.2); color: #e9d5ff; border: 1px solid rgba(168,85,247,.45); }
.role-user { background: rgba(59,130,246,.15); color: #93c5fd; border: 1px solid rgba(59,130,246,.35); }
.profile-chip {
  display: flex; align-items: center; gap: .4rem; font-size: .85rem; color: var(--muted);
  text-decoration: none; max-width: 200px;
}
.profile-chip:hover { color: var(--glow); }

@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }
  .top-tools { flex-direction: column; }
}
@media (max-width: 420px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== SHARED: Auth / Login card ===== */
.auth-wrap {
  flex: 1; display: flex; align-items: center; justify-content: center;
  padding: 2rem 1rem; min-height: calc(100vh - 70px);
}
.auth-card {
  width: 100%; max-width: 420px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.75rem;
  box-shadow: 0 0 50px rgba(124, 58, 237, 0.25);
}
.auth-card h1 {
  font-size: 1.4rem; margin: 0 0 0.25rem;
  background: linear-gradient(135deg, var(--glow), var(--purple));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.auth-card .sub { color: var(--muted); font-size: 0.85rem; margin-bottom: 1.25rem; }
.tabs {
  display: flex; gap: 0.35rem; margin-bottom: 1.25rem;
  background: rgba(0,0,0,0.3); border-radius: 12px; padding: 0.3rem;
  border: 1px solid var(--border);
}
.tabs button {
  flex: 1; border: none; background: transparent; color: var(--muted);
  padding: 0.55rem; border-radius: 9px; cursor: pointer;
  font-weight: 600; font-size: 0.85rem; transition: all .15s;
}
.tabs button.active {
  background: linear-gradient(135deg, var(--purple2), var(--purple));
  color: #fff; box-shadow: 0 0 14px rgba(168, 85, 247, 0.4);
}
.auth-card label { display: block; font-size: 0.8rem; color: var(--muted); margin: 0.65rem 0 0.3rem; }
.auth-card input, .auth-card select {
  width: 100%; padding: 0.65rem 0.75rem; border-radius: 12px;
  border: 1px solid var(--border); background: var(--bg2);
  color: var(--text); font-size: 0.95rem; box-sizing: border-box;
}
.auth-card input:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(168,85,247,.2); }
.divider {
  display: flex; align-items: center; gap: 0.75rem; margin: 1.1rem 0;
  color: var(--muted); font-size: 0.75rem;
}
.divider::before, .divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}
.oauth { display: flex; flex-direction: column; gap: 0.5rem; }
.oauth a, .oauth button {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.6rem; border-radius: 12px; border: 1px solid var(--border);
  background: rgba(255,255,255,0.03); color: var(--text); text-decoration: none;
  font-size: 0.9rem; cursor: pointer; width: 100%; transition: border-color .15s;
}
.oauth a:hover, .oauth button:hover { border-color: var(--purple); }
.err {
  background: rgba(239, 68, 68, 0.15); border: 1px solid rgba(239,68,68,0.4);
  color: #fca5a5; padding: 0.6rem 0.75rem; border-radius: 10px;
  font-size: 0.85rem; margin-bottom: 0.75rem; display: none;
}
.ok {
  background: rgba(34, 197, 94, 0.15); border: 1px solid rgba(34,197,94,0.4);
  color: #86efac; padding: 0.6rem 0.75rem; border-radius: 10px;
  font-size: 0.85rem; margin-bottom: 0.75rem; display: none;
}
.switch { text-align: center; margin-top: 1rem; font-size: 0.85rem; color: var(--muted); }
.switch a { color: var(--glow); cursor: pointer; text-decoration: none; }
.role-hint { font-size: 0.75rem; color: var(--muted); margin-top: 0.5rem; line-height: 1.4; }
.link-btn {
  background: none; border: none; color: var(--glow); cursor: pointer;
  font-size: 0.85rem; padding: 0; margin-top: 0.75rem; display: block; width: 100%; text-align: center;
}
.dev-otp {
  background: rgba(168,85,247,0.15); border: 1px dashed var(--glow);
  color: #e9d5ff; padding: 0.6rem; border-radius: 10px; font-size: 0.85rem;
  margin-top: 0.75rem; text-align: center; display: none;
}
.dev-otp strong { font-size: 1.25rem; letter-spacing: 4px; color: var(--glow); }

/* ===== SHARED: Profile / Join / Panel cards ===== */
.wrap { max-width: 560px; margin: 2rem auto; padding: 0 1rem 3rem; }
.panel-card, .form-card, .table-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 1.35rem;
  margin-bottom: 1.1rem;
  box-shadow: var(--shadow);
}
.panel-card h2, .form-card h2, .form-card h3, .table-card h3 {
  color: var(--glow); margin-bottom: 0.75rem; font-size: 1.1rem;
}
.row {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0; border-bottom: 1px solid rgba(59,31,107,0.4);
  font-size: 0.9rem;
}
.row:last-child { border-bottom: none; }
.row .k { color: var(--muted); }
.row .v { font-weight: 600; text-align: right; word-break: break-all; }
.links { display: flex; flex-direction: column; gap: 0.45rem; margin-top: 1rem; }
.links a { color: var(--glow); text-decoration: none; font-size: 0.9rem; }
.links a:hover { text-decoration: underline; }

/* Plan cards (join reseller) */
.plan {
  border: 1px solid var(--border); border-radius: 14px; padding: 1rem;
  margin-bottom: 0.75rem; cursor: pointer;
  transition: border-color .15s, box-shadow .15s, background .15s;
  background: var(--bg2);
}
.plan:hover, .plan.active {
  border-color: var(--purple);
  box-shadow: 0 0 22px rgba(168,85,247,.28);
  background: var(--card-hover);
}
.plan .name { font-weight: 700; }
.plan .price { color: var(--glow); font-size: 1.2rem; font-weight: 700; margin-top: .25rem; }
.plan .days { color: var(--muted); font-size: .85rem; }
.status-box {
  background: rgba(168,85,247,.12); border: 1px solid rgba(168,85,247,.35);
  border-radius: 14px; padding: 1rem; margin-bottom: 1rem; font-size: .9rem;
}
.status-box.expired {
  background: rgba(239,68,68,.1); border-color: rgba(239,68,68,.35);
}

/* Code / pre blocks */
pre, .code-block {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 12px;
  padding: 0.85rem 1rem; font-size: 0.78rem; color: var(--muted);
  overflow-x: auto; white-space: pre-wrap; line-height: 1.55;
}

.role-expired {
  background: rgba(148,163,184,.15); color: #94a3b8;
  border: 1px solid rgba(148,163,184,.35);
}
