.account-dashboard{min-height:100vh;background:#f8f9fa;position:relative}.account-dashboard .dashboard-container{max-width:1280px;margin:0 auto;padding:3rem 2rem;position:relative;z-index:1}.account-dashboard .welcome-section{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 10px 40px #0000000d;border:1px solid rgba(44,62,80,.08)}.account-dashboard .welcome-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.account-dashboard .welcome-content h1{font-size:2.8rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#2c3e50,#2ca6a4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.account-dashboard .welcome-subtitle{color:#64748b;font-size:1.5rem;margin:0}.account-dashboard .btn-primary{display:inline-flex;align-items:center;gap:.8rem;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#ff6b35,#2ca6a4);color:#fff;border:none;border-radius:10px;text-decoration:none;font-size:1.325rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:transform .2s,box-shadow .2s}.account-dashboard .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #ff6b354d}.account-dashboard .btn-secondary{display:inline-flex;align-items:center;gap:.8rem;padding:1.2rem 2rem;background:#fff;color:#2c3e50;border:2px solid rgba(44,62,80,.15);border-radius:12px;text-decoration:none;font-size:1.6rem;font-weight:500;transition:all .3s ease}.account-dashboard .btn-secondary:hover{background:#f8fafb;border-color:#2ca6a4;transform:translateY(-2px);box-shadow:0 4px 12px #2ca6a426}.account-dashboard .account-actions{display:flex;gap:1.5rem;flex-wrap:wrap}.account-dashboard .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid rgba(44,62,80,.08)}.account-dashboard .stat-card{text-align:center}.account-dashboard .stat-value{font-size:3.2rem;font-weight:700;color:#2c3e50;margin:0;line-height:1}.account-dashboard .stat-label{color:#64748b;font-size:1.3rem;margin-top:.5rem;text-transform:uppercase;letter-spacing:.5px}.account-dashboard .dashboard-grid{display:grid;gap:3rem}.account-dashboard .dashboard-section{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000000d;border:1px solid rgba(44,62,80,.08);overflow:hidden}.account-dashboard .section-header{padding:2.5rem 3rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.account-dashboard .section-title{display:flex;align-items:center;justify-content:space-between;margin:0}.account-dashboard .section-title h2{font-size:2rem;font-weight:600;color:#2c3e50;margin:0;display:flex;align-items:center;gap:1rem}.account-dashboard .badge-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 10px;background:linear-gradient(135deg,#2ca6a4,#2c3e50);color:#fff;border-radius:14px;font-size:1.3rem;font-weight:600}.account-dashboard .section-content{padding:2rem}.account-dashboard .order-list{display:flex;flex-direction:column;gap:2rem}.account-dashboard .order-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:0;overflow:hidden;transition:all .2s ease;border:1px solid #e5e7eb;position:relative}.account-dashboard .order-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.account-dashboard .order-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.account-dashboard .order-number{font-size:1.7rem;font-weight:600;color:#2c3e50;text-decoration:none;margin:0}.account-dashboard .order-date{color:#64748b;font-size:1.5rem;margin-top:.375rem}.account-dashboard .status-badge{display:inline-flex;align-items:center;padding:.5rem 1.2rem;border-radius:8px;font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.account-dashboard .status-draft{background:#e2e8f0;color:#475569}.account-dashboard .status-requested{background:#fef3c7;color:#92400e;border:1px solid #fbbf24;box-shadow:0 1px 3px #fbbf2433}.account-dashboard .status-confirmed{background:#d1fae5;color:#065f46;border:1px solid #34d399;box-shadow:0 1px 3px #34d39933}.account-dashboard .status-shipped{background:#d1fae5;color:#065f46;border:1px solid #34d399}.account-dashboard .status-unshipped{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.account-dashboard .status-paid{background:#dbeafe;color:#1e40af;border:1px solid #60a5fa}.account-dashboard .status-unpaid{background:#fef3c7;color:#92400e;border:1px solid #fbbf24}.account-dashboard .status-cancelled{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.account-dashboard .order-summary{padding:1.5rem 1.75rem;display:flex;flex-direction:column;gap:.625rem;background:#fff}.account-dashboard .summary-item{display:flex;align-items:center;padding:.75rem 1rem;font-size:1.325rem;border-radius:6px;gap:1.25rem;transition:background .15s ease}.account-dashboard .summary-item:hover{background:#f9fafb}.account-dashboard .summary-label{color:#6b7280;font-weight:500;font-size:1.2625rem;min-width:110px}.account-dashboard .summary-value{color:#111827;font-weight:600;font-size:1.2625rem}.account-dashboard .summary-value.price{font-size:1.575rem;color:#f97316;font-weight:600}.account-dashboard .price-container{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem}.account-dashboard .price-disclaimer{font-size:1.075rem;font-weight:400;display:flex;align-items:center;gap:.5rem;line-height:1.2}.account-dashboard .price-disclaimer .shipping-link{color:#06c;text-decoration:none;font-weight:500}.account-dashboard .price-disclaimer .shipping-link:hover{text-decoration:underline}.account-dashboard .price-disclaimer .tax-note{color:#6b7280}.account-dashboard .details-toggle{width:auto;margin:.875rem 1.75rem 1.125rem;padding:.625rem 1.125rem;background:transparent;border:none;color:#6b7280;font-size:1.1375rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:color .15s ease;text-transform:uppercase;letter-spacing:.5px}.account-dashboard .details-toggle:hover,.account-dashboard .details-toggle.expanded{color:#374151}.account-dashboard .toggle-icon{transition:transform .2s ease;width:16px;height:16px}.account-dashboard .details-toggle.expanded .toggle-icon{transform:rotate(180deg)}.account-dashboard .extended-details{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem 0}.account-dashboard .specs-container{display:flex;flex-direction:column;gap:0;max-width:100%;padding:0 1.75rem}.account-dashboard .spec-group{padding:1.5rem 0;background:transparent;border-radius:0;border-bottom:1px solid #e5e7eb}.account-dashboard .spec-group:last-child{border-bottom:none;padding-bottom:0}.account-dashboard .spec-group h4{font-size:1.1375rem;font-weight:600;color:#6b7280;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.75px}.account-dashboard .spec-list{display:flex;flex-direction:column;gap:.5rem}.account-dashboard .spec-row{display:flex;align-items:center;font-size:1.2625rem;padding:.625rem .875rem;gap:1.25rem;min-height:36px;background:#fff;border-radius:4px;margin-bottom:.125rem}.account-dashboard .spec-row:hover{background:#f3f4f6}.account-dashboard .spec-label{color:#6b7280;font-weight:500;font-size:1.2rem;flex:0 0 auto;min-width:130px;max-width:160px}.account-dashboard .spec-value{color:#111827;font-weight:600;display:flex;align-items:center;gap:.5rem;font-size:1.2rem;flex:1}.account-dashboard .color-indicator{display:inline-flex;align-items:center;gap:.5rem}.account-dashboard .color-dot{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.2);display:inline-block}.account-dashboard .draft-actions{display:flex;gap:1rem;margin:.875rem 1.75rem 1.125rem}.account-dashboard .empty-state{text-align:center;padding:4rem 2rem}.account-dashboard .empty-icon{width:80px;height:80px;margin:0 auto 2rem;opacity:.3}.account-dashboard .empty-title{font-size:2rem;font-weight:600;color:#2c3e50;margin:0 0 1rem}.account-dashboard .empty-message{color:#64748b;font-size:1.7rem;margin:0 0 2rem}@media screen and (max-width: 749px){.account-dashboard .dashboard-container{padding:2rem 1rem}.account-dashboard .welcome-section{padding:2rem;border-radius:16px}.account-dashboard .welcome-content h1{font-size:2.2rem}.account-dashboard .stats-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.account-dashboard .welcome-content h1{font-size:1.8rem}.account-dashboard .stats-grid{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}.account-dashboard .animate-spin{animation:spin 1s linear infinite}.account-dashboard .draft-actions{display:flex;gap:1rem;margin:.875rem 1.75rem 1.125rem;align-items:center}.account-dashboard .draft-actions .btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;color:#ef4444;border:2px solid #fee2e2;border-radius:8px;font-size:1.1375rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.account-dashboard .draft-actions .btn-secondary:hover{background:#fee2e2;border-color:#ef4444;transform:translateY(-1px)}.account-dashboard .draft-actions .btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}.account-dashboard .draft-actions .btn-secondary.delete-draft svg{width:14px;height:14px}@media screen and (max-width: 749px){.account-dashboard .draft-actions{flex-direction:column;align-items:stretch}.account-dashboard .draft-actions .btn-secondary{width:100%;justify-content:center}}.account-dashboard .reorder-btn{cursor:pointer}.account-dashboard .order-actions{display:flex;gap:1rem;margin:.875rem 1.75rem 1.125rem}.account-dashboard .addresses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.account-dashboard .address-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 30px #0000000f;border:1px solid rgba(44,62,80,.08);transition:all .3s ease;position:relative}.account-dashboard .address-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.account-dashboard .default-badge{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#ff6b35,#2ca6a4);color:#fff;font-size:1.2rem;font-weight:500;padding:.6rem 1rem;border-radius:20px;position:absolute;top:-10px;right:2rem;box-shadow:0 4px 12px #ff6b354d}.account-dashboard .address-content{margin:1rem 0 2rem}.account-dashboard .address-text{color:#2c3e50;line-height:1.6;font-size:1.5rem}@media screen and (max-width: 768px){.account-dashboard .addresses-grid{grid-template-columns:1fr}.account-dashboard .address-card{padding:2rem}}.account-dashboard .customer-info-grid{display:flex;flex-direction:column;gap:1.5rem}.account-dashboard .info-row{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e5e7eb;transition:all .2s ease}.account-dashboard .info-row:hover{border-color:#2ca6a4;box-shadow:0 2px 8px #2ca6a41a}.account-dashboard .info-display{display:flex;align-items:center;justify-content:space-between;gap:1rem}.account-dashboard .info-label{color:#6b7280;font-weight:500;font-size:1.4rem;min-width:140px}.account-dashboard .info-value-container{display:flex;align-items:center;gap:1rem;flex:1;justify-content:space-between}.account-dashboard .info-value{color:#111827;font-size:1.5rem;font-weight:500}.account-dashboard .edit-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.account-dashboard .edit-btn:hover{background:#f3f4f6;color:#2ca6a4}.account-dashboard .info-edit{display:flex;flex-direction:column;gap:1rem}.account-dashboard .info-input{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1.5rem;color:#111827;transition:all .2s ease}.account-dashboard .info-input:focus{outline:none;border-color:#2ca6a4;box-shadow:0 0 0 3px #2ca6a41a}.account-dashboard .edit-actions{display:flex;gap:.75rem}.account-dashboard .btn-save{flex:1;padding:.875rem 1.5rem;background:linear-gradient(135deg,#2ca6a4,#2c3e50);color:#fff;border:none;border-radius:8px;font-size:1.4rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.account-dashboard .btn-save:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2ca6a44d}.account-dashboard .btn-save:disabled{opacity:.6;cursor:not-allowed;transform:none}.account-dashboard .btn-cancel{flex:1;padding:.875rem 1.5rem;background:#fff;color:#6b7280;border:2px solid #e5e7eb;border-radius:8px;font-size:1.4rem;font-weight:500;cursor:pointer;transition:all .2s ease}.account-dashboard .btn-cancel:hover{background:#f9fafb;border-color:#d1d5db}.account-dashboard .error-message{color:#ef4444;font-size:1.3rem;font-weight:500;padding:.5rem .75rem;background:#fee2e2;border-radius:6px;border:1px solid #fca5a5}.account-dashboard .toggle-row{display:flex;align-items:center;justify-content:space-between}.account-dashboard .toggle-group{display:flex;gap:.5rem;background:#f3f4f6;padding:.375rem;border-radius:10px}.account-dashboard .toggle-option{padding:.75rem 1.5rem;background:transparent;border:none;border-radius:8px;font-size:1.4rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.account-dashboard .toggle-option:hover{background:#fff;color:#2c3e50}.account-dashboard .toggle-option.active{background:#fff;color:#2ca6a4;font-weight:600;box-shadow:0 2px 4px #0000000d}.account-dashboard .toggle-switch{position:relative;display:inline-block;width:52px;height:28px;cursor:pointer}.account-dashboard .toggle-switch input{opacity:0;width:0;height:0}.account-dashboard .toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#d1d5db;border-radius:28px;transition:all .3s ease}.account-dashboard .toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;border-radius:50%;transition:all .3s ease;box-shadow:0 2px 4px #0003}.account-dashboard .toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#2ca6a4,#2c3e50)}.account-dashboard .toggle-switch input:checked+.toggle-slider:before{transform:translate(24px)}.success-toast{position:fixed;bottom:-100px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#059669,#10b981);color:#fff;padding:1.25rem 2.5rem;border-radius:12px;font-size:1.5rem;font-weight:600;box-shadow:0 10px 30px #05966966;z-index:10000;transition:all .3s ease}.success-toast.show{bottom:2rem}.success-toast.error-toast{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 10px 30px #dc262666}.account-dashboard .contact-link{color:#2ca6a4;font-size:1.3rem;text-decoration:none;font-weight:500;transition:color .2s ease}.account-dashboard .contact-link:hover{color:#ff6b35;text-decoration:underline}.account-dashboard .expiration-date{margin-top:.25rem;font-size:1.45rem;display:flex;align-items:center}.account-dashboard .expiration-date svg{opacity:.6}@media screen and (max-width: 749px){.account-dashboard .info-display{flex-direction:column;align-items:flex-start}.account-dashboard .info-value-container{width:100%}.account-dashboard .info-label{min-width:auto;margin-bottom:.5rem}.account-dashboard .toggle-row{flex-direction:column;align-items:flex-start;gap:1rem}.account-dashboard .toggle-group{width:100%;justify-content:space-between}.account-dashboard .toggle-option{flex:1;padding:.75rem 1rem;font-size:1.3rem}.account-dashboard .edit-actions{flex-direction:column}.account-dashboard .btn-save,.account-dashboard .btn-cancel{width:100%}}@media screen and (max-width: 480px){.account-dashboard .customer-info-grid{gap:1rem}.account-dashboard .info-row{padding:1.25rem}.account-dashboard .info-label{font-size:1.3rem}.account-dashboard .info-value{font-size:1.4rem}.account-dashboard .toggle-option{padding:.625rem .75rem;font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/component-modern-customer.css.map */
