body.account-body{color:var(--color-text-dark);font-family:var(--font-body);background-color:#f9f9fc;margin:0;padding-top:100px}.account-container{max-width:1200px;margin:0 auto;padding:2rem}.account-header{margin-bottom:2rem}.account-header h1{font-family:var(--font-display);margin:0 0 .5rem;font-size:2.5rem}.account-header p{color:#666;margin:0}.dashboard{grid-template-columns:280px 1fr;align-items:start;gap:2rem;display:grid}.sidebar{background:#fff;border-radius:16px;padding:1rem 0;box-shadow:0 4px 20px #00000008}.drawer-header{display:none}.nav-tabs{margin:0;padding:0;list-style:none}.tab-item{cursor:pointer;color:#555;border-left:3px solid #0000;align-items:center;padding:1rem 1.5rem;font-weight:500;transition:all .2s;display:flex}.tab-item svg{opacity:.7;width:20px;height:20px;margin-right:12px}.tab-item:hover{color:#111;background:#f4f6fa}.tab-item.active{color:var(--color-primary);border-left-color:var(--color-primary);background:#f4f6fa}.tab-item.active svg{opacity:1}.tab-item.logout{color:#e53e3e;margin-top:1rem}.tab-item.logout:hover{background:#fff5f5}.content-area{background:#fff;border-radius:16px;min-height:500px;padding:2.5rem;box-shadow:0 4px 20px #00000008}.tab-pane{animation:.4s fadeIn;display:none}.tab-pane.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-pane h2{font-family:var(--font-display);border-bottom:1px solid #eee;margin-top:0;margin-bottom:1.5rem;padding-bottom:1rem}.pane-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.pane-header h2{border-bottom:none;margin-bottom:0;padding-bottom:0}.account-form{max-width:600px}.form-group{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group label{color:#333;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input[type=text],.form-group input[type=email],.form-group input[type=tel],.form-group input[type=number],.form-group input[type=password],.form-group select,.form-group textarea{width:100%;font-family:var(--font-body);box-sizing:border-box;border:1px solid #ddd;border-radius:8px;padding:.8rem 1rem;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #27ae601a}.checkbox-group{align-items:center;display:flex}.checkbox-group input{width:18px;height:18px;margin-right:.5rem}.password-input-wrap{align-items:center;width:100%;display:flex;position:relative}.password-input-wrap input{padding-right:2.75rem!important}.toggle-pass-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:.75rem}.toggle-pass-btn:hover{color:#334155}.btn-primary{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:#219653}.btn-secondary{color:#111;cursor:pointer;background:#f0f2f5;border:none;border-radius:8px;padding:.6rem 1rem;font-weight:600;transition:background .2s}.btn-secondary:hover{background:#e4e6eb}.btn-outline{color:#333;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .2s}.btn-outline:hover{background:#f9f9f9}.btn-outline.danger{color:#e53e3e;border-color:#feb2b2}.btn-outline.danger:hover{background:#fff5f5}.address-grid,.wishlist-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.card-box{border:1px solid #eee;border-radius:12px;padding:1.5rem;transition:box-shadow .2s;position:relative}.card-box:hover{box-shadow:0 4px 15px #0000000d}.card-box.default{border-color:var(--color-primary);background:#fafffc}.card-badge{background:var(--color-primary);color:#fff;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.card-box h3{margin-top:0;margin-bottom:.5rem;font-size:1.1rem}.card-box p{color:#666;margin:0 0 .2rem;font-size:.95rem}.card-actions{gap:.5rem;margin-top:1rem;display:flex}.hidden-panel{background:#f9f9fc;border:1px solid #eee;border-radius:12px;padding:2rem;display:none}.order-card{border:1px solid #eee;border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.order-header{background:#f9f9fc;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.order-meta{gap:2rem;display:flex}.meta-block p{color:#666;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:600}.meta-block span{color:#111;font-size:1rem;font-weight:700}.status-pill{text-transform:capitalize;border-radius:9999px;margin-top:4px;padding:.35rem .85rem;font-size:.8rem;font-weight:700;display:inline-block}.status-pending{color:#92400e;background:#fef3c7}.status-confirmed{color:#0369a1;background:#e0f2fe}.status-processing{color:#4338ca;background:#e0e7ff}.status-shipped{color:#86198f;background:#fae8ff}.status-delivered{color:#15803d;background:#dcfce7}.status-cancelled{color:#b91c1c;background:#fee2e2}.tracking-stepper{background:#fdfdfd;border-bottom:1px solid #f1f5f9;padding:1.5rem 2rem}.stepper-progress{justify-content:space-between;max-width:700px;margin:0 auto;display:flex;position:relative}.stepper-line{z-index:1;background:#e2e8f0;height:3px;position:absolute;top:15px;left:30px;right:30px}.stepper-line-fill{background:#10b981;height:100%;transition:width .4s}.stepper-step{z-index:2;text-align:center;flex:1;position:relative}.step-circle{color:#94a3b8;background:#fff;border:3px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;margin:0 auto 8px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.stepper-step.completed .step-circle{color:#fff;background:#10b981;border-color:#10b981}.stepper-step.active .step-circle{color:#10b981;background:#fff;border-color:#10b981;box-shadow:0 0 0 4px #10b98133}.step-label{color:#64748b;font-size:.82rem;font-weight:500}.stepper-step.completed .step-label,.stepper-step.active .step-label{color:#0f172a;font-weight:700}@media (width<=600px){.tracking-stepper{padding:1rem}.step-label{font-size:.72rem}.step-circle{width:26px;height:26px;font-size:.75rem}.stepper-line{top:12px}}.order-body{padding:1.5rem}.order-items-list{flex-direction:column;gap:1rem;display:flex}.order-item-row{align-items:center;gap:1rem;display:flex}.order-item-img{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:56px;height:56px;padding:4px}.subscription-card,.payment-card{border:1px solid #eee;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1.5rem;display:flex}.sub-header h3{margin:0 0 .5rem}.card-icon{background:#f4f6fa;border-radius:12px;padding:1rem;font-size:2rem}.toggle-list{max-width:600px}.toggle-item{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.toggle-text h4{margin:0 0 .2rem}.toggle-text p{color:#666;margin:0;font-size:.9rem}.switch{width:50px;height:28px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#ccc;border-radius:34px;transition:all .4s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px}input:checked+.slider{background-color:var(--color-primary)}input:checked+.slider:before{transform:translate(22px)}.support-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.support-card{text-align:center;background:#f9f9fc;border:1px solid #eee;border-radius:12px;padding:2rem}.ticket-card{border:1px solid #eee;border-radius:12px;margin-bottom:1rem;padding:1.5rem}.ticket-header{justify-content:space-between;margin-bottom:.5rem;display:flex}.ticket-id{color:var(--color-primary);font-weight:700}.ticket-status{border-radius:4px;padding:.2rem .5rem;font-size:.8rem;font-weight:600}.ticket-status.resolved{color:#065f46;background:#d1fae5}@media (width<=768px){.dashboard{display:block}.content-area{width:100%}.sidebar{z-index:1000;border-radius:0;width:280px;height:100vh;padding:1rem 0;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.sidebar.drawer-open{transform:translate(0)}.sidebar-overlay{z-index:999;opacity:0;background:#00000073;transition:opacity .3s;display:none;position:fixed;inset:0}.sidebar-overlay.active{opacity:1;display:block}.drawer-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:1rem 1.5rem .5rem;display:flex}.drawer-header h3{color:#1a3c1a;margin:0;font-family:Outfit,sans-serif;font-size:1.1rem}.drawer-close-btn{cursor:pointer;color:#555;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1}.nav-tabs{display:block}.tab-item{border-bottom:none;border-left:3px solid #0000;padding:.9rem 1.5rem}.tab-item.active{border-left-color:var(--color-primary);border-bottom-color:#0000}.order-meta{flex-direction:column;gap:.5rem}.order-body{flex-direction:column;align-items:flex-start;gap:1rem}}
