:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.quest-runner{--qr-ink:#23252b;--qr-muted:#5c6270;--qr-line:#e3ddcc;--qr-accent:#5b58e0;--qr-accent-soft:#ece9ff;max-width:620px;color:var(--qr-ink);flex-direction:column;gap:1.5rem;margin:0 auto;padding:.5rem .25rem .25rem;display:flex}.quest-runner__header{flex-direction:column;gap:.75rem;display:flex}.quest-runner__header h1{color:var(--qr-ink);margin:0;font-size:1.4rem;font-weight:700;line-height:1.25}.quest-runner__header p{color:var(--qr-muted);margin:0;font-size:.95rem;line-height:1.5}.quest-runner__header progress{appearance:none;border:none;border-radius:999px;width:100%;height:8px;overflow:hidden}.quest-runner__header progress::-webkit-progress-bar{background:var(--qr-line);border-radius:999px}.quest-runner__header progress::-webkit-progress-value{background:var(--qr-accent);border-radius:999px;transition:width .3s}.quest-runner__header progress::-moz-progress-bar{background:var(--qr-accent);border-radius:999px}.quest-step{flex-direction:column;gap:1rem;display:flex}.quest-step__prompt{color:var(--qr-ink);margin:0;font-size:1.15rem;font-weight:600;line-height:1.4}.quest-step__options{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.quest-option{text-align:left;width:100%;color:var(--qr-ink);border:1.5px solid var(--qr-line);cursor:pointer;background:#fff;border-radius:12px;padding:.9rem 1rem;font-size:.98rem;line-height:1.4;transition:border-color .15s,background .15s,transform 50ms}.quest-option:hover{background:#faf9ff;border-color:#c4bfe8}.quest-option:active{transform:translateY(1px)}.quest-option--selected{border-color:var(--qr-accent);background:var(--qr-accent-soft);color:#1e1c4a;font-weight:600}.quest-runner__nav{justify-content:space-between;gap:1rem;padding-top:.25rem;display:flex}.quest-runner__nav button{cursor:pointer;border-radius:10px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;transition:background .15s,opacity .15s}.quest-runner__nav button:last-child{background:var(--qr-accent);color:#fff;border:1.5px solid var(--qr-accent)}.quest-runner__nav button:last-child:hover{background:#4a47cc}.quest-runner__nav button:first-child{color:var(--qr-muted);border:1.5px solid var(--qr-line);background:0 0}.quest-runner__nav button:first-child:hover:not(:disabled){color:var(--qr-ink);border-color:#c4bfe8}.quest-runner__nav button:disabled{opacity:.4;cursor:not-allowed}.quest-runner__error{color:#c0392b;margin:0;font-size:.9rem}.quest-result{text-align:center;color:#23252b;flex-direction:column;align-items:center;gap:.75rem;max-width:620px;margin:0 auto;padding:1.5rem .5rem;display:flex}.quest-result h2{color:#23252b;margin:0;font-size:1.5rem}.quest-result__score{color:#5b58e0;margin:0;font-size:2.4rem;font-weight:800}.quest-result__state{color:#1e1c4a;text-transform:uppercase;letter-spacing:.08em;background:#ece9ff;border-radius:999px;margin:0;padding:.35rem 1rem;font-size:.85rem;font-weight:700}.quest-step-frame{animation:.28s both quest-step-in}@keyframes quest-step-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}.quest-option--selected{animation:.18s quest-option-pop}@keyframes quest-option-pop{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.quest-loading{text-align:center;color:#5c6270;margin:1.5rem 0}.lead-form{color:#23252b;flex-direction:column;gap:.9rem;max-width:420px;margin:0 auto;padding:1rem .5rem;animation:.28s both quest-step-in;display:flex}.lead-form__title{color:#23252b;margin:0;font-size:1.3rem}.lead-form__hint{color:#5c6270;margin:0;font-size:.92rem}.lead-form__field{color:#23252b;flex-direction:column;gap:.3rem;font-size:.88rem;font-weight:600;display:flex}.lead-form__field input{color:#23252b;background:#fff;border:1.5px solid #e3ddcc;border-radius:10px;padding:.65rem .8rem;font-size:1rem;font-weight:400}.lead-form__field input:focus{border-color:#5b58e0;outline:none}.lead-form__error{color:#c0392b;margin:0;font-size:.88rem}.lead-form__submit{color:#fff;cursor:pointer;background:#5b58e0;border:none;border-radius:10px;margin-top:.25rem;padding:.7rem 1.4rem;font-size:1rem;font-weight:700}.lead-form__submit:hover{background:#4a47cc}.quest-ordering{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.quest-ordering__item{background:#fff;border:1.5px solid #e3ddcc;border-radius:12px;align-items:center;gap:.75rem;padding:.7rem .9rem;transition:transform .15s;display:flex}.quest-ordering__position{color:#fff;background:#5b58e0;border-radius:50%;flex-shrink:0;place-items:center;width:1.7rem;height:1.7rem;font-size:.85rem;font-weight:700;display:grid}.quest-ordering__label{color:#23252b;flex:1;font-size:.95rem}.quest-ordering__controls{gap:.3rem;display:flex}.quest-ordering__controls button{color:#5b58e0;cursor:pointer;background:#ece9ff;border:none;border-radius:8px;width:2.1rem;height:2.1rem;font-size:1rem}.quest-ordering__controls button:hover:not(:disabled){background:#ddd8ff}.quest-ordering__controls button:disabled{opacity:.3;cursor:not-allowed}.quest-matching{flex-direction:column;gap:.75rem;display:flex}.quest-matching__columns{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.quest-matching__column{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.quest-matching__item{text-align:left;color:#23252b;cursor:pointer;background:#fff;border:1.5px solid #e3ddcc;border-radius:12px;flex-direction:column;gap:.2rem;width:100%;padding:.65rem .8rem;font-size:.9rem;transition:border-color .15s,background .15s;display:flex}.quest-matching__item--pending{background:#ece9ff;border-color:#5b58e0;animation:.18s quest-option-pop}.quest-matching__item--paired{background:#eaf6eb;border-color:#2e7d32}.quest-matching__item--taken{opacity:.45}.quest-matching__item:disabled{cursor:not-allowed}.quest-matching__match{color:#2e7d32;font-size:.8rem;font-weight:600}.quest-matching__hint{color:#5c6270;text-align:center;margin:0;font-size:.85rem}.quest-result{animation:.4s both quest-result-in}@keyframes quest-result-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.quest-result__badge{margin:0;font-size:2.6rem;animation:.5s cubic-bezier(.34,1.56,.64,1) .15s both quest-badge-pop}@keyframes quest-badge-pop{0%{transform:scale(0)}to{transform:scale(1)}}.quest-result__notice{color:#705d1f;background:#fdf3d1;border-radius:10px;margin:0;padding:.5rem 1rem;font-size:.9rem}.quest-result__percentage{color:#5c6270;margin:0;font-size:1rem}.quest-swipe{flex-direction:column;align-items:center;gap:1rem;display:flex}.quest-swipe__progress{color:#5c6270;margin:0;font-size:.85rem;font-weight:600}.quest-swipe__stack{width:100%;max-width:380px;height:180px;position:relative}.quest-swipe__card{text-align:center;color:#23252b;background:#fff;border:1.5px solid #e3ddcc;border-radius:16px;place-items:center;padding:1.5rem;font-size:1.1rem;font-weight:600;transition:transform .2s;display:grid;position:absolute;inset:0;box-shadow:0 6px 18px #00000014}.quest-swipe__done{text-align:center;color:#2e7d32;margin:0;padding:2rem 1rem;font-weight:600}.quest-swipe__controls{gap:1.5rem;display:flex}.quest-swipe__btn{cursor:pointer;border:2px solid;border-radius:999px;padding:.7rem 1.8rem;font-size:1rem;font-weight:700;transition:transform 50ms,background .15s}.quest-swipe__btn:active{transform:scale(.95)}.quest-swipe__btn--no{color:#c0392b;background:#fdf0ee;border-color:#e6b0aa}.quest-swipe__btn--no:hover{background:#fbe3df}.quest-swipe__btn--yes{color:#fff;background:#2e7d32;border-color:#2e7d32}.quest-swipe__btn--yes:hover{background:#276b2a}.quest-categorize{flex-direction:column;gap:.9rem;display:flex}.quest-categorize__tray{background:#f3f0e6;border-radius:12px;flex-wrap:wrap;justify-content:center;gap:.5rem;min-height:3rem;margin:0;padding:.6rem;list-style:none;display:flex}.quest-categorize__tray-empty{color:#8a8f9c;align-self:center;font-size:.85rem}.quest-categorize__chip{color:#23252b;cursor:pointer;background:#fff;border:1.5px solid #e3ddcc;border-radius:999px;padding:.5rem .9rem;font-size:.9rem;transition:border-color .15s,background .15s}.quest-categorize__chip--pending{background:#ece9ff;border-color:#5b58e0;animation:.18s quest-option-pop}.quest-categorize__buckets{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6rem;display:grid}.quest-categorize__bucket{text-align:left;cursor:default;background:#fff;border:2px dashed #d8d2bf;border-radius:12px;flex-direction:column;gap:.4rem;min-height:5rem;padding:.7rem;display:flex}.quest-categorize__bucket--active{cursor:pointer;background:#f7f6ff;border-style:solid;border-color:#5b58e0}.quest-categorize__bucket-label{color:#5b58e0;font-size:.85rem;font-weight:700}.quest-categorize__bucket-items{flex-wrap:wrap;gap:.35rem;display:flex}.quest-categorize__placed{color:#1e1c4a;background:#ece9ff;border-radius:999px;padding:.25rem .6rem;font-size:.82rem}.quest-categorize__hint{color:#5c6270;text-align:center;margin:0;font-size:.85rem}.world-page{position:fixed;inset:0}.world-page__loading{place-items:center;height:100%;margin:0;display:grid}.world-page__hint{color:#f2f2f2;pointer-events:none;background:#10131f80;border-radius:999px;padding:.35rem .9rem;font-size:.8rem;position:absolute;top:1rem;left:50%;transform:translate(-50%)}.world-page__info{color:#f2f2f2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;background:#10131fd9;border-radius:10px;max-width:420px;padding:1rem 1.25rem;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.world-page__guide{text-align:left;border-left:4px solid #d3439a;max-width:480px}.world-page__guide p{margin:.5rem 0}.world-page__quest{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2147483000;background:#0b0e17d9;place-items:center;display:grid;position:absolute;inset:0}.world-page__quest-panel{color:#23252b;background:#f6f3ea;border-radius:14px;width:min(680px,100vw - 2rem);max-height:calc(100vh - 4rem);padding:1rem 1.25rem 1.5rem;overflow-y:auto}.world-page__quest-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.world-page__quest-actions{gap:.5rem;display:flex}.world-page__offers{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.world-page__offer{background:#fff;border:1px solid #e3ddcc;border-radius:10px;gap:.5rem;padding:.75rem .9rem;display:grid}.world-page__offer-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.world-page__offer-actions{flex-shrink:0;gap:.5rem;display:flex}.world-page__offer-description{color:#4a4d55;white-space:pre-line;text-align:left;border-top:1px solid #eee8d8;margin:0;padding-top:.5rem;font-size:.9rem;line-height:1.5}.world-page__offer-info{gap:.2rem;display:grid}.world-page__offer-status{color:#6b6f7a;font-size:.8rem}.world-page__offer-status--ready{color:#2e7d32;font-weight:600}.world-page__offer-status--pending{color:#b26a00}.house-label{color:#f2f2f2;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#10131fb3;border-radius:6px;padding:.2rem .6rem;font-size:.8rem}.house-label--hover{background:#646cffd9}.enter-prompt{color:#f2f2f2;white-space:nowrap;background:#10131fd9;border-radius:8px;padding:.4rem .9rem;font-size:.9rem}.enter-prompt kbd{background:#646cff;border-radius:4px;padding:.05rem .35rem}
