.dashboard-container{background:linear-gradient(135deg,#f9f7f3 0%,#f0e4d9 100%);min-height:100vh;padding:2.5rem 1rem 6rem;position:relative;overflow-x:hidden}.dashboard-container:before{content:"";pointer-events:none;opacity:.5;background:radial-gradient(circle at 20% 20%,#8b451308,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-card{background:#fff;border:1px solid #8b451314;border-radius:18px;width:100%;max-width:1200px;position:relative;overflow:hidden;box-shadow:0 12px 28px #8b451326}.dashboard-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 10%,#8b45130f,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-header{z-index:10;background:linear-gradient(135deg,#f9f7f3 0%,#f0e4d9 100%);border-bottom:1px solid #8b451314;padding:2rem 2.5rem;position:sticky;top:0}.dashboard-back-button{color:#fff;cursor:pointer;touch-action:manipulation;background:linear-gradient(135deg,#8b4513 0%,sienna 100%);border:none;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1.5rem;font-family:sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.dashboard-back-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.dashboard-back-button:hover:before{left:100%}.dashboard-back-button:hover{background:linear-gradient(135deg,sienna 0%,#8b4513 100%);transform:translateY(-3px);box-shadow:0 4px 12px #8b451333}.dashboard-back-button i{font-size:1rem;transition:transform .3s}.dashboard-back-button:hover i{transform:translate(-3px)}.dashboard-title{color:#8b4513;letter-spacing:.02em;text-shadow:0 2px 4px #8b45131a;text-align:center;font-family:serif;font-size:2rem;font-weight:700;position:relative}.dashboard-title:after{content:"";background:linear-gradient(90deg,#8b4513,sienna);width:60%;height:3px;animation:1s ease-out forwards underline;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}@keyframes underline{0%{width:0}to{width:60%}}.dashboard-subtitle{color:#64748b;text-align:center;opacity:.9;margin-top:.5rem;font-family:sans-serif;font-size:1rem}.dashboard-content{gap:2rem;padding:2rem;display:flex}.dashboard-sidebar{background:#8b451308;border-radius:12px;flex:0 0 300px;align-self:flex-start;padding:1.5rem;position:sticky;top:2rem}.user-info{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#8b4513 0%,sienna 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;display:flex}.user-info h3{color:#475569;font-family:sans-serif;font-size:1.4rem;font-weight:600}.user-info p{color:#64748b;font-family:sans-serif;font-size:1rem}.dashboard-nav{flex-direction:column;gap:.75rem;display:flex}.nav-item{color:#475569;cursor:pointer;touch-action:manipulation;background:0 0;border:none;border-radius:8px;align-items:center;gap:1rem;min-height:48px;padding:.75rem 1rem;font-family:sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.nav-item i{font-size:1.2rem}.nav-item.active{color:#fff;background:linear-gradient(135deg,#8b4513 0%,sienna 100%)}.nav-item:hover:not(.active){color:#8b4513;background:#8b45131a}.nav-item.logout{color:#ef4444}.nav-item.logout:hover{color:#dc2626;background:#ef44441a}.dashboard-main{flex-direction:column;flex:1;gap:2rem;display:flex}.overview-content,.orders-content,.profile-content,.wishlist-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #8b451314}.overview-content h3,.orders-content h3,.profile-content h3,.wishlist-content h3{color:#8b4513;margin-bottom:1.5rem;font-family:sans-serif;font-size:1.6rem;font-weight:600}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background:#8b451308;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #8b451314}.stat-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #8b451326}.stat-icon{color:#fff;background:linear-gradient(135deg,#8b4513 0%,sienna 100%);border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.stat-info h3{color:#475569;font-family:sans-serif;font-size:1.4rem;font-weight:700}.stat-info p{color:#64748b;font-family:sans-serif;font-size:1rem}.orders-list,.orders-items-section{-webkit-overflow-scrolling:touch;max-height:70vh;padding-right:.75rem;overflow-y:auto}.orders-items-section::-webkit-scrollbar{width:8px}.orders-list::-webkit-scrollbar{width:8px}.orders-items-section::-webkit-scrollbar-track{background:0 0}.orders-list::-webkit-scrollbar-track{background:0 0}.orders-items-section::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.orders-list::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.orders-items-section::-webkit-scrollbar-thumb:hover{background:sienna}.orders-list::-webkit-scrollbar-thumb:hover{background:sienna}.orders-items-wrapper{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.orders-item{background:#8b451308;border-radius:12px;flex-direction:column;gap:1.5rem;width:100%;max-width:900px;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #8b451314}.orders-item-image{border-radius:10px;flex-shrink:0;width:120px;height:120px;position:relative;overflow:hidden}.orders-item-image img{transition:transform .3s}.orders-item-image img:hover{transform:scale(1.1)}.orders-item-details{flex-direction:column;flex:1;gap:.75rem;display:flex}.orders-item-name{color:#475569;font-family:sans-serif;font-size:1.4rem;font-weight:600}.orders-item-price{color:#64748b;font-size:1.1rem}.orders-footer{border-top:1px solid #8b451314;padding:1rem 0}.orders-total{color:#8b4513;font-family:sans-serif;font-size:1.4rem;font-weight:700}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.action-card{text-align:center;color:#475569;background:#8b451308;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;min-height:48px;padding:1.5rem;font-family:sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #8b451314}.action-card:hover{background:#8b45131a;transform:translateY(-3px);box-shadow:0 6px 16px #8b451326}.action-card i{color:#8b4513;font-size:1.5rem}.profile-form{flex-direction:column;gap:2rem;display:flex}.form-section{flex-direction:column;gap:1.5rem;display:flex}.form-section h4{color:#8b4513;font-family:sans-serif;font-size:1.2rem;font-weight:600}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#475569;font-family:sans-serif;font-size:1rem;font-weight:600}.dashboard-input,.dashboard-input-readonly{color:#475569;background:#fff;border-radius:8px;min-height:48px;padding:.85rem;font-family:sans-serif;font-size:1rem}.dashboard-input{border:1px solid #8b451333;transition:border-color .3s}.dashboard-input:focus{border-color:#8b4513;outline:none;box-shadow:0 0 0 3px #8b45131a}.dashboard-input-readonly{background:0 0;border:none}.form-actions{gap:1rem;display:flex}.dashboard-button{text-align:center;text-transform:uppercase;letter-spacing:.05em;touch-action:manipulation;border-radius:12px;min-height:48px;padding:1rem;font-family:sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.dashboard-button-primary{color:#fff;background:linear-gradient(135deg,#8b4513 0%,sienna 100%)}.dashboard-button-primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.dashboard-button-primary:hover:before{left:100%}.dashboard-button-primary:hover{background:linear-gradient(135deg,sienna 0%,#8b4513 100%);transform:translateY(-3px);box-shadow:0 8px 20px #8b45134d}.dashboard-button-secondary{color:#8b4513;background:#fff;border:2px solid #8b4513}.dashboard-button-secondary:hover{color:sienna;background:#8b451326;transform:translateY(-3px);box-shadow:0 4px 12px #8b451333}.wishlist-items{flex-direction:column;gap:1.5rem;display:flex}.wishlist-item{background:#8b451308;border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #8b451314}.wishlist-item:hover{transform:translateY(-3px);box-shadow:0 6px 16px #8b451326}.wishlist-item-name{color:#475569;font-family:sans-serif;font-size:1.4rem;font-weight:600}.dashboard-remove-button{color:#ef4444;cursor:pointer;touch-action:manipulation;background:#fff;border:2px solid #ef4444;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.2rem;transition:all .3s;display:flex}.dashboard-remove-button:hover{color:#dc2626;background:#ef44441a;border-color:#dc2626}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;display:flex}.text-cart-muted{color:#64748b}.toast{z-index:1000;background:#fff;border-radius:12px;min-width:280px;max-width:90%;padding:1rem;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 10px 24px #8b451340}.toast-success{border:2px solid #8b4513}.toast-error{border:2px solid #ef4444}.toast-content{color:#475569;align-items:center;gap:1rem;font-size:1rem;display:flex}.toast-icon{font-size:1.4rem}.toast-icon.fa-check-circle{color:#8b4513}.toast-icon.fa-exclamation-circle{color:#ef4444}.toast-message{font-weight:600}.toast-progress{background:linear-gradient(90deg,#8b4513,sienna);border-radius:5px;height:5px;animation:3s linear forwards progress}.toast-error .toast-progress{background:linear-gradient(90deg,#ef4444,#dc2626)}@keyframes progress{0%{width:100%}to{width:0}}@media (min-width:992px){.dashboard-content{justify-content:center;align-items:flex-start;padding:3rem;display:flex}.overview-content,.orders-content,.profile-content,.wishlist-content{-webkit-overflow-scrolling:touch;max-height:65vh;overflow-y:auto}.overview-content::-webkit-scrollbar{width:8px}.orders-content::-webkit-scrollbar{width:8px}.profile-content::-webkit-scrollbar{width:8px}.wishlist-content::-webkit-scrollbar{width:8px}.overview-content::-webkit-scrollbar-track{background:0 0}.orders-content::-webkit-scrollbar-track{background:0 0}.profile-content::-webkit-scrollbar-track{background:0 0}.wishlist-content::-webkit-scrollbar-track{background:0 0}.overview-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.orders-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.profile-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.wishlist-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.overview-content::-webkit-scrollbar-thumb:hover{background:sienna}.orders-content::-webkit-scrollbar-thumb:hover{background:sienna}.profile-content::-webkit-scrollbar-thumb:hover{background:sienna}.wishlist-content::-webkit-scrollbar-thumb:hover{background:sienna}.orders-items-wrapper,.wishlist-items{align-items:center}.orders-item,.wishlist-item{max-width:900px}.empty-state{font-size:1.25rem}.empty-state i{font-size:4.5rem}}@media (max-width:991px){.dashboard-container{padding:2rem .75rem 5rem}.dashboard-header{padding:1.5rem}.dashboard-title{font-size:1.75rem}.dashboard-content{flex-direction:column;padding:1.5rem}.dashboard-sidebar{flex:none;width:100%;position:static}.overview-content,.orders-content,.profile-content{-webkit-overflow-scrolling:touch;max-height:70vh;padding:1.5rem;overflow-y:auto}.wishlist-content{max-height:70vh;padding:1.5rem}.overview-content::-webkit-scrollbar{width:8px}.orders-content::-webkit-scrollbar{width:8px}.profile-content::-webkit-scrollbar{width:8px}.overview-content::-webkit-scrollbar-track{background:0 0}.orders-content::-webkit-scrollbar-track{background:0 0}.profile-content::-webkit-scrollbar-track{background:0 0}.overview-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.orders-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.profile-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.overview-content::-webkit-scrollbar-thumb:hover{background:sienna}.orders-content::-webkit-scrollbar-thumb:hover{background:sienna}.profile-content::-webkit-scrollbar-thumb:hover{background:sienna}.orders-item,.wishlist-item{padding:1rem}.orders-item-image{width:64px;height:64px}.orders-item-name{font-size:1rem}.orders-item-price{font-size:.85rem}.orders-total{font-size:1.3rem}}@media (max-width:576px){.dashboard-container{padding:1.5rem .5rem 4rem}.dashboard-header{padding:1rem}.dashboard-back-button{justify-content:center;width:100%;min-height:48px;padding:.85rem 1.25rem;font-size:.95rem}.dashboard-back-button i{font-size:.95rem}.dashboard-title{font-size:1.5rem}.dashboard-subtitle{font-size:.9rem}.dashboard-content{padding:1rem}.overview-content,.orders-content,.profile-content{-webkit-overflow-scrolling:touch;max-height:65vh;padding:1rem;overflow-y:auto}.wishlist-content{max-height:65vh;padding:1rem}.overview-content::-webkit-scrollbar{width:8px}.orders-content::-webkit-scrollbar{width:8px}.profile-content::-webkit-scrollbar{width:8px}.overview-content::-webkit-scrollbar-track{background:0 0}.orders-content::-webkit-scrollbar-track{background:0 0}.profile-content::-webkit-scrollbar-track{background:0 0}.overview-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.orders-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.profile-content::-webkit-scrollbar-thumb{background:#8b4513;border-radius:4px}.overview-content::-webkit-scrollbar-thumb:hover{background:sienna}.orders-content::-webkit-scrollbar-thumb:hover{background:sienna}.profile-content::-webkit-scrollbar-thumb:hover{background:sienna}.orders-item,.wishlist-item{gap:.75rem;padding:.75rem}.orders-item-image{width:48px;height:48px}.orders-item-name{font-size:.9rem}.orders-item-price{font-size:.8rem}.dashboard-remove-button{width:2.5rem;height:2.5rem;min-height:48px;font-size:1rem}.dashboard-button{min-height:48px;padding:.85rem;font-size:.95rem}.orders-total{font-size:1.2rem}.stats-grid,.actions-grid,.form-row{grid-template-columns:1fr}.toast{min-width:240px;padding:.5rem;bottom:2rem;right:1rem}.toast-content{gap:.75rem;font-size:.85rem}.toast-icon{font-size:1.2rem}}.loader-fullscreen{z-index:1000;background:linear-gradient(135deg,#f9f7f3 0%,#f0e4d9 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loader-logo{width:300px;height:auto;animation:1.5s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:991px){.loader-logo{width:200px}}@media (max-width:576px){.loader-logo{width:150px}}
