@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=DM+Sans:wght@400;500;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a14}@keyframes flipIn{0%{transform:scaleY(1)}50%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes popIn{0%{transform:scale(.85)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page{min-height:100vh;background:#0a0a14;display:flex;flex-direction:column;align-items:center;font-family:DM Sans,sans-serif;color:#e0e0ea;position:relative;overflow:hidden;padding:0 12px 12px}.bg-glow{position:absolute;top:-30%;left:50%;transform:translate(-50%);width:120vw;height:70vh;background:radial-gradient(ellipse,rgba(100,70,220,.05) 0%,transparent 70%);pointer-events:none}.header{width:100%;max-width:400px;display:flex;align-items:center;justify-content:space-between;padding:14px 0 6px;z-index:2}.header-center{text-align:center}.title{font-family:Space Mono,monospace;font-size:24px;font-weight:700;letter-spacing:6px;color:#fff;margin:0}.sub{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#ffffff4d;margin-top:1px}.icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#aaa;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;font-weight:700}.stats-bar{display:flex;gap:14px;justify-content:center;padding:8px 0;font-size:12px;color:#ffffff80;flex-wrap:wrap;z-index:2}.divider{width:100%;max-width:380px;height:1px;background:#ffffff0f}.swatch-container{display:flex;justify-content:center;margin:18px 0 22px}.swatch{width:180px;height:140px;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0006;border:1px solid rgba(255,255,255,.06)}.swatch-text{font-family:Space Mono,monospace;font-size:15px;font-weight:700;letter-spacing:2px}.grid{display:flex;flex-direction:column;gap:6px;margin-bottom:18px;z-index:2}.grid-row{display:flex;align-items:center;gap:5px}.grid-row.shake{animation:shake .4s ease}.hash{font-family:Space Mono,monospace;font-size:18px;font-weight:700;color:#ffffff40;width:18px;text-align:center;flex-shrink:0}.cell{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;background:#ffffff0d;border:2px solid rgba(255,255,255,.08)}.cell-active{background:#ffffff14;border:2px solid rgba(255,255,255,.25)}.cell-correct{background:#538d4e;border:2px solid transparent}.cell-present{background:#b59f3b;border:2px solid transparent}.cell-absent{background:#3a3a3c;border:2px solid transparent}.cell-pop{animation:popIn .1s ease}.cell-char{font-family:Space Mono,monospace;font-size:18px;font-weight:700;color:#fff}.color-compare{width:44px;height:44px;border-radius:6px;overflow:hidden;display:flex;border:1px solid rgba(255,255,255,.12);flex-shrink:0}.color-compare-half{width:50%;height:100%}.color-placeholder{width:44px;height:44px;flex-shrink:0}.keyboard{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;padding-top:8px;z-index:2}.kb-row{display:flex;align-items:center;justify-content:center}.kb-group{display:flex;gap:6px}.kb-spacer-lg{width:16px}.kb-spacer-sm{width:8px}.kb-key{width:46px;height:46px;border-radius:8px;border:none;font-family:Space Mono,monospace;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;-webkit-tap-highlight-color:transparent;background:#ffffff1a;color:#ccc}.kb-key-correct{background:#538d4e;color:#fff}.kb-key-present{background:#b59f3b;color:#fff}.kb-key-absent{background:#3a3a3c;color:#666}.kb-action{height:46px;border-radius:8px;border:none;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 18px;transition:background .2s;-webkit-tap-highlight-color:transparent}.kb-action-guess{background:#538d4e;color:#fff}.kb-action-delete{background:#ffffff1a;color:#ccc}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100;animation:fadeIn .2s ease}.modal{background:#13131f;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px 24px;max-width:340px;width:92%;position:relative;animation:slideUp .3s ease}.close-btn{position:absolute;top:10px;right:12px;background:none;border:none;color:#666;font-size:16px;cursor:pointer}.modal-title{font-family:Space Mono,monospace;font-size:18px;font-weight:700;color:#fff;margin-bottom:14px;text-align:center}.m-text{font-size:14px;color:#bbb;text-align:center;margin-bottom:6px}.modal-stats{display:flex;justify-content:center;gap:20px;margin:14px 0}.m-stat{display:flex;flex-direction:column;align-items:center;gap:2px}.m-num{font-family:Space Mono,monospace;font-size:22px;font-weight:700;color:#fff}.m-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:1px}.result-swatch{width:100%;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.result-swatch-text{font-family:Space Mono,monospace;font-size:22px;font-weight:700;letter-spacing:3px}.share-area{display:flex;flex-direction:column;gap:3px;align-items:center;margin:12px 0}.share-row{display:flex;gap:3px}.share-tile{width:20px;height:20px;border-radius:3px}.share-btn{width:100%;padding:12px 0;border-radius:10px;border:none;background:#538d4e;color:#fff;font-family:Space Mono,monospace;font-size:14px;font-weight:700;cursor:pointer;letter-spacing:1px;margin-top:6px}.h-text{font-size:13px;color:#bbb;margin-bottom:12px;line-height:1.5}.h-text-footer{font-size:12px;color:#666;text-align:center;margin-top:8px;line-height:1.5}.h-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.h-tile{width:36px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:Space Mono,monospace;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.h-desc{font-size:12px;color:#999}
