@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ec159349637c90ad-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/513657b02c5c193f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/fd4db3eb5472fc27-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/51ed15f9841b9f9d-s.woff2) format("woff2");unicode-range:u+0370-03ff}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/05a31a2ca4975f99-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/d6b16ce4a6175f26-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e66fe9;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c9a5bc6a7c948fb0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e66fe9;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e66fe9{font-family:__Inter_e66fe9,__Inter_Fallback_e66fe9;font-style:normal}*{padding:0;box-sizing:border-box}*,body{margin:0}body{font-family:Arial,sans-serif;background:linear-gradient(135deg,#8278a3,#e06e5f,#f8cb69);display:flex;justify-content:center;align-items:center;height:100vh}.coin-container{background-color:hsla(0,0%,100%,.9);border-radius:20px;box-shadow:0 10px 20px rgba(0,0,0,.3);padding:2rem;text-align:center;animation:fadeIn 1s ease;width:80%;max-width:500px;perspective:1000px}h1{color:#1ca00a;font-size:2.5rem;margin:0 0 1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.coin{width:150px;height:150px;border-radius:50%;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:transform .5s ease-in-out;margin:0 auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}button{background-image:linear-gradient(45deg,#4e6bff,#ff6b6b);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:1rem;cursor:pointer;transition:background-color .3s ease-in-out,transform .2s ease-in-out;width:100%;margin-top:20px}button:hover{transform:scale(1.05)}button:disabled{background-color:#a9a9a9}.result{margin-top:20px;font-size:24px;color:#333;transition:opacity .5s ease-in-out;text-transform:uppercase;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.4);letter-spacing:2px;min-height:28px}.coin:hover{transform:scale(1.1);transition:transform .3s ease-in-out}@keyframes spin{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.coin.flip{animation:spin 1s cubic-bezier(.4,2.5,.6,.5)}.coin img{width:100%;height:100%;object-fit:cover;object-position:center;transform:rotateY(0deg)}.coin-container{background-color:#fff;padding:20px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .5s ease-in-out}.coin-container:hover{transform:scale(1.02)}h2{color:#333;font-size:24px;margin:10px 0}