:root{--theme-background:var(--color-bg);--theme-surface:var(--color-surface);--theme-text:var(--color-text);--theme-text-muted:var(--color-text-muted);--theme-accent:var(--color-accent);--theme-primary:var(--color-text);--theme-secondary:var(--color-border);--theme-font-heading:var(--font-fraunces), ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--theme-font-body:var(--font-source-serif), ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--profile-header-min-height:200px;--profile-header-max-height:350px;--profile-header-default-height:280px;--profile-max-columns:2;--feed-layout:card;--feed-density:comfortable;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-xxl:3rem}body{color:var(--theme-text);background-color:var(--theme-background);font-family:var(--theme-font-body);transition:background-color var(--duration-medium) var(--ease-standard),color var(--duration-medium) var(--ease-standard);margin:0;padding:0;font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--theme-font-heading);color:var(--theme-primary);line-height:1.2}h1{font-size:2.5rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:500}h5{font-size:1.125rem;font-weight:500}h6{font-size:1rem;font-weight:500}a{color:var(--theme-accent);transition:color var(--duration-fast) var(--ease-standard);text-decoration:none}a:hover{color:var(--theme-primary);text-decoration:underline}.container{max-width:1200px;padding:0 var(--spacing-md);margin:0 auto}.container--constrained{max-width:1200px}main{background-color:var(--theme-background);min-height:calc(100vh - 120px);padding:0 var(--spacing-lg)}header{background-color:var(--theme-surface);border-bottom:1px solid var(--theme-secondary);padding:var(--spacing-md) 0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0}header .container{justify-content:space-between;align-items:center;display:flex}header .logo{font-family:var(--theme-font-heading);color:var(--theme-primary);font-size:1.5rem;font-weight:700}header nav{gap:var(--spacing-lg);align-items:center;display:flex}.profile{background-color:var(--theme-surface);border-radius:var(--radius-lg);margin-bottom:var(--spacing-xl);overflow:hidden;box-shadow:0 2px 8px #0000001a}.profile__header{background:linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-accent) 100%);color:#fff;padding:var(--spacing-xl);min-height:var(--profile-header-min-height);max-height:var(--profile-header-max-height);height:var(--user-header-height,var(--profile-header-default-height));grid-template-columns:repeat(var(--profile-max-columns), minmax(0, 1fr));gap:var(--spacing-lg);background:linear-gradient(135deg, var(--user-primary,var(--theme-primary)) 0%, var(--user-accent,var(--theme-accent)) 100%);align-items:center;display:grid;position:relative;overflow:hidden}.profile__avatar{object-fit:cover;border:4px solid #fff3;border-radius:50%;width:120px;height:120px}.profile__info h1{color:#fff;margin:0 0 var(--spacing-sm) 0;font-size:2rem}.profile__info p{color:#ffffffe6;margin:0;font-size:1.1rem;line-height:1.5}.profile__stats{gap:var(--spacing-lg);margin-top:var(--spacing-md);display:flex}.profile__stats .stat{text-align:center;color:#ffffffe6}.profile__stats .stat .value{color:#fff;font-size:1.5rem;font-weight:700;display:block}.profile__stats .stat .label{text-transform:uppercase;letter-spacing:.5px;font-size:.9rem}.stream{width:100%}.content-feed{gap:var(--spacing-xl);flex-direction:column;display:flex}.post,.profile-post{background-color:var(--theme-surface);border-radius:var(--radius-md);padding:var(--spacing-lg);border:1px solid var(--theme-secondary);transition:box-shadow var(--duration-fast) var(--ease-standard)}.post:hover,.profile-post:hover{box-shadow:0 4px 12px #0000001a}.post__header{align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-md);display:flex}.post__header .avatar{object-fit:cover;border-radius:50%;width:40px;height:40px}.post__header .meta .author{color:var(--theme-primary);font-weight:600}.post__header .meta .timestamp{color:var(--theme-text-muted);font-size:.9rem}.post__content{color:var(--theme-text);margin-bottom:var(--spacing-md);line-height:1.6}.post__content p{margin:0 0 var(--spacing-md) 0}.post__content p:last-child{margin-bottom:0}.post__actions{gap:var(--spacing-md);padding-top:var(--spacing-md);border-top:1px solid var(--theme-secondary);display:flex}.post__actions button{color:var(--theme-text-muted);cursor:pointer;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);transition:background-color var(--duration-fast) var(--ease-standard),color var(--duration-fast) var(--ease-standard);align-items:center;gap:var(--spacing-xs);background:0 0;border:none;display:flex}.post__actions button:hover{background-color:var(--theme-accent);color:#fff}[data-user-customized=true] .profile__header{background:linear-gradient(135deg, var(--user-primary,var(--theme-primary)) 0%, var(--user-accent,var(--theme-accent)) 100%);height:var(--user-header-height,var(--profile-header-default-height))}[data-user-customized=true] .profile__info h1,[data-user-customized=true] .profile__info p{color:var(--user-text,currentColor)}@media (max-width:768px){.container{padding:0 var(--spacing-sm)}.profile__header{text-align:center;padding:var(--spacing-lg);grid-template-columns:1fr;min-height:auto}.profile__stats{justify-content:center}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}.external-link-report{color:var(--theme-text-muted);opacity:0;transition:opacity var(--duration-fast,.15s) ease;vertical-align:middle;margin-inline-start:.25em;font-size:.75em}.external-link-report:hover{color:var(--theme-accent);text-decoration:none}a:hover+.external-link-report,a:focus+.external-link-report,.external-link-report:focus{opacity:1}.post-embed{border:1px solid var(--theme-secondary,var(--color-border));border-radius:var(--radius-md,8px);margin:var(--spacing-md,1rem) 0;overflow:hidden}.post-embed[class]{margin-block:var(--spacing-md,1rem);margin-inline:0}.post-embed--video{background-color:#000;border-color:#0000}.post-embed__video-wrapper{aspect-ratio:16/9;width:100%}.post-embed__video-wrapper iframe{border:0;width:100%;height:100%;display:block}.post-embed__caption{background-color:var(--theme-surface,var(--color-surface));padding:var(--spacing-sm,.5rem) var(--spacing-md,1rem);flex-direction:column;gap:.125rem;display:flex}.post-embed--preview .post-embed__preview-link{color:inherit;grid-template-columns:1fr;text-decoration:none;display:grid}@media (min-width:480px){.post-embed--preview .post-embed__preview-link{grid-template-columns:auto 1fr}}.post-embed--preview .post-embed__preview-link:hover{background-color:var(--theme-surface,var(--color-surface));text-decoration:none}.post-embed--preview .post-embed__preview-link:hover .post-embed__title{text-decoration:underline}.post-embed__image{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}@media (min-width:480px){.post-embed__image{aspect-ratio:1;width:120px;max-width:120px;height:100%;max-height:120px}}.post-embed__body{padding:var(--spacing-sm,.5rem) var(--spacing-md,1rem);flex-direction:column;gap:.25rem;display:flex}.post-embed__site{color:var(--theme-text-muted,var(--color-text-muted));letter-spacing:.02em;text-transform:uppercase;font-size:.75rem}.post-embed__title{color:var(--theme-text,var(--color-text));font-size:.9375rem;font-weight:600;line-height:1.3}.post-embed--preview .post-embed__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-embed__description{-webkit-line-clamp:2;color:var(--theme-text-muted,var(--color-text-muted));-webkit-box-orient:vertical;font-size:.875rem;line-height:1.4;display:-webkit-box;overflow:hidden}.post-embed__author{color:var(--theme-text-muted,var(--color-text-muted));margin-top:.125rem;font-size:.8125rem}.post-embed--twitter{border-left:3px solid #1d9bf0}.post-embed--tiktok{border-left:3px solid #010101}.post-embed--instagram{border-left:3px solid #e1306c}.post-embed--threads{border-left:3px solid #101010}footer{background-color:var(--theme-surface);color:var(--theme-text-muted);text-align:center;padding:var(--spacing-xl) 0;border-top:1px solid var(--theme-secondary);margin-top:var(--spacing-xxl)}
