.account-container{display:flex;min-height:100vh;background-color:#f8f9fa}.account-sidebar{width:280px;background:#fff;border-right:1px solid #E5E5E5;position:sticky;top:0;height:100vh;overflow-y:auto}.account-main{flex:1;padding:32px;max-width:1200px;margin:0 auto}.user-profile{padding:24px;border-bottom:1px solid #E5E5E5;text-align:center}.user-avatar{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#007bff,#0056b3);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff;font-size:24px;font-weight:600}.user-name{font-size:18px;font-weight:600;margin-bottom:4px;color:#000}.user-email{font-size:14px;color:#666}.account-nav{padding:16px 0}.nav-item{display:flex;align-items:center;padding:16px 24px;color:#000;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent}.nav-item:hover{background-color:#f1f3f5;text-decoration:none;color:#000}.nav-item.active{background-color:#f8f9fa;border-left-color:#007bff;color:#007bff}.nav-item i{margin-right:12px;font-size:18px;width:24px}.account-nav .nav-logout{border-top:1px solid #E5E5E5;margin-top:16px;color:#dc3545}.account-nav .nav-logout:hover{background-color:#f8d7da;color:#dc3545}.page-header{margin-bottom:32px}.page-title{font-size:32px;font-weight:700;margin-bottom:8px;color:#000}.page-subtitle{font-size:16px;color:#666}.card{background:#fff;border-radius:8px;border:1px solid #E5E5E5;padding:24px;margin-bottom:24px;box-shadow:0 2px 4px #0000001a}.card-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#000}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:8px;font-weight:500;color:#000}.form-control{width:100%;height:48px;border:1px solid #E5E5E5;border-radius:4px;padding:12px 16px;font-size:14px;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:#007bff}textarea.form-control{min-height:120px;resize:vertical}.auth-shell{padding:56px 0}.auth-wrap{max-width:560px;margin:0 auto}.auth-card{background:var(--card-color);border-radius:16px;padding:28px;color:var(--white-color)}.auth-title{margin:0 0 8px;font-size:32px;line-height:1.1;color:var(--white-color);text-align:center}.auth-subtitle{margin:0 0 22px;color:#ffffffc7;text-align:center;font-size:14px;line-height:1.6}.auth-form .auth-field{margin-bottom:14px}.auth-form .auth-field:last-child{margin-bottom:0}.auth-label{display:block;margin-bottom:7px;font-size:13px;font-weight:600;color:var(--white-color)}.auth-input.form-control{height:48px;border:1px solid rgba(251,212,129,.35);border-radius:10px;padding:12px 14px;font-size:14px;color:var(--white-color);background-color:#ffffff08;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.auth-input.form-control::placeholder{color:#ffffff8c}.auth-input.form-control:focus{border-color:var(--secondary-color);background-color:#ffffff0f;box-shadow:0 0 0 3px #fbd4812e}.auth-check{display:flex;align-items:center;gap:10px;margin:2px 0 18px}.auth-check .form-check-input{margin-top:0;border-color:#fbd48173}.auth-check .form-check-input:checked{background-color:var(--secondary-color);border-color:var(--secondary-color)}.auth-check .form-check-label{color:#ffffffc7;font-size:14px}.auth-row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.auth-row-end{justify-content:flex-end}.auth-row-stack{display:flex;flex-direction:column;align-items:stretch;gap:10px}.auth-row-stack form{width:100%}.auth-social-section{margin:18px 0}.auth-submit-btn,.auth-google-btn{border:1px solid transparent;border-radius:10px;min-height:46px;padding:11px 20px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.auth-submit-btn{background:var(--primary-color);color:var(--white-color)}.auth-submit-btn:hover,.auth-submit-btn:focus-visible{color:var(--text-color)}.auth-google-btn{width:100%;position:relative;background:#1f1f1f;border-color:#3a3a3a;color:#f8fafc;padding:12px 16px 12px 50px;justify-content:center;box-shadow:inset 0 1px #ffffff0a}.auth-google-btn:hover,.auth-google-btn:focus-visible{background:#2a2a2a;border-color:#4a4a4a;color:#fff;text-decoration:none}.auth-google-icon{position:absolute;left:16px;width:18px;height:18px;flex:0 0 18px}.auth-google-icon svg{display:block;width:100%;height:100%}.auth-google-label{line-height:1;font-size:14px;font-weight:600}.auth-bottom-link{margin:16px 0 0;text-align:center;color:#ffffffb3;font-size:14px}.auth-text-link,.auth-bottom-link a,.auth-text-btn{color:var(--secondary-color);font-size:14px;font-weight:600;text-decoration:none}.auth-text-link:hover,.auth-bottom-link a:hover,.auth-text-btn:hover{color:var(--white-color);text-decoration:underline}.auth-text-btn{border:0;padding:0;background:transparent}.auth-bottom-note{margin:16px 0 0;color:#ffffffad;font-size:13px;line-height:1.7}.auth-alert{border-radius:10px;padding:11px 13px;font-size:14px;margin-bottom:16px}.auth-alert-success{background:#fbd48124;border:1px solid rgba(251,212,129,.4);color:var(--white-color)}.auth-error{margin-top:6px;color:#ffc7c7;font-size:12px;line-height:1.4}@media(max-width:575px){.auth-row{flex-direction:column;align-items:stretch}.auth-submit-btn{width:100%}}.order-list{display:flex;flex-direction:column;gap:16px}.order-item{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:20px;display:flex;justify-content:space-between;align-items:center;transition:box-shadow .2s ease}.order-item:hover{box-shadow:0 4px 8px #0000001a}.order-info h3{font-size:16px;font-weight:600;margin-bottom:8px;color:#000}.order-meta{font-size:14px;color:#666;margin-bottom:4px}.order-actions{display:flex;gap:12px}.order-actions .btn-icon{height:40px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--black-color);color:var(--white-color)}.status-pill{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.tracking-steps{display:flex;justify-content:space-between;margin:32px 0;position:relative;padding:0 16px}.tracking-step{flex:1;text-align:center;position:relative;z-index:2}.tracking-step:before{content:"";position:absolute;top:24px;left:50%;right:-50%;height:3px;background-color:#e5e5e5;z-index:1}.tracking-step:last-child:before{display:none}.tracking-step.completed:before{background-color:#28a745}.tracking-step .step-icon{width:48px;height:48px;border-radius:50%;background-color:#e5e5e5;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-weight:600;font-size:18px;border:3px solid #FFFFFF;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.tracking-step.completed .step-icon{background-color:#28a745;box-shadow:0 4px 12px #28a7454d}.tracking-step.active .step-icon{background-color:#007bff;box-shadow:0 4px 12px #007bff4d}.tracking-step .step-label{font-size:14px;font-weight:600;color:#000;margin-bottom:4px;line-height:1.2}.tracking-step .step-date{font-size:12px;color:#666;font-weight:500}.tracking-step.completed .step-label{color:#28a745}.tracking-step.active .step-label{color:#007bff}.address-item{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:20px;margin-bottom:16px;position:relative}.address-default{border-color:#007bff;background-color:#f8f9fa}.default-badge{position:absolute;top:16px;right:16px;background-color:#007bff;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase}.address-actions{display:flex;gap:12px;margin-top:16px}.invoice-container{font-family:Poppins,sans-serif;max-width:100%;margin:0 auto}.invoice-header{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;padding:24px;border-radius:8px 8px 0 0;margin-bottom:24px}.invoice-title{font-size:24px;font-weight:700;margin-bottom:4px;color:#fff}.invoice-date{font-size:14px;opacity:.9;margin:0}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-processing{background-color:#fff3cd;color:#856404}.status-shipped{background-color:#d1ecf1;color:#0c5460}.status-delivered{background-color:#d4edda;color:#155724}.status-pending{background-color:#fff3cd;color:#856404}.status-cancelled,.status-canceled{background-color:#f8d7da;color:#721c24}.invoice-details{background:#f8f9fa;padding:24px;border-radius:8px;margin-bottom:24px}.billing-info h4,.shipping-info h4,.order-summary-section h4{font-size:16px;font-weight:600;color:#000;margin-bottom:12px}.billing-info p,.shipping-info p{color:#666;line-height:1.6;margin-bottom:0}.order-summary-section{background:#fff;border:1px solid #E5E5E5;border-radius:8px;padding:24px;margin-bottom:24px}.invoice-table-container{background:#fff;border:1px solid #E5E5E5;border-radius:8px;overflow:hidden;margin-bottom:24px}.invoice-table{width:100%;border-collapse:collapse;margin:0}.invoice-table th{background-color:#f8f9fa;font-weight:600;color:#000;padding:16px;text-align:left;border-bottom:2px solid #E5E5E5}.invoice-table td{padding:16px;border-bottom:1px solid #E5E5E5;vertical-align:middle}.invoice-table tbody tr:hover{background-color:#f8f9fa}.product-info strong{display:block;margin-bottom:4px}.invoice-table tfoot td{font-weight:500;background-color:#f8f9fa}.total-row td{font-weight:700;font-size:16px;color:#007bff;border-top:2px solid #007BFF}.invoice-footer{background:#f8f9fa;border-radius:0 0 8px 8px;padding:24px}.delivery-timeline h5,.order-actions-panel h5{font-size:16px;font-weight:600;color:#000;margin-bottom:16px}.timeline-steps{display:flex;flex-direction:column;gap:16px}.timeline-step{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;transition:all .3s ease}.timeline-step.completed{background-color:#d4edda;border-left:4px solid #28A745}.timeline-step.active{background-color:#d1ecf1;border-left:4px solid #007BFF}.step-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.timeline-step.completed .step-icon{background-color:#28a745;color:#fff}.timeline-step.active .step-icon{background-color:#007bff;color:#fff}.step-text{font-weight:500;color:#000}.step-date{font-size:12px;color:#666;margin-left:auto}.action-buttons{display:flex;flex-direction:column;gap:8px}.action-buttons .btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:6px;font-weight:500;transition:all .3s ease}.action-buttons .btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}@media(max-width:768px){.invoice-header{padding:16px;text-align:center}.invoice-title{font-size:20px}.invoice-details,.order-summary-section,.invoice-footer{padding:16px}.invoice-table th,.invoice-table td{padding:12px 8px;font-size:14px}.product-info strong{font-size:14px}.timeline-step{flex-direction:column;align-items:flex-start;text-align:center}.step-date{margin-left:0;margin-top:4px}.action-buttons .btn{font-size:14px;padding:10px 12px}}@media(max-width:480px){.invoice-header{padding:12px}.invoice-title{font-size:18px}.invoice-details,.order-summary-section,.invoice-footer{padding:12px}.invoice-table{font-size:12px}.invoice-table th,.invoice-table td{padding:8px 4px}.status-badge{font-size:10px;padding:4px 8px}.step-icon{width:28px;height:28px;font-size:12px}.action-buttons .btn{font-size:12px;padding:8px 10px}.action-buttons .btn i{font-size:14px}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;border-radius:12px;border:1px solid #E5E5E5;padding:32px 24px;text-align:center;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:visible}.stat-card-filter{position:absolute;top:14px;right:14px;z-index:5}.stat-filter-trigger{width:30px;height:30px;border-radius:50%;border:1px solid #E5E5E5;color:#6c757d;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.stat-filter-trigger:hover,.stat-filter-trigger:focus{color:#0d6efd;border-color:#cfe2ff;background-color:#f8fbff;text-decoration:none}.stat-card-filter .dropdown-menu{min-width:150px;border:1px solid #E5E5E5;box-shadow:0 10px 24px #0000001f;border-radius:10px;padding:6px}.stat-card-filter .dropdown-item{border-radius:8px;padding:8px 10px;font-size:13px}.stat-card-filter .dropdown-item.active,.stat-card-filter .dropdown-item:active{background-color:#0d6efd;color:#fff}.stat-icon{margin-bottom:16px}.stat-icon i{font-size:32px;color:#007bff;background:linear-gradient(135deg,#007bff,#0056b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#007bff,#0056b3)}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-number{font-size:48px;font-weight:700;color:#007bff;margin-bottom:8px;line-height:1}.stat-number-money{font-size:42px}.stat-label{font-size:16px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-subtext{margin-top:8px;font-size:13px;color:#6c757d}.stat-card:nth-child(1):before{background:linear-gradient(135deg,#007bff,#0056b3)}.stat-card:nth-child(2):before{background:linear-gradient(135deg,#28a745,#20c997)}.stat-card:nth-child(3):before{background:linear-gradient(135deg,#ffc107,#ff9800)}.stat-card:nth-child(4):before{background:linear-gradient(135deg,#dc3545,#c82333)}.stat-card:nth-child(2) .stat-number{color:#28a745}.stat-card:nth-child(3) .stat-number{color:#ffc107}.stat-card:nth-child(4) .stat-number{color:#dc3545}.stat-card:nth-child(1) .stat-icon i{background:linear-gradient(135deg,#007bff,#0056b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card:nth-child(2) .stat-icon i{background:linear-gradient(135deg,#28a745,#20c997);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card:nth-child(3) .stat-icon i{background:linear-gradient(135deg,#ffc107,#ff9800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-card:nth-child(4) .stat-icon i{background:linear-gradient(135deg,#dc3545,#c82333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.stat-card{padding:24px 16px}.stat-icon i{font-size:28px}.stat-number{font-size:36px}.stat-label{font-size:14px}}@media(max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.stat-card{padding:20px 12px}.stat-icon i{font-size:24px}.stat-number{font-size:28px}.stat-label{font-size:12px}}.mobile-top-nav{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:5px;margin-bottom:24px;box-shadow:0 2px 8px #00000014}.mobile-top-nav .mobile-nav-items{display:flex;justify-content:space-around;gap:4px}.mobile-top-nav .mobile-nav-item{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 5px;color:#666;text-decoration:none;font-size:12px;font-weight:500;transition:all .3s ease;border-radius:8px;flex:1;min-width:0}.mobile-top-nav .mobile-nav-item:hover{color:#007bff;text-decoration:none;background-color:#f8f9fa}.mobile-top-nav .mobile-nav-item.active{color:#007bff;background-color:#e3f2fd;border:1px solid #BBDEFB}.mobile-top-nav .mobile-nav-item i{font-size:20px;margin-bottom:6px}.mobile-top-nav .mobile-nav-item.active i{color:#007bff}.order-history-list{max-height:400px;overflow-y:auto}.order-history-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #E5E5E5;transition:background-color .3s ease}.order-history-item:hover{background-color:#f8f9fa}.order-history-item:last-child{border-bottom:none}.order-history-item .order-info h6{margin:0 0 4px;font-weight:600;color:#000}.order-history-item .order-info p{margin:0;font-size:14px;color:#666}@media(max-width:768px){.account-container{flex-direction:column}.account-sidebar{display:none}.account-main{width:100%;max-width:none;margin:0;padding:16px;box-sizing:border-box}.account-main .profile-info-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;text-align:center!important}.account-main .profile-avatar-container{width:100%!important;text-align:center!important}.account-main .profile-avatar-container .user-avatar{width:80px!important;height:80px!important;font-size:32px!important;margin:0 auto 16px!important}.account-main .form-row{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.account-main .card:nth-child(2)>form>div[style]{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.account-main .card:nth-child(3)>div[style]{text-align:center!important;margin-bottom:24px!important}.account-main .address-item>div[style]{flex-direction:column!important;align-items:flex-start!important;text-align:center!important}.account-main .address-item>div[style] i{margin-right:0!important;margin-bottom:8px!important}.account-main .address-actions{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important}.account-main .address-actions .btn{width:100%!important;justify-content:center!important}#addressModal>div{padding:20px!important;margin:20px!important;max-height:90vh!important;overflow-y:auto!important}#addressModal .form-row,#addressModal div[style]{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}#addressModal div[style]>div{display:flex!important;flex-direction:column!important;gap:12px!important;justify-content:flex-end!important}}@media(max-width:480px){.account-main .card{padding:16px!important}.account-main .profile-avatar-container .user-avatar{width:60px!important;height:60px!important;font-size:24px!important}#addressModal>div{padding:16px!important;margin:16px!important}}@media(max-width:768px){.order-item{flex-direction:column;align-items:flex-start;gap:16px}.order-actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:8px}.order-actions .btn-icon{width:40px;height:40px;margin:0}.order-actions .btn-icon i{font-size:16px}}.invoice-actions{display:flex;gap:8px;margin-left:auto;margin-right:16px}.modal-header{display:flex;align-items:center;justify-content:space-between}.order-details-page{display:flex;flex-direction:column;gap:20px}.order-details-page>.card,.order-details-page .order-details-grid>.card{margin-bottom:0}.order-header{margin-bottom:0}.order-status-card{padding:20px 24px}.order-status-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.order-status-card .status-pill,.order-status-card .payment-pill{display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600;line-height:1.2}.order-status-card .status-pill{background:#eef2ff;color:#3730a3}.order-status-card .status-pill.status-cancelled,.order-status-card .status-pill.status-canceled{background:#f8d7da;color:#721c24}.order-status-card .status-pill.status-pending{background:#fff3cd;color:#856404}.order-status-card .status-pill.status-delivered{background:#d4edda;color:#155724}.order-status-card .status-pill.status-processing,.order-status-card .status-pill.status-shipped{background:#d1ecf1;color:#0c5460}.order-status-card .payment-pill{background:#eef4ff;color:#1d4ed8}.payment-details{margin-top:14px;padding-top:14px;border-top:1px dashed #d7dde8;color:#475467;font-size:14px}.order-items-list{display:flex;flex-direction:column;gap:14px}.order-item-card{display:grid;grid-template-columns:140px minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid #e4e8ef;border-radius:12px;background:#fff;padding:16px;transition:border-color .2s ease,box-shadow .2s ease}.order-item-card:hover{border-color:#cfd7e3;box-shadow:0 6px 16px #10182814}.order-item-media{width:140px;height:140px;border-radius:10px;overflow:hidden;background:#f5f7fb}.order-item-card .product-image{width:100%;height:100%;object-fit:cover;display:block}.order-item-content{min-width:0}.order-item-title{margin:0 0 8px;font-size:24px;font-weight:600;line-height:1.25;color:#101828}.order-item-meta{margin:0 0 8px;font-size:14px;color:#667085}.order-item-price{margin:0;font-size:20px;font-weight:700;color:#111827}.order-item-action{justify-self:end}.order-item-action .btn{min-width:132px}.order-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.order-address p{margin:0 0 8px;color:#475467}.order-address p:last-child{margin-bottom:0}.order-address .address-name{margin-bottom:10px;font-weight:600;color:#101828}.order-summary-card .invoice-summary{background:#f8fafc;border:1px solid #e4e8ef;border-radius:12px;padding:16px;margin-bottom:16px}.summary-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #eaecf0}.summary-row:last-child{border-bottom:0}.summary-label{font-size:14px;font-weight:500;color:#667085}.summary-value{font-size:15px;font-weight:600;color:#101828}.summary-total{margin-top:6px;padding-top:14px;border-top:1px solid #d6deee}.summary-total .summary-label{font-size:15px;font-weight:600;color:#101828}.summary-total .summary-value{font-size:18px;font-weight:700;color:#101828}.order-summary-actions,.order-page-actions{display:flex;justify-content:center}@media(max-width:991px){.order-item-card{grid-template-columns:110px minmax(0,1fr)}.order-item-media{width:110px;height:110px}.order-item-action{grid-column:1 / -1;justify-self:start;width:100%}.order-item-action .btn{width:100%;min-width:0;display:flex;align-items:center;justify-content:center;text-align:center}}@media(max-width:767px){.order-details-page{gap:16px}.order-status-card{padding:16px}.order-details-grid{grid-template-columns:1fr}.order-item-card{grid-template-columns:1fr;align-items:flex-start}.order-item-media{width:84px;height:84px}.order-item-title{font-size:20px}}@media(max-width:768px){.tracking-steps{flex-direction:column;gap:32px;padding:0}.tracking-step:before{display:none}.tracking-step{text-align:left;display:flex;align-items:center;gap:16px}.tracking-step .step-icon{margin:0;flex-shrink:0}.tracking-step .step-label{margin-bottom:2px}}@media(max-width:480px){.tracking-step .step-icon{width:40px;height:40px;font-size:16px}.tracking-step .step-label{font-size:13px}.tracking-step .step-date{font-size:11px}}@media(max-width:480px){.page-title{font-size:24px}.card{padding:16px}.auth-shell{padding:30px 0}.auth-card{border-radius:12px;padding:18px 16px}.auth-title{font-size:24px}.auth-row{flex-direction:column;align-items:stretch}.auth-submit-btn,.auth-text-btn{width:100%;text-align:center;justify-content:center}}.dashboard-invoice-shell{background:#edf2f7;border:1px solid #dbe3ee;border-radius:14px;padding:16px;box-sizing:border-box}.dashboard-invoice-paper{width:min(100%,210mm);margin:0 auto;background:#fff;border:1px solid #dbe3ee;border-radius:14px;color:#0f172a;box-shadow:0 16px 35px #0f172a1f;overflow:hidden;box-sizing:border-box}.dashboard-invoice-header{background:#0f172a;color:#fff;padding:10mm 12mm 6mm;display:flex;justify-content:space-between;align-items:center;gap:16px;box-sizing:border-box}.dashboard-invoice-header-left{display:flex;flex-direction:column;align-items:flex-start;gap:0;text-align:left;min-width:0}.dashboard-invoice-header-right{margin-left:auto}.dashboard-invoice-brand-logo{width:144px;max-width:100%;height:auto;display:block}.dashboard-invoice-footer-meta{margin-top:14px;padding-top:10px;border-top:1px dashed #dbe3ee}.dashboard-invoice-footer-meta-inner{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-size:12px;line-height:1.4;color:#334155;word-break:break-word}.dashboard-invoice-footer-meta-item{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.dashboard-invoice-footer-meta-sep{opacity:.6}.dashboard-invoice-chip{display:inline-block;padding:6px 10px;border-radius:999px;background:#dbeafe;color:#1e3a8a;font-size:12px;font-weight:700;letter-spacing:.2px}.dashboard-invoice-content{padding:8mm 12mm 12mm;box-sizing:border-box}.dashboard-invoice-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;margin-bottom:14px}.dashboard-invoice-intro-copy{min-width:0}.dashboard-invoice-title{margin:0 0 4px;font-size:34px;line-height:1.1;color:#0f172a}.dashboard-invoice-order-number{margin:0;color:#64748b;font-size:15px}.dashboard-invoice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:14px}.dashboard-invoice-courier-box{margin-bottom:14px}.dashboard-invoice-courier-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-invoice-soft-box{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:14px}.dashboard-invoice-address-box{margin-bottom:14px}.dashboard-invoice-address-box p{margin:0;font-size:14px;line-height:1.6;color:#334155}.dashboard-invoice-section-title{margin:0 0 8px;font-size:20px;line-height:1.3;color:#0f172a;font-weight:700}.dashboard-invoice-items-title{margin-top:2px}.dashboard-invoice-muted{color:#64748b}.dashboard-invoice-meta-table{width:100%;border-collapse:collapse}.dashboard-invoice-meta-table td{padding:5px 0;font-size:14px;vertical-align:top;color:#0f172a}.dashboard-invoice-meta-table td:first-child{width:42%;white-space:nowrap;padding-right:12px}.dashboard-invoice-meta-table td:last-child{overflow-wrap:anywhere;word-break:break-word}.dashboard-invoice-meta-table td.dashboard-invoice-meta-value-right{text-align:right!important;white-space:nowrap}.dashboard-invoice-total-row td{padding-top:8px}.dashboard-invoice-items-table{width:100%;border-collapse:collapse;margin-bottom:14px}.dashboard-invoice-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.dashboard-invoice-items-table th,.dashboard-invoice-items-table td{border:1px solid #dbe3ee;padding:10px;font-size:13px;vertical-align:top}.dashboard-invoice-items-table th{background:#f1f5f9;color:#334155;text-align:left}.dashboard-invoice-item-cell{min-width:0}.dashboard-invoice-item{display:flex;align-items:center;gap:10px;min-width:0}.dashboard-invoice-item-copy{min-width:0;overflow-wrap:anywhere;word-break:break-word}.dashboard-invoice-item-image{width:42px;height:42px;display:block;flex:0 0 42px;object-fit:cover;border-radius:6px;border:1px solid #dbe3ee}.dashboard-invoice-summary-box{margin-left:auto;width:min(100%,420px)}.dashboard-invoice-bottom-row{margin-top:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:18px;align-items:end}.dashboard-invoice-bottom-row-no-approval{grid-template-columns:minmax(0,1fr) minmax(280px,420px)}.dashboard-invoice-bottom-row .dashboard-invoice-summary-box{margin-left:0;width:100%;grid-column:2;justify-self:end}.dashboard-invoice-bottom-row-no-approval .dashboard-invoice-summary-box{width:100%;grid-column:2}.dashboard-invoice-footer-note{margin:14px 0 0;color:#64748b;font-size:13px;line-height:1.6;text-align:center}.dashboard-invoice-actions{margin-top:18px;border-top:1px solid #dee2e6;padding-top:16px;display:flex;gap:12px;flex-wrap:wrap}.dashboard-invoice-actions .global-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1;vertical-align:middle}.dashboard-action-loading{display:inline-flex;align-items:center;justify-content:center;gap:8px;line-height:1}.dashboard-action-loading .spinner-border{flex-shrink:0}.dashboard-invoice-paper.export-mode{width:210mm!important;max-width:210mm!important;min-height:297mm!important;box-shadow:none!important}.dashboard-invoice-paper.is-compact .dashboard-invoice-items-table th,.dashboard-invoice-paper.is-compact .dashboard-invoice-items-table td{padding:5px 6px;font-size:10px}.dashboard-invoice-paper.is-compact .dashboard-invoice-meta-table td{font-size:11px;padding:3px 0}.dashboard-invoice-paper.is-compact .dashboard-invoice-title{font-size:30px}.dashboard-invoice-paper.is-compact .dashboard-invoice-order-number{font-size:13px}.dashboard-invoice-paper.is-compact .dashboard-invoice-section-title{font-size:18px;margin-bottom:6px}.dashboard-invoice-paper.is-compact .dashboard-invoice-soft-box{padding:10px}.dashboard-invoice-paper.is-compact .dashboard-invoice-item-image{width:30px;height:30px;flex-basis:30px}.dashboard-invoice-paper.is-compact .dashboard-invoice-item{gap:7px}.dashboard-invoice-paper.is-compact .dashboard-invoice-footer-meta-inner{font-size:11px}.dashboard-invoice-paper.is-compact .dashboard-invoice-footer-note{font-size:11px;margin-top:10px}body.invoice-export-desktop .dashboard-invoice-shell{padding:0!important;background:transparent!important;border-color:transparent!important}body.invoice-export-desktop .page-header,body.invoice-export-desktop .dashboard-invoice-actions{display:none!important}body.invoice-export-desktop .dashboard-invoice-paper{width:210mm!important;max-width:210mm!important;min-height:297mm!important}body.invoice-export-desktop .dashboard-invoice-header{align-items:center!important;display:flex!important;justify-content:space-between!important}body.invoice-export-desktop .dashboard-invoice-grid{display:grid!important;grid-template-columns:1fr 1fr!important}body.invoice-export-desktop .dashboard-invoice-content{padding:8mm 12mm 12mm!important}@media(max-width:991px){.dashboard-invoice-title{font-size:30px}}@media(max-width:767px){.page-header{margin-bottom:16px}.page-title{font-size:24px;line-height:1.15}.page-subtitle{font-size:13px}.dashboard-invoice-shell{padding:0;border:0;background:transparent}.dashboard-invoice-header,.dashboard-invoice-content{padding:12px}.dashboard-invoice-header{flex-direction:column;align-items:flex-start;gap:10px}.dashboard-invoice-paper{width:100%;max-width:100%;min-height:auto;border-radius:12px;box-shadow:none}.dashboard-invoice-header-right{margin-left:0}.dashboard-invoice-brand-logo{width:96px}.dashboard-invoice-chip{align-self:center;font-size:11px;padding:5px 8px}.dashboard-invoice-grid{grid-template-columns:1fr;gap:12px}.dashboard-invoice-courier-grid{grid-template-columns:1fr;gap:10px}.dashboard-invoice-title{font-size:22px}.dashboard-invoice-order-number{font-size:12px}.dashboard-invoice-section-title{font-size:16px}.dashboard-invoice-items-table th,.dashboard-invoice-items-table td{padding:6px 4px;font-size:11px}.dashboard-invoice-meta-table td{font-size:12px}.dashboard-invoice-summary-box{width:100%}.dashboard-invoice-footer-note{font-size:11px}.dashboard-invoice-actions{margin-top:14px;padding-top:12px;gap:8px}.dashboard-invoice-actions .global-button{width:100%}}@media print{@page{size:A4 portrait;margin:1.5mm}body *{visibility:hidden!important}#invoice-wrapper,#invoice-wrapper *{visibility:visible!important}html,body{margin:0!important;padding:0!important;background:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.dashboard-invoice-shell{position:absolute!important;left:0!important;top:0!important;width:100%!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important}.dashboard-invoice-paper{width:100%!important;max-width:none!important;min-height:auto!important;margin:0!important;border:1px solid #dbe3ee!important;border-radius:14px!important;box-shadow:none!important;overflow:hidden!important}.dashboard-invoice-header{padding:9mm 10mm 5mm!important}.dashboard-invoice-content{padding:6mm 10mm 8mm!important}.dashboard-invoice-grid,.dashboard-invoice-courier-grid{gap:12px!important}.dashboard-invoice-table-wrap{overflow:visible!important}.dashboard-invoice-soft-box,.dashboard-invoice-summary-box{border-radius:10px!important}.dashboard-invoice-chip{border-radius:999px!important}.dashboard-invoice-item-image{border-radius:6px!important}.dashboard-invoice-soft-box,.dashboard-invoice-summary-box,.dashboard-invoice-footer-meta,.dashboard-invoice-footer-note,.dashboard-invoice-items-table tr{break-inside:avoid;page-break-inside:avoid}.dashboard-invoice-items-table thead{display:table-header-group}}.dashboard-invoice-shell{padding:18px}.dashboard-invoice-paper{min-height:297mm}.dashboard-invoice-header{padding:8mm 7mm 5mm}.dashboard-invoice-content{padding:6mm 7mm 7mm}.dashboard-invoice-grid,.dashboard-invoice-courier-grid{gap:12px}.dashboard-invoice-soft-box{padding:10px}.dashboard-invoice-section-title{font-size:18px}.dashboard-invoice-items-table{table-layout:fixed}.dashboard-invoice-items-table th,.dashboard-invoice-items-table td{padding:7px;font-size:12px}.dashboard-invoice-items-table th:nth-child(1),.dashboard-invoice-items-table td:nth-child(1){width:44px}.dashboard-invoice-items-table th:nth-child(2),.dashboard-invoice-items-table td:nth-child(2){width:38%}.dashboard-invoice-items-table th:nth-child(3),.dashboard-invoice-items-table td:nth-child(3){width:82px}.dashboard-invoice-items-table th:nth-child(4),.dashboard-invoice-items-table td:nth-child(4){width:92px}.dashboard-invoice-items-table th:nth-child(5),.dashboard-invoice-items-table td:nth-child(5){width:52px}.dashboard-invoice-items-table th:nth-child(6),.dashboard-invoice-items-table td:nth-child(6){width:98px}.dashboard-invoice-items-table td:nth-child(2){overflow-wrap:anywhere;word-break:break-word}.dashboard-invoice-item-image{width:30px;height:30px;flex-basis:30px}.dashboard-invoice-summary-box{width:min(100%,380px)}.dashboard-invoice-paper.is-compact .dashboard-invoice-items-table th,.dashboard-invoice-paper.is-compact .dashboard-invoice-items-table td{padding:6px 7px;font-size:10.5px}.dashboard-invoice-paper.is-compact .dashboard-invoice-meta-table td{font-size:11px}.dashboard-invoice-paper.is-compact .dashboard-invoice-item-image{width:28px;height:28px}.dashboard-invoice-paper.export-fit{min-height:0!important;border-radius:10px!important}.dashboard-invoice-paper.export-fit .dashboard-invoice-header{padding:6mm 5.5mm 3.5mm}.dashboard-invoice-paper.export-fit .dashboard-invoice-brand-logo{width:118px}.dashboard-invoice-paper.export-fit .dashboard-invoice-chip{padding:4px 8px;font-size:10px}.dashboard-invoice-paper.export-fit .dashboard-invoice-content{padding:4.5mm 5.5mm 5mm}.dashboard-invoice-paper.export-fit .dashboard-invoice-title{font-size:28px}.dashboard-invoice-paper.export-fit .dashboard-invoice-order-number{font-size:12px}.dashboard-invoice-paper.export-fit .dashboard-invoice-intro{gap:10px;margin-bottom:10px}.dashboard-invoice-paper.export-fit .dashboard-invoice-top-qr .dashboard-invoice-qr-frame{width:84px;height:84px;padding:5px;border-radius:8px}.dashboard-invoice-paper.export-fit .dashboard-invoice-grid,.dashboard-invoice-paper.export-fit .dashboard-invoice-courier-grid{gap:10px;margin-bottom:10px}.dashboard-invoice-paper.export-fit .dashboard-invoice-courier-box,.dashboard-invoice-paper.export-fit .dashboard-invoice-address-box{margin-bottom:10px}.dashboard-invoice-paper.export-fit .dashboard-invoice-soft-box{padding:8px}.dashboard-invoice-paper.export-fit .dashboard-invoice-section-title{margin-bottom:5px;font-size:16px}.dashboard-invoice-paper.export-fit .dashboard-invoice-meta-table td{padding:2px 0;font-size:10px}.dashboard-invoice-paper.export-fit .dashboard-invoice-address-box p,.dashboard-invoice-paper.export-fit .dashboard-invoice-footer-meta-inner,.dashboard-invoice-paper.export-fit .dashboard-invoice-footer-note{font-size:10px}.dashboard-invoice-paper.export-fit .dashboard-invoice-items-title{margin-top:0;margin-bottom:6px}.dashboard-invoice-paper.export-fit .dashboard-invoice-items-table{margin-bottom:10px}.dashboard-invoice-paper.export-fit .dashboard-invoice-items-table th,.dashboard-invoice-paper.export-fit .dashboard-invoice-items-table td{padding:4px 5px;font-size:9.5px}.dashboard-invoice-paper.export-fit .dashboard-invoice-items-table th:nth-child(1),.dashboard-invoice-paper.export-fit .dashboard-invoice-items-table td:nth-child(1){width:30px}.dashboard-invoice-paper.export-fit .dashboard-invoice-item{gap:5px}.dashboard-invoice-paper.export-fit .dashboard-invoice-item-image{width:20px;height:20px;flex-basis:20px;border-radius:4px}.dashboard-invoice-paper.export-fit .dashboard-invoice-summary-box{width:min(100%,330px)}.dashboard-invoice-paper.export-fit .dashboard-invoice-bottom-row{margin-top:8px;grid-template-columns:minmax(0,1fr) minmax(240px,330px);gap:12px}.dashboard-invoice-paper.export-fit .dashboard-invoice-bottom-row-no-approval{grid-template-columns:minmax(0,1fr) minmax(240px,330px)}.dashboard-invoice-paper.export-fit .dashboard-invoice-bottom-row-no-approval .dashboard-invoice-summary-box{width:100%;grid-column:2}.dashboard-invoice-paper.export-fit .dashboard-invoice-footer-meta{margin-top:10px;padding-top:8px}.dashboard-invoice-paper.export-fit .dashboard-invoice-footer-note{margin-top:8px}.dashboard-invoice-admin-approval{gap:18px;align-items:start}.dashboard-invoice-approval-side-label{align-self:end;color:#475569;font-size:12px;font-weight:600;line-height:1.4;text-align:left}.dashboard-invoice-admin-print-only{display:none}.dashboard-invoice-exporting .dashboard-invoice-admin-print-only{display:grid}.dashboard-invoice-approval-box{min-height:115px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.dashboard-invoice-approval-space{flex:1;min-height:72px}.dashboard-invoice-approval-line{width:min(100%,200px);border-top:1px solid #94a3b8;margin-top:12px}.dashboard-invoice-approval-label{margin-top:8px;font-size:10px;color:#475569;font-weight:600;width:min(100%,200px);text-align:center}.dashboard-invoice-approval-note{margin-top:4px;font-size:11px;color:#64748b;width:min(100%,220px);text-align:center}.dashboard-invoice-qr-box{display:flex;flex-direction:column;gap:8px}.dashboard-invoice-top-qr{align-items:flex-end}.dashboard-invoice-top-qr .dashboard-invoice-qr-frame{width:110px;height:110px}.dashboard-invoice-qr-frame{width:126px;height:126px;display:flex;align-items:center;justify-content:center;padding:6px;border:1px solid #dbe3ee;border-radius:10px;background:#fff;box-sizing:border-box}.dashboard-invoice-qr-frame img{display:block;width:100%;height:100%;object-fit:contain}.dashboard-invoice-export-summary-layout{display:grid;gap:12px}.dashboard-invoice-export-summary-layout .dashboard-invoice-summary-box{margin-left:0;grid-column:2;justify-self:end}.dashboard-invoice-paper.export-fit .dashboard-invoice-admin-approval{display:grid;margin-top:10px;padding-top:10px;grid-template-columns:minmax(0,1fr) 120px;gap:12px}.dashboard-invoice-paper.export-fit .dashboard-invoice-approval-side-label{font-size:9px}.dashboard-invoice-paper.export-fit .dashboard-invoice-approval-box{min-height:82px}.dashboard-invoice-paper.export-fit .dashboard-invoice-approval-space{min-height:48px}.dashboard-invoice-paper.export-fit .dashboard-invoice-approval-line{width:min(100%,132px);margin-top:8px}.dashboard-invoice-paper.export-fit .dashboard-invoice-approval-label{font-size:9px}.dashboard-invoice-paper.export-fit .dashboard-invoice-approval-note{font-size:8px;width:min(100%,160px)}.dashboard-invoice-paper.export-fit .dashboard-invoice-qr-frame{width:96px;height:96px;padding:5px;border-radius:8px}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-summary-layout{margin-top:8px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,330px);grid-template-areas:". summary" ". signature";gap:10px 14px;align-items:end}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-summary-layout-no-signature{grid-template-columns:minmax(0,1fr) minmax(280px,330px);grid-template-areas:". summary"}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-summary{grid-area:summary;margin-left:0;width:100%;height:auto;align-self:start;justify-self:end}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-signature{grid-area:signature;min-height:0;margin-top:6px;padding-top:0;border-top:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;justify-self:end}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-signature .dashboard-invoice-approval-space{display:none}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-signature .dashboard-invoice-approval-line{width:min(100%,200px);margin-top:0}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-signature .dashboard-invoice-approval-label{width:min(100%,200px);text-align:center}@media print{@page{size:A4 portrait;margin:1.5mm}.dashboard-invoice-paper{min-height:0!important;border-radius:10px!important}.dashboard-invoice-header{padding:7mm 6mm 4.5mm!important}.dashboard-invoice-content{padding:5.5mm 6mm 6.5mm!important}.dashboard-invoice-items-table th,.dashboard-invoice-items-table td{padding:7px 8px!important;font-size:11.5px!important}.dashboard-invoice-admin-print-only{display:grid!important}}@media(max-width:767px){.dashboard-invoice-shell{padding:10px}.dashboard-invoice-paper{min-height:auto}.dashboard-invoice-items-table{table-layout:fixed;min-width:560px}.dashboard-invoice-intro{grid-template-columns:1fr}.dashboard-invoice-top-qr{align-items:flex-start}.dashboard-invoice-bottom-row{grid-template-columns:1fr}.dashboard-invoice-bottom-row .dashboard-invoice-summary-box,.dashboard-invoice-bottom-row-no-approval .dashboard-invoice-summary-box{grid-column:auto;justify-self:stretch;width:100%}.dashboard-invoice-admin-approval{grid-template-columns:1fr;align-items:stretch}.dashboard-invoice-qr-box{align-items:flex-start}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-summary-layout{grid-template-columns:1fr;grid-template-areas:"summary" "signature"}.dashboard-invoice-paper.export-fit .dashboard-invoice-export-summary-layout .dashboard-invoice-summary-box,.dashboard-invoice-paper.export-fit .dashboard-invoice-export-summary-layout-no-signature .dashboard-invoice-summary-box{grid-column:auto;justify-self:stretch;width:100%}.dashboard-invoice-items-table th:nth-child(3),.dashboard-invoice-items-table td:nth-child(3){display:none}.dashboard-invoice-items-table th:nth-child(1),.dashboard-invoice-items-table td:nth-child(1){width:34px;padding-left:4px;padding-right:4px}.dashboard-invoice-items-table th:nth-child(2),.dashboard-invoice-items-table td:nth-child(2){width:52%;min-width:180px}.dashboard-invoice-items-table th:nth-child(4),.dashboard-invoice-items-table td:nth-child(4),.dashboard-invoice-items-table th:nth-child(5),.dashboard-invoice-items-table td:nth-child(5),.dashboard-invoice-items-table th:nth-child(6),.dashboard-invoice-items-table td:nth-child(6){white-space:nowrap}.dashboard-invoice-item{gap:8px}.dashboard-invoice-item-cell{min-width:180px}.dashboard-invoice-item-image{width:36px;height:36px;flex:0 0 36px}.dashboard-invoice-item-copy{font-size:13px;line-height:1.35;overflow-wrap:normal;word-break:normal;hyphens:auto}}
