:root{--navy-900:#0b1628;--navy-800:#132040;--navy-700:#1a2e58;--navy-600:#1e3a6e;--gold-500:#e8a020;--gold-400:#f0b840;--gold-300:#f5cc70;--gold-100:#fef6e4;--white:#ffffff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-600:#4b5563;--gray-800:#1f2937;--red-500:#ef4444;--green-500:#22c55e;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 16px rgba(0,0,0,0.12);--shadow-lg:0 8px 32px rgba(0,0,0,0.16);--max-w:1280px;--header-h:80px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--gray-50);color:var(--gray-800);line-height:1.6;min-height:100vh}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#ffffff;height:var(--header-h);border-bottom:2px solid var(--gold-500);box-shadow:0 2px 12px rgba(0,0,0,.08)}.header-inner{height:100%;gap:24px}.brand-mark,.header-inner{display:flex;align-items:center}.brand-mark{flex-shrink:0}.brand-logo{height:64px;width:auto}.header-search{flex:1 1;max-width:480px;display:flex;align-items:center;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;padding:0 14px;gap:8px;color:var(--gray-800);transition:border-color .2s}.header-search:focus-within{border-color:var(--gold-500);background:var(--white);box-shadow:0 0 0 3px rgba(232,160,32,.12)}.header-search svg{color:var(--gray-400);flex-shrink:0}.header-search input{flex:1 1;background:none;border:none;outline:none;color:var(--gray-800);padding:10px 0;font-size:14px}.header-search input::placeholder{color:var(--gray-400)}.header-nav{gap:4px;margin-left:auto}.header-nav,.header-nav a{display:flex;align-items:center}.header-nav a{gap:6px;color:var(--gray-700);font-size:14px;font-weight:600;padding:8px 14px;border-radius:var(--radius-sm);transition:all .2s}.header-nav a:hover{color:var(--navy-800);background:var(--gray-100)}.header-nav .cart-link{background:var(--gold-500);color:var(--navy-900);border-radius:8px;font-weight:700}.header-nav .cart-link:hover{background:var(--gold-400);color:var(--navy-900);box-shadow:0 4px 12px rgba(232,160,32,.35)}.home-banner{background:linear-gradient(135deg,var(--navy-900) 0,var(--navy-700) 60%,#2a4a8a 100%);color:var(--white);padding:80px 0 60px;position:relative;overflow:hidden}.home-banner:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(232,160,32,.15) 0,transparent 60%);pointer-events:none}.home-banner-inner{display:grid;grid-template-columns:1fr 420px;grid-gap:48px;gap:48px;align-items:center;position:relative}.home-banner-copy{max-width:560px}.home-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(232,160,32,.2);border:1px solid rgba(232,160,32,.4);color:var(--gold-400);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-bottom:20px}.home-banner h1{font-size:clamp(32px,5vw,52px);font-weight:800;line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}.home-banner h1 span{color:var(--gold-400)}.home-banner p{font-size:18px;color:rgba(255,255,255,.75);margin-bottom:32px;line-height:1.7}.banner-search{display:flex;background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.3);max-width:480px}.banner-search input{flex:1 1;border:none;outline:none;padding:14px 18px;font-size:15px;color:var(--gray-800)}.banner-search button{background:var(--gold-500);color:var(--navy-900);font-weight:700;font-size:14px;padding:14px 24px;border-radius:0 12px 12px 0;transition:background .2s;white-space:nowrap}.banner-search button:hover{background:var(--gold-400)}.banner-hero-product{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s}.banner-hero-product:hover{transform:translateY(-4px)}.banner-hero-product img{border-radius:12px;width:100%;aspect-ratio:1;object-fit:contain}.banner-hero-product-info{text-align:center}.banner-hero-product-info span{display:block;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-400);margin-bottom:6px}.banner-hero-product-info strong{font-size:15px;color:var(--white);line-height:1.4}.trust-bar{background:var(--navy-800);border-bottom:1px solid rgba(255,255,255,.06);padding:0}.trust-bar-inner{display:flex;align-items:stretch;justify-content:center}.trust-item{display:flex;align-items:center;gap:10px;padding:16px 32px;color:rgba(255,255,255,.7);font-size:13px;font-weight:500;border-right:1px solid rgba(255,255,255,.08)}.trust-item:last-child{border-right:none}.trust-item svg{color:var(--gold-400);flex-shrink:0}.category-section{padding:56px 0 40px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px}.section-label{display:block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-500);margin-bottom:6px}.section-header h2{font-size:26px;font-weight:800;color:var(--navy-900);letter-spacing:-.02em}.view-all-link{font-size:14px;font-weight:600;color:var(--navy-700);border-bottom:2px solid var(--gold-500);padding-bottom:2px;transition:color .2s}.view-all-link:hover{color:var(--gold-500)}.category-tiles{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.category-tile{background:var(--navy-800);color:var(--white);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;gap:8px;transition:all .2s;border:1px solid rgba(255,255,255,.06);position:relative;overflow:hidden}.category-tile:before{content:"";position:absolute;bottom:-20px;right:-20px;width:80px;height:80px;background:var(--gold-500);border-radius:50%;opacity:.08;transition:opacity .2s}.category-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:var(--gold-500)}.category-tile:hover:before{opacity:.18}.category-tile-icon{font-size:28px;margin-bottom:4px}.category-tile h3{font-size:18px;font-weight:700}.category-tile p{font-size:13px;color:rgba(255,255,255,.6)}.category-tile-arrow{margin-top:auto;color:var(--gold-400);font-size:20px;font-weight:700}.featured-section{padding:0 0 56px}.featured-scroll{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.brand-section{background:var(--white);padding:40px 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200)}.brand-strip{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.brand-chip{background:var(--gray-100);color:var(--gray-600);font-size:13px;font-weight:600;padding:8px 18px;border-radius:100px;border:1px solid var(--gray-200);transition:all .2s}.brand-chip:hover{background:var(--navy-800);color:var(--white);border-color:var(--navy-800)}.catalog-section{padding:48px 0 64px}.product-grid{display:flex;flex-direction:column;gap:16px}.product-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--gray-200);display:grid;grid-template-columns:160px 1fr;overflow:hidden;transition:all .2s;box-shadow:var(--shadow-sm)}.product-card:hover{box-shadow:var(--shadow-md);border-color:var(--navy-600);transform:translateX(4px)}.product-card-media{display:block;background:var(--gray-100);aspect-ratio:1;overflow:hidden;flex-shrink:0}.product-card-media img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .3s}.product-card:hover .product-card-media img{transform:scale(1.05)}.product-card-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--gray-400)}.product-card-body{padding:20px 24px;display:flex;flex-direction:column;gap:8px;justify-content:center}.product-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card-meta span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400)}.product-card-meta span:first-child{background:var(--gold-100);color:#8a5c00;padding:2px 8px;border-radius:4px}.product-card h3{font-size:15px;font-weight:600;color:var(--gray-800);line-height:1.4}.product-card h3 a:hover{color:var(--navy-700)}.product-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px;flex-wrap:wrap;gap:8px}.product-card-footer strong{font-size:18px;font-weight:800;color:var(--navy-800)}.product-card-footer del{font-size:13px;color:var(--gray-400);margin-left:6px}.products-page-header{background:var(--navy-900);color:var(--white);padding:36px 0 28px}.products-page-header h1{font-size:28px;font-weight:800;margin-bottom:4px}.products-page-header p{color:rgba(255,255,255,.6);font-size:14px}.products-filter-bar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:16px 0;position:-webkit-sticky;position:sticky;top:var(--header-h);z-index:50;box-shadow:var(--shadow-sm)}.filter-bar-inner{gap:12px}.filter-bar-inner,.filter-bar-inner form{display:flex;align-items:center;flex-wrap:wrap}.filter-bar-inner form{gap:10px;flex:1 1}.filter-select{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:8px 12px;font-size:13px;color:var(--gray-800);outline:none;cursor:pointer;transition:border-color .2s;min-width:140px}.filter-select:focus{border-color:var(--navy-600)}.filter-search-input{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:8px 12px;font-size:13px;color:var(--gray-800);outline:none;flex:1 1;min-width:180px;max-width:280px;transition:border-color .2s}.filter-search-input:focus{border-color:var(--navy-600)}.products-main{padding:32px 0 64px}.products-layout{display:grid;grid-template-columns:1fr 280px;grid-gap:32px;gap:32px;align-items:start}.products-results{min-width:0}.filters-panel{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:24px;position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 72px);box-shadow:var(--shadow-sm)}.filters-panel-title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--gray-200)}.filters-form{gap:16px}.filters-form,.form-field{display:flex;flex-direction:column}.form-field{gap:6px}.form-field label{font-size:12px;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.06em}.form-field input,.form-field select{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:9px 12px;font-size:14px;color:var(--gray-800);outline:none;transition:border-color .2s}.form-field input:focus,.form-field select:focus{border-color:var(--navy-600);background:var(--white)}.filter-links{display:flex;flex-direction:column;gap:4px;margin-top:16px;padding-top:16px;border-top:1px solid var(--gray-200)}.filter-links a{font-size:13px;color:var(--gray-600);padding:7px 10px;border-radius:var(--radius-sm);transition:all .15s;font-weight:500}.filter-links a:hover{background:var(--gold-100);color:var(--navy-800)}.filter-links .selected-filter{background:var(--navy-800);color:var(--white)}.product-detail-page{padding:40px 0 64px}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:start}.product-gallery-wrap{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 24px)}.product-gallery-main{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);aspect-ratio:1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:24px;box-shadow:var(--shadow-sm)}.product-gallery-main img{width:100%;height:100%;object-fit:contain}.product-detail-panel{display:flex;flex-direction:column;gap:24px}.product-breadcrumb{font-size:13px;color:var(--gray-400)}.product-breadcrumb a:hover{color:var(--navy-700)}.product-brand-badge{display:inline-block;background:var(--gold-100);color:#7a4f00;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border-radius:4px}.product-detail-panel h1{font-size:28px;font-weight:800;color:var(--navy-900);line-height:1.3;letter-spacing:-.02em}.product-price-block{display:flex;align-items:baseline;gap:12px}.product-price-block strong{font-size:32px;font-weight:800;color:var(--navy-800)}.product-price-block del{font-size:18px;color:var(--gray-400)}.product-price-block .save-badge{background:#fef2f2;color:var(--red-500);font-size:12px;font-weight:700;padding:3px 8px;border-radius:4px}.stock-callout{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--green-500)}.stock-callout:before{content:"●";font-size:8px}.stock-callout-muted{color:var(--gray-400)}.product-description{font-size:15px;color:var(--gray-600);line-height:1.75}.product-description p+p{margin-top:12px}.add-cart-shell{background:var(--gray-100);border-radius:var(--radius-md);padding:20px;display:flex;flex-direction:column;gap:14px}.quantity-field{flex-direction:row;align-items:center;gap:12px}.quantity-field label{white-space:nowrap;min-width:64px}.quantity-field input{width:80px;text-align:center}.divider{height:1px;background:var(--gray-200)}.button-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--navy-800);color:var(--white);font-size:14px;font-weight:700;padding:12px 24px;border-radius:var(--radius-sm);border:2px solid transparent;transition:all .2s;cursor:pointer;letter-spacing:.02em}.button-primary:hover{background:var(--navy-700);box-shadow:0 4px 12px rgba(26,46,88,.3)}.button-primary:disabled{opacity:.45;cursor:not-allowed}.button-gold{background:var(--gold-500);color:var(--navy-900);font-weight:800}.button-gold:hover{background:var(--gold-400);box-shadow:0 4px 12px rgba(232,160,32,.35)}.button-outline{background:transparent;color:var(--navy-800);border:2px solid var(--navy-800)}.button-outline:hover{background:var(--navy-800);color:var(--white)}.stock-pill{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;padding:4px 10px;border-radius:100px;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.stock-pill-muted{background:var(--gray-100);color:var(--gray-400);border-color:var(--gray-200)}.empty-state{text-align:center;padding:64px 24px;color:var(--gray-400)}.empty-state h3{font-size:20px;font-weight:700;color:var(--gray-600);margin-bottom:8px}.product-empty{grid-column:1/-1}.site-footer{background:var(--navy-900);color:rgba(255,255,255,.6);padding:48px 0 24px;margin-top:auto}.footer-inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:40px;gap:40px;margin-bottom:40px}.footer-brand p{font-size:14px;line-height:1.7;margin-top:12px}.footer-col h4{font-size:13px;font-weight:700;color:var(--white);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-col ul a{font-size:14px;transition:color .2s}.footer-col ul a:hover{color:var(--gold-400)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;justify-content:space-between;font-size:13px}.auth-page,.footer-bottom{display:flex;align-items:center}.auth-page{min-height:calc(100vh - var(--header-h));justify-content:center;padding:40px 24px}.auth-card{background:var(--white);border-radius:var(--radius-lg);padding:40px;width:100%;max-width:420px;box-shadow:var(--shadow-lg);border:1px solid var(--gray-200)}.auth-card h1{font-size:24px;font-weight:800;color:var(--navy-900);margin-bottom:4px}.auth-card p{font-size:14px;color:var(--gray-400);margin-bottom:28px}.stack{display:flex;flex-direction:column;gap:16px}.muted{color:var(--gray-400);font-size:14px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-500);display:block;margin-bottom:6px}.text-link{color:var(--navy-700);font-weight:600;text-decoration:underline;text-underline-offset:3px}.text-link:hover{color:var(--gold-500)}.cart-page,.checkout-page{padding:40px 0 64px}.cart-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:32px;gap:32px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;grid-gap:16px;gap:16px;padding:16px;align-items:center}.cart-item,.cart-summary{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md)}.cart-summary{padding:24px;position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + 24px)}.cart-summary h2{font-size:18px;font-weight:700;margin-bottom:20px}.summary-row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0;border-bottom:1px solid var(--gray-100)}.summary-total{font-size:18px;font-weight:800;color:var(--navy-900);border-bottom:none;margin-top:8px}.admin-layout{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - var(--header-h))}.admin-sidebar{background:var(--navy-900);padding:24px 16px}.admin-sidebar a{display:block;color:rgba(255,255,255,.7);font-size:14px;padding:10px 12px;border-radius:var(--radius-sm);margin-bottom:4px;transition:all .15s}.admin-sidebar a.active,.admin-sidebar a:hover{background:rgba(255,255,255,.08);color:var(--white)}.admin-content{padding:32px}@media (max-width:1024px){.home-banner-inner{grid-template-columns:1fr}.banner-hero-product{display:none}.featured-scroll{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr}.products-layout{grid-template-columns:1fr}.filters-panel{position:static}}@media (max-width:768px){.cart-layout,.category-tiles,.product-detail{grid-template-columns:1fr}.product-card{grid-template-columns:120px 1fr}.header-search{display:none}.footer-inner{grid-template-columns:1fr}.trust-bar-inner{flex-direction:column}.trust-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}@media (max-width:480px){.home-banner{padding:48px 0 40px}.featured-scroll{grid-template-columns:1fr}}.invoice-page{background:#f1f5f9;min-height:100vh;padding:32px 24px}.inv-wrap{max-width:860px;margin:0 auto;background:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:#1e293b}.inv-accent-bar{height:6px;background:linear-gradient(90deg,#1a2744,#e8a020)}.inv-page{padding:40px 48px}.inv-header{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;margin-bottom:32px}.inv-header-left{display:flex;flex-direction:column;gap:16px}.inv-logo-block img{display:block}.inv-company{display:flex;flex-direction:column;gap:3px}.inv-company-name{font-size:15px;font-weight:700;color:#1a2744;margin-bottom:2px}.inv-company-detail{font-size:12px;color:#64748b;line-height:1.6}.inv-header-right{text-align:right;flex-shrink:0}.inv-title{font-size:32px;font-weight:800;color:#1a2744;letter-spacing:.06em;margin-bottom:16px}.inv-meta-grid{display:grid;grid-template-columns:auto auto;grid-gap:6px 20px;gap:6px 20px;text-align:left}.inv-meta-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.inv-meta-value{font-size:13px;font-weight:500;color:#1e293b}.inv-order-num{font-weight:700;color:#1a2744;font-size:14px}.inv-status-badge{display:inline-block;padding:2px 10px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.inv-divider{height:1px;background:linear-gradient(90deg,#1a2744,#e8a020 40%,#f1f5f9);margin-bottom:28px}.inv-address-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-bottom:32px}.inv-address-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px 20px}.inv-address-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:8px}.inv-address-name{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:4px}.inv-address-line{font-size:12px;color:#475569;line-height:1.6}.inv-table{width:100%;border-collapse:collapse;margin-bottom:0}.inv-th{padding:10px 14px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff;background:#1a2744}.inv-th-item{text-align:left;border-radius:6px 0 0 0}.inv-th-num{text-align:right}.inv-th:last-child{border-radius:0 6px 0 0}.inv-tr-even{background:#ffffff}.inv-tr-odd{background:#f8fafc}.inv-td{padding:12px 14px;vertical-align:top;border-bottom:1px solid #f1f5f9}.inv-td-item{text-align:left}.inv-td-num{text-align:right;white-space:nowrap}.inv-item-title{font-size:13px;font-weight:600;color:#1e293b;line-height:1.4;margin-bottom:3px}.inv-item-sku{font-size:11px;color:#94a3b8;font-family:monospace}.inv-td-amount{font-weight:600;color:#1a2744}.inv-totals-wrap{display:flex;justify-content:flex-end;margin-top:0;border-top:2px solid #f1f5f9;padding-top:16px;margin-bottom:28px}.inv-totals{width:260px;border-collapse:collapse}.inv-tot-label{padding:5px 14px 5px 0;font-size:12px;color:#64748b;text-align:right}.inv-tot-value{padding:5px 0;font-size:13px;font-weight:500;color:#1e293b;text-align:right;min-width:90px}.inv-discount{color:#16a34a}.inv-tot-final{border-top:2px solid #1a2744}.inv-tot-final .inv-tot-label{padding-top:10px;font-size:14px;font-weight:700;color:#1a2744}.inv-tot-final .inv-tot-value{padding-top:10px;font-size:18px;font-weight:800;color:#1a2744}.inv-payment-box{background:#fffbeb;border:1px solid #fde68a;border-left:4px solid #e8a020;border-radius:8px;padding:16px 20px;margin-bottom:28px}.inv-payment-title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#92400e;margin-bottom:8px}.inv-payment-body{font-family:inherit;font-size:12px;color:#78350f;white-space:pre-wrap;line-height:1.7;margin:0}.inv-footer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding-top:20px;border-top:1px solid #e2e8f0;font-size:11px;color:#94a3b8}.inv-footer-dot{color:#e8a020;font-weight:700}@media print{.invoice-actions-bar,.no-print,.site-header{display:none!important}.invoice-page{background:white!important;padding:0!important}.inv-wrap{box-shadow:none!important;border-radius:0!important;max-width:100%!important;margin:0!important}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.inv-table tr{page-break-inside:avoid}@page{margin:10mm}}