@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}:root{--max-screen-width: 540px;--basic-color-primary: #176be3;--basic-color-primary-50: #176be315;--basic-color-primary-deep: #176be3;--basic-color-danger: #ff382c;--basic-color-white: #fff;--basic-color-dark: #000;--bg-color-main: #176be3;--bg-color-second: #ff7a00;--bg-color-accent: #9e002f;--bg-color-secAccent: #b91010;--bg-color-gray: #d9d9d9;--bg-color-lightGray: #f2f2f2;--bg-color-selected: #f6f7fb;--bg-table-header: #e9ecf5;--bg-table-odd: #fafdff;--bg-table-even: #f1f5f8;--bg-icon-gray: #5f6975;--bg-bets-item: #cd0000;--font-color-main: #2c2c2c;--font-color-white: #fff;--font-color-second: #535353;--font-color-accent: #979797;--font-color-secAccent: #aaa;--font-color-order-waiting: #1776ff;--font-color-order-finish: #f15802;--svg-gray: #8d97ab;--border-game-line-gray: var(--font-color-secAccent);--linear-primary: linear-gradient(0deg, #0047ec 0%, #00d0d7 100%);--linear-primary-tr: linear-gradient(90deg, #0047ec 0%, #00d0d7 100%);--linear-primary-tb: linear-gradient(180deg, #0047ec 0%, #00d0d7 100%);--linear-primary-tl: linear-gradient(270deg, #0047ec 0%, #00d0d7 100%);--linear-game-to-be-drawn: linear-gradient(90deg, rgba(23, 118, 255, .08) .04%, rgba(23, 118, 255, 0) 99.94%);--linear-game-won: linear-gradient(90deg, rgba(241, 88, 2, .08) .04%, rgba(241, 88, 2, 0) 99.94%);--linear-game-lose: linear-gradient(90deg, #f0f0f0 .04%, rgba(240, 240, 240, 0) 99.94%);--bg-bets-congratulation-lr: #b40000;font-family:Inter;--heroui-foreground: 201.81999999999994 24.44% 8.82%;--heroui-primary-foreground: 0 0% 100%;--heroui-default-300: 240 4.88% 83.92%;--modal-bg-gradient-start: #0f0c29;--modal-bg-gradient-end: #302b63;--success-primary: #00ff80;--success-secondary: #00b359;--fail-primary: #ff4d4d;--fail-secondary: #b33636;--text-main: #f0f0f0;--text-secondary: #c0c0c0;--glow-color-success: #00ff80;--glow-color-fail: #ff4d4d;--border-thickness: 3px;--border-radius-main: 15px}input[type=number]{-moz-appearance:textfield}html body{height:calc(var(--vh, 1vh) * 100 - var(--safe-area-inset-bottom))}body{background-color:#9195a3;display:flex;justify-content:center;flex-direction:column;-webkit-user-select:none;user-select:none;overflow-x:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background-color:#1b1c1d}::-webkit-scrollbar-thumb{background:#f0f1f5;border-left:1px solid #f0f1f5;border-radius:5px;height:2px}.wallet-icon{font-size:1.1rem;color:#2aaaf3}button{border:none;background-color:transparent;outline:none;cursor:pointer}.game-container{max-width:480px;margin:0 auto;height:calc(100vh - 1px);background-color:var(--bg_color_L1);position:relative;overflow-y:auto}.game-container::-webkit-scrollbar{display:none!important}.logo{width:250px;height:120px;margin:0 auto}.logo img{width:100%;height:100%}.game-info{position:relative}.game-container:after{width:100%;background:var(--light-main_gradient-color, var(--bg_color_L2));border-radius:0 0 1.53333rem 1.53333rem;position:absolute;z-index:0;top:0;left:0}.game-info-content{background-color:#f2f2f2;padding:.5rem}@media(max-width:768px){.game-container{height:var(--viewport-height, 100vh)}.back{display:none}}.animating-bet-ball{position:fixed;width:30px;height:30px;border-radius:50%;background-color:#00f;z-index:9999;opacity:1;transform:translate(0) scale(1);transition:transform .8s ease-out,opacity .8s ease-out;will-change:transform,opacity}.quick-guess-button.animating{animation:pulseButton .2s ease-in-out}@keyframes pulseButton{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.counter-box .count-input::-webkit-outer-spin-button,.counter-box .count-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.header-left{display:flex;flex-direction:column;background-color:#f2f2f2}.back-icon{display:flex;gap:10px;margin-top:4rem;justify-content:space-around;padding:10px}.back-button{padding:12px 18px;background-color:#fff;border:1px solid #ccc;border-radius:6px;transition:background-color .3s ease,color .3s ease;display:flex;align-items:center;border:none;cursor:pointer}.back-button:hover{background-color:#f0f0f0}.back-button.active{background-color:#007bff;color:#fff;border-color:#007bff}.text-style{display:flex;justify-content:space-between;gap:8px;align-items:center}.back-button.active .text-xl,.back-button.active .text-xs{color:#fff}.text-xl{font-size:1.25rem;font-weight:600;color:#979797}.text-xs{font-size:15px;color:#979797}.quick3d-container{background-color:var(--basic-color-white);padding:.5rem;position:relative;overflow:hidden;display:flex;flex-direction:column}.quick3d-header{background-color:#65b2fb;border-radius:.75rem;padding:.75rem;justify-content:space-between;align-items:center;flex-direction:column}.quick3d-left{display:flex;align-items:center;flex:1}.image-wrapper{position:relative;max-width:fit-content;border-radius:1rem;box-shadow:none}.quick3d-image{position:relative;z-index:10;opacity:1;transition:opacity .3s ease;height:40px;width:60px;border-radius:0}.quick3d-text{margin-left:.5rem}.quick3d-title{color:var(--basic-color-white);font-weight:700;margin:0;font-size:19px;line-height:1.25rem}.quick3d-subtitle{font-size:.75rem;color:var(--light-gray);margin:0;display:flex;gap:5px}.bold-text{font-weight:700;color:#fff;font-size:17px}.bold-text-last{font-size:14px;font-weight:600;color:var(--bg-color-lightGray)}.quick3d-last-draw-result{border:1px solid rgba(0,0,0,.2);background-color:#ffffff1a;border-radius:.5rem;padding:2px;display:flex;flex-direction:column;align-items:center}.last-draw-label{font-size:11px;margin:0;font-weight:600}.quick3d-title{display:flex}.last-draw-numbers{display:flex;align-items:center}.number-circle{display:flex;justify-content:center;align-items:center;height:1.5rem;width:1.5rem;border-radius:9999px;background-color:#fff;border-width:.125rem;border-style:solid;color:#000}.red-border{border-color:#be0000}.orange-border{border-color:#ff8a00}.blue-border{border-color:#007cef}.number-text{font-weight:700;font-size:1rem;color:var(--main-color);margin-top:3px}.quick3d-footer{display:flex;flex-direction:row;margin-top:.75rem;gap:.5rem}.next-draw-info{background-color:#0000001a;padding:.5rem;flex:1;display:flex;justify-content:space-between;align-items:center}.next-draw-text p{font-size:14px;color:var(--bg-color-lightGray);margin:0}.next-draw-text .bold-text{color:#fff;font-size:1rem}.countdown-timer{display:flex;align-items:center;font-size:.75rem;font-weight:700;color:#fff}.time-block{display:flex;flex-direction:column;align-items:center;border:1px solid white;border-radius:.375rem;width:1.5rem}.time-value{background-color:#fff;color:var(--main-color);font-weight:700;padding:.25rem 0;width:100%;text-align:center;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem;font-size:.8rem;line-height:1;color:#000}.time-label{font-family:Din,sans-serif;font-size:.5rem;margin-bottom:.125rem}.countdown-timer span{margin:0 .125rem}.rules-section{background-color:#0000001a;display:flex;align-items:center;gap:.25rem;padding:.5rem}.rules-icon-text{display:flex;flex-direction:column;align-items:center;color:#fff;font-size:16px}.rules-icon{width:25px;height:25px;color:#fff}.divider{height:2rem;width:1px;background-color:#ffffff4d;margin:0 .5rem}.video-icon-wrapper{display:flex;flex-direction:column;align-items:center;gap:.25rem}.video-icon{width:1.25rem;height:1.3125rem;color:#fff}.dropdown-arrow{width:.875rem;height:.875rem;color:#fff}.circle-left,.circle-right{position:absolute;top:50%;width:1.5rem;height:1.5rem;margin-top:-.75rem;background-color:var(--basic-color-white);border-radius:9999px;z-index:5}.circle-left{left:-.625rem}.circle-right{right:-.625rem}@media(max-width:480px){.quick3d-image{height:30px;width:45px}.next-draw-text .bold-text{color:#fff;font-size:12px}.quick3d-text{margin-left:.3rem}.quick3d-title{font-size:16px;line-height:1.2}.quick3d-subtitle{font-size:.65rem;gap:3px}.bold-text{font-size:16px}.bold-text-last{font-size:12px}.quick3d-last-draw-result{padding:5px;gap:.2rem}.last-draw-label{font-size:10px}.number-circle{height:1.2rem;width:1.2rem;border-width:.08rem}.number-text{font-size:.8rem}}.progress-container{width:100%;height:10px;background-color:#ddd;border-radius:5px;overflow:hidden}.progress-bar{height:100%;background-color:#4caf50;width:100%;transition:width .1s linear}.progress-bar{background:#c8cfd9;box-shadow:0 1px 2px #00000040 inset;gap:.5rem;display:flex;flex-direction:column;width:100%;height:.25rem}.inside-p-bar{background-color:hsl(var(--heroui-default-300) / .5);border-radius:0;overflow:hidden;height:.75rem;z-index:0;position:relative}.bar-color{width:100%;height:100%;background-color:#176be3;transition-duration:.5s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);border-radius:0;transform:translate(-100%)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:.5rem;border-radius:10px;width:480px;max-width:90%;max-height:75vh;overflow-y:auto;box-sizing:border-box;scrollbar-width:none}.modal-content::-webkit-scrollbar{display:none}.modal-header-rule{display:flex;justify-content:space-between;align-items:center;margin-top:5px}.modal-header-rule p{color:#2c2c2c;font-size:1.2rem;font-weight:700}.rules-text{color:#535353;font-size:16px;line-height:1.5;margin-top:.5rem;font-weight:600}.modal-header-para{color:#2c2c2c;font-size:18px;font-weight:700;margin-top:1.5rem}.single-digit-container{flex-direction:column}.title{font-weight:700;font-size:18px;color:#2c2c2c;line-height:1.25rem;margin-top:1.5rem}.highlight{font-size:.875rem;font-weight:700;color:var(--bg-color-second)}.info-line{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem}.ticket-line{font-size:14px;color:#2c2c2c;font-weight:600}.game-container-single-digit{background:#fff;border-radius:16px;padding:5px 10px;box-shadow:0 0 10px var(--shadow-light);box-sizing:border-box}@media(min-width:768px){.game-container-single-digit{max-width:600px;margin:20px auto}}.game-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;border-bottom:1px solid var(--border-color-light)}@media(min-width:480px){.game-header{flex-direction:row;justify-content:space-between;align-items:center;gap:0}}.game-header h2{font-size:20px;font-weight:700;color:var(--text-color-dark);margin:0;line-height:1.2}.win-tag{background-color:var(--light-blue);color:var(--primary-blue);padding:4px 10px;border-radius:9999px;font-size:8px;font-weight:600;white-space:nowrap;display:inline-block;margin-left:8px}.ticket-price{margin-top:5px;font-size:18px;display:flex;align-items:baseline;flex-wrap:wrap;gap:5px}.strike{text-decoration:line-through;font-size:16px;font-weight:700;color:var(--text-color-medium)}.discounted{color:red;font-weight:700;font-size:16px}.ticket-info{font-size:14px;color:var(--text-color-medium)}.game-row{display:flex;justify-content:space-between;gap:12px;margin:8px 0;padding-bottom:8px;border-bottom:1px solid gainsboro}@media(min-width:480px){.game-row{flex-direction:row;justify-content:space-between;align-items:center;gap:15px}}.game-row:last-child{border-bottom:none;padding-bottom:0}.game-label{display:flex;align-items:center;gap:8px;flex-shrink:0}.label-circle{border:3px solid;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;flex-shrink:0}.circle-button-input{width:50px;height:50px;border-radius:50%;border:3px solid;background-color:#fff;font-size:22px;font-weight:700;color:var(--text-color-medium);display:flex;align-items:center;justify-content:center;cursor:pointer;text-align:center;transition:all .2s ease-in-out;flex-shrink:0;-webkit-appearance:none;-moz-appearance:textfield;color:#3e4349}.circle-button-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #007bff40}@media(min-width:480px){.game-info-label{flex-direction:row;justify-content:flex-end;align-items:center;gap:15px;width:auto}}.counter-box{display:flex;align-items:center;gap:8px;width:100%;justify-content:center}@media(min-width:480px){.counter-box{width:auto;justify-content:flex-start}}.counter-box button{width:40px;height:40px;border:none;background:#f1f1f1;color:gray;font-size:20px;border-radius:8px;cursor:pointer;transition:background-color .2s ease,transform .1s ease;flex-shrink:0}.counter-box button:hover:not(:disabled){background-color:#d0d0d0}.counter-box button:active:not(:disabled){background-color:silver;transform:scale(.98)}.counter-box button.disabled{opacity:.5;cursor:not-allowed}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add-btn{padding:10px 20px;background-color:var(--light-gray);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:not-allowed;transition:background-color .2s ease,box-shadow .2s ease}@media(min-width:480px){.add-btn{width:auto}}.add-btn.active-blue{background-color:#007bff;cursor:pointer;box-shadow:0 4px 8px var(--shadow-blue)}.row-error{color:var(--red-color);font-size:13px;margin-top:-8px;margin-bottom:0;width:100%;text-align:center}.red{border:1px solid darkred;box-shadow:inset 0 0 8px #d3d3d3}.orange{border:1px solid orange;box-shadow:inset 0 0 8px #d3d3d3}.blue{border:1px solid royalblue;box-shadow:inset 0 0 8px #d3d3d3}button,input[type=button],input[type=submit],[role=button]{-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:380px){.win-tag{font-size:8px}.ticket-info,.discounted-price{font-size:12px}.title-double{font-size:10px}.discounted,.strike{font-size:12px}}.label-red.red{border:3px solid darkred;color:#000}.label-red.orange{border:3px solid orange;color:#000}.label-red.blue{border:3px solid royalblue;color:#000}.game-row.disabled-row{opacity:.6;pointer-events:none;cursor:not-allowed}.game-row .disabled{cursor:not-allowed;background-color:#ddd;color:#999}.game-row.disabled-row input{cursor:not-allowed}.double-digit-container{border-radius:16px;background:#fff;max-width:600px;margin:auto;box-shadow:0 2px 8px #0000000d;margin-top:1rem;padding:8px 16px}.game-header-double{display:flex;justify-content:space-between;align-items:center}.double-size{font-size:16px}.title-double{font-weight:700;font-size:16px}.triple-num{font-size:18px}.win-tag{background:#e3eafc;color:#000;font-size:8px;padding:4px 8px;margin-left:8px;border-radius:8px}.quick-guess-btn{background:#eee;border:1px solid #ccc;padding:12px 14px;border-radius:8px;cursor:pointer;color:#575757;font-size:12px;font-weight:700}.ticket-info{margin:10px 0;font-size:16px;font-weight:700;color:#000}.original-price{text-decoration:line-through;margin-right:4px}.discounted-price{color:red;font-weight:700;font-size:16px}.game-row-double{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eaeaea}.game-row:last-child{border-bottom:none}.label-container{display:flex;gap:10px;align-items:center;flex-direction:column}.label-double-text{display:flex;align-items:center;gap:30px;font-size:16px}.label-container-circle{display:flex;gap:10px;align-items:center}.label{font-weight:700;font-size:16px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#000}.label-red{border:3px solid darkred}.label-orange{border:3px solid orange}.label-blue{border:3px solid royalblue}.circle{width:50px;height:50px;border-radius:50%;font-size:24px;background:#f9f9f9;border:2px solid;box-shadow:inset 0 2px 5px #00000026}.circle-red{border:1px solid darkred;box-shadow:inset 0 0 8px #d3d3d3}.circle-orange{border:1px solid orange;box-shadow:inset 0 0 8px #d3d3d3}.circle-blue{border:1px solid royalblue;box-shadow:inset 0 0 8px #d3d3d3}.controls{display:flex;align-items:center;gap:4px;flex-direction:column}.add-button{background:#84afff;color:#fff;width:100%;height:40px;border:none;font-weight:700;border-radius:8px;cursor:pointer}.game-row-double:last-child{border-bottom:none;padding-bottom:0}.add-button.active-blue{background-color:#007bff;color:#fff;cursor:pointer}.add-button.active-blue:hover{background-color:#0056b3}.control-btn{background-color:#f1f1f1;color:#666;border:none;padding:8px 12px;border-radius:4px;font-size:16px;cursor:not-allowed;transition:background-color .3s ease}.control-btn:enabled{background-color:#ccc;color:#fff;cursor:pointer}.count-input{width:60px;padding:6px;text-align:center;font-size:16px;border:1px solid #ccc;border-radius:4px}.circle-button-input:focus{border-color:#007bff}@media(max-width:380px){.win-tag{font-size:8px}.ticket-info,.discounted-price{font-size:12px}.title-double{font-size:10px}.double-size{font-size:12px}}.game-row-double.disabled-row{opacity:.6;pointer-events:none;cursor:not-allowed}.triple-digit-container{padding:8px 16px;background:#fff;border-radius:10px;max-width:550px;margin:auto;margin-top:1rem}.title-triple{font-size:18px;font-weight:700}.game-header-triple{display:flex;justify-content:space-between;align-items:center}.win-tag{background-color:#e6f0ff;color:#000;font-weight:600;padding:2px 8px;border-radius:5px;margin-left:8px;font-size:11px}.original-price{text-decoration:line-through;margin-right:5px}.label-circle-row{display:flex;gap:6px;align-items:center;margin-top:10px}.game-row-triple{display:flex;align-items:center;justify-content:space-between}.label-circle-group{display:flex;flex-direction:column;align-items:center;gap:5px}.label{font-weight:700;font-size:18px}.label-red{color:#8b0000}.label-orange{color:orange}.label-blue{color:#4169e1}.circle{width:60px;height:60px;border-radius:50%;border:3px solid;background-color:#fff;font-size:24px;font-weight:700;color:gray;display:flex;align-items:center;justify-content:center;cursor:pointer}.circle-red{border-color:#8b0000}.circle-orange{border-color:orange}.circle-blue{border-color:#4169e1}.control-row{display:flex;justify-content:center;align-items:center}.control-btn-triple{width:40px;height:40px;font-size:20px;border:none;background-color:#f1f1f1;border-radius:6px;margin:0 8px}.count-input{width:80px;height:40px;text-align:center;font-size:18px;border:1px solid #ccc;border-radius:6px;font-weight:700;color:#333}.action-buttons{display:flex;justify-content:center;gap:12px;width:100%}.box-btn,.add-btn{background-color:#9cbcff;border:none;font-weight:700;color:#fff;border-radius:8px;font-size:14px;cursor:pointer}.box-btn{background-color:#ccc;color:#666;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:not-allowed;transition:background-color .3s ease}.box-btn.active-blue{background-color:#007bff;color:#fff;cursor:pointer}.box-btn.active-blue:hover{background-color:#0056b3}.low-balance-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.low-balance-popup-content{background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 4px 15px #0003;text-align:center;max-width:350px;width:90%}.low-balance-popup-content h3{color:#d32f2f;margin-bottom:15px;font-size:1.4em}.low-balance-popup-content p{margin-bottom:20px;font-size:1.1em;color:#333}.low-balance-popup-content button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:5px;cursor:pointer;font-size:1em;transition:background-color .3s ease}.low-balance-popup-content button:hover{background-color:#0056b3}.game-header button,.quick-guess-button{background-color:#d3d3d3;color:#000;padding:10px 20px;border:1px solid #D9D9D9;border-radius:5px;cursor:pointer;font-size:16px;font-weight:700;transition:background-color .3s ease,transform .1s ease;box-shadow:0 4px 6px #0000001a}.game-header button:hover,.quick-guess-button:hover{background-color:#e0e0e0}.game-header button:active,.quick-guess-button:active{transform:scale(.98)}@keyframes buttonPress{0%{transform:scale(1);box-shadow:0 4px 6px #0000001a}50%{transform:scale(.95);box-shadow:0 2px 3px #0003}to{transform:scale(1);box-shadow:0 4px 6px #0000001a}}.quick-guess-button.animating{animation:buttonPress .2s ease-in-out forwards}@media(max-width:480px){.game-header button,.quick-guess-button{padding:12px;font-size:14px}}@media(max-width:320px){.game-header button,.quick-guess-button{padding:12px;font-size:12px}}@media(max-width:380px){.win-tag{font-size:8px}.ticket-info,.discounted-price,.title-double{font-size:12px}}.triple-digit-container.disabled-row{opacity:.6;pointer-events:none;cursor:not-allowed}.triple-digit-container .disabled{cursor:not-allowed}.tab-list{display:flex;flex-wrap:nowrap;width:100%;height:50px;background-color:transparent;overflow:auto;padding:0;border-radius:0}.tab-button{position:relative;flex:1;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:.25rem 0;background:#fff;border:none;outline:none;font-size:1rem;transition:color .3s ease}.tab-button.selected .tab-content{color:#222;font-weight:700}.tab-cursor{position:absolute;bottom:0;width:40px;height:2px;background-color:#00f;z-index:0;box-shadow:0 1px #0000000d}.tab-content{position:relative;z-index:10;white-space:nowrap;transition:color .3s ease;font-size:18px;font-weight:700;color:var(--font-color-second)}.history-table{width:100%;border-collapse:collapse}.history-header{padding:.5rem;background-color:#f2f2f2;margin-bottom:3rem}.history-table thead{background-color:#f0f0f7}.history-table th,.history-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #e0e0e0}.history-table tbody tr:nth-child(2n){background-color:#f9f9f9}.number-circle{display:inline-block;width:30px;height:30px;border-radius:50%;font-weight:700;text-align:center;margin:0 3px;background-color:#fff}.number-red{background-color:#b71c1c}.number-orange{background-color:#f57c00}.number-blue{background-color:#0288d1}.row-number{display:flex}.select-HiU{display:flex;justify-content:center;align-items:center;margin:1rem 0}.select-HiU button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--linear-primary-tr);border:1px solid #ccc;padding:.6rem 1rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s ease;color:#fff}.select-HiU button:hover{background-color:#e0e0e0}.bet-list{position:relative;display:flex;flex-direction:column;background-color:#fff}.bet-list-tab{position:sticky;top:0;z-index:15;background-color:#fff;min-height:2.5rem;height:3.5rem;display:flex;width:100%;flex-direction:column}.myresult-right{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.bet-list-tab-body{background-color:transparent;display:flex;--tw-border-opacity: 1;border-color:hsl(var(--heroui-divider) / var(--heroui-divider-opacity, var(--tw-border-opacity)));height:100%;align-items:center;position:relative;width:100%}.list-tab{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s;outline:none;font-size:var(--heroui-font-size-small);line-height:var(--heroui-line-height-small);padding:.25rem 0;display:flex;align-items:center;justify-content:center;height:100%;background:transparent;border:none;flex:1 1 0%;cursor:pointer}.list-tab-span{--tw-shadow: 0 1px 0px 0 rgba(0, 0, 0, .05);--tw-shadow-colored: 0 1px 0px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);background-color:var(--bg-color-main);width:2.25rem;height:.125rem;position:absolute;bottom:0}.list-text{font-weight:700;color:var(--font-color-second);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s;position:relative;z-index:10;white-space:nowrap;font-size:1.3rem}.list-text-active{color:var(--font-color-main)}.bet-table-container{display:flex;flex-direction:column}.history-empty-state{min-height:250px;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;color:#7b879c;font-size:.95rem;font-weight:600;background:#fbfcfe}.cur-bets{--cur-cols: minmax(0, .72fr) minmax(0, 1.95fr) minmax(0, .63fr);--cur-gap: 8px;--cur-pad-x: 14px;--cur-line: #eceff5;--cur-muted: #8a93a6;--cur-ink: #1b2439;display:flex;flex-direction:column;width:100%;min-height:250px;background-color:#fff;border:1px solid var(--cur-line);border-radius:14px;overflow:hidden;box-sizing:border-box;color:var(--cur-ink)}.cur-bets-row{display:grid;grid-template-columns:var(--cur-cols);align-items:center;gap:var(--cur-gap);padding:10px var(--cur-pad-x);box-sizing:border-box;width:100%}.ccol{min-width:0}.ccol-type,.ccol-number{text-align:left}.ccol-amount{text-align:right}.cur-bets-head{background-color:#f5f7fb;border-bottom:1px solid var(--cur-line);font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--cur-muted);padding-top:9px;padding-bottom:9px}.cur-bets-list{display:flex;flex-direction:column}.cur-bets-item{min-height:52px;border-bottom:1px solid var(--cur-line)}.cur-bets-item:last-child{border-bottom:none}.cur-bet-badge{display:inline-block;max-width:100%;padding:4px 9px;border-radius:999px;background-color:#eef4ff;color:#2f5fd0;font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.cur-chip-stack{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px}.cur-chip-pair{display:inline-flex;align-items:center;gap:4px}.cur-chip-label{font-size:.64rem;font-weight:800;color:var(--cur-muted)}.cur-bets-item .ccol-amount{font-size:.82rem;font-weight:800;color:var(--cur-ink);white-space:nowrap}.cur-bets-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding:11px var(--cur-pad-x);background-color:#f7f9fd;border-top:1px solid var(--cur-line);box-sizing:border-box}.cur-bets-total-label{font-size:.68rem;font-weight:700;color:var(--cur-muted)}.cur-bets-total-value{font-size:.88rem;font-weight:800;color:var(--cur-ink)}.cur-bets-empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:28px 20px;text-align:center}.cur-bets-empty-title{font-size:.88rem;font-weight:800;color:var(--cur-ink)}.cur-bets-empty-sub{font-size:.74rem;font-weight:600;color:var(--cur-muted)}@media(max-width:480px){.cur-bets{--cur-cols: minmax(0, .7fr) minmax(0, 1.85fr) minmax(0, .6fr);--cur-gap: 6px;--cur-pad-x: 10px;border-radius:12px}.cur-chip-stack{gap:5px 8px}.cur-bets-item .ccol-amount{font-size:.72rem}}@media(max-width:360px){.cur-bets{--cur-cols: minmax(0, .66fr) minmax(0, 1.8fr) minmax(0, .58fr);--cur-pad-x: 8px}.cur-bet-badge{padding:3px 7px;font-size:.56rem}}.bet-table-container-body{display:flex;flex-direction:column}.bet-table-result{letter-spacing:-.01875rem;display:flex;flex-direction:column;overflow:hidden}.table-header{color:var(--font-color-second);font-size:.65rem;line-height:1rem;padding:.5rem 0;background-color:var(--bg-table-header);display:flex}.table-header-body{display:flex;flex:1 1 0%;margin:0 .75rem;text-transform:uppercase}.th-head-one{flex:2 2 0%;margin-left:.5rem;font-weight:600;font-size:14px}.th-head-two{flex:1 1 0%;font-weight:600;font-size:14px;margin-right:4rem}.th-head-three{flex:1 1 0%;font-weight:600;font-size:14px}.table-row-container{color:var(--font-color-second);font-size:.875rem;line-height:1.25rem;display:flex;flex-direction:column}.table-row-container:nth-child(2n){background:var(--bg-table-even)}.table-row-container:nth-child(odd){background:var(--bg-table-odd)}.table-row-body{padding-top:.5rem;padding-bottom:.5rem;display:flex;align-items:center;flex:1 1 0%;padding:14px 0;border-bottom:1px solid #eee}.accordion-content{padding:.5rem 1rem}.accordion-content-list{display:flex;flex-direction:column;gap:4px}.order-number{display:flex;justify-content:space-between}.no-history{display:flex;justify-content:center;align-items:center;flex-direction:column}.no-history img{width:200px;height:200px}.order-number p{font-size:12px;font-size:.75rem;line-height:1rem;color:var(--font-color-accent)}.order-number h5{color:var(--font-color-second)}.row-one{font-size:16px;line-height:1.25rem;font-weight:600;flex:2 2 0%;padding-left:10px}.created-name{font-size:16px;font-weight:600}.row-two{font-size:.875rem;line-height:1.25rem;text-align:center;flex:1 1 0%;font-weight:500;flex:1.5}.row-three{gap:.25rem;display:flex;justify-content:flex-end;align-items:center;flex:1 1 0%;font-weight:600;flex:2;justify-content:center;gap:8px}.row-four-new{display:flex;align-items:center}.th-head-four{display:flex;align-items:center;justify-content:center;text-align:center}.row-four{display:flex;flex-direction:column;gap:0!important}.drop-icon{width:.875rem;height:.875rem;transition:.2s;transform:rotate(-90deg);cursor:pointer}.no-win{font-size:.75rem;font-weight:500;text-align:right}.my-history-result{border-bottom:.0625rem dashed var(--font-color-secAccent);padding:.5rem;border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem;display:flex;align-items:center;justify-content:space-between;background-color:#d6e0e8}.my-result-left{color:var(--font-color-second);font-weight:700;font-size:.875rem;line-height:1.25rem;display:flex;flex-direction:column}.green-text{color:var(--norm_green-color)}.red-text{color:var(--norm_red-color)}.green-text-bg{background-color:var(--norm_green-color)}.red-text-bg{background-color:var(--norm_red-color)}.violet-text-bg{background:var(--norm_Purple-color) 0}.color-box{display:flex;align-items:center;justify-content:center;width:20px!important;height:20px!important;border-radius:50%!important}.show-more-data{margin-top:1rem;display:flex;align-items:center;justify-content:center;width:100%;background-color:#fff}.show-more{box-shadow:0 1px 4px #00000040,0 1px #fff3 inset;transition-property:transform,color,background,background-color,border-color,text-decoration-color,fill,stroke,opacity;transition-timing-function:ease;transition-duration:.25s;font-size:.875rem;line-height:1.25rem;outline:none;border:none;background:linear-gradient(90deg,#0047ec,#00d0d7);border-radius:9999px;height:2.5rem;min-width:0px;width:40%;font-weight:700;cursor:pointer;color:#fff;margin-bottom:4rem}.circle{width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;color:#fff;font-size:14px}.color-box{width:15px;height:15px;border-radius:3px;display:inline-block;vertical-align:middle}.green-text-bg{background-color:green}.red-text-bg{background-color:red}.violet-text-bg{background-color:purple}.value-circle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;color:#000;font-weight:700;margin:0 3px;font-size:1rem}.red-circle{border:3px solid #b50000}.orange-circle{border:3px solid #f8a70a}.blue-circle{border:3px solid #0974b7}@media(max-width:768px){.tab-list{height:45px}.tab-button{font-size:.9rem;padding:.15rem 0}.tab-content{font-size:16px}.history-table th,.history-table td{padding:8px 10px;font-size:.85rem}.th-head-one,.th-head-two,.th-head-three{font-size:14px}.th-head-two{margin-right:1rem}.row-one,.created-name{font-size:15px}.row-two{font-size:.8rem}.row-three{gap:4px}.number-circle,.circle,.value-circle{width:28px;height:28px;font-size:1rem}.accordion-content{padding:.5rem;font-size:.85rem}.order-number p,.order-number h5{font-size:.7rem}.my-history-result{padding:.4rem}.my-result-left{font-size:.8rem}.show-more{width:45%;height:2.25rem;font-size:.85rem;margin-bottom:2rem}}@media(max-width:480px){.tab-button{font-size:.85rem}.tab-content{font-size:14px}.history-table th,.history-table td{padding:6px 8px;font-size:.8rem}.row-one,.created-name{font-size:14px}.number-circle,.circle,.value-circle{width:22px;height:22px;font-size:.8rem}.list-text{font-size:16px}}.loader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;background:#00000080;position:fixed;top:0;left:0;z-index:9999}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid white;width:40px;height:40px;animation:spin 1s linear infinite}.please-check{color:#fff}.please-para{font-size:1.5rem;color:green}.loader p{margin-top:10px;color:#fff;font-size:16px}.loader-1{border:4px solid #d0021b40;border-radius:50%;border-top:4px solid #0ebf6a;width:40px;margin:2rem auto;height:40px;-webkit-animation:spin 2s linear infinite;animation:spin 1.5s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-timer{display:flex;justify-content:center;align-items:center;gap:12px;margin:15px auto}.loader-timer span{width:18px;height:18px;border-radius:50%;background-color:#176be3;animation:bounce 1s infinite ease-in-out}.loader-timer span:nth-child(1){animation-delay:0s}.loader-timer span:nth-child(2){animation-delay:.1s}.loader-timer span:nth-child(3){animation-delay:.2s}.loader-timer span:nth-child(4){animation-delay:.3s}.loader-timer span:nth-child(5){animation-delay:.4s}@keyframes bounce{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-10px);opacity:1}}.order-data-container{--order-cols: minmax(0, 1.3fr) minmax(0, .95fr) minmax(0, .6fr) minmax(0, 1.05fr) 18px;--order-gap: 8px;--order-pad-x: 14px;--order-line: #eceff5;--order-muted: #8a93a6;--order-ink: #1b2439;--order-win: #16a75c;--order-lose: #8a93a6;width:100%;background-color:#fff;border:1px solid var(--order-line);border-radius:14px;overflow:hidden;box-sizing:border-box;color:var(--order-ink)}.order-draw-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px var(--order-pad-x);background:linear-gradient(90deg,#f3f7ff,#fafbff);border-bottom:1px solid var(--order-line);box-sizing:border-box}.order-draw-left,.order-draw-right{display:flex;flex-direction:column;gap:4px;min-width:0}.order-draw-right{align-items:flex-end}.order-draw-type{font-size:.9rem;font-weight:800;line-height:1.2;color:var(--order-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-draw-id{font-size:.78rem;font-weight:700;line-height:1.2;color:var(--order-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-draw-label{font-size:.64rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--order-muted);line-height:1.2}.order-draw-circles{display:flex;align-items:center;gap:6px}.order-chip{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background-color:#fff;font-size:.8rem;font-weight:800;line-height:1;color:var(--order-ink);box-sizing:border-box;flex-shrink:0}.order-chip-lg{width:28px;height:28px;font-size:.88rem}.order-chip-sm{width:22px;height:22px;font-size:.72rem}.chip-a{border:2px solid #d63b3b}.chip-b{border:2px solid #f39c12}.chip-c{border:2px solid #3498db}.chip-default{border:2px solid #c6ccd8;color:var(--order-muted)}.order-table{width:100%}.order-row{display:grid;grid-template-columns:var(--order-cols);align-items:center;gap:var(--order-gap);padding:10px var(--order-pad-x);box-sizing:border-box;width:100%}.ocol{min-width:0}.ocol-number,.ocol-time{text-align:left}.ocol-bet,.ocol-result{text-align:right}.ocol-arrow{display:flex;align-items:center;justify-content:flex-end}.order-row-head{background-color:#f5f7fb;border-bottom:1px solid var(--order-line);font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--order-muted);padding-top:9px;padding-bottom:9px}.order-row-item{position:relative;min-height:52px;border-bottom:1px solid var(--order-line);cursor:pointer;outline:none;transition:background-color .18s ease}.order-row-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background-color:transparent;transition:background-color .18s ease}.order-row-item.is-win:before{background-color:var(--order-win)}.order-row-item:hover,.order-row-item:focus-visible{background-color:#f8faff}.order-row-item.is-open{background-color:#f6f9ff;border-bottom-color:transparent}.order-chip-stack{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.order-row-item .ocol-time{display:flex;flex-direction:column;gap:2px;line-height:1.2}.order-time-main{font-size:.74rem;font-weight:700;color:var(--order-ink);white-space:nowrap}.order-time-sub{font-size:.68rem;font-weight:600;color:var(--order-muted);white-space:nowrap}.order-row-item .ocol-bet{font-size:.82rem;font-weight:800;color:var(--order-ink);white-space:nowrap}.order-row-item .ocol-result{display:flex;flex-direction:column;align-items:flex-end;gap:2px;line-height:1.2}.order-status{font-size:.72rem;font-weight:800;white-space:nowrap}.order-win-amount{font-size:.72rem;font-weight:700;white-space:nowrap}.is-won{color:var(--order-win)}.is-nowin{color:var(--order-lose)}.order-arrow{width:14px;height:14px;color:#b3bbc9;transition:transform .2s ease,color .2s ease;flex-shrink:0}.order-row-item.is-open .order-arrow{transform:rotate(90deg);color:var(--basic-color-primary, #176be3)}.order-detail{padding:4px var(--order-pad-x) 12px;background-color:#f6f9ff;border-bottom:1px solid var(--order-line);box-sizing:border-box;animation:order-detail-in .2s ease}@keyframes order-detail-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.order-detail-grid{display:flex;flex-direction:column;background-color:#fff;border:1px solid var(--order-line);border-radius:10px;overflow:hidden}.order-detail-item{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid #f2f4f9}.order-detail-item:last-child{border-bottom:none}.odi-label{font-size:.72rem;font-weight:700;color:var(--order-muted);text-align:left}.odi-value{font-size:.74rem;font-weight:700;color:var(--order-ink);text-align:right;word-break:break-word}.order-detail-bets{margin-top:10px;background-color:#fff;border:1px solid var(--order-line);border-radius:10px;padding:10px 12px}.odb-title{display:block;font-size:.62rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--order-muted);margin-bottom:8px}.odb-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,.7fr) minmax(0,.8fr);align-items:center;gap:8px;padding:6px 0;border-top:1px dashed #edf0f6}.odb-row:first-of-type{border-top:none}.odb-chips{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.odb-amount,.odb-win{font-size:.74rem;font-weight:700;text-align:right;white-space:nowrap}.odb-amount{color:var(--order-ink)}.order-show-more{display:flex;justify-content:center;padding:12px var(--order-pad-x);background-color:#fff}.order-show-more-btn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;min-height:38px;padding:9px 22px;border:1px solid #d9e3f7;border-radius:10px;background-color:#f4f8ff;color:var(--basic-color-primary, #176be3);font-size:.8rem;font-weight:800;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.order-show-more-btn:hover:not(:disabled){background-color:#e8f0ff;border-color:#c3d6f5}.order-show-more-btn:disabled{cursor:default;opacity:.8}.order-btn-loader{width:16px;height:16px;border:2px solid #d9e3f7;border-top-color:var(--basic-color-primary, #176be3);border-radius:50%;animation:order-spin .8s linear infinite}@keyframes order-spin{to{transform:rotate(360deg)}}.order-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:240px;padding:24px;text-align:center;box-sizing:border-box}.order-empty-image{width:130px;height:auto;opacity:.75;margin-bottom:4px}.order-empty-title{font-size:.9rem;font-weight:800;color:var(--order-ink);margin:0}.order-empty-sub{font-size:.76rem;font-weight:600;color:var(--order-muted)}.order-skeleton-wrap{padding:12px var(--order-pad-x)}.order-skeleton-row{display:grid;grid-template-columns:var(--order-cols);align-items:center;gap:var(--order-gap);padding:12px 0;border-bottom:1px solid var(--order-line)}.order-skeleton-row:last-child{border-bottom:none}.sk-block{height:14px;border-radius:7px;background:linear-gradient(90deg,#eef1f6 25%,#f7f9fc 37%,#eef1f6 63%);background-size:400% 100%;animation:order-shimmer 1.3s ease infinite}.sk-chips{height:24px;border-radius:12px}.sk-time{width:80%}.sk-bet{width:70%;justify-self:end}.sk-result{width:85%;justify-self:end}@keyframes order-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:480px){.order-data-container{--order-cols: minmax(0, 1.25fr) minmax(0, .85fr) minmax(0, .58fr) minmax(0, 1fr) 16px;--order-gap: 6px;--order-pad-x: 10px;border-radius:12px}.order-chip{width:23px;height:23px;font-size:.72rem}.order-chip-lg{width:25px;height:25px;font-size:.78rem}.order-draw-type{font-size:.82rem}.order-draw-id{font-size:.72rem}.order-row-item .ocol-bet,.order-status,.order-win-amount{font-size:.7rem}.order-time-main,.order-time-sub{font-size:.65rem}}@media(max-width:360px){.order-data-container{--order-cols: minmax(0, 1.2fr) minmax(0, .8fr) minmax(0, .55fr) minmax(0, .95fr) 14px;--order-gap: 5px;--order-pad-x: 8px}.order-chip{width:21px;height:21px;font-size:.66rem}.order-chip-stack{gap:4px}}:root{--bet-ink: #17233d;--bet-muted: #6b7890;--bet-line: #e6ebf3;--bet-surface-alt: #f5f8fd;--bet-brand: #176be3;--bet-brand-soft: #e9f0ff;--bet-danger: #e5484d;--bet-danger-soft: #fdecec}.bottom-cart-wrapper{position:sticky;bottom:40px;margin-top:auto;width:100%;z-index:999;box-sizing:border-box;padding:10px 12px calc(10px + env(safe-area-inset-bottom,0px));background:#fffffff7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--bet-line);box-shadow:0 -8px 26px #1326481a}.bottom-cart-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.cart-info-button{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-width:0;padding:5px 10px 5px 6px;border:0;border-radius:12px;background:var(--bet-surface-alt);text-align:left;cursor:pointer;transition:background .16s ease}.cart-info-button:hover{background:#eef3fb}.cart-info-button:focus-visible,.pay-now-button:focus-visible,.bet-slip-icon-btn:focus-visible,.bet-slip-clear-btn:focus-visible,.bet-slip-confirm-btn:focus-visible,.bet-slip-empty-btn:focus-visible,.bet-edit-number-input:focus-visible{outline:2px solid var(--bet-brand);outline-offset:2px}.cart-icon .icon-wrapper{position:relative;display:grid;place-items:center}.cart-img{display:block;width:36px;height:36px}.cart-badge{position:absolute;top:-4px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--bet-danger);color:#fff;font-size:.65rem;font-weight:800;line-height:18px;text-align:center;font-variant-numeric:tabular-nums}.cart-details{display:flex;flex-direction:column;min-width:0;gap:1px}.cart-price{color:var(--bet-ink);font-size:1.05rem;font-weight:800;line-height:1.2;font-variant-numeric:tabular-nums}.cart-bids{display:flex;align-items:center;gap:6px;color:var(--bet-muted);font-size:.7rem;font-weight:600;white-space:nowrap;overflow:hidden}.cart-review{position:relative;padding-left:7px;color:var(--bet-brand);font-weight:700}.cart-review:before{content:"";position:absolute;left:0;top:50%;width:3px;height:3px;margin-top:-1.5px;border-radius:50%;background:currentColor;opacity:.6}.pay-now-button{min-width:128px;height:46px;padding:0 20px;border:none;border-radius:12px;background:var(--linear-primary-tr, linear-gradient(90deg, #0047ec 0%, #00d0d7 100%));color:#fff;font-size:.98rem;font-weight:700;cursor:pointer;box-shadow:0 6px 14px #0056dc38;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}.pay-now-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 8px 18px #0056dc42}.pay-now-button:not(:disabled):active{transform:translateY(0)}.pay-now-button:disabled{cursor:not-allowed;opacity:.45;filter:grayscale(35%);box-shadow:none}.bottom-cart-note{margin:8px 2px 0;color:var(--bet-danger);font-size:.72rem;font-weight:600;text-align:center}@media(max-width:360px){.pay-now-button{min-width:104px;padding:0 14px;font-size:.9rem}.cart-review{display:none}}.bet-chips-group{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:34px}.bet-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:none;width:34px;height:34px;border:2px solid #c9d3e4;border-radius:50%;background:#fff;color:var(--bet-ink);font-size:.95rem;font-weight:800;font-variant-numeric:tabular-nums;box-shadow:0 2px 5px #17233d1a}.bet-chip.red{border-color:#e03131;background:#fff5f5}.bet-chip.orange{border-color:#e67700;background:#fff7e8}.bet-chip.blue{border-color:#2563eb;background:#eff4ff}.bet-chip.red .bet-chip-digit{color:#b42318}.bet-chip.orange .bet-chip-digit{color:#b54708}.bet-chip.blue .bet-chip-digit{color:#1d4ed8}.bet-chip-digit{position:relative;z-index:1;line-height:1}.bet-chip-label{position:absolute;top:-4px;right:-4px;z-index:2;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#56637a;color:#fff;font-size:8px;font-weight:800;line-height:1;text-transform:uppercase}.bet-chip.red .bet-chip-label{background:#e03131}.bet-chip.orange .bet-chip-label{background:#e67700}.bet-chip.blue .bet-chip-label{background:#2563eb}.bet-quantity{color:var(--bet-muted);font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums}.bet-slip-grabber{flex:none;width:40px;height:4px;margin:8px auto 2px;border-radius:2px;background:#d5dcea}@media(min-width:560px){.bet-slip-grabber{display:none}}.bet-slip-header{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px 14px;border-bottom:1px solid var(--bet-line)}.bet-slip-heading{display:flex;align-items:center;gap:8px;min-width:0}.bet-slip-header h2{margin:0;color:var(--bet-ink);font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.bet-slip-count{padding:3px 9px;border-radius:999px;background:var(--bet-brand-soft);color:var(--bet-brand);font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.bet-slip-header-actions{display:flex;align-items:center;gap:8px;flex:none}.bet-slip-clear-btn{display:inline-flex;align-items:center;gap:5px;height:34px;padding:0 12px;border:1px solid var(--bet-line);border-radius:9px;background:#fff;color:var(--bet-danger);font-size:.76rem;font-weight:700;cursor:pointer;transition:background .16s ease}.bet-slip-clear-btn:hover{background:var(--bet-danger-soft)}.bet-slip-icon-btn{display:grid;place-items:center;width:34px;height:34px;flex:none;padding:0;border:1px solid var(--bet-line);border-radius:9px;background:#fff;color:var(--bet-muted);font-size:1.05rem;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease}.bet-slip-icon-btn:hover:not(:disabled){background:var(--bet-surface-alt);color:var(--bet-ink)}.bet-slip-icon-btn.is-danger{border-color:#f6cfd0;color:var(--bet-danger)}.bet-slip-icon-btn.is-danger:hover:not(:disabled){background:var(--bet-danger);border-color:var(--bet-danger);color:#fff}.bet-slip-icon-btn.is-confirm{border-color:#b7d0ff;background:var(--bet-brand-soft);color:var(--bet-brand)}.bet-slip-icon-btn.is-confirm:hover:not(:disabled){background:var(--bet-brand);color:#fff}.bet-slip-icon-btn:disabled{opacity:.4;cursor:not-allowed}.bet-slip-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:2px 16px;overscroll-behavior:contain}.bet-slip-list{list-style:none;margin:0;padding:0}.bet-row{display:grid;grid-template-columns:minmax(0,1fr) 94px 76px;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--bet-line)}.bet-row:last-child{border-bottom:none}.bet-row-main{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-width:0}.bet-type-badge{padding:2px 8px;border-radius:6px;background:#eef1f6;color:var(--bet-muted);font-size:.66rem;font-weight:700;letter-spacing:.02em}.bet-type-badge.is-single{background:#fdeceb;color:#b42318}.bet-type-badge.is-double{background:#fff4e3;color:#b54708}.bet-type-badge.is-triple{background:#eaf1ff;color:#1d4ed8}.bet-row-amount{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.bet-amount-visual{color:var(--bet-ink);font-size:.95rem;font-weight:800;font-variant-numeric:tabular-nums;white-space:nowrap}.bet-row-hint{color:var(--bet-muted);font-size:.65rem;font-weight:600;white-space:nowrap}.bet-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.bet-edit-number-input{width:100%;max-width:120px;height:36px;box-sizing:border-box;padding:0 10px;border:1px solid #9bb6ef;border-radius:9px;background:#f5f8ff;color:var(--bet-ink);font-size:1rem;font-weight:800;letter-spacing:.12em;font-variant-numeric:tabular-nums;outline:none}.bet-edit-number-input:focus{border-color:var(--bet-brand);box-shadow:0 0 0 3px #315bd624}.bet-slip-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:26px 16px 34px}.bet-slip-empty img{width:128px;max-width:50%;height:auto;margin-bottom:14px;opacity:.9}.bet-slip-empty-title{margin:0 0 4px;color:var(--bet-ink);font-size:.98rem;font-weight:700}.bet-slip-empty-text{margin:0 0 18px;max-width:34ch;color:var(--bet-muted);font-size:.82rem;line-height:1.45}.bet-slip-empty-btn{height:42px;padding:0 22px;border:none;border-radius:11px;background:var(--bet-brand-soft);color:var(--bet-brand);font-size:.9rem;font-weight:700;cursor:pointer}.bet-slip-empty-btn:hover{background:#dbe6ff}.bet-slip-footer{flex:none;padding:14px 16px calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--bet-line);background:#fbfcfe}@media(min-width:560px){.bet-slip-footer{padding-bottom:16px}}.bet-summary{margin:0 0 12px;display:grid;gap:7px}.bet-summary-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.bet-summary-row dt{color:var(--bet-muted);font-size:.8rem}.bet-summary-row dd{margin:0;color:var(--bet-ink);font-size:.85rem;font-weight:700;font-variant-numeric:tabular-nums}.bet-summary-row.is-negative dd{color:var(--bet-danger)}.bet-summary-row.is-total{margin-top:3px;padding-top:9px;border-top:1px dashed var(--bet-line)}.bet-summary-row.is-total dt{color:var(--bet-ink);font-size:.85rem;font-weight:700}.bet-summary-row.is-total dd{font-size:1.15rem;font-weight:800}.bet-slip-alert{margin:0 0 10px;padding:9px 11px;border-radius:9px;background:var(--bet-danger-soft);color:#a52a2f;font-size:.76rem;font-weight:600;line-height:1.35}.bet-slip-confirm-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:50px;border:none;border-radius:12px;background:var(--linear-primary-tr, linear-gradient(90deg, #0047ec 0%, #00d0d7 100%));color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 6px 16px #0056dc38;transition:transform .16s ease,opacity .16s ease}.bet-slip-confirm-btn:not(:disabled):active{transform:scale(.99)}.bet-slip-confirm-btn:disabled{cursor:not-allowed;opacity:.45;filter:grayscale(35%);box-shadow:none}.bet-slip-confirm-amount{padding:3px 10px;border-radius:999px;background:#ffffff38;font-size:.92rem;font-weight:800;font-variant-numeric:tabular-nums}@media(max-width:480px){.bottom-cart-wrapper{bottom:0}}@media(max-width:400px){.bet-row{grid-template-columns:minmax(0,1fr) 86px 76px}}@media(max-width:360px){.bet-row{grid-template-columns:minmax(0,1fr) 76px 72px;gap:8px}.bet-chip{width:31px;height:31px;font-size:.88rem}.bet-chips-group{gap:6px}.bet-amount-visual{font-size:.88rem}.bet-slip-clear-btn span{display:none}}.modal-overlay-open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:flex-end;justify-content:center;padding:0;background:#0d162994;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:modal-overlay-in .18s ease-out}.modal-content-open{display:flex;flex-direction:column;width:100%;max-width:480px;max-height:100%;min-height:0;background:transparent}.modal-content-open.modal-sheet{max-height:88vh;max-height:88dvh;overflow:hidden;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -12px 40px #0d162947;animation:modal-sheet-in .24s cubic-bezier(.22,.8,.3,1)}@media(min-width:560px){.modal-overlay-open{align-items:center;padding:1rem}.modal-content-open.modal-sheet{max-width:460px;max-height:86vh;border-radius:16px;box-shadow:0 20px 48px #0d16294d;animation:modal-dialog-in .2s cubic-bezier(.22,.8,.3,1)}}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes modal-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes modal-dialog-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.modal-overlay-open,.modal-content-open.modal-sheet{animation:none}}.backdrop{-webkit-backdrop-filter:blur(md) saturate(150%);backdrop-filter:blur(md) saturate(150%);background-color:rgba(var(--overlay-rgb),.3);width:100vw;height:100vh;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;opacity:1}.wrapper{display:flex;width:100vw;position:fixed;top:0;right:0;bottom:0;left:0;overflow-x:auto;justify-content:center;height:var(--visual-viewport-height, 100vh);align-items:center;z-index:60;padding:.5rem;opacity:1;will-change:auto;transform:translateY(var(--slide-enter, 0px)) scale(var(--scale-enter, 1));background-color:#0006;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}@media(min-width:640px){.wrapper{align-items:center;transform:translateY(var(--slide-enter-sm, 0px)) scale(var(--scale-enter-sm, 1))}}.modal{position:relative;z-index:50;width:100%;box-sizing:border-box;background-color:var(--content1-color, #ffffff);outline:none;margin:.25rem;max-width:28rem;border-radius:1.5rem;box-shadow:0 4px 6px #0000001a;overflow-y:hidden;display:flex;flex-direction:column;align-items:center;background-repeat:no-repeat;padding-top:3rem;padding-bottom:1.75rem;background-image:url(/assets/share-bet-bg-yqnWiNET.webp);background-size:100%;background-position:0px .25rem}@media(min-width:640px){.modal{margin:1rem}}.icon-payment{width:7rem;height:7rem}.title{margin-top:.75rem;margin-bottom:.75rem;font-weight:700;color:var(--main-text-color, #000000);font-size:1.25rem}.message{font-size:.875rem;text-align:center;line-height:1.25rem;padding-left:1.25rem;padding-right:1.25rem}.buttonContainer{display:flex;padding:.75rem}.okButton,.shareButton{z-index:0;position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-user-select:none;user-select:none;white-space:nowrap;vertical-align:middle;overflow:hidden;-webkit-tap-highlight-color:transparent;outline:none;padding:0 1rem;min-width:5rem;font-size:.875rem;gap:.5rem;transition:transform .15s ease-out,colors .15s ease-out,opacity .15s ease-out;-webkit-transition:transform .15s ease-out,colors .15s ease-out,opacity .15s ease-out;height:2.5rem;border-radius:9999px;font-weight:700}.okButton{flex:1;margin-right:.75rem;border:2px solid var(--primary-color, #0070f3);background-color:#fff;color:var(--primary-color, #0070f3)}.shareButton{flex:1;background:linear-gradient(to right,var(--primary-color-start, #0070f3),var(--primary-color-end, #0070f3));color:#fff}.rewardText{font-size:.75rem;color:var(--acc-color, #888888);font-weight:400;margin-bottom:.25rem}.rewardAmount{color:#0bc952;font-size:1.125rem}.checkboxContainer{display:flex;width:100%;justify-content:center}.checkboxLabel{position:relative;max-width:fit-content;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer;-webkit-tap-highlight-color:transparent;padding:.5rem;margin:-.5rem;-webkit-user-select:none;user-select:none}.checkboxInput{font:inherit;font-size:100%;line-height:1.15;margin:0;padding:0;overflow:visible;box-sizing:border-box;position:absolute;top:0;width:100%;height:100%;opacity:.0001;z-index:1;cursor:pointer}.customCheckbox{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid var(--text-sec-acc-color, #cccccc);border-radius:9999px;height:.75rem;width:.75rem;color:#fff;margin-right:.25rem;transition:transform .15s ease-out,background-color .15s ease-out}.customCheckbox:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-style:solid;box-sizing:border-box;transition:background-color .15s ease-out}.customCheckbox:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(.5);opacity:0;transform-origin:center;background-color:var(--primary-color, #0070f3);color:var(--primary-foreground-color, #ffffff);border-radius:9999px;transition:transform .2s linear,opacity .2s linear}.checkboxInput:checked+.customCheckbox:after{transform:scale(1);opacity:1}.checkmark{z-index:10;opacity:0;pointer-events:none;transition:opacity .15s ease-out;width:.5rem;height:.5rem}.checkboxInput:checked+.customCheckbox .checkmark{opacity:1}.checkboxText{position:relative;-webkit-user-select:none;user-select:none;transition:colors .15s ease-out,opacity .15s ease-out;font-size:.75rem;color:var(--sec-acc-color, #888888);font-weight:400}.betmodal-placed{position:fixed;background:#000000b3;top:40%;left:50%;transform:translate(-50%,-50%);border-radius:.5rem;width:300px;height:150px;z-index:1000;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.check-icon{background:#02b50a;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff}.rule-modal{outline:2px solid transparent;outline-offset:2px;--tw-shadow: var(--heroui-box-shadow-small);--tw-shadow-colored: var(--heroui-box-shadow-small);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-bg-opacity: 1;background-color:#fff;border-radius:.5rem;overflow-y:hidden;max-width:var(--max-screen-width);width:100%;display:flex;flex-direction:column;z-index:50;height:600px;position:relative;padding-bottom:1rem}.rules-panel{font-size:.875rem;line-height:1.25rem;flex:1 1 0%;display:flex;overflow-y:auto;color:var(--font-color-second)}.rules-panel-body{font-size:.875rem;line-height:1.25rem;margin-top:1rem;padding:0 1rem}.ules-panel-body p{font-size:.8rem}.bet-placed-second{color:"white";text-transform:"capitalize";font-size:"2rem";text-align:"center";color:#fff}.header-wrapper{display:flex;flex-direction:column;width:100%;background-color:#fff;position:relative;z-index:40;box-shadow:#0000001a 0 4px 16px}.header-spacer{height:0px}.header-bar{width:480px;height:60px;display:flex;justify-content:space-between;align-items:center;position:fixed;background-color:#fff;z-index:50}.game-three{font-size:22px;font-weight:700}.header-left-wrapper{display:flex;align-items:center;justify-content:center;color:#2c2c2c}.balance-section-head{display:flex;flex-direction:column;gap:6px;align-items:center}.bal{font-size:14px;font-weight:600;color:#2c2c2c}.bal-amount{font-weight:700;line-height:1rem}.back-icon-wrapper{display:flex;gap:10px;justify-content:space-around}.icon{width:16px;height:16px}.header-title{font-weight:700;color:var(--font-color-main)}.header-right{position:absolute;top:0;right:0;height:100%;padding-right:12px;display:flex;align-items:center}.balance-info{display:flex;align-items:center;height:100%}.balance-text{display:flex;flex-direction:column;align-items:flex-end;margin-right:4px;color:var(--font-color-main)}.balance-label{font-size:10px}.balance-amount{font-size:12px;font-weight:700}.wallet-icon{width:24px;height:24px;position:relative;z-index:10}@media only screen and (max-width:480px){.header-bar{width:100%;height:56px;padding:0 12px}.game-three{font-size:18px}.balance-section-head{gap:4px}.bal{font-size:12px}.bal-amount{font-size:13px}.back-icon-wrapper{gap:8px}.icon{width:14px;height:14px}.header-title{font-size:14px}.header-right{padding-right:8px}.balance-text{margin-right:2px}.balance-label{font-size:9px}.balance-amount{font-size:11px}.wallet-icon{width:20px;height:20px}}.sound-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:#f0f0f0;color:#333;font-size:24px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.sound-icon:hover{background-color:#e0e0e0;color:#007bff;box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.sound-icon:active{background-color:#d0d0d0;color:#0056b3;box-shadow:0 1px 2px #0003;transform:translateY(0)}.sound-icon svg{display:block}.game-info{position:relative;overflow:hidden;display:flex;flex-direction:column}.lobby-tab-container{overflow:hidden;background:#fff;padding:0 .5rem .5rem}.lobby-tab-content{overflow:auto;gap:.5rem;min-width:100%;display:flex;position:relative;margin-top:4rem}.lobby-tab{color:var(--font-color-accent);padding-left:1.5rem;padding-right:.5rem;background-color:var(--bg-color-lightGray);border-radius:.25rem;height:3.5rem;flex:1 1 0%;display:flex;margin-top:.5rem;cursor:pointer;font-size:.75rem;align-items:center;line-height:1rem}.number{font-size:1.5rem;line-height:1.75rem;font-family:DIN;font-weight:600;color:var(--font-color-main)}.number-active{color:var(--basic-color-white)}.minutes{font-size:1rem;line-height:1rem;font-weight:600;margin-left:8px;color:var(--font-color-second)}.m-active{color:var(--basic-color-white)}.lobby-tab-active{background:var(--basic-color-primary)}.lobby-tab-data{background:var(--bg-color-lightGray);padding:.5rem;display:flex;flex-direction:column;overflow:hidden;position:relative}.lobby-tab-data-body{padding:.75rem;background:linear-gradient(to right,#f18f34,#f2346d);border-radius:.5rem}.round-cricle{background:var(--bg-color-lightGray);border-radius:9999px;width:1.5rem;height:1.5rem;position:absolute;margin-top:-.75rem;top:50%;left:-.625rem}.round-cricle-right{background-color:var(--bg-color-lightGray);border-radius:9999px;width:1.5rem;height:1.5rem;position:absolute;margin-top:-.75rem;top:50%;right:-.625rem}.lobby-id-container{display:flex;flex-direction:column}.lobby-id-upper{display:flex;align-items:center}.lobby-id-upper-left{color:var(--basic-color-white);font-weight:700;display:flex;flex-direction:column;flex:1 1 0%}.wingo-text-content{display:flex;align-items:center}.clock-box{position:relative;max-width:fit-content;--tw-shadow-color: rgb(0 0 0 / .05);border-radius:var(--heroui-radius-large);--tw-shadow: var(--tw-shadow-colored);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.clock-box img{width:1.25rem;z-index:10;position:relative;height:1.25rem}.wingo-text{font-size:.875rem;line-height:1.25rem;margin-left:.25rem}.last-draw{font-size:.75rem;line-height:1rem;margin-top:.125rem}.last-draw span{color:var(--bg-color-lightGray);font-weight:500;margin-right:.25rem}.last-right-result{background-color:#ffffff1a;border:1px solid #0003;border-radius:.25rem;display:flex;gap:.75rem;padding:.25rem .75rem}.last-his-text{color:var(--bg-color-lightGray);font-size:.625rem;line-height:.75rem;width:3.75rem;margin-right:1rem}.result-box{width:2rem;height:2rem}.ball-box-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.animated-item-ball{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#be0000;border-radius:50%;color:var(--basic-color-white);font-weight:700}.next-draw-container{display:flex;margin-top:.5rem;gap:.5rem}.timer-component{font-size:.75rem;line-height:1rem;padding:.5rem;background-color:#0000004d;display:flex;justify-content:space-between;align-items:center;flex:1 1 0%}.next-draw{color:var(--bg-color-lightGray)}.timer-div{display:flex;align-items:center;font-size:.75rem;line-height:1.5rem;color:var(--basic-color-white);font-weight:700}.timer-box{border:1px solid var(--basic-color-white);border-radius:.25rem;display:flex;flex-direction:column;width:1.8rem;align-items:center}.time-box{padding:.25rem 0;color:var(--font-color-main);text-align:center;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem;width:100%;font-size:15px;font-weight:700}.hou{font-size:.6rem;line-height:1rem;font-family:DIN;font-weight:700}.timer-div span{margin-left:.125rem;margin-right:.125rem}.rules-container{display:flex;background-color:#0000001a;align-items:center}.rules-box{color:var(--bg-color-lightGray);font-size:.75rem;line-height:1rem;width:3rem;display:flex;flex-direction:column;align-items:center;cursor:pointer}.border-left{width:1px;height:2rem;background-color:#ffffff4d}.scroll-box{display:flex;align-items:center;width:3rem;flex-direction:column}.size-5{width:1.25rem;height:1.25rem}.overlay{position:fixed;top:51%;left:50%;transform:translate(-50%,-51%);width:100%;height:100%;display:flex;justify-content:center;backface-visibility:hidden;align-items:center;z-index:100;background:#000000b3}.cashout-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:9999;pointer-events:none}.cashout-modal.show{animation:fadeInZoomRotate .6s ease forwards;pointer-events:auto}.cashout-modal.hide{animation:fadeOutZoomRotate .6s ease forwards}.modal-content-container{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0003;text-align:center;width:90%;max-width:320px;transform-origin:center}.won-border{border:4px solid #4caf50}.lost-border{border:4px solid #f44336}.status-message{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.won{color:#4caf50}.lost{color:#f44336}.sub-message{font-size:1rem;color:#555;margin-bottom:1rem}.amount-display{font-size:2rem;font-weight:800;color:#222}@keyframes fadeInZoomRotate{0%{opacity:0;transform:scale(.7) rotate(-10deg)}60%{transform:scale(1.05) rotate(3deg);opacity:1}to{transform:scale(1) rotate(0)}}@keyframes fadeOutZoomRotate{0%{opacity:1;transform:scale(1) rotate(0)}to{opacity:0;transform:scale(.7) rotate(10deg)}}
