.auth-page{min-height:100vh;flex-direction:column;justify-content:flex-start;padding:calc(56px + 3rem) 1rem 3rem;background:var(--bg)}.auth-logo,.auth-page{display:flex;align-items:center}.auth-logo{gap:.6rem;text-decoration:none;margin-bottom:2.2rem}.auth-logo span{font-family:var(--font-display);font-size:1.4rem;font-weight:700;letter-spacing:.08em;color:var(--text-main)}.auth-card{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--border-c);border-radius:18px;overflow:hidden;box-shadow:0 6px 40px var(--shadow-c)}.auth-tabs{display:flex;border-bottom:1px solid var(--border-c)}.auth-tab{flex:1 1;padding:1rem 1.2rem;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color .2s,background .2s,box-shadow .2s}.auth-tab:hover{color:var(--text-main);background:var(--bg3)}.auth-tab.active{color:var(--terracotta);background:var(--bg3);box-shadow:inset 0 -2px 0 var(--terracotta)}.auth-form{padding:2rem;display:flex;flex-direction:column;gap:1.15rem}.auth-form h2{font-family:var(--font-display);font-size:1.55rem;font-weight:600;color:var(--text-main);margin:0 0 .2rem}.auth-form label{display:flex;flex-direction:column;gap:.38rem}.auth-form label span{font-size:.76rem;font-weight:600;color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em}.auth-form input{width:100%;box-sizing:border-box;padding:.72rem 1rem;border:1px solid var(--border-c);border-radius:8px;background:var(--bg2);color:var(--text-main);font-family:var(--font-body);font-size:.95rem;transition:border-color .2s,box-shadow .2s;outline:none}.auth-form input:focus{border-color:var(--terracotta);box-shadow:0 0 0 3px rgba(109,7,0,.12)}.auth-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.auth-btn{padding:.88rem 1.5rem;background:var(--terracotta);color:#fff;border:none;border-radius:9px;font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .12s;text-align:center;text-decoration:none;display:block}.auth-btn:hover:not(:disabled){background:var(--terracotta-h);transform:translateY(-1px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-error{padding:.72rem 1rem;background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.22);border-radius:8px;font-size:.875rem;color:#dc2626}.auth-checkbox{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:.65rem;cursor:pointer;padding:.7rem .9rem;background:rgba(109,7,0,.04);border:1px solid rgba(109,7,0,.15);border-radius:9px;transition:background .2s,border-color .2s}.auth-checkbox:hover{background:rgba(109,7,0,.07);border-color:rgba(109,7,0,.28)}.auth-checkbox input[type=checkbox]{width:17px!important;height:17px!important;min-width:17px;padding:0!important;margin-top:1px;accent-color:var(--terracotta);cursor:pointer;border-radius:4px}.auth-checkbox span{font-size:.84rem!important;font-weight:500!important;color:var(--text-sub)!important;text-transform:none!important;letter-spacing:0!important;line-height:1.45}.auth-back{text-align:center;font-size:.84rem;color:var(--text-muted);text-decoration:none;transition:color .2s}.auth-back:hover{color:var(--text-sub)}.profile-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.profile-spinner{width:38px;height:38px;border:3px solid var(--border-c);border-top-color:var(--terracotta);border-radius:50%;animation:as-spin .7s linear infinite}@keyframes as-spin{to{transform:rotate(1turn)}}.profile-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;justify-content:space-between;padding:.85rem 1.6rem;background:var(--nav-bg-scroll);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-c)}.profile-nav,.profile-user{display:flex;align-items:center}.profile-user{gap:.9rem}.profile-avatar{width:34px;height:34px;background:var(--terracotta);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex-shrink:0}.profile-name{font-size:.9rem;font-weight:500;color:var(--text-main)}.profile-logout{padding:.42rem .95rem;background:none;border:1px solid var(--border-c);border-radius:7px;font-family:var(--font-body);font-size:.8rem;color:var(--text-sub);cursor:pointer;transition:background .2s,border-color .2s,color .2s}.profile-logout:hover{background:var(--bg3);border-color:var(--terracotta);color:var(--terracotta)}.profile-page{min-height:100vh;background:var(--bg);padding-top:56px}.profile-body{min-height:calc(100vh - 56px);align-items:center}.profile-body,.profile-sidebar{display:flex;flex-direction:column}.profile-sidebar{width:220px;flex-shrink:0;padding:1.5rem .9rem;background:var(--bg2);border-right:1px solid var(--border-c);gap:.25rem;display:none}.profile-top-tabs{display:flex;gap:.5rem;align-items:center;padding:.85rem 2.5rem;border-bottom:1px solid var(--border-c);flex-wrap:wrap;background:var(--bg);width:100%;max-width:960px}.profile-top-tab{padding:.6rem .9rem;border-radius:9px;background:none;border:none;font-weight:600;color:var(--text-sub);cursor:pointer}.profile-top-tab.active{background:rgba(109,7,0,.08);color:var(--terracotta)}.profile-top-link{margin-left:auto;color:var(--text-muted);text-decoration:none;font-size:.92rem}.profile-menu-item{display:flex;align-items:center;gap:.72rem;padding:.72rem .9rem;border-radius:9px;background:none;border:none;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--text-sub);cursor:pointer;text-decoration:none;transition:background .2s,color .2s;text-align:left;width:100%;line-height:1.3}.profile-menu-item:hover{background:var(--bg3);color:var(--text-main)}.profile-menu-item.active{background:rgba(109,7,0,.1);color:var(--terracotta)}.profile-menu-shop{margin-top:auto;color:var(--text-muted);font-size:.82rem}.profile-badge{margin-left:auto;background:var(--terracotta);color:#fff;font-size:.68rem;font-weight:700;padding:1px 7px;border-radius:10px;line-height:17px;flex-shrink:0}.profile-main{flex:1 1;padding:2rem 2.5rem;max-width:960px;width:100%;margin:0 auto}.profile-title{font-family:var(--font-display);font-size:1.85rem;font-weight:600;color:var(--text-main);margin:0 0 1.5rem}.profile-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:1.1rem}.profile-empty p{font-size:.95rem;margin:0}.profile-empty .auth-btn{width:-moz-fit-content;width:fit-content}.profile-toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%);background:var(--forest);color:#fff;padding:.75rem 1.6rem;border-radius:10px;font-size:.9rem;z-index:2000;white-space:nowrap;animation:as-fadeup .25s ease;pointer-events:none}@keyframes as-fadeup{0%{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.orders-list{display:flex;flex-direction:column;gap:1rem}.order-card{background:var(--surface);border:1px solid var(--border-c);border-radius:13px;padding:1.2rem 1.4rem;transition:box-shadow .2s}.order-card:hover{box-shadow:0 4px 24px var(--shadow-c)}.order-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem}.order-id{font-weight:700;font-size:.95rem;color:var(--text-main);display:block}.order-date{font-size:.8rem;color:var(--text-muted);display:block;margin-top:.15rem}.order-status{display:inline-flex;align-items:center;padding:.3rem .85rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.03em;white-space:nowrap;flex-shrink:0}.order-items-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.8rem}.order-item-name{font-size:.82rem;background:var(--bg3);padding:.22rem .65rem;border-radius:6px;color:var(--text-sub)}.order-footer{text-align:right;display:flex;justify-content:flex-end;align-items:center;gap:.9rem}.order-total{font-weight:700;font-size:1rem;color:var(--terracotta)}.btn-cancel-order{background:transparent;border:1px solid rgba(220,38,38,.45);color:#dc2626;padding:.35rem .8rem;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.btn-cancel-order:hover{background:#dc2626;color:#fff}.status-pending{background:rgba(245,158,11,.12);color:#d97706}.status-paid{background:rgba(59,130,246,.12);color:#2563eb}.status-preparing{background:rgba(168,85,247,.12);color:#9333ea}.status-transit{background:rgba(14,165,233,.12);color:#0284c7}.status-delivered{background:rgba(34,197,94,.12);color:#16a34a}.status-cancelled{background:rgba(239,68,68,.12);color:#dc2626}.status-refunded{background:hsla(220,9%,46%,.12);color:#6b7280}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:1rem;gap:1rem}.wishlist-card{background:var(--surface);border:1px solid var(--border-c);border-radius:13px;padding:1.1rem;display:flex;flex-direction:column;gap:.8rem;transition:box-shadow .2s}.wishlist-card:hover{box-shadow:0 4px 24px var(--shadow-c)}.wishlist-img{background:var(--img-bg);border-radius:9px;height:78px;display:flex;align-items:center;justify-content:center;overflow:hidden}.wishlist-img img{width:100%;height:100%;object-fit:cover}.wishlist-info{flex:1 1}.wishlist-name{display:block;font-size:.9rem;font-weight:600;color:var(--text-main);margin-bottom:.3rem;line-height:1.3}.wishlist-price{font-size:.85rem;color:var(--terracotta);font-weight:600}.wishlist-actions{display:flex;gap:.5rem}.wishlist-view-btn{flex:1 1;padding:.5rem .6rem;background:var(--terracotta);color:#fff;border-radius:7px;font-size:.8rem;font-weight:600;text-align:center;text-decoration:none;transition:background .2s}.wishlist-view-btn:hover{background:var(--terracotta-h)}.wishlist-add-btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .6rem;background:#fff;color:var(--terracotta);border:1px solid var(--terracotta);border-radius:7px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.wishlist-add-btn:hover{background:var(--terracotta);color:#fff}.wishlist-remove-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--border-c);border-radius:7px;cursor:pointer;color:var(--text-muted);flex-shrink:0;transition:background .2s,color .2s,border-color .2s}.wishlist-remove-btn:hover{background:rgba(239,68,68,.08);border-color:#dc2626;color:#dc2626}.info-form{gap:1.6rem;max-width:620px}.info-form,.info-section{display:flex;flex-direction:column}.info-section{background:var(--surface);border:1px solid var(--border-c);border-radius:13px;padding:1.5rem;gap:1rem}.info-section-title{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--text-main);margin:0 0 .1rem}.info-form label{display:flex;flex-direction:column;gap:.38rem}.info-form label span{font-size:.76rem;font-weight:600;color:var(--text-sub);text-transform:uppercase;letter-spacing:.05em}.info-form input{width:100%;box-sizing:border-box;padding:.72rem 1rem;border:1px solid var(--border-c);border-radius:8px;background:var(--bg2);color:var(--text-main);font-family:var(--font-body);font-size:.95rem;transition:border-color .2s,box-shadow .2s;outline:none}.info-form input:focus{border-color:var(--terracotta);box-shadow:0 0 0 3px rgba(109,7,0,.12)}@media (max-width:768px){.profile-body{flex-direction:column}.profile-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;padding:.5rem .6rem;border-right:none;border-bottom:1px solid var(--border-c);gap:.3rem}.profile-menu-item{flex:1 1;min-width:90px;max-width:calc(50% - .3rem);justify-content:center;gap:.35rem;font-size:.78rem;padding:.55rem .5rem;text-align:center}.profile-menu-item svg{display:none}.profile-menu-shop{width:100%;max-width:100%;flex:unset}.profile-main{padding:1.4rem 1rem}.auth-row{grid-template-columns:1fr}.profile-name{display:none}.profile-main{max-width:100%}}@media (max-width:480px){.auth-card{border-radius:0;border-left:none;border-right:none}.auth-form{padding:1.5rem 1.2rem}.auth-page{justify-content:center;padding:56px 1rem 2rem;min-height:100vh}}