.account-page { min-height: 65vh; background: #f8f5ee; padding: clamp(2rem, 6vw, 4.5rem) 0; }
.account-page--auth { min-height: calc(100vh - 9.5rem); display: flex; align-items: center; background: radial-gradient(circle at 18% 22%, #e0f1eb 0, transparent 25rem), #f8f5ee; }
.account-page__shell { max-width: 62rem; }
.account-page__header { margin-bottom: 2rem; }
.account-page__header h1, .account-orders h2, .account-auth h1 { color: #123f39; margin: .35rem 0 .65rem; }
.account-page__header p:not(.eyebrow), .account-auth__card > p { color: #536d68; max-width: 42rem; }
.account-orders, .account-auth__card { background: #fff; border: 1px solid #d6e2de; border-radius: 1.4rem; box-shadow: 0 1rem 3rem rgba(16, 62, 56, .08); padding: clamp(1.4rem, 4vw, 2.25rem); }
.account-orders__heading { display: flex; justify-content: space-between; gap: 1rem; align-items: center; border-bottom: 1px solid #e2ebe8; padding-bottom: 1.35rem; }
.account-orders__heading h2 { margin-bottom: 0; }
.account-orders__list { display: grid; gap: 1rem; margin-top: 1.25rem; }
.account-order { border: 1px solid #dce8e4; border-radius: 1rem; padding: 1.25rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem; }
.account-order h3 { color: #123f39; margin: .2rem 0 0; font-size: 1.1rem; }
.account-order__meta { display: grid; justify-items: end; gap: .35rem; color: #5d736f; }
.account-order__meta strong { color: #0a675c; }
.account-order ul { grid-column: 1 / -1; list-style: none; margin: 0; padding: 1rem 0 0; border-top: 1px solid #e2ebe8; display: grid; gap: .4rem; }
.account-order li { display: flex; justify-content: space-between; gap: 1rem; color: #425f5a; }
.account-order li span { color: #5d736f; }
.account-orders__empty { text-align: center; padding: 2.5rem 1rem; color: #536d68; }
.account-orders__empty h3 { color: #123f39; }
.account-auth { display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, 34rem); align-items: stretch; max-width: 64rem; padding-inline: 0; overflow: hidden; border: 1px solid #d6e2de; border-radius: 1.5rem; background: #fff; box-shadow: 0 1.5rem 4rem rgba(16, 62, 56, .13); }
.account-auth__intro { position: relative; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); background: linear-gradient(145deg, #0b675c, #123f39); color: #fff; }
.account-auth__intro::after { width: 16rem; height: 16rem; position: absolute; right: -7rem; bottom: -8rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.05), 0 0 0 6rem rgba(255,255,255,.04); content: ''; }
.account-auth__intro-mark { width: 3rem; height: 3rem; display: grid; place-items: center; margin-bottom: 3.5rem; border-radius: 1rem 1rem 1rem .35rem; background: #fff; color: #0a675c; font-weight: 900; letter-spacing: .08em; }
.account-auth__intro .eyebrow { color: #c4ebe1; }
.account-auth__intro h2 { max-width: 16rem; margin: 0 0 1rem; color: #fff; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; }
.account-auth__intro p:last-child { max-width: 20rem; margin-bottom: 0; color: #d8ece7; line-height: 1.65; }
.account-auth__card { width: 100%; border: 0; border-radius: 0; box-shadow: none; padding: clamp(2rem, 4vw, 3.25rem); }
.account-auth__card form { display: grid; gap: .9rem; margin-top: 1.5rem; }
.account-auth__card label { margin-bottom: .42rem; color: #1d4842; font-size: .9rem; font-weight: 800; }
.account-auth__card form > .input, .account-auth__names > .input { width: 100%; min-width: 0; display: block; margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.account-auth__card label { display: block; width: 100%; }
.account-auth__card input[type='email'], .account-auth__card input[type='password'], .account-auth__card input[type='text'] { width: 100% !important; min-height: 3.15rem; display: block; box-sizing: border-box; margin: 0; border: 1px solid #91aaa4; border-radius: .8rem; background: #f5faf8; color: #123f39; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.account-auth__card input:not([type='hidden'])::placeholder { color: #6f8882; }
.account-auth__card input:not([type='hidden']):focus { border-color: #0a675c; background: #fff; box-shadow: 0 0 0 4px rgba(10,103,92,.15); outline: 0; }
.account-auth__card .error-message { margin-top: .45rem; color: #b42318; font-size: 13px; font-weight: 700; line-height: 1.4; }
.account-auth__card .error input { border-color: #c43a31; background: #fff7f6; }
.account-auth__card .error input:focus { border-color: #b42318; box-shadow: 0 0 0 4px rgba(180,35,24,.13); }
.account-auth__card .button { width: 100%; min-height: 3.2rem; margin: .5rem 0 0; border-radius: .8rem; }
.account-auth__names { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.account-auth__links { margin: 1.4rem 0 0; text-align: center; font-size: 14px; font-weight: 700; line-height: 1.45; }
.account-auth__links a { color: #0a675c; }
.account-auth__guest { margin: .85rem 0 0; text-align: center; font-size: .9rem; }
.account-auth__guest a { color: #536d68; text-underline-offset: .2rem; }
@media (max-width: 700px) { .account-page--auth { min-height: 0; } .account-auth { grid-template-columns: 1fr; max-width: 34rem; } .account-auth__intro { display: none; } }
@media (max-width: 560px) { .account-orders__heading, .account-order { grid-template-columns: 1fr; align-items: start; } .account-order__meta { justify-items: start; } .account-auth__names { grid-template-columns: 1fr; gap: 0; } }
