:root{
  --bg:#06080c;--bg2:#0a0e14;--surface:#0f141c;--surface2:#131923;--surface3:#171f2b;
  --text:#f6f8fb;--muted:#94a0b3;--muted2:#6f7a8c;--line:rgba(255,255,255,.09);
  --cyan:#25F4EE;--pink:#FE2C55;--green:#27d59b;--amber:#f4bd55;--danger:#ff637c;
  --shadow:0 24px 70px rgba(0,0,0,.42);--safe-t:env(safe-area-inset-top,0px);--safe-b:env(safe-area-inset-bottom,0px);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark
}
*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--text);min-height:100%;-webkit-tap-highlight-color:transparent}body{overflow:hidden}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}img{display:block;max-width:100%}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.icon.sm{width:19px;height:19px}.icon.lg{width:34px;height:34px}.note{color:var(--muted);font-size:12px;line-height:1.55}.kicker{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.17em;font-weight:850;color:#aeb9c9;text-transform:uppercase}.kicker-dot{width:8px;height:8px;border-radius:50%;background:var(--cyan);box-shadow:0 0 18px rgba(37,244,238,.45)}.title{font-size:clamp(25px,7vw,38px);line-height:1.04;letter-spacing:-.045em;margin:10px 0 8px}.subtitle{color:var(--muted);font-size:14px;line-height:1.58;margin:0}.success,.error,.soft-info{padding:12px 14px;border-radius:15px;font-size:12px;line-height:1.5}.success{color:#b9f5dd;background:rgba(39,213,155,.08);border:1px solid rgba(39,213,155,.18)}.error{color:#ffc1ca;background:rgba(255,99,124,.08);border:1px solid rgba(255,99,124,.2)}.soft-info{display:flex;gap:10px;align-items:flex-start;color:#b9c6d7;background:rgba(255,255,255,.03);border:1px solid var(--line)}
.btn{min-height:48px;border:0;border-radius:15px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:820;font-size:13px;cursor:pointer;transition:.2s ease;text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn:active{transform:scale(.985)}.btn-primary{color:#061012;background:linear-gradient(135deg,var(--cyan),#91fff9);box-shadow:0 12px 30px rgba(37,244,238,.16)}.btn-pink{color:#fff;background:linear-gradient(135deg,var(--pink),#ff7894)}.btn-ghost{color:#e2e8f1;background:rgba(255,255,255,.035);border:1px solid var(--line)}.btn-danger{color:#ffafbc;background:rgba(254,44,85,.09);border:1px solid rgba(254,44,85,.2)}.btn-wide{width:100%}.btn-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.icon-btn{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.035);color:#dbe4ef;display:grid;place-items:center;cursor:pointer}
.form-grid{display:grid;gap:12px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field{display:grid;gap:7px}.field label{font-size:11px;font-weight:780;color:#dbe2ec}.input,.textarea,.select{width:100%;border:1px solid var(--line);outline:none;background:#0b1017;color:var(--text);border-radius:14px;padding:0 13px;transition:.2s}.input,.select{height:48px}.textarea{min-height:92px;padding:12px 13px;resize:vertical}.textarea.small{min-height:74px}.textarea.tall{min-height:140px}.input::placeholder,.textarea::placeholder{color:#788599;opacity:1}.input:focus,.textarea:focus,.select:focus{border-color:rgba(37,244,238,.45);box-shadow:0 0 0 3px rgba(37,244,238,.06)}.input-wrap{display:flex;align-items:center;border:1px solid var(--line);background:#0b1017;border-radius:14px;padding-left:13px;color:#667386}.input-wrap:focus-within{border-color:rgba(37,244,238,.45);box-shadow:0 0 0 3px rgba(37,244,238,.06)}.input-wrap .input.inner{border:0!important;background:transparent!important;box-shadow:none!important;padding-left:10px}.input-action{border:0;background:transparent;color:#8592a5;width:44px;height:46px;display:grid;place-items:center;cursor:pointer}.file-input{padding:10px;height:auto}.form-preview{width:72px;height:72px;border-radius:13px;object-fit:cover;border:1px solid var(--line);margin-top:7px}
/* Auth */
.auth-shell{height:100dvh;overflow:auto;padding:max(14px,var(--safe-t)) 12px max(14px,var(--safe-b));display:grid;place-items:center;background:radial-gradient(circle at 8% 15%,rgba(37,244,238,.09),transparent 30%),radial-gradient(circle at 92% 18%,rgba(254,44,85,.09),transparent 26%),var(--bg)}.auth-card{width:min(100%,940px);border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.016));border-radius:27px;overflow:hidden;box-shadow:var(--shadow)}.auth-hero{position:relative;min-height:245px;background:radial-gradient(circle at 30% 35%,rgba(37,244,238,.14),transparent 30%),radial-gradient(circle at 70% 30%,rgba(254,44,85,.12),transparent 29%),#0b1017;padding:16px;overflow:hidden}.auth-brand{position:relative;z-index:2;display:flex;align-items:center;gap:10px}.auth-brand>div:last-child{display:grid}.auth-brand strong{font-size:13px;letter-spacing:.08em}.auth-brand span{font-size:10px;color:var(--muted);margin-top:2px}.brand-img,.admin-logo-img{width:45px;height:45px;object-fit:contain;border-radius:13px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.brand-logo-fallback{width:45px;height:45px;border-radius:13px;background:linear-gradient(135deg,var(--cyan),rgba(255,255,255,.45) 45%,var(--pink));box-shadow:0 10px 30px rgba(37,244,238,.12)}.auth-prize{position:absolute;width:min(76%,350px);height:190px;object-fit:contain;left:50%;bottom:7px;transform:translateX(-50%);filter:drop-shadow(0 24px 40px rgba(0,0,0,.52))}.auth-prize-copy{position:absolute;left:16px;bottom:14px;z-index:3;background:rgba(7,10,14,.68);backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:13px;padding:8px 10px}.auth-prize-copy span,.auth-prize-copy strong{display:block}.auth-prize-copy span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.auth-prize-copy strong{font-size:12px;margin-top:3px}.auth-body{padding:18px}.segmented{display:grid;grid-template-columns:1fr 1fr;background:#0a0f15;border:1px solid var(--line);border-radius:14px;padding:4px;margin:16px 0}.segmented button{min-height:38px;border:0;border-radius:10px;background:transparent;color:#7f8a9b;font-weight:760;font-size:11px}.segmented button.active{background:rgba(37,244,238,.08);color:var(--cyan)}.auth-proof{margin-top:16px;padding:12px;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.02)}.auth-proof-head{display:flex;gap:8px;align-items:center;color:var(--cyan)}.auth-proof p{font-size:11px;line-height:1.55;color:#b9c3d0;margin:8px 0}.auth-proof span{font-size:10px;color:var(--muted)}
/* Mobile app shell */
.app-shell{height:100dvh;width:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;background:radial-gradient(circle at 0 22%,rgba(37,244,238,.055),transparent 26%),radial-gradient(circle at 100% 18%,rgba(254,44,85,.05),transparent 23%),var(--bg);overflow:hidden}.app-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(10px + var(--safe-t)) 14px 8px}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand .brand-img,.brand .brand-logo-fallback{width:40px;height:40px;border-radius:12px}.brand-copy{display:grid;min-width:0}.brand-copy strong{font-size:13px;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-copy span{font-size:10px;color:var(--muted);margin-top:3px}.avatar-btn{width:42px;height:42px;border-radius:14px;border:1px solid rgba(37,244,238,.2);background:rgba(37,244,238,.04);color:var(--cyan);font-weight:900;font-size:14px}.progress-wrap{padding:0 14px 8px}.progress-card{border:1px solid var(--line);background:rgba(255,255,255,.02);border-radius:18px;padding:11px 13px}.progress-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.progress-head strong{font-size:12px}.progress-head span{font-size:10px;color:var(--muted)}.progress-track{height:5px;border-radius:99px;background:#111823;overflow:hidden;margin-top:8px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--cyan),var(--pink));border-radius:inherit;transition:width .35s ease}.step-dots{display:grid;grid-template-columns:repeat(4,1fr);margin-top:8px}.step-dot{text-align:center;font-size:9px;color:#657184;font-weight:800}.step-dot.active{color:var(--cyan)}.step-dot.done{color:#b6f7e2}.main-stage{min-height:0;padding:0 10px 7px}.screen{height:100%;min-height:0}.screen-view{height:100%;min-height:0;display:flex}.screen-card{width:100%;min-height:0;border:1px solid var(--line);border-radius:23px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012));overflow:hidden}.screen-pad{height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px;scrollbar-width:none}.screen-pad::-webkit-scrollbar{display:none}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.065);background:rgba(6,8,12,.94);backdrop-filter:blur(18px);padding:7px 7px calc(7px + var(--safe-b))}.nav-btn{border:0;background:transparent;color:#657185;border-radius:16px;min-height:54px;display:grid;place-items:center;align-content:center;gap:4px;font-size:9px;font-weight:800}.nav-btn .icon{width:21px;height:21px}.nav-btn.active{color:var(--cyan);background:rgba(37,244,238,.06)}
.level-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.level-badge{width:44px;height:44px;border-radius:14px;background:rgba(37,244,238,.06);border:1px solid rgba(37,244,238,.14);display:grid;place-items:center;color:var(--cyan);font-size:11px;font-weight:900;flex:0 0 auto}.game-shell{display:grid;gap:8px;margin-top:10px;justify-items:center}.game-hud{width:100%;display:flex;justify-content:space-between;gap:12px;padding:8px 10px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.018);font-size:10px;color:var(--muted)}.game-hud strong{color:var(--text)}.game-canvas{display:block;background:#090e14;border:1px solid var(--line);border-radius:18px;touch-action:none;box-shadow:inset 0 0 30px rgba(37,244,238,.025)}.game-canvas.square{width:min(58vw,250px);height:min(58vw,250px)}.game-canvas.runner{width:min(100%,340px);height:auto;max-height:180px}.snake-controls{display:grid;gap:4px;justify-items:center}.snake-controls>button,.snake-controls>div button{width:42px;height:34px;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.035);color:#bfc9d8}.snake-controls>div{display:flex;gap:4px}.game-shell>.btn{min-height:44px}.game-message{font-size:10px;line-height:1.45;color:var(--muted);text-align:center;min-height:14px}.completion-card{display:grid;grid-template-columns:50px 1fr;gap:12px;align-items:center}.completion-icon{width:50px;height:50px;border-radius:16px;background:rgba(39,213,155,.08);border:1px solid rgba(39,213,155,.18);color:var(--green);display:grid;place-items:center}.mini-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0}.summary-tile{padding:12px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.022)}.summary-tile span,.summary-tile strong{display:block}.summary-tile span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.summary-tile strong{font-size:17px;margin-top:4px}.mission-app-card{display:grid;grid-template-columns:78px 1fr;gap:12px;align-items:center;padding:10px;border-radius:17px;border:1px solid var(--line);background:rgba(255,255,255,.02);margin:12px 0}.mission-art{height:78px;border-radius:14px;display:grid;place-items:center;background:radial-gradient(circle,rgba(37,244,238,.1),transparent 70%);overflow:hidden}.mission-art img{width:100%;height:100%;object-fit:contain}.mission-copy h3{font-size:15px;margin:4px 0}.mission-copy p{font-size:10px;line-height:1.45;color:var(--muted);margin:0}.app-label{font-size:8px;letter-spacing:.12em;color:var(--cyan);font-weight:850}.instruction{padding:12px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.02);color:#b7c2d0;font-size:11px;line-height:1.65}.instruction.compact{margin-bottom:9px}
/* Referral */
.referral-hero{display:grid;grid-template-columns:95px 1fr;gap:12px;align-items:center}.referral-hero img{width:95px;height:95px;object-fit:contain;border-radius:18px;background:radial-gradient(circle,rgba(37,244,238,.1),transparent 65%);border:1px solid var(--line);padding:5px}.referral-hero .title{font-size:25px}.ref-card{margin-top:12px;padding:13px;border-radius:18px;background:linear-gradient(180deg,rgba(37,244,238,.055),rgba(255,255,255,.018));border:1px solid rgba(37,244,238,.13)}.big-progress{display:flex;align-items:end;justify-content:space-between;gap:12px}.big-progress strong{font-size:28px;letter-spacing:-.04em}.big-progress span{font-size:9px;color:var(--muted)}.share-link{display:flex;align-items:center;gap:6px;margin-top:10px;padding:7px 7px 7px 10px;border-radius:13px;background:#090e14;border:1px solid var(--line)}.share-link code{flex:1;min-width:0;font-size:9px;color:#aab6c6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ref-list{display:grid;gap:7px;margin-top:9px}.ref-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border-radius:13px;background:rgba(255,255,255,.02);border:1px solid var(--line)}.ref-person{display:flex;align-items:center;gap:8px;min-width:0}.ref-avatar{width:31px;height:31px;border-radius:10px;background:rgba(37,244,238,.06);color:var(--cyan);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.ref-person>div:last-child{min-width:0}.ref-item strong,.ref-item span,.ref-item small{display:block}.ref-item strong{font-size:10px}.ref-item span{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:165px}.ref-item small{font-size:8px;color:#627084;margin-top:2px}.status{display:inline-flex;align-items:center;justify-content:center;padding:5px 7px;border-radius:999px;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.status.pending{color:#ffd98c;background:rgba(244,189,85,.08);border:1px solid rgba(244,189,85,.18)}.status.approved,.status.delivered{color:#aef4da;background:rgba(39,213,155,.08);border:1px solid rgba(39,213,155,.18)}.status.rejected{color:#ffacb9;background:rgba(255,99,124,.08);border:1px solid rgba(255,99,124,.18)}.status.neutral{color:#9ca8b9;background:rgba(255,255,255,.03);border:1px solid var(--line)}.proof-area{margin-top:10px}.upload-box{min-height:122px;border:1.5px dashed rgba(255,255,255,.15);border-radius:17px;background:rgba(255,255,255,.015);display:grid;place-items:center;text-align:center;padding:12px;cursor:pointer}.upload-box>div{display:grid;gap:5px;justify-items:center}.upload-box strong{font-size:11px}.upload-box span{font-size:9px;color:var(--muted)}.upload-box img{max-height:90px;border-radius:11px}.upload-box input{display:none}.compact-status{margin-top:10px;display:flex;gap:9px;align-items:flex-start}.compact-status strong,.compact-status span{display:block}.compact-status span{font-size:10px;color:#a9b7c5;margin-top:2px}
/* Prize */
.prize-showcase{display:grid;grid-template-columns:1fr 128px;gap:10px;position:relative}.prize-copy .title{font-size:28px}.prize-stage{position:relative;height:145px;border-radius:18px;border:1px solid var(--line);background:radial-gradient(circle at 40% 40%,rgba(37,244,238,.13),transparent 45%),radial-gradient(circle at 70% 50%,rgba(254,44,85,.1),transparent 44%),#0a0f15;display:grid;place-items:center;overflow:hidden}.prize-stage img{position:relative;z-index:2;width:120px;height:125px;object-fit:contain;filter:drop-shadow(0 16px 25px rgba(0,0,0,.48))}.prize-glow{position:absolute;width:90px;height:65px;border-radius:50%;background:linear-gradient(90deg,rgba(37,244,238,.22),rgba(254,44,85,.18));filter:blur(20px)}.prize-status-line{grid-column:1/-1;display:flex;justify-content:space-between;gap:10px;padding:9px 11px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.018)}.prize-status-line span{font-size:9px;color:var(--muted)}.prize-status-line strong{font-size:10px;color:#dce5ef;text-align:right}.prize-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:8px}.info-card{display:grid;grid-template-columns:28px 1fr;gap:7px;align-items:center;padding:9px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.018);color:var(--cyan)}.info-card div{min-width:0}.info-card span,.info-card strong{display:block}.info-card span{font-size:8px;color:var(--muted)}.info-card strong{font-size:10px;color:#e3eaf2;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.next-step-card{display:grid;grid-template-columns:32px 1fr auto;gap:8px;align-items:center;margin-top:8px;padding:9px;border-radius:14px;border:1px solid rgba(37,244,238,.12);background:rgba(37,244,238,.035)}.next-step-card>div:first-child{width:32px;height:32px;border-radius:10px;background:rgba(37,244,238,.07);display:grid;place-items:center;color:var(--cyan)}.next-step-card span,.next-step-card strong{display:block}.next-step-card span{font-size:8px;color:var(--muted)}.next-step-card strong{font-size:10px;margin-top:2px}.mini-action,.copy-inline{border:0;background:transparent;color:var(--cyan);font-size:9px;font-weight:850;cursor:pointer}.feedback-section{margin-top:9px}.section-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-row>div{display:grid}.section-row span{font-size:8px;color:var(--cyan);font-weight:850;letter-spacing:.12em}.section-row strong{font-size:11px;margin-top:2px}.section-row small{font-size:8px;color:var(--muted)}.feedback-scroll{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding:7px 0 2px;scrollbar-width:none}.feedback-scroll::-webkit-scrollbar{display:none}.feedback-card{flex:0 0 72%;max-width:250px;scroll-snap-align:start;padding:9px;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.02)}.feedback-product{width:100%;height:80px;object-fit:cover;border-radius:10px;margin-bottom:8px}.feedback-author{display:flex;align-items:center;gap:7px}.feedback-author img,.feedback-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;background:rgba(37,244,238,.07);display:grid;place-items:center;color:var(--cyan);font-size:10px;font-weight:900}.feedback-author>div:last-child{display:grid}.feedback-author strong{font-size:9px}.feedback-author span{font-size:7px;color:var(--muted);margin-top:1px}.feedback-card p{font-size:9px;line-height:1.45;color:#b8c2d0;margin:7px 0 0}.compact-timeline{margin-top:8px}.wizard-head{display:flex;justify-content:space-between;gap:12px}.wizard-head>span{width:42px;height:42px;border-radius:13px;border:1px solid var(--line);display:grid;place-items:center;color:var(--cyan);font-weight:900;font-size:11px}.wizard-progress{height:5px;background:#101721;border-radius:999px;overflow:hidden;margin:8px 0 14px}.wizard-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--cyan),var(--pink));border-radius:inherit}.address-review{padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02)}.address-review span,.address-review strong{display:block}.address-review span{font-size:9px;color:var(--muted)}.address-review strong{font-size:12px;margin-top:3px}.shipping-head{display:grid;grid-template-columns:1fr 115px;gap:10px;align-items:center}.shipping-head img{width:115px;height:100px;object-fit:contain;border:1px solid var(--line);border-radius:16px;background:radial-gradient(circle,rgba(37,244,238,.08),transparent 65%)}.shipping-data{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:9px 0}.shipping-data>div{position:relative;padding:9px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.018)}.shipping-data span,.shipping-data strong{display:block}.shipping-data span{font-size:8px;color:var(--muted)}.shipping-data strong{font-size:10px;margin-top:3px;word-break:break-word}.timeline{display:grid;gap:4px}.timeline-row{display:grid;grid-template-columns:27px 1fr;gap:8px;position:relative}.timeline-row:not(:last-child):before{content:"";position:absolute;left:13px;top:27px;bottom:-5px;width:1px;background:var(--line)}.time-dot{width:27px;height:27px;border-radius:9px;border:1px solid var(--line);background:#0a0f15;display:grid;place-items:center;color:#586577}.timeline-row.done .time-dot{color:var(--green);border-color:rgba(39,213,155,.2)}.timeline-row.active .time-dot{color:var(--cyan);border-color:rgba(37,244,238,.2)}.timeline-copy{padding:2px 0 8px}.timeline-copy strong,.timeline-copy span{display:block}.timeline-copy strong{font-size:10px}.timeline-copy span{font-size:8px;color:var(--muted);margin-top:2px}.participant-feedback-form,.participant-feedback-status{margin-top:10px;padding:11px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.018)}.file-tile{display:flex;align-items:center;gap:9px;padding:10px;border-radius:13px;border:1px dashed rgba(255,255,255,.14);margin:9px 0;cursor:pointer}.file-tile span{display:grid}.file-tile strong{font-size:10px}.file-tile small{font-size:8px;color:var(--muted);margin-top:2px}.participant-feedback-status>div{display:flex;justify-content:space-between;gap:8px;align-items:center}.participant-feedback-status p{font-size:10px;color:#b8c2d0;line-height:1.5}.participant-feedback-status small{font-size:8px;color:var(--muted)}
/* Profile */
.profile-head{display:grid;grid-template-columns:54px 1fr;gap:11px;align-items:center}.profile-avatar{width:54px;height:54px;border-radius:17px;background:linear-gradient(135deg,rgba(37,244,238,.16),rgba(254,44,85,.15));border:1px solid var(--line);display:grid;place-items:center;color:var(--cyan);font-size:20px;font-weight:900}.profile-head .title{font-size:23px;margin:5px 0 2px}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:10px 0}.profile-stat{padding:10px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.018)}.profile-stat span,.profile-stat strong{display:block}.profile-stat span{font-size:8px;color:var(--muted)}.profile-stat strong{font-size:11px;margin-top:3px}.private-note-card{padding:11px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.018);margin-bottom:9px}.private-note-card .textarea{min-height:70px;margin:8px 0}
/* Modal & toast */
.modal{position:fixed;inset:0;z-index:60;background:rgba(2,4,7,.74);backdrop-filter:blur(12px);display:grid;align-items:end;padding:10px}.modal-card{width:min(100%,560px);margin:0 auto;background:#0d121a;border:1px solid var(--line);border-radius:25px 25px 20px 20px;box-shadow:var(--shadow);padding:16px;max-height:82dvh;overflow:auto}.modal-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:11px}.modal-head h3{margin:0;font-size:17px}.toast{position:fixed;left:50%;bottom:calc(76px + var(--safe-b));transform:translateX(-50%) translateY(18px);opacity:0;z-index:80;max-width:calc(100% - 28px);padding:10px 13px;border-radius:13px;background:#111822;border:1px solid var(--line);box-shadow:var(--shadow);font-size:10px;color:#d7e0eb;transition:.25s ease;pointer-events:none}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
/* Admin */
.admin-body{overflow:auto;background:var(--bg);min-height:100vh}.admin-layout{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.admin-sidebar{position:sticky;top:0;height:100vh;border-right:1px solid var(--line);background:#080c12;padding:16px 11px;display:flex;flex-direction:column}.admin-brand{padding:5px 7px 17px}.admin-brand .admin-logo-img,.admin-brand .brand-logo-fallback{width:42px;height:42px}.admin-nav{display:grid;gap:5px}.admin-nav button{border:0;background:transparent;color:#7f8a9b;min-height:43px;border-radius:12px;padding:0 11px;display:flex;align-items:center;gap:9px;font-weight:740;text-align:left;cursor:pointer}.admin-nav button.active{background:rgba(37,244,238,.07);color:var(--cyan)}.admin-sidebar .spacer{flex:1}.admin-main{min-width:0;padding:22px}.admin-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.admin-head h1{font-size:27px;margin:4px 0 0}.admin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.metrics-six{grid-template-columns:repeat(3,minmax(0,1fr))}.metric{padding:15px;border-radius:17px;background:var(--surface);border:1px solid var(--line)}.metric span{font-size:10px;color:var(--muted)}.metric strong{display:block;font-size:25px;margin-top:7px}.admin-card{background:var(--surface);border:1px solid var(--line);border-radius:21px;padding:17px;margin-bottom:13px}.admin-card h2{font-size:17px;margin:0 0 12px}.admin-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:13px}.admin-card-head h2{margin:0 0 4px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.admin-form-grid .full{grid-column:1/-1}.image-config-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:14px}.image-config{display:grid;gap:7px}.image-config>strong{font-size:11px}.image-config>span{font-size:9px;color:var(--muted);line-height:1.4}.preview-box{height:140px;border-radius:16px;border:1px solid var(--line);background:#090e14;display:grid;place-items:center;overflow:hidden;padding:10px}.preview-box img{max-height:120px;width:100%;object-fit:contain}.level-config{padding:11px;border-radius:15px;border:1px solid var(--line);background:rgba(255,255,255,.018);display:grid;gap:8px}.level-config>span{font-size:9px;color:var(--cyan);font-weight:820;text-transform:uppercase;letter-spacing:.08em}.sticky-save{position:sticky;bottom:14px;z-index:10;box-shadow:0 12px 35px rgba(0,0,0,.35)}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}.data-table{width:100%;border-collapse:collapse;min-width:860px}.data-table th,.data-table td{padding:10px 11px;border-bottom:1px solid var(--line);text-align:left;font-size:10px;vertical-align:middle}.data-table th{color:#9ba7b8;background:#0a0f15;position:sticky;top:0}.data-table td{color:#d9e0e9}.thumb{width:62px;height:62px;border-radius:11px;object-fit:cover;background:#090e14;border:1px solid var(--line)}.table-input{min-width:130px;height:40px}.admin-actions{display:flex;gap:5px;flex-wrap:wrap}.admin-actions .btn{min-height:34px;border-radius:10px;padding:0 9px;font-size:9px}.admin-login{min-height:100vh;display:grid;place-items:center;padding:18px}.admin-login-card{width:min(100%,420px);padding:23px;border-radius:27px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.feedback-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.feedback-admin-card{display:grid;grid-template-columns:120px 1fr;border:1px solid var(--line);border-radius:17px;overflow:hidden;background:rgba(255,255,255,.015)}.feedback-admin-product{width:120px;height:100%;min-height:160px;object-fit:cover;background:#090e14}.feedback-admin-product.empty{display:grid;place-items:center;color:#536074}.feedback-admin-body{padding:11px}.feedback-admin-person{display:grid;grid-template-columns:34px 1fr auto;gap:7px;align-items:center}.feedback-admin-person>img,.feedback-admin-person>div{width:34px;height:34px;border-radius:50%;object-fit:cover;background:rgba(37,244,238,.07);display:grid;place-items:center;color:var(--cyan);font-weight:900}.feedback-admin-person span:nth-child(2){display:grid}.feedback-admin-person strong{font-size:10px}.feedback-admin-person small{font-size:8px;color:var(--muted);margin-top:2px}.feedback-admin-body p{font-size:10px;line-height:1.5;color:#b8c2d0}.feedback-admin-body .admin-actions{margin-top:8px}
@media(min-width:760px){.app-shell{width:min(1000px,calc(100vw - 34px));height:calc(100dvh - 34px);max-height:900px;margin:17px auto;border:1px solid var(--line);border-radius:28px;box-shadow:0 30px 100px rgba(0,0,0,.45)}.app-top{padding-top:10px}.screen-pad{padding:17px}.screen-card{max-width:760px;margin:auto}.auth-card{display:grid;grid-template-columns:.92fr 1.08fr}.auth-hero{min-height:570px}.auth-prize{height:420px;width:90%;bottom:50px}.auth-body{padding:28px}.game-canvas.square{width:min(32dvh,300px);height:min(32dvh,300px)}.game-canvas.runner{max-height:200px}.prize-showcase{grid-template-columns:1fr 210px}.prize-stage{height:180px}.prize-stage img{width:190px;height:165px}.feedback-card{flex-basis:42%}}
@media(max-width:1100px){.image-config-grid{grid-template-columns:repeat(3,1fr)}.feedback-admin-grid{grid-template-columns:1fr}}
@media(max-width:980px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{height:auto;position:sticky;z-index:20;border-right:0;border-bottom:1px solid var(--line);padding:8px;display:block}.admin-brand{display:none}.admin-nav{display:flex;overflow:auto;gap:4px}.admin-nav button{white-space:nowrap;flex:0 0 auto}.admin-sidebar .spacer{display:none}.admin-main{padding:13px}.admin-grid,.metrics-six{grid-template-columns:repeat(2,1fr)}.admin-form-grid{grid-template-columns:1fr}.admin-form-grid .full{grid-column:auto}.image-config-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.form-grid.two{grid-template-columns:1fr}.auth-shell{place-items:start center;padding-left:8px;padding-right:8px}.auth-card{border-radius:22px}.auth-hero{min-height:220px}.auth-prize{height:165px}.auth-body{padding:15px}.title{font-size:27px}.subtitle{font-size:12px}.app-top{padding-left:12px;padding-right:12px}.progress-wrap{padding-left:10px;padding-right:10px}.main-stage{padding-left:7px;padding-right:7px}.screen-card{border-radius:20px}.screen-pad{padding:12px}.level-head .title{font-size:25px}.game-canvas.square{width:min(57vw,238px);height:min(57vw,238px)}.game-canvas.runner{max-height:165px}.snake-controls>button,.snake-controls>div button{width:40px;height:31px}.prize-showcase{grid-template-columns:1fr 112px}.prize-stage{height:132px}.prize-stage img{width:106px;height:116px}.prize-copy .title{font-size:25px}.referral-hero{grid-template-columns:80px 1fr}.referral-hero img{width:80px;height:80px}.referral-hero .title{font-size:22px}.shipping-head{grid-template-columns:1fr 95px}.shipping-head img{width:95px;height:85px}.feedback-card{flex-basis:80%}.admin-grid,.metrics-six{grid-template-columns:1fr 1fr}.admin-main{padding:9px}.admin-head h1{font-size:21px}.image-config-grid{grid-template-columns:1fr}.feedback-admin-card{grid-template-columns:90px 1fr}.feedback-admin-product{width:90px;min-height:140px}}


/* Public home 2.1 */
.public-home{min-height:100dvh;background:radial-gradient(circle at 10% 12%,rgba(37,244,238,.10),transparent 28%),radial-gradient(circle at 92% 18%,rgba(254,44,85,.10),transparent 30%),var(--bg);padding:max(14px,var(--safe-t)) 14px max(18px,var(--safe-b));overflow-x:hidden;color:var(--text)}
.public-top{width:min(100%,920px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.public-brand{display:flex;align-items:center;gap:10px;min-width:0}.public-brand>div:last-child{display:grid;min-width:0}.public-brand strong{font-size:13px;letter-spacing:.08em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.public-brand span{font-size:9px;color:var(--muted);margin-top:2px}.public-login-link{border:1px solid var(--line);background:rgba(255,255,255,.025);color:#b7c2d0;border-radius:13px;min-height:40px;padding:0 11px;display:flex;align-items:center;gap:7px;font-size:9px;font-weight:800;cursor:pointer}.public-login-link .icon{color:var(--cyan)}
.public-hero{width:min(100%,920px);margin:12px auto 0;display:grid;gap:14px}.public-prize-stage{position:relative;height:285px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(160deg,rgba(37,244,238,.045),rgba(254,44,85,.04)),#0a0f15;display:grid;place-items:center;overflow:hidden}.public-prize-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(4,7,10,.55));pointer-events:none}.public-prize-stage>img{position:relative;z-index:2;width:min(88%,430px);height:235px;object-fit:contain;filter:drop-shadow(0 30px 45px rgba(0,0,0,.55));animation:publicFloat 4.8s ease-in-out infinite}.public-glow{position:absolute;width:190px;height:150px;border-radius:50%;filter:blur(42px);opacity:.23}.public-glow.cyan{left:8%;top:20%;background:var(--cyan)}.public-glow.pink{right:6%;top:16%;background:var(--pink)}.public-prize-chip{position:absolute;z-index:3;left:14px;bottom:13px;padding:8px 10px;border:1px solid var(--line);border-radius:12px;background:rgba(7,10,14,.7);backdrop-filter:blur(10px)}.public-prize-chip span,.public-prize-chip strong{display:block}.public-prize-chip span{font-size:7px;letter-spacing:.14em;color:var(--muted)}.public-prize-chip strong{font-size:11px;margin-top:2px}@keyframes publicFloat{0%,100%{transform:translateY(-2px)}50%{transform:translateY(8px)}}
.public-copy{padding:4px 4px 0}.public-title{margin:8px 0 8px;font-size:clamp(30px,9vw,48px);line-height:1.02;letter-spacing:-.045em}.public-description{margin:0;color:#9aa6b8;font-size:12px;line-height:1.55}.public-primary{width:100%;min-height:54px;margin-top:14px;font-size:13px}.public-existing{display:block;margin:10px auto 0;border:0;background:transparent;color:#7e8b9e;font-size:9px;cursor:pointer}.public-existing strong{color:#cbd4df}.invite-banner{margin-top:10px;padding:10px 11px;border-radius:13px;border:1px solid rgba(37,244,238,.16);background:rgba(37,244,238,.035);display:flex;gap:8px;align-items:flex-start;color:#b9c5d4;font-size:9px;line-height:1.45}.invite-banner .icon{color:var(--cyan);flex:0 0 18px}
.public-summary{width:min(100%,920px);margin:12px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.public-summary article{min-width:0;padding:10px 8px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018);display:grid;grid-template-columns:25px 1fr;gap:7px;align-items:center;color:var(--cyan)}.public-summary article div{min-width:0}.public-summary strong,.public-summary span{display:block}.public-summary strong{font-size:9px;color:#e2e9f2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.public-summary span{font-size:7px;color:var(--muted);line-height:1.3;margin-top:2px}.public-feedback,.public-trust{width:min(100%,920px);margin:10px auto 0}.public-feedback{padding:11px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.018)}.public-feedback-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.public-feedback-head span{font-size:7px;color:var(--cyan);font-weight:850;letter-spacing:.12em}.public-feedback-head strong{font-size:9px}.public-feedback-card{display:grid;grid-template-columns:72px 1fr;gap:9px;align-items:center}.public-feedback-product{width:72px;height:72px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}.public-feedback-copy p{font-size:8px;line-height:1.45;color:#aeb9c7;margin:6px 0 0}.public-feedback .feedback-author img,.public-feedback .feedback-avatar{width:25px;height:25px}.public-trust{padding:10px 12px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018)}.public-trust>div{display:flex;gap:7px;align-items:center;color:var(--cyan)}.public-trust strong{font-size:9px;color:#dde5ef}.public-trust p{font-size:8px;line-height:1.45;color:var(--muted);margin:5px 0 0}.public-footer{width:min(100%,920px);margin:10px auto 0;display:flex;justify-content:space-between;gap:10px;color:#687588;border-top:1px solid rgba(255,255,255,.05);padding:10px 2px 0}.public-footer span{font-size:8px;font-weight:800}.public-footer small{font-size:7px;text-align:right}
.auth-sheet{position:fixed;inset:0;z-index:100;display:grid;align-items:end;opacity:0;pointer-events:none;transition:.22s}.auth-sheet.show{opacity:1;pointer-events:auto}.auth-sheet-backdrop{position:absolute;inset:0;background:rgba(1,3,6,.76);backdrop-filter:blur(10px)}.auth-sheet-card{position:relative;z-index:2;width:min(100%,560px);margin:0 auto;background:#0c1118;border:1px solid var(--line);border-radius:26px 26px 0 0;padding:10px 14px max(16px,var(--safe-b));max-height:92dvh;overflow:auto;box-shadow:0 -25px 80px rgba(0,0,0,.55);transform:translateY(24px);transition:.24s}.auth-sheet.show .auth-sheet-card{transform:translateY(0)}.auth-sheet-handle{width:44px;height:4px;border-radius:999px;background:#303945;margin:0 auto 12px}.auth-sheet-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.auth-sheet-head span{font-size:7px;color:var(--cyan);font-weight:850;letter-spacing:.13em}.auth-sheet-head h2{font-size:22px;margin:4px 0 0}.auth-sheet-prize{display:grid;grid-template-columns:72px 1fr;gap:10px;align-items:center;margin:12px 0;padding:8px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(100deg,rgba(37,244,238,.035),rgba(254,44,85,.025))}.auth-sheet-prize img{width:72px;height:62px;object-fit:contain}.auth-sheet-prize span,.auth-sheet-prize strong{display:block}.auth-sheet-prize span{font-size:8px;color:var(--muted)}.auth-sheet-prize strong{font-size:11px;margin-top:2px}.auth-form{gap:10px}.auth-switch{border:0;background:transparent;color:#8491a4;font-size:9px;min-height:28px}.auth-switch strong{color:#cbd5e1}
@media(min-width:760px){.public-home{padding-top:22px}.public-hero{grid-template-columns:1.08fr .92fr;align-items:center}.public-prize-stage{height:570px;grid-column:2;grid-row:1}.public-prize-stage>img{height:460px;width:95%}.public-copy{grid-column:1;grid-row:1;padding:30px}.public-summary,.public-feedback,.public-trust,.public-footer{max-width:920px}.auth-sheet{align-items:center;padding:20px}.auth-sheet-card{border-radius:26px;max-height:86dvh;padding:16px 20px 20px}}
@media(max-width:420px){.public-prize-stage{height:245px}.public-prize-stage>img{height:205px}.public-title{font-size:29px}.public-summary article{grid-template-columns:20px 1fr;padding:9px 6px}.public-summary article .icon{width:18px;height:18px}.public-login-link span{display:none}.public-login-link{width:42px;justify-content:center;padding:0}.public-feedback-card{grid-template-columns:62px 1fr}.public-feedback-product{width:62px;height:62px}}

/* TikTok 3.0 refinements */
.public-home,.invite-home{height:100dvh;overflow-y:auto;overscroll-behavior:contain}
.public-prizes{width:min(100%,920px);margin:10px auto 0;padding:11px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.018)}
.prize-scroll{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:2px;scrollbar-width:none}.prize-scroll::-webkit-scrollbar{display:none}
.mini-prize-card{flex:0 0 min(74vw,270px);scroll-snap-align:start;border:1px solid var(--line);border-radius:15px;background:linear-gradient(135deg,rgba(37,244,238,.035),rgba(254,44,85,.025));padding:9px;display:grid;grid-template-columns:66px 1fr;gap:9px;align-items:center}.mini-prize-card img{width:66px;height:58px;object-fit:contain}.mini-prize-card strong,.mini-prize-card span{display:block}.mini-prize-card strong{font-size:10px}.mini-prize-card span{font-size:8px;color:var(--muted);margin-top:3px}.mini-prize-card.featured{border-color:rgba(37,244,238,.22)}
.invite-home{background:radial-gradient(circle at 10% 12%,rgba(37,244,238,.10),transparent 28%),radial-gradient(circle at 92% 18%,rgba(254,44,85,.10),transparent 30%),var(--bg);padding:max(14px,var(--safe-t)) 14px max(20px,var(--safe-b))}.invite-card{width:min(100%,560px);margin:18px auto 0;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.015));padding:16px;box-shadow:var(--shadow)}.invite-art{height:250px;border-radius:20px;background:radial-gradient(circle at 35% 35%,rgba(37,244,238,.11),transparent 35%),radial-gradient(circle at 70% 30%,rgba(254,44,85,.09),transparent 32%),#0a0f15;display:grid;place-items:center;margin-bottom:16px;overflow:hidden}.invite-art img{width:90%;height:220px;object-fit:contain;filter:drop-shadow(0 24px 42px rgba(0,0,0,.5))}.invite-platform{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--line);border-radius:15px;padding:11px;margin:14px 0;background:rgba(255,255,255,.02);color:var(--cyan)}.invite-platform strong,.invite-platform span{display:block}.invite-platform strong{font-size:11px;color:#e3eaf3}.invite-platform span{font-size:9px;color:var(--muted);line-height:1.45;margin-top:3px}.invite-store-link{display:block;text-align:center;color:var(--muted);font-size:9px;padding:9px}.invite-note{display:block;color:#718095;font-size:8px;line-height:1.5;margin-top:10px;text-align:center}
.access-created{height:100dvh;overflow:auto;padding:max(18px,var(--safe-t)) 14px max(18px,var(--safe-b));display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(37,244,238,.10),transparent 30%),radial-gradient(circle at 80% 18%,rgba(254,44,85,.08),transparent 30%),var(--bg)}.access-created-card{width:min(100%,520px);border:1px solid var(--line);border-radius:27px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));padding:20px;box-shadow:var(--shadow);text-align:center}.success-orb{width:66px;height:66px;border-radius:22px;margin:0 auto 14px;display:grid;place-items:center;color:#07100e;background:linear-gradient(135deg,var(--cyan),#a6fff9);box-shadow:0 18px 40px rgba(37,244,238,.18)}.access-created h1{font-size:28px;line-height:1.04;letter-spacing:-.04em;margin:10px 0}.access-created p{color:var(--muted);font-size:12px;line-height:1.6}.access-prize{display:grid;grid-template-columns:84px 1fr;align-items:center;gap:10px;text-align:left;border:1px solid var(--line);border-radius:17px;padding:10px;margin:16px 0;background:rgba(255,255,255,.02)}.access-prize img{width:84px;height:72px;object-fit:contain}.access-prize span,.access-prize strong{display:block}.access-prize span{font-size:9px;color:var(--muted)}.access-prize strong{font-size:12px;margin-top:3px}.access-created .btn+.btn{margin-top:8px}
.bottom-nav.five{grid-template-columns:repeat(5,1fr)}.bottom-nav.five .nav-btn{min-width:0;padding:4px 2px}.bottom-nav.five .nav-btn span{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.easy-game{display:grid;gap:9px;margin-top:10px}.easy-game .game-canvas.runner{width:100%;height:auto;max-height:none;aspect-ratio:340/260;cursor:pointer}.game-main-btn{min-height:52px}.game-tip{text-align:center;color:var(--muted);font-size:9px;line-height:1.45;margin:0}.target-board{height:min(39dvh,310px);min-height:230px;border:1px solid var(--line);border-radius:20px;background:radial-gradient(circle at center,rgba(37,244,238,.035),transparent 55%),#091018;position:relative;overflow:hidden}.target-empty,.target-success{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:var(--muted);font-size:11px;padding:20px}.target-success{color:#baf6e2}.tap-target{position:absolute;width:62px;height:62px;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(37,244,238,.5);background:radial-gradient(circle,var(--cyan) 0 24%,rgba(37,244,238,.22) 25% 48%,rgba(37,244,238,.05) 49% 100%);box-shadow:0 0 34px rgba(37,244,238,.22);cursor:pointer;animation:targetPulse .8s ease-in-out infinite alternate}.tap-target span{display:block;width:15px;height:15px;border-radius:50%;background:#061013;margin:auto}@keyframes targetPulse{to{transform:translate(-50%,-50%) scale(1.08)}}
.mission-app-card{display:grid;grid-template-columns:105px 1fr;gap:12px;align-items:center;border:1px solid var(--line);border-radius:18px;padding:11px;margin:12px 0;background:linear-gradient(100deg,rgba(37,244,238,.035),rgba(254,44,85,.025))}.mission-app-card img{width:105px;height:100px;object-fit:contain}.mission-app-card span,.mission-app-card strong{display:block}.mission-app-card span{font-size:8px;color:var(--cyan);text-transform:uppercase;letter-spacing:.1em}.mission-app-card strong{font-size:13px;margin-top:3px}.mission-app-card p{font-size:9px;color:var(--muted);line-height:1.5;margin:7px 0 0}.mission-app-view .btn+.btn{margin-top:8px}
.referral-person{display:grid;grid-template-columns:35px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid var(--line);border-radius:15px;padding:10px;background:rgba(255,255,255,.018)}.referral-person+.referral-person{margin-top:7px}.referral-person.empty{opacity:.75}.ref-person-main{min-width:0}.ref-person-main strong,.ref-person-main span,.ref-person-main small{display:block}.ref-person-main strong{font-size:11px}.ref-person-main span,.ref-person-main small{font-size:8px;color:var(--muted);line-height:1.4;margin-top:3px}.ref-num{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:rgba(37,244,238,.06);color:var(--cyan);font-size:10px;font-weight:900}.referral-person .status{font-size:7px;white-space:nowrap}.referral-person .mini-action{grid-column:2/4;justify-self:start}.proof-card{margin-top:12px;border:1px solid var(--line);border-radius:18px;padding:12px;background:rgba(255,255,255,.02);display:grid;gap:10px}.proof-card strong,.proof-card span{display:block}.proof-card strong{font-size:12px}.proof-card span{font-size:9px;color:var(--muted);margin-top:4px}.success-box{margin-top:12px;border:1px solid rgba(39,213,155,.22);background:rgba(39,213,155,.05);border-radius:16px;padding:11px;display:flex;gap:9px;align-items:flex-start;color:#b9f5dd}.success-box strong,.success-box span{display:block}.success-box strong{font-size:11px}.success-box span{font-size:8px;color:#9ecbbd;margin-top:3px}
.app-prizes{margin:12px 0}.delivery-countdown{border:1px solid rgba(37,244,238,.18);background:linear-gradient(135deg,rgba(37,244,238,.07),rgba(254,44,85,.035));border-radius:17px;padding:12px;margin:11px 0}.delivery-countdown span,.delivery-countdown strong{display:block}.delivery-countdown span{font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.delivery-countdown strong{font-size:19px;margin-top:4px}.address-saved{border:1px solid var(--line);border-radius:16px;padding:11px;margin-bottom:11px;background:rgba(255,255,255,.018)}.address-saved>div{display:flex;gap:9px;align-items:flex-start;color:var(--cyan)}.address-saved span{min-width:0}.address-saved small,.address-saved strong{display:block}.address-saved small{font-size:8px;color:var(--muted)}.address-saved strong{font-size:10px;line-height:1.45;color:#dfe6ef;margin-top:3px}
.feedback-view .participant-feedback-form{margin-bottom:14px}.my-feedback-card{display:grid;grid-template-columns:90px 1fr;gap:10px;border:1px solid var(--line);border-radius:17px;padding:10px;margin:11px 0;background:rgba(255,255,255,.02)}.my-feedback-card>img{width:90px;height:90px;border-radius:13px;object-fit:cover}.my-feedback-card p{font-size:10px;line-height:1.5;color:#c4ceda;margin:8px 0}.my-feedback-card small{font-size:8px;color:var(--muted)}.feedback-private-note{display:block;font-size:8px;color:var(--muted);line-height:1.45;text-align:center;margin-top:7px}
@media(max-width:520px){.bottom-nav.five .nav-btn{min-height:52px}.bottom-nav.five .nav-btn .icon{width:19px;height:19px}.bottom-nav.five .nav-btn span{font-size:7px}.mission-app-card{grid-template-columns:82px 1fr}.mission-app-card img{width:82px;height:80px}.target-board{min-height:220px}.tap-target{width:58px;height:58px}.referral-person{grid-template-columns:31px minmax(0,1fr) auto;padding:9px}.ref-num{width:27px;height:27px}.my-feedback-card{grid-template-columns:76px 1fr}.my-feedback-card>img{width:76px;height:76px}.invite-art{height:220px}.invite-art img{height:190px}}

/* TikTok 3.1 — premium refinement layer */
.public-home{padding-bottom:calc(18px + var(--safe-b))}
.public-copy{padding-bottom:8px}
.public-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.public-legal-links,.invite-legal{display:flex;gap:10px;flex-wrap:wrap}.public-legal-links button,.invite-legal button{border:0;background:transparent;color:#7d899b;font-size:8px;padding:4px 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.public-legal-links button:hover,.invite-legal button:hover{color:#cbd4df}
.public-feedback-premium{margin-top:14px;padding:13px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012))}.public-feedback-premium .feedback-scroll{gap:10px}
.feedback-review-card{flex:0 0 min(82vw,330px);max-width:330px;padding:12px;border-radius:18px;background:linear-gradient(155deg,rgba(37,244,238,.035),rgba(255,255,255,.015) 45%,rgba(254,44,85,.025));box-shadow:0 18px 40px rgba(0,0,0,.14)}
.feedback-review-card .feedback-author{align-items:flex-start}.feedback-review-card .feedback-author img,.feedback-review-card .feedback-avatar{width:38px;height:38px;border-radius:12px}.feedback-review-card .feedback-author strong{font-size:11px}.feedback-review-card .feedback-author span{font-size:8px;margin-top:2px}.rating-stars{display:flex;gap:2px;color:#4c5565;font-size:11px;line-height:1;margin:4px 0 3px}.rating-stars .on{color:#f4bd55;text-shadow:0 0 12px rgba(244,189,85,.2)}.feedback-review-card>p{font-size:10px;line-height:1.55;color:#ced6e2;margin:10px 0}.feedback-product-wrap{width:100%;border:1px solid var(--line);border-radius:14px;background:#0a0e14;padding:0;overflow:hidden;cursor:pointer;color:#cbd4df;text-align:left}.feedback-product-wrap img.feedback-product{width:100%;height:138px;object-fit:cover;border:0;border-radius:0}.feedback-product-wrap span{display:flex;align-items:center;gap:7px;padding:8px 10px;font-size:8px}.feedback-product-wrap .icon{width:15px;height:15px}
.legal-sheet-card{max-width:560px}.legal-copy{max-height:48dvh;overflow:auto;border:1px solid var(--line);background:#0a0f15;border-radius:16px;padding:14px;color:#bac5d3;font-size:11px;line-height:1.7;margin:4px 0 14px;white-space:normal}.terms-check{display:flex;align-items:flex-start;gap:9px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.018);padding:11px;color:#b7c0cd;font-size:9px;line-height:1.5}.terms-check input{margin-top:2px;accent-color:var(--cyan)}.terms-check button{border:0;background:transparent;color:var(--cyan);padding:0;text-decoration:underline;cursor:pointer;font:inherit}
.invite-card-premium{position:relative;overflow:hidden}.invite-art-glow{position:absolute;width:160px;height:160px;border-radius:50%;background:linear-gradient(135deg,rgba(37,244,238,.25),rgba(254,44,85,.18));filter:blur(42px)}.invite-reward{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:15px;padding:10px 12px;background:rgba(255,255,255,.02);margin-top:12px}.invite-reward span{font-size:8px;color:var(--muted)}.invite-reward strong{font-size:10px}.invite-primary{min-height:54px}.invite-legal{justify-content:center;margin-top:8px}
.access-created-premium{position:relative;overflow:hidden}.access-created-premium:before{content:"";position:absolute;inset:-60px auto auto 50%;width:240px;height:180px;transform:translateX(-50%);background:radial-gradient(circle,rgba(37,244,238,.16),transparent 65%);pointer-events:none}.success-emblem{position:relative;width:76px;height:76px;margin:0 auto 17px;border-radius:25px;display:grid;place-items:center;color:var(--cyan);background:linear-gradient(180deg,rgba(37,244,238,.09),rgba(37,244,238,.025));border:1px solid rgba(37,244,238,.28);box-shadow:0 22px 50px rgba(37,244,238,.10)}.success-emblem-ring{position:absolute;inset:7px;border:1px solid rgba(37,244,238,.20);border-radius:19px;animation:successPulse 2.2s ease-in-out infinite}.success-emblem.compact{width:58px;height:58px;border-radius:18px;margin-bottom:10px}.success-emblem.compact .success-emblem-ring{border-radius:13px}@keyframes successPulse{50%{opacity:.35;transform:scale(.93)}}.access-prize small{display:block;color:var(--muted);font-size:8px;margin-top:5px}.access-main-cta{min-height:56px}
.level-title-row{display:flex;gap:11px;align-items:flex-start;min-width:0}.level-title-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;border:1px solid rgba(37,244,238,.19);background:linear-gradient(145deg,rgba(37,244,238,.09),rgba(254,44,85,.035));color:var(--cyan);box-shadow:0 12px 28px rgba(37,244,238,.05)}.level-head-pro .title{margin-top:7px}.level-head-pro .subtitle{max-width:530px}
.memory-board{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;width:100%;padding:10px;border:1px solid var(--line);border-radius:20px;background:radial-gradient(circle at center,rgba(37,244,238,.035),transparent 58%),#091018;min-height:245px}.memory-card{position:relative;min-height:98px;border-radius:15px;border:1px solid var(--line);background:linear-gradient(145deg,#111822,#0c1118);color:#8793a4;cursor:pointer;transform-style:preserve-3d;transition:.25s ease}.memory-card:active{transform:scale(.97)}.memory-card .memory-back,.memory-card .memory-front{position:absolute;inset:0;display:grid;place-items:center;backface-visibility:hidden}.memory-card .memory-back{font-size:24px;font-weight:900;color:#465164}.memory-card .memory-front{transform:rotateY(180deg);color:var(--cyan)}.memory-card.open{transform:rotateY(180deg);border-color:rgba(37,244,238,.3);box-shadow:0 0 0 1px rgba(37,244,238,.08)}.memory-card.matched{transform:rotateY(180deg);border-color:rgba(39,213,155,.28);background:linear-gradient(145deg,rgba(39,213,155,.10),rgba(37,244,238,.04))}.memory-board:not(.started){opacity:.72}
.mission-proof-panel{margin-top:10px;padding:12px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012))}.mission-proof-panel>strong{display:block;font-size:13px;margin:8px 0 5px}.mission-proof-panel>p{font-size:9px;line-height:1.55;color:var(--muted);margin:0 0 10px}.mission-proof-panel .soft-info{margin-bottom:8px}.mission-approved-panel{text-align:center;padding:18px 12px 20px;border:1px solid rgba(37,244,238,.18);border-radius:20px;background:linear-gradient(180deg,rgba(37,244,238,.055),rgba(255,255,255,.015));margin:14px 0}.mission-approved-panel strong,.mission-approved-panel span{display:block}.mission-approved-panel strong{font-size:15px}.mission-approved-panel span{font-size:9px;color:var(--muted);line-height:1.5;margin-top:6px}
.locked-emblem{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:#8a96a8;background:rgba(255,255,255,.025);border:1px solid var(--line);margin:0 auto 13px}.referral-head-premium{align-items:center}.referral-head-premium img{border-radius:16px;background:linear-gradient(135deg,rgba(37,244,238,.05),rgba(254,44,85,.035));border:1px solid var(--line);padding:4px}.premium-progress{padding:12px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.018);margin:10px 0}.premium-progress>div:first-child{display:flex;align-items:end;justify-content:space-between;gap:10px}.premium-progress span{font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}.premium-progress strong{font-size:24px;letter-spacing:-.04em}.premium-progress p{font-size:8px;color:var(--muted);line-height:1.45;margin:8px 0 0}.share-card-premium{padding:12px;border-radius:18px;background:linear-gradient(145deg,rgba(37,244,238,.04),rgba(255,255,255,.015));border:1px solid rgba(37,244,238,.15)}.share-ready{display:flex;align-items:center;gap:9px;color:var(--cyan);margin-bottom:10px}.share-ready span,.share-ready strong{display:block}.share-ready span{font-size:8px;color:var(--muted)}.share-ready strong{font-size:11px;color:#e6edf6;margin-top:2px}.share-whatsapp-primary{width:100%;min-height:58px;border:0;border-radius:16px;background:linear-gradient(135deg,#25d366,#4ce58b);color:#04150b;display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;text-align:left;padding:10px 15px;cursor:pointer;box-shadow:0 16px 34px rgba(37,211,102,.18);font-weight:850}.share-whatsapp-primary .icon{grid-row:1/3;width:23px;height:23px}.share-whatsapp-primary span{font-size:12px}.share-whatsapp-primary small{font-size:7px;font-weight:650;opacity:.72}.share-secondary{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px}.share-secondary .btn{min-height:46px;font-size:10px}.referral-list-premium{margin-top:10px}.ref-proof-action{display:inline-flex;align-items:center;gap:6px}.ref-proof-action .icon{width:15px;height:15px}
.profile-head-premium{padding-bottom:5px}.profile-stat{display:grid;grid-template-columns:18px 1fr;column-gap:7px;align-items:center}.profile-stat>.icon{grid-row:1/3;color:var(--cyan);width:17px;height:17px}.private-note-compact{padding:0;overflow:hidden}.private-note-compact summary{list-style:none;cursor:pointer;padding:11px;display:flex;align-items:center;gap:9px}.private-note-compact summary::-webkit-details-marker{display:none}.private-note-compact summary>span{display:grid;flex:1}.private-note-compact summary small{font-size:7px;color:var(--cyan);letter-spacing:.1em}.private-note-compact summary strong{font-size:10px;margin-top:2px}.private-note-compact summary>.icon:last-child{transition:.2s}.private-note-compact[open] summary>.icon:last-child{transform:rotate(90deg)}.private-note-body{padding:0 11px 11px}.private-note-body .textarea{margin:0 0 8px}
.admin-stars{display:block;color:#f4bd55;font-size:12px;font-style:normal;letter-spacing:1px;margin-top:4px}
@media(max-width:520px){.feedback-review-card{flex-basis:88%;}.memory-card{min-height:86px}.share-secondary{grid-template-columns:1fr 1fr}.public-footer{align-items:flex-start}.public-legal-links{width:100%}}

/* TikTok 3.2 — app polish */
.bottom-nav.four{grid-template-columns:repeat(4,1fr)}
.nav-btn{position:relative;transition:transform .16s ease,background .2s ease,color .2s ease}.nav-btn:active{transform:scale(.96)}
.btn,.icon-btn,.avatar-btn,.mini-action,.account-action,.share-whatsapp-primary{touch-action:manipulation;-webkit-user-select:none;user-select:none}.btn:active,.icon-btn:active,.mini-action:active,.account-action:active,.share-whatsapp-primary:active{transform:scale(.975)}

/* Safari/iPhone: keep saved-password autofill inside the dark design */
input,textarea,select{font-size:16px}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active,
.input.inner:-webkit-autofill,.input.inner:-webkit-autofill:hover,.input.inner:-webkit-autofill:focus{
  -webkit-text-fill-color:var(--text)!important;caret-color:var(--text)!important;
  -webkit-box-shadow:0 0 0 1000px #0b1017 inset!important;box-shadow:0 0 0 1000px #0b1017 inset!important;
  transition:background-color 9999s ease-out 0s!important;border-radius:12px!important
}
.input-wrap .input.inner:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #0b1017 inset!important}

/* Terms use most of the mobile viewport, with content scrolling inside */
.legal-sheet-card{height:min(88dvh,820px);max-height:88dvh;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;align-self:end}
.legal-copy-full{max-height:none!important;height:100%;min-height:0;overflow:auto;padding:16px 15px;scroll-behavior:smooth;overscroll-behavior:contain}
.legal-copy-full p{margin:0 0 16px;color:#bec9d6;font-size:12px;line-height:1.72}.legal-copy-full p:last-child{margin-bottom:0}
.legal-sheet-card>.btn{margin-top:10px;min-height:54px}

/* Unlock transition */
.unlock-overlay{position:fixed;inset:0;z-index:120;display:grid;place-items:end center;padding:14px 10px calc(14px + var(--safe-b))}.unlock-backdrop{position:absolute;inset:0;background:rgba(1,4,8,.82);backdrop-filter:blur(12px)}
.unlock-card{position:relative;width:min(100%,520px);padding:25px 18px 18px;border-radius:28px;border:1px solid rgba(37,244,238,.18);background:linear-gradient(180deg,#111820,#0b1017);box-shadow:0 28px 90px #000;animation:sheetUp .28s ease-out}.unlock-card h2{font-size:30px;letter-spacing:-.045em;margin:9px 0}.unlock-card p{color:var(--muted);line-height:1.58;font-size:13px;margin:0 0 18px}.unlock-card .btn+.btn{margin-top:8px}
@keyframes sheetUp{from{transform:translateY(24px);opacity:.2}to{transform:translateY(0);opacity:1}}

/* Profile actions behave like an app settings sheet instead of large logout buttons */
.profile-head-premium{position:relative;padding-right:48px}.profile-settings{position:absolute;right:0;top:0;width:40px;height:40px;border-radius:13px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#cdd6e2;display:grid;place-items:center}
.account-sheet-card{padding-bottom:calc(16px + var(--safe-b))}.account-action{width:100%;min-height:64px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.025);color:#dfe6ef;display:grid;grid-template-columns:25px 1fr;align-items:center;gap:12px;text-align:left;padding:11px 13px;margin-top:9px;cursor:pointer}.account-action .icon{color:var(--cyan)}.account-action span{display:grid;gap:3px}.account-action strong{font-size:12px}.account-action small{color:var(--muted);font-size:9px}.account-action.danger{border-color:rgba(254,44,85,.2);background:rgba(254,44,85,.055);color:#ffb7c3}.account-action.danger .icon{color:#ff8197}

/* Delivery color choice and review */
.delivery-prize{display:flex;align-items:center;gap:12px;padding:11px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(145deg,rgba(37,244,238,.035),rgba(254,44,85,.025));margin-bottom:4px}.delivery-prize img{width:78px;height:68px;object-fit:contain}.delivery-prize span,.delivery-prize strong{display:block}.delivery-prize span{font-size:9px;color:var(--muted)}.delivery-prize strong{font-size:13px;margin-top:3px}
.color-options{display:grid;grid-template-columns:1fr;gap:8px}.color-choice{position:relative;display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018);cursor:pointer;transition:.2s}.color-choice input{position:absolute;opacity:0;pointer-events:none}.color-choice i{width:28px;height:28px;border-radius:10px;background:var(--swatch);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 5px 18px rgba(0,0,0,.25)}.color-choice span{font-size:12px;font-weight:760}.color-choice.selected{border-color:rgba(37,244,238,.38);background:rgba(37,244,238,.055);box-shadow:0 0 0 3px rgba(37,244,238,.04)}.field-note{font-size:9px;color:var(--muted);line-height:1.45}
.delivery-review{display:grid;gap:8px}.delivery-review>div{padding:11px 12px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018)}.delivery-review span,.delivery-review strong{display:block}.delivery-review span{font-size:8px;color:var(--muted);text-transform:uppercase;letter-spacing:.09em}.delivery-review strong{font-size:11px;line-height:1.5;margin-top:4px}
.delivery-summary-grid{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:9px}.current-location{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border:1px solid rgba(37,244,238,.16);border-radius:16px;background:rgba(37,244,238,.035);margin:8px 0}.current-location .icon{color:var(--cyan)}.current-location span,.current-location strong{display:block}.current-location span{font-size:8px;color:var(--muted)}.current-location strong{font-size:11px;margin-top:4px}.timeline-copy small,.timeline-copy time{display:block;color:#7f8b9b;font-size:8px;margin-top:4px}.timeline-copy time{color:#616d7d}

.completion-card-premium{align-items:center}.completion-card-premium .success-emblem{margin:0;flex:0 0 auto;width:64px;height:64px;border-radius:20px}

/* Slightly more app-like sheet behavior with keyboard */
.auth-sheet-card{max-height:calc(92dvh - var(--safe-t));overflow:auto;overscroll-behavior:contain;padding-bottom:max(16px,var(--safe-b))}
@supports(height:100svh){.auth-sheet-card{max-height:90svh}}

@media(max-width:520px){
  .input,.select{height:50px}.textarea{font-size:16px}.field label{font-size:12px}
  .legal-sheet-card{height:90dvh;max-height:90dvh}.legal-copy-full p{font-size:11px}
  .profile-grid{gap:8px}.profile-stat{min-height:62px}
}

/* ===== TikTok 3.2 — refinamentos do Admin/PWA ===== */
.admin-head-actions{display:flex;gap:10px;align-items:center}.admin-bell{position:relative;min-width:46px;padding-inline:12px}.notif-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ff2d5d;color:#fff;font-size:11px;font-weight:900;margin-left:auto}.admin-bell .notif-badge{position:absolute;right:-6px;top:-7px}.notif-badge.hidden{display:none}.admin-nav button{position:relative}.admin-nav button>span{flex:1;text-align:left}
.notif-pref-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkline{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2);font-size:14px}.checkline input{width:18px;height:18px;accent-color:var(--cyan)}
.push-setup{margin-top:16px;padding:18px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(135deg,rgba(37,244,238,.07),rgba(254,44,85,.05));display:grid;gap:13px}.notification-list{display:grid;gap:9px}.notification-card{width:100%;border:1px solid var(--border);background:var(--surface-2);color:var(--text);border-radius:17px;padding:15px;display:grid;grid-template-columns:10px 1fr;gap:12px;text-align:left;cursor:pointer}.notification-card:hover{border-color:rgba(37,244,238,.35)}.notification-card.read{opacity:.62}.notification-dot{width:9px;height:9px;border-radius:50%;background:var(--cyan);margin-top:6px;box-shadow:0 0 12px rgba(37,244,238,.35)}.notification-card.read .notification-dot{background:var(--muted);box-shadow:none}.notification-card span:last-child{display:grid;gap:5px}.notification-card strong{font-size:15px}.notification-card small{font-size:13px;color:var(--muted);line-height:1.45}.notification-card em{font-style:normal;font-size:11px;color:var(--muted)}
.shipping-admin-grid{display:grid;gap:14px;margin-top:16px}.shipping-admin-card{padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface-2)}.shipping-admin-card h3{margin:0 0 5px;font-size:18px}.shipping-admin-card>.btn{margin-top:14px}
@media(max-width:760px){.notif-pref-grid{grid-template-columns:1fr}.admin-head-actions .btn:not(.admin-bell){display:none}.shipping-admin-card{padding:14px}}
.legal-copy-full{padding:18px 18px 24px}.legal-section{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid rgba(255,255,255,.07)}.legal-section:last-child{border-bottom:0;margin-bottom:0}.legal-section h3{margin:0 0 9px;color:#f7f9fc;font-size:14px;letter-spacing:.05em}.legal-section p{margin:0;color:#b8c3d2;font-size:14px;line-height:1.75}.legal-sheet-card .auth-sheet-head h2{font-size:clamp(25px,7vw,34px);line-height:1.08}
@media(max-width:560px){.legal-section h3{font-size:13px}.legal-section p{font-size:14px}.legal-copy-full{padding:16px}}

/* TikTok 3.3 — clareza de campanha, plataforma e feedback */
.public-info-pro{width:min(100%,920px);margin:12px auto 0;padding:13px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,rgba(37,244,238,.035),rgba(255,255,255,.014) 48%,rgba(254,44,85,.025))}
.public-info-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.public-info-head>div{display:grid;gap:3px}.public-info-head span{font-size:7px;font-weight:900;letter-spacing:.14em;color:var(--cyan)}.public-info-head strong{font-size:11px}.public-info-head small{font-size:7px;color:#94a0b3;border:1px solid var(--line);border-radius:999px;padding:5px 8px;white-space:nowrap}
.public-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.public-steps article{display:grid;grid-template-columns:27px 1fr;gap:8px;align-items:flex-start;padding:9px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.018)}.public-steps b{width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:rgba(37,244,238,.08);color:var(--cyan);font-size:10px}.public-steps strong,.public-steps span{display:block}.public-steps strong{font-size:8px;line-height:1.3}.public-steps span{font-size:7px;line-height:1.4;color:var(--muted);margin-top:3px}
.platform-rules{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}.platform-rule{display:grid;grid-template-columns:24px 1fr;gap:8px;padding:10px;border:1px solid var(--line);border-radius:15px;background:#0a0f15;color:#7d899c}.platform-rule.active{border-color:rgba(37,244,238,.24);background:rgba(37,244,238,.035);color:var(--cyan)}.platform-rule span,.platform-rule strong,.platform-rule small{display:block}.platform-rule span{font-size:7px;letter-spacing:.12em;font-weight:850}.platform-rule strong{font-size:10px;color:#eef2f7;margin-top:2px}.platform-rule small{font-size:7px;color:var(--muted);line-height:1.4;margin-top:4px}.public-rule-note{display:flex;gap:8px;align-items:flex-start;margin:9px 0 0;color:#8f9bad;font-size:7px;line-height:1.45}.public-rule-note .icon{color:var(--cyan);width:15px;height:15px}
.public-footer>div:first-child{display:grid;gap:3px}.public-footer>div:first-child small{font-size:7px;color:#687588;text-align:left}

.invite-tracking-info,.invite-requirement{display:flex;gap:9px;align-items:flex-start;padding:10px 11px;border:1px solid rgba(37,244,238,.16);border-radius:14px;background:rgba(37,244,238,.035);margin:10px 0;color:var(--cyan)}.invite-tracking-info strong,.invite-tracking-info span,.invite-requirement strong,.invite-requirement span{display:block}.invite-tracking-info strong,.invite-requirement strong{font-size:10px;color:#e9eef5}.invite-tracking-info span,.invite-requirement span{font-size:8px;color:var(--muted);line-height:1.48;margin-top:3px}.invite-requirement{border-color:rgba(244,189,85,.18);background:rgba(244,189,85,.04);color:var(--amber)}

.memory-guide{margin:10px 0;padding:11px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,rgba(37,244,238,.04),rgba(255,255,255,.015))}.memory-guide>div{display:flex;gap:9px;align-items:center;color:var(--cyan)}.memory-guide>div span{display:grid}.memory-guide strong{font-size:11px;color:#ecf1f7}.memory-guide small{font-size:8px;color:var(--muted);margin-top:2px}.memory-guide ol{margin:9px 0 0;padding-left:18px;color:#a9b4c4;font-size:9px;line-height:1.6}

.mission-rule-card{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:flex-start;margin:10px 0;padding:11px;border:1px solid rgba(37,244,238,.18);border-radius:16px;background:linear-gradient(135deg,rgba(37,244,238,.045),rgba(254,44,85,.02))}.mission-rule-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(37,244,238,.07);color:var(--cyan)}.mission-rule-card span,.mission-rule-card strong{display:block}.mission-rule-card span{font-size:7px;letter-spacing:.13em;color:var(--cyan);font-weight:850}.mission-rule-card strong{font-size:12px;margin-top:2px}.mission-rule-card p{font-size:8px;line-height:1.5;color:var(--muted);margin:6px 0 0}.mission-important{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border-radius:15px;border:1px solid rgba(244,189,85,.18);background:rgba(244,189,85,.045);color:var(--amber);margin:9px 0}.mission-important.primary{border-color:rgba(37,244,238,.2);background:rgba(37,244,238,.045);color:var(--cyan)}.mission-important strong,.mission-important span{display:block}.mission-important strong{font-size:10px;color:#ecf1f7}.mission-important span{font-size:8px;color:var(--muted);line-height:1.45;margin-top:3px}.mission-access-ok{display:flex;gap:9px;align-items:flex-start;margin-top:8px;padding:10px;border:1px solid rgba(39,213,155,.2);background:rgba(39,213,155,.045);border-radius:14px;color:var(--green)}.mission-access-ok strong,.mission-access-ok span{display:block}.mission-access-ok strong{font-size:10px;color:#dff7ee}.mission-access-ok span{font-size:8px;line-height:1.45;color:#9db7ac;margin-top:2px}.mission-proof-lock{display:block;text-align:center;color:#8794a7;font-size:8px;line-height:1.4}

.referral-explain{margin:10px 0;padding:11px;border:1px solid rgba(37,244,238,.16);border-radius:17px;background:linear-gradient(145deg,rgba(37,244,238,.035),rgba(255,255,255,.012))}.referral-explain-title{display:flex;gap:9px;align-items:flex-start;color:var(--cyan)}.referral-explain-title strong,.referral-explain-title span{display:block}.referral-explain-title strong{font-size:10px;color:#edf2f8}.referral-explain-title span{font-size:8px;color:var(--muted);line-height:1.45;margin-top:3px}.referral-flow-mini{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-top:9px}.referral-flow-mini span{padding:7px 8px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.018);font-size:7px;color:#b7c1ce}.android-rule{display:flex;gap:9px;align-items:flex-start;margin-top:9px;padding:9px;border:1px solid rgba(244,189,85,.18);border-radius:13px;background:rgba(244,189,85,.04);color:var(--amber)}.android-rule strong,.android-rule span{display:block}.android-rule strong{font-size:9px;color:#f0f3f7}.android-rule span{font-size:7px;color:var(--muted);line-height:1.45;margin-top:2px}.platform-check{display:block!important;margin-top:4px!important;font-size:7px!important}.platform-check.ok{color:#86dcb9!important}.platform-check.warn{color:#e3bb6c!important}

.ios-benefit-hero{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;padding:14px;border:1px solid rgba(37,244,238,.16);border-radius:20px;background:linear-gradient(145deg,rgba(37,244,238,.05),rgba(254,44,85,.025))}.ios-benefit-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:rgba(37,244,238,.07);color:var(--cyan)}.platform-benefit-status{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:10px 0}.platform-benefit-status>div{padding:10px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.018)}.platform-benefit-status span,.platform-benefit-status strong{display:block}.platform-benefit-status span{font-size:7px;color:var(--muted)}.platform-benefit-status strong{font-size:10px;margin-top:3px}.benefit-explain{display:flex;gap:9px;align-items:flex-start;padding:11px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018);color:var(--cyan);margin-bottom:10px}.benefit-explain strong,.benefit-explain span{display:block}.benefit-explain strong{font-size:10px;color:#e7edf5}.benefit-explain span{font-size:8px;line-height:1.5;color:var(--muted);margin-top:3px}

.my-feedback-editor{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.02),rgba(37,244,238,.02))}.my-feedback-editor-head{display:flex;gap:9px;align-items:flex-start;color:var(--cyan);margin-bottom:10px}.my-feedback-editor-head>div{display:grid}.my-feedback-editor-head span{font-size:7px;letter-spacing:.13em;font-weight:900}.my-feedback-editor-head strong{font-size:11px;color:#ebf0f6;margin-top:2px}.my-feedback-editor-head small{font-size:7px;color:var(--muted);margin-top:3px}.my-feedback-saved{display:grid;grid-template-columns:76px 1fr;gap:10px;align-items:start;padding:9px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.018);margin-bottom:10px}.my-feedback-saved>img,.feedback-live-preview{width:76px;height:76px;object-fit:cover;border-radius:11px;border:1px solid var(--line)}.my-feedback-saved p{font-size:9px;line-height:1.45;color:#c8d1dd;margin:6px 0}.my-feedback-saved small{font-size:7px;color:var(--muted)}.feedback-preview-empty{min-height:76px;border:1px dashed rgba(255,255,255,.13);border-radius:12px;display:grid;place-items:center;color:#667386}.feedback-preview-empty.large{min-height:96px;margin-bottom:10px;align-content:center;gap:5px}.feedback-preview-empty.large span{font-size:8px}.community-feedback-block{margin-top:13px}.community-note{font-size:8px;color:var(--muted);line-height:1.5;margin:7px 0 10px}

.profile-account-section{margin-top:12px;padding:11px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.018)}.profile-account-row{width:100%;min-height:58px;border:0;border-top:1px solid rgba(255,255,255,.065);background:transparent;color:#dfe6ee;display:grid;grid-template-columns:23px 1fr 18px;gap:10px;align-items:center;text-align:left;padding:9px 2px;cursor:pointer}.profile-account-row:first-of-type{margin-top:7px}.profile-account-row>.icon:first-child{color:var(--cyan)}.profile-account-row>span{display:grid}.profile-account-row strong{font-size:10px}.profile-account-row small{font-size:7px;color:var(--muted);margin-top:2px}.profile-account-row>.icon:last-child{width:15px;height:15px;color:#667386}.profile-account-row.danger{color:#ffadbb}.profile-account-row.danger>.icon:first-child{color:#ff728b}

@media(max-width:520px){.public-steps{grid-template-columns:1fr}.platform-rules{grid-template-columns:1fr}.public-info-head strong{font-size:10px}.platform-benefit-status{grid-template-columns:1fr 1fr}.platform-benefit-status>div:last-child{grid-column:1/-1}.my-feedback-editor.compact .textarea{min-height:78px}}


/* ===== TikTok 3.6 — refinamentos de cadastro, feedback, home e termos ===== */
.public-prize-chip span{font-size:7.5px;font-weight:850;color:#aab6c6}.platform-rules.refined .platform-rule{align-items:flex-start}.platform-rule.secondary{background:linear-gradient(145deg,rgba(255,255,255,.018),rgba(254,44,85,.025))}.platform-rule.secondary>.icon{color:#ff6689}

.auth-sheet-prize.compact{grid-template-columns:54px 1fr;gap:9px;margin:9px 0;padding:7px 9px;border-radius:13px}.auth-sheet-prize.compact img{width:54px;height:44px}.auth-sheet-prize.compact span{font-size:7px}.auth-sheet-prize.compact strong{font-size:10px}.register-form-compact{gap:7px}.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.register-form-compact .field{gap:4px}.register-form-compact .field label{font-size:9px}.register-form-compact .input-wrap{min-width:0;padding-left:10px}.register-form-compact .input-wrap .icon{width:17px;height:17px;flex:0 0 17px}.register-form-compact .input,.register-form-compact .input-wrap{height:44px}.register-form-compact .input{font-size:16px}.register-form-compact .surname-input{padding-left:2px!important}.register-form-compact .input-action{height:42px;width:42px}.register-form-compact .field-hint{font-size:7px;color:var(--muted);margin:1px 2px 0}.terms-check.compact{padding:8px 9px;border-radius:12px;gap:8px;font-size:8px;line-height:1.35}.terms-check.compact input{width:17px;height:17px;flex:0 0 17px;margin-top:0}.register-form-compact .auth-submit{min-height:48px}.register-sheet-card{padding-top:8px}.register-sheet-card .auth-sheet-handle{margin-bottom:9px}.register-sheet-card .auth-sheet-head h2{font-size:20px}

.feedback-view{padding-top:0}.community-feedback-block.first{margin-top:0;margin-bottom:12px}.feedback-empty-state{display:flex;gap:10px;align-items:center;padding:13px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.018);color:#91a0b3}.feedback-empty-state>.icon{color:var(--cyan);flex:0 0 20px}.feedback-empty-state div{display:grid;gap:3px}.feedback-empty-state strong{font-size:10px;color:#dfe7ef}.feedback-empty-state span{font-size:8px;line-height:1.4}.feedback-preview-empty.compact{min-height:58px;margin-bottom:9px;padding:8px 10px;display:flex;gap:8px;align-items:center;justify-content:flex-start}.feedback-preview-empty.compact .icon{width:19px;height:19px}.feedback-preview-empty.compact span{font-size:8px;color:#7f8b9c}.new-feedback-preview{background:rgba(255,255,255,.012)}.my-feedback-editor{margin-top:0}.community-feedback-block.first + .my-feedback-editor{margin-top:12px}

.legal-sheet-card{height:min(88dvh,780px);grid-template-rows:auto auto minmax(0,1fr) auto;padding-top:9px}.legal-head{align-items:flex-start;padding:0 1px 5px}.legal-head-copy{min-width:0;padding-right:8px}.legal-head-copy>span{font-size:7px;letter-spacing:.16em}.legal-sheet-card .legal-head-copy h2{font-size:30px;line-height:1.04;letter-spacing:-.035em;margin:6px 0 5px;font-weight:760;max-width:390px}.legal-subtitle{margin:0;color:#8290a3;font-size:9px;line-height:1.4}.legal-copy-full{padding:14px 14px 20px}.legal-section{padding:0 0 15px;margin:0 0 15px}.legal-section-head{display:flex;align-items:center;gap:9px;margin-bottom:8px}.legal-section-number{display:grid;place-items:center;min-width:27px;height:24px;padding:0 6px;border-radius:8px;background:rgba(37,244,238,.08);border:1px solid rgba(37,244,238,.13);color:var(--cyan);font-size:8px;font-weight:900;letter-spacing:.08em}.legal-section h3{margin:0;color:#f3f6fa;font-size:12px;line-height:1.25;letter-spacing:-.005em;font-weight:780}.legal-section p,.legal-copy-full p{font-size:11px;line-height:1.67;color:#b4bfce}.legal-sheet-card>.btn{min-height:50px;margin-top:8px}

@media(max-width:520px){.public-title{font-size:clamp(28px,8.4vw,34px);line-height:1.02}.register-sheet-card{max-height:94dvh}.register-form-compact{gap:6px}.register-form-compact .input,.register-form-compact .input-wrap{height:43px}.register-form-compact .field label{font-size:9px}.auth-sheet-prize.compact{margin:7px 0}.legal-sheet-card{height:89dvh;max-height:89dvh}.legal-sheet-card .legal-head-copy h2{font-size:28px}.legal-section p,.legal-copy-full p{font-size:11px}.legal-copy-full{padding:13px}.profile-account-row{min-height:55px}}
@media(max-width:350px){.auth-name-grid{grid-template-columns:1fr}.register-sheet-card{max-height:95dvh}}


/* ===== TikTok 3.5 — refinamento de campanha, headline e Perfil ===== */
.public-audience{margin-top:12px;color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:.2em;text-transform:uppercase;line-height:1;display:inline-flex;align-items:center;gap:7px}
.public-audience:before{content:"";width:22px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--cyan),rgba(37,244,238,.18));box-shadow:0 0 16px rgba(37,244,238,.22)}
.public-title{display:grid;gap:0;margin-top:7px;max-width:690px}
.public-title span,.public-title strong{display:block}
.public-title span{font-weight:690;color:#f4f7fb;letter-spacing:-.045em}
.public-title strong{position:relative;width:max-content;max-width:100%;font-weight:860;color:#fff;letter-spacing:-.05em;text-shadow:0 12px 34px rgba(0,0,0,.35)}
.public-title strong:after{content:"";display:block;width:58%;height:3px;margin-top:5px;border-radius:99px;background:linear-gradient(90deg,var(--cyan),var(--pink));opacity:.9;box-shadow:0 0 18px rgba(37,244,238,.12)}
.auth-sheet-subtitle{margin:5px 0 0;max-width:320px;color:#8996a8;font-size:8px;line-height:1.45}
.register-sheet-card .auth-sheet-head h2{max-width:360px;line-height:1.05;letter-spacing:-.025em}
.auth-sheet-prize.compact span{font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:#8f9cae}
.profile-account-title{padding-right:2px}
.profile-account-title>div{width:100%}

@media(max-width:520px){
  .public-audience{margin-top:10px;font-size:8px;letter-spacing:.18em}
  .public-title{font-size:clamp(29px,8.6vw,36px);line-height:1.01;gap:1px}
  .public-title strong:after{height:2px;margin-top:4px}
  .register-sheet-card .auth-sheet-head h2{font-size:19px;max-width:280px}
  .auth-sheet-subtitle{font-size:7.5px;max-width:270px}
}


/* 3.5 — recompensas iPhone e feedback compacto */
.ios-main-prize-card{display:grid;grid-template-columns:112px 1fr;gap:12px;align-items:center;padding:11px;margin-bottom:10px;border:1px solid var(--line);border-radius:18px;background:radial-gradient(circle at 12% 30%,rgba(37,244,238,.07),transparent 35%),linear-gradient(145deg,rgba(255,255,255,.02),rgba(254,44,85,.02))}
.ios-main-prize-card img{width:112px;height:96px;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(0,0,0,.3))}
.ios-main-prize-card span,.ios-main-prize-card strong{display:block}.ios-main-prize-card span{font-size:7px;letter-spacing:.13em;font-weight:850;color:#99a6b7}.ios-main-prize-card strong{font-size:14px;margin-top:4px}.ios-main-prize-card p{font-size:8px;line-height:1.5;color:var(--muted);margin:6px 0 0}
.feedback-stars-input{display:flex;gap:6px;align-items:center}.feedback-stars-input button{width:34px;height:34px;border-radius:10px;border:1px solid var(--line);background:#0b1017;color:#465164;display:grid;place-items:center;cursor:pointer}.feedback-stars-input button.active{color:var(--cyan);border-color:rgba(37,244,238,.24);background:rgba(37,244,238,.05)}.feedback-stars-input button .icon{width:17px;height:17px}
.participant-feedback-form.compact{gap:8px}.participant-feedback-form.compact .textarea{min-height:76px}.compact-file{min-height:54px}.feedback-inline-preview.hidden{display:none}.feedback-empty-state.compact{padding:10px 11px}.feedback-empty-state.compact strong{font-size:9px}.feedback-empty-state.compact span{font-size:7px}
@media(max-width:420px){.ios-main-prize-card{grid-template-columns:88px 1fr}.ios-main-prize-card img{width:88px;height:78px}.ios-main-prize-card strong{font-size:12px}.feedback-stars-input{gap:5px}.feedback-stars-input button{width:32px;height:32px}}

/* ===== TikTok 3.6 — missão compacta, mini-missões e parceiros ===== */
.step-dots.dynamic{display:flex;gap:6px;overflow-x:auto;padding:2px 1px 1px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.step-dots.dynamic::-webkit-scrollbar{display:none}
.step-dots.dynamic .step-dot{flex:0 0 30px;min-width:30px;height:30px;border-radius:10px;font-size:7px}
.step-dots.dynamic .step-dot.pending{border-color:rgba(255,190,70,.35);color:#ffd271;background:rgba(255,190,70,.08);box-shadow:0 0 0 1px rgba(255,190,70,.04) inset}

.compact-mission .screen-pad{padding-bottom:12px}
.compact-mission .level-head{margin-bottom:9px}
.mission-reward-highlight{display:grid;grid-template-columns:86px 1fr;gap:10px;align-items:center;padding:10px;border:1px solid rgba(74,255,202,.20);border-radius:16px;background:linear-gradient(145deg,rgba(30,255,184,.045),rgba(37,244,238,.018));box-shadow:inset 0 0 0 1px rgba(255,255,255,.012);margin-bottom:9px}
.mission-reward-highlight img{width:86px;height:66px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(0,0,0,.28))}
.mission-reward-highlight span{display:block;font-size:6.5px;font-weight:900;letter-spacing:.13em;color:#80f0c2;margin-bottom:3px}
.mission-reward-highlight strong{display:block;font-size:12px;line-height:1.12;color:#f5f8fb}
.mission-reward-highlight p{font-size:7.5px;line-height:1.42;color:#8997a9;margin:4px 0 0}
.mission-steps-card,.referral-flow-card{border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.016);padding:10px;margin-bottom:9px}
.mission-card-title{display:flex;gap:8px;align-items:center;margin-bottom:8px}.mission-card-title>.icon{width:18px;height:18px;color:var(--cyan);flex:0 0 18px}.mission-card-title>div{display:grid;gap:2px}.mission-card-title strong{font-size:9.5px;color:#edf3f8}.mission-card-title span{font-size:7px;color:var(--muted);line-height:1.35}
.numbered-steps{display:grid;gap:6px}.numbered-step{display:grid;grid-template-columns:25px 1fr;gap:8px;align-items:center;min-height:29px}.numbered-step b,.referral-flow-mini.numbered b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(145deg,rgba(72,255,196,.18),rgba(37,244,238,.12));border:1px solid rgba(72,255,196,.26);color:#79ffd0;font-size:8px;font-weight:900;box-shadow:0 0 15px rgba(37,244,238,.06)}.numbered-step span{font-size:8px;color:#b9c4d1;line-height:1.35}
.mission-open-btn{min-height:46px;margin:2px 0 8px}.mission-access-ok.compact{margin:0 0 8px;padding:8px 9px;border-radius:13px}.mission-access-ok.compact strong{font-size:8.5px}.mission-access-ok.compact span{font-size:7px}
.mission-proof-panel.compact-proof{padding:10px;border-radius:16px;margin-top:0;border-color:rgba(37,244,238,.14)}.mission-proof-panel.compact-proof.pending-state{border-color:rgba(255,190,70,.18);background:linear-gradient(145deg,rgba(255,190,70,.025),rgba(255,255,255,.012))}
.human-review-note{display:flex;gap:8px;align-items:flex-start;padding:8px 9px;border-radius:12px;background:rgba(37,244,238,.035);border:1px solid rgba(37,244,238,.09);margin:7px 0}.human-review-note>.icon{width:17px;height:17px;flex:0 0 17px;color:var(--cyan)}.human-review-note div{display:grid;gap:2px}.human-review-note strong{font-size:8px}.human-review-note span{font-size:7px;line-height:1.42;color:#91a0b2}
.proof-inline-form{display:grid;gap:7px}.mission-file{margin:0}.mission-proof-lock{font-size:7px;text-align:center;color:#8390a2}

.mission-referral-head{margin-bottom:9px}.referral-flow-card{margin-bottom:9px}.referral-flow-mini.numbered{display:grid;grid-template-columns:1fr;gap:6px;margin-top:6px}.referral-flow-mini.numbered span{display:grid;grid-template-columns:24px 1fr;gap:8px;align-items:center;font-size:7.5px;line-height:1.35;color:#aebac8;background:transparent;border:0;padding:0}.referral-flow-mini.numbered b{font-size:7px}
.mini-mission-list{display:grid;gap:7px;margin-top:10px}.mini-mission-title{display:flex;justify-content:space-between;align-items:end;padding:0 2px 2px}.mini-mission-title span{font-size:6.5px;color:#6f7c8d;letter-spacing:.12em}.mini-mission-title strong{font-size:9px;color:#e7edf4}
.referral-person.mini-mission{grid-template-columns:32px 1fr auto;gap:8px;padding:9px;border-radius:15px;align-items:start}.referral-person.mini-mission .ref-num{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:rgba(37,244,238,.06);border:1px solid rgba(37,244,238,.12);color:var(--cyan);font-size:8px;font-weight:900}.referral-person.mini-mission .ref-num.done{background:rgba(72,255,196,.10);color:#7dffd2}.referral-person.mini-mission .ref-num.done .icon{width:15px;height:15px}.mini-label{font-size:6px!important;letter-spacing:.11em;color:#6f7e91!important;font-weight:850}.referral-person.mini-mission .ref-person-main strong{font-size:9px}.referral-person.mini-mission .ref-person-main>span:not(.mini-label){font-size:7px}.referral-person.mini-mission .ref-person-main small{font-size:6.5px;line-height:1.4}.referral-person.mini-mission>.status{font-size:6.2px;white-space:nowrap}
.final-review-card{margin-top:10px}.final-review-card>div:first-child{display:flex;gap:8px;align-items:flex-start}.final-review-card>div:first-child>.icon{color:var(--cyan);flex:0 0 18px}.review-status-row{display:flex!important;justify-content:space-between;align-items:center;margin-top:9px;padding-top:8px;border-top:1px solid var(--line)}.review-status-row span{font-size:7px;color:var(--muted)}.review-status-row strong{font-size:8px;color:#ffd271}

@media(max-width:420px){.mission-reward-highlight{grid-template-columns:72px 1fr;padding:9px}.mission-reward-highlight img{width:72px;height:58px}.mission-reward-highlight strong{font-size:11px}.numbered-step{grid-template-columns:23px 1fr}.numbered-step b{width:22px;height:22px}.referral-person.mini-mission{grid-template-columns:30px 1fr;position:relative;padding-right:8px}.referral-person.mini-mission>.status{grid-column:2;margin-top:2px;justify-self:start}.step-dots.dynamic .step-dot{flex-basis:28px;min-width:28px;height:28px}}

/* ===== TikTok 3.7 — Android em destaque, missão sem comprovante escondido ===== */
.public-audience{font-size:clamp(10px,3.2vw,12px);letter-spacing:.18em;font-weight:950;gap:9px;margin-top:13px}
.public-audience:before{width:30px;height:3px;background:linear-gradient(90deg,var(--cyan),rgba(37,244,238,.28));box-shadow:0 0 18px rgba(37,244,238,.28)}
.platform-rule.active>div>span{font-size:8px;font-weight:950;letter-spacing:.12em;color:var(--cyan)}

/* Compacta a Missão 3 para o upload ficar visível logo após Abrir aplicativo. */
.compact-mission .screen-pad{padding:10px 10px 9px}
.compact-mission .level-head{margin-bottom:7px;gap:8px}
.compact-mission .level-title-row{gap:8px}
.compact-mission .level-title-icon{width:34px;height:34px;border-radius:11px}
.compact-mission .level-title-icon .icon{width:17px;height:17px}
.compact-mission .level-badge{width:38px;height:38px;border-radius:12px;font-size:10px}
.compact-mission .level-head-pro .kicker{font-size:8px;letter-spacing:.15em;gap:6px}
.compact-mission .level-head-pro .kicker-dot{width:6px;height:6px}
.compact-mission .level-head-pro .title{font-size:clamp(23px,6.6vw,30px);margin:4px 0 4px;line-height:1}
.compact-mission .level-head-pro .subtitle{font-size:9px;line-height:1.38;max-width:96%}
.compact-mission .mission-reward-highlight{grid-template-columns:66px 1fr;gap:8px;padding:7px 8px;border-radius:14px;margin-bottom:6px}
.compact-mission .mission-reward-highlight img{width:66px;height:48px}
.compact-mission .mission-reward-highlight span{font-size:5.8px;margin-bottom:2px}
.compact-mission .mission-reward-highlight strong{font-size:10.5px}
.compact-mission .mission-reward-highlight p{font-size:6.5px;line-height:1.3;margin-top:2px}
.compact-mission .mission-steps-card{padding:7px 8px;border-radius:14px;margin-bottom:6px}
.compact-mission .mission-card-title{margin-bottom:5px;gap:6px}
.compact-mission .mission-card-title>.icon{width:15px;height:15px;flex-basis:15px}
.compact-mission .mission-card-title strong{font-size:8.5px}
.compact-mission .mission-card-title span{font-size:6.2px;line-height:1.25}
.compact-mission .compact-steps .numbered-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 7px}
.compact-mission .numbered-step{grid-template-columns:20px 1fr;gap:5px;min-height:23px}
.compact-mission .numbered-step b{width:20px;height:20px;font-size:7px}
.compact-mission .numbered-step span{font-size:6.5px;line-height:1.22}
.compact-mission .mission-open-btn{min-height:42px;margin:1px 0 6px;font-size:11px;border-radius:14px}
.compact-mission .mission-access-ok.compact{padding:6px 8px;margin:0 0 6px;border-radius:11px}
.compact-mission .mission-access-ok.compact strong{font-size:7.5px}
.compact-mission .mission-access-ok.compact span{font-size:6px}
.compact-mission .mission-proof-panel.compact-proof{padding:7px 8px;border-radius:14px}
.compact-mission .proof-inline-form{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:6px;align-items:stretch}
.compact-mission .proof-inline-form .mission-file{min-height:42px;padding:6px 8px;border-radius:11px}
.compact-mission .proof-inline-form .mission-file .icon{width:16px;height:16px}
.compact-mission .proof-inline-form .mission-file strong{font-size:7.4px}
.compact-mission .proof-inline-form .mission-file small{font-size:5.8px}
.compact-mission .mission-proof-submit{min-height:42px;padding:0 8px;border-radius:11px;font-size:8.5px;gap:5px}
.compact-mission .mission-proof-submit .icon{width:15px;height:15px}
.compact-mission .mission-proof-lock{grid-column:1/-1;margin-top:-1px;font-size:5.8px}
.proof-why{margin-top:5px;border-top:1px solid rgba(255,255,255,.055);padding-top:5px;color:var(--muted)}
.proof-why summary{list-style:none;display:flex;align-items:center;gap:5px;cursor:pointer;font-size:6.5px;font-weight:800;color:#9ba8b8}
.proof-why summary::-webkit-details-marker{display:none}
.proof-why summary .icon{width:13px;height:13px;color:var(--cyan)}
.proof-why p{font-size:6.2px;line-height:1.38;margin:5px 0 2px;color:#99a7b8}
.proof-why small{font-size:5.8px;line-height:1.35;color:#707e91}
.compact-mission .human-review-note{padding:6px 7px;margin:5px 0;border-radius:10px}
.compact-mission .human-review-note strong{font-size:7px}
.compact-mission .human-review-note span{font-size:6.2px;line-height:1.32}

/* Instrução de troca iPhone -> Android com leitura rápida. */
.android-handoff{border-color:rgba(37,244,238,.18);background:linear-gradient(145deg,rgba(37,244,238,.05),rgba(255,255,255,.012))}
.android-handoff strong{color:var(--cyan)!important}
.android-handoff span b{color:#dffdf9;font-weight:900}.android-handoff span em{color:#e6edf6;font-style:normal;font-weight:850}

@media(max-width:359px){
  .compact-mission .compact-steps .numbered-steps{grid-template-columns:1fr}
  .compact-mission .proof-inline-form{grid-template-columns:1fr}
  .compact-mission .mission-proof-lock{grid-column:1}
}

/* ===== TikTok 3.8 — refinamento app, comprovantes, indicações e foto de perfil ===== */
/* Shell um pouco mais compacto para reduzir rolagens residuais em iPhone. */
.app-top{padding:calc(8px + var(--safe-t)) 13px 6px}
.progress-wrap{padding:0 13px 6px}
.progress-card{padding:9px 11px;border-radius:16px}
.progress-head strong{font-size:11px}.progress-head span{font-size:9px}
.progress-track{margin-top:6px;height:4px}.step-dots.dynamic{margin-top:5px;gap:5px}.step-dots.dynamic .step-dot{height:26px;min-width:26px;flex-basis:26px;border-radius:9px;font-size:6.5px}
.main-stage{padding:0 9px 6px}
.bottom-nav{padding:6px 6px calc(6px + var(--safe-b))}.nav-btn{min-height:50px}.nav-btn .icon{width:20px;height:20px}

/* Foto do participante em avatar, perfil e feedbacks. */
.avatar-btn{padding:0;overflow:hidden;display:grid;place-items:center}
.participant-avatar-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}
.participant-avatar-fallback{width:100%;height:100%;display:grid;place-items:center}
.profile-avatar{padding:0;position:relative;overflow:hidden;cursor:pointer;color:var(--cyan)}
.profile-avatar-edit{border:1px solid rgba(37,244,238,.22);appearance:none}
.profile-avatar-camera{position:absolute;right:3px;bottom:3px;width:19px;height:19px;border-radius:7px;background:#071017;border:1px solid rgba(37,244,238,.32);display:grid;place-items:center;color:var(--cyan);box-shadow:0 5px 12px rgba(0,0,0,.35)}
.profile-avatar-camera .icon{width:11px;height:11px}
.profile-photo-text{border:0;background:transparent;color:var(--cyan);font-size:7.5px;font-weight:850;padding:4px 0 0;cursor:pointer;text-align:left}
.profile-photo-sheet{max-width:430px}
.profile-photo-preview{width:92px;height:92px;margin:2px auto 10px;border-radius:28px;border:1px solid rgba(37,244,238,.22);background:linear-gradient(135deg,rgba(37,244,238,.11),rgba(254,44,85,.09));display:grid;place-items:center;overflow:hidden;color:var(--cyan);font-weight:900;font-size:28px}
.profile-photo-help{font-size:9px;line-height:1.45;color:var(--muted);text-align:center;margin:0 8px 10px}
.profile-photo-picker{margin:0 0 10px;border-style:solid;border-color:rgba(37,244,238,.22);background:rgba(37,244,238,.035)}

/* Missão do Aplicativo: comprovante com ação inequívoca e pós-envio compacto. */
.compact-mission .screen-pad{padding:8px 9px}
.compact-mission .level-head{margin-bottom:5px}
.compact-mission .mission-reward-highlight{margin-bottom:5px;padding:6px 7px}
.compact-mission .mission-steps-card{margin-bottom:5px;padding:6px 7px}
.compact-mission .mission-open-btn{min-height:40px;margin:0 0 5px}
.compact-mission .mission-access-ok.compact{margin-bottom:5px;padding:5px 7px}
.compact-mission .mission-proof-panel.compact-proof{padding:6px 7px}
.compact-mission .proof-title{margin-bottom:5px}
.compact-mission .mission-file{border:1px solid rgba(37,244,238,.34)!important;background:linear-gradient(145deg,rgba(37,244,238,.08),rgba(37,244,238,.025));color:#dffdfa;box-shadow:inset 0 0 0 1px rgba(37,244,238,.025)}
.compact-mission .mission-file:hover,.compact-mission .mission-file:active{border-color:rgba(37,244,238,.62)!important;background:rgba(37,244,238,.11)}
.compact-mission .mission-file.selected{border-color:rgba(39,213,155,.52)!important;background:rgba(39,213,155,.08)}
.compact-mission .mission-file.selected .icon{color:#7cffd4}
.compact-mission .mission-file strong{color:#effffb;font-size:7.9px!important}.compact-mission .mission-file small{color:#92a7b7!important;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.compact-mission .mission-proof-submit{font-size:9px;box-shadow:0 10px 26px rgba(37,244,238,.14)}
.review-status-compact{display:grid;grid-template-columns:26px 1fr auto;gap:7px;align-items:center;padding:7px 8px;border:1px solid rgba(244,189,85,.16);border-radius:12px;background:rgba(244,189,85,.035)}
.review-status-compact>.icon{width:18px;height:18px;color:#f4bd55}.review-status-compact div{display:grid;gap:1px}.review-status-compact strong{font-size:8.5px}.review-status-compact span{font-size:6.4px;color:var(--muted)}.review-status-compact>b{font-size:6.5px;color:#ffd474;background:rgba(244,189,85,.08);border:1px solid rgba(244,189,85,.15);padding:4px 6px;border-radius:999px;white-space:nowrap}
.compact-review{margin:5px 0!important;padding:5px 6px!important}.compact-review strong{font-size:6.8px!important}.compact-review span{font-size:5.9px!important;line-height:1.28!important}
.mission-next-cta{min-height:40px!important;font-size:9.5px!important}
.mission-refresh-link{width:100%;border:0;background:transparent;color:#8190a2;display:flex;align-items:center;justify-content:center;gap:5px;font-size:6.8px;font-weight:780;padding:6px 0 1px;cursor:pointer}.mission-refresh-link .icon{width:13px;height:13px}

/* Missão de indicações: ação de compartilhar primeiro, detalhes recolhíveis e cards horizontais. */
.compact-referrals .screen-pad{padding:8px 9px 9px}
.referral-compact-intro{display:grid;grid-template-columns:68px 1fr;gap:9px;align-items:center;padding:7px 8px;border:1px solid rgba(37,244,238,.12);border-radius:15px;background:linear-gradient(145deg,rgba(37,244,238,.035),rgba(254,44,85,.018));margin-bottom:6px}
.referral-compact-intro img{width:68px;height:56px;object-fit:contain;filter:drop-shadow(0 9px 14px rgba(0,0,0,.28))}
.referral-compact-intro .kicker{font-size:6.2px;letter-spacing:.13em;gap:5px}.referral-compact-intro .kicker-dot{width:5px;height:5px}.referral-compact-intro .title{font-size:20px;margin:3px 0 2px;line-height:1}.referral-compact-intro .subtitle{font-size:6.7px;line-height:1.32}
.compact-ref-progress{margin:0 0 6px!important;padding:7px 8px!important;border-radius:14px!important}.compact-ref-progress .ref-progress-main{display:flex;justify-content:space-between;align-items:end}.compact-ref-progress .ref-progress-main span{font-size:6px}.compact-ref-progress .ref-progress-main strong{font-size:18px}.compact-ref-progress .progress-track{margin-top:5px}
.referral-stat-strip{display:grid!important;grid-template-columns:repeat(3,1fr);gap:4px;margin-top:5px}.referral-stat-strip span{text-transform:none!important;letter-spacing:0!important;font-size:5.8px!important;text-align:center;color:#7f8c9d!important}.referral-stat-strip b{display:block;color:#dfe7ef;font-size:7.5px;margin-bottom:1px}
.compact-share{padding:8px!important;border-radius:15px!important;margin-bottom:6px}.compact-share .share-ready{margin-bottom:6px;gap:6px}.compact-share .share-ready>.icon{width:16px;height:16px}.compact-share .share-ready span{font-size:6.2px}.compact-share .share-ready strong{font-size:8.5px;margin-top:1px}.compact-share .share-whatsapp-primary{min-height:46px;padding:7px 11px;border-radius:13px;grid-template-columns:20px 1fr;column-gap:7px}.compact-share .share-whatsapp-primary .icon{width:19px;height:19px}.compact-share .share-whatsapp-primary span{font-size:10px}.compact-share .share-whatsapp-primary small{font-size:5.8px}.compact-share .share-secondary{gap:6px;margin-top:6px}.compact-share .share-secondary .btn{min-height:38px;border-radius:11px;font-size:7.5px;padding:0 8px}.compact-share .share-secondary .icon{width:14px;height:14px}
.referral-how-details{border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.015);margin-bottom:6px;overflow:hidden}.referral-how-details>summary{list-style:none;display:grid;grid-template-columns:20px 1fr 14px;gap:6px;align-items:center;padding:7px 8px;cursor:pointer;color:var(--cyan)}.referral-how-details>summary::-webkit-details-marker{display:none}.referral-how-details>summary>.icon:first-child{width:17px;height:17px}.referral-how-details>summary>.icon:last-child{width:13px;height:13px;color:#728095;transition:.18s}.referral-how-details[open]>summary>.icon:last-child{transform:rotate(90deg)}.referral-how-details>summary span{display:grid}.referral-how-details>summary strong{font-size:7.8px;color:#eaf0f6}.referral-how-details>summary small{font-size:5.8px;color:var(--muted);margin-top:1px}.referral-how-details .referral-flow-mini{padding:0 8px 7px;margin-top:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:4px 7px!important}.referral-how-details .referral-flow-mini span{grid-template-columns:18px 1fr!important;gap:5px!important;font-size:5.9px!important}.referral-how-details .referral-flow-mini b{width:18px!important;height:18px!important;font-size:5.8px!important}.compact-android-rule{margin:0 8px 8px!important;padding:6px 7px!important;border-radius:10px!important}.compact-android-rule .icon{width:14px;height:14px}.compact-android-rule strong{font-size:6.8px!important}.compact-android-rule span{font-size:5.7px!important;line-height:1.28!important}
.compact-referrals .mini-mission-list{margin-top:5px;gap:4px}.compact-referrals .mini-mission-title{padding:0 2px}.compact-referrals .mini-mission-title span{font-size:5.5px}.compact-referrals .mini-mission-title strong{font-size:7.5px}.mini-mission-cards{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x mandatory;padding:1px 1px 3px;scrollbar-width:none}.mini-mission-cards::-webkit-scrollbar{display:none}.compact-referrals .referral-person.mini-mission{flex:0 0 82%;max-width:310px;scroll-snap-align:start;min-height:84px;padding:7px;border-radius:13px;grid-template-columns:28px 1fr auto}.compact-referrals .referral-person.mini-mission .ref-num{width:26px;height:26px;border-radius:9px;font-size:7px}.compact-referrals .referral-person.mini-mission .ref-person-main strong{font-size:8px}.compact-referrals .referral-person.mini-mission .ref-person-main>span:not(.mini-label){font-size:6px}.compact-referrals .referral-person.mini-mission .ref-person-main small{font-size:5.7px;line-height:1.28}.compact-referrals .referral-person.mini-mission>.status{font-size:5.4px;padding:3px 5px}

/* Recompensas no iPhone: card único, resumo em faixa e instruções recolhíveis. */
.compact-rewards .screen-pad{padding:8px 9px}
.ios-reward-combined{display:grid;grid-template-columns:92px 1fr;gap:9px;align-items:center;padding:8px 9px;border:1px solid rgba(37,244,238,.16);border-radius:16px;background:radial-gradient(circle at 10% 30%,rgba(37,244,238,.07),transparent 38%),linear-gradient(145deg,rgba(37,244,238,.025),rgba(254,44,85,.018));margin-bottom:6px}
.ios-reward-combined img{width:92px;height:80px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(0,0,0,.3))}.ios-reward-combined .kicker{font-size:6px;letter-spacing:.13em;gap:5px}.ios-reward-combined .kicker-dot{width:5px;height:5px}.ios-prize-label{display:block;font-size:6.2px;color:#9aa7b6;margin-top:2px}.ios-reward-combined .title{font-size:21px;margin:3px 0 2px}.ios-reward-combined .subtitle{font-size:6.5px;line-height:1.33}.ios-reward-combined .subtitle b{color:#e7f5f4}
.platform-benefit-status.compact-status{grid-template-columns:repeat(3,1fr);gap:5px;margin:0 0 6px}.platform-benefit-status.compact-status>div{padding:7px 8px;border-radius:12px}.platform-benefit-status.compact-status span{font-size:5.8px}.platform-benefit-status.compact-status strong{font-size:8px;margin-top:2px}
.android-handoff-details{border:1px solid rgba(37,244,238,.16);background:rgba(37,244,238,.025);border-radius:13px;overflow:hidden;margin-bottom:6px}.android-handoff-details>summary{list-style:none;display:grid;grid-template-columns:19px 1fr 13px;gap:6px;align-items:center;padding:7px 8px;color:var(--cyan);cursor:pointer}.android-handoff-details>summary::-webkit-details-marker{display:none}.android-handoff-details>summary>.icon:first-child{width:16px;height:16px}.android-handoff-details>summary>.icon:last-child{width:12px;height:12px;color:#708094;transition:.18s}.android-handoff-details[open]>summary>.icon:last-child{transform:rotate(90deg)}.android-handoff-details>summary span{display:grid}.android-handoff-details>summary strong{font-size:7.5px}.android-handoff-details>summary small{font-size:5.7px;color:var(--muted)}.android-handoff-details>div{padding:0 8px 8px 33px;font-size:6.1px;line-height:1.38;color:#9ca9b9}.android-handoff-details b{color:#dffcf8}.android-handoff-details em{font-style:normal;color:#e4ecf4;font-weight:850}
.compact-next-step{margin-top:0;padding:7px 8px;border-radius:12px}.compact-next-step>div:first-child{width:28px;height:28px;border-radius:9px}.compact-next-step span{font-size:6px}.compact-next-step strong{font-size:8px}.compact-next-step .mini-action{font-size:7.5px}

/* Feedback: avatar do perfil e foto de experiência continuam arquivos separados. */
.feedback-author img{object-fit:cover}.my-feedback-editor-head{align-items:center}

@media(max-width:359px){
  .ios-reward-combined{grid-template-columns:76px 1fr}.ios-reward-combined img{width:76px;height:68px}.ios-reward-combined .title{font-size:18px}
  .referral-compact-intro{grid-template-columns:56px 1fr}.referral-compact-intro img{width:56px;height:48px}.referral-compact-intro .title{font-size:18px}
  .referral-how-details .referral-flow-mini{grid-template-columns:1fr!important}
}
/* Ajustes finais 3.8 */
.compact-rewards .compact-next-step{position:sticky;bottom:0;z-index:4;backdrop-filter:blur(14px);box-shadow:0 -10px 24px rgba(6,8,12,.35)}
.compact-referrals .referral-person.mini-mission>.status{grid-column:auto;margin-top:0;justify-self:auto}

/* ===== TikTok 3.9 — acabamento app + tema claro completo ===== */
.public-top-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}
.theme-switch{min-height:38px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.03);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;font-size:8px;font-weight:850;cursor:pointer;transition:.18s}
.theme-switch:active{transform:scale(.97)}.theme-switch .icon{width:16px;height:16px;color:var(--cyan)}.theme-switch.compact{min-width:38px;padding:0 8px}.theme-switch.compact span{display:none}
.admin-login-card{position:relative}.admin-login-theme{position:absolute;right:14px;top:14px;border:1px solid var(--line);background:rgba(255,255,255,.03);color:var(--muted);border-radius:11px;min-height:34px;padding:0 9px;display:flex;align-items:center;gap:5px;font-size:8px;font-weight:800;cursor:pointer}.admin-login-theme .icon{width:15px;height:15px;color:var(--cyan)}
.admin-theme-toggle{padding:0 11px!important}.admin-theme-toggle span{font-size:9px}

/* Missão: pós-envio mais enxuto e visualmente hierárquico. */
.compact-mission .review-status-compact{padding:6px 7px;border-radius:11px}
.compact-mission .review-status-compact>.icon{width:16px;height:16px}
.compact-mission .review-status-compact strong{font-size:7.9px}.compact-mission .review-status-compact span{font-size:5.9px}.compact-mission .review-status-compact>b{font-size:6px;padding:3px 6px}
.compact-mission .compact-review{display:grid;grid-template-columns:17px 1fr;align-items:center;gap:5px;padding:5px 7px!important;background:rgba(37,244,238,.025)}
.compact-mission .compact-review>.icon{width:15px;height:15px}.compact-mission .compact-review strong{font-size:6.7px!important}.compact-mission .compact-review span{font-size:5.6px!important}
.compact-mission .mission-next-cta{min-height:39px!important;border-radius:12px!important;letter-spacing:-.01em}
.compact-mission .mission-refresh-link{padding:4px 0 0}

/* Indicações: sensação de missão, ação principal no primeiro olhar. */
.compact-referrals .referral-compact-intro{position:relative;overflow:hidden}
.compact-referrals .referral-compact-intro:after{content:"";position:absolute;right:-22px;top:-28px;width:90px;height:90px;border-radius:50%;background:radial-gradient(circle,rgba(254,44,85,.10),transparent 66%);pointer-events:none}
.compact-referrals .compact-ref-progress{background:linear-gradient(145deg,rgba(37,244,238,.025),rgba(255,255,255,.012))}
.compact-referrals .ref-progress-main span:before{content:"META · ";color:var(--cyan);font-weight:900;letter-spacing:.08em}
.compact-referrals .share-card-premium{box-shadow:inset 0 0 0 1px rgba(37,244,238,.025),0 9px 24px rgba(0,0,0,.08)}
.compact-referrals .share-whatsapp-primary{box-shadow:0 10px 24px rgba(39,213,155,.13)}
.compact-referrals .mini-mission-cards{padding-bottom:4px}
.compact-referrals .referral-person.mini-mission{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.018),rgba(37,244,238,.012))}
.compact-referrals .referral-person.mini-mission:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(var(--cyan),rgba(37,244,238,.08))}
.compact-referrals .referral-person.mini-mission .mini-label{letter-spacing:.12em;color:#7c8ca1;font-weight:900}
.compact-referrals .referral-person.mini-mission .status{align-self:start}

/* Recompensas: cabe tudo com folga em telas móveis comuns. */
.compact-rewards .screen-pad{padding:7px 8px}
.compact-rewards .ios-reward-combined{grid-template-columns:82px 1fr;padding:7px 8px;margin-bottom:5px}
.compact-rewards .ios-reward-combined img{width:82px;height:70px}.compact-rewards .ios-reward-combined .title{font-size:19px}
.compact-rewards .platform-benefit-status.compact-status{margin-bottom:5px}.compact-rewards .platform-benefit-status.compact-status>div{padding:6px 7px}
.compact-rewards .android-handoff-details{margin-bottom:5px}.compact-rewards .compact-next-step{padding:6px 7px}
@media (min-height:760px) and (max-width:520px){.compact-rewards .screen-pad{overflow-y:hidden}.compact-referrals .screen-pad{overflow-y:hidden}}

/* ===== Tema claro ===== */
html[data-theme="light"]{
  --bg:#f4f7fb;--bg2:#edf2f7;--surface:#ffffff;--surface2:#f8fafc;--surface3:#edf2f7;
  --text:#111827;--muted:#627084;--muted2:#8793a5;--line:rgba(17,24,39,.12);
  --shadow:0 22px 55px rgba(30,45,65,.12);color-scheme:light
}
html[data-theme="light"] body{background:var(--bg);color:var(--text)}
html[data-theme="light"] .app-shell,
html[data-theme="light"] .public-home,
html[data-theme="light"] .invite-home,
html[data-theme="light"] .auth-shell,
html[data-theme="light"] .access-created{background:radial-gradient(circle at 0 18%,rgba(37,244,238,.08),transparent 28%),radial-gradient(circle at 100% 16%,rgba(254,44,85,.06),transparent 26%),var(--bg)}
html[data-theme="light"] .screen-card,
html[data-theme="light"] .progress-card,
html[data-theme="light"] .auth-card,
html[data-theme="light"] .invite-card,
html[data-theme="light"] .access-created-card,
html[data-theme="light"] .admin-card,
html[data-theme="light"] .metric,
html[data-theme="light"] .profile-account-section,
html[data-theme="light"] .my-feedback-editor,
html[data-theme="light"] .feedback-admin-card{background:#fff;border-color:var(--line);box-shadow:0 10px 28px rgba(32,48,68,.045)}
html[data-theme="light"] .screen-card{background:linear-gradient(180deg,#fff,#fbfcfe)}
html[data-theme="light"] .bottom-nav{background:rgba(255,255,255,.95);border-top-color:var(--line);box-shadow:0 -7px 22px rgba(35,52,72,.06)}
html[data-theme="light"] .nav-btn{color:#7b8798}html[data-theme="light"] .nav-btn.active{color:#087f86;background:rgba(37,244,238,.12)}
html[data-theme="light"] .brand-copy strong,html[data-theme="light"] .title,html[data-theme="light"] h1,html[data-theme="light"] h2,html[data-theme="light"] h3{color:#111827}
html[data-theme="light"] .kicker{color:#5f6f82}.theme-switch{background:rgba(255,255,255,.65)}
html[data-theme="light"] .progress-track{background:#e7edf4}.progress-fill{box-shadow:0 0 12px rgba(37,244,238,.12)}
html[data-theme="light"] .btn-ghost,html[data-theme="light"] .icon-btn{background:#f7f9fc;color:#334155;border-color:var(--line)}
html[data-theme="light"] .input,html[data-theme="light"] .textarea,html[data-theme="light"] .select,html[data-theme="light"] .input-wrap{background:#f8fafc;color:#111827;border-color:rgba(17,24,39,.13)}
html[data-theme="light"] .input::placeholder,html[data-theme="light"] .textarea::placeholder{color:#94a0b1}
html[data-theme="light"] .field label{color:#334155}
html[data-theme="light"] .public-login-link{background:rgba(255,255,255,.76);color:#334155;box-shadow:0 8px 22px rgba(35,52,72,.05)}
html[data-theme="light"] .public-prize-stage{background:linear-gradient(160deg,rgba(37,244,238,.07),rgba(254,44,85,.055)),#fff;box-shadow:0 14px 34px rgba(31,48,70,.07)}
html[data-theme="light"] .public-prize-stage:after{background:linear-gradient(180deg,transparent 62%,rgba(244,247,251,.58))}
html[data-theme="light"] .public-prize-chip{background:rgba(255,255,255,.82);color:#111827;box-shadow:0 8px 20px rgba(35,52,72,.08)}
html[data-theme="light"] .public-description{color:#617084}html[data-theme="light"] .public-existing{color:#78869a}html[data-theme="light"] .public-existing strong{color:#253245}
html[data-theme="light"] .public-summary article,html[data-theme="light"] .public-feedback,html[data-theme="light"] .public-trust,html[data-theme="light"] .public-prizes{background:#fff}
html[data-theme="light"] .public-summary strong,html[data-theme="light"] .public-trust strong,html[data-theme="light"] .public-feedback-head strong{color:#1f2937}
html[data-theme="light"] .public-footer{border-top-color:var(--line);color:#758296}
html[data-theme="light"] .invite-art{background:radial-gradient(circle at 35% 35%,rgba(37,244,238,.10),transparent 35%),radial-gradient(circle at 70% 30%,rgba(254,44,85,.07),transparent 32%),#f7fafc}
html[data-theme="light"] .invite-platform,html[data-theme="light"] .access-prize{background:#f8fafc}html[data-theme="light"] .invite-platform strong{color:#1f2937}
html[data-theme="light"] .auth-sheet-backdrop{background:rgba(25,35,48,.34)}
html[data-theme="light"] .auth-sheet-card{background:#fff;box-shadow:0 -24px 70px rgba(31,45,63,.18)}
html[data-theme="light"] .auth-sheet-handle{background:#cbd5e1}.auth-sheet-head h2{color:var(--text)}
html[data-theme="light"] .auth-sheet-prize{background:linear-gradient(100deg,rgba(37,244,238,.07),rgba(254,44,85,.04))}
html[data-theme="light"] .legal-copy{background:#f8fafc;color:#475569}.legal-section h3{color:var(--text)}
html[data-theme="light"] .legal-section{border-bottom-color:var(--line)}html[data-theme="light"] .legal-section p,html[data-theme="light"] .legal-copy-full p{color:#526175}
html[data-theme="light"] .terms-check{background:#f8fafc;color:#526175}
html[data-theme="light"] .game-hud,html[data-theme="light"] .referral-person,html[data-theme="light"] .proof-card,html[data-theme="light"] .address-saved,html[data-theme="light"] .my-feedback-card{background:#f9fbfd}
html[data-theme="light"] .target-board{background:radial-gradient(circle at center,rgba(37,244,238,.05),transparent 55%),#f8fafc}
html[data-theme="light"] .mission-reward-highlight,html[data-theme="light"] .referral-compact-intro,html[data-theme="light"] .ios-reward-combined{background:linear-gradient(145deg,rgba(37,244,238,.07),rgba(254,44,85,.035));border-color:rgba(5,135,140,.18)}
html[data-theme="light"] .mission-reward-highlight strong,html[data-theme="light"] .referral-how-details>summary strong,html[data-theme="light"] .referral-stat-strip b{color:#1f2937}
html[data-theme="light"] .mission-file{color:#164e52!important;background:rgba(37,244,238,.09)!important}.compact-mission .mission-file strong{color:#164e52!important}.compact-mission .mission-file small{color:#657488!important}
html[data-theme="light"] .mission-access-ok,html[data-theme="light"] .human-review-note,html[data-theme="light"] .android-handoff-details{background:rgba(37,244,238,.06)}
html[data-theme="light"] .review-status-compact{background:rgba(244,189,85,.10)}
html[data-theme="light"] .referral-how-details{background:#fff}.compact-referrals .referral-person.mini-mission{background:linear-gradient(145deg,#fff,#f8fbfd)}
html[data-theme="light"] .share-card-premium{background:linear-gradient(145deg,rgba(37,244,238,.06),#fff)}
html[data-theme="light"] .share-secondary .btn{background:#f8fafc}
html[data-theme="light"] .platform-benefit-status>div,html[data-theme="light"] .info-card,html[data-theme="light"] .summary-tile{background:#f8fafc}
html[data-theme="light"] .next-step-card{background:linear-gradient(145deg,rgba(37,244,238,.07),#fff)}
html[data-theme="light"] .profile-settings,html[data-theme="light"] .profile-account-row{color:#334155}.profile-account-row strong{color:inherit}
html[data-theme="light"] .profile-avatar-camera{background:#fff;box-shadow:0 4px 12px rgba(31,48,68,.14)}
html[data-theme="light"] .feedback-stars-input button{background:#f8fafc;color:#94a3b8}.feedback-stars-input button.active{color:#087f86}
html[data-theme="light"] .feedback-preview-empty,html[data-theme="light"] .feedback-empty-state{background:#f9fbfd}
html[data-theme="light"] .admin-sidebar{background:#fff;border-right-color:var(--line);box-shadow:6px 0 24px rgba(32,48,68,.04)}
html[data-theme="light"] .admin-nav button{color:#667386}.admin-nav button.active{color:#087f86;background:rgba(37,244,238,.12)}
html[data-theme="light"] .data-table th{background:#f1f5f9;color:#526175}html[data-theme="light"] .data-table td{color:#263244}
html[data-theme="light"] .preview-box,html[data-theme="light"] .thumb,html[data-theme="light"] .feedback-admin-product{background:#f4f7fb}
html[data-theme="light"] .level-config{background:#f8fafc}.admin-login-theme{background:#f8fafc;color:#526175}
html[data-theme="light"] .feedback-admin-body p{color:#526175}
html[data-theme="light"] .admin-head-actions .btn{background:#fff}
html[data-theme="light"] .toast{background:#172033;color:#fff}
html[data-theme="light"] .unlock-backdrop{background:rgba(26,36,49,.38)}html[data-theme="light"] .unlock-card{background:#fff}

@media(max-width:420px){.public-top-actions{gap:5px}.theme-switch.compact{width:38px}.compact-mission .screen-pad,.compact-referrals .screen-pad,.compact-rewards .screen-pad{padding-left:7px;padding-right:7px}.compact-referrals .referral-person.mini-mission{flex-basis:88%}}
/* Complementos do tema claro para jogos, autenticação e overlays. */
html[data-theme="light"] .auth-hero{background:radial-gradient(circle at 30% 35%,rgba(37,244,238,.10),transparent 30%),radial-gradient(circle at 70% 30%,rgba(254,44,85,.08),transparent 29%),#f8fafc}
html[data-theme="light"] .auth-prize-copy{background:rgba(255,255,255,.84);color:#111827;box-shadow:0 8px 20px rgba(35,52,72,.08)}
html[data-theme="light"] .segmented{background:#eef3f8}.segmented button.active{box-shadow:0 4px 12px rgba(37,244,238,.08)}
html[data-theme="light"] .auth-proof{background:#f8fafc}.auth-proof p{color:var(--muted)}
html[data-theme="light"] .game-canvas{background:#f8fafc}.target-board,html[data-theme="light"] .memory-board{background:radial-gradient(circle at center,rgba(37,244,238,.05),transparent 58%),#f8fafc}
html[data-theme="light"] .memory-card{background:linear-gradient(145deg,#fff,#eef3f8);color:#7b8798}.memory-card .memory-back{color:#94a0b1}
html[data-theme="light"] .platform-rule{background:#f8fafc;color:#68778a}.platform-rule strong{color:#1f2937}
html[data-theme="light"] .unlock-card{background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 28px 80px rgba(31,45,63,.22)}
html[data-theme="light"] .notification-card,html[data-theme="light"] .shipping-admin-card{background:#fff}
html[data-theme="light"] input:-webkit-autofill,html[data-theme="light"] textarea:-webkit-autofill,html[data-theme="light"] select:-webkit-autofill{-webkit-text-fill-color:#111827!important;caret-color:#111827!important;-webkit-box-shadow:0 0 0 1000px #f8fafc inset!important;box-shadow:0 0 0 1000px #f8fafc inset!important}
html[data-theme="light"] .input-wrap .input.inner:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #f8fafc inset!important}


/* ===== TikTok 3.10.0 — tema global, light neutro e responsividade mobile ===== */
html[data-theme="light"]{
  --bg:#f5f5f7;--bg2:#efeff1;--surface:#ffffff;--surface2:#f8f8f9;--surface3:#f0f0f2;
  --text:#111113;--muted:#5f636d;--muted2:#858991;--line:rgba(17,17,19,.12);
  --cyan:#fe2c55;--pink:#fe2c55;--shadow:0 16px 38px rgba(17,17,19,.08);color-scheme:light
}
html[data-theme="light"] body{background:var(--bg);color:var(--text)}
html[data-theme="light"] .app-shell,
html[data-theme="light"] .public-home,
html[data-theme="light"] .invite-home,
html[data-theme="light"] .auth-shell,
html[data-theme="light"] .access-created{background:radial-gradient(circle at 100% 8%,rgba(254,44,85,.035),transparent 24%),var(--bg)}
html[data-theme="light"] .screen-card,
html[data-theme="light"] .progress-card,
html[data-theme="light"] .auth-card,
html[data-theme="light"] .invite-card,
html[data-theme="light"] .access-created-card,
html[data-theme="light"] .admin-card,
html[data-theme="light"] .metric,
html[data-theme="light"] .profile-account-section,
html[data-theme="light"] .my-feedback-editor,
html[data-theme="light"] .feedback-admin-card{background:#fff;border-color:var(--line);box-shadow:0 8px 22px rgba(17,17,19,.045)}
html[data-theme="light"] .screen-card{background:#fff}
html[data-theme="light"] .title,
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] .brand-copy strong,
html[data-theme="light"] .public-title,
html[data-theme="light"] .public-summary strong,
html[data-theme="light"] .public-trust strong,
html[data-theme="light"] .public-feedback-head strong,
html[data-theme="light"] .mission-reward-highlight strong,
html[data-theme="light"] .referral-how-details>summary strong,
html[data-theme="light"] .referral-stat-strip b,
html[data-theme="light"] .share-ready strong,
html[data-theme="light"] .profile-account-row strong{color:#111113!important}
html[data-theme="light"] .subtitle,
html[data-theme="light"] .public-description,
html[data-theme="light"] .brand-copy span,
html[data-theme="light"] .game-tip,
html[data-theme="light"] .mission-card-title span,
html[data-theme="light"] .referral-compact-intro .subtitle,
html[data-theme="light"] .ios-reward-combined .subtitle,
html[data-theme="light"] .profile-account-row small{color:#62666f!important}
html[data-theme="light"] .kicker{color:#4f535b}
html[data-theme="light"] .kicker-dot{background:#fe2c55;box-shadow:0 0 14px rgba(254,44,85,.22)}
html[data-theme="light"] .btn-primary{color:#fff;background:linear-gradient(135deg,#fe2c55,#ff4d71);box-shadow:0 10px 24px rgba(254,44,85,.18)}
html[data-theme="light"] .btn-primary .icon{color:#fff}
html[data-theme="light"] .btn-ghost,
html[data-theme="light"] .icon-btn{background:#fff;color:#22252a;border-color:#dcdde1}
html[data-theme="light"] .public-login-link{background:#fff;color:#202226;border-color:#dedfe3;box-shadow:0 6px 18px rgba(17,17,19,.05)}
html[data-theme="light"] .public-audience{color:#fe2c55}
html[data-theme="light"] .public-audience:before{background:#fe2c55;box-shadow:none}
html[data-theme="light"] .public-prize-stage{background:linear-gradient(160deg,#fff,#f7f7f8);border-color:#dedfe3;box-shadow:0 12px 30px rgba(17,17,19,.06)}
html[data-theme="light"] .public-prize-stage:after{background:linear-gradient(180deg,transparent 68%,rgba(255,255,255,.55))}
html[data-theme="light"] .public-prize-chip{background:rgba(255,255,255,.94);border-color:#dedfe3;color:#111113}
html[data-theme="light"] .public-existing{color:#6a6e76}html[data-theme="light"] .public-existing strong{color:#1e2024}
html[data-theme="light"] .progress-track{background:#e8e8eb}
html[data-theme="light"] .progress-fill{background:linear-gradient(90deg,#fe2c55,#ff5a79);box-shadow:none}
html[data-theme="light"] .step-dot{color:#767b84}html[data-theme="light"] .step-dot.active,html[data-theme="light"] .step-dot.done{color:#fe2c55}
html[data-theme="light"] .avatar-btn{color:#fe2c55;border-color:rgba(254,44,85,.22);background:rgba(254,44,85,.045)}
html[data-theme="light"] .nav-btn{color:#737882}html[data-theme="light"] .nav-btn.active{color:#fe2c55;background:rgba(254,44,85,.075)}
html[data-theme="light"] .bottom-nav{background:rgba(255,255,255,.97);border-top-color:#e4e4e7;box-shadow:0 -6px 18px rgba(17,17,19,.04)}
html[data-theme="light"] .level-badge,
html[data-theme="light"] .level-title-icon{color:#fe2c55!important;border-color:rgba(254,44,85,.18)!important;background:rgba(254,44,85,.045)!important}
html[data-theme="light"] .game-hud,
html[data-theme="light"] .referral-person,
html[data-theme="light"] .proof-card,
html[data-theme="light"] .address-saved,
html[data-theme="light"] .my-feedback-card,
html[data-theme="light"] .platform-benefit-status>div,
html[data-theme="light"] .info-card,
html[data-theme="light"] .summary-tile{background:#fafafb;border-color:#dedfe3}
html[data-theme="light"] .game-canvas{background:#f4f4f5;border-color:#d9dadd;box-shadow:inset 0 0 0 1px rgba(17,17,19,.02)}
html[data-theme="light"] .memory-board{background:#f4f4f5}
html[data-theme="light"] .memory-card{background:#fff;border-color:#d9dadd;color:#5d6169}
html[data-theme="light"] .memory-card.open,html[data-theme="light"] .memory-card.matched{border-color:rgba(254,44,85,.35);background:rgba(254,44,85,.055);color:#fe2c55}
html[data-theme="light"] .mission-reward-highlight,
html[data-theme="light"] .referral-compact-intro,
html[data-theme="light"] .ios-reward-combined{background:linear-gradient(145deg,#fff,#fafafb);border-color:#dedfe3}
html[data-theme="light"] .mission-reward-highlight span,
html[data-theme="light"] .ios-reward-combined .kicker,
html[data-theme="light"] .referral-compact-intro .kicker{color:#4f535b}
html[data-theme="light"] .mission-steps-card,
html[data-theme="light"] .referral-flow-card,
html[data-theme="light"] .referral-how-details,
html[data-theme="light"] .share-card-premium,
html[data-theme="light"] .next-step-card,
html[data-theme="light"] .android-handoff-details{background:#fff;border-color:#dedfe3;box-shadow:none}
html[data-theme="light"] .mission-file{color:#1c1e22!important;background:#fff!important;border-color:rgba(254,44,85,.28)!important}
html[data-theme="light"] .compact-mission .mission-file strong{color:#17191d!important}
html[data-theme="light"] .compact-mission .mission-file small{color:#666a73!important}
html[data-theme="light"] .compact-mission .mission-file.selected{background:rgba(39,213,155,.055)!important;border-color:rgba(39,213,155,.35)!important}
html[data-theme="light"] .mission-access-ok{background:rgba(39,213,155,.065);border-color:rgba(39,213,155,.24);color:#147a59}
html[data-theme="light"] .human-review-note{background:#fafafb;border-color:#dedfe3}
html[data-theme="light"] .review-status-compact{background:rgba(244,189,85,.11);border-color:rgba(244,189,85,.28)}
html[data-theme="light"] .share-ready{color:#fe2c55}
html[data-theme="light"] .share-secondary .btn{background:#fff}
html[data-theme="light"] .profile-photo-text{color:#fe2c55}
html[data-theme="light"] .profile-stat>.icon{color:#fe2c55}
html[data-theme="light"] .profile-settings{background:#fff;color:#1e2024;border-color:#dedfe3}
html[data-theme="light"] .profile-account-row{color:#25282d}
html[data-theme="light"] .profile-account-row>.icon:first-child{color:#fe2c55}
html[data-theme="light"] .feedback-stars-input button{background:#f6f6f7;color:#a0a3aa}.feedback-stars-input button.active{color:#fe2c55}
html[data-theme="light"] .feedback-preview-empty,html[data-theme="light"] .feedback-empty-state{background:#fafafb;border-color:#dedfe3}
html[data-theme="light"] .input,html[data-theme="light"] .textarea,html[data-theme="light"] .select,html[data-theme="light"] .input-wrap{background:#fff;color:#111113;border-color:#d9dadd}
html[data-theme="light"] .input::placeholder,html[data-theme="light"] .textarea::placeholder{color:#8b8f97}
html[data-theme="light"] .input:focus,html[data-theme="light"] .textarea:focus,html[data-theme="light"] .select:focus,html[data-theme="light"] .input-wrap:focus-within{border-color:rgba(254,44,85,.45);box-shadow:0 0 0 3px rgba(254,44,85,.07)}
html[data-theme="light"] .segmented{background:#f0f0f2}.segmented button.active{color:#fe2c55;background:#fff;box-shadow:0 3px 10px rgba(17,17,19,.06)}
html[data-theme="light"] .terms-check,html[data-theme="light"] .legal-copy,html[data-theme="light"] .auth-proof{background:#fafafb;color:#4f535b}
html[data-theme="light"] .admin-sidebar{background:#fff;border-right-color:#e4e4e7}
html[data-theme="light"] .admin-nav button{color:#676b73}.admin-nav button.active{color:#fe2c55;background:rgba(254,44,85,.075)}
html[data-theme="light"] .data-table th{background:#f4f4f5;color:#4d5158}html[data-theme="light"] .data-table td{color:#22252a}
html[data-theme="light"] .preview-box,html[data-theme="light"] .thumb,html[data-theme="light"] .feedback-admin-product,html[data-theme="light"] .level-config{background:#f7f7f8}
html[data-theme="light"] .toast{background:#111113;color:#fff}
html[data-theme="light"] input:-webkit-autofill,html[data-theme="light"] textarea:-webkit-autofill,html[data-theme="light"] select:-webkit-autofill{-webkit-text-fill-color:#111113!important;caret-color:#111113!important;-webkit-box-shadow:0 0 0 1000px #fff inset!important;box-shadow:0 0 0 1000px #fff inset!important}
html[data-theme="light"] .input-wrap .input.inner:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset!important}

/* Responsividade app: ocupa a viewport e distribui conteúdo sem grandes áreas mortas. */
.app-shell{min-height:100dvh}
.screen-pad{padding:clamp(8px,1.3vh,14px)}
.compact-rewards .screen-pad,
.compact-referrals .screen-pad,
.profile-view .screen-pad,
.compact-mission .screen-pad{display:flex;flex-direction:column;gap:clamp(5px,1vh,10px)}
.compact-rewards .ios-reward-combined{flex:1 1 auto;min-height:118px;max-height:245px;margin-bottom:0}
.compact-rewards .platform-benefit-status.compact-status{margin:0}
.compact-rewards .android-handoff-details{margin:0}
.compact-rewards .compact-next-step{margin-top:auto;position:static}
.profile-view .profile-account-section{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:space-evenly}
.profile-view .profile-account-row{flex:1;min-height:62px}
.compact-referrals .referral-compact-intro{margin-bottom:0}
.compact-referrals .compact-ref-progress{margin:0}
.compact-referrals .share-card-premium{margin:0}
.compact-referrals .referral-how-details{margin:0}
.compact-referrals .mini-mission-list{flex:1;min-height:0;margin-top:0;display:flex;flex-direction:column}
.compact-referrals .mini-mission-cards{display:grid;grid-template-columns:1fr;gap:5px;overflow-y:auto;overflow-x:hidden;scroll-snap-type:none;padding:1px;max-height:220px}
.compact-referrals .referral-person.mini-mission{flex:none;max-width:none;width:100%;min-height:62px;padding:6px 7px;grid-template-columns:28px minmax(0,1fr) auto}
.compact-referrals .referral-person.mini-mission .ref-person-main small{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.compact-mission .mission-proof-panel.compact-proof{margin-top:0}

@media (max-width:520px){
  .app-top{padding-top:calc(8px + var(--safe-t));padding-bottom:6px}
  .brand .brand-img,.brand .brand-logo-fallback{width:38px;height:38px}
  .avatar-btn{width:40px;height:40px}
  .progress-wrap{padding-bottom:6px}.progress-card{padding:9px 11px;border-radius:16px}.progress-track{margin-top:6px}.step-dots{margin-top:6px}
  .main-stage{padding-bottom:5px}.bottom-nav{padding-top:5px}.nav-btn{min-height:48px}
  .compact-rewards .ios-reward-combined{grid-template-columns:88px 1fr;min-height:135px}.compact-rewards .ios-reward-combined img{width:86px;height:78px}
  .compact-referrals .referral-compact-intro{grid-template-columns:64px 1fr}.compact-referrals .referral-compact-intro img{width:64px;height:52px}
  .compact-referrals .share-whatsapp-primary{min-height:50px}.compact-referrals .share-secondary .btn{min-height:40px}
  .compact-referrals .referral-person.mini-mission{min-height:60px}
}
@media (max-height:740px) and (max-width:520px){
  .app-top{padding-top:calc(5px + var(--safe-t));padding-bottom:4px}.progress-wrap{padding-bottom:4px}.progress-card{padding:7px 10px}.progress-head strong{font-size:11px}.step-dots{margin-top:4px}
  .compact-mission .screen-pad,.compact-referrals .screen-pad,.compact-rewards .screen-pad,.profile-view .screen-pad{gap:4px;padding-top:6px;padding-bottom:6px}
  .compact-rewards .ios-reward-combined{min-height:100px;max-height:150px}.compact-rewards .ios-reward-combined .title{font-size:18px}
  .compact-referrals .referral-compact-intro .title{font-size:17px}.compact-referrals .mini-mission-cards{max-height:178px}
  .compact-mission .mission-steps-card{padding:5px 6px}.compact-mission .mission-reward-highlight{padding:5px 6px}.compact-mission .mission-open-btn{min-height:38px}.compact-mission .mission-proof-panel.compact-proof{padding:5px 6px}
  .bottom-nav .nav-btn{min-height:44px}
}
@media (min-height:760px) and (max-width:520px){
  .compact-rewards .screen-pad,.compact-referrals .screen-pad,.profile-view .screen-pad{overflow-y:hidden}
}

/* ===== TikTok 3.11.0 — interface mobile profissional baseada nos mockups aprovados ===== */
:root{
  --app-accent:#fe2c55;
  --app-accent-2:#ff5b78;
  --app-cyan:#25f4ee;
  --app-card-radius:24px;
  --app-control-radius:17px;
  --app-gap:12px;
}

html,body{width:100%;height:100%;overscroll-behavior:none}
body{font-size:14px}
.public-home,.invite-home{height:100dvh;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}
.app-shell{height:100dvh;min-height:100dvh}
.screen-pad{overflow-y:auto!important;-webkit-overflow-scrolling:touch;padding:14px!important}
.compact-rewards .screen-pad,.compact-referrals .screen-pad,.profile-view .screen-pad{overflow-y:auto!important}

/* Estrutura superior do aplicativo */
.app-top{padding:calc(13px + var(--safe-t)) 18px 10px;min-height:74px}
.brand{gap:12px}.brand .brand-img,.brand .brand-logo-fallback{width:48px;height:48px;border-radius:15px}
.brand-copy strong{font-size:15px;letter-spacing:.11em}.brand-copy span{font-size:12px;margin-top:3px}
.avatar-btn{width:48px;height:48px;border-radius:16px;font-size:17px}
.progress-wrap{padding:0 14px 10px}
.progress-card{padding:14px 15px 12px;border-radius:22px}
.progress-head strong{font-size:15px;letter-spacing:-.01em}.progress-head span{font-size:12px}
.progress-track{height:6px;margin-top:10px}
.step-dots.dynamic{margin-top:9px;gap:7px;min-height:34px;overflow-x:auto}
.step-dots.dynamic .step-dot{height:32px;min-width:32px;flex-basis:32px;border-radius:11px;font-size:10px;display:grid;place-items:center;border:1px solid transparent}
.step-dots.dynamic .step-dot.active{background:rgba(254,44,85,.08);border-color:rgba(254,44,85,.14);color:var(--app-accent)}
.step-dots.dynamic .step-dot.done{background:rgba(254,44,85,.045);color:var(--app-accent)}
.main-stage{padding:0 10px 8px}.screen-card{border-radius:26px}.screen-view{min-height:0}
.bottom-nav{padding:7px 8px calc(7px + var(--safe-b));min-height:72px}
.nav-btn{min-height:58px;border-radius:18px;gap:5px;font-size:10px}.nav-btn span{font-size:10px!important;font-weight:780}.nav-btn .icon{width:24px;height:24px!important}
.bottom-nav.five .nav-btn{min-height:58px!important}.bottom-nav.five .nav-btn span{font-size:9px!important}

/* Tipografia e controles no app */
.screen-pad .kicker{font-size:10px;letter-spacing:.16em}.screen-pad .kicker-dot{width:8px;height:8px}
.screen-pad .title{font-size:clamp(27px,8vw,38px);line-height:1.02;margin:7px 0 7px}.screen-pad .subtitle{font-size:13px;line-height:1.48}
.btn{min-height:52px;border-radius:17px;font-size:14px;padding-inline:18px}.btn-primary{font-weight:850}
html[data-theme="light"] .btn-primary{background:linear-gradient(135deg,var(--app-accent),var(--app-accent-2));box-shadow:0 14px 28px rgba(254,44,85,.18)}
html[data-theme="light"] .screen-card{border-color:#dedfe3;box-shadow:0 12px 30px rgba(17,17,19,.045)}

/* Página pública: hero cheio, CTA claro e informação útil sem menu do app */
.public-home-pro{padding:max(18px,var(--safe-t)) 16px max(28px,var(--safe-b));background:radial-gradient(circle at 88% 8%,rgba(254,44,85,.045),transparent 24%),#f5f5f7!important}
.public-home-pro .public-top{max-width:760px}.public-home-pro .public-brand{gap:12px}.public-home-pro .public-brand .brand-img,.public-home-pro .public-brand .brand-logo-fallback{width:56px;height:56px;border-radius:17px}.public-home-pro .public-brand strong{font-size:16px;letter-spacing:.1em}.public-home-pro .public-brand span{font-size:12px;margin-top:4px}
.public-home-pro .public-login-link{min-height:50px;padding:0 15px;border-radius:17px;font-size:11px;gap:8px}
.public-hero-pro{max-width:760px;margin-top:18px;gap:18px}
.public-prize-stage-pro{height:330px;border-radius:30px;background:radial-gradient(circle at 74% 42%,rgba(254,44,85,.16),transparent 43%),radial-gradient(circle at 32% 38%,rgba(37,244,238,.10),transparent 38%),linear-gradient(160deg,#fff,#faf5f7)!important;box-shadow:0 18px 42px rgba(17,17,19,.07)!important}
.public-prize-stage-pro>img{height:275px;width:min(92%,470px);filter:drop-shadow(0 34px 42px rgba(17,17,19,.25))}
.public-prize-stage-pro .public-prize-chip{left:18px;bottom:18px;padding:11px 13px;border-radius:15px}.public-prize-stage-pro .public-prize-chip span{font-size:9px}.public-prize-stage-pro .public-prize-chip strong{font-size:14px;margin-top:4px}
.public-copy-pro{padding:0 2px 2px}.public-copy-pro .kicker{font-size:11px;color:#4f535b}.public-copy-pro .public-audience{font-size:13px;margin-top:13px}.public-copy-pro .public-title{font-size:clamp(36px,10.8vw,54px);line-height:.98;margin:9px 0 12px}.public-copy-pro .public-title span{color:#16181c!important}.public-copy-pro .public-title strong{color:var(--app-accent)!important;text-shadow:none}.public-copy-pro .public-title strong:after{background:var(--app-accent);height:3px;width:54%}
.public-copy-pro .public-description{font-size:15px;line-height:1.48;color:#62666f!important;max-width:680px}
.public-benefit-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:16px 0 3px}.public-benefit-row article{display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center;min-width:0;padding:10px;border:1px solid #e0e1e4;border-radius:17px;background:#fff}.public-benefit-row .icon{color:var(--app-accent);width:21px;height:21px;justify-self:center}.public-benefit-row span{min-width:0}.public-benefit-row strong,.public-benefit-row small{display:block}.public-benefit-row strong{font-size:11px;color:#181a1e;line-height:1.2}.public-benefit-row small{font-size:9px;color:#7a7e86;margin-top:3px;line-height:1.3}
.public-home-pro .public-primary{min-height:62px;border-radius:20px;font-size:17px;margin-top:13px}.public-home-pro .public-existing{font-size:12px;padding:13px 0 3px;color:#737780}.public-home-pro .public-existing strong{color:#1e2024}
.public-info-pro-311{max-width:760px;margin-top:20px;padding:16px;border-radius:24px;background:#fff!important;border-color:#dedfe3!important;box-shadow:0 12px 30px rgba(17,17,19,.045)}
.public-info-pro-311 .public-info-head span{font-size:9px;color:var(--app-accent)}.public-info-pro-311 .public-info-head strong{font-size:15px;line-height:1.25}.public-info-pro-311 .public-info-head small{font-size:9px;padding:7px 9px;background:#fafafa}
.public-steps-four{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:13px}.public-steps-four article{padding:12px;border-radius:16px;background:#fafafb}.public-steps-four b{width:32px;height:32px;border-radius:11px;background:rgba(254,44,85,.07);color:var(--app-accent);font-size:12px}.public-steps-four strong{font-size:12px;color:#1d2025}.public-steps-four span{font-size:10px;line-height:1.4;margin-top:4px}
.public-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.public-trust-grid article{display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:flex-start;padding:12px;border:1px solid #dedfe3;border-radius:17px;background:#fafafb;color:#70747d}.public-trust-grid article.active{border-color:rgba(254,44,85,.22);background:linear-gradient(145deg,rgba(254,44,85,.055),#fff)}.public-trust-grid .icon{width:22px;height:22px;color:var(--app-accent);margin:2px auto}.public-trust-grid strong,.public-trust-grid span{display:block}.public-trust-grid strong{font-size:12px;color:#202226}.public-trust-grid span{font-size:10px;line-height:1.42;margin-top:4px;color:#6c7078}.public-info-pro-311 .public-rule-note{font-size:9px;margin-top:11px;color:#747881}
.public-home-pro .public-feedback,.public-home-pro .public-prizes{max-width:760px;margin-inline:auto;border-radius:24px;border:1px solid #dedfe3;box-shadow:0 12px 30px rgba(17,17,19,.04)}.public-home-pro .public-footer{max-width:760px;margin-inline:auto;margin-top:18px;padding-top:14px;border-top:1px solid #dedfe3}

/* Cabeçalho de missão */
.level-head-pro{align-items:flex-start;gap:12px}.level-title-row{gap:12px}.level-title-icon{width:52px;height:52px;border-radius:17px}.level-title-icon .icon{width:25px;height:25px}.level-badge{width:56px;height:56px;border-radius:18px;font-size:16px}
.level-head-pro .title{font-size:clamp(31px,9vw,42px);margin:6px 0 7px}.level-head-pro .subtitle{font-size:15px;line-height:1.45;max-width:620px}
html[data-theme="light"] .level-title-icon,html[data-theme="light"] .level-badge{color:var(--app-accent)!important;background:rgba(254,44,85,.045)!important;border-color:rgba(254,44,85,.20)!important}

/* Corrida Neon */
.runner-game-view .screen-pad{display:flex;flex-direction:column;gap:13px}
.game-objective-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--line);border-radius:19px;overflow:hidden;background:var(--surface2)}.game-objective-strip>div{min-width:0;display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:center;padding:11px 10px;border-right:1px solid var(--line)}.game-objective-strip>div:last-child{border-right:0}.game-objective-strip .icon{width:22px;height:22px;color:var(--app-accent)}.game-objective-strip span{min-width:0}.game-objective-strip small,.game-objective-strip strong{display:block}.game-objective-strip small{font-size:9px;color:var(--muted)}.game-objective-strip strong{font-size:11px;line-height:1.2;margin-top:2px}
.runner-game-pro{gap:12px;margin-top:0}.runner-canvas-wrap{position:relative;border-radius:22px;overflow:hidden;background:#07101d;box-shadow:0 16px 34px rgba(6,8,12,.18)}.runner-canvas-wrap .game-canvas.runner{width:100%;height:auto;aspect-ratio:720/420;border-radius:22px;border:1px solid rgba(37,244,238,.18);display:block;background:#07101d!important}.runner-canvas-badge{position:absolute;right:12px;top:12px;display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:14px;background:rgba(6,11,26,.72);backdrop-filter:blur(9px);border:1px solid rgba(255,255,255,.16);color:#fff}.runner-canvas-badge .icon{width:18px;height:18px;color:#fff}.runner-canvas-badge span{display:grid;font-size:8px;color:#bfc9d8}.runner-canvas-badge strong{font-size:15px;color:#fff;margin-top:1px}
.game-instruction-card{display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border-radius:18px;border:1px solid rgba(254,44,85,.16);background:linear-gradient(135deg,rgba(254,44,85,.07),rgba(254,44,85,.025));color:var(--app-accent)}.game-instruction-card .icon{width:24px;height:24px;flex:0 0 24px}.game-instruction-card strong,.game-instruction-card span{display:block}.game-instruction-card strong{font-size:13px;color:var(--text)}.game-instruction-card span{font-size:11px;color:var(--muted);line-height:1.4;margin-top:3px}.runner-game-pro .game-main-btn{min-height:58px;font-size:16px}

/* Memória Flash */
.memory-game-view .screen-pad{display:flex;flex-direction:column;gap:12px}.memory-guide-pro{position:relative;margin:0;padding:14px 15px 13px;border-radius:20px;overflow:hidden}.memory-guide-copy{display:flex!important;gap:10px!important;align-items:center!important}.memory-guide-copy>span{display:grid}.memory-guide-copy small{font-size:9px!important;letter-spacing:.13em;color:var(--app-accent)!important;font-weight:900}.memory-guide-copy strong{font-size:15px!important;margin-top:2px}.memory-guide-pro ol{font-size:11px;line-height:1.65;margin-top:11px;padding-left:21px;max-width:72%}.memory-hero-art{position:absolute;right:18px;top:16px;width:96px;height:86px}.memory-hero-art span{position:absolute;width:58px;height:72px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(160deg,#17163d,#071528);border:2px solid var(--app-cyan);color:var(--app-cyan);box-shadow:0 10px 24px rgba(37,244,238,.16)}.memory-hero-art span:first-child{left:3px;top:8px;transform:rotate(-13deg);border-color:#ff45ad;color:#ff5aba}.memory-hero-art span:last-child{right:0;top:0;transform:rotate(10deg)}.memory-hero-art .icon{width:27px;height:27px}
.memory-game-pro{margin-top:0;gap:11px}.memory-hud{padding:11px 13px;border-radius:17px;font-size:12px}.memory-hud span{display:flex;align-items:center;gap:6px}.memory-hud .icon{width:18px;height:18px;color:var(--app-accent)}
.memory-board{gap:10px;padding:11px;border-radius:22px;min-height:0;background:linear-gradient(145deg,#f7f7f8,#f1f1f3)!important}.memory-card{min-height:112px;border-radius:18px;background:radial-gradient(circle at 18% 15%,rgba(37,244,238,.12),transparent 26%),radial-gradient(circle at 82% 86%,rgba(254,44,85,.13),transparent 25%),linear-gradient(145deg,#111938,#071328)!important;border:2px solid rgba(37,244,238,.6)!important;color:#fff!important;box-shadow:0 10px 24px rgba(7,14,32,.16),inset 0 0 0 1px rgba(254,44,85,.22)}.memory-card:nth-child(odd){border-color:rgba(254,44,85,.72)!important}.memory-card .memory-back{font-size:34px;color:#f4f6fb;text-shadow:0 0 18px rgba(37,244,238,.4)}.memory-card .memory-front{color:#fff}.memory-card .memory-front .icon{width:36px;height:36px}.memory-card-pattern{position:absolute;inset:10px;border-radius:12px;background:radial-gradient(circle at 12% 12%,rgba(37,244,238,.18) 0 2px,transparent 3px),radial-gradient(circle at 88% 88%,rgba(254,44,85,.18) 0 2px,transparent 3px);background-size:16px 16px;opacity:.5}.memory-card.open,.memory-card.matched{background:linear-gradient(145deg,#1b1f48,#0f1c38)!important;box-shadow:0 0 28px rgba(37,244,238,.22)}.memory-game-pro .game-main-btn{min-height:58px;font-size:16px}.memory-game-pro .game-tip{font-size:11px}

/* Missão do aplicativo: remove microtextos e mantém upload visível */
.compact-mission .screen-pad{padding:13px!important;gap:10px!important}.compact-mission .level-head{margin-bottom:2px}.compact-mission .level-title-icon{width:46px;height:46px;border-radius:15px}.compact-mission .level-title-icon .icon{width:22px;height:22px}.compact-mission .level-badge{width:48px;height:48px;border-radius:15px;font-size:13px}.compact-mission .level-head-pro .kicker{font-size:9px}.compact-mission .level-head-pro .title{font-size:30px;margin:5px 0}.compact-mission .level-head-pro .subtitle{font-size:12px;line-height:1.42}.compact-mission .mission-reward-highlight{grid-template-columns:92px 1fr;gap:11px;padding:11px;border-radius:18px;margin:0}.compact-mission .mission-reward-highlight img{width:92px;height:74px}.compact-mission .mission-reward-highlight span{font-size:8px}.compact-mission .mission-reward-highlight strong{font-size:14px}.compact-mission .mission-reward-highlight p{font-size:10px;line-height:1.4;margin-top:4px}.compact-mission .mission-steps-card{padding:11px;border-radius:18px;margin:0}.compact-mission .mission-card-title{margin-bottom:8px}.compact-mission .mission-card-title>.icon{width:19px;height:19px;flex-basis:19px}.compact-mission .mission-card-title strong{font-size:12px}.compact-mission .mission-card-title span{font-size:9px}.compact-mission .numbered-step{grid-template-columns:26px 1fr;min-height:32px;gap:8px}.compact-mission .numbered-step b{width:26px;height:26px;font-size:9px}.compact-mission .numbered-step span{font-size:9px;line-height:1.35}.compact-mission .mission-open-btn{min-height:52px;font-size:14px;margin:0}.compact-mission .mission-access-ok.compact{padding:10px 11px;margin:0;border-radius:15px}.compact-mission .mission-access-ok.compact strong{font-size:11px}.compact-mission .mission-access-ok.compact span{font-size:9px}.compact-mission .mission-proof-panel.compact-proof{padding:11px;border-radius:18px}.compact-mission .mission-card-title.proof-title strong{font-size:12px}.compact-mission .mission-card-title.proof-title span{font-size:9px}.compact-mission .proof-inline-form{grid-template-columns:1fr 1fr;gap:8px}.compact-mission .proof-inline-form .mission-file{min-height:52px;padding:8px 10px;border-radius:14px}.compact-mission .proof-inline-form .mission-file strong{font-size:10px!important}.compact-mission .proof-inline-form .mission-file small{font-size:8px!important}.compact-mission .mission-proof-submit{min-height:52px;font-size:11px}.proof-why summary{font-size:9px}.proof-why p{font-size:9px}.proof-why small{font-size:8px}.compact-mission .review-status-compact{padding:10px;border-radius:15px}.compact-mission .review-status-compact strong{font-size:11px}.compact-mission .review-status-compact span{font-size:9px}.compact-mission .review-status-compact>b{font-size:8px;padding:5px 8px}.compact-mission .compact-review{padding:9px 10px!important;grid-template-columns:20px 1fr;gap:8px}.compact-mission .compact-review strong{font-size:10px!important}.compact-mission .compact-review span{font-size:8px!important}.compact-mission .mission-next-cta{min-height:50px!important}.compact-mission .mission-refresh-link{font-size:9px}

/* Indicações: cards verticais, leitura confortável e ação principal forte */
.compact-referrals .screen-pad{display:flex;flex-direction:column;gap:11px!important;padding:13px!important}.compact-referrals .referral-compact-intro{grid-template-columns:105px 1fr;gap:13px;padding:12px 14px;border-radius:20px;margin:0;background:linear-gradient(145deg,#fff,#fff7fa)!important;border-color:#dedfe3!important}.compact-referrals .referral-compact-intro img{width:105px;height:82px}.compact-referrals .referral-compact-intro .kicker{font-size:9px!important}.compact-referrals .referral-compact-intro .title{font-size:30px!important;margin:4px 0 4px}.compact-referrals .referral-compact-intro .subtitle{font-size:11px!important;line-height:1.38!important}
.compact-referrals .compact-ref-progress{padding:12px 13px!important;border-radius:19px!important;margin:0!important;background:#fff!important;border:1px solid #dedfe3}.compact-referrals .ref-progress-main span{font-size:10px!important}.compact-referrals .ref-progress-main strong{font-size:30px!important}.compact-referrals .compact-ref-progress .progress-track{height:6px;margin-top:8px}.compact-referrals .referral-stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:11px}.compact-referrals .referral-stat-strip span{display:grid;text-align:center;font-size:9px;color:#7a7f88;border-right:1px solid #e5e5e7}.compact-referrals .referral-stat-strip span:last-child{border-right:0}.compact-referrals .referral-stat-strip b{font-size:15px!important;color:#17191d!important;margin-bottom:2px}
.compact-referrals .share-card-premium{padding:13px;border-radius:20px;margin:0!important;background:#fff!important;border-color:#dedfe3!important}.compact-referrals .share-ready{margin-bottom:11px}.compact-referrals .share-ready span{font-size:10px}.compact-referrals .share-ready strong{font-size:13px;color:#17191d!important}.compact-referrals .share-whatsapp-primary{min-height:70px!important;border-radius:18px;padding:12px 16px;grid-template-columns:30px 1fr;column-gap:10px}.compact-referrals .share-whatsapp-primary .icon{width:27px;height:27px}.compact-referrals .share-whatsapp-primary span{font-size:16px}.compact-referrals .share-whatsapp-primary small{font-size:9px}.compact-referrals .share-secondary{gap:9px;margin-top:9px}.compact-referrals .share-secondary .btn{min-height:48px!important;font-size:11px}
.compact-referrals .referral-how-details{border-radius:18px;margin:0!important}.compact-referrals .referral-how-details>summary{padding:11px 12px;grid-template-columns:24px 1fr 16px;gap:9px}.compact-referrals .referral-how-details>summary strong{font-size:11px}.compact-referrals .referral-how-details>summary small{font-size:8px}.compact-referrals .referral-flow-mini.numbered{gap:8px;padding:0 11px 11px}.compact-referrals .referral-flow-mini.numbered span{font-size:9px}.compact-referrals .referral-flow-mini.numbered b{width:25px;height:25px;font-size:8px}
.compact-referrals .mini-mission-list{display:flex;flex-direction:column;gap:7px;flex:0 0 auto!important}.compact-referrals .mini-mission-title span{font-size:8px!important}.compact-referrals .mini-mission-title strong{font-size:10px!important}.compact-referrals .mini-mission-cards{display:grid!important;grid-template-columns:1fr!important;gap:9px!important;overflow:visible!important;max-height:none!important;padding:0!important}.compact-referrals .referral-person.mini-mission{width:100%!important;max-width:none!important;min-height:96px!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:11px!important;padding:12px!important;border-radius:18px!important;background:#fff!important;border-color:#dedfe3!important}.compact-referrals .referral-person.mini-mission:before{width:3px;background:linear-gradient(var(--app-accent),rgba(254,44,85,.16))}.compact-referrals .referral-person.mini-mission .ref-num{width:38px;height:38px;border-radius:13px;font-size:11px;color:var(--app-accent);background:rgba(254,44,85,.045);border-color:rgba(254,44,85,.16)}.compact-referrals .referral-person.mini-mission .mini-label{font-size:8px!important;letter-spacing:.12em}.compact-referrals .referral-person.mini-mission .ref-person-main strong{font-size:13px!important;margin-top:2px}.compact-referrals .referral-person.mini-mission .ref-person-main>span:not(.mini-label){font-size:9px!important;line-height:1.35}.compact-referrals .referral-person.mini-mission .ref-person-main small{font-size:8px!important;line-height:1.4!important;-webkit-line-clamp:2!important}.compact-referrals .referral-person.mini-mission>.status{font-size:7px!important;padding:5px 7px!important;border-radius:999px}.compact-referrals .compact-android-rule strong{font-size:10px}.compact-referrals .compact-android-rule span{font-size:8px}

/* Recompensas iPhone: exatamente no conceito do mockup, sem área vazia */
.compact-rewards .screen-pad{display:flex;flex-direction:column;gap:11px!important;padding:13px!important}.compact-rewards .ios-reward-combined{display:grid;grid-template-columns:135px 1fr;gap:14px;min-height:205px!important;max-height:none!important;padding:15px;border-radius:22px;margin:0!important;background:radial-gradient(circle at 8% 54%,rgba(37,244,238,.10),transparent 36%),radial-gradient(circle at 88% 18%,rgba(254,44,85,.09),transparent 34%),#fff!important;border-color:#dedfe3!important}.compact-rewards .ios-reward-combined img{width:135px!important;height:130px!important}.compact-rewards .ios-reward-combined .kicker{font-size:9px!important}.compact-rewards .ios-prize-label{font-size:9px!important;margin-top:4px}.compact-rewards .ios-reward-combined .title{font-size:31px!important;line-height:1;margin:6px 0 5px}.compact-rewards .ios-reward-combined .subtitle{font-size:10px!important;line-height:1.45!important}
.reward-status-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.reward-status-grid>div{display:grid;grid-template-columns:38px 1fr;gap:9px;align-items:center;min-height:82px;padding:11px;border:1px solid #dedfe3;border-radius:18px;background:#fff}.reward-status-grid .icon{width:23px;height:23px;color:var(--app-accent);justify-self:center}.reward-status-grid span{min-width:0}.reward-status-grid small,.reward-status-grid strong,.reward-status-grid em{display:block}.reward-status-grid small{font-size:9px;color:#747982}.reward-status-grid strong{font-size:14px;color:#16181c;margin-top:2px}.reward-status-grid em{font-size:8px;color:#8a8e96;margin-top:3px;font-style:normal;line-height:1.3}
.android-handoff-pro{margin:0!important;border-radius:18px!important}.android-handoff-pro>summary{padding:12px!important;grid-template-columns:25px 1fr 16px!important;gap:9px!important}.android-handoff-pro>summary>.icon:first-child{width:22px!important;height:22px!important}.android-handoff-pro>summary strong{font-size:12px!important}.android-handoff-pro>summary small{font-size:9px!important}.handoff-steps{display:grid!important;grid-template-columns:repeat(3,1fr);gap:0;padding:0 12px 13px!important;margin:0!important}.handoff-steps>span{display:grid;grid-template-columns:30px 1fr;gap:7px;padding:7px 9px;border-right:1px solid #e2e3e6}.handoff-steps>span:last-child{border-right:0}.handoff-steps b{grid-row:1/3;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(254,44,85,.08);color:var(--app-accent);font-size:11px}.handoff-steps strong{font-size:10px;color:#17191d}.handoff-steps small{font-size:8px;color:#7b7f88;line-height:1.35}
.reward-journey{border:1px solid #dedfe3;border-radius:19px;background:#fff;padding:12px}.reward-journey-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-end}.reward-journey-head strong{font-size:12px}.reward-journey-head span{font-size:8px;color:#7d8189;text-align:right}.reward-journey-track{display:grid;grid-template-columns:auto 1fr auto 1fr auto 1fr auto;align-items:center;gap:6px;margin-top:12px}.reward-journey-track>span{display:grid;place-items:center;text-align:center;color:#8c9199}.reward-journey-track>span .icon{width:20px;height:20px}.reward-journey-track>span b{font-size:8px;line-height:1.15;margin-top:5px}.reward-journey-track>span.active,.reward-journey-track>span.done{color:var(--app-accent)}.reward-journey-track>i{height:2px;background:#e2e3e6;border-radius:99px}
.reward-tip{display:flex;gap:10px;align-items:flex-start;padding:11px 12px;border:1px solid rgba(37,140,255,.14);border-radius:17px;background:rgba(37,140,255,.045);color:#278cff}.reward-tip .icon{width:22px;height:22px}.reward-tip strong,.reward-tip span{display:block}.reward-tip strong{font-size:11px}.reward-tip span{font-size:9px;color:#68717d;line-height:1.4;margin-top:3px}.reward-next-step{margin:0!important;padding:11px 12px!important;border-radius:17px!important}.reward-next-step>div:first-child{width:38px!important;height:38px!important;border-radius:12px!important;background:rgba(254,44,85,.07)!important;color:var(--app-accent)!important}.reward-next-step span{font-size:9px!important}.reward-next-step strong{font-size:12px!important}.reward-next-step .mini-action{font-size:10px!important;color:var(--app-accent)!important}

/* Perfil */
.profile-view .screen-pad{display:flex;flex-direction:column;gap:11px!important;padding:13px!important}.profile-head-premium{display:grid;grid-template-columns:84px 1fr auto;padding:7px 55px 6px 5px;gap:13px;min-height:112px}.profile-avatar{width:84px;height:84px;border-radius:24px;font-size:29px}.profile-avatar-camera{width:25px;height:25px;border-radius:9px;right:4px;bottom:4px}.profile-avatar-camera .icon{width:14px;height:14px}.profile-identity .kicker{font-size:10px}.profile-head .title{font-size:31px;margin:5px 0 3px}.profile-head .subtitle{font-size:13px}.profile-photo-text{font-size:10px;padding-top:6px;color:var(--app-accent)!important}.profile-settings{width:48px;height:48px;border-radius:16px}.profile-status-pill{position:absolute;right:56px;top:6px;display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(39,213,155,.09);border:1px solid rgba(39,213,155,.16);color:#167b5a;font-size:9px;font-weight:800}.profile-status-pill i{width:8px;height:8px;border-radius:50%;background:#13b77d}
.profile-grid{grid-template-columns:1fr 1fr;gap:9px;margin:0}.profile-stat{grid-template-columns:30px 1fr;min-height:92px!important;padding:12px;border-radius:18px}.profile-stat>.icon{width:22px;height:22px;grid-row:1/4;color:var(--app-accent)!important}.profile-stat span{font-size:10px}.profile-stat strong{font-size:16px;margin-top:3px}.profile-stat small{font-size:8px;color:#858a93;margin-top:3px;line-height:1.3}
.profile-current-card{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:11px 12px;border-radius:18px;border:1px solid rgba(254,44,85,.16);background:linear-gradient(135deg,rgba(254,44,85,.065),rgba(254,44,85,.025));color:var(--app-accent)}.profile-current-card>.icon{width:23px;height:23px;justify-self:center}.profile-current-card div{min-width:0}.profile-current-card strong,.profile-current-card span{display:block}.profile-current-card strong{font-size:12px;color:#17191d}.profile-current-card span{font-size:9px;color:#737881;line-height:1.35;margin-top:3px}.profile-current-card button{border:0;background:var(--app-accent);color:#fff;border-radius:12px;min-height:38px;padding:0 10px;font-size:9px;font-weight:820;display:flex;align-items:center;gap:4px}.profile-current-card button .icon{width:14px;height:14px}
.profile-view .profile-account-section{flex:0 0 auto!important;margin:0;padding:13px;border-radius:22px}.profile-account-title span{font-size:9px}.profile-account-title strong{font-size:14px!important;margin-top:3px}.profile-view .profile-account-row{flex:none!important;min-height:70px!important;grid-template-columns:30px 1fr 18px;gap:10px;padding:10px 4px;border-top-color:#e8e8ea}.profile-account-row>.icon:first-child{width:23px;height:23px;color:var(--app-accent)!important}.profile-account-row strong{font-size:12px!important}.profile-account-row small{font-size:9px!important;line-height:1.35;margin-top:3px}

/* Feedbacks */
.feedback-view .screen-pad{padding:13px!important}.community-feedback-block.first{margin:0 0 12px}.feedback-section-head{align-items:center}.feedback-section-head>div:first-child span{font-size:9px}.feedback-section-head>div:first-child strong{font-size:17px;margin-top:3px}.feedback-count-chip{display:flex!important;align-items:center;gap:6px!important;padding:7px 9px;border-radius:999px;background:#fafafb;border:1px solid #dedfe3}.feedback-count-chip .icon{width:18px;height:18px;color:#222}.feedback-count-chip span{font-size:9px!important;color:#555b64!important;letter-spacing:0!important;font-weight:700!important}
.feedback-view .feedback-section{margin-top:8px}.feedback-view .feedback-section>.section-row{display:none}.feedback-view .feedback-scroll{display:grid;gap:10px;overflow:visible;padding:0}.feedback-view .feedback-card{max-width:none;flex:none;width:100%;padding:12px;border-radius:19px;background:#fff!important;box-shadow:none}.feedback-view .feedback-review-card.has-product{display:grid;grid-template-columns:minmax(0,1fr) 142px;gap:12px;align-items:stretch}.feedback-view .feedback-author img,.feedback-view .feedback-avatar{width:42px;height:42px;border-radius:50%}.feedback-view .feedback-author strong{font-size:12px}.feedback-view .feedback-author span{font-size:9px}.feedback-view .rating-stars{font-size:13px;margin:3px 0}.feedback-view .feedback-review-card>div>p{font-size:10px;line-height:1.5;color:#545a64!important;margin:8px 0 0}.feedback-view .feedback-product-wrap{height:100%;min-height:112px;border-radius:15px;background:#f6f6f7!important}.feedback-view .feedback-product-wrap img.feedback-product{height:100px}.feedback-view .feedback-product-wrap span{font-size:8px;color:#343940;padding:7px 8px}.feedback-empty-pro{min-height:78px;padding:14px!important;border-radius:18px!important}.feedback-empty-pro strong{font-size:12px!important}.feedback-empty-pro span{font-size:9px!important}
.my-feedback-editor{padding:14px;border-radius:22px;background:#fff!important;margin:0!important}.my-feedback-editor-head{position:relative;display:grid;grid-template-columns:28px 1fr auto;gap:10px;margin-bottom:12px}.my-feedback-editor-head>.icon{width:24px;height:24px;color:var(--app-accent)}.my-feedback-editor-head span{font-size:9px}.my-feedback-editor-head strong{font-size:17px;color:#17191d!important;margin-top:3px}.my-feedback-editor-head small{font-size:9px;line-height:1.35}.feedback-privacy-badge{display:flex;align-items:center;gap:5px;align-self:start;padding:7px 9px;border-radius:999px;border:1px solid rgba(254,44,85,.16);background:rgba(254,44,85,.045);color:var(--app-accent);font-size:8px;white-space:nowrap}.feedback-privacy-badge .icon{width:14px;height:14px}.participant-feedback-form.compact{margin:0;padding:13px;border-radius:19px;gap:11px}.participant-feedback-form.compact .field{gap:7px}.participant-feedback-form.compact .field label{font-size:12px;color:#30343a}.feedback-stars-input{gap:8px}.feedback-stars-input button{width:48px;height:48px;border-radius:14px}.feedback-stars-input button .icon{width:23px;height:23px}.feedback-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.feedback-label-row small{font-size:9px;color:#8a8e96}.participant-feedback-form.compact .textarea{min-height:118px!important;font-size:16px;line-height:1.45;padding:13px 14px;border-radius:16px}.feedback-upload-row{display:grid;grid-template-columns:1fr auto;gap:9px;align-items:stretch}.feedback-upload-row .file-tile{margin:0;min-height:62px;padding:10px 12px;border-radius:16px}.feedback-upload-row .file-tile strong{font-size:11px}.feedback-upload-row .file-tile small{font-size:8px}.feedback-upload-row .feedback-remove-photo{min-height:62px}.feedback-submit{min-height:58px;font-size:16px}.feedback-private-note{font-size:9px;line-height:1.4}

/* Android prize screen also follows the same density */
.prize-view:not(.ios-benefit-view) .screen-pad{display:flex;flex-direction:column;gap:11px}.prize-hero-card{display:grid;grid-template-columns:145px 1fr;gap:14px;align-items:center;padding:15px;border:1px solid var(--line);border-radius:22px;background:radial-gradient(circle at 15% 50%,rgba(37,244,238,.08),transparent 37%),radial-gradient(circle at 90% 20%,rgba(254,44,85,.06),transparent 32%),var(--surface)}.prize-hero-card img{width:145px;height:130px;object-fit:contain}.prize-hero-card .title{font-size:31px;margin:5px 0}.prize-hero-card .subtitle{font-size:11px}.prize-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.prize-info-grid .info-card{min-height:76px;padding:11px;border-radius:17px}.prize-info-grid .info-card .icon{width:23px;height:23px}.prize-info-grid .info-card span{font-size:9px}.prize-info-grid .info-card strong{font-size:12px}

/* Light mode refinements for the new components */
html[data-theme="light"] .game-objective-strip,html[data-theme="light"] .memory-guide-pro,html[data-theme="light"] .reward-journey,html[data-theme="light"] .reward-status-grid>div,html[data-theme="light"] .profile-current-card,html[data-theme="light"] .feedback-view .feedback-card,html[data-theme="light"] .my-feedback-editor{border-color:#dedfe3}
html[data-theme="light"] .game-objective-strip{background:#fafafb}.game-objective-strip strong{color:var(--text)}
html[data-theme="light"] .memory-guide-pro{background:linear-gradient(135deg,#fff,#fff8fa)}
html[data-theme="light"] .compact-mission .mission-reward-highlight,html[data-theme="light"] .compact-mission .mission-steps-card,html[data-theme="light"] .compact-mission .mission-proof-panel{background:#fff;border-color:#dedfe3}
html[data-theme="light"] .compact-referrals .referral-how-details{background:#fff;border-color:#dedfe3}
html[data-theme="light"] .profile-status-pill{color:#167b5a}
html[data-theme="light"] .rating-stars .on{color:var(--app-accent);text-shadow:none}
html[data-theme="light"] .feedback-stars-input button{background:#f7f7f8;color:#a2a6ad;border-color:#dedfe3}html[data-theme="light"] .feedback-stars-input button.active{background:rgba(254,44,85,.055);color:var(--app-accent);border-color:rgba(254,44,85,.22)}

/* Ajustes por tamanho: iPhone/Android pequenos e grandes */
@media(max-width:520px){
  .public-home-pro{padding-left:13px;padding-right:13px}.public-home-pro .public-brand .brand-img,.public-home-pro .public-brand .brand-logo-fallback{width:50px;height:50px}.public-home-pro .public-login-link{min-height:46px;padding:0 12px}.public-prize-stage-pro{height:285px}.public-prize-stage-pro>img{height:238px}.public-copy-pro .public-title{font-size:clamp(34px,10.3vw,46px)}
  .public-benefit-row article{grid-template-columns:28px 1fr;padding:9px 7px}.public-benefit-row strong{font-size:9px}.public-benefit-row small{font-size:8px}.public-benefit-row .icon{width:19px;height:19px}
  .app-top{padding-left:14px;padding-right:14px}.progress-wrap{padding-left:10px;padding-right:10px}.main-stage{padding-left:7px;padding-right:7px}.screen-pad{padding:12px!important}
  .compact-referrals .screen-pad,.compact-rewards .screen-pad,.profile-view .screen-pad,.compact-mission .screen-pad{padding:11px!important}
  .compact-referrals .referral-compact-intro{grid-template-columns:86px 1fr}.compact-referrals .referral-compact-intro img{width:86px;height:70px}.compact-referrals .referral-compact-intro .title{font-size:26px!important}
  .compact-rewards .ios-reward-combined{grid-template-columns:108px 1fr;min-height:182px!important}.compact-rewards .ios-reward-combined img{width:108px!important;height:105px!important}.compact-rewards .ios-reward-combined .title{font-size:27px!important}.compact-rewards .ios-reward-combined .subtitle{font-size:9px!important}
  .profile-head-premium{grid-template-columns:74px 1fr auto;padding-right:50px}.profile-avatar{width:74px;height:74px}.profile-head .title{font-size:27px}.profile-status-pill{right:51px;top:2px;font-size:8px;padding:6px 8px}
  .feedback-view .feedback-review-card.has-product{grid-template-columns:minmax(0,1fr) 118px}.feedback-view .feedback-product-wrap img.feedback-product{height:92px}
}
@media(max-width:390px){
  .brand .brand-img,.brand .brand-logo-fallback{width:43px;height:43px}.brand-copy strong{font-size:13px}.brand-copy span{font-size:10px}.avatar-btn{width:43px;height:43px}.app-top{min-height:65px;padding-top:calc(9px + var(--safe-t));padding-bottom:7px}.progress-card{padding:11px 12px}.progress-head strong{font-size:13px}.step-dots.dynamic .step-dot{height:29px;min-width:29px;flex-basis:29px;font-size:9px}.bottom-nav{min-height:66px}.nav-btn,.bottom-nav.five .nav-btn{min-height:52px!important}.nav-btn .icon{width:21px!important;height:21px!important}.nav-btn span,.bottom-nav.five .nav-btn span{font-size:8px!important}
  .public-prize-stage-pro{height:255px}.public-prize-stage-pro>img{height:215px}.public-benefit-row{gap:6px}.public-benefit-row article{display:flex;flex-direction:column;text-align:center;gap:5px}.public-steps-four{grid-template-columns:1fr}.public-trust-grid{grid-template-columns:1fr}
  .level-title-icon{width:46px;height:46px}.level-badge{width:48px;height:48px}.level-head-pro .title{font-size:30px}.level-head-pro .subtitle{font-size:13px}.game-objective-strip>div{grid-template-columns:1fr;text-align:center;justify-items:center;gap:4px;padding:9px 6px}.game-objective-strip small{font-size:8px}.game-objective-strip strong{font-size:9px}.runner-canvas-badge{padding:7px 9px}
  .memory-guide-pro ol{max-width:68%;font-size:10px}.memory-hero-art{right:10px;transform:scale(.86);transform-origin:top right}.memory-card{min-height:94px}
  .compact-referrals .referral-compact-intro{grid-template-columns:72px 1fr;padding:10px}.compact-referrals .referral-compact-intro img{width:72px;height:60px}.compact-referrals .referral-compact-intro .title{font-size:23px!important}.compact-referrals .referral-compact-intro .subtitle{font-size:9px!important}.compact-referrals .referral-person.mini-mission{grid-template-columns:36px minmax(0,1fr)!important}.compact-referrals .referral-person.mini-mission>.status{grid-column:2!important;justify-self:start!important;margin-top:2px}.compact-referrals .referral-stat-strip span{font-size:8px}.compact-referrals .share-whatsapp-primary span{font-size:14px}
  .compact-rewards .ios-reward-combined{grid-template-columns:92px 1fr;min-height:165px!important;padding:11px}.compact-rewards .ios-reward-combined img{width:92px!important;height:92px!important}.compact-rewards .ios-reward-combined .title{font-size:23px!important}.reward-status-grid>div{grid-template-columns:30px 1fr;padding:9px;min-height:72px}.reward-status-grid .icon{width:20px;height:20px}.reward-status-grid strong{font-size:12px}.handoff-steps{grid-template-columns:1fr!important}.handoff-steps>span{border-right:0;border-bottom:1px solid #e2e3e6}.handoff-steps>span:last-child{border-bottom:0}.reward-journey-head{display:block}.reward-journey-head span{display:block;text-align:left;margin-top:3px}.reward-journey-track{gap:3px}.reward-journey-track>span b{font-size:7px}
  .profile-head-premium{grid-template-columns:64px 1fr;padding-left:0;padding-right:47px}.profile-avatar{width:64px;height:64px}.profile-head .title{font-size:23px}.profile-head .subtitle{font-size:11px}.profile-status-pill{display:none}.profile-settings{width:43px;height:43px}.profile-stat{min-height:82px!important;grid-template-columns:25px 1fr;padding:10px}.profile-stat>.icon{width:20px;height:20px}.profile-stat strong{font-size:14px}.profile-current-card{grid-template-columns:30px 1fr}.profile-current-card button{grid-column:2;justify-self:start}.profile-view .profile-account-row{min-height:64px!important}
  .feedback-view .feedback-review-card.has-product{grid-template-columns:1fr}.feedback-view .feedback-product-wrap{display:grid;grid-template-columns:100px 1fr;min-height:82px}.feedback-view .feedback-product-wrap img.feedback-product{height:82px;width:100px}.feedback-view .feedback-product-wrap span{align-self:center}.my-feedback-editor-head{grid-template-columns:24px 1fr}.feedback-privacy-badge{grid-column:2;justify-self:start}.feedback-stars-input{gap:6px}.feedback-stars-input button{width:43px;height:43px}.feedback-upload-row{grid-template-columns:1fr}.feedback-upload-row .feedback-remove-photo{min-height:48px}
}
@media(max-height:740px) and (max-width:520px){
  .app-top{padding-top:calc(6px + var(--safe-t));min-height:58px}.progress-wrap{padding-bottom:5px}.progress-card{padding-top:9px;padding-bottom:8px}.step-dots.dynamic{min-height:28px;margin-top:5px}.step-dots.dynamic .step-dot{height:26px;min-width:26px;flex-basis:26px}.bottom-nav{padding-top:5px}.nav-btn,.bottom-nav.five .nav-btn{min-height:46px!important}
  .runner-game-view .screen-pad,.memory-game-view .screen-pad{gap:8px!important}.level-head-pro .title{font-size:26px}.level-head-pro .subtitle{font-size:11px}.game-objective-strip>div{padding-block:7px}.game-instruction-card{padding:9px 10px}.runner-game-pro .game-main-btn,.memory-game-pro .game-main-btn{min-height:50px}
  .memory-guide-pro{padding:10px}.memory-guide-pro ol{font-size:9px;line-height:1.45;margin-top:7px}.memory-card{min-height:78px}.memory-board{gap:7px;padding:8px}.memory-game-pro .game-tip{display:none}
}

/* ===== TikTok 3.11.0 — ajustes finais de contraste e encaixe mobile ===== */
.public-home-pro .public-login-link{width:auto!important;min-width:132px!important;justify-content:center!important;padding:0 13px!important;gap:7px!important}
.public-home-pro .public-login-link span{display:inline!important;white-space:nowrap}
.memory-guide-pro{flex:0 0 auto!important;min-height:148px!important}
.memory-game-view .level-head-pro,.memory-game-pro .memory-hud,.memory-game-pro .memory-board,.memory-game-pro .game-main-btn{flex-shrink:0}
html[data-theme="light"] .memory-guide-pro strong{color:#17181b!important}
html[data-theme="light"] .memory-guide-pro ol{color:#616773!important}
html[data-theme="light"] .compact-mission .mission-card-title strong{color:#17181b!important}
html[data-theme="light"] .compact-mission .mission-card-title span{color:#666c77!important}
html[data-theme="light"] .compact-mission .numbered-step span{color:#626975!important}
html[data-theme="light"] .compact-mission .mission-proof-panel>strong{color:#17181b!important}
html[data-theme="light"] .compact-mission .mission-proof-panel>p,
html[data-theme="light"] .compact-mission .mission-proof-lock{color:#69717e!important}
html[data-theme="light"] .feedback-empty-pro strong{color:#30353c!important}
html[data-theme="light"] .feedback-empty-pro span{color:#717987!important}
@media(max-width:390px){
  .public-home-pro .public-login-link{min-width:122px!important;padding:0 10px!important}
  .public-home-pro .public-login-link span{font-size:9px!important}
  .memory-guide-pro{min-height:140px!important}
}
@media(max-height:740px) and (max-width:520px){
  .memory-guide-pro{min-height:126px!important}
}
.compact-referrals .referral-compact-intro,
.compact-referrals .compact-ref-progress,
.compact-referrals .share-card-premium,
.compact-referrals .referral-how-details{flex:0 0 auto!important}
.compact-referrals .referral-compact-intro{min-height:108px!important}
.compact-referrals .referral-how-details{min-height:58px}

/* Preserva o tema escuro configurável sem perder o novo layout 3.11 */
html[data-theme="dark"] .public-home-pro{background:radial-gradient(circle at 88% 8%,rgba(254,44,85,.07),transparent 24%),var(--bg)!important}
html[data-theme="dark"] .public-benefit-row article,
html[data-theme="dark"] .public-info-pro-311,
html[data-theme="dark"] .compact-referrals .referral-compact-intro,
html[data-theme="dark"] .compact-referrals .compact-ref-progress,
html[data-theme="dark"] .compact-referrals .share-card-premium,
html[data-theme="dark"] .compact-referrals .referral-person.mini-mission,
html[data-theme="dark"] .compact-rewards .ios-reward-combined,
html[data-theme="dark"] .reward-status-grid>div,
html[data-theme="dark"] .reward-journey,
html[data-theme="dark"] .feedback-view .feedback-card,
html[data-theme="dark"] .my-feedback-editor{background:var(--surface)!important;border-color:var(--line)!important}
html[data-theme="dark"] .feedback-view .feedback-product-wrap{background:var(--surface2)!important}
html[data-theme="dark"] .public-benefit-row strong,
html[data-theme="dark"] .public-home-pro .public-existing strong,
html[data-theme="dark"] .compact-referrals .referral-stat-strip b,
html[data-theme="dark"] .compact-referrals .share-ready strong,
html[data-theme="dark"] .reward-status-grid strong,
html[data-theme="dark"] .my-feedback-editor-head strong,
html[data-theme="dark"] .participant-feedback-form.compact .field label{color:var(--text)!important}
html[data-theme="dark"] .feedback-view .feedback-review-card>div>p,
html[data-theme="dark"] .feedback-view .feedback-product-wrap span{color:var(--muted)!important}
html[data-theme="light"] .prize-info-grid .info-card strong{color:#17191d!important}
.public-home-pro .public-brand span{white-space:nowrap}
@media(max-width:520px){.public-home-pro .public-brand span{font-size:10.5px!important}}
@media(max-width:390px){.public-home-pro .public-brand span{font-size:9.5px!important}}
.game-objective-strip{flex:0 0 auto!important;min-height:66px}
@media(max-width:390px){.game-objective-strip{min-height:62px}}


/* ===== TikTok 3.11.1 — refinamentos finais solicitados ===== */
/* Perfil: badge de status passa a ocupar seu próprio lugar no cabeçalho. */
.profile-head-premium{grid-template-columns:84px minmax(0,1fr) auto!important;align-items:start!important;padding:8px 6px 6px 5px!important;gap:14px!important;min-height:116px!important}
.profile-identity{min-width:0}
.profile-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.profile-meta-row .kicker{margin:0}
.profile-status-pill{position:static!important;right:auto!important;top:auto!important;display:inline-flex!important;flex:0 0 auto;max-width:100%;white-space:nowrap}
.profile-settings{position:static!important;align-self:start;justify-self:end;margin-top:2px}
.profile-head .title{line-height:1.02}

/* Memória Flash: mais espaço, sem corte no topo e com botão totalmente visível. */
.memory-game-view .screen-pad{padding:16px 14px calc(20px + var(--safe-b))!important;gap:14px!important}
.memory-game-view .level-head{margin-bottom:2px!important}
.memory-game-view .level-head-pro .kicker{font-size:10px!important;letter-spacing:.16em!important;color:#5c626e!important}
.memory-game-view .level-head-pro .title{font-size:clamp(30px,8.6vw,46px)!important;line-height:1.02!important;margin:6px 0 8px!important}
.memory-game-view .level-head-pro .subtitle{font-size:14px!important;line-height:1.44!important;color:#5f6672!important;max-width:92%}
.memory-guide-pro{padding:17px 18px 16px!important;border-radius:22px!important;border:1px solid #e7dfe4!important;background:linear-gradient(145deg,#fff,#fff7fa)!important;box-shadow:0 12px 26px rgba(254,44,85,.06)!important;min-height:168px!important}
.memory-guide-copy small{font-size:11px!important}
.memory-guide-copy strong{font-size:17px!important;color:#17181b!important}
.memory-guide-pro ol{margin-top:12px!important;max-width:60%!important;padding-left:22px!important;font-size:11px!important;line-height:1.62!important;color:#5f6672!important}
.memory-hero-art{right:18px!important;top:18px!important;width:128px!important;height:112px!important;transform:none!important}
.memory-hero-art span{width:72px!important;height:88px!important;border-radius:16px!important;box-shadow:0 14px 28px rgba(37,244,238,.14)!important,0 14px 28px rgba(254,44,85,.08)!important}
.memory-hero-art .icon{width:30px!important;height:30px!important}
.memory-game-pro{display:grid!important;gap:12px!important}
.memory-game-pro .memory-hud{padding:12px 14px!important;border-radius:18px!important;font-size:13px!important;background:#fff!important;border-color:#dedfe3!important}
.memory-game-pro .memory-hud strong{font-size:16px!important;color:#17181b!important}
.memory-game-pro .memory-hud span:last-child{color:#656c77!important}
.memory-board{padding:13px!important;gap:11px!important;border-radius:24px!important}
.memory-card{min-height:124px!important;border-radius:20px!important}
.memory-card .memory-front .icon{width:38px!important;height:38px!important}
.memory-game-pro .game-main-btn{min-height:60px!important;font-size:16px!important;margin-top:2px!important;border-radius:20px!important;box-shadow:0 18px 34px rgba(254,44,85,.18)!important}
.memory-game-pro .game-tip{font-size:11px!important;color:#67707c!important;margin:0 4px 2px!important;text-align:center}

/* Missão do Aplicativo: reforça contraste e aproxima do mockup aprovado. */
.compact-mission .screen-pad{padding:16px 14px calc(20px + var(--safe-b))!important;gap:12px!important}
.compact-mission .level-head{margin-bottom:2px!important}
.compact-mission .level-head-pro .kicker{font-size:10px!important;letter-spacing:.16em!important;color:#5c626e!important}
.compact-mission .level-head-pro .title{font-size:clamp(31px,8.8vw,46px)!important;line-height:1.02!important;margin:6px 0 8px!important}
.compact-mission .level-head-pro .subtitle{font-size:14px!important;line-height:1.45!important;color:#5f6672!important;max-width:94%}
.compact-mission .mission-reward-highlight,.compact-mission .mission-steps-card,.compact-mission .mission-proof-panel{background:linear-gradient(145deg,#fff,#fff7fa)!important;border:1px solid #e3e1e5!important;box-shadow:0 10px 24px rgba(17,17,19,.04)!important}
.compact-mission .mission-reward-highlight{grid-template-columns:96px 1fr!important;gap:12px!important;padding:12px!important;border-radius:20px!important}
.compact-mission .mission-reward-highlight img{width:96px!important;height:76px!important}
.compact-mission .mission-reward-highlight span{font-size:10px!important;letter-spacing:.15em!important;color:var(--app-accent)!important;font-weight:900!important}
.compact-mission .mission-reward-highlight strong{font-size:18px!important;color:#131519!important}
.compact-mission .mission-reward-highlight p{font-size:12px!important;line-height:1.45!important;color:#5d6570!important}
.compact-mission .mission-steps-card{padding:12px!important;border-radius:20px!important}
.compact-mission .mission-card-title{gap:9px!important;margin-bottom:10px!important}
.compact-mission .mission-card-title>.icon{width:21px!important;height:21px!important;flex-basis:21px!important;color:var(--app-accent)!important}
.compact-mission .mission-card-title strong{font-size:13px!important;color:#17181b!important}
.compact-mission .mission-card-title span{font-size:10px!important;color:#666d78!important;line-height:1.35!important}
.compact-mission .numbered-step{grid-template-columns:28px 1fr!important;gap:9px!important;min-height:34px!important}
.compact-mission .numbered-step b{width:28px!important;height:28px!important;font-size:10px!important;background:rgba(254,44,85,.10)!important;border:1px solid rgba(254,44,85,.16)!important;color:var(--app-accent)!important;box-shadow:none!important}
.compact-mission .numbered-step span{font-size:12px!important;line-height:1.38!important;color:#434a55!important}
.compact-mission .mission-open-btn{min-height:60px!important;border-radius:20px!important;font-size:16px!important;box-shadow:0 18px 34px rgba(254,44,85,.18)!important}
.compact-mission .mission-access-ok.compact{padding:11px 12px!important;border-radius:16px!important}
.compact-mission .mission-access-ok.compact strong{font-size:12px!important}.compact-mission .mission-access-ok.compact span{font-size:10px!important;color:#61707b!important}
.compact-mission .mission-proof-panel.compact-proof{padding:12px!important;border-radius:20px!important}
.compact-mission .proof-inline-form{grid-template-columns:1fr 1fr!important;gap:10px!important;align-items:stretch!important}
.compact-mission .proof-inline-form .mission-file{min-height:58px!important;padding:10px 12px!important;border-radius:16px!important;background:#fff!important;border:1px solid rgba(254,44,85,.22)!important;box-shadow:none!important}
.compact-mission .mission-file strong{font-size:11px!important;color:#17181b!important}
.compact-mission .mission-file small{font-size:9px!important;color:#6a7280!important;max-width:100%!important}
.compact-mission .mission-proof-submit{min-height:58px!important;border-radius:16px!important;font-size:12px!important;color:#fff!important;box-shadow:0 14px 28px rgba(254,44,85,.16)!important}
.compact-mission .mission-proof-submit[disabled]{opacity:.62!important;color:#fff!important;filter:none!important}
.compact-mission .mission-proof-lock{font-size:9px!important;color:#717987!important;margin-top:2px!important}
.compact-mission .proof-why summary{font-size:10px!important;color:#4d5662!important}
.compact-mission .proof-why p{font-size:10px!important;color:#5d6673!important;line-height:1.48!important}
.compact-mission .proof-why small{font-size:9px!important;color:#737b87!important}

html[data-theme="light"] .compact-mission .mission-proof-panel>strong,
html[data-theme="light"] .compact-mission .mission-card-title strong,
html[data-theme="light"] .compact-mission .mission-reward-highlight strong{color:#17181b!important}
html[data-theme="light"] .compact-mission .mission-card-title span,
html[data-theme="light"] .compact-mission .mission-proof-panel>p,
html[data-theme="light"] .compact-mission .mission-proof-lock,
html[data-theme="light"] .compact-mission .numbered-step span{color:#626975!important}

@media (max-width: 430px){
  .memory-guide-pro{min-height:154px!important;padding:15px 16px 14px!important}
  .memory-guide-pro ol{max-width:63%!important;font-size:10px!important}
  .memory-hero-art{width:114px!important;height:98px!important;right:14px!important;top:16px!important}
  .memory-hero-art span{width:64px!important;height:80px!important}
  .memory-card{min-height:110px!important}
  .profile-head-premium{grid-template-columns:74px minmax(0,1fr) auto!important;gap:12px!important}
  .profile-avatar{width:74px!important;height:74px!important}
  .profile-head .title{font-size:28px!important}
}
@media (max-width: 390px){
  .memory-game-view .screen-pad,.compact-mission .screen-pad{padding:14px 12px calc(18px + var(--safe-b))!important}
  .memory-game-view .level-head-pro .title,.compact-mission .level-head-pro .title{font-size:28px!important}
  .memory-game-view .level-head-pro .subtitle,.compact-mission .level-head-pro .subtitle{font-size:13px!important}
  .memory-guide-pro{min-height:146px!important}
  .memory-guide-pro ol{max-width:60%!important;font-size:9.5px!important;line-height:1.55!important}
  .memory-hero-art{width:102px!important;height:88px!important;right:12px!important;top:14px!important}
  .memory-hero-art span{width:56px!important;height:72px!important;border-radius:14px!important}
  .memory-board{gap:9px!important;padding:10px!important}
  .memory-card{min-height:96px!important}
  .compact-mission .mission-reward-highlight{grid-template-columns:82px 1fr!important;gap:10px!important}
  .compact-mission .mission-reward-highlight img{width:82px!important;height:66px!important}
  .compact-mission .mission-reward-highlight strong{font-size:16px!important}
  .compact-mission .mission-reward-highlight p{font-size:11px!important}
  .compact-mission .mission-steps-card,.compact-mission .mission-proof-panel.compact-proof{padding:11px!important}
  .compact-mission .numbered-step span{font-size:11px!important}
  .compact-mission .proof-inline-form{grid-template-columns:1fr!important}
  .profile-head-premium{grid-template-columns:66px minmax(0,1fr) 43px!important;padding:6px 0 4px 0!important}
  .profile-avatar{width:66px!important;height:66px!important;border-radius:20px!important}
  .profile-settings{width:43px!important;height:43px!important;border-radius:14px!important}
  .profile-head .title{font-size:24px!important}
  .profile-head .subtitle{font-size:12px!important}
  .profile-status-pill{font-size:8px!important;padding:6px 8px!important}
}
@media (max-height: 740px) and (max-width: 520px){
  .memory-game-view .screen-pad,.compact-mission .screen-pad{padding-bottom:calc(16px + var(--safe-b))!important}
  .memory-guide-pro{min-height:138px!important}
  .memory-card{min-height:86px!important}
  .memory-game-pro .game-main-btn,.compact-mission .mission-open-btn{min-height:54px!important}
}

/* ===== TikTok 3.11.2 — onboarding premium + CTAs dos jogos ===== */
/* Login e cadastro: sheet premium no padrão aprovado */
.auth-sheet-premium .auth-sheet-backdrop{background:rgba(25,31,42,.52)!important;backdrop-filter:blur(14px) saturate(.9)!important}
.auth-sheet-premium .auth-sheet-card{width:min(100%,620px)!important;border-radius:32px 32px 0 0!important;padding:12px 20px max(22px,var(--safe-b))!important;box-shadow:0 -30px 85px rgba(28,36,50,.22)!important;border-color:#e4e5e9!important;background:linear-gradient(180deg,#fff,#fffdfd)!important;max-height:min(94dvh,940px)!important;scroll-padding-bottom:calc(34px + var(--safe-b))}
.auth-sheet-premium .auth-sheet-handle{width:48px;height:5px;background:#c8d1dd!important;margin-bottom:15px!important}
.auth-sheet-premium .auth-sheet-head{align-items:flex-start;gap:16px}
.auth-sheet-premium .auth-sheet-head>div{min-width:0;flex:1}
.auth-sheet-premium .auth-sheet-head span{font-size:10px!important;letter-spacing:.2em!important;color:var(--app-accent)!important;font-weight:900!important}
.auth-sheet-premium .auth-sheet-head h2{font-size:clamp(32px,8vw,46px)!important;line-height:1.02!important;letter-spacing:-.045em!important;margin:8px 0 0!important;color:#0c1220!important}
.auth-sheet-premium .auth-sheet-subtitle{font-size:14px!important;line-height:1.45!important;color:#7a8390!important;max-width:520px!important;margin:8px 0 0!important}
.auth-sheet-premium .icon-btn{width:54px;height:54px;border-radius:18px;border:1px solid #dde1e7;background:#fff;color:#131923;box-shadow:0 6px 18px rgba(17,24,39,.04);flex:0 0 auto}
.auth-sheet-premium .icon-btn .icon{width:24px;height:24px}
.auth-sheet-premium .auth-sheet-prize.premium{position:relative;display:grid;grid-template-columns:155px minmax(0,1fr) 44px;gap:16px;align-items:center;margin:20px 0 22px;padding:14px 16px;border:1px solid rgba(254,44,85,.18);border-radius:22px;background:radial-gradient(circle at 18% 50%,rgba(37,244,238,.10),transparent 36%),radial-gradient(circle at 85% 50%,rgba(254,44,85,.10),transparent 38%),linear-gradient(120deg,#fff,#fff9fb)!important;overflow:hidden;min-height:142px}
.auth-sheet-premium .auth-sheet-prize.premium img{width:155px;height:116px;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(17,24,39,.16))}
.auth-sheet-premium .auth-sheet-prize.premium>div{min-width:0}
.auth-sheet-premium .auth-sheet-prize.premium span:not(.auth-sheet-prize-arrow){font-size:10px!important;letter-spacing:.16em!important;color:#7a8596!important;font-weight:900!important}
.auth-sheet-premium .auth-sheet-prize.premium strong{font-size:clamp(20px,5vw,28px)!important;line-height:1.05!important;color:#0d1320!important;margin-top:5px!important}
.auth-sheet-premium .auth-sheet-prize.premium small{display:block;margin-top:6px;font-size:12px;line-height:1.4;color:#5f6774}
.auth-sheet-prize-arrow{width:40px;height:40px;border-radius:50%;display:grid!important;place-items:center;background:rgba(254,44,85,.07);color:var(--app-accent)!important;justify-self:end}
.auth-sheet-prize-arrow .icon{width:20px;height:20px}
.auth-sheet-premium .auth-form-premium{gap:16px!important}
.auth-sheet-premium .auth-form-premium .field{gap:8px!important}
.auth-sheet-premium .auth-form-premium .field label{font-size:16px!important;font-weight:850!important;color:#253044!important;letter-spacing:-.02em}
.auth-sheet-premium .auth-form-premium .input-wrap{height:64px!important;border-radius:19px!important;padding-left:17px!important;background:#fff!important;border:1px solid #d9dee6!important;color:#111827!important}
.auth-sheet-premium .auth-form-premium .input-wrap:focus-within{border-color:rgba(254,44,85,.42)!important;box-shadow:0 0 0 4px rgba(254,44,85,.06)!important}
.auth-sheet-premium .auth-form-premium .input-wrap>.icon{width:24px;height:24px;color:#111827;flex:0 0 24px}
.auth-sheet-premium .auth-form-premium .input{height:62px!important;font-size:16px!important;color:#111827!important;padding-left:13px!important;background:transparent!important}
.auth-sheet-premium .auth-form-premium .input::placeholder{color:#9aa3b0!important}
.auth-sheet-premium .auth-form-premium .input-action{width:56px;height:62px;color:#8390a2}
.auth-sheet-premium .auth-form-premium .input-action .icon{width:23px;height:23px}
.auth-sheet-premium .auth-form-premium .field-hint{font-size:11px!important;color:#7f8792!important;margin:0 3px!important}
.auth-sheet-premium .auth-name-grid{gap:12px!important}
.auth-sheet-premium .auth-primary-cta{min-height:68px!important;border-radius:21px!important;font-size:20px!important;font-weight:900!important;margin-top:2px;box-shadow:0 18px 36px rgba(254,44,85,.18)!important}
.auth-sheet-premium .auth-primary-cta .icon{width:24px;height:24px}
.auth-sheet-premium .auth-switch{min-height:44px!important;font-size:15px!important;color:#8792a3!important;margin-top:0!important}
.auth-sheet-premium .auth-switch strong{color:var(--app-accent)!important;font-weight:850}
.auth-sheet-premium .premium-terms{min-height:58px;padding:12px 14px!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(254,44,85,.045),rgba(255,255,255,.85))!important;border:1px solid rgba(254,44,85,.16)!important;color:#4a5565!important;font-size:12px!important;align-items:center!important}
.auth-sheet-premium .premium-terms input{width:24px!important;height:24px!important;flex:0 0 24px!important;accent-color:var(--app-accent)!important}
.auth-sheet-premium .premium-terms button{color:var(--app-accent)!important}
.login-sheet-card{min-height:650px}
.register-sheet-card{min-height:0}

/* Tela pós-cadastro aprovada: usa melhor toda a viewport. */
.access-created-v2{display:block!important;min-height:100dvh;height:100dvh!important;overflow-y:auto!important;padding:max(18px,var(--safe-t)) 18px max(24px,var(--safe-b))!important;background:radial-gradient(circle at 80% 4%,rgba(254,44,85,.11),transparent 30%),radial-gradient(circle at 22% 12%,rgba(37,244,238,.13),transparent 34%),linear-gradient(180deg,#fff,#fbfbfc)!important}
.access-created-v2 .access-created-card{width:min(100%,760px)!important;margin:0 auto!important;border:0!important;background:transparent!important;box-shadow:none!important;padding:6px 0 12px!important;text-align:center!important;overflow:visible!important}
.access-created-brand{display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;margin-bottom:18px}
.access-created-brand-main{display:flex;align-items:center;gap:10px;min-width:0}
.access-created-brand-main .brand-img,.access-created-brand-main .brand-logo-fallback{width:54px;height:54px;border-radius:16px}
.access-created-brand-main strong{font-size:24px;letter-spacing:-.03em;color:#11151d}
.access-created-brand>span{font-size:10px;letter-spacing:.22em;color:#5e6570;font-weight:850;white-space:nowrap}
.access-created-brand>span b{color:#8b9099;margin:0 4px}
.access-created-v2 .access-success{width:108px;height:108px;border-radius:34px;margin:8px auto 22px;color:var(--app-accent);background:linear-gradient(145deg,rgba(37,244,238,.12),rgba(254,44,85,.08),#fff);border:1px solid rgba(37,244,238,.28);box-shadow:0 22px 55px rgba(37,244,238,.13),0 16px 44px rgba(254,44,85,.08)}
.access-created-v2 .access-success .success-emblem-ring{inset:12px;border-radius:25px;border-color:rgba(37,244,238,.34)}
.access-created-v2 .access-success .icon{width:50px;height:50px;color:var(--app-accent)}
.access-created-v2 .access-kicker{justify-content:center;color:var(--app-accent);font-size:12px;letter-spacing:.22em;margin-top:4px}
.access-created-v2 h1{font-size:clamp(40px,10vw,64px)!important;line-height:.98!important;letter-spacing:-.055em!important;color:#101319!important;margin:14px 0 14px!important}
.access-created-v2 .access-lead{font-size:17px!important;line-height:1.5!important;color:#626975!important;max-width:680px;margin:0 auto 22px!important}
.access-prize-premium{grid-template-columns:230px minmax(0,1fr)!important;gap:22px!important;padding:20px 22px!important;border-radius:26px!important;background:radial-gradient(circle at 14% 50%,rgba(254,44,85,.08),transparent 42%),radial-gradient(circle at 84% 45%,rgba(37,244,238,.10),transparent 45%),#fff!important;border:1px solid #e1e4e9!important;box-shadow:0 16px 35px rgba(17,24,39,.05)!important;margin:0 0 24px!important;text-align:left!important}
.access-prize-premium img{width:230px!important;height:170px!important;object-fit:contain!important;filter:drop-shadow(0 16px 22px rgba(17,24,39,.15))}
.access-prize-premium span{display:inline-flex!important;padding:7px 11px;border-radius:999px;background:rgba(37,244,238,.10);color:#374151!important;font-size:11px!important;letter-spacing:0!important;text-transform:none!important}
.access-prize-premium strong{font-size:30px!important;line-height:1.06!important;color:#101319!important;margin-top:10px!important}
.access-prize-premium small{font-size:14px!important;line-height:1.5!important;color:#606874!important;margin-top:10px!important}
.access-next{text-align:left;margin:0 0 22px}
.access-next>.kicker{font-size:11px;letter-spacing:.2em;color:#5e6570;margin:0 0 12px}
.access-next-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.access-next-grid article{text-align:center;padding:13px 10px 10px;min-width:0}
.access-step-icon{position:relative;width:74px;height:74px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e4e6eb;box-shadow:0 12px 28px rgba(17,24,39,.05);color:#101319}
.access-step-icon .icon{width:34px;height:34px}
.access-step-icon b{position:absolute;right:-2px;top:-2px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--app-accent);color:#fff;font-size:11px}
.access-next-grid strong{display:block;color:#161a22;font-size:15px;line-height:1.24}
.access-next-grid small{display:block;color:#747b87;font-size:11px;line-height:1.4;margin-top:5px}
.access-created-v2 .access-main-cta{min-height:66px;border-radius:21px;font-size:19px;font-weight:900;box-shadow:0 18px 34px rgba(254,44,85,.18);display:flex;align-items:center;justify-content:center;gap:9px}
.access-created-v2 .access-profile-cta{min-height:58px;border-radius:19px;font-size:16px;font-weight:850;background:#fff;color:#111827;border:1px solid #dce1e8;display:flex;align-items:center;justify-content:center;gap:9px;margin-top:10px}

/* Jogos: botão principal fica sempre acima da navegação inferior. */
.game-view .screen-pad{scroll-padding-bottom:calc(104px + var(--safe-b))!important;padding-bottom:calc(104px + var(--safe-b))!important}
.game-view .game-main-btn{position:sticky!important;bottom:8px!important;z-index:8!important;width:100%!important;flex-shrink:0!important;margin-top:4px!important;box-shadow:0 18px 34px rgba(254,44,85,.22),0 -10px 22px rgba(255,255,255,.88)!important}
html[data-theme="dark"] .game-view .game-main-btn{box-shadow:0 18px 34px rgba(254,44,85,.22),0 -10px 22px rgba(6,8,12,.84)!important}
.runner-game-view .runner-game-pro,.memory-game-view .memory-game-pro{padding-bottom:4px}

@media(max-width:520px){
  .auth-sheet-premium .auth-sheet-card{padding:10px 18px max(18px,var(--safe-b))!important;max-height:94dvh!important}
  .auth-sheet-premium .auth-sheet-head h2{font-size:34px!important}
  .auth-sheet-premium .auth-sheet-prize.premium{grid-template-columns:118px minmax(0,1fr) 38px;min-height:118px;margin:16px 0 18px;padding:12px 13px;gap:12px}
  .auth-sheet-premium .auth-sheet-prize.premium img{width:118px;height:92px}
  .auth-sheet-premium .auth-sheet-prize.premium strong{font-size:22px!important}
  .auth-sheet-premium .auth-sheet-prize.premium small{font-size:10px}
  .auth-sheet-premium .auth-form-premium{gap:13px!important}
  .auth-sheet-premium .auth-form-premium .field label{font-size:14px!important}
  .auth-sheet-premium .auth-form-premium .input-wrap{height:58px!important;border-radius:17px!important}
  .auth-sheet-premium .auth-form-premium .input{height:56px!important}
  .auth-sheet-premium .auth-form-premium .input-action{height:56px}
  .auth-sheet-premium .auth-primary-cta{min-height:60px!important;font-size:17px!important}
  .auth-sheet-premium .auth-switch{font-size:13px!important;min-height:38px!important}
  .auth-sheet-premium .premium-terms{font-size:11px!important;min-height:54px}
  .access-created-v2{padding-left:16px!important;padding-right:16px!important}
  .access-created-brand{margin-bottom:10px}
  .access-created-brand>span{display:none}
  .access-created-brand-main .brand-img,.access-created-brand-main .brand-logo-fallback{width:48px;height:48px}
  .access-created-brand-main strong{font-size:22px}
  .access-created-v2 .access-success{width:92px;height:92px;border-radius:29px;margin:7px auto 18px}
  .access-created-v2 .access-success .icon{width:42px;height:42px}
  .access-created-v2 h1{font-size:42px!important}
  .access-created-v2 .access-lead{font-size:14px!important;margin-bottom:18px!important}
  .access-prize-premium{grid-template-columns:135px minmax(0,1fr)!important;gap:14px!important;padding:15px!important;border-radius:22px!important}
  .access-prize-premium img{width:135px!important;height:120px!important}
  .access-prize-premium strong{font-size:24px!important}
  .access-prize-premium small{font-size:12px!important}
  .access-next-grid{gap:4px}
  .access-next-grid article{padding:8px 3px}
  .access-step-icon{width:62px;height:62px}
  .access-step-icon .icon{width:28px;height:28px}
  .access-next-grid strong{font-size:12px}
  .access-next-grid small{font-size:9px}
  .access-created-v2 .access-main-cta{min-height:60px;font-size:17px}
  .access-created-v2 .access-profile-cta{min-height:54px;font-size:15px}
}
@media(max-width:390px){
  .auth-sheet-premium .auth-sheet-card{padding-left:14px!important;padding-right:14px!important}
  .auth-sheet-premium .auth-sheet-head h2{font-size:30px!important}
  .auth-sheet-premium .auth-sheet-subtitle{font-size:11px!important}
  .auth-sheet-premium .auth-sheet-prize.premium{grid-template-columns:96px minmax(0,1fr) 34px;gap:10px;min-height:104px}
  .auth-sheet-premium .auth-sheet-prize.premium img{width:96px;height:78px}
  .auth-sheet-premium .auth-sheet-prize.premium span:not(.auth-sheet-prize-arrow){font-size:8px!important}
  .auth-sheet-premium .auth-sheet-prize.premium strong{font-size:18px!important}
  .auth-sheet-premium .auth-sheet-prize.premium small{font-size:9px}
  .auth-sheet-premium .auth-name-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .auth-sheet-premium .auth-form-premium .field label{font-size:13px!important}
  .auth-sheet-premium .auth-form-premium .input-wrap{height:54px!important;padding-left:13px!important}
  .auth-sheet-premium .auth-form-premium .input{height:52px!important;font-size:16px!important;padding-left:10px!important}
  .auth-sheet-premium .auth-form-premium .input-wrap>.icon{width:20px;height:20px;flex-basis:20px}
  .auth-sheet-premium .auth-form-premium .input-action{height:52px;width:48px}
  .auth-sheet-premium .auth-primary-cta{min-height:56px!important;font-size:16px!important}
  .access-created-v2 .access-kicker{font-size:9px}
  .access-created-v2 h1{font-size:36px!important}
  .access-prize-premium{grid-template-columns:110px minmax(0,1fr)!important;padding:12px!important;gap:10px!important}
  .access-prize-premium img{width:110px!important;height:100px!important}
  .access-prize-premium span{font-size:9px!important;padding:5px 8px}
  .access-prize-premium strong{font-size:20px!important}
  .access-prize-premium small{font-size:10px!important}
  .access-step-icon{width:54px;height:54px}
  .access-next-grid strong{font-size:11px}
  .access-next-grid small{font-size:8px}
  .game-view .screen-pad{padding-bottom:calc(96px + var(--safe-b))!important;scroll-padding-bottom:calc(96px + var(--safe-b))!important}
}
@media(max-height:740px) and (max-width:520px){
  .auth-sheet-premium .auth-sheet-card{max-height:96dvh!important}
  .auth-sheet-premium .auth-sheet-prize.premium{margin:10px 0 12px;min-height:90px}
  .auth-sheet-premium .auth-sheet-prize.premium img{height:70px}
  .auth-sheet-premium .auth-form-premium{gap:9px!important}
  .auth-sheet-premium .auth-form-premium .input-wrap{height:50px!important}
  .auth-sheet-premium .auth-form-premium .input{height:48px!important}
  .auth-sheet-premium .auth-primary-cta{min-height:52px!important}
  .game-view .game-main-btn{bottom:5px!important}
}


/* ===== TikTok 3.11.3 — limpeza do estado ativo dos jogos ===== */
.runner-game-pro.playing .game-main-btn{display:none!important}
.game-instruction-card.playing{background:linear-gradient(135deg,rgba(254,44,85,.065),rgba(37,244,238,.035))!important;border-color:rgba(254,44,85,.14)!important;box-shadow:none!important}
.game-instruction-card.playing strong{color:var(--text)!important}
.game-instruction-card.playing span{color:var(--muted)!important}


/* ===== TikTok 3.11.4 — Memória Flash + teclado mobile sem zoom ===== */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
@media(max-width:900px){
  input,textarea,select,.input,.textarea,.select,.input.inner{font-size:16px!important;line-height:1.25!important}
  input,textarea,select{touch-action:manipulation}
}

/* O bottom sheet passa a respeitar a viewport visual quando o teclado abre. */
.auth-sheet{height:var(--visual-vh,100dvh)!important;min-height:0!important;inset:auto 0 0 0!important}
.auth-sheet-backdrop{position:fixed!important;inset:0!important}
.auth-sheet-premium .auth-sheet-card{max-height:calc(var(--visual-vh,100dvh) - 8px)!important;scroll-padding-bottom:28px!important;overscroll-behavior:contain!important}
html.keyboard-active .auth-sheet-premium .auth-sheet-card{max-height:calc(var(--visual-vh,100dvh) - 4px)!important}
html.keyboard-active .auth-sheet-premium .auth-sheet-prize.premium{margin-top:10px!important;margin-bottom:12px!important}
html.keyboard-active .auth-sheet-premium .auth-sheet-head h2{font-size:clamp(27px,7vw,36px)!important}
html.keyboard-active .auth-sheet-premium .auth-sheet-subtitle{margin-top:4px!important}

/* Memória Flash: botão fica no fluxo normal, sempre abaixo das seis cartas. */
.memory-game-view .game-main-btn{position:static!important;bottom:auto!important;z-index:auto!important;margin:10px 0 0!important;box-shadow:0 16px 32px rgba(254,44,85,.18)!important}
.memory-game-view .memory-game-pro{display:flex!important;flex-direction:column!important;gap:12px!important;padding-bottom:4px!important}
.memory-game-view .memory-board{order:2!important;flex:none!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;padding:11px!important}
.memory-game-view .memory-hud{order:1!important;flex:none!important}
.memory-game-view .game-main-btn{order:3!important;flex:none!important}
.memory-game-view .game-tip{order:4!important;flex:none!important}
.memory-game-view .memory-card{aspect-ratio:1.08/1!important;min-height:0!important;height:auto!important}
.memory-game-view .screen-pad{scroll-padding-bottom:calc(22px + var(--safe-b))!important}

@media(max-width:430px){
  .memory-game-view .memory-board{gap:8px!important;padding:9px!important}
  .memory-game-view .memory-card{aspect-ratio:1.05/1!important}
  .memory-game-view .game-main-btn{min-height:58px!important;margin-top:8px!important}
}
@media(max-width:390px){
  .memory-game-view .memory-board{gap:7px!important;padding:8px!important}
  .memory-game-view .memory-card{aspect-ratio:1/1!important}
  .memory-game-view .memory-card .memory-back{font-size:30px!important}
}
@media(max-height:760px) and (max-width:520px){
  .memory-game-view .memory-board{gap:7px!important;padding:8px!important}
  .memory-game-view .memory-card{aspect-ratio:1.12/1!important}
  .memory-game-view .game-main-btn{min-height:54px!important}
}


/* ===== TikTok 3.11.5 — Android app-shell + teclado estável ===== */
/* Revoga o redimensionamento do overlay pela visualViewport da 3.11.4: ele fazia o sheet saltar/ser cortado. */
.auth-sheet{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;overflow:hidden!important}
.auth-sheet-premium .auth-sheet-card{position:relative!important;display:flex!important;flex-direction:column!important;width:min(100%,620px)!important;height:auto!important;max-height:min(94dvh,940px)!important;overflow:hidden!important;padding-bottom:max(14px,var(--safe-b))!important}
.auth-sheet-premium #authSheetPanel{min-height:0!important;overflow-y:auto!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding:0 2px 4px!important;scroll-padding:18px 0 24px!important}
.auth-sheet-premium .auth-sheet-head,.auth-sheet-premium .auth-sheet-prize{flex:0 0 auto!important}
html.keyboard-active .auth-sheet{height:100dvh!important;min-height:100dvh!important}
html.keyboard-active .auth-sheet-premium .auth-sheet-card{max-height:min(94dvh,940px)!important;transform:none!important}
html.keyboard-active .auth-sheet-premium .auth-sheet-head h2{font-size:clamp(30px,8vw,42px)!important}
html.keyboard-active .auth-sheet-premium .auth-sheet-prize.premium{margin-top:14px!important;margin-bottom:16px!important}

/* Mobile real: mantém aparência de app; compacta só o necessário e rola o formulário por dentro. */
@media(max-width:520px){
  .auth-sheet-premium .auth-sheet-card{max-height:92dvh!important;padding:10px 16px max(12px,var(--safe-b))!important;border-radius:28px 28px 0 0!important}
  .auth-sheet-premium .auth-sheet-handle{margin-bottom:10px!important}
  .auth-sheet-premium .auth-sheet-head h2{font-size:clamp(28px,8vw,36px)!important;line-height:1.03!important}
  .auth-sheet-premium .auth-sheet-subtitle{font-size:13px!important;line-height:1.35!important;margin-top:6px!important}
  .auth-sheet-premium .icon-btn{width:48px!important;height:48px!important;border-radius:16px!important}
  .auth-sheet-premium .auth-sheet-prize.premium{grid-template-columns:92px minmax(0,1fr) 34px!important;min-height:104px!important;margin:12px 0 14px!important;padding:10px 12px!important;gap:10px!important;border-radius:20px!important}
  .auth-sheet-premium .auth-sheet-prize.premium img{width:92px!important;height:76px!important}
  .auth-sheet-premium .auth-sheet-prize.premium strong{font-size:20px!important}
  .auth-sheet-premium .auth-sheet-prize.premium small{font-size:10px!important;line-height:1.3!important}
  .auth-sheet-premium .auth-form-premium{gap:12px!important}
  .auth-sheet-premium .auth-form-premium .field label{font-size:14px!important}
  .auth-sheet-premium .auth-form-premium .input-wrap{height:56px!important}
  .auth-sheet-premium .auth-form-premium .input{height:54px!important;font-size:16px!important}
  .auth-sheet-premium .auth-form-premium .input-action{height:54px!important}
  .auth-sheet-premium .auth-primary-cta{min-height:58px!important}
}
@media(max-width:390px){
  .auth-sheet-premium .auth-name-grid{grid-template-columns:1fr!important;gap:12px!important}
  .auth-sheet-premium .auth-sheet-prize.premium{grid-template-columns:78px minmax(0,1fr) 30px!important}
  .auth-sheet-premium .auth-sheet-prize.premium img{width:78px!important;height:68px!important}
}
/* Em Android baixo, não esmaga inputs/texto; preserva dimensões e usa rolagem interna. */
@media(max-height:740px) and (max-width:520px){
  .auth-sheet-premium .auth-sheet-card{max-height:94dvh!important}
  .auth-sheet-premium .auth-form-premium{gap:11px!important}
  .auth-sheet-premium .auth-form-premium .input-wrap{height:54px!important}
  .auth-sheet-premium .auth-form-premium .input{height:52px!important;font-size:16px!important}
  .auth-sheet-premium .auth-primary-cta{min-height:56px!important}
}

/* ===== TikTok 3.11.6 — iPhone: sheet preso à Visual Viewport ===== */
/*
   No Safari iOS o teclado pode deslocar a Visual Viewport sem alterar o layout viewport.
   A 3.11.6 acompanha também offsetTop/offsetLeft, não apenas a altura. Assim o sheet
   permanece visível e o cabeçalho não é empurrado para fora da tela ao focar inputs.
*/
:root{--visual-top:0px;--visual-left:0px}
@media(max-width:900px){
  .auth-sheet.auth-sheet-premium{
    position:fixed!important;
    inset:auto!important;
    top:var(--visual-top,0px)!important;
    left:var(--visual-left,0px)!important;
    width:100vw!important;
    height:var(--visual-vh,100dvh)!important;
    min-height:0!important;
    max-height:var(--visual-vh,100dvh)!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    overflow:hidden!important;
    transform:none!important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-backdrop{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-card{
    position:relative!important;
    inset:auto!important;
    width:min(100%,620px)!important;
    max-height:calc(var(--visual-vh,100dvh) - 8px)!important;
    margin:0 auto!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .auth-sheet.auth-sheet-premium #authSheetPanel{
    min-height:0!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-padding-top:12px!important;
    scroll-padding-bottom:24px!important;
  }
  html.keyboard-active .auth-sheet.auth-sheet-premium .auth-sheet-card{
    max-height:calc(var(--visual-vh,100dvh) - 4px)!important;
  }
  /* Evita que o documento atrás do sheet vire uma segunda área de rolagem. */
  html:has(#authSheet) body{overflow:hidden!important;overscroll-behavior:none!important}
}


/* ===== TikTok 3.11.7 — teclado iPhone/Android sem salto de viewport ===== */
/* Correção definitiva: não usa offsetTop/height da VisualViewport para mover o sheet. */
@media(max-width:900px){
  .auth-sheet.auth-sheet-premium{
    position:fixed!important;
    inset:0!important;
    top:0!important;
    left:0!important;
    width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:none!important;
    transform:none!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-backdrop{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-card{
    position:relative!important;
    inset:auto!important;
    width:min(100%,620px)!important;
    max-height:min(92dvh,940px)!important;
    margin:0 auto!important;
    transform:none!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .auth-sheet.auth-sheet-premium #authSheetPanel{
    min-height:0!important;
    flex:1 1 auto!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior:contain!important;
    scroll-padding:20px 0 32px!important;
  }
  html.keyboard-active .auth-sheet.auth-sheet-premium{
    top:0!important;
    left:0!important;
    height:100dvh!important;
    min-height:100dvh!important;
  }
  html.keyboard-active .auth-sheet.auth-sheet-premium .auth-sheet-card{
    max-height:min(92dvh,940px)!important;
    transform:none!important;
  }
  .auth-sheet-premium input,
  .auth-sheet-premium textarea,
  .auth-sheet-premium select,
  .auth-sheet-premium .input,
  .auth-sheet-premium .textarea,
  .auth-sheet-premium .select,
  .auth-sheet-premium .input.inner{
    font-size:16px!important;
    -webkit-text-size-adjust:100%!important;
    text-size-adjust:100%!important;
  }
}
@supports not (height:100dvh){
  @media(max-width:900px){
    .auth-sheet.auth-sheet-premium{height:100vh!important;min-height:100vh!important}
  }
}

/* ===== TikTok 3.11.8 — iPhone: foco sem zoom + largura estável ===== */
/*
   Safari iOS amplia controles com texto efetivo abaixo de 16px. Além disso,
   itens de grid/flex com min-width:auto podem alargar o formulário ao focar
   e dar a impressão de zoom/corte horizontal. Esta camada final neutraliza
   ambos sem bloquear o zoom de acessibilidade do usuário.
*/
@media (max-width:900px){
  html,body{width:100%;max-width:100%;overflow-x:hidden!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important}
  input:not([type="checkbox"]):not([type="radio"]),textarea,select{
    font-size:16px!important;
    line-height:1.25!important;
    max-width:100%!important;
  }
  .auth-sheet.auth-sheet-premium,
  .auth-sheet.auth-sheet-premium .auth-sheet-card,
  .auth-sheet.auth-sheet-premium #authSheetPanel,
  .auth-sheet-premium .auth-form-premium,
  .auth-sheet-premium .auth-name-grid,
  .auth-sheet-premium .auth-name-grid>* ,
  .auth-sheet-premium .field,
  .auth-sheet-premium .input-wrap,
  .auth-sheet-premium .input.inner{
    min-width:0!important;
    max-width:100%!important;
  }
  .auth-sheet-premium .input.inner{width:100%!important}
  .auth-sheet-premium .auth-name-grid{width:100%!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
  /* Focar um campo não deve mudar tipografia/tamanho do sheet. */
  html.keyboard-active .auth-sheet-premium .auth-sheet-head h2{
    font-size:clamp(28px,8vw,36px)!important;
  }
  html.keyboard-active .auth-sheet-premium .auth-sheet-prize.premium{
    margin:12px 0 14px!important;
  }
}
@media (max-width:390px){
  .auth-sheet-premium .auth-name-grid{grid-template-columns:1fr!important}
}


/* ===== TikTok 3.11.9 — iPhone: trava real do eixo X durante teclado ===== */
@media (max-width:900px){
  html,body{
    max-width:100%!important;
    overflow-x:clip!important;
    overscroll-behavior-x:none!important;
  }
  html.auth-open,body.auth-open{
    width:100%!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  .auth-sheet.auth-sheet-premium{
    box-sizing:border-box!important;
    inset:0!important;
    left:0!important;right:0!important;
    width:auto!important;
    max-width:100%!important;
    overflow-x:clip!important;
    contain:layout paint!important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-card{
    box-sizing:border-box!important;
    left:auto!important;right:auto!important;
    width:100%!important;
    max-width:620px!important;
    min-width:0!important;
    margin-left:auto!important;margin-right:auto!important;
    overflow-x:clip!important;
  }
  .auth-sheet.auth-sheet-premium #authSheetPanel,
  .auth-sheet-premium .auth-form-premium,
  .auth-sheet-premium .field,
  .auth-sheet-premium .input-wrap{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow-x:clip!important;
  }
  .auth-sheet-premium .input-wrap .input.inner{
    min-width:0!important;
    width:1%!important;
    flex:1 1 0%!important;
    max-width:100%!important;
    font-size:16px!important;
  }
  .auth-sheet-premium input,
  .auth-sheet-premium textarea,
  .auth-sheet-premium select{
    font-size:16px!important;
    transform:none!important;
    scroll-margin-left:0!important;
    scroll-margin-right:0!important;
  }
  html.keyboard-active,html.keyboard-active body{overflow-x:clip!important}
}
/* iPhone: uma coluna elimina qualquer soma de larguras durante o pan de foco do WebKit. */
@media (max-width:520px){
  .auth-sheet-premium .auth-name-grid{grid-template-columns:minmax(0,1fr)!important;width:100%!important}
}


/* ===== TikTok 3.11.10 — iOS auth viewport root fix =====
   IMPORTANT: the auth sheet never follows visualViewport.offsetLeft/offsetTop.
   The document is not programmatically panned on focus. Only the inner panel scrolls vertically.
*/
@media (max-width: 900px) {
  html, body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }
  body.auth-open {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }
  .auth-sheet.auth-sheet-premium {
    position: fixed !important;
    z-index: 100 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    transform: none !important;
    contain: none !important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-backdrop {
    position: absolute !important;
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-card {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 620px !important;
    min-width: 0 !important;
    max-height: 94% !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .auth-sheet.auth-sheet-premium #authSheetPanel {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .auth-sheet-premium .auth-form-premium,
  .auth-sheet-premium .auth-name-grid,
  .auth-sheet-premium .auth-name-grid > *,
  .auth-sheet-premium .field,
  .auth-sheet-premium .input-wrap {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .auth-sheet-premium .input-wrap {
    overflow: hidden !important;
  }
  .auth-sheet-premium .input-wrap .input.inner {
    box-sizing: border-box !important;
    flex: 1 1 auto !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: none !important;
    font-size: 16px !important;
    transform: none !important;
  }
  .auth-sheet-premium input:not([type="checkbox"]):not([type="radio"]),
  .auth-sheet-premium textarea,
  .auth-sheet-premium select {
    font-size: 16px !important;
  }
  html.keyboard-active .auth-sheet.auth-sheet-premium,
  html.keyboard-active .auth-sheet.auth-sheet-premium .auth-sheet-card {
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
  }
}
@media (max-width: 520px) {
  .auth-sheet-premium .auth-name-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* ===== 3.11.11 — iOS auth: stable 3.4.0 viewport behavior =====
   Authentication intentionally goes back to the simple fixed bottom-sheet model
   that did not manipulate VisualViewport, keyboard state or horizontal scroll. */
@media (max-width:759px){
  html,body{max-width:100%;}
  .auth-sheet.auth-sheet-premium{
    position:fixed!important;
    inset:0!important;
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    min-height:0!important;
    display:grid!important;
    align-items:end!important;
    padding:0!important;
    overflow:hidden!important;
    transform:none!important;
    translate:none!important;
    left:0!important;right:0!important;top:0!important;bottom:0!important;
  }
  .auth-sheet.auth-sheet-premium .auth-sheet-backdrop{position:absolute!important;inset:0!important;}
  .auth-sheet.auth-sheet-premium .auth-sheet-card{
    position:relative!important;
    inset:auto!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    width:min(100%,560px)!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    max-height:calc(92dvh - var(--safe-t))!important;
    margin:0 auto!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    transform:translateY(24px)!important;
    translate:none!important;
    contain:layout paint!important;
    box-sizing:border-box!important;
  }
  .auth-sheet.auth-sheet-premium.show .auth-sheet-card{transform:translateY(0)!important;}
  @supports(height:100svh){
    .auth-sheet.auth-sheet-premium .auth-sheet-card{max-height:90svh!important;}
  }
  .auth-sheet-premium #authSheetPanel,
  .auth-sheet-premium .auth-form-premium,
  .auth-sheet-premium .auth-name-grid,
  .auth-sheet-premium .field,
  .auth-sheet-premium .input-wrap{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;}
  .auth-sheet-premium .auth-name-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;}
  .auth-sheet-premium .input{min-width:0!important;max-width:100%!important;font-size:16px!important;box-sizing:border-box!important;}
}
@media(max-width:350px){.auth-sheet-premium .auth-name-grid{grid-template-columns:1fr!important;}}

/* ===== TikTok 3.11.12 — iOS AUTH APP LOCK =====
   Auth behaves like a native app screen: fixed scale, no horizontal viewport drift.
   This block intentionally wins over legacy 3.11.4–3.11.11 auth viewport experiments. */
html,body{max-width:100%;overflow-x:hidden}
@media (max-width:900px){
  html:has(#authSheet),
  html:has(#authSheet) body{
    width:100%!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    overscroll-behavior-x:none!important;
    -webkit-text-size-adjust:100%!important;
    text-size-adjust:100%!important;
  }
  #authSheet.auth-sheet.auth-sheet-premium{
    position:fixed!important;
    inset:0!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:0!important;
    width:100%!important;
    max-width:100%!important;
    height:100dvh!important;
    min-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    transform:none!important;
    translate:none!important;
    zoom:1!important;
    contain:layout paint!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:center!important;
  }
  #authSheet .auth-sheet-backdrop{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    max-width:100%!important;
  }
  #authSheet .auth-sheet-card{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:620px!important;
    min-width:0!important;
    margin:0 auto!important;
    box-sizing:border-box!important;
    transform:none!important;
    translate:none!important;
    overflow:hidden!important;
  }
  #authSheet #authSheetPanel,
  #authSheet form,
  #authSheet .field,
  #authSheet .input-wrap,
  #authSheet input,
  #authSheet textarea,
  #authSheet select{
    min-width:0!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  #authSheet #authSheetPanel{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
  }
  #authSheet input,
  #authSheet textarea,
  #authSheet select,
  #authSheet .input,
  #authSheet .input.inner{
    font-size:16px!important;
    line-height:1.2!important;
    transform:none!important;
    zoom:1!important;
    touch-action:manipulation!important;
  }
}


/* 3.12.0 access flow + account contrast */
.auth-flow-v312 .access-flow-card{background:linear-gradient(180deg,#fff,#fffafb)!important;color:#101827;max-height:94dvh!important;overflow:auto!important}
.access-flow-head{display:grid;grid-template-columns:52px 1fr 52px;gap:10px;align-items:center}.access-flow-head>div{text-align:center}.access-flow-head span{font-size:10px;letter-spacing:.18em;font-weight:900;color:var(--app-accent)}.access-flow-head h2{margin:4px 0 0;font-size:30px;letter-spacing:-.04em;color:#0c1321}.flow-back{width:46px;height:46px;border:1px solid #e2e6ec;background:#fff;border-radius:16px;display:grid;place-items:center;transform:rotate(180deg);color:#172033}.flow-back.invisible{visibility:hidden}.access-brand-mini{text-align:center;margin:14px 0 6px}.access-brand-mini .brand-img{width:56px;height:56px;object-fit:contain}.access-brand-mini strong{display:block;font-size:25px;color:#0b1220}.access-brand-mini small{display:block;margin-top:2px;letter-spacing:.14em;color:#7e8795;font-weight:800}.access-flow-lead{text-align:center;color:#6d7787;font-size:15px;line-height:1.5;max-width:460px;margin:8px auto 18px}.access-flow-lead.compact{margin-bottom:14px}.access-option-stack{display:grid;gap:11px}.access-option{width:100%;min-height:68px;display:grid;grid-template-columns:42px 1fr 24px;align-items:center;gap:12px;padding:9px 16px;border:1px solid #e1e5eb;background:#fff;border-radius:20px;color:#111827;text-align:left;box-shadow:0 8px 22px rgba(30,41,59,.05)}.access-option.tinted{background:linear-gradient(135deg,#fff,#fff7f9);border-color:rgba(254,44,85,.16)}.access-option strong{font-size:16px}.social-login-img{width:34px;height:34px;object-fit:contain;border-radius:9px}.access-option-vector{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#fff0f4;color:var(--app-accent)}.access-option>.icon:last-child{color:var(--app-accent)}.access-divider{display:flex;align-items:center;gap:12px;margin:16px 4px;color:#8c95a3}.access-divider span{height:1px;background:#e1e5ea;flex:1}.access-divider b{font-weight:700}.access-create-card{border:1px solid rgba(254,44,85,.12);background:rgba(254,44,85,.035);padding:14px;border-radius:21px;text-align:center;color:#7d8795}.access-create-btn{margin-top:9px;width:100%;min-height:58px;border:1.5px solid var(--app-accent);border-radius:18px;background:#fff;color:#111827;display:grid;grid-template-columns:32px 1fr 22px;align-items:center;padding:0 15px}.access-create-btn .icon{color:var(--app-accent)}.flow-steps{display:grid;grid-template-columns:1fr 40px 1fr 40px 1fr;align-items:start;margin:20px 4px 14px}.flow-steps>div{text-align:center;color:#8791a0;font-size:11px;font-weight:700}.flow-steps b{margin:auto;width:34px;height:34px;border-radius:50%;background:#f0f2f5;display:grid;place-items:center;color:#566170}.flow-steps .active,.flow-steps .done{color:var(--app-accent)}.flow-steps .active b,.flow-steps .done b{background:var(--app-accent);color:#fff}.flow-steps i{height:2px;background:#eceef2;margin-top:16px}.password-rules{display:grid;gap:6px;padding:12px 15px;border-radius:16px;background:#fff5f7;color:#657080;font-size:12px}.secure-note{display:flex;gap:11px;align-items:center;padding:13px 15px;border-radius:17px;background:#fff5f7;color:var(--app-accent)}.secure-note span{display:grid}.secure-note strong{color:#202938}.secure-note small{color:#788291;margin-top:2px}.account-sheet-card .account-action{position:relative!important;min-height:82px!important;border:1px solid #dfe3e9!important;background:#fff!important;color:#192233!important;border-radius:20px!important;padding:14px 54px 14px 16px!important;opacity:1!important}.account-sheet-card .account-action strong{color:#1b2433!important;font-weight:850!important}.account-sheet-card .account-action small{color:#687384!important}.account-sheet-card .account-action>.icon{color:var(--app-accent)!important;background:#fff0f4;padding:9px;width:42px!important;height:42px!important;border-radius:13px}.account-sheet-card .account-action:after{content:'›';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:32px;color:var(--app-accent);font-weight:500}.account-sheet-card .account-action.danger{background:#fff5f7!important;border-color:#ffc5d1!important}.account-sheet-card .account-action.danger strong{color:#f22d5a!important}.account-sheet-card .account-action.danger small{color:#7b6670!important}
@media(max-width:520px){.access-flow-head h2{font-size:27px}.access-flow-v312 .auth-sheet-card{padding:10px 14px max(18px,var(--safe-b))!important}.access-option{min-height:62px}.flow-steps{grid-template-columns:1fr 24px 1fr 24px 1fr}.auth-flow-v312 input,.auth-flow-v312 select,.auth-flow-v312 textarea{font-size:16px!important}}

/* 3.13.0 — acesso unificado e prêmio dinâmico */
.access-login-hero{margin:12px 0 14px;border:1px solid #f0d9df;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 82% 22%,rgba(254,44,85,.13),transparent 36%),linear-gradient(135deg,#fff 0%,#fff8fa 64%,#f8fcff 100%)}
.access-login-brand{display:flex;align-items:center;gap:11px;padding:14px 16px 6px}.access-login-brand .brand-img{width:46px;height:46px;object-fit:contain;border-radius:13px}.access-login-brand>div{display:grid}.access-login-brand strong{font-size:19px;letter-spacing:.08em;color:#0b1220}.access-login-brand small{font-size:9px;letter-spacing:.14em;color:#7b8493;font-weight:800;margin-top:2px}
.access-prize-art{min-height:126px;display:grid;grid-template-columns:minmax(0,1fr) 150px;align-items:center;gap:10px;padding:8px 12px 14px 17px}.access-prize-art>div{display:grid;gap:4px}.access-prize-art span{font-size:9px;letter-spacing:.16em;font-weight:900;color:var(--app-accent)}.access-prize-art strong{font-size:21px;line-height:1.08;color:#0b1220}.access-prize-art small{font-size:11px;line-height:1.35;color:#6f7988}.access-prize-art img{width:150px;height:112px;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(22,28,40,.12))}
.access-trust-note{display:flex;align-items:center;justify-content:center;gap:7px;color:#8992a0;font-size:11px;margin:13px 0 2px}.access-trust-note .icon{width:16px;height:16px}.provider-gate{text-align:center;padding:18px 12px 12px}.provider-gate .social-login-img{width:58px;height:58px;border-radius:16px;margin-bottom:8px}.provider-gate strong{display:block;font-size:23px;color:#111827}.provider-gate p{margin:6px auto 0;color:#727c8b;font-size:14px}.provider-gate-actions{display:grid;gap:10px;margin:10px 0 14px}
@media(max-width:520px){.access-prize-art{grid-template-columns:minmax(0,1fr) 118px;min-height:112px}.access-prize-art img{width:118px;height:96px}.access-prize-art strong{font-size:18px}.access-flow-v312 .access-flow-card{max-height:92dvh!important}}


/* ============================================================
   3.14.0 — Depoimentos + Admin mobile profissional
   ============================================================ */
/* Contraste da seção pública de depoimentos no tema claro. */
html[data-theme="light"] .public-feedback-premium .feedback-review-card,
html[data-theme="light"] .feedback-section .feedback-review-card{
  background:#fff!important;border-color:#dedfe3!important;box-shadow:0 10px 26px rgba(17,17,19,.045)!important;
}
html[data-theme="light"] .public-feedback-premium .feedback-review-main>p,
html[data-theme="light"] .public-feedback-premium .feedback-card p,
html[data-theme="light"] .feedback-section .feedback-review-main>p,
html[data-theme="light"] .feedback-section .feedback-card p{
  color:#4f5662!important;opacity:1!important;font-weight:520;
}
html[data-theme="light"] .public-feedback-premium .feedback-author strong,
html[data-theme="light"] .feedback-section .feedback-author strong{color:#17191f!important}
html[data-theme="light"] .public-feedback-premium .feedback-author span,
html[data-theme="light"] .feedback-section .feedback-author span{color:#6d7480!important;opacity:1!important}
html[data-theme="light"] .public-feedback-premium .feedback-product-wrap,
html[data-theme="light"] .feedback-section .feedback-product-wrap{background:#f7f7f8!important;color:#31353d!important;border-color:#e1e2e5!important}
.feedback-owner-badge{color:#fe2c55!important;background:#fff1f4!important;border-color:#ffd0da!important}

/* Admin: experiência de app em iPhone/Android, sem zoom de foco e sem overflow horizontal. */
@media(max-width:760px){
  html,body.admin-body{width:100%;max-width:100%;overflow-x:hidden!important;overscroll-behavior-x:none}
  body.admin-body{min-height:100dvh;padding:0;margin:0;-webkit-text-size-adjust:100%}
  .admin-body input,.admin-body select,.admin-body textarea{font-size:16px!important;max-width:100%;min-width:0}
  .admin-body button,.admin-body a.btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
  .admin-layout{display:block;min-height:100dvh;width:100%;overflow:clip}
  .admin-sidebar{position:sticky!important;top:0!important;z-index:70!important;height:auto!important;padding:calc(7px + env(safe-area-inset-top)) 8px 8px!important;border-right:0!important;border-bottom:1px solid #e4e4e7!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(18px);box-shadow:0 8px 26px rgba(17,17,19,.055)}
  .admin-brand{display:none!important}
  .admin-sidebar>.admin-nav{display:flex!important;gap:6px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:1px 1px 3px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
  .admin-sidebar>.admin-nav::-webkit-scrollbar{display:none}
  .admin-sidebar>.admin-nav button{flex:0 0 auto!important;white-space:nowrap!important;min-height:44px!important;padding:0 12px!important;border-radius:14px!important;font-size:11px!important;gap:7px!important;scroll-snap-align:start;color:#5e6470!important}
  .admin-sidebar>.admin-nav button.active{background:#fff0f4!important;color:#fe2c55!important;box-shadow:inset 0 0 0 1px #ffd2dc}
  .admin-sidebar>.admin-nav button .icon{width:18px;height:18px}
  .admin-sidebar>.admin-nav button>span{flex:0 0 auto!important;text-align:left!important}
  .admin-sidebar>.spacer{display:none!important}
  .admin-sidebar>.admin-nav:last-child{margin-top:6px;border-top:1px solid #ececef;padding-top:6px!important}
  .admin-main{width:100%;min-width:0!important;padding:12px 10px calc(28px + env(safe-area-inset-bottom))!important}
  .admin-head{align-items:center!important;gap:8px!important;margin-bottom:12px!important;padding:0 2px}
  .admin-head .kicker{font-size:8px}
  .admin-head h1{font-size:22px!important;line-height:1.1;margin-top:3px!important;letter-spacing:-.025em}
  .admin-head-actions{gap:6px!important;flex:0 0 auto}
  .admin-head-actions .admin-bell{display:grid!important;place-items:center;min-width:44px!important;width:44px;height:44px;padding:0!important;border-radius:14px!important}
  .admin-head-actions .btn:not(.admin-bell){display:none!important}
  .admin-grid,.metrics-six{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .metric{padding:13px 12px!important;border-radius:17px!important;min-width:0}
  .metric span{font-size:10px!important;line-height:1.3;color:#6d7480!important}
  .metric strong{font-size:25px!important;margin-top:5px!important;color:#15171c!important}
  .admin-card{padding:14px 12px!important;border-radius:20px!important;margin-bottom:10px!important;min-width:0;overflow:hidden}
  .admin-card h2{font-size:17px!important;line-height:1.25;margin-bottom:9px!important}
  .admin-card .note,.admin-card .subtitle{font-size:12px!important;line-height:1.5!important;color:#626a76!important}
  .admin-card-head{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:9px!important;margin-bottom:11px!important}
  .admin-card-head>.btn,.admin-card-head>a.btn{justify-self:start;width:auto;min-height:42px}
  .admin-form-grid,.image-config-grid,.feedback-admin-grid,.notif-pref-grid{grid-template-columns:1fr!important;gap:10px!important}
  .admin-form-grid .full{grid-column:auto!important}
  .admin-body .field{min-width:0}
  .admin-body .field label{font-size:11px!important;color:#454b55!important;font-weight:780}
  .admin-body .input,.admin-body .select,.admin-body .textarea{width:100%!important;box-sizing:border-box!important;min-height:48px!important;border-radius:14px!important;padding-inline:13px!important}
  .admin-body .textarea{min-height:112px!important;padding-top:12px!important;padding-bottom:12px!important;resize:vertical}
  .admin-body .file-input{padding-top:10px!important;padding-bottom:10px!important;height:auto!important}
  .admin-body .btn{min-height:44px!important;border-radius:13px!important;padding:0 13px!important;font-size:11px!important}
  .admin-body .btn .icon{width:17px;height:17px}
  .sticky-save{bottom:calc(10px + env(safe-area-inset-bottom))!important;width:100%!important;min-height:50px!important;box-shadow:0 12px 32px rgba(254,44,85,.18)!important}
  .preview-box{height:170px!important;border-radius:17px!important;background:#f7f7f8!important}
  .preview-box img{max-height:150px!important}
  .form-preview{max-width:100%;height:auto;border-radius:13px;margin-top:7px}
  .table-wrap{overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important}
  .data-table{display:block!important;width:100%!important;min-width:0!important;border-collapse:separate!important}
  .data-table thead{display:none!important}
  .data-table tbody{display:grid!important;gap:9px!important;width:100%!important}
  .data-table tr{display:block!important;width:100%!important;padding:8px 12px!important;border:1px solid #e1e2e5!important;border-radius:17px!important;background:#fff!important;box-shadow:0 7px 20px rgba(17,17,19,.035)!important;box-sizing:border-box}
  .data-table td{display:grid!important;grid-template-columns:minmax(92px,36%) minmax(0,1fr)!important;gap:10px!important;align-items:start!important;width:100%!important;min-width:0!important;padding:9px 0!important;border:0!important;border-bottom:1px solid #eeeeef!important;font-size:12px!important;line-height:1.45!important;color:#2c3037!important;word-break:break-word;box-sizing:border-box}
  .data-table td:last-child{border-bottom:0!important}
  .data-table td::before{content:attr(data-label);font-size:9px;line-height:1.4;color:#7a818d;font-weight:850;text-transform:uppercase;letter-spacing:.055em}
  .data-table td[colspan]{display:block!important;text-align:center!important;color:#737986!important}
  .data-table td[colspan]::before{display:none}
  .data-table td code{white-space:normal!important;word-break:break-all;font-size:11px}
  .data-table td small{font-size:10px;color:#747b86}
  .data-table .thumb{width:76px!important;height:76px!important;border-radius:14px!important}
  .data-table .admin-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%}
  .data-table .admin-actions .btn{width:100%!important;justify-content:center!important;min-height:42px!important}
  .feedback-admin-card{display:grid!important;grid-template-columns:1fr!important;border-radius:18px!important;overflow:hidden!important;background:#fff!important}
  .feedback-admin-product{width:100%!important;height:180px!important;min-height:0!important;object-fit:cover!important;background:#f7f7f8!important}
  .feedback-admin-product.empty{height:120px!important}
  .feedback-admin-body{padding:13px!important;min-width:0}
  .feedback-admin-person{grid-template-columns:40px minmax(0,1fr)!important;gap:9px!important;align-items:start!important}
  .feedback-admin-person>img,.feedback-admin-person>div{width:40px!important;height:40px!important}
  .feedback-admin-person>span.status{grid-column:1/-1;justify-self:start;margin-top:2px}
  .feedback-admin-person strong{font-size:12px!important;color:#17191f!important}
  .feedback-admin-person small{font-size:10px!important;color:#6a717c!important}
  .feedback-admin-body p{font-size:12px!important;line-height:1.55!important;color:#4f5662!important;margin:10px 0!important}
  .feedback-admin-body .admin-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}
  .feedback-admin-body .admin-actions .btn{width:100%;justify-content:center}
  .notification-card{padding:12px!important;border-radius:16px!important}
  .shipping-admin-card{padding:13px!important;border-radius:18px!important}
  .shipping-admin-card h3{font-size:16px!important}
  .admin-login{min-height:100dvh!important;padding:calc(14px + env(safe-area-inset-top)) 10px calc(14px + env(safe-area-inset-bottom))!important;align-items:center!important}
  .admin-login-card{width:100%!important;max-width:430px!important;padding:20px 15px!important;border-radius:24px!important}
  .toast{bottom:calc(18px + env(safe-area-inset-bottom))!important;font-size:12px!important;max-width:calc(100% - 24px)!important}
}
@media(max-width:390px){
  .admin-grid,.metrics-six{grid-template-columns:1fr!important}
  .feedback-admin-body .admin-actions{grid-template-columns:1fr!important}
  .data-table td{grid-template-columns:86px minmax(0,1fr)!important}
}


/* 3.14.1 — Prévia social/WhatsApp configurável no Admin */
.share-preview-admin-grid{display:grid;grid-template-columns:minmax(250px,.82fr) minmax(330px,1.18fr);gap:16px;align-items:stretch;margin:4px 0 16px}
.share-preview-admin-grid>.image-config{height:100%;box-sizing:border-box}
.wa-preview-card{border:1px solid #e1e3e7;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(17,24,39,.055);min-width:0}
.wa-preview-media{aspect-ratio:1.91/1;background:#f4f5f7;overflow:hidden;border-bottom:1px solid #e6e7ea}
.wa-preview-media img{width:100%;height:100%;display:block;object-fit:cover}
.wa-preview-copy{display:grid;gap:5px;padding:13px 14px 15px;min-width:0}
.wa-preview-copy small{font-size:10px;color:#8a9099;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.wa-preview-copy strong{font-size:15px;line-height:1.3;color:#17191f;overflow-wrap:anywhere}
.wa-preview-copy span{font-size:12px;line-height:1.45;color:#646b76;overflow-wrap:anywhere}
.social-preview-fields{margin-top:2px}
html[data-theme="dark"] .wa-preview-card{background:#16171a;border-color:#303238;box-shadow:none}
html[data-theme="dark"] .wa-preview-media{background:#0f1012;border-color:#303238}
html[data-theme="dark"] .wa-preview-copy strong{color:#f7f7f8}
html[data-theme="dark"] .wa-preview-copy span{color:#b2b5bd}
html[data-theme="dark"] .wa-preview-copy small{color:#888d98}
@media(max-width:760px){
  .share-preview-admin-grid{grid-template-columns:1fr;gap:10px}
  .wa-preview-card{border-radius:17px}
  .wa-preview-copy{padding:12px}
  .wa-preview-copy strong{font-size:14px}
  .wa-preview-copy span{font-size:11px}
}


/* ===== TikTok 3.14.2 — prêmio principal dinâmico + telas de benefício compactas ===== */
.access-action-dock{display:grid;gap:9px;margin:0 0 18px;position:relative;z-index:3}
.access-created-v2 .access-next{margin-top:2px}
.compact-rewards .reward-next-step-priority{position:relative!important;bottom:auto!important;top:auto!important;z-index:2!important;margin:0!important;box-shadow:0 10px 24px rgba(17,24,39,.07)!important;background:rgba(255,255,255,.97)!important}
html[data-theme="dark"] .compact-rewards .reward-next-step-priority{background:rgba(12,15,21,.98)!important;box-shadow:0 10px 24px rgba(0,0,0,.24)!important}
.compact-rewards .screen-pad{overflow-y:auto!important;overscroll-behavior:contain!important;scroll-padding-bottom:calc(18px + var(--safe-b))!important}
@media(max-width:520px){
  .access-created-v2{padding-top:max(10px,var(--safe-t))!important;padding-bottom:max(14px,var(--safe-b))!important}
  .access-created-v2 .access-created-card{padding-top:0!important}
  .access-created-brand{margin-bottom:6px!important}
  .access-created-brand-main .brand-img,.access-created-brand-main .brand-logo-fallback{width:42px!important;height:42px!important;border-radius:13px!important}
  .access-created-brand-main strong{font-size:19px!important}
  .access-created-v2 .access-success{width:58px!important;height:58px!important;border-radius:19px!important;margin:1px auto 8px!important}
  .access-created-v2 .access-success .success-emblem-ring{inset:6px!important;border-radius:14px!important}
  .access-created-v2 .access-success .icon{width:28px!important;height:28px!important}
  .access-created-v2 .access-kicker{font-size:8px!important;letter-spacing:.16em!important;margin-top:2px!important}
  .access-created-v2 h1{font-size:32px!important;line-height:1!important;margin:7px 0 8px!important}
  .access-created-v2 .access-lead{font-size:12px!important;line-height:1.42!important;margin:0 auto 11px!important;max-width:520px!important}
  .access-prize-premium{grid-template-columns:96px minmax(0,1fr)!important;gap:10px!important;padding:10px 11px!important;margin:0 0 10px!important;border-radius:19px!important}
  .access-prize-premium img{width:96px!important;height:88px!important}
  .access-prize-premium span{font-size:8px!important;padding:4px 7px!important}
  .access-prize-premium strong{font-size:19px!important;line-height:1.02!important;margin-top:6px!important}
  .access-prize-premium small{font-size:9px!important;line-height:1.35!important;margin-top:6px!important}
  .access-action-dock{gap:7px;margin-bottom:12px}
  .access-created-v2 .access-main-cta{min-height:54px!important;font-size:16px!important;border-radius:18px!important}
  .access-created-v2 .access-profile-cta{min-height:48px!important;font-size:14px!important;border-radius:17px!important;margin-top:0!important}
  .access-next{margin-bottom:6px!important}
  .access-next>.kicker{font-size:9px!important;margin-bottom:7px!important}
  .access-next-grid{gap:3px!important}
  .access-next-grid article{padding:4px 2px!important}
  .access-step-icon{width:46px!important;height:46px!important;margin-bottom:6px!important}
  .access-step-icon .icon{width:22px!important;height:22px!important}
  .access-step-icon b{width:20px!important;height:20px!important;font-size:9px!important}
  .access-next-grid strong{font-size:10px!important;line-height:1.15!important}
  .access-next-grid small{font-size:8px!important;line-height:1.25!important;margin-top:3px!important}
  .compact-rewards .reward-next-step-priority{padding:9px 10px!important;border-radius:16px!important}
  .compact-rewards .reward-next-step-priority>div:first-child{width:34px!important;height:34px!important}
  .compact-rewards .reward-next-step-priority strong{font-size:12px!important}
}
@media(max-width:390px){
  .access-created-v2 h1{font-size:29px!important}
  .access-created-v2 .access-lead{font-size:11px!important}
  .access-prize-premium{grid-template-columns:82px minmax(0,1fr)!important;padding:9px!important}
  .access-prize-premium img{width:82px!important;height:76px!important}
  .access-prize-premium strong{font-size:17px!important}
  .access-prize-premium small{font-size:8px!important}
  .access-next-grid small{display:none}
}
