:root {
  --bg: #08090a;
  --surface: #111315;
  --surface-2: #181a1d;
  --text: #f7f7f5;
  --muted: #96999e;
  --line: rgba(255,255,255,.11);
  --line-strong: rgba(255,255,255,.21);
  --red: #ef211a;
  --green: #38bd84;
  color-scheme: dark;
}
:root[data-theme="light"] {
  --bg: #f2f3f4;
  --surface: #fff;
  --surface-2: #f7f7f8;
  --text: #15171a;
  --muted: #62676d;
  --line: rgba(15,20,25,.12);
  --line-strong: rgba(15,20,25,.22);
  color-scheme: light;
}
*,*::before,*::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-height: 100%; }
body { min-height: 100vh; margin: 0; overflow-x: hidden; background: radial-gradient(circle at 74% 10%, rgba(239,33,26,.09), transparent 28rem), var(--bg); color: var(--text); font-family: Inter,Arial,Helvetica,sans-serif; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.023) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.023) 1px,transparent 1px); background-size: 62px 62px; content: ""; mask-image: linear-gradient(to right,#000,transparent 82%); }
:root[data-theme="light"] body::before { background-image: linear-gradient(rgba(0,0,0,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.035) 1px,transparent 1px); }
a { color: inherit; text-decoration: none; }
button,input { font: inherit; }
button { color: inherit; }
.account-header { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(20px,5vw,76px); border-bottom: 1px solid var(--line); background: color-mix(in srgb,var(--bg) 90%,transparent); backdrop-filter: blur(18px); }
.account-brand { display: flex; align-items: center; gap: 13px; }
.account-brand img { width: 112px; height: 54px; object-fit: contain; }
.account-brand span { padding-left: 13px; border-left: 1px solid var(--line-strong); color: var(--muted); font-size: .56rem; font-weight: 900; letter-spacing: .16em; }
.account-header__actions { display: flex; align-items: center; gap: 10px; }
.account-header__actions > a { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 9px; padding: 0 15px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); cursor: pointer; font-size: .64rem; font-weight: 850; text-transform: uppercase; transition: border-color .2s,color .2s,transform .2s; }
.account-header__actions > a:hover { border-color: var(--red); color: var(--red); transform: translateY(-1px); }
.theme-toggle { position: relative; display: inline-flex; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: inherit; cursor: pointer; transition: border-color .2s,color .2s,transform .2s; }
.theme-toggle:hover { border-color: var(--red); color: var(--red); transform: translateY(-1px); }
.theme-toggle::before,.theme-toggle::after { position: absolute; inset: 0; display: grid; place-items: center; font-size: 1.05rem; transition: opacity .2s,transform .2s; }
.theme-toggle::before { content: "☀"; opacity: 0; transform: rotate(-35deg) scale(.65); }
.theme-toggle::after { content: "☾"; opacity: 1; transform: rotate(0) scale(1); }
:root[data-theme="light"] .theme-toggle::before { opacity: 1; transform: rotate(0) scale(1); }
:root[data-theme="light"] .theme-toggle::after { opacity: 0; transform: rotate(35deg) scale(.65); }
.theme-toggle__label { display: none; }
.account-main { display: grid; width: min(1200px,calc(100% - 44px)); min-height: calc(100vh - 140px); grid-template-columns: minmax(0,1fr) minmax(420px,510px); align-items: center; gap: clamp(42px,8vw,125px); margin-inline: auto; padding: 58px 0 78px; }
.account-intro > p { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: var(--red); font-size: .61rem; font-weight: 950; letter-spacing: .22em; }
.account-intro > p i { width: 29px; height: 2px; background: var(--red); }
.account-intro h1 { margin: 0; font-family: "Arial Narrow",Impact,sans-serif; font-size: clamp(4.2rem,7.5vw,7.6rem); font-style: italic; font-weight: 950; letter-spacing: -.055em; line-height: .78; }
.account-intro h1 em { color: transparent; -webkit-text-stroke: 1px var(--line-strong); }
.account-intro > span { display: block; max-width: 520px; margin-top: 35px; color: var(--muted); font-size: .86rem; line-height: 1.75; }
.auth-card,.panel { border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.auth-card { overflow: hidden; }
.auth-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-bottom: 1px solid var(--line); }
.auth-tabs button { min-height: 55px; border: 0; border-bottom: 2px solid transparent; background: var(--surface-2); color: var(--muted); cursor: pointer; font-size: .64rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.auth-tabs button.is-active { border-bottom-color: var(--red); background: var(--surface); color: var(--text); }
.auth-form { padding: 35px 40px 29px; }
.form-head small,.panel-head small,.dashboard-head small { color: var(--red); font-size: .56rem; font-weight: 950; letter-spacing: .18em; }
.form-head h2,.panel-head h2 { margin: 10px 0 7px; font-family: "Arial Narrow",Impact,sans-serif; font-size: 2.2rem; font-style: italic; letter-spacing: -.025em; line-height: 1; text-transform: uppercase; }
.form-head p,.dashboard-head p { margin: 0 0 25px; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.auth-form label,.settings-form label { display: grid; gap: 8px; margin-top: 16px; }
.auth-form label > span:first-child,.settings-form label > span:first-child { color: var(--muted); font-size: .57rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.forgot-password-link { display: block; width: fit-content; margin: 10px 0 0 auto; padding: 0; border: 0; border-radius: 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: transparent; color: var(--muted); cursor: pointer; font-size: .54rem; font-weight: 700; text-align: right; text-decoration: underline; text-underline-offset: 2px; }
.forgot-password-link:hover { color: var(--red); }
#backToLoginLink { margin: 16px auto 0; text-align: center; }
input { width: 100%; min-height: 51px; padding: 0 14px; border: 1px solid var(--line); border-radius: 4px; outline: 0; background: var(--surface-2); color: var(--text); font-size: .77rem; transition: border-color .2s,box-shadow .2s; }
input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(239,33,26,.1); }
input[aria-invalid="true"] { border-color: var(--red); }
.two-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; }
.consent input { width: 17px; min-height: 17px; margin-top: 2px; accent-color: var(--red); }
.consent span { color: var(--muted) !important; font-size: .61rem !important; font-weight: 600 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.form-message { min-height: 18px; margin: 12px 0 0; color: #ff625d; font-size: .65rem; font-weight: 750; line-height: 1.45; }
.form-message.is-success { color: var(--green); }
.primary-button,.secondary-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 10px; border-radius: 4px; cursor: pointer; font-size: .64rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.primary-button { width: 100%; margin-top: 12px; border: 1px solid var(--red); background: var(--red); color: #fff; }
.primary-button:hover { background: #ff332c; }
.primary-button:disabled { cursor: wait; opacity: .7; }
.secondary-button { padding: 0 18px; border: 1px solid var(--line-strong); background: var(--surface); }
.secondary-button:hover { border-color: var(--red); color: var(--red); }
.verification-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 40px 25px; padding: 15px 16px; border: 1px solid rgba(239,33,26,.3); border-radius: 5px; background: rgba(239,33,26,.06); }
.verification-actions strong,.verification-actions span { display: block; }
.verification-actions strong { font-size: .68rem; }
.verification-actions span { margin-top: 5px; color: var(--muted); font-size: .58rem; line-height: 1.45; }
.verification-actions button { min-width: 112px; min-height: 38px; padding: 0 12px; border: 1px solid var(--red); border-radius: 4px; background: transparent; color: var(--red); cursor: pointer; font-size: .55rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.verification-actions button:hover { background: var(--red); color: #fff; }
.verification-actions button:disabled { cursor: wait; opacity: .6; }
.secure-copy { margin: 0; padding: 18px 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: .59rem; line-height: 1.5; }
.dashboard { width: 100%; grid-column: 1/-1; }
.dashboard-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.dashboard-head h1 { margin: 10px 0 7px; font-family: "Arial Narrow",Impact,sans-serif; font-size: clamp(2.9rem,6vw,5rem); font-style: italic; letter-spacing: -.045em; line-height: .9; text-transform: uppercase; }
.dashboard-head h1 span { color: var(--red); }
.dashboard-head p { margin-bottom: 0; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(320px,.8fr); align-items: start; gap: 24px; }
.panel { padding: 27px; }
.panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.panel-head h2 { font-size: 1.65rem; }
.panel-head > span { padding: 8px 11px; border-radius: 20px; background: var(--surface-2); color: var(--muted); font-size: .61rem; font-weight: 850; }
.settings-column { display: grid; gap: 24px; }
.settings-form .panel-head { margin-bottom: 4px; }
.orders-list { display: grid; gap: 12px; }
.order-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--surface-2); }
.order-card__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 18px; border-bottom: 1px solid var(--line); }
.order-card__head strong { display: block; font-size: .78rem; }
.order-card__head small { display: block; margin-top: 5px; color: var(--muted); font-size: .58rem; }
.status-badge { padding: 7px 10px; border-radius: 20px; background: rgba(239,33,26,.1); color: var(--red); font-size: .55rem; font-weight: 900; text-transform: uppercase; }
.status-badge.is-done { background: rgba(56,189,132,.11); color: var(--green); }
.order-card__items { display: grid; gap: 9px; padding: 15px 18px; }
.order-line { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.order-line strong { color: var(--text); }
.order-card__tracking { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 18px; border-top: 1px solid var(--line); background: rgba(239,33,26,.04); font-size: .62rem; color: var(--muted); }
.order-card__tracking strong { color: var(--text); }
.order-card__tracking a { color: var(--red); font-weight: 800; text-decoration: none; white-space: nowrap; }
.order-card__tracking a:hover { text-decoration: underline; }
.order-card__foot { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-top: 1px solid var(--line); font-size: .66rem; }
.order-card__foot strong { font-size: .9rem; }
.loading-copy,.empty-orders { margin: 0; padding: 34px 18px; border: 1px dashed var(--line-strong); border-radius: 6px; color: var(--muted); text-align: center; font-size: .72rem; line-height: 1.6; }
footer { display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 0 clamp(20px,5vw,76px); border-top: 1px solid var(--line); color: var(--muted); font-size: .52rem; font-weight: 850; letter-spacing: .14em; }
@media (max-width:900px) { .account-main { width: min(620px,calc(100% - 32px)); grid-template-columns: 1fr; padding-top: 38px; } .account-intro { display: none; } .dashboard { grid-column: auto; } .dashboard-grid { grid-template-columns: 1fr; } }
@media (max-width:560px) { .account-header { min-height: 72px; padding-inline: 15px; } .account-brand img { width: 91px; height: 43px; } .account-brand span,.account-header__actions > a span { display: none; } .account-header__actions > a { width: 42px; padding: 0; font-size: 0; } .account-header__actions > a::after { content: "←"; font-size: 1rem; } .account-main { width: calc(100% - 24px); padding-block: 22px 50px; } .auth-tabs button { min-height: 51px; padding-inline: 5px; font-size: .55rem; letter-spacing: .045em; } .auth-form { padding: 28px 21px 23px; } .verification-actions { align-items: stretch; flex-direction: column; margin-inline: 21px; } .verification-actions button { width: 100%; } .secure-copy { padding-inline: 21px; } .two-fields { grid-template-columns: 1fr; gap: 0; } .dashboard-head { align-items: flex-start; flex-direction: column; } .panel { padding: 21px 16px; } footer { padding-inline: 15px; } footer span:last-child { display: none; } }
.announcement-bar { display: block; padding: 11px 16px; background: var(--red); color: #fff; text-align: center; font-size: .85rem; font-weight: 800; letter-spacing: .01em; }
.announcement-bar[hidden] { display: none; }
.whatsapp-float { position: fixed; z-index: 90; left: 20px; bottom: 20px; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 50%; background: #25d366; color: #fff; box-shadow: 0 10px 26px rgba(0,0,0,.35); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 14px 32px rgba(0,0,0,.4); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }
.whatsapp-float[hidden] { display: none; }
@media (max-width: 480px) {
  .whatsapp-float { left: 14px; bottom: 14px; width: 48px; height: 48px; }
  .whatsapp-float svg { width: 24px; height: 24px; }
}
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; } }
