.ww-page{background:#f5f7fa;flex-direction:column;min-height:calc(100vh - 64px);display:flex}.ww-app{box-sizing:border-box;flex-direction:column;width:100%;max-width:560px;margin:0 auto;padding:12px 12px 16px;display:flex}.ww-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.ww-title{color:#1f2937;letter-spacing:1px;align-items:center;gap:8px;font-size:20px;font-weight:900;display:flex}.ww-title img{border-radius:7px;width:32px;height:32px}.ww-header-actions{align-items:center;gap:8px;display:flex}.ww-icon-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;transition:background .15s,color .15s;display:flex}.ww-icon-btn:hover{color:#2563eb;background:#eff6ff}.ww-new-btn{color:#6b7280;cursor:pointer;letter-spacing:.5px;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;height:34px;padding:0 12px;font-size:12px;font-weight:700;transition:background .15s,color .15s;display:flex}.ww-new-btn:hover{color:#2563eb;background:#eff6ff}.ww-hud{flex-shrink:0;gap:8px;margin-bottom:8px;display:flex}.ww-hud-stats{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:4px;min-width:80px;padding:8px 12px;display:flex}.ww-stat-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.ww-stat-label{color:#6b7280;letter-spacing:1px;text-transform:uppercase;font-size:9px;font-weight:700}.ww-stat-val{color:#1f2937;font-variant-numeric:tabular-nums;font-size:20px;font-weight:800;line-height:1}.ww-hud-timer-area{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 12px;transition:background .3s,border-color .3s;display:flex}.ww-timer{color:#1f2937;font-variant-numeric:tabular-nums;font-size:40px;font-weight:800;line-height:1;transition:color .3s}.ww-timer--warning{color:#ef4444}.ww-hud-timer-area.ww-timer--warning-bg{background:#fee2e2;border-color:#fca5a5}.ww-lines-bar{align-items:center;gap:3px;width:100%;display:flex}.ww-pip{background:#e5e7eb;border-radius:3px;flex:1;height:6px;transition:background .2s}.ww-pip--on{background:#3b82f6}.ww-lines-count{color:#6b7280;white-space:nowrap;font-variant-numeric:tabular-nums;margin-left:4px;font-size:11px;font-weight:700}.ww-word{text-align:center;letter-spacing:4px;color:#9ca3af;flex-shrink:0;justify-content:center;align-items:center;height:52px;font-size:32px;font-weight:800;transition:color .1s;display:flex}.ww-word--ok{color:#10b981}.ww-word--bad{color:#ef4444}.ww-word--bonus{color:#f59e0b}.ww-word--dim{color:#9ca3af}.ww-board-wrap{justify-content:center;display:flex}.ww-board{touch-action:none;-webkit-user-select:none;user-select:none;aspect-ratio:1;background:#eaf1f7;border:1px solid #cbd5e1;border-radius:10px;width:min(100vw - 24px,100vh - 240px,520px);position:relative}@media (width>=640px){.ww-app{max-width:700px}.ww-board{width:min(100vw - 48px,100vh - 240px,640px)}.ww-tile-inner{font-size:clamp(12px,2vw,22px)}}.ww-board-bg{border-radius:10px;grid-template-rows:repeat(10,1fr);grid-template-columns:repeat(10,1fr);display:grid;position:absolute;inset:0;overflow:hidden}.ww-bg-cell--wall{box-sizing:border-box;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:5px;margin:2px}.ww-board-tiles{position:absolute;inset:0}.ww-tile{box-sizing:border-box;width:10%;height:10%;padding:2px;transition:left .22s ease-in,top .22s ease-in;position:absolute}.ww-tile--instant,.ww-tile--instant .ww-tile-inner{transition:none!important}.ww-tile-inner{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(10px,3.2vw,18px);font-weight:700;line-height:1;transition:background .12s,border-color .12s,box-shadow .12s,opacity .15s linear,transform .15s ease-out;display:flex;box-shadow:0 1px 2px #0000000f}.ww-tile--selected .ww-tile-inner{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6,0 0 6px #3b82f64d}.ww-tile--hint .ww-tile-inner{background:#fef3c7;border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b,0 0 6px #f59e0b4d}.ww-tile--wiping{pointer-events:none}.ww-tile--wiping .ww-tile-inner{opacity:0;transform:scale(.45)}.ww-particle-canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ww-sel-svg{pointer-events:none;border-radius:10px;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.ww-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ww-hidden{display:none!important}.ww-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:380px;padding:32px 28px;box-shadow:0 8px 32px #0000001f}.ww-card-logo{border-radius:14px;width:64px;height:64px;margin:0 auto 16px;display:block}.ww-card-title{color:#1f2937;margin-bottom:6px;font-size:22px;font-weight:900}.ww-card-subtitle{color:#9ca3af;margin-bottom:20px;font-size:13px;line-height:1.5}.ww-card-desc{color:#6b7280;text-align:left;margin-bottom:24px;font-size:14px;line-height:1.6}.ww-card-desc li{margin-bottom:8px}.ww-card-desc strong{color:#1f2937}.ww-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:#3b82f6;border:none;border-radius:12px;width:100%;padding:14px 32px;font-size:16px;font-weight:700;transition:background .15s,transform .1s}.ww-btn:hover{background:#2563eb}.ww-btn:active{transform:scale(.97)}.ww-result-stat{color:#6b7280;margin-bottom:8px;font-size:15px}.ww-result-stat strong{color:#1f2937}.ww-result-body{margin-bottom:24px}.ww-modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.ww-modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:400px;max-height:80vh;padding:24px;overflow-y:auto;box-shadow:0 8px 32px #0000001f}.ww-modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ww-modal-title{color:#1f2937;font-size:18px;font-weight:800}.ww-modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:4px;line-height:0}.ww-modal-close:hover{color:#1f2937}.ww-htp-step{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.ww-htp-num{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:13px;font-weight:800;display:flex}.ww-htp-text{color:#6b7280;font-size:14px;line-height:1.5}.ww-htp-text strong{color:#1f2937}.ww-btm-below{max-width:760px;margin:0 auto}.ww-btm-card{background:#fff;border:1px solid #e8ecf2;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000a}@media (width<=640px){.ww-btm-card{padding:24px 20px}}.ww-btm-heading{color:#1f2937;font-size:22px;font-weight:800}.ww-btm-section{border-bottom:1px solid #f1f5f9;margin-bottom:28px;padding-bottom:28px}.ww-btm-section-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.ww-btm-number{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:flex}.ww-btm-section-title{color:#1f2937;font-size:17px;font-weight:700}.ww-btm-paragraph{color:#6b7280;margin-bottom:16px;font-size:14px;line-height:1.65}.ww-btm-demo{background:#f8fafc;border:1px solid #e8ecf2;border-radius:10px;margin-bottom:14px;padding:20px 16px}.ww-btm-tip{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.ww-btm-tip-icon{color:#3b82f6;flex-shrink:0;margin-top:1px}.ww-demo-grid-4{grid-template-rows:repeat(4,36px);grid-template-columns:repeat(4,36px);gap:3px;width:fit-content;margin:0 auto;display:grid}.ww-demo-t{color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:5px;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex;box-shadow:0 1px 2px #0000000f}.ww-demo-t.sel{color:#1d4ed8;background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.ww-demo-t.wipe{color:#b91c1c;opacity:.55;background:#fee2e2;border-color:#fca5a5}.ww-demo-t.empty{box-shadow:none;background:0 0;border:1px dashed #e5e7eb}.ww-demo-col{flex-direction:column;align-items:center;gap:3px;display:flex}.ww-demo-col-label{color:#9ca3af;text-align:center;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700}.ww-demo-lines-wrap{flex-direction:column;align-items:center;gap:8px;display:flex}.ww-demo-lines-label{color:#9ca3af;letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:700}.ww-demo-lines-pips{gap:6px;display:flex}.ww-demo-pip{background:#e5e7eb;border-radius:4px;width:20px;height:8px}.ww-demo-pip.on{background:#3b82f6}.ww-demo-lines-count{color:#1f2937;font-size:14px;font-weight:700}.ww-demo-timer{font-variant-numeric:tabular-nums;border-radius:10px;margin-bottom:6px;padding:10px 18px;font-size:36px;font-weight:800;line-height:1}.ww-demo-timer.ok{color:#1f2937;background:#f8fafc;border:1px solid #e5e7eb}.ww-demo-timer.warn{color:#ef4444;background:#fef2f2;border:1px solid #fca5a5}.ww-demo-timer-label{color:#9ca3af;font-size:12px;font-weight:600}.ww-quick-rules-title{color:#1f2937;margin-bottom:14px;font-size:15px;font-weight:700}.ww-quick-rules-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media (width<=560px){.ww-quick-rules-grid{grid-template-columns:1fr}}.ww-quick-rule{align-items:flex-start;gap:10px;display:flex}.ww-rule-check{color:#16a34a;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:12px;font-weight:800;display:flex}.ww-quick-rule p{color:#6b7280;margin:0;font-size:13px;line-height:1.5}.ww-quick-rule p strong{color:#1f2937}.ww-faq-item{border-bottom:1px solid #f1f5f9;padding:20px 0}.ww-faq-q{color:#1f2937;margin-bottom:8px;font-size:15px;font-weight:700}.ww-faq-a{color:#6b7280;margin:0;font-size:14px;line-height:1.65}
