:root{--pwf-bg:#050d12;--pwf-surface:#08161d;--pwf-surface-2:#0b1c24;--pwf-line:#34444b;--pwf-text:#f4f2ec;--pwf-muted:#b9c2c3;--pwf-cyan:#55e5ec;--pwf-purple:#c47af4;--pwf-lime:#b9e735;--pwf-amber:#f1a23d;--pwf-danger:#ff735f;--pwf-paper:#e7d4a7;--pwf-max:1440px}
.mb-pwf,.mb-pwf *{box-sizing:border-box}
.mb-pwf{width:min(var(--pwf-max),calc(100% - 84px));margin:0 auto;padding:32px 0 72px;color:var(--pwf-text);font-family:inherit}
.mb-pwf a{color:var(--pwf-cyan)}
.mb-pwf h1,.mb-pwf h2,.mb-pwf h3,.mb-pwf p{overflow-wrap:anywhere}
.mb-pwf h1{margin:8px 0 18px;font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.045em}
.mb-pwf h2{margin:0 0 12px;font-size:25px;line-height:1.18}
.mb-pwf h3{margin:0 0 14px;font-size:19px}
.mb-pwf-eyebrow{margin:0;color:var(--pwf-cyan);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.mb-pwf-panel{padding:26px;border:1px solid var(--pwf-line);border-radius:6px;background:linear-gradient(145deg,#0a1921,#071219)}
.mb-pwf-primary,.mb-pwf button,.mb-pwf input,.mb-pwf select,.mb-pwf textarea{font:inherit}
.mb-pwf-primary,.mb-pwf button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:1px solid var(--pwf-cyan);border-radius:4px;background:transparent;color:var(--pwf-cyan);font-weight:700;cursor:pointer}
.mb-pwf-primary{background:var(--pwf-lime);border-color:var(--pwf-lime);color:#121707!important}
.mb-pwf button:disabled,.mb-pwf-primary:disabled{border-color:#526168;background:#152027;color:#8e989b!important;cursor:not-allowed}
.mb-pwf input,.mb-pwf select,.mb-pwf textarea{width:100%;min-height:44px;margin-top:7px;padding:10px 12px;border:1px solid #45545a;border-radius:4px;background:#061017;color:var(--pwf-text)}
.mb-pwf textarea{min-height:110px;resize:vertical}
.mb-pwf label{display:block;color:#eef0ef;font-weight:600}
.mb-pwf label small,.mb-pwf small{color:var(--pwf-muted);font-weight:400}
.mb-pwf :focus-visible,.mb-pwf-account-menu :focus-visible,.mb-pwf-auth-menu :focus-visible{outline:3px solid var(--pwf-lime);outline-offset:3px}
.mb-pwf-notice{display:flex;gap:20px;align-items:center;margin:22px 0;padding:16px 18px;border:1px solid var(--pwf-amber);border-left:3px solid var(--pwf-amber);border-radius:4px;background:#23180666;color:#f2d2a5}
.mb-pwf-notice b{color:var(--pwf-amber);white-space:nowrap}
.mb-pwf-breadcrumb{display:flex;gap:10px;margin-bottom:24px;color:var(--pwf-muted)}
.mb-pwf-pagehead{margin-bottom:28px}
.mb-pwf-pagehead>p:last-child{max-width:760px;color:var(--pwf-muted);font-size:18px}
.mb-pwf-form{display:grid;gap:18px;padding:0;list-style:none}
.mb-pwf-form>li{list-style:none}
.mb-pwf-form__split,.mb-pwf-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.mb-pwf-inline,.mb-pwf-password{display:flex;align-items:stretch}
.mb-pwf-inline input,.mb-pwf-password input{margin:7px 0 0;border-radius:4px 0 0 4px}
.mb-pwf-inline button,.mb-pwf-password button{min-width:110px;margin-top:7px;border-radius:0 4px 4px 0}
.mb-pwf-form-note,.mb-pwf-secondary-copy{color:var(--pwf-muted);font-size:14px}
.mb-pwf-richtext{color:#d5d8d6;font-size:17px;line-height:1.75}
.mb-pwf-richtext h2{margin-top:34px;padding-top:22px;border-top:1px solid #293940}
.mb-pwf-richtext img,.mb-pwf-richtext iframe,.mb-pwf-richtext table{max-width:100%;height:auto}
.mb-pwf-signature{margin-top:20px;padding-top:14px;border-top:1px solid #2b3a40;color:var(--pwf-muted)}
.mb-pwf-empty{padding:20px;border:1px dashed #516067;border-radius:4px;color:var(--pwf-muted);text-align:center}

/* Header account fragments */
.mb-pwf-account-menu,.mb-pwf-auth-menu{position:relative;color:var(--pwf-text)}
.mb-pwf-account-menu__trigger{display:flex;gap:8px;align-items:center;min-height:44px;color:inherit!important}
.mb-pwf-account-menu__count{display:inline-grid;min-width:22px;height:22px;padding:0 5px;place-items:center;border-radius:99px;background:var(--pwf-cyan);color:#051014;font-size:12px}
.mb-pwf-account-menu__panel{display:none;position:absolute;z-index:40;right:0;width:260px;padding:10px;border:1px solid var(--pwf-line);background:#07131a;box-shadow:0 18px 50px #000a}
.mb-pwf-account-menu:focus-within .mb-pwf-account-menu__panel,.mb-pwf-account-menu:hover .mb-pwf-account-menu__panel{display:grid}
.mb-pwf-account-menu__panel a{display:flex;justify-content:space-between;min-height:44px;padding:10px;color:var(--pwf-text)!important}
.mb-pwf-auth-menu{width:min(420px,calc(100vw - 32px));padding:18px;border:1px solid var(--pwf-line);border-radius:5px;background:#07131a}
.mb-pwf-auth-menu form{display:grid;gap:15px}.mb-pwf-auth-menu__links{display:flex;justify-content:space-between;gap:14px;margin-top:15px;font-size:14px}

/* Auth */
.mb-pwf-auth{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(480px,1fr);gap:0;min-height:680px;padding-top:36px}
.mb-pwf-auth__context{padding:70px 9% 50px;border:1px solid #24363d;border-right:0;background:radial-gradient(circle at 20% 25%,#16372c,transparent 32%),linear-gradient(150deg,#07151d,#050b10)}
.mb-pwf-auth__context p{color:#c3c9c9;font-size:18px;line-height:1.65}
.mb-pwf-auth__context ul{display:grid;gap:23px;margin:42px 0 0;padding:0;list-style:none}
.mb-pwf-auth__context li{display:grid;gap:4px;padding-left:18px;border-left:3px solid var(--pwf-cyan)}
.mb-pwf-auth__context li:nth-child(2){border-color:var(--pwf-purple)}
.mb-pwf-auth__context li span{color:var(--pwf-muted)}
.mb-pwf-auth__panel{padding:50px 7%;border-color:#465158;background:#09131a}
.mb-pwf-auth__panel header{margin-bottom:26px}.mb-pwf-auth__panel header p:last-child{color:var(--pwf-muted)}

/* Account/profile */
.mb-pwf-account__nav{display:flex;gap:6px;margin-bottom:14px;padding:8px;border:1px solid var(--pwf-line);border-radius:5px;background:#07131a}
.mb-pwf-account__nav a{display:flex;align-items:center;min-height:48px;padding:10px 18px;color:#d7dcdb!important;border-bottom:2px solid transparent}
.mb-pwf-account__nav a[aria-current=page]{border-color:var(--pwf-cyan);color:var(--pwf-cyan)!important}
.mb-pwf-account__hero{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:28px;align-items:center;min-height:210px;margin-bottom:20px;padding:24px 36px;border:1px solid var(--pwf-line);border-radius:5px;background:radial-gradient(circle at 78% 30%,#12373a,transparent 35%),#07131a}
.mb-pwf-account__avatar,.mb-pwf-account__avatar .cover{display:block;width:140px;height:160px;border:1px solid #526168;border-radius:4px;background-position:center;background-size:cover}
.mb-pwf-account__hero h1{margin:4px 0 8px;font-size:44px}.mb-pwf-account__hero p:last-child{color:var(--pwf-muted)}
.mb-pwf-account__actions{display:flex;gap:8px}
.mb-pwf-account__overview>header{margin:24px 0}.mb-pwf-account__overview>header p{color:var(--pwf-muted)}
.mb-pwf-account__shelves{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px}
.mb-pwf-account__shelves>a,.mb-pwf-account__shelves>div{display:grid;gap:6px;min-height:150px;padding:18px;border:1px solid var(--pwf-line);border-radius:4px;background:#08161d;color:var(--pwf-text)!important}
.mb-pwf-account__shelves span{color:var(--pwf-cyan);font-size:12px;letter-spacing:.08em}.mb-pwf-account__shelves small{color:var(--pwf-muted)}
.mb-pwf-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mb-pwf-profile-grid dl,.mb-pwf-workspace dl,.mb-pwf-product dl,.mb-pwf-checkout dl{margin:0}.mb-pwf-profile-grid dl>div,.mb-pwf-workspace dl>div,.mb-pwf-product dl>div,.mb-pwf-checkout dl>div{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:12px 0;border-bottom:1px solid #293940}.mb-pwf-profile-grid dd,.mb-pwf-workspace dd,.mb-pwf-product dd,.mb-pwf-checkout dd{margin:0;color:var(--pwf-muted);text-align:right}
.mb-pwf-account__settings{margin-top:20px}.mb-pwf-account__settings>header{margin-bottom:22px}.mb-pwf-settings-grid>section{display:grid;align-content:start;gap:15px;padding:18px;border:1px solid #2f4047;background:#061119}.mb-pwf-native-field{padding:9px 0;color:var(--pwf-muted)}.mb-pwf-account__save{display:flex;gap:20px;align-items:center;margin-top:22px}.mb-pwf-danger{color:var(--pwf-danger)}

/* Messages/community */
.mb-pwf-messages__bar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px;padding:12px 16px;border:1px solid var(--pwf-line);background:#07131a}.mb-pwf-messages__bar nav{display:flex;gap:16px}.mb-pwf-messages__compose{max-width:980px}.mb-pwf-messages__actions{display:flex;gap:12px;align-items:end;margin-top:18px}.mb-pwf-thread{max-width:1060px}.mb-pwf-thread__messages{display:grid;gap:14px}.mb-pwf-thread__message header{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding-bottom:14px;border-bottom:1px solid #2c3b42}.mb-pwf-thread__message header .cover{width:48px;height:48px;border-radius:3px;background-position:center;background-size:cover}.mb-pwf-thread__message header time{display:block;color:var(--pwf-muted);font-size:13px}.mb-pwf-thread__reply{margin-top:18px}.mb-pwf-community{max-width:1100px}.mb-pwf-profile-card{display:grid;grid-template-columns:70px 1fr;gap:16px;max-width:440px;color:var(--pwf-text)}.mb-pwf-profile-card__avatar{width:64px;height:64px;background-position:center;background-size:cover}.mb-pwf-profile-card h2{margin:0}.mb-pwf-profile-card p{color:var(--pwf-muted)}.mb-pwf-profile-card dl>div{display:flex;justify-content:space-between;gap:20px}.mb-pwf-profile-card dd{margin:0}

/* Tools */
.mb-pwf-tools__hero{position:relative;padding:30px 0 10px;background:radial-gradient(circle at 75% 45%,#13373b,transparent 30%)}
.mb-pwf-tools__hero>p{max-width:780px;color:var(--pwf-muted);font-size:18px}.mb-pwf-tools__search{display:grid;grid-template-columns:minmax(170px,260px) minmax(260px,520px);align-items:center;max-width:800px;margin-top:24px}.mb-pwf-tools__search input{margin:0}.mb-pwf-tools__filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.mb-pwf-tools__filters button[aria-pressed=true]{border-color:var(--pwf-cyan);box-shadow:inset 0 -2px var(--pwf-cyan)}
.mb-pwf-tools__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.mb-pwf-tool-card{display:flex;flex-direction:column;padding:22px;border:1px solid var(--pwf-line);border-radius:5px;background:#07151c}.mb-pwf-tool-card header{display:flex;justify-content:space-between;gap:8px;color:var(--pwf-cyan);font-size:11px}.mb-pwf-tool-card header b{color:var(--pwf-amber)}.mb-pwf-tool-card h2{margin:20px 0 10px}.mb-pwf-tool-card>p{color:var(--pwf-muted)}.mb-pwf-tool-card dl{margin:8px 0 18px}.mb-pwf-tool-card dl>div{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid #293940}.mb-pwf-tool-card dd{margin:0;color:var(--pwf-muted)}.mb-pwf-tool-card__state{margin-top:auto;padding:10px;border:1px solid #3b4a50;border-radius:3px;font-size:13px}.mb-pwf-tools__rules{margin-top:18px;padding:24px;border:1px solid var(--pwf-line);background:#08161d}.mb-pwf-tools__rules>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.mb-pwf-tools__rules article{padding:8px 20px;border-left:1px solid #34444b}.mb-pwf-tools__rules article:first-child{border-left:0}.mb-pwf-tools__rules b{color:var(--pwf-cyan)}.mb-pwf-tools__rules p{color:var(--pwf-muted)}
.mb-pwf-workspace>header>p:last-child{max-width:850px;color:var(--pwf-muted);font-size:18px}.mb-pwf-workspace__layout{display:grid;grid-template-columns:.8fr 1.4fr .8fr;gap:18px}.mb-pwf-workspace__preview{display:grid;min-height:420px;place-items:center;border:1px dashed #516067;background:#050d12;color:var(--pwf-muted)}

/* Shop */
.mb-pwf-shop{width:100%;max-width:none;padding-top:0}.mb-pwf-shop__hero{display:grid;grid-template-columns:minmax(0,.85fr) minmax(480px,1.2fr);min-height:320px;padding:44px max(42px,calc((100% - var(--pwf-max))/2));border-bottom:1px solid #463620;background:linear-gradient(90deg,#0b0c0c 0,#0b0c0ce6 48%,transparent),radial-gradient(circle at 80% 40%,#4a2d12,transparent 40%),#100d09}.mb-pwf-shop__hero>div:first-child{max-width:650px}.mb-pwf-shop__hero>div>p:not(.mb-pwf-eyebrow){color:#d0c3b2;font-size:21px}.mb-pwf-shop__scene{background:linear-gradient(135deg,transparent,#6b451a2e);clip-path:polygon(12% 12%,100% 0,95% 90%,0 100%)}
.mb-pwf-shop__categories,.mb-pwf-shop__policy-links{display:flex;justify-content:center;gap:60px;padding:16px max(42px,calc((100% - var(--pwf-max))/2));border-bottom:1px solid #3d3327;background:#0d0d0c;color:#e0b46f}.mb-pwf-shop__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:min(var(--pwf-max),calc(100% - 84px));margin:26px auto}.mb-pwf-product-card{padding:12px;border:1px solid #59462e;background:#12110f}.mb-pwf-product-card__image,.mb-pwf-product__image{display:grid;min-height:230px;place-items:center;border:1px solid #5c4b35;background:linear-gradient(145deg,#2b2117,#0d0c0b);color:#9c8b73}.mb-pwf-product-card h2{margin-top:9px}.mb-pwf-product-card p{color:#c6b8a6}.mb-pwf-product-card button{width:100%;border-color:#96713f;color:#c9a46d}.mb-pwf-shop__principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(var(--pwf-max),calc(100% - 84px));margin:30px auto;padding:24px;border:1px solid #54442f;background:#12110f}.mb-pwf-shop__principles p{color:#c8bca9}.mb-pwf-shop__policy-links{border-top:1px solid #3d3327;border-bottom:0}.mb-pwf-shop__policy-links a{color:#e0b46f}
.mb-pwf-product__layout{display:grid;grid-template-columns:1.15fr .85fr;gap:42px}.mb-pwf-product__image{position:relative;min-height:520px;background:linear-gradient(145deg,#e8dec8,#cdbb99);color:#5e5649}.mb-pwf-product__image span{position:absolute;bottom:16px;left:16px;padding:7px 10px;background:#24211d;color:#f0e8dc;font-size:12px}.mb-pwf-product__layout>section:nth-child(2){display:flex;flex-direction:column;gap:14px}.mb-pwf-product__layout h1{margin-top:0}.mb-pwf-product__layout>section:nth-child(2)>button{width:100%}
.mb-pwf-checkout__steps{display:flex;gap:0;margin:0 0 24px;padding:0;list-style:none}.mb-pwf-checkout__steps li{flex:1;padding:12px;border-bottom:2px solid #45535a;color:var(--pwf-muted)}.mb-pwf-checkout__steps li[aria-current=step]{border-color:var(--pwf-amber);color:var(--pwf-amber)}.mb-pwf-checkout__layout{display:grid;grid-template-columns:1.7fr .9fr;gap:44px}.mb-pwf-checkout__layout aside nav{display:grid;gap:10px;margin-top:18px}.mb-pwf-checkout__layout aside>button{width:100%;margin-top:14px}

/* Policy/system */
.mb-pwf-policy>header{max-width:900px}.mb-pwf-policy__layout{display:grid;grid-template-columns:210px minmax(0,1fr) 360px;gap:42px;align-items:start}.mb-pwf-policy__layout>aside:first-child{position:sticky;top:18px}.mb-pwf-policy__layout nav[data-mb-pwf-toc]{display:grid}.mb-pwf-policy__layout nav[data-mb-pwf-toc] a{min-height:40px;padding:8px;border-left:2px solid #35454c}.mb-pwf-policy__glance{position:sticky;top:18px}.mb-pwf-policy__glance li{margin:12px 0;color:var(--pwf-muted)}.mb-pwf-policy__glance>a{display:flex;justify-content:center;min-height:44px;padding:10px;border:1px solid var(--pwf-cyan);border-radius:4px}.mb-pwf-policy__edit{margin-top:18px}
.mb-pwf-system{min-height:600px;padding-top:90px}.mb-pwf-system__hero{max-width:830px}.mb-pwf-system__code{display:inline-flex;padding:7px 11px;border:1px solid var(--pwf-cyan);border-radius:4px;color:var(--pwf-cyan);font-weight:800}.mb-pwf-system__hero>p:not(.mb-pwf-system__code),.mb-pwf-system>p{color:var(--pwf-muted);font-size:19px}.mb-pwf-system__search{display:grid;grid-template-columns:1fr 190px;gap:8px;margin-top:26px}.mb-pwf-system__search label{font-size:0}.mb-pwf-system__search input{margin:0;font-size:17px}.mb-pwf-system__routes{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:44px}.mb-pwf-system__routes nav{display:flex;gap:18px}.mb-pwf-panel--java h2,.mb-pwf-panel--java a{color:var(--pwf-purple)}.mb-pwf-system__recovery{text-align:center}.mb-pwf-system__actions{display:flex;gap:12px;margin-top:24px}.mb-pwf-system__message{max-width:800px;color:#d5d8d6;font-size:18px;line-height:1.65}

@media(max-width:1100px){.mb-pwf-auth{grid-template-columns:.85fr 1.15fr}.mb-pwf-account__shelves{grid-template-columns:1fr 1fr}.mb-pwf-tools__grid{grid-template-columns:1fr 1fr}.mb-pwf-workspace__layout{grid-template-columns:1fr 1.4fr}.mb-pwf-workspace__layout>section:last-child{grid-column:1/-1}.mb-pwf-policy__layout{grid-template-columns:180px 1fr}.mb-pwf-policy__glance{position:static;grid-column:1/-1}.mb-pwf-shop__hero{grid-template-columns:1fr .7fr}.mb-pwf-checkout__layout{grid-template-columns:1.3fr .8fr}}
@media(max-width:800px){.mb-pwf{width:calc(100% - 32px);padding:24px 0 56px}.mb-pwf h1{font-size:clamp(38px,11vw,52px)}.mb-pwf-notice{align-items:flex-start;flex-direction:column;gap:5px}.mb-pwf-notice b{white-space:normal}.mb-pwf-auth{display:block;width:100%;padding-top:0}.mb-pwf-auth__context,.mb-pwf-auth__panel{padding:34px 24px;border:0;border-bottom:1px solid var(--pwf-line)}.mb-pwf-auth__context{min-height:420px}.mb-pwf-form__split,.mb-pwf-settings-grid,.mb-pwf-profile-grid,.mb-pwf-tools__grid,.mb-pwf-workspace__layout,.mb-pwf-product__layout,.mb-pwf-checkout__layout,.mb-pwf-system__routes,.mb-pwf-policy__layout{grid-template-columns:1fr}.mb-pwf-account__nav{overflow-x:auto}.mb-pwf-account__nav a{white-space:nowrap}.mb-pwf-account__hero{grid-template-columns:86px 1fr;padding:18px}.mb-pwf-account__avatar,.mb-pwf-account__avatar .cover{width:82px;height:96px}.mb-pwf-account__hero h1{font-size:34px}.mb-pwf-account__actions{grid-column:1/-1}.mb-pwf-tools__search{display:grid;grid-template-columns:1fr;gap:8px}.mb-pwf-tools__filters{display:grid;grid-template-columns:1fr 1fr}.mb-pwf-tools__grid{gap:14px}.mb-pwf-tools__rules>div,.mb-pwf-shop__grid,.mb-pwf-shop__principles{grid-template-columns:1fr 1fr}.mb-pwf-tools__rules article{border:0;border-top:1px solid #34444b}.mb-pwf-workspace__layout>section:last-child{grid-column:auto}.mb-pwf-shop__hero{display:block;min-height:400px;padding:34px 16px}.mb-pwf-shop__scene{height:120px}.mb-pwf-shop__categories,.mb-pwf-shop__policy-links{justify-content:flex-start;gap:20px;overflow-x:auto;padding:14px 16px}.mb-pwf-shop__grid,.mb-pwf-shop__principles{width:calc(100% - 32px)}.mb-pwf-product__image{min-height:380px}.mb-pwf-policy__layout>aside:first-child{position:static}.mb-pwf-policy__glance{grid-column:auto}.mb-pwf-system{min-height:520px;padding-top:55px}.mb-pwf-system__search{grid-template-columns:1fr}.mb-pwf-messages__bar{align-items:flex-start;flex-direction:column}.mb-pwf-thread__message header{grid-template-columns:46px 1fr}.mb-pwf-thread__message header nav{grid-column:1/-1}}
@media(max-width:520px){.mb-pwf-panel{padding:18px}.mb-pwf-account__shelves,.mb-pwf-tools__rules>div,.mb-pwf-shop__grid,.mb-pwf-shop__principles{grid-template-columns:1fr}.mb-pwf-inline,.mb-pwf-password{display:grid;grid-template-columns:1fr 82px}.mb-pwf-inline button,.mb-pwf-password button{min-width:0}.mb-pwf-auth-menu__links,.mb-pwf-system__actions{align-items:stretch;flex-direction:column}.mb-pwf-account__hero{display:block}.mb-pwf-account__avatar{margin-bottom:14px}.mb-pwf-account__actions{margin-top:14px}.mb-pwf-tools__filters{grid-template-columns:1fr}.mb-pwf-system__routes nav{flex-direction:column;gap:8px}.mb-pwf-product__image{min-height:300px}.mb-pwf-checkout__steps li{padding:10px 5px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.mb-pwf *{scroll-behavior:auto!important;transition:none!important}}

/* MineBrush account v3: one compact shell for profile, Saved and Messages. */
[data-mb-design="v4"] .mb-pwf-account{
  --pwf-bg:var(--mbds-canvas);
  --pwf-surface:var(--mbds-surface);
  --pwf-surface-2:var(--mbds-surface-raised);
  --pwf-line:var(--mbds-line);
  --pwf-text:var(--mbds-ink);
  --pwf-muted:var(--mbds-ink-muted);
  --pwf-cyan:var(--mbds-action);
  --pwf-lime:var(--mbds-action);
  width:min(1040px,calc(100% - 32px));
  padding:24px 0 72px;
  color:var(--mbds-ink);
}
[data-mb-design="v4"] .mb-pwf-account :is(h1,h2,h3,b,strong,label){color:var(--mbds-ink)}
[data-mb-design="v4"] .mb-pwf-account :is(p,small,dt){color:var(--mbds-ink-muted)}
[data-mb-design="v4"] .mb-pwf-account__masthead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:112px;
  padding:20px 22px;
  border:1px solid var(--mbds-line);
  border-radius:14px 14px 0 0;
  background:linear-gradient(135deg,color-mix(in srgb,var(--mbds-surface-raised) 92%,var(--mbds-action) 8%),var(--mbds-surface));
}
[data-mb-design="v4"] .mb-pwf-account__masthead h1{margin:4px 0 3px;font-size:clamp(30px,4vw,42px);line-height:1}
[data-mb-design="v4"] .mb-pwf-account__masthead p{margin:0;max-width:660px}
[data-mb-design="v4"] .mb-pwf-account__identity{display:flex;align-items:center;gap:16px;min-width:0}
[data-mb-design="v4"] .mb-pwf-account__avatar,
[data-mb-design="v4"] .mb-pwf-account__avatar.cover{
  flex:0 0 60px;
  width:60px;
  height:60px;
  margin:0;
  border:1px solid var(--mbds-line-strong);
  border-radius:12px;
  background-color:var(--mbds-surface-raised);
  background-position:center;
  background-size:cover;
  color:transparent;
}
[data-mb-design="v4"] .mb-pwf-account__signout{
  flex:0 0 auto;
  min-height:42px;
  padding:10px 14px;
  border:1px solid var(--mbds-line-strong);
  border-radius:9px;
  color:var(--mbds-ink)!important;
  font-weight:800;
}
[data-mb-design="v4"] .mb-pwf-account__nav{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:0 0 22px;
  padding:0;
  overflow:visible;
  border:1px solid var(--mbds-line);
  border-top:0;
  border-radius:0 0 14px 14px;
  background:var(--mbds-surface);
}
[data-mb-design="v4"] .mb-pwf-account__nav a{
  justify-content:center;
  min-width:0;
  min-height:52px;
  padding:10px 8px;
  border:0;
  border-right:1px solid var(--mbds-line);
  color:var(--mbds-ink-muted)!important;
  text-align:center;
  white-space:normal;
  font-weight:800;
}
[data-mb-design="v4"] .mb-pwf-account__nav a:last-child{border-right:0}
[data-mb-design="v4"] .mb-pwf-account__nav a:is(:hover,[aria-current="page"]){color:var(--mbds-action)!important;background:color-mix(in srgb,var(--mbds-surface-raised) 86%,var(--mbds-action) 14%);box-shadow:inset 0 -3px var(--mbds-action)}
[data-mb-design="v4"] .mb-pwf-account__overview>header{margin:0 0 16px;padding:0 2px}
[data-mb-design="v4"] .mb-pwf-account__overview>header h2{margin:5px 0;font-size:28px}
[data-mb-design="v4"] .mb-pwf-account__overview>header p:last-child{max-width:720px;margin:0}
[data-mb-design="v4"] .mb-pwf-account__shelves{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}
[data-mb-design="v4"] .mb-pwf-account__shelves>a{
  position:relative;
  min-height:138px;
  padding:17px 46px 17px 17px;
  border:1px solid var(--mbds-line);
  border-radius:12px;
  background:var(--mbds-surface-raised);
}
[data-mb-design="v4"] .mb-pwf-account__shelves>a:hover{border-color:var(--mbds-action);transform:translateY(-1px)}
[data-mb-design="v4"] .mb-pwf-account__shelves>a i{position:absolute;right:17px;top:50%;color:var(--mbds-action);font-style:normal;font-size:22px}
[data-mb-design="v4"] .mb-pwf-profile-grid{gap:12px}
[data-mb-design="v4"] .mb-pwf-account .mb-pwf-panel,
[data-mb-design="v4"] .mb-pwf-settings-grid>section{border-color:var(--mbds-line);border-radius:12px;background:var(--mbds-surface)}
[data-mb-design="v4"] .mb-pwf-account__settings{margin-top:0;padding:22px}
[data-mb-design="v4"] .mb-pwf-account__settings>header{max-width:720px}
[data-mb-design="v4"] .mb-pwf-settings-grid{gap:12px}
[data-mb-design="v4"] .mb-pwf-settings-grid>section{gap:14px;padding:18px}
[data-mb-design="v4"] .mb-pwf-settings-grid__eyebrow{margin:0;color:var(--mbds-action)!important;font-size:10px;font-weight:900;letter-spacing:.12em}
[data-mb-design="v4"] .mb-pwf-account :is(input:not([type="checkbox"]):not([type="radio"]),select,textarea){border-color:var(--mbds-line-strong);background:var(--mbds-surface-raised);color:var(--mbds-ink)}
[data-mb-design="v4"] .mb-pwf-account :is(input[type="checkbox"],input[type="radio"]){width:auto;min-height:0;margin:0 7px 0 0;padding:0}
[data-mb-design="v4"] .mb-pwf-account__save{flex-wrap:wrap;padding-top:18px;border-top:1px solid var(--mbds-line)}
[data-mb-design="v4"] .mb-pwf-account__save .mb-pwf-primary{border-color:var(--mbds-action-fill);background:var(--mbds-action-fill);color:#fff!important}
[data-mb-design="v4"] .mb-pwf-account__hero{min-height:150px;margin-bottom:18px;padding:22px;border-color:var(--mbds-line);border-radius:14px;background:var(--mbds-surface)}
[data-mb-design="v4"] .mb-pwf-account__hero h1{font-size:38px}

[data-mb-design="v4"] .mb-pwf-saved__toolbar{
  display:grid;
  grid-template-columns:minmax(240px,1.4fr) minmax(160px,.7fr) minmax(160px,.7fr);
  gap:10px;
  margin-bottom:14px;
  padding:14px;
  border:1px solid var(--mbds-line);
  border-radius:12px;
  background:var(--mbds-surface);
}
[data-mb-design="v4"] .mb-pwf-saved__toolbar label>span{display:block;font-size:11px;font-weight:850}
[data-mb-design="v4"] .mb-pwf-saved__toolbar :is(input,select){margin-top:5px}
[data-mb-design="v4"] .mb-pwf-saved__list{display:grid;grid-template-columns:1fr;gap:10px}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  min-height:112px;
  overflow:hidden;
  border:1px solid var(--mbds-line);
  border-radius:12px;
  background:var(--mbds-surface);
}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card__visual{width:112px;min-height:112px;height:100%;border:0;border-right:1px solid var(--mbds-line)}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card__visual img{width:100%;height:100%;object-fit:cover}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card__copy{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 14px;padding:12px 14px}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card__copy>.mbds-eyebrow{grid-column:1/-1;margin:0;font-size:10px}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card h2{grid-column:1;margin:0;font-size:18px;line-height:1.12}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card__summary{display:none}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card dl{grid-column:1;display:flex;flex-wrap:wrap;gap:5px;margin:4px 0 0}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card dl>div{display:flex;gap:4px;width:auto;padding:4px 7px;border:0;border-radius:6px;background:var(--mbds-surface-raised);font-size:10px}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card dl>div:nth-child(n+4){display:none}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card dl :is(dt,dd){margin:0;color:var(--mbds-ink-muted)}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card footer{grid-column:2;grid-row:2/5;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:7px;min-width:128px;margin:0;padding:0;border:0}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card footer>p{display:none}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card footer .mbds-button{min-height:38px;padding:8px 11px;white-space:nowrap}
[data-mb-design="v4"] .mb-pwf-saved__list a:has(.mbds-card-save){display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:7px 10px;border:1px solid var(--mbds-line-strong);border-radius:7px;color:var(--mbds-ink-muted);font-size:12px;font-weight:800}
[data-mb-design="v4"] .mb-pwf-saved__list .mbds-card-save{display:inline;color:inherit;background:none}
[data-mb-design="v4"] .mb-pwf-saved__empty{padding:34px 18px;border:1px dashed var(--mbds-line-strong);border-radius:12px;background:var(--mbds-surface);text-align:center}

[data-mb-design="v4"] .mb-pwf-account--messages .mb-pwf-messages__bar{margin-bottom:12px;border-color:var(--mbds-line);border-radius:12px;background:var(--mbds-surface)}
[data-mb-design="v4"] .mb-pwf-account--messages .pm_status{display:grid;grid-template-columns:auto auto;gap:2px 10px;align-items:baseline;text-align:right}
[data-mb-design="v4"] .mb-pwf-account--messages .pm_status>span{grid-column:1/-1;color:var(--mbds-ink-muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
[data-mb-design="v4"] .mb-pwf-account--messages .pm_status>b{color:var(--mbds-ink);font-size:13px}
[data-mb-design="v4"] .mb-pwf-account--messages .pm_status>small{color:var(--mbds-ink-muted);font-size:12px}
[data-mb-design="v4"] .mb-pwf-account--messages :is(.mb-pwf-messages__compose,.mb-pwf-thread){max-width:none}
[data-mb-design="v4"] .mb-pwf-account--messages .mb-pwf-thread__messages{gap:10px}

@media(max-width:800px){
  [data-mb-design="v4"] .mb-pwf-account{width:calc(100% - 20px);padding:10px 0 calc(96px + env(safe-area-inset-bottom))}
  [data-mb-design="v4"] .mb-pwf-account__masthead{min-height:94px;padding:15px;border-radius:12px 12px 0 0}
  [data-mb-design="v4"] .mb-pwf-account__masthead h1{font-size:28px}
  [data-mb-design="v4"] .mb-pwf-account__masthead>div>p:last-child{font-size:13px}
  [data-mb-design="v4"] .mb-pwf-account__avatar,[data-mb-design="v4"] .mb-pwf-account__avatar.cover{flex-basis:50px;width:50px;height:50px}
  [data-mb-design="v4"] .mb-pwf-account__signout{min-height:38px;padding:8px 10px;font-size:12px}
  [data-mb-design="v4"] .mb-pwf-account__nav{grid-template-columns:repeat(2,minmax(0,1fr));border-radius:0 0 12px 12px}
  [data-mb-design="v4"] .mb-pwf-account__nav a{min-height:48px;border-bottom:1px solid var(--mbds-line);font-size:12px}
  [data-mb-design="v4"] .mb-pwf-account__nav a:nth-child(2){border-right:0}
  [data-mb-design="v4"] .mb-pwf-account__nav a:nth-child(n+3){border-bottom:0}
  [data-mb-design="v4"] .mb-pwf-account__shelves,[data-mb-design="v4"] .mb-pwf-profile-grid,[data-mb-design="v4"] .mb-pwf-settings-grid{grid-template-columns:1fr}
  [data-mb-design="v4"] .mb-pwf-account__shelves>a{min-height:112px}
  [data-mb-design="v4"] .mb-pwf-account__hero{grid-template-columns:58px minmax(0,1fr);min-height:0;padding:16px}
  [data-mb-design="v4"] .mb-pwf-account__hero h1{font-size:30px}
  [data-mb-design="v4"] .mb-pwf-account--messages .pm_status{text-align:left}
  [data-mb-design="v4"] .mb-pwf-saved__toolbar{grid-template-columns:1fr 1fr}
  [data-mb-design="v4"] .mb-pwf-saved__toolbar label:first-child{grid-column:1/-1}
}
@media(max-width:560px){
  [data-mb-design="v4"] .mb-pwf-account__masthead{align-items:flex-start}
  [data-mb-design="v4"] .mb-pwf-account--library .mb-pwf-account__masthead p:last-child,[data-mb-design="v4"] .mb-pwf-account--messages .mb-pwf-account__masthead p:last-child{display:none}
  [data-mb-design="v4"] .mb-pwf-saved__toolbar{grid-template-columns:1fr}
  [data-mb-design="v4"] .mb-pwf-saved__toolbar label:first-child{grid-column:auto}
  [data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card{grid-template-columns:84px minmax(0,1fr);min-height:116px}
  [data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card__visual{width:84px;min-height:116px}
  [data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card__copy{display:block;padding:10px}
  [data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card h2{margin:3px 0 8px;font-size:16px}
  [data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card dl{display:none}
  [data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card footer{display:flex;align-items:flex-start;min-width:0;margin-top:8px}
  [data-mb-design="v4"] .mb-pwf-saved__list .mbds-catalog-card footer .mbds-button{min-height:34px;padding:6px 9px;font-size:11px}
  [data-mb-design="v4"] .mb-pwf-account__settings{padding:14px}
  [data-mb-design="v4"] .mb-pwf-account__save{align-items:stretch;flex-direction:column}
}
