:root{--blue:#1677ff;--blue2:#4f9dff;--navy:#17324d;--muted:#6d8199;--bg:#f4f8fd;--line:#dce8f5;--success:#12a66a;--danger:#df4c5a;--warning:#e69a16;--shadow:0 14px 36px rgba(33,100,175,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--navy);background:var(--bg)}a{text-decoration:none;color:var(--blue)}button,input,select,textarea{font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;padding:12px 19px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:800;box-shadow:0 10px 22px rgba(22,119,255,.2);cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(22,119,255,.25)}.btn.ghost{background:#fff;color:var(--blue);border:1px solid #cfe2fb;box-shadow:none}.btn.large{padding:15px 24px;border-radius:14px}.btn.small{padding:8px 12px;font-size:13px}.btn.full{width:100%}.public-header{height:78px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e6eef7;position:sticky;top:0;z-index:20}.public-header nav{display:flex;gap:28px}.public-header nav a{color:#48637f;font-weight:700}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#0969e8,#65adff);font-weight:900;box-shadow:0 9px 22px rgba(22,119,255,.25)}.public-brand{color:var(--navy)}.hero{min-height:620px;padding:80px max(6vw,28px);display:grid;grid-template-columns:1.12fr .88fr;gap:70px;align-items:center;background:radial-gradient(circle at 85% 15%,#dcebff 0,transparent 35%),linear-gradient(180deg,#fff,#f1f7ff)}.hero h1{font-size:clamp(46px,6vw,76px);line-height:1.02;letter-spacing:-3px;margin:15px 0 24px}.hero h1 span{color:var(--blue)}.hero-copy>p{font-size:19px;line-height:1.8;color:#59728b;max-width:700px}.eyebrow{display:inline-block;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:1.7px}.hero-actions{display:flex;gap:14px;margin:30px 0}.trust-row{display:flex;gap:22px;color:#4e6c88;font-size:14px;font-weight:700}.hero-card{max-width:510px;background:#fff;border:1px solid #dcecff;border-radius:28px;padding:28px;box-shadow:0 35px 80px rgba(30,105,190,.18);transform:rotate(1deg)}.mini-top{display:flex;justify-content:space-between;color:#607a96;font-weight:800}.live-dot{color:var(--success)}.mock-balance{margin:24px 0;background:linear-gradient(135deg,#0d70f5,#65afff);padding:25px;border-radius:20px;color:#fff}.mock-balance small,.mock-balance span{display:block;opacity:.8}.mock-balance strong{display:block;font-size:38px;margin:8px 0}.mock-chart{height:130px;display:flex;align-items:flex-end;gap:14px;padding:16px;background:#f7fbff;border-radius:18px}.mock-chart i{flex:1;border-radius:8px 8px 3px 3px;background:linear-gradient(#67adff,#1477ff)}.mock-list>div,.list-rows>div{display:flex;align-items:center;gap:12px;padding:14px 2px;border-bottom:1px solid #eaf1f8}.mock-list p,.list-rows p{margin:0;flex:1}.mock-list small,.list-rows small{display:block;color:var(--muted);margin-top:4px}.mock-list b,.list-rows b{color:var(--success)}.offer-dot,.tx-icon{width:38px;height:38px;border-radius:12px;background:#e9f3ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;margin:-30px auto 0;position:relative;z-index:3;max-width:1180px;border:1px solid #e0ebf7;border-radius:20px;box-shadow:var(--shadow);padding:25px}.stats-strip div{text-align:center;border-right:1px solid #e8f0f8}.stats-strip div:last-child{border:0}.stats-strip strong{display:block;font-size:26px;color:var(--blue)}.stats-strip span{color:var(--muted);font-size:13px}.section{padding:100px max(6vw,28px);max-width:1500px;margin:auto}.section-head{text-align:center;max-width:760px;margin:0 auto 55px}.section-head h2,.security-banner h2{font-size:42px;letter-spacing:-1.5px;margin:12px 0}.section-head p{color:var(--muted);font-size:18px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-grid article{background:#fff;border:1px solid #dfebf7;border-radius:20px;padding:28px;box-shadow:0 10px 28px rgba(47,103,162,.07)}.feature-grid article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#e8f3ff;color:var(--blue);font-size:22px}.feature-grid h3{font-size:20px;margin:20px 0 9px}.feature-grid p,.steps p{color:var(--muted);line-height:1.7}.how{background:#edf6ff;border-radius:36px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.steps div{background:#fff;padding:30px;border-radius:20px;border:1px solid #dce9f6}.steps b{color:var(--blue);font-size:28px}.security-banner{max-width:1300px;margin:40px auto 100px;padding:55px;border-radius:28px;background:linear-gradient(135deg,#e7f2ff,#fff);border:1px solid #cfe4ff;display:flex;align-items:center;justify-content:space-between;gap:40px}.security-banner p{color:var(--muted);max-width:760px}.public-footer{padding:55px max(6vw,28px);background:#fff;border-top:1px solid #e2ecf6;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.public-footer>div{display:flex;flex-direction:column;gap:10px}.public-footer p,.public-footer span{color:var(--muted)}.app-shell{display:flex;min-height:100vh}.sidebar{width:280px;height:100vh;position:fixed;left:0;top:0;background:#fff;border-right:1px solid #deebf7;display:flex;flex-direction:column;z-index:50;box-shadow:8px 0 25px rgba(31,92,153,.05)}.sidebar .brand{padding:22px 22px 16px}.sidebar .brand strong,.sidebar .brand span{display:block}.sidebar .brand span{font-size:11px;color:var(--muted);margin-top:3px}.side-profile{margin:8px 16px 14px;padding:14px;background:linear-gradient(135deg,#edf6ff,#f9fcff);border:1px solid #dcecff;border-radius:16px;display:flex;align-items:center;gap:12px}.avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#1677ff,#69b1ff);color:#fff;font-weight:900}.avatar.small{width:34px;height:34px;border-radius:10px}.side-profile strong,.side-profile small{display:block}.side-profile small{font-size:10px;color:var(--muted);margin-top:3px}.side-nav{padding:4px 13px;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:#8dc1ff #f0f7ff}.side-nav::-webkit-scrollbar{width:7px}.side-nav::-webkit-scrollbar-thumb{background:#8dc1ff;border-radius:10px}.side-nav a,.side-bottom a{display:flex;align-items:center;gap:13px;color:#4f6882;padding:12px 14px;margin:4px 0;border-radius:13px;font-weight:750;transition:.18s}.side-nav a:hover{background:#eef6ff;color:var(--blue);transform:translateX(2px)}.side-nav a.active{background:linear-gradient(135deg,#1677ff,#5da7ff);color:#fff;box-shadow:0 10px 24px rgba(22,119,255,.24)}.menu-icon{width:26px;text-align:center;font-size:17px}.side-bottom{padding:12px;border-top:1px solid #e5eef7}.side-bottom a{color:#d84c5a}.main-wrap{margin-left:280px;min-width:0;width:calc(100% - 280px);display:flex;flex-direction:column;min-height:100vh}.topbar{height:78px;background:#fff;border-bottom:1px solid #e1ebf5;display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:30}.icon-btn{width:42px;height:42px;border:1px solid #dce8f4;background:#f9fcff;border-radius:12px;cursor:pointer;display:grid;place-items:center;color:var(--navy)}.top-title strong,.top-title span{display:block}.top-title span{font-size:12px;color:var(--muted);margin-top:3px}.top-actions{display:flex;align-items:center;gap:12px}.balance-pill{display:flex;align-items:center;gap:10px;background:#eef7ff;border:1px solid #d7eaff;border-radius:13px;padding:8px 14px}.balance-pill span{font-size:11px;color:var(--muted)}.balance-pill strong{color:var(--blue)}.user-chip{display:flex;align-items:center;gap:9px;font-weight:800}.content{padding:30px;flex:1}.app-footer{padding:20px 30px;display:flex;justify-content:space-between;color:var(--muted);font-size:12px;border-top:1px solid #e0eaf5;background:#fff}.alert{margin:0 0 18px;padding:14px 17px;border-radius:13px;border:1px solid;transition:.3s}.alert.hide{opacity:0;transform:translateY(-7px)}.alert-success{background:#ecfff7;border-color:#bfeeda;color:#14744d}.alert-danger{background:#fff0f2;border-color:#f4c7cd;color:#a72938}.alert-warning{background:#fff8e8;border-color:#f2dfae;color:#8c650d}.welcome{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:25px}.welcome h1{font-size:32px;margin:7px 0}.welcome p{color:var(--muted);margin:0}.balance-box{background:#fff;border:1px solid #dceaf8;border-radius:16px;padding:14px 20px;box-shadow:var(--shadow)}.balance-box small,.balance-box strong{display:block}.balance-box small{color:var(--muted)}.balance-box strong{font-size:24px;color:var(--blue)}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px}.metric-grid.three{grid-template-columns:repeat(3,1fr)}.metric-grid.two{grid-template-columns:repeat(2,1fr)}.metric-grid article{background:#fff;border:1px solid #dfeaf6;border-radius:18px;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 8px 25px rgba(37,97,160,.06)}.metric-icon{width:48px;height:48px;flex:none;border-radius:15px;background:linear-gradient(135deg,#e7f3ff,#f5faff);display:grid;place-items:center;color:var(--blue);font-size:22px}.metric-grid small,.metric-grid strong,.metric-grid em{display:block}.metric-grid small{color:var(--muted);font-size:12px}.metric-grid strong{font-size:25px;margin:4px 0}.metric-grid em{font-style:normal;color:#8ca0b4;font-size:11px}.panel{background:#fff;border:1px solid #dfe9f4;border-radius:20px;padding:22px;box-shadow:0 8px 26px rgba(38,94,151,.06);margin-bottom:22px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.panel-head h3{margin:0;font-size:18px}.panel-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.dashboard-grid{display:grid;grid-template-columns:1.55fr .95fr;gap:20px}.dashboard-grid.lower{grid-template-columns:1fr 1fr}.chart{min-height:300px}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick-actions a{padding:17px;border:1px solid #dceaf8;border-radius:15px;background:#f9fcff;display:flex;flex-direction:column;gap:5px}.quick-actions a>span{font-size:21px;color:var(--blue)}.quick-actions b{color:var(--navy)}.quick-actions small{color:var(--muted)}.credit{color:var(--success)!important}.debit{color:var(--danger)!important}.tx-icon.credit{background:#e9fff5}.tx-icon.debit{background:#fff0f2}.notice-card{display:flex;gap:14px;padding:17px 19px;background:#fff8e8;border:1px solid #f1dda6;border-radius:16px;margin-bottom:20px}.notice-card>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#ffd978;color:#795100;font-weight:900}.notice-card p{margin:4px 0 0;color:#735e2d}.notice-card.compact{margin:20px 0 0}.offerwall-panel{padding:0;overflow:hidden}.offerwall-panel .panel-head{padding:20px 22px;margin:0}.offerwall-frame{width:100%;min-height:720px;border:0;background:#f5f9fd}.setup-empty,.empty{text-align:center;padding:45px 20px;color:var(--muted)}.setup-empty>span{font-size:38px}.table-wrap{overflow:auto}.table-wrap table{width:100%;border-collapse:collapse;min-width:750px}th{text-align:left;color:#71869b;font-size:11px;text-transform:uppercase;letter-spacing:.6px;padding:12px;border-bottom:1px solid #e0eaf4}td{padding:14px 12px;border-bottom:1px solid #edf2f7;font-size:13px;vertical-align:top}td strong,td small{display:block}td small{color:var(--muted);margin-top:4px}.badge{display:inline-flex;padding:6px 10px;border-radius:20px;background:#edf3fa;color:#62788f;font-size:11px;font-weight:900;text-transform:capitalize}.badge.approved,.badge.active,.badge.paid,.badge.success,.badge.open{background:#e8fff4;color:#118356}.badge.reversed,.badge.banned,.badge.rejected,.badge.danger{background:#fff0f2;color:#c43848}.badge.pending,.badge.review,.badge.hold,.badge.processing{background:#fff7df;color:#9b6b08}.badge.debug,.badge.suspended{background:#edf3ff;color:#3e65a3}.two-col{display:grid;grid-template-columns:1.3fr .7fr;gap:20px}.stack-form{display:flex;flex-direction:column;gap:15px}.stack-form label,.form-grid label,.auth-card label{font-size:13px;font-weight:800}.stack-form input,.stack-form select,.stack-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.auth-card input,.copy-row input,.search-row input,.inline-admin-form input,.inline-admin-form select{width:100%;margin-top:7px;padding:12px 13px;border:1px solid #cedeed;border-radius:11px;background:#fff;color:var(--navy);outline:none}.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus,.form-grid input:focus,.auth-card input:focus{border-color:#6aafff;box-shadow:0 0 0 4px #eaf4ff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-panel.narrow{max-width:680px}.policy-panel ul{padding-left:20px}.policy-panel li{margin:14px 0;color:var(--muted);line-height:1.5}.referral-link{display:flex;align-items:center;justify-content:space-between;gap:25px}.copy-row{display:flex;min-width:45%;gap:10px}.copy-row input{margin:0}.notification{display:flex;gap:15px;padding:18px;border-bottom:1px solid #eaf1f7}.notification>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eaf4ff;color:var(--blue)}.notification h3,.notification p{margin:0 0 5px}.notification p,.notification small{color:var(--muted)}.ticket-list a{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e7eff7;color:var(--navy)}.ticket-list a.selected{background:#eef6ff;border-radius:12px}.ticket-list strong,.ticket-list small{display:block}.ticket-list small{color:var(--muted);margin-top:4px}.chat-list{display:flex;flex-direction:column;gap:16px;max-height:520px;overflow:auto;padding-right:4px}.chat-message{display:flex;gap:11px;align-items:flex-start}.chat-message>div:last-child{max-width:78%;background:#f2f7fc;border:1px solid #e0eaf4;border-radius:6px 16px 16px 16px;padding:13px}.chat-message.staff{flex-direction:row-reverse}.chat-message.staff>div:last-child{background:#e8f3ff;border-radius:16px 6px 16px 16px}.chat-meta{display:flex;justify-content:space-between;gap:20px}.chat-meta small{color:var(--muted)}.chat-message p{margin:8px 0 0;line-height:1.55}.reply-box{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:20px}.reply-box textarea{padding:13px;border:1px solid #cfdeed;border-radius:12px}.login-list>div{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #e9f0f7}.login-list p{margin:0}.login-list small{display:block;color:var(--muted)}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.good{background:var(--success)}.status-dot.bad{background:var(--danger)}.admin-control-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.summary-row{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e8f0f7}.summary-row small{max-width:65%;word-break:break-all;color:var(--muted)}.search-row{display:flex;gap:12px}.search-row input{margin:0}.table-link{font-weight:800}.details-cell{max-width:210px;word-break:break-word}.inline-admin-form{display:grid;gap:7px;min-width:220px}.inline-admin-form input,.inline-admin-form select{margin:0;padding:8px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.full-span{grid-column:1/-1}.save-settings{margin:0 0 25px}.admin-tickets{grid-template-columns:.8fr 1.2fr}.auth-wrap{min-height:calc(100vh - 78px);display:grid;place-items:center;padding:50px 20px;background:radial-gradient(circle at 20% 10%,#ddebff,transparent 35%),linear-gradient(#f8fbff,#edf5ff)}.auth-card{width:100%;max-width:470px;background:#fff;border:1px solid #dce9f7;border-radius:24px;padding:34px;box-shadow:0 25px 65px rgba(26,96,172,.14)}.auth-card.wide{max-width:760px}.auth-icon{width:52px;height:52px;border-radius:16px;background:linear-gradient(135deg,#1677ff,#65adff);color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900}.auth-card h1{margin:20px 0 7px}.auth-card>p{color:var(--muted);margin:0 0 25px}.auth-card form{display:flex;flex-direction:column;gap:16px}.auth-card label input{display:block}.form-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.check{display:flex!important;align-items:center;gap:8px;font-weight:600!important}.check input{width:auto!important;margin:0!important}.consent{margin:8px 0}.auth-bottom{text-align:center;padding-top:20px;color:var(--muted)}
@media(max-width:1100px){.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid,.two-col{grid-template-columns:1fr}.admin-control-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:1fr 1fr}.hero{grid-template-columns:1fr}.hero-card{margin:auto}.settings-grid{grid-template-columns:1fr}.full-span{grid-column:auto}}
@media(max-width:820px){.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:none}.main-wrap{margin-left:0;width:100%}.public-header nav{display:none}.public-header>div .ghost{display:none}.top-title{display:none}.content{padding:20px}.app-footer{flex-direction:column;gap:5px}.feature-grid,.steps,.stats-strip,.public-footer{grid-template-columns:1fr}.stats-strip div{border-right:0;border-bottom:1px solid #e8f0f8;padding:12px}.security-banner,.referral-link{flex-direction:column;align-items:flex-start}.copy-row{width:100%}.metric-grid,.metric-grid.three,.metric-grid.two{grid-template-columns:1fr 1fr}.hero h1{letter-spacing:-2px}.trust-row{flex-wrap:wrap}.form-grid{grid-template-columns:1fr}}
@media(max-width:540px){.metric-grid,.metric-grid.three,.metric-grid.two{grid-template-columns:1fr}.quick-actions{grid-template-columns:1fr}.top-actions .balance-pill,.user-chip span{display:none}.welcome{align-items:flex-start;flex-direction:column}.hero{padding-top:55px}.hero h1{font-size:44px}.hero-actions{flex-direction:column}.public-footer{padding:40px 25px}.reply-box{grid-template-columns:1fr}.auth-card{padding:25px}.section-head h2,.security-banner h2{font-size:34px}}

.legal-hero{padding:90px max(7vw,30px) 65px;background:linear-gradient(135deg,#edf6ff,#fff);text-align:center;border-bottom:1px solid #dceaf7}.legal-hero h1{font-size:52px;margin:12px 0}.legal-hero p{font-size:19px;color:var(--muted)}.legal-content{max-width:1100px;margin:55px auto 90px;padding:0 24px;display:grid;grid-template-columns:1fr 310px;gap:28px}.legal-content article,.legal-content aside{background:#fff;border:1px solid #dce9f6;border-radius:20px;padding:30px;box-shadow:var(--shadow)}.legal-content article p{font-size:17px;line-height:1.9;color:#516b85}.legal-content article h2{margin-top:30px}.legal-content aside{height:max-content}.legal-content aside p{color:var(--muted);line-height:1.7}.method-card{border:1px solid #dce8f5;background:#fafdff;border-radius:16px;padding:16px;margin-bottom:14px}.method-card label{display:block;font-size:12px;font-weight:800}.method-card input,.method-card select,.method-card textarea{width:100%;margin:6px 0 12px;padding:10px;border:1px solid #cfdeed;border-radius:10px;background:#fff}.public-footer a{color:var(--muted)}.public-footer a:hover{color:var(--blue)}@media(max-width:820px){.legal-content{grid-template-columns:1fr}.legal-hero h1{font-size:40px}}
.logout-button{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:13px;color:#d84c5a;padding:12px 14px;border-radius:13px;font-weight:750;cursor:pointer}.logout-button:hover{background:#fff0f2}.inline-form{display:inline}.link-button{border:0;background:transparent;color:var(--blue);padding:0;cursor:pointer}.chart-legend{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-top:4px}.chart-legend span{display:flex;align-items:center;gap:7px}.chart-legend i{display:inline-block;width:18px;height:4px;border-radius:6px}.attachment-link{display:inline-flex;margin-top:10px;padding:7px 10px;border-radius:9px;background:#fff;color:var(--blue);border:1px solid #cfe2fb;font-size:12px;font-weight:800}.risk-note{display:block;margin-top:5px;color:#a66200}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.metric-grid.five{grid-template-columns:repeat(5,1fr)}@media(max-width:1250px){.metric-grid.five{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.metric-grid.five{grid-template-columns:1fr 1fr}}@media(max-width:540px){.metric-grid.five{grid-template-columns:1fr}}

.pagination{display:flex;gap:8px;align-items:center;justify-content:flex-end;padding:18px 0 2px;flex-wrap:wrap}.pagination a,.pagination span{min-width:38px;height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7e7f8;border-radius:10px;background:#fff;color:#2a5f9e;font-weight:700;text-decoration:none}.pagination span{background:#1677ff;color:#fff;border-color:#1677ff}.pagination a:hover{background:#eef6ff}.debt-card{border-color:#ffd3d3!important;background:#fffafa!important}.btn[disabled],button[disabled]{opacity:.55;cursor:not-allowed}

/* BlueRewards 2.1 premium light interface */
body{overflow-x:hidden}.public-header{height:84px;gap:22px}.public-header .public-brand small{display:block;color:#7a91aa;font-size:10px;margin-top:2px}.public-actions{display:flex;align-items:center;gap:10px}.public-menu-toggle{display:none;border:1px solid #d7e6f7;background:#fff;color:#166bd1;width:43px;height:43px;border-radius:13px;font-size:20px}.announcement{margin:0;padding:12px max(5vw,24px);display:flex;gap:10px;justify-content:center;align-items:center;font-size:13px;border-bottom:1px solid}.announcement-info{background:#eef7ff;color:#245d95;border-color:#d5e9ff}.announcement-success{background:#effcf7;color:#18704d;border-color:#cef0e0}.announcement-warning{background:#fff8e8;color:#8c650d;border-color:#f2dfae}.announcement-danger{background:#fff0f2;color:#a72938;border-color:#f4c7cd}.pro-home{min-height:760px;padding-top:95px;padding-bottom:115px;grid-template-columns:minmax(0,1fr) minmax(500px,.92fr);background:radial-gradient(circle at 8% 15%,rgba(88,169,255,.14),transparent 27%),radial-gradient(circle at 88% 20%,#dceeff,transparent 31%),linear-gradient(180deg,#fff 0,#f5faff 100%)}.pro-home .hero-copy{max-width:760px}.pro-home .eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid #d6e9ff;border-radius:999px;background:#f4f9ff}.pro-home .eyebrow i{width:8px;height:8px;border-radius:50%;background:#27b677;box-shadow:0 0 0 5px rgba(39,182,119,.11)}.pro-home h1{font-size:clamp(48px,5.4vw,78px);max-width:820px}.pro-home .trust-row b{display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#e4f8ef;color:#17905c;margin-right:4px}.hero-proof{display:flex;align-items:center;gap:14px;margin-top:30px}.proof-avatars{display:flex}.proof-avatars i{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;border:3px solid #f5faff;color:#1677ff;font-style:normal;font-size:12px;font-weight:900;box-shadow:0 5px 15px rgba(26,95,165,.14);margin-left:-8px}.proof-avatars i:first-child{margin-left:0}.hero-proof p{margin:0}.hero-proof strong,.hero-proof small{display:block}.hero-proof small{color:var(--muted);margin-top:3px}.hero-product{position:relative;min-height:540px;display:grid;place-items:center}.product-window{position:relative;width:min(100%,650px);border:1px solid #d5e6f8;border-radius:25px;background:#fff;box-shadow:0 36px 90px rgba(21,93,168,.2);overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg)}.window-top{height:50px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 17px;border-bottom:1px solid #e4edf7;background:#fbfdff;color:#7890a8;font-size:11px}.window-top>div{display:flex;gap:6px}.window-top>div span{width:9px;height:9px;border-radius:50%;background:#cbdced}.window-top>div span:first-child{background:#7db9ff}.window-top small{text-transform:uppercase;letter-spacing:1px;font-weight:800}.window-top em{text-align:right;color:#23a26a;font-style:normal;font-weight:800}.window-body{display:grid;grid-template-columns:58px 1fr;min-height:430px}.window-body>aside{padding:22px 11px;background:#f4f9ff;border-right:1px solid #e2edf8;display:flex;flex-direction:column;align-items:center;gap:19px}.window-body>aside b{width:33px;height:33px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#126ff0,#68b0ff);color:#fff}.window-body>aside i{width:23px;height:7px;border-radius:10px;background:#cfe0f2}.window-body>aside i.active{height:27px;background:#1677ff}.preview-main{padding:24px}.preview-head{display:flex;justify-content:space-between;align-items:center}.preview-head small,.preview-head strong{display:block}.preview-head small{color:#8aa0b6}.preview-head strong{margin-top:4px}.preview-head>span{padding:6px 9px;border-radius:9px;background:#e9fbf3;color:#18865a;font-size:10px;font-weight:900}.preview-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin:20px 0}.preview-cards>div{padding:15px;border:1px solid #e1ebf6;border-radius:14px;background:#fff;box-shadow:0 5px 16px rgba(41,91,143,.05)}.preview-cards small,.preview-cards strong,.preview-cards em{display:block}.preview-cards small{color:#7b92a9;font-size:10px}.preview-cards strong{font-size:13px;margin:7px 0}.preview-cards em{color:#2d83e8;font-size:9px;font-style:normal}.preview-chart{padding:15px;border-radius:16px;background:#f7fbff;border:1px solid #e3edf7}.chart-title{display:flex;justify-content:space-between;align-items:center}.chart-title small{color:#8ba0b5}.preview-chart svg{display:block;width:100%;height:130px}.preview-row{display:flex;justify-content:space-between;padding:11px 3px;border-bottom:1px solid #edf2f7;font-size:11px;color:#617a93}.preview-row b{color:#158b5a}.floating-card{position:absolute;display:flex;align-items:center;gap:10px;padding:13px 16px;border:1px solid #d9e8f8;border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 16px 35px rgba(31,100,169,.16);z-index:2}.floating-card>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#e9f6ff;color:#1677ff;font-weight:900}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:12px}.floating-card small{font-size:10px;color:#7f94a9;margin-top:3px}.card-one{left:-25px;top:88px}.card-two{right:-15px;bottom:68px}.home-stats{position:relative;z-index:4;max-width:1220px;margin:-48px auto 0;padding:23px 28px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dce9f7;border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(34,101,170,.11)}.home-stats>div{text-align:center;padding:8px 20px;border-right:1px solid #e6eef7}.home-stats>div:last-child{border-right:0}.home-stats strong,.home-stats span{display:block}.home-stats strong{font-size:27px;color:#126fdc}.home-stats span{color:#71889f;font-size:12px;margin-top:5px}.home-section{max-width:1440px;margin:0 auto;padding:105px max(5.5vw,28px)}.section-kicker{display:inline-block;color:#1474e6;font-size:11px;font-weight:900;letter-spacing:2px}.section-heading{max-width:760px;margin-bottom:48px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2{font-size:clamp(36px,4vw,54px);line-height:1.08;letter-spacing:-2px;margin:12px 0 18px}.section-heading p{color:#677f97;font-size:17px;line-height:1.75}.feature-showcase{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.feature-showcase article{position:relative;padding:32px;border:1px solid #dce9f6;border-radius:23px;background:#fff;box-shadow:0 10px 28px rgba(39,95,153,.06);overflow:hidden}.feature-showcase article:not(.feature-large){min-height:260px}.feature-showcase article>em{font-style:normal;font-size:10px;color:#1677ff;font-weight:900;letter-spacing:1.4px}.feature-showcase h3{font-size:25px;margin:14px 0 12px}.feature-showcase p{color:#6b8198;line-height:1.7}.feature-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;margin-bottom:21px;background:linear-gradient(145deg,#e8f4ff,#f7fbff);color:#1677ff;font-size:20px}.feature-large{grid-column:1/-1;display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center;padding:45px!important;background:linear-gradient(135deg,#fff,#f4f9ff)!important}.feature-large>div:first-of-type{max-width:610px}.feature-large ul{display:grid;grid-template-columns:1fr 1fr;padding:0;list-style:none;gap:10px;color:#54708c}.feature-large li:before{content:'✓';color:#1ba168;font-weight:900;margin-right:8px}.wallet-visual{padding:21px;border:1px solid #d8e7f6;border-radius:20px;background:#fff;box-shadow:0 20px 44px rgba(34,101,170,.11)}.wallet-visual>div:first-child{padding:22px;border-radius:15px;background:linear-gradient(135deg,#1474ee,#64acff);color:#fff}.wallet-visual small,.wallet-visual strong{display:block}.wallet-visual strong{margin:6px 0;font-size:24px}.wallet-visual>div:first-child span{display:block;width:68%;height:5px;border-radius:10px;background:rgba(255,255,255,.45);margin-top:15px}.mini-ledger p{display:flex;align-items:center;gap:10px;padding:13px 2px;margin:0;border-bottom:1px solid #edf2f7}.mini-ledger i{width:31px;height:31px;border-radius:9px;display:grid;place-items:center;background:#eaf4ff;color:#1677ff;font-style:normal;font-weight:900}.mini-ledger span{flex:1}.mini-ledger span small{color:#8297aa;margin-top:3px}.mini-ledger b{font-size:11px;color:#248459}.how-section{max-width:none;background:linear-gradient(180deg,#f4f9ff,#eef6ff);border-top:1px solid #e0ecf8;border-bottom:1px solid #e0ecf8}.process-line{max-width:1320px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}.process-line:before{content:'';position:absolute;top:69px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#72b5ff,#c4def9)}.process-line article{position:relative;text-align:center;padding:0 14px}.process-line article>span{display:inline-block;padding:5px 9px;border-radius:99px;background:#fff;color:#1677ff;border:1px solid #d6e7f8;font-size:10px;font-weight:900}.process-icon{position:relative;z-index:1;width:74px;height:74px;margin:17px auto;border-radius:23px;display:grid;place-items:center;background:#fff;border:1px solid #d7e7f7;box-shadow:0 12px 28px rgba(39,100,161,.12);font-size:25px;color:#1677ff}.process-line h3{font-size:19px}.process-line p{font-size:14px;color:#6d849c;line-height:1.7}.trust-section{padding-top:110px}.trust-card{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px;padding:55px;border:1px solid #d7e7f7;border-radius:30px;background:linear-gradient(135deg,#f2f8ff,#fff);box-shadow:0 23px 55px rgba(37,99,163,.1)}.trust-card h2{font-size:clamp(35px,4vw,53px);line-height:1.08;letter-spacing:-1.8px;margin:14px 0}.trust-card>div>p{font-size:17px;color:#687f97;line-height:1.75}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:28px}.trust-grid>div{display:flex;gap:12px;padding:17px;background:#fff;border:1px solid #e0ebf6;border-radius:16px}.trust-grid b{color:#1677ff}.trust-grid strong,.trust-grid small{display:block}.trust-grid small{color:#788da2;line-height:1.55;margin-top:4px}.security-orbit{width:300px;height:300px;margin:auto;border:1px dashed #9fcaff;border-radius:50%;display:grid;place-items:center;position:relative;background:radial-gradient(circle,#fff 0 31%,transparent 32%)}.security-orbit .shield{width:106px;height:106px;border-radius:33px;display:grid;place-items:center;background:linear-gradient(135deg,#1172ef,#69b1ff);color:#fff;font-size:43px;box-shadow:0 18px 45px rgba(21,113,235,.28)}.security-orbit i{position:absolute;width:17px;height:17px;border:4px solid #fff;border-radius:50%;background:#35af78;box-shadow:0 5px 14px rgba(36,128,95,.2)}.security-orbit i:nth-of-type(1){top:31px;left:51px}.security-orbit i:nth-of-type(2){right:21px;top:130px}.security-orbit i:nth-of-type(3){bottom:27px;left:78px}.security-orbit b{position:absolute;bottom:-39px;color:#4b6b89}.payment-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.payment-section .section-heading{margin:0}.payment-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:18px}.payment-points{display:flex;flex-direction:column;gap:12px}.payment-points>div{display:flex;gap:12px;padding:17px;background:#fff;border:1px solid #dce9f6;border-radius:16px}.payment-points>div>span{width:31px;height:31px;flex:none;border-radius:9px;display:grid;place-items:center;background:#e8f3ff;color:#1677ff;font-weight:900}.payment-points p{margin:0}.payment-points strong,.payment-points small{display:block}.payment-points small{color:#788ea4;line-height:1.5;margin-top:4px}.payment-card{padding:25px;border:1px solid #d9e8f7;border-radius:23px;background:#fff;box-shadow:0 22px 50px rgba(35,100,166,.13)}.payment-card-top{display:flex;justify-content:space-between;margin-bottom:18px}.payment-card-top b{font-size:10px;padding:5px 8px;border-radius:8px;background:#eafaf3;color:#16885b}.pay-row{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #edf2f7}.pay-row small{color:#71879c}.pay-row.total strong{color:#1677ff}.progress-status{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:22px}.progress-status i{height:5px;border-radius:9px;background:#dbe8f4}.progress-status i.done{background:#1677ff}.progress-labels{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;font-size:9px;color:#8296a9;margin-top:7px;text-align:center}.recent-public{padding-top:20px}.recent-payment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.recent-payment-grid>div{display:flex;align-items:center;gap:12px;padding:18px;border:1px solid #dce9f6;border-radius:16px;background:#fff}.recent-payment-grid>div>span{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#e9f9f2;color:#16885b}.recent-payment-grid p{margin:0;flex:1}.recent-payment-grid strong,.recent-payment-grid small{display:block}.recent-payment-grid small{color:#8296aa;margin-top:4px}.recent-payment-grid em{font-style:normal;color:#7d93a8;font-size:11px}.home-cta{margin:30px max(5vw,28px) 90px;padding:55px max(5vw,35px);display:flex;align-items:center;justify-content:space-between;gap:35px;border-radius:29px;background:linear-gradient(135deg,#0b66d9,#4f9fff);color:#fff;box-shadow:0 28px 65px rgba(15,100,216,.25)}.home-cta .section-kicker{color:#cce6ff}.home-cta h2{font-size:clamp(34px,4vw,51px);line-height:1.08;max-width:780px;margin:12px 0}.home-cta p{color:#dcebff}.home-cta>div:last-child{display:flex;gap:10px;flex:none}.btn.white{background:#fff;color:#126fdc}.btn.outline-white{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.52);box-shadow:none}.premium-footer{grid-template-columns:2fr repeat(3,1fr);padding-top:65px;padding-bottom:28px;position:relative}.footer-brand p{max-width:440px;line-height:1.7}.footer-trust{display:flex!important;flex-direction:row!important;flex-wrap:wrap;gap:7px!important}.footer-trust span{padding:6px 8px;border-radius:8px;background:#f0f7ff;font-size:10px;color:#3073b8}.footer-bottom{grid-column:1/-1!important;flex-direction:row!important;justify-content:space-between!important;padding-top:23px;margin-top:12px;border-top:1px solid #e4edf6}.permission-grid,.fraud-rule-grid,.export-grid,.vip-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.check-card,.fraud-rule-grid>label,.export-grid>a,.vip-level{display:flex;align-items:flex-start;gap:10px;padding:15px;border:1px solid #dce9f6;border-radius:14px;background:#fbfdff}.check-card input{width:auto;margin-top:3px}.check-card strong,.check-card small{display:block}.check-card small{color:#7a90a5;margin-top:4px}.secret-box,.recovery-grid{padding:18px;border:1px dashed #b9d7f7;border-radius:15px;background:#f6faff}.secret-box{font:700 16px ui-monospace,monospace;word-break:break-all}.recovery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.recovery-grid code{padding:8px;border-radius:8px;background:#fff;border:1px solid #dce8f4}.status.verified{color:#16885b;background:#e9faf3}.status.pending{color:#9a6800;background:#fff6dc}.status.rejected{color:#b03845;background:#fff0f2}.danger-zone{border-color:#f1cbd0;background:#fffafb}.mail-test-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border:1px solid #dce9f6;border-radius:14px;background:#f8fbff}.vip-level{flex-direction:column}.vip-level .vip-badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#e9f4ff;color:#1474e6;font-size:11px;font-weight:900}.header-actions{display:flex;align-items:center;gap:10px}.table-check{width:17px;height:17px}.empty-state{text-align:center;padding:42px 20px;color:#71879c}.settings-note{padding:14px;border-radius:12px;background:#eef7ff;color:#376d9f;font-size:13px}.public-header.menu-open nav{display:flex}.public-header.menu-open .public-actions{display:flex}
@media(max-width:1180px){.pro-home{grid-template-columns:1fr;gap:40px}.hero-product{max-width:760px;width:100%;margin:auto}.payment-section{grid-template-columns:1fr}.permission-grid,.fraud-rule-grid,.export-grid,.vip-levels{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.feature-large,.trust-card{grid-template-columns:1fr}.process-line{grid-template-columns:1fr 1fr}.process-line:before{display:none}.payment-layout{grid-template-columns:1fr}.recent-payment-grid{grid-template-columns:1fr 1fr}.home-cta{flex-direction:column;align-items:flex-start}.premium-footer{grid-template-columns:1fr 1fr}.footer-brand,.footer-bottom{grid-column:1/-1!important}}
@media(max-width:820px){.public-header{height:auto;min-height:76px;flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.public-menu-toggle{display:grid;place-items:center}.public-header nav,.public-header .public-actions{display:none;width:100%;flex-direction:column;align-items:stretch;gap:8px;padding:9px 0}.public-header nav a{padding:10px;border-radius:10px;background:#f5f9fe}.public-header .public-actions .btn{width:100%}.pro-home{padding-top:60px;min-height:auto}.product-window{transform:none}.card-one{left:4px}.card-two{right:4px}.home-stats{margin:-25px 20px 0;grid-template-columns:1fr 1fr}.home-stats>div:nth-child(2){border-right:0}.home-stats>div{border-bottom:1px solid #e6eef7}.home-stats>div:nth-child(3),.home-stats>div:nth-child(4){border-bottom:0}.feature-showcase{grid-template-columns:1fr}.feature-large{grid-column:auto}.feature-large ul{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.payment-section{gap:35px}.permission-grid,.fraud-rule-grid,.export-grid,.vip-levels{grid-template-columns:1fr}}
@media(max-width:580px){.pro-home h1{font-size:43px}.trust-row{flex-direction:column;gap:9px}.hero-product{min-height:460px}.window-body{grid-template-columns:42px 1fr}.window-body>aside{padding:18px 6px}.preview-main{padding:15px}.preview-cards{grid-template-columns:1fr}.preview-cards>div:nth-child(n+2){display:none}.floating-card{display:none}.home-stats{grid-template-columns:1fr}.home-stats>div{border-right:0!important;border-bottom:1px solid #e6eef7!important}.home-stats>div:last-child{border-bottom:0!important}.home-section{padding-top:75px;padding-bottom:75px}.feature-large{padding:28px!important}.process-line{grid-template-columns:1fr}.trust-card{padding:30px 23px}.security-orbit{width:230px;height:230px}.home-cta{margin-left:18px;margin-right:18px;padding:35px 24px}.home-cta>div:last-child{width:100%;flex-direction:column}.recent-payment-grid{grid-template-columns:1fr}.premium-footer{grid-template-columns:1fr}.footer-bottom{flex-direction:column!important}.recovery-grid{grid-template-columns:1fr}}
.cms-content{font-size:16px;line-height:1.8;color:#516b85}.cms-content h2,.cms-content h3,.cms-content h4{color:#17324d;line-height:1.25;margin:30px 0 12px}.cms-content h2:first-child,.cms-content h3:first-child{margin-top:0}.cms-content p{margin:0 0 17px}.cms-content ul,.cms-content ol{padding-left:24px}.cms-content a{font-weight:800}.cms-content table{width:100%;border-collapse:collapse}.cms-content th,.cms-content td{padding:10px;border:1px solid #dce8f5;text-align:left}

/* Version 2.1 payout experience */
.form-help{padding:12px 14px;border:1px solid #d5e8fb;border-radius:12px;background:#f3f9ff;color:#527392;font-size:13px;line-height:1.6}.integration-tests{margin-top:20px}.integration-tests .mail-test-panel{display:block}.integration-tests form{margin-top:12px}.method-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-method-layout{align-items:start}.payout-method-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 20px}.payout-method-chip{display:flex;align-items:center;gap:12px;padding:15px 16px;border:1px solid #dceaf8;border-radius:16px;background:linear-gradient(145deg,#fff,#f5faff);box-shadow:0 8px 24px rgba(36,104,174,.07)}.payout-method-chip strong,.payout-method-chip small{display:block}.payout-method-chip small{margin-top:3px;color:#7890a7}.payout-method-icon{width:42px;height:42px;flex:none;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#1677ff,#65afff);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(22,119,255,.22)}.method-notice{padding:15px 16px;border:1px solid #d7e9fb;border-radius:14px;background:#f4f9ff}.method-notice>div{display:flex;justify-content:space-between;gap:12px;color:#176bc5}.method-notice p{margin:8px 0 0;color:#647f98;line-height:1.55}.withdraw-estimate{display:grid;grid-template-columns:1fr 1fr;gap:10px}.withdraw-estimate span{padding:12px 14px;border:1px solid #e0eaf4;border-radius:12px;background:#fbfdff;color:#72879b}.withdraw-estimate strong{display:block;color:#173e68;margin-top:4px}.confirmation-row{display:flex!important;align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;color:#617a92}.confirmation-row input{width:auto!important;flex:none;margin-top:3px}.details-cell span{display:block;word-break:break-word}.details-cell span+span{margin-top:4px}.method-card .status{white-space:nowrap}
@media(max-width:1100px){.payout-method-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.payout-method-strip,.withdraw-estimate{grid-template-columns:1fr}.payout-method-chip{padding:13px}.method-notice>div{flex-direction:column;gap:4px}}
.payment-brand-row{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0}.payment-brand-row span{padding:8px 11px;border:1px solid #d6e7f8;border-radius:999px;background:#f5faff;color:#2f6fae;font-size:12px;font-weight:800}
.editable-chip-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.editable-chip-list a{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border:1px solid #dce9f6;border-radius:12px;background:#f8fbff;text-decoration:none;color:#24486d}.editable-chip-list a:hover{border-color:#8cc0fa;background:#eef7ff}.editable-chip-list small{color:#7890a8}.form-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:680px){.editable-chip-list{grid-template-columns:1fr}}

/* BlueRewards 2.2: analytics consent, advertising controls, and premium profile */
.avatar-photo{overflow:hidden;background:#e9f3ff}.avatar-photo img{width:100%;height:100%;object-fit:cover;display:block}.user-chip{color:var(--navy);padding:4px 7px 4px 4px;border-radius:12px;transition:.2s}.user-chip:hover{background:#eef6ff}.settings-status{padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.4px;text-transform:uppercase}.settings-status.ready{background:#e8fff5;color:#0d8556;border:1px solid #bdebd8}.settings-status.inactive{background:#f1f5fa;color:#6d8199;border:1px solid #dde7f1}.code-textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.55;min-height:120px;resize:vertical;background:#f7fbff}.ad-slot-editor{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:18px}.ad-slot-editor>div{border:1px solid #dce9f7;border-radius:16px;padding:16px;background:linear-gradient(180deg,#fbfdff,#f3f8ff)}.ad-slot-editor p{font-size:12px;color:var(--muted);line-height:1.55;min-height:38px}.slot-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.slot-title .switch-row{margin:0}.warning-help{background:#fff9e9;border-color:#f1dfad;color:#7d5e12}.homepage-ad{max-width:1180px;margin:24px auto;padding:0 24px;text-align:center}.homepage-ad-label{display:inline-block;margin-bottom:9px;color:#8293a6;font-size:10px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}.homepage-ad-content{min-height:90px;border:1px solid #e1eaf4;border-radius:18px;background:#fff;padding:14px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 10px 30px rgba(28,83,143,.06)}.homepage-ad-content iframe,.homepage-ad-content img,.homepage-ad-content ins{max-width:100%}.footer-link-button{border:0;background:none;padding:0;color:var(--blue);font:inherit;cursor:pointer}.premium-footer .footer-link-button{display:block;margin-top:10px;text-align:left}.consent-backdrop{position:fixed;inset:0;background:rgba(23,50,77,.24);backdrop-filter:blur(2px);z-index:9998;opacity:0;visibility:hidden;transition:.22s}.consent-backdrop.visible{opacity:1;visibility:visible}.consent-banner{position:fixed;left:50%;bottom:22px;transform:translate(-50%,30px);width:min(980px,calc(100% - 32px));z-index:9999;background:#fff;border:1px solid #d9e8f8;border-radius:24px;padding:22px;box-shadow:0 26px 80px rgba(21,74,132,.24);display:grid;grid-template-columns:58px 1fr auto;gap:18px;align-items:center;opacity:0;visibility:hidden;transition:.25s}.consent-banner.visible{transform:translate(-50%,0);opacity:1;visibility:visible}.consent-icon{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(135deg,#1677ff,#6bb2ff);color:#fff;font-size:25px;font-weight:900;box-shadow:0 12px 26px rgba(22,119,255,.24)}.consent-copy h2{margin:4px 0 7px;font-size:22px}.consent-copy p{margin:0 0 4px;color:var(--muted);line-height:1.55;font-size:13px}.consent-copy a{font-size:12px;font-weight:800}.consent-actions{display:flex;gap:10px;align-items:center}.profile-welcome{background:linear-gradient(135deg,#fff,#eff7ff);border:1px solid #dcecff;border-radius:20px;padding:22px}.profile-hero{padding:0;overflow:hidden}.profile-cover-art{height:150px;position:relative;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.5),transparent 28%),linear-gradient(130deg,#066bea,#5aa8ff 58%,#b9ddff)}.profile-cover-art span{position:absolute;border-radius:50%;background:rgba(255,255,255,.14)}.profile-cover-art span:nth-child(1){width:170px;height:170px;right:10%;top:-70px}.profile-cover-art span:nth-child(2){width:90px;height:90px;left:12%;bottom:-48px}.profile-cover-art span:nth-child(3){width:42px;height:42px;left:46%;top:25px}.profile-identity{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;padding:0 28px 26px}.profile-avatar-wrap{width:118px;height:118px;margin-top:-54px;border:5px solid #fff;border-radius:30px;box-shadow:0 15px 35px rgba(31,91,157,.2);background:#eaf4ff;overflow:hidden;position:relative}.profile-avatar-wrap>.avatar{width:100%;height:100%;border-radius:24px;font-size:34px}.profile-avatar-wrap img{width:100%;height:100%;object-fit:cover}.profile-name-block{padding-top:18px;min-width:0}.profile-name-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.profile-name-line h2{margin:0;font-size:27px}.profile-vip-badge{padding:6px 10px;border-radius:999px;background:#edf6ff;color:#0969dd;border:1px solid #cfe4ff;font-size:11px;font-weight:900}.profile-name-block>p{color:#5f758d;margin:8px 0 10px}.profile-meta{display:flex;gap:8px;flex-wrap:wrap}.profile-meta span{padding:5px 9px;border-radius:999px;background:#f4f8fd;border:1px solid #e0eaf5;color:#6d8199;font-size:11px;font-weight:700}.profile-completion-card{display:flex;align-items:center;gap:12px;max-width:250px}.completion-ring{--progress:0;position:relative;width:88px;height:88px;flex:0 0 88px;border-radius:50%;background:conic-gradient(var(--blue) calc(var(--progress)*1%),#e7eff8 0);display:grid;place-items:center}.completion-ring:before{content:"";position:absolute;inset:8px;background:#fff;border-radius:50%}.completion-ring strong,.completion-ring span{position:relative;z-index:1;display:block;text-align:center}.completion-ring strong{font-size:19px}.completion-ring span{font-size:9px;color:var(--muted);text-transform:uppercase;font-weight:800}.profile-completion-card small{color:var(--muted);line-height:1.5}.profile-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.profile-stat{background:#fff;border:1px solid #dfeaf5;border-radius:18px;padding:18px;display:flex;gap:14px;align-items:center;box-shadow:0 8px 24px rgba(32,91,151,.05)}.profile-stat-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#ebf5ff;color:var(--blue);font-size:20px;font-weight:900}.profile-stat small,.profile-stat strong,.profile-stat em{display:block}.profile-stat small{color:var(--muted);font-size:11px}.profile-stat strong{font-size:23px;margin:3px 0}.profile-stat em{font-style:normal;color:#6d8199;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.profile-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.7fr);gap:22px;align-items:start}.profile-photo-control{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center;padding:17px;border:1px dashed #c9def4;border-radius:18px;background:#f7fbff}.profile-photo-preview{width:92px;height:92px;border-radius:24px;overflow:hidden;background:#e8f3ff}.profile-photo-preview>.avatar{width:100%;height:100%;border-radius:24px;font-size:28px}.profile-photo-preview img{width:100%;height:100%;object-fit:cover}.profile-photo-control p{margin:5px 0 10px;color:var(--muted);font-size:12px}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.remove-avatar{display:inline-flex!important;align-items:center;gap:7px;margin-left:10px;color:#a3414b!important;font-size:12px}.remove-avatar input{width:auto;margin:0}.field-counter{display:block;color:var(--muted);margin-top:5px}.profile-side-stack{display:grid;gap:20px}.membership-card,.account-health-card{margin-bottom:0}.membership-level{display:flex;align-items:center;gap:14px;padding:15px;border-radius:16px;background:linear-gradient(135deg,#edf6ff,#f9fcff);border:1px solid #dcecff}.membership-level>span{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#1677ff,#69b1ff);color:#fff;font-size:10px;font-weight:900}.membership-level small,.membership-level strong{display:block}.membership-level small{color:var(--muted);font-size:10px}.membership-level strong{font-size:18px;margin-top:3px}.vip-progress-head{display:flex;justify-content:space-between;gap:10px;margin:18px 0 7px;font-size:12px}.progress-track{height:10px;background:#e7eff7;border-radius:999px;overflow:hidden}.progress-track i{display:block;height:100%;background:linear-gradient(90deg,#1677ff,#65adff);border-radius:999px}.membership-card p{color:var(--muted);font-size:12px;line-height:1.6}.max-vip-message{padding:14px;margin:16px 0;background:#effcf6;color:#16714d;border-radius:13px;font-size:12px}.full-button{width:100%}.health-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #edf2f7;font-size:12px}.health-row:last-of-type{border-bottom:0}.health-row strong{padding:4px 8px;border-radius:999px}.health-good{background:#e9fff5;color:#0d8054}.health-warn{background:#fff7e4;color:#946400}.health-danger{background:#fff0f2;color:#a92d3d}.profile-activity-panel{margin-top:22px}.profile-activity-list{display:grid}.profile-activity-item{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:14px 0;border-bottom:1px solid #edf2f7}.profile-activity-item:last-child{border-bottom:0}.activity-direction{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-weight:900}.activity-direction.credit{background:#e8fff4;color:#0d8959}.activity-direction.debit{background:#fff0f2;color:#b13243}.profile-activity-item strong,.profile-activity-item small{display:block}.profile-activity-item small{color:var(--muted);margin-top:4px}.amount-positive{color:#0d8959}.amount-negative{color:#b13243}
@media(max-width:1100px){.ad-slot-editor{grid-template-columns:1fr}.profile-stat-grid{grid-template-columns:repeat(2,1fr)}.profile-layout{grid-template-columns:1fr}.profile-side-stack{grid-template-columns:1fr 1fr}.profile-completion-card{max-width:220px}}
@media(max-width:760px){.consent-banner{grid-template-columns:1fr;padding:19px;bottom:12px}.consent-icon{display:none}.consent-actions{display:grid;grid-template-columns:1fr 1fr}.profile-identity{grid-template-columns:1fr;padding:0 20px 22px}.profile-avatar-wrap{margin-top:-58px}.profile-completion-card{max-width:none}.profile-stat-grid{grid-template-columns:1fr}.profile-side-stack{grid-template-columns:1fr}.profile-photo-control{grid-template-columns:1fr}.profile-meta{gap:5px}.homepage-ad{padding:0 14px}.profile-name-line h2{font-size:23px}}
@media(max-width:480px){.consent-actions{grid-template-columns:1fr}.profile-completion-card{align-items:flex-start}.profile-stat em{max-width:220px}.remove-avatar{display:flex!important;margin:10px 0 0}}
.admin-user-identity{display:flex;align-items:center;gap:16px}.admin-user-identity h1{margin:3px 0 5px}.admin-user-identity p{margin:0;color:var(--muted)}.avatar.admin-user-avatar{width:70px;height:70px;border-radius:20px;font-size:22px;flex:0 0 70px}
.table-user-cell{display:flex;align-items:center;gap:10px;min-width:230px}.table-user-cell strong,.table-user-cell small{display:block}.table-user-cell small{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

/* v2.3 SEO and policy operations */
.seo-settings{position:relative;overflow:hidden}.seo-settings:before{content:"";position:absolute;right:-70px;top:-90px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(22,119,255,.13),transparent 68%);pointer-events:none}.seo-settings .form-grid{position:relative}.seo-endpoints{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;padding-top:15px;border-top:1px solid #e8f0f8}.policy-template-panel{background:linear-gradient(135deg,#fff 0%,#f2f8ff 100%);border-color:#d6e8fb}.policy-template-panel .panel-head{align-items:flex-start}.policy-actions{display:flex;gap:10px;flex-wrap:wrap;margin:15px 0}.policy-actions form{margin:0}.page-seo-editor{display:grid;gap:14px;padding:18px;border:1px solid #d8e8f8;border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f2f8ff)}.page-seo-editor>.slot-title{padding-bottom:11px;border-bottom:1px solid #dfeaf5}.page-seo-editor>.slot-title span{color:var(--muted);font-size:11px;text-align:right}.page-seo-editor label{margin:0}.page-seo-editor .form-grid{margin-top:2px}.editable-chip-list a small{line-height:1.45}.policy-page .public-copy h2{scroll-margin-top:100px}.policy-page .public-copy h2:not(:first-child){margin-top:30px}.policy-page .public-copy h3{margin-top:23px}.policy-page .public-copy p,.policy-page .public-copy li{line-height:1.75}.policy-page .public-copy ul,.policy-page .public-copy ol{padding-left:22px}.policy-page .public-copy small{color:var(--muted)}
@media(max-width:760px){.seo-endpoints,.policy-actions{display:grid;grid-template-columns:1fr}.seo-endpoints .btn,.policy-actions .btn{width:100%}.page-seo-editor>.slot-title{display:block}.page-seo-editor>.slot-title span{display:block;text-align:left;margin-top:5px}}


/* v2.4 streamlined onboarding and premium homepage */
.v24-home-hero{position:relative;min-height:690px;padding:88px max(5vw,28px) 112px;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.92fr);align-items:center;gap:72px;overflow:hidden;background:radial-gradient(circle at 83% 18%,rgba(92,168,255,.24),transparent 30%),radial-gradient(circle at 10% 70%,rgba(216,236,255,.7),transparent 34%),linear-gradient(180deg,#fff 0%,#f7fbff 100%)}.v24-home-hero:before{content:"";position:absolute;inset:auto 4% 6% auto;width:260px;height:260px;border-radius:50%;border:1px solid rgba(22,119,255,.1);box-shadow:0 0 0 42px rgba(22,119,255,.025),0 0 0 85px rgba(22,119,255,.018);pointer-events:none}.v24-hero-copy,.v24-hero-visual{position:relative;z-index:1}.v24-kicker{display:inline-flex;align-items:center;gap:9px;color:#1474e6;font-size:11px;font-weight:900;letter-spacing:1.65px}.v24-kicker i{width:8px;height:8px;border-radius:50%;background:#1677ff;box-shadow:0 0 0 5px #e5f1ff}.v24-hero-copy h1{max-width:790px;margin:20px 0 24px;font-size:clamp(48px,5.6vw,78px);line-height:1.015;letter-spacing:-3.5px}.v24-hero-copy h1 span{display:block;color:#1677ff}.v24-hero-copy>p{max-width:720px;margin:0;color:#5d748c;font-size:18px;line-height:1.8}.v24-hero-actions{display:flex;align-items:center;gap:23px;margin:31px 0 27px}.v24-text-link{display:inline-flex;gap:8px;align-items:center;color:#416584;font-weight:850}.v24-text-link b{color:#1677ff}.v24-trust-pills{display:flex;flex-wrap:wrap;gap:9px}.v24-trust-pills span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dceaf8;border-radius:999px;background:rgba(255,255,255,.74);color:#55718c;font-size:12px;font-weight:750}.v24-trust-pills b{color:#119568}.v24-hero-visual{min-height:540px;display:grid;place-items:center}.v24-dashboard-frame{width:min(100%,620px);border:1px solid rgba(195,218,243,.9);border-radius:28px;background:rgba(255,255,255,.92);box-shadow:0 38px 85px rgba(31,98,171,.2);overflow:hidden;transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);backdrop-filter:blur(12px)}.v24-frame-bar{height:53px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8f0f8;background:#fbfdff}.v24-frame-bar>div{display:flex;gap:6px}.v24-frame-bar i{width:8px;height:8px;border-radius:50%;background:#c8daec}.v24-frame-bar span{font-size:11px;color:#71879d;font-weight:800}.v24-frame-bar b{padding:5px 8px;border-radius:999px;background:#e9fbf3;color:#158157;font-size:9px}.v24-frame-body{display:grid;grid-template-columns:58px 1fr;min-height:455px}.v24-frame-body>aside{padding:20px 10px;background:#f5f9fe;border-right:1px solid #e6eef7;display:flex;align-items:center;flex-direction:column;gap:16px}.v24-frame-body>aside strong{width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#1677ff,#6cb3ff);color:#fff;display:grid;place-items:center}.v24-frame-body>aside span{width:28px;height:28px;border-radius:9px;background:#e1ebf5}.v24-frame-body>aside span.active{background:#1677ff;box-shadow:0 8px 17px rgba(22,119,255,.22)}.v24-frame-main{padding:24px}.v24-frame-main>header{display:flex;align-items:center;justify-content:space-between}.v24-frame-main header small,.v24-frame-main header h3{display:block;margin:0}.v24-frame-main header small{color:#8195aa;font-size:10px}.v24-frame-main header h3{font-size:18px;margin-top:4px}.v24-frame-main header em{padding:5px 7px;border-radius:7px;background:#eef6ff;color:#1677ff;font-size:9px;font-style:normal;font-weight:900}.v24-balance-card{margin-top:18px;padding:20px;display:flex;align-items:center;justify-content:space-between;color:#fff;border-radius:19px;background:linear-gradient(135deg,#0868df,#5ca8ff);box-shadow:0 17px 33px rgba(16,107,227,.22)}.v24-balance-card small,.v24-balance-card strong,.v24-balance-card p{display:block;margin:0}.v24-balance-card small{opacity:.75;font-size:10px}.v24-balance-card strong{font-size:20px;margin:5px 0}.v24-balance-card p{opacity:.8;font-size:10px}.v24-balance-card>span{width:46px;height:46px;border-radius:15px;background:rgba(255,255,255,.17);display:grid;place-items:center;font-size:20px}.v24-mini-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:13px 0}.v24-mini-metrics>div{padding:13px;border:1px solid #e1ebf5;border-radius:13px;background:#fff}.v24-mini-metrics small,.v24-mini-metrics strong{display:block}.v24-mini-metrics small{color:#8195aa;font-size:9px}.v24-mini-metrics strong{font-size:11px;margin-top:5px}.v24-activity-card{padding:14px 15px 7px;border-radius:16px;background:#f7fbff;border:1px solid #e0ebf6}.v24-activity-head{display:flex;justify-content:space-between;font-size:10px}.v24-activity-head span{font-weight:900}.v24-activity-head small{color:#8398ac}.v24-activity-card svg{display:block;width:100%;height:104px}.v24-event-row{display:flex;justify-content:space-between;align-items:center;padding:11px 2px 0;font-size:10px}.v24-event-row i{display:inline-grid;place-items:center;width:22px;height:22px;margin-right:7px;border-radius:7px;background:#e8f9f1;color:#13845a;font-style:normal}.v24-event-row b{color:#128359}.v24-float-note{position:absolute;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #dceaf8;border-radius:15px;background:rgba(255,255,255,.95);box-shadow:0 16px 35px rgba(34,97,161,.14);backdrop-filter:blur(10px)}.v24-float-note>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#e9f5ff;color:#1677ff;font-weight:900}.v24-float-note strong,.v24-float-note small{display:block}.v24-float-note strong{font-size:11px}.v24-float-note small{font-size:9px;color:#8195aa;margin-top:3px}.v24-float-note.note-a{left:-20px;top:104px}.v24-float-note.note-b{right:-18px;bottom:84px}.v24-confidence-bar{max-width:1250px;margin:-39px auto 0;position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,1fr);padding:20px;border:1px solid #deebf7;border-radius:20px;background:#fff;box-shadow:0 18px 45px rgba(36,96,158,.1)}.v24-confidence-bar>div{padding:5px 22px;border-right:1px solid #e8f0f7}.v24-confidence-bar>div:last-child{border:0}.v24-confidence-bar span,.v24-confidence-bar strong{display:block}.v24-confidence-bar span{color:#8ba0b4;font-size:9px;letter-spacing:1px;font-weight:900}.v24-confidence-bar strong{margin-top:5px;font-size:13px}.v24-home-stats{max-width:1180px;margin:32px auto 0;padding:18px;display:grid;grid-template-columns:repeat(4,1fr);border-radius:17px;background:#eff7ff}.v24-home-stats>div{text-align:center;padding:9px;border-right:1px solid #d5e7f8}.v24-home-stats>div:last-child{border:0}.v24-home-stats strong,.v24-home-stats span{display:block}.v24-home-stats strong{font-size:23px;color:#1677ff}.v24-home-stats span{color:#71879d;font-size:10px;margin-top:4px}.v24-section{max-width:1460px;margin:auto;padding:110px max(5vw,28px)}.v24-section-title{max-width:760px;margin:0 auto 52px;text-align:center}.v24-section-title h2,.v24-process-copy h2,.v24-integrity-section h2{margin:14px 0 15px;font-size:clamp(36px,4.4vw,58px);line-height:1.08;letter-spacing:-2px}.v24-section-title p,.v24-process-copy>p,.v24-integrity-section>div>p{color:#667d94;font-size:17px;line-height:1.75}.v24-bento{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.v24-bento article{padding:30px;border:1px solid #ddeaf6;border-radius:23px;background:#fff;box-shadow:0 11px 30px rgba(37,92,150,.055)}.v24-bento article>small,.v24-bento-primary>div>small{display:block;margin:17px 0 7px;color:#1677ff;font-size:9px;font-weight:900;letter-spacing:1.2px}.v24-bento h3{font-size:25px;margin:0 0 11px;letter-spacing:-.7px}.v24-bento p{margin:0;color:#6e849a;line-height:1.7}.v24-feature-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#eaf4ff;color:#1677ff;font-size:20px}.v24-bento-primary{grid-column:1/-1;display:grid;grid-template-columns:.86fr 1.14fr;gap:45px;align-items:center;padding:42px!important;background:linear-gradient(135deg,#f7fbff,#fff)!important}.v24-bento-primary h3{font-size:35px}.v24-bento-primary a{display:inline-flex;gap:7px;margin-top:18px;font-weight:900}.v24-wallet-demo{padding:22px;border:1px solid #dbe9f6;border-radius:21px;background:#fff;box-shadow:0 20px 48px rgba(36,95,157,.1)}.v24-wallet-demo header{display:flex;justify-content:space-between;font-size:11px}.v24-wallet-demo header b{color:#17815a}.v24-wallet-total{margin:17px 0;padding:18px;border-radius:15px;background:linear-gradient(135deg,#126fdf,#65adff);color:#fff}.v24-wallet-total small,.v24-wallet-total strong{display:block}.v24-wallet-total small{opacity:.75}.v24-wallet-total strong{margin-top:5px;font-size:20px}.v24-wallet-demo p{display:flex;align-items:center;gap:11px;padding:11px 0;border-bottom:1px solid #ecf2f7}.v24-wallet-demo p:last-child{border:0}.v24-wallet-demo p i{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#edf4fb;color:#617b94;font-style:normal}.v24-wallet-demo p i.credit{background:#e8fbf2;color:#15865c}.v24-wallet-demo p span{flex:1;color:#263f58;font-weight:800}.v24-wallet-demo p small{display:block;color:#8296aa;font-weight:500;margin-top:3px}.v24-wallet-demo p>b{font-size:10px;color:#698198}.v24-process-section{max-width:1320px;margin:20px auto 85px;padding:70px max(5vw,42px);display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center;border:1px solid #d8e9f9;border-radius:32px;background:linear-gradient(135deg,#eaf5ff,#fbfdff)}.v24-process-copy .btn{margin-top:12px}.v24-process-list{display:grid;gap:13px}.v24-process-list article{display:grid;grid-template-columns:auto 1fr;gap:17px;padding:22px;border:1px solid #dce9f6;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(44,100,158,.055)}.v24-process-list article>span{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:#e9f4ff;color:#1677ff;font-size:12px;font-weight:900}.v24-process-list h3{margin:0 0 6px}.v24-process-list p{margin:0;color:#71869c;line-height:1.6;font-size:13px}.v24-integrity-section{max-width:1380px;margin:auto;padding:100px max(5vw,28px);display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:center}.v24-integrity-visual{position:relative;min-height:380px;display:grid;place-items:center}.v24-shield{position:relative;z-index:3;width:140px;height:140px;border-radius:42px;display:grid;place-items:center;background:linear-gradient(135deg,#0d6be1,#66afff);box-shadow:0 27px 60px rgba(19,106,225,.27)}.v24-shield span{font-size:55px;color:#fff}.v24-orbit{position:absolute;border-radius:50%;border:1px dashed #a9cff8}.v24-orbit.one{width:270px;height:270px}.v24-orbit.two{width:380px;height:380px;border-color:#d0e4f8}.v24-integrity-visual em{position:absolute;bottom:7px;font-style:normal;color:#56738f;font-size:12px;font-weight:850}.v24-integrity-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:25px}.v24-integrity-grid>div{display:flex;gap:12px;padding:17px;border:1px solid #e0eaf5;border-radius:16px;background:#fff}.v24-integrity-grid b{color:#1677ff}.v24-integrity-grid strong,.v24-integrity-grid small{display:block}.v24-integrity-grid small{margin-top:5px;color:#778da2;line-height:1.5}.v24-payments{padding-top:80px}.v24-payment-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;max-width:1050px;margin:auto}.v24-payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:11px}.v24-payment-methods span{display:grid;place-items:center;min-height:76px;padding:16px;border:1px solid #dce9f6;border-radius:17px;background:#fff;color:#4f6c87;font-weight:900;box-shadow:0 8px 20px rgba(43,97,154,.05)}.v24-payment-methods span:last-child{grid-column:1/-1}.v24-payment-summary{padding:25px;border:1px solid #d9e8f7;border-radius:23px;background:#fff;box-shadow:0 21px 50px rgba(33,96,161,.12)}.v24-payment-summary header{display:flex;justify-content:space-between;margin-bottom:12px}.v24-payment-summary header b{padding:5px 8px;border-radius:8px;background:#e8faf2;color:#148158;font-size:9px}.v24-payment-summary>div{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #edf2f7}.v24-payment-summary small{color:#748a9f}.v24-payment-summary .total strong{color:#1677ff}.v24-payment-summary footer{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-top:20px;text-align:center}.v24-payment-summary footer i{height:5px;border-radius:8px;background:#dce8f3}.v24-payment-summary footer i.done{background:#1677ff}.v24-payment-summary footer span{font-size:9px;color:#8498ab}.v24-recent{padding-top:35px}.v24-recent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;max-width:1100px;margin:auto}.v24-recent-grid>div{display:flex;align-items:center;gap:11px;padding:17px;border:1px solid #dce9f6;border-radius:16px;background:#fff}.v24-recent-grid>div>span{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:#e8faf2;color:#148158}.v24-recent-grid p{margin:0;flex:1}.v24-recent-grid strong,.v24-recent-grid small{display:block}.v24-recent-grid small{margin-top:4px;color:#8196aa}.v24-recent-grid em{font-size:10px;color:#8196aa;font-style:normal}.v24-final-cta{max-width:1320px;margin:25px auto 95px;padding:56px;display:flex;align-items:center;justify-content:space-between;gap:40px;border:1px solid #cce2f8;border-radius:29px;background:radial-gradient(circle at 88% 20%,rgba(104,178,255,.3),transparent 32%),linear-gradient(135deg,#e7f3ff,#fff);box-shadow:0 24px 60px rgba(35,98,163,.12)}.v24-final-cta h2{max-width:760px;margin:12px 0;font-size:clamp(34px,4vw,52px);letter-spacing:-1.8px;line-height:1.08}.v24-final-cta p{margin:0;color:#657d95}.v24-final-cta>div:last-child{display:flex;gap:10px;flex:none}.compact-register-page{min-height:calc(100vh - 78px);padding:42px 24px 65px;display:grid;place-items:center;background:radial-gradient(circle at 18% 18%,#e4f2ff,transparent 27%),radial-gradient(circle at 84% 75%,#eaf5ff,transparent 30%),#f8fbff}.register-shell{width:min(100%,1020px);display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid #dce9f6;border-radius:27px;background:#fff;box-shadow:0 28px 70px rgba(34,95,158,.15)}.register-intro{padding:44px;background:linear-gradient(145deg,#edf6ff,#f9fcff);border-right:1px solid #dce9f6}.register-brand{display:flex;align-items:center;gap:10px;color:#17324d;margin-bottom:55px}.register-brand span{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#1677ff,#69b1ff);color:#fff;font-weight:900}.register-kicker{font-size:10px;color:#1677ff;font-weight:900;letter-spacing:1.4px}.register-intro h1{font-size:39px;line-height:1.08;letter-spacing:-1.4px;margin:13px 0 16px}.register-intro>p{color:#617990;line-height:1.7}.register-benefits{display:grid;gap:16px;margin-top:28px}.register-benefits>div{display:flex;gap:11px;align-items:flex-start}.register-benefits i{width:27px;height:27px;border-radius:9px;display:grid;place-items:center;background:#e6faf1;color:#13835a;font-style:normal;font-weight:900}.register-benefits strong,.register-benefits small{display:block}.register-benefits strong{font-size:13px}.register-benefits small{margin-top:4px;color:#758ba1;line-height:1.45}.register-card{padding:38px 44px}.register-card-head{display:flex;align-items:center;gap:13px;margin-bottom:24px}.auth-icon.compact{width:43px;height:43px;margin:0;border-radius:13px;font-size:22px}.register-card-head h2,.register-card-head p{margin:0}.register-card-head h2{font-size:25px}.register-card-head p{color:#7b90a4;font-size:12px;margin-top:4px}.compact-register-form{display:grid;gap:14px}.compact-register-form>label,.register-mini-grid label{display:grid;gap:6px;color:#415d77;font-size:12px;font-weight:850}.compact-register-form input{width:100%;padding:12px 13px;border:1px solid #cfdeed;border-radius:11px;background:#fbfdff;color:#17324d;outline:none;transition:.18s}.compact-register-form input:focus{border-color:#68aaf5;box-shadow:0 0 0 4px rgba(22,119,255,.08);background:#fff}.compact-register-form label>small{color:#8498ac;font-size:9px;font-weight:600}.register-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.register-consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;padding:11px 12px;border:1px solid #e2ebf4;border-radius:11px;background:#f8fbff;color:#6d8199!important;font-size:10px!important;line-height:1.5}.register-consent input{width:auto!important;margin-top:2px}.register-submit{margin-top:2px;padding:13px}.auth-bottom.compact{margin-top:18px;padding-top:16px;font-size:12px}.profile-setup-prompt{display:flex;align-items:center;gap:14px;margin:0 0 20px;padding:15px 17px;border:1px solid #d4e7fa;border-radius:16px;background:linear-gradient(135deg,#edf6ff,#fff)}.profile-setup-prompt>span{width:42px;height:42px;flex:none;border-radius:13px;display:grid;place-items:center;background:#1677ff;color:#fff;font-size:19px}.profile-setup-prompt>div:nth-child(2){flex:1}.profile-setup-prompt strong,.profile-setup-prompt p{display:block;margin:0}.profile-setup-prompt p{color:#6e849a;font-size:11px;margin-top:4px}.profile-setup-prompt>div:last-child{display:flex;align-items:center;gap:11px}.profile-setup-prompt>div:last-child>b{color:#1677ff}
@media(max-width:1180px){.v24-home-hero{grid-template-columns:1fr;padding-top:72px}.v24-hero-copy{text-align:center}.v24-hero-copy h1,.v24-hero-copy>p{margin-left:auto;margin-right:auto}.v24-hero-actions,.v24-trust-pills{justify-content:center}.v24-hero-visual{width:min(100%,760px);margin:auto}.v24-payment-layout{max-width:900px}.v24-final-cta{margin-left:28px;margin-right:28px}}
@media(max-width:900px){.v24-confidence-bar{margin-left:20px;margin-right:20px;grid-template-columns:1fr 1fr}.v24-confidence-bar>div:nth-child(2){border-right:0}.v24-confidence-bar>div:nth-child(-n+2){border-bottom:1px solid #e8f0f7}.v24-home-stats{margin-left:20px;margin-right:20px;grid-template-columns:1fr 1fr}.v24-home-stats>div:nth-child(2){border-right:0}.v24-home-stats>div:nth-child(-n+2){border-bottom:1px solid #d5e7f8}.v24-bento-primary,.v24-process-section,.v24-integrity-section{grid-template-columns:1fr}.v24-process-section{margin-left:20px;margin-right:20px;gap:40px}.v24-integrity-visual{min-height:330px}.v24-payment-layout{grid-template-columns:1fr}.v24-recent-grid{grid-template-columns:1fr 1fr}.v24-final-cta{flex-direction:column;align-items:flex-start}.register-shell{grid-template-columns:1fr;max-width:610px}.register-intro{padding:30px 36px;border-right:0;border-bottom:1px solid #dce9f6}.register-brand{margin-bottom:26px}.register-benefits{grid-template-columns:repeat(3,1fr)}.register-benefits>div{display:block}.register-benefits i{margin-bottom:8px}}
@media(max-width:650px){.v24-home-hero{padding:58px 20px 90px}.v24-hero-copy h1{font-size:43px;letter-spacing:-2px}.v24-hero-copy>p{font-size:16px}.v24-hero-actions{flex-direction:column}.v24-trust-pills{display:grid}.v24-hero-visual{min-height:450px}.v24-dashboard-frame{transform:none}.v24-float-note{display:none}.v24-frame-body{grid-template-columns:43px 1fr}.v24-frame-body>aside{padding:16px 5px}.v24-frame-main{padding:15px}.v24-mini-metrics{grid-template-columns:1fr}.v24-mini-metrics>div:nth-child(n+2){display:none}.v24-confidence-bar,.v24-home-stats{grid-template-columns:1fr}.v24-confidence-bar>div,.v24-home-stats>div{border-right:0!important;border-bottom:1px solid #e4edf6!important}.v24-confidence-bar>div:last-child,.v24-home-stats>div:last-child{border-bottom:0!important}.v24-section{padding:78px 20px}.v24-bento{grid-template-columns:1fr}.v24-bento-primary{grid-column:auto;padding:28px!important;gap:28px}.v24-bento-primary h3{font-size:28px}.v24-process-section{padding:45px 24px}.v24-integrity-section{padding:75px 22px;gap:25px}.v24-integrity-grid{grid-template-columns:1fr}.v24-orbit.two{width:300px;height:300px}.v24-payment-methods{grid-template-columns:1fr}.v24-payment-methods span:last-child{grid-column:auto}.v24-recent-grid{grid-template-columns:1fr}.v24-final-cta{margin:20px 18px 75px;padding:37px 25px}.v24-final-cta>div:last-child{width:100%;display:grid}.register-card{padding:29px 23px}.register-intro{padding:27px 23px}.register-intro h1{font-size:31px}.register-benefits{grid-template-columns:1fr;gap:10px}.register-benefits>div{display:flex}.register-mini-grid{grid-template-columns:1fr}.profile-setup-prompt{align-items:flex-start;flex-wrap:wrap}.profile-setup-prompt>div:last-child{width:100%;justify-content:space-between;padding-left:56px}}

/* v2.5 point economy */
.point-economy-panel{background:linear-gradient(145deg,#f7fbff,#edf6ff)}.point-economy-panel .settings-status{white-space:nowrap}.point-economy-panel code{padding:2px 6px;border-radius:6px;background:#e6f2ff;color:#1267c7}.table-wrap td>small,.metric-grid strong+small{display:block;margin-top:4px;color:#7890a8;font-size:10px}.withdraw-estimate{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:680px){.withdraw-estimate{grid-template-columns:1fr}}

.v25-rate-badge{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-top:13px;padding:8px 12px;border:1px solid #c6e0fb;border-radius:999px;background:#fff;color:#1766bc;font-size:12px;font-weight:900;box-shadow:0 8px 22px rgba(34,102,175,.08)}.v25-rate-badge b{color:#7b91a8}.v24-hero-copy .v25-rate-badge+h1{margin-top:18px}


/* v2.7 dedicated ProEarnWall integration */
.integration-welcome{padding:23px 25px;border:1px solid #d4e7fa;border-radius:22px;background:radial-gradient(circle at 88% 15%,rgba(94,169,255,.22),transparent 30%),linear-gradient(135deg,#f7fbff,#edf6ff);box-shadow:0 12px 34px rgba(33,96,164,.08)}
.integration-state{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.integration-state.ready{background:#e9fbf3;color:#137d55;border:1px solid #c6eedc}.integration-state.setup{background:#fff7e7;color:#95630c;border:1px solid #f2dfae}.integration-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.integration-status-grid article{display:flex;align-items:center;gap:13px;padding:18px;background:#fff;border:1px solid #dfeaf6;border-radius:18px;box-shadow:0 8px 24px rgba(35,94,155,.06)}.integration-status-grid article>span{width:43px;height:43px;flex:none;display:grid;place-items:center;border-radius:13px;background:#e9f4ff;color:#1677ff;font-size:13px;font-weight:950}.integration-status-grid small,.integration-status-grid strong{display:block}.integration-status-grid small{color:#788da2;font-size:10px}.integration-status-grid strong{margin-top:4px;font-size:14px}.provider-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);gap:22px}.provider-config-panel{background:linear-gradient(150deg,#fff,#f8fbff)}.provider-form label,.provider-endpoints label{display:grid;gap:7px;color:#415d77;font-size:12px;font-weight:850}.provider-form label small,.provider-endpoints label small{color:#8296aa;font-size:10px;font-weight:600}.provider-form input,.provider-endpoints input{width:100%;padding:12px 13px;border:1px solid #cfdfee;border-radius:11px;background:#fbfdff;color:#17324d}.provider-endpoints input[readonly]{background:#f2f7fc;color:#476783;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.provider-actions{display:flex;justify-content:flex-start;margin-top:4px}.danger-inline-form{display:flex;justify-content:flex-end;margin-top:12px;padding-top:14px;border-top:1px solid #e5edf5}.provider-health .secret-updated{display:block;margin-top:13px;text-align:center;color:#7c91a6}.provider-config-panel code,.provider-endpoints code{padding:2px 6px;border-radius:6px;background:#e9f3ff;color:#126ac8}.provider-layout aside .panel{margin-bottom:22px}
@media(max-width:1100px){.integration-status-grid{grid-template-columns:1fr 1fr}.provider-layout{grid-template-columns:1fr}}
@media(max-width:620px){.integration-welcome{align-items:flex-start;flex-direction:column}.integration-status-grid{grid-template-columns:1fr}.provider-actions .btn{width:100%}.danger-inline-form{justify-content:stretch}.danger-inline-form .btn{width:100%}}

/* v2.8 ProEarnWall IPv6 and trusted-proxy diagnostics */
.provider-network-box{padding:16px;border:1px solid #d8e8f7;border-radius:15px;background:#f7fbff;display:grid;gap:13px}.provider-network-box h4{margin:0;color:#173e68}.provider-network-box>p{margin:0;color:#71879c;font-size:11px;line-height:1.55}.provider-network-box select{width:100%;padding:12px 13px;border:1px solid #cfdfee;border-radius:11px;background:#fff;color:#17324d}.approve-source-form{margin-top:7px}.mini-action{border:1px solid #9ec9f8;background:#eef7ff;color:#1266bd;border-radius:8px;padding:5px 8px;font-size:10px;font-weight:900;cursor:pointer}.mini-action:hover{background:#dceeff}.table-wrap td small+small{margin-top:3px}


/* BlueRewards 2.11 — instant rewards and premium density refinements */
.content{padding:clamp(20px,2.2vw,32px);background:radial-gradient(circle at 100% 0,rgba(100,174,255,.09),transparent 29%),#f4f8fd}
.content>*{min-width:0}.panel,.metric-grid article,.dashboard-grid>*{min-width:0}.panel{overflow:hidden}.metric-grid article>div{min-width:0}
.balance-pill{min-width:178px;justify-content:space-between;white-space:nowrap}.balance-pill strong{display:flex;align-items:baseline;gap:5px;color:var(--blue)}.balance-pill strong b{font-size:15px}.balance-pill strong em{font-size:11px;font-style:normal;font-weight:850}
.member-dashboard-page{width:100%;max-width:1500px;margin:0 auto;display:grid;gap:20px}.member-dashboard-page>.welcome,.member-dashboard-page>.profile-setup-prompt,.member-dashboard-page>.metric-grid,.member-dashboard-page>.notice-card,.member-dashboard-page>.dashboard-grid{margin:0}
.dashboard-welcome{position:relative;overflow:hidden;padding:25px 27px;border:1px solid #d4e6f8;border-radius:22px;background:radial-gradient(circle at 92% 20%,rgba(94,167,255,.24),transparent 30%),linear-gradient(135deg,#fff,#eef6ff);box-shadow:0 12px 34px rgba(35,96,158,.08)}.dashboard-welcome:after{content:"";position:absolute;right:21%;bottom:-65px;width:170px;height:170px;border:32px solid rgba(22,119,255,.055);border-radius:50%;pointer-events:none}.dashboard-welcome h1{font-size:clamp(28px,2.6vw,38px);letter-spacing:-1.1px;margin:8px 0 7px}.dashboard-primary-action{position:relative;z-index:1;padding:13px 20px}.dashboard-primary-action span{font-size:18px}
.dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-metrics article,.wallet-metrics article{position:relative;min-height:142px;padding:21px;background:linear-gradient(145deg,#fff,#fbfdff);align-items:flex-start}.dashboard-metrics article:before,.wallet-metrics article:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:linear-gradient(90deg,#1677ff,#69b1ff);opacity:.55}.dashboard-metrics article.metric-featured,.wallet-metrics article.metric-featured{border-color:#bcdcff;background:radial-gradient(circle at 100% 0,rgba(83,159,255,.17),transparent 38%),linear-gradient(145deg,#f7fbff,#fff);box-shadow:0 14px 32px rgba(22,119,255,.11)}.dashboard-metrics .metric-icon{margin-top:3px}.metric-value{display:flex!important;align-items:baseline;gap:7px;min-width:0;margin:7px 0 5px!important}.metric-value>span{font-size:30px;line-height:1;letter-spacing:-.8px;white-space:nowrap}.metric-value>em{font-size:13px!important;color:#466987!important;font-weight:850;white-space:nowrap}.dashboard-metrics article p{margin:6px 0 0;color:#8196aa;font-size:10px;line-height:1.45}
.dashboard-primary-grid,.dashboard-activity-grid{align-items:stretch}.member-dashboard-page .panel{height:100%;margin:0}.chart-panel,.quick-panel{min-height:390px}.chart-panel .chart{min-height:292px}.panel-chip{display:inline-flex;padding:7px 10px;border:1px solid #cce5da;border-radius:999px;background:#ecfff7;color:#14744d;font-size:10px;font-weight:900}.quick-panel{display:flex;flex-direction:column}.quick-panel .quick-actions{flex:1}.quick-actions a{min-height:105px;justify-content:center;transition:.18s;background:linear-gradient(145deg,#fbfdff,#f5faff)}.quick-actions a:hover{transform:translateY(-2px);border-color:#b8d8fa;box-shadow:0 10px 22px rgba(31,101,175,.09)}.instant-credit-note{display:flex;align-items:center;gap:11px;margin-top:13px;padding:13px;border:1px solid #caeadc;border-radius:14px;background:#edfff7}.instant-credit-note>span{width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:11px;background:#18a66c;color:#fff}.instant-credit-note strong,.instant-credit-note small{display:block}.instant-credit-note strong{font-size:12px}.instant-credit-note small{margin-top:3px;color:#5e7d70;font-size:10px;line-height:1.4}
.dashboard-activity-grid .list-rows{min-height:250px}.premium-empty{min-height:230px!important;padding:25px!important;display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:7px;border:1px dashed #cfe1f3!important;border-radius:15px;background:linear-gradient(145deg,#f9fcff,#f3f8fd);color:#6e859a}.premium-empty>span{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:#e7f3ff;color:#1677ff;font-size:20px}.premium-empty strong{color:#25435f}.premium-empty small{max-width:300px;margin:0!important;text-align:center;line-height:1.55}.premium-empty a{margin-top:4px;font-size:11px;font-weight:900}
.notice-card>b{margin-left:auto;align-self:center;color:#a96b0b;white-space:nowrap}.wallet-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.wallet-metrics article{min-height:132px}.wallet-metrics strong{font-size:22px;line-height:1.15}.wallet-metrics em{margin-top:6px;line-height:1.45}
.instant-credit-setting{grid-column:span 2;display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid #c8eadc;border-radius:13px;background:#effff8}.instant-credit-setting>span{width:39px;height:39px;flex:none;display:grid;place-items:center;border-radius:12px;background:#16a56b;color:#fff}.instant-credit-setting strong,.instant-credit-setting small{display:block}.instant-credit-setting small{margin-top:3px;color:#668176;font-size:10px}.instant-credit-setting b{margin-left:auto;padding:6px 9px;border-radius:999px;background:#d8f8e9;color:#137a52;font-size:9px;letter-spacing:.7px}
@media(max-width:1180px){.dashboard-metrics,.wallet-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-primary-grid{grid-template-columns:1fr}.chart-panel,.quick-panel{min-height:auto}.quick-actions a{min-height:96px}}
@media(max-width:760px){.dashboard-welcome{align-items:flex-start;flex-direction:column;padding:22px}.dashboard-primary-action{width:100%}.dashboard-metrics,.wallet-metrics{grid-template-columns:1fr 1fr}.dashboard-metrics article,.wallet-metrics article{min-height:126px;padding:17px}.dashboard-metrics .metric-icon,.wallet-metrics .metric-icon{width:42px;height:42px}.metric-value>span{font-size:25px}.profile-setup-prompt>div:last-child{padding-left:0}.dashboard-activity-grid{grid-template-columns:1fr}.balance-pill{min-width:0;padding:8px 10px}.balance-pill>span{display:none}}
@media(max-width:520px){.dashboard-metrics,.wallet-metrics{grid-template-columns:1fr}.dashboard-metrics article,.wallet-metrics article{grid-template-columns:48px minmax(0,1fr);min-height:112px}.quick-actions{grid-template-columns:1fr}.top-actions{gap:7px}.balance-pill strong em{display:none}.instant-credit-setting{grid-column:auto;align-items:flex-start;flex-wrap:wrap}.instant-credit-setting b{margin-left:51px}}


/* v2.15.0 branding manager */
.brand-link{min-width:0}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-copy strong{display:block;white-space:nowrap}.brand-copy small{display:block;color:#7890a8;font-size:10px;margin-top:2px;white-space:nowrap}.site-logo-image{display:flex;align-items:center;min-width:0}.site-logo-image img{display:block;width:auto;height:auto;object-fit:contain}.site-logo-public img{max-width:222px;max-height:48px}.site-logo-app img{max-width:204px;max-height:52px}.site-logo-footer img{max-width:210px;max-height:54px}.site-logo-auth img{max-width:220px;max-height:54px}.site-logo-preview img{max-width:230px;max-height:58px}.sidebar .app-brand{min-height:64px;padding:8px 2px}.sidebar .app-brand .site-logo-image{width:100%;justify-content:flex-start}.public-header .public-brand{min-width:170px}.footer-brand-logo{margin-bottom:12px}.auth-scene-brand .site-logo-image{display:flex}.auth-scene-brand .brand-copy{flex-direction:row;align-items:center;gap:10px}.auth-scene-brand .brand-copy small{display:none}.branding-welcome{align-items:center}.branding-live-preview{overflow:hidden;padding:0}.branding-preview-header{min-height:86px;display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e3edf7;background:linear-gradient(135deg,#fff,#f2f8ff)}.branding-preview-header>span{font-size:11px;font-weight:900;letter-spacing:1.4px;color:#6b84a0}.branding-preview-browser{display:grid;grid-template-columns:38px 1fr auto;gap:12px;align-items:center;margin:22px 24px 10px;padding:13px 16px;border:1px solid #dce8f4;border-radius:15px;background:#f8fbff}.branding-preview-browser>span{width:34px;height:34px;border-radius:9px;background:#e9f3ff;display:grid;place-items:center;overflow:hidden}.branding-preview-browser img{width:100%;height:100%;object-fit:cover}.branding-preview-browser strong{font-size:14px}.branding-preview-browser small{color:var(--muted);font-size:12px}.branding-live-preview>p{margin:0;padding:0 24px 22px;color:var(--muted);font-size:13px}.branding-manager-grid{display:grid;grid-template-columns:.9fr 1.05fr 1.05fr;gap:20px}.branding-upload-card{margin:0;min-width:0}.brand-file-preview{height:132px;border:1px dashed #bfd5ed;border-radius:17px;background:linear-gradient(135deg,#f8fbff,#eef6ff);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:18px;margin-bottom:15px;overflow:hidden}.logo-file-preview img{max-width:100%;max-height:82px;object-fit:contain}.logo-file-preview strong{font-size:25px}.logo-file-preview small{color:var(--muted)}.favicon-file-preview img{width:78px;height:78px;border-radius:20px;object-fit:cover;box-shadow:0 12px 26px rgba(22,119,255,.2)}.favicon-file-preview span{font-size:36px;color:#9bb0c4}.branding-file-picker{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 15px;border:1px solid #cfe0f2;border-radius:12px;background:#fff;color:var(--blue);font-weight:850;cursor:pointer}.branding-file-picker input{position:absolute;left:-10000px;width:1px;height:1px}.remove-brand-file{display:flex;align-items:flex-start;gap:9px;margin-top:13px;color:#596f86;font-size:12px;font-weight:650}.remove-brand-file input{margin-top:2px}.branding-path{display:block;margin-top:12px;color:#8497ab;word-break:break-all}.branding-actions{display:flex;justify-content:flex-end;margin:20px 0}.branding-fallback-note{display:flex;align-items:flex-start;gap:15px}.branding-fallback-note>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eaf4ff;color:var(--blue);font-weight:900}.branding-fallback-note h3,.branding-fallback-note p{margin:0}.branding-fallback-note p{margin-top:6px;color:var(--muted);line-height:1.65}.branding-reset-form{display:flex;justify-content:flex-end;margin-bottom:20px}@media(max-width:1120px){.branding-manager-grid{grid-template-columns:1fr 1fr}.branding-manager-grid .branding-upload-card:first-child{grid-column:1/-1}}@media(max-width:700px){.site-logo-public img{max-width:165px;max-height:42px}.site-logo-app img{max-width:170px;max-height:46px}.branding-manager-grid{grid-template-columns:1fr}.branding-manager-grid .branding-upload-card:first-child{grid-column:auto}.branding-preview-header{align-items:flex-start;gap:12px;flex-direction:column}.branding-preview-browser{grid-template-columns:34px 1fr}.branding-preview-browser small{grid-column:1/-1}.branding-actions,.branding-reset-form{justify-content:stretch}.branding-actions .btn,.branding-reset-form .btn{width:100%}}

.welcome-actions{display:flex;gap:10px;flex-wrap:wrap}.branding-setting-link{padding:14px;border:1px solid #d9e7f4;border-radius:13px;background:#f8fbff;display:grid;gap:4px}.branding-setting-link span{font-size:10px;font-weight:900;letter-spacing:.8px;color:#7b91a7;text-transform:uppercase}.branding-setting-link strong{font-size:18px}.branding-setting-link a{font-size:12px;font-weight:850;margin-top:3px}@media(max-width:700px){.welcome-actions{width:100%}.welcome-actions .btn{flex:1}}

/* v2.15.0 domain-isolated publisher identity */
.publisher-instance-panel{margin:0 0 22px;border-color:#cfe3ff;background:linear-gradient(135deg,#fff 0%,#f5f9ff 100%)}
.publisher-instance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:16px}
.publisher-instance-grid article{padding:16px;border:1px solid #dce9f8;border-radius:16px;background:#fff;min-width:0}
.publisher-instance-grid small{display:block;color:#70839b;font-weight:700;margin-bottom:7px}
.publisher-instance-grid strong{display:block;color:#17365d;font-size:15px;overflow-wrap:anywhere}
.publisher-instance-grid span{display:block;color:#718399;font-size:12px;line-height:1.55;margin-top:7px}
@media(max-width:1100px){.publisher-instance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.publisher-instance-grid{grid-template-columns:1fr}}
