:root{--world-line:rgba(111,231,255,.18);--world-panel:rgba(6,13,22,.92);--world-cyan:#59dfff;--world-green:#70ffb0;--world-muted:#9fb3c4}
*{box-sizing:border-box}body{margin:0;background:#02050a;color:#fff;overflow-x:hidden}.world-shell{width:min(1060px,100%);margin:0 auto;padding:20px 16px calc(96px + env(safe-area-inset-bottom));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.world-cover{position:relative;min-height:360px;overflow:hidden;border:1px solid var(--world-line);border-radius:30px;background:radial-gradient(circle at 16% 18%,rgba(112,255,176,.25),transparent 30%),radial-gradient(circle at 84% 14%,rgba(188,121,255,.27),transparent 35%),linear-gradient(135deg,#071521,#130920 55%,#06100d);background-position:center;background-size:cover;box-shadow:0 30px 90px rgba(0,0,0,.38)}.world-cover-media{position:absolute;inset:0;z-index:0}.world-cover-media video,.world-cover-media img{width:100%;height:100%;object-fit:cover}.world-cover-shade{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(2,5,10,.98),rgba(2,5,10,.15) 66%,rgba(2,5,10,.08))}.world-identity{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;display:flex;align-items:flex-end;gap:18px}.world-avatar{width:132px;height:132px;flex:0 0 132px;border-radius:50%;display:grid;place-items:center;overflow:hidden;border:4px solid #061019;background:linear-gradient(135deg,var(--world-green),var(--world-cyan));color:#02140c;font-size:3rem;font-weight:1000;box-shadow:0 10px 50px rgba(0,0,0,.55),0 0 35px rgba(89,223,255,.24)}.world-avatar img{width:100%;height:100%;object-fit:cover}.world-name-copy{min-width:0}.world-kicker{margin:0 0 7px;color:var(--world-green);font-size:.72rem;font-weight:1000;letter-spacing:.14em}.world-name-copy h1{margin:0;font-size:clamp(2rem,5vw,4rem);line-height:1;overflow-wrap:anywhere}.world-username{margin:7px 0 0;color:#bdeeff;font-weight:850}.world-status{margin:7px 0 0;max-width:680px;color:#e1eef7;line-height:1.45}.world-toolbar,.world-about,.world-owner-composer,.world-timeline{margin-top:16px;padding:18px;border:1px solid var(--world-line);border-radius:22px;background:var(--world-panel);box-shadow:0 20px 60px rgba(0,0,0,.20)}.world-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.world-counts{display:flex;gap:8px;flex-wrap:wrap}.world-count{display:grid;min-width:88px;padding:9px 12px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.025)}.world-count strong{font-size:1.12rem}.world-count span{font-size:.7rem;color:var(--world-muted);font-weight:850;text-transform:uppercase;letter-spacing:.06em}.world-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.world-action,.world-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 13px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#101b25;color:#fff;text-decoration:none;font-weight:900;cursor:pointer}.world-action.primary{border:0;background:linear-gradient(135deg,var(--world-green),var(--world-cyan));color:#02120b}.world-about p:last-child{margin:0;color:#dbe7ef;line-height:1.6;overflow-wrap:anywhere}.world-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.world-section-head h2{margin:0;font-size:1.4rem}.world-section-head>a{color:#bcefff;text-decoration:none;font-weight:850}.world-post-form{display:grid;gap:10px}.world-post-form textarea{width:100%;min-height:120px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:#040a11;color:#fff;font:inherit;resize:vertical}.world-post-tools{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.world-tool,.world-publish{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#0c1720;color:#fff;font:850 .8rem/1.2 inherit;cursor:pointer}.world-publish{margin-left:auto;border:0;background:linear-gradient(135deg,var(--world-green),var(--world-cyan));color:#02120b}.world-media-label,.world-media-status{color:var(--world-muted);font-size:.78rem;overflow-wrap:anywhere}.world-loading,.world-error,.world-private{padding:24px;text-align:center;color:var(--world-muted);border:1px dashed rgba(255,255,255,.12);border-radius:15px}.world-error{color:#ffc9d6}.world-private strong{display:block;color:#fff;font-size:1.2rem;margin-bottom:6px}
@media(max-width:700px){.world-shell{padding:8px 7px calc(94px + env(safe-area-inset-bottom))}.world-cover{min-height:330px;border-radius:19px}.world-identity{left:15px;right:15px;bottom:17px;align-items:flex-start;flex-direction:column;gap:10px}.world-avatar{width:92px;height:92px;flex-basis:92px;font-size:2rem}.world-name-copy h1{font-size:clamp(1.8rem,10vw,2.7rem)}.world-toolbar,.world-about,.world-owner-composer,.world-timeline{margin-top:9px;padding:12px 10px;border-radius:16px}.world-toolbar{align-items:stretch;flex-direction:column}.world-counts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.world-count{min-width:0}.world-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.world-action,.world-actions a{width:100%;min-width:0;text-align:center}.world-section-head{align-items:flex-start;flex-direction:column}.world-post-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.world-tool,.world-publish{width:100%;margin:0}.world-media-label,.world-media-status{grid-column:1/-1}.wwc-feed-post{width:100%;max-width:100%;min-width:0}}

/* Profile World timeline media containment */
.world-timeline,.wwc-feed-list,.wwc-feed-post,.wwc-feed-body,.wwc-comments,.wwc-comment{min-width:0;max-width:100%;overflow-wrap:anywhere}
.world-timeline .wwc-feed-media,.world-timeline img,.world-timeline video,.world-timeline iframe{max-width:100%;height:auto}
.world-timeline .wwcfam-yt-live-anywhere{display:block!important;width:100%!important;max-width:760px!important;min-width:0!important;margin:12px 0!important;border-radius:16px!important;overflow:hidden!important;transform:none!important;position:relative!important;inset:auto!important}
.world-timeline .wwcfam-yt-live-anywhere iframe{display:block!important;width:100%!important;max-width:100%!important;aspect-ratio:16/9!important;height:auto!important;min-height:0!important;border:0!important}
.world-timeline .wwcfam-yt-live-meta{display:flex!important;flex-wrap:wrap!important;min-width:0!important;max-width:100%!important}
.world-timeline .wwc-person-avatar,.world-timeline .wwc-person-name{cursor:pointer;text-decoration:none;color:inherit}
@media(max-width:700px){.world-timeline .wwcfam-yt-live-anywhere{max-width:100%!important}.world-timeline .wwc-feed-footer{display:flex;flex-wrap:wrap;gap:8px}.world-timeline .wwc-feed-footer>*{min-width:0;max-width:100%}}

/* Canonical profile identity styling */
.world-shell{--world-name-user:#a5f3fc;--world-username-user:#bdeeff;--world-title-user:#67e8f9;--world-text-user:#fff;--world-status-user:#e1eef7;--world-bio-user:#dbe7ef;--world-link-user:#bdeeff;--world-accent-user:#59dfff;--world-border-user:#22d3ee;--world-glow-user:rgba(34,211,238,.35);--world-box-user:rgba(2,6,23,.82)}
.world-name-copy h1{color:var(--world-name-user)!important;text-shadow:0 0 22px color-mix(in srgb,var(--world-name-user) 24%,transparent)}
.world-username{color:var(--world-username-user)!important}
.world-title{margin:6px 0 0;color:var(--world-title-user);font-weight:950;letter-spacing:.035em}
.world-status{color:var(--world-status-user)!important}.world-about #worldBio{color:var(--world-bio-user)!important}
.world-shell a:not(.world-action):not(.wwc-person-avatar):not(.wwc-person-name){color:var(--world-link-user)}
.world-cover,.world-toolbar,.world-about,.world-owner-composer,.world-timeline{border-color:color-mix(in srgb,var(--world-border-user) 38%,transparent)}
.world-avatar{border-color:color-mix(in srgb,var(--world-accent-user) 62%,#061019);box-shadow:0 10px 50px rgba(0,0,0,.55),0 0 35px var(--world-glow-user)}
.world-shell[data-identity-effect="pulse"] .world-name-copy h1{animation:wwcfamWorldPulse 2.2s ease-in-out infinite}.world-shell[data-identity-effect="name-pop"] .world-name-copy h1{animation:wwcfamWorldNamePop 2.8s ease-in-out infinite}.world-shell[data-identity-effect="rainbow"] .world-name-copy h1,.world-shell[data-identity-effect="rainbow"] .world-title{animation:wwcfamWorldRainbow 6s linear infinite}.world-shell[data-identity-effect="title-loop"] .world-title{animation:wwcfamWorldTitleLoop 2.8s ease-in-out infinite}
@keyframes wwcfamWorldPulse{50%{filter:brightness(1.28);text-shadow:0 0 28px var(--world-glow-user)}}@keyframes wwcfamWorldNamePop{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes wwcfamWorldRainbow{0%{filter:hue-rotate(0deg)}100%{filter:hue-rotate(360deg)}}@keyframes wwcfamWorldTitleLoop{0%,100%{letter-spacing:.035em}50%{letter-spacing:.12em}}
@media(prefers-reduced-motion:reduce){.world-shell[data-identity-effect] .world-name-copy h1,.world-shell[data-identity-effect] .world-title{animation:none!important}}
