@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1rem;line-height:1.6;color:#1e293b;background:#fff;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--bg-deep: #ffffff;--bg-card: #f8fafc;--bg-elevated: #ffffff;--border: #e2e8f0;--border-bright: #cbd5e1;--accent-cyan: #3b82f6;--accent-magenta: #8b5cf6;--accent-glow: rgba(59, 130, 246, .1);--text: #1e293b;--text-muted: #64748b;--font-display: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;--font-body: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif}a{color:inherit;text-decoration:none;cursor:pointer;transition:color .2s ease,background-color .2s ease}a:hover{color:inherit}a:focus{outline:none}a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:2px}a:visited{color:inherit}.grid-bg{position:fixed;inset:0;background:linear-gradient(to bottom,#f8fafc,#fff);pointer-events:none;z-index:0}.page-main{position:relative;z-index:1}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:2rem;padding-right:2rem}}.section-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.75rem;letter-spacing:-.02em;margin-bottom:2.5rem;color:#1e293b;display:flex;align-items:baseline;gap:1rem}@media(min-width:768px){.section-title{font-size:2.25rem;margin-bottom:2.5rem}}.section-title .section-num{color:#3b82f6;font-size:.875rem;font-weight:600;opacity:.7}@media(min-width:768px){.section-title .section-num{font-size:1rem}}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}@media(min-width:768px){.site-header{padding:1.5rem 2rem}}.logo{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:-.02em;color:#1e293b;text-decoration:none;min-height:44px;display:inline-flex;align-items:center;transition:color .2s}.logo:hover,.logo:focus-visible{color:#3b82f6}.logo:focus-visible{outline:2px solid #3b82f6;outline-offset:4px;border-radius:4px}@media(min-width:768px){.logo{font-size:1.75rem}}.menu-toggle-input{position:absolute;opacity:0;pointer-events:none;width:0;height:0}.menu-toggle-input:checked~.nav{display:flex;opacity:1;visibility:visible}.menu-toggle-input:checked+.menu-toggle-label .menu-toggle-icon span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle-input:checked+.menu-toggle-label .menu-toggle-icon span:nth-child(2){opacity:0}.menu-toggle-input:checked+.menu-toggle-label .menu-toggle-icon span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.menu-toggle-label{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;cursor:pointer;margin:0 -.5rem}@media(min-width:768px){.menu-toggle-label{display:none}}.menu-toggle-icon{display:flex;flex-direction:column;gap:6px;width:24px}.menu-toggle-icon span{display:block;width:100%;height:2px;background:#1e293b;transition:transform .2s,opacity .2s}.nav{display:flex;align-items:center;gap:1.5rem}@media(max-width:767px){.nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;padding:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:none;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;box-shadow:0 8px 24px #0000004d}}.nav a{color:#1e293b;text-decoration:none;font-weight:500;font-size:.95rem;letter-spacing:-.01em;transition:color .2s;padding:.5rem 1rem;border-radius:6px}@media(max-width:767px){.nav a{min-height:44px;display:flex;align-items:center;justify-content:center;width:100%;font-size:1rem}}.nav a:hover,.nav a:focus-visible{color:#3b82f6;background:#3b82f60d}.nav a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.nav-link.nav-link-logout{background:none;border:none;font:inherit;color:#1e293b;text-decoration:none;font-weight:500;font-size:.95rem;letter-spacing:-.01em;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:color .2s}.nav-link.nav-link-logout:hover,.nav-link.nav-link-logout:focus-visible{color:#3b82f6;background:#3b82f60d}.nav-link.nav-link-logout:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media(max-width:767px){.nav-link.nav-link-logout{min-height:44px;display:flex;align-items:center;justify-content:center;width:100%;font-size:1rem;text-align:left}}.btn-cart{padding:.5rem 1.5rem;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b!important;background:#f8fafc;font-weight:500;transition:all .2s}.btn-cart:hover,.btn-cart:focus-visible{background:#3b82f6;border-color:#3b82f6}.btn-cart:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media(max-width:767px){.btn-cart{min-height:44px;display:inline-flex;align-items:center;justify-content:center}}.cart-count{margin-left:.25rem;font-size:.9em;opacity:.9}.site-footer{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:3rem 1rem;border-top:1px solid #e2e8f0;background:#f8fafc;margin-top:6rem}@media(min-width:768px){.site-footer{padding:3rem 2rem}}.footer-copy{font-size:.875rem;color:#64748b;margin:0}.footer-copy a{color:inherit}.footer-copy a:hover,.footer-copy a:focus-visible{color:#3b82f6}.footer-nav{display:flex;gap:1.5rem}.footer-nav a{color:#64748b;text-decoration:none;font-size:.875rem;font-weight:500;min-height:44px;display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.footer-nav a:hover,.footer-nav a:focus-visible{color:#3b82f6;background:#3b82f60d}.footer-nav a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn{display:inline-block;padding:1rem 3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.9375rem;letter-spacing:-.01em;text-decoration:none;border-radius:10px;transition:all .2s ease;min-height:44px;text-align:center;line-height:1.2;border:none;cursor:pointer;box-shadow:0 2px 4px #0000000d}@media(max-width:767px){.btn{padding:1.5rem 3rem;font-size:1rem}}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover,.btn-primary:focus-visible{background:#2563eb;color:#fff;box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px)}.btn-primary:focus-visible{outline:2px solid #1e293b;outline-offset:2px}.btn-primary:active{transform:translateY(0)}.btn-add-cart{transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease}.btn-add-cart-added{background:#22c55e!important;color:#fff!important;border-color:#22c55e!important;box-shadow:0 4px 12px #22c55e66!important;animation:btn-add-pulse .5s ease}@keyframes btn-add-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.btn-card{background:#fff;color:#1e293b;border:1px solid #e2e8f0;display:block;width:100%}.btn-card:hover,.btn-card:focus-visible{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.btn-card:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn-secondary{background:#fff;color:#1e293b;border:1px solid #e2e8f0;display:inline-block}.btn-secondary:hover,.btn-secondary:focus-visible{background:#f8fafc;border-color:#3b82f6;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.btn-secondary:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn-full{width:100%;max-width:320px;margin-left:auto;margin-right:auto}.product-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:480px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden}@media(min-width:768px){.product-card{padding:2rem}}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transition:transform .4s ease}.product-card:hover{border-color:#3b82f6;box-shadow:0 12px 32px #3b82f62e}.product-card:hover:before{transform:scaleX(1)}@media(hover:hover){.product-card:hover{transform:translateY(-6px)}}.product-card a{text-decoration:none;color:inherit}.product-card a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:12px}.product-card:hover .product-name,.product-card a:hover .product-name,.product-card a:focus-visible .product-name{color:#1e293b}.product-card:hover .product-price,.product-card a:hover .product-price,.product-card a:focus-visible .product-price{color:#3b82f6}.product-visual{position:relative;aspect-ratio:1;margin-bottom:1.5rem;border-radius:16px;overflow:hidden;background:#f8fafc;transition:transform .4s ease}.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-card:hover .product-visual{transform:scale(1.02)}.product-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#3b82f60f,#8b5cf60f,#3b82f60a);border:2px dashed #e2e8f0;transition:all .4s ease;border-radius:16px}.product-card:hover .product-placeholder{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a,#3b82f614)}.product-badge{position:absolute;top:.5rem;right:.5rem;font-size:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;letter-spacing:.05em;padding:.25rem 1rem;background:#8b5cf6;color:#fff;border-radius:6px;box-shadow:0 2px 4px #0000001a}.product-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:1.125rem;margin:0 0 .5rem;color:#1e293b;letter-spacing:-.01em}@media(min-width:768px){.product-name{font-size:1.25rem}}.product-meta{font-size:.875rem;color:#64748b;margin:0 0 .5rem}.product-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:#3b82f6;margin:1rem 0;font-size:1.25rem;letter-spacing:-.02em}.form-group{margin-bottom:3rem}.form-label{display:block;font-weight:600;margin-bottom:1rem;color:#1e293b;font-size:.9375rem;letter-spacing:-.01em}.form-label-inline{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;font-size:.9375rem;color:#1e293b;cursor:pointer}.form-label-inline input{width:1.125rem;height:1.125rem}.form-input,.form-textarea{width:100%;padding:1rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:all .2s;min-height:44px}.form-input::placeholder,.form-textarea::placeholder{color:#64748b}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{min-height:120px;resize:vertical}.form-actions{margin-top:2rem}.form-hint{font-weight:400;color:#64748b;font-size:.875rem}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238a8a9a' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.file-upload-area{position:relative}.form-file{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.file-upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:160px;padding:2rem;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.file-upload-label:hover,.file-upload-label:focus-within{border-color:#3b82f6;background:#3b82f608}.form-file:focus+.file-upload-label{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.file-upload-icon{font-size:2rem;color:#3b82f6;line-height:1}.file-upload-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;letter-spacing:.05em;color:#1e293b}.file-upload-name{font-size:.875rem;color:#64748b}.file-upload-name:not([data-empty="No file chosen"]){color:#3b82f6}.breadcrumb{padding:0 0 1rem;font-size:.9375rem;color:#64748b;position:relative;z-index:1}.breadcrumb a{color:#64748b;text-decoration:none;transition:color .2s;font-weight:500}.breadcrumb a:hover,.breadcrumb a:focus-visible{color:#3b82f6}.breadcrumb a:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:2px}.breadcrumb span{margin:0 .5rem;opacity:.5}.cart-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.cart-table{width:100%;border-collapse:collapse;font-size:.95rem;background:#fff;border-radius:12px;overflow:hidden}.cart-table th{text-align:left;padding:1.5rem;border-bottom:1px solid #e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#64748b;background:#f8fafc}.cart-table td{padding:1.5rem;border-bottom:1px solid #e2e8f0;vertical-align:middle;background:#fff}@media(max-width:767px){.cart-table th{display:none}.cart-table tr{display:block;margin-bottom:1.5rem;padding:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d}.cart-table td{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border:none}.cart-table td:before{content:attr(data-label);font-weight:600;color:#64748b;margin-right:1rem}}.cart-item-product{display:flex;align-items:center;gap:1rem}.cart-item-image-wrap{flex-shrink:0;display:block;border-radius:8px;overflow:hidden;border:1px solid var(--border, #e2e8f0)}.cart-item-image{width:64px;height:64px;border-radius:4px;background:#f8fafc;object-fit:cover;display:block}.cart-item-name{font-weight:500;color:var(--text, #1e293b);text-decoration:none}.cart-item-name:hover{text-decoration:underline;color:var(--primary, #0f172a)}.cart-qty-input{width:4rem;padding:.35rem .5rem;border:1px solid var(--border, #e2e8f0);border-radius:6px;font-size:1rem;text-align:center}.cart-remove-btn{color:var(--text-muted, #64748b)!important}@media(max-width:767px){.cart-item-image{width:72px;height:72px}.cart-item-product{gap:.75rem}.cart-table td[data-label=Product]{flex-wrap:wrap}.cart-table td[data-label=Product]:before{flex-basis:100%;margin-bottom:.25rem}.cart-table td[data-label=""]:before{display:none}.cart-summary{max-width:100%;margin-top:2rem;padding:1.5rem}.cart-summary .btn{display:block;width:100%;text-align:center;margin-left:0!important}.cart-summary .btn+.btn{margin-top:.75rem}}.cart-summary{margin-top:3rem;padding:3rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-left:auto;box-shadow:0 4px 12px #0000000d}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1rem}.cart-summary-row.cart-summary-total{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.2rem;color:#3b82f6;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.empty-state{text-align:center;padding:6rem 1.5rem}.empty-state p{color:#64748b;margin-bottom:2rem;font-size:1.1rem}.hero{position:relative;padding:2rem 1rem 2.5rem;text-align:center;background:linear-gradient(135deg,#3b82f60d,#8b5cf608),url(https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?w=1920&q=80&auto=format&fit=crop) center/cover no-repeat;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fffffff2,#ffffffd9,#f8fafce6);z-index:0}.hero:after{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1}.hero>*{position:relative;z-index:2}@media(min-width:768px){.hero{padding:5rem 2rem}}.hero-content{position:relative;z-index:2;width:100%;max-width:900px;margin:0 auto}.hero-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media(min-width:768px){.hero-actions{flex-direction:row;gap:1.5rem}}.hero-actions .btn{min-width:200px;font-size:1rem;padding:1.5rem 3rem}@media(min-width:768px){.hero-actions .btn{font-size:1.0625rem;padding:1.5rem 4rem}}.hero-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#3b82f6;margin-bottom:2rem;opacity:1;position:relative;z-index:2;display:inline-block;padding:.5rem 1.5rem;background:#3b82f61f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;border:1px solid rgba(59,130,246,.2);box-shadow:0 4px 12px #3b82f61a}@media(min-width:768px){.hero-label{font-size:.9375rem;padding:1rem 3rem}}.hero-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(3rem,10vw,6.5rem);line-height:1.05;letter-spacing:-.05em;margin:0 0 3rem;color:#1e293b;position:relative;z-index:2;text-shadow:0 2px 20px rgba(0,0,0,.05)}.hero-title .line{display:block;margin-bottom:.5rem}.hero-title .accent{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;filter:drop-shadow(0 2px 8px rgba(59,130,246,.2))}.hero-desc{font-size:1.0625rem;color:#1e293b;max-width:640px;margin:0 auto 1.75rem;line-height:1.7;font-weight:500;position:relative;z-index:2;text-shadow:0 1px 10px rgba(255,255,255,.8)}@media(min-width:768px){.hero-desc{font-size:1.5rem;margin-bottom:2rem;max-width:720px}}.hero-glow{position:absolute;bottom:-5%;left:50%;transform:translate(-50%);width:100%;max-width:800px;height:300px;background:radial-gradient(ellipse at center,rgba(59,130,246,.15) 0%,transparent 70%);opacity:1;pointer-events:none;z-index:1;filter:blur(40px)}@media(min-width:768px){.hero-glow{height:400px;max-width:1000px}}.products-section{padding:2.5rem 1rem;background:#f8fafc;position:relative}@media(min-width:768px){.products-section{padding:4rem 1rem}}.products-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 50%,transparent 100%)}.about-section{padding:4rem 1rem;background:linear-gradient(180deg,#fff,#f8fafc);position:relative}.about-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 50%,transparent 100%)}.about-inner{max-width:640px;margin:0 auto}.about-text{color:#64748b;line-height:1.8;margin-bottom:3rem;font-size:1.125rem}@media(min-width:768px){.about-text{font-size:1.25rem}}.about-features{list-style:none;padding:0;margin:0;display:grid;gap:1rem}@media(min-width:768px){.about-features{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.about-features li{display:flex;align-items:center;gap:1rem;padding:1rem;font-weight:600;min-height:44px;font-size:1rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.about-features li:hover,.about-features li:focus-within{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-2px)}.about-features li{color:#1e293b}.feature-icon{color:#3b82f6;font-size:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;border-radius:8px;flex-shrink:0}.contact-strip{padding:4rem 1rem;text-align:center;background:linear-gradient(180deg,#f8fafc,#fff);position:relative}.contact-strip:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#e2e8f0 50%,transparent 100%)}.contact-desc{color:#64748b;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}@media(min-width:768px){.contact-desc{font-size:1.25rem}}.contact-email{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:#3b82f6;text-decoration:none;letter-spacing:-.01em;min-height:44px;display:inline-flex;align-items:center;padding:1rem;background:#3b82f614;border-radius:12px;transition:all .3s ease}.contact-email:hover,.contact-email:focus-visible{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f64d}.contact-email:focus-visible{outline:2px solid #1e293b;outline-offset:2px}.upload-section{position:relative;z-index:1;padding:2.5rem 1rem;background:#f8fafc;overflow:hidden}@media(min-width:768px){.upload-section{padding:4rem 1rem}}.upload-section:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.upload-section:after{content:"";position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(139,92,246,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.upload-section-inner{text-align:center;max-width:600px;margin:0 auto;position:relative;z-index:1}.upload-desc{color:#64748b;line-height:1.75;margin-bottom:3rem;font-size:1.125rem}@media(min-width:768px){.upload-desc{font-size:1.25rem}}.custom-print-page{background:#fff}.upload-page-desc{color:#64748b;max-width:600px;margin:2rem auto 0;line-height:1.75;font-size:1.125rem;position:relative;z-index:1}@media(min-width:768px){.upload-page-desc{font-size:1.25rem}}.upload-form-wrap{max-width:640px;margin:0 auto;padding-top:3rem}.page-header{padding:2.5rem 1rem;text-align:center;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #e2e8f0;position:relative;overflow:hidden}@media(min-width:768px){.page-header{padding:4rem 1rem 3rem}}.page-header:before{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none}.page-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.75rem,6vw,3.5rem);letter-spacing:-.03em;margin:0;color:#1e293b;position:relative;z-index:1}@media(min-width:768px){.page-title{font-size:clamp(2.25rem,6vw,3.5rem)}}.products-page{padding:3rem 1rem;background:#fff}.product-detail-page{background:#fff;padding:2rem 0 3rem}.product-detail-page .breadcrumb{margin-bottom:1rem}.product-detail-grid{display:grid;gap:2.5rem;max-width:1100px;margin:0 auto}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem}}.product-detail-visual{aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--bg-card);border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000f;transition:box-shadow .25s ease,transform .25s ease}.product-detail-swiper-wrap{width:100%;height:100%;min-height:0;aspect-ratio:1;background:var(--bg-card);border-radius:16px;overflow:hidden}.product-detail-swiper-wrap .swiper,.product-detail-swiper-wrap .swiper-slide{height:100%}.product-detail-swiper-wrap .swiper-slide img{width:100%;height:100%;object-fit:contain}.product-detail-no-image{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.9375rem;background:var(--bg-card)}.product-detail-add-form{display:inline-flex;align-items:center;gap:.5rem}.product-detail-image{width:100%;height:100%;object-fit:cover;display:block}.product-detail-visual:hover{transform:scale(1.01);box-shadow:0 12px 32px #3b82f61f}.product-detail-3d{position:relative;min-height:280px}.product-detail-3d model-viewer{width:100%;height:100%;min-height:280px;background-color:#f8fafc;--poster-color: transparent;--progress-bar-color: #3b82f6;--progress-bar-height: 3px}.product-detail-info{position:relative;display:flex;flex-direction:column}.product-detail-info .product-badge{margin-bottom:.75rem}.product-detail-info h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 1rem;color:#1e293b;letter-spacing:-.03em;line-height:1.25}.product-detail-price{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.75rem;color:#3b82f6;margin-bottom:1.25rem;letter-spacing:-.02em}@media(min-width:768px){.product-detail-price{font-size:2rem}}.product-detail-desc{color:#64748b;line-height:1.7;margin-bottom:1.5rem;font-size:1rem}@media(min-width:768px){.product-detail-desc{font-size:1.125rem}}.product-detail-meta{font-size:.9375rem;color:#64748b;margin-bottom:2rem;padding:1rem 1.25rem;background:var(--bg-card);border-radius:12px;border:1px solid #e2e8f0;line-height:1.5}.product-detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.product-detail-actions .btn{width:100%;max-width:280px}@media(min-width:768px){.product-detail-actions .btn{max-width:none}}.product-detail-qty{width:4.5rem;padding:.6rem .75rem;font-size:1rem;font-weight:500;text-align:center;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#1e293b;appearance:textfield;-moz-appearance:textfield}.product-detail-qty::-webkit-outer-spin-button,.product-detail-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-detail-qty:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.about-page{background:#fff}.about-content{max-width:720px;margin:0 auto;padding:1.5rem 0 3rem}@media(min-width:768px){.about-content{padding:2rem 0 4rem}}.about-content p{color:#64748b;line-height:1.8;margin-bottom:2rem;font-size:1rem}@media(min-width:768px){.about-content p{font-size:1.25rem}}.contact-page{background:#fff}.contact-form-wrap{max-width:600px;margin:0 auto;padding:1.5rem 0 3rem}@media(min-width:768px){.contact-form-wrap{padding:2rem 0 4rem}}.contact-form-wrap .contact-desc{text-align:center;margin-bottom:2rem}@media(min-width:768px){.contact-form-wrap .contact-desc{margin-bottom:4rem}}.cart-page .container{padding-top:1rem;padding-bottom:3rem}@media(min-width:768px){.cart-page .container{padding-top:2rem;padding-bottom:4rem}}.cart-page,.checkout-page{background:#fff}.checkout-grid{max-width:1000px;margin:0 auto;padding:1.5rem 0 3rem}@media(min-width:768px){.checkout-grid{display:grid;grid-template-columns:1fr 380px;gap:6rem;align-items:start;padding:2rem 0 4rem}}.checkout-summary{order:-1;margin-bottom:3rem}@media(min-width:768px){.checkout-summary{order:0;position:sticky;top:calc(80px + 1rem);margin-bottom:0}}.checkout-summary>div{padding:3rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0000000d}@media(max-width:767px){.checkout-page .container{padding-left:1rem;padding-right:1rem}.checkout-grid{padding-top:1rem;padding-bottom:2rem}.checkout-form .form-input,.checkout-form .form-group{width:100%}.checkout-form .section-title{font-size:1.1rem}.checkout-summary>div{padding:1.5rem}.checkout-summary .cart-summary-row{font-size:.95rem}.checkout-summary .btn{width:100%;text-align:center;margin-top:.75rem}}.legal-page{background:#fff}.legal-content{max-width:800px;margin:0 auto;padding:1.5rem 0 3rem}@media(min-width:768px){.legal-content{padding:2rem 0 4rem}}.legal-content h2{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;margin-top:4rem;margin-bottom:1.5rem;color:#1e293b;letter-spacing:-.02em}.legal-content h2:first-of-type{margin-top:0}.legal-content p{color:#64748b;line-height:1.8;margin-bottom:1.5rem;font-size:1.0625rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes glowPulse{0%,to{opacity:.5;filter:brightness(1)}50%{opacity:.8;filter:brightness(1.1)}}@keyframes gridPulse{0%,to{opacity:1}50%{opacity:.92}}@keyframes heroGlowPulse{0%,to{opacity:.45}50%{opacity:.6}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.anim-fade-in-up{opacity:0;animation:fadeInUp .7s ease-out forwards}.anim-fade-in{opacity:0;animation:fadeIn .6s ease-out forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.product-grid .product-card{opacity:0;animation:fadeInUp .55s ease-out forwards}.product-grid .product-card:nth-child(1){animation-delay:.08s}.product-grid .product-card:nth-child(2){animation-delay:.14s}.product-grid .product-card:nth-child(3){animation-delay:.2s}.product-grid .product-card:nth-child(4){animation-delay:.26s}.product-grid .product-card:nth-child(5){animation-delay:.32s}.product-grid .product-card:nth-child(6){animation-delay:.38s}.product-grid .product-card:nth-child(7){animation-delay:.44s}.product-grid .product-card:nth-child(8){animation-delay:.5s}.product-grid .product-card:nth-child(n+9){animation-delay:.56s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.anim-fade-in-up,.anim-fade-in{opacity:1;animation:none}.grid-bg,.hero-glow{animation:none}}.product-detail-3d-fullscreen .model-viewer-wrapper{width:100%;height:100%}.product-detail-3d-fullscreen model-viewer{width:100%;height:100%;min-height:300px}.product-detail-3d-fullscreen:fullscreen,.product-detail-3d-fullscreen:-webkit-full-screen{width:100%;height:100%;display:flex;flex-direction:column}.product-detail-3d-fullscreen:fullscreen .model-viewer-wrapper,.product-detail-3d-fullscreen:-webkit-full-screen .model-viewer-wrapper{flex:1;min-height:0}.product-detail-3d-fullscreen:fullscreen model-viewer,.product-detail-3d-fullscreen:-webkit-full-screen model-viewer{width:100%;height:100%}.product-detail-swiper-wrap .swiper-button-next,.product-detail-swiper-wrap .swiper-button-prev{color:#3b82f6}.product-detail-swiper-wrap .swiper-button-next:after,.product-detail-swiper-wrap .swiper-button-prev:after{font-size:1.25rem}.product-detail-swiper-wrap .swiper-pagination-bullet{background:#64748b;opacity:.6}.product-detail-swiper-wrap .swiper-pagination-bullet-active{background:#3b82f6;opacity:1}.model-viewer-reset-loading{width:100%;height:100%;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#f8fafc;border:1px solid #e2e8f0}.model-viewer-reset-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:model-viewer-spin .8s linear infinite}.model-viewer-reset-text{font-size:.9rem;color:#64748b}@keyframes model-viewer-spin{to{transform:rotate(360deg)}}.model-viewer-zoom-controls{position:absolute;bottom:.75rem;right:.75rem;display:flex;flex-direction:column;gap:.25rem;z-index:10}.zoom-btn{width:2.5rem;height:2.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;line-height:1;color:#3b82f6;background:#fff;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;transition:background .2s,box-shadow .2s}.zoom-btn:hover{background:#3b82f61a;box-shadow:0 0 12px #3b82f633}.zoom-btn:active{transform:scale(.98)}.zoom-btn.zoom-fullscreen{font-size:1.1rem}.model-viewer-wrapper:fullscreen .model-viewer-zoom-controls,.model-viewer-wrapper:-webkit-full-screen .model-viewer-zoom-controls{bottom:1rem;right:1rem}.model-viewer-close-fullscreen{position:fixed;top:1rem;right:1rem;z-index:100;width:2.75rem;height:2.75rem;min-width:48px;min-height:48px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:300;line-height:1;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;transition:background .2s,box-shadow .2s}.model-viewer-close-fullscreen:hover{background:#3b82f61a;box-shadow:0 0 12px #3b82f633}.model-viewer-close-fullscreen:active{transform:scale(.98)}.model-viewer-container{height:280px}.model-viewer-wrapper:fullscreen,.model-viewer-wrapper:-webkit-full-screen{width:100%!important;height:100%!important;display:flex!important;flex-direction:column}.model-viewer-wrapper:fullscreen .model-viewer-container,.model-viewer-wrapper:-webkit-full-screen .model-viewer-container{flex:1 1 0;min-height:0;height:auto}.product-detail-3d-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;max-width:2.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.product-detail-3d-btn svg{display:block}
