
:root{
  --purple:#4322df;--purple2:#5f38ee;--purple3:#eeeaff;
  --orange:#ff8a00;--green:#20b96b;--blue:#2b6dff;
  --ink:#17172a;--muted:#77778a;--line:#ececf3;
  --bg:#fafafd;--white:#fff;--shadow:0 8px 28px rgba(38,25,105,.08)
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;max-width:100%;overflow-x:hidden;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--bg)}
body{font-size:14px;overscroll-behavior-x:none}
a{text-decoration:none;color:inherit}
button,input,select{font:inherit}
button{cursor:pointer}
.app{min-height:100vh;max-width:1440px;margin:auto;display:flex}
.sidebar{width:190px;background:#fff;border-right:1px solid var(--line);padding:16px 12px;position:fixed;left:max(calc((100vw - 1440px)/2),0px);top:0;bottom:0;z-index:30;display:flex;flex-direction:column}
.brand{display:flex;align-items:center;gap:8px;padding:7px 6px 18px;font-weight:900;font-size:18px}
.brandmark{width:39px;height:39px;border-radius:13px;background:linear-gradient(135deg,#4a22e0,#6c49f4);color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px;box-shadow:0 7px 18px rgba(67,34,223,.25)}
.brand small{display:block;font-size:9px;letter-spacing:1.3px;color:var(--orange);margin-top:-2px}
.side-nav{display:grid;gap:4px}
.side-nav a{display:flex;align-items:center;gap:11px;padding:11px 10px;border-radius:11px;font-size:12px;color:#545467;font-weight:700;transition:.18s}
.side-nav a:hover,.side-nav a.active{background:#eeeaff;color:#4322df}
.side-icon{width:19px;text-align:center;display:grid;place-items:center}
.side-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.round-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.wallet-side{margin-top:auto;background:linear-gradient(135deg,#4a22df,#6540ed);color:#fff;border-radius:14px;padding:14px}
.wallet-side .label{font-size:10px;opacity:.8}
.wallet-side strong{display:block;font-size:20px;margin:4px 0}
.wallet-side span{font-size:10px;opacity:.82}
.main{width:100%;margin-left:190px;min-height:100vh}
.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:flex-end;padding:0 26px;gap:12px;position:sticky;top:0;z-index:20}
.top-icon{width:37px;height:37px;border:1px solid var(--line);background:#fff;border-radius:12px;display:grid;place-items:center}
.user-mini{width:37px;height:37px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 8px #ddd}
.user-mini img{width:100%;height:100%;object-fit:cover}
.page{padding:26px 26px 36px;max-width:1240px;margin:auto}
.greeting{display:flex;justify-content:flex-start;align-items:center;margin-bottom:18px}
.home .greeting .avatar,#homeGreetingAvatar{display:none}
.greeting h1{font-size:22px;margin:0 0 3px;letter-spacing:-.6px}
.greeting p{margin:0;color:var(--muted);font-size:11px}
.avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;border:3px solid #fff;box-shadow:0 4px 15px rgba(0,0,0,.13)}
.avatar img{width:100%;height:100%;object-fit:cover}
.hero{background:linear-gradient(115deg,#4322df,#5f38ee);color:#fff;border-radius:18px;padding:19px 21px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:190px;height:190px;border-radius:50%;right:-85px;top:-95px;background:rgba(255,255,255,.08)}
.hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;position:relative;z-index:1}
.hub-pool-heroes{display:flex;gap:12px;align-items:stretch;margin-bottom:18px}
.hub-pool-heroes>.hero{flex:1 1 0;min-width:0;text-align:left;border:0;width:100%;font:inherit}
.hub-pool-heroes .hero-grid{grid-template-columns:repeat(2,1fr);gap:10px 12px}
.hub-pool-heroes .hero-stat,.hub-pool-heroes .hero-stat:first-child{border-left:0;padding:0}
.hub-pool-heroes .hero-stat span{opacity:1}
.hub-pool-heroes .hero-stat strong{font-size:18px}
.hub-mort-hero,.hub-mort-hero span,.hub-mort-hero strong,.hub-mort-hero small{color:#fff}
.hub-gen-hero{background:#fff;color:#17172a;border:1px solid var(--line)}
.hub-gen-hero:after{background:rgba(67,34,223,.06)}
.hub-gen-hero,.hub-gen-hero span,.hub-gen-hero strong,.hub-gen-hero small{color:#17172a}
.hero-stat{padding:4px 16px;border-left:1px solid rgba(255,255,255,.17)}
.hero-stat:first-child{border-left:0;padding-left:0}
.hero-stat span{display:block;font-size:10px;opacity:.78}
.hero-stat strong{display:block;font-size:22px;margin-top:4px;letter-spacing:-.5px}
.joined-group-scroller{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 2px 14px;margin:0 -2px}
.joined-group-scroller::-webkit-scrollbar{height:4px}
.joined-group-card{flex:0 0 min(86vw,400px);scroll-snap-align:start}
.joined-group-card .hero{margin:0;cursor:pointer;min-height:168px}
.joined-group-card .hero-kicker{position:relative;z-index:1;display:block;font-size:9px;letter-spacing:.08em;font-weight:800;opacity:.82;margin-bottom:6px}
.joined-group-card h2{position:relative;z-index:1;margin:0 0 12px;font-size:16px}
.joined-group-card .hero-grid{grid-template-columns:repeat(2,1fr);gap:10px 14px}
.joined-group-card .hero-stat,.joined-group-card .hero-stat:first-child{border-left:0;padding:0;grid-column:auto}
.joined-group-card .hero-flow{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;position:relative;z-index:1}
.joined-group-card .hero-flow div{background:rgba(255,255,255,.14);border-radius:10px;padding:8px}
.joined-group-card .hero-flow span{display:block;font-size:8px;opacity:.8}
.joined-group-card .hero-flow b{display:block;font-size:13px;margin-top:2px}
.joined-group-card .hero-flow .in b{color:#d4f8a8}
.group-sched{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px;position:relative;z-index:1}
.group-sched i{font-style:normal;background:rgba(255,255,255,.16);border-radius:8px;padding:5px 7px;font-size:8px;font-weight:800}
.group-sched i.now{background:#fff;color:#4322df}
.group-sched i.rest{opacity:.7}
.live-contribute-scroller{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 2px 12px}
.live-contribute-card{flex:0 0 min(82vw,300px);scroll-snap-align:start;background:#fff;border:1px solid #eeeaf8;border-radius:14px;padding:12px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 14px rgba(50,35,90,.05)}
.live-contribute-card img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none}
.live-contribute-card b{display:block;font-size:12px;line-height:1.35}
.live-contribute-card small{display:block;color:#777;font-size:9px;margin-top:3px}
.live-contribute-card .live-amt{margin-left:auto;color:#159d57;font-weight:900;font-size:13px;white-space:nowrap}
.live-dot-mini{display:inline-block;width:7px;height:7px;border-radius:50%;background:#20b96b;margin-right:5px;vertical-align:middle}
.ring-small{--ring-pct:0;width:54px;height:54px;border-radius:50%;background:conic-gradient(#d4f8a8 0 calc(var(--ring-pct)*1%),rgba(255,255,255,.2) 0);display:grid;place-items:center;position:absolute;right:18px;bottom:16px;z-index:2}
.ring-small:after{content:attr(data-pct);width:40px;height:40px;background:#5030e5;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900}
.section-head{display:flex;align-items:center;justify-content:space-between;margin:20px 0 10px}
.section-head h2{font-size:14px;margin:0}
.section-head a,.section-head .details-link{font-size:11px;color:var(--purple);font-weight:800;border:0;background:transparent;padding:0}
.jiunge-tena,.section-head a.jiunge-tena{background:#4322df;color:#fff;padding:8px 12px;border-radius:9px;font-size:10px;font-weight:900;text-decoration:none}
.wallet-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.cmm-credit-card{
  display:block;
  margin:0;
  padding:20px 22px 16px;
  border-radius:18px;
  color:#f7e9c4;
  background:linear-gradient(135deg,#17151a 0%,#3d3224 48%,#c9a227 165%);
  box-shadow:0 12px 28px rgba(40,30,10,.24);
  position:relative;
  overflow:hidden;
  min-height:176px;
  border:1px solid rgba(232,201,120,.28);
}
.cmm-credit-card:before{
  content:"";
  position:absolute;
  right:-36px;
  top:-56px;
  width:170px;
  height:170px;
  border-radius:50%;
  background:rgba(255,220,120,.14);
}
.cmm-credit-card:after{
  content:"CMM";
  position:absolute;
  right:18px;
  top:16px;
  font-size:18px;
  font-weight:900;
  letter-spacing:.12em;
  color:rgba(255,236,180,.35);
  z-index:1;
}
.cmm-credit-chip{
  width:44px;
  height:34px;
  border-radius:7px;
  background:linear-gradient(135deg,#f0dc9a,#b08a2a 55%,#8a6a18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);
  margin-bottom:16px;
  position:relative;
  z-index:1;
}
.cmm-credit-card .hero-kicker{
  display:block;
  letter-spacing:.14em;
  font-weight:800;
  font-size:10px;
  color:#ffe9b0;
  opacity:1;
  margin:0;
  position:relative;
  z-index:1;
}
.cmm-credit-card>span{
  display:block;
  font-size:11px;
  color:#ead7a4;
  opacity:.9;
  margin-top:8px;
  position:relative;
  z-index:1;
}
.cmm-credit-card>strong{
  display:block;
  font-size:30px;
  margin:10px 0 8px;
  letter-spacing:-.7px;
  position:relative;
  z-index:1;
  color:#fff;
  font-weight:900;
}
.cmm-credit-card>strong.is-neg{color:#ffc9c9}
.cmm-credit-card>strong.is-pos{color:#c8ffcf}
.cmm-credit-card>small{
  display:block;
  font-size:11px;
  color:#e8d7ad;
  opacity:.88;
  line-height:1.45;
  position:relative;
  z-index:1;
  max-width:92%;
}
.cmm-credit-foot{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:12px;
  margin-top:20px;
  position:relative;
  z-index:1;
}
.cmm-credit-foot b{font-size:12px;letter-spacing:.05em;color:#fff;text-transform:uppercase}
.cmm-credit-foot span{font-size:11px;opacity:.85;font-variant-numeric:tabular-nums;color:#ffe9b0}
.wallet-hold-wrap{position:relative;margin-top:12px}
.wallet-hold-nav{display:none}
.wallet-hold-row{
  display:flex;
  flex-wrap:nowrap;
  gap:12px;
  align-items:stretch;
  margin-top:0;
}
.wallet-hold-row>.hero,
.wallet-hold-row>.cmm-credit-card{
  flex:1 1 0;
  min-width:0;
}
.wallet-hold-row>.cmm-credit-card{
  margin:0;
  min-height:168px;
}
.wallet-balance-card,.ccm-hero,.member-contribute-hero{min-height:168px}
.wallet-balance-card>span,.ccm-hero>span,.member-contribute-hero>span{display:block;font-size:10px;opacity:.8;position:relative;z-index:1}
.wallet-balance-card .hero-kicker,.ccm-hero .hero-kicker,.member-contribute-hero .hero-kicker{letter-spacing:.08em;font-weight:800;margin-bottom:8px}
.wallet-balance-card>strong,.ccm-hero>strong,.member-contribute-hero>strong{display:block;font-size:26px;margin:6px 0 4px;position:relative;z-index:1;letter-spacing:-.6px}
.wallet-balance-card>small,.ccm-hero>small,.member-contribute-hero>small{display:block;opacity:.82;font-size:11px;position:relative;z-index:1}
.ccm-hero{background:linear-gradient(115deg,#1c5bff,#2b6dff)}
.member-contribute-hero{background:linear-gradient(115deg,#0f8a5f,#20b96b)}
.member-contribute-hero .ccm-loan-btn{color:#0f8a5f}
.ccm-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;position:relative;z-index:1}
.ccm-loan-btn,.ccm-tx-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:9px 12px;font-size:11px;font-weight:900}
.ccm-loan-btn{background:#fff;color:#1c5bff}
.ccm-tx-btn{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.75)}
.ccm-flow{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 14px}
.ccm-flow div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}
.ccm-flow span{display:block;font-size:11px;color:#777;font-weight:800}
.ccm-flow b{display:block;font-size:18px;margin-top:4px}
.ccm-flow .in b{color:#159d57}
.ccm-flow .out b{color:#e5484d}
.content-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:12px}
.card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px;box-shadow:0 4px 18px rgba(30,25,80,.035)}
.card h3{margin:0 0 10px;font-size:13px}
.row{display:flex;align-items:center;justify-content:space-between;gap:10px}
.muted{color:var(--muted);font-size:10px}
.money{font-weight:900}
.progress{height:7px;background:#ececf2;border-radius:99px;overflow:hidden}
.progress i{height:100%;display:block;border-radius:99px;background:#21ba6b}
.progress-label{display:flex;justify-content:space-between;font-size:10px;margin:7px 0 5px;color:#6b6b7c}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.quick{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;text-align:center;font-size:10px;font-weight:800}
.qicon{width:36px;height:36px;margin:0 auto 7px;border-radius:10px;display:grid;place-items:center}
.qicon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.purple{background:#eeeaff;color:#4b25e3}
.green{background:#e7f9ef;color:#18a45d}
.orange{background:#fff0dd;color:#e77a00}
.blue{background:#e9efff;color:#2c68e7}
.banner{margin-top:12px;background:linear-gradient(100deg,#4322df,#5630e7);color:#fff;border-radius:15px;padding:14px 17px;display:flex;align-items:center;justify-content:space-between}
.banner h3{margin:0 0 4px;font-size:14px}
.banner p{margin:0;font-size:9px;opacity:.82}
.banner .btn{background:#fff;color:#4322df}
.list{display:grid}
.list-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0f0f5}
.list-item:last-child{border-bottom:0}
.left{display:flex;align-items:center;gap:9px;min-width:0}
.left>div{min-width:0}
.round-icon{width:31px;height:31px;flex:0 0 31px;border-radius:10px;background:#eeeaff;color:#4b25e3;display:grid;place-items:center;font-weight:900;font-size:12px}
.status{padding:5px 8px;border-radius:8px;background:#eaf7ef;color:#179a56;font-size:9px;font-weight:900;white-space:nowrap}
.status.pending{background:#fff2db;color:#c27400}
.payout-id{display:block;margin-top:3px;font-size:8px;font-weight:800;letter-spacing:.04em;color:#888}
.payout-source{color:#4322df;font-weight:800}
.payout-empty{padding:16px 4px;font-size:11px;color:#777}
.notice{margin-top:11px;padding:11px 13px;background:#f7f5ff;border:1px solid #e6e0ff;border-radius:11px;font-size:10px;color:#625e78;line-height:1.45}
.notice strong{display:block;color:#3e2aa8;margin-bottom:2px}
.page-title{margin-bottom:17px}
.page-title h1{font-size:21px;margin:0 0 4px}
.page-title p{margin:0;color:var(--muted);font-size:11px}
.buy-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:13px}
.share-balance{background:linear-gradient(120deg,#4322df,#5f38ee);color:#fff;border-radius:17px;padding:18px}
.share-balance .num{font-size:28px;font-weight:900}
.selector{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:12px;padding:5px;margin:14px 0}
.selector button{width:40px;height:38px;border:0;background:#f3f2f7;border-radius:9px;font-size:20px}
.selector strong{font-size:20px}
.share-count-input{width:96px;border:0;background:transparent;text-align:center;font-size:22px;font-weight:900;color:inherit;outline:none;-moz-appearance:textfield}
.share-count-input::-webkit-outer-spin-button,.share-count-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.price-line{display:flex;justify-content:space-between;margin:9px 0}
.btn{border:0;border-radius:11px;padding:12px 15px;font-size:11px;font-weight:900;cursor:pointer;display:inline-block}
.btn-primary{background:#4322df;color:#fff}
.btn-orange{background:var(--orange);color:#fff}
.full{width:100%}
.offer{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.offer button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 4px;cursor:pointer}
.offer button strong{display:block;color:#16a15c;font-size:14px}
.offer button:nth-child(2) strong{color:#e77a00}
.offer button:nth-child(3) strong{color:#4d22e1}
.offer button:nth-child(4) strong{color:#2872e9}
.offer button small{display:block;color:#777;font-size:8px;margin-top:3px}
.position-card{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px}
.ring{width:70px;height:70px;border-radius:50%;background:conic-gradient(#20b96b 0 72%,#e7e7ef 72%);display:grid;place-items:center;flex:0 0 70px}
.ring span{width:52px;height:52px;background:#fff;border-radius:50%;display:grid;place-items:center;font-weight:900}
.profile-list .list-item{text-decoration:none;color:inherit}
.profile-list .list-item .left{flex:1;text-decoration:none;color:inherit;min-width:0}
.group-action{flex:none;border:0;border-radius:9px;padding:8px 10px;font-size:9px;font-weight:900;white-space:nowrap;max-width:42%;text-align:center;line-height:1.25}
.group-action.member{background:#edf8f1;color:#27834c;cursor:default}
.group-action.join{background:#4322df;color:#fff}
.profile-list .list-item .left{border:0;background:transparent;cursor:pointer;font:inherit;text-align:left}
.section-head button.queue-other{border:0;background:transparent;cursor:pointer;font:inherit}
.mortgage-pool-head{display:block;width:100%;text-align:left;border:0;border-radius:14px 14px 0 0;padding:14px 118px 12px 14px;background:linear-gradient(135deg,#3a1cc8,#5b38e8);color:#fff;cursor:pointer;font:inherit;position:relative}
.mortgage-pool-head .offer-kicker{color:#d7ccff}
.mortgage-pool-head b{display:block;font-size:16px;margin:4px 0 4px}
.mortgage-pool-head small{display:block;font-size:11px;opacity:.88;line-height:1.4}
.mortgage-pool-head .pool-logic-toggle{position:absolute;right:12px;top:14px;background:#fff7ed;color:#c2410c;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800;letter-spacing:.02em;white-space:nowrap}
.mortgage-pool-head[aria-expanded="true"]{border-radius:14px 14px 0 0}
.mortgage-pool-head[aria-expanded="false"]{border-radius:14px}
.pool-logic-panel[hidden]{display:none !important}
.pool-logic-copy{margin:10px 12px 4px;font-size:11px;line-height:1.45}
.mortgage-rot{display:grid;gap:8px;margin:8px 0 12px}
.mortgage-rot div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;background:#f7f5ff;border:1px solid #eeeaf8}
.mortgage-rot span{font-size:10px;color:#777;font-weight:800}
.mortgage-rot b{font-size:12px}
.mortgage-rot .now{background:#eeeaff;border-color:#d9d0ff}
.mortgage-goal-list{display:grid;gap:8px;margin:8px 0 4px}
.mortgage-goal-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}
.mortgage-goal-row.on b{color:#4322df}
.mortgage-goal-row .bar{grid-column:1/-1;height:7px;border-radius:99px;background:#ebe7f4;overflow:hidden}
.mortgage-goal-row .bar i{display:block;height:100%;border-radius:99px;background:#5b36df}
.mortgage-goal-row small{font-size:11px;font-weight:800;color:#4322df}
.mortgage-cat-picks{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:6px 0 10px}
.mortgage-cat{border:1px solid #eeeaf8;background:#fff;border-radius:10px;padding:8px 9px;text-align:left;cursor:pointer;font:inherit}
.mortgage-cat b{display:block;font-size:11px}
.mortgage-cat small{display:block;color:#4322df;font-size:10px;font-weight:800;margin-top:2px}
.mortgage-cat.on{border-color:#4322df;background:#eeeaff;box-shadow:0 0 0 2px #ece7ff}
.mortgage-policy{padding:10px;border-radius:12px;background:#fff;border:1px solid #eeeaf8;font-size:10px;line-height:1.45;color:#555}
.mortgage-policy b{display:block;font-size:11px;color:#222;margin-bottom:4px}
.mortgage-policy p{margin:0 0 8px}
.mortgage-accept{display:flex;align-items:flex-start;gap:8px;font-size:11px;font-weight:700;color:#222}
.mortgage-accept input{margin-top:2px}
.mortgage-msg{margin-top:10px;padding:10px 12px;border-radius:10px;font-size:12px;font-weight:800;line-height:1.35}
.mortgage-msg.ok{background:#edf8f1;color:#1f7a45}
.mortgage-msg.bad{background:#ffecec;color:#c42b32}
.group-detail-modal{align-items:center;justify-content:center;padding:18px 12px 24px;overflow:hidden;overscroll-behavior:none;touch-action:none}
.group-detail-modal .notify-modal-card{width:min(540px,100%);max-width:100%;max-height:min(86dvh,760px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;margin-top:0;padding-bottom:28px}
.group-detail-endcap{height:28px;flex:none}
.group-detail-modal.mortgage-wide .notify-modal-card{width:min(580px,100%)}
.group-detail-stats.cols-2{grid-template-columns:repeat(2,1fr)}
.group-detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:10px 0 12px}
.group-detail-stats div{background:#f7f5ff;border-radius:12px;padding:10px}
.group-detail-stats span{display:block;font-size:8px;color:#777}
.group-detail-stats b{display:block;font-size:13px;margin-top:3px}
.group-detail-people{display:grid;gap:8px;margin:8px 0 12px}
.group-person{display:flex;align-items:center;gap:10px}
.group-person img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none}
.group-person b{display:block;font-size:12px}
.group-person small{display:block;color:#777;font-size:10px}
.group-spot-legend{display:flex;gap:12px;font-size:9px;color:#777;margin:0 0 8px}
.group-spot-legend i{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:4px;vertical-align:-1px}
.group-spot-legend .taken-key{background:#4322df}
.group-spot-legend .empty-key{border:1px dashed #c9c4dc;background:#fff}
.group-spot-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;width:100%;max-width:100%;overflow:hidden}
.group-spot-grid.register-spots{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:12px}
.group-spot{min-height:54px;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:8px;font-weight:800}
.group-spot img{width:22px;height:22px;border-radius:50%;object-fit:cover;margin-bottom:3px}
.group-spot.taken{background:#eeeaff;color:#4b25e3}
.group-spot.empty{border:1px dashed #d4cfe8;background:#faf9ff;color:#9a96ad;cursor:pointer;width:100%;font:inherit}
.group-spot.empty.selected{box-shadow:0 0 0 2px #4322df;background:#eeeaff;color:#4b25e3}
.group-join-box{margin-top:14px;padding:12px;border:1px solid #eeeaf8;border-radius:14px;background:#faf9ff}
.share-lot-card{margin:10px 12px;padding:12px;border:1px solid #eeeaf8;border-radius:14px;background:#faf9ff}
.share-lot-head{display:flex;justify-content:space-between;gap:8px;align-items:baseline}
.share-lot-head b{font-size:13px}
.share-lot-head span{font-size:10px;font-weight:800;color:#4322df}
.share-lot-correct{display:flex;flex-wrap:wrap;gap:8px;align-items:end}
.share-lot-correct label{display:grid;gap:4px;font-size:9px;font-weight:800;color:#777}
.share-lot-correct input{border:1px solid #ddd6fe;border-radius:10px;padding:8px 10px;font:inherit;font-weight:700;color:#17172a}
.group-spot-select{display:block;width:100%;margin:0 0 12px;padding:10px 12px;border:1px solid #ddd6fe;border-radius:12px;background:#fff;font:inherit;font-size:13px;font-weight:700;color:#17172a}
.group-amt-label{display:block;font-size:10px;font-weight:800;margin-bottom:6px}
.group-amt-label small{font-weight:700;color:#777}
.group-amt-input{width:100%;border:1px solid #e8e4f1;border-radius:10px;padding:10px 12px;font-size:16px;font-weight:900}
.group-spot.holding{background:#211a35;color:#fff}
.group-spot-mark{font-size:8px;letter-spacing:.04em;margin-bottom:2px}
.group-spot-grid.spots-25{grid-template-columns:repeat(5,1fr)}
.group-spot-grid.spots-100{grid-template-columns:repeat(10,minmax(0,1fr));gap:4px}
.group-spot-grid.spots-100 .group-spot{min-height:38px;padding:3px 2px;min-width:0}
.mr-row[data-open-group],.group-card[data-open-group]{cursor:pointer}
html:has(body.group-detail-open),body.group-detail-open{overflow:hidden;overscroll-behavior:none;touch-action:none;height:100%;max-width:100%}
body.group-detail-open .app{overflow:hidden}
.profile-chevron{width:18px;height:18px;color:#bbb;flex:none}
.profile-chevron svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.btn-logout{margin-top:8px;margin-bottom:8px;background:#fff;border:1px solid #ffd4d4;color:#ef3e45;display:flex;align-items:center;justify-content:center;gap:8px}
.btn-logout .mr-btn-icon{margin-right:0;stroke:currentColor}
.info-hero{display:flex;align-items:center;gap:12px;padding:4px 0 12px;margin-bottom:4px;border-bottom:1px solid #eeeaf8;text-decoration:none;color:inherit}
.info-hero>div{flex:1;min-width:0}
.info-hero img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 13px #ddd;flex:none}
.info-hero b{display:block;font-size:16px}
.info-hero small{display:block;color:#777;font-size:11px;margin-top:3px}
.pi-form{display:grid;gap:10px}
.pi-form label{display:block;font-size:11px;font-weight:800}
.pi-form input,.pi-form textarea{width:100%;margin-top:6px;border:1px solid #e8e4f1;border-radius:11px;padding:11px;font:inherit;font-size:13px}
.pi-form input[readonly]{background:#f6f4fb;color:#666}
.pi-avatar-row{display:flex;gap:14px;align-items:center;padding-bottom:10px;border-bottom:1px solid #eeeaf8}
.pi-avatar-row img{width:84px;height:84px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 13px #ddd;flex:none}
.pi-avatar-row small{display:block;margin:4px 0 8px}
.face-check{text-align:center}
.face-stage-wrap{position:relative;width:min(280px,78vw);margin:8px auto 16px}
.face-stage{position:relative;aspect-ratio:3/4;border-radius:50% / 44%;overflow:hidden;background:#111;box-shadow:0 0 0 6px rgba(67,34,223,.25),0 18px 40px rgba(20,10,50,.28)}
.face-stage video,.face-stage img{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}
.face-stage video.face-playback{transform:none}
.face-oval{position:absolute;inset:0;border:3px solid #fff;border-radius:50% / 44%;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}
.face-progress{position:absolute;left:12%;right:12%;bottom:14px;height:4px;border-radius:99px;background:rgba(255,255,255,.25);overflow:hidden}
.face-progress i{display:block;height:100%;width:0;background:#fff;border-radius:inherit}
.face-check .btn{margin-top:8px}
a.is-disabled,button.is-disabled,.list-item.is-disabled{
  opacity:.55;cursor:default;
}
.profile-edit label{display:block;font-size:11px;font-weight:800;margin:0 0 7px}
.profile-edit input,.profile-edit textarea,.profile-edit select{width:100%;border:1px solid #e8e4f1;border-radius:11px;padding:12px;font:inherit;font-size:13px;background:#fff;outline:none}
.profile-edit textarea{min-height:88px;resize:vertical}
.profile-edit .btn{margin-top:16px}
.photo-edit{text-align:center;padding:8px 0 4px}
.photo-edit img{width:110px;height:110px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 16px rgba(50,35,90,.12)}
.photo-edit .btn{margin-top:14px}
.pay-method{display:flex;align-items:center;gap:10px;width:100%;border:1px solid #eeeaf8;border-radius:12px;padding:11px 12px;background:#fff;margin-top:8px;text-align:left;color:inherit}
.pay-method.active{border-color:#4b25e3;background:#faf8ff;box-shadow:0 0 0 2px #eeeaff}
.pay-method b{display:block;font-size:12px}
.pay-method small{display:block;color:#777;font-size:10px;margin-top:2px}
.pay-method .left{flex:1}
.pay-fields{display:none;margin-top:12px}
.pay-fields.show{display:block}
.sec-switch{width:42px;height:24px;border-radius:99px;background:#e6e4ef;position:relative;flex:none;border:0;padding:0}
.sec-switch.on{background:#4b25e3}
.sec-switch:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:.15s}
.sec-switch.on:after{left:21px}
.bio-scan{width:128px;height:128px;margin:8px auto 18px;border-radius:32px;border:2px solid #eeeaff;background:#faf8ff;color:#4b25e3;display:grid;place-items:center;position:relative;overflow:hidden}
.bio-scan svg{width:58px;height:58px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bio-scan.scanning:after{content:"";position:absolute;left:22px;right:22px;height:2px;background:#4b25e3;border-radius:2px;animation:bioscan 1.15s ease-in-out infinite}
@keyframes bioscan{0%{top:24px;opacity:.3}50%{top:98px;opacity:1}100%{top:24px;opacity:.3}}
.pin-row{display:flex;gap:8px;justify-content:center;margin:14px 0 8px}
.pin-row input{width:48px;height:54px;text-align:center;font-size:22px;font-weight:900;border:1px solid #e8e4f1;border-radius:12px;background:#fff}
.mr-head-ico{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block;color:#4b25e3;margin-bottom:4px}
.profile-photo{width:66px;height:66px;border-radius:50%;overflow:hidden;border:4px solid #fff;box-shadow:0 4px 13px #ddd;flex:0 0 66px;position:relative;background:#ece8ff}
.profile-photo img{width:100%;height:100%;object-fit:cover}
.profile-photo img[hidden]{display:none!important}
.profile-photo-fallback{position:absolute;inset:0;display:grid;place-items:center;font-weight:900;font-size:22px;color:#4322df}
.profile-photo-fallback[hidden]{display:none!important}
.profile-card{display:flex;align-items:center;gap:14px;padding:16px 16px 16px 18px;margin:0 0 14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 4px 18px rgba(30,25,80,.035)}
.profile-hero-copy{flex:1;min-width:0}
.profile-hero-copy h3{margin:0;font-size:18px;line-height:1.2}
.profile-hero-copy .muted{margin:4px 0 0;font-size:13px}
.profile-qr-card{margin:0 0 14px;padding:0;overflow:hidden}
.profile-qr-head{display:block;width:100%;text-align:left;border:0;padding:14px 108px 14px 16px;background:#fff;color:#17172a;cursor:pointer;font:inherit;position:relative}
.profile-qr-head .offer-kicker{color:#555}
.profile-qr-head b{display:block;font-size:16px;margin:4px 0 4px;color:#17172a}
.profile-qr-head small{display:block;font-size:11px;color:#444;opacity:1;line-height:1.4}
.profile-qr-toggle{position:absolute;right:12px;top:16px;background:#f4f1ff;color:#17172a;border-radius:999px;padding:6px 12px;font-size:10px;font-weight:800;letter-spacing:.02em}
.profile-qr-head[aria-expanded="false"]{border-radius:16px}
.profile-qr-head[aria-expanded="true"]{border-radius:16px 16px 0 0}
.profile-qr-panel{padding:12px 16px 16px;text-align:center}
.profile-qr-panel[hidden]{display:none !important}
.profile-qr-panel .muted{margin:0 0 8px;font-size:12px;line-height:1.45}
.profile-qr{width:176px;height:176px;margin:12px auto 8px;padding:8px;border-radius:16px;background:#fff;border:1px solid #eeeaf8;display:grid;place-items:center}
.profile-qr img,.profile-qr canvas{display:block}
.profile-qr-panel > b{display:block;font-size:14px;letter-spacing:.04em;margin:0 0 12px}
.profile-qr-close{max-width:220px;margin:0 auto}
.list-item[hidden]{display:none!important}
.user-mini{position:relative}
.user-mini img[hidden]{display:none!important}
.user-mini-fallback{position:absolute;inset:0;display:grid;place-items:center;font-weight:900;font-size:13px;color:#4322df;background:#ece8ff}
.user-mini:has(img:not([hidden])) .user-mini-fallback{display:none}
.tabs{display:flex;align-items:stretch;gap:4px;margin:0 0 13px;padding:5px;border:1px solid #eeeaf8;border-radius:14px;background:#faf9ff}
.tabs button{flex:1 1 0;min-width:0;border:0;background:transparent;border-radius:10px;padding:10px 8px;font-size:11px;font-weight:800;color:inherit;white-space:nowrap;text-align:center}
.tabs button.active{background:#fff;box-shadow:0 2px 8px rgba(50,35,90,.07);color:#4b25e3}
.payout-panel{display:none}
.payout-panel.active{display:block}
.status.upcoming{background:#eeeaff;color:#4b25e3}
.payout-row{width:100%;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer}
.payout-row:hover{background:#faf9ff}
.payout-detail-modal{align-items:center;padding:24px 16px 90px}
.payout-detail-modal .notify-modal-card{width:min(520px,100%);max-height:min(84vh,740px);overflow:auto;margin-top:0}
.payout-detail-user{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.payout-detail-user img{width:46px;height:46px;border-radius:50%;object-fit:cover;flex:none}
.payout-detail-user b{display:block;font-size:14px}
.payout-detail-user small{display:block;color:#777;font-size:10px;margin-top:2px}
.payout-detail-hero{background:linear-gradient(115deg,#4322df,#5f38ee);color:#fff;border-radius:16px;padding:16px;margin-bottom:14px}
.payout-detail-hero span{display:block;font-size:10px;opacity:.82}
.payout-detail-hero strong{display:block;font-size:28px;margin:4px 0 2px;letter-spacing:-.6px}
.payout-detail-hero small{font-size:10px;opacity:.8}
.payout-detail-stats{margin-bottom:8px}
.payout-detail-stats .stat{padding:10px}
.payout-detail-h{margin:14px 0 8px;font-size:13px}
.payout-detail-body .notice{margin-top:14px}
body.payout-detail-open{overflow:hidden}
.timeline{position:relative;margin:4px 0 0 8px;padding-left:24px}
.timeline:before{content:"";position:absolute;left:7px;top:5px;bottom:8px;width:2px;background:#e7e4f3}
.step{position:relative;padding:0 0 19px}
.step:before{content:"";position:absolute;left:-22px;top:1px;width:14px;height:14px;border-radius:50%;background:#fff;border:3px solid #bbb5d7;z-index:1}
.step.done:before{background:#20b96b;border-color:#20b96b}
.step.current:before{background:#4322df;border-color:#4322df;box-shadow:0 0 0 5px #eeeaff}
.step h4{margin:0 0 3px;font-size:12px}
.step p{margin:0;color:#777;font-size:10px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.stat{background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px}
.stat span{display:block;color:#777;font-size:9px}
.stat strong{display:block;font-size:17px;margin-top:4px}
.icon-title{display:flex;align-items:center;gap:9px}
.icon-title .qicon{margin:0}
.table-wrap{width:100%;overflow:auto}
.table{width:100%;border-collapse:collapse;font-size:10px}
.table th{text-align:left;color:#777;font-weight:700;padding:9px;border-bottom:1px solid var(--line);white-space:nowrap}
.table td{padding:11px 9px;border-bottom:1px solid #f0f0f5;white-space:nowrap}
.pill{display:inline-block;padding:5px 8px;border-radius:8px;background:#eeeaff;color:#4322df;font-size:9px;font-weight:900}
.pill.green{background:#e8f8ef;color:#159d57}
.pill.orange{background:#fff1dc;color:#c27400}
.calc{background:#f8f7fd;border:1px solid #ebe7f8;border-radius:13px;padding:13px}
.calc-row{display:flex;justify-content:space-between;padding:6px 0;font-size:10px}
.calc-total{border-top:1px solid #ded9ed;margin-top:5px;padding-top:10px;font-size:14px;font-weight:900}
.searchbox{display:flex;gap:7px;margin-bottom:12px}
.searchbox input{flex:1;border:1px solid var(--line);border-radius:10px;padding:10px 12px;outline:none;background:#fff}
.notice.success{background:#ecfaf2;border-color:#d4f2df;color:#267a4c}
.notice.warning{background:#fff7e8;border-color:#f5e3bf;color:#8a641d}
.empty{padding:28px;text-align:center;color:#777;font-size:11px}
.support-card{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff}
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:8px;padding:12px}
.faq summary{font-size:11px;font-weight:800;cursor:pointer}
.faq p{font-size:10px;color:#777;line-height:1.5;margin:9px 0 0}
.toast{pointer-events:none}
.mobile-bottom{display:none}

@media(max-width:900px){
 .sidebar{display:none}
 .main{margin-left:0}
 .topbar{height:58px;padding:0 15px}
 .page{padding:19px 15px 88px}
 .mobile-bottom{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);bottom:0;left:0;right:0;height:68px;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:40}
 .mobile-bottom a{display:grid;place-items:center;align-content:center;gap:3px;color:#777;font-size:11px;font-weight:800}
 .mobile-bottom a.active{color:#4322df}
 .mobile-bottom .nav-ico{display:grid;place-items:center;width:22px;height:22px}
 .mobile-bottom .nav-ico svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
 .mobile-bottom .plus{width:43px;height:43px;background:#4322df;color:#fff;border-radius:50%;display:grid;place-items:center;border:4px solid var(--bg);margin-top:-17px}
 .mobile-bottom .plus svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:2.4;stroke-linecap:round}
 .content-grid,.buy-layout,.wallet-pair,.ccm-flow{grid-template-columns:1fr}
 .hub-pool-heroes{flex-direction:column;gap:10px}
 .wallet-hold-wrap{margin-top:12px}
 .wallet-hold-nav{display:none}
 .wallet-hold-row{
   gap:10px;
   overflow-x:auto;
   overflow-y:hidden;
   scroll-snap-type:x mandatory;
   -webkit-overflow-scrolling:touch;
   scrollbar-width:none;
   -ms-overflow-style:none;
   padding:2px 0 8px;
 }
 .wallet-hold-row::-webkit-scrollbar{display:none}
 .wallet-hold-row>.hero,
 .wallet-hold-row>.cmm-credit-card{
   flex:0 0 88%;
   width:88%;
   max-width:88%;
   min-width:88%;
   padding:14px 12px;
   min-height:168px;
   scroll-snap-align:start;
 }
 .wallet-hold-row>.hero>strong{font-size:18px;letter-spacing:-.3px}
 .wallet-hold-row .ccm-actions{gap:6px;margin-top:10px}
 .wallet-hold-row .ccm-loan-btn,.wallet-hold-row .ccm-tx-btn{padding:7px 8px;font-size:9px}
 .cmm-credit-card>strong{font-size:22px;margin:8px 0 6px}
 .cmm-credit-card:after{font-size:12px;right:12px;top:12px}
 .cmm-credit-chip{width:36px;height:28px;margin-bottom:12px}
 .cmm-credit-foot{margin-top:12px}
 .cmm-credit-card>small{font-size:10px;max-width:100%}
 .cmm-credit-card .hero-kicker{font-size:9px;letter-spacing:.1em}
 .hero-grid{grid-template-columns:repeat(2,1fr);gap:12px}
 .hero-stat{border-left:0;padding:5px 0}
 .quick-grid{grid-template-columns:repeat(2,1fr)}
 .group-detail-modal{
   padding:8px 8px calc(96px + env(safe-area-inset-bottom, 24px));
   align-items:stretch;
 }
 .group-detail-modal .notify-modal-card,
 .group-detail-modal.mortgage-wide .notify-modal-card{
   width:100%;
   max-height:calc(100dvh - 112px - env(safe-area-inset-bottom, 24px));
   border-radius:16px;
   padding-bottom:36px;
 }
 .group-detail-endcap{height:88px}
 .group-spot-grid.register-spots{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
 .group-spot-grid.register-spots .group-spot{min-height:52px}
 .group-spot-grid.spots-100{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
 .group-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
 .mortgage-cat-picks{grid-template-columns:1fr}
}
@media(max-width:520px){
 .page{padding-left:13px;padding-right:13px}
 .hero-grid{grid-template-columns:1fr 1fr}
 .hero-stat strong{font-size:18px}
 .hero-stat:first-child{grid-column:1/-1}
 .offer{grid-template-columns:repeat(2,1fr)}
 .banner{align-items:flex-start;gap:10px}
 .banner .btn{white-space:nowrap}
 .stat-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:380px){
 .topbar{padding:0 10px}
 .hero{padding:16px}
 .hero-stat strong{font-size:16px}
 .quick{padding:10px 6px}
}

.early-offer{margin-top:12px;background:linear-gradient(135deg,#fff,#faf8ff);border:1px solid #ddd6ff;border-radius:16px;padding:15px;box-shadow:0 5px 18px rgba(67,34,223,.06)}
.early-offer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px}
.early-offer-badge{background:#fff0dc;color:#c56c00;border-radius:8px;padding:6px 8px;font-size:9px;font-weight:900;white-space:nowrap}
.early-offer h3{margin:0 0 3px;font-size:13px}.early-offer p{margin:0;color:#777;font-size:10px;line-height:1.45}
.offer-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:11px 0}
.offer-box{background:#fff;border:1px solid #ece9f6;border-radius:10px;padding:9px}.offer-box span{display:block;color:#777;font-size:8px}.offer-box strong{display:block;margin-top:3px;font-size:13px}.offer-box.fee strong{color:#d77a00}.offer-box.receive strong{color:#159d57}
.offer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.btn-reject{background:#f2f2f5;color:#555;border:1px solid #e4e4ea}.offer-note{font-size:8px;color:#888;margin-top:8px;line-height:1.4}
.offer-accepted{background:#eaf9f0;border-color:#cfeedd}.offer-rejected{background:#f5f5f7;border-color:#e4e4e9;opacity:.85}
@media(max-width:520px){.offer-breakdown{grid-template-columns:1fr 1fr}.offer-box.receive{grid-column:1/-1}}

.recent-members{margin-top:14px;padding-top:13px;border-top:1px solid #f0eff5}
.recent-members-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px;font-size:10px}
.recent-members-title strong{font-size:11px}
.recent-members-title span{color:#777;font-size:9px}
.member-avatars{display:flex;align-items:center;padding-left:3px}
.member-avatars img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 3px 10px rgba(30,25,80,.12);margin-left:-5px}
.member-avatars img:first-child{margin-left:0}
.member-avatars .member-more{background:#f4f1ff;object-fit:cover}
.member-avatars .member-more-link{display:inline-flex;margin-left:-5px;border-radius:50%;line-height:0;flex:none;position:relative;z-index:2}
.member-avatars .member-more-link img{margin-left:0}
.recent-members-note{margin-top:7px;color:#777;font-size:9px}
@media(max-width:520px){
 .member-avatars img{width:43px;height:43px}
 .recent-members-note{font-size:8.5px}
}

.position-offer-inline{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;margin:0 0 16px;border:1px solid #eeeaf8;border-radius:16px;background:#fff}
.position-offer-copy{min-width:0}
.position-offer-copy h3{margin:4px 0 3px;font-size:15px}
.position-offer-copy p{margin:0;font-size:10px}
.position-offer-actions{display:flex;gap:8px;flex-shrink:0}
.position-offer-actions .btn{white-space:nowrap}
@media(max-width:760px){
 .position-offer-inline{display:block}
 .position-offer-actions{margin-top:12px}
 .position-offer-actions .btn{flex:1}
}

.house-off-rotation .group-sched{margin-top:4px}
.house-off-rotation .group-sched i{background:#f3efff;color:#4322df}
.house-off-rotation .group-sched i.now{background:#4322df;color:#fff}
.house-off-rotation .group-sched i.rest{background:#f4f2f8;color:#777;opacity:1}
.house-off-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.house-off-head h2{margin:5px 0 4px;font-size:18px}
.house-off-year{display:inline-flex;align-items:center;justify-content:center;padding:8px 11px;border-radius:10px;background:#f3efff;color:#4b25e3;font-weight:900;font-size:11px}
.house-off-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:15px 0}
.house-off-summary>div{padding:11px;border:1px solid #eeeaf8;border-radius:12px;background:#fff}
.house-off-summary span{display:block;font-size:9px;color:#777;margin-bottom:4px}
.house-off-summary b{font-size:15px}
.house-off-summary .highlight{background:#f6f2ff;border-color:#e5ddff}
.house-off-progress{padding:12px;border:1px solid #eeeaf8;border-radius:14px;background:#faf9ff}
.house-off-progress-top{display:flex;justify-content:space-between;font-size:10px;margin-bottom:8px}
.house-off-bar{height:7px;border-radius:99px;background:#e9e5f4;overflow:hidden}
.house-off-bar i{display:block;height:100%;border-radius:99px;background:#5b36df}
.house-off-position{display:grid;grid-template-columns:1.2fr .8fr;gap:10px;margin-top:12px}
.house-off-position>div,.house-off-plan{padding:13px;border:1px solid #eeeaf8;border-radius:14px;background:#fff}
.house-off-position strong{display:block;font-size:24px;margin:3px 0}
.house-off-plan span,.house-off-plan small{display:block;color:#777;font-size:9px}
.house-off-plan strong{font-size:16px;margin:5px 0}
.queue-title{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin:14px 0 8px;font-size:11px}
.queue-title-main{color:inherit}
.queue-title-main b{font-size:13px}
.queue-other{font-size:11px;font-weight:800;color:#4322df}
.queue-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:6px}
.queue-grid span{padding:8px 4px;text-align:center;border:1px solid #eeeaf8;border-radius:9px;background:#fff;font-size:9px;font-weight:700}
.queue-grid .done{background:#f0f8f3;border-color:#d7ebdd}
.queue-grid .next{background:#fff4df;border-color:#f1dfb8;color:#9b6200}
.queue-grid .holding{background:#eef3ff;border-color:#c9d8ff;color:#1c5bff}
.queue-hub{display:grid;gap:10px}
.queue-hub a{display:flex;align-items:center;gap:12px;padding:13px;background:#fff;border:1px solid var(--line);border-radius:14px}
.queue-hub a:hover{border-color:#d9d0ff}
.queue-hub b{display:block;font-size:14px}
.queue-hub small{display:block;color:#777;font-size:11px;margin-top:2px}
.queue-hub .go{margin-left:auto;color:#4322df;font-size:11px;font-weight:800}
.queue-table{width:100%;border-collapse:collapse}
.queue-table th{text-align:left;font-size:10px;color:#777;padding:8px 10px;font-weight:800}
.queue-table td{padding:10px;border-top:1px solid #f0f0f5;font-size:12px;vertical-align:middle}
.queue-who{display:flex;align-items:center;gap:10px}
.queue-who small{display:block;color:#777;font-size:10px;margin-top:2px}
.queue-who img,.queue-mark,.queue-who .open{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;flex:none}
.queue-who img{object-fit:cover}
.queue-who-fallback{width:36px;height:36px;min-width:36px;min-height:36px;border-radius:50%;flex:none;display:grid;place-items:center;background:#ece8ff;color:#4322df;font-size:13px;font-weight:800}
.queue-mark{background:#1c5bff;color:#fff;display:grid;place-items:center;font-size:8px;font-weight:900}
.queue-who .open{background:#f4f2f8;display:grid;place-items:center;color:#999;font-size:11px;font-weight:800}
.queue-pill{font-size:10px;font-weight:800;padding:4px 8px;border-radius:8px;background:#f4f2f8;color:#666}
.queue-pill.ccm{background:#eef3ff;color:#1c5bff}
.queue-pill.you{background:#eeeaff;color:#4322df}
.queue-pill.next{background:#fff4df;color:#9b6200}
.queue-pill.taken{background:#edf8f1;color:#27834c}
.queue-filters{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}
.queue-chip{border:1px solid #eeeaf8;background:#fff;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800;color:#555}
.queue-chip.on{background:#4322df;border-color:#4322df;color:#fff}
.queue-firsts{display:flex;flex-wrap:wrap;gap:8px 14px;font-size:11px;color:#555;margin:0 0 12px;line-height:1.4}
.queue-firsts b{color:#4322df}
.queue-table .queue-cat-row td{background:#f7f5ff;color:#4322df;font-size:11px;padding:8px 10px;border-top:0}
.queue-table tr.first-in td{background:#fffaf0}
.queue-rank{font-size:10px;font-weight:900;color:#777}
.queue-rank.top{color:#b15b00}
.cat-holding{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#eef3ff;margin:4px 0 12px}
.cat-holding b{display:block;font-size:13px}
.cat-holding small{display:block;color:#555;font-size:10px;margin-top:2px}
.cat-firsts{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:0 0 14px}
.cat-firsts article{padding:10px;border-radius:12px;background:#faf9ff;border:1px solid #eeeaf8}
.cat-firsts article.has-first{border-color:#f1dfb8;background:#fffaf0}
.cat-firsts span{display:block;font-size:9px;font-weight:800;color:#777;letter-spacing:.04em}
.cat-firsts b{display:block;font-size:12px;margin:4px 0 2px}
.cat-firsts small{display:block;font-size:10px;color:#9b6200}
.cat-line{margin:0 0 14px;padding:10px;border:1px solid #eeeaf8;border-radius:14px;background:#fff}
.cat-line-h{display:flex;justify-content:space-between;gap:10px;align-items:baseline;margin-bottom:8px}
.cat-line-h b{font-size:13px}
.cat-line-h small{font-size:10px;color:#777}
.cat-line-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.cat-line-list li{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px;background:#faf9ff}
.cat-line-list li.first{background:#fff4df}
.cat-line-list li.you{box-shadow:0 0 0 2px #4322df}
.cat-line-list em{flex:none;width:36px;font-size:10px;font-weight:900;font-style:normal;color:#9b6200}
.cat-line-list img{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:none}
.cat-line-list b{display:block;font-size:12px}
.cat-line-list small{display:block;font-size:10px;color:#777}
.cat-more{display:inline-block;margin-top:8px;font-size:11px;font-weight:800;color:#4322df}
@media(max-width:900px){
  .cat-firsts{grid-template-columns:1fr}
}
.mz-flow{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.mz-flow div{background:#f7f5ff;border-radius:12px;padding:10px}
.mz-flow span{display:block;font-size:9px;color:#777}
.mz-flow b{display:block;font-size:16px;margin-top:3px}
.mz-flow .in b{color:#159d57}
.offer-kicker svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:-2px;margin-right:4px}
.house-off-note{display:flex;gap:10px;align-items:flex-start;margin-top:12px;padding:11px 12px;border-radius:12px;background:#f7f5ff}
.house-off-note b{font-size:9px;white-space:nowrap;color:#4b25e3}
.house-off-note span{font-size:9px;color:#666;line-height:1.45}
.house-off-link{display:flex;flex-direction:column;align-items:stretch;gap:12px}
.house-off-link-top{display:flex;align-items:center;justify-content:space-between;gap:15px}
.house-off-served{display:flex;flex-wrap:wrap;gap:10px;width:100%}
.house-off-served-item{display:flex;align-items:center;gap:10px;flex:1 1 160px;min-width:148px;background:#f7f5ff;border:1px solid #eeeaf8;border-radius:12px;padding:8px 10px}
.house-off-served-item img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex:none}
.house-off-served-item b{display:block;font-size:12px;line-height:1.25}
.house-off-served-item small{display:block;font-size:10px;color:#777;margin-top:2px}
.house-off-kicker{display:inline-flex;align-items:center;gap:6px}
.house-off-icon{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.house-off-link h3{margin:4px 0;font-size:15px}
@media(max-width:760px){
 .house-off-summary{grid-template-columns:repeat(2,1fr)}
 .house-off-position{grid-template-columns:1fr}
 .queue-grid{grid-template-columns:repeat(5,1fr)}
 .house-off-note{display:block}
 .house-off-note b{display:block;margin-bottom:4px}
 .house-off-link{display:flex;flex-direction:column;align-items:stretch}
 .house-off-link-top{flex-direction:column;align-items:stretch}
 .house-off-link .btn{margin-top:10px;width:100%}
}

.contribution-mortgage-progress{margin-top:12px;padding:14px;border:1px solid #eeeaf8;border-radius:14px;background:#fff}
.cmp-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}
.cmp-head h3{margin:5px 0 4px;font-size:14px}
.cmp-head p{margin:0;max-width:650px;font-size:9px;line-height:1.5}
.cmp-head>strong{white-space:nowrap;font-size:15px;color:#4b25e3}
.cmp-bar{height:10px;margin-top:13px;border-radius:99px;background:#ebe7f4;overflow:hidden}
.cmp-bar i{display:block;height:100%;border-radius:99px;background:#5b36df;transition:width .3s ease}
.cmp-stats{display:flex;justify-content:space-between;gap:10px;margin-top:8px;color:#777;font-size:9px}
.cmp-stats b{color:#333}
@media(max-width:760px){
 .cmp-head{display:block}
 .cmp-head>strong{display:block;margin-top:8px}
 .cmp-stats{display:grid;grid-template-columns:1fr 1fr}
 .cmp-stats span:last-child{grid-column:1/-1}
}

.support-page{max-width:1100px;margin:0 auto;padding:24px 18px 110px}
.support-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.support-top h1{margin:5px 0 4px;font-size:24px}
.support-top p{margin:0;font-size:11px}
.support-nav{display:flex;align-items:stretch;gap:4px;padding:5px;margin-bottom:16px;border:1px solid #eeeaf8;border-radius:14px;background:#faf9ff}
.support-nav-item{flex:1 1 0;min-width:0;border:0;background:transparent;border-radius:10px;padding:10px 8px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;text-align:center;white-space:nowrap;line-height:1.2;color:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center}
.support-nav-item.active{background:#fff;box-shadow:0 2px 8px rgba(50,35,90,.07);color:#4b25e3}
.support-tab{display:none}
.support-tab.active{display:block}
.support-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px}
.community-card{min-height:500px}
.card-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.card-title-row h2{margin:5px 0;font-size:17px}
.online-dot,.support-status{font-size:9px;color:#3a8d5a;font-weight:800}
.chat-list{display:flex;flex-direction:column;gap:14px;margin:18px 0;min-height:320px}
.chat-message{display:flex;gap:9px;max-width:80%}
.chat-message.mine{margin-left:auto;justify-content:flex-end}
.chat-message>img,.agent-row img{width:34px;height:34px;border-radius:50%;object-fit:cover;flex-shrink:0}
.chat-message b,.agent-row b{font-size:10px}
.chat-message .time{font-size:8px;color:#999;margin-left:7px}
.chat-message p{margin:3px 0 0;padding:9px 11px;border-radius:12px;background:#f7f5fb;font-size:10px;line-height:1.4}
.chat-message.mine p{background:#f0ebff}
.chat-composer{display:flex;gap:8px;border-top:1px solid #eeeaf8;padding-top:13px}
.chat-composer input{flex:1;border:1px solid #e8e4f1;border-radius:11px;padding:10px 12px;outline:none;font:inherit;font-size:10px;background:#fff}
.support-side h3{margin:5px 0;font-size:15px}
.side-stat{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eeeaf8}
.side-stat b{font-size:17px}
.side-stat span{font-size:9px;color:#777}
.group-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.group-card{min-height:190px;display:flex;flex-direction:column}
.group-icon{font-size:25px;margin-bottom:10px}
.group-card h3{margin:7px 0 4px;font-size:14px}
.group-card p{font-size:9px;line-height:1.5}
.group-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:14px;font-size:9px;color:#777}
.agent-row{display:flex;align-items:center;gap:10px;margin:17px 0;padding-bottom:14px;border-bottom:1px solid #eeeaf8}
.agent-row p{margin:2px 0;font-size:9px}
.support-welcome{padding:14px;border-radius:13px;background:#f7f5ff;margin-bottom:14px;font-size:10px}
.support-welcome p{margin:5px 0 0;font-size:9px;line-height:1.5}
.quick-help{display:block;width:100%;text-align:left;padding:11px;margin-top:7px;border:1px solid #eeeaf8;border-radius:10px;background:#fff;font:inherit;font-size:10px;cursor:pointer}
.quick-help:hover{background:#faf9ff}
.support-home-link{display:flex;align-items:center;gap:10px;text-decoration:none;margin:14px 0;padding:13px 15px;border:1px solid #eeeaf8;border-radius:14px;background:#fff;color:inherit}
.support-home-link>span{font-size:19px}
.home-card-icon{width:38px;height:38px;flex:none;border-radius:11px;background:#f4f1ff;color:#4b25e3;display:grid;place-items:center}
.home-card-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mr-btn-icon{width:15px;height:15px;margin-right:6px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mr-button{gap:2px}
.support-home-link b{display:block;font-size:11px}
.support-home-link small{display:block;color:#777;font-size:9px;margin-top:2px}
.support-toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%,12px);opacity:0;pointer-events:none;background:#211a35;color:#fff;padding:10px 14px;border-radius:10px;font-size:10px;transition:.2s;z-index:9999}
.support-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){
 .support-page{padding:18px 12px 100px}
 .support-top{display:block}
 .support-top .btn{display:inline-block;margin-top:12px}
 .support-layout{grid-template-columns:1fr}
 .group-grid{grid-template-columns:1fr}
 .chat-message{max-width:92%}
 .support-nav{gap:3px}
 .support-nav-item{font-size:10px;padding:10px 4px}
 .tabs button{font-size:10px;padding:10px 4px}
}

.sidebar-support-link{display:block;text-decoration:none;color:inherit;cursor:pointer}

.support-back{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border:1px solid #eeeaf8;border-radius:11px;background:#fff;color:inherit;text-decoration:none;font-size:21px;font-weight:500;line-height:1;box-shadow:0 2px 8px rgba(50,35,90,.05);transition:.18s}
.support-back:hover{background:#faf9ff;transform:translateX(-1px)}
.support-top{position:relative}
.support-top>.support-back{position:absolute;left:0;top:0}
.support-top{padding-left:50px}
@media(max-width:760px){
 .support-top{padding-left:48px}
 .support-back{width:36px;height:36px;flex-basis:36px}
}

.chat-head-actions{display:flex;align-items:center;gap:6px}.chat-call-btn{width:30px;height:30px;border:1px solid #eeeaf8;border-radius:9px;background:#fff;cursor:pointer}.rich-composer{align-items:center}.chat-tool{width:34px;height:34px;flex:0 0 34px;border:1px solid #e8e4f1;border-radius:10px;background:#fff;cursor:pointer}.hidden-file{display:none!important}.voice-recorder{display:none;position:fixed;left:50%;bottom:82px;transform:translateX(-50%);align-items:center;gap:9px;padding:10px 13px;border:1px solid #eadff0;border-radius:13px;background:#fff;box-shadow:0 8px 30px rgba(35,25,55,.14);z-index:10000;font-size:10px}.voice-recorder.show{display:flex}.voice-recorder button{border:0;background:transparent;font-size:9px;font-weight:800;cursor:pointer}.call-overlay{display:none;position:fixed;inset:0;background:rgba(26,20,38,.42);align-items:center;justify-content:center;z-index:10001}.call-overlay.show{display:flex}.call-window{width:min(340px,90%);padding:28px 22px;border-radius:20px;background:#fff;text-align:center}.call-avatar{width:66px;height:66px;margin:0 auto 13px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0ebff;color:#4b25e3;font-weight:900}.call-window h2{font-size:18px}.call-controls{display:flex;justify-content:center;gap:12px;margin-top:22px}.call-controls button{width:44px;height:44px;border:0;border-radius:50%;background:#f4f2f8;cursor:pointer}.call-controls .end-call{background:#eadde5}

.business-page{max-width:1100px;margin:0 auto;padding:24px 18px 110px}
.business-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}
.business-top h1{margin:4px 0;font-size:24px}.business-top p{margin:0;font-size:10px}
.business-back{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #eeeaf8;border-radius:11px;background:#fff;color:inherit;text-decoration:none;font-size:21px}
.business-hero{display:flex;justify-content:space-between;gap:18px;align-items:center}
.business-hero h2{margin:5px 0}.business-hero p{max-width:650px;font-size:10px}
.business-hero-number{min-width:120px;padding:15px;border-radius:14px;background:#f7f3ff;text-align:center}.business-hero-number b{display:block;font-size:22px;color:#4b25e3}.business-hero-number span{font-size:9px;color:#777}
.business-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}.business-stats .card{padding:13px}.business-stats span{display:block;color:#777;font-size:9px}.business-stats b{font-size:16px}
.business-position{margin-bottom:12px}.business-position h2{margin:5px 0}.business-row{display:grid;grid-template-columns:34px 36px 1fr 130px 75px;align-items:center;gap:10px;padding:12px 0;border-top:1px solid #eeeaf8}.business-rank{font-size:11px;font-weight:900;text-align:center}.business-avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f0ebff;color:#4b25e3;font-size:9px;font-weight:900}.business-info b,.business-shares b{display:block;font-size:10px}.business-info small,.business-shares small{font-size:8px;color:#777}.business-shares{text-align:right}.status-badge{font-size:8px;font-weight:900;text-align:center;padding:6px 5px;border-radius:8px;background:#f4f2f8}.status-badge.next{background:#fff4df;color:#9b6200}.business-row.holding{background:#faf9ff;margin:0 -10px;padding-left:10px;padding-right:10px;border-radius:11px}
.business-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.business-grid h2{font-size:16px;margin:6px 0 13px}.your-business-line{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eeeaf8;font-size:10px}.your-business-line span{color:#777}.business-progress-label{display:flex;justify-content:space-between;margin-top:13px;font-size:9px}.business-progress,.business-progress.large{height:8px;background:#ebe7f4;border-radius:99px;overflow:hidden;margin-top:7px}.business-progress i{display:block;height:100%;background:#5b36df;border-radius:99px}.business-progress.large{height:10px}.business-progress-foot{display:flex;justify-content:space-between;margin-top:7px;color:#777;font-size:9px}.purpose-list{display:grid;grid-template-columns:1fr 1fr;gap:7px}.purpose-list button{padding:10px;border:1px solid #eeeaf8;border-radius:10px;background:#fff;text-align:left;font:inherit;font-size:9px;cursor:pointer}.business-action{display:flex;align-items:center;justify-content:space-between;gap:15px}.business-action h2{margin:5px 0;font-size:16px}.business-action p{font-size:9px}.business-pool-home-link{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;padding:13px 15px;margin:12px 0;border:1px solid #eeeaf8;border-radius:14px;background:#fff}.business-pool-home-link>span{font-size:19px}.business-pool-home-link b{display:block;font-size:11px}.business-pool-home-link small{display:block;color:#777;font-size:9px;margin-top:2px}.business-toast{position:fixed;left:50%;bottom:80px;transform:translate(-50%,12px);opacity:0;background:#211a35;color:#fff;padding:10px 14px;border-radius:10px;font-size:10px;z-index:9999;transition:.2s;pointer-events:none}.business-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){.business-page{padding:18px 12px 100px}.business-top h1{font-size:20px}.business-hero{display:block}.business-hero-number{margin-top:12px}.business-stats{grid-template-columns:1fr 1fr}.business-row{grid-template-columns:28px 32px 1fr 78px}.business-row .status-badge{grid-column:3/-1;width:max-content}.business-shares{text-align:left}.business-grid{grid-template-columns:1fr}.business-action{display:block}.business-action .btn{width:100%;margin-top:10px}}

.group-business-page{max-width:1100px;margin:0 auto;padding:24px 18px 110px}
.group-business-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.group-business-top h1{margin:4px 0;font-size:24px}.group-business-top p{margin:0;font-size:10px;max-width:700px}
.group-intro{display:flex;align-items:center;justify-content:space-between;gap:18px}.group-intro h2{margin:5px 0;font-size:18px}.group-intro p{font-size:10px;max-width:690px}
.holding-box{min-width:145px;padding:14px;border-radius:14px;background:#f7f3ff;text-align:center}.holding-box b{display:block;font-size:22px;color:#4b25e3}.holding-box span{display:block;font-size:10px;font-weight:800}.holding-box small{font-size:8px;color:#777}
.selected-group{margin:12px 0}.selected-group h2{margin:5px 0}.selected-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.selected-grid div{padding:10px;border:1px solid #eeeaf8;border-radius:10px}.selected-grid span{display:block;color:#777;font-size:8px}.selected-grid b{font-size:14px}.group-status.closed-label{background:#fff1f1;color:#b42318}.biz-member-list{margin-top:8px}.biz-member-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #eeeaf8}.biz-member-row:last-child{border-bottom:0}.biz-member-row.yours{background:#faf8ff;margin:0 -10px;padding-left:10px;padding-right:10px;border-radius:12px}.biz-member-row img,.biz-member-ava{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none}
.biz-member-ava{display:inline-flex;align-items:center;justify-content:center;background:#ece8ff;color:#4322df;font-weight:800;font-size:14px}.biz-member-row b{display:block;font-size:12px}.biz-member-row small{display:block;font-size:10px;color:#777;margin-top:2px}.biz-member-pos{font-size:10px;font-weight:800;color:#4322df;width:28px;flex:none}.biz-join-modal .notify-modal-card{width:min(440px,100%);max-height:min(86vh,680px);overflow:auto;margin-top:0}.biz-plan-box{padding:12px;border-radius:12px;background:#f7f5ff;margin:8px 0 12px}.biz-plan-box b{display:block;font-size:11px;margin-bottom:4px}.biz-plan-box p{margin:0;font-size:10px;color:#555;line-height:1.45}.biz-accept{margin-top:12px;padding:10px;border:1px solid #eeeaf8;border-radius:12px;background:#faf9ff}.biz-join-modal .btn:disabled{opacity:.45;cursor:default}body.biz-join-open{overflow:hidden}
.selected-actions{display:flex;align-items:center;gap:15px;margin-top:14px}.text-action{font-size:9px;color:#4b25e3;text-decoration:none;font-weight:800}
.group-heading{display:flex;align-items:end;justify-content:space-between;margin:20px 0 10px}.group-heading h2{margin:5px 0;font-size:18px}.group-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.group-card{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:13px}.group-icon{width:40px;height:40px;border-radius:12px;background:#f7f3ff;display:flex;align-items:center;justify-content:center}.group-icon svg,.group-title-ico svg,.eco-project-icon svg,.eco-heading-ico svg,.product-art svg,.eco-vote span svg{stroke:#4322df;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.group-icon svg{width:20px;height:20px}.group-title-ico{display:flex;align-items:center;gap:8px;margin:5px 0}.group-title-ico svg{width:22px;height:22px;flex-shrink:0}.eco-heading-ico{display:flex;align-items:center;gap:10px}.eco-heading-ico svg{width:24px;height:24px;flex-shrink:0}.eco-project-icon svg{width:18px;height:18px}.product-art svg{width:44px;height:44px;stroke-width:1.5}.group-card-title{display:flex;align-items:center;gap:7px}.group-card-title h3{margin:0;font-size:11px}.group-card p{font-size:8px;color:#777;margin:4px 0 9px}.group-status{font-size:7px;padding:4px 6px;border-radius:6px;background:#f4f2f8;color:#666}.joined-label{background:#edf8f1;color:#27834c}.group-meta{display:flex;justify-content:space-between;font-size:8px;color:#777;margin-bottom:6px}.group-card>button{border:1px solid #e8e4f1;border-radius:8px;background:#fff;padding:7px 10px;font-size:8px;font-weight:800;cursor:pointer}.group-card.joined>button{background:#f4f1ff;color:#4b25e3;border-color:#ded5ff}.group-card>button:disabled{opacity:.55;cursor:default}
.group-rules{margin-top:12px}.group-rules h2{font-size:16px;margin:5px 0}.group-rules ul{margin:8px 0 0;padding-left:18px}.group-rules li{font-size:9px;color:#666;margin:7px 0}
.group-toast{position:fixed;left:50%;bottom:80px;transform:translate(-50%,12px);opacity:0;background:#211a35;color:#fff;padding:10px 14px;border-radius:10px;font-size:10px;z-index:9999;transition:.2s}.group-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){.group-business-page{padding:18px 12px 100px}.group-business-top h1{font-size:20px}.group-intro{display:block}.holding-box{margin-top:12px}.selected-grid{grid-template-columns:1fr 1fr}.selected-actions{display:block}.selected-actions .btn{display:block;text-align:center}.text-action{display:block;margin-top:10px}.group-heading{align-items:flex-start;display:block}.group-list{grid-template-columns:1fr}.group-card{grid-template-columns:38px 1fr auto}.group-icon{width:36px;height:36px}}
.group-business-page .group-business-top{align-items:center;flex-wrap:wrap;margin-bottom:16px;gap:12px}
.group-business-page .biz-head-copy{flex:1;min-width:180px}
.group-business-page .group-business-top h1{margin:2px 0 0;font-size:26px;letter-spacing:-.03em;line-height:1.15}
.group-business-page .biz-head-line{margin:6px 0 0;font-size:13px;color:#6b6578;max-width:360px;line-height:1.35}
.group-business-page .biz-wallet-chip{margin:0 0 0 auto;padding:8px 12px;border:1px solid #eeeaf8;border-radius:12px;background:#fff;font-size:12px;font-weight:800;color:#4322df;white-space:nowrap}
.group-business-page .selected-group[hidden]{display:none!important}
.group-business-page .selected-group{margin:0 0 14px}
.group-business-page .selected-grid{margin:10px 0 0}
.group-business-page .selected-actions{margin-top:12px}
.group-business-page .group-list{gap:12px}
.group-business-page .group-card{grid-template-columns:44px 1fr auto;padding:16px;align-items:center}
.group-business-page .group-icon{width:44px;height:44px}
.group-business-page .group-card-title h3{font-size:14px;font-weight:800}
.group-business-page .group-status{font-size:10px;padding:4px 8px}
.group-business-page .group-meta{font-size:12px;margin:8px 0 6px;color:#555}
.group-business-page .group-meta span{font-weight:800;color:#4322df}
.group-business-page .group-card-count{display:block;margin-top:6px;font-size:11px;color:#888}
.group-business-page .group-card>button{font-size:12px;padding:9px 14px;border-radius:10px}
@media(max-width:760px){
  .group-business-page .biz-wallet-chip{margin:0;width:100%;text-align:center}
  .group-business-page .group-card{grid-template-columns:40px 1fr auto}
}

/* MRASCA Group Business Ecosystem additions — existing styles preserved */
.eco-page{max-width:1100px;margin:0 auto;padding:24px 18px 110px}.eco-top{display:flex;gap:13px;align-items:flex-start;margin-bottom:16px}.eco-top h1{font-size:23px;margin:4px 0}.eco-top p{font-size:10px;margin:0;max-width:700px}
.eco-nav{display:flex;gap:7px;overflow:auto;margin-bottom:12px;padding-bottom:2px}.eco-nav a{white-space:nowrap;text-decoration:none;color:#777;background:#fff;border:1px solid #eeeaf8;border-radius:9px;padding:8px 11px;font-size:9px;font-weight:800}.eco-nav a.active{color:#4b25e3;background:#f5f1ff;border-color:#ded5ff}
.eco-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:12px}.eco-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.eco-card{padding:15px}.eco-card h2{font-size:16px;margin:5px 0 12px}.eco-card h3{font-size:11px;margin:0 0 4px}.eco-kpi{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.eco-kpi>div{padding:10px;border:1px solid #eeeaf8;border-radius:10px}.eco-kpi span,.eco-stat span{display:block;font-size:8px;color:#777}.eco-kpi b{font-size:14px}
.eco-project{display:flex;align-items:center;gap:10px;padding:11px 0;border-top:1px solid #eeeaf8}.eco-project:first-of-type{border-top:0}.eco-project-icon{width:35px;height:35px;border-radius:10px;background:#f7f3ff;display:flex;align-items:center;justify-content:center}.eco-project-main{flex:1}.eco-project-main b{font-size:10px}.eco-project-main small{display:block;font-size:8px;color:#777;margin:2px 0 6px}.eco-project-meta{font-size:8px;display:flex;justify-content:space-between;color:#777}.eco-project-meta b{color:#333}
.eco-poll{padding:10px 0;border-top:1px solid #eeeaf8}.eco-poll:first-of-type{border-top:0}.eco-poll-title{font-size:9px;font-weight:800;margin-bottom:7px}.eco-vote{display:flex;align-items:center;gap:7px;margin:6px 0}.eco-vote span{width:auto;min-width:118px;font-size:8px;display:inline-flex;align-items:center;gap:6px}.eco-vote span svg{width:15px;height:15px;flex-shrink:0}.eco-vote-bar{flex:1;height:7px;background:#ebe7f4;border-radius:99px;overflow:hidden}.eco-vote-bar i{display:block;height:100%;background:#5b36df}.eco-vote b{font-size:8px;width:25px;text-align:right}.eco-button{border:1px solid #e8e4f1;border-radius:8px;background:#fff;padding:7px 10px;font-size:8px;font-weight:800;cursor:pointer}.eco-button.primary{background:#5b36df;color:#fff;border-color:#5b36df}
.eco-wallet{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f6ff;border-radius:12px}.eco-wallet b{font-size:20px;color:#4b25e3}.eco-wallet span{display:block;font-size:8px;color:#777}.eco-allocation{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #eeeaf8;font-size:9px}.eco-allocation:last-child{border-bottom:0}.eco-allocation small{display:block;color:#777;font-size:7px;margin-top:2px}
.eco-chat{height:235px;overflow:auto;background:#faf9fc;border-radius:11px;padding:10px}.eco-msg{max-width:78%;padding:8px 10px;border-radius:11px;background:#fff;border:1px solid #eeeaf8;margin:6px 0;font-size:8px}.eco-msg.me{margin-left:auto;background:#f1ecff;border-color:#ded5ff}.eco-msg small{display:block;color:#888;font-size:7px;margin-bottom:3px}.eco-chat-input{display:flex;gap:6px;margin-top:8px}.eco-chat-input input{min-width:0;flex:1;border:1px solid #e8e4f1;border-radius:9px;padding:8px;font-size:9px}
.eco-activity{display:flex;gap:9px;padding:9px 0;border-bottom:1px solid #eeeaf8}.eco-activity:last-child{border-bottom:0}.eco-dot{width:8px;height:8px;border-radius:50%;background:#5b36df;margin-top:4px}.eco-activity b{font-size:9px}.eco-activity small{display:block;color:#777;font-size:7px;margin-top:2px}
.eco-member{display:flex;align-items:center;gap:9px;padding:8px 0;border-bottom:1px solid #eeeaf8}.eco-member:last-child{border-bottom:0}.eco-avatar{width:31px;height:31px;border-radius:50%;background:#f0ebff;color:#4b25e3;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:900}.eco-member div:nth-child(2){flex:1}.eco-member b{font-size:9px}.eco-member small{display:block;color:#777;font-size:7px}.eco-member strong{font-size:8px}
.eco-alert{padding:10px 12px;border-radius:10px;background:#fff8e9;border:1px solid #f1e1bd;font-size:8px;color:#765a20;margin-top:10px}.eco-bottom-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px}.eco-bottom-actions a{text-decoration:none}
.eco-toast{position:fixed;left:50%;bottom:80px;transform:translate(-50%,12px);opacity:0;background:#211a35;color:#fff;padding:10px 14px;border-radius:10px;font-size:10px;z-index:9999;transition:.2s}.eco-toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:760px){.eco-page{padding:18px 12px 100px}.eco-top h1{font-size:20px}.eco-grid,.eco-grid-2{grid-template-columns:1fr}.eco-kpi{grid-template-columns:1fr 1fr}.eco-bottom-actions{display:block}.eco-bottom-actions .btn{display:block;text-align:center;width:100%;margin-top:8px}}
.market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.market-product{padding:14px}.product-art{height:120px;border-radius:12px;background:#f7f3ff;display:flex;align-items:center;justify-content:center;font-size:48px;margin-bottom:10px}.market-product h2{font-size:15px;margin:8px 0 5px}.market-product p{font-size:8px;color:#777;min-height:28px}.market-price{display:flex;align-items:end;justify-content:space-between;margin:12px 0}.market-price b{font-size:18px;color:#4b25e3}.market-price small{font-size:7px;color:#777}.ledger-row{display:grid;grid-template-columns:1fr 100px;gap:2px;padding:11px 0;border-bottom:1px solid #eeeaf8;font-size:9px}.ledger-row span{text-align:right;font-weight:900}.ledger-row small{grid-column:1/-1;color:#777;font-size:7px}.eco-vote{display:flex;align-items:center;gap:7px;margin:9px 0}.eco-vote span{width:auto;min-width:118px;font-size:8px;display:inline-flex;align-items:center;gap:6px}.eco-vote span svg{width:15px;height:15px;flex-shrink:0}.eco-vote-bar{flex:1;height:7px;background:#ebe7f4;border-radius:99px;overflow:hidden}.eco-vote-bar i{display:block;height:100%;background:#5b36df}.eco-vote b{font-size:8px;width:25px;text-align:right}@media(max-width:760px){.market-grid{grid-template-columns:1fr 1fr}.product-art{height:100px}}@media(max-width:450px){.market-grid{grid-template-columns:1fr}}

/* Profile navigation additions — existing MRASCA styles remain unchanged */
.profile-menu-item{display:flex;align-items:center;gap:10px;padding:12px 10px;border-bottom:1px solid #eeeaf8;text-decoration:none;color:inherit;transition:.15s}.profile-menu-item:hover{background:#faf8ff}.profile-menu-item:last-child{border-bottom:0}.profile-menu-icon{width:30px;height:30px;border-radius:9px;background:#f5f1ff;color:#5b36df;display:flex;align-items:center;justify-content:center;font-size:15px}.profile-menu-item>span:nth-child(2){flex:1}.profile-menu-item b{display:block;font-size:10px}.profile-menu-item small{display:block;color:#777;font-size:7px;margin-top:2px}.profile-menu-arrow{font-size:19px;color:#aaa}

/* MRASCA Platform Upgrade — additive CSS only; existing design preserved */
.mr-page{max-width:1100px;margin:0 auto;padding:20px 16px 105px}.mr-head{display:flex;align-items:flex-start;gap:11px;margin-bottom:15px}.mr-head h1{font-size:22px;margin:3px 0}.mr-head p{font-size:9px;color:#777;margin:0}.mr-back{width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid #eeeaf8;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#555;font-size:20px}.mr-tabs{display:flex;gap:7px;overflow:auto;margin-bottom:12px}.mr-tabs a{white-space:nowrap;text-decoration:none;color:#777;background:#fff;border:1px solid #eeeaf8;border-radius:9px;padding:8px 11px;font-size:8px;font-weight:800}.mr-tabs a.active{color:#4b25e3;background:#f5f1ff;border-color:#ded5ff}.mr-card{padding:14px;margin-bottom:12px}.mr-card h2{font-size:15px;margin:5px 0 12px}.mr-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.mr-stat{padding:10px;border:1px solid #eeeaf8;border-radius:10px}.mr-stat span{display:block;color:#777;font-size:7px}.mr-stat b{display:block;font-size:14px;margin-top:3px}.mr-list{display:flex;flex-direction:column}.mr-row{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #eeeaf8}.mr-row:last-child{border-bottom:0}.mr-icon{width:34px;height:34px;border-radius:10px;background:#f5f1ff;color:#5b36df;display:flex;align-items:center;justify-content:center}.mr-row-main{flex:1}.mr-row-main b{display:block;font-size:9px}.mr-row-main small{display:block;color:#777;font-size:7px;margin-top:2px}.mr-amount{font-size:9px;font-weight:900}.mr-positive{color:#26844d}.mr-negative{color:#b44b4b}.mr-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:12px}.mr-progress-head{display:flex;justify-content:space-between;font-size:8px;margin:8px 0 5px}.mr-progress{height:8px;border-radius:99px;background:#ece8f5;overflow:hidden}.mr-progress i{display:block;height:100%;background:#5b36df;border-radius:99px}.mr-badge{display:inline-flex;padding:4px 7px;border-radius:99px;background:#f5f1ff;color:#5b36df;font-size:7px;font-weight:800}.mr-button{border:1px solid #e8e4f1;border-radius:8px;background:#fff;padding:8px 11px;font-size:8px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.mr-button.primary{background:#5b36df;color:#fff;border-color:#5b36df}.mr-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.mr-notice{padding:10px 12px;border-radius:10px;background:#faf8ff;border:1px solid #e5def9;font-size:8px;color:#63577d}.mr-alert{padding:10px 12px;border-radius:10px;background:#fff8e9;border:1px solid #f1e1bd;font-size:8px;color:#765a20}.mr-position{display:flex;align-items:center;gap:12px;padding:13px;background:#f8f6ff;border-radius:12px}.mr-position-num{width:48px;height:48px;border-radius:14px;background:#5b36df;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900}.mr-position-main{flex:1}.mr-position-main b{font-size:11px}.mr-position-main small{display:block;color:#777;font-size:7px;margin-top:2px}.mr-filter{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}.mr-filter select,.mr-filter input{border:1px solid #e8e4f1;background:#fff;border-radius:8px;padding:8px;font-size:8px}.mr-table{width:100%;border-collapse:collapse;font-size:8px}.mr-table th{text-align:left;color:#777;font-size:7px;padding:8px;border-bottom:1px solid #eeeaf8}.mr-table td{padding:10px 8px;border-bottom:1px solid #eeeaf8}.mr-table tr:last-child td{border-bottom:0}.mr-empty{text-align:center;padding:25px;color:#888;font-size:8px}.mr-notif-unread{background:#faf8ff}.mr-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.mr-day{min-height:48px;border:1px solid #eeeaf8;border-radius:8px;padding:6px;font-size:7px}.mr-day b{display:block;font-size:8px}.mr-day.event{background:#f5f1ff;border-color:#ded5ff;color:#4b25e3}.mr-level{display:flex;align-items:center;gap:10px}.mr-level-circle{width:52px;height:52px;border-radius:50%;border:5px solid #5b36df;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:900}.mr-risk{font-size:7px;color:#777;line-height:1.5}.mr-footer-nav{position:fixed;left:50%;bottom:10px;transform:translateX(-50%);width:min(650px,calc(100% - 24px));display:flex;justify-content:space-around;padding:8px;background:#fff;border:1px solid #eeeaf8;border-radius:15px;box-shadow:0 8px 30px rgba(40,25,80,.08);z-index:50}.mr-footer-nav a{text-decoration:none;color:#777;font-size:7px;text-align:center}.mr-footer-nav a.active{color:#5b36df;font-weight:900}.mr-footer-nav span{display:block;font-size:15px;margin-bottom:2px}@media(max-width:760px){.mr-grid{grid-template-columns:1fr}.mr-stats{grid-template-columns:1fr 1fr}.mr-table{min-width:560px}.mr-card.table-wrap{overflow:auto}}

/* MRASCA readability update — additive overrides only */
body{font-size:14px}
.mr-page{font-size:14px}
.mr-head h1{font-size:24px}
.mr-head p{font-size:11px}
.offer-kicker{font-size:10px}
.mr-tabs a{font-size:10px;padding:9px 12px}
.mr-card h2{font-size:17px}
.mr-stat span{font-size:9px}
.mr-stat b{font-size:16px}
.mr-row-main b{font-size:11px}
.mr-row-main small{font-size:9px}
.mr-amount{font-size:11px}
.mr-badge{font-size:9px;padding:5px 8px}
.mr-button{font-size:10px;padding:9px 12px}
.mr-notice,.mr-alert{font-size:10px;line-height:1.5}
.mr-position-main b{font-size:13px}
.mr-position-main small{font-size:9px}
.mr-progress-head{font-size:10px}
.mr-icon{display:grid;place-items:center;color:#4b25e3}
.mr-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.mr-table{font-size:10px}
.mr-table th{font-size:9px}
.mr-table td{font-size:10px}
.mr-filter select,.mr-filter input{font-size:10px}
.mr-footer-nav a{font-size:9px}
.mr-footer-nav span{font-size:17px}
.market-product h2{font-size:17px}
.market-product p{font-size:10px;line-height:1.45}
.market-price b{font-size:20px}
.market-price small{font-size:9px}
.ledger-row{font-size:11px}
.ledger-row small{font-size:9px}
.eco-vote span{font-size:10px}
.eco-vote b{font-size:10px}

/* MRASCA Next Features — additive CSS only */
.mr-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.mr-calendar .day-name{text-align:center;font-size:8px;color:#777;font-weight:800;padding:5px}.mr-calendar .day{min-height:48px;border:1px solid #eeeaf8;border-radius:9px;padding:6px;font-size:9px;background:#fff}.mr-calendar .day b{display:block;font-size:10px}.mr-calendar .day.event{background:#f5f1ff;border-color:#ddd3ff;color:#4b25e3}.mr-calendar .event-dot{display:inline-block;width:5px;height:5px;border-radius:50%;background:#5b36df;margin-right:3px}.mr-hero-number{text-align:center;padding:18px;border-radius:14px;background:#f8f6ff}.mr-hero-number strong{display:block;font-size:34px;color:#4b25e3}.mr-hero-number span{font-size:10px;color:#777}.mr-two-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mr-choice{border:1px solid #e8e4f1;border-radius:11px;padding:12px;cursor:pointer;background:#fff}.mr-choice:hover,.mr-choice.selected{border-color:#5b36df;background:#f8f6ff}.mr-choice b{font-size:11px}.mr-choice small{display:block;font-size:8px;color:#777;margin-top:4px}.mr-choice input{margin-right:5px}.mr-audit{position:relative;padding-left:20px}.mr-audit:before{content:"";position:absolute;left:5px;top:0;bottom:0;width:1px;background:#e4def1}.mr-audit-item{position:relative;padding:0 0 15px 12px}.mr-audit-item:before{content:"";position:absolute;left:-18px;top:3px;width:8px;height:8px;border-radius:50%;background:#5b36df}.mr-audit-item b{font-size:10px}.mr-audit-item small{display:block;color:#777;font-size:8px;margin-top:3px}.mr-agreement{border:1px solid #e8e4f1;border-radius:12px;padding:13px;background:#fff}.mr-agreement h3{font-size:12px;margin:0 0 8px}.mr-agreement p,.mr-agreement li{font-size:9px;line-height:1.55;color:#555}.mr-check{display:flex;gap:8px;align-items:flex-start;margin:12px 0;font-size:9px}.mr-check input{margin-top:2px}@media(max-width:600px){.mr-calendar .day{min-height:42px;padding:5px}.mr-calendar .day-name{font-size:7px}.mr-two-actions{grid-template-columns:1fr}}

/* MRASCA Help Fund — additive CSS only */
.mr-help-hero{padding:17px;border-radius:15px;background:#f8f6ff;margin-bottom:12px}
.mr-help-hero h2{font-size:19px;margin:5px 0}
.mr-help-hero p{font-size:10px;color:#777;line-height:1.5;margin:0}
.mr-help-amount{font-size:29px;font-weight:900;color:#4b25e3;margin:8px 0 2px}
.mr-help-goal{font-size:9px;color:#777}
.mr-help-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.mr-help-cat{display:block;text-decoration:none;color:inherit;border:1px solid #eeeaf8;border-radius:11px;padding:12px 8px;background:#fff}
.mr-help-cat:hover{border-color:#d9d0fb;background:#faf8ff}
.mr-help-cat .cat-icon{width:36px;height:36px;border-radius:10px;background:#f4f1ff;color:#4b25e3;display:grid;place-items:center;margin-bottom:8px}
.mr-help-cat .cat-icon svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.mr-help-status{display:inline-flex;align-items:center;gap:6px}
.live-dot{width:7px;height:7px;border-radius:50%;background:#3a8d5a;box-shadow:0 0 0 4px rgba(58,141,90,.16)}
.mr-help-cat b{display:block;font-size:10px}.mr-help-cat small{display:block;font-size:8px;color:#777;margin-top:3px}
.mr-contributor{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid #eeeaf8}
.mr-contributor:last-child{border-bottom:0}
.mr-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
.mr-contributor-main{flex:1}.mr-contributor-main b{font-size:10px}.mr-contributor-main small{display:block;font-size:8px;color:#777;margin-top:2px}
.mr-help-form label{display:block;font-size:9px;font-weight:800;margin:10px 0 5px}
.mr-help-form input,.mr-help-form select,.mr-help-form textarea{width:100%;box-sizing:border-box;border:1px solid #e8e4f1;background:#fff;border-radius:9px;padding:10px;font-size:10px;font-family:inherit}
.mr-help-form textarea{min-height:80px;resize:vertical}
.mr-help-presets{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.mr-help-presets button{border:1px solid #e8e4f1;background:#fff;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:800}
.mr-help-status{display:inline-flex;padding:5px 8px;border-radius:99px;background:#eef9f2;color:#28764a;font-size:8px;font-weight:900}
.mr-help-private{font-size:8px;color:#777;line-height:1.45}
@media(max-width:650px){.mr-help-cats{grid-template-columns:1fr 1fr}}

/* MRASCA About & Learn — additive CSS only */
.mr-about-hero{padding:22px 18px;border-radius:16px;background:#f8f6ff;margin-bottom:12px}
.mr-about-hero .mr-brand-mark{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #ebe5fb;font-weight:900;color:#5b36df;font-size:20px;margin-bottom:12px}
.mr-about-hero h2{font-size:22px;margin:0 0 6px}.mr-about-hero p{font-size:10px;color:#777;line-height:1.6;margin:0}
.mr-learn-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.mr-learn-card{display:block;text-decoration:none;color:inherit;border:1px solid #ebe7f3;border-radius:12px;background:#fff;padding:13px}
.mr-learn-card:hover{border-color:#d7cdf8;background:#faf8ff}
.mr-learn-card .learn-icon{font-size:20px;margin-bottom:7px}.mr-learn-card b{display:block;font-size:11px}.mr-learn-card small{display:block;color:#777;font-size:8px;line-height:1.45;margin-top:4px}
.mr-video{position:relative;overflow:hidden;border-radius:13px;background:#17151d;min-height:185px;display:flex;align-items:center;justify-content:center;margin:10px 0;cursor:pointer}
.mr-video video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000;z-index:1}
.mr-video.has-url .play{box-shadow:0 0 0 3px rgba(67,34,223,.35)}
.mr-video .play{width:54px;height:54px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#5b36df;font-size:22px;padding-left:3px;box-sizing:border-box}
.mr-video .video-label{position:absolute;left:12px;bottom:10px;color:#fff;font-size:9px;font-weight:800;background:rgba(0,0,0,.45);padding:5px 8px;border-radius:7px}
.mr-step{display:flex;gap:11px;padding:11px 0;border-bottom:1px solid #eeeaf8}.mr-step:last-child{border-bottom:0}.mr-step-num{width:26px;height:26px;border-radius:50%;background:#f0ebff;color:#5b36df;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;flex:none}.mr-step b{font-size:10px}.mr-step p{font-size:9px;color:#777;line-height:1.5;margin:3px 0 0}
.mr-disclaimer{padding:11px;border-radius:10px;background:#fff8e9;border:1px solid #f3e1b3;font-size:8px;color:#765d22;line-height:1.5}
.mr-toc{display:flex;gap:6px;overflow:auto;padding:2px 0 8px}.mr-toc a{white-space:nowrap;text-decoration:none;border:1px solid #e8e4f1;border-radius:99px;padding:7px 10px;color:#555;font-size:8px;background:#fff}.mr-toc a:hover{border-color:#5b36df;color:#5b36df}
@media(max-width:600px){.mr-learn-grid{grid-template-columns:1fr}}

/* Homepage: larger display text for easier reading */
.home .brand{font-size:20px}
.home .brand small{font-size:11px}
.home .side-nav a{font-size:14px}
.home .wallet-side .label,
.home .wallet-side span{font-size:12px}
.home .wallet-side strong{font-size:22px}
.home .greeting h1{font-size:26px}
.home .greeting p{font-size:15px}
.home .hero-stat span{font-size:13px;line-height:1.25}
.home .hero-stat-payout span{max-width:11em}
.home .hero-stat strong{font-size:26px}
.home .hero-stat small{font-size:13px}
.home .ring-small:after{font-size:12px}
.home .section-head h2{font-size:18px}
.home .section-head a{font-size:14px}
.home .card h3{font-size:18px}
.home .muted{font-size:13px}
.home .progress-label{font-size:13px}
.home .quick{font-size:13px}
.home .banner h3{font-size:18px}
.home .banner p{font-size:13px}
.home .btn{font-size:13px}
.home .list-item b{font-size:14px}
.home .list-item .muted{font-size:13px}
.home .money{font-size:15px}
.trade-card{padding:14px 14px 10px}
.trade-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.trade-meta span{font-size:11px;font-weight:800;letter-spacing:.04em;color:#7a7494;text-transform:uppercase}
.trade-meta .trade-up{color:#159d57;font-size:16px}
.trade-chart{background:linear-gradient(180deg,#fbfaff 0%,#f4f7f4 100%);border:1px solid #ece8f8;border-radius:12px;overflow:hidden;height:128px}
.trade-chart svg{display:block;width:100%;height:128px}
.trade-star.down path{fill:#4322df}
.trade-star.up path{fill:#20b96b}
.trade-legs{display:grid;gap:2px;margin-top:8px}
.trade-leg{display:flex;align-items:center;gap:10px;padding:10px 4px;text-decoration:none;color:inherit;border-bottom:1px solid #f0f0f5}
.trade-leg:last-child{border-bottom:0}
.trade-leg b{display:block;font-size:14px}
.trade-leg small{display:block;font-size:12px;color:#777;margin-top:2px}
.trade-leg strong{margin-left:auto;font-size:15px}
.trade-leg strong.down{color:#4322df}
.trade-leg strong.up{color:#159d57}
.star-mark{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;font-size:14px;flex:none}
.star-mark.down{background:#efeaff;color:#4322df}
.star-mark.up{background:#edf8f1;color:#159d57}
.home .early-offer-badge{font-size:12px}
.home .early-offer h3{font-size:17px}
.home .early-offer p{font-size:14px}
.home .offer-box span{font-size:12px}
.home .offer-box strong{font-size:16px}
.home .offer-note{font-size:12px;line-height:1.5}
.home .recent-members-title{font-size:13px}
.home .recent-members-title strong{font-size:14px}
.home .recent-members-title span{font-size:13px}
.home .recent-members-note{font-size:13px}
.home .house-off-link h3{font-size:18px}
.home .house-off-link p{font-size:13px}
.home .support-home-link b,
.home .business-pool-home-link b{font-size:15px}
.home .support-home-link small,
.home .business-pool-home-link small{font-size:13px}
.home .offer-kicker{font-size:12px;letter-spacing:.6px}
.home .mr-card h2{font-size:18px}
.home .mr-button{font-size:13px;padding:11px 14px}
@media(max-width:900px){
  .home .mobile-bottom a{font-size:11px}
  .home .hero{padding-right:18px}
  .home .hero-grid{
    grid-template-columns:1fr 1fr 1fr;
    grid-template-areas:
      "hisa nafasi payout"
      "pool pool pool";
    align-items:start;
    gap:10px 8px;
  }
  .home .hero-stat:first-child{grid-column:auto}
  .home .hero-stat-hisa{grid-area:hisa;text-align:left}
  .home .hero-stat-position{grid-area:nafasi;text-align:center;align-self:start;justify-self:center}
  .home .hero-stat-payout{grid-area:payout;text-align:right;align-self:start;justify-self:end}
  .home .hero-stat-pool{grid-area:pool}
  .home .house-off-link{margin-top:18px}
}

/* Topbar search + notifications */
.topbar{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  height:72px;
}
body > .topbar{padding:0 20px;max-width:1440px;margin:0 auto;width:100%;box-sizing:border-box}
.top-search-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:10px}
.top-search{position:relative;flex:1;width:auto;max-width:none;margin:0;display:flex;align-items:center}
.top-search-icon{position:absolute;left:14px;width:22px;height:22px;color:#4b25e3;pointer-events:none;display:grid;place-items:center}
.top-search-icon svg{width:22px;height:22px;stroke:#4b25e3;stroke-width:2.4;fill:none;stroke-linecap:round}
.top-search input{width:100%;height:46px;border:1px solid var(--line);border-radius:14px;padding:0 16px 0 46px;background:#f7f6fb;outline:none;font-size:15px}
.top-search input:focus{background:#fff;border-color:#cfc6f4;box-shadow:0 0 0 3px #eeeaff}
.top-search-results{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 32px rgba(38,25,105,.12);padding:6px;z-index:40;max-height:320px;overflow:auto}
.top-search-results a{display:block;padding:10px 12px;border-radius:10px;text-decoration:none;color:inherit}
.top-search-results a:hover,.top-search-results a.active{background:#f4f1ff}
.top-search-results b{display:block;font-size:13px}
.top-search-results small{display:block;color:#777;font-size:12px;margin-top:2px}
.top-search-empty{padding:12px;color:#777;font-size:13px}
.top-icon{position:relative;text-decoration:none;color:inherit;width:44px;height:44px;border-radius:14px}
.notify-btn{display:grid;place-items:center;padding:0}
.notify-bell{width:24px;height:24px;fill:none;stroke:#4322df;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.notify-dot{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:#ff4d4d;color:#fff;font-size:9px;font-weight:900;display:grid;place-items:center;line-height:1}
.top-notify{position:relative;flex:none;display:flex;align-items:center}
.notify-panel{position:absolute;right:0;left:auto;top:calc(100% + 8px);width:min(320px,calc(100vw - 40px));background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 12px 32px rgba(38,25,105,.12);padding:8px;z-index:40}
.notify-panel-head{display:flex;justify-content:space-between;align-items:center;padding:8px 10px 10px}
.notify-panel-head b{font-size:14px}
.notify-panel-head a{font-size:12px;color:var(--purple);font-weight:800}
.notify-item{display:flex;gap:10px;align-items:center;padding:9px 10px;border-radius:10px;text-decoration:none;color:inherit}
.notify-item:hover{background:#f7f5ff}
.notify-item b{display:block;font-size:13px}
.notify-item small{display:block;color:#777;font-size:12px;margin-top:2px}
.topbar .user-mini{width:44px;height:44px;flex:none;display:flex;align-items:center;justify-content:center}
.topbar .user-mini img{width:100%;height:100%;object-fit:cover;object-position:center}
.notify-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding:78px 16px 24px}
.notify-modal[hidden]{display:none!important}
.notify-modal-backdrop{position:absolute;inset:0;background:rgba(23,23,42,.42)}
.notify-modal-card{position:relative;z-index:1;width:min(420px,100%);background:#fff;border-radius:18px;box-shadow:0 18px 50px rgba(30,20,70,.22);padding:16px;margin-top:8px}
.notify-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}
.notify-modal-head h2{margin:4px 0 0;font-size:20px}
.notify-modal-close{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;font-size:22px;line-height:1;color:#555}
.notify-modal-list{max-height:260px;overflow:auto;margin-bottom:12px}
.notify-page-btn{text-align:center}
body.notify-open{overflow:hidden}
.ui-ico{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;display:block}
.chat-call-btn,.chat-tool,.call-ctrl,.end-call{display:grid;place-items:center;color:#4b25e3}
.support-page .group-icon{width:42px;height:42px;border-radius:12px;background:#f4f1ff;color:#4b25e3;display:grid;place-items:center;margin-bottom:10px}
.support-page .group-icon .ui-ico{width:22px;height:22px}
.call-ctrl .ico-b{display:none}
.call-ctrl.is-off .ico-a{display:none}
.call-ctrl.is-off .ico-b{display:block}
.end-call .ui-ico{stroke:#fff}
.online-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#3a8d5a;margin-right:6px;vertical-align:middle}
.mortgage-note{margin:0 0 10px;font-size:10px;line-height:1.45;color:#777}
.gov-box{margin:10px 12px 12px;padding:12px;border:1px solid #eeeaf8;border-radius:14px;background:#faf9ff}
.gov-box .offer-kicker{display:block;margin-bottom:4px}
.gov-box h3{margin:0 0 8px;font-size:14px}
.gov-checks{list-style:none;margin:0 0 10px;padding:0;display:grid;gap:6px}
.gov-checks li{display:flex;gap:8px;align-items:flex-start;font-size:11px;line-height:1.35}
.gov-checks li span{flex:none;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:900}
.gov-checks li.ok span{background:#edf8f1;color:#1f7a45}
.gov-checks li.bad span{background:#ffecec;color:#c42b32}
.gov-checks li b{font-weight:700;color:#333}
.gov-banner{border-radius:12px;padding:10px 12px;margin:0 0 10px}
.gov-banner b{display:block;font-size:12px;margin-bottom:3px}
.gov-banner small{display:block;font-size:10px;line-height:1.4;opacity:.9}
.gov-banner.ok{background:#edf8f1;color:#1f7a45}
.gov-banner.warn{background:#fff4e5;color:#b15b00}
.gov-banner.wait{background:#eeeaff;color:#4322df}
.gov-banner.bad{background:#ffecec;color:#c42b32}
.gov-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}
.gov-btn,.gov-exit button{border:1px solid #ddd6f5;background:#fff;color:#4322df;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:800}
.gov-btn:hover,.gov-exit button:hover{background:#eeeaff}
.gov-tabs{display:flex;gap:4px;padding:0 0 12px;flex-wrap:wrap}
.gov-tabs button{border:0;background:#f4f1ff;color:#4b25e3;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:800}
.gov-tabs button.on{background:#4322df;color:#fff}
.gov-exit{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 12px}
.gov-select{width:100%;border:1px solid #e8e4f1;border-radius:10px;padding:10px 12px;margin-bottom:10px;background:#fff}
.gov-table-wrap{overflow:auto;margin-top:8px}
.gov-table{width:100%;border-collapse:collapse;font-size:10px}
.gov-table th,.gov-table td{text-align:left;padding:8px 6px;border-bottom:1px solid #eeeaf8;white-space:nowrap}
.gov-table th{color:#777;font-size:9px}
.gov-steps,.gov-rules{margin:0 0 10px;padding-left:18px;font-size:11px;line-height:1.5}
.gov-formula{display:grid;gap:6px;margin:8px 0 12px}
.gov-formula div{display:flex;justify-content:space-between;gap:10px;padding:8px 10px;background:#f7f5ff;border-radius:10px;font-size:11px}
.gov-formula .sum{background:#eeeaff;font-weight:800}
#poolGovModal .notify-modal-card{padding-bottom:36px}
.ccm-actions button{font:inherit;cursor:pointer}
.ccm-actions button:disabled{opacity:.7;cursor:default}
.mem-more{display:flex;justify-content:center;padding:10px 0 2px}
.mem-more button{border:1px solid #e8e4f1;background:#f7f5ff;color:#4322df;border-radius:10px;padding:9px 14px;font:inherit;font-size:11px;font-weight:900;cursor:pointer}
.mem-more button[hidden]{display:none}
.mem-hisa-card{margin:0 0 14px}
.mem-hisa-card h2{margin:6px 0 6px;font-size:16px}
.mem-hisa-stats{display:flex;gap:0;margin:12px 0}
.mem-hisa-stats div{flex:1 1 0;min-width:0;padding:4px 10px;border-left:1px solid #eeeaf8}
.mem-hisa-stats div:first-child{border-left:0;padding-left:0}
.mem-hisa-stats span{display:block;font-size:10px;font-weight:800;color:#777}
.mem-hisa-stats strong{display:block;font-size:20px;margin-top:3px}
.mem-hisa-payout{display:flex;gap:10px;margin:0 0 14px}
.mem-hisa-payout>div{flex:1 1 0;background:#f7f5ff;border-radius:12px;padding:12px}
.mem-hisa-payout span{display:block;font-size:10px;font-weight:800;color:#777}
.mem-hisa-payout strong{display:block;font-size:16px;margin-top:4px;color:#4322df}
.mem-hisa-bars{display:flex;align-items:flex-end;gap:8px;height:68px;padding:4px 2px 0;margin:0 0 8px}
.mem-hisa-col{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;height:100%}
.mem-hisa-col-bars{flex:1;display:flex;align-items:flex-end;justify-content:center;gap:4px;width:100%}
.mem-hisa-col-bars i{width:42%;border-radius:6px 6px 2px 2px;display:block}
.mem-hisa-col-bars i.hisa{background:linear-gradient(180deg,#9b8cff,#4322df)}
.mem-hisa-col-bars i.faida{background:linear-gradient(180deg,#7ee0b0,#0f8a5f)}
.mem-hisa-col small{display:block;margin-top:6px;font-size:9px;font-weight:800;color:#888}
.mem-hisa-col.start-neg .mem-hisa-col-bars{align-items:flex-start}
.mem-hisa-col.start-neg i.hisa{background:linear-gradient(180deg,#ff8a80,#c62828);border-radius:2px 2px 8px 8px}
.share-chart-start{margin:0 0 10px;font-size:12px;font-weight:700;color:#c62828}
.share-avail-row{align-items:flex-start;flex-wrap:wrap}
.share-avail-row .muted{display:block;margin-top:4px;max-width:240px;font-size:11px;font-weight:600;line-height:1.4}
.share-avail-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 0 auto}
.share-payout-btn{padding:8px 12px;font-size:11px;white-space:nowrap}
.share-payout-btn:disabled{opacity:.55;cursor:default}
.share-payout-modal{align-items:center;padding:24px 16px 100px}
.share-payout-modal .notify-modal-card{width:min(400px,100%);margin-top:0;max-height:min(86vh,640px);overflow:auto}
.share-payout-form label{display:block;font-size:11px;font-weight:800;margin:10px 0 6px}
.share-payout-form input{width:100%;border:1px solid #e8e4f1;border-radius:11px;padding:11px 12px;font:inherit;font-size:14px;font-weight:800}
.share-payout-form .muted{margin:6px 0 0;font-size:11px}
.share-payout-convert{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding:12px;border-radius:12px;background:#f7f5ff}
.share-payout-convert span{font-size:11px;font-weight:800;color:#777}
.share-payout-convert strong{font-size:20px;color:#4322df}
.share-payout-form .pay-method{margin-top:6px}
.share-payout-form .btn{margin-top:14px}
body.share-payout-open{overflow:hidden}
.buy-hisa-modal{align-items:center;justify-content:center;padding:16px}
.buy-hisa-modal .buy-hisa-card{width:min(360px,100%);margin:0 auto;text-align:center;padding:28px 22px 22px}
.buy-hisa-modal .offer-kicker{display:inline-block;margin-bottom:8px}
.buy-hisa-modal h2{margin:0 0 10px;font-size:22px;line-height:1.25}
.buy-hisa-lead{margin:0 0 8px;font-size:15px;line-height:1.45;color:#222}
.buy-hisa-modal .muted{margin:0 0 18px;font-size:13px;line-height:1.5}
.buy-hisa-actions{display:flex;gap:10px;justify-content:center}
.buy-hisa-actions .btn{flex:1 1 0;min-width:0}
.buy-hisa-spinner{width:48px;height:48px;margin:8px auto 16px;border:4px solid #eeeaff;border-top-color:#4322df;border-radius:50%;animation:buyHisaSpin .7s linear infinite}
@keyframes buyHisaSpin{to{transform:rotate(360deg)}}
.buy-hisa-check,.buy-hisa-fail{width:56px;height:56px;margin:4px auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;line-height:1}
.buy-hisa-check{background:#e8f8ef;color:#0f8a5f}
.buy-hisa-fail{background:#fff1f1;color:#b42318}
.buy-hisa-modal[data-stage="loading"] .notify-modal-backdrop{pointer-events:none}
.care-month-list{display:grid;gap:8px;margin:12px 0 16px;text-align:left;max-height:240px;overflow:auto}
.care-month-opt{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #eeeaf8;border-radius:12px;cursor:pointer}
.care-month-opt:has(input:checked){border-color:#4322df;background:#f7f5ff}
.care-month-opt b{display:block;font-size:13px}
.care-month-opt small{display:block;color:#777;font-size:12px;margin-top:2px}
.buy-hisa-modal .care-month-list .muted{margin:0}
.mem-stats{display:flex;align-items:stretch;gap:0;margin-top:8px}
.mem-stat{flex:1 1 0;min-width:0;padding:4px 14px;border-left:1px solid #eeeaf8}
.mem-stat:first-child{border-left:0;padding-left:0}
.mem-stat span{display:block;font-size:10px;font-weight:800;color:#777}
.mem-stat strong{display:block;font-size:22px;margin-top:4px;letter-spacing:-.5px}
.mem-policy-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:4px}
.mem-policy-toolbar h2{margin:6px 0 0;font-size:16px}
.mem-policy-all,.mem-policy-card-head b{border:1px solid #e8e4f1;background:#fff;border-radius:10px;padding:8px 12px;font:inherit;font-size:11px;font-weight:900;cursor:pointer;color:#4322df}
.mem-policy-card{background:#fff;border:1px solid #eeeaf8;border-radius:15px;box-shadow:0 4px 18px rgba(30,25,80,.035);overflow:hidden}
.mem-policy-card-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;border:0;background:transparent;font:inherit;font-size:13px;font-weight:800;text-align:left;cursor:pointer}
.mem-policy-card-head b{flex:0 0 auto;padding:6px 10px;font-size:10px}
.mem-policy-card-body{display:none;padding:0 14px 14px}
.mem-policy-card.open .mem-policy-card-body{display:block}
.mem-policy-card-body p{font-size:12px;line-height:1.55;color:#444;margin:0 0 10px}
.mem-policy-card-body p:last-child{margin:0}
.appreciate{margin:16px 0 4px}
.appreciate-head{margin:0 0 12px}
.appreciate-head h2{margin:6px 0 6px;font-size:18px;line-height:1.3}
.appreciate-head p{margin:0;font-size:12px;line-height:1.5;color:#555}
.appreciate-session{margin:0 0 16px}
.appreciate-session-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:0 0 8px}
.appreciate-session-head h3{margin:0;font-size:13px}
.appreciate-session-head span{font-size:10px;font-weight:800;color:#777}
.appreciate-scroll{display:flex;align-items:center;gap:8px}
.appreciate-nav{flex:0 0 34px;width:34px;height:34px;border:1px solid #e8e4f1;border-radius:10px;background:#fff;color:#4322df;font-size:22px;line-height:1;cursor:pointer}
.appreciate-nav:disabled{opacity:.35;cursor:default}
.appreciate-row{display:flex;flex-wrap:nowrap;gap:12px;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:2px 2px 10px;flex:1 1 auto;min-width:0}
.appreciate-row::-webkit-scrollbar{height:4px}
.appreciate-card{flex:0 0 min(82vw,300px);scroll-snap-align:start;background:#fff;border:1px solid #eeeaf8;border-radius:16px;padding:14px 14px 12px;box-shadow:0 8px 24px rgba(38,25,105,.06);position:relative;text-align:left}
.appreciate-card.rank-1{background:linear-gradient(165deg,#8b1515,#5a0d0d);border-color:#4a0a0a;color:#fff;box-shadow:0 10px 28px rgba(90,13,13,.28)}
.appreciate-rank{position:absolute;top:10px;right:10px;font-size:10px;font-weight:900;letter-spacing:.06em;color:#7a1212;background:#fff;border-radius:8px;padding:4px 7px}
.appreciate-card.rank-2 .appreciate-rank{background:#eeeaff;color:#4322df}
.appreciate-top{display:flex;align-items:center;gap:10px;padding-right:36px}
.appreciate-who{min-width:0}
.appreciate-who b{display:block;font-size:14px}
.appreciate-who small{display:block;color:#777;font-size:10px;margin-top:3px}
.appreciate-photo{width:56px;height:56px;flex:0 0 56px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#c41e1e,#7a1212)}
.appreciate-card.rank-2 .appreciate-photo{background:linear-gradient(135deg,#9b8cff,#4322df)}
.appreciate-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid #fff;display:block}
.appreciate-card>p{font-size:11px;line-height:1.45;color:#444;margin:10px 0 12px}
.appreciate-card.rank-1>p,.appreciate-card.rank-1 em,.appreciate-card.rank-1 .appreciate-who small,.appreciate-card.rank-1 .appreciate-meta{color:rgba(255,255,255,.86)}
.appreciate-card.rank-1 .appreciate-meta strong{color:#fff}
.appreciate-meta{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:10px;font-weight:800;color:#777;margin-bottom:6px}
.appreciate-meta strong{color:#0f8a5f;font-size:14px}
.appreciate-bar{height:7px;background:#efece6;border-radius:99px;overflow:hidden}
.appreciate-card.rank-1 .appreciate-bar{background:rgba(255,255,255,.22)}
.appreciate-bar i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#c41e1e,#7a1212)}
.appreciate-card.rank-2 .appreciate-bar i{background:linear-gradient(90deg,#9b8cff,#4322df)}
.appreciate-card em{display:block;margin-top:7px;font-size:9px;font-style:normal;color:#888;font-weight:700}
.appreciate-card.rank-1 .appreciate-who small,.appreciate-card.rank-1>p,.appreciate-card.rank-1 em,.appreciate-card.rank-1 .appreciate-meta{color:rgba(255,255,255,.86)}
.appreciate-card.rank-1 .appreciate-meta strong{color:#fff}
@media(max-width:900px){
  .appreciate-row{display:flex;flex-wrap:nowrap;gap:8px}
  .appreciate-session-head h3{font-size:12px}
  .appreciate-card{padding:12px 10px 10px;flex:0 0 min(78vw,240px)}
  .appreciate-photo{width:46px;height:46px;flex-basis:46px}
  .appreciate-who b{font-size:12px}
  .appreciate-card>p{font-size:9px;margin:8px 0 10px}
  .appreciate-meta strong{font-size:12px}
  .appreciate-head h2{font-size:16px}
  .appreciate-nav{flex-basis:28px;width:28px;height:28px;font-size:18px}
  .mem-hisa-stats,.mem-hisa-payout{display:flex;flex-wrap:nowrap}
  .mem-hisa-stats strong,.mem-hisa-payout strong{font-size:13px}
  .mem-hisa-stats span,.mem-hisa-payout span{font-size:8px}
  .mem-hisa-bars{height:48px;gap:5px;padding:2px 0 0;margin:0 0 6px}
  .mem-hisa-col small{font-size:8px;margin-top:3px}
  .trade-chart{height:96px;border-radius:10px}
  .trade-chart svg{height:96px}
  .mem-stats{display:flex;flex-wrap:nowrap;gap:0}
  .mem-stat{padding:2px 8px}
  .mem-stat span{font-size:8px}
  .mem-stat strong{font-size:14px}
}
.mem-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin:0 0 10px}
.mem-filters label{display:grid;gap:4px;font-size:10px;font-weight:800;color:#777}
.mem-filters select{border:1px solid #e8e4f1;border-radius:10px;padding:9px 12px;min-width:160px;background:#fff;color:#222;font-weight:700}
.mem-tx-sum{display:flex;gap:16px;margin-left:auto;font-size:12px;color:#555;padding-bottom:8px}
.mem-tx-sum b{color:#0f8a5f}
.queue-table tr.yours td{background:#f7f5ff}
@media(max-width:900px){
  .topbar{padding:0 15px;height:64px}
  .notify-modal{padding-top:70px}
  .mem-tx-sum{margin-left:0;width:100%}
  .mem-filters select{min-width:0;flex:1}
}

/* Support messenger — scroll lives in the chat column */
html:has(.support-lock),body.support-lock{height:100%;max-height:100dvh;overflow:hidden;overscroll-behavior:none;touch-action:manipulation;background:var(--bg)}
.support-app{height:100%;max-height:100dvh;overflow:hidden;overscroll-behavior:none}
.support-app .main{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}
.support-app .topbar{flex:none}
.sc-page{flex:1;min-height:0;max-width:none;width:100%;margin:0;padding:0;display:flex;overflow:hidden}
.sc-shell{flex:1;min-height:0;min-width:0;display:grid;grid-template-columns:minmax(220px,268px) minmax(0,1fr);overflow:hidden}
.sc-inbox{min-width:0;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--line);overflow:hidden}
.sc-inbox-head{flex:none;padding:18px 16px 12px;border-bottom:1px solid #f1edf8}
.sc-inbox-head h1{margin:4px 0 4px;font-size:22px;letter-spacing:-.4px}
.sc-inbox-head p{margin:0;font-size:11px;color:var(--muted);line-height:1.45}
.sc-inbox-list{flex:1;min-height:0;overflow:auto;padding:8px}
.sc-inbox-list::-webkit-scrollbar{width:8px}
.sc-inbox-list::-webkit-scrollbar-thumb{background:#ddd6f3;border-radius:99px}
.sc-inbox-item{width:100%;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;border:0;background:transparent;text-align:left;padding:10px;border-radius:14px;cursor:pointer;font:inherit}
.sc-inbox-item:hover,.sc-inbox-item.active{background:#f4f1ff}
.sc-inbox-item img,.sc-inbox-ava img,.sc-room-ava img,.sc-msg-ava img,.sc-tag-opt img{width:44px;height:44px;border-radius:50%;object-fit:cover}
.sc-inbox-ava,.sc-room-ava,.sc-msg-ava{width:44px;height:44px;border-radius:50%;overflow:hidden;flex:none;display:grid;place-items:center;background:#ece8ff}
.sc-room-ava{width:40px;height:40px}
.sc-msg-ava{width:32px;height:32px;align-self:flex-end}
.sc-cmm-logo{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#4a22e0,#6c49f4);color:#fff;display:grid;place-items:center;font-weight:900;font-size:16px;letter-spacing:-.04em}
.sc-room-ava .sc-cmm-logo{font-size:15px}
.sc-ava-ico{width:100%;height:100%;border-radius:50%;display:grid;place-items:center;background:#ece8ff;color:#4322df;font-weight:800;font-size:15px}
.sc-tag-opt .sc-cmm-logo,.sc-tag-opt .sc-ava-ico,.sc-tag-opt img{width:36px;height:36px;font-size:13px}
.sc-inbox-item b{display:block;font-size:13px}
.sc-inbox-item small{display:block;color:#7a7490;font-size:11px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sc-inbox-item em{min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:#4322df;color:#fff;font-size:10px;font-style:normal;font-weight:800;display:grid;place-items:center}
.sc-room{min-width:0;min-height:0;display:flex;flex-direction:column;background:#f6f4fb;position:relative}
.sc-room-head{flex:none;display:flex;align-items:center;gap:10px;padding:10px 14px;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid #eeeaf8;z-index:2}
.sc-back{display:none;width:36px;height:36px;border:1px solid #eeeaf8;border-radius:11px;background:#fff;font-size:18px}
.sc-room-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}
.sc-room-meta{flex:1;min-width:0}
.sc-room-meta h2{margin:0;font-size:15px}
.sc-room-meta p{margin:2px 0 0;font-size:11px;color:#3a8d5a;font-weight:700}
.sc-thread{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:18px 16px 16px;scroll-behavior:auto;overscroll-behavior:contain;overscroll-behavior-x:none;touch-action:pan-y;-webkit-overflow-scrolling:touch;background-image:radial-gradient(rgba(67,34,223,.06) 1px,transparent 1.5px);background-size:18px 18px}
.sc-thread::-webkit-scrollbar{width:10px}
.sc-thread::-webkit-scrollbar-track{background:transparent}
.sc-thread::-webkit-scrollbar-thumb{background:linear-gradient(#c8b8f4,#4322df);border-radius:99px;border:2px solid #f6f4fb}
.sc-day{display:flex;justify-content:center;margin:6px 0 16px}
.sc-day span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7a7490;background:#fff;border:1px solid #eeeaf8;padding:5px 10px;border-radius:99px;box-shadow:0 4px 14px rgba(50,35,90,.06)}
.sc-msg{display:flex;gap:8px;max-width:min(78%,480px);margin:0 0 12px;min-width:0}
.sc-msg.mine{margin-left:auto;flex-direction:row-reverse}
.sc-msg>img{width:32px;height:32px;border-radius:50%;object-fit:cover;align-self:flex-end}
.sc-bubble{min-width:0;padding:8px 10px 7px;border-radius:16px 16px 16px 6px;background:#fff;border:1px solid #eeeaf8;box-shadow:0 8px 22px rgba(40,28,80,.05)}
.sc-msg.mine .sc-bubble{border-radius:16px 16px 6px 16px;background:linear-gradient(180deg,#f3eeff,#eae3ff);border-color:#ddd4fb}
.sc-msg-meta{display:flex;align-items:baseline;gap:8px}
.sc-msg-meta b{font-size:10px}
.sc-msg-meta span{font-size:9px;color:#999}
.sc-bubble p{margin:5px 0 0;font-size:13px;line-height:1.45}
.sc-photo{display:block;width:min(100%,260px);max-height:220px;object-fit:cover;border-radius:12px;margin-top:6px}
.sc-video{display:block;width:min(100%,280px);max-height:240px;border-radius:12px;margin-top:6px;background:#17172a}
.sc-clear-room{font-size:10px;font-weight:800;color:#c42b32;width:auto;padding:0 8px}
.sc-attach{display:block;margin-top:7px;padding:10px 11px;border-radius:12px;background:#fff;border:1px solid #ddd4fb;text-decoration:none;color:inherit}
.sc-attach span{display:block;font-size:8px;font-weight:800;letter-spacing:.08em;color:#4322df}
.sc-attach b{display:block;font-size:12px;margin-top:3px}
.sc-attach small{display:block;font-size:10px;color:#777;margin-top:2px}
.sc-ticks{display:inline-flex;align-items:center;gap:4px;margin-top:5px;color:#9a93b3;font-size:9px;font-weight:800}
.sc-ticks svg{width:22px;height:11px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.sc-ticks.sent .sc-tick-2{opacity:.25}
.sc-ticks.delivered{color:#7a7490}
.sc-ticks.seen{color:#4322df}
.sc-ticks i{font-style:normal}
.sc-voice{display:flex;align-items:center;gap:8px;margin-top:6px;width:100%;min-width:0}
.sc-voice-play{width:34px;height:34px;border:0;border-radius:50%;background:#4322df;color:#fff;display:grid;place-items:center;flex:none}
.sc-voice-play .ui-ico{stroke:#fff;width:16px;height:16px}
.sc-voice-bars{display:flex;align-items:flex-end;gap:2px;height:18px;flex:1}
.sc-voice-bars i{width:3px;border-radius:99px;background:#4322df;opacity:.45;height:40%}
.sc-voice-bars i:nth-child(2){height:70%}.sc-voice-bars i:nth-child(3){height:100%}.sc-voice-bars i:nth-child(4){height:55%}.sc-voice-bars i:nth-child(5){height:85%}.sc-voice-bars i:nth-child(6){height:35%}.sc-voice-bars i:nth-child(7){height:75%}.sc-voice-bars i:nth-child(8){height:50%}
.sc-voice.playing .sc-voice-bars i{animation:scBar .7s ease-in-out infinite alternate}
.sc-voice.playing .sc-voice-bars i:nth-child(2){animation-delay:.05s}.sc-voice.playing .sc-voice-bars i:nth-child(3){animation-delay:.1s}.sc-voice.playing .sc-voice-bars i:nth-child(4){animation-delay:.15s}
.sc-voice b{font-size:11px;color:#555}
.sc-typing{display:flex;gap:4px;padding:6px 4px}
.sc-typing i{width:6px;height:6px;border-radius:50%;background:#4322df;opacity:.35;animation:scDot 1s infinite}
.sc-typing i:nth-child(2){animation-delay:.15s}.sc-typing i:nth-child(3){animation-delay:.3s}
.sc-link-sheet{flex:none;max-height:220px;overflow:auto;margin:0 12px;padding:12px;border:1px solid #eeeaf8;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(40,28,80,.08)}
.sc-link-sheet-head{display:flex;justify-content:space-between;align-items:center}
.sc-link-sheet-head button{border:0;background:transparent;font-size:20px;line-height:1}
.sc-link-sheet .muted{margin:4px 0 8px;font-size:11px}
.sc-link-opt{width:100%;display:block;text-align:left;border:1px solid #eeeaf8;background:#faf9ff;border-radius:12px;padding:10px 12px;margin-top:6px;font:inherit;cursor:pointer}
.sc-link-opt span{font-size:8px;font-weight:800;letter-spacing:.08em;color:#4322df}
.sc-link-opt b{display:block;font-size:12px;margin-top:2px}
.sc-link-opt small{display:block;font-size:10px;color:#777}
.sc-quote{margin-top:6px;padding:8px 10px;border-left:3px solid #4322df;background:rgba(67,34,223,.08);border-radius:0 10px 10px 0}
.sc-quote b{display:block;font-size:10px;color:#4322df}
.sc-quote small{display:block;font-size:11px;color:#555;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:220px}
.sc-msg.mine .sc-quote{background:rgba(255,255,255,.55);border-left-color:#fff}
.sc-tag{color:#4322df;font-weight:800}
.sc-msg.mine .sc-tag{color:#2a1499}
.sc-msg-actions{display:flex;gap:6px;margin-top:6px}
.sc-msg-actions button{border:0;background:transparent;color:#4322df;font-size:10px;font-weight:800;padding:0;cursor:pointer}
.sc-msg.mine .sc-msg-actions button{color:#3d2a9e}
.sc-reply-bar{flex:none;display:flex;align-items:center;gap:10px;margin:0 12px 8px;padding:8px 10px;border-radius:12px;background:#eeeaff;border:1px solid #ddd4fb}
.sc-reply-bar[hidden]{display:none!important}
.sc-reply-bar-copy{flex:1;min-width:0}
.sc-reply-bar-copy span{display:block;font-size:9px;font-weight:800;letter-spacing:.06em;color:#4322df;text-transform:uppercase}
.sc-reply-bar-copy b{display:block;font-size:12px}
.sc-reply-bar-copy small{display:block;font-size:11px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sc-reply-bar button{border:0;background:transparent;font-size:20px;line-height:1;cursor:pointer}
.sc-tag-sheet{flex:none;max-height:220px;overflow:auto;margin:0 12px 8px;padding:12px;border:1px solid #eeeaf8;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(40,28,80,.08)}
.sc-tag-sheet[hidden]{display:none!important}
.sc-tag-search{width:100%;margin:8px 0 6px;border:1px solid #ddd4fb;border-radius:10px;padding:9px 11px;font:inherit;font-size:13px;background:#faf9ff}
.sc-tag-opt{width:100%;display:flex;align-items:center;gap:10px;text-align:left;border:1px solid #eeeaf8;background:#faf9ff;border-radius:12px;padding:8px 10px;margin-top:6px;font:inherit;cursor:pointer}
.sc-tag-opt img{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:none}
.sc-tag-opt span{display:flex;flex-direction:column;min-width:0}
.sc-tag-opt small{font-size:10px;color:#777}
.sc-chip.tag{background:#eeeaff}
.sc-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:99px;background:#fff;border:1px solid #ddd4fb;font-size:11px;font-weight:700}
.sc-chip img{width:22px;height:22px;border-radius:6px;object-fit:cover}
.sc-chip button{border:0;background:transparent;font-size:14px}
.sc-composer{flex:none;padding:10px 12px 14px;background:linear-gradient(180deg,transparent,#f6f4fb 18%);z-index:2}
.sc-composer-row{display:flex;align-items:center;gap:7px;min-width:0;max-width:100%;overflow:hidden;padding:7px;border:1px solid #eeeaf8;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(40,28,80,.08)}
.sc-composer-row .chat-tool{flex:none}
.sc-composer-row[hidden]{display:none!important}
.sc-composer-row input{flex:1;min-width:0;border:0;outline:none;background:transparent;font-size:13px;padding:8px 4px}
.sc-send{width:40px;height:40px;flex:none;border:0;border-radius:50%;background:#4322df;color:#fff;display:grid;place-items:center;box-shadow:0 8px 16px rgba(67,34,223,.28)}
.sc-send .ui-ico{stroke:#fff;width:18px;height:18px}
.sc-rec{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:16px;background:#2a1630;color:#fff}
.sc-rec[hidden]{display:none!important}
.sc-rec-dot{width:10px;height:10px;border-radius:50%;background:#ff4d6d;box-shadow:0 0 0 0 rgba(255,77,109,.5);animation:scPulse 1.1s infinite}
.sc-rec-wave{display:flex;align-items:flex-end;gap:2px;height:18px}
.sc-rec-wave i{width:3px;background:#ff8aa0;border-radius:99px;animation:scBar .5s ease-in-out infinite alternate}
.sc-rec-wave i:nth-child(2){animation-delay:.05s;height:70%}.sc-rec-wave i:nth-child(3){animation-delay:.1s}.sc-rec-wave i:nth-child(4){animation-delay:.15s}.sc-rec-wave i:nth-child(5){animation-delay:.08s}.sc-rec-wave i:nth-child(6){animation-delay:.12s}.sc-rec-wave i:nth-child(7){animation-delay:.18s}
.sc-rec b{font-size:13px;font-variant-numeric:tabular-nums}
.sc-rec-label{flex:1;font-size:12px;font-weight:700;color:#ffd0d8}
.sc-rec-cancel,.sc-rec-send{border:0;border-radius:10px;padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer}
.sc-rec-cancel{background:transparent;color:#fff}
.sc-rec-send{background:#fff;color:#4322df}
@keyframes scIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes scBar{from{transform:scaleY(.45)}to{transform:scaleY(1)}}
@keyframes scDot{0%,80%,100%{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}
@keyframes scPulse{0%{box-shadow:0 0 0 0 rgba(255,77,109,.55)}100%{box-shadow:0 0 0 10px rgba(255,77,109,0)}}
@media(max-width:900px){
  html:has(.support-lock),body.support-lock,.support-app{height:100dvh;max-height:100dvh}
  .support-app .main{height:100%;padding-bottom:68px}
  .sc-shell,.sc-room,.sc-inbox,.sc-page{overflow-x:hidden;max-width:100%}
  .sc-shell{grid-template-columns:minmax(0,1fr)}
  .sc-room{display:none}
  .sc-shell.room-open .sc-inbox{display:none}
  .sc-shell.room-open .sc-room{display:flex}
  .sc-back{display:grid;place-items:center}
  .sc-msg{max-width:88%}
  .sc-thread{padding:14px 12px 20px;mask-image:none}
  .sc-composer-row{gap:4px;padding:6px}
  .sc-composer-row .chat-tool{width:30px;height:30px;flex:0 0 30px}
  .sc-send{width:36px;height:36px}
  .support-app.chat-open .mobile-bottom,
  .support-app:has(.sc-shell.room-open) .mobile-bottom{display:none!important}
  .support-app.chat-open .main,
  .support-app:has(.sc-shell.room-open) .main{height:100%;padding-bottom:0}
  .support-app.chat-open .sc-composer,
  .support-app:has(.sc-shell.room-open) .sc-composer{padding-bottom:max(14px,env(safe-area-inset-bottom))}
}

.market-links{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 16px}
.market-row{display:flex;align-items:center;gap:10px}
.market-ava{width:36px;height:36px;border-radius:50%;object-fit:cover;flex:none}
.market-row .btn{flex:none;padding:8px 10px;font-size:10px}
#marketPage .gov-select{width:100%;margin:0 0 4px;border:1px solid #e8e4f1;border-radius:10px;padding:10px 12px;background:#fff;font-weight:700}
@media(max-width:900px){
  .market-row{flex-wrap:wrap}
  .market-row .btn{width:100%}
}

/* CMM boot loader + stale-while-revalidate */
body.cmm-booting{overflow:hidden}
body.cmm-booting .app{visibility:hidden}
html.cmm-has-cache body.cmm-booting{overflow:auto}
html.cmm-has-cache body.cmm-booting .app{visibility:visible}
html.cmm-has-cache #cmmBootLoader{display:none!important}
.cmm-boot{position:fixed;inset:0;z-index:400;display:grid;place-items:center;padding:24px;background:linear-gradient(160deg,#2d14b8 0%,#4322df 42%,#6a42f4 100%);color:#fff}
.cmm-boot.out{animation:cmmBootFade .4s ease forwards}
@keyframes cmmBootFade{to{opacity:0;visibility:hidden}}
.cmm-boot-card{width:min(340px,100%);text-align:center}
.cmm-boot-mark{position:relative;width:92px;height:92px;margin:0 auto 16px}
.cmm-boot-letter{position:absolute;inset:16px;border-radius:22px;background:linear-gradient(135deg,#fff,#eeeaff);color:#4322df;display:grid;place-items:center;font-weight:900;font-size:34px;box-shadow:0 12px 28px rgba(12,6,60,.28);z-index:1}
.cmm-boot-orbit{position:absolute;inset:0;border:2px solid rgba(255,255,255,.18);border-top-color:#fff;border-radius:50%;animation:cmmBootSpin .9s linear infinite}
.cmm-boot-orbit-2{inset:8px;border-top-color:transparent;border-right-color:#ff8a00;animation-duration:1.35s;animation-direction:reverse}
@keyframes cmmBootSpin{to{transform:rotate(360deg)}}
.cmm-boot-brand{font-weight:900;font-size:22px;letter-spacing:.4px;line-height:1}
.cmm-boot-brand small{display:block;margin-top:4px;font-size:10px;letter-spacing:1.6px;color:#ffb45c}
.cmm-boot-action{margin:16px 0 12px;font-size:14px;font-weight:800;min-height:22px}
.cmm-boot-bar{height:6px;border-radius:99px;background:rgba(255,255,255,.18);overflow:hidden}
.cmm-boot-bar i{display:block;height:100%;width:12%;border-radius:inherit;background:#fff;animation:cmmBootBar 1.6s ease-in-out infinite}
@keyframes cmmBootBar{0%{width:12%;transform:translateX(0)}50%{width:55%;transform:translateX(40%)}100%{width:12%;transform:translateX(720%)}}
.cmm-boot-steps{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:8px;text-align:left}
.cmm-boot-steps li{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:800;color:rgba(255,255,255,.55);transition:.25s color,.25s transform}
.cmm-boot-steps li:before{content:'';width:9px;height:9px;border-radius:50%;border:2px solid rgba(255,255,255,.35);flex:none;box-sizing:border-box}
.cmm-boot-steps li.on{color:#fff;transform:translateX(2px)}
.cmm-boot-steps li.on:before{border-color:#fff;background:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.16)}
.cmm-boot-steps li.done{color:rgba(255,255,255,.88)}
.cmm-boot-steps li.done:before{content:'';background:#20b96b;border-color:#20b96b;box-shadow:none}
.cmm-refresh-bar{position:fixed;top:0;left:0;right:0;height:3px;z-index:500;overflow:hidden;opacity:0;pointer-events:none;background:rgba(67,34,223,.12)}
.cmm-refresh-bar.on{opacity:1}
.cmm-refresh-bar i{display:block;height:100%;width:28%;background:#4322df;animation:cmmBootBar 1s ease-in-out infinite}
.hh-banner{background:#17172a;color:#fff;border-radius:12px;padding:10px 12px;margin:0 0 12px;font-size:11px;line-height:1.45}
.hh-banner a{color:#ffd27a;font-weight:800}
.hh-code{font-size:28px;letter-spacing:.18em;font-weight:800;padding:12px 0}
.meet-card{display:block;text-decoration:none;color:inherit;border:1px solid #eeeaf8;border-radius:12px;padding:12px;margin:0 0 8px}
.meet-card b{display:block;font-size:14px;margin:4px 0}
.meet-card small{display:block;color:#777;font-size:10px}
.attend-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.attend-item{display:flex;gap:8px;align-items:center;font-size:11px;border:1px solid #eeeaf8;border-radius:10px;padding:8px}
.meet-decision{border-bottom:1px solid #f0f0f5;padding:10px 0}
.meet-decision b{display:block;font-size:13px}
.meet-decision small{color:#777;font-size:10px}
.meet-decision p{margin:6px 0 0;font-size:11px;color:#444}
.youth-grid{display:grid;gap:8px}
.youth-card{border:1px solid #eeeaf8;border-radius:12px;padding:12px;display:grid;gap:4px}
.youth-card b{font-size:14px}
.youth-card small,.youth-card p{font-size:11px;color:#666;margin:0}
.youth-chip{display:inline-block;width:max-content;font-size:9px;font-weight:800;border-radius:99px;padding:3px 8px;background:#f5f1ff;color:#4b25e3}
.youth-chip.needs_help{background:#fff1f0;color:#c43131}
.youth-chip.scholarship{background:#e8f8ef;color:#159d57}
.mr-tabs a b{margin-left:4px;font-weight:800}
@media print{
  .topbar,.mobile-bottom,.no-print,.notify-modal{display:none!important}
  .mr-page{padding:0}
  .meet-print{break-inside:avoid}
}
