: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}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}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{background:#eaf6ff;min-height:100vh;font-family:Quicksand,Montserrat,sans-serif;margin:0;display:flex;align-items:center;justify-content:center}#root{width:100vw}.oracle-container{text-align:center;margin:0 auto;max-width:1200px;padding:2rem 0}.tirage{display:flex;justify-content:center;align-items:flex-start;gap:2rem;margin:2rem 0}.card{width:190px;height:300px;perspective:1000px;cursor:pointer;display:inline-block;position:relative;transform-style:preserve-3d}.card-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d}.card-face{width:100%;height:100%;position:absolute;top:0;left:0;backface-visibility:hidden;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #c3e0fa88;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-back{z-index:2}.card-front{transform:rotateY(180deg);z-index:1}.card img{width:80%;height:170px;object-fit:contain;margin-top:1rem;margin-bottom:.5rem}.card-label{font-size:1.2rem;font-weight:600;color:#388ddb;margin-bottom:.5rem}.card-message{font-size:1rem;color:#333b;margin-bottom:1rem;min-height:38px}.draw-btn,.reset-btn{background:linear-gradient(90deg,#9ee7ff,#c6e5fc);border:none;color:#185e95;font-weight:700;border-radius:40px;padding:14px 36px;font-size:1.2rem;box-shadow:0 2px 12px #b0e3ff55;margin-top:2rem;cursor:pointer;transition:background .3s}.draw-btn:hover,.reset-btn:hover{background:#d7f2ff}.fin-message{margin:2rem auto 1rem;background:#fff9;border-radius:24px;padding:1.2rem 2rem;color:#154977;box-shadow:0 1px 8px #c7ebfd66;font-size:1.15rem;max-width:440px}
