/**
 * MICROBA PROFILE
 * File: assets/css/profile.css
 * Component: Member Dashboard / Living Glass UI
 * Version: 3.2.5
 * Release Date: 2026-08-21
 * Package: MICROBA PROFILE
 * Replacement: Full file replacement
 */
:root{--profile-green:#0c352e;--profile-deep:#082721;--profile-gold:#d1a246;--profile-cream:#f5efe4;--profile-ink:#15231f;--profile-line:rgba(209,162,70,.24)}
.profile-auth,.profile-panel,.profile-hero,.profile-grid,.profile-member-nav{box-sizing:border-box}.profile-auth{max-width:700px;margin:72px auto;padding:clamp(28px,5vw,56px);border:1px solid var(--profile-line);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 28px 70px rgba(8,39,33,.09)}
.profile-kicker{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#9a7330;font-weight:700}.profile-auth h1,.profile-panel h1,.profile-hero h1{margin:.35rem 0 1rem;color:var(--profile-green);font-size:clamp(2rem,4vw,3.4rem);line-height:1.04}.profile-panel h2{color:var(--profile-green)}
.profile-form{display:grid;gap:16px;margin-top:24px}.profile-form-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form label{display:grid;gap:7px;font-weight:650;color:var(--profile-ink)}.profile-form label span{font-weight:400;opacity:.65}.profile-form input,.profile-form select{width:100%;box-sizing:border-box;border:1px solid rgba(8,39,33,.18);border-radius:12px;padding:13px 14px;background:#fff;color:var(--profile-ink);font:inherit}.profile-form input:focus,.profile-form select:focus{outline:2px solid rgba(209,162,70,.36);border-color:var(--profile-gold)}.profile-form input[readonly]{background:#f4f4f0;color:#66716d}.profile-check{display:flex!important;grid-column:1/-1;grid-template-columns:auto 1fr!important;align-items:flex-start}.profile-check input{width:auto;margin-top:3px}.span-2{grid-column:1/-1}
.profile-btn{display:inline-flex;justify-content:center;align-items:center;min-height:46px;border:1px solid var(--profile-gold);border-radius:999px;padding:11px 22px;background:var(--profile-green);color:#fff;text-decoration:none;font-weight:700;cursor:pointer}.profile-btn.secondary{background:transparent;color:var(--profile-green)}.profile-link-btn{border:0;background:transparent;padding:0;color:var(--profile-green);text-decoration:underline;cursor:pointer;font:inherit}.profile-link-btn.danger{color:#8b2f2f}.profile-auth-link{margin-top:20px}.profile-auth-link a{color:var(--profile-green)}
.profile-member-nav{margin:34px auto 20px;max-width:1180px;padding:0 20px}.profile-member-nav__inner{display:flex;gap:8px;overflow:auto;border:1px solid var(--profile-line);border-radius:999px;padding:6px;background:rgba(255,255,255,.84);backdrop-filter:blur(18px)}.profile-member-nav a{white-space:nowrap;padding:9px 15px;border-radius:999px;text-decoration:none;color:var(--profile-green)}.profile-member-nav a.active{background:var(--profile-green);color:#fff}
.profile-hero,.profile-panel,.profile-grid{max-width:1180px;margin:20px auto;padding:clamp(22px,4vw,40px)}.profile-hero{display:grid;grid-template-columns:1.5fr .8fr;gap:28px;align-items:center;border-radius:28px;background:linear-gradient(135deg,var(--profile-deep),var(--profile-green));color:#fff}.profile-hero h1{color:#fff}.profile-badges{display:flex;gap:8px;flex-wrap:wrap}.profile-badges span,.profile-status{display:inline-flex;border:1px solid rgba(209,162,70,.45);border-radius:999px;padding:5px 9px;color:var(--profile-gold);font-size:.78rem;font-weight:700}.profile-id-card{justify-self:end;min-width:260px;padding:22px;border:1px solid rgba(209,162,70,.35);border-radius:22px;background:rgba(255,255,255,.08);display:grid;gap:7px}.profile-id-card img{width:68px;height:68px;border-radius:50%;object-fit:cover}.profile-id-card strong{font-size:1.5rem;color:var(--profile-gold)}
.profile-panel{border:1px solid var(--profile-line);border-radius:24px;background:rgba(255,255,255,.94)}.profile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-top:0}.profile-grid.places{grid-template-columns:repeat(3,minmax(0,1fr));padding:0;margin:24px 0;max-width:none}.profile-card{display:block;border:1px solid var(--profile-line);border-radius:18px;padding:22px;background:#fff;color:var(--profile-ink);text-decoration:none}.profile-card h3{margin:0 0 8px;color:var(--profile-green)}.profile-card span{color:#9a7330;font-weight:700}.profile-place-top,.profile-section-head,.profile-identity-row,.profile-actions{display:flex;align-items:center;gap:14px;justify-content:space-between}.profile-actions{justify-content:flex-start;flex-wrap:wrap}.profile-actions form{margin:0}.profile-avatar{width:82px;height:82px;border-radius:50%;object-fit:cover}.profile-avatar-actions{display:flex;gap:18px;align-items:end;flex-wrap:wrap;margin:22px 0}.profile-avatar-actions form{margin:0}.profile-avatar-actions label{display:grid;gap:6px}.profile-checklist{display:flex;flex-wrap:wrap;gap:8px}.profile-checklist span{padding:7px 10px;border-radius:999px;background:#f1f3ef}.profile-checklist .done{color:#285c45}.profile-checklist .todo{color:#8c5b2a}.profile-notice{max-width:1180px;margin:16px auto;padding:13px 18px;border-radius:12px}.profile-notice.error{background:#fff0ee;color:#872f29;border:1px solid #efc2bd}.profile-notice.success{background:#eef7f0;color:#285c45;border:1px solid #bdd8c4}.profile-empty{grid-column:1/-1;padding:26px;border:1px dashed var(--profile-line);border-radius:16px}.profile-panel hr{border:0;border-top:1px solid var(--profile-line);margin:34px 0}
@media(max-width:900px){.profile-hero{grid-template-columns:1fr}.profile-id-card{justify-self:stretch}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-grid.places{grid-template-columns:1fr}}
@media(max-width:620px){.profile-auth{margin:28px 14px}.profile-panel,.profile-hero,.profile-grid{margin-left:14px;margin-right:14px}.profile-form-wide,.profile-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.profile-member-nav{padding:0 14px}.profile-identity-row{align-items:flex-start}.profile-section-head{display:block}}

/* PROFILE 2.1 — My MICROBA command centre */
.profile-command{max-width:1180px;margin:20px auto 70px;padding:0 20px}.profile-member-id{position:relative;overflow:hidden;display:grid;grid-template-columns:120px minmax(0,1fr) 180px;gap:28px;align-items:center;min-height:250px;padding:34px 38px;border:1px solid rgba(209,162,70,.34);border-radius:30px;background:linear-gradient(135deg,#061d17,#0b352d 70%,#102d27);color:#f5efe4;box-shadow:0 30px 70px rgba(3,22,17,.16)}.profile-member-id__watermark{position:absolute;right:120px;top:-95px;font-family:Georgia,serif;font-size:390px;line-height:1;color:rgba(209,162,70,.035);transform:rotate(9deg);pointer-events:none}.profile-member-id__photo{position:relative;z-index:1}.profile-member-id__photo img{display:block;width:112px;height:142px;object-fit:cover;border:1px solid rgba(209,162,70,.55);border-radius:20px}.profile-member-id__identity{position:relative;z-index:1}.profile-member-id__identity h1{margin:.25rem 0 .6rem;color:#fff;font-size:clamp(2rem,4vw,3.6rem);line-height:1}.profile-member-id__meta{display:flex;gap:16px;flex-wrap:wrap;align-items:center;color:rgba(245,239,228,.76)}.profile-member-id__meta strong{color:#e4bd67;letter-spacing:.08em}.profile-member-id__meta b{color:#d9b55d;font-weight:600}.profile-member-id__ref{margin-top:24px;display:grid;gap:5px}.profile-member-id__ref small,.profile-member-id__status small{color:rgba(245,239,228,.54);text-transform:uppercase;letter-spacing:.14em;font-size:.66rem}.profile-member-id__ref div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-member-id__ref a{color:#f5efe4;text-decoration:none}.profile-copy{border:0;background:transparent;color:#e4bd67;padding:0;cursor:pointer;font:inherit}.profile-member-id__status{position:relative;z-index:1;display:grid;gap:7px;align-self:stretch;align-content:center;padding-left:24px;border-left:1px solid rgba(209,162,70,.2)}.profile-member-id__status strong{margin-bottom:18px;font-family:Georgia,serif;font-size:1.35rem;font-weight:400}.profile-status-dot{display:inline-flex;width:max-content;align-items:center;gap:8px;color:#e4bd67;font-size:.82rem;font-weight:700;letter-spacing:.08em}.profile-status-dot:before{content:'';width:7px;height:7px;border-radius:50%;background:#d1a246;box-shadow:0 0 14px rgba(209,162,70,.5)}
.profile-readiness{margin:20px 0;padding:24px 28px;border:1px solid var(--profile-line);border-radius:22px;background:rgba(255,255,255,.92)}.profile-readiness__head{display:flex;align-items:end;justify-content:space-between;gap:20px}.profile-readiness__head h2{margin:.25rem 0 0;color:var(--profile-green);font-size:1.35rem}.profile-readiness__head>strong{font-family:Georgia,serif;color:var(--profile-green);font-size:2rem}.profile-progress{height:5px;margin:18px 0;background:rgba(8,39,33,.08);border-radius:99px;overflow:hidden}.profile-progress span{display:block;height:100%;background:linear-gradient(90deg,#9d7530,#d1a246);border-radius:inherit}.profile-text-link{display:inline-block;margin-top:14px;color:#8f682a;text-decoration:none;font-weight:650}
.profile-indicators{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-indicator{position:relative;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto auto;column-gap:15px;min-height:142px;padding:22px;border:1px solid rgba(8,39,33,.11);border-radius:20px;background:#fff;color:var(--profile-ink);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.profile-indicator:hover,.profile-indicator:focus-visible{transform:translateY(-2px);border-color:rgba(209,162,70,.55);box-shadow:0 16px 35px rgba(8,39,33,.08);outline:none}.profile-indicator__icon{grid-row:1/4;display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(209,162,70,.55);border-radius:50%;color:#a6792d;font-family:Georgia,serif;font-size:1.15rem}.profile-indicator__icon.sa{font-family:inherit;font-size:.78rem;font-weight:800}.profile-indicator__label{align-self:center;color:#64706c;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.profile-indicator strong{align-self:end;color:var(--profile-green);font-family:Georgia,serif;font-size:1.8rem;font-weight:400;line-height:1.05}.profile-indicator small{color:#78817e;margin-top:5px}.profile-dashboard-lower{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.profile-dashboard-link{display:grid;grid-template-columns:44px 1fr auto;gap:14px;align-items:center;padding:20px 22px;border-top:1px solid rgba(8,39,33,.12);color:var(--profile-ink);text-decoration:none}.profile-dashboard-link div{display:grid;gap:3px}.profile-dashboard-link small{color:#78817e}.profile-dashboard-link b{color:#9a7330;font-size:.78rem}.profile-ui-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--profile-line);border-radius:50%;color:#9a7330}
@media(max-width:900px){.profile-member-id{grid-template-columns:96px 1fr}.profile-member-id__photo img{width:90px;height:116px}.profile-member-id__status{grid-column:1/-1;grid-template-columns:auto auto auto auto;align-items:center;border-left:0;border-top:1px solid rgba(209,162,70,.2);padding:18px 0 0}.profile-member-id__status strong{margin:0}.profile-indicators{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.profile-command{padding:0 14px}.profile-member-id{grid-template-columns:74px 1fr;gap:18px;padding:24px 20px;border-radius:22px}.profile-member-id__photo img{width:72px;height:92px;border-radius:15px}.profile-member-id__identity h1{font-size:1.8rem}.profile-member-id__meta{display:grid;gap:4px}.profile-member-id__ref{grid-column:1/-1;margin-top:18px}.profile-member-id__status{grid-template-columns:1fr 1fr;gap:5px 16px}.profile-member-id__status small:nth-of-type(2){grid-column:2}.profile-member-id__status strong{grid-row:2}.profile-status-dot{grid-column:2;grid-row:2}.profile-readiness{padding:20px}.profile-indicators{grid-template-columns:1fr}.profile-dashboard-lower{grid-template-columns:1fr}.profile-dashboard-link{padding-left:4px;padding-right:4px}}

/* PROFILE 2.2 — My MICROBA icon navigation, aligned with the public header language. */
.profile-member-nav{position:relative;z-index:80;max-width:none;margin:0;padding:0 28px;background:#03130e;border:0;box-shadow:none}
.profile-member-nav__inner{display:flex;justify-content:center;align-items:stretch;gap:clamp(28px,5vw,72px);max-width:1180px;height:94px;margin:0 auto;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;backdrop-filter:none}
.profile-nav-group{position:relative;display:flex;align-items:stretch}
.profile-nav-main{display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-width:92px;padding:10px 4px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#f4efe5!important;text-decoration:none!important;font-size:.75rem;font-weight:600;letter-spacing:.09em;line-height:1;text-transform:uppercase;transition:color .18s ease}
.profile-nav-icon{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(209,162,70,.78);border-radius:50%;color:#d1a246;transition:border-color .18s ease,color .18s ease,transform .18s ease}
.profile-nav-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.profile-nav-group:hover .profile-nav-main,.profile-nav-group:focus-within .profile-nav-main,.profile-nav-group.active .profile-nav-main{color:#e3bd68!important}
.profile-nav-group:hover .profile-nav-icon,.profile-nav-group:focus-within .profile-nav-icon{border-color:#efc66b;color:#efc66b;transform:translateY(-1px)}
.profile-nav-sub{position:absolute;top:100%;left:4px;display:grid;gap:0;min-width:190px;padding:10px 0 14px;opacity:0;visibility:hidden;transform:translateY(7px);pointer-events:none;background:transparent;border:0;border-radius:0;box-shadow:none;transition:opacity .16s ease,transform .16s ease,visibility .16s ease}
.profile-nav-group:hover .profile-nav-sub,.profile-nav-group:focus-within .profile-nav-sub{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}
.profile-nav-sub a{display:block!important;width:max-content;min-width:100%;padding:7px 0!important;border:0!important;border-radius:0!important;background:transparent!important;color:rgba(245,239,228,.88)!important;text-align:left;text-decoration:none!important;font-size:.84rem;font-weight:400;letter-spacing:.01em;text-transform:none;white-space:nowrap;transition:color .15s ease,transform .15s ease}
.profile-nav-sub a:hover,.profile-nav-sub a:focus-visible{color:#efc66b!important;transform:translateX(3px);outline:none}
@media(max-width:760px){
 .profile-member-nav{padding:0 12px;overflow:visible}
 .profile-member-nav__inner{justify-content:space-around;gap:4px;height:78px;overflow:visible}
 .profile-nav-main{min-width:66px;padding:8px 2px!important;font-size:.64rem;letter-spacing:.06em}
 .profile-nav-icon{width:30px;height:30px}.profile-nav-icon svg{width:17px;height:17px}
 .profile-nav-sub{left:0;top:100%;min-width:155px;padding-top:8px}
 .profile-nav-group:nth-last-child(-n+2) .profile-nav-sub{left:auto;right:0}
 .profile-nav-sub a{font-size:.79rem;padding:7px 0!important}
}


/* ========================================================================== */
/* PROFILE 2.3 — Living My MICROBA: time-phase imagery + black/gold glass UI  */
/* ========================================================================== */
.profile-living-shell{
  --profile-glass:rgba(3,14,11,.70);
  --profile-glass-soft:rgba(6,24,19,.62);
  --profile-glass-strong:rgba(2,12,9,.84);
  --profile-gold-soft:rgba(209,162,70,.34);
  position:relative;
  isolation:isolate;
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:calc(100vh - 80px);
  padding:clamp(28px,4vw,58px) 0 76px;
  color:#f7f1e6;
  overflow:hidden;
  background:#04120e;
}
.profile-living-shell__backdrop{
  position:absolute;inset:0;z-index:-3;
  background-image:linear-gradient(180deg,rgba(0,7,5,.40),rgba(0,10,7,.62) 58%,rgba(0,7,5,.88)),var(--profile-time-image);
  background-size:cover;background-position:center center;background-attachment:fixed;
  transform:scale(1.015);
  transition:background-image 1.4s ease,opacity .9s ease;
}
.profile-living-shell::before{
  content:'';position:absolute;inset:0;z-index:-2;pointer-events:none;
  background:radial-gradient(circle at 72% 12%,rgba(209,162,70,.13),transparent 32%),linear-gradient(90deg,rgba(0,10,7,.48),rgba(0,10,7,.10) 52%,rgba(0,10,7,.40));
}
.profile-living-shell::after{
  content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 24%);
}
.profile-living-shell .profile-command{max-width:1440px;margin:0 auto;padding:0 clamp(18px,3vw,42px)}
.profile-living-shell .profile-member-id,
.profile-living-shell .profile-readiness,
.profile-living-shell .profile-indicator,
.profile-living-shell .profile-dashboard-link{
  border:1px solid var(--profile-gold-soft);
  background:linear-gradient(135deg,var(--profile-glass-strong),var(--profile-glass));
  color:#f7f1e6;
  box-shadow:0 24px 70px rgba(0,0,0,.23),inset 0 1px 0 rgba(255,255,255,.035);
  -webkit-backdrop-filter:blur(20px) saturate(120%);
  backdrop-filter:blur(20px) saturate(120%);
}
.profile-living-shell .profile-member-id{
  width:100%;max-width:none;min-height:300px;margin:0;
  grid-template-columns:150px minmax(0,1fr) minmax(180px,240px);
  padding:clamp(28px,4vw,48px);border-radius:28px;
  overflow:hidden;
}
.profile-living-shell .profile-member-id::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(105deg,rgba(209,162,70,.045),transparent 35%,rgba(255,255,255,.025));
}
.profile-living-shell .profile-member-id__photo img{width:142px;height:182px;border:1px solid rgba(239,198,107,.72);border-radius:22px;box-shadow:0 16px 40px rgba(0,0,0,.28)}
.profile-living-shell .profile-member-id__identity h1{
  max-width:100%;overflow-wrap:anywhere;margin:.22rem 0 .8rem;color:#fff;
  font-family:Georgia,'Times New Roman',serif;font-size:clamp(2rem,3.2vw,3.55rem);font-weight:500;letter-spacing:.01em;
}
.profile-living-shell .profile-member-id__meta{color:rgba(247,241,230,.78)}
.profile-living-shell .profile-member-id__meta strong,
.profile-living-shell .profile-member-id__meta b,
.profile-living-shell .profile-kicker,
.profile-living-shell .profile-status-dot,
.profile-living-shell .profile-text-link,
.profile-living-shell .profile-copy{color:#efc66b}
.profile-living-shell .profile-member-id__ref small,
.profile-living-shell .profile-member-id__status small{color:rgba(247,241,230,.52)}
.profile-living-shell .profile-member-id__ref a{color:#fff}
.profile-living-shell .profile-member-id__status{border-left-color:rgba(239,198,107,.24)}
.profile-living-shell .profile-member-id__status strong{color:#f7f1e6}
.profile-living-shell .profile-member-id__watermark{color:rgba(239,198,107,.055)}

.profile-living-shell .profile-readiness{margin:18px 0;padding:22px 28px;border-radius:20px}
.profile-living-shell .profile-readiness__head h2,
.profile-living-shell .profile-readiness__head>strong{color:#fff}
.profile-living-shell .profile-progress{background:rgba(255,255,255,.10)}
.profile-living-shell .profile-progress span{background:linear-gradient(90deg,#9f7428,#efc66b)}
.profile-living-shell .profile-checklist{color:rgba(247,241,230,.78)}
.profile-living-shell .profile-checklist .done{color:#d9e7d8}

.profile-living-shell .profile-indicators{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.profile-living-shell .profile-indicator{min-height:154px;padding:20px 18px;border-radius:18px}
.profile-living-shell .profile-indicator:hover,.profile-living-shell .profile-indicator:focus-visible{
  transform:translateY(-3px);border-color:rgba(239,198,107,.78);box-shadow:0 20px 55px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.05)
}
.profile-living-shell .profile-indicator__icon{border-color:rgba(239,198,107,.62);color:#efc66b;background:rgba(209,162,70,.045)}
.profile-living-shell .profile-indicator__label{color:rgba(247,241,230,.58)}
.profile-living-shell .profile-indicator strong{color:#fff;font-family:Georgia,'Times New Roman',serif;font-size:clamp(1.35rem,2vw,1.8rem)}
.profile-living-shell .profile-indicator small{color:rgba(247,241,230,.62)}

.profile-living-shell .profile-dashboard-lower{gap:12px;margin-top:18px}
.profile-living-shell .profile-dashboard-link{border-radius:18px;padding:22px}
.profile-living-shell .profile-dashboard-link strong{color:#fff}
.profile-living-shell .profile-dashboard-link small{color:rgba(247,241,230,.60)}
.profile-living-shell .profile-dashboard-link b,.profile-living-shell .profile-ui-icon{color:#efc66b}
.profile-living-shell .profile-ui-icon{border-color:rgba(239,198,107,.38)}

@media(max-width:1200px){.profile-living-shell .profile-indicators{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){
 .profile-living-shell__backdrop{background-attachment:scroll}
 .profile-living-shell .profile-member-id{grid-template-columns:110px minmax(0,1fr);min-height:0}
 .profile-living-shell .profile-member-id__photo img{width:104px;height:134px}
 .profile-living-shell .profile-member-id__status{grid-column:1/-1}
}
@media(max-width:680px){
 .profile-living-shell{padding-top:18px}
 .profile-living-shell .profile-command{padding:0 12px}
 .profile-living-shell .profile-member-id{grid-template-columns:78px minmax(0,1fr);gap:16px;padding:22px 18px;border-radius:20px}
 .profile-living-shell .profile-member-id__photo img{width:76px;height:98px;border-radius:15px}
 .profile-living-shell .profile-member-id__identity h1{font-size:1.75rem}
 .profile-living-shell .profile-member-id__ref{grid-column:1/-1}
 .profile-living-shell .profile-readiness{padding:19px 18px}
 .profile-living-shell .profile-indicators{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 .profile-living-shell .profile-indicator{grid-template-columns:38px 1fr;column-gap:10px;min-height:128px;padding:16px 13px}
 .profile-living-shell .profile-indicator__icon{width:36px;height:36px}
 .profile-living-shell .profile-dashboard-lower{grid-template-columns:1fr}
}


/* PROFILE 2.3.1 — brighter living glass, typography and palette intentionally unchanged. */
.profile-living-shell{
  --profile-glass:rgba(16,38,30,.58);
  --profile-glass-soft:rgba(24,49,39,.52);
  --profile-glass-strong:rgba(10,29,23,.68);
}
.profile-living-shell .profile-member-id,
.profile-living-shell .profile-readiness,
.profile-living-shell .profile-indicator,
.profile-living-shell .profile-dashboard-link{
  background:linear-gradient(135deg,var(--profile-glass-strong),var(--profile-glass-soft)) !important;
  box-shadow:0 22px 60px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.09) !important;
  -webkit-backdrop-filter:blur(18px) saturate(128%) brightness(1.08) !important;
  backdrop-filter:blur(18px) saturate(128%) brightness(1.08) !important;
}
.profile-living-shell .profile-member-id::before{
  background:linear-gradient(105deg,rgba(209,162,70,.065),rgba(255,255,255,.045) 48%,transparent 78%) !important;
}


/* ========================================================================== */
/* PROFILE 2.3.2 — My MICROBA clean canvas + unified black/gold glass tone    */
/* ========================================================================== */
/* Remove the generic theme page-title hero (eyebrow + "My MICROBA") only on
   /my-microba/. The canonical member navigation remains in the site header. */
:is(body.profile-my-microba-page,body.profile-settings-page) .microba-generic-main{
  padding-top:var(--microba-header-height,92px)!important;
  margin-top:0!important;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .microba-generic-main>.microba-container,
:is(body.profile-my-microba-page,body.profile-settings-page) .microba-generic-main .microba-container--reading{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .microba-generic-article{
  margin:0!important;
  padding:0!important;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .microba-generic-article>.microba-eyebrow,
:is(body.profile-my-microba-page,body.profile-settings-page) .microba-generic-article>.microba-h1{
  display:none!important;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .microba-generic-article>.microba-prose{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}

/* One glass material for every dashboard card: black base, warm gold lift.
   Typography and existing semantic colors remain unchanged. */
.profile-living-shell{
  --profile-glass-black:rgba(3,3,2,.80);
  --profile-glass-gold:rgba(31,23,7,.72);
  --profile-glass-highlight:rgba(239,198,107,.10);
  --profile-gold-soft:rgba(239,198,107,.42);
}
.profile-living-shell .profile-member-id,
.profile-living-shell .profile-readiness,
.profile-living-shell .profile-indicator,
.profile-living-shell .profile-dashboard-link{
  border:1px solid var(--profile-gold-soft)!important;
  background:
    linear-gradient(135deg,var(--profile-glass-highlight),transparent 34%),
    linear-gradient(145deg,var(--profile-glass-black),var(--profile-glass-gold))!important;
  box-shadow:
    0 20px 58px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,230,170,.10),
    inset 0 0 34px rgba(209,162,70,.035)!important;
  -webkit-backdrop-filter:blur(18px) saturate(108%)!important;
  backdrop-filter:blur(18px) saturate(108%)!important;
}
.profile-living-shell .profile-member-id::before{
  background:linear-gradient(105deg,rgba(239,198,107,.075),transparent 34%,rgba(255,255,255,.018))!important;
}
.profile-living-shell .profile-indicator:hover,
.profile-living-shell .profile-indicator:focus-visible,
.profile-living-shell .profile-dashboard-link:hover,
.profile-living-shell .profile-dashboard-link:focus-visible{
  border-color:rgba(239,198,107,.74)!important;
  background:
    linear-gradient(135deg,rgba(239,198,107,.14),transparent 36%),
    linear-gradient(145deg,rgba(4,4,3,.84),rgba(36,26,8,.76))!important;
}


/* ========================================================================== */
/* PROFILE 2.3.3 — brighter black/gold glass + no white action/chip surfaces  */
/* Release Date: 2026-08-12                                                */
/* Replacement: assets/css/profile.css only                                 */
/* ========================================================================== */
.profile-living-shell{
  --profile-glass-black:rgba(7,7,5,.60);
  --profile-glass-gold:rgba(64,46,13,.52);
  --profile-glass-highlight:rgba(239,198,107,.16);
  --profile-gold-soft:rgba(239,198,107,.56);
}

/* Brighter, clearer glass while retaining the black + gold material language. */
.profile-living-shell .profile-member-id,
.profile-living-shell .profile-readiness,
.profile-living-shell .profile-indicator,
.profile-living-shell .profile-dashboard-link{
  border-color:var(--profile-gold-soft)!important;
  background:
    linear-gradient(132deg,rgba(255,232,178,.07),transparent 28%),
    linear-gradient(145deg,var(--profile-glass-black),var(--profile-glass-gold))!important;
  box-shadow:
    0 18px 52px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,238,196,.16),
    inset 0 0 42px rgba(209,162,70,.055)!important;
  -webkit-backdrop-filter:blur(16px) saturate(118%) brightness(1.16)!important;
  backdrop-filter:blur(16px) saturate(118%) brightness(1.16)!important;
}

.profile-living-shell .profile-member-id::before{
  background:linear-gradient(105deg,rgba(239,198,107,.13),rgba(255,255,255,.035) 42%,transparent 76%)!important;
}

/* Readiness chips: never white. */
.profile-living-shell .profile-checklist span,
.profile-living-shell .profile-checklist .done,
.profile-living-shell .profile-checklist .todo{
  border:1px solid rgba(239,198,107,.38)!important;
  background:rgba(16,12,4,.34)!important;
  color:rgba(247,241,230,.82)!important;
  box-shadow:inset 0 1px 0 rgba(255,236,188,.06)!important;
  -webkit-backdrop-filter:blur(10px)!important;
  backdrop-filter:blur(10px)!important;
}
.profile-living-shell .profile-checklist .done{
  border-color:rgba(239,198,107,.55)!important;
  color:#efc66b!important;
}
.profile-living-shell .profile-checklist .todo{
  color:rgba(247,241,230,.72)!important;
}

/* No white buttons/actions anywhere inside the living dashboard. */
.profile-living-shell .profile-btn,
.profile-living-shell .profile-btn.secondary,
.profile-living-shell button:not(.profile-copy),
.profile-living-shell a.profile-btn{
  border:1px solid rgba(239,198,107,.58)!important;
  background:linear-gradient(145deg,rgba(9,8,4,.56),rgba(74,51,11,.42))!important;
  color:#efc66b!important;
  box-shadow:inset 0 1px 0 rgba(255,235,185,.08)!important;
}
.profile-living-shell .profile-btn:hover,
.profile-living-shell .profile-btn:focus-visible,
.profile-living-shell button:not(.profile-copy):hover,
.profile-living-shell button:not(.profile-copy):focus-visible,
.profile-living-shell a.profile-btn:hover,
.profile-living-shell a.profile-btn:focus-visible{
  background:linear-gradient(145deg,rgba(17,14,6,.66),rgba(92,64,13,.52))!important;
  border-color:rgba(239,198,107,.82)!important;
  color:#fff2cf!important;
}

/* Keep hover material consistent rather than switching to an opaque card. */
.profile-living-shell .profile-indicator:hover,
.profile-living-shell .profile-indicator:focus-visible,
.profile-living-shell .profile-dashboard-link:hover,
.profile-living-shell .profile-dashboard-link:focus-visible{
  background:
    linear-gradient(132deg,rgba(239,198,107,.19),transparent 32%),
    linear-gradient(145deg,rgba(9,8,5,.65),rgba(75,53,13,.58))!important;
}

/* ========================================================================== */
/* PROFILE 2.3.4 - master glass refinement                                    */
/* Release Date: 2026-08-12                                                   */
/* ========================================================================== */
body.profile-my-microba-page .profile-living-shell{
  padding-top:28px!important;
}
.profile-living-shell .profile-member-id,
.profile-living-shell .profile-readiness,
.profile-living-shell .profile-indicator,
.profile-living-shell .profile-dashboard-link{
  background:linear-gradient(135deg,rgba(8,15,11,.78),rgba(26,21,12,.58))!important;
  -webkit-backdrop-filter:blur(18px)!important;
  backdrop-filter:blur(18px)!important;
  border:1px solid rgba(205,157,49,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 60px rgba(0,0,0,.22)!important;
}
.profile-living-shell .profile-checklist span,
.profile-living-shell .profile-btn,
.profile-living-shell button:not(.profile-copy),
.profile-living-shell a.profile-btn{
  background:rgba(8,15,11,.40)!important;
  color:inherit!important;
  border:1px solid rgba(205,157,49,.30)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025)!important;
  -webkit-backdrop-filter:blur(12px)!important;
  backdrop-filter:blur(12px)!important;
}
.profile-living-shell .profile-checklist .done{color:#d9e7d8!important}
.profile-living-shell .profile-checklist .todo{color:#d6a95a!important}
.profile-living-shell .profile-indicator:hover,
.profile-living-shell .profile-indicator:focus-visible,
.profile-living-shell .profile-dashboard-link:hover,
.profile-living-shell .profile-dashboard-link:focus-visible{
  background:linear-gradient(135deg,rgba(8,15,11,.72),rgba(31,24,10,.54))!important;
  border-color:rgba(205,157,49,.48)!important;
}
@media(max-width:680px){body.profile-my-microba-page .profile-living-shell{padding-top:18px!important}}

/* MICROBA PROFILE v2.3.5 — glass tone aligned to VISITOR admin.css v1.1.0 */
body.profile-my-microba-page .profile-living-shell .profile-member-id,
body.profile-my-microba-page .profile-living-shell .profile-readiness,
body.profile-my-microba-page .profile-living-shell .profile-indicator,
body.profile-my-microba-page .profile-living-shell .profile-panel,
body.profile-my-microba-page .profile-living-shell .profile-card,
body.profile-my-microba-page .profile-living-shell .profile-dashboard-link,
body.profile-my-microba-page .profile-living-shell .profile-dashboard-lower > * {
  background:rgba(6,18,13,.48)!important;
  border:1px solid rgba(203,166,92,.22)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035),0 18px 60px rgba(0,0,0,.22)!important;
}
body.profile-my-microba-page .profile-living-shell .profile-checklist span,
body.profile-my-microba-page .profile-living-shell button,
body.profile-my-microba-page .profile-living-shell .button,
body.profile-my-microba-page .profile-living-shell input[type="button"],
body.profile-my-microba-page .profile-living-shell input[type="submit"] {
  background:rgba(6,18,13,.40)!important;
  border:1px solid rgba(203,166,92,.22)!important;
  color:rgba(255,255,255,.90)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  backdrop-filter:blur(14px)!important;
  box-shadow:none!important;
}
body.profile-my-microba-page .profile-living-shell .profile-checklist .done{color:#d8eadc!important}
body.profile-my-microba-page .profile-living-shell .profile-checklist .todo{color:#cba65c!important}


/* ========================================================================== */
/* PROFILE 2.3.7 — shared prayer-time living shell / full artwork              */
/* ========================================================================== */
.profile-living-shell__backdrop{
  background-image:
    linear-gradient(180deg,rgba(0,7,5,.34),rgba(0,10,7,.52) 58%,rgba(0,7,5,.78)),
    var(--profile-time-image) !important;
  background-size:100% 100%, auto 100% !important;
  background-position:center center, center top !important;
  background-repeat:no-repeat, no-repeat !important;
  background-attachment:scroll !important;
  transform:none !important;
}
.profile-living-shell--member-page{
  min-height:calc(100vh - 80px);
}
.profile-living-shell--member-page .profile-command--member-page{
  display:grid;
  gap:20px;
}
.profile-living-shell--member-page .profile-panel,
.profile-living-shell--member-page .profile-card{
  border:1px solid rgba(209,162,70,.28);
  background:linear-gradient(135deg,rgba(2,12,9,.84),rgba(5,20,15,.68));
  color:#f7f1e6;
  box-shadow:0 24px 70px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.035);
  -webkit-backdrop-filter:blur(18px) saturate(118%);
  backdrop-filter:blur(18px) saturate(118%);
}
.profile-living-shell--member-page .profile-panel h1,
.profile-living-shell--member-page .profile-panel h2,
.profile-living-shell--member-page .profile-panel h3,
.profile-living-shell--member-page .profile-card h3{color:#fff}
.profile-living-shell--member-page .profile-panel p,
.profile-living-shell--member-page .profile-card p{color:rgba(247,241,230,.72)}
.profile-living-shell--member-page .profile-form label{color:rgba(247,241,230,.82)}
.profile-living-shell--member-page .profile-form input,
.profile-living-shell--member-page .profile-form select,
.profile-living-shell--member-page .profile-form textarea{
  border-color:rgba(209,162,70,.24);
  background:rgba(1,8,6,.68);
  color:#f7f1e6;
}
.profile-living-shell--member-page .profile-form input[readonly]{color:rgba(247,241,230,.58)}
.profile-living-shell--member-page .profile-section-head,
.profile-living-shell--member-page .profile-identity-row{color:#f7f1e6}
@media(max-width:680px){
  .profile-living-shell__backdrop{
    background-size:100% 100%, 100% auto !important;
    background-position:center center, center top !important;
  }
}

/* ========================================================================== */
/* PROFILE 2.3.10 - portrait artwork must remain fully visible on mobile       */
/* ========================================================================== */
@media (max-width:767px){
  .profile-living-shell__backdrop{
    background-size:100% 100%, contain !important;
    background-position:center center, center top !important;
    background-repeat:no-repeat, no-repeat !important;
    background-color:#000 !important;
    background-attachment:scroll !important;
  }
}

/* ========================================================================== */
/* MICROBA PROFILE 2.4.1 - MASTER PROFILE UI REFERENCE                         */
/* Release Date: 2026-08-12                                                    */
/* Scope: /my-microba/ Overview shell only                                     */
/* Locked visual: black glass + 10% gold tone + thin gold internal-card border */
/* Header/content outer surfaces have no line; sidebar is a bordered glass card. */
/* Navigation/action labels are presentation-only in this phase.                */
/* ========================================================================== */
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-living-shell.profile-master-shell{
  --pm-bg:#050505;
  --pm-card:rgba(15,15,14,.10);
  --pm-card-gold:rgba(101,72,15,.10);
  --pm-gold:#e0ad37;
  --pm-gold-bright:#f0c65e;
  --pm-gold-line:rgba(224,173,55,.42);
  --pm-gold-line-soft:rgba(224,173,55,.24);
  --pm-text:#f7f2e8;
  --pm-muted:rgba(247,242,232,.68);
  --pm-green:#72bd59;
  position:relative;
  isolation:isolate;
  width:100%;
  min-height:calc(100vh - 90px);
  padding:18px 18px 30px!important;
  color:var(--pm-text);
  background:transparent!important;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-shell .profile-living-shell__backdrop{
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 8%,rgba(224,173,55,.045),transparent 28%),
    radial-gradient(circle at 15% 68%,rgba(224,173,55,.022),transparent 34%),
    linear-gradient(180deg,#090a09 0%,#050505 58%,#030303 100%);
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-layout{
  width:min(1510px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:274px minmax(0,1fr);
  gap:22px;
  align-items:stretch;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-content{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar{
  min-height:890px;
  padding:20px 15px 26px;
  border:1px solid var(--pm-gold-line)!important;
  outline:0!important;
  box-shadow:0 18px 45px rgba(0,0,0,.24),inset 0 0 34px rgba(224,173,55,.02)!important;
  border-radius:20px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.025),transparent 30%),
    linear-gradient(180deg,rgba(17,17,16,.10),rgba(8,8,7,.10));
  -webkit-backdrop-filter:blur(18px) saturate(108%);
  backdrop-filter:blur(18px) saturate(108%);
  display:flex;
  flex-direction:column;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar__title{
  margin:7px 12px 17px;
  color:var(--pm-gold-bright);
  font-size:18px;
  font-weight:700;
  letter-spacing:.01em;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav{display:flex;flex-direction:column;gap:5px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav__item{
  min-height:57px;
  padding:0 15px;
  display:flex;
  align-items:center;
  gap:14px;
  border:0;
  border-radius:11px;
  color:#f5f0e7;
  font-size:16px;
  cursor:default;
  user-select:none;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav__item.is-active{
  color:#ffe39b;
  background:
    radial-gradient(circle at 13% 50%,rgba(255,210,105,.19),transparent 30%),
    linear-gradient(90deg,rgba(183,128,28,.26),rgba(120,83,20,.13));
  box-shadow:inset 0 0 28px rgba(224,173,55,.08),0 0 22px rgba(224,173,55,.05);
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-icon{
  width:25px;
  height:25px;
  flex:0 0 25px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--pm-gold);
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-icon svg{
  width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-card{
  border:1px solid var(--pm-gold-line)!important;
  border-radius:18px;
  background:
    linear-gradient(138deg,rgba(255,236,188,.042),transparent 25%),
    linear-gradient(145deg,var(--pm-card),var(--pm-card-gold))!important;
  box-shadow:0 18px 50px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,238,196,.06),inset 0 0 36px rgba(224,173,55,.025)!important;
  -webkit-backdrop-filter:blur(18px) saturate(112%);
  backdrop-filter:blur(18px) saturate(112%);
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-help{
  margin-top:auto;
  padding:16px 14px;
  display:grid;
  grid-template-columns:45px 1fr;
  gap:11px;
  align-items:center;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-help__icon{
  width:44px;height:44px;border:1px solid var(--pm-gold-line);border-radius:50%;display:grid;place-items:center;background:rgba(224,173,55,.05)
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-help strong{display:block;font-size:14px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-help small{display:block;margin-top:3px;color:var(--pm-muted);font-size:11px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-help .profile-master-text-button{grid-column:1/-1;margin-left:54px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar__watermark{
  height:88px;margin:28px auto 8px;color:rgba(224,173,55,.095);font:800 88px/1 Georgia,serif;transform:rotate(5deg)
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar__footer{padding:0 52px 0;color:rgba(247,242,232,.62);font-size:12px;line-height:1.65}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-content{min-width:0;padding:4px 0 0}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-heading{
  min-height:78px;
  padding:0 10px 15px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(390px,500px);
  align-items:start;
  gap:32px;
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-heading h1{margin:0!important;color:var(--pm-gold-bright)!important;font-size:31px!important;line-height:1.12!important;font-weight:700!important}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-heading p{margin:7px 0 0!important;color:rgba(247,242,232,.84)!important;font-size:15px!important}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-completion{display:grid;grid-template-columns:minmax(0,1fr) 174px;grid-template-rows:auto auto;gap:7px 22px;align-items:center}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-completion__row{display:flex;justify-content:space-between;align-items:center;color:#f6f0e7;font-size:13px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-completion__row strong{color:var(--pm-gold);font-size:19px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-progress{height:8px;background:rgba(255,255,255,.075);border-radius:999px;overflow:hidden}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#b98219,#f0c65e);box-shadow:0 0 14px rgba(224,173,55,.2)}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-text-button{
  min-height:38px;padding:9px 14px;border:1px solid var(--pm-gold-line);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#f2d684;background:linear-gradient(145deg,rgba(13,12,8,.54),rgba(95,66,10,.16));font-size:12px;line-height:1.1;cursor:default;user-select:none
}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-text-button--top{grid-column:2;grid-row:1/3;min-height:52px;color:#fff;font-size:14px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-text-button--top b{font-size:24px;font-weight:400;color:var(--pm-gold)}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-hero{min-height:204px;padding:21px 27px;display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(0,1.75fr);align-items:center;gap:22px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-identity{display:flex;align-items:center;gap:20px;min-width:0}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-avatar-wrap{position:relative;flex:0 0 auto}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-avatar{width:126px!important;height:126px!important;object-fit:cover!important;border-radius:50%!important;border:1px solid rgba(224,173,55,.64)!important;box-shadow:0 0 24px rgba(224,173,55,.05)!important}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-avatar-edit{position:absolute;right:-1px;bottom:8px;width:40px;height:40px;border-radius:50%;border:1px solid var(--pm-gold-line);background:#0a0a09;display:grid;place-items:center}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-avatar-edit .profile-master-icon{width:20px;height:20px;flex-basis:20px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-identity__text{min-width:0}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-identity__text h2{margin:0!important;color:#f1c766!important;font-size:27px!important;line-height:1.15!important;font-weight:750!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-verified{font-size:15px;color:var(--pm-gold)}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-mid{margin-top:8px;color:#f1ede5;font-size:16px;display:flex;align-items:center;gap:8px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-inline-icon .profile-master-icon{width:18px;height:18px;flex-basis:18px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-status{display:inline-block;margin-top:11px;padding:5px 12px;border:1px solid rgba(224,173,55,.31);border-radius:7px;background:rgba(224,173,55,.11);color:#f0c75f;font-size:11px;letter-spacing:.02em}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-since{margin-top:12px;display:flex;align-items:center;gap:8px;color:rgba(247,242,232,.82);font-size:12px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-since .profile-master-icon{width:18px;height:18px;flex-basis:18px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary{height:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary__item{min-width:0;min-height:126px;padding:5px 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-left:1px solid var(--pm-gold-line-soft)}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-round-icon{width:58px;height:58px;margin-bottom:13px;border:1px solid rgba(224,173,55,.34);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,rgba(224,173,55,.09),transparent 70%)}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-round-icon .profile-master-icon{width:28px;height:28px;flex-basis:28px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-round-icon.small{width:45px;height:45px;margin:0;flex:0 0 45px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-round-icon.small .profile-master-icon{width:23px;height:23px;flex-basis:23px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary__item strong{font-size:13px;font-weight:600;color:#fbf7ef}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary__item strong i{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--pm-green);color:#fff;font-size:9px;font-style:normal}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary__item small{max-width:100%;margin-top:6px;color:rgba(247,242,232,.76);font-size:12px;line-height:1.45;overflow-wrap:anywhere}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid{display:grid;gap:14px;margin-top:14px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid--three{grid-template-columns:1fr 1fr 1.08fr}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid--lower{grid-template-columns:1.08fr 1fr}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-info-card{min-height:255px;padding:17px 20px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-card-head>div{display:flex;align-items:center;gap:11px;min-width:0}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-card-head h3{margin:0!important;color:#efca6d!important;font-size:16px!important;line-height:1.2!important;white-space:nowrap}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-edit-label{display:flex;align-items:center;gap:4px;color:#e9bd50;font-size:11px;white-space:nowrap;cursor:default;user-select:none}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-edit-label .profile-master-icon{width:15px;height:15px;flex-basis:15px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-data-list{margin:0;display:grid;grid-template-columns:minmax(112px,40%) minmax(0,1fr);gap:16px 14px;font-size:13px;line-height:1.35}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-data-list dt{margin:0;color:rgba(247,242,232,.72);font-weight:400}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-data-list dd{margin:0;color:#f5f0e8;overflow-wrap:anywhere}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-check{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:50%;background:var(--pm-green);color:#fff;font-size:9px;font-style:normal;margin-left:4px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-address{color:#f4efe6;font-size:13px;line-height:1.55}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-location-box{margin-top:12px;padding:10px 12px;border:1px solid rgba(224,173,55,.34);border-radius:10px;display:flex;gap:10px;align-items:flex-start;color:rgba(247,242,232,.76);font-size:11px;line-height:1.5;background:rgba(0,0,0,.16)}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-location-box>.profile-master-icon{width:19px;height:19px;flex-basis:19px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-location-box small{color:rgba(247,242,232,.62);font-size:10px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-empty{min-height:122px;display:flex;align-items:center;color:var(--pm-muted);font-size:13px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-referral-card,:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-quick-card{min-height:238px;padding:17px 20px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-referral-body{display:grid;grid-template-columns:minmax(260px,1fr) 112px 132px;gap:13px;align-items:center}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-data-list--referral{grid-template-columns:108px minmax(0,1fr);gap:12px 12px;font-size:12px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-qr{width:108px;height:108px;border:5px solid #e8e3d9;background:repeating-conic-gradient(#0b0b0b 0 25%,#ece8df 0 50%) 50%/14px 14px;display:grid;place-items:center;box-shadow:inset 0 0 0 3px #111}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-qr span{width:36px;height:36px;display:grid;place-items:center;background:#090909;border:2px solid var(--pm-gold);color:var(--pm-gold);font-size:10px;font-weight:800}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-action-stack{display:flex;flex-direction:column;gap:7px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-qr-caption{margin:6px 0 0 calc(100% - 258px);color:rgba(247,242,232,.55);font-size:10px;white-space:nowrap}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-quick-item{min-height:76px;padding:10px 6px;border:1px solid rgba(224,173,55,.27);border-radius:10px;background:linear-gradient(145deg,rgba(8,8,7,.54),rgba(91,63,12,.08));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#f3eee5;font-size:11px;text-align:center;cursor:default;user-select:none}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-quick-item>.profile-master-icon{width:27px;height:27px;flex-basis:27px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sa{width:29px;height:29px;border:1px solid var(--pm-gold);display:grid;place-items:center;color:var(--pm-gold);font-size:10px;clip-path:polygon(25% 7%,75% 7%,100% 50%,75% 93%,25% 93%,0 50%)}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-note{min-height:50px;margin-top:14px;padding:12px 18px;display:flex;align-items:center;gap:10px;color:rgba(247,242,232,.74);font-size:12px}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-note>.profile-master-icon{width:20px;height:20px;flex-basis:20px}
@media(max-width:1280px){
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-layout{grid-template-columns:240px minmax(0,1fr)}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-hero{grid-template-columns:1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary__item:first-child{border-left:0}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid--three{grid-template-columns:1fr 1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid--three>.profile-master-info-card:last-child{grid-column:1/-1}
}
@media(max-width:980px){
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-layout{grid-template-columns:1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar{min-height:0;padding:14px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar__title{margin:4px 8px 10px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav__item{min-height:48px;padding:0 10px;font-size:13px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-help,:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar__watermark,:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar__footer{display:none}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid--lower{grid-template-columns:1fr}
}
@media(max-width:760px){
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-living-shell.profile-master-shell{padding:12px 10px 22px!important}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-heading{grid-template-columns:1fr;gap:16px;padding:0 4px 13px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-completion{grid-template-columns:1fr 130px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-hero{padding:18px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-identity{align-items:flex-start}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-avatar{width:92px!important;height:92px!important}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-avatar-edit{width:32px;height:32px;bottom:2px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-identity__text h2{font-size:21px!important}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary{grid-template-columns:1fr 1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary__item{border-left:0;border-top:1px solid var(--pm-gold-line-soft)}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid--three{grid-template-columns:1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-grid--three>.profile-master-info-card:last-child{grid-column:auto}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-referral-body{grid-template-columns:1fr 108px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-action-stack{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr)}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-qr-caption{display:none}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-quick-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav__item{font-size:12px;gap:8px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-identity{gap:12px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-avatar{width:76px!important;height:76px!important}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-identity__text h2{font-size:18px!important}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-mid{font-size:13px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary{grid-template-columns:1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-summary__item{min-height:112px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-referral-body{grid-template-columns:1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-action-stack{grid-template-columns:1fr}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-card-head{align-items:flex-start}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-card-head h3{white-space:normal}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-data-list{grid-template-columns:1fr;gap:5px}
 :is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-data-list dd{margin-bottom:8px}
}


/* PROFILE v3.2.0: Theme Header presentation is Theme-owned. PROFILE intentionally
   does not style .microba-site-header or its surface states. */


/* ========================================================================== */
/* MICROBA PROFILE 2.5.1 - SETTINGS MASTER PAGE                               */
/* Settings is the single editable account page; Overview + Settings only.    */
/* ========================================================================== */
body.profile-settings-page .profile-settings-content{padding-top:4px}
body.profile-settings-page .profile-settings-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center}
body.profile-settings-page .profile-settings-legend{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px 16px;color:rgba(247,242,232,.68);font-size:11px}
body.profile-settings-page .profile-settings-legend span{display:flex;align-items:center;gap:7px}
body.profile-settings-page .profile-settings-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}
body.profile-settings-page .profile-settings-legend .is-editable{background:#72bd59}
body.profile-settings-page .profile-settings-legend .is-verify{background:#e0ad37}
body.profile-settings-page .profile-settings-legend .is-locked{background:#7d7b74}
body.profile-settings-page .profile-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.profile-settings-page .profile-settings-card{padding:19px 20px;min-width:0}
body.profile-settings-page .profile-settings-card--wide{grid-column:1/-1}
body.profile-settings-page .profile-settings-state{padding:5px 9px;border-radius:999px;font-size:10px;line-height:1;border:1px solid rgba(255,255,255,.12);white-space:nowrap}
body.profile-settings-page .profile-settings-state.editable{color:#cfeec4;border-color:rgba(114,189,89,.35);background:rgba(114,189,89,.08)}
body.profile-settings-page .profile-settings-state.verify{color:#f2d684;border-color:rgba(224,173,55,.35);background:rgba(224,173,55,.08)}
body.profile-settings-page .profile-settings-state.locked{color:rgba(247,242,232,.62);border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.035)}
body.profile-settings-page .profile-settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 14px}
body.profile-settings-page .profile-settings-form--address{grid-template-columns:repeat(4,minmax(0,1fr))}
body.profile-settings-page .profile-settings-form--single{margin-top:16px}
body.profile-settings-page .profile-settings-form--checks{grid-template-columns:1fr}
body.profile-settings-page .profile-settings-form label,
body.profile-settings-page .profile-settings-avatar-form label{display:grid;gap:7px;color:rgba(247,242,232,.72);font-size:11px;font-weight:600;letter-spacing:.01em}
body.profile-settings-page .profile-settings-form input,
body.profile-settings-page .profile-settings-form select,
body.profile-settings-page .profile-settings-avatar-form input[type=file]{width:100%;min-width:0;height:43px;padding:0 12px;border:1px solid rgba(224,173,55,.26);border-radius:9px;outline:none;background:rgba(0,0,0,.22);color:#f7f2e8;font:inherit;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
body.profile-settings-page .profile-settings-avatar-form input[type=file]{height:auto;padding:10px}
body.profile-settings-page .profile-settings-form select{appearance:auto}
body.profile-settings-page .profile-settings-form input:focus,
body.profile-settings-page .profile-settings-form select:focus{border-color:rgba(240,198,94,.72);box-shadow:0 0 0 3px rgba(224,173,55,.08);background:rgba(0,0,0,.30)}
body.profile-settings-page .profile-settings-form input[readonly]{color:rgba(247,242,232,.62);background:rgba(255,255,255,.025);cursor:not-allowed}
body.profile-settings-page .profile-settings-field small{color:rgba(247,242,232,.48);font-size:10px;line-height:1.4;font-weight:400}
body.profile-settings-page .profile-settings-form .span-2{grid-column:span 2}
body.profile-settings-page .profile-settings-actions{grid-column:1/-1;display:flex;justify-content:flex-end;padding-top:3px}
body.profile-settings-page .profile-settings-button{min-height:40px;padding:9px 16px;border:1px solid rgba(224,173,55,.48);border-radius:9px;background:linear-gradient(145deg,rgba(167,115,20,.25),rgba(75,50,9,.15));color:#f2d684;font-size:11px;font-weight:700;cursor:pointer}
body.profile-settings-page .profile-settings-button:hover,
body.profile-settings-page .profile-settings-button:focus-visible{border-color:#f0c65e;background:linear-gradient(145deg,rgba(190,135,28,.31),rgba(90,61,11,.2));outline:none}
body.profile-settings-page .profile-settings-button.secondary{background:rgba(0,0,0,.15);color:#f0c65e}
body.profile-settings-page .profile-settings-avatar-row{display:grid;grid-template-columns:82px minmax(0,1fr);gap:16px;align-items:center;margin-bottom:17px;padding-bottom:17px;border-bottom:1px solid rgba(224,173,55,.14)}
body.profile-settings-page .profile-settings-avatar{width:78px!important;height:78px!important;object-fit:cover;border-radius:50%;border:1px solid var(--pm-gold-line)}
body.profile-settings-page .profile-settings-avatar-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px 12px;align-items:end}
body.profile-settings-page .profile-settings-avatar-form label{min-width:0}
body.profile-settings-page .profile-settings-note{margin:14px 0 0;color:rgba(247,242,232,.55);font-size:10.5px;line-height:1.55}
body.profile-settings-page .profile-settings-readonly-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.profile-settings-page .profile-settings-readonly-grid>div{padding:12px;border:1px solid rgba(224,173,55,.18);border-radius:9px;background:rgba(0,0,0,.10)}
body.profile-settings-page .profile-settings-readonly-grid span{display:block;color:rgba(247,242,232,.52);font-size:10px;margin-bottom:5px}
body.profile-settings-page .profile-settings-readonly-grid strong{display:block;color:#f4efe6;font-size:12px;font-weight:600;overflow-wrap:anywhere}
body.profile-settings-page .profile-settings-readonly-grid.compact{margin-bottom:4px}
body.profile-settings-page .profile-settings-toggle{grid-template-columns:18px 1fr!important;align-items:center!important;gap:10px!important;min-height:42px;padding:10px 12px;border:1px solid rgba(224,173,55,.18);border-radius:9px;background:rgba(0,0,0,.12)}
body.profile-settings-page .profile-settings-toggle input{width:16px!important;height:16px!important;padding:0!important;accent-color:#d9a938}
body.profile-settings-page .profile-settings-toggle span{color:#eee8dc;font-size:11px;font-weight:500}
body.profile-settings-page .profile-settings-inline-form{margin-top:10px;display:flex;justify-content:flex-end}
body.profile-settings-page .profile-notice{margin:0 0 14px!important;border-radius:10px!important}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav__item{text-decoration:none!important}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav__item:hover,
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-nav__item:focus-visible{color:#ffe39b;background:rgba(224,173,55,.08);outline:none}
@media(max-width:980px){
 body.profile-settings-page .profile-settings-grid{grid-template-columns:1fr}
 body.profile-settings-page .profile-settings-card--wide{grid-column:auto}
 body.profile-settings-page .profile-settings-heading{grid-template-columns:1fr;gap:12px}
 body.profile-settings-page .profile-settings-legend{justify-content:flex-start}
}
@media(max-width:760px){
 body.profile-settings-page .profile-settings-form,
 body.profile-settings-page .profile-settings-form--address{grid-template-columns:1fr}
 body.profile-settings-page .profile-settings-form .span-2{grid-column:auto}
 body.profile-settings-page .profile-settings-avatar-form{grid-template-columns:1fr}
 body.profile-settings-page .profile-settings-readonly-grid{grid-template-columns:1fr}
}

:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-edit-label{text-decoration:none!important}
:is(body.profile-my-microba-page,body.profile-settings-page) a.profile-master-quick-item{text-decoration:none!important}

/* MICROBA PROFILE 2.5.1 - fixed Address Repository */
body.profile-settings-page .profile-settings-form textarea{width:100%;min-width:0;padding:11px 12px;border:1px solid rgba(224,173,55,.26);border-radius:9px;outline:none;background:rgba(0,0,0,.22);color:#f7f2e8;font:inherit;resize:vertical}
body.profile-settings-page .profile-settings-note--top{margin:0 0 15px}
body.profile-settings-page .profile-address-repository{display:grid;gap:10px}
body.profile-settings-page .profile-address-slot{border:1px solid rgba(224,173,55,.22);border-radius:12px;background:rgba(0,0,0,.10);overflow:hidden}
body.profile-settings-page .profile-address-slot>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 15px;color:#f2d684}
body.profile-settings-page .profile-address-slot>summary::-webkit-details-marker{display:none}
body.profile-settings-page .profile-address-slot>summary span{display:grid;gap:4px}body.profile-settings-page .profile-address-slot>summary strong{font-size:13px}body.profile-settings-page .profile-address-slot>summary small{font-size:10px;color:rgba(247,242,232,.55);font-weight:400}body.profile-settings-page .profile-address-slot>summary b{font-size:10px;font-weight:600}
body.profile-settings-page .profile-address-slot[open]>summary{border-bottom:1px solid rgba(224,173,55,.14);background:rgba(224,173,55,.035)}
body.profile-settings-page .profile-address-slot .profile-settings-form{padding:15px}
body.profile-settings-page .profile-address-slot .profile-settings-note{padding:0 15px 15px;margin:0}

/* PROFILE v2.5.3 Address Repository resolver */
.profile-address-search-wrap{position:relative;display:grid;gap:8px}
.profile-address-search-wrap[hidden]{display:none!important}
.profile-address-suggestions{position:absolute;z-index:40;top:74px;left:0;right:0;max-height:300px;overflow:auto;padding:6px;border:1px solid rgba(214,169,54,.42);border-radius:12px;background:rgba(7,7,7,.98);box-shadow:0 22px 54px rgba(0,0,0,.48);backdrop-filter:blur(18px)}
.profile-address-suggestions[hidden]{display:none!important}
.profile-address-suggestion{display:grid;width:100%;gap:3px;padding:11px 12px;border:0;border-radius:9px;background:transparent;color:#f7f3e9;text-align:left;cursor:pointer}
.profile-address-suggestion:hover,.profile-address-suggestion:focus-visible{outline:0;background:rgba(214,169,54,.10)}
.profile-address-suggestion strong{font-size:13px;font-weight:650}.profile-address-suggestion small{color:rgba(247,243,233,.62);font-size:11px}
.profile-address-search-status{display:block;color:rgba(247,243,233,.60);font-size:11px;line-height:1.4}


/* PROFILE v3.2.0 — canonical PROFILE navigation */
.profile-master-nav__item.is-placeholder{cursor:default;opacity:.62;pointer-events:none;display:flex;align-items:center;min-height:44px;padding-left:45px;color:rgba(255,255,255,.62)}
.profile-master-nav__item.is-placeholder:hover{background:transparent;color:rgba(255,255,255,.62)}
.profile-settings-subsection{margin-top:18px;padding-top:16px;border-top:1px solid rgba(197,156,67,.16)}
.profile-settings-subsection:first-of-type{margin-top:8px}.profile-settings-subsection h4{margin:0 0 12px;color:#f2dfaa;font-size:1rem}

/* HIVE Referral R4 Preview actions */
button.profile-master-text-button{font:inherit;text-align:left;cursor:pointer;-webkit-appearance:none;appearance:none}
button.profile-master-text-button:disabled{cursor:not-allowed;opacity:.45}

/* HIVE Referral R5 — real QR render */
.profile-master-qr[data-referral-qr-render] svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;background:#fff}


/* MICROBA Join/Register — PROFILE canonical 10% glass baseline */
.profile-auth--register{
    max-width:760px;
    margin:clamp(36px,6vw,72px) auto;
    padding:clamp(26px,4vw,48px);
    border:1px solid rgba(212,175,55,.48);
    border-radius:24px;
    background:rgba(0,0,0,.10);
    box-shadow:0 24px 70px rgba(0,0,0,.16);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    color:#f4efe3;
}
.profile-auth--register .profile-kicker{color:#d8b34a}
.profile-auth--register h1{color:#d8b34a}
.profile-auth--register .profile-register-intro,
.profile-auth--register .profile-auth-link{color:rgba(244,239,227,.78)}
.profile-auth--register .profile-auth-link a,
.profile-auth--register .profile-check a{color:#e2bd55}
.profile-auth--register .profile-form label{color:#f4efe3}
.profile-auth--register .profile-form input,
.profile-auth--register .profile-form select{
    border:1px solid rgba(212,175,55,.34);
    background:rgba(0,0,0,.16);
    color:#fff;
}
.profile-auth--register .profile-form input::placeholder{color:rgba(244,239,227,.42)}
.profile-auth--register .profile-form input:focus,
.profile-auth--register .profile-form select:focus{
    outline:2px solid rgba(212,175,55,.22);
    border-color:#d8b34a;
}
.profile-auth--register .profile-form input[readonly]{
    background:rgba(0,0,0,.20);
    color:#e2bd55;
    cursor:not-allowed;
}
.profile-auth--register .profile-btn{
    background:rgba(0,0,0,.16);
    border-color:#d8b34a;
    color:#f8e6a7;
}
.profile-auth--register .profile-btn:hover{background:rgba(212,175,55,.12)}
.profile-register-sponsor-context{
    margin:22px 0 10px;
    padding:18px 20px;
    border:1px solid rgba(212,175,55,.36);
    border-radius:16px;
    background:rgba(0,0,0,.10);
}
.profile-register-context-head{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    gap:16px;
    padding-bottom:12px;
    border-bottom:1px solid rgba(212,175,55,.18);
}
.profile-register-context-head span,
.profile-register-context-grid span{color:rgba(244,239,227,.60);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.profile-register-context-head strong{color:#e2bd55;font-size:1.05rem}
.profile-register-context-grid{display:grid;gap:10px;margin-top:13px}
.profile-register-context-grid>div{display:grid;gap:3px}
.profile-register-context-grid strong{color:#f4efe3;overflow-wrap:anywhere}
.profile-register-sponsor-context p{margin:12px 0 0;color:rgba(244,239,227,.66);font-size:.9rem;line-height:1.55}
.profile-register-sponsor-context--empty .profile-register-context-head{border-bottom:0;padding-bottom:0}
.profile-auth--register .profile-check{gap:10px}
.profile-auth--register .profile-check span{opacity:1;color:rgba(244,239,227,.82);line-height:1.5}
@media (max-width:640px){
    .profile-auth--register{margin:24px 14px;padding:24px 18px;border-radius:20px}
    .profile-register-context-head{align-items:flex-start;flex-direction:column;gap:5px}
}

/* PROFILE 2.9.0 avatar upload */
.profile-master-avatar-quick-form{margin:0!important;padding:0!important}
.profile-master-avatar-edit{cursor:pointer}
.profile-master-avatar-edit:focus-within{outline:2px solid rgba(224,173,55,.55);outline-offset:2px}
.profile-settings-avatar-form small{display:block;margin-top:5px;color:rgba(247,242,232,.48);font-size:10px;line-height:1.45}


/* ========================================================================== */
/* PROFILE v3.2.0 — stable living-shell stacking / Theme ownership             */
/* Background repaints must never cover or remove PROFILE/HIVE content.        */
/* ========================================================================== */
.profile-living-shell{isolation:isolate}
.profile-living-shell__backdrop{z-index:0!important;pointer-events:none!important}
.profile-living-shell::before{z-index:1!important;pointer-events:none!important}
.profile-living-shell::after{z-index:2!important;pointer-events:none!important}
.profile-living-shell>.profile-master-layout,
.profile-living-shell>.profile-command,
.profile-living-shell>.profile-command--member-page{position:relative;z-index:3}
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-layout,
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-sidebar,
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-content,
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-master-heading,
:is(body.profile-my-microba-page,body.profile-settings-page) .profile-hive-heading{position:relative;z-index:3}


/* ========================================================================== */
/* PROFILE v3.2.3 — Sponsor repository confirmation                           */
/* Sponsor choice must display canonical PROFILE repository identity first.    */
/* ========================================================================== */
.profile-sponsor-repository-record{
    margin-top:4px;
    padding:16px 18px;
    border:1px solid rgba(212,175,55,.42);
    border-radius:16px;
    background:rgba(0,0,0,.18);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.018);
}
.profile-sponsor-repository-record[hidden]{display:none!important}
.profile-sponsor-repository-record__head{
    display:flex;align-items:baseline;justify-content:space-between;gap:14px;
    padding-bottom:11px;margin-bottom:12px;border-bottom:1px solid rgba(212,175,55,.18)
}
.profile-sponsor-repository-record__head span,
.profile-sponsor-repository-record__grid span{
    color:rgba(247,242,232,.55);font-size:10px;line-height:1.3;letter-spacing:.12em;text-transform:uppercase
}
.profile-sponsor-repository-record__head strong{color:#e4c56b;font-size:14px}
.profile-sponsor-repository-record__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}
.profile-sponsor-repository-record__grid>div{display:grid;gap:4px;min-width:0}
.profile-sponsor-repository-record__grid>div.span-2{grid-column:1/-1}
.profile-sponsor-repository-record__grid strong{color:#f6f0df;font-size:13px;line-height:1.45;overflow-wrap:anywhere}
.profile-settings-empty-state{display:grid;gap:8px;margin-top:14px;padding:16px 17px;border:1px dashed rgba(209,162,70,.34);border-radius:16px;background:rgba(5,15,13,.34)}
.profile-settings-empty-state strong{color:#f6f0df;font-size:14px}.profile-settings-empty-state p{margin:0;color:rgba(246,240,223,.72);font-size:12px;line-height:1.6}
@media(max-width:640px){
    .profile-sponsor-repository-record__head{align-items:flex-start;flex-direction:column;gap:4px}
    .profile-sponsor-repository-record__grid{grid-template-columns:1fr}
    .profile-sponsor-repository-record__grid>div.span-2{grid-column:auto}
}
