.qhome{--purple:#4a2fd4;--purple-dark:#3a24a8;--purple-light:#eeedfe;--ink:#14121f;--muted:#6b6b76;--bg-soft:#f4f2fb;--coral:#d85a30;--coral-bg:#faece7;--coral-tx:#993c1d;--blue:#378add;--blue-bg:#e6f1fb;--blue-tx:#185fa5;--amber:#ba7517;--amber-bg:#faeeda;--amber-tx:#854f0b;--pink:#d4537e;--pink-bg:#fbeaf0;--pink-tx:#993556;--teal:#1d9e75;--teal-bg:#e1f5ee;--teal-tx:#0f6e56;--gold:#f2b233;color:var(--ink);background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;overflow-x:hidden}.qhome *,.qhome :before,.qhome :after{box-sizing:border-box;margin:0;padding:0}.qhome a{color:inherit;text-decoration:none}.qhome button{cursor:pointer;font-family:inherit}.qhome #intro{background:linear-gradient(160deg, var(--purple) 0%, var(--purple-dark) 100%);z-index:999;flex-direction:column;justify-content:center;align-items:center;transition:transform .9s cubic-bezier(.65,0,.35,1);display:flex;position:fixed;inset:0}.qhome #intro.done{transform:translateY(-100%)}.qhome #skip{color:#fff;opacity:.85;background:#ffffff1f;border:.5px solid #fff6;border-radius:20px;padding:8px 16px;font-size:13px;transition:opacity .2s;position:absolute;top:24px;right:28px}.qhome #skip:hover{opacity:1}.qhome .intro-center{flex-direction:column;align-items:center;display:flex}.qhome .intro-logo{opacity:0;align-items:center;gap:16px;transition:all 1s cubic-bezier(.2,.9,.3,1.15);display:flex;transform:scale(.8)}.qhome .intro-logo.show{opacity:1;transform:scale(1)}.qhome .intro-logo .mark{width:96px;height:96px;color:var(--purple);background:#fff;border-radius:22px;justify-content:center;align-items:center;font-size:48px;font-weight:700;display:flex}.qhome .intro-logo .word{color:#fff;letter-spacing:-.02em;font-size:74px;font-weight:700}.qhome #intro.stage2 .intro-logo{opacity:.9;transform:scale(.27)translateY(-210px)}.qhome .intro-tagline{color:#fff;letter-spacing:-.02em;text-align:center;opacity:0;margin-top:0;font-size:clamp(24px,4.2vw,42px);font-weight:700;transition:opacity .5s,margin-top .5s}.qhome .intro-tagline.show{opacity:1;margin-top:26px}.qhome .intro-tagline .cursor{vertical-align:-2px;background:#fff;width:3px;height:.9em;margin-left:4px;animation:1s step-end infinite qhome-blink;display:inline-block}@keyframes qhome-blink{50%{opacity:0}}.qhome .intro-strip{gap:14px;margin-top:34px;display:flex}.qhome .intro-card{opacity:0;background:#fff;border-radius:12px;width:120px;padding:10px;transition:all .55s cubic-bezier(.2,.8,.3,1);transform:translate(70px)}.qhome .intro-card.show{opacity:1;transform:translate(0)}.qhome .intro-card .thumb{background-position:50%;background-size:cover;border-radius:8px;height:58px;margin-bottom:8px}.qhome .intro-card .name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;overflow:hidden}.qhome .intro-card .price{color:var(--purple);font-size:11px;font-weight:600}.qhome #replay{z-index:500;color:var(--ink);background:#fff;border:.5px solid #e2e0ea;border-radius:24px;align-items:center;gap:7px;padding:11px 18px;font-size:13px;font-weight:600;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 6px 18px #14121f26}.qhome #replay:hover{transform:translateY(-2px)}.qhome #replay.hide{opacity:0;pointer-events:none;transform:translateY(12px)}.qhome .reveal{opacity:0;transition:opacity .6s cubic-bezier(.2,.7,.3,1),transform .6s cubic-bezier(.2,.7,.3,1);transform:translateY(18px)}.qhome .reveal.in{opacity:1;transform:translateY(0)}.qhome .hero{background:linear-gradient(160deg, var(--purple) 0%, var(--purple-dark) 100%);text-align:center;padding:78px 0 56px}.qhome .hero-inner{padding:0 24px}.qhome h1{color:#fff;letter-spacing:-.04em;font-size:clamp(40px,7vw,80px);font-weight:700;line-height:1.02}.qhome h1 .accent{color:var(--gold)}.qhome .sub{color:#ffffffb8;max-width:460px;margin:22px auto 30px;font-size:18px}.qhome .cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-bottom:50px;display:flex}.qhome .btn-primary{color:var(--purple);background:#fff;border:none;border-radius:24px;padding:14px 30px;font-size:15px;font-weight:600;transition:transform .15s;display:inline-block}.qhome .btn-primary:hover{transform:translateY(-2px)}.qhome .btn-ghost-light{color:#fff;background:0 0;border:1.5px solid #ffffff80;border-radius:24px;padding:14px 30px;font-size:15px;font-weight:600;transition:transform .15s,border-color .15s;display:inline-block}.qhome .btn-ghost-light:hover{border-color:#fff;transform:translateY(-2px)}.qhome .link-cta{color:#fff;border-bottom:1px solid #fff6;padding-bottom:2px;font-size:15px;font-weight:600}.qhome .strip-wrap{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.qhome .strip{width:max-content;animation:24s linear infinite qhome-scroll;display:flex}.qhome .strip-group{flex:none;gap:16px;margin-right:16px;display:flex}@keyframes qhome-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.qhome .pcard{background:#fff;border-radius:14px;flex:none;width:150px;padding:12px}.qhome .pcard .thumb{background-position:50%;background-size:cover;border-radius:8px;height:70px;margin-bottom:8px}.qhome .pcard .name{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.qhome .pcard .price{color:var(--purple);font-size:12px;font-weight:700}.qhome .spotlight{text-align:center;background:var(--bg-soft);padding:90px 24px}.qhome .spotlight .spot-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--purple);margin-bottom:18px;font-size:13px;font-weight:700}.qhome .spotlight-card{max-width:560px;margin:0 auto}.qhome .spotlight-card .thumb{background:var(--teal-bg);background-position:50%;background-size:cover;border-radius:24px;height:340px;margin-bottom:26px}.qhome .spotlight-card .name{letter-spacing:-.02em;margin-bottom:6px;font-size:32px;font-weight:700}.qhome .spotlight-card .price{color:var(--muted);margin-bottom:30px;font-size:20px}.qhome .spotlight-cta{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.qhome .btn-dark{background:var(--purple);color:#fff;border:none;border-radius:24px;padding:14px 32px;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-block}.qhome .btn-dark:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4a2fd447}.qhome .btn-outline-home{color:var(--ink);background:0 0;border:1.5px solid #dedce8;border-radius:24px;padding:14px 32px;font-size:15px;font-weight:600;transition:transform .15s,border-color .15s;display:inline-block}.qhome .btn-outline-home:hover{border-color:var(--purple);transform:translateY(-2px)}.qhome .how-wrap{padding:80px 24px}.qhome .how-title{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:30px;font-size:13px;font-weight:700}.qhome .how{grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}@media (max-width:720px){.qhome .how-wrap{padding:56px 24px}.qhome .how{grid-template-columns:1fr;gap:14px}.qhome .step-card{padding:24px 22px}}.qhome .step-card{text-align:left;border-radius:20px;padding:30px 24px;transition:transform .2s,box-shadow .2s}.qhome .step-card:hover{transform:translateY(-6px);box-shadow:0 14px 26px #14121f1a}.qhome .step-card .icn{background:#fff;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.qhome .step-card .num{letter-spacing:.04em;opacity:.75;margin-bottom:8px;font-size:12.5px;font-weight:700}.qhome .step-card .lbl{letter-spacing:-.01em;font-size:17px;font-weight:700;line-height:1.3}.qhome .listings{max-width:1180px;margin:0 auto;padding:90px 24px 40px}.qhome .listings-head{justify-content:space-between;align-items:baseline;margin-bottom:30px;display:flex}.qhome .listings-head h2{letter-spacing:-.02em;font-size:26px;font-weight:700}.qhome .listings-head a{color:var(--purple);border-bottom:1px solid var(--purple);padding-bottom:1px;font-size:14px;font-weight:600}.qhome .grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.qhome .card{border-radius:18px;transition:transform .2s;display:block;overflow:hidden}.qhome .card:hover{transform:translateY(-4px)}.qhome .card .thumb{background-position:50%;background-size:cover;align-items:flex-end;height:220px;padding:18px;display:flex}.qhome .card .name{color:#fff;text-shadow:0 1px 6px #00000059;font-size:16px;font-weight:700}.qhome .card .price{padding:14px 18px;font-size:15px;font-weight:700}.qhome .empty{color:var(--muted);padding:40px 0;font-size:15px}.qhome .sell{background:linear-gradient(160deg, var(--purple) 0%, var(--purple-dark) 100%);color:#fff;text-align:center;padding:100px 24px}.qhome .sell h3{letter-spacing:-.03em;margin-bottom:22px;font-size:clamp(30px,5vw,52px);font-weight:700}.qhome .sell .link-cta{font-size:16px}@media (prefers-reduced-motion:reduce){.qhome .strip{animation:none}.qhome .reveal{opacity:1;transform:none}}
