:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{max-width:100%;margin:0;padding:0;width:100%;height:100vh}.app-container{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1rem;width:100%}.logo-container{margin-bottom:2rem}.logo{max-width:300px;height:auto;display:block}.lucky-draw-form{width:100%;max-width:450px;background:#2a2a2a;padding:2.5rem;border-radius:12px;box-shadow:0 4px 6px #0000004d}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#e0e0e0;font-size:.95rem}.required{color:#f44}.form-group input{width:100%;padding:.85rem;border:2px solid #444;border-radius:8px;font-size:1rem;transition:border-color .3s,box-shadow .3s;box-sizing:border-box;background:#1a1a1a;color:#fff}.form-group input:focus{outline:none;border-color:#f77e5d;box-shadow:0 0 0 3px #f77e5d33}.form-group input.error{border-color:#f44}.form-group input.error:focus{box-shadow:0 0 0 3px #ff44441a}.error-message{display:block;margin-top:.5rem;color:#f44;font-size:.85rem}.submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#f77e5d,#e85d3f);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s;text-transform:uppercase;letter-spacing:.5px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 12px #f77e5d80}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.app-container{padding:1rem .75rem}.logo-container{margin-bottom:1.5rem}.logo{max-width:180px}.lucky-draw-form{padding:1.5rem 1.25rem;border-radius:8px}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9rem;margin-bottom:.4rem}.form-group input{padding:.75rem;font-size:16px;border-radius:6px}.submit-button{padding:.9rem;font-size:1rem;border-radius:6px}.error-message{font-size:.8rem}.close-button{top:.5rem;left:.5rem;padding:.6rem 1.2rem;font-size:.9rem;border-radius:6px}}@media(max-width:375px){.app-container{padding:.75rem .5rem}.logo{max-width:150px}.lucky-draw-form{padding:1.25rem 1rem}.form-group input{padding:.7rem}.submit-button{padding:.85rem;font-size:.95rem}.notification{top:1rem;right:1rem;left:1rem;min-width:auto;max-width:none}}@media(max-height:600px)and (orientation:landscape){.app-container{padding:.5rem;justify-content:center}.logo-container{margin-bottom:.5rem}.logo{max-width:100px}.lucky-draw-form{padding:1rem;max-width:500px}.form-group{margin-bottom:.75rem}.form-group label{font-size:.85rem;margin-bottom:.3rem}.form-group input{padding:.65rem;font-size:14px}.submit-button{padding:.75rem;font-size:.95rem}.error-message{font-size:.75rem;margin-top:.3rem}.game-container{position:fixed;top:0;left:0;width:100vw;height:100vh;margin:0;padding:0}.game-iframe{width:100%;height:100%}.close-button{top:.5rem;left:.5rem;padding:.5rem 1rem;font-size:.85rem}}.game-container{width:100%;height:100vh;display:flex;flex-direction:column;position:relative}.rotate-notification{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:9999;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:2rem}.rotate-icon{animation:rotate-animation 2s ease-in-out infinite;margin-bottom:1.5rem;color:#f77e5d}@keyframes rotate-animation{0%,to{transform:rotate(0)}25%{transform:rotate(-90deg)}75%{transform:rotate(-90deg)}}.rotate-text{font-size:1.1rem;font-weight:600;max-width:300px;line-height:1.5}@media(max-width:768px)and (orientation:portrait){.rotate-notification{display:flex}}.close-button{position:absolute;top:1rem;left:1rem;padding:.75rem 1.5rem;background:#f77e5d;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;z-index:1000;box-shadow:0 2px 8px #0000004d}.close-button:hover{background:#e85d3f;transform:translateY(-2px);box-shadow:0 4px 12px #f77e5d80}.game-iframe{width:100%;height:100%;border:none;background:#000}.notification{position:fixed;top:2rem;right:2rem;min-width:300px;max-width:500px;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #0006;z-index:10000;animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.notification-content{display:flex;align-items:center;gap:1rem}.notification-icon{font-size:1.5rem;font-weight:700;flex-shrink:0}.notification-message{flex:1;margin:0;font-size:.95rem;line-height:1.4}.notification-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s;flex-shrink:0}.notification-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.notification-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.notification-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.notification-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.notification-close:hover{background:#fff3}
