:root { --ink:#241d1b; --muted:#746763; --cream:#fffaf6; --paper:#fff; --coral:#d95343; --rose:#f8e6de; --line:rgba(62,42,36,.12); --shadow:0 22px 60px rgba(93,52,38,.12); }
* { box-sizing:border-box; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; }
a { color:inherit; text-decoration:none; }
button,input,textarea { font:inherit; }
button { cursor:pointer; }
[hidden] { display:none !important; }
.account-header { width:min(1160px,calc(100% - 40px)); min-height:82px; margin:auto; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.brand { display:inline-flex; align-items:center; gap:10px; }
.brand-mark { width:39px; height:39px; display:grid; place-items:center; color:white; background:#ed755f; border-radius:50%; font-size:24px; }
.brand > span:last-child { display:grid; line-height:1; }
.brand strong { font:italic 25px Georgia,serif; }
.brand small { margin-top:4px; color:var(--coral); font-size:8px; font-weight:800; letter-spacing:.28em; }
.header-copy { display:grid; text-align:center; }
.header-copy span { color:var(--coral); font-size:10px; font-weight:850; letter-spacing:.15em; text-transform:uppercase; }
.header-copy strong { margin-top:4px; font-size:13px; }
.header-action,.dashboard-actions a { padding:11px 20px; color:white; background:var(--ink); border-radius:999px; font-size:13px; font-weight:800; }
.account-shell { width:min(1160px,calc(100% - 40px)); margin:8px auto 80px; }
.welcome-panel { padding:62px 70px; position:relative; overflow:hidden; background:linear-gradient(135deg,#fff0e9,#f9d8c9); border:1px solid rgba(206,127,99,.12); border-radius:38px; }
.welcome-panel::after { content:"☺"; right:45px; top:-48px; position:absolute; color:rgba(255,255,255,.55); font:240px Georgia,serif; }
.eyebrow { margin:0 0 12px; color:var(--coral); font-size:11px; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
h1,h2,p { margin-top:0; }
h1,h2 { font-family:Georgia,"Times New Roman",serif; font-weight:500; letter-spacing:-.03em; }
h1 { max-width:620px; margin-bottom:16px; font-size:clamp(44px,6vw,72px); line-height:1; }
h1 em { color:var(--coral); font-weight:500; }
.welcome-panel > p { max-width:660px; color:var(--muted); line-height:1.7; }
.welcome-panel ul { margin:25px 0 0; padding:0; display:flex; flex-wrap:wrap; gap:12px 24px; list-style:none; color:#5d514d; font-size:12px; font-weight:700; }
.welcome-panel li span { color:var(--coral); }
.auth-panel,.dashboard { margin-top:26px; }
.auth-grid,.dashboard-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:start; }
.dashboard-grid { grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr); }
.card { padding:30px; background:var(--paper); border:1px solid var(--line); border-radius:24px; box-shadow:0 10px 28px rgba(61,42,36,.05); }
.card-heading { margin-bottom:22px; }
.card-heading h2,.dashboard-heading h2 { margin:0; font-size:31px; }
label { margin-bottom:15px; display:grid; gap:7px; color:#554945; font-size:12px; font-weight:750; }
label small { color:#968781; font-weight:600; }
input,textarea { width:100%; padding:13px 14px; color:var(--ink); background:#fffdfb; border:1px solid rgba(64,45,40,.16); border-radius:12px; outline:none; }
input:focus,textarea:focus { border-color:rgba(217,83,67,.55); box-shadow:0 0 0 3px rgba(217,83,67,.09); }
input:disabled { color:#766a66; background:#f5efec; }
textarea { resize:vertical; }
.security-note,.card-copy { color:var(--muted); font-size:11px; line-height:1.55; }
.primary-button,.secondary-button { width:100%; min-height:47px; padding:0 18px; border-radius:12px; font-weight:800; }
.primary-button { color:white; background:var(--coral); border:0; }
.secondary-button { color:var(--ink); background:var(--rose); border:1px solid rgba(217,83,67,.12); }
.form-message { min-height:20px; margin:7px 0; font-size:12px; font-weight:700; }
.form-message.is-error { color:#b63f35; }
.form-message.is-success { color:#2d8751; }
.dashboard-heading { margin-bottom:18px; padding:0 5px; display:flex; align-items:end; justify-content:space-between; gap:20px; }
.dashboard-actions { display:flex; gap:9px; }
.dashboard-actions button,.text-button { padding:10px 15px; color:var(--muted); background:white; border:1px solid var(--line); border-radius:999px; font-size:12px; font-weight:750; }
.side-stack { display:grid; gap:22px; }
.row-heading { display:flex; align-items:start; justify-content:space-between; gap:15px; }
.orders-list { display:grid; gap:10px; }
.order-row { padding:17px; display:flex; align-items:center; justify-content:space-between; gap:16px; background:#fffaf7; border:1px solid rgba(62,42,36,.09); border-radius:16px; }
.order-copy,.order-side { display:grid; gap:5px; }
.order-copy span { color:var(--muted); font-size:11px; }
.order-side { justify-items:end; }
.order-side > strong { font-size:13px; }
.status-badge { padding:5px 8px; color:#795847; background:#f5e8df; border-radius:999px; font-size:9px; font-weight:850; }
.status-badge[data-status="delivered"],.status-badge[data-status="ready"] { color:#2f754a; background:#e3f3e8; }
.status-badge[data-status="payment_rejected"],.status-badge[data-status="cancelled"] { color:#a44139; background:#fae4e1; }
.order-link { color:var(--coral); font-size:11px; font-weight:800; }
.loading,.empty-orders { min-height:120px; display:grid; place-items:center; align-content:center; gap:6px; text-align:center; color:var(--muted); background:#fffaf7; border:1px dashed var(--line); border-radius:16px; font-size:12px; }
.empty-orders strong { color:var(--ink); font-size:14px; }
@media (max-width:850px) { .header-copy { display:none; } .auth-grid,.dashboard-grid { grid-template-columns:1fr; } .welcome-panel { padding:48px 35px; } .welcome-panel::after { opacity:.35; } }
@media (max-width:560px) { .account-header,.account-shell { width:min(100% - 24px,1160px); } .account-header { min-height:72px; } .header-action { padding:10px 13px; font-size:11px; } .welcome-panel { padding:40px 23px; border-radius:26px; } .welcome-panel ul { display:grid; } .card { padding:23px 18px; } .dashboard-heading,.order-row { align-items:stretch; flex-direction:column; } .dashboard-actions { width:100%; } .dashboard-actions a,.dashboard-actions button { flex:1; text-align:center; } .order-side { justify-items:start; } }
