.auth-page{min-height:calc(100vh - 160px);padding:120px 20px 60px;background:radial-gradient(circle at top,#153b5b 0,#07131f 55%,#03080d 100%);color:#fff}.auth-shell{width:min(1080px,100%);margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;background:rgba(8,20,31,.96);border:1px solid rgba(255,255,255,.09);border-radius:28px;overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.4)}.auth-brand-panel{padding:54px;background:linear-gradient(145deg,#0c3452,#0b1724);display:flex;flex-direction:column;justify-content:space-between;gap:36px}.auth-brand-panel h1{font-size:clamp(2rem,4vw,3.3rem);margin:.5rem 0 1rem}.auth-brand-panel h1 span{color:#f5c84c}.auth-brand-panel p{color:#c9d6df;line-height:1.7}.auth-benefits{display:grid;gap:16px}.auth-benefit{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:16px;background:rgba(255,255,255,.05)}.auth-benefit span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#f5c84c;color:#06111a;font-weight:900}.auth-form-panel{padding:46px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#07131f;padding:6px;border-radius:14px;margin-bottom:28px}.auth-tab{border:0;background:transparent;color:#9fb0bd;padding:12px;border-radius:10px;font-weight:800;cursor:pointer}.auth-tab.active{background:#123b59;color:#fff}.auth-form{display:grid;gap:16px}.auth-form[hidden]{display:none}.auth-form h2{margin:0}.auth-form p{margin:0 0 8px;color:#aebcc7}.auth-field{display:grid;gap:7px}.auth-field label{font-weight:700;font-size:.92rem}.auth-field input{width:100%;padding:14px 15px;border-radius:12px;border:1px solid #294557;background:#07131f;color:#fff;outline:none}.auth-field input:focus{border-color:#52d5ff;box-shadow:0 0 0 3px rgba(82,213,255,.13)}.auth-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.auth-check{display:flex;align-items:center;gap:8px;color:#c4d0d8;font-size:.9rem}.auth-link-button{border:0;background:none;color:#66dcff;font-weight:700;cursor:pointer;padding:0}.auth-submit{border:0;border-radius:12px;padding:14px 18px;background:linear-gradient(135deg,#f7cf57,#d79d19);color:#111;font-weight:900;cursor:pointer}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-message{min-height:22px;padding:10px 12px;border-radius:10px;font-size:.9rem}.auth-message:empty{padding:0}.auth-message.success{background:rgba(53,190,112,.13);color:#88efb4}.auth-message.error{background:rgba(239,76,88,.13);color:#ff9da6}.auth-back{display:inline-flex;margin-top:22px;color:#c8d4dc;text-decoration:none}.account-nav-button{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:12px;background:#123b59;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}.account-nav-button[data-authenticated="true"]{background:#164d3a}.profile-page{min-height:calc(100vh - 120px);padding:120px 20px 60px;background:#07131f}.profile-shell{width:min(1000px,100%);margin:auto}.profile-header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px;color:#fff}.profile-card{background:#0d2233;border:1px solid #223d50;border-radius:22px;padding:28px;color:#fff}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-item{padding:16px;border-radius:14px;background:#07131f}.profile-item small{display:block;color:#8fa3b1;margin-bottom:5px}.profile-item strong{word-break:break-word}.profile-logout{border:0;border-radius:12px;padding:12px 16px;background:#a92f3c;color:#fff;font-weight:800;cursor:pointer}@media(max-width:760px){.auth-shell{grid-template-columns:1fr}.auth-brand-panel{padding:30px}.auth-form-panel{padding:28px 22px}.profile-grid{grid-template-columns:1fr}.profile-header{align-items:flex-start;flex-direction:column}}


/* Sprint 9.3.8 — avisos globales de alertas de precio */
#customerAccountLink{position:relative}
.account-alert-badge{
  position:absolute;top:-8px;right:-8px;min-width:20px;height:20px;padding:0 6px;
  display:inline-flex;align-items:center;justify-content:center;border-radius:999px;
  background:#ff4d6d;color:#fff;border:2px solid #071726;font-size:11px;font-weight:900;
  line-height:1;box-shadow:0 4px 12px rgba(255,77,109,.38)
}
.account-alert-badge[hidden]{display:none!important}
#customerAccountLink.has-price-alerts{box-shadow:0 0 0 1px rgba(255,77,109,.45),0 0 18px rgba(255,77,109,.18)}
.profile-alert-notice{
  margin:0 0 12px;padding:13px 15px;border:1px solid rgba(255,190,76,.42);
  border-radius:14px;background:rgba(255,190,76,.1);color:#ffe2a8;font-weight:700
}
.profile-alert-notice[hidden]{display:none!important}
.profile-alert-shortcut-end{display:inline-flex;align-items:center;gap:10px}
.profile-alert-count{
  min-width:25px;height:25px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;background:#ff4d6d;color:#fff;font-size:12px;font-weight:900;
  box-shadow:0 5px 14px rgba(255,77,109,.28)
}
.profile-alert-count[hidden]{display:none!important}
.profile-shortcut.has-pending-alerts{border-color:rgba(255,190,76,.52);background:rgba(255,190,76,.08)}

/* Sprint 9.5.6 */
.reservation-deadline-count{background:#f0a52b!important;color:#1b1203!important;box-shadow:0 0 0 3px rgba(240,165,43,.13)}
