@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg:#fff;--surface:#f7f7f7;--surface-hover:#f0f0f0;--border:#e8e8e8;--border-dark:#d0d0d0;--text:#0a0a0a;--text-secondary:#555;--text-dim:#aaa}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}body{background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit;transition:transform .2s cubic-bezier(.25,1,.4,1)}button:active{transform:scale(.96)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#bbb}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.home-container{flex-direction:column;min-height:100vh;display:flex}.bg-floating-elements{z-index:-5;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.bg-icon{color:#e0e0e0;opacity:.7;position:absolute}.card-bg-icon{width:30vw;min-width:250px;height:30vw;min-height:250px;animation:25s ease-in-out infinite alternate floatBg1;top:10%;left:2%}.watch-bg-icon{width:28vw;min-width:220px;height:28vw;min-height:220px;animation:22s ease-in-out infinite alternate floatBg2;bottom:5%;right:2%}@keyframes floatBg1{0%{transform:translate(0)rotate(-15deg)}50%{transform:translate(60px,-40px)rotate(5deg)scale(1.05)}to{transform:translate(30px,50px)rotate(-5deg)scale(.95)}}@keyframes floatBg2{0%{transform:translate(0)rotate(15deg)}50%{transform:translate(-50px,-60px)rotate(-5deg)scale(1.05)}to{transform:translate(-20px,40px)rotate(10deg)scale(.95)}}.navbar{-webkit-backdrop-filter:blur(12px);z-index:100;border-bottom:1px solid var(--border);background:#ffffffeb;justify-content:space-between;align-items:center;padding:16px 40px;display:flex;position:sticky;top:0}.logo-container{align-items:center;min-width:140px;min-height:40px;display:flex;position:relative}.logo-img-nav{object-fit:contain;opacity:0;pointer-events:none;height:150px;margin-top:-75px;transition:opacity .5s,transform .5s;position:absolute;top:50%;left:-25px;transform:translate(-15px)}[dir=rtl] .logo-img-nav{left:auto;right:-25px;transform:translate(15px)}.logo-img-nav.visible{opacity:1;pointer-events:auto;transform:translate(0)}.nav-actions{align-items:center;gap:10px;display:flex}.lang-toggle{color:var(--text-secondary);border:1px solid var(--border);background:0 0;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .25s cubic-bezier(.25,1,.4,1)}.lang-toggle:hover{border-color:var(--border-dark);color:var(--text);transform:scale(1.05)}.lang-toggle:active{transform:scale(.95)}.nav-contact{color:var(--text);border:1px solid var(--border);background:0 0;border-radius:6px;align-items:center;gap:6px;padding:7px 16px;font-size:13px;font-weight:500;transition:all .25s cubic-bezier(.25,1,.4,1);display:flex}.nav-contact:hover{border-color:var(--border-dark);background:var(--surface);transform:scale(1.05)}.nav-contact:active{transform:scale(.95)}.hero-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:60px;min-height:88vh;padding:0 32px 64px;display:flex}.hero-logo-wrap{flex-direction:column;align-items:center;height:220px;margin-bottom:20px;transition:opacity .6s cubic-bezier(.25,1,.4,1),transform .6s cubic-bezier(.25,1,.4,1);display:flex;transform:translateY(-40px)}.hero-logo-wrap.scrolled{opacity:0;pointer-events:none;transform:translateY(-80px)scale(.9)}.hero-logo-img{object-fit:contain;width:420px;max-width:140vw;margin-left:-20px}.hero-content{max-width:560px}.hero-content h2{color:var(--text);letter-spacing:-.03em;margin-bottom:16px;font-size:2.25rem;font-weight:700;line-height:1.25}.hero-content p{color:var(--text-secondary);margin-bottom:32px;font-size:15px;line-height:1.65}.features-grid{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:640px;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:28px 18px;transition:transform .3s cubic-bezier(.25,1,.4,1),box-shadow .3s,border-color .3s,background .3s}.feature-card:hover{border-color:var(--border-dark);background:var(--surface-hover);transform:translateY(-6px)scale(1.02);box-shadow:0 12px 24px #0000000d}.feature-icon{color:var(--text);opacity:.5;width:20px;height:20px;margin-bottom:14px;transition:transform .3s cubic-bezier(.25,1,.4,1),opacity .3s}.feature-card:hover .feature-icon{opacity:.8;transform:scale(1.15)translateY(-2px)}.feature-card h3{color:var(--text);margin-bottom:5px;font-size:13px;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:12px;line-height:1.45}.products-section{border-top:1px solid var(--border);background:0 0;padding:64px 40px}.section-title{text-align:center;color:var(--text);letter-spacing:-.02em;margin-bottom:36px;font-size:1.5rem;font-weight:700;display:block}.section-title:after{display:none}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:960px;margin:0 auto;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;transition:border-color .3s,box-shadow .3s,transform .3s cubic-bezier(.25,1,.4,1);display:flex;overflow:hidden}.product-card:hover{border-color:var(--border-dark);transform:translateY(-8px);box-shadow:0 16px 32px #0000000f}.product-image-placeholder{border-bottom:1px solid var(--border);perspective:800px;background:0 0;justify-content:center;align-items:center;height:200px;display:flex;overflow:hidden}.css-3d-product{transform-style:preserve-3d;transition:transform .5s cubic-bezier(.25,1,.4,1);position:relative}.card-3d{border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:140px;height:88px;display:flex;transform:rotateX(25deg)rotateY(-15deg)rotate(5deg);box-shadow:0 15px 25px #00000026,inset 0 1px 1px #fff6}.card-3d.black{background:#050505;border:1px solid #222}.card-3d.white{background:linear-gradient(135deg,#fff,#f0f0f0);border:1px solid #ddd}.product-card:hover .card-3d{transform:rotateX(10deg)rotateY(-5deg)rotate(0)scale(1.2)}.card-logo{opacity:.9;width:90px}.card-3d.black .card-logo{filter:brightness(0)invert()}.card-3d.white .card-logo{filter:drop-shadow(0 1px #fff)}.sticker-3d{background:linear-gradient(135deg,#fff,#e6e6e6);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;transform:rotateX(30deg)rotateY(-20deg)translateZ(0);box-shadow:-3px 4px #ccc,-5px 10px 15px #00000026,inset 0 -2px 5px #0000000d}.sticker-inner{border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;display:flex}.product-card:hover .sticker-3d{transform:rotateX(10deg)rotateY(-10deg)scale(1.2)}.sticker-logo{opacity:.9;width:50px}.band-3d{flex-direction:column;align-items:center;display:flex;transform:rotateX(25deg)rotateY(-20deg)}.product-card:hover .band-3d{transform:rotateX(10deg)rotateY(-10deg)scale(1.15)}.band-face{z-index:2;background:#1a1a1a;border:2px solid #333;border-radius:10px;justify-content:center;align-items:center;width:44px;height:54px;display:flex;position:relative;box-shadow:0 5px 15px #0003,inset 0 2px 4px #fff3}.band-logo{filter:brightness(0)invert()opacity(.9);width:28px}.band-strap{background:linear-gradient(#333,#111);width:32px;height:40px;position:relative}.top-strap{transform-origin:bottom;border-radius:8px 8px 0 0;margin-bottom:-6px;transform:rotateX(-40deg);box-shadow:inset 0 3px 5px #ffffff1a}.bottom-strap{transform-origin:top;border-radius:0 0 8px 8px;margin-top:-6px;transform:rotateX(40deg);box-shadow:inset 0 -3px 5px #0009}.product-info{flex-direction:column;flex-grow:1;padding:22px;display:flex}.product-info h3{color:var(--text);margin-bottom:6px;font-size:1rem;font-weight:600}.product-desc{color:var(--text-secondary);flex-grow:1;margin-bottom:20px;font-size:13px;line-height:1.5}.price-order{justify-content:flex-start;align-items:center;margin-top:auto;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{text-align:center;border-top:1px solid var(--border);background:0 0;margin-top:auto;padding:36px 40px}.footer p{color:var(--text-dim);font-size:12px}.footer-links{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:12px;display:flex}.footer-link{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;transition:all .25s cubic-bezier(.25,1,.4,1);display:flex}.footer-link:hover{color:var(--text);transform:translateY(-2px)}.footer-link:active{transform:translateY(0)}@media (width<=768px){.card-bg-icon{width:40vw;min-width:150px;height:40vw;min-height:150px;top:5%;left:-5%}.watch-bg-icon{width:35vw;min-width:120px;height:35vw;min-height:120px;bottom:5%;right:-5%}.hero-logo-wrap{height:150px;transform:translateY(-20px)}.hero-logo-wrap.scrolled{transform:translateY(-50px)scale(.9)}.hero-logo-img{width:280px;margin-left:-15px}.logo-img-nav{height:110px;margin-top:-55px;left:-18px}[dir=rtl] .logo-img-nav{left:auto;right:-18px}.navbar{padding:12px 20px}.hero-content h2{font-size:1.8rem}.features-grid{grid-template-columns:1fr;max-width:360px}.products-grid{grid-template-columns:1fr}.hero-section{gap:30px;padding:0 20px 40px}.products-section,.footer{padding-left:20px;padding-right:20px}.product-image-placeholder{height:180px}.card-3d{transform:rotateX(20deg)rotateY(-10deg)rotate(5deg)scale(.95)}.sticker-3d{transform:rotateX(25deg)rotateY(-15deg)translateZ(0)scale(.95)}.band-3d{transform:rotateX(20deg)rotateY(-15deg)scale(.95)}.product-card:hover .card-3d,.product-card:hover .sticker-3d,.product-card:hover .band-3d{transform:rotateX(5deg)rotateY(-5deg)scale(1.05)}}@media (width<=480px){.navbar{padding:14px 16px}.hero-logo-wrap{height:120px;transform:translateY(-10px)}.hero-logo-img{width:240px;max-width:90vw}.logo-img-nav{height:90px;margin-top:-45px;left:-15px}[dir=rtl] .logo-img-nav{left:auto;right:-15px}.hero-content h2{font-size:1.5rem;line-height:1.3}.features-grid{gap:15px}.product-image-placeholder{height:160px}.card-3d,.sticker-3d,.band-3d{transform:rotateX(15deg)rotateY(-5deg)scale(.85)}.hero-content p{font-size:14px}.footer-links{flex-direction:column;align-items:center;gap:8px}}.card-customization{text-align:left;flex-direction:column;gap:10px;margin-top:12px;margin-bottom:16px;display:flex}[dir=rtl] .card-customization{text-align:right}.color-selector{align-items:center;gap:10px;display:flex}.color-label{color:var(--text-secondary);font-size:12px;font-weight:500}.color-options{gap:6px;display:flex}.color-btn{background:var(--bg);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:5px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.color-btn:hover{border-color:var(--border-dark)}.color-btn.active{background:var(--surface-hover);border-color:#999}.color-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.bg-black{background-color:#000;border:1px solid #aaa}.bg-white{background-color:#fff;border:1px solid #ccc}.print-notice{color:var(--text-secondary);background:var(--surface);border-left:2px solid var(--border-dark);border-radius:6px;padding:8px 12px;font-size:11px;line-height:1.45}[dir=rtl] .print-notice{border-left:none;border-right:2px solid var(--border-dark)}.dashboard-container{background-color:var(--bg);min-height:100vh;color:var(--text);padding:32px 24px}.dashboard-header{border-bottom:1px solid var(--border);align-items:center;gap:20px;margin-bottom:32px;padding-bottom:16px;display:flex}.dashboard-header h2{font-size:17px;font-weight:600}.back-link{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;font-weight:500;transition:color .2s;display:flex}.back-link:hover{color:var(--text)}.dashboard-content{max-width:700px;margin:0 auto}.dashboard-actions{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.dashboard-actions h3{font-size:14px;font-weight:600}.btn-primary{color:#fff;background:#0a0a0a;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.btn-primary:hover{background:#333}.add-product-form{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:24px;padding:24px}.add-product-form h4{margin-bottom:20px;font-size:14px;font-weight:600}.form-group{flex-direction:column;flex:1;margin-bottom:16px;display:flex}.form-group-row{gap:12px;display:flex}.form-group label{color:var(--text-secondary);margin-bottom:6px;font-size:12px;font-weight:500}.form-group input,.form-group textarea,.form-group select{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--border-dark);outline:none}.form-group textarea{resize:vertical;min-height:80px}.btn-success{color:#fff;background:#0a0a0a;border-radius:6px;width:100%;margin-top:12px;padding:10px 20px;font-size:14px;font-weight:500;transition:background .2s}.btn-success:hover{background:#333}.product-list{flex-direction:column;gap:10px;display:flex}.admin-product-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.admin-product-info h4{margin-bottom:4px;font-size:14px;font-weight:600}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:500}.badge-card,.badge-sticker,.badge-bracelet{color:#555;background:#e8e8e8}.admin-price-control{background:var(--bg);border:1px solid var(--border);border-radius:6px;align-items:center;padding:6px;display:flex}.currency-symbol{color:var(--text-secondary);margin-left:8px;margin-right:4px;font-size:14px;font-weight:600}.price-input{color:var(--text);background:0 0;border:none;outline:none;width:70px;font-size:15px;font-weight:600}.btn-save{color:#fff;background:#0a0a0a;border:none;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.btn-save:hover{background:#333}.btn-save:disabled{opacity:.3;cursor:not-allowed}.loader{border:2px solid var(--border);border-top:2px solid #000;border-radius:50%;width:26px;height:26px;margin:48px auto;animation:.8s linear infinite spin}@media (width<=600px){.admin-product-card{flex-direction:column;align-items:flex-start}.form-group-row{flex-direction:column}}
