.muze-profile {
  --muze-profile-accent: var(--muze-accent, #ff2f73);
  color: var(--muze-text, #fff);
  margin: 0 auto;
  max-width: 1040px;
}
.muze-root-profile { margin-inline:auto; padding:clamp(18px,4vw,48px) 16px 80px; }
.muze-profile__cover {
  aspect-ratio: 4 / 1;
  background: radial-gradient(circle at 20% 20%, color-mix(in srgb, var(--muze-profile-accent) 62%, transparent), transparent 42%), linear-gradient(135deg, #2d1024, #15121b 65%);
  background-position: center; background-size: cover;
  border: 1px solid var(--muze-line, rgba(255,255,255,.12)); border-radius: 22px 22px 0 0; min-height: 160px;
}
.muze-profile__header {
  align-items: end; background: var(--muze-surface, #151218); border: 1px solid var(--muze-line, rgba(255,255,255,.12)); border-top: 0;
  display: flex; gap: 22px; padding: 0 28px 24px;
}
.muze-profile__avatar {
  background: #211823; border: 5px solid var(--muze-surface, #151218); border-radius: 50%; box-shadow: 0 0 0 3px var(--muze-profile-accent);
  flex: 0 0 auto; height: 144px; margin-top: -58px; object-fit: cover; width: 144px;
}
.muze-profile__identity { min-width: 0; }
.muze-profile__identity h1 { align-items: center; color: inherit; display: flex; font-size: clamp(1.8rem, 4vw, 2.7rem); gap: 9px; line-height: 1.05; margin: 0; }
.muze-profile__verified { background: var(--muze-profile-accent); border-radius: 50%; color: #fff; display: inline-grid; font-size: .72rem; height: 22px; place-items: center; width: 22px; }
.muze-profile__eyebrow { color: color-mix(in srgb, var(--muze-profile-accent) 75%, white); font-size: .75rem; font-weight: 800; letter-spacing: .12em; margin: 0 0 5px; text-transform: uppercase; }
.muze-profile__handle,.muze-profile__tagline,.muze-profile__bio { color: var(--muze-muted, #c5b9c8); margin: 5px 0 0; overflow-wrap: anywhere; }
.muze-profile__handle { color: color-mix(in srgb, var(--muze-profile-accent) 60%, white); font-weight: 750; }
.muze-profile__bio { max-width: 720px; white-space: pre-line; }
.muze-profile__counts { background: var(--muze-surface, #151218); border: 1px solid var(--muze-line, rgba(255,255,255,.12)); border-top: 0; display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 16px 28px; }
.muze-profile__counts div { text-align: center; }
.muze-profile__counts dt { font-size: 1.25rem; font-weight: 900; }
.muze-profile__counts dd { color: var(--muze-muted, #c5b9c8); font-size: .78rem; margin: 0; text-transform: uppercase; }
.muze-profile__tabs { background: var(--muze-surface, #151218); border: 1px solid var(--muze-line, rgba(255,255,255,.12)); border-radius: 0 0 22px 22px; border-top: 0; display: flex; gap: 6px; overflow-x: auto; padding: 10px 18px; }
.muze-profile__tabs a { border-radius: 999px; flex: 0 0 auto; font-weight: 800; padding: 9px 15px; text-decoration: none; }
.muze-profile__tabs a:hover { background: color-mix(in srgb, var(--muze-profile-accent) 16%, transparent); color: inherit; }
.muze-profile__panel { background: var(--muze-surface, #151218); border: 1px solid var(--muze-line, rgba(255,255,255,.12)); border-radius: 18px; margin-top: 18px; padding: clamp(18px,4vw,28px); }
.muze-profile__panel h2 { margin: 0 0 18px; }
.muze-profile__panel textarea,.muze-profile__panel input,.muze-profile__panel select { background: var(--muze-surface-2, #211b24); border: 1px solid var(--muze-line, rgba(255,255,255,.15)); border-radius: 12px; color: inherit; min-height: 46px; padding: 10px 12px; width: 100%; }
.muze-profile__panel textarea { resize: vertical; }
.muze-profile__panel form>label { display: grid; font-size: .86rem; font-weight: 750; gap: 7px; }
.muze-profile__panel form>button { background: var(--muze-profile-accent); border: 0; border-radius: 999px; color: #fff; cursor: pointer; font-weight: 900; min-height: 46px; padding: 10px 22px; }
#muze-profile-compose form { display: grid; gap: 12px; grid-template-columns: minmax(0,1fr) 180px auto; }
#muze-profile-compose form label:first-of-type { grid-row: span 2; }
.muze-profile__post { background: var(--muze-surface-2,#211b24); border: 1px solid var(--muze-line,rgba(255,255,255,.1)); border-radius: 15px; margin-top: 14px; overflow: hidden; padding: 18px; }
.muze-profile__post-meta { color: var(--muze-muted,#c5b9c8); display: flex; font-size: .78rem; justify-content: space-between; }
.muze-profile__post-content { font-size: 1rem; overflow-wrap: anywhere; }
.muze-profile__post-media { border-radius: 12px; display: block; margin-top: 12px; max-height: 680px; object-fit: contain; width: 100%; }
.muze-profile__composer-types { display:flex; flex-wrap:wrap; gap:7px; margin:-7px 0 14px; }
.muze-profile__composer-types span { background:var(--muze-surface-2,#211b24); border:1px solid var(--muze-line,rgba(255,255,255,.1)); border-radius:999px; font-size:.76rem; font-weight:850; padding:6px 10px; }
.muze-profile__check { align-items:center; display:flex!important; flex-direction:row; }
.muze-profile__check input { min-height:0!important; width:auto!important; }
.muze-profile__post-author { align-items:center; display:flex; gap:10px; margin-bottom:10px; }
.muze-profile__post-author img { border-radius:50%; height:46px; object-fit:cover; width:46px; }
.muze-profile__post-gallery { display:grid; gap:5px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:12px; overflow:hidden; border-radius:12px; }
.muze-profile__post-gallery--1 { grid-template-columns:1fr; }
.muze-profile__post-gallery .muze-profile__post-media { border-radius:0; height:100%; margin:0; max-height:520px; object-fit:cover; }
.muze-profile__post footer { border-top: 1px solid var(--muze-line,rgba(255,255,255,.1)); color: var(--muze-muted,#c5b9c8); margin-top: 14px; padding-top: 12px; }
.muze-profile__engagement { display: flex; gap: 14px; }
.muze-profile__post-actions { align-items: center; display: grid; gap: 8px; grid-template-columns: auto auto minmax(130px,1fr) auto; margin-top: 12px; }
.muze-profile__post-actions button { background: var(--muze-surface,#151218); border: 1px solid var(--muze-line,rgba(255,255,255,.15)); border-radius: 999px; color: inherit; cursor: pointer; min-height: 42px; padding: 8px 14px; }
.muze-profile__post-actions input { min-height: 42px; }
.muze-profile__details { display: grid; gap: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; }
.muze-profile__details div { background: var(--muze-surface-2,#211b24); border-radius: 12px; padding: 13px; }
.muze-profile__details dt { color: var(--muze-muted,#c5b9c8); font-size: .76rem; text-transform: uppercase; }
.muze-profile__details dd { margin: 3px 0 0; white-space: pre-line; }
.muze-profile__edit { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.muze-profile__wide,.muze-profile__edit button { grid-column: 1/-1; }
.muze-profile--notice { background: var(--muze-surface,#151218); border: 1px solid var(--muze-line,rgba(255,255,255,.12)); border-radius: 16px; padding: 18px; }
.muze-profile__people-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); margin-top: 18px; }
.muze-profile__person { background: var(--muze-surface,#16131c); border: 1px solid var(--muze-line,rgba(255,255,255,.12)); border-radius: 16px; padding: 18px; text-align: center; }
.muze-profile__person a { color: inherit; text-decoration: none; }
.muze-profile__person img { border-radius: 50%; object-fit: cover; }
.muze-profile__person h2 { font-size: 1rem; margin: .6rem 0 .2rem; }
.muze-profile__person p { margin: 0; opacity: .72; }
.muze-creator-studio>.muze-profile { margin-top: 18px; }
.muze-creator-studio__modules { display:grid; gap:12px; grid-template-columns:repeat(3,minmax(0,1fr)); margin:18px 0; }
.muze-creator-studio__modules a { background:var(--muze-surface,#151218); border:1px solid var(--muze-line,rgba(255,255,255,.12)); border-radius:16px; color:inherit; display:grid; min-height:145px; padding:18px; position:relative; text-decoration:none; }
.muze-creator-studio__modules a:hover { border-color:var(--muze-profile-accent); transform:translateY(-2px); }
.muze-creator-studio__modules strong { font-size:1.05rem; }
.muze-creator-studio__modules span { color:var(--muze-muted,#c5b9c8); font-size:.82rem; margin-top:6px; }
.muze-creator-studio__modules i { align-self:end; color:var(--muze-profile-accent); font-size:1.3rem; font-style:normal; }
.muze-profile__media-grid { display:grid; gap:8px; grid-template-columns:repeat(4,minmax(0,1fr)); }
.muze-profile__media-grid img,.muze-profile__media-grid video { aspect-ratio:1; border-radius:10px; height:100%; object-fit:cover; width:100%; }
.muze-profile__comments { display:grid; gap:10px; list-style:none; margin:14px 0 0; padding:0; }
.muze-profile__comments.is-replies { border-left:2px solid var(--muze-line,rgba(255,255,255,.1)); margin-left:22px; padding-left:12px; }
.muze-profile__comment { align-items:start; display:grid; gap:9px; grid-template-columns:36px minmax(0,1fr); }
.muze-profile__comment>img { border-radius:50%; height:36px; object-fit:cover; width:36px; }
.muze-profile__comment p { margin:2px 0; }
.muze-profile__comment details { display:inline-block; margin-right:9px; }
.muze-profile__comment summary { color:var(--muze-profile-accent); cursor:pointer; font-size:.74rem; font-weight:800; list-style:none; }
.muze-profile__comment form { display:flex; gap:5px; margin:7px 0; }
.muze-profile__comment input { background:var(--muze-surface,#151218); border:1px solid var(--muze-line,rgba(255,255,255,.15)); border-radius:9px; color:inherit; min-height:38px; padding:7px 9px; }
.muze-profile__comment button { background:var(--muze-profile-accent); border:0; border-radius:9px; color:#fff; font-weight:800; padding:7px 10px; }
.muze-notifications__list { display:grid; gap:9px; margin-top:14px; }
.muze-notification { align-items:center; background:var(--muze-surface,#151218); border:1px solid var(--muze-line,rgba(255,255,255,.12)); border-radius:14px; color:inherit; display:grid; gap:12px; grid-template-columns:54px minmax(0,1fr); padding:14px; text-decoration:none; }
.muze-notification.is-unread { border-left:4px solid var(--muze-profile-accent); }
.muze-notification img { border-radius:50%; height:54px; object-fit:cover; width:54px; }
.muze-notification small { color:var(--muze-muted,#c5b9c8); display:block; margin-top:3px; }
@media (max-width:700px) {
  .muze-profile__cover { aspect-ratio: 16/7; border-radius: 16px 16px 0 0; min-height: 130px; }
  .muze-profile__header { align-items: flex-start; display: block; padding: 0 18px 18px; }
  .muze-profile__avatar { height: 104px; margin: -45px 0 14px; width: 104px; }
  .muze-profile__counts { padding-inline: 8px; }
  .muze-profile__counts dt { font-size: 1rem; }
  .muze-profile__counts dd { font-size: .64rem; }
  #muze-profile-compose form,.muze-profile__edit,.muze-profile__details { grid-template-columns: 1fr; }
  #muze-profile-compose form label:first-of-type { grid-row: auto; }
  .muze-profile__wide,.muze-profile__edit button { grid-column: auto; }
  .muze-profile__post-actions { grid-template-columns: 1fr 1fr; }
  .muze-profile__post-actions label { grid-column: 1/-1; }
	.muze-creator-studio__modules { grid-template-columns:1fr 1fr; }
	.muze-profile__media-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:430px) {
	.muze-creator-studio__modules { grid-template-columns:1fr; }
	.muze-profile__media-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

/* 0.7.0 original-profile parity layer. Every custom value is allowlisted server-side. */
.muze-profile[data-muze-profile] { background-color:var(--muze-profile-page,#0d0911); background-image:var(--muze-profile-background,none); background-position:center; background-repeat:no-repeat; background-size:cover; color:var(--muze-profile-text,#fff); padding:clamp(8px,2vw,20px); }
.muze-profile--width-wide { max-width:1320px; }
.muze-profile--width-full { max-width:none; }
.muze-profile--font-rounded { font-family:"Trebuchet MS",Arial,sans-serif; }
.muze-profile--font-editorial { font-family:Georgia,"Times New Roman",serif; }
.muze-profile--font-typewriter,.muze-profile--font-mono { font-family:"Courier New",monospace; }
.muze-profile--font-playful,.muze-profile--font-handwritten { font-family:"Comic Sans MS","Trebuchet MS",cursive; }
.muze-profile--font-gothic { font-family:Georgia,serif; letter-spacing:.02em; }
.muze-profile--font-futuristic { font-family:Impact,"Arial Narrow",sans-serif; letter-spacing:.05em; }
.muze-profile--pattern-stars { background-image:radial-gradient(#fff8 1px,transparent 1px),var(--muze-profile-background,none); background-size:24px 24px,cover; }
.muze-profile--pattern-dots { background-image:radial-gradient(var(--muze-profile-accent) 1px,transparent 1px),var(--muze-profile-background,none); background-size:18px 18px,cover; }
.muze-profile--pattern-checkerboard { background-image:conic-gradient(from 90deg,#ffffff0b 90deg,transparent 0 180deg,#ffffff0b 0 270deg,transparent 0),var(--muze-profile-background,none); background-size:36px 36px,cover; }
.muze-profile--pattern-hearts { background-image:radial-gradient(circle at 25% 20%,color-mix(in srgb,var(--muze-profile-accent) 18%,transparent),transparent 14%),radial-gradient(circle at 75% 70%,color-mix(in srgb,var(--muze-profile-accent-2) 16%,transparent),transparent 16%),var(--muze-profile-background,none); }
.muze-profile--pattern-cyber-grid { background-image:linear-gradient(#00e5ff16 1px,transparent 1px),linear-gradient(90deg,#00e5ff16 1px,transparent 1px),var(--muze-profile-background,none); background-size:32px 32px,32px 32px,cover; }
.muze-profile--density-compact .muze-profile__panel { margin-top:10px; padding:15px; }
.muze-profile--density-roomy .muze-profile__panel { margin-top:28px; padding:34px; }
.muze-profile[data-muze-profile] .muze-profile__panel,.muze-profile[data-muze-profile] .muze-profile__header,.muze-profile[data-muze-profile] .muze-profile__counts,.muze-profile[data-muze-profile] .muze-profile__tabs { background:color-mix(in srgb,var(--muze-profile-panel,#17111c) 94%,transparent); color:inherit; }
.muze-profile[data-muze-profile] .muze-profile__cover { border:var(--muze-profile-banner-border); position:relative; }
.muze-profile__cover-edit { background:rgba(0,0,0,.72); border-radius:999px; color:#fff; font-size:.75rem; font-weight:800; padding:8px 12px; position:absolute; right:14px; text-decoration:none; top:14px; }
.muze-profile[data-muze-profile] .muze-profile__avatar { border:var(--muze-profile-avatar-border); box-shadow:0 0 24px color-mix(in srgb,var(--muze-profile-accent) 50%,transparent); }
.muze-profile__avatar--rounded { border-radius:22%; }.muze-profile__avatar--square { border-radius:0; }.muze-profile__avatar--diamond { border-radius:12%; clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%); }.muze-profile__avatar--star { clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 94%,50% 72%,21% 94%,32% 57%,2% 35%,39% 35%); }.muze-profile__avatar--heart { clip-path:polygon(50% 92%,8% 50%,5% 28%,18% 10%,38% 10%,50% 23%,62% 10%,82% 10%,95% 28%,92% 50%); }.muze-profile__avatar--hexagon { clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%); }.muze-profile__avatar--octagon { clip-path:polygon(30% 0,70% 0,100% 30%,100% 70%,70% 100%,30% 100%,0 70%,0 30%); }.muze-profile__avatar--oval { border-radius:50%; width:124px; }.muze-profile__avatar--blob { border-radius:58% 42% 64% 36% / 45% 57% 43% 55%; }
.muze-profile__header-actions { align-items:center; display:flex; flex-wrap:wrap; gap:7px; margin-left:auto; }
.muze-profile__header-actions>a,.muze-profile__header-actions>form button,.muze-profile__header-actions>form a { background:var(--muze-profile-accent); border:0; border-radius:999px; color:#fff; font-size:.76rem; font-weight:800; min-height:40px; padding:9px 13px; text-decoration:none; }
.muze-profile__header-actions .muze-profile__actions { display:flex; flex-wrap:wrap; gap:7px; }
.muze-profile__headline { background:linear-gradient(90deg,var(--muze-profile-accent),var(--muze-profile-accent-2)); color:#fff; overflow:hidden; padding:8px; white-space:nowrap; }
.muze-profile__headline span { display:inline-block; padding-left:100%; animation:muze-profile-marquee 16s linear infinite; }
@keyframes muze-profile-marquee { to{transform:translateX(-100%)} }
@media (prefers-reduced-motion:reduce) { .muze-profile__headline span { animation:none; padding-left:0; } .muze-profile--animation-gentle *,.muze-profile--animation-full * { scroll-behavior:auto!important; } }
.muze-profile__classic blockquote { border-left:4px solid var(--muze-profile-accent); margin:0 0 15px; padding:7px 12px; }
.muze-profile__social-inbox { background:color-mix(in srgb,var(--muze-profile-accent) 9%,var(--muze-profile-panel)); border:1px solid color-mix(in srgb,var(--muze-profile-accent) 32%,transparent); border-radius:14px; display:grid; gap:7px; margin-top:15px; padding:13px; }.muze-profile__social-inbox small { color:var(--muze-muted,#c5b9c8); }.muze-profile__social-inbox div { display:flex; flex-wrap:wrap; gap:6px; }.muze-profile__social-inbox span { background:var(--muze-profile-panel); border-radius:999px; padding:6px 9px; }.muze-profile__social-inbox a { color:var(--muze-profile-accent); font-weight:800; }
.muze-profile__badges { display:flex; flex-wrap:wrap; gap:7px; margin-bottom:14px; }
.muze-profile__badges span { background:color-mix(in srgb,var(--muze-profile-accent) 16%,var(--muze-profile-panel)); border:1px solid color-mix(in srgb,var(--muze-profile-accent) 55%,transparent); border-radius:999px; padding:6px 9px; }
.muze-profile__favorites { display:grid; gap:12px; grid-template-columns:repeat(2,minmax(0,1fr)); margin-top:14px; }
.muze-profile__favorites article { border:1px solid color-mix(in srgb,var(--muze-profile-accent) 28%,transparent); border-radius:13px; padding:13px; }
.muze-profile__favorites h3,.muze-profile__favorites p { margin:0; }.muze-profile__favorites p { margin-top:6px; white-space:pre-line; }
.muze-profile__top-friends .muze-profile__person { border:var(--muze-profile-friend-border); }
.muze-profile__people-grid--polaroids .muze-profile__person { background:#f6f0e8; color:#211827; transform:rotate(-1deg); }.muze-profile__people-grid--polaroids .muze-profile__person:nth-child(even) { transform:rotate(1deg); }
.muze-profile__people-grid--compact-list { grid-template-columns:repeat(2,minmax(0,1fr)); }.muze-profile__people-grid--compact-list .muze-profile__person a { align-items:center; display:grid; gap:10px; grid-template-columns:52px 1fr; text-align:left; }.muze-profile__people-grid--compact-list img { height:52px; width:52px; }
.muze-profile__people-grid--myspace { grid-template-columns:repeat(4,minmax(0,1fr)); }.muze-profile__people-grid--myspace .muze-profile__person { border-radius:0; }
.muze-profile__tabs button { background:transparent; border:0; border-radius:999px; color:inherit; cursor:pointer; flex:0 0 auto; font-weight:800; padding:9px 15px; }.muze-profile__tabs button[aria-pressed=true] { background:var(--muze-profile-accent); color:#fff; }
.muze-profile__tab-panel[hidden] { display:none; }
#muze-profile-compose form { display:grid; gap:14px; grid-template-columns:1fr; }
#muze-profile-compose form label:first-of-type { grid-row:auto; }
.muze-profile__composer-types button { background:var(--muze-profile-panel); border:1px solid color-mix(in srgb,var(--muze-profile-accent) 30%,transparent); border-radius:999px; color:inherit; cursor:pointer; font-size:.76rem; font-weight:800; padding:8px 11px; }.muze-profile__composer-types button[aria-pressed=true] { background:var(--muze-profile-accent); color:#fff; }
.muze-profile__composer-grid,.muze-profile__design-grid { display:grid; gap:12px; grid-template-columns:repeat(2,minmax(0,1fr)); }.muze-profile__composer-grid label,.muze-profile__design-grid label { display:grid; gap:6px; }
.muze-profile__checks { display:flex; flex-wrap:wrap; gap:10px 16px; }.muze-profile__checks label,.muze-profile__rights { align-items:center; display:flex!important; gap:7px; }.muze-profile__checks input,.muze-profile__rights input { min-height:0!important; width:auto!important; }
.muze-profile__publish-controls { align-items:end; display:grid; gap:10px; grid-template-columns:minmax(0,1fr) repeat(3,auto); }.muze-profile__publish-controls label { display:grid; gap:6px; }.muze-profile__publish-controls button,.muze-profile__design-save { background:var(--muze-profile-accent); border:0; border-radius:999px; color:#fff; font-weight:900; min-height:46px; padding:9px 15px; }
.muze-profile__post { position:relative; }.muze-profile__post h2 { margin:12px 0 8px; }
.muze-profile__post-options { position:absolute; right:12px; top:8px; z-index:6; }.muze-profile__post-options>summary { cursor:pointer; font-size:1.3rem; list-style:none; }.muze-profile__post-options form { background:var(--muze-profile-panel); border:1px solid var(--muze-line,rgba(255,255,255,.15)); border-radius:14px; box-shadow:0 15px 50px rgba(0,0,0,.45); display:grid; gap:8px; max-width:min(420px,85vw); padding:12px; position:absolute; right:0; width:360px; }.muze-profile__post-options label { display:grid; gap:5px; }.muze-profile__post-options button { border:0; border-radius:999px; min-height:38px; }
.muze-profile__sensitive-cover { align-items:center; background:linear-gradient(135deg,#2a202d,#100d13); border:1px solid var(--muze-profile-accent); border-radius:12px; color:#fff; display:flex; flex-direction:column; inset:auto 18px 90px; justify-content:center; min-height:180px; padding:20px; position:absolute; z-index:4; }.muze-profile__sensitive-cover span { opacity:.72; }.muze-profile__post.is-sensitive:not(.is-sensitive-revealed) .muze-profile__post-gallery { filter:blur(22px); pointer-events:none; }
.muze-profile__post-gallery.is-watermarked::after { bottom:9px; color:#fff; content:"AMUZEME"; font-size:.76rem; font-weight:900; opacity:.72; position:absolute; right:12px; text-shadow:0 1px 5px #000; }.muze-profile__post-gallery { position:relative; }
.muze-profile__poll { display:grid; gap:7px; margin-top:13px; }.muze-profile__poll button { background:var(--muze-profile-panel); border:1px solid var(--muze-profile-accent); border-radius:999px; color:inherit; cursor:pointer; display:grid; gap:8px; grid-template-columns:1fr auto; overflow:hidden; padding:10px 14px; position:relative; text-align:left; }.muze-profile__poll button>* { position:relative; z-index:1; }.muze-profile__poll button i { background:color-mix(in srgb,var(--muze-profile-accent) 24%,transparent); bottom:0; left:0; position:absolute; top:0; width:var(--muze-poll,0); z-index:0; }.muze-profile__poll button.is-selected { box-shadow:0 0 0 2px var(--muze-profile-accent); }.muze-profile__poll small { color:var(--muze-muted,#c5b9c8); }
.muze-profile__tip-goal { background:linear-gradient(135deg,color-mix(in srgb,var(--muze-profile-accent) 20%,var(--muze-profile-panel)),var(--muze-profile-panel)); border-radius:13px; display:grid; gap:4px; margin-top:13px; padding:14px; }.muze-profile__tip-goal small { color:var(--muze-muted,#c5b9c8); }
.muze-profile__reaction-menu { position:relative; }.muze-profile__reaction-menu summary { background:var(--muze-profile-panel); border:1px solid var(--muze-line,rgba(255,255,255,.15)); border-radius:999px; cursor:pointer; list-style:none; min-height:42px; padding:10px 14px; }.muze-profile__reaction-menu div { background:var(--muze-profile-panel); border-radius:999px; bottom:46px; box-shadow:0 10px 35px rgba(0,0,0,.4); display:flex; gap:2px; left:0; padding:6px; position:absolute; z-index:5; }.muze-profile__reaction-menu button { background:transparent; border:0; font-size:1.25rem; padding:5px; }
.muze-profile__feed-grid { display:grid; gap:14px; }.muze-profile--feed-two .muze-profile__feed-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.muze-profile--feed-two .muze-profile__post { margin-top:0; }
.muze-profile__music iframe { aspect-ratio:16/9; border:0; border-radius:13px; width:100%; }.muze-profile__music audio { width:100%; }.muze-profile__music ol { display:grid; gap:7px; padding-left:22px; }.muze-profile__music li a { color:inherit; display:grid; text-decoration:none; }.muze-profile__music li span { color:var(--muze-muted,#c5b9c8); font-size:.8rem; }.muze-profile__music-link { background:var(--muze-profile-accent); border-radius:999px; color:#fff; display:inline-block; padding:10px 15px; text-decoration:none; }.muze-profile__lyrics pre { white-space:pre-wrap; }
.muze-profile__custom-box--neon { box-shadow:0 0 24px color-mix(in srgb,var(--muze-profile-accent) 45%,transparent); }.muze-profile__custom-box--terminal { font-family:"Courier New",monospace; }.muze-profile__custom-box--scrapbook { border-style:dashed; }
.muze-profile__designer details { border-top:1px solid var(--muze-line,rgba(255,255,255,.12)); padding:12px 0; }.muze-profile__designer summary { cursor:pointer; font-size:1rem; font-weight:900; }.muze-profile__designer details>div,.muze-profile__designer details>fieldset,.muze-profile__designer details>label { margin-top:12px; }.muze-profile__designer fieldset { border:1px solid var(--muze-line,rgba(255,255,255,.13)); border-radius:13px; }.muze-profile__designer .muze-profile__design-save { margin-top:15px; width:100%; }
.muze-profile__image-editor { background:var(--muze-profile-panel,#17111c); border:1px solid var(--muze-profile-accent,#ff2f73); border-radius:18px; color:var(--muze-profile-text,#fff); max-width:min(760px,94vw); padding:18px; }.muze-profile__image-editor::backdrop { background:rgba(0,0,0,.76); }.muze-profile__image-editor canvas { background:#09070b; border-radius:12px; display:block; height:auto; max-height:60vh; max-width:100%; object-fit:contain; }.muze-profile__image-editor>div { display:flex; flex-wrap:wrap; gap:7px; }.muze-profile__image-editor button { background:var(--muze-profile-accent,#ff2f73); border:0; border-radius:999px; color:#fff; font-weight:800; min-height:40px; padding:8px 13px; }
.muze-profile--hover-lift .muze-profile__post,.muze-profile--hover-lift .muze-profile__person { transition:transform .2s ease; }.muze-profile--hover-lift .muze-profile__post:hover,.muze-profile--hover-lift .muze-profile__person:hover { transform:translateY(-3px); }.muze-profile--hover-glow .muze-profile__post:hover { box-shadow:0 0 24px color-mix(in srgb,var(--muze-profile-accent) 30%,transparent); }
.muze-profile--cards-glass .muze-profile__post { backdrop-filter:blur(18px); background:color-mix(in srgb,var(--muze-profile-panel) 62%,transparent); }.muze-profile--cards-outlined .muze-profile__post { background:transparent; border:2px solid var(--muze-profile-accent); }.muze-profile--cards-retro .muze-profile__post { border-radius:0; box-shadow:5px 5px 0 var(--muze-profile-accent); }.muze-profile--cards-scrapbook .muze-profile__post { border-style:dashed; transform:rotate(-.2deg); }
.muze-profile--template-cyber-neon { --muze-profile-accent:#00e5ff; --muze-profile-accent-2:#ff00c8; }.muze-profile--template-midnight { --muze-profile-accent:#8b5cf6; --muze-profile-accent-2:#2563eb; }.muze-profile--template-sunset { --muze-profile-accent:#ff6b35; --muze-profile-accent-2:#e83e8c; }.muze-profile--template-ocean { --muze-profile-accent:#06b6d4; --muze-profile-accent-2:#2563eb; }.muze-profile--template-bubblegum { --muze-profile-accent:#ff5fb7; --muze-profile-accent-2:#8b5cf6; }.muze-profile--template-gothic { --muze-profile-accent:#b91c1c; --muze-profile-accent-2:#6d28d9; }.muze-profile--template-y2k-silver { --muze-profile-accent:#94a3b8; --muze-profile-accent-2:#38bdf8; }.muze-profile--template-kawaii { --muze-profile-accent:#fb7185; --muze-profile-accent-2:#c084fc; }.muze-profile--template-royal { --muze-profile-accent:#d4af37; --muze-profile-accent-2:#7c3aed; }.muze-profile--template-rave { --muze-profile-accent:#84ff00; --muze-profile-accent-2:#ff00c8; }
.muze-profile__top-friend-picker { display:grid; gap:7px; grid-template-columns:repeat(2,minmax(0,1fr)); }.muze-profile__top-friend-picker label { align-items:center; display:grid; gap:7px; grid-template-columns:auto 1fr 62px; }.muze-profile__top-friend-picker input[type=number] { min-height:38px; width:62px; }
@media(max-width:760px){.muze-profile[data-muze-profile]{padding:6px}.muze-profile__header-actions{margin:14px 0 0}.muze-profile__favorites,.muze-profile__composer-grid,.muze-profile__design-grid,.muze-profile--feed-two .muze-profile__feed-grid,.muze-profile__top-friend-picker{grid-template-columns:1fr}.muze-profile__publish-controls{grid-template-columns:1fr 1fr}.muze-profile__publish-controls label{grid-column:1/-1}.muze-profile__people-grid--myspace{grid-template-columns:repeat(2,minmax(0,1fr))}.muze-profile__sensitive-cover{inset:auto 12px 120px}.muze-profile__post-options form{width:min(340px,88vw)}}

/* Front-end Profile Studio. This is intentionally scoped to the profile plugin. */
body.muze-profile-page #sidebar.widget-area{display:none!important}
body.muze-profile-page #content.site-content{display:block!important;max-width:100%!important;width:100%!important}
body.muze-profile-page #primary.content-area,body.muze-profile-page #main.site-main{float:none!important;margin:0!important;max-width:none!important;padding-left:0!important;padding-right:0!important;width:100%!important}
body.muze-profile-page #main.site-main.with-sidebar-right,body.muze-profile-page #primary.content-area.with-sidebar-right{padding-right:0!important}
body.muze-profile-page article>.entry-header,body.muze-profile-page article>.page-header{display:none!important}
body.muze-profile-page article>.entry-content{margin:0!important;max-width:none!important;padding:0!important;width:100%!important}

.muze-profile[data-muze-profile]{background-attachment:var(--muze-profile-background-attachment,scroll);background-position:var(--muze-profile-background-position,center);background-repeat:var(--muze-profile-background-repeat,no-repeat);background-size:var(--muze-profile-background-size,cover);isolation:isolate;margin-inline:auto;overflow:hidden;position:relative}
.muze-profile--font-luxury{font-family:Didot,"Bodoni MT","Times New Roman",serif}.muze-profile--font-groovy{font-family:"Arial Rounded MT Bold","Trebuchet MS",sans-serif}.muze-profile--font-pixel{font-family:"Lucida Console",Monaco,monospace;letter-spacing:.035em}.muze-profile--font-condensed{font-family:Impact,"Arial Narrow",sans-serif}.muze-profile--font-comic{font-family:"Comic Sans MS","Trebuchet MS",cursive}.muze-profile--font-elegant{font-family:Garamond,Georgia,serif}
.muze-profile--avatar-size-compact .muze-profile__avatar{height:104px;width:104px}.muze-profile--avatar-size-large .muze-profile__avatar{height:184px;width:184px}
.muze-profile--banner-height-compact .muze-profile__cover{min-height:180px}.muze-profile--banner-height-tall .muze-profile__cover{min-height:min(46vw,460px)}
.muze-profile--corner-square .muze-profile__panel,.muze-profile--corner-square .muze-profile__header,.muze-profile--corner-square .muze-profile__cover{border-radius:0!important}.muze-profile--corner-round .muze-profile__panel,.muze-profile--corner-round .muze-profile__header{border-radius:28px!important}
.muze-profile--glow-subtle{box-shadow:0 0 38px color-mix(in srgb,var(--muze-profile-accent) 20%,transparent)}.muze-profile--glow-bright{box-shadow:0 0 66px color-mix(in srgb,var(--muze-profile-accent) 42%,transparent)}
.muze-profile--heading-gradient h1,.muze-profile--heading-gradient h2,.muze-profile--heading-gradient h3{background:linear-gradient(90deg,var(--muze-profile-accent),var(--muze-profile-accent-2));background-clip:text;-webkit-background-clip:text;color:transparent}.muze-profile--heading-glowing h1,.muze-profile--heading-glowing h2{text-shadow:0 0 18px var(--muze-profile-accent)}.muze-profile--heading-underlined h2{border-bottom:3px solid var(--muze-profile-accent);padding-bottom:8px}.muze-profile--heading-stamp h2{letter-spacing:.06em;text-transform:uppercase}
.muze-profile--actions-clean .muze-profile__header-actions>a{background:transparent;color:inherit}.muze-profile--actions-outline .muze-profile__header-actions>a{background:transparent;border:2px solid var(--muze-profile-accent);color:inherit}.muze-profile--actions-retro .muze-profile__header-actions>a{border-radius:2px;box-shadow:3px 3px 0 var(--muze-profile-accent-2)}
.muze-profile__header-actions .muze-profile__customize-button{background:linear-gradient(90deg,var(--muze-profile-accent),var(--muze-profile-accent-2));box-shadow:0 8px 24px color-mix(in srgb,var(--muze-profile-accent) 24%,transparent)}
.muze-profile--friend-size-tiny .muze-profile__person img{height:56px;width:56px}.muze-profile--friend-size-medium .muze-profile__person img{height:112px;width:112px}
.muze-profile--hero-glass .muze-profile__header{backdrop-filter:blur(18px);background:color-mix(in srgb,var(--muze-profile-panel) 70%,transparent)!important}.muze-profile--hero-neon .muze-profile__header{border:1px solid var(--muze-profile-accent);box-shadow:inset 0 0 28px color-mix(in srgb,var(--muze-profile-accent) 22%,transparent)}.muze-profile--hero-poster .muze-profile__header,.muze-profile--hero-magazine .muze-profile__header{align-items:end;min-height:220px}.muze-profile--hero-minimal .muze-profile__header{background:transparent!important;border:0}.muze-profile--hero-chrome .muze-profile__header,.muze-profile--hero-hologram .muze-profile__header{background:linear-gradient(135deg,color-mix(in srgb,var(--muze-profile-panel) 84%,#fff),color-mix(in srgb,var(--muze-profile-accent-2) 22%,var(--muze-profile-panel)))!important}.muze-profile--hero-luxe .muze-profile__header{border:1px solid color-mix(in srgb,var(--muze-profile-accent) 62%,#d4af37)}

.muze-profile__designer{background:#100d14;border:1px solid color-mix(in srgb,var(--muze-profile-accent) 55%,transparent);border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.42);color:#fff;margin-top:24px;overflow:hidden}
.muze-profile__designer-head{align-items:flex-start;background:radial-gradient(circle at 88% 0,color-mix(in srgb,var(--muze-profile-accent-2) 28%,transparent),transparent 38%),linear-gradient(135deg,#1d1523,#100d14);display:flex;gap:24px;justify-content:space-between;padding:28px clamp(20px,4vw,42px)}
.muze-profile__designer-head h2{background:none!important;color:#fff!important;font:800 clamp(1.65rem,3vw,2.35rem)/1.1 Inter,system-ui,sans-serif;letter-spacing:-.035em;margin:4px 0 9px;text-shadow:none!important}.muze-profile__designer-head p{color:#cfc5d4;margin:0;max-width:720px}.muze-profile__designer-badge{align-items:center;background:color-mix(in srgb,var(--muze-profile-accent) 18%,#17111c);border:1px solid color-mix(in srgb,var(--muze-profile-accent) 55%,transparent);border-radius:999px;display:flex;font:800 .75rem/1 Inter,system-ui,sans-serif;gap:7px;padding:10px 13px;white-space:nowrap}.muze-profile__designer-badge:before{background:#50e3a4;border-radius:50%;box-shadow:0 0 0 4px #50e3a422;content:"";height:8px;width:8px}
.muze-profile__studio{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:650px}.muze-profile__studio-nav{background:#0b090e;border-right:1px solid rgba(255,255,255,.09);display:flex;flex-direction:column;gap:5px;padding:18px 12px}.muze-profile .muze-profile__studio-nav button{align-items:center;background:transparent!important;border:0!important;border-radius:12px;color:#bfb4c4;cursor:pointer;display:flex;font:750 .86rem/1.2 Inter,system-ui,sans-serif;gap:10px;min-height:46px;padding:11px 13px;text-align:left;width:100%}.muze-profile__studio-nav button span{border:2px solid currentColor;border-radius:5px;height:18px;opacity:.74;width:18px}.muze-profile .muze-profile__studio-nav button:hover,.muze-profile .muze-profile__studio-nav button:focus-visible{background:#ffffff0b!important;color:#fff;outline:none}.muze-profile .muze-profile__studio-nav button[aria-pressed=true]{background:linear-gradient(135deg,color-mix(in srgb,var(--muze-profile-accent) 22%,#201624),color-mix(in srgb,var(--muze-profile-accent-2) 14%,#201624))!important;color:#fff}.muze-profile__studio-nav button[aria-pressed=true] span{background:var(--muze-profile-accent);border-color:var(--muze-profile-accent);box-shadow:0 0 14px color-mix(in srgb,var(--muze-profile-accent) 55%,transparent)}
.muze-profile__studio form{display:flex;flex-direction:column;min-width:0}.muze-profile__studio-panels{flex:1;padding:clamp(20px,4vw,40px)}.muze-profile__studio-panels>section[hidden]{display:none}.muze-profile__studio-panels>section>header{align-items:flex-start;display:flex;gap:14px;margin-bottom:26px}.muze-profile__studio-panels h3{background:none!important;color:#fff!important;font:800 clamp(1.25rem,2vw,1.6rem)/1.2 Inter,system-ui,sans-serif;margin:0 0 5px;text-shadow:none!important}.muze-profile__studio-panels h4{background:none!important;color:#fff!important;font:800 1rem/1.2 Inter,system-ui,sans-serif;margin:28px 0 13px;text-shadow:none!important}.muze-profile__studio-panels p{color:#bfb4c4;margin:0}.muze-profile__step{align-items:center;background:linear-gradient(135deg,var(--muze-profile-accent),var(--muze-profile-accent-2));border-radius:11px;color:#fff!important;display:flex;flex:0 0 40px;font:900 1rem/1 Inter,system-ui,sans-serif;height:40px;justify-content:center}
.muze-profile__choice-grid,.muze-profile__font-grid{border:0!important;display:grid;gap:11px;margin:0!important;padding:0!important}.muze-profile__theme-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.muze-profile__theme-choice,.muze-profile__font-choice{cursor:pointer;display:grid!important;gap:8px!important;min-width:0;position:relative}.muze-profile__theme-choice input,.muze-profile__font-choice input{height:1px!important;opacity:0;position:absolute;width:1px!important}.muze-profile__theme-swatch{background:#19131e;border:2px solid transparent;border-radius:13px;display:block;height:82px;overflow:hidden;padding:12px;position:relative;transition:.18s ease}.muze-profile__theme-swatch:before{background:linear-gradient(135deg,var(--swatch-a,#ff2f73),var(--swatch-b,#7c3aed));content:"";inset:0;opacity:.28;position:absolute}.muze-profile__theme-swatch i,.muze-profile__theme-swatch b{background:var(--swatch-a,#ff2f73);border-radius:999px;display:block;height:9px;position:relative;width:48%}.muze-profile__theme-swatch b{background:var(--swatch-b,#7c3aed);height:28px;margin-top:10px;width:100%}.muze-profile__theme-choice strong,.muze-profile__font-choice strong{color:#d8cedd;font:750 .77rem/1.2 Inter,system-ui,sans-serif}.muze-profile__theme-choice input:checked+.muze-profile__theme-swatch,.muze-profile__font-choice input:checked+span{border-color:var(--muze-profile-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--muze-profile-accent) 18%,transparent)}.muze-profile__theme-choice--cyber-neon{--swatch-a:#00e5ff;--swatch-b:#ff00c8}.muze-profile__theme-choice--midnight{--swatch-a:#8b5cf6;--swatch-b:#2563eb}.muze-profile__theme-choice--sunset{--swatch-a:#ff6b35;--swatch-b:#e83e8c}.muze-profile__theme-choice--ocean{--swatch-a:#06b6d4;--swatch-b:#2563eb}.muze-profile__theme-choice--bubblegum{--swatch-a:#ff5fb7;--swatch-b:#8b5cf6}.muze-profile__theme-choice--gothic{--swatch-a:#b91c1c;--swatch-b:#6d28d9}.muze-profile__theme-choice--y2k-silver{--swatch-a:#94a3b8;--swatch-b:#38bdf8}.muze-profile__theme-choice--kawaii{--swatch-a:#fb7185;--swatch-b:#c084fc}.muze-profile__theme-choice--royal{--swatch-a:#d4af37;--swatch-b:#7c3aed}.muze-profile__theme-choice--rave{--swatch-a:#84ff00;--swatch-b:#ff00c8}.muze-profile__theme-choice--clean{--swatch-a:#2563eb;--swatch-b:#64748b}
.muze-profile__font-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.muze-profile__font-choice span{align-items:center;background:#19151e;border:2px solid transparent;border-radius:12px;color:#fff;display:flex;font-size:1.45rem;height:58px;justify-content:center}.muze-profile__font-choice--rounded span{font-family:"Trebuchet MS",sans-serif}.muze-profile__font-choice--editorial span,.muze-profile__font-choice--gothic span{font-family:Georgia,serif}.muze-profile__font-choice--typewriter span,.muze-profile__font-choice--mono span,.muze-profile__font-choice--pixel span{font-family:"Courier New",monospace}.muze-profile__font-choice--playful span,.muze-profile__font-choice--handwritten span,.muze-profile__font-choice--comic span{font-family:"Comic Sans MS",cursive}.muze-profile__font-choice--futuristic span,.muze-profile__font-choice--condensed span{font-family:Impact,sans-serif}.muze-profile__font-choice--luxury span{font-family:Didot,serif}.muze-profile__font-choice--elegant span{font-family:Garamond,serif}
.muze-profile__color-grid{display:grid;gap:10px;grid-template-columns:repeat(5,minmax(0,1fr))}.muze-profile__color-grid label{align-items:center;background:#19151e;border:1px solid rgba(255,255,255,.1);border-radius:13px;cursor:pointer;display:grid!important;gap:6px!important;grid-template-columns:38px 1fr;padding:10px}.muze-profile__color-grid input{background:none;border:0;border-radius:9px;height:38px!important;padding:0;width:38px!important}.muze-profile__color-grid span{font:750 .75rem/1.2 Inter,system-ui,sans-serif}.muze-profile__color-grid code{color:#938899;font:.65rem/1.2 monospace;grid-column:2}
.muze-profile__studio :is(input:not([type=checkbox]):not([type=radio]):not([type=color]):not([type=range]),select,textarea){background:#19161f!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:11px!important;color:#fff!important;font:500 .9rem/1.3 Inter,system-ui,sans-serif;min-height:46px;padding:10px 12px;width:100%}.muze-profile__studio :is(input,select,textarea):focus{border-color:var(--muze-profile-accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--muze-profile-accent) 18%,transparent)!important;outline:0}.muze-profile__studio label{color:#ddd4e1;font:700 .78rem/1.35 Inter,system-ui,sans-serif}.muze-profile__span-2{grid-column:1/-1}.muze-profile__upload-card{background:linear-gradient(135deg,#1c1721,#151119);border:1px dashed color-mix(in srgb,var(--muze-profile-accent) 62%,transparent);border-radius:15px;margin-bottom:18px;padding:22px}.muze-profile__upload-card label{align-items:center;cursor:pointer;display:grid!important;gap:5px!important;grid-template-columns:1fr auto}.muze-profile__upload-card span{color:#9e93a3;font-weight:500}.muze-profile__upload-card input{grid-column:2;grid-row:1/3;max-width:240px}
.muze-profile__toggle-grid{display:grid;gap:9px;grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0}.muze-profile__toggle-grid label{align-items:center;background:#19151e;border:1px solid rgba(255,255,255,.1);border-radius:13px;cursor:pointer;display:grid!important;gap:10px!important;grid-template-columns:1fr auto;padding:12px 13px}.muze-profile__toggle-grid input{height:1px!important;opacity:0;position:absolute;width:1px!important}.muze-profile__toggle-grid i{background:#39323f;border-radius:999px;height:26px;position:relative;transition:.18s;width:46px}.muze-profile__toggle-grid i:after{background:#fff;border-radius:50%;content:"";height:20px;left:3px;position:absolute;top:3px;transition:.18s;width:20px}.muze-profile__toggle-grid input:checked+i{background:linear-gradient(90deg,var(--muze-profile-accent),var(--muze-profile-accent-2))}.muze-profile__toggle-grid input:checked+i:after{transform:translateX(20px)}
.muze-profile__badge-grid{display:flex;flex-wrap:wrap;gap:8px}.muze-profile__badge-grid label{cursor:pointer;position:relative}.muze-profile__badge-grid input{height:1px!important;opacity:0;position:absolute;width:1px!important}.muze-profile__badge-grid span{background:#19151e;border:1px solid rgba(255,255,255,.12);border-radius:999px;display:block;padding:9px 12px}.muze-profile__badge-grid input:checked+span{background:color-mix(in srgb,var(--muze-profile-accent) 20%,#19151e);border-color:var(--muze-profile-accent)}
.muze-profile__studio fieldset{border:1px solid rgba(255,255,255,.11)!important;border-radius:14px;margin-top:18px;padding:14px}.muze-profile__studio legend{color:#fff;font:800 .85rem/1 Inter,system-ui,sans-serif;padding:0 6px}.muze-profile__track{background:#17131b;border:1px solid rgba(255,255,255,.1)!important;border-radius:13px;margin:9px 0;padding:0!important}.muze-profile__track summary{align-items:center;border:0!important;display:flex;font:800 .88rem/1 Inter,system-ui,sans-serif;justify-content:space-between;padding:15px}.muze-profile__track summary span{color:#a99daf;font-weight:500}.muze-profile__track>div{border-top:1px solid rgba(255,255,255,.08);margin:0!important;padding:15px}.muze-profile__border-grid{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.muze-profile__border-grid fieldset{margin:0}.muze-profile__border-grid label{display:grid!important;gap:6px!important;margin-top:10px}.muze-profile__border-grid input[type=color]{height:40px;width:100%}.muze-profile__border-grid input[type=range]{accent-color:var(--muze-profile-accent);width:100%}.muze-profile__html-field{display:grid!important;gap:7px!important;margin-top:12px}.muze-profile__safe-note,.muze-profile__empty-note{background:#ffffff08;border-left:3px solid var(--muze-profile-accent);padding:10px 12px}
.muze-profile__studio-actions{align-items:center;background:#0d0a10;border-top:1px solid rgba(255,255,255,.1);bottom:0;display:flex;gap:18px;justify-content:space-between;padding:14px clamp(16px,3vw,28px);position:sticky;z-index:8}.muze-profile__studio-actions p{color:#9e93a3;font:500 .75rem/1.3 Inter,system-ui,sans-serif;margin:0}.muze-profile__studio-actions div{display:flex;gap:9px}.muze-profile__studio-actions button{border-radius:999px;cursor:pointer;font:850 .82rem/1 Inter,system-ui,sans-serif;min-height:44px;padding:11px 18px}.muze-profile__design-reset{background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.muze-profile__studio .muze-profile__design-save{background:linear-gradient(90deg,var(--muze-profile-accent),var(--muze-profile-accent-2));box-shadow:0 9px 26px color-mix(in srgb,var(--muze-profile-accent) 24%,transparent);margin:0;width:auto}
@media(max-width:980px){.muze-profile__studio{grid-template-columns:1fr}.muze-profile__studio-nav{border-bottom:1px solid rgba(255,255,255,.09);border-right:0;display:grid;grid-auto-columns:minmax(135px,1fr);grid-auto-flow:column;overflow-x:auto;padding:10px}.muze-profile__studio-nav button{white-space:nowrap}.muze-profile__theme-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.muze-profile__font-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.muze-profile__color-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.muze-profile__designer{border-radius:16px;margin-left:-6px;margin-right:-6px}.muze-profile__designer-head{display:block;padding:21px 17px}.muze-profile__designer-badge{display:inline-flex;margin-top:14px}.muze-profile__studio-panels{padding:22px 15px 32px}.muze-profile__theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.muze-profile__font-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.muze-profile__color-grid,.muze-profile__toggle-grid,.muze-profile__border-grid{grid-template-columns:1fr}.muze-profile__upload-card label{grid-template-columns:1fr}.muze-profile__upload-card input{grid-column:auto;grid-row:auto;max-width:none}.muze-profile__studio-actions{align-items:stretch;bottom:0;display:block;padding:10px 12px;position:sticky}.muze-profile__studio-actions p{display:none}.muze-profile__studio-actions div{display:grid;grid-template-columns:1fr 1fr}.muze-profile__studio-actions button{width:100%}.muze-profile__span-2{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.muze-profile__studio *{scroll-behavior:auto!important;transition:none!important}}
.muze-profile__test-ai-badge{display:inline-flex;margin-left:7px;padding:3px 7px;border:1px solid color-mix(in srgb,var(--muze-profile-accent) 50%,transparent);border-radius:999px;background:color-mix(in srgb,var(--muze-profile-accent) 15%,transparent);color:var(--muze-profile-accent);font:800 10px/1.1 inherit;letter-spacing:.07em;text-transform:uppercase;vertical-align:middle}

/* 0.22.0 Profile Studio: expanded palettes, truthful font samples, and page-only cleanup. */
.muze-profile__theme-choice--muze-classic{--swatch-a:#ff2f73;--swatch-b:#7c3aed}.muze-profile__theme-choice--clean{--swatch-a:#2563eb;--swatch-b:#64748b}.muze-profile__theme-choice--forest{--swatch-a:#22c55e;--swatch-b:#84cc16}.muze-profile__theme-choice--lavender{--swatch-a:#a78bfa;--swatch-b:#e879f9}.muze-profile__theme-choice--rose-gold{--swatch-a:#f59eaa;--swatch-b:#d4a373}.muze-profile__theme-choice--ember{--swatch-a:#f97316;--swatch-b:#ef4444}.muze-profile__theme-choice--ice{--swatch-a:#67e8f9;--swatch-b:#60a5fa}.muze-profile__theme-choice--monochrome{--swatch-a:#e5e7eb;--swatch-b:#6b7280}.muze-profile__theme-choice--peach{--swatch-a:#fb923c;--swatch-b:#f9a8d4}.muze-profile__theme-choice--emerald{--swatch-a:#10b981;--swatch-b:#2dd4bf}.muze-profile__theme-choice--ultraviolet{--swatch-a:#8b5cf6;--swatch-b:#d946ef}.muze-profile__theme-choice--cotton-candy{--swatch-a:#67e8f9;--swatch-b:#f9a8d4}.muze-profile__theme-choice--black-pink{--swatch-a:#ff2f73;--swatch-b:#ec4899}.muze-profile__theme-choice--white-gold{--swatch-a:#d4af37;--swatch-b:#f5e7a1}
.muze-profile__color-grid input[type="color"]{color-scheme:dark;cursor:pointer;min-height:52px}.muze-profile__font-choice span{font-size:1.08rem;letter-spacing:normal;line-height:1.1;padding:5px;text-align:center;text-transform:none}
.muze-profile__font-choice--modern span{font-family:system-ui,-apple-system,"Segoe UI",sans-serif}.muze-profile__font-choice--rounded span{font-family:"Trebuchet MS",Arial,sans-serif}.muze-profile__font-choice--editorial span{font-family:Georgia,"Times New Roman",serif}.muze-profile__font-choice--typewriter span,.muze-profile__font-choice--mono span{font-family:"Courier New",monospace}.muze-profile__font-choice--playful span,.muze-profile__font-choice--handwritten span{font-family:"Comic Sans MS","Trebuchet MS",cursive}.muze-profile__font-choice--gothic span{font-family:Georgia,serif;letter-spacing:.02em}.muze-profile__font-choice--futuristic span{font-family:Impact,"Arial Narrow",sans-serif;letter-spacing:.05em}.muze-profile__font-choice--luxury span{font-family:Didot,"Bodoni MT","Times New Roman",serif}.muze-profile__font-choice--groovy span{font-family:"Arial Rounded MT Bold","Trebuchet MS",sans-serif}.muze-profile__font-choice--pixel span{font-family:"Lucida Console",Monaco,monospace;letter-spacing:.035em}.muze-profile__font-choice--condensed span{font-family:Impact,"Arial Narrow",sans-serif}.muze-profile__font-choice--comic span{font-family:"Comic Sans MS","Trebuchet MS",cursive}.muze-profile__font-choice--elegant span{font-family:Didot,"Bodoni MT",Georgia,serif}.muze-profile__font-choice--slab span{font-family:Rockwell,"Roboto Slab",serif}.muze-profile__font-choice--humanist span{font-family:Candara,Calibri,system-ui,sans-serif}.muze-profile__font-choice--geometric span{font-family:Futura,"Century Gothic",system-ui,sans-serif}.muze-profile__font-choice--newspaper span{font-family:Georgia,"Times New Roman",serif}.muze-profile__font-choice--screenplay span{font-family:Courier,"Courier New",monospace}.muze-profile__font-choice--tech span{font-family:Bahnschrift,"Arial Narrow",system-ui,sans-serif}.muze-profile__font-choice--soft-serif span{font-family:Constantia,Georgia,serif}.muze-profile__font-choice--bold-display span{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif}.muze-profile__font-choice--classic-sans span{font-family:Arial,Helvetica,sans-serif}.muze-profile__font-choice--graffiti span{font-family:Impact,"Arial Black",sans-serif;letter-spacing:.035em;text-shadow:2px 2px 0 var(--muze-profile-accent)}.muze-profile__font-choice--varsity span{font-family:Rockwell,"Arial Black",serif;letter-spacing:.06em;text-transform:uppercase}.muze-profile__font-choice--romantic span{font-family:"Segoe Script","Brush Script MT",cursive}.muze-profile__font-choice--western span{font-family:Rockwell,"Courier New",serif;letter-spacing:.04em}.muze-profile__font-choice--horror span{font-family:Chiller,Impact,fantasy;letter-spacing:.05em}.muze-profile__font-choice--bubble span{font-family:"Arial Rounded MT Bold","Trebuchet MS",sans-serif}.muze-profile__font-choice--art-deco span{font-family:"Century Gothic",Futura,sans-serif;letter-spacing:.12em}.muze-profile__font-choice--cyber-serif span{font-family:Cambria,Georgia,serif;letter-spacing:.035em}.muze-profile__font-choice--display-serif span{font-family:"Bodoni MT",Didot,Georgia,serif}.muze-profile__font-choice--narrow-serif span{font-family:"Times New Roman",Georgia,serif;font-stretch:condensed}.muze-profile__font-choice--friendly-sans span{font-family:Verdana,"Trebuchet MS",sans-serif}.muze-profile__font-choice--classic-script span{font-family:"Brush Script MT","Segoe Script",cursive}.muze-profile__font-choice--digital span{font-family:"Lucida Console",Consolas,monospace;letter-spacing:.08em}.muze-profile__font-choice--stencil span{font-family:Stencil,"Arial Black",Impact,sans-serif;letter-spacing:.04em}.muze-profile__font-choice--bookish span{font-family:Palatino,"Palatino Linotype",serif}.muze-profile__font-choice--high-fashion span{font-family:Didot,"Bodoni MT",serif;letter-spacing:.1em;text-transform:uppercase}.muze-profile__font-choice--minimal-mono span{font-family:Consolas,"SFMono-Regular",monospace}.muze-profile__font-choice--storybook span{font-family:"Segoe Print","Comic Sans MS",cursive}.muze-profile__font-choice--blackletter span{font-family:"Old English Text MT",UnifrakturCook,serif}.muze-profile__font-choice--handwritten-bold span{font-family:"Segoe Print","Comic Sans MS",cursive;font-weight:900}
.muze-profile--text-compact{font-size:.92rem}.muze-profile--text-balanced{font-size:1rem}.muze-profile--text-large{font-size:1.09rem}.muze-profile--card-depth-flat .muze-profile__panel,.muze-profile--card-depth-flat .muze-profile__post{box-shadow:none!important}.muze-profile--card-depth-soft .muze-profile__panel{box-shadow:0 12px 30px rgba(0,0,0,.18)}.muze-profile--card-depth-deep .muze-profile__panel,.muze-profile--card-depth-deep .muze-profile__post{box-shadow:0 22px 58px rgba(0,0,0,.46)!important}.muze-profile--card-depth-neon .muze-profile__panel,.muze-profile--card-depth-neon .muze-profile__post{box-shadow:0 0 0 1px color-mix(in srgb,var(--muze-profile-accent) 48%,transparent),0 0 28px color-mix(in srgb,var(--muze-profile-accent) 26%,transparent)!important}.muze-profile--media-corners-square .muze-profile__post-media,.muze-profile--media-corners-square .muze-profile__post-gallery{border-radius:0!important}.muze-profile--media-corners-soft .muze-profile__post-media,.muze-profile--media-corners-soft .muze-profile__post-gallery{border-radius:12px!important}.muze-profile--media-corners-round .muze-profile__post-media,.muze-profile--media-corners-round .muze-profile__post-gallery{border-radius:26px!important}.muze-profile__cover{overflow:hidden}.muze-profile__cover::after{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.muze-profile__cover-edit{z-index:2}.muze-profile--cover-overlay-none .muze-profile__cover::after{display:none}.muze-profile--cover-overlay-dark .muze-profile__cover::after{background:rgba(0,0,0,.38)}.muze-profile--cover-overlay-accent .muze-profile__cover::after{background:linear-gradient(135deg,color-mix(in srgb,var(--muze-profile-accent) 44%,transparent),color-mix(in srgb,var(--muze-profile-accent-2) 38%,transparent))}.muze-profile--cover-overlay-fade .muze-profile__cover::after{background:linear-gradient(180deg,transparent 36%,color-mix(in srgb,var(--muze-profile-page) 82%,transparent))}
body.muze-profile-page .one-column-footer .widget_videos_block{display:none!important}
