.footer{color:#6fa9d9;text-align:center;text-shadow:0 0 5px #0063c64d;background:#0b1321;border-top:1px solid #3abff84d;padding:1.5rem 0;font-size:.9rem}
.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1001;color:#fff;letter-spacing:1px;text-transform:uppercase;background:#0f1724f2;justify-content:center;align-items:center;width:100%;height:3rem;font-size:1.2rem;font-weight:700;display:flex;position:fixed;top:0;left:0;box-shadow:0 0 15px #0063c666}.menuLogo{background:var(--accent);-webkit-text-fill-color:transparent;color:#0000;letter-spacing:1px;cursor:pointer;-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:800}
.three-stripes-btn{z-index:9999;border-radius:var(--radius);border:2px solid var(--accent,#3abff8);cursor:pointer;background:#101b2ef2;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:fixed;bottom:1.25rem;left:1rem;overflow:hidden;box-shadow:0 0 10px #3abff84d}.three-stripes-btn:hover{transform:translateY(-2px);box-shadow:0 0 20px #3abff899}.three-stripes-btn .line{background:#3abff8;border-radius:2px;width:22px;height:2px;transition:transform .26s cubic-bezier(.2,.9,.3,1),opacity .26s;display:block}.three-stripes-btn .line+.line{margin-top:6px}.three-stripes-btn.is-open .line-1{transform:translateY(8px)rotate(45deg)}.three-stripes-btn.is-open .line-2{opacity:0;transform:scaleX(0)}.three-stripes-btn.is-open .line-3{transform:translateY(-8px)rotate(-45deg)}.side-drawer{z-index:9998;color:#e6eef8;width:80vw;max-width:420px;height:100dvh;padding:3rem 2rem;padding-bottom:calc(1.5rem + 40px + env(safe-area-inset-bottom,0px));background:linear-gradient(#0b1321 0%,#0f1724 100%);flex-direction:column;justify-content:flex-start;transition:transform .4s cubic-bezier(.22,.9,.25,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:5px 0 30px #0009}.side-drawer.open{transform:translate(0)}.drawer-inner{flex-direction:column;flex-grow:1;align-items:center;display:flex}.drawer-inner h3{color:#fff;margin-top:0;font-size:1.5rem}.drawer-inner ul{flex-direction:column;gap:1rem;margin:2rem 0 0;padding:0;list-style:none;display:flex}.drawer-inner a{color:var(--muted);font-weight:600;transition:color .3s}.drawer-inner a:hover{color:#3abff8}.close-aria{right:1.5rem;bottom:calc(env(safe-area-inset-bottom,0px) + 1.25rem);color:#3abff8;cursor:pointer;z-index:10;background:0 0;border:2px solid #3abff833;border-radius:10px;place-items:center;width:40px;height:40px;font-size:22px;transition:all .3s;display:grid;position:absolute}.close-aria:hover{transform:scale(1.1);box-shadow:0 0 10px #3abff880}.drawer-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9997;background:#0000008c;animation:.4s forwards fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:767px){.side-drawer{justify-content:space-between;padding:2rem 1.5rem 5rem}.drawer-inner{flex-grow:1;justify-content:center;padding-bottom:0;padding-right:1rem}.drawer-inner ul{gap:1.25rem;padding-bottom:1rem;font-size:1.1rem}.drawer-inner a{color:#d0e6ff}}@media (min-width:768px){.three-stripes-btn{top:4px;left:2rem}.close-aria{top:1.5rem;bottom:auto;right:1.5rem}}
.cart-btn{z-index:9996;border-radius:var(--radius);border:2px solid var(--accent,#3abff8);cursor:pointer;background:#101b2ef2;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:fixed;bottom:1.25rem;right:1rem;overflow:hidden;box-shadow:0 0 10px #3abff84d}.cart-btn:hover{transform:translateY(-2px);box-shadow:0 0 20px #3abff899}@keyframes cartGlow{0%{box-shadow:0 0 #3abff800}40%{box-shadow:0 0 20px #3abff8cc}to{box-shadow:0 0 #3abff800}}.cart-glow{animation:1.4s cubic-bezier(.4,0,.2,1) cartGlow}@media (min-width:768px){.cart-btn{top:4px;right:2rem}}
:root{--bg:#0f1724;--card:#101b2e;--muted:#a8d4ff;--accent:linear-gradient(90deg,#0063c6,#3abff8);--radius:14px}*,:before,:after{box-sizing:border-box}a{text-decoration:none}html,body{color:#e6eef8;background:var(--bg);margin:0;padding:0;font-family:Inter,sans-serif}main{min-height:calc(100vh - 65px)}.btn{border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 0 10px #3abff866}.btn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 0 20px #3abff899}.infoBlock{background:var(--bg);text-align:center;padding:5rem 1rem}.info-items{flex-direction:column;align-items:center;gap:2rem;display:flex}.info-card{border-radius:var(--radius);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#0063c614,#3abff80d);border:1px solid #3abff833;max-width:300px;padding:2rem;transition:all .3s;box-shadow:0 10px 30px #0063c640}.info-card h1{color:#fff}.info-card h2{color:#fff;font-size:1.5rem;font-weight:700}.info-card p,div{color:var(--muted);line-height:1.6}.info-card h3{color:#fff;font-size:1.2rem}
