:root{--wq-orange:#ff5a16;--wq-orange-dark:#ee3f00;--wq-green:#16c75b;--wq-text:#151515;--wq-muted:#737373;--wq-line:#e7e7e7;--wq-bg:#f5f5f5;--wq-card:#fff;--wq-soft-orange:#fff8f2;--wq-yellow:#ffe79a;--wq-purple:#a456e2}
.wq-app,.wq-login-form-shell{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--wq-text);box-sizing:border-box}.wq-app *,.wq-login-form-shell *{box-sizing:border-box}.wq-app{background:var(--wq-bg);min-height:100vh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.wq-app-header{background:#fff;border-bottom:1px solid #eee}.wq-app-header-inner{max-width:1100px;margin:0 auto;min-height:58px;padding:8px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.wq-brand-logo{display:block;max-height:38px;width:auto}.wq-brand-text{font-size:27px;font-weight:900;font-style:italic;color:var(--wq-orange);letter-spacing:-1.5px}.wq-top-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.wq-top-link{font-size:12px;font-weight:800;text-decoration:none;color:#111;background:#f6f6f6;border-radius:8px;padding:7px 11px;white-space:nowrap}.wq-top-link:hover{background:#ececec;color:#111}.wq-logout-link{color:#777}.wq-main{max-width:1100px;margin:0 auto;padding:26px 18px 48px}.wq-hero{min-height:138px;border-radius:24px;padding:27px 34px;color:#fff;background:linear-gradient(105deg,#ff3500 0%,#ff6b27 39%,#b05de8 100%);display:flex;justify-content:space-between;align-items:center;gap:24px;overflow:hidden;position:relative}.wq-hero:after{content:"";position:absolute;inset:auto -75px -90px auto;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.08)}.wq-hero-copy{position:relative;z-index:1}.wq-hero-kicker{font-size:13px;font-weight:800;letter-spacing:.025em;margin-bottom:5px}.wq-hero h1{margin:0 0 10px;font-size:29px;line-height:1.1;color:#fff;font-weight:900}.wq-starter-pill{display:inline-block;padding:5px 9px;border-radius:9px;background:rgba(121,43,8,.32);font-size:11px;font-weight:700}.wq-points-total{position:relative;z-index:1;text-align:right;min-width:160px}.wq-points-total strong{display:block;font-size:46px;line-height:1;font-weight:900;letter-spacing:-2px}.wq-points-total strong span{font-size:27px;font-weight:800;letter-spacing:-1px}.wq-points-small{display:block;font-size:10px;font-weight:900;margin-top:6px;letter-spacing:.04em;order:2}.wq-progress-card{background:#fff;border:1px solid var(--wq-line);border-radius:18px;padding:16px 17px;margin:14px 0 22px;box-shadow:0 2px 7px rgba(0,0,0,.025)}.wq-progress-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;margin-bottom:8px}.wq-progress-meta span{color:#555}.wq-progress-meta b{color:var(--wq-orange)}.wq-progress-track{height:9px;background:#e9e9e9;border-radius:999px;overflow:hidden}.wq-progress-track span{display:block;height:100%;background:var(--wq-green);border-radius:999px;transition:width .35s ease}.wq-milestone{border:1px solid #f7b379;background:linear-gradient(90deg,#fff8f2 0%,#fff 100%);border-radius:18px;padding:19px 20px;margin-bottom:27px;display:flex;align-items:center;justify-content:space-between;gap:20px}.wq-milestone h2{font-size:18px;line-height:1.2;margin:0 0 5px;font-weight:900}.wq-milestone p{margin:0;color:var(--wq-muted);font-size:12px}.wq-milestone-pill{border:0;border-radius:9px;padding:9px 13px;font-weight:900;font-size:10px;text-transform:uppercase;background:var(--wq-orange);color:#fff;white-space:nowrap}.wq-milestone-pill.is-completed{background:var(--wq-green)}.wq-milestone-pill.is-validating{background:#f3a21b}.wq-milestone-pill.is-locked{background:#756a60}.wq-milestone-pill.is-rejected{background:#d94242;cursor:pointer}.wq-milestone-pill.is-available,.wq-milestone-pill.is-in_progress{cursor:pointer}.wq-section-heading{margin-bottom:12px}.wq-section-heading h2{font-size:25px;line-height:1.15;margin:0 0 4px;font-weight:900}.wq-section-heading p{font-size:12px;color:var(--wq-muted);margin:0}.wq-quest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.wq-quest-card{background:#fff;border:1px solid var(--wq-line);border-radius:15px;min-height:98px;padding:12px;display:grid;grid-template-columns:54px minmax(0,1fr) 42px;gap:12px;align-items:center;box-shadow:0 2px 6px rgba(0,0,0,.02);transition:transform .16s ease,box-shadow .16s ease}.wq-quest-card:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.055)}.wq-quest-card.is-completed{background:#fcfffd}.wq-quest-card.is-locked{background:#fafafa}.wq-quest-icon{width:54px;height:62px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:linear-gradient(145deg,#fff6e9,#ffe8dc)}.wq-quest-icon img{width:100%;height:100%;object-fit:contain}.wq-fallback-icon{font-size:34px}.wq-quest-info{min-width:0}.wq-quest-info h3{font-size:14px;line-height:1.25;margin:0 0 4px;font-weight:900}.wq-quest-info p{font-size:10px;line-height:1.35;color:var(--wq-muted);margin:0 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wq-card-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.wq-points-chip,.wq-state-chip{font-size:9px;font-weight:900;border-radius:6px;padding:4px 6px;line-height:1}.wq-points-chip{background:#fff3e7;color:#e34a00}.wq-state-chip{background:#f0f0f0;color:#777}.wq-state-chip.is-completed{background:#e8faef;color:#139447}.wq-state-chip.is-validating{background:#fff6de;color:#b27000}.wq-state-chip.is-rejected{background:#fff0f0;color:#bd3030}.wq-state-chip.is-in_progress{background:#eef4ff;color:#3561b7}.wq-card-action{display:flex;justify-content:flex-end}.wq-round-status{width:38px;height:38px;border-radius:50%;border:1px solid #dedede;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:900;color:#111;line-height:1}.wq-round-status.is-action,.wq-round-status.is-rejected{cursor:pointer}.wq-round-status.is-completed{background:var(--wq-green);border-color:var(--wq-green);color:#fff;font-size:21px}.wq-round-status.is-validating{background:#fff7e2;color:#c17800;border-color:#f0cc7b}.wq-round-status.is-locked{font-size:14px;background:#f4f4f4}.wq-round-status.is-rejected{background:#fff1f1;color:#c73535;border-color:#f0b2b2}.wq-reward-banner{margin:24px 0 12px;border-radius:15px;min-height:90px;background:linear-gradient(90deg,#ffc44d 0%,#fff0a8 32%,#ffd477 100%);display:grid;grid-template-columns:125px 1fr auto;align-items:center;overflow:hidden;padding:0 22px 0 0}.wq-reward-banner.is-unlocked{background:linear-gradient(90deg,#88e6a9 0%,#dff9e8 42%,#b3efc9 100%)}.wq-reward-gift{font-size:70px;text-align:center;filter:drop-shadow(0 8px 7px rgba(154,75,0,.13))}.wq-reward-copy h2{font-size:21px;margin:0 0 1px;font-weight:900}.wq-reward-copy p{font-size:11px;margin:0;color:#4f3b19}.wq-reward-status{justify-self:end}.wq-reward-pill{display:inline-block;background:#746044;color:#fff;border-radius:10px;padding:8px 12px;font-size:10px;font-weight:900;white-space:nowrap}.wq-reward-pill.is-unlocked{background:#178e49}.wq-shortcuts-section{margin-top:10px}.wq-shortcuts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.wq-shortcut{min-height:80px;background:#fffaf6;border:1px solid #f4a66f;border-radius:10px;text-decoration:none;color:#444;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:9px;gap:4px;transition:transform .16s ease,background .16s ease}.wq-shortcut:hover{color:#222;background:#fff5ec;transform:translateY(-1px)}.wq-shortcut.is-disabled{opacity:.52;cursor:not-allowed}.wq-shortcut-icon{font-size:28px;color:var(--wq-orange);font-weight:900;line-height:1}.wq-shortcut strong{font-size:10px}.wq-shortcut small{font-size:8px;color:#777}.wq-responsible-note{margin-top:26px;padding:16px;border-radius:12px;background:#efefef;color:#666;font-size:9px;line-height:1.5}.wq-responsible-note strong{color:#444}.wq-alert{max-width:1100px;margin:0 auto 14px;padding:12px 14px;border-radius:10px;font-size:13px}.wq-alert-error{background:#fff0f0;color:#9f2222;border:1px solid #f2c1c1}.wq-alert-success{background:#ecfdf3;color:#12643a;border:1px solid #b8eccd}.wq-modal{position:fixed;inset:0;background:rgba(15,15,15,.6);display:none;align-items:center;justify-content:center;padding:20px;z-index:999999}.wq-modal.is-open{display:flex}.wq-modal-card{width:min(560px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:25px;position:relative;box-shadow:0 25px 80px rgba(0,0,0,.28)}.wq-modal-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#555}.wq-modal-head{display:flex;gap:13px;align-items:center;padding-right:28px;margin-bottom:16px}.wq-modal-icon{width:62px;height:62px;flex:0 0 62px;border-radius:13px;overflow:hidden;background:#fff4ea;display:flex;align-items:center;justify-content:center}.wq-modal-icon img{width:100%;height:100%;object-fit:contain}.wq-modal-head h2{font-size:22px;line-height:1.15;margin:0 0 6px}.wq-quest-copy{font-size:13px;line-height:1.55;color:#444}.wq-quest-copy p:first-child{margin-top:0}.wq-task-link{margin:14px 0;display:block}.wq-submit-hint{font-size:12px;color:#666;background:#f7f7f7;border-radius:9px;padding:10px 12px;margin:12px 0}.wq-form{display:grid;gap:14px}.wq-form label{display:grid;gap:6px;font-size:12px;font-weight:800}.wq-form input,.wq-form textarea{width:100%;border:1px solid #d7d7d7;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}.wq-form label small{font-size:9px;color:#777;font-weight:500}.wq-btn{appearance:none;border:0;border-radius:9px;padding:11px 15px;font-size:12px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wq-btn-primary{background:var(--wq-orange);color:#fff}.wq-btn-primary:hover{background:var(--wq-orange-dark);color:#fff}.wq-btn-secondary{background:#f3f3f3;color:#111;border:1px solid #ddd}.wq-btn-block{width:100%}.wq-support{display:block;text-align:center;margin-top:14px;font-size:12px;color:#d84a0c}.wq-congrats{text-align:center;padding:38px 30px}.wq-congrats-icon{font-size:56px}.wq-congrats h2{font-size:30px;margin:8px 0}.wq-congrats p{color:#666}.wq-congrats-points{display:inline-block;margin:8px 0 19px;background:#fff3e8;color:#e34a00;padding:8px 12px;border-radius:999px;font-weight:900;font-size:12px}
.wq-login-page{min-height:100vh;background:#f5f5f5;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.wq-login-brand{height:62px;background:#fff;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:center}.wq-login-wrap{min-height:calc(100vh - 62px);display:flex;align-items:center;justify-content:center;padding:30px 18px}.wq-login-card{width:min(430px,100%);background:#fff;border:1px solid #e8e8e8;border-radius:20px;padding:34px;box-shadow:0 12px 35px rgba(0,0,0,.065)}.wq-eyebrow{font-size:11px;font-weight:900;color:var(--wq-orange);letter-spacing:.12em}.wq-login-card h1{font-size:32px;margin:5px 0 8px}.wq-muted{color:#757575;font-size:12px}.wq-login-card .wq-support{margin-top:18px}
@media(max-width:850px){.wq-quest-grid{grid-template-columns:1fr}.wq-shortcuts-grid{grid-template-columns:repeat(2,1fr)}.wq-reward-banner{grid-template-columns:92px 1fr;padding-right:14px}.wq-reward-gift{font-size:55px}.wq-reward-status{grid-column:2;margin:7px 0 14px;justify-self:start}.wq-hero{padding:24px}.wq-points-total strong{font-size:38px}}
@media(max-width:600px){.wq-app-header-inner{align-items:flex-start;flex-direction:column;padding-top:12px;padding-bottom:12px}.wq-top-nav{justify-content:flex-start}.wq-main{padding:18px 12px 35px}.wq-hero{border-radius:18px;min-height:0;align-items:flex-start;padding:22px;flex-direction:column}.wq-hero h1{font-size:25px}.wq-points-total{text-align:left}.wq-points-total strong{font-size:34px}.wq-progress-meta{align-items:flex-start;flex-direction:column}.wq-milestone{align-items:flex-start;flex-direction:column}.wq-milestone-pill{white-space:normal;text-align:left}.wq-section-heading h2{font-size:22px}.wq-quest-card{grid-template-columns:48px minmax(0,1fr) 38px;padding:10px;gap:9px}.wq-quest-icon{width:48px;height:55px}.wq-quest-info p{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wq-round-status{width:34px;height:34px}.wq-reward-banner{grid-template-columns:70px 1fr;padding:10px 12px}.wq-reward-gift{font-size:44px}.wq-reward-copy h2{font-size:18px}.wq-reward-status{grid-column:1/-1;justify-self:start;margin:5px 0 0}.wq-shortcuts-grid{grid-template-columns:1fr 1fr}.wq-modal-card{padding:22px 18px}.wq-login-card{padding:26px 22px}}
body.wq-standalone-page{margin:0;background:#f5f5f5}body.wq-standalone-page .wq-app,body.wq-standalone-page .wq-login-page{margin-left:0;margin-right:0;width:100%}

/* Keep the pending-verification icon mathematically centered in its round control. */
.wq-round-status.is-validating{padding:0}
.wq-status-ellipsis-icon{display:block;width:20px;height:8px;fill:currentColor;flex:0 0 auto}


/* Elementor-compatible login form. The page layout itself is intentionally left to Elementor/the active theme. */
.wq-login-form-shell{--wq-orange:#ff5a1f;--wq-orange-dark:#e9470e;--wq-text:#171717;--wq-muted:#747474;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--wq-text);width:100%;max-width:100%}
.wq-login-form-shell .wq-alert{width:100%;max-width:none;margin:0 0 14px}
.wq-login-form{display:grid;gap:16px;width:100%}
.wq-login-form .wq-login-field{display:grid;gap:7px;margin:0}
.wq-login-form .wq-login-label{display:block;font-size:13px;line-height:1.35;font-weight:800;color:inherit}
.wq-login-form input[type="text"],.wq-login-form input[type="tel"]{width:100%;min-height:48px;border:1px solid #d7d7d7;border-radius:12px;padding:11px 14px;background:#fff;color:#111;box-shadow:none;outline:none;font:inherit;transition:border-color .15s ease,box-shadow .15s ease}
.wq-login-form input[type="text"]:focus,.wq-login-form input[type="tel"]:focus{border-color:var(--wq-orange);box-shadow:0 0 0 3px rgba(255,90,31,.12)}
.wq-login-form .wq-login-submit{min-height:48px;border-radius:12px;font-size:14px}


/* Dashboard visual refinements supplied by Play88 team */
.wq-app{
    font-family: "Poppins", sans-serif;
    color: #535353;
}

.wq-hero-copy .wq-hero-kicker{
    font-size: 18px;
    font-weight: 500;
}

.wq-hero-copy h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wq-hero-copy .wq-starter-pill{
    font-size: 13px;
    font-weight: 400;
    border-radius: 50px;
    padding: 5px 15px;
}

.wq-points-total{
    display: flex;
    flex-direction: column;
}

.wq-points-total .wq-points-small{
    font-size: 13px;
    font-weight: 500;
}

.wq-points-total strong{
    font-size: 60px;
}

.wq-points-total strong span{
    font-size: 35px;
}

.wq-progress-meta strong{
    color: #535353;
    font-size: 14px;
}

.wq-milestone h2{
    font-size: 18px;
    font-weight: 700;
}

.wq-milestone p,
.wq-section-heading p{
    font-size: 13px;
}

.wq-section-heading h2,
.wq-quest-info h3,
.wq-milestone-pill,
.wq-reward-pill{
    font-weight: 700;
}

.wq-points-chip,
.wq-state-chip{
    font-weight: 700;
    border-radius: 50px;
    padding: 7px 10px;
}

.wq-responsible-note strong{
    color: #535353;
}

.wq-reward-banner{
    background: linear-gradient(90deg, #f6c058 0%, #ffefae 60%, #ffd584 100%);
    margin-bottom: 30px;
}

.wq-reward-gift{
    width: 144px;
    height: 107px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 0;
    filter: none;
}

.wq-reward-gift img{
    display: block;
    width: 144px;
    height: 107px;
    max-width: none;
    object-fit: contain;
}

.wq-reward-copy h2{
    font-size: 22px;
    font-weight: 600;
}

.wq-reward-copy p{
    font-size: 13px;
    font-weight: 500;
}

.wq-reward-pill.is-unlocked{
    background: #16c75b;
}

.wq-shortcut{
    position: relative;
    background: linear-gradient(90deg, #fffdf7 0%, #fff3e9 100%);
    border: none;
}

.wq-shortcut::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(0deg, #d39bf7, #ff6102);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.wq-shortcut-icon{
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}

.wq-shortcut-icon img{
    display: block;
    max-width: 34px;
    max-height: 33px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.wq-shortcut strong{
    font-size: 12px;
}

@media(max-width:850px){
    .wq-reward-gift{width:110px;height:90px}
    .wq-reward-gift img{width:121px;height:90px}
}

@media(max-width:600px){
    .wq-reward-gift{width:78px;height:76px}
    .wq-reward-gift img{width:102px;height:76px}
    .wq-points-total strong{font-size:44px}
    .wq-points-total strong span{font-size:28px}
}


/* v1.1.8 header logo + copyright */
.wq-brand-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}
.wq-brand-link:focus-visible{outline:2px solid var(--wq-orange);outline-offset:4px;border-radius:4px}
.wq-brand-logo{display:block;max-height:44px;width:auto}
.wq-copyright{padding:18px 16px 6px;text-align:center;color:#535353;font-size:14px;line-height:1.5;font-weight:600}
@media(max-width:600px){.wq-brand-logo{max-height:38px}.wq-copyright{font-size:12px;padding-top:15px}}

.wq-dashboard-footer{margin-top:26px}

.wq-dashboard-footer .wq-responsible-note{margin-top:0}
.wq-dashboard-footer .wq-copyright{margin-top:0}


/* v1.2.5 Welcome Reward claim action */
.wq-reward-claim{appearance:none;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
.wq-reward-claim:hover{color:#fff;transform:translateY(-1px);box-shadow:0 5px 14px rgba(22,199,91,.22);filter:brightness(.98)}
.wq-reward-claim:focus-visible{outline:2px solid #111;outline-offset:3px}
.wq-reward-claim.is-disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}


/* Logged-in participant greeting */
.wq-user-greeting{
    margin:0 0 12px;
    color:#535353;
    font-size:15px;
    line-height:1.4;
    font-weight:500;
}
.wq-user-greeting strong{
    color:#111827;
    font-weight:700;
}
@media(max-width:600px){
    .wq-user-greeting{font-size:14px;margin-bottom:10px;}
}
/* v1.3.0: Points & Prize Exchange shortcut removed; remaining member shortcuts fill the row. */
.wq-shortcuts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:850px){.wq-shortcuts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.wq-shortcuts-grid{grid-template-columns:1fr}}


/* v1.3.1: improved file upload styling and spin-unlocked congratulations modal */
.wq-form .wq-file-upload{display:grid;gap:8px}
.wq-file-label{font-size:12px;font-weight:800;color:#1f2937}
.wq-file-input{width:100%;border:1px solid #e3e7ee;border-radius:16px;padding:12px;background:linear-gradient(180deg,#fff,#fcfcfd);color:#6b7280;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.wq-file-input::file-selector-button{appearance:none;border:0;background:linear-gradient(180deg,#ff7a2f 0%,#ff5a12 100%);color:#fff;border-radius:12px;padding:10px 14px;margin-right:12px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(255,102,24,.22)}
.wq-file-input:hover{border-color:#ffb080;background:#fff7f1}
.wq-file-input:hover::file-selector-button{filter:brightness(.98)}
.wq-file-upload.has-file .wq-file-input{border-color:#ffd0b0;background:#fff8f3}
.wq-file-name{display:block;margin-top:-2px;font-size:11px;line-height:1.45;color:#7b8190;background:#f8fafc;border:1px dashed #d9e0ea;border-radius:12px;padding:10px 12px;word-break:break-word}
.wq-file-upload.has-file .wq-file-name{color:#1f2937;background:#fff;border-style:solid;border-color:#ffd9bf}
.wq-congrats{padding:36px 34px;background:linear-gradient(180deg,#fff 0%,#fff8f2 100%);border:1px solid #ffe0c9}
.wq-congrats-badge{display:inline-block;align-self:center;margin:0 auto 10px;background:linear-gradient(90deg,#fff0e4 0%,#ffe6d0 100%);border:1px solid #ffd0ac;color:#ff5d15;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.wq-congrats-icon{width:88px;height:88px;margin:0 auto 16px;border-radius:26px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#fff5cf,#ffe8b1 42%,#ffd39f 100%);box-shadow:0 18px 40px rgba(255,132,46,.18);font-size:44px}
.wq-congrats h2{font-size:34px;line-height:1.08;margin:0 0 10px;color:#1f2940}
.wq-congrats p{max-width:380px;margin:0 auto 16px;color:#5e677a;font-size:16px;line-height:1.6}
.wq-congrats-points{display:inline-flex;align-items:center;justify-content:center;gap:6px;margin:0 0 22px;background:linear-gradient(90deg,#fff3e8 0%,#ffe9d7 100%);color:#e34a00;padding:11px 16px;border-radius:999px;font-weight:900;font-size:13px;border:1px solid #ffd6b7;box-shadow:0 8px 24px rgba(255,132,46,.10)}
.wq-congrats-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.wq-congrats .wq-btn{min-width:140px;padding:13px 18px;border-radius:14px}
.wq-congrats .wq-btn-primary{box-shadow:0 12px 26px rgba(255,99,29,.22)}
@media(max-width:600px){.wq-congrats{padding:28px 20px}.wq-congrats h2{font-size:28px}.wq-congrats p{font-size:14px}.wq-congrats-icon{width:76px;height:76px;font-size:38px}.wq-congrats-actions{flex-direction:column}.wq-congrats .wq-btn{width:100%}}


/* v1.3.7: personalized, state-aware Welcome Dashboard hero */
.wq-hero-copy{min-width:0;max-width:720px}
.wq-hero-copy .wq-user-greeting{margin:7px 0 8px;color:#fff;font-size:32px;line-height:1.12;font-weight:700;letter-spacing:-.025em}
.wq-hero-copy .wq-user-greeting strong{color:#fff;font-weight:800}
.wq-hero-subtext{max-width:600px;margin:0 0 12px;color:rgba(255,255,255,.9);font-size:13px;line-height:1.55;font-weight:500}
.wq-hero-copy .wq-hero-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.9}
.wq-hero-copy .wq-starter-pill{font-size:12px;font-weight:600;border-radius:50px;padding:6px 13px;background:rgba(106,39,8,.28);border:1px solid rgba(255,255,255,.12)}
.wq-hero.is-complete .wq-starter-pill{background:rgba(16,122,69,.3)}
@media(max-width:850px){.wq-hero-copy .wq-user-greeting{font-size:28px}.wq-hero-subtext{max-width:520px}}
@media(max-width:600px){.wq-hero-copy .wq-user-greeting{font-size:25px;margin-top:6px}.wq-hero-subtext{font-size:12px;line-height:1.5;margin-bottom:11px}.wq-hero-copy .wq-starter-pill{font-size:11px;padding:6px 11px}}


/* v1.3.8: restore classic hero and move participant greeting into header */
.wq-header-welcome{margin-left:auto;color:#535353;font-size:13px;line-height:1.4;font-weight:500;white-space:nowrap}
.wq-header-welcome strong{color:#111827;font-weight:700}
.wq-top-nav{margin-left:10px}
@media(max-width:760px){
  .wq-app-header-inner{flex-wrap:wrap;align-items:center}
  .wq-header-welcome{order:3;width:100%;margin:0;padding-top:2px;font-size:12px;white-space:normal}
  .wq-top-nav{margin-left:auto}
}
@media(max-width:600px){
  .wq-app-header-inner{align-items:flex-start}
  .wq-header-welcome{order:2;width:auto;margin-left:0;padding-top:4px}
  .wq-top-nav{order:3;width:100%;margin-left:0}
}


/* v1.3.9: dashboard section order and balanced spacing */
.wq-main{
    --wq-section-gap:24px;
}
.wq-main > .wq-hero,
.wq-main > .wq-reward-banner,
.wq-main > .wq-progress-card,
.wq-main > .wq-milestone,
.wq-main > .wq-missions-section,
.wq-main > .wq-shortcuts-section{
    margin-top:0;
    margin-bottom:0;
}
.wq-main > .wq-hero + .wq-reward-banner,
.wq-main > .wq-reward-banner + .wq-progress-card,
.wq-main > .wq-progress-card + .wq-milestone,
.wq-main > .wq-milestone + .wq-missions-section,
.wq-main > .wq-progress-card + .wq-missions-section,
.wq-main > .wq-missions-section + .wq-shortcuts-section{
    margin-top:var(--wq-section-gap);
}
.wq-missions-section .wq-section-heading,
.wq-shortcuts-section .wq-section-heading{
    margin-top:0;
    margin-bottom:14px;
}
.wq-main > .wq-reward-banner{
    width:100%;
}
@media(max-width:850px){
    .wq-main{--wq-section-gap:20px}
}
@media(max-width:600px){
    .wq-main{--wq-section-gap:16px}
}
