:root { font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #142033; background: #f4f1e9; }
* { box-sizing: border-box; }
body { display: flex; min-height: 100vh; flex-direction: column; margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
.account-header { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d9d4c8; padding: 14px max(22px, calc((100vw - 1100px) / 2)); background: #fcfbf7; }
.account-logo { display: flex; align-items: center; gap: 12px; font-family: Georgia, serif; font-size: 20px; letter-spacing: .06em; }
.account-logo img { width: 42px; height: 42px; object-fit: contain; filter: saturate(.7); }
.account-logo span { display: grid; }
.account-logo small { color: #777a73; font-family: Inter, sans-serif; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.account-header nav { display: flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.account-header button { min-width: 42px; min-height: 34px; border: 1px solid #bdb6a8; background: transparent; color: #142033; }
.account-page { width: min(calc(100% - 40px), 1100px); flex: 1; margin: 0 auto; padding: 70px 0 110px; }
.account-intro { margin-bottom: 30px; }
.account-intro p { margin: 0 0 12px; color: #8b7650; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.account-intro h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 7vw, 72px); font-weight: 400; line-height: 1; }
.account-intro span { display: block; max-width: 650px; margin-top: 18px; color: #616a65; line-height: 1.6; }
.login-card, .orders-card { width: min(100%, 760px); border: 1px solid #d5cec0; padding: clamp(24px, 5vw, 50px); background: #fcfbf7; }
.login-card[hidden], .orders-card[hidden] { display: none; }
.login-copy h2, .orders-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.login-copy p { max-width: 560px; color: #667064; line-height: 1.6; }
.google-button { display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; margin-top: 25px; border: 1px solid #aaa59a; background: #fff; }
.google-button span { font: 900 21px Arial, sans-serif; }
.error { color: #a33b32; }
.orders-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #ded8cc; padding-bottom: 22px; }
.orders-head p { margin: 0 0 6px; color: #7a7f78; font-size: 13px; }
#logoutButton { min-height: 40px; border: 1px solid #aaa59a; padding: 0 17px; background: transparent; color: #142033; }
.orders { display: grid; gap: 12px; margin-top: 22px; }
.order { display: grid; gap: 8px; border: 1px solid #d8d4ca; padding: 17px; background: #fff; }
.order-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.order-head > div { display: grid; gap: 3px; }
.order-head small { color: #7a7f78; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.order-head span { border-radius: 99px; padding: 6px 10px; background: #e5eee8; color: #506558; font-size: 11px; font-weight: 800; }
.order p { margin: 0; color: #606963; font-size: 13px; line-height: 1.55; }
.order-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border-block: 1px solid #e4dfd5; margin-top: 8px; padding: 13px 0; color: #626b65; font-size: 12px; }
.order-meta span { display: grid; gap: 4px; }
.order-meta b { color: #142033; }
.payment-state { width: max-content; border-radius: 99px; padding: 4px 8px; font-style: normal; font-weight: 800; }
.payment-state.is-paid { background: #e5eee8; color: #42614e; }
.payment-state.is-unpaid { background: #f4ead5; color: #85682f; }
.order-items { display: grid; gap: 10px; margin-top: 5px; }
.order-item { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 13px; align-items: center; }
.order-item img, .order-image-placeholder { width: 72px; height: 88px; border: 1px solid #ddd7cc; object-fit: cover; object-position: center top; background: #f4f1e9; }
.order-image-placeholder { display: grid; place-items: center; font: 700 18px Georgia, serif; }
.order-item > div:last-child { display: grid; gap: 5px; }
.order-item span { color: #142033; font-size: 12px; font-weight: 700; }
.order-total { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid #e4dfd5; margin-top: 5px; padding-top: 13px; }
.order-total span { color: #68706b; font-size: 12px; }
.order-total strong { font: 400 24px Georgia, serif; }
.empty { color: #68706b; }
.account-footer { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.15fr; gap: 42px; border-top: 1px solid #d5cec0; padding: 48px max(22px, calc((100vw - 1100px) / 2)) 22px; background: #142033; color: #f4f1e9; }
.account-footer > div { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.account-footer strong { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.account-footer a, .account-footer p, .account-footer span, .account-footer small { margin: 0; color: #c9c8c1; font-size: 12px; line-height: 1.55; }
.account-footer a:hover { color: #fff; }
.footer-bottom { grid-column: 1 / -1; flex-direction: row !important; justify-content: space-between; border-top: 1px solid #344056; margin-top: 12px; padding-top: 20px; }
@media (max-width: 600px) { .account-header { min-height: 70px; } .account-page { padding-top: 42px; } .orders-head { align-items: flex-start; flex-direction: column; } #logoutButton { width: 100%; } .order-meta { grid-template-columns: 1fr; } }
@media (max-width: 800px) { .account-footer { grid-template-columns: 1fr 1fr; } .footer-bottom { grid-column: 1 / -1; } }
@media (max-width: 520px) { .account-footer { grid-template-columns: 1fr; } .footer-bottom { grid-column: 1; flex-direction: column !important; } }

/* Cool powder-blue account palette. */
:root { color: #17233a; background: #f7fbff; }
body { background: linear-gradient(180deg, #fff 0%, #f3f9ff 42%, #e8f4ff 70%, #fff 100%) fixed; }
.account-header, .login-card, .orders-card { border-color: #dbe7f3; background: #fff; }
.account-intro p { color: #5799dc; }
.account-main button, .google-button { border-color: #a9cdee; }
.order-item img, .order-image-placeholder { border-color: #dbe7f3; background: #edf6ff; }
.account-footer { border-color: #dbe7f3; background: #172b43; color: #f7fbff; }
