/* 1. ОСНОВА СТРАНИЦЫ */
*{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
body{margin:0;font-family:Arial,sans-serif;background:#f3f3f3;color:#111}
button,a,.menu button,.side-bottom button,.status-line div,.mobile-menu button{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;outline:none;caret-color:transparent}
button:focus,button:active,a:focus,a:active,.menu button:focus,.menu button:active,.side-bottom button:focus,.side-bottom button:active,.status-line div:focus,.status-line div:active,.mobile-menu button:focus,.mobile-menu button:active{outline:none!important;box-shadow:none!important}

/* 2. КАРКАС КАБИНЕТА */
.cabinet{display:flex;min-height:100vh;background:#fff}
.side{width:280px;background:#f8f8f8;border-right:1px solid #e5e5e5;flex-shrink:0}
.main{flex:1;padding:36px 38px;overflow:auto}
.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
.top h1{font-size:30px;margin:0}
.back-btn{border:1px solid #111;background:#fff;padding:12px 18px;border-radius:4px;font-weight:700;cursor:pointer}
.back-btn:hover{background:#111;color:#fff}

/* 3. ПРОФИЛЬ СЛЕВА */
.profile{padding:28px 22px;border-bottom:1px solid #ddd}
.profile-top{display:flex;gap:14px;align-items:center}
.avatar{width:56px;height:56px;border-radius:50%;background:#e5e5e5;color:#777;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}
.name{font-size:20px;font-weight:800}
.user-id{font-size:14px;color:#666;margin-top:4px}

/* 4. ДЕПОЗИТ СЛЕВА */
.deposit{margin-top:20px;border:1px solid #ddd;background:#fff;border-radius:10px;padding:18px}
.deposit span{font-size:14px;color:#666}
.deposit b{display:block;font-size:28px;margin:12px 0}
.deposit button{background:#111;color:#fff;border:0;padding:10px 18px;border-radius:8px;font-weight:700;cursor:pointer;transition:.2s}
.deposit button:hover{opacity:.9}

/* 5. ЛЕВОЕ МЕНЮ */
.menu button,.side-bottom button{width:100%;border:0;background:transparent;padding:16px 18px;text-align:left;font-size:16px;color:#4b5563;cursor:pointer;display:flex;align-items:center;gap:12px;border-radius:14px;transition:all .2s ease;font-weight:500}
.menu button.active{background:#f3ecff;color:#7c3aed;font-weight:700}
.menu button:hover{background:#f8f5ff}
.menu-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.menu-icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:.2s}
.side-bottom{margin-top:60px;border-top:1px solid #ddd;padding-top:14px}

/* 6. СТАТУСЫ ЗАКАЗОВ */
.status-line{border:1px solid #bbb;background:#fff;padding:28px 18px;display:grid;grid-template-columns:repeat(7,1fr);align-items:center;margin-bottom:34px}
.status-line div{cursor:pointer;transition:.15s;user-select:none;outline:none;-webkit-tap-highlight-color:transparent;position:relative;text-align:center;white-space:nowrap;border-right:1px solid #e5e5e5}
.status-line div:last-child{border-right:0}
.status-line div:hover{background:#fafafa}
.status-line div b{display:block;font-size:48px;color:#666;font-weight:800;line-height:1}
.status-line div span{display:block;margin-top:10px;font-size:15px;color:#444;white-space:nowrap}
.status-line div.active b{color:#e11d48}

/* 7. ФИЛЬТРЫ ЗАКАЗОВ */
.filters{display:grid;grid-template-columns:390px 310px 1fr;gap:14px;margin-bottom:28px}
.period,.date-box,.search-box{border:1px solid #ddd;background:#fff;border-radius:4px;padding:12px;display:flex;align-items:center;gap:8px}
.period button{border:1px solid #ddd;background:#fff;padding:10px 15px;border-radius:4px;cursor:pointer}
.period button.active{background:#111;color:#fff}
.date-box{gap:10px;padding:0 18px;height:62px;border:1px solid #e5e7eb;border-radius:14px}
.date-box input{border:0;background:transparent;font-size:15px;font-weight:600;color:#111;outline:none;font-family:inherit}
.date-box span{color:#999;font-size:18px}
.search-box input{width:100%;height:100%;border:0;outline:0;background:transparent;font-size:15px;color:#111}
.search-box input::placeholder{color:#777}
.search-box button{border:0;background:transparent;cursor:pointer;font-size:18px}

/* 8. ТАБЛИЦА ЗАКАЗОВ */
.order-table{border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fff}
.table-head,.table-row{display:grid;grid-template-columns:190px 210px 140px 160px 180px 1fr;align-items:center}
.table-head{background:#fafafa;color:#555;font-weight:700}
.table-head div,.table-row div{padding:18px 20px;border-bottom:1px solid #eee}
.table-row:hover{background:#fafafa}
.stage{display:inline-block;border:1px solid #ddd;background:#fafafa;padding:5px 10px;border-radius:4px;font-size:13px;font-weight:700}
.open-order{border:1px solid #ddd;background:#fff;border-radius:4px;padding:9px 15px;cursor:pointer}
.open-order:hover{background:#111;color:#fff}
.pagination{display:flex;align-items:center;justify-content:space-between;padding:18px 20px}
.pagination button{border:1px solid #ddd;background:#fff;padding:9px 13px;border-radius:4px}
.pagination button.active{background:#111;color:#fff}
.empty-block{border:1px solid #ddd;background:#fafafa;padding:40px;text-align:center}
.empty-block h2{font-size:28px;margin:0 0 12px}
.empty-block p{color:#666}
.order-detail{border:1px solid #ddd;background:#fff;padding:30px}
.order-detail h2{margin:20px 0;font-size:28px}
.order-detail-item{display:grid;grid-template-columns:1fr 100px 100px 140px;gap:12px;border-bottom:1px solid #eee;padding:14px 0}

/* 9. АДРЕСА */
.addr-list{display:grid;gap:14px}
.addr-card{border:1px solid #ddd;background:#fff;padding:14px 16px;display:flex;justify-content:space-between;gap:12px;border-radius:14px;position:relative}
.addr-card.default{border-color:#e11d48;background:#fffafa}
.addr-main h3{font-size:18px;margin:6px 0 2px}
.addr-badge{display:inline-flex;background:#e11d48;color:#fff;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}
.addr-phone{color:#555;margin:2px 0 8px;font-size:14px}
.addr-card p{margin:4px 0;color:#333;line-height:1.3;font-size:14px}
.addr-zip{display:inline-flex;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:3px 8px;margin-right:6px}
.addr-memo{color:#777!important;font-size:13px}
.addr-actions-top{position:absolute;top:18px;right:18px;display:flex;gap:10px}
.addr-actions-top button{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;cursor:pointer;background:#fff;font-weight:700}
.edit-btn{border:1px solid #facc15;color:#eab308;background:#fffbeb}
.delete-btn{border:1px solid #fecdd3;color:#e11d48;background:#fff1f2}
.addr-add-card{border:2px dashed #d1d5db;background:#fafafa;border-radius:18px;padding:46px 24px;text-align:center;cursor:pointer;transition:.15s}
.addr-add-card:hover{background:#f5f5f5}
.addr-add-plus{width:72px;height:72px;border-radius:50%;background:#f3f4f6;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:300;color:#111}

/* 10. ФОРМА АДРЕСА */
.addr-form{border:1px solid #ddd;background:#fff;padding:20px;max-width:720px;border-radius:12px}
.addr-form h2{margin:12px 0 18px;font-size:28px}
.addr-grid{display:grid;gap:4px}
.addr-form label{display:block;margin-top:10px;font-weight:700;font-size:14px}
.addr-form input,.addr-form select{width:100%;margin-top:5px;border:1px solid #ddd;padding:12px 14px;font-size:14px;border-radius:6px;background:#fff}
.addr-zip-row{display:flex;gap:6px}
.addr-zip-row input{flex:1}
.addr-zip-row button{border:1px solid #111;background:#fff;padding:0 12px;border-radius:6px;font-weight:700;cursor:pointer;font-size:13px}
.addr-check{display:flex!important;align-items:center;gap:8px;margin-top:14px!important}
.addr-check input{width:auto!important;margin:0!important}
.addr-save{margin-top:18px;padding:13px 18px;border:0;background:#111;color:#fff;border-radius:8px;font-weight:700;cursor:pointer}

/* 11. ИЗБРАННОЕ */
.fav-top{display:block;width:100%;margin-bottom:14px}
.fav-search-wrap{position:relative;width:100%}
.fav-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:18px;color:#9ca3af;pointer-events:none}
.fav-search{display:block;width:100%;height:50px;border:1px solid #ddd;border-radius:14px;padding:0 16px 0 46px;font-size:15px;background:#fff;outline:none}
.fav-count{margin-bottom:16px;font-size:14px;color:#666}
.fav-count b{color:#111}
.fav-list{display:grid;gap:16px}
.fav-card{display:grid;grid-template-columns:220px 1fr;border:1px solid #e5e7eb;background:#fff;border-radius:18px;overflow:hidden;position:relative}
.fav-img{height:220px;background:#f3f4f6}
.fav-img img{width:100%;height:100%;object-fit:cover}
.fav-noimg{height:100%;display:flex;align-items:center;justify-content:center;font-size:54px}
.fav-info{padding:24px;position:relative}
.fav-info h3{font-size:26px;margin:0 52px 12px 0}
.fav-info p{color:#6b7280;margin:0 0 18px}
.fav-info p span{background:#eef0f3;border-radius:8px;padding:5px 8px;margin-left:8px}
.fav-info b{display:block;font-size:30px;margin-bottom:22px}
.fav-heart{position:absolute;top:22px;right:22px;width:48px;height:48px;border:1px solid #e11d48;background:#fff;color:#e11d48;border-radius:12px;font-size:28px;cursor:pointer}
.fav-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fav-actions button{border:1px solid #d1d5db;background:#fff;border-radius:10px;padding:14px;font-size:16px;font-weight:800;cursor:pointer}
.fav-actions button.cart{background:#e11d48;color:#fff;border-color:#e11d48}
.fav-empty{grid-column:1/-1;width:100%;border:2px dashed #e5e7eb;border-radius:18px;padding:44px 20px;text-align:center;background:#fff}
.fav-empty-icon{width:70px;height:70px;border-radius:50%;background:#fff1f2;color:#e11d48;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;font-size:34px}
.fav-empty h3{font-size:24px;margin:0 0 12px}
.fav-empty p{color:#6b7280;margin:0}

/* Оплата */
.deposit-page{display:grid;gap:18px}.deposit-card{background:#111;color:#fff;border-radius:22px;padding:28px;display:flex;justify-content:space-between;align-items:center}.deposit-label{display:block;font-size:14px;opacity:.7;margin-bottom:10px}.deposit-card b{font-size:38px}.deposit-main-btn{border:0;background:#fff;color:#111;padding:16px 24px;border-radius:14px;font-size:16px;font-weight:800}.deposit-main-btn:disabled{opacity:.5}.pay-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pay-btn{border:1px solid #e5e7eb;background:#fff;border-radius:18px;padding:18px;display:flex;align-items:center;gap:14px;text-align:left}.pay-btn span{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:900}.pay-btn b{display:block;font-size:16px;margin-bottom:4px}.pay-btn small{color:#777}.pay-btn.naver span{background:#03c75a;color:#fff}.pay-btn.kakao span{background:#fee500;color:#111}.pay-btn.card span{background:#111;color:#fff}.pay-btn.disabled{opacity:.5}.deposit-history{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px}.deposit-history h3{margin:0 0 18px}.deposit-empty{padding:26px;border:2px dashed #e5e7eb;border-radius:14px;text-align:center;color:#777}@media(max-width:800px){.deposit-card{padding:22px;border-radius:18px;align-items:flex-start;flex-direction:column;gap:18px}.deposit-card b{font-size:30px}.deposit-main-btn{width:100%;padding:14px;font-size:15px}.pay-grid{grid-template-columns:1fr}.pay-btn{padding:14px;border-radius:16px}.pay-btn span{width:48px;height:48px;font-size:22px}}

/* Информация */
/* ===== ИНФОРМАЦИЯ / КОМПЬЮТЕР ===== */
.info-page{display:flex;flex-direction:column;gap:18px}.info-profile-card,.info-card{background:#fff;border:1px solid #ececf2;border-radius:24px;padding:24px;box-shadow:0 4px 18px rgba(0,0,0,.04);box-sizing:border-box}.info-profile-card{display:flex;align-items:center;gap:24px;position:relative}.info-avatar-wrap{position:relative;flex:0 0 auto}.info-avatar{width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,#efe8ff,#d8c7ff);display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:800;color:#6d35e8}.avatar-camera{position:absolute;right:2px;bottom:4px;width:34px;height:34px;border:none;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12);cursor:pointer}.info-profile-main{flex:1;min-width:0}.info-profile-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}.info-profile-head h2{margin:0;font-size:32px;line-height:1}.info-profile-head span{background:#f3ecff;color:#6d35e8;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:700}.profile-lines{display:flex;flex-direction:column;gap:12px;color:#4b5563}.profile-lines div{display:flex;gap:16px;align-items:center}.profile-lines b{color:#111827}.edit-profile-btn,.outline-btn,.security-row button{border:none;background:#f5f5f7;border-radius:14px;font-weight:700;cursor:pointer}.edit-profile-btn{padding:12px 18px}.edit-profile-btn:hover,.outline-btn:hover,.security-row button:hover{background:#ececf2}.info-card h3{margin:0 0 20px;font-size:20px}.info-data-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #f1f1f4;color:#4b5563;gap:12px}.info-row:last-child{border-bottom:none}.info-row b{color:#111827;text-align:right;word-break:break-word}.info-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.address-card{display:flex;flex-direction:column;gap:20px}.address-line{display:flex;align-items:center;gap:18px}.address-line p{margin:6px 0 0;color:#6b7280}.round-icon{width:56px;height:56px;border-radius:50%;background:#f3ecff;display:flex;align-items:center;justify-content:center;font-size:24px;flex:0 0 auto}.outline-btn{align-self:flex-end;color:#6d35e8;padding:12px 18px}.security-row{display:grid;grid-template-columns:170px 1fr 42px;align-items:center;gap:12px;padding:14px 8px 14px 0;border-bottom:1px solid #f1f1f4}.security-row:last-child{border-bottom:none}.security-row button{margin-left:auto;width:42px;height:42px;padding:0;border-radius:50%;font-size:0;display:flex;align-items:center;justify-content:center}.security-row button::before{content:'✎';font-size:18px;color:#111}.ok{color:#16a34a}.bad{color:#ef4444}

/* ===== ИНФОРМАЦИЯ / МОБИЛЬНЫЙ ===== */
@media(max-width:800px){.info-page{gap:14px;padding-bottom:90px;overflow:hidden}.info-profile-card,.info-card{padding:18px;border-radius:20px;min-width:0}.info-profile-card{display:grid;grid-template-columns:95px 1fr;gap:16px;align-items:start}.info-avatar{width:95px;height:95px;font-size:36px}.avatar-camera{width:30px;height:30px;font-size:12px}.info-profile-head{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:14px;padding-right:52px}.info-profile-head h2{font-size:30px}.profile-lines{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%;margin-top:10px}.profile-lines div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;font-size:13px;padding:0 10px}.profile-lines div:first-child{border-right:1px solid #ececf2}.profile-lines span{font-size:13px;line-height:1.3;color:#6b7280}.profile-lines b{font-size:16px;color:#111827}.edit-profile-btn{position:absolute;top:16px;right:16px;width:42px;height:42px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0;background:#fff;border:1px solid #ececf2;box-shadow:0 2px 8px rgba(0,0,0,.06);margin:0}.edit-profile-btn::before{content:'✎';font-size:18px;color:#111}.info-data-grid{grid-template-columns:1fr;gap:0}.info-row{display:grid;grid-template-columns:130px 1fr;padding:14px 0}.info-row span{white-space:nowrap}.info-row b{text-align:right}.info-two-col{grid-template-columns:1fr;gap:14px}.address-card,.security-card{width:100%}.address-line{align-items:flex-start}.outline-btn{width:100%;align-self:stretch}.security-row{grid-template-columns:150px 1fr 42px;padding:14px 6px 14px 0}.security-row button{width:42px;height:42px;margin-left:auto;margin-right:0}}

/* Редактирование Кабинет */
.profile-modal-box{width:100%;max-width:420px;background:#fff;border-radius:28px;padding:22px;box-shadow:0 20px 60px rgba(0,0,0,.16)}.profile-modal-top{margin-bottom:18px}.profile-form input{height:50px;border-radius:14px}.profile-modal-actions{margin-top:18px}.cancel-btn,.save-btn{height:48px;border-radius:14px}.info-profile-main{flex:1;display:flex;align-items:center}.profile-main-row{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding-top:10px}.profile-login{margin:0;font-size:25px;font-weight:900;line-height:1;color:#111827;letter-spacing:-.04em}.profile-side-info{display:flex;flex-direction:column;gap:6px}.profile-reg-date{font-size:12px;color:#6b7280;white-space:nowrap}.profile-reg-date b{color:#111827;font-weight:800}.client-type{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:800;letter-spacing:.14em;color:#667085;text-transform:uppercase}.client-badge{width:9px;height:9px;border-radius:50%;display:inline-block}.client-badge.bronze{background:#c96a1b;box-shadow:0 0 10px rgba(201,106,27,.28)}.client-badge.silver{background:#9ca3af;box-shadow:0 0 10px rgba(156,163,175,.25)}.client-badge.gold{background:#f59e0b;box-shadow:0 0 10px rgba(245,158,11,.3)}.client-badge.platinum{background:#7c3aed;box-shadow:0 0 10px rgba(124,58,237,.3)}.info-data-grid{display:flex;flex-direction:column}.info-row.editable{display:grid;grid-template-columns:140px 1fr 42px;align-items:center;gap:12px;padding:18px 0;border-bottom:1px solid #f1f1f4}.info-row.editable:last-child{border-bottom:none}.info-row.editable span{display:flex;align-items:center;gap:8px;color:#4b5563}.info-row.editable b{justify-self:end;text-align:right;white-space:nowrap}.info-row.editable button{width:38px;height:38px;border:none;border-radius:50%;background:#f5f5f7;display:flex;align-items:center;justify-content:center;font-size:0;flex:0 0 38px;cursor:pointer}.info-row.editable button::before{content:'✎';font-size:16px;color:#7c3aed}.email-row{grid-template-columns:140px 1fr auto 42px}.email-row em{font-style:normal;font-size:13px;color:#ef4444;white-space:nowrap;padding-right:6px}.email-unverified{color:#ef4444}@media(max-width:800px){.info-profile-main{align-items:flex-start}.profile-main-row{gap:6px!important}.profile-login{font-size:25px}.profile-side-info{gap:4px!important;padding-top:2px!important}.profile-reg-date{font-size:12px}.client-type{font-size:11px}.info-row.editable{grid-template-columns:100px 1fr 38px}.email-row{grid-template-columns:100px 1fr auto 38px}.email-row em{font-size:12px}}
.info-row.editable button{pointer-events:auto!important;position:relative!important;z-index:5!important}
.info-row.editable b{position:relative;z-index:1}
.profile-modal{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:99999;padding:20px}.profile-modal-box{width:100%;max-width:420px;background:#fff;border-radius:28px;padding:22px;box-shadow:0 20px 60px rgba(0,0,0,.16)}.profile-modal-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.profile-modal-top h3{margin:0;font-size:24px}.profile-modal-top button{width:40px;height:40px;border:none;border-radius:50%;background:#f3f4f6;font-size:18px;cursor:pointer}.profile-form{display:flex;flex-direction:column;gap:10px}.profile-form label{font-size:14px;font-weight:700;color:#374151}.profile-form input{height:50px;border:1px solid #e5e7eb;border-radius:14px;padding:0 16px;font-size:15px;outline:none}.profile-form input:focus{border-color:#7c3aed;box-shadow:0 0 0 4px rgba(124,58,237,.1)}.profile-modal-actions{display:flex;gap:12px;margin-top:18px}.cancel-btn,.save-btn{flex:1;height:48px;border:none;border-radius:14px;font-weight:700;cursor:pointer}.cancel-btn{background:#f3f4f6}.save-btn{background:#7c3aed;color:#fff}@media(max-width:800px){.profile-modal{padding:14px;align-items:flex-end}.profile-modal-box{max-width:none;border-radius:24px 24px 0 0;padding:20px}}

.email-col{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.email-col em{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 12px;border-radius:999px;background:#fff1f2;border:1px solid #fecdd3;color:#ef4444;font-style:normal;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:.2s}.email-col em:hover{background:#ffe4e6}
.order-status-num{font-size:32px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;font-feature-settings:"tnum";min-width:2ch;text-align:center;white-space:nowrap}
.info-profile-card{position:relative}.profile-logout-btn{position:absolute;top:18px;right:18px;width:42px;height:42px;border:none;border-radius:14px;background:#f5f5f7;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-logout-btn svg{width:22px;height:22px;stroke:#7c3aed;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* 12. МОБИЛЬНОЕ ВЕРХНЕЕ МЕНЮ */
.mobile-menu{display:none}
/* 13. МОБИЛЬНАЯ ВЕРСИЯ */
@media(max-width:800px){
.cabinet{display:block}
.side{display:none}
.main{padding:20px 14px 74px!important}
.top{align-items:flex-start;gap:12px}
.top h1{font-size:24px}
.back-btn{font-size:12px;padding:10px}
.mobile-menu{display:flex;justify-content:space-around;align-items:center;background:#fff;padding:10px 6px;border:1px solid #eee;border-radius:18px;margin:0 0 18px;position:static;z-index:1}
.mobile-menu{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 6px;border:1px solid #eee;border-radius:18px;margin:0 0 18px;position:static;z-index:1;gap:4px}.mobile-menu button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:none;background:none;color:#7d7d86;font-size:12px;font-weight:500;padding:8px 0;border-radius:18px;transition:background .2s,color .2s;height:64px;flex:1;min-width:0;white-space:nowrap}
.mobile-menu button.active{background:#f5f5f7;color:#111;font-weight:700}
.mobile-menu .micon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:21px!important}
.mobile-menu .micon svg{width:22px;height:22px;stroke:#8e8e98;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s}
.mobile-menu button.active .micon svg{stroke:#ff2d6f}
.status-line{grid-template-columns:repeat(auto-fit,minmax(60px,1fr))!important;padding:8px 2px!important;margin-bottom:26px}
.status-line div{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;padding:8px 0!important;min-height:78px!important}
.status-line div b{font-size:28px!important;line-height:1!important;margin-bottom:6px!important}
.status-line div span{font-size:8px!important;line-height:1.15!important;text-align:center!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;max-width:100%!important}
.filters{grid-template-columns:1fr}
.period{overflow:auto}
.table-head{display:none}
.table-row{display:block;padding:14px;border-bottom:1px solid #eee}
.table-row div{border:0;padding:6px 0}
.addr-card{padding:12px 14px!important;gap:10px!important;border-radius:12px!important}
.addr-main h3{font-size:18px!important;margin:4px 0 2px!important}
.addr-phone{font-size:14px!important;margin:2px 0 6px!important}
.addr-card p{font-size:13px!important;line-height:1.25!important;margin:3px 0!important}
.addr-actions-top{top:10px!important;right:10px!important}
.addr-actions-top button{width:34px!important;height:34px!important;font-size:16px!important;border-radius:10px!important}
.addr-badge{font-size:10px!important;padding:4px 8px!important}
.addr-add-card{padding:18px 12px!important;min-height:160px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
.addr-add-plus{width:42px!important;height:42px!important;font-size:28px!important;margin-bottom:8px!important}
.addr-add-card h3{font-size:16px!important;margin:0!important}
.addr-add-card p{font-size:11px!important;margin-top:4px!important;line-height:1.25!important}
.addr-form{padding:18px}
.addr-zip-row{display:grid;grid-template-columns:1fr 110px}
.fav-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.fav-card{display:flex;flex-direction:column;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #eee;min-height:auto}
.fav-img{height:140px}
.fav-info{padding:10px 10px 12px;position:relative}
.fav-info p{font-size:11px;margin:0 0 6px}
.fav-info h3{font-size:15px;line-height:1.25;margin:0 0 8px;min-height:38px}
.fav-info b{font-size:16px;margin-bottom:10px}
.fav-heart{position:absolute;top:-124px;right:10px;width:34px;height:34px;font-size:18px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.fav-actions{grid-template-columns:1fr}
.fav-actions button:first-child{display:none}
.fav-actions button.cart{padding:10px;font-size:13px;border-radius:10px;background:#fff;color:#7c3aed;border:1px solid #c4b5fd}
.fav-search{height:46px;font-size:14px}
.fav-empty{grid-column:1/-1;width:100%;padding:44px 22px}
.fav-empty h3{font-size:22px;line-height:1.2}
.fav-empty p{font-size:14px;line-height:1.35}
}
