html{font-family:Helvetica Neue,Helvetica,Arial,sans}.outer{display:flex;flex-direction:column;text-align:center;width:100%;padding:15px;margin-right:auto;margin-left:auto;background-color:#952b2b;border-top:2px solid rgb(0,0,0);border-left:2px solid rgb(0,0,0);border-right:2px solid rgb(200,200,200);border-bottom:2px solid rgb(200,200,200);position:relative}.mobileTurn{display:none}#top{flex-grow:1;margin:0 auto;width:100%;align-items:center;justify-content:center}.scoretable{display:flex;gap:.8rem;margin:.4rem auto .9rem;background-color:#000;color:#00fa00;border-top:2px solid rgb(100,100,100);border-left:2px solid rgb(100,100,100);border-right:2px solid rgb(200,200,200);border-bottom:2px solid rgb(200,200,200);border-radius:8px;padding:.5rem .8rem;width:fit-content;max-width:100%;font-family:Courier New,Courier,monospace;box-shadow:0 0 12px #0f03 inset}.score-cell{display:flex;flex-direction:column;min-width:94px}.score-label{font-size:.72rem;opacity:.9;text-transform:uppercase;letter-spacing:.08em}.score-value{font-size:1.08rem;font-weight:700;margin-top:.14rem}.left,.right{flex-grow:1}.inner{flex-grow:1;background-color:#3b962b;border-bottom:2px solid rgb(0,0,0);border-right:2px solid rgb(0,0,0);border-left:2px solid rgb(200,200,200);border-top:2px solid rgb(200,200,200)}.grid{display:grid;grid-gap:2px;align-items:center;justify-content:center;cursor:pointer;margin-top:2rem}.board-paused{filter:blur(8px) brightness(.6);pointer-events:none;user-select:none}.square{background-color:#fff;border-bottom:2px solid rgb(0,0,0);border-right:2px solid rgb(0,0,0);border-left:2px solid rgb(200,200,200);border-top:2px solid rgb(200,200,200);justify-content:center;font-size:1.7rem}.text{font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.status{color:#fff}.game-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:center;margin:.85rem 0 1rem}.game-control-btn{min-width:10.5rem;min-height:2.65rem;padding:.68rem 1rem;border:1px solid rgba(255,241,205,.26);border-radius:999px;background:linear-gradient(180deg,rgba(82,18,18,.96),rgba(54,10,10,.98));color:#fff6de;font-size:.96rem;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 10px 18px #00000038,inset 0 1px #ffffff1a;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.game-control-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.game-control-btn:active{transform:translateY(0)}.game-control-btn-accent{background:linear-gradient(180deg,#f1d06c,#c9962f);color:#2d1500;border-color:#5832002e}.gamestart{min-height:22rem;display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem 2.5rem}.gamestart-panel{width:min(100%,34rem);padding:1.6rem 1.5rem 1.75rem;border-radius:22px;background:linear-gradient(180deg,rgba(16,56,22,.94),rgba(8,28,12,.96)),radial-gradient(circle at top,rgba(255,255,255,.12),transparent 45%);border:1px solid rgba(243,233,205,.32);box-shadow:0 22px 40px #00000047,inset 0 1px #ffffff24;color:#f7f1de}.gamestart-kicker{margin:0 0 .45rem;font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#e7d7a4}.gamestart-panel h2{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.05;color:#fffdf6}.gamestart-copy{margin:.85rem 0 1.3rem;font-size:1rem;line-height:1.45;color:#fff9e8db}.gamestart-cta{min-width:12rem;padding:.9rem 1.5rem;border:none;border-radius:999px;background:linear-gradient(180deg,#f6d97a,#d7a93c);color:#2d1500;font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;box-shadow:0 12px 22px #00000047,inset 0 1px #ffffff6b}.gamestart-cta:hover{filter:brightness(1.04)}.rules-panel{margin-top:1.5rem;padding:1rem;border-radius:22px;background:linear-gradient(180deg,rgba(45,9,9,.92),rgba(28,6,6,.96)),radial-gradient(circle at top,rgba(255,255,255,.08),transparent 40%);border:1px solid rgba(244,223,167,.2);color:#fff3d6;box-shadow:0 20px 36px #00000040,inset 0 1px #ffffff14}.rules-hero{margin-bottom:.8rem;text-align:left}.rules-kicker{margin:0 0 .45rem;color:#f0d995;font-size:.8rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.rules-hero h2{margin:0;font-size:clamp(1.35rem,2vw,1.9rem);color:#fffaf0}.rules-lead{margin:.55rem 0 0;max-width:58rem;color:#fff3d6db;line-height:1.4;font-size:.94rem}.rules-grid{display:flex;gap:.75rem;margin-bottom:.7rem;width:100%;align-items:stretch;align-content:space-between}.rules-card{min-width:0;padding:.85rem .9rem;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,242,210,.09);text-align:left;display:flex;flex-direction:column;position:relative;overflow:hidden;margin:0;flex:1}.rules-card h3{margin:0 0 .45rem;color:#f7dea0;font-size:.92rem}.rules-card p,.rules-card li{color:#fff6dee6;line-height:1.36;font-size:.9rem}.rules-card ul{margin:0;padding-left:1.05rem}.rules-example-row{position:relative;display:grid;grid-template-columns:repeat(5,74px);gap:.35rem;align-items:center;justify-content:start;margin:.85rem 0 .65rem;min-height:8.7rem;padding:.25rem 0 .35rem;overflow:hidden}.rules-floating-card{position:absolute;left:190px;top:6px;filter:drop-shadow(0 10px 12px rgba(0,0,0,.28))}.rules-note{margin-top:.4rem;color:#f0e1b6}.rules-card a{color:#ffd66b}.rules-card a:hover{color:#fff0b6}.highscore-board{background:rgba(20,6,6,.82);border:2px solid rgba(244,223,167,.28);border-radius:18px;padding:1rem;color:#fff6de;box-shadow:0 18px 32px #00000047}.highscore-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;margin-bottom:1rem}.highscore-header h2{margin:0}.hs-empty{margin-top:.85rem;font-size:.94rem}.hs-confirm{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.85rem 1rem;margin-bottom:1rem;border:1px solid rgba(255,214,118,.28);border-radius:14px;background:linear-gradient(180deg,rgba(72,16,16,.92),rgba(39,9,9,.92))}.hs-confirm-copy{margin:0;color:#fff0d2;font-weight:600}.hs-confirm-actions{display:flex;gap:.65rem;flex-wrap:wrap}.hs-confirm-btn,.hs-cancel-btn{min-width:7rem}.hs-confirm-btn{background:linear-gradient(180deg,rgba(116,27,27,.96),rgba(77,12,12,.96))}.hs-confirm-btn:hover{background:linear-gradient(180deg,rgba(153,40,40,.98),rgba(98,16,16,.98))}.hs-cancel-btn{background:linear-gradient(180deg,rgba(61,49,24,.96),rgba(45,33,12,.96))}.hs-cancel-btn:hover{background:linear-gradient(180deg,rgba(89,70,31,.98),rgba(63,45,16,.98))}.hs-section{margin-top:.5rem}.hs-table{width:100%;border-collapse:collapse;background:rgba(0,0,0,.18);overflow:hidden;border-radius:12px}.hs-table th,.hs-table td{padding:.6rem .55rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.08)}.hs-table th{color:#f0d995;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.hs-actions-col{min-width:72px}.hs-clear-btn{min-width:8.5rem;background:linear-gradient(180deg,rgba(105,22,22,.92),rgba(73,10,10,.92))}.hs-clear-btn:hover{background:linear-gradient(180deg,rgba(146,33,33,.95),rgba(98,14,14,.95))}.hs-delete-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid rgba(255,215,154,.28);border-radius:999px;background:rgba(116,20,20,.35);color:#ffd5b7;cursor:pointer;transition:transform .16s ease,background-color .16s ease,color .16s ease}.hs-delete-btn:hover{background:rgba(168,29,29,.55);color:#fff1de;transform:translateY(-1px)}.hs-delete-btn:focus-visible{outline:2px solid rgba(255,214,118,.78);outline-offset:2px}.hs-delete-icon{width:1rem;height:1rem}.hs-top{background:rgba(241,208,108,.12)}@media only screen and (min-width: 768px){.scoretable{flex-wrap:wrap}.game-controls{justify-content:space-between}.rules-floating-card{position:absolute;left:90px;top:6px;filter:drop-shadow(0 10px 12px rgba(0,0,0,.28))}.game-0{height:55px;width:40px}.card .toprow{width:60px!important}.card .row{margin-left:20px!important;margin-bottom:unset;font-size:1.2rem!important;line-height:1rem!important}.card .middlerow{font-size:1.2rem!important;margin-bottom:8px!important}.card .bottomrow{display:none}.restart{height:2rem!important}.grid-0{grid-template-columns:repeat(13,40px);gap:5px}}@media only screen and (min-width: 1079px){.outer{max-width:1045px!important;overflow:hidden!important}.rules-floating-card{position:absolute;left:100px;top:1px;filter:drop-shadow(0 10px 12px rgba(0,0,0,.28))}.inner{height:523px;min-height:523px}.game-0{height:40px;width:40px}.card .row{margin-left:20px!important;font-size:1rem!important}.card .middlerow{font-size:1rem!important}.card .bottomrow{display:block!important}.restart{height:2rem!important}.grid-0{grid-template-columns:repeat(13,35px);gap:5px}.gamestart{min-height:24rem;padding-top:1.5rem}.gamestart-panel{max-width:38rem;padding:1.9rem 2rem 2rem}}@media only screen and (min-width: 1080px){.outer{max-width:1080px}.card .toprow{width:60px!important}.card .row{margin:5px 0!important;font-size:1.5rem!important}.card .middlerow{font-size:1.5rem!important}.game-0{width:70px;height:100px}.grid-0{grid-template-columns:repeat(13,70px);gap:5px}}@media only screen and (max-width: 770px){.outer{max-width:630px}.game-0{height:55px!important;width:40px;background-color:pink}.card .toprow{width:50px!important}.card .row{margin-left:20px!important;margin-bottom:unset;font-size:1.2rem!important;line-height:1rem!important}.card .middlerow{font-size:1.5rem!important;margin-bottom:8px!important}.card .bottomrow{display:none}.restart{height:2rem!important}.grid-0{grid-template-columns:repeat(13,40px);gap:5px}}@media only screen and (max-width: 767px){.rules-panel{padding:.9rem .75rem}.rules-hero h2{font-size:1.28rem}.rules-lead,.rules-card p,.rules-card li{font-size:.88rem}.rules-example-row{grid-template-columns:repeat(5,66px);min-height:8rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.5rem}.highscore-header{justify-content:center}.hs-confirm{align-items:stretch;flex-direction:column}.hs-confirm-actions,.hs-confirm-btn,.hs-cancel-btn,.hs-clear-btn{width:100%}.scoretable{gap:.55rem;padding:.5rem .6rem}.score-cell{min-width:80px}.hs-table{display:block;overflow-x:auto;white-space:nowrap}.game-controls{gap:.55rem}.game-control-btn{width:100%;min-width:0}.gamestart{min-height:18rem;padding:1.2rem .9rem 1.6rem}.gamestart-panel{border-radius:18px;padding:1.15rem 1rem 1.2rem}.gamestart-copy{font-size:.94rem}.gamestart-cta{width:100%}}@media only screen and (max-width: 670px){.outer{max-width:630px}.game-0{height:40px;width:40px}.card .toprow{width:60px!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card .row{margin-left:20px!important;margin-bottom:unset;font-size:1.2rem!important;line-height:1rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card .middlerow{font-size:1rem!important;margin-bottom:3px!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card .bottomrow{display:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.restart{height:2rem!important}.grid-0{grid-template-columns:repeat(13,40px);gap:5px}}@media only screen and (max-width: 440px){.outer{max-width:320px}.game-0{height:75px;width:75px}.mobileTurn{display:block}.mobileTurnImage{background-image:url(/addiction/assets/mono-rotate-left-4acdcf4e.svg);background-size:90% 90%;background-position:center;background-repeat:no-repeat;height:500px}.grid-0{grid-template-columns:repeat(14,35px);display:none}}@media only screen and (min-width: 950px) and (max-width: 1180px) and (min-height: 600px) and (max-height: 900px) and (orientation: landscape){.outer{max-width:100%;width:100%;max-width:970px}.inner{height:auto;min-height:unset;padding:1rem}.game-0{width:68px;height:98px}.grid-0{grid-template-columns:repeat(13,69px)}.card .toprow{width:65px!important}.card .row{margin-left:5px!important;font-size:1.2rem!important;line-height:1.2rem!important}.card .middlerow{font-size:1.35rem!important;margin-bottom:4px!important}.card .bottomrow{display:block!important}}@media only screen and (min-width: 780px) and (max-width: 930px) and (max-height: 430px) and (orientation: landscape){.outer{padding-left:8px;padding-right:8px}.game-0{width:54px;height:80px}.grid-0{grid-template-columns:repeat(13,55px);gap:8px}.card .toprow{width:50px!important}.card .row{margin-left:1px!important;margin-top:1px!important;font-size:1.05rem!important;line-height:1.05rem!important}.card .middlerow{font-size:1.15rem!important;margin-bottom:2px!important}.card .bottomrow{display:block!important}}.red{color:red}.black{color:#000}.dragged{color:#ff0}.dragover{color:#00f}.dragging{transform:rotate(.03turn)}.heart{color:red;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.spade{color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.diamond{color:red;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.club{color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card{margin-top:2px;justify-content:center;background-color:#fff;display:grid;border-radius:8px;border:1px solid black;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card .row{font-size:1rem;line-height:1rem;margin:2px 0 0;padding-left:2px;text-align:left}.card .toprow{width:35px}.card .middlerow{margin:auto;font-size:1rem;line-height:1rem;font-weight:700}.card .bottomrow{transform:rotate(180deg)}.shuffles{position:absolute;right:0;top:0;padding-top:10px;padding-right:20px}.restart{background-image:url(/addiction/assets/Restart-535cfaf8.svg);background-size:90% 90%;background-position:center;background-repeat:no-repeat;position:absolute;padding-left:20px;left:0;top:0;height:4rem;width:4rem}.back{background-image:url(/addiction/assets/penguincold-aeeb2f2d.svg);background-size:90% 90%;background-position:center;background-repeat:no-repeat}.empty{background-color:transparent;border:none}.correct{background-color:orange}.shine{animation:shine 1s infinite}@keyframes shine{0%{background-color:orange}50%{background-color:#ff0}to{background-color:orange}}.diamond-image{background-image:url(/addiction/assets/diamond-cc8772be.svg);background-size:70%;background-position:center;background-repeat:no-repeat;flex-grow:2}.heart-image{background-image:url(/addiction/assets/heart-fc0d9d77.svg);background-size:70%;background-position:center;background-repeat:no-repeat;flex-grow:2}.spade-image{background-image:url(/addiction/assets/spade-94f2d4e5.svg);background-size:70%;background-position:center;background-repeat:no-repeat;flex-grow:2}.club-image{background-image:url(/addiction/assets/club-eb7b58d3.svg);background-size:70%;background-position:center;background-repeat:no-repeat;flex-grow:2}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._gameNav_eqz6z_1{display:flex;justify-content:center;align-items:center;padding:10px 12px;background:#1f232d;border-bottom:1px solid #3d4555;position:relative;z-index:20}._toggle_eqz6z_12{display:none;flex-direction:column;gap:4px;align-items:center;justify-content:center;width:42px;height:38px;border:1px solid #59617a;background:#2d3444;border-radius:8px;cursor:pointer}._bar_eqz6z_26{display:block;width:18px;height:2px;background:#f5f7ff}._menu_eqz6z_33{margin:0;padding:0;width:100%;list-style:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 14px}._item_eqz6z_45{margin:0;padding:0}._link_eqz6z_50{color:#fff;text-decoration:none;font-size:.94rem;line-height:1;border-radius:999px;padding:8px 12px;border:1px solid transparent;display:inline-block}._link_eqz6z_50:hover{border-color:#8b96b9;background:#30384a}._linkActive_eqz6z_66{background:#44506b;border-color:#8b96b9}@media (max-width: 900px){._gameNav_eqz6z_1{justify-content:flex-end;padding:12px}._toggle_eqz6z_12{display:inline-flex;height:44px;width:46px}._menu_eqz6z_33{display:none;position:absolute;top:calc(100% + 2px);right:8px;width:min(320px,100vw - 16px);border:1px solid #59617a;border-radius:10px;background:#252b39;box-shadow:0 10px 24px #00000059;padding:8px;gap:6px;z-index:25}._menuOpen_eqz6z_95{display:flex;flex-direction:column;align-items:stretch}._item_eqz6z_45{width:100%}._link_eqz6z_50{width:100%;text-align:left;box-sizing:border-box;border-radius:6px}}
