@property --color-bg-primary{syntax:"<color>";inherits:true;initial-value:#fff}@property --color-bg-secondary{syntax:"<color>";inherits:true;initial-value:#f5f5f5}@property --color-bg-tertiary{syntax:"<color>";inherits:true;initial-value:#e6e6e6}@property --color-bg-hover{syntax:"<color>";inherits:true;initial-value:#f5f5f5}@property --color-bg-disabled{syntax:"<color>";inherits:true;initial-value:#d9d9d9}@property --color-bg-success{syntax:"<color>";inherits:true;initial-value:#14ae5c}@property --color-bg-brand-tertiary{syntax:"<color>";inherits:true;initial-value:#e5f4ff}@property --color-bg-danger-tertiary{syntax:"<color>";inherits:true;initial-value:#ffe2e0}@property --color-bg-success-tertiary{syntax:"<color>";inherits:true;initial-value:#cff7d3}@property --color-bg-warning-tertiary{syntax:"<color>";inherits:true;initial-value:#fff1c2}@property --color-bg-important-tertiary{syntax:"<color>";inherits:true;initial-value:#f1e5ff}@property --color-border-primary{syntax:"<color>";inherits:true;initial-value:#e6e6e6}@property --color-border-subtle{syntax:"<color>";inherits:true;initial-value:#00000014}@property --color-border-disabled{syntax:"<color>";inherits:true;initial-value:#e6e6e6}@property --color-border-strong{syntax:"<color>";inherits:true;initial-value:#2c2c2c}@property --color-border-success-strong{syntax:"<color>";inherits:true;initial-value:#009951}@property --color-text-primary{syntax:"<color>";inherits:true;initial-value:#000000e5}@property --color-text-secondary{syntax:"<color>";inherits:true;initial-value:#00000080}@property --color-text-tertiary{syntax:"<color>";inherits:true;initial-value:#0000004d}@property --color-text-disabled{syntax:"<color>";inherits:true;initial-value:#0000004d}@property --color-icon-primary{syntax:"<color>";inherits:true;initial-value:#000000e5}@property --color-icon-secondary{syntax:"<color>";inherits:true;initial-value:#00000080}@property --color-icon-tertiary{syntax:"<color>";inherits:true;initial-value:#0000004d}@property --color-icon-success{syntax:"<color>";inherits:true;initial-value:#14ae5c}@property --color-icon-disabled{syntax:"<color>";inherits:true;initial-value:#0000004d}@property --color-grid-dot{syntax:"<color>";inherits:true;initial-value:#0000000e}@property --color-code-primary{syntax:"<color>";inherits:true;initial-value:#8638e5}@property --color-code-attribute{syntax:"<color>";inherits:true;initial-value:#009951}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg-primary:#fff;--color-bg-secondary:#f5f5f5;--color-bg-tertiary:#e6e6e6;--color-bg-hover:var(--color-bg-secondary);--color-bg-pressed:var(--color-bg-secondary);--color-bg-disabled:#d9d9d9;--color-bg-brand:#0d99ff;--color-bg-brand-pressed:#007be5;--color-bg-brand-tertiary:#e5f4ff;--color-bg-danger:#f24822;--color-bg-danger-pressed:#dc3412;--color-bg-danger-tertiary:#ffe2e0;--color-bg-success:#14ae5c;--color-bg-success-pressed:#009951;--color-bg-success-tertiary:#cff7d3;--color-bg-warning:#ffcd29;--color-bg-warning-tertiary:#fff1c2;--color-bg-important-tertiary:#f1e5ff;--color-bg-inverse:#2c2c2c;--color-bg-overlay:#00000080;--color-bg-avatar:#679;--color-border-primary:#e6e6e6;--color-border-subtle:#00000014;--color-border-strong:#2c2c2c;--color-border-brand:#bde3ff;--color-border-selected:#0d99ff;--color-border-selected-strong:#007be5;--color-border-success:#aff4c6;--color-border-success-strong:#009951;--color-border-danger:#ffc7c2;--color-border-danger-strong:#dc3412;--color-border-warning:#ffe8a3;--color-border-disabled:#e6e6e6;--color-text-primary:#000000e5;--color-text-secondary:#00000080;--color-text-tertiary:#0000004d;--color-text-disabled:#0000004d;--color-text-brand:#007be5;--color-text-success:#009951;--color-text-danger:#dc3412;--color-text-warning:#b86200;--color-text-on-accent:#fff;--color-text-on-inverse:#ffffffe5;--color-text-on-inverse-secondary:#fffc;--color-icon-primary:#000000e5;--color-icon-secondary:#00000080;--color-icon-tertiary:#0000004d;--color-icon-success:#14ae5c;--color-icon-danger:#f24822;--color-icon-disabled:#0000004d;--color-icon-on-accent:#fff;--color-icon-on-inverse:#ffffffe5;--color-grid-dot:#0000000e;--color-code-primary:#8638e5;--color-code-attribute:#009951;--radius-control:8px;--radius-check:6px;--radius-paper:12px;--radius-promo:20px;--radius-round:999px;--shadow-floating:0 0 .25px #00000014, 0 10px 12px #0000002e, 0 2px 2.5px #00000026;--font-family-sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-medium:500;--duration-theme-transition:.18s;transition-property:--color-bg-primary,--color-bg-secondary,--color-bg-tertiary,--color-bg-hover,--color-bg-disabled,--color-bg-success,--color-bg-brand-tertiary,--color-bg-danger-tertiary,--color-bg-success-tertiary,--color-bg-warning-tertiary,--color-bg-important-tertiary,--color-border-primary,--color-border-subtle,--color-border-disabled,--color-border-strong,--color-border-success-strong,--color-text-primary,--color-text-secondary,--color-text-tertiary,--color-text-disabled,--color-icon-primary,--color-icon-secondary,--color-icon-tertiary,--color-icon-success,--color-icon-disabled,--color-grid-dot,--color-code-primary,--color-code-attribute;transition-duration:var(--duration-theme-transition);transition-timing-function:ease}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg-primary:#2c2c2c;--color-bg-secondary:#383838;--color-bg-tertiary:#444;--color-bg-disabled:#444;--color-bg-success:#198f51;--color-bg-brand-tertiary:#20394a;--color-bg-danger-tertiary:#4c302a;--color-bg-success-tertiary:#284134;--color-bg-warning-tertiary:#5c4100;--color-bg-important-tertiary:#473956;--color-border-primary:#444;--color-border-subtle:#ffffff1a;--color-border-strong:#fff;--color-border-success-strong:#078348;--color-border-disabled:#444;--color-text-primary:#fff;--color-text-secondary:#ffffffb2;--color-text-tertiary:#fff6;--color-text-disabled:#fff6;--color-icon-primary:#fff;--color-icon-secondary:#ffffffb2;--color-icon-tertiary:#fff6;--color-icon-success:#198f51;--color-icon-disabled:#fff6;--color-grid-dot:#ffffff14;--color-code-primary:#c5b2dc;--color-code-attribute:#79d297}@media (prefers-reduced-motion:reduce){:root{transition:none}}
.profile-ui{background:var(--color-bg-primary);color:var(--color-text-primary);font-family:var(--font-family-sans)}.profile-ui h1{overflow-wrap:anywhere;margin:0;font-size:clamp(1.5rem,4vw,2rem)}.profile-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px;display:grid}.profile-grid img{aspect-ratio:16/9;object-fit:cover;width:100%}.profile-hero{padding:16px}.profile-identity{flex-wrap:wrap;align-items:center;gap:16px;width:100%;display:flex}.profile-identity>:first-child{flex:320px}.profile-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.profile-stats:has(>:nth-child(4)){grid-template-columns:repeat(4,minmax(0,1fr))}.profile-stat-value{font-size:24px;font-weight:600}.profile-filters{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.profile-filters>:first-child{flex:240px}.profile-section:not([hidden]){gap:16px;display:grid}.profile-post-title{font-size:16px;line-height:1.5}.profile-post-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.profile-post>:last-child{margin-top:auto}@media (max-width:600px){.profile-stats:has(>:nth-child(4)){grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stats>div>div{flex-wrap:wrap}.profile-filters>*{width:100%}}
