@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap";:root{--primary-olive: #8B8B4B;--primary-olive-dark: #6B6B3B;--text-dark: #333333;--text-gray: #666666;--text-light: #888888;--border-color: #e5e5e5;--bg-light: #fafafa;--bg-white: #ffffff;--accent-teal: #2A9D8F;--shadow-sm: 0 1px 3px rgba(0,0,0,.08);--shadow-md: 0 4px 12px rgba(0,0,0,.1);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--transition: all .2s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-dark);background:var(--bg-white);line-height:1.5;font-size:14px;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Playfair Display,Georgia,serif;font-weight:500}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1140px;margin:0 auto;padding:0 20px}.header{background:var(--bg-white);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.header-logo img{height:36px;width:auto}.header-right{display:flex;align-items:center;gap:16px}.cart-icon{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--text-dark);border:1px solid transparent;border-radius:50%;transition:var(--transition)}.cart-icon:hover{color:var(--primary-olive);background:#8b8b4b14}.cart-icon svg{width:18px;height:18px}.cart-badge{position:absolute;top:0;right:0;background:var(--primary-olive);color:#fff;font-size:9px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.user-dropdown{position:relative}.user-dropdown-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;color:var(--text-dark);background:transparent;border:1px solid var(--border-color);border-radius:4px;cursor:pointer;transition:var(--transition)}.user-dropdown-btn:hover{border-color:var(--text-gray)}.dropdown-icon{transition:transform .2s ease}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;box-shadow:var(--shadow-md);z-index:100;overflow:hidden}.dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;font-size:13px;color:var(--text-dark);background:transparent;border:none;cursor:pointer;transition:var(--transition);text-align:left}.dropdown-item:hover{background:var(--bg-light)}.dropdown-item svg{width:14px;height:14px}.header-nav{display:flex;align-items:center}.shop-menu{position:relative}.shop-menu-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:600;color:var(--text-dark);background:transparent;border:none;cursor:pointer;transition:var(--transition);border-radius:4px}.shop-menu-btn:hover{color:var(--primary-olive);background:#8b8b4b0f}.mega-menu{position:absolute;top:calc(100% + 8px);left:0;display:flex;min-width:500px;max-height:70vh;background:var(--bg-white);border:1px solid var(--border-color);border-radius:8px;box-shadow:var(--shadow-lg);z-index:200;overflow:hidden}.mega-menu-brands{width:200px;border-right:1px solid var(--border-color);overflow-y:auto;padding:8px 0}.mega-menu-brand-item{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;font-size:13px;font-weight:500;color:var(--text-dark);cursor:pointer;transition:var(--transition)}.mega-menu-brand-item:hover,.mega-menu-brand-item.active{background:#8b8b4b14;color:var(--primary-olive)}.mega-menu-categories{flex:1;padding:16px;overflow-y:auto;min-width:300px}.mega-menu-category{margin-bottom:16px}.mega-menu-category:last-child{margin-bottom:0}.mega-menu-category-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--primary-olive);margin-bottom:8px;padding-bottom:4px;border-bottom:1px solid var(--border-color)}.mega-menu-subcategory{display:block;width:100%;text-align:left;padding:6px 8px;font-size:13px;color:var(--text-dark);background:transparent;border:none;border-radius:4px;cursor:pointer;transition:var(--transition)}.mega-menu-subcategory:hover{background:#8b8b4b14;color:var(--primary-olive)}@media(max-width:768px){.mega-menu{position:fixed;top:56px;left:0;right:0;min-width:unset;max-height:calc(100vh - 56px);border-radius:0;flex-direction:column}.mega-menu-brands{width:100%;border-right:none;border-bottom:1px solid var(--border-color);max-height:40vh}.mega-menu-categories{min-width:unset;max-height:40vh}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.login-container{width:100%;max-width:380px;padding:32px;background:var(--bg-white);border:1px solid #ddd;border-radius:6px}.login-logo{text-align:center;margin-bottom:24px}.login-logo img{max-width:120px;height:auto}.form-group{margin-bottom:16px}.form-label{display:block;font-size:11px;font-weight:600;color:#444;margin-bottom:4px}.form-label .required{color:#c00}.form-input{width:100%;padding:7px 10px;font-size:12px;border:1px solid var(--border-color);border-radius:4px;transition:var(--transition);font-family:inherit}.form-input:focus{outline:none;border-color:var(--primary-olive);box-shadow:0 0 0 2px #8b8b4b1a}.btn-login{width:100%;padding:10px 20px;font-size:13px;font-weight:600;color:var(--bg-white);background:#1a3a3a;border:none;border-radius:4px;cursor:pointer;transition:var(--transition)}.btn-login:hover{background:#0f2828}.btn-login:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fff0f0;color:#c33;padding:10px 12px;border-radius:4px;font-size:12px;margin-bottom:16px}.success-message{background:#f0fff0;color:#2e7d32;padding:10px 12px;border-radius:4px;font-size:12px;margin-bottom:16px;border:1px solid #c8e6c9}.signup-page{min-height:100vh;background:#fafafa}.signup-container{max-width:820px;margin:0 auto;padding:40px 24px 80px}.signup-title{font-size:20px;font-weight:600;color:var(--text-dark);margin-bottom:4px;text-align:center}.signup-subtitle{font-size:13px;color:var(--text-light);margin-bottom:20px;text-align:center}.form-section{background:var(--bg-white);border:1px solid #e5e5e5;border-radius:6px;padding:18px 20px;margin-bottom:14px}.form-section:last-of-type{border-bottom:none}.form-section-title{font-family:Playfair Display,Georgia,serif;font-size:.88rem;font-weight:600;color:#222;margin:0 0 14px;padding-bottom:9px;border-bottom:1px solid #e5e5e5;text-transform:none}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:500px){.form-row{grid-template-columns:1fr}}.form-hint{display:block;font-size:11px;color:var(--text-light);margin-top:4px}.checkbox-group{margin-bottom:10px}.checkbox-label{display:flex;align-items:flex-start;gap:7px;font-size:12px;color:var(--text-dark);cursor:pointer}.checkbox-label input[type=checkbox]{width:13px;height:13px;min-width:13px;margin-top:1px;cursor:pointer;accent-color:var(--primary-olive)}.signature-input{font-family:Brush Script MT,cursive,serif;font-size:15px;font-style:italic}.btn-signup{width:100%;padding:10px 20px;font-size:13px;font-weight:600;color:var(--bg-white);background:#1a3a3a;border:none;border-radius:4px;cursor:pointer;transition:var(--transition)}.btn-signup:hover{background:#0f2828}.btn-signup:disabled{opacity:.6;cursor:not-allowed}.signup-link,.login-link{text-align:center;font-size:13px;color:var(--text-light);margin-top:16px}.signup-link a,.login-link a{color:var(--primary-olive);text-decoration:underline}.password-input-wrapper{position:relative}.password-input-wrapper .form-input{padding-right:36px}.password-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;padding:2px;cursor:pointer;color:var(--text-light);display:flex;align-items:center;justify-content:center}.password-toggle:hover{color:var(--text-dark)}.password-toggle svg{width:16px;height:16px}.profile-page{padding:32px 0;max-width:700px}.profile-title{font-size:24px;margin-bottom:24px;color:var(--text-dark)}.profile-section{margin-bottom:24px;padding:20px;background:var(--bg-light);border-radius:6px}.section-title{font-size:14px;font-weight:600;margin-bottom:16px;color:var(--text-dark);padding-bottom:10px;border-bottom:1px solid var(--border-color)}.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(max-width:500px){.profile-grid{grid-template-columns:1fr}}.profile-grid .form-group.full-width{grid-column:1 / -1}.section-hint{font-size:12px;color:var(--text-light);margin-top:-10px;margin-bottom:14px}.profile-actions{padding:16px 0;display:flex;justify-content:flex-end}.btn-save{display:flex;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:600;color:var(--bg-white);background:var(--primary-olive);border:none;border-radius:4px;cursor:pointer;transition:var(--transition)}.btn-save:hover{background:var(--primary-olive-dark)}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-save svg{width:16px;height:16px}.brand-wrapper{margin-bottom:48px}.brand-wrapper:last-child{margin-bottom:32px}.brand-header{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:28px;padding:28px 16px;position:relative}.brand-header:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:2px;background:var(--primary-olive)}.brand-logo-side{display:flex;align-items:center;justify-content:center;padding-right:24px;margin-right:24px;border-right:1.5px solid #d5d0c8}.brand-logo{width:100px;height:100px;object-fit:contain;border-radius:8px}.brand-info-side{text-align:left}.brand-title{font-family:Playfair Display,Georgia,serif;font-size:28px;font-weight:600;color:#000;margin-bottom:8px;letter-spacing:.5px}.brand-description{font-size:14px;font-weight:300;color:#000;max-width:480px;margin:0;line-height:1.6}.brand-header:not(:has(.brand-logo-side)){flex-direction:column;text-align:center}.brand-header:not(:has(.brand-logo-side)) .brand-info-side{text-align:center}.brand-header:not(:has(.brand-logo-side)) .brand-description{margin:0 auto}@media(max-width:768px){.brand-header{flex-direction:column;text-align:center;padding:20px 12px;margin-bottom:20px}.brand-logo-side{padding-right:0;margin-right:0;border-right:none;padding-bottom:16px;margin-bottom:16px;border-bottom:1.5px solid #d5d0c8}.brand-info-side{text-align:center}.brand-description{margin:0 auto}.brand-title{font-size:22px}.brand-description{font-size:13px}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:40px}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:400px){.product-grid{gap:10px}}.product-card{background:var(--bg-white);border-radius:8px;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid var(--border-color)}.product-card:hover{border-color:transparent;box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.product-card-image{position:relative;aspect-ratio:1;overflow:hidden;background:linear-gradient(145deg,#f5f5f5,#ebebeb)}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.08)}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-size:32px;font-weight:500;color:#bbb;background:linear-gradient(145deg,#f8f8f8,#f0f0f0)}.product-card-info{padding:14px;text-align:center;background:var(--bg-white)}.product-card-category{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--text-light);margin-bottom:6px}.product-card-name{font-family:Source Sans Pro,sans-serif;font-size:13px;font-weight:600;color:var(--text-dark);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.product-card-price{font-size:14px;font-weight:700;color:var(--primary-olive)}@media(max-width:768px){.product-placeholder{font-size:28px}.product-card-info{padding:12px 10px}.product-card-category{font-size:9px;margin-bottom:4px}.product-card-name{font-size:12px;min-height:34px;margin-bottom:6px}.product-card-price{font-size:13px}}@media(max-width:400px){.product-card-info{padding:10px 8px}.product-card-name{font-size:11px;min-height:30px}.product-card-price{font-size:12px}}.pdp-container{max-width:1100px;margin:0 auto;padding:0 20px 48px}.pdp-breadcrumb{display:flex;align-items:center;gap:6px;padding:16px 0;font-size:12px;color:var(--text-light);flex-wrap:wrap}.pdp-breadcrumb a{color:var(--text-gray);transition:color .2s}.pdp-breadcrumb a:hover{color:var(--primary-olive)}.pdp-breadcrumb .current{color:var(--text-dark);font-weight:500}.pdp-breadcrumb svg{width:12px;height:12px;color:#ccc}.pdp-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}@media(max-width:900px){.pdp-layout{grid-template-columns:1fr;gap:32px}}.pdp-gallery{position:sticky;top:80px}@media(max-width:900px){.pdp-gallery{position:relative;top:0}}.pdp-main-image{position:relative;aspect-ratio:1;background:#f8f8f8;border-radius:8px;overflow:hidden;margin-bottom:12px}.image-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.image-skeleton.hidden{display:none}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.pdp-main-image .main-img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.pdp-main-image .main-img.loaded{opacity:1}.pdp-zoom-btn{position:absolute;bottom:12px;right:12px;width:36px;height:36px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:var(--transition);color:var(--text-dark)}.pdp-zoom-btn:hover{transform:scale(1.08)}.pdp-zoom-btn svg{width:16px;height:16px}.image-counter{position:absolute;bottom:12px;left:12px;background:#000000b3;color:#fff;font-size:11px;font-weight:500;padding:4px 10px;border-radius:12px}.pdp-no-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#ccc}.pdp-no-image svg{width:48px;height:48px}.pdp-no-image span{font-size:12px}.pdp-thumbnails{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.pdp-thumb{flex-shrink:0;width:56px;height:56px;border-radius:6px;overflow:hidden;border:2px solid transparent;background:#f8f8f8;cursor:pointer;transition:var(--transition);padding:0}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.pdp-thumb:hover{border-color:var(--text-light)}.pdp-thumb.active{border-color:var(--primary-olive)}.pdp-info{padding:0}.pdp-brand-badge{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--primary-olive);background:#8b8b4b1a;padding:4px 10px;border-radius:3px;margin-bottom:12px}.pdp-title{font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:600;color:var(--text-dark);line-height:1.2;margin-bottom:14px}@media(max-width:600px){.pdp-title{font-size:22px}}.pdp-price-block{display:flex;align-items:baseline;gap:10px;margin-bottom:18px}.pdp-price{font-size:24px;font-weight:700;color:var(--text-dark)}.pdp-price-note{font-size:11px;color:var(--text-light);font-weight:500}.pdp-description{margin-bottom:18px}.pdp-description p{font-size:13px;line-height:1.6;color:var(--text-gray)}.pdp-divider{height:1px;background:var(--border-color);margin:20px 0}.pdp-variant-block{margin-bottom:20px}.pdp-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dark);margin-bottom:8px}.pdp-label .required{color:#dc2626;margin-left:2px}.pdp-select-wrapper{position:relative}.pdp-select{width:100%;padding:11px 36px 11px 14px;font-size:13px;border:1px solid var(--border-color);border-radius:6px;background:#fff;color:var(--text-gray);cursor:pointer;transition:var(--transition);appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.pdp-select:hover{border-color:var(--text-light)}.pdp-select:focus{outline:none;border-color:var(--primary-olive);box-shadow:0 0 0 2px #8b8b4b1a}.pdp-select.selected{color:var(--text-dark);border-color:var(--primary-olive)}.pdp-variant-count{font-size:11px;color:var(--text-light);margin-top:6px}.pdp-actions{display:flex;gap:12px;align-items:flex-end;margin-bottom:16px}@media(max-width:480px){.pdp-actions{flex-direction:column;align-items:stretch}}.pdp-quantity{flex-shrink:0}.pdp-qty-control{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:6px;overflow:hidden;background:#fff;transition:var(--transition)}.pdp-qty-control:focus-within{border-color:var(--primary-olive);box-shadow:0 0 0 2px #8b8b4b1a}.pdp-qty-btn{width:36px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:var(--text-gray);transition:var(--transition)}.pdp-qty-btn:hover:not(:disabled){background:var(--primary-olive);color:#fff}.pdp-qty-btn:disabled{opacity:.3;cursor:not-allowed}.pdp-qty-btn svg{width:14px;height:14px}.pdp-qty-input{width:48px;height:40px;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);text-align:center;font-size:14px;font-weight:600;color:var(--text-dark);-moz-appearance:textfield}.pdp-qty-input::-webkit-outer-spin-button,.pdp-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.pdp-qty-input:focus{outline:none;background:#fafafa}.pdp-add-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 24px;font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;color:#fff;background:var(--text-dark);border:none;border-radius:6px;cursor:pointer;transition:var(--transition)}.pdp-add-btn:hover:not(:disabled){background:var(--primary-olive)}.pdp-add-btn:active:not(:disabled){transform:scale(.98)}.pdp-add-btn.disabled{opacity:.5;cursor:not-allowed}.pdp-add-btn.success{background:#16a34a;pointer-events:none}.pdp-add-btn svg{width:16px;height:16px}.pdp-success-toast{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;margin-bottom:16px;animation:toastSlide .3s ease}@keyframes toastSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.toast-icon{width:28px;height:28px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.toast-icon svg{width:14px;height:14px}.toast-content{flex:1;font-size:12px;color:#166534}.toast-content strong{font-weight:600}.toast-action{font-size:11px;font-weight:600;color:var(--primary-olive);padding:6px 12px;background:#fff;border-radius:4px;transition:var(--transition)}.toast-action:hover{background:var(--primary-olive);color:#fff}.pdp-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.pdp-meta-item{display:flex;align-items:center;gap:8px;font-size:12px}.meta-key{color:var(--text-light);min-width:70px}.meta-val{color:var(--text-dark);font-weight:500}.meta-link{color:var(--primary-olive);transition:color .2s}.meta-link:hover{text-decoration:underline}.pdp-trust{display:flex;gap:16px;padding:14px;background:#fafafa;border-radius:6px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:var(--text-gray)}.trust-item svg{width:16px;height:16px;color:var(--primary-olive)}.pdp-modal{position:fixed;inset:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;padding:32px;animation:modalFade .2s ease}@keyframes modalFade{0%{opacity:0}to{opacity:1}}.modal-content{position:relative;max-width:85vw;max-height:85vh;display:flex;flex-direction:column;align-items:center;gap:16px}.modal-content>img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px}.modal-close-btn{position:absolute;top:-40px;right:0;width:36px;height:36px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.modal-close-btn:hover{transform:rotate(90deg)}.modal-close-btn svg{width:18px;height:18px}.modal-thumbnails{display:flex;gap:8px}.modal-thumb{width:48px;height:48px;border-radius:4px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:var(--transition);padding:0;background:transparent}.modal-thumb img{width:100%;height:100%;object-fit:cover}.modal-thumb.active{border-color:#fff}.btn-back-catalog{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--primary-olive);color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:var(--transition);margin-top:20px}.btn-back-catalog:hover{background:var(--primary-olive-dark)}.btn-back-catalog svg{width:16px;height:16px}.cart-page{padding:32px 0;min-height:50vh}.page-title{font-family:Playfair Display,Georgia,serif;font-size:24px;font-weight:600;margin-bottom:24px;color:var(--text-dark)}.empty-cart{text-align:center;padding:60px 20px;background:var(--bg-light);border-radius:6px}.empty-cart svg{width:48px;height:48px;margin-bottom:16px;color:#ccc}.empty-cart h3{font-family:Playfair Display,Georgia,serif;font-size:18px;color:var(--text-dark);margin-bottom:6px}.empty-cart p{font-size:13px;color:var(--text-light);margin-bottom:20px}.btn-continue-shopping{display:inline-block;padding:10px 24px;background:var(--primary-olive);color:#fff;border-radius:4px;font-weight:600;font-size:12px;transition:var(--transition)}.btn-continue-shopping:hover{background:var(--primary-olive-dark)}.cart-layout{display:grid;grid-template-columns:1fr 320px;gap:32px;align-items:start}@media(max-width:900px){.cart-layout{grid-template-columns:1fr;gap:24px}}.cart-items{background:var(--bg-white);border:1px solid var(--border-color);border-radius:6px;overflow:hidden}.cart-header-row{display:grid;grid-template-columns:2.5fr 1fr 120px 1fr 40px;gap:12px;padding:12px 16px;background:#fafafa;border-bottom:1px solid var(--border-color);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-gray)}@media(max-width:768px){.cart-header-row{display:none}}.cart-item{display:grid;grid-template-columns:2.5fr 1fr 120px 1fr 40px;gap:12px;padding:16px;border-bottom:1px solid var(--border-color);align-items:center;transition:background .2s ease}.cart-item:hover{background:#fcfcfc}.cart-item:last-child{border-bottom:none}@media(max-width:768px){.cart-item{grid-template-columns:1fr 1fr;gap:12px;padding:14px}}.cart-col-product{display:flex;align-items:center;gap:12px}@media(max-width:768px){.cart-col-product{grid-column:1 / -1}}.cart-item-image{width:64px;height:64px;flex-shrink:0;border-radius:4px;overflow:hidden;background:var(--bg-light);border:1px solid var(--border-color)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:var(--text-light);background:var(--bg-light)}.cart-item-details{flex:1;min-width:0}.cart-item-name{font-size:13px;font-weight:600;color:var(--text-dark);margin-bottom:2px;line-height:1.3}.cart-item-sku{font-size:10px;color:var(--text-light);margin:0;font-family:monospace}.cart-item-category{font-size:11px;color:var(--primary-olive);margin:0;font-weight:500}.mobile-label{display:none;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--text-light);margin-bottom:2px}@media(max-width:768px){.mobile-label{display:block}.cart-col-price,.cart-col-quantity,.cart-col-subtotal{display:flex;flex-direction:column}}.cart-col-price,.cart-col-subtotal{font-size:13px;font-weight:600;color:var(--text-dark)}.quantity-controls{display:inline-flex;align-items:center;background:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;overflow:hidden}.qty-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;transition:var(--transition);color:var(--text-gray)}.qty-btn:hover{background:var(--primary-olive);color:#fff}.qty-btn svg{width:12px;height:12px}.qty-input{width:36px;height:28px;border:none;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);text-align:center;font-size:12px;font-weight:600;color:var(--text-dark);background:transparent;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.remove-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--border-color);border-radius:4px;color:var(--text-light);cursor:pointer;transition:var(--transition)}.remove-btn:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.remove-btn svg{width:14px;height:14px}.cart-actions{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#fafafa;border-top:1px solid var(--border-color)}.btn-continue{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:var(--primary-olive);padding:6px 10px;border-radius:4px;transition:var(--transition)}.btn-continue:hover{background:#8b8b4b1a}.btn-clear{font-size:12px;font-weight:500;color:var(--text-light);background:transparent;border:none;padding:6px 10px;border-radius:4px;cursor:pointer;transition:var(--transition)}.btn-clear:hover{background:#fef2f2;color:#ef4444}.cart-summary{background:var(--bg-white);border:1px solid var(--border-color);border-radius:6px;padding:20px;position:sticky;top:80px}.summary-title{font-family:Playfair Display,Georgia,serif;font-size:16px;font-weight:600;margin-bottom:16px;color:var(--text-dark);padding-bottom:12px;border-bottom:1px solid var(--border-color)}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-gray);margin-bottom:10px}.summary-row span:last-child{font-weight:500;color:var(--text-dark)}.summary-divider{height:1px;background:var(--border-color);margin:14px 0}.summary-total{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:0}.summary-total span:last-child{font-size:18px;color:var(--primary-olive)}.btn-checkout{width:100%;padding:12px;margin-top:16px;font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;color:#fff;background:var(--primary-olive);border:none;border-radius:4px;cursor:pointer;transition:var(--transition)}.btn-checkout:hover{background:var(--primary-olive-dark)}.summary-note{font-size:11px;color:var(--text-light);text-align:center;margin-top:12px}.loading{display:flex;align-items:center;justify-content:center;min-height:300px;color:var(--text-light)}.spinner{width:32px;height:32px;border:2px solid var(--border-color);border-top-color:var(--primary-olive);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:60px 20px;color:var(--text-light)}.empty-state svg{width:48px;height:48px;margin-bottom:16px;color:#ccc}.empty-state h3{font-size:16px;margin-bottom:6px;color:var(--text-gray)}.empty-state p{font-size:13px}.footer{background:var(--bg-light);border-top:1px solid var(--border-color);padding:32px 0;margin-top:48px}.footer-content{text-align:center;color:var(--text-light);font-size:12px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-light)}.pdp-selected-variant{font-size:13px;color:var(--primary-olive);margin-bottom:12px;padding:8px 12px;background:#8b8b4b14;border-radius:4px;display:inline-block}.pdp-selected-variant strong{font-weight:600}.pdp-image-source{font-size:11px;color:var(--text-light);text-align:center;margin-top:12px;padding:8px;background:var(--bg-light);border-radius:4px}.pdp-image-source strong{color:var(--primary-olive);font-weight:600}.order-disabled-notice{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:16px;color:#991b1b;font-size:12px;line-height:1.5}.order-disabled-notice svg{flex-shrink:0;color:#dc2626;width:16px;height:16px}.checkout-page{padding:2rem 0 4rem}.checkout-steps{display:flex;align-items:center;justify-content:center;margin:2rem 0 3rem;padding:0 1rem}.step{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#9ca3af;transition:all .3s ease}.step.active{color:#2563eb}.step.completed{color:#059669}.step-icon{width:48px;height:48px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;border:2px solid #e5e7eb;transition:all .3s ease}.step.active .step-icon{background:#eff6ff;border-color:#2563eb}.step.completed .step-icon{background:#d1fae5;border-color:#059669}.step span{font-size:.875rem;font-weight:500}.step-divider{width:80px;height:2px;background:#e5e7eb;margin:0 1rem}.error-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin-bottom:2rem}.checkout-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.checkout-main{min-height:400px}.checkout-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.section-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item-card{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.order-item-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.order-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f9fafb;display:flex;align-items:center;justify-content:center}.order-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#9ca3af;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.order-item-details{display:flex;flex-direction:column;gap:.25rem;justify-content:center}.order-item-details h4{font-size:1rem;font-weight:600;color:#111827;margin:0}.item-sku,.item-quantity{font-size:.875rem;color:#6b7280;margin:0}.order-item-price{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:.25rem}.order-item-price .price{font-size:.875rem;color:#6b7280}.order-item-price .subtotal{font-size:1.125rem;font-weight:600;color:#111827}.shipping-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.confirmation-section{margin-bottom:2rem}.confirmation-section:last-of-type{margin-bottom:0}.confirmation-section h3{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.address-header h3{margin:0}.btn-edit-address{padding:.5rem 1rem;background:#fff;color:#2563eb;border:1px solid #2563eb;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-edit-address:hover{background:#eff6ff}.address-display{padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.address-display p{margin:.25rem 0;color:#374151;line-height:1.5}.error-state{text-align:center;padding:3rem 2rem}.error-state svg{color:#dc2626;margin-bottom:1rem}.error-state h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.error-state p{color:#6b7280;margin-bottom:0}.items-summary{display:flex;flex-direction:column;gap:.75rem}.summary-item{display:flex;justify-content:space-between;padding:.75rem 1rem;background:#f9fafb;border-radius:6px}.checkout-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.btn-secondary{padding:.875rem 2rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.btn-primary{padding:.875rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}.checkout-sidebar{position:sticky;top:2rem}.order-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.order-summary-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.25rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:#374151}.summary-divider{height:1px;background:#e5e7eb;margin:.75rem 0}.summary-total{font-size:1.125rem;font-weight:600;color:#111827;padding-top:1rem}.summary-note{font-size:.875rem;color:#6b7280;margin-top:1rem;text-align:center}.success-container{max-width:600px;margin:3rem auto;text-align:center;padding:2rem}.success-icon{color:#059669;margin-bottom:1.5rem;display:flex;justify-content:center}.success-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.75rem}.success-message{font-size:1.125rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.order-summary-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem;text-align:left}.order-summary-box h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem;text-align:center}.order-detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.order-detail-row:last-child{border-bottom:none}.order-status{padding:.25rem .75rem;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:.875rem;font-weight:500;text-transform:capitalize}.success-actions{display:flex;justify-content:center;gap:1rem}@media(max-width:1024px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{position:static;order:-1}.step span{display:none}.step-divider{width:40px}}@media(max-width:640px){.checkout-page{padding:1rem 0 2rem}.checkout-section{padding:1.5rem}.order-item-card{grid-template-columns:1fr;gap:.75rem}.order-item-image{width:100%;height:200px}.order-item-price{flex-direction:row;justify-content:space-between}.form-row{grid-template-columns:1fr}.checkout-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}.step-icon{width:40px;height:40px}.step-divider{width:30px;margin:0 .5rem}}.orders-page{padding:2rem 0 4rem;max-width:1200px;margin:0 auto}.empty-orders{text-align:center;padding:4rem 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:2rem}.empty-orders svg{color:#9ca3af;margin-bottom:1rem}.empty-orders h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.empty-orders p{color:#6b7280;margin:0}.orders-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.order-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s ease}.order-card:hover{box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:background .2s ease}.order-header:hover{background:#f9fafb}.order-header-left{display:flex;flex-direction:column;gap:.5rem}.order-info{display:flex;gap:.5rem;align-items:baseline}.order-label{font-size:.875rem;color:#6b7280;font-weight:500}.order-value{font-size:.875rem;color:#111827;font-weight:600;font-family:monospace}.order-header-right{display:flex;align-items:center;gap:1.5rem}.order-meta{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.order-meta-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.order-meta-item svg{color:#9ca3af}.expand-btn{padding:.5rem;background:none;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#6b7280}.expand-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151}.order-details{padding:0 1.5rem 1.5rem;border-top:1px solid #e5e7eb;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.order-details-title{font-size:1rem;font-weight:600;color:#111827;margin:1.5rem 0 1rem}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.order-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.order-item-image img{width:100%;height:100%;object-fit:cover}.order-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.order-item-details{display:flex;flex-direction:column;justify-content:center;gap:.25rem}.order-item-details h5{font-size:1rem;font-weight:600;color:#111827;margin:0}.order-item-sku{font-size:.875rem;color:#6b7280;margin:0}.order-item-quantity{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:#6b7280}.no-items{text-align:center;padding:2rem;color:#9ca3af;font-style:italic}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px}.pagination-btn{padding:.75rem 1.5rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.875rem;color:#6b7280;font-weight:500}@media(max-width:768px){.orders-page{padding:1rem 0 2rem}.order-header{flex-direction:column;align-items:flex-start;gap:1rem}.order-header-left{width:100%}.order-header-right{width:100%;justify-content:space-between}.order-meta{flex-direction:row;align-items:center}.order-item{grid-template-columns:1fr;gap:.75rem}.order-item-image{width:100%;height:200px}.order-item-quantity{justify-content:flex-start}.pagination{flex-direction:column;gap:.75rem}.pagination-btn{width:100%}}.pdp-inventory-message{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin:16px 0;font-size:13px;font-weight:500;animation:slideIn .3s ease-out}.pdp-inventory-message.warning{background-color:#fff3cd;border:1px solid #ffc107;color:#856404}.pdp-inventory-message.error{background-color:#f8d7da;border:1px solid #dc3545;color:#721c24}.pdp-inventory-message svg{flex-shrink:0}.pdp-stock-info{margin:12px 0}.stock-badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.3px}.stock-badge.in-stock{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.stock-badge.low-stock{background-color:#fff3cd;color:#856404;border:1px solid #ffc107}.stock-badge.out-of-stock{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pdp-add-btn.disabled{opacity:.6;cursor:not-allowed}.pdp-add-btn.disabled:hover{transform:none;background:var(--text-dark)}.pdp-qty-input:invalid{border-color:#dc3545}.cart-item-error-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#fee;border:1px solid #fecaca;border-radius:4px;font-size:11px;font-weight:500;color:#dc2626;margin-top:6px}.cart-stock-warning{margin-top:6px;font-size:11px;color:#f59e0b;font-weight:500}.btn-checkout:disabled{opacity:.5;cursor:not-allowed;background:#9ca3af}.btn-checkout:disabled:hover{background:#9ca3af;transform:none}@media(max-width:768px){.pdp-inventory-message{font-size:12px;padding:10px 14px}.stock-badge{font-size:11px;padding:5px 10px}.cart-item-error-badge,.cart-stock-warning{font-size:10px}}.signup-intro{max-width:820px;margin:0 auto;padding:48px 24px 32px}.signup-intro h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;color:var(--text-dark);margin:0 0 24px;text-align:center}.signup-intro p{font-size:15px;color:#444;line-height:1.75;margin:0 0 14px}.signup-intro a{color:#c8392b;text-decoration:underline;text-underline-offset:2px}.brands-strip{background:#f5f5f3;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:32px 24px}.brands-strip-inner{max-width:820px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.brand-card{flex:1;min-width:200px;display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 32px;text-decoration:none;border-right:1px solid #ddd;transition:opacity .2s}.brand-card:last-child{border-right:none}.brand-card:hover{opacity:.75}.brand-logo-wrap{height:64px;display:flex;align-items:center;justify-content:center}.brand-name-text{color:#fff;font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:600;text-align:center}.brand-tagline{color:#888;font-size:11px;letter-spacing:.06em;text-transform:uppercase;text-align:center}.signup-hero{width:100%;background:#f5f0e8;overflow:hidden}.signup-hero img{width:100%;max-height:380px;object-fit:cover;display:block}@media(max-width:600px){.brand-card{border-right:none;border-bottom:1px solid #333}.brand-card:last-child{border-bottom:none}}.signup-page-title{text-align:center;padding:36px 24px 28px;background:#fff;border-bottom:1px solid #e5e5e5}.signup-page-title h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,4vw,2rem);font-weight:600;color:#222;margin:0}.orders-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.export-btn{display:flex;align-items:center;gap:8px;padding:9px 18px;background:#1b3a6b;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.export-btn:hover{background:#2d5fa3}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:10px;width:420px;max-width:95vw;box-shadow:0 20px 60px #0003;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:17px;color:#1b3a6b}.modal-close{background:none;border:none;font-size:18px;color:#6b7280;cursor:pointer}.modal-close:hover{color:#111}.modal-body{padding:20px 24px}.modal-description{font-size:13px;color:#6b7280;margin:0 0 16px}.export-date-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.export-date-field label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:5px}.export-date-field input{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;box-sizing:border-box}.export-date-field input:focus{outline:none;border-color:#2d5fa3;box-shadow:0 0 0 2px #d6e4f7}.export-error{color:#b91c1c;font-size:13px;margin-top:10px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.btn-cancel{padding:8px 18px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer;color:#374151}.btn-cancel:hover{background:#f3f4f6}.btn-export{display:flex;align-items:center;gap:6px;padding:8px 18px;background:#1b3a6b;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.btn-export:hover:not(:disabled){background:#2d5fa3}.btn-export:disabled{opacity:.6;cursor:not-allowed}.export-format-section{margin-top:18px}.export-format-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:8px}.export-format-options{display:flex;gap:10px}.export-format-option{flex:1;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.export-format-option:hover{border-color:#9ca3af;background:#f9fafb}.export-format-option.active{border-color:#1b3a6b;background:#f0f4fa;box-shadow:0 0 0 1px #1b3a6b}.export-format-option input[type=radio]{display:none}.format-icon{font-size:20px;line-height:1}.format-details{display:flex;flex-direction:column;gap:1px}.format-name{font-size:13px;font-weight:600;color:#111827}.format-desc{font-size:11px;color:#6b7280}@media(max-width:500px){.export-format-options{flex-direction:column}}
