:root { color-scheme: dark; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #141411; color: #f7f7ef; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.page-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1320px; margin: auto; padding: 20px 28px; border-bottom: 1px solid #ffffff1c; }
.page-header img { display: block; width: 150px; height: auto; }
.page-header a:last-child { text-decoration: none; font-weight: 700; }
.page-header a:last-child:hover, .page-footer a:hover { color: #ffdc00; }
.page-wrap { max-width: 1320px; margin: auto; padding: 42px 28px 100px; }
.page-kicker { display: block; margin-bottom: 8px; color: #ffdc00; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0 0 28px; font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(48px, 7vw, 92px); font-weight: 800; line-height: .95; letter-spacing: -.025em; text-transform: uppercase; }
h2 { margin: 0 0 18px; font-size: 22px; letter-spacing: -.025em; }
.lead { max-width: 68ch; margin: -10px 0 32px; color: #b9b9ae; line-height: 1.6; }
.checkout-layout, .account-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(310px, .75fr); gap: 24px; align-items: start; }
.panel { padding: 30px; border: 1px solid #ffffff1d; border-radius: 18px; background: #22221e; }
.panel-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid #ffffff1c; }
.panel-heading h2 { margin: 0; }
.panel-heading span { color: #a9a99d; font-size: 13px; }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 24px; }
.checkout-fields label { display: grid; gap: 8px; color: #d8d8d0; font-size: 13px; font-weight: 700; }
.checkout-fields label.wide { grid-column: 1 / -1; }
.checkout-fields input, .checkout-fields textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #ffffff35; border-radius: 8px; outline: none; background: #181815; color: #fff; resize: vertical; }
.checkout-fields input:focus, .checkout-fields textarea:focus { border-color: #ffdc00; box-shadow: 0 0 0 3px #ffdc0029; }
.consent { display: flex; align-items: flex-start; gap: 11px; margin-top: 25px; color: #b9b9ae; font-size: 13px; line-height: 1.5; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #ffdc00; flex: none; }
.consent a { color: #f5e170; }
.summary-lines { display: grid; gap: 0; margin-top: 10px; }
.summary-line { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid #ffffff1c; font-size: 14px; }
.summary-line span { color: #c7c7bd; }
.summary-line strong { white-space: nowrap; }
.gift-line { color: #f5dd40; }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; margin: 24px 0; font-size: 17px; }
.summary-total strong { font-size: 30px; }
.primary-button { display: block; width: 100%; min-height: 54px; border: 0; border-radius: 999px; background: #ffdc00; color: #161612; font-weight: 850; }
.primary-button:hover { background: #f9ed66; }
.primary-button:disabled { opacity: .6; cursor: wait; }
.fine-print, .message { color: #a9a99d; font-size: 13px; line-height: 1.5; }
.message { min-height: 22px; color: #f5df68; }
.page-footer { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; padding: 30px; border-top: 1px solid #ffffff1c; color: #aaa99c; font-size: 12px; }
.page-footer a { text-decoration: none; }
.profile-name { padding: 25px 0; font-size: 29px; font-weight: 800; letter-spacing: -.04em; }
.profile-name small { display: block; margin-top: 4px; color: #a9a99d; font-size: 14px; font-weight: 400; letter-spacing: 0; }
.offers { display: grid; gap: 12px; margin-top: 20px; }
.offer { display: grid; grid-template-columns: 92px 1fr auto; align-items: center; gap: 15px; min-height: 106px; padding: 12px; border: 1px solid #ffffff1c; border-radius: 12px; background: #ffdc00; color: #171714; }
.offer img { width: 92px; height: 82px; object-fit: contain; }
.offer strong { display: block; font-size: 16px; }
.offer p { margin: 4px 0 0; font-size: 12px; }
.offer button { padding: 9px 11px; border: 1px solid #171714; border-radius: 7px; background: #171714; color: #ffdc00; font-size: 12px; font-weight: 800; }
.order { padding: 19px 0; border-top: 1px solid #ffffff24; }
.order-top { display: flex; justify-content: space-between; gap: 15px; }
.order span, .order p { color: #aaa99c; font-size: 13px; }
.order p { margin: 10px 0 0; }
.legal { max-width: 880px; }
.legal h1 { max-width: 14ch; }
.legal h2 { margin: 34px 0 12px; }
.legal p, .legal li { color: #d0d0c6; line-height: 1.65; }
.legal ul { padding-left: 20px; }
@media(max-width: 820px) { .page-header { padding: 16px; } .page-header img { width: 115px; } .page-wrap { padding: 30px 16px 70px; } .checkout-layout, .account-layout { grid-template-columns: 1fr; } .panel { padding: 20px; } .checkout-fields { grid-template-columns: 1fr; } .offer { grid-template-columns: 65px 1fr; } .offer img { width: 65px; height: 65px; } .offer button { grid-column: 2; justify-self: start; } }
.auth-page { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 440px); align-items: center; gap: clamp(24px, 7vw, 120px); width: min(1100px, calc(100% - 48px)); min-height: calc(100svh - 91px); margin: auto; padding: 56px 0 100px; }
.auth-intro span { color: #ffdc00; font-weight: 800; }
.auth-intro h1 { margin: 18px 0 20px; font-size: clamp(60px, 7vw, 92px); }
.auth-intro p { max-width: 34ch; color: #c8c8bd; font-size: 18px; line-height: 1.55; }
.auth-panel { padding: 30px; border: 1px solid #ffffff24; border-radius: 16px; background: #22221e; }
.auth-tabs { display: flex; gap: 20px; margin-bottom: 34px; border-bottom: 1px solid #ffffff24; }
.auth-tabs button { min-height: 42px; padding: 0 0 13px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #bdbdb1; font-weight: 700; }
.auth-tabs button[aria-pressed="true"] { border-color: #ffdc00; color: #fff; }
.auth-panel h2 { margin-bottom: 26px; font-size: 25px; }
.auth-panel form { display: grid; gap: 18px; }
.auth-panel label { display: grid; gap: 8px; font-size: 13px; font-weight: 700; }
.auth-panel label[hidden] { display: none; }
.auth-panel .auth-consent { display: flex; align-items: flex-start; gap: 10px; color: #c5c5ba; font-size: 12px; font-weight: 400; line-height: 1.5; }
.auth-panel .auth-consent[hidden] { display: none; }
.auth-panel .auth-consent input { flex: none; width: 18px; min-height: 18px; height: 18px; margin-top: 1px; padding: 0; accent-color: #ffdc00; }
.auth-consent a { color: #ffdf4d; }
.auth-panel input { min-height: 52px; width: 100%; padding: 12px 14px; border: 1px solid #ffffff43; border-radius: 8px; outline: none; background: #181815; color: #fff; }
.auth-panel input::placeholder { color: #aaa99e; }
.auth-panel input:focus-visible, .auth-tabs button:focus-visible, .auth-panel button:focus-visible { outline: 2px solid #ffdc00; outline-offset: 3px; }
.auth-hint { margin: -10px 0 0; color: #bdbdb1; font-size: 12px; }
.auth-hint[hidden] { display: none; }
.auth-message { min-height: 20px; margin: -3px 0 0; color: #ffde5b; font-size: 13px; }
@media(max-width: 760px) { .auth-page { display: block; width: min(100% - 32px, 460px); min-height: auto; padding: 46px 0 80px; } .auth-intro h1 { margin: 8px 0 12px; font-size: 58px; } .auth-intro p { margin-bottom: 30px; font-size: 15px; } .auth-panel { padding: 22px; } }
