.login-page{background:#eef3f8;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{text-align:center;background:#fff;border-radius:10px;width:100%;max-width:720px;padding:40px 34px 28px;box-shadow:0 8px 24px #0000001f}.login-icon{color:#fff;background:#2f8df3;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 20px;font-size:34px;display:flex}.login-card h2{color:#1d4ea5;margin:0 0 30px;font-size:34px;font-weight:700}.form-group{text-align:left;margin-bottom:18px}.form-group label{color:#555;margin-bottom:8px;font-size:14px;display:block}.form-group input{border:1px solid #cfd8e3;border-radius:6px;outline:none;width:100%;height:54px;padding:0 16px;font-size:16px;transition:all .2s}.form-group input:focus{border-color:#2f8df3;box-shadow:0 0 0 3px #2f8df326}.login-btn{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:6px;width:100%;height:50px;margin-top:8px;font-size:17px;font-weight:600;transition:all .2s}.login-btn:hover{background:#1565c0}.login-btn:disabled{opacity:.7;cursor:not-allowed}.login-footer{flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:20px;display:flex}.login-footer a{color:#1d4ea5;font-size:14px;text-decoration:none}.login-footer a:hover{text-decoration:underline}.error-text{color:#dc2626;text-align:left;margin:0 0 10px;font-size:14px}*{box-sizing:border-box}.dashboard-layout{color:#1f2a37;background:#f4f7fb;grid-template-columns:300px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:linear-gradient(#123d7a 0%,#0f2e5e 100%);flex-direction:column;justify-content:space-between;padding:24px 20px;display:flex}.sidebar-top{flex-direction:column;gap:24px;display:flex}.profile-card{text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border-radius:20px;padding:24px 20px}.avatar-placeholder{color:#1f2937;background:#e5e7eb;border:4px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 18px;font-size:48px;display:flex}.profile-name{margin:0;font-size:1.8rem;font-weight:700}.profile-role{opacity:.9;margin:8px 0 0;font-size:1rem}.profile-divider{background:#fff3;height:1px;margin:20px 0 16px}.profile-info{text-align:left;flex-direction:column;gap:10px;font-size:.98rem;display:flex}.profile-info p{word-break:break-word;margin:0}.sidebar-nav{flex-direction:column;gap:10px;display:flex}.nav-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.nav-item.active{background:#2d74d7;box-shadow:0 8px 18px #0000002e}.sidebar-bottom{margin-top:24px}.logout-btn{cursor:pointer;color:#123d7a;background:#fff;border:none;border-radius:14px;width:100%;padding:14px 16px;font-size:1rem;font-weight:700;transition:transform .2s,opacity .2s}.logout-btn:hover{opacity:.95;transform:translateY(-1px)}.dashboard-main{flex-direction:column;min-width:0;display:flex}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:28px 36px;display:flex}.dashboard-header h1{color:#223b61;margin:0;font-size:2.2rem}.header-subtitle{color:#6b7280;margin:8px 0 0;font-size:1rem}.header-actions{align-items:center;gap:12px;display:flex}.header-icon-btn{cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:12px;width:44px;height:44px;font-size:1.1rem}.dashboard-content{padding:28px 36px 36px}.welcome-card{background:#fff;border-radius:20px;margin-bottom:24px;padding:24px;box-shadow:0 8px 30px #0f172a0d}.welcome-card h2{color:#223b61;margin:0 0 8px}.welcome-card p{color:#6b7280;margin:0}.stats-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:18px;margin-bottom:24px;display:grid}.stat-card{color:#fff;border-radius:18px;padding:22px;box-shadow:0 10px 24px #0f172a14}.stat-card:first-child{background:linear-gradient(135deg,#2ca24f,#23903f)}.stat-card:nth-child(2){background:linear-gradient(135deg,#2086e3,#166bc0)}.stat-card:nth-child(3){background:linear-gradient(135deg,#f08a38,#d9711c)}.stat-card:nth-child(4){background:linear-gradient(135deg,#7657d8,#5f44bf)}.stat-card h3{margin:0 0 12px;font-size:1rem;font-weight:600}.stat-card strong{margin-bottom:8px;font-size:2rem;line-height:1;display:block}.stat-card p{opacity:.95;margin:0;font-size:.95rem}.content-grid{grid-template-columns:1.5fr 1fr;gap:24px;margin-bottom:24px;display:grid}.panel-card{background:#fff;border-radius:20px;padding:22px;box-shadow:0 8px 30px #0f172a0d}.panel-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.panel-card-header h3,.panel-card h3{color:#223b61;margin:0}.panel-link-btn{color:#1d4ed8;cursor:pointer;background:#e8f0fe;border:none;border-radius:10px;padding:10px 14px;font-weight:600}.table-wrap{overflow-x:auto}.orders-table th,.orders-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 10px;font-size:.96rem}.orders-table th{color:#374151;font-weight:700}.orders-table td{color:#4b5563}.status-badge{border-radius:999px;align-items:center;padding:6px 10px;font-size:.85rem;font-weight:700;display:inline-flex}.status-badge.shipped{color:#1d4ed8;background:#dbeafe}.status-badge.processing{color:#b45309;background:#fef3c7}.status-badge.completed{color:#15803d;background:#dcfce7}.message-list{flex-direction:column;gap:14px;display:flex}.message-item{border-bottom:1px solid #e5e7eb;padding:14px 0}.message-item:last-child{border-bottom:none}.message-title{color:#1f2937;margin:0 0 6px;font-weight:600}.message-time{color:#6b7280;font-size:.92rem}.placeholder-section{display:block}.placeholder-note{color:#6b7280;margin-top:10px}@media (width<=1200px){.stats-grid{grid-template-columns:repeat(2,minmax(180px,1fr))}.content-grid{grid-template-columns:1fr}}@media (width<=920px){.dashboard-layout{grid-template-columns:1fr}.sidebar{border-bottom-right-radius:24px;border-bottom-left-radius:24px}}@media (width<=640px){.dashboard-header,.dashboard-content{padding-left:18px;padding-right:18px}.dashboard-header{flex-direction:column;align-items:flex-start}.stats-grid{grid-template-columns:1fr}.profile-name{font-size:1.5rem}}.single-content-section{display:block}.section-subtitle{color:#6b7280;margin:6px 0 0;font-size:.95rem}.settings-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:18px;margin-top:20px;display:grid}.setting-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.setting-box h4{color:#223b61;margin:0 0 8px;font-size:1rem}.setting-box p{color:#4b5563;margin:0}.support-list{flex-direction:column;gap:14px;margin-top:8px;display:flex}.support-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.support-item:last-child{border-bottom:none}.support-status{color:#1d4ed8;background:#e0ecff;border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:.85rem;font-weight:700;display:inline-flex}.status-badge.paid{color:#15803d;background:#dcfce7}.status-badge.pending{color:#b45309;background:#fef3c7}@media (width<=768px){.settings-grid{grid-template-columns:1fr}.support-item{flex-direction:column;align-items:flex-start}}.cart-page{width:100%}.cart-header-card,.cart-card,.cart-summary,.cart-item{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.cart-header-card{justify-content:space-between;align-items:center;margin-bottom:24px;padding:26px;display:flex}.cart-header-card h2{color:#123d73;margin:0 0 6px;font-size:26px}.cart-header-card p{color:#5a6b80;margin:0}.cart-count{color:#1f6fd1;background:#edf4ff;border-radius:999px;padding:10px 16px;font-weight:800}.cart-grid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-item{grid-template-columns:92px 1fr 130px 110px 90px;align-items:center;gap:18px;padding:18px;display:grid}.cart-item-image{background:#f2f6fb;border-radius:16px;justify-content:center;align-items:center;width:92px;height:92px;display:flex;overflow:hidden}.cart-item-image img{object-fit:contain;width:100%;height:100%}.cart-item-image span{font-size:34px}.cart-item-info h3{color:#123d73;margin:0 0 6px;font-size:18px}.cart-item-info p{color:#627386;margin:0 0 8px}.cart-item-price{color:#1f6fd1;font-weight:800}.quantity-control{background:#f2f6fb;border-radius:12px;justify-content:space-between;align-items:center;height:42px;display:flex;overflow:hidden}.quantity-control button{color:#123d73;cursor:pointer;background:0 0;border:none;width:40px;height:42px;font-size:20px;font-weight:800}.quantity-control span{color:#123d73;font-weight:800}.line-total{color:#123d73;font-weight:900}.remove-btn{color:#d93025;cursor:pointer;background:#fff0f0;border:none;border-radius:12px;padding:10px 12px;font-weight:800}.cart-summary{padding:24px;position:sticky;top:20px}.cart-summary h3{color:#123d73;margin:0 0 20px;font-size:22px}.summary-row,.summary-total{color:#5a6b80;justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.summary-row strong{color:#123d73;text-align:right}.summary-total{color:#123d73;font-size:20px}.summary-total strong{color:#123d73}.checkout-btn{color:#fff;cursor:pointer;background:#327be0;border:none;border-radius:14px;width:100%;height:50px;margin-top:12px;font-size:16px;font-weight:900}.checkout-btn:disabled{opacity:.7;cursor:not-allowed}.empty-cart{text-align:center;padding:50px 24px}.empty-cart h3{color:#123d73;margin:0 0 8px;font-size:24px}.empty-cart p{color:#5a6b80;margin:0 0 22px}.continue-shopping{color:#fff;background:#327be0;border-radius:12px;justify-content:center;align-items:center;height:46px;padding:0 24px;font-weight:800;text-decoration:none;display:inline-flex}.cart-loading{color:#123d73;margin:0;padding:30px;font-weight:800}@media (width<=1100px){.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:82px 1fr}.quantity-control,.line-total,.remove-btn{grid-column:2}}.cart-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.shop-link-btn{color:#1f6fd1;background:#edf4ff;border-radius:999px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-size:13px;font-weight:900;text-decoration:none;transition:background .18s,transform .18s;display:inline-flex}.shop-link-btn:hover{background:#dfeeff;transform:translateY(-1px)}.shop-link-btn.secondary{color:#198754;background:#e7f8ef}.shop-link-btn.secondary:hover{background:#d5f3e3}@media (width<=700px){.cart-header-card{flex-direction:column;align-items:flex-start;gap:14px}.cart-header-actions{justify-content:flex-start;width:100%}.shop-link-btn{flex:1;min-width:140px}.cart-count{text-align:center;width:100%}}.postage-row span{align-items:center;gap:8px;display:flex}.postage-row input{accent-color:#327be0;width:16px;height:16px}.postage-note{color:#5a6b80;margin:-6px 0 16px;font-size:13px;line-height:1.5}.discount-box{background:#f8fbff;border:1px solid #e4ebf5;border-radius:14px;margin:18px 0;padding:14px}.discount-box label{color:#123d73;margin-bottom:8px;font-size:14px;font-weight:900;display:block}.discount-input-row{gap:8px;display:flex}.discount-input-row input{color:#123d73;border:1px solid #d5e2f1;border-radius:12px;outline:none;flex:1;min-width:0;height:42px;padding:0 12px}.discount-input-row button{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:12px;min-width:78px;font-weight:900}.remove-discount-link{color:#dc3545;cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-weight:800}.checkout-page{width:100%}.checkout-header-card,.checkout-card,.checkout-summary-card{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.checkout-header-card{justify-content:space-between;align-items:center;margin-bottom:24px;padding:26px;display:flex}.checkout-header-card h2{color:#123d73;margin:0 0 6px;font-size:26px}.checkout-header-card p{color:#5a6b80;margin:0}.back-cart-btn{color:#1f6fd1;cursor:pointer;background:#edf4ff;border:none;border-radius:12px;padding:12px 18px;font-weight:900}.checkout-grid{grid-template-columns:1fr 390px;align-items:start;gap:24px;display:grid}.checkout-card{padding:26px}.checkout-card h3,.checkout-summary-card h3{color:#123d73;margin:0 0 22px;font-size:22px}.checkout-form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.checkout-field{flex-direction:column;gap:8px;display:flex}.checkout-field.full{grid-column:1/-1}.checkout-field label{color:#123d73;font-size:14px;font-weight:800}.checkout-field input{color:#123d73;border:1px solid #d8e1ef;border-radius:12px;outline:none;height:46px;padding:0 14px;font-size:15px}.checkout-field input:focus{border-color:#327be0;box-shadow:0 0 0 3px #327be01f}.checkout-summary-card{padding:24px;position:sticky;top:20px}.checkout-items{flex-direction:column;gap:14px;display:flex}.checkout-item{background:#f5f8fd;border-radius:14px;justify-content:space-between;gap:16px;padding:14px;display:flex}.checkout-item div{flex-direction:column;gap:4px;display:flex}.checkout-item strong{color:#123d73;font-size:14px}.checkout-item span,.checkout-item small{color:#627386}.checkout-item b{color:#123d73;white-space:nowrap}.checkout-divider{background:#e4ebf5;height:1px;margin:18px 0}.checkout-summary-row,.checkout-total{color:#5a6b80;justify-content:space-between;gap:16px;margin-bottom:14px;display:flex}.checkout-summary-row strong{color:#123d73;text-align:right}.checkout-total{color:#123d73;font-size:20px;font-weight:900}.pay-now-btn{color:#fff;cursor:pointer;background:#327be0;border:none;border-radius:14px;width:100%;height:52px;margin-top:12px;font-size:16px;font-weight:900}.pay-now-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-note{color:#627386;text-align:center;margin:14px 0 0;font-size:13px}.checkout-loading{color:#123d73;margin:0;padding:30px;font-weight:800}.checkout-field select{color:#123d73;box-sizing:border-box;background:#fff;border:1px solid #d5e2f1;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:15px}.checkout-field select:focus{border-color:#327be0;box-shadow:0 0 0 3px #327be01f}.checkout-address-note{color:#123d73;background:#edf4ff;border-radius:14px;margin:0 0 18px;padding:14px 16px;font-weight:800}@media (width<=1100px){.checkout-grid{grid-template-columns:1fr}.checkout-summary-card{position:static}}@media (width<=700px){.checkout-header-card{flex-direction:column;align-items:flex-start}.checkout-form-grid{grid-template-columns:1fr}}.checkout-postage-note{color:#5a6b80;margin:-6px 0 14px;font-size:13px;line-height:1.5}.checkout-postage-row span{color:#123d73}.sidebar{background:linear-gradient(#174783 0%,#12396f 45%,#0d3264 100%);flex-direction:column;justify-content:space-between;width:295px;min-height:100vh;padding:18px 15px;display:flex}.sidebar-profile-card{color:#b0c6f0;text-align:center;background:linear-gradient(#174783 0%,#12396f 45%,#6c98d1b4 100%);border-radius:18px;padding:24px 20px 22px}.avatar-placeholder{background:#edf2f8;border:4px solid #fffc;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 16px;font-size:52px;display:flex}.profile-name{color:#0a0230;margin:0 0 4px;font-size:28px;font-weight:800}.profile-role{color:#072349;margin:0;font-size:16px}.sidebar-nav{flex-direction:column;gap:12px;margin-top:25px;display:flex}.nav-item{color:#fff;border-radius:12px;align-items:center;gap:15px;height:52px;padding:0 18px;font-size:16px;font-weight:700;text-decoration:none;transition:background .18s,transform .18s;display:flex}.nav-item:hover{background:#ffffff1a}.nav-item.active{color:#fff;background:#327be0}.nav-icon{justify-content:center;width:22px;font-size:17px;display:inline-flex}.sidebar-bottom{padding-bottom:0}.logout-btn{color:#123d73;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;height:48px;font-size:16px;font-weight:800}.mobile-menu-btn,.mobile-sidebar-close,.mobile-sidebar-overlay{display:none}.sidebar-mobile-wrap{flex-shrink:0}@media (width<=900px){.dashboard-layout{display:block}.dashboard-main{width:100%}.mobile-menu-btn{z-index:10001;color:#fff;cursor:pointer;background:#12396f;border:none;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;font-size:24px;font-weight:900;display:flex;position:fixed;top:16px;left:16px}.sidebar-mobile-wrap{z-index:10002;width:295px;height:100vh;transition:left .25s;position:fixed;top:0;left:-330px}.sidebar-mobile-wrap.open{left:0}.sidebar-mobile-wrap .sidebar{width:295px;height:100vh;min-height:100vh}.mobile-sidebar-overlay{z-index:10000;background:#05162d8c;display:block;position:fixed;inset:0}.mobile-sidebar-close{color:#fff;cursor:pointer;z-index:10003;background:#ffffff29;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:26px;line-height:1;display:flex;position:absolute;top:14px;right:14px}}.customer-header{background:#fff;border-bottom:1px solid #e1e7f0;justify-content:space-between;align-items:flex-start;gap:24px;min-height:124px;padding:27px 28px 24px 37px;display:flex}.customer-header-text h1{color:#123d73;letter-spacing:-.4px;margin:0 0 6px;font-size:34px;font-weight:800;line-height:1.18}.customer-header-text p{color:#4f6075;margin:0;font-size:16px;line-height:1.5}.customer-header-actions{flex-shrink:0;align-items:center;gap:10px;padding-top:12px;padding-right:0;display:flex}.header-icon-btn{color:#123d73;cursor:pointer;width:45px;height:45px;box-shadow:none;background:#fff;border:1px solid #d8e1ef;border-radius:12px;justify-content:center;align-items:center;font-size:17px;transition:all .18s;display:inline-flex}.header-icon-btn:hover{background:#f8fbff;border-color:#b9c9de}@media (width<=900px){.customer-header{padding:20px 18px 20px 88px;position:relative}.customer-header-text h1{font-size:30px;line-height:1.2}.mobile-menu-btn{top:18px;left:18px}}.orders-page{width:100%}.orders-header-card,.orders-card{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.orders-header-card{justify-content:space-between;align-items:center;margin-bottom:24px;padding:26px;display:flex}.orders-header-card h2{color:#123d73;margin:0 0 6px;font-size:26px}.orders-header-card p{color:#5a6b80;margin:0}.orders-count{color:#1f6fd1;background:#edf4ff;border-radius:999px;padding:10px 16px;font-weight:900}.orders-card{padding:26px}.orders-loading{color:#123d73;margin:0;font-weight:800}.empty-orders{flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.empty-orders h3{color:#123d73;margin:0 0 8px;font-size:24px}.empty-orders p{color:#5a6b80;margin:0 0 18px}.orders-table-wrap{width:100%;overflow-x:auto}.orders-table{border-collapse:collapse;width:100%}.orders-table th{text-align:left;color:#123d73;border-bottom:1px solid #e5edf7;padding:14px;font-size:14px}.orders-table td{color:#31465f;border-bottom:1px solid #eef3f9;padding:16px 14px}.orders-table td strong{color:#123d73}.orders-table td:last-child{white-space:nowrap;width:1%}.continue-shopping,.view-order-btn,.back-orders-btn,.pay-order-btn,.delete-order-btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:9px 15px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.continue-shopping,.view-order-btn,.back-orders-btn{color:#1f6fd1;background:#edf4ff}.continue-shopping:hover,.view-order-btn:hover,.back-orders-btn:hover{background:#dfeeff;transform:translateY(-1px)}.pay-order-btn{color:#198754;background:#e7f8ef;margin-left:8px}.pay-order-btn:hover{background:#d5f3e3;transform:translateY(-1px)}.delete-order-btn{color:#dc3545;background:#fff1f1;margin-left:8px}.delete-order-btn:hover{background:#ffe1e1;transform:translateY(-1px)}.order-status{border-radius:999px;align-items:center;padding:7px 11px;font-size:13px;font-weight:900;display:inline-flex}.order-status.success{color:#198754;background:#e7f8ef}.order-status.pending{color:#946200;background:#fff3cd}.order-status.danger{color:#dc3545;background:#fdecec}.order-status.normal{color:#1f6fd1;background:#edf4ff}.order-details-grid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.order-items-list{flex-direction:column;gap:14px;display:flex}.order-item-row{background:#f5f8fd;border-radius:14px;justify-content:space-between;gap:16px;padding:16px;display:flex}.order-item-row h4{color:#123d73;margin:0 0 5px}.order-item-row p,.order-item-row span{color:#5a6b80;margin:0}.order-item-price{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.order-item-price strong{color:#123d73}.order-item-price small{color:#5a6b80}.order-summary-box{position:sticky;top:20px}.order-summary-box h3,.orders-card h3{color:#123d73;margin:0 0 20px}.summary-line,.summary-total-line{color:#5a6b80;justify-content:space-between;gap:16px;margin-bottom:14px;display:flex}.summary-line strong{color:#123d73;text-align:right}.summary-divider{background:#e4ebf5;height:1px;margin:18px 0}.summary-total-line{color:#123d73;font-size:20px;font-weight:900}@media (width<=1000px){.order-details-grid{grid-template-columns:1fr}.order-summary-box{position:static}}@media (width<=700px){.orders-header-card{flex-direction:row;align-items:center;gap:12px;padding:20px}.orders-header-card h2{font-size:22px}.orders-header-card p{font-size:14px}.orders-count{white-space:nowrap;padding:8px 12px;font-size:13px}.orders-card{padding:18px}.orders-table-wrap{overflow-x:visible}.orders-table,.orders-table thead,.orders-table tbody,.orders-table tr,.orders-table th,.orders-table td{width:100%;display:block}.orders-table thead{display:none}.orders-table tr{box-sizing:border-box;background:#fff;border:1px solid #e5edf7;border-radius:16px;margin-bottom:14px;padding:14px;box-shadow:0 8px 22px #0f2f590f}.orders-table td{white-space:normal;border-bottom:none;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.orders-table td:first-child:before{content:"Order"}.orders-table td:nth-child(2):before{content:"Date"}.orders-table td:nth-child(3):before{content:"Status"}.orders-table td:nth-child(4):before{content:"Total"}.orders-table td:nth-child(5):before{content:"Currency"}.orders-table td:before{color:#6b7f95;flex-shrink:0;font-size:13px;font-weight:800}.orders-table td:last-child{border-top:1px solid #eef3f9;flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%;margin-top:8px;padding-top:12px;display:flex}.orders-table td:last-child:before{content:"";display:none}.view-order-btn,.pay-order-btn,.delete-order-btn{min-width:88px;height:38px;margin-left:0;padding:8px 13px}.order-item-row{flex-direction:column}.order-item-price{align-items:flex-start}}.discount-row strong{color:#198754}@page{size:A4;margin:0}.invoice-print{color:#0b2f5f;box-sizing:border-box;background:#fff;width:210mm;min-height:297mm;padding:18mm;font-family:Arial,sans-serif}.invoice-top{border-bottom:2px solid #e6edf7;justify-content:space-between;gap:32px;margin-bottom:24px;padding-bottom:24px;display:flex}.invoice-top h1{letter-spacing:2px;color:#0b2f5f;margin:0 0 16px;font-size:38px}.company-name{color:#1d3858;margin:0 0 8px;font-weight:800}.invoice-top p{color:#334b68;margin:8px 0}.invoice-meta-box{box-sizing:border-box;background:#f4f8fd;border:1px solid #dfe9f6;border-radius:14px;width:280px;padding:18px}.invoice-meta-box h2{color:#0b2f5f;word-break:break-word;margin:0 0 16px;font-size:18px}.invoice-meta-box p{justify-content:space-between;gap:14px;margin:10px 0;display:flex}.paid-badge{color:#198754;background:#e7f8ef;border-radius:999px;padding:4px 10px}.invoice-info-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px;display:grid}.invoice-info-card{background:#fff;border:1px solid #e1eaf5;border-radius:14px;padding:16px}.invoice-info-card h3{color:#0b2f5f;margin:0 0 12px;font-size:16px}.invoice-info-card p{color:#334b68;margin:8px 0}.invoice-info-card p span{color:#6b7f95;min-width:78px;display:inline-block}.invoice-items-table{border-collapse:collapse;width:100%;margin-top:18px}.invoice-items-table th{color:#fff;text-align:left;background:#0b2f5f;padding:13px 12px;font-size:14px}.invoice-items-table th:first-child{border-top-left-radius:10px}.invoice-items-table th:last-child{border-top-right-radius:10px}.invoice-items-table td{color:#1d3858;border-bottom:1px solid #e7eef7;padding:13px 12px;font-size:14px}.invoice-items-table tbody tr:nth-child(2n){background:#f8fbff}.center{text-align:center}.right{text-align:right}.invoice-total-box{border:1px solid #dfe9f6;border-radius:14px;width:320px;margin-top:26px;margin-left:auto;overflow:hidden}.invoice-total-box div{color:#334b68;border-bottom:1px solid #e7eef7;justify-content:space-between;padding:13px 16px;display:flex}.invoice-total-box div:last-child{border-bottom:none}.invoice-grand-total{color:#fff;background:#0b2f5f;font-size:18px;font-weight:900}.invoice-footer{color:#60748c;border-top:1px solid #e6edf7;margin-top:60px;padding-top:18px;font-size:13px}.invoice-footer p{margin:6px 0}.invoices-page{width:100%}.invoices-header-card,.invoices-card{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.invoices-header-card{justify-content:space-between;align-items:center;margin-bottom:24px;padding:26px;display:flex}.invoices-header-card h2{color:#123d73;margin:0 0 6px;font-size:26px}.invoices-header-card p{color:#5a6b80;margin:0}.invoices-count{color:#1f6fd1;background:#edf4ff;border-radius:999px;padding:10px 16px;font-weight:900}.invoices-card{padding:26px}.invoices-loading{color:#123d73;margin:0;font-weight:800}.empty-invoices{flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.empty-invoices h3{color:#123d73;margin:0 0 8px;font-size:24px}.empty-invoices p{color:#5a6b80;margin:0 0 18px}.invoices-table-wrap{width:100%;overflow-x:auto}.invoices-table{border-collapse:collapse;width:100%}.invoices-table th{text-align:left;color:#123d73;border-bottom:1px solid #e5edf7;padding:14px;font-size:14px}.invoices-table td{color:#31465f;border-bottom:1px solid #eef3f9;padding:16px 14px}.invoices-table td strong{color:#123d73}.invoices-table td:last-child{white-space:nowrap;width:1%}.go-orders-btn,.view-order-btn,.print-invoice-btn,.download-invoice-btn{cursor:pointer;box-sizing:border-box;border:none;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:9px 15px;font-size:13px;font-weight:900;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex}.go-orders-btn,.view-order-btn{color:#1f6fd1;background:#edf4ff}.go-orders-btn:hover,.view-order-btn:hover{background:#dfeeff;transform:translateY(-1px)}.print-invoice-btn{color:#d97706;background:#fff6e6}.print-invoice-btn:hover{background:#ffedcc;transform:translateY(-1px)}.download-invoice-btn{color:#198754;background:#e7f8ef}.download-invoice-btn:hover{background:#d5f3e3;transform:translateY(-1px)}.invoice-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.invoice-status{border-radius:999px;align-items:center;padding:7px 11px;font-size:13px;font-weight:900;display:inline-flex}.invoice-status.success{color:#198754;background:#e7f8ef}.invoice-status.pending{color:#946200;background:#fff3cd}.invoice-status.danger{color:#dc3545;background:#fdecec}.invoice-status.normal{color:#1f6fd1;background:#edf4ff}.print-area{visibility:hidden;pointer-events:none;z-index:-99999;width:210mm;height:0;position:fixed;top:0;left:0;overflow:hidden}.print-area .invoice-print{visibility:hidden}@media (width<=700px){.invoices-header-card{flex-direction:row;align-items:center;gap:12px;padding:20px}.invoices-header-card h2{font-size:22px}.invoices-header-card p{font-size:14px}.invoices-count{white-space:nowrap;padding:8px 12px;font-size:13px}.invoices-card{padding:18px}.invoices-table-wrap{overflow-x:visible}.invoices-table,.invoices-table thead,.invoices-table tbody,.invoices-table tr,.invoices-table th,.invoices-table td{width:100%;display:block}.invoices-table thead{display:none}.invoices-table tr{box-sizing:border-box;background:#fff;border:1px solid #e5edf7;border-radius:16px;margin-bottom:14px;padding:14px;box-shadow:0 8px 22px #0f2f590f}.invoices-table td{white-space:normal;border-bottom:none;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.invoices-table td:first-child:before{content:"Invoice"}.invoices-table td:nth-child(2):before{content:"Date"}.invoices-table td:nth-child(3):before{content:"Status"}.invoices-table td:nth-child(4):before{content:"Amount"}.invoices-table td:nth-child(5):before{content:"Currency"}.invoices-table td:before{color:#6b7f95;flex-shrink:0;font-size:13px;font-weight:800}.invoices-table td:last-child{border-top:1px solid #eef3f9;width:100%;margin-top:8px;padding-top:12px;display:block}.invoices-table td:last-child:before{content:"";display:none}.invoice-actions{justify-content:flex-start;gap:8px}.view-order-btn,.print-invoice-btn,.download-invoice-btn{min-width:92px;height:38px;padding:8px 13px}.empty-invoices{text-align:center;min-height:230px}}@media print{.print-area{visibility:visible;pointer-events:auto;z-index:9999;width:210mm;height:auto;position:static;overflow:visible}.print-area .invoice-print{visibility:visible}}.payments-page{width:100%}.payments-header-card,.payments-card{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.payments-header-card{justify-content:space-between;align-items:center;margin-bottom:24px;padding:26px;display:flex}.payments-header-card h2{color:#123d73;margin:0 0 6px;font-size:26px}.payments-header-card p{color:#5a6b80;margin:0}.payments-count{color:#1f6fd1;background:#edf4ff;border-radius:999px;padding:10px 16px;font-weight:900}.payments-card{padding:26px}.payments-loading{color:#123d73;margin:0;font-weight:800}.empty-payments{flex-direction:column;justify-content:center;align-items:center;min-height:260px;display:flex}.empty-icon{margin-bottom:12px;font-size:42px}.empty-payments h3{color:#123d73;margin:0 0 8px;font-size:24px}.empty-payments p{color:#5a6b80;margin:0}.payments-table-wrap{width:100%;overflow-x:auto}.payments-table{border-collapse:collapse;width:100%}.payments-table th{text-align:left;color:#123d73;white-space:nowrap;border-bottom:1px solid #e5edf7;padding:14px;font-size:14px}.payments-table td{color:#31465f;white-space:nowrap;border-bottom:1px solid #eef3f9;padding:16px 14px}.payments-table td strong{color:#123d73}.payments-table td:last-child{white-space:nowrap;width:1%}.payment-status{border-radius:999px;justify-content:center;align-items:center;padding:7px 11px;font-size:13px;font-weight:900;display:inline-flex}.payment-status.success{color:#198754;background:#e7f8ef}.payment-status.pending{color:#946200;background:#fff3cd}.payment-status.danger{color:#dc3545;background:#fdecec}.payment-status.refunded{color:#6842c2;background:#eee8ff}.payment-status.normal{color:#1f6fd1;background:#edf4ff}.view-payment-btn,.delete-payment-btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:9px 15px;font-size:13px;font-weight:900;transition:transform .18s,background .18s;display:inline-flex}.view-payment-btn{color:#1f6fd1;background:#edf4ff}.view-payment-btn:hover{background:#dfeeff;transform:translateY(-1px)}.view-payment-btn:disabled{opacity:.6;cursor:not-allowed}.delete-payment-btn{color:#dc3545;background:#fff1f1;margin-left:8px}.delete-payment-btn:hover{background:#ffe1e1;transform:translateY(-1px)}.payment-details-overlay{z-index:9999;background:#05162d8c;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.payment-details-modal{background:#fff;border-radius:22px;width:min(760px,100%);max-height:90vh;padding:26px;overflow-y:auto;box-shadow:0 30px 80px #00000038}.payment-details-header{border-bottom:1px solid #e6edf7;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;padding-bottom:18px;display:flex}.payment-details-header h3{color:#123d73;margin:0 0 6px;font-size:24px}.payment-details-header p{color:#5a6b80;margin:0}.close-details-btn{color:#123d73;cursor:pointer;background:#f1f5fb;border:none;border-radius:12px;width:40px;height:40px;font-size:28px;line-height:1}.payment-details-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.payment-details-grid>div{background:#fbfdff;border:1px solid #e1eaf5;border-radius:14px;padding:14px}.payment-details-grid span{color:#6b7f95;margin-bottom:7px;font-size:13px;display:block}.payment-details-grid strong{color:#123d73;word-break:break-word}.payment-note-box{color:#5a6b80;background:#f8fbff;border:1px solid #e1eaf5;border-radius:16px;margin-top:18px;padding:16px}.payment-note-box p{margin:0;line-height:1.6}@media (width<=700px){.payments-header-card{flex-direction:row;align-items:center;gap:12px;padding:20px}.payments-header-card h2{font-size:22px}.payments-header-card p{font-size:14px}.payments-count{white-space:nowrap;padding:8px 12px;font-size:13px}.payments-card{padding:18px}.payments-table-wrap{overflow-x:visible}.payments-table,.payments-table thead,.payments-table tbody,.payments-table tr,.payments-table th,.payments-table td{width:100%;display:block}.payments-table thead{display:none}.payments-table tr{box-sizing:border-box;background:#fff;border:1px solid #e5edf7;border-radius:16px;margin-bottom:14px;padding:14px;box-shadow:0 8px 22px #0f2f590f}.payments-table td{white-space:normal;border-bottom:none;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.payments-table td:first-child:before{content:"Payment"}.payments-table td:nth-child(2):before{content:"Order"}.payments-table td:nth-child(3):before{content:"Provider"}.payments-table td:nth-child(4):before{content:"Date"}.payments-table td:nth-child(5):before{content:"Status"}.payments-table td:nth-child(6):before{content:"Amount"}.payments-table td:nth-child(7):before{content:"Currency"}.payments-table td:before{color:#6b7f95;flex-shrink:0;font-size:13px;font-weight:800}.payments-table td:last-child{border-top:1px solid #eef3f9;flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%;margin-top:8px;padding-top:12px;display:flex}.payments-table td:last-child:before{content:"";display:none}.view-payment-btn,.delete-payment-btn{min-width:88px;height:38px;margin-left:0;padding:8px 13px}.payment-details-overlay{align-items:flex-start;padding:14px;overflow-y:auto}.payment-details-modal{border-radius:18px;max-height:none;padding:18px}.payment-details-grid{grid-template-columns:1fr}.payment-details-header h3{font-size:21px}}.profile-page{width:100%}.profile-header-card,.profile-card{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.profile-header-card{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;padding:26px;display:flex}.profile-header-card h2,.profile-card h3{color:#123d73;margin:0 0 8px}.profile-header-card h2{font-size:26px}.profile-header-card p{color:#5a6b80;margin:0}.profile-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:24px;display:grid}.profile-card{padding:26px}.profile-card:first-child,.profile-card:nth-child(2){grid-column:1}.profile-card:nth-child(3){grid-area:1/2/span 2}.profile-loading{color:#123d73;margin:0;font-weight:800}.profile-info-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.profile-info-grid div{background:#fbfdff;border:1px solid #e1eaf5;border-radius:14px;padding:16px}.profile-info-grid span{color:#6b7f95;margin-bottom:7px;font-size:13px;display:block}.profile-info-grid strong{color:#123d73;word-break:break-word}.profile-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.profile-field{flex-direction:column;display:flex}.profile-field.full{grid-column:1/-1}.profile-field label{color:#123d73;margin-bottom:8px;font-size:14px;font-weight:900}.profile-field input{color:#123d73;box-sizing:border-box;background:#fff;border:1px solid #d5e2f1;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:15px}.profile-field input:focus{border-color:#327be0;box-shadow:0 0 0 3px #327be01f}.profile-checkbox{color:#31465f;align-items:center;gap:9px;font-weight:800;line-height:1.4;display:flex}.profile-checkbox input{accent-color:#327be0;width:16px;height:16px}.profile-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.save-profile-btn,.new-address-btn,.delete-address-btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:130px;height:42px;padding:0 18px;font-size:14px;font-weight:900;transition:transform .18s,background .18s;display:inline-flex}.save-profile-btn,.new-address-btn{color:#1f6fd1;background:#edf4ff}.save-profile-btn:hover,.new-address-btn:hover{background:#dfeeff;transform:translateY(-1px)}.delete-address-btn{color:#dc3545;background:#fff1f1}.delete-address-btn:hover{background:#ffe1e1;transform:translateY(-1px)}.no-addresses{color:#5a6b80;margin:0}.address-list{flex-direction:column;gap:12px;display:flex}.address-item{text-align:left;cursor:pointer;background:#fbfdff;border:1px solid #e1eaf5;border-radius:14px;width:100%;padding:15px;transition:transform .18s,border-color .18s,box-shadow .18s}.address-item:hover,.address-item.active{border-color:#327be0;transform:translateY(-1px);box-shadow:0 8px 20px #327be01f}.address-item strong{color:#123d73;margin-bottom:6px;display:block}.address-item span{color:#5a6b80;line-height:1.5;display:block}.address-item small{color:#327be0;margin-top:6px;font-weight:900;display:block}@media (width<=1100px){.profile-grid{grid-template-columns:1fr}.profile-card:first-child,.profile-card:nth-child(2),.profile-card:nth-child(3){grid-area:auto}.address-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=700px){.profile-header-card{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}.profile-header-card h2{font-size:22px}.profile-header-card p{font-size:14px;line-height:1.5}.profile-card{padding:18px}.profile-form-grid,.profile-info-grid{grid-template-columns:1fr}.profile-field input{min-height:44px;font-size:14px}.profile-actions{flex-direction:column}.save-profile-btn,.new-address-btn,.delete-address-btn{width:100%;height:42px}.address-list{grid-template-columns:1fr}.profile-checkbox{align-items:flex-start}}.register-page{background:#eef3f8;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.register-card{background:#fff;border-radius:10px;width:100%;max-width:350px;padding:36px 32px 28px;box-shadow:0 18px 45px #0f2f591f}.register-icon{color:#fff;background:#327be0;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto 20px;font-size:34px;display:flex}.register-card h1{color:#123d73;text-align:center;margin:0 0 26px;font-size:32px}.register-field{margin-bottom:16px}.register-field label{color:#123d73;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.register-field input{color:#123d73;box-sizing:border-box;background:#eaf2ff;border:1px solid #cfdced;border-radius:5px;outline:none;width:100%;height:48px;padding:0 14px;font-size:15px}.register-field input:focus{border-color:#327be0;box-shadow:0 0 0 3px #327be01f}.register-btn{color:#fff;cursor:pointer;background:#287bd8;border:none;border-radius:5px;width:100%;height:48px;margin-top:8px;font-size:16px;font-weight:900}.register-btn:disabled{opacity:.7;cursor:not-allowed}.login-link{color:#0056c9;margin-top:18px;font-size:14px;text-decoration:none;display:block}.login-link:hover{text-decoration:underline}.guest-cart-page{width:100%}.guest-cart-header-card,.guest-cart-card,.guest-cart-summary,.guest-cart-item{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.guest-cart-header-card{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;padding:26px;display:flex}.guest-cart-header-card h2{color:#123d73;margin:0 0 6px;font-size:26px}.guest-cart-header-card p{color:#5a6b80;margin:0}.guest-cart-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.guest-cart-count,.guest-shop-link-btn{color:#1f6fd1;background:#edf4ff;border:none;border-radius:999px;padding:10px 16px;font-weight:900;text-decoration:none}.guest-shop-link-btn.secondary{color:#198754;background:#e7f8ef}.guest-cart-grid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.guest-cart-items{flex-direction:column;gap:16px;display:flex}.guest-cart-item{grid-template-columns:92px 1fr 130px 110px 90px;align-items:center;gap:18px;padding:18px;display:grid}.guest-cart-item-image{background:#f2f6fb;border-radius:16px;justify-content:center;align-items:center;width:92px;height:92px;display:flex;overflow:hidden}.guest-cart-item-image img{object-fit:contain;width:100%;height:100%}.guest-cart-item-image span{font-size:34px}.guest-cart-item-info h3{color:#123d73;margin:0 0 6px;font-size:18px}.guest-cart-item-info p{color:#627386;margin:0 0 8px}.guest-cart-item-price{color:#1f6fd1;font-weight:800}.guest-quantity-control{background:#f2f6fb;border-radius:12px;justify-content:space-between;align-items:center;height:42px;display:flex;overflow:hidden}.guest-quantity-control button{color:#123d73;cursor:pointer;background:0 0;border:none;width:40px;height:42px;font-size:20px;font-weight:800}.guest-quantity-control span{color:#123d73;font-weight:800}.guest-line-total{color:#123d73;font-weight:900}.guest-remove-btn{color:#d93025;cursor:pointer;background:#fff0f0;border:none;border-radius:12px;padding:10px 12px;font-weight:800}.guest-cart-summary{padding:24px;position:sticky;top:20px}.guest-cart-summary h3{color:#123d73;margin:0 0 20px;font-size:22px}.guest-summary-row,.guest-summary-total{color:#5a6b80;justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.guest-summary-row strong{color:#123d73;text-align:right}.guest-postage-row span{align-items:center;gap:8px;display:inline-flex}.guest-postage-note{color:#5a6b80;margin:-8px 0 16px;font-size:13px;line-height:1.5}.guest-summary-divider{background:#e4ebf5;height:1px;margin:18px 0}.guest-summary-total{color:#123d73;font-size:20px}.guest-summary-total strong{color:#123d73}.guest-discount-box{background:#f8fbff;border:1px solid #e4ebf5;border-radius:14px;margin:18px 0;padding:14px}.guest-discount-box label{color:#123d73;margin-bottom:8px;font-size:14px;font-weight:900;display:block}.guest-discount-input-row{gap:8px;display:flex}.guest-discount-input-row input{color:#123d73;border:1px solid #d5e2f1;border-radius:12px;outline:none;flex:1;min-width:0;height:42px;padding:0 12px}.guest-discount-input-row button{color:#fff;cursor:pointer;background:#123d73;border:none;border-radius:12px;min-width:78px;font-weight:900}.guest-discount-input-row button:disabled{opacity:.65;cursor:not-allowed}.guest-remove-discount-link{color:#dc3545;cursor:pointer;background:0 0;border:none;margin-top:10px;padding:0;font-weight:800}.guest-discount-row strong{color:#198754}.guest-checkout-btn,.guest-login-checkout-btn{cursor:pointer;border:none;border-radius:14px;width:100%;height:50px;font-size:16px;font-weight:900}.guest-checkout-btn{color:#fff;background:#327be0;margin-top:12px}.guest-login-checkout-btn{color:#1f6fd1;background:#edf4ff;margin-top:10px}.guest-empty-cart{text-align:center;padding:50px 24px}.guest-empty-icon{margin-bottom:12px;font-size:52px}.guest-empty-cart h3{color:#123d73;margin:0 0 8px;font-size:24px}.guest-empty-cart p{color:#5a6b80;margin:0 0 22px}.guest-continue-shopping{color:#fff;background:#327be0;border-radius:12px;justify-content:center;align-items:center;height:46px;padding:0 24px;font-weight:800;text-decoration:none;display:inline-flex}.guest-cart-loading{color:#123d73;margin:0;padding:30px;font-weight:800}@media (width<=1100px){.guest-cart-grid{grid-template-columns:1fr}.guest-cart-summary{position:static}.guest-cart-item{grid-template-columns:82px 1fr}.guest-quantity-control,.guest-line-total,.guest-remove-btn{grid-column:2}}@media (width<=700px){.guest-cart-header-card{flex-direction:column;align-items:flex-start}.guest-cart-header-actions{justify-content:flex-start}.guest-shop-link-btn,.guest-cart-count{padding:9px 12px;font-size:13px}}.guest-checkout-page{width:100%}.guest-checkout-header-card,.guest-checkout-card,.guest-checkout-summary-card{background:#fff;border-radius:18px;box-shadow:0 12px 35px #0f2f5914}.guest-checkout-header-card{justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;padding:26px;display:flex}.guest-checkout-header-card h2{color:#123d73;margin:0 0 6px;font-size:26px}.guest-checkout-header-card p{color:#5a6b80;margin:0}.guest-back-cart-btn{color:#1f6fd1;cursor:pointer;background:#edf4ff;border:none;border-radius:12px;height:44px;padding:0 18px;font-weight:900}.guest-checkout-grid{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}.guest-checkout-card{padding:26px}.guest-checkout-card h3,.guest-checkout-summary-card h3{color:#123d73;margin:0 0 16px;font-size:22px}.guest-checkout-note{color:#5a6b80;margin:0 0 18px;line-height:1.6}.guest-checkout-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.guest-checkout-field{flex-direction:column;display:flex}.guest-checkout-field.full{grid-column:1/-1}.guest-checkout-field label{color:#123d73;margin-bottom:8px;font-size:14px;font-weight:900}.guest-checkout-field input{color:#123d73;box-sizing:border-box;border:1px solid #d5e2f1;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 14px;font-size:15px}.guest-checkout-field input:focus{border-color:#327be0;box-shadow:0 0 0 3px #327be01f}.guest-checkout-summary-card{padding:24px;position:sticky;top:20px}.guest-checkout-items{flex-direction:column;gap:12px;display:flex}.guest-checkout-item{background:#f3f7fc;border-radius:14px;justify-content:space-between;gap:12px;padding:14px;display:flex}.guest-checkout-item strong{color:#123d73;margin-bottom:4px;display:block}.guest-checkout-item span,.guest-checkout-item small{color:#5a6b80;margin-top:3px;display:block}.guest-checkout-item b{color:#123d73;white-space:nowrap}.guest-checkout-divider{background:#e4ebf5;height:1px;margin:18px 0}.guest-checkout-summary-row,.guest-checkout-total{color:#5a6b80;justify-content:space-between;gap:16px;margin-bottom:14px;display:flex}.guest-checkout-summary-row strong{color:#123d73;text-align:right}.guest-checkout-shipping-note{color:#5a6b80;margin:-6px 0 14px;font-size:13px;line-height:1.5}.guest-checkout-discount-row strong{color:#198754}.guest-checkout-total{color:#123d73;font-size:20px}.guest-checkout-total strong{color:#123d73}.guest-pay-now-btn{color:#fff;cursor:pointer;background:#327be0;border:none;border-radius:14px;width:100%;height:50px;margin-top:12px;font-size:16px;font-weight:900}.guest-pay-now-btn:disabled{opacity:.7;cursor:not-allowed}.guest-checkout-secure-note{text-align:center;color:#6b7f95;margin:14px 0 0;font-size:13px}.guest-checkout-loading{color:#123d73;margin:0;padding:30px;font-weight:800}@media (width<=1100px){.guest-checkout-grid{grid-template-columns:1fr}.guest-checkout-summary-card{position:static}}@media (width<=700px){.guest-checkout-header-card{flex-direction:column;align-items:flex-start}.guest-checkout-form-grid{grid-template-columns:1fr}.guest-back-cart-btn{width:100%}}.guest-result-page{justify-content:center;align-items:center;width:100%;min-height:65vh;display:flex}.guest-result-card{text-align:center;background:#fff;border:1px solid #e5edf7;border-radius:22px;width:min(560px,100%);padding:38px 28px;box-shadow:0 18px 45px #0f2f591a}.guest-result-icon{margin-bottom:16px;font-size:54px}.guest-result-card h2{color:#123d73;margin:0 0 12px;font-size:28px}.guest-result-card p{color:#5a6b80;max-width:430px;margin:0 auto 24px;line-height:1.7}.guest-result-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.guest-result-btn{color:#fff;background:#327be0;border-radius:14px;justify-content:center;align-items:center;min-width:160px;height:46px;font-weight:900;text-decoration:none;display:inline-flex}.guest-result-btn.secondary{color:#1f6fd1;background:#edf4ff}.guest-result-card.success{border-top:5px solid #198754}.guest-result-card.cancel{border-top:5px solid #f59e0b}@media (width<=600px){.guest-result-page{align-items:flex-start;padding-top:20px}.guest-result-actions{flex-direction:column}.guest-result-btn{width:100%}}body{margin:0;font-family:Arial,Helvetica,sans-serif}
