:root{
  --bg:#090909;
  --panel:#131313;
  --panel2:#1a1712;
  --gold:#dfc87d;
  --gold2:#b99e50;
  --text:#f7f4e9;
  --muted:#a9a49a;
  --line:#2a281f;
  --danger:#d96b6b;
  --success:#77b88a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:
  radial-gradient(circle at 85% 10%,rgba(140,71,20,.10),transparent 30%),
  var(--bg);color:var(--text);
  font-family:Inter,Arial,Helvetica,sans-serif;
}
a{color:inherit;text-decoration:none}
.wrap{width:min(1160px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(9,9,9,.9);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.nav nav{display:flex;align-items:center;gap:22px}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-mark{font-weight:1000;font-size:30px;letter-spacing:-1.5px;color:var(--gold)}
.brand-sub{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:var(--muted);margin-top:5px}
.hero{padding:100px 0 72px;min-height:76vh;display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center}
.eyebrow{display:inline-flex;padding:8px 12px;border:1px solid #463d22;border-radius:999px;color:var(--gold);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.5px}
h1{font-size:clamp(50px,7vw,92px);line-height:.92;letter-spacing:-4px;margin:22px 0 24px;text-transform:uppercase}
h1 span{color:var(--gold)}
.lead{font-size:20px;line-height:1.6;color:#d4d0c7;max-width:720px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border-radius:10px;background:var(--gold);color:#090909;font-weight:900;border:1px solid var(--gold);cursor:pointer}
.btn:hover{filter:brightness(1.06)}
.btn-outline{background:transparent;color:var(--gold)}
.btn-small{min-height:38px;padding:0 14px;font-size:14px}
.card{background:linear-gradient(180deg,#171510,#101010);border:1px solid #302b1e;border-radius:18px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.3)}
.match-card .score{font-size:64px;font-weight:1000;color:var(--gold);letter-spacing:-3px}
.match-card h3{font-size:26px;margin:8px 0}
.muted{color:var(--muted)}
.badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.badge{padding:8px 10px;border:1px solid #3b3525;border-radius:999px;color:#d7c784;font-size:12px}
.section{padding:74px 0}
.section h2{font-size:44px;letter-spacing:-2px;margin:0 0 12px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.kicker{font-weight:900;color:var(--gold);text-transform:uppercase;font-size:13px;letter-spacing:1.5px}
.metric{font-size:38px;font-weight:1000;color:var(--gold)}
.form-shell{width:min(760px,calc(100% - 40px));margin:56px auto}
.form-card{background:#121212;border:1px solid var(--line);border-radius:18px;padding:30px}
.form-card h1{font-size:42px;letter-spacing:-2px;text-transform:none;margin:0 0 10px}
label{display:block;font-size:13px;font-weight:800;color:#d9d5cb;margin:18px 0 7px}
input,select,textarea{
 width:100%;background:#090909;border:1px solid #343126;color:white;border-radius:10px;
 min-height:46px;padding:12px 13px;font:inherit;outline:none
}
textarea{min-height:120px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--gold2)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.alert{padding:13px 14px;border-radius:10px;margin:14px 0}
.alert-success{background:rgba(119,184,138,.1);border:1px solid rgba(119,184,138,.35);color:#bde0c7}
.alert-error{background:rgba(217,107,107,.1);border:1px solid rgba(217,107,107,.35);color:#efb2b2}
.dashboard{padding:48px 0 80px}
.dashboard-head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:24px}
.dashboard-head h1{font-size:46px;text-transform:none;letter-spacing:-2px;margin:0}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0}
.stat{background:#121212;border:1px solid var(--line);border-radius:14px;padding:20px}
.stat strong{font-size:34px;color:var(--gold);display:block}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px}
table{width:100%;border-collapse:collapse;background:#111}
th,td{text-align:left;padding:14px;border-bottom:1px solid #232323;font-size:14px}
th{color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:1px}
.pill{display:inline-block;padding:6px 9px;border-radius:999px;font-size:12px;background:#282419;color:#e1cf8d}
.footer{border-top:1px solid var(--line);padding:30px 0;color:var(--muted)}
.footer .wrap{display:flex;justify-content:space-between;gap:20px}
@media(max-width:820px){
 .hero-grid,.grid-3,.stats,.form-grid{grid-template-columns:1fr}
 .hero{padding-top:60px}
 h1{letter-spacing:-2px}
 .nav nav a:not(.btn){display:none}
 .dashboard-head{align-items:flex-start;flex-direction:column}
}


/* === HUB v0.2: área logada clara === */
body.hub-body{background:#f4f1e8;color:#171717}
body.hub-body .site-header{background:#111;border-bottom:1px solid #292929}
body.hub-body .dashboard{padding-top:34px}
body.hub-body .card,
body.hub-body .stat,
body.hub-body .form-card,
body.hub-body table{background:#fff;color:#171717;border-color:#e3dcc9}
body.hub-body .muted{color:#706d66}
body.hub-body input,
body.hub-body select,
body.hub-body textarea{background:#fff;color:#171717;border-color:#d7d0bd}
body.hub-body .table-wrap{border-color:#ddd5c0}
body.hub-body th,body.hub-body td{border-color:#eee9dd}
body.hub-body .footer{color:#777;border-color:#ddd5c0}
.member-layout{display:grid;grid-template-columns:220px 1fr;gap:24px}
.side-nav{background:#111;border-radius:16px;padding:18px;height:max-content;position:sticky;top:100px}
.side-nav a{display:block;padding:11px 12px;border-radius:9px;color:#ddd;margin:3px 0;font-size:14px}
.side-nav a:hover,.side-nav a.active{background:var(--gold);color:#111;font-weight:900}
.avatar{width:62px;height:62px;border-radius:50%;object-fit:cover;background:#ddd;border:3px solid var(--gold)}
.avatar-lg{width:112px;height:112px}
.profile-head{display:flex;gap:20px;align-items:center}
.profile-actions{margin-left:auto}
.member-list{display:grid;gap:12px}
.member-row{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid #e3dcc9;border-radius:14px}
.member-row .meta{flex:1}
.logo-img{height:52px;width:auto;display:block}
.site-header .logo-img{height:54px}
.upload-note{font-size:12px;color:#777;margin-top:6px}
@media(max-width:820px){.member-layout{grid-template-columns:1fr}.side-nav{position:static}.profile-head{align-items:flex-start;flex-wrap:wrap}.profile-actions{margin-left:0}}


/* === HUB v0.3 === */
.site-header .logo-img{height:78px;max-width:250px;object-fit:contain}
.nav{min-height:96px}
body.hub-body{background:#f3f0e7}
body.hub-body main{min-height:calc(100vh - 180px)}
body.hub-body .site-header{box-shadow:0 8px 30px rgba(0,0,0,.12)}
body.hub-body .wrap{width:min(1240px,calc(100% - 36px))}
body.hub-body .card,
body.hub-body .stat,
body.hub-body .form-card{
  border-radius:18px;
  box-shadow:0 8px 30px rgba(34,28,12,.06);
}
.member-layout{grid-template-columns:240px 1fr;gap:28px}
.side-nav{padding:16px;background:linear-gradient(180deg,#111,#17140f);box-shadow:0 12px 40px rgba(0,0,0,.15)}
.side-nav .nav-title{font-size:10px;color:#8c866f;text-transform:uppercase;letter-spacing:1.5px;margin:16px 10px 7px}
.dashboard-head h1{font-size:50px}
.dashboard-sub{max-width:760px;color:#77736b;line-height:1.5}
.hero-metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:22px 0 26px}
.hero-metric{background:#fff;border:1px solid #e6dfcb;border-radius:16px;padding:20px;position:relative;overflow:hidden}
.hero-metric::after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;right:-32px;top:-40px;background:rgba(223,200,125,.16)}
.hero-metric small{display:block;text-transform:uppercase;letter-spacing:1px;color:#8d856f;font-weight:800}
.hero-metric strong{display:block;font-size:38px;line-height:1.1;margin-top:7px}
.hero-metric span{font-size:12px;color:#77736b}
.insight-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-bottom:18px}
.analytics-card{background:#fff;border:1px solid #e6dfcb;border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(34,28,12,.06)}
.analytics-card h3{margin:5px 0 18px;font-size:22px}
.bar-row{display:grid;grid-template-columns:150px 1fr 38px;gap:12px;align-items:center;margin:12px 0}
.bar-label{font-size:13px;color:#4e4b45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bar-track{height:10px;border-radius:999px;background:#eee9dd;overflow:hidden}
.bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#b89e50,#dfc87d)}
.bar-value{text-align:right;font-size:13px;font-weight:900}
.completion-ring{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;margin:10px auto 16px;background:conic-gradient(var(--gold) var(--pct),#ece7da 0)}
.completion-ring::before{content:"";width:108px;height:108px;border-radius:50%;background:#fff;position:absolute}
.completion-ring strong{position:relative;font-size:30px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.quick-actions{display:flex;gap:10px;flex-wrap:wrap}
.link-box{display:flex;gap:8px;align-items:center;background:#f7f4ec;border:1px solid #e3dcc9;border-radius:12px;padding:9px 10px}
.link-box input{border:0;background:transparent;padding:0;min-height:auto;font-size:12px}
.copy-btn{white-space:nowrap;min-height:34px;padding:0 12px}
.member-row{box-shadow:0 5px 18px rgba(34,28,12,.04)}
.member-row:hover{border-color:#cbbb8e;transform:translateY(-1px);transition:.15s ease}
.profile-badge{padding:5px 8px;border-radius:999px;background:#f4efd9;color:#6f5d25;font-size:11px;font-weight:900}
.admin-empty{padding:25px;border:1px dashed #d8d0bb;border-radius:14px;text-align:center;color:#777}
@media(max-width:1050px){.hero-metric-grid{grid-template-columns:repeat(2,1fr)}.insight-grid,.two-col{grid-template-columns:1fr}}
@media(max-width:820px){.site-header .logo-img{height:64px}.nav{min-height:82px}.bar-row{grid-template-columns:110px 1fr 32px}}


/* === HUB v0.4 — onboarding estilo assessment === */
.onboarding-shell{max-width:980px;margin:34px auto 70px}
.onboarding-top{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}
.onboarding-top h1{margin:4px 0 0;font-size:42px;text-transform:none;letter-spacing:-2px}
.onboarding-progress{height:8px;background:#e5decc;border-radius:999px;overflow:hidden;margin:14px 0 28px}
.onboarding-progress > div{height:100%;width:0;background:linear-gradient(90deg,#ad9349,#dfc87d);transition:width .25s ease}
.step-card{display:none;background:#fff;border:1px solid #e5decb;border-radius:22px;padding:32px;box-shadow:0 14px 44px rgba(41,33,12,.08)}
.step-card.active{display:block}
.step-index{font-size:12px;font-weight:900;color:#9a8b5d;text-transform:uppercase;letter-spacing:1.4px}
.step-card h2{font-size:34px;letter-spacing:-1.3px;margin:8px 0 8px}
.step-card .step-copy{color:#777268;max-width:740px;line-height:1.55;margin-bottom:24px}
.option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.option-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.option-card{position:relative}
.option-card input{position:absolute;opacity:0;pointer-events:none}
.option-card label{
 display:flex;min-height:88px;align-items:center;justify-content:center;text-align:center;padding:16px;
 border:1px solid #ded6c1;border-radius:15px;background:#fbfaf6;color:#34312b;font-weight:800;
 cursor:pointer;transition:.16s ease;margin:0
}
.option-card label:hover{border-color:#bea75f;transform:translateY(-1px);box-shadow:0 8px 20px rgba(75,59,18,.07)}
.option-card input:checked + label{background:#191713;color:#f6e8b2;border-color:#c5aa5c;box-shadow:inset 0 0 0 1px #c5aa5c}
.slider-box{background:#f8f5ec;border:1px solid #e5decc;border-radius:16px;padding:22px;margin:18px 0}
.slider-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:12px}
.slider-value{font-size:34px;font-weight:1000;color:#8f7836}
input[type=range].biz-range{-webkit-appearance:none;appearance:none;width:100%;height:7px;background:#ddd5bf;border-radius:999px;outline:none;padding:0;border:0}
input[type=range].biz-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#17150f;border:5px solid #dfc87d;cursor:pointer}
input[type=range].biz-range::-moz-range-thumb{width:15px;height:15px;border-radius:50%;background:#17150f;border:5px solid #dfc87d;cursor:pointer}
.step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.step-actions .right{display:flex;gap:10px}
.mini-input{margin-top:16px}
.mini-input input{background:#fbfaf6}
.selection-note{font-size:12px;color:#8a857a;margin:10px 0 0}
.onboarding-finish{display:grid;grid-template-columns:1fr .75fr;gap:18px}
.finish-summary{background:#17150f;color:#fff;border-radius:18px;padding:24px}
.finish-summary .kicker{color:#dfc87d}
.finish-summary ul{padding-left:18px;color:#d9d5cb;line-height:1.8}
.later-card{background:#f8f5ec;border:1px dashed #cfc5aa;border-radius:16px;padding:20px}
.later-card strong{display:block;margin-bottom:6px}
.onboarding-counter{font-size:13px;color:#77736b;font-weight:800}
@media(max-width:850px){
 .option-grid,.option-grid.cols-2{grid-template-columns:1fr 1fr}
 .onboarding-finish{grid-template-columns:1fr}
}
@media(max-width:560px){
 .step-card{padding:22px}
 .option-grid,.option-grid.cols-2{grid-template-columns:1fr}
 .onboarding-top{align-items:flex-start;flex-direction:column}
 .step-actions{flex-direction:column}
 .step-actions .right{width:100%;flex-direction:column}
 .step-actions .btn{width:100%}
}


/* === HUB v0.5 — member experience === */
.member-userbar{display:flex;align-items:center;gap:12px}
.member-userbar .hello{display:flex;flex-direction:column;line-height:1.1;text-align:right}
.member-userbar .hello small{color:#b8b2a4;font-size:11px}
.member-userbar .hello strong{color:#fff;font-size:14px}
.member-userbar .avatar{width:42px;height:42px;border-width:2px}
.member-userbar .logout-link{padding:8px 10px;border-radius:8px;color:#d9cfb3;border:1px solid #403a2a;font-size:12px}
.member-userbar .logout-link:hover{background:#2a251a}
.photo-preview-wrap{display:flex;gap:18px;align-items:center;margin:12px 0 18px}
.photo-preview{width:104px;height:104px;border-radius:50%;object-fit:cover;background:#eee7d7;border:4px solid #dfc87d;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.member-home-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.home-stack{display:grid;gap:18px}
.section-card{background:#fff;border:1px solid #e6dfcb;border-radius:18px;padding:22px;box-shadow:0 8px 30px rgba(34,28,12,.05)}
.section-card h3{margin:4px 0 14px;font-size:22px}
.live-list{display:grid;gap:10px}
.live-item{display:flex;gap:14px;align-items:flex-start;padding:14px;border:1px solid #eee8d9;border-radius:14px;background:#fcfbf7}
.live-icon{width:42px;height:42px;border-radius:12px;background:#17150f;color:#dfc87d;display:grid;place-items:center;font-weight:1000;flex:0 0 auto}
.live-item .meta{flex:1}
.live-item strong{display:block;margin-bottom:4px}
.live-item small{color:#7a756c;line-height:1.4}
.sponsor-card{display:flex;gap:16px;align-items:center;padding:16px;border-radius:14px;background:#17150f;color:#fff}
.sponsor-card .discount{font-size:34px;font-weight:1000;color:#dfc87d;min-width:92px}
.sponsor-card small{color:#c6c0b2}
.tag-row{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}
.tag{font-size:11px;padding:6px 8px;border-radius:999px;background:#f2ecd9;color:#705f2b;font-weight:800}
.home-hero{background:linear-gradient(135deg,#fff,#f7f1df);border:1px solid #dfd4b7;border-radius:20px;padding:26px;display:flex;justify-content:space-between;gap:24px;align-items:center}
.home-hero h1{font-size:38px;text-transform:none;letter-spacing:-1.8px;margin:4px 0 8px}
.home-hero p{margin:0;color:#706d66;max-width:650px}
.home-hero .score-box{min-width:150px;text-align:center;background:#17150f;color:#fff;border-radius:16px;padding:18px}
.home-hero .score-box strong{display:block;color:#dfc87d;font-size:34px}
.placeholder-note{font-size:12px;color:#89847b;margin-top:10px}
@media(max-width:980px){.member-home-grid{grid-template-columns:1fr}.home-hero{align-items:flex-start;flex-direction:column}.home-hero .score-box{width:100%}}
@media(max-width:720px){.member-userbar .hello{display:none}.member-userbar .logout-link{display:none}.photo-preview-wrap{align-items:flex-start;flex-direction:column}}

.directory-grid,.partner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.member-card{background:#fff;border:1px solid #e5deca;border-radius:18px;padding:20px}.member-card .avatar{width:60px;height:60px}.privacy-box{background:#faf7ee;border:1px solid #e6ddc5;border-radius:16px;padding:18px;margin:18px 0}.toggle-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #ece5d3}.toggle-row input{width:auto;min-height:auto}.partner-card{background:#17150f;color:#fff;border-radius:18px;padding:20px}.partner-card .offer{font-size:30px;font-weight:1000;color:#dfc87d}.voucher-code{font-family:monospace;background:#f3eddc;color:#42391f;padding:8px;border-radius:8px}.legal-page{max-width:900px;margin:50px auto;background:#fff;padding:34px;border-radius:20px}.legal-note{background:#f8f4e7;padding:14px;border-radius:12px}@media(max-width:800px){.directory-grid,.partner-grid{grid-template-columns:1fr}}

/* === HUB v0.7 — jornada e área do parceiro === */
.partner-logo-preview{width:150px;height:100px;object-fit:contain;background:#fff;border:1px solid #ded6c1;border-radius:16px;padding:12px}
.partner-brand-head{display:flex;gap:18px;align-items:center}
.partner-brand-logo{width:120px;height:82px;object-fit:contain;background:#fff;border:1px solid #e1dac7;border-radius:14px;padding:10px}
.partner-wizard .option-card label{min-height:76px}
.partner-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:20px 0}
.partner-kpi{background:#fff;border:1px solid #e5deca;border-radius:16px;padding:19px}
.partner-kpi small{display:block;color:#8c856f;text-transform:uppercase;font-weight:900;letter-spacing:1px}
.partner-kpi strong{display:block;font-size:34px;margin-top:5px}
.status-pending{background:#fff4cf;color:#705b13}
.status-active{background:#e3f3e7;color:#28603a}
.status-rejected{background:#fbe5e5;color:#8b3131}
.status-paused{background:#ececec;color:#555}
.offer-list{display:grid;gap:10px}
.offer-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px;border:1px solid #e9e2d0;border-radius:13px;background:#fff}
.audience-cloud{display:flex;flex-wrap:wrap;gap:8px}
.audience-chip{padding:7px 10px;border-radius:999px;background:#f3eddc;color:#6e5e2a;font-weight:800;font-size:12px}
.partner-empty{border:1px dashed #d8cfb8;border-radius:15px;padding:22px;color:#7d786e;background:#fbfaf6}
@media(max-width:900px){.partner-kpi-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.partner-brand-head{align-items:flex-start;flex-direction:column}.partner-kpi-grid{grid-template-columns:1fr}}


/* === HUB v0.8 — Admin Intelligence === */
.admin-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:34px 0 14px}
.admin-section-title h2{font-size:28px;margin:3px 0 0;letter-spacing:-.5px}
.admin-section-title p{margin:5px 0 0;color:#777166}
.admin-section-title>a{font-weight:900;color:#806a2d;text-decoration:none}

.partner-opportunity-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:24px 26px;border-radius:18px;background:linear-gradient(120deg,#171612,#282317);color:#fff}
.partner-opportunity-banner h3{font-size:25px;margin:5px 0 7px;color:#fff}
.partner-opportunity-banner p{margin:0;color:#d8d2c3;max-width:760px}
.partner-opportunity-banner .kicker{color:#dfc675}

.match-mini{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid #eee7d6;text-decoration:none;color:inherit}
.match-mini:last-child{border-bottom:0}
.match-mini strong,.match-mini span{display:block}
.match-mini span{font-size:12px;color:#7a756c;margin-top:3px}
.match-mini b{font-size:18px;color:#8a7130}

.opportunity-line{display:flex;gap:14px;align-items:center;padding:11px 0;border-bottom:1px solid #eee7d6}
.opportunity-line:last-child{border-bottom:0}
.opportunity-line>strong{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#f0e6c8;color:#6e5821;font-size:19px}
.opportunity-line b,.opportunity-line span{display:block}
.opportunity-line span{font-size:12px;color:#827c70}

.member-crm-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px}
.member-crm-identity{display:flex;align-items:center;gap:18px}
.member-crm-photo{width:92px;height:92px;border-radius:24px;object-fit:cover;border:1px solid #e2dac4;background:#f5f1e8}
.member-crm-identity h1{font-size:38px;margin:4px 0}
.member-crm-identity p{margin:0;color:#6e6a61}
.crm-badges{display:flex;gap:7px;margin-top:9px}
.crm-section{margin:20px 0}
.crm-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.crm-info-grid.compact{grid-template-columns:repeat(3,1fr)}
.crm-info{padding:16px;border:1px solid #e8e0cc;background:#fff;border-radius:14px}
.crm-info small,.profile-data small,.contact-privacy-row small{display:block;text-transform:uppercase;font-size:10px;letter-spacing:.9px;color:#948d7b;font-weight:900;margin-bottom:5px}
.crm-info strong{font-size:15px}
.profile-data{padding:12px 0;border-bottom:1px solid #eee8d9}
.profile-data:last-child{border-bottom:0}
.profile-data p{margin:0;line-height:1.55}
.contact-privacy-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #eee8d9}
.contact-privacy-row strong{display:block;max-width:360px;overflow-wrap:anywhere}
.privacy-public,.privacy-private{font-size:10px;font-weight:900;border-radius:999px;padding:6px 8px;white-space:nowrap}
.privacy-public{background:#e6f4e9;color:#2c6c3d}
.privacy-private{background:#eee;color:#666}

.match-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.match-card{display:flex;gap:16px;padding:18px;border:1px solid #e5ddc8;background:#fff;border-radius:16px;text-decoration:none;color:inherit}
.match-card h3{margin:4px 0 4px;font-size:18px}
.match-card p{margin:0 0 8px;color:#736e64;font-size:13px}
.match-card ul{margin:8px 0 0;padding-left:18px;color:#5e5a52;font-size:12px}
.match-score{flex:0 0 62px;width:62px;height:62px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#191814;color:#e1c877;font-size:19px;font-weight:950}
.match-type{font-size:10px;text-transform:uppercase;letter-spacing:.9px;font-weight:950;color:#92782f}

.tag-cloud{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}
.admin-tag{display:inline-flex;align-items:center;background:#f0e8d2;border-radius:999px;padding:7px 8px 7px 11px;gap:7px}
.admin-tag span{font-size:12px;font-weight:900}
.admin-tag button{border:0;background:transparent;font-size:18px;line-height:1;cursor:pointer}
.inline-tag-form{display:flex;gap:8px}
.inline-tag-form input{margin:0}
.btn-danger{background:#7e2828!important;border-color:#7e2828!important}
.danger-zone{border-color:#ead3d3!important}

.opportunity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.opportunity-card{display:flex;gap:17px;padding:20px;background:#fff;border:1px solid #e5ddc8;border-radius:17px}
.opportunity-card h3{margin:3px 0 5px}
.opportunity-card p{margin:0 0 9px}
.opportunity-number{display:flex;flex:0 0 58px;width:58px;height:58px;border-radius:16px;background:#eee3c3;align-items:center;justify-content:center;font-size:24px;font-weight:950;color:#6f5921}
.partner-intel-card{min-height:190px}

/* Legal: deliberately isolated from landing-page hero typography */
.legal-shell{min-height:100vh;background:#f4f1e9;padding:22px 24px 60px}
.legal-toolbar{max-width:920px;margin:0 auto 14px;display:flex;align-items:center;justify-content:space-between}
.legal-toolbar img{width:130px;height:58px;object-fit:contain;object-position:left center}
.legal-close{border:1px solid #d8d0bd;background:#fff;border-radius:999px;padding:9px 14px;font-weight:900;cursor:pointer;color:#2c2a25}
.legal-document{max-width:920px;margin:0 auto;background:#fff;border:1px solid #e3dccb;border-radius:22px;padding:48px 56px;box-shadow:0 18px 55px rgba(35,31,20,.07);color:#292722}
.legal-document h1{font-size:44px!important;line-height:1.04!important;letter-spacing:-1.5px!important;color:#171612!important;margin:8px 0 8px!important;max-width:none!important}
.legal-document h2{font-size:21px!important;color:#25231f!important;margin:30px 0 8px!important}
.legal-document p{font-size:15px!important;line-height:1.75!important;color:#5e5a51!important;margin:0 0 14px!important}
.legal-document .legal-date{font-size:12px!important;color:#918a7b!important}
.legal-document .legal-note{margin:22px 0 30px;padding:14px 16px;background:#f6f1e4;border:1px solid #e8ddc1;border-radius:12px;color:#655a3a;font-size:13px;line-height:1.5}
.legal-footer-action{margin-top:38px;padding-top:24px;border-top:1px solid #ece6d8}

@media(max-width:900px){
 .crm-info-grid,.crm-info-grid.compact{grid-template-columns:repeat(2,1fr)}
 .match-grid,.opportunity-grid{grid-template-columns:1fr}
 .partner-opportunity-banner,.member-crm-head{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
 .legal-shell{padding:12px}
 .legal-document{padding:28px 22px;border-radius:17px}
 .legal-document h1{font-size:34px!important}
 .crm-info-grid,.crm-info-grid.compact{grid-template-columns:1fr}
 .member-crm-identity{align-items:flex-start}
 .member-crm-photo{width:72px;height:72px;border-radius:18px}
 .member-crm-identity h1{font-size:30px}
}

/* === HUB v0.9 === */
.assignment-form{display:flex;gap:8px;align-items:center;margin-top:12px}
.assignment-form select{min-width:220px}
.danger-zone{background:#fff8f8!important}
.member-insight-feed{display:grid;gap:10px}
.insight-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:900;padding:6px 8px;border-radius:999px;background:#eee6cf;color:#6c5722}

/* === HUB v1.0 — Partner UX === */
.partner-userbar .partner-avatar{object-fit:contain;background:#fff;padding:3px}
.product-upload-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:8px 0 18px}
.product-upload{border:1px dashed #cfc4a7;border-radius:12px;padding:13px;background:#faf8f2;text-align:center;cursor:pointer}
.product-upload span{display:block;font-size:11px;font-weight:900;margin-bottom:7px}
.product-upload input{font-size:10px;margin:0}
.product-cards{display:grid;gap:12px}
.partner-product-card{padding:14px;border:1px solid #e6deca;border-radius:14px;background:#fff}
.partner-product-card>strong,.partner-product-card>span{display:block}
.partner-product-card>span{font-size:11px;color:#8b8476;margin-top:2px}
.partner-product-card p{font-size:13px;color:#676259}
.product-gallery{display:flex;gap:5px;margin-bottom:10px}
.product-gallery img{width:64px;height:64px;object-fit:cover;border-radius:9px;border:1px solid #e8e1d1}
.suggested-offer{background:#f4ecd5;border:1px solid #e5d7af;border-radius:12px;padding:12px 14px;margin:10px 0 14px}
.suggested-offer small,.suggested-offer strong,.suggested-offer span,.suggested-offer b{display:block}
.suggested-offer small{font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:#8c7331;font-weight:950;margin-bottom:4px}
.suggested-offer span{font-size:13px;color:#645d4d;margin-top:4px}
.suggested-offer b{font-size:12px;margin-top:8px}
.opportunity-context{padding:9px 11px;background:#f7f5ef;border-radius:9px;font-size:12px;margin:8px 0}
.opportunity-prefill{margin-bottom:16px}
@media(max-width:600px){.product-upload-grid{grid-template-columns:1fr}}

/* === HUB v1.1 — product editor === */
.product-admin-layout{align-items:start}
.form-title-row,.product-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.form-title-row h3{margin-top:4px}
.product-image-editor{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:8px 0 22px}
.product-image-slot{min-width:0}
.product-image-preview{aspect-ratio:1/1;border:1px solid #dfd5bc;border-radius:13px;overflow:hidden;background:#f6f2e8;margin-bottom:8px}
.product-image-preview img{width:100%;height:100%;object-fit:cover;display:block}
.product-image-preview.is-empty{display:grid;place-items:center;border-style:dashed}
.product-image-preview.is-empty span{text-align:center;font-size:12px;font-weight:900;color:#8a806a}
.product-image-preview.is-empty small{display:block;font-weight:500;margin-top:3px}
.upload-button{display:block;text-align:center;cursor:pointer}
.remove-image-check{display:block;font-size:11px;margin-top:7px;color:#7c7464}
.partner-product-card .product-gallery{min-height:68px}
.product-no-image{height:64px;min-width:84px;border:1px dashed #d9cfb8;border-radius:9px;display:grid;place-items:center;font-size:11px;color:#918773}
.product-card-head>div>strong,.product-card-head>div>span{display:block}
.product-card-head>div>span{font-size:11px;color:#8b8476;margin-top:2px}
.product-destination{display:inline-block;margin:6px 0 10px}
.product-delete-form{margin-top:8px;padding-top:10px;border-top:1px solid #eee8db}
.text-danger{border:0;background:transparent;padding:0;color:#a13d35;font-weight:800;cursor:pointer}
@media(max-width:700px){.product-image-editor{grid-template-columns:1fr}.product-image-preview{max-width:220px}}

/* === HUB v1.2 — member matches & insights === */
.member-match-list{display:grid;gap:10px}
.member-match-row{display:flex;gap:13px;padding:14px;border:1px solid #e8e1d0;border-radius:14px;background:#fcfbf7;text-decoration:none;color:inherit;transition:.15s}
.member-match-row:hover{border-color:#cbb474;transform:translateY(-1px)}
.member-match-avatar{width:48px;height:48px;flex:0 0 48px;border-radius:14px;overflow:hidden;background:#17150f;color:#dfc87d;display:grid;place-items:center;font-weight:950;font-size:20px}
.member-match-avatar img{width:100%;height:100%;object-fit:cover}
.member-match-content{flex:1;min-width:0}
.member-match-title{display:flex;align-items:center;justify-content:space-between;gap:10px}
.member-match-title strong{font-size:14px}.member-match-title span{font-size:11px;font-weight:950;color:#8c7330;white-space:nowrap}
.member-match-content p{font-size:12px;color:#665f53;margin:5px 0}.member-match-content small{color:#978b73;font-weight:800}
.member-match-explanation{display:flex;gap:18px;margin:22px 0;padding:20px;border-radius:18px;background:linear-gradient(135deg,#181713,#2a2519);color:#fff}
.member-match-explanation h3{color:#fff;margin:4px 0 8px}.member-match-explanation ul{margin:8px 0 10px;padding-left:18px;color:#e8e1d0;line-height:1.55}.member-match-explanation .muted{color:#bdb5a3}
.member-match-score{width:76px;height:76px;flex:0 0 76px;display:grid;place-items:center;border-radius:20px;background:#dfc87d;color:#17150f;font-size:22px;font-weight:1000}
.member-own-insight{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid #ece5d6}.member-own-insight:last-child{border-bottom:0}.member-own-insight strong,.member-own-insight small{display:block}.member-own-insight strong{margin:7px 0 3px}.member-own-insight small{color:#8c8577}.member-own-insight p{font-size:13px;margin:7px 0 0;color:#5f5a50}
@media(max-width:640px){.member-match-explanation{flex-direction:column}.member-match-title{align-items:flex-start;flex-direction:column}.member-match-score{width:64px;height:64px;flex-basis:64px}}

/* === HUB v1.3 — Notifications & member partner directory === */
.notification-bell{position:relative;width:38px;height:38px;border:1px solid #453f30;border-radius:50%;display:grid;place-items:center;color:#eee5ce;text-decoration:none;background:#211e17}
.notification-bell:hover{background:#2c281e}
.notification-bell .bell-symbol{font-size:20px;line-height:1;transform:rotate(45deg)}
.notification-bell b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:#dfc87d;color:#17150f;font-size:9px;font-weight:1000;border:2px solid #17150f}
.notification-list{display:grid;gap:10px}
.notification-card{display:flex;gap:14px;align-items:flex-start;padding:17px 18px;background:#fff;border:1px solid #e5deca;border-radius:16px;color:inherit;text-decoration:none}
.notification-card.is-unread{border-color:#c9ae5c;background:#fffaf0;box-shadow:inset 4px 0 0 #c9ae5c}
.notification-avatar{width:48px;height:48px;border-radius:14px;background:#191713;color:#dfc87d;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;font-weight:1000}
.notification-avatar img{width:100%;height:100%;object-fit:cover}
.notification-content{flex:1}.notification-content p{margin:6px 0;color:#666158;line-height:1.5}.notification-content>span{font-size:12px;color:#816b2c;font-weight:900}
.notification-title-row{display:flex;justify-content:space-between;gap:15px}.notification-title-row small{color:#999184;white-space:nowrap}
.match-suggest-action{margin-top:14px}

.partner-search{margin-bottom:18px}
.member-partner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.member-partner-card{display:flex;gap:18px;padding:20px;background:#fff;border:1px solid #e4dcc7;border-radius:18px;color:inherit;text-decoration:none;transition:.16s ease}
.member-partner-card:hover{transform:translateY(-2px);border-color:#c8ae61;box-shadow:0 12px 32px rgba(55,43,12,.07)}
.member-partner-logo{width:104px;height:104px;flex:0 0 auto;border:1px solid #e8e0cc;border-radius:16px;background:#faf8f2;display:grid;place-items:center;padding:10px;overflow:hidden}
.member-partner-logo img{width:100%;height:100%;object-fit:contain}.member-partner-logo span{font-weight:1000;color:#927a37}
.member-partner-body h3{margin:5px 0 7px;font-size:23px}.member-partner-body p{margin:0 0 13px;color:#6e695f;line-height:1.5}.member-partner-body>b{display:block;margin-top:12px;color:#80692c;font-size:12px}
.partner-card-stats{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#736d61}.partner-card-stats strong{font-size:15px;color:#1e1c18}
.partner-public-hero{display:flex;gap:26px;align-items:center;padding:27px;background:linear-gradient(135deg,#fff,#f7f1df);border:1px solid #ddd2b3;border-radius:20px}
.partner-public-logo{width:155px;height:130px;flex:0 0 auto;background:#fff;border:1px solid #e2dac6;border-radius:18px;display:grid;place-items:center;padding:16px;overflow:hidden}.partner-public-logo img{width:100%;height:100%;object-fit:contain}.partner-public-hero h1{font-size:39px;text-transform:none;letter-spacing:-1.4px;margin:5px 0 8px}.partner-public-hero p{color:#676257;max-width:720px}
.public-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.public-product-card{background:#fff;border:1px solid #e5deca;border-radius:16px;padding:15px}.public-product-card h3{margin:5px 0 7px}.public-product-card p{font-size:13px;color:#6f695e;line-height:1.45}.public-product-gallery{display:flex;gap:5px;height:115px;margin-bottom:13px;overflow:hidden}.public-product-gallery img{flex:1;min-width:0;height:100%;object-fit:cover;border-radius:10px}.public-product-gallery .product-no-image{width:100%;height:100%}
.partner-voucher-public-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.partner-voucher-public{background:#17150f;color:#fff;border-radius:18px;padding:20px}.partner-voucher-public .offer{font-size:31px;color:#dfc87d;font-weight:1000;margin:15px 0 5px}.partner-voucher-public h3{margin:0 0 8px}.partner-voucher-public p{color:#c8c2b4;font-size:13px}.voucher-brand-mini{display:flex;align-items:center;gap:9px;font-size:11px;color:#d6d0c0}.voucher-brand-mini img{width:38px;height:38px;object-fit:contain;background:#fff;border-radius:9px;padding:3px}.voucher-meta-line{display:flex;gap:12px;justify-content:space-between;font-size:11px;color:#bdb5a5;margin:14px 0}.voucher-partner-logo{width:64px;height:42px;object-fit:contain;background:#fff;border-radius:8px;padding:4px;margin-bottom:8px}
@media(max-width:900px){.member-partner-grid{grid-template-columns:1fr}.public-product-grid,.partner-voucher-public-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.notification-title-row{flex-direction:column;gap:4px}.member-partner-card,.partner-public-hero{align-items:flex-start;flex-direction:column}.member-partner-logo{width:90px;height:90px}.partner-public-logo{width:130px;height:100px}.public-product-grid,.partner-voucher-public-grid{grid-template-columns:1fr}}

/* === HUB v1.4 — public home + real notification bell === */
.notification-bell .bell-symbol{width:19px;height:19px;display:grid;place-items:center;transform:none}
.notification-bell .bell-symbol svg{width:19px;height:19px;display:block}

.public-hero{position:relative;overflow:hidden;padding:94px 0 82px;min-height:760px;display:flex;align-items:center}
.public-hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-180px;top:-180px;background:radial-gradient(circle,rgba(223,200,125,.13),rgba(223,200,125,0) 68%);pointer-events:none}
.public-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(223,200,125,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(223,200,125,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to right,transparent 10%,#000 70%);pointer-events:none}
.public-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center}
.public-hero-copy h1{font-size:clamp(48px,5.7vw,82px);max-width:790px;line-height:.95;margin:22px 0 25px}
.public-lead{font-size:19px;line-height:1.65;color:#c9c5bb;max-width:720px}
.public-proof{display:flex;gap:0;margin-top:48px;border-top:1px solid #29261d;border-bottom:1px solid #29261d}
.public-proof>div{padding:17px 28px 17px 0;margin-right:28px;border-right:1px solid #29261d}
.public-proof>div:last-child{border:0}.public-proof strong,.public-proof span{display:block}.public-proof strong{font-size:13px;color:#e8d99f}.public-proof span{font-size:11px;color:#827e74;margin-top:4px}

.public-network-demo{position:relative;background:linear-gradient(145deg,#181713,#0e0e0d);border:1px solid #3a3322;border-radius:26px;padding:28px;box-shadow:0 35px 90px rgba(0,0,0,.42)}
.public-network-demo:before{content:"";position:absolute;inset:-1px;border-radius:26px;background:linear-gradient(135deg,rgba(223,200,125,.28),transparent 35%,transparent 70%,rgba(223,200,125,.1));z-index:-1}
.network-top{display:flex;justify-content:space-between;align-items:center}.live-dot{font-size:10px;color:#a8a399}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#77b88a;margin-right:6px}
.network-match{display:flex;align-items:center;gap:12px;margin:36px 0 26px}.network-avatar{width:74px;height:74px;border-radius:21px;border:1px solid #4a412a;background:#222018;display:grid;place-items:center;color:#e3cc7e;font-size:21px;font-weight:1000}
.network-line{flex:1;display:flex;align-items:center}.network-line span{height:1px;background:#4a412a;flex:1}.network-line b{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;border:1px solid #b99e50;background:#17150f;color:#dfc87d;font-size:18px;margin:0 -1px}
.public-network-demo h3{font-size:26px;margin:0 0 8px}.public-network-demo>p{color:#a9a49a;font-size:14px;line-height:1.55}
.network-reasons{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.network-reasons span{font-size:10px;padding:7px 9px;border-radius:999px;background:#211f18;border:1px solid #3c3524;color:#d8c987}
.network-suggestion{margin-top:22px;padding:15px 17px;border-left:3px solid #dfc87d;background:#1d1a12}.network-suggestion small,.network-suggestion strong{display:block}.network-suggestion small{font-size:9px;letter-spacing:1.2px;color:#9f936e}.network-suggestion strong{margin-top:4px}

.public-manifesto{padding:58px 0;border-top:1px solid #201f1b;border-bottom:1px solid #201f1b;background:#0c0c0b}.manifesto-grid{display:grid;grid-template-columns:.55fr 1fr .8fr;gap:45px;align-items:center}.manifesto-grid blockquote{font-size:32px;font-weight:950;letter-spacing:-1px;line-height:1.1;margin:0;color:#f2ead0}.manifesto-grid p{color:#aaa59a;line-height:1.65;margin:0;font-size:14px}

.public-section{padding:92px 0}.public-section-head{display:flex;justify-content:space-between;gap:60px;align-items:end;margin-bottom:38px}.public-section-head h2,.public-purpose h2,.public-cta h2{font-size:clamp(38px,4.5vw,60px);letter-spacing:-2.8px;line-height:1;margin:7px 0 0}.public-section-head>p{max-width:470px;color:#aaa59a;line-height:1.6;margin:0}
.public-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.public-feature{min-height:285px;padding:27px;border:1px solid #29271f;border-radius:21px;background:#11110f;position:relative;overflow:hidden}.public-feature>span{font-size:11px;color:#806f3e;font-weight:950}.public-feature h3{font-size:27px;margin:9px 0}.public-feature p{max-width:520px;color:#9e9a90;line-height:1.55;font-size:14px}.feature-dark{background:linear-gradient(145deg,#1e1a11,#11110f);border-color:#40371f}
.feature-mini-match{position:absolute;right:26px;bottom:24px;display:flex;align-items:end;gap:8px}.feature-mini-match b{font-size:44px;color:#dfc87d}.feature-mini-match small{color:#8e897e;padding-bottom:8px}
.feature-tags{display:flex;gap:7px;position:absolute;bottom:27px}.feature-tags i{font-style:normal;font-size:11px;border:1px solid #3c382c;border-radius:999px;padding:8px 10px;color:#d3c58e}
.feature-voucher{position:absolute;right:25px;bottom:24px;width:205px;padding:15px;border:1px dashed #6a5c32;border-radius:13px;background:#19170f}.feature-voucher small,.feature-voucher b,.feature-voucher span{display:block}.feature-voucher small{font-size:8px;color:#8e856b}.feature-voucher b{font-size:28px;color:#dfc87d;margin:4px 0}.feature-voucher span{font-family:monospace;letter-spacing:2px;color:#e8e3d5}
.feature-feed{position:absolute;right:25px;bottom:25px;border-left:2px solid #dfc87d;padding:8px 0 8px 13px}.feature-feed b,.feature-feed span{display:block}.feature-feed span{font-size:11px;color:#88847a;margin-top:4px}

.public-how{background:#0d0d0c;border-top:1px solid #201f1b;border-bottom:1px solid #201f1b}.public-steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #302d24}.public-steps>div{padding:28px 25px 10px 0;margin-right:25px;border-right:1px solid #302d24;display:flex;gap:15px}.public-steps>div:last-child{border:0}.public-steps b{color:#dfc87d;font-size:12px}.public-steps strong,.public-steps small{display:block}.public-steps strong{font-size:17px}.public-steps small{font-size:12px;color:#8f8b82;line-height:1.5;margin-top:7px}

.public-purpose{padding:85px 0;background:linear-gradient(135deg,#18150d,#0c0c0b)}.purpose-inner{display:grid;grid-template-columns:.45fr 1fr;gap:60px;align-items:center}.purpose-japanese{font-size:92px;color:#dfc87d;font-weight:300;letter-spacing:8px;border-right:1px solid #41391f}.purpose-inner p{color:#aaa59a;max-width:700px;line-height:1.65}
.public-cta{padding:80px 0}.public-cta-inner{display:flex;justify-content:space-between;align-items:center;gap:50px;padding:48px;border:1px solid #443a20;border-radius:25px;background:linear-gradient(135deg,#1b1810,#111)}.public-cta-inner p{color:#aaa59a;max-width:650px;line-height:1.6}.public-cta-inner .btn{flex:0 0 auto}

@media(max-width:900px){.public-hero-grid,.manifesto-grid,.purpose-inner{grid-template-columns:1fr}.public-feature-grid{grid-template-columns:1fr}.public-steps{grid-template-columns:1fr 1fr}.public-section-head{align-items:flex-start;flex-direction:column}.purpose-japanese{border-right:0;border-bottom:1px solid #41391f;padding-bottom:25px}.public-cta-inner{align-items:flex-start;flex-direction:column}.public-network-demo{max-width:620px}}
@media(max-width:600px){.public-hero{padding:58px 0}.public-hero-copy h1{font-size:45px;letter-spacing:-2px}.public-proof{flex-direction:column}.public-proof>div{border-right:0;border-bottom:1px solid #29261d;margin:0;padding:13px 0}.public-steps{grid-template-columns:1fr}.public-steps>div{border-right:0;border-bottom:1px solid #302d24;margin:0;padding:22px 0}.feature-voucher,.feature-feed,.feature-mini-match{position:static;margin-top:25px}.purpose-japanese{font-size:56px}.public-cta-inner{padding:28px}.network-avatar{width:58px;height:58px;border-radius:17px}.network-line b{width:52px;height:52px;font-size:15px}}

/* === BIZ JJ v1.5 — community-first public site === */
.biz-public{background:#fff;color:#171612}
.biz-public .wrap{position:relative;z-index:2}
.bj-kicker{display:inline-block;font-size:11px;font-weight:1000;letter-spacing:2.1px;color:#dfc87d}
.bj-kicker.dark{color:#8d7429}
.bj-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 30%,#2a2415 0,#12110e 32%,#090a0a 72%);color:#fff;padding:105px 0 98px;min-height:610px;display:flex;align-items:center}
.bj-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,rgba(19,73,99,.20),transparent 38%),linear-gradient(300deg,rgba(107,47,25,.18),transparent 34%);pointer-events:none}
.bj-hero-glow{position:absolute;width:560px;height:560px;right:5%;top:3%;border-radius:50%;border:1px solid rgba(223,200,125,.11);box-shadow:0 0 120px rgba(223,200,125,.07)}
.bj-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:80px;align-items:center}
.bj-hero h1{font-size:clamp(48px,6.3vw,88px);line-height:.94;letter-spacing:-4.5px;margin:18px 0 26px;max-width:920px}
.bj-hero h1 em{font-style:normal;color:#dfc87d}
.bj-hero p{max-width:690px;font-size:18px;line-height:1.65;color:#d2cfc5}
.bj-hero .actions{display:flex;align-items:center;gap:24px;margin-top:30px}
.bj-text-link{font-size:12px;font-weight:900;color:#e5ddc2;text-decoration:none}
.bj-hero-mark{min-height:300px;border-left:1px solid rgba(223,200,125,.28);padding-left:42px;display:flex;flex-direction:column;justify-content:center}
.bj-monogram{font-size:clamp(72px,9vw,138px);font-weight:1000;letter-spacing:-9px;line-height:.8;color:#dfc87d}
.bj-hero-mark span{font-size:9px;letter-spacing:1.4px;color:#aaa28b;margin-top:22px;max-width:280px}

.bj-section{padding:90px 0}
.bj-white{background:#fff}.bj-soft{background:#f7f4ea}.bj-gold{background:#dfc87d}
.bj-about{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}
.bj-section h2{font-size:clamp(38px,4.7vw,64px);line-height:1;letter-spacing:-3px;margin:10px 0 25px;color:#171612}
.bj-section p{font-size:15px;line-height:1.7;color:#67635a}
.btn-dark{background:#171612!important;color:#fff!important;border-color:#171612!important}
.bj-kanji{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.bj-kanji>div{text-align:center;padding:25px 10px}
.bj-kanji strong{display:block;font-size:128px;line-height:1;color:#d5bb66;font-weight:400}
.bj-kanji span{font-size:11px;color:#777166}
.bj-center-head{text-align:center;max-width:850px;margin:0 auto 48px}.bj-center-head h2{margin-left:auto;margin-right:auto}
.bj-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.bj-pillars article{background:#fff;padding:27px;min-height:240px;border-top:4px solid #171612}
.bj-pillars b{font-size:11px;color:#9b812e}.bj-pillars h3{font-size:24px;margin:25px 0 9px}.bj-pillars p{font-size:13px;line-height:1.55;color:#68635a}

.bj-hub-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:75px;align-items:center}
.bj-hub-copy p{max-width:580px}.bj-hub-items{display:flex;flex-wrap:wrap;gap:8px;margin-top:25px}.bj-hub-items span{padding:8px 10px;border:1px solid #d8d1be;border-radius:999px;font-size:9px;font-weight:1000;color:#77672f}
.bj-match-card{background:#12120f;color:#fff;border-radius:23px;padding:27px;box-shadow:0 30px 70px rgba(31,28,19,.17)}
.bj-match-label{display:flex;justify-content:space-between;align-items:center}.bj-match-label span{font-size:9px;letter-spacing:1.5px;color:#dfc87d;font-weight:1000}.bj-match-label i{font-style:normal;font-size:9px;color:#8e8a80}
.bj-match-people{display:flex;align-items:center;gap:11px;margin:29px 0 23px}.bj-person{width:112px;text-align:center}.bj-person b{width:62px;height:62px;border-radius:17px;background:#29261c;border:1px solid #554a2d;display:grid;place-items:center;margin:auto;color:#dfc87d}.bj-person small{display:block;color:#8f8a80;font-size:9px;margin-top:7px}.bj-score{display:flex;align-items:center;flex:1}.bj-score span{height:1px;background:#554a2d;flex:1}.bj-score strong{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;border:1px solid #b89e50;color:#dfc87d}
.bj-match-card h3{font-size:22px;margin:0 0 7px}.bj-match-card>p{color:#aaa69c;font-size:13px}.bj-tags{display:flex;gap:6px;flex-wrap:wrap;margin:16px 0}.bj-tags span{font-size:9px;padding:6px 8px;border-radius:999px;background:#222017;color:#d5c581}.bj-suggest{border-left:3px solid #dfc87d;background:#1c1a12;padding:12px 14px}.bj-suggest small,.bj-suggest strong{display:block}.bj-suggest small{font-size:8px;color:#8e8465}.bj-suggest strong{margin-top:3px;font-size:13px}

.bj-audience{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.bj-audience article{background:#fff;border:1px solid #e1dccd;padding:27px;min-height:220px}.bj-audience article>span{font-size:11px;font-weight:1000;color:#b29439}.bj-audience h3{font-size:21px;line-height:1.08;margin:25px 0 10px}.bj-audience p{font-size:12px;line-height:1.55}
.bj-partners{background:#e4ce83}.bj-partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.bj-outline-link{display:inline-block;margin-top:18px;color:#171612;font-size:12px;font-weight:1000;text-decoration:none;border-bottom:1px solid #171612;padding-bottom:3px}
.bj-partner-demo{display:grid;grid-template-columns:1fr 1.15fr;gap:10px}.bj-brand,.bj-voucher{background:#fff;padding:20px;min-height:105px;display:flex;flex-direction:column;justify-content:center}.bj-brand span{font-size:20px;font-weight:1000}.bj-brand small{font-size:9px;color:#817b70;margin-top:4px}.bj-voucher{grid-row:span 2;background:#15140f;color:#fff;border:1px dashed #8b783f}.bj-voucher small{font-size:8px;color:#9e9478}.bj-voucher strong{font-size:36px;color:#dfc87d;margin:6px 0}.bj-voucher span{font-family:monospace;letter-spacing:2px}
.bj-purpose{background:#fff}.bj-purpose-grid{display:grid;grid-template-columns:.7fr 1fr;gap:70px;align-items:center}.bj-purpose-kanji{font-size:90px;color:#d2b65b;letter-spacing:8px;border-right:1px solid #ded7c4;padding:30px 50px 30px 0;text-align:center}
.bj-final{background:#11110f;color:#fff;padding:74px 0}.bj-final-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.bj-final h2{font-size:clamp(36px,4.5vw,59px);line-height:1;letter-spacing:-3px;margin:8px 0 12px;max-width:850px}.bj-final p{color:#9e9a91}.bj-final .btn{flex:0 0 auto}

@media(max-width:900px){.bj-hero-grid,.bj-about,.bj-hub-grid,.bj-partner-grid,.bj-purpose-grid{grid-template-columns:1fr}.bj-hero-mark{display:none}.bj-pillars,.bj-audience{grid-template-columns:1fr 1fr}.bj-kanji{max-width:600px}.bj-purpose-kanji{border-right:0;border-bottom:1px solid #ded7c4;padding:20px}.bj-final-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.bj-hero{padding:65px 0}.bj-hero h1{font-size:47px;letter-spacing:-2.5px}.bj-hero .actions{align-items:flex-start;flex-direction:column}.bj-section{padding:65px 0}.bj-pillars,.bj-audience,.bj-kanji,.bj-partner-demo{grid-template-columns:1fr}.bj-kanji strong{font-size:95px}.bj-voucher{grid-row:auto}.bj-purpose-kanji{font-size:55px}.bj-final h2{letter-spacing:-2px}}


/* === BIZ JJ v1.6 — Events, commitments, ambassadors, intelligence === */
.event-admin-grid,.member-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.event-admin-card,.member-event-card{border:1px solid #ded8c7;border-radius:18px;overflow:hidden;background:#fff;color:inherit;text-decoration:none}.event-admin-card>img,.member-event-card>img{width:100%;height:170px;object-fit:cover;display:block}.event-admin-body,.member-event-body{padding:20px}.event-meta{display:flex;justify-content:space-between;gap:10px;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#9a823a;font-weight:900}.event-admin-card h3,.member-event-card h3{font-size:22px;margin:8px 0}.event-admin-card p,.member-event-card p{color:#777166;font-size:12px}.event-stat{display:flex;align-items:end;gap:7px;margin:15px 0}.event-stat b{font-size:30px}.event-stat span{font-size:11px;color:#8c877d;padding-bottom:4px}.event-cover-placeholder{height:170px;background:#171612;color:#dfc87d;display:flex;flex-direction:column;align-items:center;justify-content:center}.event-cover-placeholder b{font-size:50px;line-height:1}.event-cover-placeholder span{font-size:10px;letter-spacing:2px}.event-card-foot{border-top:1px solid #eee8d9;padding-top:13px;margin-top:15px;display:flex;justify-content:space-between;font-size:10px}.event-card-foot b{color:#8e7428}.metric-word{font-size:23px!important;text-transform:capitalize}.inline-event-form{display:grid;grid-template-columns:1.3fr .45fr .45fr 1.2fr 1.5fr auto;gap:8px;align-items:end;margin:15px 0 20px}.presenter-row{display:grid;grid-template-columns:45px 1fr auto auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #eee}.presenter-row>div span{display:block;color:#888;font-size:11px}.event-detail{background:#fff;border:1px solid #ded8c7;border-radius:22px;overflow:hidden}.event-detail-cover{width:100%;height:300px;object-fit:cover}.event-detail-main{padding:30px}.event-detail h1{font-size:42px;letter-spacing:-2px;margin:8px 0 22px}.event-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.event-facts>div{padding:14px;background:#f7f4ea}.event-facts small,.event-facts strong{display:block}.event-facts small{font-size:8px;color:#99833e;letter-spacing:1px}.event-facts strong{font-size:12px;margin-top:5px}.event-description{font-size:15px!important;max-width:900px;line-height:1.7}.event-info-box{border-left:3px solid #d4b85c;background:#faf8f1;padding:14px 16px;margin:15px 0}.event-info-box small{font-size:8px;color:#927b33;letter-spacing:1px}.event-confirmed{margin-top:22px;padding:18px;background:#f3f7f2;border:1px solid #d7e5d5;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.event-confirmed>b{margin-right:auto}.event-register{display:flex;gap:10px;align-items:end;margin-top:22px}.event-register input{max-width:90px}.presenter-member-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px}.presenter-member-card{display:flex;gap:12px;border:1px solid #eee5d1;padding:14px;border-radius:14px}.presenter-member-card small,.presenter-member-card strong,.presenter-member-card span,.presenter-member-card a{display:block}.presenter-member-card small{font-size:8px;color:#9a823a}.presenter-member-card span{font-size:11px;color:#888;margin:3px 0}.commitment-timeline{display:grid;gap:10px}.commitment-card{display:grid;grid-template-columns:82px 1fr auto;align-items:center;gap:18px;background:#fff;border:1px solid #ded8c7;border-radius:16px;padding:15px;text-decoration:none;color:inherit}.commitment-date{background:#171612;color:#dfc87d;border-radius:12px;text-align:center;padding:12px}.commitment-date b,.commitment-date span{display:block}.commitment-date b{font-size:30px}.commitment-date span{font-size:9px}.commitment-card h3{margin:3px 0}.commitment-card p{font-size:11px;color:#777}.commitment-status{font-size:11px;color:#8f7426}.past-events{display:grid;gap:7px}.past-events a{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee;text-decoration:none;color:inherit}.ambassador-seat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.ambassador-seat-grid article{background:#fff;border:1px solid #ded8c7;border-radius:16px;padding:20px}.ambassador-seat-grid h3{font-size:22px;margin:5px 0}.ambassador-seat-grid p{font-size:12px;color:#777}.seat-members>div,.badge-admin-list>div{display:flex;align-items:center;gap:8px;padding:8px 0;border-top:1px solid #eee}.seat-members strong,.badge-admin-list strong{margin-right:auto}.identity-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.identity-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#171612;color:#dfc87d;font-size:8px;font-weight:1000;letter-spacing:.5px;text-transform:uppercase}.identity-badge.ambassador{background:#dfc87d;color:#171612}.intelligence-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.intelligence-actions article{background:#fff;border:1px solid #ded8c7;padding:18px;border-radius:14px}.intelligence-actions article>span{font-size:8px;color:#927b33;font-weight:1000;letter-spacing:1px}.intelligence-actions strong{display:block;font-size:25px;margin:8px 0}.intelligence-actions p{font-size:12px;color:#777;min-height:45px}.intelligence-actions small{display:block;border-top:1px solid #eee;padding-top:10px;color:#8a7a47;line-height:1.4}.event-intel-banner{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#1b1912,#111);color:#fff;border-radius:18px;padding:20px;margin-bottom:28px}.event-intel-date{width:70px;flex:0 0 70px;background:#dfc87d;color:#171612;text-align:center;border-radius:12px;padding:10px}.event-intel-date b,.event-intel-date span{display:block}.event-intel-date b{font-size:30px}.event-intel-date span{font-size:9px}.event-intel-banner>div:nth-child(2){flex:1}.event-intel-banner h3{margin:3px 0}.event-intel-banner p{color:#aaa;font-size:12px}
@media(max-width:900px){.event-admin-grid,.member-event-grid,.ambassador-seat-grid,.presenter-member-grid{grid-template-columns:1fr}.inline-event-form{grid-template-columns:1fr 1fr}.event-facts,.intelligence-actions{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.event-detail-main{padding:20px}.event-detail h1{font-size:32px}.event-facts,.intelligence-actions{grid-template-columns:1fr}.commitment-card{grid-template-columns:65px 1fr}.commitment-status{grid-column:2}.event-intel-banner{align-items:flex-start;flex-wrap:wrap}.inline-event-form{grid-template-columns:1fr}}

/* === BIZ JJ 1.6.1 — identidade do membro no diretório === */
.member-card-v161{position:relative;display:flex;flex-direction:column;min-height:292px;overflow:visible}
.member-card-topline{display:flex;align-items:flex-start;justify-content:space-between;min-height:79px;margin-bottom:10px}
.member-avatar-rank{position:relative;width:74px;height:79px;display:flex;align-items:flex-start;justify-content:center}
.member-directory-avatar{width:64px!important;height:64px!important;border-radius:50%;object-fit:cover;border:3px solid #d7bb5d;box-shadow:0 0 0 1px rgba(23,22,18,.08);position:relative;z-index:2}
.member-avatar-fallback{display:grid!important;place-items:center;background:#171612;color:#dfc87d;font-size:17px;font-weight:900}
.belt-marker{position:absolute;z-index:3;left:9px;bottom:5px;width:56px;height:13px;border-radius:2px;box-shadow:0 2px 5px rgba(0,0,0,.22);border:1px solid rgba(0,0,0,.18);transform:rotate(-1deg);overflow:hidden}
.belt-marker:before{content:"";position:absolute;inset:0;background:var(--belt,#ddd)}
.belt-marker i{position:absolute;z-index:2;right:7px;top:0;width:13px;height:100%;background:#111}
.belt-marker b{position:absolute;z-index:3;right:10px;top:1px;width:2px;height:9px;border-left:1px solid rgba(255,255,255,.82);border-right:1px solid rgba(255,255,255,.82)}
.belt-white{--belt:#f3f0e8}.belt-blue{--belt:#285baf}.belt-purple{--belt:#693c8f}.belt-brown{--belt:#704525}.belt-black{--belt:#131313}.belt-black i{background:#a92624}.belt-coral:before{background:repeating-linear-gradient(90deg,#c43a36 0 10px,#f1ede4 10px 20px)}.belt-coral i{background:#111}.belt-red{--belt:#b82f2d}.belt-red i{background:#111}.belt-unknown{--belt:#c9c5bb}
.member-ambassador-seal{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#171612;color:#dfc87d;border:2px solid #dfc87d;font-size:11px;font-weight:1000;box-shadow:0 4px 12px rgba(0,0,0,.12);position:relative}
.member-ambassador-seal:after{content:"";position:absolute;inset:4px;border:1px solid rgba(223,200,125,.45);border-radius:50%}
.member-card-v161 h3{margin-top:0}
.member-card-area{margin-bottom:13px}
.member-card-identities{margin-top:auto;padding-top:12px;border-top:1px solid #eee8d9;display:flex;flex-wrap:wrap;gap:5px}
.member-mini-tag{display:inline-flex;align-items:center;min-height:23px;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:900;line-height:1.15;letter-spacing:.25px;text-transform:uppercase;background:#f4f1e7;color:#5f594d;border:1px solid #e3dcc8}
.member-badge-tag{background:#171612;color:#dfc87d;border-color:#171612}
.member-ambassador-tag{background:#dfc87d;color:#171612;border-color:#ccb25b}
.belt-label{background:#fff;color:#716943}
@media(max-width:640px){.member-card-v161{min-height:270px}.member-card-identities{gap:4px}.member-mini-tag{font-size:7.5px}}

/* === BIZ JJ 1.6.2 — detalhe de membro refinado === */
.member-profile-detail-v162{padding:34px 38px 38px}
.member-profile-head-v162{align-items:center;gap:28px;margin-bottom:28px}
.profile-avatar-rank{position:relative;width:142px;height:154px;flex:0 0 142px;display:flex;align-items:flex-start;justify-content:center}
.profile-avatar-rank .avatar-lg{width:128px;height:128px;border-radius:50%;object-fit:cover;border:4px solid #d8bb5d;box-shadow:0 0 0 1px rgba(23,22,18,.08)}
.profile-avatar-fallback{display:grid!important;place-items:center;background:#171612;color:#dfc87d;font-size:34px;font-weight:950}
.profile-belt-marker{left:14px;bottom:5px;width:114px;height:21px;border-radius:3px;transform:none;box-shadow:0 4px 9px rgba(0,0,0,.2)}
.profile-belt-marker i{right:15px;width:25px}.profile-belt-marker b{right:21px;top:3px;height:13px;width:5px;border-left-width:2px;border-right-width:2px}
.member-profile-title{min-width:0}.member-profile-title h2{font-size:34px;margin:8px 0 16px;letter-spacing:-.8px}.member-profile-title>.muted{font-size:17px;line-height:1.45}.member-profile-title .identity-row{margin-top:12px}
.member-detail-sections{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:18px;margin-top:30px}
.member-detail-panel{border:1px solid #e4ddca;border-radius:20px;background:#fbfaf6;padding:22px}
.member-detail-section-head{margin-bottom:15px}.member-detail-section-head>span{font-size:9px;text-transform:uppercase;letter-spacing:1.35px;color:#a28632;font-weight:950}.member-detail-section-head h3{font-size:20px;margin:4px 0 0;letter-spacing:-.25px}
.member-info-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.member-info-card{display:flex;gap:13px;align-items:flex-start;background:#fff;border:1px solid #ebe5d6;border-radius:14px;padding:15px;min-height:88px}
.member-info-card.member-info-highlight{background:#f5eed9;border-color:#e4d5a7}
.member-info-icon{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#f0ead8;color:#836b29;display:grid;place-items:center}
.member-info-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.member-info-card small,.member-info-card strong{display:block}.member-info-card small{font-size:9px;text-transform:uppercase;letter-spacing:.75px;color:#948c7b;font-weight:900;margin-bottom:5px}.member-info-card strong{font-size:13px;line-height:1.48;color:#282620;font-weight:750}
.member-contact-cards{display:grid;gap:8px}.member-contact-card{display:flex;align-items:center;gap:11px;padding:12px 13px;border-radius:12px;background:#fff;border:1px solid #ebe5d6;color:inherit;text-decoration:none;transition:.15s ease}.member-contact-card:is(a):hover{border-color:#d7bd68;transform:translateY(-1px)}
.member-contact-icon{width:32px;height:32px;flex:0 0 32px;border-radius:9px;background:#171612;color:#dfc87d;display:grid;place-items:center;font-size:12px;font-weight:950}.member-contact-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.member-contact-card small,.member-contact-card strong{display:block}.member-contact-card small{font-size:8px;text-transform:uppercase;letter-spacing:.7px;color:#999181;font-weight:900}.member-contact-card strong{font-size:12px;margin-top:3px;word-break:break-word}
@media(max-width:900px){.member-detail-sections{grid-template-columns:1fr}.member-info-cards{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.member-profile-detail-v162{padding:22px}.member-profile-head-v162{align-items:flex-start;gap:17px}.profile-avatar-rank{width:100px;height:110px;flex-basis:100px}.profile-avatar-rank .avatar-lg{width:92px;height:92px}.profile-belt-marker{left:8px;bottom:4px;width:84px;height:17px}.profile-belt-marker i{right:10px;width:20px}.profile-belt-marker b{right:15px;top:2px;height:11px}.member-profile-title h2{font-size:27px;margin:5px 0 9px}.member-profile-title>.muted{font-size:14px}.member-info-cards{grid-template-columns:1fr}}

/* === HUB v1.6.3: event owner, guest toggle and cover guidance === */
.field-help{display:block;margin-top:7px;color:#817b70;font-size:12px;line-height:1.45}
.event-cover-field{margin-top:18px}.event-cover-preview{display:block;width:min(520px,100%);aspect-ratio:16/9;object-fit:cover;border-radius:14px;border:1px solid #dfd7c3;margin:8px 0 12px}
.event-toggle{display:flex!important;align-items:flex-start;gap:12px;margin:22px 0!important;padding:16px 18px;border:1px solid #ded6c1;border-radius:14px;background:#faf8f2;color:#171717!important;cursor:pointer}
.event-toggle input[type=checkbox]{appearance:none;-webkit-appearance:none;width:22px!important;height:22px!important;min-height:22px!important;flex:0 0 22px;margin:1px 0 0;padding:0;border:1.5px solid #9c8c58!important;border-radius:6px!important;background:#fff!important;position:relative}
.event-toggle input[type=checkbox]:checked{background:#dfc87d!important;border-color:#b99e50!important}.event-toggle input[type=checkbox]:checked:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;font-size:14px;font-weight:1000;color:#17120a}
.event-toggle span{display:block}.event-toggle strong{display:block;font-size:14px}.event-toggle small{display:block;color:#817b70;font-weight:500;line-height:1.45;margin-top:3px}
.event-owner-card{display:flex;align-items:center;gap:18px;margin:25px 0;padding:18px;border:1px solid #e2dac5;background:#faf8f2;border-radius:16px}
.event-owner-avatar{width:84px;height:94px;flex:0 0 84px;position:relative}.event-owner-avatar img,.event-owner-fallback{width:78px;height:78px;border-radius:50%;object-fit:cover;border:3px solid #dfc87d;background:#191712;color:#dfc87d;display:grid;place-items:center;font-size:26px;font-weight:900}
.event-owner-belt{left:4px;bottom:2px;width:72px;height:16px;transform:none}.event-owner-belt i{right:10px;width:17px}.event-owner-belt b{right:14px;top:2px;height:10px}
.event-owner-copy{min-width:0}.event-owner-copy>small{display:block;color:#9b8749;font-size:9px;font-weight:1000;letter-spacing:1.3px}.event-owner-copy>strong{display:block;font-size:19px;margin:3px 0}.event-owner-copy>span{display:block;color:#716d64;font-size:13px}.event-owner-copy>a{display:inline-block;margin-top:8px;font-size:12px;font-weight:900;color:#8b7128}
.event-owner-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.event-owner-tags em{font-style:normal;font-size:9px;font-weight:800;padding:5px 8px;border-radius:999px;background:#eee7d2;color:#66572c}
.admin-event-owner{display:flex;flex-direction:column;gap:3px;background:#fff;border:1px solid #e6dfcb;border-radius:14px;padding:14px 18px;margin:0 0 16px}.admin-event-owner strong{font-size:17px}.admin-event-owner>span:last-child{font-size:12px;color:#77736b}
@media(max-width:640px){.event-owner-card{align-items:flex-start}.event-owner-avatar{width:72px;height:82px;flex-basis:72px}.event-owner-avatar img,.event-owner-fallback{width:66px;height:66px}.event-owner-belt{width:61px;height:14px}.event-owner-copy>strong{font-size:17px}}

/* Patch 1.6.4 — agenda e Meus compromissos */
.commitment-rich-list{display:grid;gap:18px}
.commitment-rich-card{display:grid;grid-template-columns:260px minmax(0,1fr);background:#fff;border:1px solid #ded8c7;border-radius:20px;overflow:hidden}
.commitment-rich-cover{position:relative;display:block;min-height:100%;background:#171612;text-decoration:none;color:inherit}
.commitment-rich-cover>img{width:100%;height:100%;min-height:270px;object-fit:cover;display:block}
.commitment-rich-placeholder{height:100%;min-height:270px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#dfc87d}
.commitment-rich-placeholder b{font-size:64px;line-height:1}.commitment-rich-placeholder span{font-size:11px;letter-spacing:2px;margin-top:8px}
.commitment-confirmed-pill{position:absolute;left:14px;top:14px;background:#fff;color:#171612;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900;box-shadow:0 4px 18px rgba(0,0,0,.14)}
.commitment-rich-content{padding:24px}
.commitment-rich-top{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.commitment-rich-top h2{font-size:27px;line-height:1.08;margin:5px 0 0}
.commitment-format-badge{display:inline-flex;flex:0 0 auto;padding:6px 9px;border:1px solid #dfd6bd;border-radius:999px;color:#806a2c;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}
.commitment-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:18px 0}.commitment-detail-grid>div{background:#f8f5ec;padding:11px 12px;border-radius:10px}.commitment-detail-grid small,.commitment-detail-grid strong{display:block}.commitment-detail-grid small{font-size:8px;letter-spacing:1px;color:#957c34}.commitment-detail-grid strong{font-size:11px;margin-top:4px;line-height:1.35}
.commitment-inline-info{border-top:1px solid #eee7d6;padding:11px 0;display:flex;gap:16px;align-items:flex-start}.commitment-inline-info span{font-size:9px;text-transform:uppercase;letter-spacing:.8px;color:#9a823a;min-width:80px}.commitment-inline-info strong{font-size:11px;font-weight:700}
.commitment-instructions{background:#faf8f1;border-left:3px solid #d4b85c;padding:12px 14px;margin:9px 0 14px}.commitment-instructions small{font-size:8px;color:#927b33;letter-spacing:1px}.commitment-instructions p{font-size:11px!important;line-height:1.55;margin:5px 0 0;color:#625e55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.commitment-owner-mini{display:flex;align-items:center;gap:10px;margin:12px 0}.commitment-owner-mini>img,.commitment-owner-mini>span{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#171612;color:#dfc87d;display:flex;align-items:center;justify-content:center;font-weight:900}.commitment-owner-mini div small,.commitment-owner-mini div strong,.commitment-owner-mini div em{display:block}.commitment-owner-mini div small{font-size:7px;letter-spacing:1px;color:#9a823a}.commitment-owner-mini div strong{font-size:11px;margin:1px 0}.commitment-owner-mini div em{font-size:9px;color:#817d73;font-style:normal}
.commitment-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid #eee7d6;padding-top:15px;margin-top:14px}.commitment-actions form{margin:0}.commitment-cancel{border-color:#d8c7c7!important;color:#8f5656!important}
.past-events-v164 a{align-items:center}.past-events-v164 a>div small{display:block;font-size:9px;color:#8c877d;margin-top:3px}
.agenda-past-wrap{margin-top:30px}.agenda-past-grid{display:grid;gap:7px}.agenda-past-grid a{display:flex;justify-content:space-between;align-items:center;padding:13px 15px;border:1px solid #e5deca;border-radius:12px;background:#fff;text-decoration:none;color:inherit}.agenda-past-grid strong,.agenda-past-grid small{display:block}.agenda-past-grid small{font-size:9px;color:#89847b;margin-top:3px}.agenda-past-grid span{font-size:10px;color:#8f7426}
@media(max-width:1000px){.commitment-rich-card{grid-template-columns:190px minmax(0,1fr)}.commitment-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.commitment-rich-card{grid-template-columns:1fr}.commitment-rich-cover>img,.commitment-rich-placeholder{height:190px;min-height:190px}.commitment-rich-content{padding:18px}.commitment-rich-top{display:block}.commitment-format-badge{margin-top:9px}.commitment-detail-grid{grid-template-columns:1fr 1fr}.commitment-actions{align-items:stretch}.commitment-actions .btn,.commitment-actions form,.commitment-actions form .btn{width:100%;text-align:center}.agenda-past-grid a{gap:12px}}


/* === HUB v1.6.5 — Insights sociais === */
.community-insight-timeline{display:grid;gap:14px;margin-top:14px}
.community-insight-card{background:#fff;border:1px solid #ece5d6;border-radius:18px;padding:18px;scroll-margin-top:90px}
.community-insight-head{display:grid;grid-template-columns:46px 1fr auto;gap:11px;align-items:center}
.community-insight-head a{text-decoration:none;color:inherit}
.community-insight-head strong,.community-insight-head small{display:block}
.community-insight-head small{color:#8c8577;font-size:12px;margin-top:2px}
.community-insight-avatar,.insight-comment-avatar{width:46px;height:46px;border-radius:50%;overflow:hidden;background:#171717;color:#d8b75d;display:flex;align-items:center;justify-content:center;font-weight:900;flex:none}
.community-insight-avatar img,.insight-comment-avatar img{width:100%;height:100%;object-fit:cover}
.community-insight-copy{padding:14px 0 4px}
.community-insight-copy h4{font-size:17px;margin:0 0 6px}
.community-insight-copy p{font-size:14px;line-height:1.55;color:#5f5a50;margin:0}
.insight-social{margin-top:10px;border-top:1px solid #eee8da;padding-top:10px}
.insight-reaction-summary{display:flex;justify-content:space-between;gap:12px;color:#8c8577;font-size:11px;padding:0 2px 8px}
.insight-reaction-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;border-top:1px solid #f2ede3;border-bottom:1px solid #f2ede3;padding:6px 0}
.insight-reaction-bar form{margin:0}
.insight-reaction-btn{width:100%;border:0;background:transparent;border-radius:9px;padding:7px 5px;display:flex;align-items:center;justify-content:center;gap:5px;cursor:pointer;color:#716b60;font:inherit}
.insight-reaction-btn:hover,.insight-reaction-btn.is-active{background:#f5f0e4;color:#8a6a18}
.insight-reaction-btn b{font-size:11px}.insight-reaction-btn small{font-size:10px;font-weight:900}
.insight-comments{display:grid;gap:9px;padding-top:12px}
.insight-comment{display:grid;grid-template-columns:32px 1fr auto;gap:8px;align-items:start}
.insight-comment-avatar{width:32px;height:32px;font-size:12px}
.insight-comment-body{background:#f7f4ed;border-radius:12px;padding:8px 10px}
.insight-comment-body>div{display:flex;gap:8px;align-items:center}.insight-comment-body strong{font-size:12px}.insight-comment-body small{font-size:10px;color:#999184}
.insight-comment-body p{font-size:12px;line-height:1.45;margin:3px 0 0;color:#514d45}
.insight-comment-delete button{border:0;background:transparent;color:#aaa;cursor:pointer;font-size:18px;padding:2px 4px}
.insight-comment-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}
.insight-comment-form input{margin:0!important;border-radius:999px!important;background:#faf8f3!important;padding:10px 14px!important}
.member-own-insight .insight-social{width:100%;margin-top:12px}.member-own-insight>div{min-width:0;flex:1}
@media(max-width:700px){.insight-reaction-bar{grid-template-columns:repeat(2,1fr)}.community-insight-head{grid-template-columns:42px 1fr}.community-insight-head>.insight-pill{grid-column:2}.insight-comment-form{grid-template-columns:1fr}.insight-comment-form .btn{width:100%}}
