.account-main{min-height:70vh;padding:42px 0 80px}.account-loading{min-height:50vh;display:grid;place-items:center;color:var(--muted);font-weight:800}.auth-layout{width:min(1060px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.auth-welcome h1,.account-hero h1,.auth-card h1{font-family:Georgia,serif;letter-spacing:-.04em}.auth-welcome h1{font-size:clamp(3rem,5vw,5.1rem);line-height:.96;margin:20px 0}.auth-welcome h1 em{color:var(--pink);font-weight:400}.auth-welcome p{color:var(--muted);font-size:1.05rem}.auth-welcome ul{padding:0;list-style:none;display:grid;gap:10px;color:var(--brown);font-weight:750}.auth-welcome li:before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;margin-right:10px;border-radius:50%;background:#e7f6ec;color:var(--green)}.auth-card,.profile-panel,.orders-panel,.status-panel{background:white;border:1px solid var(--line);border-radius:26px;box-shadow:0 12px 42px rgba(74,40,24,.07)}.auth-card{padding:30px}.auth-card.compact{width:min(520px,calc(100% - 30px));margin:auto}.auth-card h1{font-size:2.4rem;line-height:1;margin:18px 0 10px}.auth-intro{color:var(--muted)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;background:#f5ebe5;border-radius:13px;padding:4px;margin-bottom:24px}.auth-tabs button{border:0;border-radius:10px;padding:11px;background:transparent;color:var(--muted);font:inherit;font-weight:850;cursor:pointer}.auth-tabs button.active{background:white;color:var(--cocoa);box-shadow:0 4px 13px rgba(74,40,24,.09)}.auth-form,.profile-form{display:grid;gap:15px}.auth-form.two-col{grid-template-columns:1fr 1fr}.auth-form .wide{grid-column:1/-1}.auth-form label,.profile-form label,.review-form label{display:grid;gap:6px;color:var(--brown);font-size:.76rem;font-weight:850;text-transform:uppercase;letter-spacing:.07em}.auth-form input,.profile-form input,.review-form select,.review-form textarea{width:100%;min-height:49px;padding:11px 13px;background:white;border:1px solid #d9c7bb;border-radius:12px;color:var(--cocoa);font:inherit}.auth-form input:focus,.profile-form input:focus,.review-form select:focus,.review-form textarea:focus{outline:3px solid rgba(233,95,133,.18);border-color:var(--pink)}.auth-form small,.profile-form small{color:var(--muted);font-size:.69rem;text-transform:none;letter-spacing:0}.auth-form .button{width:100%;margin-top:4px}.text-button{border:0;background:none;color:var(--pink);font:inherit;font-weight:850;text-decoration:none;cursor:pointer;padding:8px 0;text-align:left}.form-message{padding:11px 13px;border-radius:11px;background:#e7f6ec;color:#166c3c;margin:0 0 15px;font-size:.85rem;font-weight:700}.form-message.error{background:#ffebeb;color:#993535}.account-hero{display:flex;align-items:center;gap:18px;margin-bottom:23px;background:linear-gradient(120deg,#4a2818,#815135);color:white;padding:28px 34px;border-radius:28px}.account-hero .avatar{width:74px;height:74px;flex:0 0 74px;display:grid;place-items:center;border-radius:50%;background:#ffe1e8;color:var(--cocoa);font-family:Georgia,serif;font-size:2rem;font-weight:900}.account-hero h1{margin:0;font-size:2.35rem}.account-hero p{margin:0;color:#ead8cb}.account-hero .kicker{color:var(--peach)}.account-hero .button{margin-left:auto;background:white;color:var(--cocoa)}.status-panel{padding:22px 25px;margin-bottom:23px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px}.panel-title h2{font-family:Georgia,serif;font-size:1.55rem;margin:0}.panel-title>span{color:var(--muted);font-size:.78rem;font-weight:800}.panel-title a{color:var(--pink);font-weight:850;font-size:.82rem}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.status-grid>div{background:#fff6f7;border-radius:16px;padding:17px;text-align:center}.status-grid strong{display:block;color:var(--pink);font-size:1.75rem}.status-grid span{color:var(--muted);font-size:.77rem;font-weight:750}.account-columns{display:grid;grid-template-columns:.72fr 1.28fr;gap:23px;align-items:start}.profile-panel,.orders-panel{padding:24px}.profile-form input:disabled{background:#f6f1ed;color:#8c7a70}.profile-form .button{width:100%}.orders-panel{min-height:350px}.order-card{border:1px solid var(--line);border-radius:17px;padding:17px;margin-bottom:13px}.order-top,.order-bottom{display:flex;justify-content:space-between;gap:12px;align-items:center}.order-top>div{display:grid}.order-top span:not(.status){font-size:.72rem;color:var(--muted)}.status{padding:5px 9px;border-radius:999px;background:#fff0d8;color:#7e520c;font-size:.68rem;font-weight:900;text-transform:uppercase}.status.completed{background:#e5f5eb;color:#167043}.status.cancelled{background:#ffebeb;color:#993535}.status.processing,.status.confirmed,.status.ready{background:#e9eefc;color:#385b9a}.order-card ul{margin:13px 0;padding:12px 0 12px 20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:.78rem}.order-bottom>div{display:grid}.order-bottom span{font-size:.68rem;color:var(--muted);text-transform:uppercase;font-weight:800}.order-bottom strong{font-size:.83rem}.empty-orders{text-align:center;padding:48px 15px;color:var(--muted)}.empty-orders strong{display:block;font-family:Georgia,serif;color:var(--cocoa);font-size:1.5rem}.review-form{display:grid;gap:12px;margin-top:15px;padding-top:15px;border-top:1px solid var(--line)}.review-form textarea{min-height:90px;resize:vertical}.review-form .button{justify-self:start}
@media(max-width:850px){.auth-layout,.account-columns{grid-template-columns:1fr}.auth-welcome{display:none}.status-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.account-main{padding:20px 0 55px}.auth-layout{width:min(100% - 24px,1060px)}.auth-card{padding:22px 18px;border-radius:20px}.auth-form.two-col{grid-template-columns:1fr}.auth-form .wide{grid-column:auto}.account-hero{padding:22px 18px;align-items:flex-start;flex-wrap:wrap}.account-hero .avatar{width:58px;height:58px;flex-basis:58px}.account-hero h1{font-size:1.75rem}.account-hero .button{width:100%;margin:5px 0 0}.status-panel,.profile-panel,.orders-panel{padding:18px 15px}.status-grid>div{padding:13px 8px}.order-top,.order-bottom{align-items:flex-start}.order-bottom{flex-wrap:wrap}.order-bottom .text-button{width:100%}}
