html,body,#root{color:#fff;-webkit-font-smoothing:antialiased;background:#000;width:100%;height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}#root{position:fixed;inset:0}canvas{touch-action:none;display:block;width:100%!important;height:100%!important}.orientation-overlay{color:#fff;text-align:center;z-index:1000;background:#0a0a0a;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:24px;display:flex;position:fixed;inset:0}.orientation-overlay p{max-width:320px;margin:0;font-size:18px;line-height:1.4}.orientation-icon{animation:2.4s ease-in-out infinite rotate-hint}@keyframes rotate-hint{0%,40%{transform:rotate(0)}60%,to{transform:rotate(-90deg)}}.touch-look{z-index:5;touch-action:none;position:fixed;inset:0}.joystick{z-index:10;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff14;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex;position:fixed;bottom:24px;left:24px}.joystick-knob{pointer-events:none;background:#ffffffa6;border-radius:50%;width:60px;height:60px;transition:transform 50ms linear;box-shadow:0 2px 6px #0006}.product-card-backdrop{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);touch-action:none;background:#0000008c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.product-card{color:#1a1a1a;background:#fbf9f3;border-radius:14px;flex-direction:column;align-items:center;gap:12px;width:min(360px,100%);max-height:90vh;padding:20px 22px 22px;display:flex;position:relative;box-shadow:0 12px 32px #0006}.product-card-close{color:#555;cursor:pointer;background:0 0;border:none;border-radius:50%;width:32px;height:32px;font-size:22px;line-height:1;position:absolute;top:8px;right:10px}.product-card-close:hover{color:#000;background:#0000000f}.product-card-image{object-fit:contain;background:#fff;border:1px solid #e5e2d8;border-radius:10px;width:180px;height:180px}.product-card-name{text-align:center;color:#1a1a1a;margin:0;font-size:18px;font-weight:600;line-height:1.25}.product-card-price{color:#b3262a;font-size:22px;font-weight:700}.product-card-cta{color:#fff;cursor:pointer;letter-spacing:.2px;background:#1a1a1a;border:none;border-radius:10px;width:100%;padding:12px 16px;font-size:16px;font-weight:600}.product-card-cta:hover{background:#000}.product-card-cta:active{transform:translateY(1px)}.controls-hint{z-index:40;color:#fff;-webkit-backdrop-filter:blur(6px);pointer-events:auto;background:#0000008c;border:1px solid #ffffff2e;border-radius:10px;align-items:center;gap:10px;max-width:340px;padding:10px 12px 10px 14px;font-size:13px;line-height:1.35;display:flex;position:fixed;bottom:16px;left:16px}.controls-hint-close{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;border-radius:50%;flex:none;width:24px;height:24px;font-size:18px;line-height:1}.controls-hint-close:hover{opacity:1;background:#ffffff1f}.cart-bubble{color:#fff;cursor:pointer;z-index:50;-webkit-backdrop-filter:blur(6px);touch-action:manipulation;background:#00000073;border:1.5px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;top:16px;right:16px}.cart-bubble:hover{background:#0009}.cart-bubble-badge{color:#fff;background:#b3262a;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.cart-panel-backdrop{z-index:200;touch-action:none;background:#0000008c;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.cart-panel{color:#1a1a1a;background:#fbf9f3;flex-direction:column;width:min(420px,100%);height:100%;display:flex;box-shadow:-12px 0 32px #0006}.cart-panel-header{border-bottom:1px solid #e5e2d8;justify-content:space-between;align-items:center;padding:18px 22px 12px;display:flex}.cart-panel-header h2{margin:0;font-size:22px;font-weight:600}.cart-panel-close{color:#555;cursor:pointer;background:0 0;border:none;border-radius:50%;width:32px;height:32px;font-size:24px;line-height:1}.cart-panel-close:hover{color:#000;background:#0000000f}.cart-panel-empty{color:#777;flex:1 1 0;justify-content:center;align-items:center;font-size:16px;display:flex}.cart-panel-list{-webkit-overflow-scrolling:touch;flex:1 1 0;margin:0;padding:0;list-style:none;overflow-y:auto}.cart-line{border-bottom:1px solid #ece9df;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;padding:14px 22px;display:grid}.cart-line-image{object-fit:contain;background:#fff;border:1px solid #e5e2d8;border-radius:6px;width:64px;height:64px}.cart-line-body{min-width:0}.cart-line-name{text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.cart-line-price{color:#777;margin-bottom:6px;font-size:13px}.cart-line-qty{align-items:center;gap:6px;font-size:13px;display:flex}.cart-line-qty button{cursor:pointer;background:#fff;border:1px solid #d0ccbc;border-radius:6px;width:26px;height:26px;font-size:16px;line-height:1}.cart-line-qty .cart-line-remove{color:#b3262a;background:0 0;border-color:#0000;width:auto;margin-left:6px;padding:0 8px;font-size:12px}.cart-line-qty .cart-line-remove:hover{text-decoration:underline}.cart-line-total{font-size:14px;font-weight:700}.cart-panel-footer{background:#f5f1e6;border-top:1px solid #e5e2d8;flex-direction:column;gap:12px;padding:14px 22px 18px;display:flex}.cart-total{justify-content:space-between;font-size:16px;font-weight:600;display:flex}.cart-total span:last-child{color:#b3262a;font-size:18px}.cart-checkout{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:10px;padding:12px 16px;font-size:16px;font-weight:600}.cart-checkout:hover:not(:disabled){background:#000}.cart-checkout:disabled{cursor:not-allowed;background:#999}.cart-error{color:#8a1c20;background:#fde9ea;border:1px solid #f3b6b8;border-radius:8px;padding:8px 10px;font-size:13px;line-height:1.35}
