:root{color:#1f1f1f;background:#f3f2ef;font-family:ui-rounded,SF Pro Rounded,Avenir Next Rounded,Trebuchet MS,ui-sans-serif,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #303236;--paper: #ffffff;--page: #f3f2ef;--cell: #f7f7f7;--grid: #d9dce0;--muted: #e6e9ee;--red: #ff635c;--green: #45bc13;--pink: #d6389b;--lime: #a8cf18;--cyan: #16b6d6;--orange: #ff9300;--purple: #a858e8;--hint: #25b95a}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-width:320px;background:linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 1px) 0 0 / 46px 46px,linear-gradient(180deg,#f7f6f2 0%,var(--page) 100%)}button,a{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding-bottom:32px;color:#222}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:64px;max-width:560px;margin:0 auto;padding:10px 18px}.brand{display:inline-flex;align-items:center;gap:10px;color:#222;text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border:2px solid var(--ink);border-radius:9px;background:var(--red);color:#111;font-size:1.45rem;font-weight:900;line-height:1;transform:rotate(-5deg)}.brand strong{font-size:1.05rem;font-weight:900}.top-actions{display:inline-flex;gap:8px}.intro-copy,.seo-section{width:min(448px,calc(100vw - 28px));margin-inline:auto}.intro-copy{margin-bottom:12px;color:#303236;text-align:center}.below-game-copy{margin-top:24px;margin-bottom:0}.eyebrow{margin:0 0 5px;color:#6c737a;font-size:.74rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.intro-copy h1{margin:0;color:#202124;font-size:2.45rem;font-weight:900;line-height:1.02;letter-spacing:0}.intro-copy p:last-child{margin:8px auto 0;max-width:36rem;color:#545b62;font-size:.94rem;font-weight:750;line-height:1.42}.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 12px;border:1.5px solid var(--ink);border-radius:9px;background:var(--paper);color:#202124;font-weight:900}.timer-button{min-width:84px}.game-card{width:min(448px,calc(100vw - 28px));margin:0 auto;padding:16px 16px 18px;border-radius:8px;background:#f8fbff}.board-wrap{display:grid;justify-items:center}.board{--cell-size: 82px;position:relative;display:grid;grid-template-columns:repeat(5,var(--cell-size));grid-template-rows:repeat(5,var(--cell-size));width:calc(var(--cell-size) * 5 + 6px);height:calc(var(--cell-size) * 5 + 6px);overflow:hidden;border:3px solid #404247;border-radius:6px;background:linear-gradient(var(--grid) 1px,transparent 1px) 0 0 / var(--cell-size) var(--cell-size),linear-gradient(90deg,var(--grid) 1px,transparent 1px) 0 0 / var(--cell-size) var(--cell-size),var(--cell);box-shadow:0 1px #00000029;touch-action:none}.board.has-error{animation:boardShake .26s ease}.board.is-hinting .tile-letter:not(.has-path){background:#00000085;color:#0d0d0d}.board.is-hinting .obstacle{filter:brightness(.45)}.board.is-hinting .tile-letter.has-path{z-index:11;background:color-mix(in srgb,var(--path-color) 24%,#ffffff)}.tile{position:relative;display:grid;place-items:center;border:1px solid var(--grid);background:transparent;color:#202124;font-weight:900;user-select:none;-webkit-user-select:none}.tile-letter{z-index:2;padding:0;font-size:1.75rem}.tile-letter-text{position:relative;z-index:6}.path-core{position:relative;z-index:5;display:grid;place-items:center;min-width:42px;min-height:42px;border-radius:999px}.tile-letter.has-path .path-core{width:52px;height:52px;background:var(--path-color);color:var(--path-text, #111)}.tile-letter.has-path{background:color-mix(in srgb,var(--path-color) 22%,transparent)}.path-segment{position:absolute;z-index:3;display:block;background:var(--path-color);pointer-events:none}.segment-up,.segment-down{left:50%;width:42px;height:calc(50% + 2px);transform:translate(-50%)}.segment-up{top:-1px}.segment-down{bottom:-1px}.segment-left,.segment-right{top:50%;width:calc(50% + 2px);height:42px;transform:translateY(-50%)}.segment-left{left:-1px}.segment-right{right:-1px}.path-arrow{position:absolute;z-index:7;display:grid;place-items:center;width:20px;height:20px;color:#000000b8;font-size:1.3rem;font-weight:900;line-height:1;pointer-events:none}.arrow-right{right:7px;top:50%;transform:translateY(-50%)}.arrow-left{left:7px;top:50%;transform:translateY(-50%)}.arrow-up{top:6px;left:50%;transform:translate(-50%)}.arrow-down{bottom:6px;left:50%;transform:translate(-50%)}.path-check{position:absolute;top:4px;right:4px;z-index:8;display:grid;place-items:center;width:24px;height:24px;border:2px solid #10a353;border-radius:50%;background:#f8fbff;color:#0f934a;font-size:1rem;font-weight:900;line-height:1}.tile-letter.is-hinted{z-index:12;outline:4px solid var(--hint);outline-offset:-7px}.tile-letter.is-error{z-index:6}.obstacle{z-index:10;margin:-1px;border:3px solid #4c4d50;border-radius:2px;background:linear-gradient(180deg,#b9b9b9,#c6c6c6 62%,#ededed);box-shadow:inset 0 0 0 1px #fff3}.path-red{--path-color: var(--red)}.path-green{--path-color: var(--green)}.path-pink{--path-color: var(--pink)}.path-lime{--path-color: var(--lime)}.path-cyan{--path-color: var(--cyan)}.path-orange{--path-color: var(--orange)}.path-purple{--path-color: var(--purple)}.current-word{display:flex;justify-content:center;gap:3px;min-height:34px;margin:14px 0 4px}.word-chip{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:var(--path-color);font-size:.9rem;font-weight:900}.slot-stack{display:grid;gap:6px;margin:4px 0 16px}.slot-row{display:flex;align-items:center;justify-content:center;min-height:24px;gap:5px}.slot-cells{display:inline-flex;align-items:center;gap:3px}.slot-cell{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:var(--path-color);color:#111;font-size:.86rem;font-weight:900;line-height:1}.slot-cell.is-empty{background:var(--muted)}.slot-check{color:#047d3f;font-size:1.15rem;font-weight:900;line-height:1}.message-card{min-height:30px;margin:2px 0 12px;color:#45494d;text-align:center}.message-card p{margin:0;font-size:.92rem;font-weight:800;line-height:1.25}.message-success p,.message-solved p{color:#08733b}.message-error p,.message-warning p{color:#a44800}.message-hint p{color:#08733b}.action-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:6px 0 10px}.primary-controls{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr) minmax(0,1.35fr);gap:8px;margin:0 0 14px}.game-button,.paper-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:34px;border:1.5px solid #303236;border-radius:999px;background:#f8fbff;color:#34363a;font-size:.95rem;font-weight:900;white-space:nowrap;transition:background .12s ease,transform .12s ease}.paper-link svg{flex:0 0 auto}.primary-controls .paper-link{min-width:0;min-height:38px;padding:0 10px;background:#fff;box-shadow:0 2px #30323624}.game-button:hover,.paper-link:hover{background:#eef3fb}.game-button:active,.paper-link:active{transform:translateY(1px)}.rules-card{border:1px solid #d8dde4;border-radius:4px;background:#f8fbff}.rules-card summary{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:0 18px;color:#202124;list-style:none;cursor:pointer;font-weight:900}.rules-card summary::-webkit-details-marker{display:none}.rules-card:not([open]) summary svg{transform:rotate(180deg)}.rules-card p{margin:0;padding:0 18px 12px;color:#42464b;font-size:.92rem;font-weight:700;line-height:1.35}.paper-link{min-height:32px;padding:0 14px;font-size:.86rem}.seo-section{margin-top:22px;padding-bottom:48px;color:#34383d}.seo-section h2{margin:26px 0 8px;color:#202124;font-size:1.2rem;font-weight:900;line-height:1.15;letter-spacing:0}.seo-section h2:first-child{margin-top:0}.seo-section h3{margin:18px 0 6px;color:#2d3034;font-size:.98rem;font-weight:900;line-height:1.2;letter-spacing:0}.seo-section p{margin:0;color:#58616a;font-size:.94rem;font-weight:700;line-height:1.58}.faq-list{margin-top:8px;border-top:1px solid #d8dde4}.faq-list details{border-bottom:1px solid #d8dde4}.faq-list summary{min-height:42px;padding:10px 0;color:#202124;cursor:pointer;font-size:.94rem;font-weight:900;line-height:1.25}.faq-list p{padding-bottom:12px}@keyframes boardShake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media(max-width:560px){.app-shell{padding-bottom:18px}.topbar{padding:10px 12px}.intro-copy,.seo-section{width:min(448px,calc(100vw - 26px))}.intro-copy h1{font-size:2rem}.intro-copy p:last-child{font-size:.9rem}.game-card{width:min(448px,calc(100vw - 26px));padding:14px 16px 16px}.primary-controls{gap:7px;margin-bottom:11px}.primary-controls .paper-link{padding:0 8px}.board{--cell-size: 70px}.tile-letter{font-size:1.45rem}.tile-letter.has-path .path-core{width:46px;height:46px}.segment-up,.segment-down{width:38px}.segment-left,.segment-right{height:38px}.path-arrow{font-size:1.15rem}.path-check{top:2px;right:2px;width:23px;height:23px}}@media(max-width:390px){.board{--cell-size: clamp(54px, calc((100vw - 50px)/5) , 64px)}.game-card{padding-inline:12px}.primary-controls{gap:6px}.primary-controls .paper-link{gap:5px;min-height:36px;padding:0 6px;font-size:.8rem}.primary-controls .paper-link svg{width:14px;height:14px}}
