:root{--background:#101112;--surface:#1d1f20;--surface-hover:#232526;--border:#303334;--border-soft:#27292a;--text:#d7d7d7;--muted:#999b9c;--quiet:#6f7273;--green:#48c52c;--green-dark:#193814;--yellow:#d2b713;--yellow-dark:#393313;--miss:#8b8e90;--miss-dark:#292b2c;--radius:12px}*{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:var(--background)}body{background:var(--background);min-width:320px;color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #48c52c47}button:disabled,input:disabled{cursor:not-allowed}.wordmark{color:#a8a8a8;letter-spacing:-.075em;font-size:clamp(2.6rem,5vw,4.3rem);font-weight:900;line-height:1}.wordmark--compact{font-size:clamp(1.7rem,4vw,2.35rem);text-decoration:none}.round-button{border:1px solid var(--border);width:48px;height:48px;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;place-items:center;font-size:1.05rem;font-weight:700;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:grid}.round-button:hover:not(:disabled){background:var(--surface);color:var(--text);border-color:#525556}.round-button--ghost{pointer-events:none;border-color:#0000}.button{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:750;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.button--primary{background:var(--green);color:#0b1709}.button--primary:hover:not(:disabled){background:#56d437}.button--secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button--secondary:hover:not(:disabled){background:var(--surface-hover)}.button--full{width:100%}.button:disabled{opacity:.42}.text-button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:.82rem;font-weight:700}.text-button:hover{color:var(--text)}.hub-page{width:min(100% - 48px,1344px);min-height:100vh;margin-inline:auto}.hub-header,.game-header{grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.hub-header{min-height:110px}.hub-header>a{text-decoration:none}.hub-header>:first-child{justify-self:start}.hub-header>:last-child{justify-self:end}.mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(100%,1052px);margin:clamp(115px,17vh,190px) auto 80px;display:grid}.mode-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-height:270px;color:var(--text);flex-direction:column;padding:27px 30px 22px;text-decoration:none;transition:transform .16s,border-color .16s,background .16s;display:flex;overflow:hidden;box-shadow:0 3px 6px #00000040}.mode-card:hover{background:var(--surface-hover);border-color:#454849;transform:translateY(-3px)}.mode-card__heading,.mode-card__footer{justify-content:space-between;align-items:center;display:flex}.mode-card__heading h1{color:#a7a7a7;letter-spacing:-.055em;margin:0;font-size:clamp(2.2rem,4vw,3rem);font-weight:850}.mode-card__heading span{color:var(--muted);text-transform:uppercase;border:1px solid #3b3e3f;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:700}.mode-card__art{flex:1;justify-content:center;align-items:center;padding-block:24px;display:flex}.daily-art{gap:7px}.daily-art i{background:#0f1011;border-radius:3px;width:51px;height:51px}.daily-art i:nth-child(2),.daily-art i:nth-child(5){background:#2f811d}.daily-art i:nth-child(3){background:#9a870b}.barbell-art{gap:7px;position:relative}.barbell-art__bar{background:#7e8182;border-radius:9px;width:min(80%,280px);height:9px;position:absolute}.barbell-art i{z-index:1;background:#32891e;border-radius:3px;width:18px;height:72px}.barbell-art i:nth-of-type(2),.barbell-art i:nth-of-type(3){width:11px;height:54px}.barbell-art i:nth-of-type(2){margin-right:110px}.mode-card__footer{border-top:1px solid var(--border-soft);color:var(--muted);padding-top:16px;font-size:.78rem}.mode-card__footer b{color:var(--green);font-size:1.1rem}.game-page{min-height:100vh}.game-shell{width:min(100% - 36px,820px);margin-inline:auto}.game-header{border-bottom:1px solid var(--border-soft);min-height:100px}.game-header>:first-child{justify-self:start}.game-header>:last-child{justify-self:end}.game-header__new{font-size:1.35rem}.game-main{padding-block:62px 90px}.game-title{justify-content:space-between;align-items:flex-end;margin-bottom:28px;display:flex}.game-title__heading{align-items:center;gap:12px;display:flex}.game-title h1{color:#b1b1b1;letter-spacing:-.05em;margin:0;font-size:2.25rem;font-weight:850}.game-title__heading>span{border:1px solid var(--border);color:var(--quiet);text-transform:uppercase;border-radius:999px;padding:5px 9px;font-size:.65rem;font-weight:700}.attempt-card{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.attempt-card>span{color:var(--quiet);font-size:.67rem;font-weight:700}.attempt-pips{gap:5px;display:flex}.attempt-pip{background:var(--green);border-radius:99px;width:21px;height:5px}.attempt-pip--used{background:#3a3d3e}.search-card{z-index:4;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:18px;position:relative}.guess-form{align-items:flex-end;gap:10px;display:flex}.combobox{flex:1;position:relative}.combobox>label{color:var(--muted);text-transform:uppercase;margin-bottom:8px;font-size:.68rem;font-weight:750;display:block}.combobox__input-wrap{position:relative}.combobox__search{color:var(--quiet);font-size:1.25rem;position:absolute;top:50%;left:15px;transform:translateY(-54%)}.combobox input{width:100%;height:50px;color:var(--text);background:#131516;border:1px solid #383b3c;border-radius:8px;outline:none;padding:0 15px 0 43px}.combobox input:focus{border-color:#686b6c}.combobox input::placeholder{color:#686b6c}.suggestions{z-index:20;background:#1b1d1e;border:1px solid #424546;border-radius:9px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 35px #00000061}.suggestion{border:0;border-bottom:1px solid var(--border-soft);width:100%;min-height:57px;color:var(--text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:9px 13px;display:flex}.suggestion:last-child{border-bottom:0}.suggestion:hover,.suggestion--active{background:#262829}.suggestion>span{flex-direction:column;gap:3px;display:flex}.suggestion small{color:var(--quiet)}.suggestion em{color:var(--green);font-size:.73rem;font-style:normal;font-weight:750}.guess-form__submit{white-space:nowrap;height:50px}.legend{color:var(--quiet);flex-wrap:wrap;gap:16px;margin-top:14px;font-size:.67rem;display:flex}.legend span{align-items:center;gap:6px;display:flex}.legend__swatch{border-radius:2px;width:8px;height:8px}.legend__swatch--exact{background:var(--green)}.legend__swatch--near{background:var(--yellow)}.legend__swatch--miss{background:var(--miss)}.notice{color:#d88a7e;min-height:15px;margin-top:9px;font-size:.7rem}.notice button{color:var(--green);cursor:pointer;background:0 0;border:0;margin-left:8px;padding:0;font-weight:700}.notice--complete{background:var(--green-dark);color:#a8d99a;border:1px solid #48c52c47;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;min-height:44px;margin-top:16px;padding:10px 12px;font-size:.75rem;display:flex}.notice--complete strong{color:#d7f5cf}.notice--complete a{color:var(--green);flex:none;font-weight:800;text-decoration:none}.notice--complete a:hover{text-decoration:underline}.board-section{margin-top:42px}.section-heading{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.section-heading h2{color:#a9a9a9;margin:0;font-size:1rem;font-weight:800}.section-heading>span{color:var(--quiet);font-size:.69rem}.guess-list{flex-direction:column;gap:12px;display:flex}.guess-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);animation:.3s both card-in;animation-delay:var(--row-delay);overflow:hidden}@keyframes card-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.guess-card__heading{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;display:flex}.guess-card__heading strong{font-size:.86rem}.guess-card__heading span{color:var(--quiet);text-transform:uppercase;font-size:.64rem;font-weight:700}.guess-card__clues{grid-template-columns:repeat(8,minmax(0,1fr));gap:6px;padding:10px;display:grid}.comparison-cell{text-align:center;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:flex-end;min-width:0;min-height:82px;padding:28px 6px 13px;display:flex;position:relative;overflow:hidden}.comparison-cell__label{letter-spacing:.02em;opacity:.68;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;max-width:calc(100% - 24px);font-size:.55rem;font-weight:750;position:absolute;top:8px;left:8px;overflow:hidden}.comparison-cell__status{font-size:.65rem;font-weight:900;position:absolute;top:6px;right:7px}.comparison-cell__value{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.77rem;font-weight:800;overflow:hidden}.comparison-cell__unit{opacity:.72;font-size:.53rem}.comparison-cell--exact{background:var(--green-dark);color:#68d84e;border-color:#285620}.comparison-cell--near{background:var(--yellow-dark);color:#ddc82f;border-color:#554c18}.comparison-cell--miss{background:var(--miss-dark);color:#a3a5a6;border-color:#383b3c}.empty-board{border-radius:var(--radius);min-height:150px;color:var(--quiet);border:1px dashed #373a3b;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-board__mark{background:var(--surface);color:#7d8081;border:1px solid #353839;border-radius:8px;place-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:800;display:grid}.empty-board p{margin:12px 0 0;font-size:.75rem}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#090a0acc;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.how-dialog,.result-dialog{border-radius:var(--radius);background:var(--surface);border:1px solid #383b3c;width:min(100%,470px);padding:30px;position:relative;box-shadow:0 24px 70px #0006}.dialog-close{border:1px solid var(--border);width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border-radius:8px;place-items:center;font-size:1.2rem;display:grid;position:absolute;top:14px;right:14px}.how-dialog h2,.result-dialog h2{color:#c3c3c3;letter-spacing:-.03em;margin:0;font-size:1.55rem}.how-dialog>p,.result-dialog__answer{color:var(--muted);margin:13px 0 22px;font-size:.84rem;line-height:1.6}.how-steps{flex-direction:column;gap:0;margin:0 0 24px;padding:0;list-style:none;display:flex}.how-steps li{border-top:1px solid var(--border-soft);color:var(--muted);align-items:center;gap:11px;padding:12px 0;font-size:.78rem;display:flex}.how-steps li:last-child{border-bottom:1px solid var(--border-soft)}.key{text-align:center;border-radius:4px;min-width:54px;padding:5px 6px;font-size:.62rem;font-weight:800}.key--exact{background:var(--green-dark);color:#68d84e}.key--near{background:var(--yellow-dark);color:#ddc82f}.key--miss{background:var(--miss-dark);color:#a3a5a6}.result-dialog{text-align:center}.result-dialog__icon{border-radius:8px;place-items:center;width:46px;height:46px;margin:0 auto 18px;font-weight:900;display:grid}.result-dialog__icon--win{background:var(--green-dark);color:#68d84e}.result-dialog__icon--loss{background:var(--miss-dark);color:#a3a5a6}.eyebrow{color:var(--green);text-transform:uppercase;margin:0 0 6px;font-size:.65rem;font-weight:800}.result-dialog__answer strong{color:var(--text)}.stat-strip{border-block:1px solid var(--border-soft);grid-template-columns:repeat(4,1fr);margin:22px 0;display:grid}.stat-strip>div{border-right:1px solid var(--border-soft);flex-direction:column;gap:5px;padding:16px 5px;display:flex}.stat-strip>div:last-child{border-right:0}.stat-strip strong{color:#bdbdbd;font-size:1.35rem}.stat-strip span{color:var(--quiet);text-transform:uppercase;font-size:.58rem;font-weight:700}.result-dialog__actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}@media (max-width:720px){.hub-page{width:min(100% - 28px,1344px)}.hub-header{min-height:86px}.hub-header .round-button{width:42px;height:42px}.mode-grid{grid-template-columns:1fr;margin-top:70px}.mode-card{min-height:225px}.daily-art i{width:43px;height:43px}.guess-card__clues{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:480px){.wordmark{font-size:2rem}.wordmark--compact{font-size:1.55rem}.hub-header,.game-header{min-height:78px}.round-button{width:40px;height:40px}.mode-grid{margin-top:48px}.mode-card{min-height:210px;padding:22px}.mode-card__heading h1{font-size:2rem}.daily-art i{width:38px;height:38px}.game-main{padding-block:42px 70px}.game-title{align-items:flex-start}.game-title h1{font-size:1.9rem}.game-title__heading{flex-direction:column;align-items:flex-start;gap:7px}.guess-form{flex-direction:column;align-items:stretch}.guess-form__submit{width:100%}.legend{gap:8px 13px}.board-section{margin-top:34px}.guess-card__clues{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-cell{min-height:76px}.how-dialog,.result-dialog{padding:26px 20px 20px}.result-dialog__actions{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
