:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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}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}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;line-height:1.5;color:#ffffffde;background-color:#242424}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.container{display:flex;flex-direction:column;align-items:center;width:100%}h1{font-size:3.2em;line-height:1.1;margin-bottom:10px;text-shadow:0 4px 10px rgba(0,0,0,.5)}.uuid-display{background-color:#ffffff1a;padding:8px 20px;border-radius:50px;font-size:.9rem;color:#aaa;margin-bottom:50px;border:1px solid rgba(255,255,255,.2)}.card-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;width:100%}.card{background-color:#fff;border-radius:24px;padding:40px;width:320px;height:420px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 20px 40px #0006;transition:transform .3s ease;color:#333!important}.card:hover{transform:translateY(-10px)}.card.red{border:6px solid #ff6b6b}.card.blue{border:6px solid #4d96ff}.card h2{font-size:2rem;margin:0;font-weight:800}.score-box{font-size:5rem;font-weight:900;color:#222;margin:20px 0}.btn-vote{width:100%;padding:18px 0;font-size:1.3rem;font-weight:700;color:#fff;border:none;border-radius:16px;cursor:pointer;transition:background-color .2s,transform .1s}.btn-vote:active{transform:scale(.95)}.red-btn{background-color:#ff6b6b;box-shadow:0 4px 15px #ff6b6b66}.red-btn:hover{background-color:#ff4757}.blue-btn{background-color:#4d96ff;box-shadow:0 4px 15px #4d96ff66}.blue-btn:hover{background-color:#2e86de}
