#root,body,html{background:#121420;margin:0;min-height:100%;padding:0}button{font-family:inherit}:root{--pageBg:#1a2433;--panel:#263246;--tile:#2f3d55;--tileText:#fff;--subtext:#c7d0de;--accent:#e17d66;--warm:#e5c99f;--good:#34c759;--ok:#8bcbff}*{box-sizing:border-box}#root,body,html{height:100%}body{color:#fff;color:var(--tileText);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}.hw-page.hw-solid,body{background:#1a2433;background:var(--pageBg)}.hw-page.hw-solid{min-height:100%}.hw-shell{margin:0 auto;max-width:820px;padding:18px 14px 22px;width:100%}.hw-topbar{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.hw-brand{color:#e17d66;color:var(--accent);font-size:18px;font-weight:800;letter-spacing:.12em}.hw-attempts-text{color:#c7d0de;color:var(--subtext);font-size:16px}.hw-attempts-numtext{color:#e5c99f;color:var(--warm);font-weight:800}.hw-header{background:#263246;background:var(--panel);border:1px solid #e5c99f2e;border-radius:16px;margin-bottom:12px;padding:14px 14px 12px}.hw-instruction{align-items:center;color:#c7d0de;color:var(--subtext);display:flex;font-size:16px;gap:8px}.hw-theme{color:#fff;font-size:30px;font-weight:900;margin-top:6px}.hw-theme-label{color:#c7d0de;color:var(--subtext)}.hw-helper{color:#e5c99f;color:var(--warm);font-size:16px;margin-top:6px}.hw-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:560px){.hw-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.hw-card{align-items:center;background:#2f3d55;background:var(--tile);border:1px solid #e5c99f26;border-radius:14px;color:#fff;color:var(--tileText);cursor:pointer;display:flex;justify-content:center;min-height:66px;padding:12px;text-align:center;transition:transform .12s ease,background .12s ease,border-color .12s ease}.hw-card:hover{transform:translateY(-1px)}.hw-card:disabled{cursor:default;opacity:.96}.hw-card-text{font-size:16px;font-weight:800;line-height:1.15}@media (max-width:420px){.hw-card{min-height:60px;padding:10px}.hw-card-text{font-size:16px}}.hw-card.selected{background:#e17d6640;border-color:#e17d66bf}.hw-card.selected .hw-card-text{color:#fff}.hw-card.snort{animation:snort .52s ease}@keyframes snort{0%{transform:translateY(0) scale(1)}40%{transform:translateY(-2px) scale(1.03)}to{transform:translateY(0) scale(1)}}.hw-controls{margin-top:14px}.hw-controls-sticky{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2433eb;border:1px solid #e5c99f1f;border-radius:14px;bottom:10px;display:flex;gap:12px;justify-content:space-between;padding:10px;position:-webkit-sticky;position:sticky}.hw-primary{background:#e17d66;background:var(--accent);border:none;border-radius:12px;color:#000;cursor:pointer;font-weight:900;min-width:120px;padding:12px 16px;transition:transform .12s ease,opacity .12s ease}.hw-primary:disabled{cursor:not-allowed;opacity:.5}.hw-primary:not(:disabled):active{transform:scale(.98)}.hw-secondary{background:#0000;border:2px solid #e5c99f;border:2px solid var(--warm);border-radius:12px;color:#e5c99f;color:var(--warm);cursor:pointer;font-weight:700;padding:10px 16px;transition:background .12s ease,color .12s ease;width:100%}.hw-secondary:hover{background:#e5c99f;background:var(--warm);color:#000}.hw-hint{color:#c7d0de;color:var(--subtext);font-size:16px}.hw-feedback{margin-top:10px;min-height:64px}.hw-feedback-box{background:#263246;background:var(--panel);border:1px solid #e5c99f26;border-radius:16px;padding:12px}.hw-summary-row{justify-content:space-between}.hw-summary-left,.hw-summary-row{align-items:center;display:flex;gap:12px}.hw-summary-big{font-weight:900}.hw-summary-sub{color:#c7d0de;color:var(--subtext);font-size:16px;margin-top:2px}.hw-meter{display:inline-flex;font-size:18px;gap:4px;line-height:1}.hw-meter-pig{filter:grayscale(1);opacity:.25}.hw-meter-pig.on{filter:none;opacity:1}.hw-history-compact{background:#0000;margin-top:10px}.hw-history-title{color:#c7d0de;color:var(--subtext);font-size:16px;margin-bottom:6px}.hw-history-rows{display:flex;flex-wrap:wrap;gap:10px}.hw-history-row{align-items:center;background:#26324699;border:1px solid #e5c99f1f;border-radius:14px;display:flex;gap:10px;padding:8px 10px}.hw-attempt{color:#e5c99f;color:var(--warm);font-size:16px;font-weight:900}.hw-history-text{color:#c7d0de;color:var(--subtext);font-size:16px;font-weight:800}.hw-final{margin-top:12px}.hw-final-card{background:#263246;background:var(--panel);border:1px solid #e5c99f2e;border-radius:18px;margin-bottom:10px;opacity:0;padding:18px 14px;text-align:center;transform:translateY(10px) scale(.98)}.hw-final-title{color:#fff;font-size:28px;font-weight:1000;margin:6px 0}.hw-final-sub{color:#c7d0de;color:var(--subtext);margin-bottom:12px}.hw-final-stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin:12px 0 14px}.hw-stat{background:#2f3d5566;border:1px solid #e5c99f24;border-radius:14px;padding:10px}.hw-stat-label{color:#c7d0de;color:var(--subtext);font-size:16px}.hw-stat-value{color:#fff;font-size:16px;font-weight:950;margin-top:4px}.hw-stat-pigs{display:flex;justify-content:center}.hw-final-actions{align-items:center;display:flex;flex-direction:column;gap:10px}.hw-rank-img{-webkit-user-drag:none;display:block;height:120px;margin:2px auto 10px;object-fit:contain;opacity:0;transform:translateY(-10px) scale(.92);-webkit-user-select:none;user-select:none;width:120px}@media (max-width:720px){.hw-rank-img{height:300px;width:300px}}.hw-grid-final .hw-card{cursor:default}.hw-card.hogwash{background:#34c7592e;border-color:#34c7598c}.hw-reveal-note{color:#c7d0de;color:var(--subtext);font-size:16px;margin-top:10px;text-align:center}.hw-final-card.show{animation:hwCardIn .52s cubic-bezier(.2,1,.25,1) forwards}@keyframes hwCardIn{to{opacity:1;transform:translateY(0) scale(1)}}.hw-final-card.loss.show{animation:hwCardSadIn .62s cubic-bezier(.25,1,.35,1) forwards}@keyframes hwCardSadIn{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.hw-rank-img.show{opacity:1}.hw-rank-img.show.win{animation:hwTrophyDrop .65s cubic-bezier(.2,1.2,.25,1) .12s both,hwGlowPulse 1.1s ease-in-out .68s 1}@keyframes hwTrophyDrop{0%{opacity:0;transform:translateY(-22px) scale(.84)}60%{opacity:1;transform:translateY(6px) scale(1.02)}85%{transform:translateY(-2px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hwGlowPulse{0%{filter:drop-shadow(0 0 0 rgba(139,203,255,0))}45%{filter:drop-shadow(0 0 16px rgba(139,203,255,.55)) drop-shadow(0 0 26px rgba(229,201,159,.25))}to{filter:drop-shadow(0 0 8px rgba(139,203,255,.22))}}.hw-rank-img.show.loss{animation:hwSadDrop .72s cubic-bezier(.25,1,.35,1) both;filter:grayscale(.35) saturate(.75)}@keyframes hwSadDrop{0%{opacity:0;transform:translateY(-14px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.hw-final-card.win.show .hw-final-title{animation:hwTitlePop .52s cubic-bezier(.2,1.1,.25,1) .26s both}@keyframes hwTitlePop{0%{opacity:.3;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hw-peaking-pig-wrapper{height:0;position:relative;z-index:2}.hw-peaking-pig{-webkit-user-drag:none;bottom:-22px;height:auto;position:absolute;right:120px;-webkit-user-select:none;user-select:none;width:100px}
/*# sourceMappingURL=main.a8c66b4e.css.map*/