*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font:inherit;cursor:pointer}.app{max-width:640px;margin:0 auto;padding:16px 12px 80px}.header{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #EEE;margin-bottom:16px}.brand-logo{height:28px;width:auto;display:block}.lives{display:flex;gap:4px;align-items:center}.life-dot{width:10px;height:10px;border-radius:50%;background:#000}.life-dot.spent{background:#ddd}.title{text-align:center;font-size:38px;line-height:1.05;font-weight:900;letter-spacing:-1px;margin:24px 0 8px}.subtitle{text-align:center;font-size:14px;color:#555;margin:0 0 24px}.matched{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.matched-card{border-radius:8px;padding:10px 12px;text-align:center;color:#1a1a1a}.matched-card .theme{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:2px}.matched-card .words{font-size:14px;font-weight:500}.diff-yellow{background:#f9df6d;color:#3d2f00}.diff-green{background:#a0c35a;color:#1f3300}.diff-blue{background:#b0c4ef;color:#06205e}.diff-purple{background:#ba81c5;color:#2c0833}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:8px 0}.cell{background:#efefe6;color:#111;border:0;border-radius:8px;padding:14px 4px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;user-select:none;-webkit-tap-highlight-color:transparent;transition:transform .08s ease,background .12s ease,color .12s ease;min-height:56px;word-break:break-word;hyphens:auto}.cell.selected{background:#5a594e;color:#fff;transform:scale(.96)}.cell.shake{animation:shake .4s}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.footer{display:flex;justify-content:center;gap:8px;margin-top:16px}.btn{padding:12px 18px;border-radius:999px;border:1px solid #CCC;background:#fff;font-size:13px;font-weight:700;color:#111}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:#111;color:#fff;border-color:#111;padding:12px 26px}.btn.primary:disabled{background:#bbb;border-color:#bbb}.counter{text-align:center;font-size:12px;color:#777;margin-top:12px}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:600;box-shadow:0 4px 12px #0003;z-index:20;animation:toastIn .2s ease-out}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.modal-overlay{position:fixed;inset:0;background:#0000008c;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{width:100%;max-width:420px;background:#fff;border-radius:18px;padding:24px 20px;box-shadow:0 20px 50px #0000004d;animation:modalIn .22s cubic-bezier(.18,.89,.32,1.28)}@keyframes modalIn{0%{transform:scale(.92) translateY(8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal h2{font-size:24px;font-weight:900;margin:0 0 8px;text-align:center}.modal .sub{font-size:14px;color:#555;text-align:center;margin:0 0 20px}.share-grid{background:#f5f5f5;border-radius:12px;padding:16px;margin-bottom:20px;text-align:center}.share-grid .line{font-size:22px;letter-spacing:4px;line-height:1.4}.cta{text-align:center;background:linear-gradient(180deg,#fffce6,#fff5b8);border-radius:14px;padding:18px 16px;margin-bottom:16px}.cta .cta-title{font-size:16px;font-weight:800;margin:0 0 4px}.cta .cta-text{font-size:13px;color:#444;margin:0 0 14px}.cta .stores{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.cta .store-pill{display:inline-flex;align-items:center;border-radius:12px;padding:1.5px;background:linear-gradient(to right,#ff8d4f,#ffd800);text-decoration:none;transition:filter .15s ease}.cta .store-pill:hover{filter:brightness(1.08)}.cta .store-pill-inner{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#2a2a2a;border-radius:10px;padding:8px 14px}.cta .store-pill-icon{width:26px;height:26px;flex-shrink:0}.cta .store-pill-text{display:flex;flex-direction:column;text-align:left;line-height:1}.cta .store-pill-top{font-size:9.5px;letter-spacing:.3px;color:#555}.cta .store-pill-bottom{font-size:15px;font-weight:700;margin-top:3px}.modal .actions{display:flex;gap:8px;margin-top:8px}.modal .actions .btn{flex:1}.rules-section{margin-bottom:18px}.rules-section h3{font-size:14px;font-weight:800;letter-spacing:.5px;margin:0 0 6px;color:#111}.rules-section p{font-size:14px;line-height:1.5;color:#444;margin:0}.rules-section strong{color:#111;font-weight:700}.rules-list{margin:0;padding-left:18px;font-size:14px;line-height:1.6;color:#444}.rules-list li{margin-bottom:4px}.rules-diff-list{display:flex;flex-direction:column;gap:10px;padding-left:4px}.rules-diff-row{display:flex;align-items:center;gap:12px}.rules-diff-swatch{width:22px;height:22px;border-radius:6px;flex:0 0 22px}.rules-diff-hint{font-size:12px;color:#666}.help-btn{width:32px;height:32px;border-radius:50%;background:#f3f3f3;border:0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#111;margin-left:8px}.help-btn:hover{background:#e5e5e5}.header-right{display:flex;align-items:center;gap:8px}.center-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:12px}.spinner{width:28px;height:28px;border-radius:50%;border:3px solid #EEE;border-top-color:#111;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
