@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;overflow-x:hidden}#root{min-height:100vh;position:relative}:root{--red: #C8102E;--black: #0A0A0A;--ink: #111111;--text: #EDEDED}.Iridescence-bg{position:fixed;inset:0;z-index:0;width:100%;height:50%;overflow:hidden}.container{position:relative;z-index:1}html,body,#root{height:100%}body{margin:0;background:transparent;color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,sans-serif}.container{max-width:900px;margin:0 auto;padding:2rem 1rem;position:relative;z-index:1}h1{font-family:Roboto Slab,Georgia,serif;text-align:center;color:#ffd4db;font-size:3rem;margin-bottom:3rem;text-shadow:2px 2px 8px rgba(0,0,0,.5)}h2{color:var(--red);margin-top:0;text-align:center;margin-bottom:1.5rem}.cards-display{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;perspective:1000px}.card{width:140px;height:196px;background:#fff;border:2px solid var(--ink);border-radius:12px;box-shadow:0 10px 30px #0000004d,0 1px #fff9 inset;position:relative;display:inline-flex;align-items:center;justify-content:center;margin:8px;transition:transform .3s ease,box-shadow .2s ease;overflow:hidden}.card:hover{transform:translateY(-10px) rotateY(5deg);box-shadow:0 14px 40px #00000073,0 2px #00000047,inset 0 1px #fff}.card-corner{position:absolute;display:flex;flex-direction:column;align-items:center;letter-spacing:.01em;line-height:1;padding:6px}.card-corner.top-left{top:6px;left:7px}.card-corner.bottom-right{bottom:6px;right:7px;transform:rotate(180deg)}.card-value{font-family:Roboto Slab,Georgia,serif;font-weight:800;font-size:22px;line-height:1;margin-bottom:2px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.card-suit,.card-center{font-family:Roboto Slab,Georgia,serif;font-weight:700;line-height:1}.card-suit{font-size:16px;margin-top:1px}.card-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:40px}.card .card-watermark{position:absolute;inset:0;display:grid;place-items:center;font-size:120px;opacity:.05;pointer-events:none}.controls{background:#000000bf;border:1px solid var(--red);border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000004d;margin-bottom:2rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.control-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}.control-group{display:flex;flex-direction:column}label{font-family:Roboto Slab,Georgia,serif;font-weight:700;margin-bottom:.5rem;color:var(--red);font-size:.95rem}select,input{font-family:Roboto Slab,Georgia,serif;font-weight:100;padding:.75rem;border:2px solid #1a1a1a;border-radius:8px;font-size:.98rem;transition:border-color .2s,box-shadow .2s;background:#0f0f0f;color:var(--text)}select:focus,input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px #c8102e40}.calc-button{font-family:Roboto Slab,Georgia,serif;width:100%;padding:1rem;background:linear-gradient(180deg,#E01C35,var(--red));color:#1b0106;border:none;border-radius:12px;font-size:1.1rem;font-weight:800;letter-spacing:.02em;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;box-shadow:0 6px 18px #c8102e59,0 2px #00000040}.calc-button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 8px 22px #c8102e80,0 2px #00000047}.calc-button:disabled{opacity:.6;cursor:not-allowed}.error{background:#c8102e1a;color:var(--red);border:1px solid var(--red);padding:1rem;border-radius:8px;margin-top:1rem;text-align:center}.results{background:#000000bf;border:1px solid var(--red);border-radius:16px;padding:2rem;box-shadow:0 10px 40px #0000004d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.results h2{margin-top:0;margin-bottom:1.5rem}.result-bars{display:flex;flex-direction:column;gap:1rem}.result-item{display:flex;flex-direction:column;gap:.5rem}.result-header{display:flex;justify-content:space-between;align-items:center;font-weight:700}.result-label{font-size:1.1rem;color:var(--text)}.result-value{font-size:1.2rem;color:var(--red)}.result-bar-bg{height:40px;background:#0f0f0f;border:1px solid #191919;border-radius:8px;overflow:hidden;position:relative}.result-bar-fill{height:100%;transition:width .8s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;color:#fff;font-weight:700}.win-bar{background:linear-gradient(90deg,#10b981,#059669)}.tie-bar{background:linear-gradient(90deg,#f59e0b,#d97706)}.lose-bar{background:linear-gradient(90deg,#ef4444,#dc2626)}.result-value{font-size:1.2rem;color:inherit;font-weight:700}@media (max-width: 640px){h1{font-size:2rem}.cards-display{gap:1rem}.card{width:120px;height:170px}.card-center{font-size:34px}.control-grid{grid-template-columns:1fr}}.iridescence-container{position:fixed;inset:0;z-index:0;pointer-events:none;width:100%;height:100%}
