.dashboard{color:#1a1a1a;background-color:#faf9f7;min-height:100vh;display:flex}.sidebar{background-color:#fff;border-right:1px solid #ede9e4;flex-direction:column;justify-content:space-between;width:280px;height:100vh;padding:2rem 1.5rem;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-top{flex:1}.logo-container{justify-content:center;align-items:center;min-height:60px;margin-bottom:3rem;display:flex}.logo-container img{object-fit:contain;max-width:170px;height:auto}.logo-image{object-fit:contain;display:block}.logo-fallback{display:none}.menu{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.menu-item{cursor:pointer;letter-spacing:.15em;color:#1a1a1a;text-transform:uppercase;background-color:#0000;border:none;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:13px;font-weight:500;transition:background-color .2s;display:flex}.menu-item:hover,.menu-item.active{background-color:#f5f5f2}.menu-item svg{flex-shrink:0}.menu-item.logout{color:#d32f2f}.membership-card{text-align:center;background-color:#fff;border:1px solid #ede9e4;border-radius:24px;padding:1.5rem}.crown{margin-bottom:1rem;font-size:28px;display:block}.membership-card h3{letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:13px;font-weight:500}.divider{background-color:#d8d5cf;width:30px;height:1px;margin:1rem auto}.membership-card p{color:#7a7a7a;margin-bottom:1.5rem;font-size:13px;line-height:1.6}.benefits-btn{letter-spacing:.15em;cursor:pointer;text-transform:uppercase;background-color:#0000;border:1px solid #1a1a1a;border-radius:20px;width:100%;padding:12px 16px;font-size:13px;font-weight:500;transition:all .2s}.benefits-btn:hover{color:#fff;background-color:#1a1a1a}.main-content{flex:1;padding:2rem 2.5rem;overflow-y:auto}.topbar{justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;display:flex}.welcome{color:#8a8a8a;margin-bottom:.5rem;font-size:14px}.title{letter-spacing:.02em;margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:400;line-height:1.1}.subtitle{color:#8a8a8a;font-size:16px}.topbar-icons{gap:20px;padding-top:8px;display:flex}.icon-btn{cursor:pointer;color:#1a1a1a;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.icon-btn:hover{color:#8a8a8a}.card{background-color:#fff;border:1px solid #ede9e4;border-radius:24px;margin-bottom:1.5rem;padding:2rem}.card-heading{letter-spacing:.2em;text-transform:uppercase;margin-bottom:2rem;font-size:13px;font-weight:500}.card-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.view-all-btn{letter-spacing:.15em;color:#1a1a1a;cursor:pointer;text-transform:uppercase;background:0 0;border:none;font-size:12px;font-weight:500;transition:color .2s}.view-all-btn:hover{color:#8a8a8a}.account-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.account-field{flex-direction:column;display:flex}.account-field label{letter-spacing:.15em;color:#a8a8a8;text-transform:uppercase;margin-bottom:.75rem;font-size:11px;font-weight:500}.account-field h3{font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:400}.account-right{border-left:1px solid #ede9e4;justify-content:space-between;align-items:center;padding-left:2rem;display:flex}.status-badge{color:#fff;letter-spacing:.15em;text-transform:uppercase;background-color:#1a1a1a;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:500}.order-item{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.order-item.with-border{border-bottom:1px solid #ede9e4}.order-left{flex:1;align-items:center;gap:1.5rem;display:flex}.order-image{background-color:#f7f7f5;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.image-placeholder{background:linear-gradient(135deg,#e8e8e8 0%,#d0d0d0 100%);width:100%;height:100%}.order-details h3{margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:400}.order-number{color:#8a8a8a;margin-bottom:.25rem;font-size:14px}.order-date{color:#b8b8b8;font-size:13px}.order-right{flex-direction:column;align-items:flex-end;gap:.75rem;display:flex}.order-price{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400}.badge{letter-spacing:.12em;text-transform:uppercase;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:500}.badge-delivered{color:#5f8057;background-color:#edf5e8}.badge-shipping{color:#af8c22;background-color:#f8efd3}.payment-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.payment-card{border:1px solid #ede9e4;border-radius:16px;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.card-logo{color:#fff;background-color:#1a1a1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:14px;font-weight:600;display:flex}.card-details h3{margin-bottom:.5rem;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400}.card-details p{color:#8a8a8a;font-size:13px}.add-card{cursor:pointer;color:#8a8a8a;border:1px dashed #d8d5cf;border-radius:16px;justify-content:center;align-items:center;min-height:120px;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.add-card:hover{background-color:#fafaf8}.sidebar::-webkit-scrollbar{width:6px}.main-content::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:0 0}.main-content::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#d8d5cf;border-radius:3px}.main-content::-webkit-scrollbar-thumb{background:#d8d5cf;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#c8c5bf}.main-content::-webkit-scrollbar-thumb:hover{background:#c8c5bf}@media (max-width:1200px){.account-grid{gap:2rem}.account-right{padding-left:1.5rem}.payment-grid{grid-template-columns:1fr}}@media (max-width:768px){.dashboard{flex-direction:column}.sidebar{width:100%;height:auto;position:sticky;top:0}.main-content{padding:1.5rem}.title{font-size:32px}.account-grid{grid-template-columns:1fr;gap:1.5rem}.account-right{border-top:1px solid #ede9e4;border-left:none;flex-direction:column;align-items:flex-start;padding-top:1.5rem;padding-left:0}.topbar{flex-direction:column;gap:1.5rem}.topbar-icons{justify-content:flex-start;width:100%}.order-left{flex-direction:column;align-items:flex-start;gap:1rem}.order-item{flex-direction:column;align-items:flex-start}.order-right{align-items:flex-start;width:100%}}.form-group-settings{flex-direction:column;gap:6px;display:flex}.form-group-settings label{letter-spacing:.1em;color:#888;text-transform:uppercase;font-size:12px;font-weight:500}
