.rv-shell{--ink:#17352d;--accent:#f0b52e;--board:#17704e;--board2:#0e5b3e;--line:#d7e3de;max-width:900px;margin:0 auto;color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.rv-shell *{box-sizing:border-box}.rv-card{position:relative;max-width:760px;margin:auto;background:#fff;border:1px solid #dce8e3;border-radius:22px;overflow:hidden;box-shadow:0 16px 42px #17352d24}.rv-header{height:66px;padding:9px 18px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(120deg,#123b31,#17634f);color:#fff}.rv-brand{display:flex;align-items:center;gap:11px;min-width:0}.rv-logo{width:47px;height:47px;flex:0 0 47px;border:3px solid #ffd260;border-radius:50%;display:grid;place-items:center;font-size:31px;color:#111;background:linear-gradient(135deg,#111 49%,#fff 51%)}.rv-brand small{display:block;font-size:9px;letter-spacing:1.4px;color:#cbe9df;font-weight:800}.rv-brand h1{font-size:27px;line-height:1;margin:3px 0 0;color:#fff}.rv-icons{display:flex;gap:7px}.rv-icons button,.rv-actions button,.rv-modal button{border:1px solid #d5e2dd;background:#fff;color:#17352d;border-radius:12px;min-height:38px;padding:7px 13px;font-weight:800;cursor:pointer}.rv-icons button{width:41px;padding:0;background:#ffffff15;color:#fff;border-color:#ffffff35;font-size:17px}.rv-controls{display:grid;grid-template-columns:1fr 1fr .82fr;gap:8px;padding:8px 16px;background:#f4f0e5;border-bottom:1px solid #dfd4b8}.rv-controls label,.rv-controls>div{font-size:10px;font-weight:900;letter-spacing:.35px}.rv-controls select{display:block;width:100%;height:34px;margin-top:3px;border:1px solid #cabf9d;border-radius:9px;background:#fff;padding:0 9px;font-weight:700;color:#263b35}.rv-controls>div{border-radius:10px;background:#fff;padding:5px 12px}.rv-controls small{display:block;color:#73837c}.rv-controls strong{font-size:14px;white-space:nowrap}.rv-status{min-height:48px;display:grid;grid-template-columns:120px 1fr 120px;align-items:center;text-align:center;border-bottom:1px solid var(--line)}.rv-status>div{display:grid;grid-template-columns:25px 1fr;align-items:center;justify-content:center;padding:4px 12px}.rv-status>div:last-child{grid-template-columns:1fr 25px}.rv-status b{font-size:23px}.rv-status small{grid-column:1/-1;font-size:8px;font-weight:900;color:#61736d}.rv-status>strong{font-size:13px;padding:5px}.rv-mini{width:22px;height:22px;border-radius:50%;box-shadow:inset 0 2px 3px #fff6,0 2px 4px #0004}.rv-mini.black{background:#17252b}.rv-mini.white{background:#fff;border:1px solid #c8c8c8}.rv-board-wrap{position:relative;padding:10px;background:linear-gradient(145deg,#eadab7,#d5ba83)}.rv-board{width:min(100%,530px);aspect-ratio:1;margin:auto;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);border:7px solid #674426;border-radius:9px;overflow:hidden;background:var(--board);box-shadow:0 8px 20px #0004}.rv-cell{position:relative;min-width:0;min-height:0;border:0;border-right:1px solid #073b2b;border-bottom:1px solid #073b2b;background:transparent;padding:7%;cursor:pointer;touch-action:manipulation}.rv-cell:nth-child(8n){border-right:0}.rv-cell:nth-child(n+57){border-bottom:0}.rv-cell:focus-visible{outline:3px solid #ffd33d;outline-offset:-4px}.rv-disc{width:100%;height:100%;border-radius:50%;display:block;transform:scale(.86);box-shadow:inset 0 5px 7px #fff5,inset 0 -5px 7px #0005,0 3px 5px #0005;animation:rvDrop .25s ease-out}.rv-disc.black{background:radial-gradient(circle at 32% 27%,#59666b,#17252b 45%,#05090b)}.rv-disc.white{background:radial-gradient(circle at 32% 27%,#fff,#eee 48%,#bbb)}.rv-cell.valid:after{content:"";position:absolute;inset:37%;border-radius:50%;background:#ffdc55;box-shadow:0 0 0 3px #fff6;opacity:.85}.rv-cell.hint:after{animation:rvPulse .65s infinite;background:#ff8a00;inset:29%}.rv-cell.last{background:#ffe76966}.rv-ai-banner{position:absolute;z-index:4;left:50%;top:18px;transform:translateX(-50%);padding:9px 18px;border-radius:20px;background:#fff3c4;color:#694d00;font-weight:900;box-shadow:0 6px 20px #0004;white-space:nowrap}.rv-actions{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;padding:8px;border-top:1px solid var(--line)}.rv-actions button{min-height:34px;padding:5px 13px;font-size:12px}.rv-actions button:disabled{opacity:.4;cursor:not-allowed}.rv-actions .primary,.rv-modal .primary{background:linear-gradient(135deg,#f2bd35,#d9890b);border-color:#d9890b;color:#2e2100}.rv-overlay{position:absolute;z-index:20;inset:0;background:#092b238a;display:grid;place-items:center;padding:20px}.rv-overlay[hidden]{display:none}.rv-modal{width:min(440px,94%);max-height:90%;overflow:auto;background:#fff;border-radius:18px;padding:22px;text-align:center;box-shadow:0 20px 55px #0005}.rv-modal>span{font-size:10px;letter-spacing:1.6px;font-weight:900;color:#b27800}.rv-modal h2{margin:5px 0 8px}.rv-modal p,.rv-rules li{font-size:14px;line-height:1.45}.rv-rules{text-align:left}.rv-rules button{display:block;margin:auto}.rv-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:15px 0}.rv-stats div{padding:10px 3px;border-radius:11px;background:#eff5f2}.rv-stats b,.rv-stats small{display:block}.rv-stats b{font-size:22px}.rv-stats small{font-size:8px;font-weight:900}.rv-seo{max-width:820px;margin:24px auto;padding:0 16px;line-height:1.65}.rv-seo h2{font-size:23px}.rv-shell[data-theme="wood"]{--board:#a86b34;--board2:#70421e}.rv-shell[data-theme="wood"] .rv-board{background:linear-gradient(135deg,var(--board),var(--board2))}.rv-shell[data-theme="blue"]{--board:#246f94;--board2:#124760}.rv-shell[data-theme="blue"] .rv-board{background:linear-gradient(135deg,var(--board),var(--board2))}.rv-shell[data-theme="blue"] .rv-header{background:linear-gradient(120deg,#0a2d46,#17638d)}@keyframes rvDrop{0%{transform:scale(.2) rotateY(90deg)}100%{transform:scale(.86) rotateY(0)}}@keyframes rvPulse{50%{transform:scale(1.45);opacity:.5}}
@media(max-height:780px) and (min-width:651px){.rv-header{height:54px}.rv-logo{width:39px;height:39px;flex-basis:39px;font-size:25px}.rv-board{width:min(100%,460px)}.rv-controls{padding-block:5px}.rv-status{min-height:40px}}
@media(max-width:650px){.rv-shell,.rv-card,.rv-board-wrap,.rv-board{max-width:100%;min-width:0}.rv-card{border-radius:12px;overflow-x:clip}.rv-header{height:51px;padding:6px 9px}.rv-logo{width:36px;height:36px;flex-basis:36px;font-size:23px}.rv-brand h1{font-size:23px}.rv-brand small{display:none}.rv-icons{gap:4px}.rv-icons button{width:35px;min-height:35px}.rv-controls{grid-template-columns:1fr 1fr;gap:4px;padding:4px 6px}.rv-controls select{height:31px;font-size:12px}.rv-controls>div{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:4px 10px}.rv-controls small{display:inline}.rv-status{min-height:40px;grid-template-columns:80px 1fr 80px}.rv-status>div{padding:3px 6px;grid-template-columns:21px 1fr}.rv-status>div:last-child{grid-template-columns:1fr 21px}.rv-status b{font-size:19px}.rv-status>strong{font-size:11px}.rv-mini{width:19px;height:19px}.rv-board-wrap{padding:6px}.rv-board{width:min(100%,calc(100dvh - 250px));min-width:260px;border-width:5px}.rv-cell{padding:6%}.rv-actions{padding:5px;gap:4px}.rv-actions button{min-height:33px;font-size:11px;padding:4px 10px}.rv-seo{margin-top:18px}.rv-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:350px){.rv-board{min-width:0}.rv-icons button{width:32px}.rv-brand h1{font-size:20px}.rv-status{grid-template-columns:72px 1fr 72px}.rv-status>strong{font-size:9px}}
