.auth-page { min-height: 100vh; background: #edf1eb; }
.auth-shell { display: flex; flex-direction: column; align-items: center; width: min(100% - 36px, 520px); margin: 0 auto; padding: 46px 0 34px; }
.auth-brand { align-self: flex-start; margin-bottom: 31px; }
.auth-card { width: 100%; padding: 43px 48px 37px; background: var(--paper); box-shadow: 0 18px 50px rgba(31,42,42,.07); }
.auth-intro h1 { margin: 0 0 18px; font: 800 44px/1.06 var(--display); letter-spacing: -.06em; }
.auth-intro h1 em { color: var(--accent); font: 400 1em var(--serif); }
.auth-intro > p:not(.eyebrow) { max-width: 340px; margin: 0 0 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.auth-form { display: grid; gap: 16px; }
.auth-form label { display: grid; gap: 6px; color: #697372; font-size: 10px; letter-spacing: .03em; }
.auth-form input { width: 100%; padding: 12px 13px; border: 1px solid var(--line); outline: 0; background: #fff; color: var(--ink); font-size: 13px; }
.auth-form input:focus { border-color: var(--accent); }
.auth-form .primary-button { width: 100%; margin-top: 8px; }
.form-alert { margin: 0 0 17px; padding: 11px 13px; font-size: 11px; }
.form-alert.error { border-left: 2px solid #c9665b; background: #fbefed; color: #9e4b42; }
.form-alert.success { border-left: 2px solid #789c7a; background: #edf5ec; color: #557457; }
.auth-switch { margin: 23px 0 0; color: var(--muted); font-size: 11px; text-align: center; }
.auth-switch a, .setup-link a { color: var(--accent-dark); font-weight: 700; }
.back-home { margin-top: 24px; color: var(--muted); font-size: 11px; }
.account-page { min-height: 100vh; background: var(--paper); }
.account-header { display: flex; align-items: center; justify-content: space-between; width: min(100% - 64px, 1160px); height: 82px; margin: 0 auto; border-bottom: 1px solid var(--line); }
.account-header nav { display: flex; gap: 24px; color: var(--muted); font-size: 12px; }
.account-header nav a:hover { color: var(--ink); }
.account-shell { width: min(100% - 64px, 960px); margin: 0 auto; padding: 90px 0 120px; }
.account-shell h1 { margin: 0 0 14px; font: 800 47px var(--display); letter-spacing: -.06em; }
.account-lead { max-width: 520px; margin: 0 0 48px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.account-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.account-panel { min-height: 260px; padding: 29px; border: 1px solid var(--line); background: #fff; }
.panel-icon { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 24px; border-radius: 50%; background: var(--soft); color: var(--accent); font-size: 18px; }
.account-panel h2 { margin: 0 0 21px; font: 25px var(--display); letter-spacing: -.04em; }
.account-panel dl { margin: 0; }
.account-panel dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 11px; }
.account-panel dt { color: var(--muted); }
.account-panel dd { margin: 0; font-weight: 600; text-align: right; }
.panel-copy { max-width: 275px; margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.account-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.account-mark { display: grid; place-items: center; width: 76px; height: 76px; flex: 0 0 76px; border: 1px solid var(--line); border-radius: 50%; background: var(--soft); color: var(--accent); font-size: 30px; }
.account-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: 18px; border: 1px solid var(--line); background: var(--line); }
.account-stat-grid > div { display: grid; gap: 8px; padding: 20px 22px; background: #fff; }
.account-stat-grid span { color: var(--muted); font-size: 11px; }
.account-stat-grid strong { font: 700 17px var(--display); letter-spacing: -.02em; }
.account-summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-bottom: 18px; }
.account-summary-grid a { display: flex; align-items: center; gap: 14px; padding: 22px; border: 1px solid var(--line); background: #fff; color: var(--ink); }
.account-summary-grid a:hover { border-color: var(--accent); transform: translateY(-2px); }
.account-summary-grid .summary-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--soft); color: var(--accent); font-size: 18px; }
.account-summary-grid a > span:nth-child(2) { display: grid; flex: 1; gap: 5px; }
.account-summary-grid small { color: var(--muted); font-size: 10px; letter-spacing: .08em; }
.account-summary-grid strong { font: 700 18px var(--display); }
.account-summary-grid em { color: var(--muted); font-size: 12px; font-style: normal; }
.account-summary-grid b { color: var(--accent-dark); font-size: 20px; }
.account-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 18px; align-items: start; }
.account-menu { display: grid; gap: 4px; position: sticky; top: 18px; padding: 8px; border: 1px solid var(--line); background: #fff; }
.account-menu a { padding: 12px 13px; color: var(--muted); font-size: 12px; }
.account-menu a:hover, .account-menu a.active { background: var(--soft); color: var(--ink); }
.account-content { display: grid; gap: 18px; }
.account-panel { min-height: 0; padding: 30px; }
.account-panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.account-panel-heading h2 { margin-bottom: 0; }
.account-panel-heading > span { color: var(--accent); font-size: 22px; }
.account-form { display: grid; gap: 18px; }
.account-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.account-form label { display: grid; gap: 7px; color: var(--muted); font-size: 11px; }
.account-form input, .account-form textarea { width: 100%; box-sizing: border-box; padding: 13px 14px; border: 1px solid var(--line); outline: 0; background: #fff; color: var(--ink); font: inherit; font-size: 13px; resize: vertical; }
.account-form input:focus, .account-form textarea:focus { border-color: var(--accent); }
.account-form input:disabled { background: var(--soft); color: var(--muted); cursor: not-allowed; }
.account-form small { color: var(--muted); font-size: 10px; line-height: 1.5; }
.full-account-field { grid-column: 1 / -1; }
.account-form-actions { display: flex; justify-content: flex-end; }
.account-coming { background: var(--soft); }
.account-coming h2 { max-width: 480px; margin-bottom: 12px; }
.account-coming p:not(.eyebrow) { max-width: 560px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.account-coming .text-link { color: var(--accent-dark); font-size: 13px; font-weight: 700; }
.account-order-list { display: grid; border-top: 1px solid var(--line); }
.account-order-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.account-order-row span { display: grid; gap: 5px; }
.account-order-row span:last-child { text-align: right; }
.account-order-row strong, .account-order-row b { font-size: 14px; }
.account-order-row small { color: var(--muted); font-size: 11px; }
.favorite-list { display: grid; border-top: 1px solid var(--line); }
.favorite-row { display: flex; align-items: center; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink); }
.favorite-row img { width: 54px; height: 58px; object-fit: cover; background: var(--soft); }
.favorite-row span { display: grid; flex: 1; gap: 5px; }
.favorite-row strong { font-size: 14px; }
.favorite-row small { color: var(--muted); font-size: 11px; }
.favorite-row b { font-size: 13px; }
@media (max-width: 620px) { .auth-card { padding: 35px 25px 30px; } .auth-intro h1 { font-size: 38px; } .account-header, .account-shell { width: min(100% - 36px, 520px); } .account-header { height: 68px; } .account-header nav { gap: 12px; font-size: 10px; } .account-shell { padding-top: 60px; } .account-shell h1 { font-size: 37px; } .account-grid { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .account-top { align-items: flex-start; } .account-layout { grid-template-columns: 1fr; } .account-menu { position: static; grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .account-top { gap: 18px; } .account-mark { width: 52px; height: 52px; flex-basis: 52px; font-size: 22px; } .account-stat-grid { grid-template-columns: 1fr; } .account-stat-grid > div { padding: 15px 17px; } .account-panel { padding: 22px 18px; } .account-form-grid { grid-template-columns: 1fr; } .full-account-field { grid-column: auto; } .account-menu { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .account-summary-grid { grid-template-columns: 1fr; } .account-summary-grid a { padding: 18px; } }
.auth-intro > p:not(.eyebrow), .account-lead { font-size: 16px; }
.auth-form label, .account-form label { font-size: 14px; }
.auth-form input, .account-form input, .account-form textarea { font-size: 16px; }
.auth-switch, .back-home { font-size: 14px; }
.account-menu a { font-size: 14px; }
.account-panel h2 { font-size: 29px; }
.payment-choice { display: grid; gap: 9px; }
.checkout-label { color: var(--muted); font-size: 14px; }
.payment-option { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 12px !important; padding: 14px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--accent); background: var(--soft); }
.payment-option input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--accent); }
.payment-option span { display: grid; gap: 5px; }
.payment-option strong { color: var(--ink); font-size: 15px; }
.payment-option small { color: var(--muted); font-size: 12px; line-height: 1.5; }
.bank-details { display: grid; gap: 6px; padding: 17px; border-left: 3px solid var(--accent); background: var(--soft); color: var(--muted); font-size: 14px; }
.bank-details b { color: var(--ink); font-size: 15px; }
.bank-details strong { color: var(--accent-dark); font-size: 16px; letter-spacing: .04em; }
.bank-details small { margin-top: 6px; font-size: 12px; line-height: 1.5; }
.checkout-page { background: #edf1eb; }
.checkout-page .auth-shell { width: min(100% - 36px, 820px); align-items: stretch; }
.checkout-page .auth-brand { align-self: flex-start; }
.checkout-card { max-width: none; padding: 46px 52px 42px; }
.checkout-card .auth-intro { max-width: 620px; }
.checkout-card .auth-intro h1 { font-size: 52px; }
.checkout-card .auth-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.checkout-card .auth-form > label:nth-of-type(5), .checkout-card .auth-form > label:last-of-type, .checkout-card .payment-choice, .checkout-card .bank-details, .checkout-card .auth-form > button { grid-column: 1 / -1; }
.checkout-card .auth-form > button { width: 100%; margin-top: 5px; }
.checkout-card .payment-choice { gap: 10px; }
.checkout-card .payment-option { min-height: 74px; }
@media (max-width: 620px) { .checkout-card { padding: 34px 22px 30px; } .checkout-card .auth-form { grid-template-columns: 1fr; } .checkout-card .auth-form > label:nth-of-type(5), .checkout-card .auth-form > label:last-of-type, .checkout-card .payment-choice, .checkout-card .bank-details, .checkout-card .auth-form > button { grid-column: auto; } }
.order-detail-page .back-link { display: inline-block; margin-bottom: 35px; font-size: 14px; }
.order-detail-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.order-detail-head h1 { margin-bottom: 12px; }
.order-detail-head > strong { font: 700 25px var(--display); }
.account-order-items { display: grid; border-top: 1px solid var(--line); }
.account-order-items > div { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.account-order-items span { display: grid; gap: 5px; }
.account-order-items strong { font-size: 15px; }
.account-order-items small { color: var(--muted); font-size: 12px; }
.account-order-items b { font-size: 15px; }
.account-order-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
@media (max-width: 620px) { .order-detail-head { align-items: flex-start; flex-direction: column; } .account-order-detail-grid { grid-template-columns: 1fr; } }
