:root{
  --bg:#f7f6ff;--ink:#0e1737;--muted:#6f7899;--purple:#6356ff;--blue:#4a8dff;--pink:#c658ff;
  --green:#18a86b;--green-bg:#dff8ec;--yellow:#e7a318;--yellow-bg:#fff3cc;--red:#e94163;--red-bg:#ffe1e8;
  --card:rgba(255,255,255,.72);--line:rgba(92,102,160,.14);--shadow:0 18px 60px rgba(72,67,145,.12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
}
*{box-sizing:border-box} html,body{margin:0;min-height:100%;background:linear-gradient(145deg,#f8f5ff 0%,#eef7ff 48%,#fff5f0 100%);color:var(--ink)}
body{min-height:100vh;overflow-x:hidden}
button,input,select{font:inherit;color:inherit} button{border:0;cursor:pointer} a{color:inherit}
.app-shell{min-height:100vh;max-width:520px;margin:0 auto;position:relative;padding-bottom:110px;isolation:isolate}
.app-shell::before,.app-shell::after{content:"";position:fixed;border-radius:50%;filter:blur(50px);opacity:.35;z-index:-2;pointer-events:none}
.app-shell::before{width:260px;height:260px;background:#c9b5ff;top:-80px;left:-60px}.app-shell::after{width:300px;height:300px;background:#b7e2ff;right:-100px;bottom:0}
.screen{padding:calc(env(safe-area-inset-top,0px) + 22px) 18px 28px;animation:screenIn .28s ease both}
@keyframes screenIn{from{opacity:.15;transform:translateY(7px)}to{opacity:1;transform:none}}
.glass{background:var(--card);border:1px solid rgba(255,255,255,.82);backdrop-filter:blur(26px) saturate(1.15);-webkit-backdrop-filter:blur(26px) saturate(1.15);box-shadow:var(--shadow)}
.header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.brand{display:flex;align-items:center;gap:12px}.logo{width:48px;height:48px;position:relative;flex:0 0 auto}.logo::before,.logo::after{content:"";position:absolute;width:30px;height:30px;border-radius:50%;filter:drop-shadow(0 8px 14px rgba(92,73,255,.2))}.logo::before{left:3px;top:10px;background:linear-gradient(145deg,#3e8fff,#6551ff)}.logo::after{right:3px;top:4px;background:linear-gradient(145deg,#856bff,#d469ff);opacity:.8}.logo i{position:absolute;z-index:2;width:18px;height:18px;border-radius:50%;background:white;left:15px;top:15px}
.header h1,.header h2{margin:0;font-size:29px;letter-spacing:-.9px}.header p{margin:2px 0 0;color:var(--muted);font-size:15px}.icon-btn{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.58);box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}
.icon{width:22px;height:22px;display:inline-block;vertical-align:middle}.muted{color:var(--muted)}.small{font-size:13px}.tiny{font-size:11px}.row{display:flex;align-items:center}.between{justify-content:space-between}.gap8{gap:8px}.gap12{gap:12px}.gap16{gap:16px}.stack{display:grid;gap:14px}
.pill{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.65);font-weight:700;font-size:13px;white-space:nowrap}.pill.green{background:var(--green-bg);color:#087a4a}.pill.yellow{background:var(--yellow-bg);color:#986800}.pill.red{background:var(--red-bg);color:#c62448}.pill.blue{background:#e2edff;color:#2467ca}.pill.purple{background:#ece8ff;color:#5a45df}
.primary{width:100%;padding:17px 20px;border-radius:20px;background:linear-gradient(90deg,#6350ff,#4e92ff);color:white;font-weight:800;font-size:17px;box-shadow:0 14px 28px rgba(84,92,255,.24);display:flex;align-items:center;justify-content:center;gap:10px}.primary:active{transform:translateY(1px)}.secondary{width:100%;padding:15px 18px;border-radius:18px;background:rgba(255,255,255,.64);font-weight:750}.danger{background:#fff0f3;color:#d72c50}.success{background:#e2faee;color:#07834e}
.hero-login{padding-top:56px}.login-top{display:flex;justify-content:space-between;align-items:flex-start}.login-title{margin:72px 0 0;font-size:46px;line-height:.98;letter-spacing:-2px;max-width:300px}.login-sub{font-size:18px;line-height:1.45;color:var(--muted);max-width:330px}.hero-art{position:absolute;right:12px;top:128px;width:180px;height:180px;pointer-events:none}.hero-art .ig-big{position:absolute;right:30px;top:35px;width:92px;height:92px;border-radius:27px;background:radial-gradient(circle at 70% 75%,#ffd05c 0 17%,transparent 18%),linear-gradient(145deg,#833ab4,#fd1d1d,#fcb045);box-shadow:0 16px 34px rgba(171,75,210,.28);display:grid;place-items:center;color:white;font-size:48px;font-weight:900;transform:rotate(-7deg)}.hero-art::before{content:"";position:absolute;inset:0;border-radius:45px;background:rgba(255,255,255,.38);border:1px solid rgba(255,255,255,.7);transform:rotate(11deg);backdrop-filter:blur(14px)}
.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:48px 0 22px}.feature{padding:15px 8px;text-align:center}.feature .bubble{width:58px;height:58px;border-radius:18px;margin:0 auto 9px;background:rgba(255,255,255,.58);display:grid;place-items:center}.feature strong{display:block;font-size:12px}.feature span{font-size:11px;color:var(--muted)}
.google-btn{margin-top:14px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.9);padding:18px;border-radius:22px;width:100%;font-size:18px;font-weight:800;display:flex;justify-content:center;align-items:center;gap:13px;box-shadow:var(--shadow)}.google-g{font-size:23px;font-weight:900;background:conic-gradient(#4285f4 0 25%,#34a853 0 50%,#fbbc05 0 75%,#ea4335 0);-webkit-background-clip:text;background-clip:text;color:transparent}.login-info{margin-top:12px;padding:15px;border-radius:18px;text-align:center;color:var(--muted)}.footer-links{text-align:center;margin-top:55px;color:#707899;font-size:12px}
.stepper{display:flex;align-items:center;justify-content:center;gap:8px;margin:8px 0 18px}.step{display:grid;place-items:center;gap:4px;font-size:11px;color:var(--muted);min-width:105px}.step .dot{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ebe9ff;color:#5a49e8;font-weight:900}.step.done .dot,.step.active .dot{background:linear-gradient(145deg,#7f6cff,#4e8fff);color:white}.step-line{height:4px;border-radius:999px;width:82px;background:linear-gradient(90deg,#7d69ff,#5c8bff)}
.form-card{border-radius:28px;padding:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field{padding:12px 14px;border-radius:18px;background:rgba(247,248,255,.76);border:1px solid rgba(110,120,179,.10)}.field.full{grid-column:1/-1}.field label{display:block;font-size:11px;color:var(--muted);margin-bottom:3px}.field input,.field select{width:100%;border:0;background:transparent;outline:none;font-size:15px;font-weight:700}.secure-note{margin:14px 0;padding:14px;border-radius:18px;background:#edf2ff;color:#42527d;font-size:12px;line-height:1.45}
.account-switcher{padding:12px;border-radius:23px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#eef}.avatar.story{padding:3px;background:linear-gradient(145deg,#ff8249,#f0359d,#5d51ff)}.avatar.story img{width:100%;height:100%;border-radius:50%;display:block;background:white;padding:2px}.tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0}.tab{padding:13px 8px;border-radius:18px;background:rgba(255,255,255,.64);display:flex;align-items:center;justify-content:center;gap:7px;font-weight:800;font-size:13px}.tab.active{background:linear-gradient(90deg,#6351ff,#bb5bf2);color:white;box-shadow:0 10px 25px rgba(105,75,255,.22)}
.task-deck{position:relative;min-height:510px;perspective:1000px}.task-card{border-radius:31px;padding:18px;position:relative;overflow:hidden}.task-card::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#9f8cff;opacity:.08;filter:blur(35px);right:-60px;top:-60px}.profile-head{display:flex;gap:13px;align-items:center;margin:8px 0 12px}.profile-head .avatar{width:92px;height:92px}.profile-meta h3{margin:0 0 4px;font-size:18px}.profile-meta p{margin:2px 0;color:#49506c;font-size:12px;line-height:1.3}.stats{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;margin:14px 0}.stats b{display:block;font-size:18px}.stats span{font-size:11px;color:var(--muted)}.highlights{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:10px 0 14px}.highlight{text-align:center;font-size:9px;color:#46506b}.highlight img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.9);box-shadow:0 0 0 1px rgba(94,99,151,.18);display:block;margin:0 auto 4px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:15px}.post-grid img{width:100%;aspect-ratio:1.25/1;border-radius:12px;object-fit:cover}.task-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border-radius:20px;background:rgba(247,248,255,.74);margin:12px 0}.reward{padding:9px 11px;border-radius:15px;background:#e4faef;color:#0a9055;font-weight:900;white-space:nowrap}.deck-indicator{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:12px}.deck-indicator i{width:8px;height:8px;border-radius:99px;background:#d0d4e4}.deck-indicator i.active{width:28px;background:#6651ff}
.task-top-image{width:100%;border-radius:24px;aspect-ratio:1.75/1;object-fit:cover}.task-steps{padding:18px;border-radius:24px}.step-row{display:grid;grid-template-columns:34px 1fr;gap:10px;margin:11px 0}.step-num{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#7664ff,#5592ff);color:white;font-weight:900}.step-row strong{font-size:14px}.step-row p{margin:2px 0;color:var(--muted);font-size:12px}.timer-card{padding:16px;border-radius:24px}.timer{font-size:28px;font-weight:900;color:#5c4de9;background:#ecebff;padding:9px 14px;border-radius:16px;font-variant-numeric:tabular-nums}.confirm-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.comment-box{padding:15px;border-radius:20px;background:#f3f2ff;border:1px dashed #a59cff;margin:12px 0}.comment-box code{display:block;white-space:pre-wrap;font:700 14px/1.5 inherit;color:#252d54}.copy-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px}.copy-btn{padding:10px 13px;border-radius:14px;background:white;font-weight:800;color:#5443df}.locked-note{font-size:11px;color:#7d739d}
.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.money-card{padding:15px 11px;border-radius:22px;min-height:126px}.money-card b{display:block;font-size:21px;margin:8px 0}.money-card p{font-size:11px;line-height:1.35;margin:0;color:var(--muted)}.history{margin-top:18px}.history-row{padding:13px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.history-row:last-child{border-bottom:0}.history-row h4{margin:0 0 3px;font-size:14px}.history-row p{margin:0;color:var(--muted);font-size:11px}.history-right{text-align:right;display:grid;gap:5px;justify-items:end}.history-right b{font-size:13px}.withdraw-info{margin:12px 0;padding:13px;border-radius:17px;background:rgba(255,255,255,.6);font-size:11px;color:var(--muted);line-height:1.45}
.account-card{padding:15px;border-radius:24px}.account-row{display:flex;align-items:center;gap:11px}.account-row .avatar{width:58px;height:58px}.account-row h3{font-size:15px;margin:0}.account-row p{font-size:11px;color:var(--muted);margin:2px 0}.account-detail{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);display:grid;grid-template-columns:100px 1fr;gap:14px}.score-big{border-radius:22px;background:linear-gradient(145deg,#ecfff5,#f4fffb);text-align:center;padding:17px 8px;color:#0b8553}.score-big b{font-size:34px;display:block}.factor{display:grid;grid-template-columns:1fr 62px 28px;align-items:center;gap:8px;font-size:10px;margin:7px 0}.bar{height:7px;border-radius:99px;background:#e8eaf2;overflow:hidden}.bar i{height:100%;display:block;border-radius:99px;background:#1aac6c}.bar i.warn{background:#e8a51d}.legend{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.legend div{padding:10px 6px;border-radius:14px;text-align:center;font-size:9px}.legend b{display:block;font-size:12px}.legend .l1{background:#ffe1e8;color:#c72a4e}.legend .l2{background:#fff0c7;color:#8c6504}.legend .l3{background:#dcf7e8;color:#08794a}.legend .l4{background:#dcecff;color:#1f65c2}
.news-card{padding:18px;border-radius:25px;position:relative;overflow:hidden}.news-card h3{margin:8px 0 7px;font-size:19px}.news-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.45;max-width:74%}.news-art{position:absolute;right:-8px;bottom:8px;width:92px;height:92px;border-radius:26px;background:linear-gradient(145deg,#b89bff,#77c3ff);opacity:.42;transform:rotate(12deg)}.news-art::after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;font-size:44px;color:white;font-weight:900}.news-tags{display:flex;gap:8px;overflow:auto;padding-bottom:2px}.news-tag{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.62);white-space:nowrap;font-weight:700;font-size:12px}.news-tag.active{background:linear-gradient(90deg,#6653ff,#bd59ef);color:white}
.settings-card{padding:6px 15px;border-radius:24px}.setting-row{padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.setting-row:last-child{border-bottom:0}.setting-left{display:flex;align-items:center;gap:12px}.setting-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#eeebff;color:#6551ff}.setting-left h4{margin:0;font-size:14px}.setting-left p{margin:3px 0 0;color:var(--muted);font-size:11px}.toggle{width:48px;height:28px;border-radius:99px;background:#d9dceb;position:relative;padding:0}.toggle::after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;background:white;border-radius:50%;box-shadow:0 2px 7px rgba(0,0,0,.12);transition:.2s}.toggle.on{background:#6755ff}.toggle.on::after{left:23px}
.modal-backdrop{position:fixed;inset:0;background:rgba(22,25,50,.34);z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:14px;backdrop-filter:blur(8px)}.modal{width:min(100%,500px);border-radius:28px 28px 24px 24px;padding:20px;background:rgba(253,253,255,.94);box-shadow:0 -15px 60px rgba(37,39,89,.2)}.modal h3{margin:0 0 7px;font-size:22px}.modal p{color:var(--muted);font-size:12px;line-height:1.45}.modal .close{position:absolute;right:24px;top:22px}.modal-field{padding:13px;border-radius:17px;background:#f4f5fb;margin:12px 0}.modal-field label{display:block;font-size:11px;color:var(--muted);margin-bottom:4px}.modal-field input{width:100%;border:0;background:transparent;outline:none;font-size:17px;font-weight:800}.toast{position:fixed;left:50%;bottom:104px;transform:translateX(-50%);width:min(calc(100% - 28px),470px);z-index:100;padding:14px 16px;border-radius:20px;background:rgba(16,24,48,.94);color:white;box-shadow:0 18px 50px rgba(18,21,49,.28);display:flex;align-items:center;gap:12px;animation:toastIn .28s ease both}.toast.success .toast-dot{background:#18b976}.toast.error .toast-dot{background:#ef4e68}.toast-dot{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:900}.toast strong{display:block;font-size:13px}.toast span{font-size:11px;color:#cfd4e6}@keyframes toastIn{from{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%,0)}}
.empty{padding:28px;text-align:center;color:var(--muted)}.center{text-align:center}.spacer8{height:8px}.spacer12{height:12px}.spacer18{height:18px}.hide{display:none!important}
@media (max-width:390px){.screen{padding-left:14px;padding-right:14px}.login-title{font-size:41px}.hero-art{width:150px;height:150px;top:140px}.account-detail{grid-template-columns:88px 1fr}.factor{grid-template-columns:1fr 50px 24px}.summary-grid{gap:7px}.money-card{padding:12px 8px}.money-card b{font-size:18px}}

/* Vibe mobile shell v3 */
html,body{width:100%;height:100%;max-width:100%;overflow:hidden;overscroll-behavior:none;-webkit-text-size-adjust:100%;touch-action:manipulation}
body{position:fixed;inset:0;background:linear-gradient(160deg,#f8f6ff 0%,#f3f8ff 48%,#fff7f4 100%)}
.app-shell{width:100%;max-width:520px;height:100dvh;min-height:0;margin:0 auto;padding:0;overflow:hidden;position:relative;background:linear-gradient(160deg,rgba(252,250,255,.58),rgba(246,250,255,.35));box-shadow:0 0 80px rgba(81,72,148,.08)}
.screen{width:100%;height:100dvh;max-width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding:calc(env(safe-area-inset-top,0px) + 18px) 16px calc(112px + env(safe-area-inset-bottom,0px));scrollbar-width:none}
.screen::-webkit-scrollbar{display:none}.screen>*{max-width:100%;min-width:0}button,input,select,textarea{max-width:100%;touch-action:manipulation}img{max-width:100%}

.nav-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:5px 2px;border-radius:18px;background:transparent;color:#7c839e;font-size:10px;line-height:1}.nav-item .icon{width:22px;height:22px}.nav-item.active{color:#5c4bec;background:linear-gradient(180deg,rgba(105,83,255,.15),rgba(105,83,255,.05));font-weight:850}.nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}

/* home */
.home-screen{padding-top:calc(env(safe-area-inset-top,0px) + 14px)}
.home-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.home-brand{display:flex;align-items:center;gap:10px}.home-brand .logo{width:42px;height:42px}.home-brand h2{font-size:23px;line-height:1.05;margin:0;letter-spacing:-.65px}.home-brand p{margin:3px 0 0;font-size:11px;color:var(--muted)}
.home-balance{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;border-radius:24px;margin-bottom:10px;background:linear-gradient(125deg,rgba(96,79,255,.94),rgba(85,142,255,.88));color:white;border-color:rgba(255,255,255,.72);box-shadow:0 15px 36px rgba(87,78,219,.22)}.home-balance::after{content:"";position:absolute;width:150px;height:150px;right:-42px;top:-72px;border-radius:50%;background:rgba(255,255,255,.16)}.home-balance-copy{position:relative;z-index:1}.home-balance-copy span{display:block;font-size:10px;font-weight:800;opacity:.84;text-transform:uppercase;letter-spacing:.7px}.home-balance-copy strong{display:block;font-size:27px;line-height:1.05;margin:3px 0;letter-spacing:-.8px}.home-balance-copy small{font-size:10px;opacity:.78}.home-balance-icon{position:relative;z-index:1;width:45px;height:45px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.18);backdrop-filter:blur(10px)}.home-balance-icon .icon{width:25px;height:25px}
.active-account-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 12px;border-radius:23px;margin-bottom:15px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(245,245,255,.68))}.active-account-identity{display:flex;align-items:center;gap:9px;min-width:0}.active-account-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px white,0 0 0 3px rgba(100,80,255,.22)}.active-account-identity div{min-width:0}.active-account-identity small{display:block;color:var(--muted);font-size:9px;margin-bottom:2px}.active-account-identity strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-account-meta{display:flex;align-items:center;gap:5px}.active-account-meta>.pill{font-size:8px;padding:6px 7px;gap:4px}.active-account-meta>.pill .icon{width:12px;height:12px}.change-account{display:flex;align-items:center;gap:4px;padding:7px 8px;border-radius:12px;background:rgba(255,255,255,.74);font-size:9px;font-weight:800;color:#515a7e;white-space:nowrap}.change-account .icon{width:13px;height:13px}
.task-feed-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin:0 2px 9px}.task-feed-head .eyebrow{font-size:8px;letter-spacing:1.2px;font-weight:900;color:#7164ec}.task-feed-head h3{margin:2px 0 1px;font-size:20px;letter-spacing:-.5px}.task-feed-head p{margin:0;color:var(--muted);font-size:10px;line-height:1.3;max-width:300px}.task-count{flex:none;padding:7px 9px;border-radius:12px;background:#ece9ff;color:#6552e7;font-size:10px;font-weight:900}
.task-deck{position:relative;min-height:0;padding:0 2px 6px;perspective:800px}.task-deck::before,.task-deck::after{content:"";position:absolute;left:10px;right:10px;height:40px;border-radius:29px;border:1px solid rgba(255,255,255,.8);z-index:-1}.task-deck::before{top:5px;background:rgba(255,255,255,.48);transform:scale(.97)}.task-deck::after{top:10px;background:rgba(255,255,255,.28);transform:scale(.94)}
.deck-card{width:100%;overflow:hidden;padding:15px;border-radius:30px;background:linear-gradient(155deg,rgba(255,255,255,.88),rgba(248,247,255,.75));box-shadow:0 25px 65px rgba(65,60,130,.16);transition:transform .18s ease,opacity .18s ease}.deck-card.swipe-left{transform:translateX(-110%) rotate(-8deg);opacity:0}.deck-card.swipe-right{transform:translateX(110%) rotate(8deg);opacity:0}.task-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:11px}.action-badge{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;font-size:10px;font-weight:850}.action-badge .icon{width:14px;height:14px}.action-badge.green{background:#ddf7e9;color:#08794b}.action-badge.red{background:#ffe7ee;color:#d3355d}.action-badge.purple{background:#ebe7ff;color:#5e4ae6}.content-type{font-size:9px;font-weight:800;color:#7f86a0;background:rgba(245,246,252,.9);padding:6px 8px;border-radius:999px}
.instagram-profile-preview{border-radius:24px;background:rgba(251,251,255,.66);border:1px solid rgba(110,117,171,.08);padding:12px}.profile-line{display:flex;align-items:center;gap:11px}.avatar.xl{width:72px;height:72px;flex:none}.profile-copy{min-width:0}.profile-copy h3{display:flex;align-items:center;gap:5px;margin:0 0 2px;font-size:16px}.profile-copy>strong{font-size:11px}.profile-copy p{margin:2px 0;color:#5e6580;font-size:10px;line-height:1.25}.verified-dot{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#268af2;color:white;font-size:9px}.instagram-profile-preview .stats{margin:11px 0 8px}.instagram-profile-preview .stats b{font-size:15px}.instagram-profile-preview .stats span{font-size:9px}.instagram-profile-preview .highlights{margin:7px 0 10px;gap:5px}.instagram-profile-preview .highlight img{width:39px;height:39px}.instagram-profile-preview .highlight span{font-size:8px}.instagram-profile-preview .post-grid{margin:0;gap:4px}.instagram-profile-preview .post-grid img{border-radius:10px}
.post-preview{position:relative;border-radius:24px;overflow:hidden;background:#f3f4fb}.post-preview>img{display:block;width:100%;aspect-ratio:1.2/1;object-fit:cover}.post-preview.compact>img{aspect-ratio:1.55/1}.post-owner{position:absolute;left:8px;right:8px;bottom:8px;display:flex;align-items:center;gap:8px;padding:8px 9px;border-radius:17px;background:rgba(255,255,255,.86);backdrop-filter:blur(15px)}.post-owner .avatar{width:31px;height:31px}.post-owner div{display:grid;min-width:0;flex:1}.post-owner strong{font-size:10px}.post-owner span{font-size:8px;color:var(--muted)}.instagram-mini{width:22px;height:22px}.task-description{padding:11px 3px 1px}.task-description strong{font-size:13px}.task-description p{margin:3px 0;color:var(--muted);font-size:10px;line-height:1.35}
.reward-strip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border-radius:18px;background:rgba(244,246,253,.82);margin:10px 0}.reward-strip>div{display:grid;gap:2px}.reward-strip span{font-size:8px;text-transform:uppercase;letter-spacing:.5px;color:#838aa5;font-weight:850}.reward-strip strong{font-size:11px}.reward-value{text-align:right}.reward-value strong{font-size:18px;color:#078a50}
.deck-actions{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px}.deck-skip,.deck-execute{height:49px;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:850}.deck-skip{background:#f0f1f7;color:#747b96;font-size:10px}.deck-skip .icon{width:16px;height:16px}.deck-execute{background:linear-gradient(90deg,#6550ff,#4b91ff);color:#fff;font-size:13px;box-shadow:0 12px 24px rgba(84,92,255,.22)}.deck-execute>.icon{width:17px;height:17px}.deck-execute .instagram-brand{width:25px;height:25px}.deck-hint{text-align:center;margin:7px 0 0;color:#9a9fb3;font-size:8px}.comment-box.locked{margin:10px 0 0;padding:12px;background:linear-gradient(145deg,#f2f0ff,#f7f6ff);border:1px dashed #a69cff}.comment-label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px}.comment-label span{display:flex;align-items:center;gap:4px;font-size:9px;font-weight:850;color:#5b4de1}.comment-label span .icon{width:13px;height:13px}.comment-label small{font-size:8px;color:#a07889}.comment-box.locked code{font-size:12px;line-height:1.4}.copy-comment-main{width:100%;margin-top:9px;padding:10px;border-radius:13px;background:white;color:#5444dd;font-size:10px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:6px}.copy-comment-main .icon{width:14px;height:14px}.no-task{padding:28px 20px;text-align:center;border-radius:29px}.empty-orb{width:58px;height:58px;margin:0 auto 10px;border-radius:20px;display:grid;place-items:center;background:#ece9ff;color:#6552e7}

/* task execution */
.task-execution-screen{padding-bottom:26px}.execution-header{position:sticky;top:-18px;z-index:20;margin:-18px -16px 12px;padding:calc(env(safe-area-inset-top,0px) + 14px) 16px 10px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;background:linear-gradient(180deg,rgba(249,248,255,.96),rgba(249,248,255,.88) 76%,rgba(249,248,255,0));backdrop-filter:blur(20px)}.round-back{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.8);box-shadow:0 7px 20px rgba(62,60,110,.09)}.execution-header>div:nth-child(2) span{font-size:8px;color:#8a90a8;font-weight:800}.execution-header h2{margin:1px 0 0;font-size:17px}.countdown{min-width:72px;padding:7px 9px;border-radius:16px;text-align:center;background:#ece9ff;color:#5d49e8}.countdown small{display:block;font-size:7px;text-transform:uppercase;letter-spacing:.8px;font-weight:850}.countdown strong{font-size:20px;font-variant-numeric:tabular-nums}.countdown.ending{background:#ffe5eb;color:#d52d50}
.execution-account{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:20px;margin-bottom:10px}.execution-account>span{font-size:9px;color:var(--muted)}.execution-account>div{display:flex;align-items:center;gap:6px;min-width:0}.execution-account img{width:31px;height:31px;border-radius:50%}.execution-account strong{font-size:11px}.execution-account .pill{font-size:7px;padding:5px 6px}.execution-account .pill .icon{width:10px;height:10px}
.execution-target{padding:14px;border-radius:26px;margin-bottom:10px}.reward-inline{font-size:12px;color:#078a50;background:#e1f8ec;padding:7px 9px;border-radius:999px;font-weight:900}.execution-profile{padding:10px;border-radius:20px;background:rgba(249,250,255,.72)}.execution-post{position:relative;border-radius:21px;overflow:hidden}.execution-post>img{width:100%;aspect-ratio:1.45/1;object-fit:cover;display:block}.execution-post>div{position:absolute;left:8px;bottom:8px;display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.88);padding:6px 8px;border-radius:13px}.execution-post .avatar{width:27px;height:27px}.execution-post strong{font-size:9px}.execution-comment{margin-top:10px!important}
.execution-guide{padding:15px;border-radius:26px}.execution-guide h3{margin:0 0 9px;font-size:15px}.execution-step{display:grid;grid-template-columns:29px 1fr;gap:9px;padding:8px 0;border-bottom:1px solid rgba(97,104,154,.09)}.execution-step i{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#715cff,#5791ff);color:#fff;font-style:normal;font-size:10px;font-weight:900}.execution-step strong{font-size:11px}.execution-step p{margin:2px 0 0;color:var(--muted);font-size:9px;line-height:1.35}.open-instagram-btn{width:100%;height:52px;margin-top:11px;border-radius:18px;background:linear-gradient(90deg,#6650ff,#4c91ff);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:850;box-shadow:0 12px 25px rgba(84,92,255,.22)}.open-instagram-btn .instagram-brand{width:27px;height:27px}.open-instagram-btn>.icon{width:17px;height:17px}
.execution-confirm{margin-top:10px;padding:15px;border-radius:25px;text-align:center}.execution-confirm>strong{display:block;font-size:13px}.execution-confirm>span{display:block;font-size:9px;color:var(--muted);margin:3px 0 10px}.execution-confirm>div{display:grid;grid-template-columns:1fr 1.45fr;gap:8px}.confirm-no,.confirm-yes{height:44px;border-radius:15px;font-size:10px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:6px}.confirm-no{background:#fff0f3;color:#d72d50}.confirm-yes{background:#e1f8ec;color:#087c4d}.confirm-no .icon,.confirm-yes .icon{width:15px;height:15px}

/* keep every screen inside the mobile shell */
.account-card,.settings-card,.news-card,.form-card,.task-card,.summary-grid,.history>div{width:100%;max-width:100%;min-width:0}.account-row,.account-detail,.setting-row,.history-row{max-width:100%;min-width:0}.account-row>div,.account-detail>div,.setting-left,.setting-left>div{min-width:0}.factor{grid-template-columns:minmax(0,1fr) 58px 27px}.factor>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.money-card{min-width:0}.field input,.field select,.modal-field input{font-size:16px}.news-tags{max-width:100%;overflow-x:auto}.toast{bottom:92px}

@media(max-width:390px){.screen{padding-left:13px;padding-right:13px}.execution-header{margin-left:-13px;margin-right:-13px;padding-left:13px;padding-right:13px}.active-account-card{grid-template-columns:minmax(0,1fr) auto}.active-account-meta>.pill{max-width:118px;overflow:hidden;text-overflow:ellipsis}.change-account span{display:none}.change-account{width:31px;height:31px;padding:0;justify-content:center}.change-account .icon{width:15px;height:15px}.home-balance-copy strong{font-size:25px}.task-feed-head p{max-width:250px}.avatar.xl{width:66px;height:66px}.instagram-profile-preview{padding:10px}.instagram-profile-preview .highlight img{width:35px;height:35px}.deck-actions{grid-template-columns:84px minmax(0,1fr)}.account-detail{grid-template-columns:86px minmax(0,1fr)}.summary-grid{gap:6px}.money-card{padding:10px 7px}.money-card .pill{font-size:8px;padding:6px}.money-card b{font-size:17px}}
@media(max-width:345px){.screen{padding-left:10px;padding-right:10px}.execution-header{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.active-account-meta>.pill{display:none}.task-feed-head p{display:none}.home-brand p{display:none}.nav-item span{font-size:8px}.instagram-profile-preview .highlight:nth-child(5){display:none}.instagram-profile-preview .highlights{grid-template-columns:repeat(4,1fr)}.summary-grid{grid-template-columns:1fr}.money-card{min-height:auto}.legend{grid-template-columns:repeat(2,1fr)}}

.account-picker-backdrop{align-items:flex-end}.account-picker{width:min(100%,500px);padding:18px;border-radius:30px 30px 24px 24px;background:rgba(253,253,255,.96)}.account-picker-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.account-picker-head>div{min-width:0}.account-picker-head span{font-size:8px;letter-spacing:1px;font-weight:900;color:#6a57ea}.account-picker-head h3{margin:2px 0 3px;font-size:21px}.account-picker-head p{margin:0;color:var(--muted);font-size:10px;line-height:1.35}.account-picker-list{display:grid;gap:7px}.account-pick{width:100%;min-width:0;display:grid;grid-template-columns:43px minmax(0,1fr) auto 20px;align-items:center;gap:9px;padding:9px 10px;border-radius:18px;background:#f6f7fc;text-align:left;border:1px solid transparent}.account-pick.selected{background:#eeebff;border-color:#cec6ff}.account-pick img{width:43px;height:43px;border-radius:50%;object-fit:cover}.account-pick>div{display:grid;min-width:0}.account-pick strong{font-size:11px;overflow:hidden;text-overflow:ellipsis}.account-pick span{font-size:9px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-pick>.pill{font-size:7px;padding:5px 6px;max-width:135px;overflow:hidden;text-overflow:ellipsis}.account-pick>.pill .icon{width:10px;height:10px}.account-pick>i{font-style:normal;color:#6553e8;font-weight:900}@media(max-width:360px){.account-pick{grid-template-columns:39px minmax(0,1fr) 20px}.account-pick img{width:39px;height:39px}.account-pick>.pill{display:none}}

/* Vibe responsive shell pass v4 */
.bottom-nav{
  position:absolute;
  left:8px;
  right:8px;
  bottom:max(8px,env(safe-area-inset-bottom));
  transform:none;
  width:auto;
  max-width:none;
  z-index:100;
}

/* Accounts owns its own responsive geometry. */
.accounts-screen{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))}
.accounts-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center;margin:2px 0 13px}
.accounts-search{min-width:0;height:46px;padding:0 13px;border-radius:16px;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.9);box-shadow:0 9px 25px rgba(67,64,123,.07)}
.accounts-search .icon{width:18px;height:18px;color:#77809c;flex:none}.accounts-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;font-size:16px;font-weight:650}
.accounts-add{height:46px;padding:0 13px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:6px;background:#ece9ff;color:#5b47de;font-size:12px;font-weight:850;white-space:nowrap}.accounts-add .icon{width:17px;height:17px}
.accounts-list{display:grid;gap:11px}
.accounts-screen .account-card{width:100%;min-width:0;padding:13px;border-radius:23px;overflow:hidden}
.accounts-screen .account-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-width:0}
.account-list-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;background:#eef;box-shadow:0 0 0 2px rgba(255,255,255,.95),0 0 0 3px rgba(105,85,255,.16)}
.account-list-copy{min-width:0}.account-list-copy h3{margin:0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-list-copy p{margin:2px 0 1px;font-size:11px;color:#66708d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-list-copy>span{display:block;font-size:10px;color:#8a91a8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.account-list-score{min-width:0;display:flex;justify-content:flex-end}.account-list-score .pill{max-width:132px;padding:7px 8px;font-size:9px;gap:4px;overflow:hidden;text-overflow:ellipsis}.account-list-score .pill .icon{width:12px;height:12px;flex:none}
.accounts-screen .account-detail{width:100%;min-width:0;margin-top:13px;padding-top:13px;border-top:1px solid var(--line);display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px}
.accounts-screen .score-big{min-width:0;padding:14px 7px;border-radius:19px}.accounts-screen .score-big b{font-size:31px}.accounts-screen .score-big small{display:block;font-size:9px;color:#5f8877;margin-top:-3px}.accounts-screen .score-big .pill{margin-top:7px!important;padding:6px 7px;font-size:8px;white-space:normal;justify-content:center;line-height:1.05}
.factors-panel{min-width:0}.factors-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:7px}.factors-title strong{font-size:12px}.factors-title small{font-size:8px;color:#8c92a8;text-align:right;max-width:80px}
.accounts-screen .factor{display:grid;grid-template-columns:minmax(0,1fr) 54px 24px;gap:6px;align-items:center;margin:6px 0;font-size:9px}.accounts-screen .factor>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.accounts-screen .factor>b{text-align:right;font-size:9px}.accounts-screen .bar{height:6px}
.reclass-note{display:flex;align-items:center;gap:5px;margin-top:9px;font-size:8px;color:#7d849e}.reclass-note .icon{width:13px;height:13px;flex:none}
.quality-legend{width:100%;min-width:0;padding:13px;border-radius:21px;margin-top:12px}.quality-legend-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.quality-legend-head span{display:block;font-size:8px;letter-spacing:1px;font-weight:850;color:#7c84a0}.quality-legend-head strong{display:block;font-size:13px;margin-top:2px}.quality-legend-head small{font-size:9px;color:#8b91a7}
.quality-legend .legend{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.quality-legend .legend div{min-width:0;padding:9px 4px}.quality-legend .legend b{font-size:10px}.quality-legend .legend span{display:block;font-size:8px;margin-top:2px}

@media(max-width:390px){
  .accounts-screen .account-row{grid-template-columns:46px minmax(0,1fr);gap:9px}
  .account-list-avatar{width:46px;height:46px}
  .account-list-score{grid-column:1/-1;justify-content:flex-start;padding-left:55px;margin-top:-4px}
  .account-list-score .pill{max-width:100%;font-size:8.5px}
  .accounts-screen .account-detail{grid-template-columns:82px minmax(0,1fr);gap:9px}
  .accounts-screen .score-big{padding:12px 5px}.accounts-screen .score-big b{font-size:27px}
  .accounts-screen .factor{grid-template-columns:minmax(0,1fr) 42px 22px;gap:5px;font-size:8.5px}
  .factors-title small{display:none}
  .quality-legend .legend{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:340px){
  .accounts-tools{grid-template-columns:minmax(0,1fr) 44px}.accounts-add{width:44px;padding:0}.accounts-add span{display:none}
  .accounts-screen .account-detail{grid-template-columns:1fr}.accounts-screen .score-big{display:grid;grid-template-columns:auto auto auto 1fr;align-items:center;justify-content:start;gap:5px;text-align:left}.accounts-screen .score-big b{font-size:24px}.accounts-screen .score-big small{margin:0}.accounts-screen .score-big .pill{margin:0 0 0 auto!important;max-width:110px}
  .account-list-score{padding-left:55px}
}

/* Live-audited shell fixes v5 */
.bottom-nav{
  position:absolute;
  left:8px;
  right:8px;
  bottom:max(8px,env(safe-area-inset-bottom));
  width:auto;
  height:70px;
  z-index:100;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  align-items:stretch;
  padding:7px 6px;
  border-radius:25px;
  background:rgba(250,250,255,.92);
  border:1px solid rgba(255,255,255,.96);
  -webkit-backdrop-filter:blur(28px) saturate(1.16);
  backdrop-filter:blur(28px) saturate(1.16);
  box-shadow:0 14px 38px rgba(42,42,85,.18),inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
}
.bottom-nav .nav-item{height:100%;min-width:0;max-width:none}
.home-balance,.deck-card{contain:paint}
.accounts-screen .account-list-score .pill{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:350px){
  .bottom-nav{left:6px;right:6px;height:67px;padding:6px 4px}
  .bottom-nav .nav-item{font-size:9px}
  .bottom-nav .nav-item .icon{width:21px;height:21px}
}

/* Audit cleanup v6 */
.screen-with-nav{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))}
.account-card.expanded{overflow:hidden}
.news-card{overflow:hidden}
@media(max-width:340px){
  .news-art{right:-18px;transform:scale(.88) rotate(12deg)}
}

/* Product pass v7: landing, task docks, execution, earnings and accounts */
.landing-screen{padding:calc(env(safe-area-inset-top,0px) + 18px) 16px 30px;background:radial-gradient(circle at 86% 7%,rgba(128,97,255,.17),transparent 28%),radial-gradient(circle at 8% 36%,rgba(74,157,255,.12),transparent 28%)}
.landing-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-brand{display:flex;align-items:center;gap:9px}.landing-brand .logo{width:42px;height:42px}.landing-brand>div{display:grid}.landing-brand strong{font-size:18px;letter-spacing:-.4px}.landing-brand span{font-size:9px;color:var(--muted)}.landing-badge{display:flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.68);font-size:9px;font-weight:800;color:#69728f}.landing-badge .icon{width:13px;height:13px}
.landing-hero{padding:34px 3px 18px}.landing-kicker{font-size:9px;letter-spacing:1.35px;font-weight:900;color:#6956e9;margin-bottom:8px}.landing-title-row{display:grid;grid-template-columns:minmax(0,1fr) 72px;align-items:center;gap:12px}.landing-title-row h1{margin:0;font-size:42px;line-height:.95;letter-spacing:-1.9px}.instagram-hero-button{width:68px;height:68px;border-radius:23px;display:grid;place-items:center;background:rgba(255,255,255,.62);box-shadow:0 16px 35px rgba(89,69,178,.16),inset 0 0 0 1px rgba(255,255,255,.9);transform:rotate(4deg)}.instagram-hero-button .instagram-brand{width:45px;height:45px}.landing-hero>p{margin:14px 0 12px;font-size:14px;line-height:1.48;color:#59627e;max-width:360px}.landing-proof{display:flex;gap:7px;flex-wrap:wrap}.landing-proof span{display:flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.62);font-size:9px;font-weight:800;color:#626b88}.landing-proof .icon{width:13px;height:13px;color:#6552e8}
.landing-showcase{padding:14px;border-radius:25px}.showcase-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.showcase-head>div{display:grid;gap:2px}.showcase-head small{font-size:8px;letter-spacing:1px;color:#7568e8;font-weight:900}.showcase-head strong{font-size:13px;line-height:1.3}.showcase-head>span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#ece9ff;color:#6552e8}.showcase-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:13px 0}.showcase-steps>div{min-width:0;padding:10px 8px;border-radius:17px;background:rgba(247,248,255,.75);display:flex;align-items:center;gap:7px}.showcase-steps i{width:23px;height:23px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(145deg,#6a56f7,#5798ff);color:#fff;font-style:normal;font-size:9px;font-weight:900;flex:none}.showcase-steps span{display:grid;min-width:0}.showcase-steps b{font-size:10px}.showcase-steps small{font-size:7.5px;color:var(--muted);line-height:1.2}.showcase-reward{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border-radius:17px;background:linear-gradient(90deg,#eefcf5,#f3fff9)}.showcase-reward>div{display:grid}.showcase-reward span{font-size:8px;color:#6c7887}.showcase-reward strong{font-size:11px}.showcase-reward>b{font-size:18px;color:#07834e}
.landing-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin:10px 0}.landing-benefit{min-width:0;padding:10px 8px;border-radius:17px;background:rgba(255,255,255,.54);display:flex;align-items:center;gap:7px}.landing-benefit>span{width:31px;height:31px;border-radius:11px;display:grid;place-items:center;background:#eeebff;color:#6451e6;flex:none}.landing-benefit>span .icon{width:16px;height:16px}.landing-benefit>div{display:grid;min-width:0}.landing-benefit strong{font-size:9px}.landing-benefit small{font-size:7px;color:var(--muted);line-height:1.2}
.landing-auth{margin-top:11px}.landing-google{margin:0;height:54px;font-size:14px;border-radius:18px;display:grid;grid-template-columns:25px 1fr 18px}.auth-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin:12px 0}.auth-divider span{height:1px;background:rgba(96,104,154,.15)}.auth-divider b{font-size:9px;color:#9298ad}.email-login-btn{width:100%;height:50px;border-radius:17px;background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:850;color:#3f496a}.email-login-btn .icon{width:18px;height:18px}.landing-screen .footer-links{margin:17px auto 0;max-width:330px;font-size:9px;line-height:1.4}
.register-submit{grid-column:1/-1;width:100%;min-height:56px;padding:16px 18px;border-radius:19px;background:linear-gradient(90deg,#604df5,#468ff5)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:900;box-shadow:0 14px 28px rgba(84,92,255,.26);text-shadow:0 1px 1px rgba(0,0,0,.08)}.register-submit .icon{width:19px;height:19px}

.tasks-screen{padding-bottom:calc(190px + env(safe-area-inset-bottom,0px))}.task-live-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;margin:2px 2px 10px}.task-live-head>div:first-child{display:grid;gap:3px;min-width:0}.task-live-head small{font-size:8px;letter-spacing:1px;font-weight:900;color:#777f9c}.task-live-head>div:first-child strong{display:flex;align-items:center;gap:6px;font-size:17px}.task-live-head>div:first-child strong .icon{width:18px;height:18px;color:#6150e4}.task-live-reward{text-align:right;padding:9px 11px;border-radius:17px;background:linear-gradient(145deg,#dff8ec,#effff7);box-shadow:0 8px 20px rgba(25,147,92,.09)}.task-live-reward span{display:block;font-size:8px;color:#458068;font-weight:800}.task-live-reward b{display:block;font-size:22px;color:#087d4b;line-height:1.02}.task-demand-note{display:flex;align-items:flex-start;gap:6px;padding:10px 4px 0;color:#858ca5;font-size:9px;line-height:1.35}.task-demand-note .icon{width:14px;height:14px;flex:none}
.task-action-dock{position:absolute;left:8px;right:8px;bottom:86px;z-index:105;height:70px;border-radius:24px;padding:8px;display:grid;grid-template-columns:104px minmax(0,1fr);gap:8px;background:rgba(250,250,255,.94);box-shadow:0 15px 42px rgba(42,42,85,.18)}.dock-skip,.dock-execute{height:100%;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:7px;font-weight:900}.dock-skip{background:#f0f1f7;color:#707994;font-size:11px}.dock-skip .icon{width:17px;height:17px}.dock-execute{background:linear-gradient(90deg,#6250f6,#458ff5);color:#fff;font-size:13px;box-shadow:0 9px 20px rgba(80,90,242,.22)}.dock-execute .instagram-brand{width:28px;height:28px}.dock-execute>.icon{width:17px;height:17px}

.task-execution-screen{padding-bottom:calc(132px + env(safe-area-inset-bottom,0px))}.execution-topbar{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;margin-bottom:10px}.execution-topbar>div{display:grid}.execution-topbar span{font-size:8px;color:#858ca4;font-weight:850}.execution-topbar h2{margin:1px 0 0;font-size:19px}.execution-status-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:8px;padding:9px;border-radius:25px;margin-bottom:10px}.execution-timer-block,.execution-reward-block{min-width:0;border-radius:19px;padding:13px 12px;display:grid;align-content:center}.execution-timer-block{background:linear-gradient(145deg,#5f4cf4,#4e8ff8);color:#fff;box-shadow:0 12px 28px rgba(83,79,224,.22)}.execution-timer-block small,.execution-reward-block small{font-size:8px;letter-spacing:.85px;font-weight:900;opacity:.8}.execution-timer-block strong{font-size:35px;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-1px;margin:3px 0}.execution-timer-block span,.execution-reward-block span{font-size:8px;opacity:.78}.execution-timer-block.ending{animation:timerPulse .75s ease-in-out infinite alternate;background:linear-gradient(145deg,#e54265,#ff705e)}@keyframes timerPulse{to{transform:scale(1.025);box-shadow:0 14px 34px rgba(224,54,89,.3)}}.execution-reward-block{background:linear-gradient(145deg,#e2faee,#f1fff8);color:#087b4c}.execution-reward-block strong{font-size:26px;line-height:1;margin:4px 0;letter-spacing:-.6px}.execution-action-dock{position:absolute;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));z-index:110;border-radius:25px;padding:10px;background:rgba(250,250,255,.95);box-shadow:0 15px 45px rgba(42,42,85,.2)}.execution-dock-copy{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:1px 4px 8px}.execution-dock-copy strong{font-size:13px}.execution-dock-copy span{font-size:8px;color:var(--muted)}.execution-dock-buttons{display:grid;grid-template-columns:1fr 1.35fr;gap:8px}.execution-no,.execution-yes{height:49px;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:900;transition:transform .15s ease}.execution-no:active,.execution-yes:active{transform:scale(.97)}.execution-no{background:#fff0f3;color:#d62e51}.execution-yes{background:linear-gradient(90deg,#13a76a,#32c887);color:#fff;box-shadow:0 9px 20px rgba(22,167,105,.2)}.execution-no .icon,.execution-yes .icon{width:17px;height:17px}
.expiry-backdrop{position:fixed;inset:0;z-index:300;background:rgba(18,22,43,.55);display:grid;place-items:center;padding:20px;backdrop-filter:blur(12px)}.expiry-alert{width:min(100%,340px);padding:24px 20px;border-radius:30px;background:rgba(255,255,255,.96);text-align:center;box-shadow:0 30px 80px rgba(20,22,50,.28);animation:expiryIn .24s ease both}.expiry-icon{width:58px;height:58px;margin:0 auto 10px;border-radius:20px;display:grid;place-items:center;background:#ffe5eb;color:#d72e52}.expiry-icon .icon{width:28px;height:28px}.expiry-alert h3{margin:0;font-size:23px}.expiry-alert p{margin:5px 0;color:var(--muted);font-size:11px}.expiry-alert>strong{display:block;font-size:46px;line-height:1;margin:14px 0 6px;color:#6250e9}.expiry-alert small{font-size:9px;color:#9298ad}@keyframes expiryIn{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}

.earnings-screen{padding-bottom:calc(108px + env(safe-area-inset-bottom,0px))}.earnings-overview{display:grid;grid-template-columns:1.15fr .85fr;gap:9px}.earnings-card{min-width:0;min-height:138px;padding:14px;border-radius:24px;display:grid;align-content:space-between}.earnings-card>div:last-child{display:grid;gap:2px}.earnings-icon{width:39px;height:39px;border-radius:14px;display:grid;place-items:center}.earnings-icon .icon{width:20px;height:20px}.earnings-card span{font-size:9px;font-weight:850}.earnings-card strong{font-size:25px;letter-spacing:-.65px;line-height:1}.earnings-card small{font-size:8.5px;line-height:1.25}.earnings-card.available{background:linear-gradient(145deg,rgba(225,249,237,.94),rgba(244,255,249,.82));color:#087b4c}.earnings-card.available .earnings-icon{background:rgba(24,168,107,.12)}.earnings-card.releasing{background:linear-gradient(145deg,rgba(238,235,255,.96),rgba(247,245,255,.82));color:#5d4bdd}.earnings-card.releasing .earnings-icon{background:rgba(99,86,255,.12)}.earnings-card small{color:#738079}.earnings-card.releasing small{color:#827ba5}.withdraw-main{width:100%;height:54px;margin:10px 0;border-radius:18px;padding:0 16px;background:linear-gradient(90deg,#6150f3,#478ff5);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:900;box-shadow:0 11px 25px rgba(80,90,240,.22)}.withdraw-main span{display:flex;align-items:center;gap:8px}.withdraw-main .icon{width:19px;height:19px}.history-list{padding:2px 14px;border-radius:24px}
.withdraw-backdrop{padding:0;align-items:flex-end}.withdraw-drawer{width:min(100%,520px);max-height:92dvh;overflow:auto;padding:10px 16px calc(18px + env(safe-area-inset-bottom,0px));border-radius:31px 31px 0 0;background:rgba(252,252,255,.98);box-shadow:0 -20px 70px rgba(27,29,65,.25)}.drawer-handle{width:42px;height:5px;border-radius:99px;background:#d7d9e5;margin:1px auto 13px}.withdraw-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.withdraw-drawer-head>div{min-width:0}.withdraw-drawer-head span{font-size:8px;letter-spacing:1px;font-weight:900;color:#6754e8}.withdraw-drawer-head h3{margin:2px 0 2px;font-size:23px}.withdraw-drawer-head p{margin:0;font-size:10px;color:var(--muted)}.withdraw-balance{margin:14px 0 13px;padding:15px;border-radius:21px;background:linear-gradient(120deg,#5f4df2,#4a91f7);color:#fff;display:flex;align-items:center;justify-content:space-between}.withdraw-balance span{font-size:10px;font-weight:800;opacity:.82}.withdraw-balance strong{font-size:27px}.pix-key-title{font-size:10px;font-weight:900;margin:0 2px 7px}.pix-key-list{display:grid;gap:7px}.pix-key{position:relative;display:grid;grid-template-columns:39px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:9px 10px;border-radius:17px;background:#f6f7fb;border:1px solid transparent;cursor:pointer}.pix-key.selected{background:#eeebff;border-color:#cfc8ff}.pix-key input{position:absolute;opacity:0;pointer-events:none}.pix-key-icon{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;background:#fff;color:#6451e6}.pix-key-icon .icon{width:18px;height:18px}.pix-key>span:nth-child(3){display:grid}.pix-key b{font-size:11px}.pix-key small{font-size:9px;color:var(--muted)}.pix-key i{font-style:normal;opacity:0;color:#6451e6;font-weight:900}.pix-key.selected i{opacity:1}.withdraw-amount{display:block;margin:13px 0}.withdraw-amount>span{font-size:9px;font-weight:850;color:#69718e}.withdraw-amount>div{height:54px;margin-top:5px;border-radius:17px;background:#f4f5fa;display:flex;align-items:center;padding:0 13px;gap:9px}.withdraw-amount b{font-size:13px;color:#767d95}.withdraw-amount input{width:100%;border:0;outline:0;background:transparent;font-size:22px;font-weight:900}.withdraw-safety{display:flex;align-items:flex-start;gap:6px;padding:10px 11px;border-radius:15px;background:#edf3ff;color:#53627f;font-size:9px;line-height:1.35}.withdraw-safety .icon{width:15px;height:15px;flex:none}.withdraw-confirm{width:100%;height:53px;margin-top:11px;border-radius:18px;padding:0 15px;background:linear-gradient(90deg,#12a76a,#30c487);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:900;box-shadow:0 10px 22px rgba(20,164,104,.2)}

.quality-earnings{padding:13px;border-radius:23px;margin-bottom:11px}.quality-earnings-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:10px}.quality-earnings-head>div{display:grid;gap:2px}.quality-earnings-head span{font-size:8px;letter-spacing:1px;font-weight:900;color:#6956e9}.quality-earnings-head strong{font-size:12px;line-height:1.25}.quality-earnings-head small{font-size:8px;color:var(--muted);text-align:right;max-width:95px}.quality-bands{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.quality-bands>div{min-width:0;padding:9px 7px;border-radius:15px;display:grid;gap:2px}.quality-bands b{font-size:10px}.quality-bands strong{font-size:10px}.quality-bands span{font-size:7.5px;line-height:1.2}.q-low{background:#ffe5eb;color:#bc2d4d}.q-mid{background:#fff2cc;color:#886202}.q-high{background:#def8ea;color:#08794a}.q-organic{background:#e3efff;color:#2868b8}.accounts-screen .factor{font-size:11px;grid-template-columns:minmax(0,1fr) 58px 28px;margin:8px 0;gap:7px}.accounts-screen .factor>b{font-size:11px}.accounts-screen .bar{height:8px}.factors-title strong{font-size:13px}.factors-title small{font-size:9px}.reclass-note{font-size:9px}.accounts-screen .account-list-copy h3{font-size:15px}.accounts-screen .account-list-copy p{font-size:12px}.accounts-screen .account-list-copy>span{font-size:11px}

@media(max-width:390px){.landing-title-row h1{font-size:38px}.landing-title-row{grid-template-columns:minmax(0,1fr) 62px}.instagram-hero-button{width:59px;height:59px;border-radius:20px}.instagram-hero-button .instagram-brand{width:40px;height:40px}.showcase-steps{gap:5px}.showcase-steps>div{padding:9px 6px;gap:5px}.landing-benefits{grid-template-columns:1fr}.landing-benefit{padding:8px 10px}.landing-benefit small{font-size:8px}.task-action-dock{grid-template-columns:94px minmax(0,1fr)}.execution-status-hero{grid-template-columns:1fr 1fr}.execution-timer-block strong{font-size:31px}.execution-reward-block strong{font-size:23px}.earnings-card strong{font-size:22px}.quality-bands{grid-template-columns:repeat(2,minmax(0,1fr))}.quality-earnings-head small{display:none}.accounts-screen .factor{font-size:10.5px;grid-template-columns:minmax(0,1fr) 50px 25px}.accounts-screen .factor>b{font-size:10.5px}}
@media(max-width:340px){.landing-badge{display:none}.landing-title-row h1{font-size:35px}.showcase-steps{grid-template-columns:1fr}.showcase-steps>div{padding:8px}.task-action-dock{grid-template-columns:82px minmax(0,1fr)}.dock-skip span{display:none}.dock-skip{font-size:0}.dock-skip .icon{width:20px;height:20px}.execution-dock-copy span{display:none}.execution-dock-buttons{grid-template-columns:1fr 1.2fr}.earnings-overview{grid-template-columns:1fr}.earnings-card{min-height:112px}.quality-bands{grid-template-columns:1fr 1fr}.accounts-screen .factor{font-size:10px}}

/* Readability correction after v7 audit */
.accounts-screen .factor{font-size:12px;grid-template-columns:minmax(0,1fr) 60px 30px;min-height:24px;margin:9px 0}.accounts-screen .factor>span:first-child{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.15}.accounts-screen .factor>b{font-size:12px}.accounts-screen .bar{height:9px}.factors-title strong{font-size:14px}.reclass-note{font-size:10px}
.execution-timer-block strong{font-size:40px}.execution-reward-block strong{font-size:28px}
@media(max-width:390px){.accounts-screen .factor{font-size:11.5px;grid-template-columns:minmax(0,1fr) 52px 27px;min-height:25px}.accounts-screen .factor>b{font-size:11.5px}.execution-timer-block strong{font-size:38px}.execution-reward-block strong{font-size:26px}}
@media(max-width:340px){.accounts-screen .factor{font-size:11px;grid-template-columns:minmax(0,1fr) 46px 25px}.accounts-screen .factor>b{font-size:11px}.execution-timer-block strong{font-size:35px}}

/* LP rebuild v8 */
.lp-screen{padding:calc(env(safe-area-inset-top,0px) + 16px) 16px 34px;background:radial-gradient(circle at 100% 0,rgba(124,92,255,.22),transparent 29%),radial-gradient(circle at -5% 32%,rgba(70,151,255,.14),transparent 25%),linear-gradient(180deg,rgba(250,249,255,.96),rgba(244,248,255,.92) 55%,rgba(251,249,255,.96));}
.lp-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.lp-brand{display:flex;align-items:center;gap:9px}.lp-brand .logo{width:42px;height:42px}.lp-brand>div{display:grid;gap:1px}.lp-brand strong{font-size:19px;letter-spacing:-.45px}.lp-brand small{font-size:9px;color:#7f87a0}.lp-access{height:39px;padding:0 15px;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.92);font-size:11px;font-weight:900;color:#5144cf;box-shadow:0 8px 22px rgba(75,65,155,.08)}
.lp-hero{padding:34px 1px 4px}.lp-eyebrow{display:flex;align-items:center;gap:7px;font-size:9px;letter-spacing:1.05px;font-weight:950;color:#6552e7}.lp-eyebrow i{width:8px;height:8px;border-radius:50%;background:#25b87b;box-shadow:0 0 0 5px rgba(37,184,123,.12)}.lp-hero h1{margin:11px 0 12px;max-width:390px;font-size:48px;line-height:.94;letter-spacing:-2.35px}.lp-hero h1 span{background:linear-gradient(90deg,#654ef4,#4b8ff5 70%,#b65bf0);-webkit-background-clip:text;background-clip:text;color:transparent}.lp-hero>p{margin:0;max-width:390px;color:#5b6480;font-size:15px;line-height:1.5}
.lp-start-row{margin:19px 0 13px;padding:10px 11px 10px 14px;border-radius:20px;display:grid;grid-template-columns:minmax(0,1fr) 51px;align-items:center;gap:10px;background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.88);box-shadow:0 13px 34px rgba(76,67,145,.09)}.lp-start-row>div{display:grid;gap:2px}.lp-start-row strong{font-size:13px}.lp-start-row small{font-size:9px;color:#7f879f}.lp-ig-button{width:51px;height:51px;border-radius:17px;display:grid;place-items:center;background:#fff;box-shadow:0 10px 24px rgba(94,61,164,.14)}.lp-ig-button .instagram-brand{width:36px;height:36px}
.lp-product-stage{position:relative;min-height:348px;margin:8px -4px 0;padding:25px 15px 34px;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#eeeaff 0%,#edf6ff 58%,#f8f3ff 100%);border:1px solid rgba(255,255,255,.95);box-shadow:0 26px 70px rgba(69,61,145,.13)}.lp-product-stage::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.38),transparent 43%);pointer-events:none}.lp-stage-glow{position:absolute;border-radius:50%;filter:blur(6px);opacity:.58}.lp-stage-glow.one{width:180px;height:180px;right:-55px;top:-46px;background:#bea9ff}.lp-stage-glow.two{width:155px;height:155px;left:-67px;bottom:-65px;background:#91d8ff}
.lp-task-preview{position:relative;z-index:2;width:calc(100% - 18px);margin:0 auto;padding:14px;border-radius:27px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.98);box-shadow:0 23px 55px rgba(53,52,108,.16);transform:rotate(-1.2deg)}.lp-preview-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.lp-preview-head>span{display:flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;background:#def7e9;color:#087a4a;font-size:9px;font-weight:900}.lp-preview-head>span .icon{width:13px;height:13px}.lp-preview-head>div{text-align:right;display:grid}.lp-preview-head small{font-size:7px;letter-spacing:.6px;color:#9a9fb2;font-weight:900}.lp-preview-head b{font-size:19px;color:#07804d;letter-spacing:-.4px}.lp-preview-profile{display:flex;align-items:center;gap:10px;padding:13px 2px 11px}.lp-preview-profile img{width:61px;height:61px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(121,81,241,.18)}.lp-preview-profile>div{display:grid;min-width:0;gap:2px}.lp-preview-profile strong{font-size:12px}.lp-preview-profile strong i{display:inline-grid;place-items:center;width:14px;height:14px;border-radius:50%;background:#2c8bf2;color:#fff;font-style:normal;font-size:8px}.lp-preview-profile span{font-size:10px;font-weight:750}.lp-preview-profile small{font-size:9px;color:#7d849d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-preview-meta{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:10px}.lp-preview-meta>span{display:grid;gap:2px;padding:9px 10px;border-radius:14px;background:#f4f5fb}.lp-preview-meta small{font-size:7px;color:#8c92a8}.lp-preview-meta b{font-size:10px}.lp-task-preview>button{width:100%;height:47px;border-radius:16px;background:linear-gradient(90deg,#624df4,#468ff5);color:#fff;display:grid;grid-template-columns:24px 1fr 16px;align-items:center;gap:8px;padding:0 13px;font-size:11px;font-weight:900;box-shadow:0 10px 22px rgba(82,87,235,.22)}.lp-task-preview>button .instagram-brand{width:24px;height:24px}.lp-task-preview>button>.icon{width:16px;height:16px}.lp-float-card{position:absolute;z-index:3;right:5px;bottom:12px;display:flex;align-items:center;gap:7px;padding:9px 11px;border-radius:17px;background:rgba(24,32,62,.92);color:#fff;box-shadow:0 15px 32px rgba(26,31,61,.24);transform:rotate(2deg)}.lp-float-card>span{width:29px;height:29px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.12)}.lp-float-card .icon{width:15px;height:15px}.lp-float-card>div{display:grid}.lp-float-card small{font-size:7px;color:#c7ccdc}.lp-float-card strong{font-size:13px}
.lp-promise{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:11px 0 20px}.lp-promise>div{padding:13px;border-radius:20px;background:rgba(255,255,255,.62);border:1px solid rgba(255,255,255,.86);display:grid;grid-template-columns:37px minmax(0,1fr);column-gap:9px;align-items:center}.lp-promise>div>span{grid-row:1/3;width:37px;height:37px;border-radius:13px;display:grid;place-items:center;background:#edeaff;color:#6451e6}.lp-promise .icon{width:18px;height:18px}.lp-promise strong{font-size:11px}.lp-promise small{font-size:8.5px;color:#747c95;line-height:1.25}
.lp-how{padding:18px;border-radius:29px;margin-bottom:13px;background:rgba(255,255,255,.72)}.lp-section-kicker{font-size:8px;letter-spacing:1.15px;font-weight:950;color:#6b58e9}.lp-how h2,.lp-quality h2,.lp-auth-card h2{margin:4px 0 6px;font-size:25px;line-height:1.02;letter-spacing:-.8px}.lp-how>p,.lp-quality>div>p,.lp-auth-card>p{margin:0;color:#6b738c;font-size:11px;line-height:1.45}.lp-steps{display:grid;gap:7px;margin-top:15px}.lp-steps>div{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;padding:10px 11px;border-radius:17px;background:#f6f7fb}.lp-steps i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#6752f0,#4c92f6);color:#fff;font-style:normal;font-size:11px;font-weight:950}.lp-steps span{display:grid;gap:2px}.lp-steps b{font-size:11px}.lp-steps small{font-size:9px;color:#7b829a;line-height:1.3}
.lp-quality{padding:19px 2px 7px}.lp-quality>div:first-child{padding:0 3px}.lp-quality-scale{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:14px}.lp-quality-scale span{min-width:0;padding:10px 5px;border-radius:15px;text-align:center;font-size:8px;font-weight:850}.lp-quality-scale b{display:block;font-size:10px;margin-bottom:2px}.lp-quality-scale .low{background:#ffe5eb;color:#bc2c4d}.lp-quality-scale .mid{background:#fff2cd;color:#886200}.lp-quality-scale .high{background:#def8ea;color:#087949}.lp-quality-scale .organic{background:#e3efff;color:#2868b8}
.lp-auth-card{position:relative;overflow:hidden;padding:21px 17px 18px;border-radius:30px;margin:16px 0 0;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(246,245,255,.8))}.lp-auth-orb{position:absolute;right:-13px;top:-12px;opacity:.15;transform:scale(1.8)}.lp-auth-card h2{max-width:280px}.lp-auth-card>p{max-width:315px}.lp-google,.lp-email{width:100%;height:54px;border-radius:18px;margin-top:14px;padding:0 14px;display:grid;align-items:center;gap:9px}.lp-google{grid-template-columns:25px 1fr 18px;background:#fff;border:1px solid rgba(224,226,238,.8);box-shadow:0 10px 24px rgba(63,62,118,.08);font-size:12px}.lp-google b{text-align:center}.lp-google>.icon{width:17px;height:17px}.lp-email{grid-template-columns:18px 1fr;background:#ece9ff;color:#5946dc;font-size:12px}.lp-email>.icon{width:18px;height:18px}.lp-email b{text-align:center}.lp-auth-card .auth-divider{margin:11px 0 0}.lp-footer{max-width:330px;margin:15px auto 0;text-align:center;color:#969bad;font-size:8.5px;line-height:1.4}
@media(max-width:390px){.lp-hero h1{font-size:44px}.lp-product-stage{min-height:336px}.lp-task-preview{width:calc(100% - 10px)}.lp-promise{grid-template-columns:1fr}.lp-quality-scale{grid-template-columns:1fr 1fr}}
@media(max-width:340px){.lp-screen{padding-left:11px;padding-right:11px}.lp-hero h1{font-size:39px}.lp-hero>p{font-size:13px}.lp-product-stage{min-height:326px;padding-left:10px;padding-right:10px}.lp-task-preview{width:100%;padding:12px}.lp-preview-profile img{width:54px;height:54px}.lp-float-card{right:1px}.lp-start-row{grid-template-columns:minmax(0,1fr) 47px}.lp-ig-button{width:47px;height:47px}.lp-quality h2,.lp-how h2,.lp-auth-card h2{font-size:23px}}

/* LP flow v10: action anchor -> login -> product story */
.lp-explore{margin:19px 0 13px;width:100%;min-height:54px;padding:0 15px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:linear-gradient(90deg,#6752f2,#4b91f6);color:#fff;text-decoration:none;font-size:13px;font-weight:900;box-shadow:0 13px 28px rgba(82,86,235,.22)}
.lp-explore .icon{width:18px;height:18px;transform:rotate(90deg)}
.lp-auth-card.hero-auth{margin:0 0 14px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(247,246,255,.88));box-shadow:0 18px 44px rgba(66,60,126,.13)}
.lp-auth-card.hero-auth+.lp-product-stage{margin-top:0}
#como-funciona{scroll-margin-top:18px}
.lp-screen{scroll-behavior:smooth}
@media(max-width:340px){.lp-explore{min-height:51px;font-size:12px}.lp-auth-card.hero-auth{padding:19px 15px 16px}}

/* Live backend integration */
.service-wallet-strip{margin:10px 0;padding:13px 14px;border-radius:20px;display:flex;align-items:center;gap:11px;background:linear-gradient(145deg,rgba(237,244,255,.95),rgba(248,250,255,.9))}.service-wallet-strip>span{width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#fff;color:#5e55db}.service-wallet-strip .icon{width:20px;height:20px}.service-wallet-strip>div{display:grid;gap:1px}.service-wallet-strip small{font-size:8px;letter-spacing:.7px;font-weight:900;color:#777f9c}.service-wallet-strip strong{font-size:19px;color:#4f47c8}.service-wallet-strip p{margin:0;font-size:9px;color:var(--muted)}
.withdraw-destination-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:0 0 13px}.withdraw-destination-tabs button{height:44px;border-radius:14px;background:#f2f3f8;color:#69718a;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent}.withdraw-destination-tabs button.active{background:#ece9ff;color:#5e4ddd;border-color:#ccc5ff}.withdraw-destination-tabs .icon{width:16px;height:16px}.pix-add-toggle{width:100%;height:42px;margin-top:8px;border-radius:14px;background:#f2f0ff;color:#5f50da;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:900}.pix-add-toggle .icon{width:15px;height:15px}.pix-create-box{margin-top:8px;padding:10px;border-radius:15px;background:#f5f6fa;display:grid;grid-template-columns:90px minmax(0,1fr);gap:7px}.pix-create-box[hidden]{display:none}.pix-create-box select,.pix-create-box input{height:40px;border:0;border-radius:11px;background:#fff;padding:0 10px;outline:0;font-size:10px}.pix-create-box button{grid-column:1/-1;height:40px;border-radius:11px;background:#6352e8;color:#fff;font-weight:900;font-size:10px}.service-destination-card{padding:14px;border-radius:18px;background:#eeefff;color:#554dcc;display:flex;align-items:flex-start;gap:10px}.service-destination-card>.icon{width:22px;height:22px;flex:none}.service-destination-card>div{display:grid;gap:3px}.service-destination-card strong{font-size:12px}.service-destination-card p{margin:0;color:#666d86;font-size:9px;line-height:1.4}.service-destination-card small{font-size:9px;font-weight:850;color:#6258c7}.account-add-form{display:grid;gap:10px;margin-top:14px}.account-add-form label{display:grid;gap:5px;font-size:9px;font-weight:850;color:#69718c}.account-add-form input{height:46px;border:1px solid rgba(102,105,153,.12);border-radius:14px;background:#f7f7fb;padding:0 12px;outline:0;font-size:12px}.empty-inline{padding:14px;text-align:center;color:var(--muted);font-size:10px}.lab-access{margin-top:7px;background:#f2f0ff!important;color:#5d50cf!important}

/* Services wallet + internal ordering */
.service-wallet-strip{width:100%;text-align:left;border:0;grid-template-columns:40px minmax(0,1fr) 18px}.service-wallet-strip>div{flex:1;min-width:0}.service-wallet-strip>.icon{width:17px;height:17px;color:#777f9c;margin-left:auto}.services-screen{padding-bottom:34px}.services-topbar{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;margin-bottom:12px}.services-topbar>div{display:grid}.services-topbar span{font-size:8px;letter-spacing:1px;color:#7566df;font-weight:900}.services-topbar h2{margin:1px 0 0;font-size:21px}.services-wallet-hero{padding:17px;border-radius:25px;background:linear-gradient(135deg,#5f4df0,#4b92f7);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.services-wallet-hero>div{display:grid;gap:2px}.services-wallet-hero small{font-size:8px;letter-spacing:.9px;font-weight:900;opacity:.8}.services-wallet-hero strong{font-size:30px;line-height:1}.services-wallet-hero p{margin:2px 0 0;font-size:9px;opacity:.8}.services-wallet-hero>span{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:rgba(255,255,255,.14)}.services-wallet-hero .icon{width:24px;height:24px}.services-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:14px 2px 9px}.services-section-title>div{display:grid}.services-section-title small{font-size:8px;letter-spacing:1px;font-weight:900;color:#7d84a0}.services-section-title h3{font-size:16px;margin:1px 0 0}.services-section-title>button{height:34px;padding:0 10px;border-radius:12px;background:#eeebff;color:#5f50d9;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:900}.services-section-title>button .icon{width:14px;height:14px}.service-group{margin-bottom:14px}.service-group-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 3px 6px}.service-group-head h3{font-size:11px;margin:0;color:#59617b}.service-group-head span{font-size:8px;color:#989db0}.service-list{display:grid;gap:7px}.service-card{width:100%;border:0;padding:11px;border-radius:20px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left}.service-card-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#f2efff;color:#5f50da}.service-card-icon .instagram-mini{width:28px;height:28px}.service-card-icon>.icon{width:21px;height:21px}.service-card-copy{display:grid;gap:2px;min-width:0}.service-card-copy small{font-size:7.5px;color:#8c92a7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-card-copy strong{font-size:12px;line-height:1.2}.service-card-copy span{font-size:8.5px;color:#727a94}.service-card-price{display:grid;justify-items:end;gap:1px;min-width:68px}.service-card-price small{font-size:7px;color:#959aac}.service-card-price b{font-size:12px;color:#5045c2}.service-card-price>.icon{width:14px;height:14px;color:#a0a4b6}.service-orders-section{margin-top:22px}.service-order-row{position:relative;width:100%;border:0;padding:12px 11px 15px;border-radius:20px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;text-align:left;margin-bottom:7px;overflow:hidden}.service-order-main{display:grid;gap:2px;min-width:0}.service-order-main small{font-size:7.5px;color:#8e94aa}.service-order-main strong{font-size:11.5px}.service-order-main span{font-size:8px;color:#858ba0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-order-meta{display:grid;justify-items:end;gap:2px}.service-order-meta b{font-size:10px}.service-order-meta small{font-size:8px;color:#727991}.service-order-progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:#edf0f6}.service-order-progress i{display:block;height:100%;background:linear-gradient(90deg,#5e4df1,#2fb681)}.service-order-backdrop{padding:0;align-items:flex-end}.service-order-drawer{width:min(100%,520px);max-height:92dvh;overflow:auto;padding:10px 16px calc(18px + env(safe-area-inset-bottom,0px));border-radius:31px 31px 0 0;background:rgba(252,252,255,.99);box-shadow:0 -20px 70px rgba(27,29,65,.25)}.service-order-balance{margin:14px 0;padding:13px 14px;border-radius:18px;background:#eeebff;color:#5548c9;display:flex;align-items:center;justify-content:space-between}.service-order-balance span{font-size:9px;font-weight:800}.service-order-balance strong{font-size:19px}.service-order-form{display:grid;gap:11px}.service-order-form label{display:grid;gap:5px;font-size:9px;font-weight:900;color:#666e88}.service-order-form input,.service-order-form textarea{width:100%;border:1px solid rgba(101,105,151,.12);border-radius:15px;background:#f5f6fa;padding:11px 12px;outline:0;font:inherit;font-size:12px;color:#2e3551}.service-order-form input{height:48px}.service-order-form textarea{resize:vertical;min-height:130px;line-height:1.45}.service-order-form label>small{font-size:8px;font-weight:600;color:#9297aa}.service-order-summary{display:grid;grid-template-columns:1fr 1fr;gap:7px}.service-order-summary>div{padding:11px;border-radius:15px;background:#f0f5ff;display:grid;gap:2px}.service-order-summary small{font-size:8px;color:#7f879f}.service-order-summary strong{font-size:17px;color:#4e48c2}.service-detail-status{margin:14px 0 9px;padding:13px;border-radius:18px;background:#f5f6fa;display:grid;grid-template-columns:1fr auto;gap:3px 10px;align-items:center}.service-detail-status .pill{justify-self:start}.service-detail-status strong{font-size:12px}.service-detail-status small{grid-column:2;font-size:8px;color:#8b91a6;text-align:right}.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.service-detail-grid>div,.service-detail-link{padding:11px;border-radius:15px;background:#f6f7fb;display:grid;gap:3px}.service-detail-grid small,.service-detail-link small{font-size:8px;color:#8a90a5}.service-detail-grid strong{font-size:11px}.service-detail-link{margin:7px 0}.service-detail-link span{font-size:9px;word-break:break-all;color:#535b76}
@media(max-width:360px){.service-card{grid-template-columns:38px minmax(0,1fr)}.service-card-icon{width:38px;height:38px}.service-card-price{grid-column:2;display:flex;align-items:center;justify-content:flex-start;gap:5px}.service-card-price>.icon{display:none}.service-order-summary{grid-template-columns:1fr}}
