@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/inter-latin-800-normal-BYj_oED-.woff2)format("woff2"),url(/assets/inter-latin-800-normal-D1mf63XC.woff)format("woff")}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}#app{flex-direction:column;width:100%;height:100%;display:flex}.deals-app{background:#fff;flex-direction:column;justify-content:flex-start;gap:10px;height:100vh;padding:0;display:flex}.deals-header{color:#fff;text-align:center;background:linear-gradient(135deg,#f90 0%,#ff6b35 100%);padding:20px;position:relative;box-shadow:0 2px 8px #0000001a}.deals-header h1{justify-content:center;align-items:center;gap:8px;margin-bottom:5px;font-size:28px;display:flex}.header-icon{object-fit:contain;width:32px;height:32px}.deals-header p{opacity:.9;font-size:14px}.deal-container{touch-action:pan-y;-webkit-user-select:none;user-select:none;will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;gap:15px;padding:20px;transition:transform .26s,opacity .26s;display:flex;overflow:hidden auto}.deal-container.is-exiting-next{transform:translate(-100%)}.deal-container.is-exiting-previous{transform:translate(100%)}.deal-container.is-dragging{transform:translateX(var(--swipe-offset,0px));transition:none}.deal-container.is-entering-next{transform:translate(100%)}.deal-container.is-entering-previous{transform:translate(-100%)}.image-wrapper{flex:0 0 300px;justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative}.deal-image{object-fit:contain;cursor:pointer;border-radius:12px;width:100%;height:100%;box-shadow:0 4px 12px #00000026}.deal-image:focus-visible{outline-offset:4px;outline:3px solid #1d4ed8}.deal-title{text-align:center;-webkit-line-clamp:2;color:#333;-webkit-box-orient:vertical;max-width:100%;font-size:16px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.deal-price{align-items:center;gap:15px;font-size:18px;font-weight:600;display:flex}.current-price{color:#f90;font-size:24px}.original-price{color:#999;font-size:16px;text-decoration:line-through}.deal-savings{z-index:10;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;top:10px;left:10px}.savings-badge{color:#fff;background:#ff6b35;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:600}.deal-controls{flex-wrap:wrap;justify-content:center;gap:15px;padding:15px 20px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:120px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.btn-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:24px;height:24px}.btn-icon-filled{fill:currentColor;stroke:currentColor;stroke-width:200px;stroke-linecap:round;stroke-linejoin:round}.btn-dislike,.btn-like{color:#333;background:0 0;border:2px solid #333;border-radius:50%;flex:0 0 58px;width:58px;min-width:58px;max-width:58px;height:58px;min-height:58px;max-height:58px;padding:14px;box-shadow:0 5px 14px #00000024}.btn:focus-visible{outline-offset:3px;outline:3px solid #1d4ed8}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-dislike,.btn-dislike:hover:not(:disabled),.btn-like,.btn-like:hover:not(:disabled){background:0 0}.btn-all-deals{color:#fff;background:linear-gradient(100deg,#f90,#ff6b35);border-radius:17px;width:calc(100% - 40px);min-height:60px;margin:20px;padding:14px 24px;font-size:17px;font-weight:800;box-shadow:0 12px 24px #ff6b3547}.btn-all-deals:hover:not(:disabled){background:linear-gradient(100deg,#f90,#ff6b35);box-shadow:0 16px 30px #ff6b3566}.btn-all-deals:active:not(:disabled){transform:translateY(0)}.btn-arrow{font-size:23px;line-height:1}.btn-install{color:#fff;background:#52c41a;width:calc(100% - 40px);margin:0 20px 20px;padding:14px 24px;font-size:16px}.btn-install:hover:not(:disabled){background:#45a817}.btn-close{color:#fff;cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;padding:0;font-size:24px;transition:all .3s;display:flex;position:absolute;top:12px;right:16px}.btn-close:hover:not(:disabled){background:#ffffff80;transform:scale(1.1)}.btn-close:active:not(:disabled){transform:scale(.95)}.hidden{display:none!important}@media (width<=480px){.deal-container{gap:8px;padding:10px 15px}.image-wrapper{flex-basis:200px;height:200px}.deal-image{max-height:100%}.deal-title{margin:12px 8px 0;font-size:14px}.deal-price{font-size:16px}.current-price{font-size:20px}.btn{min-width:100px;padding:10px 20px;font-size:14px}.btn-dislike,.btn-like{flex:0 0 58px;width:58px;min-width:58px;max-width:58px;height:58px;min-height:58px;max-height:58px;padding:14px}.btn-close{width:40px;min-width:40px;height:40px;padding:0;font-size:24px}.deal-controls{gap:10px;padding:8px 15px}.btn-all-deals{min-height:54px;margin:12px;padding:12px 20px}}@media (prefers-reduced-motion:reduce){.btn,.deal-container{transition:none}.btn:hover:not(:disabled){transform:none}}
