/* Bracketbridge collection-team account center */
:root {
  color-scheme: light;
  --ink: #17302b;
  --muted: #667873;
  --line: #d8ddd8;
  --green: #185e50;
  --green-soft: #e9f3ef;
  --paper: #fffefa;
  --canvas: #f4f1eb;
  --danger: #a9403b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; color: var(--ink); background: radial-gradient(circle at 0 0,rgba(37,116,98,.1),transparent 34rem),var(--canvas); }
button,input { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.account-shell { min-height: 100vh; }
.topbar { height: 74px; padding: 0 clamp(20px,4vw,58px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.82); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand img { width: 34px; height: 34px; }
.brand span { display: grid; }
.brand small { color: var(--muted); font-size: .7rem; }
.secure { display: flex; align-items: center; gap: 7px; color: var(--green); font-size: .76rem; font-weight: 800; }
svg { width: 17px; height: 17px; }
.account-layout { max-width: 1160px; min-height: calc(100vh - 74px); margin: 0 auto; padding: clamp(42px,7vw,90px) clamp(20px,5vw,60px); display: grid; grid-template-columns: minmax(0,1.15fr) minmax(340px,.72fr); align-items: center; gap: clamp(40px,8vw,105px); }
.account-intro h1 { margin: 11px 0 20px; font-family: Georgia,serif; font-size: clamp(3rem,6vw,5.6rem); line-height: .94; letter-spacing: -.06em; }
.account-intro > p:last-of-type { max-width: 640px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.eyebrow { margin: 0; color: #287464; font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.account-points { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.account-points span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.7); font-size: .75rem; font-weight: 800; }
.account-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 24px 70px rgba(21,50,43,.1); }
.operator-entry { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid #b8d0c8; border-radius: 12px; background: var(--green-soft); }
.operator-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: white; color: var(--green); }
.operator-entry > div { display: grid; gap: 3px; min-width: 0; }
.operator-entry strong { font-size: .86rem; }
.operator-entry span:not(.operator-icon) { color: var(--muted); font-size: .68rem; line-height: 1.45; }
.operator-entry .primary-button { min-height: 36px; text-decoration: none; }
.account-divider { display: flex; align-items: center; gap: 10px; margin: 20px 0; color: var(--muted); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.account-divider::before,.account-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.mode-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 4px; margin-bottom: 24px; border-radius: 10px; background: #eef1ed; }
.mode-tabs button { min-height: 36px; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: .76rem; font-weight: 850; }
.mode-tabs button.is-active { background: white; color: var(--ink); box-shadow: 0 1px 4px rgba(20,40,35,.08); }
form { display: grid; gap: 13px; }
form h2 { margin: 2px 0 4px; font-size: 1.7rem; letter-spacing: -.03em; }
.form-copy { margin: 0 0 5px; color: var(--muted); font-size: .8rem; line-height: 1.55; }
label { display: grid; gap: 6px; color: #455953; font-size: .75rem; font-weight: 800; }
label input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #cdd5cf; border-radius: 9px; background: #fbfcfa; color: var(--ink); }
label small { color: var(--muted); font-size: .67rem; font-weight: 500; }
button:focus-visible,input:focus-visible,a:focus-visible { outline: 3px solid rgba(40,116,100,.24); outline-offset: 2px; }
.primary-button,.secondary-button { min-height: 42px; padding: 0 15px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: .79rem; font-weight: 850; }
.primary-button { border: 1px solid var(--green); background: var(--green); color: white; }
.secondary-button { border: 1px solid var(--line); background: white; color: var(--ink); }
.text-button { width: fit-content; border: 0; padding: 4px 0; background: transparent; color: var(--green); font-size: .74rem; font-weight: 800; }
.form-error { margin: 0; color: var(--danger); font-size: .75rem; font-weight: 750; line-height: 1.45; }
.account-home { grid-column: 2; width: 100%; }
.account-home > header { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.account-home h2 { margin: 4px 0 2px; }
.account-home header span { color: var(--muted); font-size: .76rem; }
.destination-list { display: grid; gap: 9px; margin-top: 18px; }
.destination-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 11px; color: inherit; text-decoration: none; }
.destination-card:hover { border-color: #94b9ae; background: #f3f8f5; }
.destination-icon { width: 39px; height: 39px; border-radius: 10px; display: grid; place-items: center; background: var(--green-soft); color: var(--green); }
.destination-card div:nth-child(2) { display: grid; gap: 3px; min-width: 0; }
.destination-card strong { font-size: .86rem; }
.destination-card span { color: var(--muted); font-size: .7rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.empty { padding: 24px; border-radius: 10px; background: #f3f5f2; color: var(--muted); text-align: center; font-size: .8rem; line-height: 1.6; }
@media (max-width: 820px) {
  .account-layout { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding-top: 42px; }
  .account-intro h1 { font-size: 3.4rem; }
  .account-home { grid-column: auto; }
}
@media (max-width: 520px) {
  .topbar { height: 64px; padding: 0 15px; }
  .secure { font-size: 0; }
  .account-layout { padding: 30px 14px 55px; }
  .account-card { padding: 21px; }
  .account-intro h1 { font-size: 2.8rem; }
  .account-points { display: grid; }
  .operator-entry { grid-template-columns: auto 1fr; }
  .operator-entry .primary-button { grid-column: 1 / -1; width: 100%; }
}
