*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:16px;line-height:1.6;color:#1a1a1a;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;height:auto;display:block}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{justify-content:space-between}.header .container,.logo{display:flex;align-items:center}.logo{gap:12px;text-decoration:none;transition:transform .2s}.logo:hover{transform:scale(1.05)}.logo-icon{width:40px;height:40px;border-radius:10px}.logo-text{display:flex;gap:6px;font-size:24px;font-weight:700}.logo-main{color:#1a1a1a}.logo-accent{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:32px}.nav a{color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s}.nav a:hover{color:#1a1a1a}.nav-user-email{color:#6b7280;font-size:14px;padding:4px 8px}.nav-logout-btn{padding:6px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.nav-logout-btn:hover{background:#dc2626}.nav-auth-link{padding:6px 16px;background:#667eea;color:#fff!important;border-radius:6px;font-weight:600;transition:background .2s}.nav-auth-link:hover{background:#5a67d8;color:#fff!important}.currency-selector{position:relative}.currency-button{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.currency-button:hover{background:#e5e7eb;color:#1a1a1a}.currency-button svg{width:16px;height:16px}.currency-dropdown{position:absolute;right:0;top:100%;margin-top:4px;width:120px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;z-index:1000}.currency-option{display:block;width:100%;padding:10px 16px;text-align:left;font-size:14px;color:#4b5563;background:#fff;border:none;cursor:pointer;transition:all .2s}.currency-option:hover{background:#f3f4f6;color:#1a1a1a}.currency-option.active{background:#667eea;color:#fff}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:100px 0}.hero-content{max-width:700px;margin:0 auto}.hero h1{font-size:48px;font-weight:700;margin-bottom:24px;line-height:1.2}.hero-subtitle{opacity:.95;margin-bottom:32px;line-height:1.5}.features{padding:80px 0;background:#f9fafb}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.feature-card{background:#fff;padding:32px;border-radius:12px;text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#1a1a1a}.feature-card p{color:#6b7280;font-size:14px}.section{padding:80px 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.section-header h2{font-size:32px;font-weight:700}.link{color:#667eea;text-decoration:none;font-weight:500}.link:hover{text-decoration:underline}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.products-grid-all{grid-template-columns:repeat(4,1fr)}.product-card{display:block;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e5e7eb;transition:transform .2s,box-shadow .2s;text-decoration:none}.product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.product-image{height:200px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-content{padding:24px}.product-title{font-size:18px;font-weight:600;margin-bottom:12px;color:#1a1a1a;text-decoration:none}.product-description{color:#6b7280;font-size:14px;margin-bottom:16px;line-height:1.5;text-decoration:none}.product-features{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.feature-tag{background:#f3f4f6;color:#4b5563;padding:4px 12px;border-radius:6px;font-size:12px}.product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e7eb}.product-price{font-size:20px;font-weight:700;color:#667eea}.btn{display:inline-block;padding:12px 24px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:14px}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5a67d8}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea}.btn-sm{padding:8px 16px;font-size:13px}.btn-large{padding:16px 32px;font-size:16px}.product-detail{padding:80px 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.product-detail-image{background:#f3f4f6;border-radius:12px;height:500px}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:10px}.product-info h1{font-size:36px;margin-bottom:16px;color:#1a1a1a}.product-info .description{font-size:16px;color:#6b7280;margin-bottom:32px;line-height:1.8}.features ul{list-style:none;padding:0}.features li{padding:8px 0 8px 24px;position:relative;color:#4b5563}.features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.price-section{display:flex;align-items:center;gap:24px;padding:24px;background:#f9fafb;border-radius:12px}.price-section .price{font-size:32px;font-weight:700;color:#1a1a1a}.price.price-large{font-size:36px;font-weight:700;color:#1a1a1a}.buy-button{padding:16px 48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.buy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.buy-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cloak-checkout{max-width:600px;margin:0 auto;padding:32px 16px}@media (min-width:768px){.cloak-checkout{padding:48px 24px}}.checkout-header{text-align:center;margin-bottom:32px}.checkout-header h1{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.checkout-header p{font-size:16px;color:#6b7280}.checkout-card{background:#fff;border-radius:16px;border:1px solid #e5e7eb;overflow:hidden}.order-summary-section{padding:16px 24px;border-bottom:1px solid #f1f5f9}.order-item-row{display:flex;align-items:flex-start;gap:12px}.order-item-row+.order-item-row{margin-top:12px}.order-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #f1f5f9;flex-shrink:0}.order-item-info{flex:1 1;min-width:0}.shipping-address-form{padding:12px 0;margin-bottom:12px}.shipping-address-label{font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.shipping-form-grid{display:flex;flex-direction:column;gap:8px}.shipping-form-input{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#334155;background:#fff;transition:border-color .15s;box-sizing:border-box;outline:none}.shipping-form-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.shipping-form-input::placeholder{color:#94a3b8;font-size:12px}.shipping-form-row{display:flex;gap:8px;align-items:flex-start}.shipping-form-row .shipping-form-input{flex:1 1;min-width:0}.shipping-field-wrapper{display:flex;flex-direction:column}.shipping-form-label{font-size:12px;font-weight:500;color:#475569;margin-bottom:4px;padding-left:2px}.shipping-form-required{color:#ef4444}.shipping-form-input-error{border-color:#ef4444!important;box-shadow:0 0 0 1px rgba(239,68,68,.15)!important}.shipping-form-error{color:#ef4444;font-size:11px;margin-top:3px;padding-left:2px}.shipping-form-select{-moz-appearance:auto;appearance:auto;-webkit-appearance:auto;cursor:pointer}.phone-code-select{width:72px!important;padding:8px 4px;font-size:13px;text-align:center;flex-shrink:0}.checkout-trust-strip{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:12px 0 4px;border-top:1px solid #f1f5f9;margin-top:8px}.checkout-trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b}.billing-same-checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:12px auto -12px;position:relative;padding-left:15px}.billing-same-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb;cursor:pointer;margin:0}.order-product-name{font-size:14px;font-weight:500;color:#334155;margin-bottom:4px;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-product-detail{font-size:12px;color:#94a3b8}.price-row{display:flex;justify-content:space-between;align-items:center}.price-row .label{font-size:13px;font-weight:500;color:#64748b;letter-spacing:.05em}.price-row .price{font-size:16px;font-weight:600;color:#1e293b}.coupon-section{margin-top:20px;display:flex;gap:12px;align-items:center}.coupon-input{flex:1 1;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:border-color .2s}.coupon-input:focus{outline:none;border-color:#667eea}.coupon-btn{padding:12px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.coupon-btn:hover{background:#2d2d2d}.coupon-btn:disabled{background:#9ca3af;cursor:not-allowed}.payment-form-section{padding:24px;background:#fff}.payment-actions-wrapper{background:#fff;margin-top:-100px}.express-section{padding:16px 24px 8px}.express-section-hidden{padding:8px 24px 24px}.divider{padding:8px 24px 0}.divider-line{background:#e5e7eb}.divider-text{color:#9ca3af}.payment-actions{padding:24px;background:#fff}.pay-btn{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.pay-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.pay-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.trust-section{padding:60px 0;background:#f9fafb}.badge{display:flex;align-items:center;gap:12px;color:#4b5563}.badge-icon{font-size:24px;color:#667eea}.footer{background:#1a1a1a;color:#fff;padding:64px 0 32px}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:64px;gap:64px;margin-bottom:48px}.footer-section h3,.footer-section h4{font-size:18px;font-weight:600;margin-bottom:16px}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:8px;transition:color .2s}.footer-bottom{text-align:center;padding-top:32px;border-top:1px solid #374151;color:#9ca3af}.footer-disclaimer{margin-top:12px;font-size:13px;opacity:.8}.payment-header{padding:16px 0;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px rgba(0,0,0,.05)}.payment-header .container{display:flex;justify-content:space-between;align-items:center}.payment-brand{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#1e293b}.payment-brand svg{width:28px;height:28px}.payment-badge{display:flex;align-items:center;gap:8px;padding:4px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9999px;color:#16a34a;font-size:12px;font-weight:700;letter-spacing:.05em}.payment-badge svg{width:16px;height:16px}.payment-footer{padding:48px 0;margin-top:auto;border-top:1px solid #e2e8f0;background:#fff}.payment-footer-grid{display:grid;grid-template-columns:1fr;grid-gap:32px;gap:32px;text-align:center}@media (min-width:768px){.payment-footer-grid{grid-template-columns:1fr 1fr;text-align:left;max-width:896px;margin:0 auto 48px}}.payment-footer-section h4{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:16px;letter-spacing:.05em}.payment-footer-section p{font-size:14px;color:#64748b;line-height:1.6;max-width:448px;margin:0 auto}@media (min-width:768px){.payment-footer-section p{margin:0}}.payment-footer-section ul{list-style:none;padding:0;margin:0;display:flex;justify-content:space-around}.payment-footer-section ul li{margin-bottom:12px}.payment-footer-section ul li:last-child{margin-bottom:0}.payment-footer-section ul a,.payment-footer-section ul span{font-size:11px;color:#64748b;cursor:pointer;transition:color .2s;text-decoration:none}.payment-footer-section ul a:hover,.payment-footer-section ul span:hover{color:#2563eb}.payment-security-section{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:20px}.payment-card-brands{display:flex;align-items:center;justify-content:center;gap:16px}.payment-card-brand{width:44px;height:auto;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.payment-security-badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 24px;max-width:700px}.payment-security-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#64748b;white-space:nowrap}.payment-security-badge svg{color:#059669;flex-shrink:0}.payment-compliance-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px 12px;font-size:11px;color:#94a3b8}.payment-compliance-row .payment-card-brand{width:22px;border-radius:3px;box-shadow:none}.payment-compliance-dot{color:#d1d5db}@media (max-width:640px){.payment-security-badges{flex-direction:column;gap:8px}}.payment-footer-bottom{text-align:center;padding-top:32px;border-top:1px solid #e2e8f0;color:#94a3b8;font-size:14px}.payment-footer-bottom p{margin:0}.payment-policy-grid{grid-template-columns:1fr;text-align:center;margin:0 0 24px}@media (min-width:768px){.payment-policy-grid{grid-template-columns:1fr;text-align:center;max-width:720px}}.payment-policy-section ul{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px 12px;gap:8px 12px;justify-content:unset;justify-items:center}.payment-policy-section ul li{margin-bottom:0}.payment-policy-section ul a,.payment-policy-section ul span{font-size:13px;color:#1e293b;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.payment-policy-section ul a:hover,.payment-policy-section ul span:hover{color:#2563eb}@media (max-width:480px){.payment-policy-section ul{grid-template-columns:repeat(2,1fr)}}.payment-trust-items{display:flex;flex-direction:column;gap:14px;width:100%;max-width:520px;margin:0 auto 20px;text-align:left}.payment-trust-item{display:flex;align-items:flex-start;gap:12px}.payment-trust-icon{flex-shrink:0;color:#475569;margin-top:2px}.payment-trust-text{flex:1 1;min-width:0}.payment-trust-title{font-size:14px;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:2px}.payment-trust-desc{font-size:12.5px;color:#64748b;line-height:1.55}.secure-checkout-header{text-align:left;font-size:20px;font-weight:500;color:#94a3b8;padding:8px 16px 4px;letter-spacing:.5px}.business-checkout-wrapper{position:relative;max-width:540px;margin:0 auto;padding:16px}@media (min-width:768px){.business-checkout-wrapper{padding:24px}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.order-info-card{background:#fff;padding:20px 24px 12px;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #e5e7eb}@media (min-width:768px){.order-info-card{padding:24px 32px 14px}}.order-header{gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f1f5f9}.order-header,.order-icon{display:flex;align-items:center}.order-icon{width:48px;height:48px;background:#eff6ff;color:#2563eb;border-radius:50%;justify-content:center}.order-icon svg{width:24px;height:24px}.order-label{font-size:12px;font-weight:700;color:#64748b;letter-spacing:.05em;margin-bottom:4px}.order-ref{font-size:16px;font-weight:500;color:#1e293b;margin:0}.order-amount{margin-bottom:4px}.amount-label{font-size:12px;font-weight:700;color:#64748b;letter-spacing:.05em;margin-bottom:8px}.amount-value{font-size:30px;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:baseline;gap:4px;justify-content:right}.currency-label{font-size:14px;font-weight:400;color:#94a3b8}.payment-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.payment-header{padding:16px 24px;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.payment-header span{font-size:18px;font-weight:700;color:#334155}.refresh-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}.refresh-btn:hover{background:#dbeafe;border-color:#93c5fd}.payment-form{background:#fff}.payment-methods-section{padding:16px 8px;display:flex;flex-direction:column;gap:12px}.paypal-btn{width:100%;padding:0 16px;height:50px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#334155;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s,background .2s,opacity .2s}.paypal-btn:disabled{cursor:not-allowed;opacity:.7}.paypal-btn.paypal-btn-unavailable{background:#f3f4f6;color:#9ca3af;opacity:1}.paypal-spinner-ring{width:16px;height:16px;border:2px solid rgba(0,48,135,.25);border-top-color:#003087;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.express-section-new{position:relative;width:100%;min-height:46px;align-items:center;justify-content:center}.express-section-hidden-new{height:0;overflow:hidden;opacity:0;pointer-events:none}.express-real{width:100%;transition:max-height .3s ease,opacity .2s ease,padding .2s ease;overflow:hidden}.express-real-hidden{position:absolute;top:0;left:0;max-height:0;opacity:0;pointer-events:none;padding:0;margin:0;visibility:hidden}.express-real-expanded{position:relative;max-height:200px;opacity:1;visibility:visible;padding:10px}.express-spinner-inline{width:16px;height:16px;border:2.5px solid #e5e7eb;border-top-color:#64748b;border-radius:50%;animation:spin 1s linear infinite}.express-skeleton.express-skeleton-unavailable{background:#f3f4f6;color:#9ca3af;cursor:default}.express-skeleton.express-skeleton-unavailable:hover{border-color:#e5e7eb;background:#f3f4f6}.card-payment-group{position:relative;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.card-payment-group .card-toggle-btn{border:1px solid transparent;border-radius:0}.card-payment-group .card-toggle-btn:hover{background:#f8fafc}.card-payment-group .payment-footer-new{padding-bottom:16px}.card-payment-group .express-skeleton{border-radius:0;border:none;border-bottom:1px solid #e5e7eb}.card-payment-group .express-skeleton:hover{background:#f8fafc}.card-payment-group .express-skeleton.express-skeleton-unavailable:hover{background:#f3f4f6}.card-toggle-btn{width:100%;padding:0 16px;height:50px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#334155;font-size:15px;cursor:pointer;justify-content:space-between;transition:border-color .2s,background .2s}.card-toggle-btn,.card-toggle-left{font-weight:600;display:flex;align-items:center}.card-brand-icon{width:23px;height:auto;display:block;border-radius:3px}.payment-form-collapsed{position:absolute;top:0;left:0;width:100%;opacity:0;pointer-events:none;z-index:-1}.payment-form-expanded{position:relative;opacity:1;z-index:auto}.payment-footer-wrapper-new{position:relative;z-index:20;background:#fff;display:flex;flex-direction:column}.payment-footer-new{padding:8px 8px 24px;margin-top:-85px;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;background:#fff}@media screen and (min-width:375px){.payment-footer-new{margin-top:-60px}}.payment-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:100;border-radius:16px}.payment-loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}.payment-loading-text{margin-top:16px;font-size:14px;color:#64748b}.payment-footer-wrapper{position:relative;z-index:20;background:#fff;display:flex;flex-direction:column;min-height:125px;margin-top:-45px}.express-section{padding:0 24px 8px}.express-section-hidden{position:absolute;opacity:0;pointer-events:none;width:100%}.express-skeleton{width:100%;padding:0 16px;height:50px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#334155;font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:space-between;cursor:default;transition:border-color .2s,background .2s}.payment-footer{padding:8px 24px 24px;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end}.divider{display:flex;align-items:center;gap:16px;margin-bottom:16px}.divider-line{flex:1 1;height:1px;background:#f1f5f9}.divider-text{font-size:12px;font-weight:700;letter-spacing:.05em;color:#94a3b8}.complete-payment-btn{width:100%;padding:16px;background:#2563eb;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.complete-payment-btn:hover{background:#1d4ed8}.complete-payment-btn:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed}.refresh-page-btn{width:100%;padding:12px;background:transparent;color:#2563eb;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.refresh-page-btn:hover{background:#eff6ff}.btn-icon,.btn-spinner{width:20px;height:20px}.btn-spinner{border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}.business-checkout-wrapper .trust-badges{display:flex!important;flex-direction:column!important;justify-content:center;align-items:center;padding:4px 2px;margin-top:8px;background:#f1f3f6;border-radius:8px}.business-checkout-wrapper .trust-badge{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b;white-space:nowrap;flex-shrink:0}.terms{text-align:center;gap:6px;font-size:12px;color:#64748b}.gate-loading{position:fixed;inset:0;z-index:9999;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1a1a1a}.gate-loading-spinner{width:32px;height:32px;border:2px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(1turn)}}.gate-loading-text{font-size:14px;color:#6b7280}.skeleton-page{position:fixed;inset:0;z-index:9999;background:#fff;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow-y:auto}.skeleton-card{width:100%;max-width:480px;display:flex;flex-direction:column;gap:16px}.skeleton-block{background:linear-gradient(90deg,#f3f4f6,#e5e7eb 50%,#f3f4f6);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-header{height:22px;width:55%}.skeleton-row{height:14px;width:100%}.skeleton-row-mid{height:14px;width:70%}.skeleton-row-short{height:14px;width:40%}.skeleton-button{height:44px;width:100%;border-radius:8px}.skeleton-divider{height:1px;background:#f1f5f9;border-radius:0;animation:none}.skeleton-section{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e5e7eb;border-radius:12px}.skeleton-field{height:38px;width:100%;border-radius:6px}.skeleton-field-row{display:flex;gap:8px}.skeleton-field-row .skeleton-field{flex:1 1}.success-page{padding:100px 0;text-align:center}.success-content{max-width:500px;margin:0 auto}.success-icon{font-size:64px;color:#10b981;margin-bottom:24px}.success-content h1{font-size:32px;margin-bottom:16px;color:#1a1a1a}.success-content p{color:#6b7280;margin-bottom:32px}.success-error{padding:16px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;color:#92400e;font-size:14px;margin-bottom:24px;text-align:left}.dashboard-link{display:inline-block;padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.dashboard-page{padding:60px 0}.dashboard-header{margin-bottom:32px}.dashboard-header h1{font-size:32px;color:#1a1a1a}.logout-button{padding:10px 24px;background:#ef4444;color:#fff;border:none;border-radius:8px;cursor:pointer}.user-info{background:#f9fafb;padding:24px;border-radius:12px;margin-bottom:32px}.orders-list{grid-gap:16px;gap:16px}.order-item{padding:24px;border-radius:12px;border:1px solid #e5e7eb}.order-item h3{font-size:18px;margin-bottom:8px;color:#1a1a1a}.order-item p{color:#6b7280;margin:4px 0}@media (max-width:1024px){.features-grid,.products-grid,.products-grid-all{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.nav-desktop{display:none}.mobile-menu-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.mobile-menu-button:hover{background:#e5e7eb}.mobile-menu-button svg{width:24px;height:24px;color:#4b5563}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:999}.mobile-menu-content{display:flex;flex-direction:column;padding:20px;gap:16px}.mobile-menu-link{display:block;padding:12px 16px;color:#4b5563;text-decoration:none;font-weight:500;font-size:16px;background:#f9fafb;border-radius:8px;transition:all .2s}.mobile-menu-link:hover{background:#f3f4f6;color:#1a1a1a}.mobile-menu-user{padding:8px 16px;color:#6b7280;font-size:14px}.mobile-menu-logout{padding:12px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.mobile-menu-logout:hover{background:#dc2626}.mobile-menu-auth-link{display:block;padding:12px 16px;background:#667eea;color:#fff;text-decoration:none;font-weight:600;border-radius:8px;text-align:center;transition:background .2s}.mobile-menu-auth-link:hover{background:#5a67d8}.mobile-currency-selector{margin-top:8px;padding-top:16px;border-top:1px solid #e5e7eb}.mobile-currency-title{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:12px}.mobile-currency-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px;gap:8px}.mobile-currency-option{padding:10px 16px;background:#f9fafb;color:#4b5563;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.mobile-currency-option:hover{background:#f3f4f6}.mobile-currency-option.active{background:#667eea;color:#fff;border-color:#667eea}.hero h1{font-size:32px}.hero-subtitle{font-size:16px}.features-grid,.footer-content,.products-grid,.products-grid-all{grid-template-columns:1fr}.footer-content{gap:40px}.footer-section{text-align:center;padding:0 20px}.footer-section h3,.footer-section h4{margin-bottom:20px}.footer-section a{margin-bottom:12px;font-size:15px}}@media (min-width:769px){.mobile-menu-button{display:none}}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:60px 0;background:#f9fafb}.auth-card{background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 6px rgba(0,0,0,.05);max-width:400px;width:100%}.auth-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:32px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:24px}.auth-error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#374151}.form-group input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.auth-submit-btn{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-toggle{margin-top:24px;text-align:center}.toggle-btn{background:none;border:none;color:#667eea;font-size:14px;font-weight:500;cursor:pointer;transition:color .2s}.toggle-btn:hover{color:#5a67d8}.legal-page{padding:80px 0;background:#f9fafb;min-height:calc(100vh - 200px)}.legal-content{max-width:800px;background:#fff;padding:40px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1)}@media (max-width:768px){.legal-content{padding:24px;margin:0 16px}}.legal-content h1{font-size:32px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.legal-updated{font-size:14px;color:#6b7280;margin-bottom:32px}.legal-body{color:#374151;line-height:1.7}.legal-body h3{font-size:20px;font-weight:600;margin-top:32px;margin-bottom:16px;color:#1a1a1a}.legal-body h4{font-size:16px;font-weight:600;margin-top:24px;margin-bottom:12px;color:#1a1a1a}.legal-body p,.legal-body ul{margin-bottom:16px}.legal-body ul{padding-left:24px}.legal-body ul li{margin-bottom:8px}.legal-body a{color:#667eea;text-decoration:none}.legal-warning{padding:20px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;margin:24px 0}.legal-warning h3{margin-top:0;margin-bottom:12px;font-size:16px;font-weight:700;color:#92400e}.legal-warning p{margin:0;color:#92400e;font-size:14px}.legal-warning-red{background:#fee2e2;border-color:#fca5a5}.legal-warning-red h3,.legal-warning-red p{color:#7f1d1d}.legal-contact-box{padding:20px;background:#f3f4f6;border-radius:8px;margin:16px 0}.legal-contact-box p{margin:0;line-height:1.6}.legal-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;padding:20px}.legal-modal{background:#fff;border-radius:12px;max-width:480px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.2)}.legal-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5e7eb}.legal-modal-header h3{font-size:16px;font-weight:700;color:#1a1a1a;margin:0}.legal-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s}.legal-modal-close:hover{background:#e5e7eb;color:#1a1a1a}.legal-modal-body{padding:20px;overflow-y:auto;font-size:14px;color:#374151;line-height:1.6}.legal-modal-body ul li{margin-bottom:4px}.footer-section a,.footer-section span{display:block;color:#9ca3af;text-decoration:none;margin-bottom:8px;transition:color .2s;cursor:pointer}.footer-section a:hover{color:#fff}.feedback-trigger-btn{align-items:center;gap:4px;background:transparent;border:none;color:#3c9ada;cursor:pointer;transition:color .2s;text-align:right;display:flex;justify-content:flex-end;width:100%;padding:8px 12px 12px;text-align:center;font-size:12px}.feedback-trigger-btn:hover{color:#4b5563;text-decoration:underline}.feedback-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.feedback-modal{background:#fff;border-radius:12px;width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.15)}.feedback-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9}.feedback-modal-title{font-size:16px;font-weight:600;color:#1e293b}.feedback-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:6px;transition:all .2s}.feedback-modal-close:hover{background:#f3f4f6;color:#4b5563}.feedback-radio-group{padding:16px 20px 8px;display:flex;flex-direction:column;gap:8px}.feedback-radio{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s;font-size:14px;color:#374151}.feedback-radio:hover{border-color:#2563eb;background:#f8fafc}.feedback-radio.selected{border-color:#2563eb;background:#eff6ff}.feedback-radio input[type=radio]{display:none}.feedback-radio-dot{width:16px;height:16px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.feedback-radio.selected .feedback-radio-dot{border-color:#2563eb;background:#2563eb;box-shadow:inset 0 0 0 3px #fff}.feedback-textarea{display:block;width:calc(100% - 40px);margin:8px 20px 0;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;color:#374151;resize:vertical;outline:none;transition:border-color .2s}.feedback-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.feedback-textarea::placeholder{color:#9ca3af}.feedback-upload-section{padding:12px 20px 0}.feedback-upload-label{font-size:13px;color:#9ca3af;margin-bottom:8px}.feedback-upload-preview-list{display:flex;gap:8px;flex-wrap:wrap}.feedback-upload-preview{position:relative;width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.feedback-upload-preview img{width:100%;height:100%;object-fit:cover}.feedback-upload-preview.uploading{opacity:.6}.feedback-upload-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.5)}.feedback-upload-spinner:after{content:"";width:20px;height:20px;border:2px solid #d1d5db;border-top-color:#2563eb;border-radius:50%;animation:feedback-spin .6s linear infinite}@keyframes feedback-spin{to{transform:rotate(1turn)}}.feedback-upload-check{position:absolute;top:4px;right:4px;background:#fff;border-radius:50%;padding:2px}.feedback-upload-remove{position:absolute;top:2px;right:2px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;opacity:0;transition:opacity .2s}.feedback-upload-preview:hover .feedback-upload-remove{opacity:1}.feedback-upload-add{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border:2px dashed #d1d5db;border-radius:8px;color:#9ca3af;cursor:pointer;transition:all .2s}.feedback-upload-add:hover{border-color:#2563eb;color:#2563eb}.feedback-error{margin:12px 20px 0;font-size:13px;color:#ef4444}.feedback-submit-btn{display:block;width:calc(100% - 40px);margin:16px 20px 20px;padding:12px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.feedback-submit-btn:hover:not(:disabled){background:#1d4ed8}.feedback-submit-btn:disabled{background:#93c5fd;cursor:not-allowed}.feedback-modal-done{display:flex;flex-direction:column;align-items:center;padding:32px 20px;gap:12px}.feedback-done-text{font-size:15px;color:#374151}.feedback-modal-done .feedback-submit-btn{width:auto;min-width:120px;margin:0}.hero{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:110px 0;text-align:center}.hero h1{letter-spacing:-.02em;color:#fff}.hero-subtitle{font-size:20px;opacity:.9;margin-bottom:36px;line-height:1.55;color:#e2e8f0}.hero-platforms{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hero-platform{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.22);color:#fff;padding:7px 18px;border-radius:999px;font-size:14px;font-weight:500}.hero-cta{margin-top:32px}.logo-main{color:#0f172a}.mobile-menu-link:hover,.nav a:hover{color:#f97316}.mobile-menu-auth-link,.nav-auth-link{background:#f97316}.mobile-menu-auth-link:hover,.nav-auth-link:hover{background:#ea580c;color:#fff!important}.currency-option.active,.mobile-currency-option.active{background:#f97316;border-color:#f97316;color:#fff}.legal-body a,.link,.product-price,.toggle-btn{color:#f97316}.legal-body a:hover,.link:hover,.toggle-btn:hover{color:#ea580c}.legal-body a:hover{text-decoration:underline}.btn-primary{background:#f97316}.btn-primary:hover{background:#ea580c}.btn-outline{color:#f97316;border-color:#f97316}.btn-outline:hover{background:#f97316;color:#fff}.auth-submit-btn,.buy-button,.dashboard-link{background:linear-gradient(135deg,#f97316,#ea580c)}.auth-submit-btn:hover,.buy-button:hover{box-shadow:0 4px 12px rgba(249,115,22,.4)}.form-group input:focus{border-color:#f97316;box-shadow:0 0 0 3px rgba(249,115,22,.12)}.product-card{border-radius:16px}.product-card:hover{box-shadow:0 14px 34px rgba(15,23,42,.12)}.product-image{height:210px}.price-section{background:#fff7ed;border:1px solid #ffedd5}.price-section .price,.price.price-large{color:#0f172a}.footer{background:#0f172a}.footer-section a:hover{color:#f97316}.section-header h2{color:#0f172a}.badge-icon{color:#f97316}.header{background:transparent;border-bottom:none;padding:0}.header-topbar{background:#0f172a;color:#cbd5e1;font-size:13px}.header-topbar .container{padding-top:8px;padding-bottom:8px}.topbar-slogan{color:#94a3b8;font-weight:500}.topbar-actions{display:flex;align-items:center;gap:16px}.topbar-user{color:#cbd5e1}.topbar-logout,.topbar-signin{background:transparent;border:1px solid hsla(0,0%,100%,.25);color:#e2e8f0;padding:4px 14px;border-radius:999px;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;transition:all .2s}.topbar-logout:hover,.topbar-signin:hover{background:#f97316;border-color:#f97316;color:#fff}.header-main{background:#fff;border-bottom:1px solid #e5e7eb}.header-main .container{padding-top:16px;padding-bottom:16px}.header-topbar .currency-button{background:hsla(0,0%,100%,.08);color:#e2e8f0;border-color:hsla(0,0%,100%,.2)}.header-topbar .currency-button:hover{background:hsla(0,0%,100%,.16);color:#fff}.stats-bar{background:#fff;border-bottom:1px solid #eef2f7;padding:36px 0}.stats-bar .container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;text-align:center}.stat-item strong{display:block;font-size:32px;font-weight:700;color:#0f172a;line-height:1.1}.stat-item span{font-size:14px;color:#64748b}.categories{padding:72px 0}.categories h2{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:32px;text-align:center}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.category-card{background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:24px 16px;text-align:center;font-weight:600;color:#0f172a;text-decoration:none;transition:all .2s}.category-card:hover{border-color:#f97316;color:#f97316;transform:translateY(-3px);box-shadow:0 10px 24px rgba(15,23,42,.08)}.cta-banner,.featured-products{padding:72px 0}.cta-banner{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;text-align:center}.cta-banner h2{font-size:32px;font-weight:700;margin-bottom:16px}.cta-banner p{color:#cbd5e1;font-size:18px;margin-bottom:32px}.page-banner{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;padding:72px 0 56px;text-align:center}.page-banner h1{font-size:40px;font-weight:700;margin-bottom:16px}.page-banner p{color:#cbd5e1;font-size:18px;margin-bottom:28px}.banner-platforms{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.banner-platform{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.22);color:#fff;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:500}.products-page .container{padding-top:48px;padding-bottom:48px}.breadcrumb{display:flex;align-items:center;gap:8px;padding:24px 0;font-size:14px;color:#64748b}.breadcrumb a{color:#64748b;text-decoration:none}.breadcrumb a:hover{color:#f97316}.product-tag{display:inline-block;background:#fff7ed;color:#ea580c;border:1px solid #ffedd5;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;margin-bottom:12px}.product-detail-image{background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;height:460px}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-brand h3{font-size:22px;font-weight:700;margin-bottom:16px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo h3{margin:0}.footer-logo-icon{width:44px;height:44px;flex-shrink:0}.footer-brand p{color:#94a3b8;line-height:1.7;margin-bottom:20px}.footer-platforms{display:flex;flex-wrap:wrap;gap:8px}.footer-platform{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);color:#e2e8f0;padding:4px 14px;border-radius:999px;font-size:12px}@media (max-width:768px){.topbar-actions{display:none}.header-topbar .container{justify-content:center}.stats-bar .container{gap:24px}.categories-grid,.stats-bar .container{grid-template-columns:repeat(2,1fr)}.footer-brand{text-align:center}.footer-platforms{justify-content:center}}.auth-page{background:#0f172a;min-height:calc(100vh - 160px);padding:72px 0}.auth-shell{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 60px rgba(2,6,23,.35);max-width:960px;margin:0 auto}.auth-aside{background:linear-gradient(160deg,#0f172a,#1e3a8a);color:#fff;padding:56px 48px;display:flex;flex-direction:column;justify-content:center}.auth-brand{display:inline-block;font-size:28px;font-weight:700;margin-bottom:28px;color:#f97316}.auth-aside h2{font-size:30px;font-weight:700;line-height:1.25;margin-bottom:20px}.auth-aside p{color:#cbd5e1;line-height:1.7;margin-bottom:28px}.auth-aside-platforms{display:flex;flex-wrap:wrap;gap:8px}.auth-aside-platform{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#e2e8f0;padding:4px 14px;border-radius:999px;font-size:12px;font-weight:500}.auth-panel{padding:56px 48px;display:flex;flex-direction:column;justify-content:center}.auth-title{text-align:left;margin-bottom:28px;color:#0f172a}.dashboard-page{padding:0;background:#f8fafc;min-height:calc(100vh - 160px)}.dashboard-banner{padding:56px 0 48px}.dashboard-banner h1{font-size:36px;margin-bottom:12px}.dashboard-banner p{color:#cbd5e1;margin-bottom:0}.dashboard-page>.container{padding-top:48px;padding-bottom:64px}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid #eef2f7;border-radius:14px;margin-bottom:28px}.dashboard-account{display:flex;align-items:center;gap:14px}.dashboard-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center}.dashboard-account-meta{display:flex;flex-direction:column}.dashboard-account-meta strong{color:#0f172a;font-size:15px}.dashboard-account-meta span{color:#64748b;font-size:13px}.logout-button{background:transparent;color:#ea580c;border:1px solid #ffedd5;border-radius:999px;padding:8px 20px;font-weight:600}.logout-button:hover{background:#fff7ed}.orders-list{display:grid;grid-gap:14px;gap:14px}.orders-empty{background:#fff;border:1px dashed #e5e7eb;border-radius:14px;padding:56px 24px;text-align:center;color:#64748b}.order-item{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#fff;border:1px solid #eef2f7;border-radius:14px;padding:22px 24px;transition:box-shadow .2s,border-color .2s}.order-item:hover{border-color:#f97316;box-shadow:0 12px 28px rgba(15,23,42,.08)}.order-item .product-tag{margin-bottom:8px}.order-item-main h3{font-size:18px;color:#0f172a;margin-bottom:6px}.order-item-date{color:#64748b;font-size:13px;margin:0}.order-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.order-amount{font-size:18px;font-weight:700;color:#0f172a}.order-status{font-size:12px;font-weight:600;padding:3px 12px;border-radius:999px;background:#f1f5f9;color:#475569}.order-status-completed,.order-status-paid{background:#ecfdf5;color:#059669}.order-status-pending{background:#fffbeb;color:#d97706}.order-status-failed,.order-status-refunded{background:#fef2f2;color:#dc2626}.legal-page{background:#fff;padding:0;min-height:calc(100vh - 160px)}.legal-banner{background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:56px 0 48px}.legal-breadcrumb{padding:0 0 16px;color:#94a3b8}.legal-breadcrumb a{color:#94a3b8}.legal-breadcrumb a:hover{color:#f97316}.legal-banner h1{font-size:36px;font-weight:700;color:#fff;margin-bottom:10px}.legal-banner .legal-updated{color:#cbd5e1;margin-bottom:0}.legal-page>.container{padding-top:48px;padding-bottom:64px}.legal-content{max-width:840px;margin:0 auto;background:transparent;padding:0;border-radius:0;box-shadow:none}.legal-content h1{display:none}.legal-body h3{color:#0f172a}.legal-warning{background:#fff7ed;border:1px solid #ffedd5;border-left:4px solid #f97316}@media (max-width:768px){.auth-shell{grid-template-columns:1fr;margin:0 16px}.auth-aside,.auth-panel{padding:40px 28px}.order-item{flex-direction:column;align-items:flex-start}.order-item-meta{flex-direction:row;align-items:center;gap:12px}.dashboard-header{flex-direction:column;align-items:flex-start}}