.app-shell{--product-bg:var(--ds-bg);--product-surface:var(--ds-surface);--product-card:var(--ds-surface-raised);--product-card-hover:var(--ds-surface-overlay);--product-purple:var(--ds-plum);--product-purple-soft:var(--ds-plum-soft);--product-violet:var(--ds-violet);--product-text:var(--ds-text);--product-muted:var(--ds-text-muted);--product-border:var(--ds-border);--product-border-subtle:color-mix(in srgb,var(--color-text) 10%,transparent);--product-accent:var(--ds-gold);--product-accent-text:var(--ds-gold-text);--product-topnav-h:56px;--product-safe-top:env(safe-area-inset-top,0px);--product-topnav-offset:calc(var(--product-topnav-h) + var(--product-safe-top));--product-sidebar-w:240px;--product-rail-w:300px;min-height:100dvh;background:var(--product-bg);color:var(--product-text)}.app-shell__body{display:grid;min-height:calc(100dvh - var(--product-topnav-offset));padding-top:var(--product-topnav-offset)}.app-shell__content{min-width:0;padding:24px 28px 100px;max-width:100%}.product-topnav{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--product-border)}.product-topnav__inner{max-width:1600px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:16px}.product-topnav__brand{display:flex;align-items:center;gap:8px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.product-topnav__logo{border-radius:6px}.product-topnav__links{margin-left:8px}.product-topnav__links a{padding:8px 12px;border-radius:6px;font-size:13px;transition:color .15s,background .15s}.product-topnav__links a.is-active,.product-topnav__links a:hover{color:var(--product-text);background:var(--ds-plum-soft)}.product-topnav__search{max-width:320px;margin-left:auto}.product-topnav__search input{width:100%;padding:8px 14px;border-radius:8px;border:1px solid var(--product-border);background:var(--product-surface);font-family:inherit}.product-topnav__search input:focus{outline:none;border-color:rgba(110,90,130,.55)}.product-topnav__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.product-topnav__icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none;background:transparent;color:var(--product-muted);cursor:pointer;transition:color .15s,background .15s}.product-topnav__icon-btn:hover{color:var(--product-text);background:var(--ds-plum-soft)}.product-topnav__avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--product-purple-soft);border:1px solid var(--product-border);font-size:12px;font-weight:700;color:var(--product-accent)}.product-topnav__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-sidebar{position:sticky;overflow-y:auto;padding:20px 16px 32px;border-right:1px solid var(--product-border);background:var(--product-surface);display:flex;flex-direction:column}.product-sidebar__user{display:flex;gap:12px;margin-bottom:16px}.product-sidebar__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--product-purple-soft);border:1px solid var(--product-border);font-weight:700;font-size:14px;color:var(--product-accent);flex-shrink:0}.product-sidebar__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.product-sidebar__identity strong{display:block;font-size:14px}.product-sidebar__handle{display:block;color:var(--product-muted)}.product-sidebar__profile-stats{display:grid;gap:6px;font-size:13px;color:var(--product-muted)}.product-sidebar__profile-stats strong{color:var(--color-accent);font-weight:800}.product-sidebar__cta{margin-bottom:20px}.product-sidebar__nav{gap:2px;margin-bottom:24px}.product-sidebar__nav a{gap:10px;padding:10px 12px;border-radius:8px;transition:color .15s,background .15s}.product-sidebar__nav a.is-active,.product-sidebar__nav a:hover{color:var(--product-text);background:var(--ds-plum-soft)}.product-sidebar__nav-icon{width:18px;text-align:center;font-size:12px;opacity:.7}.product-sidebar__section-title{letter-spacing:.08em;margin-bottom:12px}.product-stat-grid{font-size:13px;line-height:1.6;color:var(--product-muted)}.product-stat-grid div{display:inline}.product-stat-grid div:not(:last-child):after{content:" · ";color:var(--product-border)}.product-stat-grid dt{display:inline;font-size:inherit;text-transform:none;letter-spacing:0}.product-stat-grid dd{display:inline;font-size:inherit;font-weight:600;color:var(--product-text);margin-left:4px}.product-stat-grid dd:after{content:""}.product-sidebar__recent-list{list-style:none;display:grid;gap:10px}.product-sidebar__recent-list a{display:block;font-size:13px;font-weight:600;color:var(--product-text)}.product-sidebar__footer{padding-top:20px;border-top:1px solid var(--product-border);display:flex;flex-direction:column;gap:12px}.product-sidebar__legal{display:flex;flex-wrap:wrap;gap:12px}.product-sidebar__legal a{font-size:12px;font-weight:600;color:var(--product-muted);text-decoration:none}.product-sidebar__legal a:hover{color:var(--product-text)}.sign-out-link{background:none;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;color:var(--product-muted);cursor:pointer}.sign-out-link:hover{color:var(--product-text)}.sign-out-btn{color:var(--product-muted)}.product-topnav__signout{display:none}.profile-account{margin-top:32px;padding-top:24px;border-top:1px solid var(--product-border)}.product-sidebar__recent-list .meta{display:block;font-size:11px;margin-top:2px}.product-mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;padding-bottom:env(safe-area-inset-bottom);background:var(--product-bg);border-top:1px solid var(--product-border)}.product-mobile-nav a{flex:1;gap:2px;padding:10px 4px;font-weight:600;color:var(--product-muted)}.product-mobile-nav a.is-active{color:var(--product-accent)}.product-mobile-nav__icon{font-size:16px}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--product-rail-w);gap:28px;align-items:start}.product-layout__main{min-width:0}.product-layout__rail{position:sticky;top:calc(var(--product-topnav-offset) + 16px)}.product-page-header{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.product-page-header__title{font-size:1.35rem;font-weight:700;line-height:1.2;color:var(--product-text)}.product-page-header__desc{margin-top:6px;font-size:14px;color:var(--product-muted);max-width:48ch}.product-section-title{font-size:1rem;font-weight:700;margin-bottom:14px}.app-shell .btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:none;box-shadow:none;transform:none}.app-shell .btn:hover{transform:none}.app-shell .btn-primary{background:var(--ds-gold-fill);color:var(--product-accent-text);border:none}.app-shell .btn-primary:hover{background:var(--ds-gold-hover);box-shadow:none}.app-shell .btn-secondary{background:transparent;color:var(--product-text);border:1px solid var(--product-border)}.app-shell .btn-secondary:hover{border-color:var(--product-violet);background:var(--ds-plum-soft)}.app-shell .btn-ghost{background:transparent;color:var(--product-muted);border:1px solid transparent}.app-shell .btn-ghost:hover{color:var(--product-text);background:var(--ds-plum-soft)}.app-shell .btn--sm{min-height:30px;padding:0 10px;font-size:12px}.feed-list{display:grid;gap:12px}.feed-card{padding:16px;border-radius:12px;background:var(--product-card);border:1px solid var(--product-border)}.feed-card--own{border-color:rgba(245,213,71,.18);background:var(--ds-plum-soft)}.feed-card__header{display:flex;gap:12px;align-items:flex-start}.feed-card__avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--product-purple-soft);font-size:12px;font-weight:700;color:var(--product-accent);flex-shrink:0}.feed-card__meta{flex:1;min-width:0}.feed-card__author{font-weight:700;color:var(--product-text)}.feed-card__handle{margin-left:6px;color:var(--product-muted);font-size:12px}.feed-card__verb{display:block;font-size:12px;margin-top:2px}.feed-card__time{font-size:12px}.feed-card__body{margin-top:12px;padding-left:48px}.feed-card__show{font-size:15px}.feed-card__venue{font-size:13px}.feed-card__rating{margin-top:8px}.feed-card__text{margin-top:10px;font-size:14px;line-height:1.6;color:var(--product-text)}.feed-card__text--muted{color:var(--product-muted);font-style:italic}.feed-card__actions{gap:4px;margin-top:12px;padding-left:48px}.feed-card__action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:32px;border-radius:6px;background:transparent;transition:color .15s,background .15s}.feed-card__action-btn:hover{color:var(--product-accent);background:rgba(255,255,255,.04)}.product-rail{display:grid;gap:36px}.product-rail__block{padding:0;border-radius:0;background:none;border:none;box-shadow:none}.product-rail__block+.product-rail__block{border-top:none;padding-top:0;margin-top:0}.product-rail__title{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--product-muted);margin:0 0 14px;padding:0;border:none}.product-rail__list{list-style:none;display:grid;gap:12px}.product-rail__empty{font-size:13px;color:var(--product-muted)}.product-rail__next{display:block}.product-rail__next strong{display:block;font-size:14px}.product-rail__next .meta{display:block;margin-top:4px;font-size:12px}.trending-card{display:grid;grid-template-columns:48px 1fr;gap:10px;align-items:center}.trending-card__poster{border-radius:6px;overflow:hidden}.trending-card__copy strong{display:block;font-size:13px;line-height:1.3}.trending-card__copy .meta{font-size:11px}.user-card{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center}.user-card__avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--product-purple-soft);font-size:12px;font-weight:700;color:var(--product-accent)}.user-card__name{display:block;font-size:13px;font-weight:700}.user-card__handle,.user-card__stat{display:block;font-size:11px;color:var(--product-muted)}.diary-mini-cal__label{font-size:13px;font-weight:600;margin-bottom:10px}.diary-mini-cal__grid,.diary-mini-cal__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;text-align:center;font-size:11px}.diary-mini-cal__weekdays{color:var(--product-muted);margin-bottom:6px}.diary-mini-cal__cell{padding:4px 0;border-radius:4px;color:var(--product-muted)}.diary-mini-cal__cell--active{background:rgba(253,224,71,.15);color:var(--product-accent);font-weight:700}.diary-mini-cal__cell--empty{visibility:hidden}.placeholder-poster{aspect-ratio:2/3;border-radius:8px;overflow:hidden;border:1px solid var(--product-border)}.placeholder-poster--compact{aspect-ratio:2/3}.placeholder-poster--art-only .placeholder-poster__inner{display:none}.placeholder-poster--image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.placeholder-poster__inner{display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:12px;gap:6px}.placeholder-poster__mark{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(253,224,71,.75)}.placeholder-poster__title{font-size:.85rem;font-weight:700;line-height:1.2;color:#fff}.placeholder-poster__meta{font-size:10px;color:rgba(255,255,255,.65);line-height:1.3}.show-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:20px 16px}.show-grid-card__link{display:block;color:inherit}.show-grid-card__body{margin-top:10px}.show-grid-card__title{font-size:13px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.show-grid-card__meta{margin-top:4px;font-size:11px;color:var(--product-muted)}.show-grid-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.theatre-life-stats{margin-bottom:20px;font-size:13px;line-height:1.6;color:var(--product-muted)}.theatre-life-stats__item strong{font-weight:600;color:var(--product-text)}.theatre-life-stats__sep{margin:0 8px;color:var(--product-violet)}.diary-card{padding:16px;border-radius:12px;background:var(--product-card);border:1px solid var(--product-border)}.diary-card__date{font-size:12px;color:var(--product-muted);text-transform:uppercase;letter-spacing:.04em}.diary-card__title{display:block;margin-top:6px;font-size:15px;font-weight:700;color:var(--product-text)}.diary-card__venue{margin-top:4px;font-size:13px;color:var(--product-muted)}.diary-card__rating{margin-top:8px}.diary-card__excerpt{margin-top:10px;font-size:14px;line-height:1.55;color:var(--product-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.reviews-tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid var(--product-border);padding-bottom:0}.reviews-tabs a{padding:10px 14px;font-size:13px;font-weight:600;color:var(--product-muted);border-bottom:2px solid transparent;margin-bottom:-1px}.reviews-tabs a.is-active{color:var(--product-text);border-bottom-color:var(--product-accent)}.reviews-toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}.app-shell .filter-pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.app-shell .filter-pill{padding:6px 12px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--product-border);background:var(--product-surface);color:var(--product-muted)}.app-shell .filter-pill--active,.app-shell .filter-pill:hover{color:var(--product-text);border-color:rgba(110,90,130,.5);background:var(--ds-plum-soft)}.app-shell .filter-pill--static{pointer-events:none}.show-profile__hero{display:grid;grid-template-columns:200px minmax(0,1fr);gap:28px;margin-bottom:24px}.show-profile__poster{border-radius:12px;overflow:hidden}.show-profile__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.show-profile__title{font-size:1.75rem;font-weight:700;line-height:1.15}.show-profile__meta{margin-top:6px;font-size:14px;color:var(--product-muted)}.show-profile__rating-box{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;border-radius:10px;background:var(--product-card);border:1px solid var(--product-border);width:-moz-fit-content;width:fit-content}.show-profile__rating-label{font-size:13px;color:var(--product-muted)}.show-profile__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.show-profile__tabs{display:flex;gap:4px;border-bottom:1px solid var(--product-border);margin-bottom:20px}.show-profile__tabs button{padding:10px 14px;background:transparent;font-family:inherit;font-size:13px;font-weight:600;color:var(--product-muted);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.show-profile__tabs button.is-active{color:var(--product-text);border-bottom-color:var(--product-accent)}.show-profile__facts{display:grid;grid-template-columns:auto 1fr;gap:8px 20px;margin-top:16px;font-size:14px}.show-profile__facts dt{color:var(--product-muted)}.show-profile__review-item{padding:14px;border-radius:10px;background:var(--product-surface);border:1px solid var(--product-border)}.show-profile__review-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.show-profile__related{margin-top:32px}.show-profile__related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:14px}.show-profile__related-card{display:block;font-size:12px;font-weight:600;text-align:center}.show-profile__related-card span{display:block;margin-top:8px}.profile-header{display:flex;gap:16px;align-items:flex-start;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--product-border)}.profile-header__avatar{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--product-purple-soft);font-size:24px;font-weight:700;color:var(--product-accent)}.profile-header__name{font-size:1.15rem;font-weight:600}.profile-header__handle{font-size:14px;color:var(--product-muted)}.profile-stats{display:flex;gap:24px;margin-top:12px;font-size:13px}.profile-stats strong{color:var(--product-text)}.product-empty{padding:32px 20px;text-align:center;border-radius:12px;background:var(--product-card);border:1px dashed var(--product-border);color:var(--product-muted);font-size:14px}.product-empty .btn{margin-top:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell .show-status{font-size:10px;padding:3px 8px;border-radius:999px}.app-shell .review-form-stacked{display:grid;gap:16px;max-width:560px}.app-shell .review-step{padding:20px;border-radius:12px;background:var(--product-card);border:1px solid var(--product-border)}.app-shell .review-step__title{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;margin-bottom:16px;color:var(--product-text)}.app-shell .review-step__number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(253,224,71,.12);border:1px solid rgba(253,224,71,.3);color:var(--product-accent);font-size:12px;font-weight:700}.app-shell .review-step--locked{opacity:.5}.app-shell .review-step__fields{border:0;margin:0;padding:0}.app-shell .review-step__fields:disabled{pointer-events:none}.app-shell .show-picker-list{list-style:none;display:grid;gap:8px;max-height:280px;overflow-y:auto}.app-shell .show-picker-row{width:100%;display:flex;gap:10px;padding:10px 12px;border-radius:8px;border:1px solid var(--product-border);background:var(--product-surface);color:inherit;text-align:left;cursor:pointer}.app-shell .show-picker-row--selected{border-color:rgba(253,224,71,.35);background:rgba(253,224,71,.06)}.app-shell .field label{display:block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--product-muted);margin-bottom:6px}.app-shell .field input,.app-shell .field textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid var(--product-border);background:var(--product-surface);color:var(--product-text);font-family:inherit;font-size:14px}.app-shell .back-link{color:var(--product-muted)}.app-shell__content{padding:28px 32px 100px;max-width:720px}.app-shell__body:has(.product-layout) .app-shell__content{max-width:none}.home-greeting{margin-bottom:32px}.home-greeting__title{font-size:1.25rem;font-weight:600;color:var(--product-text);letter-spacing:-.01em}.home-greeting__lead{margin-top:6px;font-size:14px;color:var(--product-muted)}.feed-section{margin-bottom:32px}.feed-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}.feed-section__title{font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--product-muted)}.feed-section__link{font-size:12px;font-weight:600;color:var(--product-accent)}.feed-section__hint{margin-top:10px;font-size:12px;color:var(--product-muted)}.trending-today-list{list-style:none;display:grid;gap:8px;font-size:14px;line-height:1.5}.trending-today-list a{color:var(--product-text)}.trending-today-list__muted{color:var(--product-muted);font-size:13px}.home-recommended{display:grid;gap:8px}.home-recommended__item{display:block;padding:10px 12px;border-radius:8px;border:1px solid var(--product-border);background:var(--product-card);font-size:14px}.home-recommended__item span{display:block;margin-top:2px;font-size:12px;color:var(--product-muted)}.home-continue-list{list-style:none;display:flex;flex-wrap:wrap;gap:8px}.home-continue-list a{padding:6px 12px;border-radius:999px;font-size:13px;border:1px solid var(--product-border);color:var(--product-text)}.feed-list--compact{gap:8px}.feed-card--compact{padding:12px 14px;background:transparent;border:none;border-bottom:1px solid var(--product-border);border-radius:0}.feed-card--compact:last-child{border-bottom:none}.feed-card__row{display:flex;gap:10px;align-items:flex-start}.feed-card--compact .feed-card__avatar{width:32px;height:32px;font-size:11px}.feed-card__content{flex:1;min-width:0}.feed-card__topline{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px}.feed-card__action{font-size:13px;line-height:1.4}.feed-card__verb{margin-left:4px;color:var(--product-muted)}.feed-card__time{font-size:11px}.feed-card__venue{margin-top:2px;font-size:12px;color:var(--product-muted)}.feed-card--compact .feed-card__text{margin-top:6px;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feed-card--compact .feed-card__actions{margin-top:8px;gap:8px}.feed-card__action-btn{padding:0;width:auto;height:auto;font-size:14px;color:var(--product-muted);background:none;border:none;cursor:pointer}.feed-card__show-link{display:none}.stage-notes-list{list-style:none;display:grid;gap:10px}.stage-notes-card{padding:12px 14px;border-radius:8px;border:1px solid var(--product-border);background:var(--product-card)}.stage-notes-card__head{display:flex;justify-content:space-between;align-items:center;gap:8px}.stage-notes-card__show{font-size:13px;font-weight:600}.stage-notes-card__badge{font-size:10px;padding:2px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.stage-notes-card__badge--private{background:rgba(255,255,255,.06);color:var(--product-muted)}.stage-notes-card__badge--friends{background:var(--ds-violet-muted);color:var(--color-accent-700)}.stage-notes-card__badge--public{background:rgba(245,213,71,.12);color:var(--product-accent)}.stage-notes-card__note{margin-top:8px;font-size:13px;line-height:1.55;color:var(--product-muted)}.stage-notes-card__date{display:block;margin-top:8px;font-size:11px;color:var(--product-muted)}.discover-lists{list-style:none;display:grid;gap:8px}.discover-lists__card,.discover-lists__item a{display:block;padding:12px 14px;border-radius:8px;border:1px solid var(--product-border);background:var(--product-card)}.discover-lists__card strong,.discover-lists__item strong{display:block;font-size:14px}.discover-lists__card span,.discover-lists__item span{display:block;margin-top:4px;font-size:12px;color:var(--product-muted)}.lists-intro{font-size:14px;color:var(--product-muted);margin-bottom:16px}.diary-entry{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid var(--product-border)}.diary-entry__date{font-size:11px;color:var(--product-muted);text-transform:uppercase;letter-spacing:.04em}.diary-entry__title{display:block;margin-top:4px;font-size:14px;font-weight:600}.diary-entry__venue{margin-top:2px;font-size:12px;color:var(--product-muted)}.diary-entry__excerpt{margin-top:6px;font-size:13px;color:var(--product-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.diary-entry__edit{flex-shrink:0}.profile-header__stats{margin-top:10px;font-size:13px;line-height:1.6;color:var(--product-muted)}.profile-header__stats div{display:inline}.profile-header__stats div:not(:last-child):after{content:" · ";color:var(--product-violet)}.profile-header__stats dt{display:inline;font-size:inherit;text-transform:none;letter-spacing:0}.profile-header__stats dd{display:inline;font-size:inherit;font-weight:600;color:var(--product-text);margin-left:4px}.profile-share{font-size:13px;color:var(--product-muted);margin-top:16px}.product-empty--inline{padding:20px;text-align:left}.product-rail__block--spaced{margin-top:16px}.app-shell{--product-topnav-h:68px;--product-sidebar-w:264px}.app-shell__body{grid-template-columns:var(--product-sidebar-w) minmax(0,1fr)}.app-shell__content{width:100%;padding:40px 48px 112px;margin:0 auto}.app-shell__body:has(.product-layout) .app-shell__content{padding-right:40px;padding-left:40px}.product-topnav{height:auto;min-height:var(--product-topnav-offset);padding-top:var(--product-safe-top);background:var(--product-bg);border-bottom:1px solid rgba(170,164,184,.08)}.product-topnav__inner{min-height:var(--product-topnav-h);height:auto;max-width:none;padding:0 32px;gap:24px}.product-topnav__brand{min-width:calc(var(--product-sidebar-w) - 32px);gap:10px;font-family:var(--ds-font-display);font-size:18px;font-weight:700;letter-spacing:-.02em;text-transform:none}.product-topnav__logo{width:28px;height:28px;border-radius:7px}.product-topnav__links{display:flex;align-items:center;gap:4px;flex-shrink:0}.product-topnav__links a{position:relative;padding:10px 12px;border-radius:0;background:transparent;font-size:14px;font-weight:600;color:var(--product-muted);text-decoration:none;transition:color var(--ds-duration-fast) var(--ds-ease)}.product-topnav__links a.is-active,.product-topnav__links a:hover{color:var(--product-text);background:transparent}.product-topnav__links a.is-active:after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;background:var(--ds-gold);border-radius:1px}.product-topnav__search{flex:1;max-width:420px;margin-left:0}.product-topnav__search input{height:42px;padding:0 16px;border-radius:var(--ds-radius-full);border:1px solid rgba(170,164,184,.12);background:var(--ds-surface);color:var(--product-text);font-family:var(--ds-font-body);font-size:14px;transition:border-color var(--ds-duration-fast) var(--ds-ease),background var(--ds-duration-fast) var(--ds-ease),box-shadow var(--ds-duration-fast) var(--ds-ease)}.product-topnav__search input::-moz-placeholder{color:var(--ds-text-subtle)}.product-topnav__search input::placeholder{color:var(--ds-text-subtle)}.product-topnav__search input:hover{border-color:rgba(170,164,184,.22);background:var(--product-surface)}.product-topnav__search input:focus{border-color:var(--ds-border-focus);box-shadow:var(--ds-focus-ring)}.product-topnav__search.search-pill input{height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.product-topnav__search.search-pill input:focus,.product-topnav__search.search-pill input:hover{border:0;background:transparent;box-shadow:none}.product-topnav__search.search-pill:focus-within{border-color:var(--ds-border-focus);box-shadow:var(--ds-focus-ring)}.product-topnav__actions{margin-left:auto;gap:10px}.product-topnav__quick-log{min-height:36px}.product-topnav__quick-log-symbol{font-size:18px;line-height:1;margin-top:-1px}.product-topnav__icon-btn,.product-topnav__profile-menu summary{display:inline-flex;align-items:center;justify-content:center;height:36px;min-width:36px;padding:0 10px;border:0;border-radius:var(--ds-radius-full);background:transparent;color:var(--product-muted);font-family:var(--ds-font-body);font-size:12px;font-weight:600;cursor:pointer;transition:color var(--ds-duration-fast) var(--ds-ease),background var(--ds-duration-fast) var(--ds-ease)}.product-topnav__icon-btn:hover,.product-topnav__profile-menu summary:hover{color:var(--product-text);background:var(--product-purple-soft)}.product-topnav__icon-btn:focus-visible,.product-topnav__profile-menu summary:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.product-topnav__profile-menu{position:relative}.product-topnav__profile-menu summary{padding:0;list-style:none}.product-topnav__profile-menu summary::-webkit-details-marker{display:none}.product-topnav__profile-panel{position:absolute;top:calc(100% + 12px);right:0;z-index:var(--ds-z-dropdown);width:232px;padding:10px;border:1px solid var(--product-border);border-radius:var(--ds-radius-lg);background:var(--product-card);box-shadow:var(--ds-shadow-md)}.product-topnav__profile-head{display:flex;align-items:center;gap:12px;padding:8px 8px 12px;margin-bottom:4px;border-bottom:1px solid rgba(170,164,184,.1)}.product-topnav__profile-head span,.product-topnav__profile-head strong{display:block}.product-topnav__profile-head strong{font-size:14px;line-height:1.3}.product-topnav__profile-head span{margin-top:2px;font-size:12px;color:var(--product-muted)}.product-topnav__menu-signout .sign-out-link,.product-topnav__profile-panel>a{display:flex;width:100%;align-items:center;padding:9px 10px;border-radius:var(--ds-radius-md);color:var(--product-muted);font-size:13px;font-weight:600;text-align:left}.product-topnav__menu-signout .sign-out-link:hover,.product-topnav__profile-panel>a:hover{color:var(--product-text);background:var(--product-purple-soft)}.product-sidebar{top:var(--product-topnav-offset);height:calc(100dvh - var(--product-topnav-offset));padding:30px 24px 28px 32px;border-right:1px solid rgba(170,164,184,.08);background:transparent;gap:24px}.product-sidebar__user{display:grid;grid-template-columns:56px minmax(0,1fr);gap:14px;align-items:center;margin-bottom:0}.product-sidebar__identity strong{font-size:15px;font-weight:700;letter-spacing:-.01em}.product-sidebar__handle{margin-top:2px;font-size:12px}.product-sidebar__profile-link{margin-top:7px;color:var(--product-muted)}.product-sidebar__profile-link:hover{color:var(--product-text)}.product-sidebar__stats{display:flex;flex-wrap:wrap;gap:8px 12px;padding:0;margin:0;color:var(--product-muted);font-size:12px;line-height:1.5}.product-sidebar__stats span{display:inline-flex;align-items:baseline;gap:4px}.product-sidebar__stats strong{color:var(--product-text);font-weight:600}.product-sidebar__cta{margin:0}.product-sidebar__nav{gap:4px;margin:0}.product-sidebar__nav a{padding:11px 12px;font-size:14px;font-weight:600}.product-sidebar__nav a.is-active{background:transparent}.product-sidebar__nav a.is-active:before{content:"";width:5px;height:5px;margin-right:2px;border-radius:var(--ds-radius-full);background:var(--product-accent)}.product-sidebar__footer{margin-top:auto;padding-top:18px;border-top:1px solid rgba(170,164,184,.08)}.product-mobile-nav{border-top:1px solid rgba(170,164,184,.1)}.product-mobile-nav a{padding:12px 4px;font-size:11px}.product-layout--community{gap:56px;align-items:start}.product-layout--community .product-layout__main{min-width:0;max-width:620px}.community-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px}.community-header__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--product-muted)}.community-header__title{margin-top:8px;font-size:1.5rem;line-height:1.15}.community-header__lead{margin-top:10px;max-width:42ch;font-size:14px;line-height:1.6;color:var(--product-muted)}.community-header__cta{flex-shrink:0;margin-top:28px}.community-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:28px;padding-bottom:0;border-bottom:1px solid rgba(170,164,184,.1)}.community-tabs__tab{padding:10px 14px;margin-bottom:-1px;border-bottom:2px solid transparent;font-size:13px;font-weight:600;color:var(--product-muted);transition:color var(--ds-duration-fast) var(--ds-ease),border-color var(--ds-duration-fast) var(--ds-ease)}.community-tabs__tab:hover{color:var(--product-text)}.community-tabs__tab--active{color:var(--product-text);border-bottom-color:var(--product-accent)}.community-feed__list{list-style:none;margin:0;padding:0}.community-feed__list>li+li{border-top:1px solid rgba(170,164,184,.08)}.community-card{padding:22px 0}.community-card--own{background:linear-gradient(90deg,rgba(245,213,71,.04),transparent 28%)}.community-card__head{display:flex;align-items:flex-start;gap:12px}.community-card__identity{flex:1;min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.community-card__action-line{font-size:14px;line-height:1.45}.community-card__name{font-weight:700;color:var(--product-text)}.community-card__action{margin-left:6px;color:var(--product-muted)}.community-card__time{flex-shrink:0;font-size:12px;color:var(--product-muted)}.community-card__body{margin-top:12px;padding-left:44px}.community-card__show{display:inline-block;font-size:15px;font-weight:700;line-height:1.35;color:var(--product-text);letter-spacing:-.01em}.community-card__show:hover{color:var(--product-accent)}.community-card__meta{margin-top:6px;font-size:12px;line-height:1.5;color:var(--product-muted)}.community-card__meta-sep{margin:0 6px;color:var(--product-violet)}.community-card__meta--note{font-style:italic}.community-card__rating{margin-top:8px}.community-card__snippet{margin-top:10px;max-width:58ch;font-size:14px;line-height:1.65;color:var(--product-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.community-card__engage{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px;padding-left:44px}.community-card__engage-btn{display:inline-flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:var(--product-muted);font-family:var(--ds-font-body);font-size:12px;font-weight:600;cursor:pointer;transition:color var(--ds-duration-fast) var(--ds-ease)}.community-card__engage-btn:hover{color:var(--product-text)}.community-card__engage-btn svg{flex-shrink:0}.community-feed__empty{padding:40px 0;color:var(--product-muted);font-size:14px;line-height:1.6}.community-feed__empty .ds-btn{margin-top:16px}.community-feed__more{display:flex;justify-content:center;padding:32px 0 8px}.community-feed__more-btn{padding:10px 20px;border:1px solid rgba(170,164,184,.14);border-radius:var(--ds-radius-full);background:transparent;color:var(--product-muted);font-family:var(--ds-font-body);font-size:13px;font-weight:600;cursor:pointer;transition:color var(--ds-duration-fast) var(--ds-ease),border-color var(--ds-duration-fast) var(--ds-ease),background var(--ds-duration-fast) var(--ds-ease)}.community-feed__more-btn:hover{color:var(--product-text);border-color:rgba(110,90,130,.45);background:var(--ds-plum-soft)}.community-rail{display:grid;gap:36px}.community-rail__section{padding-bottom:4px}.community-rail__title{margin-bottom:14px;font-size:11px;letter-spacing:.1em;color:var(--product-muted)}.community-rail__empty{font-size:13px;line-height:1.55;color:var(--product-muted)}.community-rail__shows{list-style:none;display:grid;gap:14px}.community-rail__show{display:grid;grid-template-columns:20px 44px minmax(0,1fr);gap:10px;align-items:center;color:inherit}.community-rail__rank{font-size:12px;color:var(--product-muted)}.community-rail__show-poster{border-radius:6px;overflow:hidden}.community-rail__friend strong,.community-rail__list strong,.community-rail__opening strong,.community-rail__show-copy strong{display:block;font-size:13px;line-height:1.35;color:var(--product-text)}.community-rail__friend span,.community-rail__list span,.community-rail__opening span,.community-rail__show-copy span{display:block;margin-top:3px;font-size:11px;line-height:1.4;color:var(--product-muted)}.community-rail__friends,.community-rail__lists,.community-rail__openings{list-style:none;display:grid;gap:12px}.community-rail__friend,.community-rail__list,.community-rail__opening{display:block;padding-bottom:12px;border-bottom:1px solid rgba(170,164,184,.08)}.community-rail__friends li:last-child .community-rail__friend,.community-rail__lists li:last-child .community-rail__list,.community-rail__openings li:last-child .community-rail__opening{border-bottom:none;padding-bottom:0}@media (max-width:1100px){.product-layout{grid-template-columns:1fr}.product-layout__rail{position:static;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.product-rail{grid-template-columns:1fr}}@media (max-width:768px){.product-topnav__inner{padding:0 24px;gap:16px}.product-topnav__brand{min-width:auto}.product-topnav__signout{display:block}.desktop-sidebar,.product-sidebar{display:none}.app-body,.app-shell__body{grid-template-columns:1fr;display:block}.mobile-bottom-nav,.product-mobile-nav{display:grid}.desktop-right-rail{display:none}.app-shell__content,.main-content{max-width:none;width:100%;padding:20px 16px calc(84px + env(safe-area-inset-bottom))}.show-profile__hero{grid-template-columns:140px minmax(0,1fr);gap:16px}.community-card__body,.community-card__engage,.feed-card__actions,.feed-card__body{padding-left:0}.product-layout--community .product-layout__main{max-width:none}.community-rail{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}}@media (max-width:700px){.app-shell{--product-topnav-h:112px;--product-safe-top:max(env(safe-area-inset-top,0px),24px)}.product-topnav__inner{flex-wrap:wrap;align-content:center;gap:10px 12px;padding:10px 16px}.product-topnav__brand{flex:1;font-size:16px}.product-topnav__actions{margin-left:0}.product-topnav__search{order:3;flex-basis:100%;max-width:none}.product-topnav__search input{height:38px}.product-topnav__profile-panel{right:-2px}.app-shell__content{padding:24px 16px 96px}}@media (max-width:560px){.product-topnav__brand span{display:none}.product-topnav__quick-log{width:36px;min-width:36px;padding:0}.product-topnav__quick-log-text{display:none}.show-profile__hero{grid-template-columns:1fr}.show-profile__poster{max-width:180px}.community-header{flex-direction:column;gap:12px}.community-header__cta{margin-top:0;align-self:flex-start}.community-card__engage-btn span{display:none}}.show-hub{max-width:680px}.show-hub__back{display:inline-block;margin-bottom:24px;font-size:13px;font-weight:600;color:var(--product-muted)}.show-hub__back:hover{color:var(--product-text)}.show-hub__hero{display:grid;grid-template-columns:168px minmax(0,1fr);gap:28px;align-items:start;margin-bottom:40px}.show-hub__poster{border-radius:var(--ds-radius-lg);overflow:hidden}.show-hub__badges{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.show-hub__type{font-size:12px;color:var(--product-muted)}.show-hub__title{margin-top:12px;font-size:1.75rem;line-height:1.12;letter-spacing:-.02em}.show-hub__meta{margin-top:8px;font-size:14px;color:var(--product-muted)}.show-hub__meta--sub{margin-top:4px;font-size:13px}.show-hub__rating{display:flex;align-items:center;gap:12px;margin-top:18px}.show-hub__rating-copy{font-size:13px;line-height:1.45;color:var(--product-muted)}.show-hub__rating-copy strong{display:block;font-size:18px;font-weight:700;color:var(--product-text);letter-spacing:-.02em}.show-hub__rating-copy--empty a{color:var(--product-accent);font-weight:600}.show-hub__pulse{margin-top:14px;font-size:13px;color:var(--product-muted)}.show-hub__pulse strong{color:var(--product-text);font-weight:600}.show-hub__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.show-hub__action-primary{font-weight:700}.show-hub__stream{display:grid;gap:40px}.show-hub-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(170,164,184,.1)}.show-hub-section__title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--product-muted)}.show-hub-section__action{font-size:12px;font-weight:600;color:var(--product-accent)}.show-hub-section__footer{margin-top:16px}.show-hub__rows{display:grid;gap:0}.show-hub-row{display:flex;gap:12px;align-items:flex-start;padding:18px 0;border-bottom:1px solid rgba(170,164,184,.08)}.show-hub-row:last-child{border-bottom:none;padding-bottom:0}.show-hub-row__body{flex:1;min-width:0}.show-hub-row__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.show-hub-row__byline{font-size:14px;line-height:1.4}.show-hub-row__author{font-weight:700;color:var(--product-text)}.show-hub-row__verb{margin-left:6px;color:var(--product-muted)}.show-hub-row__date{flex-shrink:0;font-size:12px;color:var(--product-muted)}.show-hub-row__rating{margin-top:8px}.show-hub-row__snippet{margin-top:8px;font-size:14px;line-height:1.65;color:var(--product-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.show-hub-row__snippet--muted{color:var(--product-muted);font-style:italic}.show-hub__empty{font-size:14px;line-height:1.65;color:var(--product-muted)}.show-hub__cta{display:inline-flex;font-size:13px;font-weight:600;color:var(--product-accent)}.show-hub__cta--muted{color:var(--product-muted)}.show-hub__cta--muted:hover{color:var(--product-text)}.show-hub__cast,.show-hub__lists,.show-hub__news,.show-hub__notes{list-style:none;display:grid;gap:0}.show-hub-note{padding:16px 0;border-bottom:1px solid rgba(170,164,184,.08)}.show-hub-note:last-child{border-bottom:none}.show-hub-note__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.show-hub-note__author{font-size:13px;font-weight:700;color:var(--product-text)}.show-hub-note__badge{font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 8px;border-radius:var(--ds-radius-full)}.show-hub-note__badge--private{background:rgba(255,255,255,.06);color:var(--product-muted)}.show-hub-note__badge--friends{background:var(--ds-violet-muted);color:var(--color-accent-700)}.show-hub-note__badge--public{background:rgba(245,213,71,.12);color:var(--product-accent)}.show-hub-note__text{margin-top:8px;font-size:14px;line-height:1.65;color:var(--product-text)}.show-hub-note__date{display:block;margin-top:8px;font-size:11px;color:var(--product-muted)}.show-hub-list,.show-hub-news{display:block;padding:14px 0;border-bottom:1px solid rgba(170,164,184,.08);color:inherit}.show-hub-list:last-child,.show-hub-news:last-child{border-bottom:none}.show-hub-list strong,.show-hub-news strong{display:block;font-size:14px;line-height:1.35;color:var(--product-text)}.show-hub-list span,.show-hub-news span{display:block;margin-top:4px;font-size:12px;color:var(--product-muted)}.show-hub-cast{padding:12px 0;border-bottom:1px solid rgba(170,164,184,.08)}.show-hub-cast:last-child{border-bottom:none}.show-hub-cast strong{display:block;font-size:14px;color:var(--product-text)}.show-hub-cast span{display:block;margin-top:3px}.show-hub-cast span,.show-hub__hint{font-size:12px;color:var(--product-muted)}.show-hub__hint{margin-top:12px;line-height:1.5}.show-hub__about{margin-top:48px;padding-top:24px;border-top:1px solid rgba(170,164,184,.1);font-size:14px;line-height:1.65;color:var(--product-muted)}.show-hub__official{display:inline-block;margin-top:12px;font-size:13px;font-weight:600;color:var(--product-muted)}.show-hub__official:hover{color:var(--product-text)}@media (max-width:700px){.show-hub__hero{grid-template-columns:120px minmax(0,1fr);gap:18px}.show-hub__title{font-size:1.4rem}}@media (max-width:560px){.show-hub__hero{grid-template-columns:1fr}.show-hub__poster{max-width:180px}.show-hub__actions{display:grid;grid-template-columns:1fr 1fr}.show-hub__action-primary{grid-column:1/-1}}.diary-page{max-width:640px}.diary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:36px}.diary-header__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--product-muted)}.diary-header__title{margin-top:8px;font-size:1.5rem;line-height:1.15}.diary-header__lead{margin-top:10px;max-width:40ch;font-size:14px;line-height:1.65;color:var(--product-muted)}.diary-header .theatre-life-stats{margin-top:16px;font-size:12px}.diary-header__cta{flex-shrink:0;margin-top:28px}.diary-page__empty{padding:48px 0;text-align:center}.diary-page__empty-title{font-family:var(--ds-font-display);font-size:1.25rem;color:var(--product-text)}.diary-page__empty-desc{margin:10px auto 20px;max-width:36ch;font-size:14px;line-height:1.65;color:var(--product-muted)}.diary-timeline{position:relative;padding-left:20px}.diary-timeline:before{content:"";position:absolute;left:0;top:8px;bottom:0;width:1px;background:linear-gradient(180deg,rgba(110,90,130,.35),rgba(170,164,184,.12) 80%,transparent)}.diary-timeline__group+.diary-timeline__group{margin-top:40px}.diary-timeline__month{position:relative;margin-bottom:8px;padding-left:8px;font-family:var(--ds-font-display);font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--product-text)}.diary-timeline__month:before{content:"";position:absolute;left:-24px;top:.55em;width:7px;height:7px;border-radius:var(--ds-radius-full);background:var(--product-accent);box-shadow:0 0 0 4px rgba(245,213,71,.12)}.diary-timeline__list{list-style:none}.diary-timeline__item+.diary-timeline__item{border-top:1px solid rgba(170,164,184,.08)}.diary-memory{grid-template-columns:80px minmax(0,1fr);gap:20px;padding:28px 0 28px 8px}.diary-memory__poster{border-radius:var(--ds-radius-md);overflow:hidden}.diary-memory__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.diary-memory__title{display:block;font-size:1.05rem;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--product-text)}.diary-memory__title:hover{color:var(--product-accent)}.diary-memory__date{display:block;margin-top:6px;font-size:13px;line-height:1.45;color:var(--product-muted)}.diary-memory__details{margin-top:6px;font-size:12px;color:var(--product-muted)}.diary-memory__sep{margin:0 6px;color:var(--product-violet)}.diary-memory__missing{font-style:italic;opacity:.75}.diary-memory__edit{color:var(--product-muted);transition:color var(--ds-duration-fast) var(--ds-ease)}.diary-memory__delete,.diary-memory__edit{flex-shrink:0;font-size:12px;font-weight:600;opacity:1}.diary-memory__delete{color:var(--ds-error)}@media (hover:hover){.diary-memory__delete,.diary-memory__edit{opacity:0}.diary-memory:focus-within .diary-memory__delete,.diary-memory:focus-within .diary-memory__edit,.diary-memory:hover .diary-memory__delete,.diary-memory:hover .diary-memory__edit{opacity:1}}.diary-memory__edit:hover{color:var(--product-accent)}.diary-memory__rating{margin-top:10px}.diary-memory__review{margin-top:14px;padding-left:14px;border-left:2px solid rgba(245,213,71,.22);font-size:14px;line-height:1.7;color:var(--product-text)}.diary-memory__review--empty{border-left-color:transparent;padding-left:0;font-size:13px;color:var(--product-muted)}.diary-memory__review--empty a{color:var(--product-accent);font-weight:600}.diary-memory__notes{margin-top:14px;padding:12px 14px;border-radius:var(--ds-radius-md);background:var(--ds-plum-soft);border:1px solid rgba(170,164,184,.08)}.diary-memory__notes-label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--product-muted)}.diary-memory__notes-text{margin-top:6px;font-size:13px;line-height:1.65;color:var(--product-text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.diary-memory__notes--empty{margin-top:12px;padding:0;border:none;background:transparent;font-size:12px;color:var(--product-muted)}.diary-memory__notes--empty a{color:var(--product-accent);font-weight:600}@media (max-width:600px){.diary-header{flex-direction:column;gap:12px}.diary-header__cta{margin-top:0}.diary-memory{grid-template-columns:64px minmax(0,1fr);gap:14px;padding:22px 0 22px 4px}.diary-memory__edit{opacity:1}}.profile-identity{width:min(100%,920px)}.profile-hero{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid rgba(170,164,184,.1)}.profile-hero__top{display:block}.profile-hero__name{font-size:1.75rem;line-height:1.12;letter-spacing:-.02em}.profile-hero__handle{margin-top:4px;font-size:14px;color:var(--product-muted)}.profile-hero__bio{margin-top:14px;max-width:48ch;font-size:15px;line-height:1.65;color:var(--product-text)}.profile-hero__bio--empty{color:var(--product-muted);font-style:italic}.profile-hero__meta,.profile-hero__social{margin-top:10px;font-size:13px;color:var(--product-muted)}.profile-hero__social strong{color:var(--product-text);font-weight:600}.profile-hero__meta-sep{margin:0 8px;color:var(--product-violet)}.profile-hero__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.profile-hero__stats{display:flex;flex-wrap:wrap;gap:4px 0;margin-top:24px;font-size:12px;color:var(--product-muted)}.profile-hero__stats strong{color:var(--product-text);font-weight:600}.profile-hero__favorites{margin-top:28px}.profile-hero__favorites-title{margin-bottom:14px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--product-muted)}.profile-hero__favorites-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;list-style:none}.profile-favorite{display:block;color:inherit}.profile-favorite__poster{border-radius:var(--ds-radius-md);overflow:hidden}.profile-favorite__title{display:block;margin-top:8px;font-size:12px;font-weight:600;line-height:1.3;color:var(--product-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-favorite__rating{display:block;margin-top:4px}.profile-hero__share{margin-top:20px;font-size:12px;color:var(--product-muted)}.profile-hero__share a{color:var(--product-accent);font-weight:600}.profile-identity__setup{margin-top:24px;font-size:13px;color:var(--product-muted)}.profile-activity{display:grid;gap:36px}.profile-activity__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.profile-activity__title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--product-muted)}.profile-activity__action{font-size:12px;font-weight:600;color:var(--product-accent)}.profile-activity__feed{list-style:none}.profile-activity__feed>li+li{border-top:1px solid rgba(170,164,184,.08)}.profile-activity__empty{font-size:14px;line-height:1.65;color:var(--product-muted)}.profile-activity__favorites-list,.profile-activity__lists,.profile-activity__logged{list-style:none;display:grid;gap:0}.profile-activity__favorite-row,.profile-activity__list{display:block;padding:12px 0;border-bottom:1px solid rgba(170,164,184,.08);color:inherit}.profile-activity__favorite-row strong,.profile-activity__list strong{display:block;font-size:14px;color:var(--product-text)}.profile-activity__favorite-row span,.profile-activity__list span{display:block;margin-top:3px;font-size:12px;color:var(--product-muted)}.profile-logged-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid rgba(170,164,184,.08)}.profile-logged-row__title{font-size:14px;font-weight:600;color:var(--product-text)}.profile-logged-row__venue{margin-top:3px;font-size:12px;color:var(--product-muted)}.profile-logged-row__meta{flex-shrink:0;text-align:right;font-size:12px;color:var(--product-muted)}.profile-logged-row__rating{display:block;margin-top:4px;color:var(--product-accent);font-weight:600}.profile-logged-row__edit{display:block;margin-top:6px;font-size:12px;font-weight:600;color:var(--product-muted)}.profile-logged-row__edit:hover{color:var(--product-accent)}@media (max-width:600px){.profile-hero__top{display:block}.profile-hero__name{font-size:1.4rem}.profile-hero__favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.app-shell__content:has(.discover-page){max-width:none;padding-left:40px;padding-right:40px}.discover-page{width:100%}.discover-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.discover-header__eyebrow{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--product-muted)}.discover-header__title{margin-top:8px;font-size:clamp(1.5rem,3vw,2rem);line-height:1.12;letter-spacing:-.02em;max-width:14ch}.discover-header__lists{flex-shrink:0;font-size:13px;font-weight:600;color:var(--product-accent)}.discover-filters{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid rgba(170,164,184,.1)}.discover-filters__group{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.discover-filters__label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--product-muted);margin-right:4px}.discover-filters__chip{padding:7px 14px;border-radius:var(--ds-radius-full);border:1px solid rgba(170,164,184,.14);background:transparent;color:var(--product-muted);font-size:12px;font-weight:600;transition:color var(--ds-duration-fast) var(--ds-ease),border-color var(--ds-duration-fast) var(--ds-ease),background var(--ds-duration-fast) var(--ds-ease)}.discover-filters__chip:hover{color:var(--product-text);border-color:rgba(110,90,130,.45);background:var(--ds-plum-soft)}.discover-filters__chip--active{color:var(--product-text);border-color:rgba(245,213,71,.35);background:rgba(245,213,71,.08)}.discover-results-label{margin-bottom:24px;font-size:13px;color:var(--product-muted)}.discover-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:24px}.discover-section-head__title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--product-text,var(--cream))}.discover-section-head__count{font-size:12px;font-weight:600;color:var(--product-muted)}.discover-page--grid .discover-header{display:none}.discover-hub{display:grid;gap:40px;padding-bottom:48px}.discover-row__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:16px}.discover-row__title{font-family:var(--ds-font-display);font-size:1.25rem;font-weight:700;letter-spacing:-.01em;color:var(--product-text)}.discover-row__more{font-size:12px;font-weight:600;color:var(--product-muted)}.discover-row__more:hover{color:var(--product-accent)}.discover-row__scroll{display:flex;gap:18px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.discover-row__scroll::-webkit-scrollbar{display:none}.discover-row__scroll--lists{gap:14px}.discover-poster{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;scroll-snap-align:start;color:inherit;text-decoration:none;min-width:0}.discover-poster--md{width:120px}.discover-poster--lg{width:148px}.discover-poster__art{aspect-ratio:2/3;border-radius:4px;overflow:hidden;background:var(--product-surface);transition:outline-color var(--ds-duration-fast) var(--ds-ease)}.discover-poster__art .placeholder-poster{width:100%;height:100%}.discover-poster:focus-visible .discover-poster__art,.discover-poster:hover .discover-poster__art{outline:2px solid rgba(245,213,71,.5);outline-offset:2px}.discover-poster__title{display:-webkit-box;margin-top:0;font-size:13px;font-weight:800;line-height:1.3;color:var(--product-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.discover-poster__meta{display:block;margin-top:2px;font-size:11px;color:var(--product-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.discover-grid{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;padding-bottom:64px}.discover-grid .discover-poster,.discover-grid .discover-poster--lg,.discover-grid .discover-poster--md,.discover-grid .discover-poster__art{width:100%}.discover-grid__empty{padding:48px 0;font-size:14px;color:var(--product-muted)}.discover-list-card{flex:0 0 auto;width:220px;padding:16px 18px;border-radius:var(--ds-radius-lg);border:1px solid rgba(170,164,184,.12);background:var(--ds-surface-raised);color:inherit;scroll-snap-align:start}.discover-list-card strong{display:block;font-size:14px;line-height:1.35;color:var(--product-text)}.discover-list-card span{display:block;margin-top:6px;font-size:12px;color:var(--product-muted)}@media (min-width:520px){.discover-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 12px}}@media (min-width:768px){.discover-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px 14px}}@media (min-width:1100px){.discover-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px 16px}}@media (min-width:1400px){.discover-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}@media (max-width:700px){.app-shell__content:has(.discover-page){padding-left:16px;padding-right:16px}.discover-header{flex-direction:column;align-items:flex-start;gap:12px}.discover-row .discover-poster--lg{width:132px}}.admin-import{margin:0 0 28px;padding:18px 20px;border:1px solid rgba(170,164,184,.12);border-radius:var(--ds-radius-lg);background:var(--ds-surface-overlay,rgba(29,20,40,.6))}.admin-import__hint{margin-top:10px;font-size:13px;line-height:1.5;color:var(--product-muted)}.admin-import__result{margin-top:12px;font-size:13px;color:var(--product-text)}.admin-import__result--error{color:var(--ds-error)}.admin-import__titles{margin-top:10px;padding-left:18px;font-size:13px;color:var(--product-muted);-moz-columns:2;column-count:2;gap:24px}.admin-import__drafts{margin:-12px 0 20px;font-size:13px;color:var(--ds-gold)}.app-shell__content>*{animation:ds-fade-in var(--ds-duration-slow) var(--ds-ease) both}@media (prefers-reduced-motion:reduce){.app-shell__content>*{animation:none}}.app-shell .skip-link{position:absolute;top:-100%;left:var(--ds-space-4);z-index:calc(var(--ds-z-toast) + 1);padding:var(--ds-space-2) var(--ds-space-4);border-radius:var(--ds-radius-md);background:var(--ds-gold-fill);color:var(--ds-gold-text);font-size:var(--ds-text-sm);font-weight:600;text-decoration:none}.app-shell .skip-link:focus{top:var(--ds-space-4);outline:none;box-shadow:var(--ds-focus-ring)}.app-shell a:focus-visible,.app-shell button:focus-visible,.app-shell summary:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.app-shell{font-family:var(--ds-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.home-greeting__title{font-weight:700}.home-greeting__title,.product-page-header__title{font-family:var(--ds-font-display);letter-spacing:-.02em}.community-feed__list>li+li,.diary-timeline__item+.diary-timeline__item,.profile-activity__feed>li+li,.profile-logged-row,.show-hub-row{border-color:rgba(170,164,184,.06)}.community-card--own{background:none}.app-shell a,.app-shell button,.app-shell summary{transition:color var(--ds-duration-fast) var(--ds-ease),background var(--ds-duration-fast) var(--ds-ease),border-color var(--ds-duration-fast) var(--ds-ease),opacity var(--ds-duration-fast) var(--ds-ease),transform var(--ds-duration-fast) var(--ds-ease)}.diary-memory__poster,.discover-poster__art,.profile-favorite__poster{transition:transform var(--ds-duration-normal) var(--ds-ease)}.community-feed__empty,.diary-page__empty,.discover-grid__empty,.profile-activity__empty,.show-hub__empty{padding:var(--ds-space-8) 0;border:none;background:none;text-align:left;font-size:var(--ds-text-sm);line-height:var(--ds-leading-relaxed);color:var(--product-muted)}.community-feed__empty .ds-btn,.diary-page__empty .ds-btn{margin-top:var(--ds-space-4)}.community-feed__more{display:none}.lists-page{max-width:640px}.lists-page__header{margin-bottom:var(--ds-space-8)}.lists-page__title{font-size:var(--ds-text-2xl)}.lists-page__lead{margin-top:var(--ds-space-2);font-size:var(--ds-text-sm);color:var(--product-muted);line-height:var(--ds-leading-relaxed)}.discover-lists--page .discover-lists__card{border:none;border-bottom:1px solid rgba(170,164,184,.08);border-radius:0;background:none;padding:var(--ds-space-4) 0}.discover-lists--page .discover-lists__item:last-child .discover-lists__card{border-bottom:none}.ds-btn--follow.ds-btn--follow-active{background:var(--ds-plum-soft);border-color:var(--ds-violet);color:var(--ds-text)}.app-shell .review-step{border:none;background:none;padding:0;box-shadow:none}.app-shell .review-step__title{font-size:var(--ds-text-base);margin-bottom:var(--ds-space-4)}.app-shell .review-step__number{display:none}.app-shell .review-form-stacked{gap:var(--ds-space-8)}.app-shell .field input,.app-shell .field textarea{border-color:rgba(170,164,184,.14)}.app-shell .field input:focus,.app-shell .field textarea:focus{border-color:var(--ds-border-focus);box-shadow:var(--ds-focus-ring);outline:none}.community-rail__section,.product-rail__block{border:none;background:none;padding:0;box-shadow:none}.community-rail__section+.community-rail__section,.product-rail__block+.product-rail__block{border-top:none}.community-rail__title,.product-rail__title{border:none;padding-top:0}.app-shell__content{padding-top:36px}.feed-section{margin-bottom:var(--ds-space-10)}.feed-section__title{font-family:var(--ds-font-display);font-size:var(--ds-text-lg);font-weight:700;letter-spacing:-.01em;text-transform:none;color:var(--product-text)}.feed-section__link{font-size:var(--ds-text-xs)}.home-greeting{margin-bottom:var(--ds-space-10)}.home-greeting__lead{font-size:var(--ds-text-sm)}.community-card__engage{display:none}.community-card{padding:var(--ds-space-5) 0}.community-card__show:hover{color:var(--ds-gold)}.app-shell .ds-empty{border:none;background:none;padding:var(--ds-space-8) 0;text-align:left}.app-shell .ds-empty__title{font-size:var(--ds-text-sm);font-weight:500;color:var(--product-text)}.app-shell .ds-empty__desc{margin-top:var(--ds-space-2);font-size:var(--ds-text-sm);line-height:var(--ds-leading-relaxed);color:var(--product-muted)}.app-shell .ds-empty__action{margin-top:var(--ds-space-4)}@media (min-width:769px){.product-sidebar{display:flex;flex-direction:column;padding:var(--ds-space-4) var(--ds-space-5) var(--ds-space-6);border-right:1px solid rgba(170,164,184,.08);min-height:calc(100dvh - var(--product-topnav-offset, var(--product-topnav-h)))}}.product-sidebar__nav{display:flex;flex-direction:column;gap:var(--ds-space-1);margin-bottom:var(--ds-space-4)}.product-sidebar__nav a{display:flex;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-3);border-radius:var(--ds-radius-md);font-size:var(--ds-text-sm);font-weight:500;color:var(--product-muted);text-decoration:none;transition:color var(--ds-duration-fast) var(--ds-ease),background var(--ds-duration-fast) var(--ds-ease)}.product-sidebar__nav-icon{color:var(--ds-gold);opacity:.85;flex-shrink:0}.product-sidebar__nav a.is-active,.product-sidebar__nav a:hover{color:var(--product-text);background:var(--ds-plum-soft)}.product-sidebar__nav a.is-active .product-sidebar__nav-icon{opacity:1}.product-sidebar__cta{width:100%;margin:var(--ds-space-6) 0;justify-content:center;font-weight:600}.product-sidebar__profile-card{display:flex;gap:var(--ds-space-3);padding:var(--ds-space-4);margin-top:auto;border-radius:var(--ds-radius-lg);background:var(--ds-surface-overlay);border:1px solid rgba(170,164,184,.08)}.product-sidebar__profile-card--top{margin-top:0;margin-bottom:var(--ds-space-4)}.product-sidebar__diary{margin-top:auto;padding-top:var(--ds-space-5)}.product-sidebar__section-title{margin:0 0 var(--ds-space-3);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--product-muted)}.product-sidebar__profile-link{display:inline-block;margin-top:var(--ds-space-2);font-size:var(--ds-text-xs);font-weight:600;color:var(--ds-gold);text-decoration:none}.product-sidebar__profile-link:hover{text-decoration:underline}.product-sidebar__cta{margin-top:0;margin-bottom:var(--ds-space-5)}.product-sidebar__profile-copy{min-width:0;font-size:var(--ds-text-xs);color:var(--product-muted);line-height:1.45}.product-sidebar__profile-copy strong{display:block;font-size:var(--ds-text-sm);color:var(--product-text);margin-bottom:2px}.product-sidebar__profile-stats{display:flex;flex-direction:column;gap:2px;margin-top:var(--ds-space-2)}.product-sidebar__profile-stats strong{display:inline;font-size:inherit;color:var(--ds-gold)}.product-sidebar__footer{margin-top:var(--ds-space-4)}.product-mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px}.product-mobile-nav__icon{color:var(--ds-gold);opacity:.75}.product-mobile-nav a.is-active .product-mobile-nav__icon{opacity:1}.home-hero{position:relative;display:flex;align-items:center;min-height:300px;margin:0 0 var(--ds-space-10);overflow:hidden;border-radius:var(--ds-radius-lg);background:var(--ds-bg-subtle);border:none;box-shadow:none}.home-hero__visual{position:absolute;inset:0;z-index:0}.home-hero__image{-o-object-fit:cover;object-fit:cover;-o-object-position:58% 28%;object-position:58% 28%}.home-hero__fade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#0b0610,#0b0610 28%,rgba(11,6,16,.92) 42%,rgba(11,6,16,.55) 58%,rgba(11,6,16,.15) 78%,transparent)}.home-hero__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:var(--ds-space-5);padding:var(--ds-space-8) var(--ds-space-8) var(--ds-space-8) var(--ds-space-7);max-width:28rem}.home-hero__title{font-family:var(--ds-font-display);font-size:clamp(2rem,4.2vw,2.85rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:var(--ds-text)}.home-hero__title em{font-style:italic;color:var(--ds-gold)}.home-hero__lead{max-width:34ch;font-size:var(--ds-text-base);line-height:var(--ds-leading-relaxed);color:var(--ds-text-muted)}.home-hero__actions{display:flex;flex-wrap:wrap;gap:var(--ds-space-3);margin-top:var(--ds-space-2)}.home-hero__explore{border-color:rgba(246,242,234,.35);color:var(--ds-text)}.home-hero__explore:hover{border-color:var(--ds-gold);color:var(--ds-gold);background:transparent}.product-layout--home .editorial-header{margin-top:var(--ds-space-2)}.product-layout--home .community-rail,.product-layout--home .product-rail{gap:40px}.product-layout--home .community-rail__section,.product-layout--home .product-rail__block{border:none;box-shadow:none;background:none}.product-layout--home .community-rail__title,.product-layout--home .product-rail__title{border:none;padding-top:0}.home-recommend{margin-top:var(--ds-space-10);padding-top:var(--ds-space-8);border-top:1px solid rgba(170,164,184,.1)}.home-recommend__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--ds-space-4);margin-bottom:var(--ds-space-5)}.home-recommend__title{font-family:var(--ds-font-display);font-size:var(--ds-text-xl);font-weight:700;color:var(--product-text)}.home-recommend__all{font-size:var(--ds-text-sm);font-weight:600;color:var(--ds-gold);text-decoration:none}.home-recommend__all:hover{text-decoration:underline}.home-recommend__list{list-style:none;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(120px,148px);gap:var(--ds-space-5);overflow-x:auto;padding-bottom:var(--ds-space-2);scrollbar-width:thin}.home-recommend__card{display:flex;flex-direction:column;gap:var(--ds-space-2);text-decoration:none;color:inherit;min-width:0}.home-recommend__poster{aspect-ratio:2/3;border-radius:var(--ds-radius-md);overflow:hidden;background:var(--ds-surface)}.home-recommend__name{font-size:var(--ds-text-sm);font-weight:600;line-height:1.3;color:var(--product-text)}.home-recommend__venue{font-size:var(--ds-text-xs);color:var(--product-muted);line-height:1.35}.home-recommend__rating{margin-top:2px}@media (max-width:900px){.home-hero{min-height:340px;align-items:flex-end}.home-hero__fade{background:linear-gradient(180deg,rgba(11,6,16,.2),rgba(11,6,16,.55) 40%,rgba(11,6,16,.92) 70%,#0b0610)}.home-hero__copy{padding:var(--ds-space-6) var(--ds-space-5);max-width:none}.home-hero__image{-o-object-position:center 25%;object-position:center 25%}}.editorial-header{margin-bottom:var(--ds-space-8)}.editorial-header__title{font-family:var(--ds-font-heading);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.15;letter-spacing:-.015em;color:var(--product-text)}.editorial-header__lead{margin-top:var(--ds-space-3);max-width:42ch;font-size:var(--ds-text-base);line-height:var(--ds-leading-relaxed);color:var(--product-muted)}.editorial-tabs{display:flex;gap:var(--ds-space-6);margin-bottom:var(--ds-space-8);border-bottom:1px solid rgba(170,164,184,.1)}.editorial-tabs__tab{position:relative;padding:var(--ds-space-3) 0;font-size:var(--ds-text-sm);font-weight:500;color:var(--product-muted);text-decoration:none;transition:color var(--ds-duration-fast) var(--ds-ease)}.editorial-tabs__tab--active,.editorial-tabs__tab:hover{color:var(--product-text)}.editorial-tabs__tab--active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ds-gold);border-radius:1px}.feed-list{list-style:none}.feed-card,.feed-list{display:flex;flex-direction:column;gap:var(--ds-space-4)}.feed-card{padding:var(--ds-space-5) var(--ds-space-6);border-radius:var(--ds-radius-lg);background:var(--ds-surface-overlay);border:1px solid rgba(170,164,184,.08);transition:border-color var(--ds-duration-fast) var(--ds-ease)}.feed-card:hover{border-color:rgba(110,90,130,.35)}.feed-card__head{display:flex;align-items:flex-start;gap:var(--ds-space-3);margin-bottom:0}.feed-card__row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--ds-space-5);align-items:start}.feed-card__identity{flex:1;min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:var(--ds-space-3)}.feed-card__action-line{font-size:var(--ds-text-sm);line-height:1.45}.feed-card__name{font-weight:700;color:var(--product-text);text-decoration:none}.feed-card__name:hover{color:var(--ds-gold)}.feed-card__action{color:var(--product-muted);margin-left:.35em}.feed-card__time{flex-shrink:0;font-size:var(--ds-text-xs);color:var(--product-muted)}.feed-card__show{display:block;font-family:var(--ds-font-display);font-size:var(--ds-text-lg);font-weight:700;color:var(--product-text);text-decoration:none;line-height:1.25;margin-bottom:var(--ds-space-2)}.feed-card__show:hover{color:var(--ds-gold)}.feed-card__meta{font-size:var(--ds-text-sm);color:var(--product-muted);margin-bottom:var(--ds-space-2)}.feed-card__meta-sep{margin:0 .35em}.feed-card__rating{margin-bottom:var(--ds-space-3)}.feed-card__snippet{font-size:var(--ds-text-base);line-height:var(--ds-leading-relaxed);color:var(--product-text);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.feed-card__actions{display:flex;gap:var(--ds-space-3);margin-top:var(--ds-space-3);padding-left:0}.feed-card__edit{font-size:var(--ds-text-xs);font-weight:600;color:var(--product-muted);text-decoration:none}.feed-card__edit:hover{color:var(--ds-gold)}.feed-card__delete{font-size:var(--ds-text-xs);font-weight:600;color:var(--ds-error)}.feed-card__poster{width:92px;flex-shrink:0}.feed-card__poster a{display:block;border-radius:var(--ds-radius-md);overflow:hidden}@media (max-width:520px){.feed-card__poster{width:72px}}.community-rail__title{font-family:var(--ds-font-display);font-size:var(--ds-text-sm);font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--product-text);margin-bottom:var(--ds-space-4)}.community-rail__section+.community-rail__section{margin-top:var(--ds-space-10)}.community-rail__rank{color:var(--ds-gold);font-weight:700;font-size:var(--ds-text-sm);min-width:1.25rem}.community-rail__avatars{display:flex;margin-bottom:var(--ds-space-3)}.community-rail__avatars .ds-avatar{margin-left:-8px;border:2px solid var(--product-bg)}.community-rail__avatars .ds-avatar:first-child{margin-left:0}.community-rail__opening{display:flex;gap:var(--ds-space-3);align-items:center}.community-rail__opening-poster{width:40px;flex-shrink:0;border-radius:var(--ds-radius-sm);overflow:hidden}.diary-header__title{font-family:var(--ds-font-display);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;letter-spacing:-.02em}.theatre-life-stats{display:flex;flex-wrap:wrap;gap:var(--ds-space-4) var(--ds-space-8);margin-top:var(--ds-space-6);padding:var(--ds-space-5) 0;border-top:1px solid rgba(170,164,184,.08);border-bottom:1px solid rgba(170,164,184,.08)}.theatre-life-stats__item{font-size:var(--ds-text-sm);color:var(--product-muted)}.theatre-life-stats__item strong{display:block;font-family:var(--ds-font-display);font-size:var(--ds-text-xl);font-weight:700;color:var(--ds-gold);line-height:1.2;margin-bottom:2px}.theatre-life-stats__sep{display:none}.diary-memory{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--ds-space-5);padding:var(--ds-space-6);border-radius:var(--ds-radius-lg);background:var(--ds-surface-overlay);border:1px solid rgba(170,164,184,.08)}.diary-memory__date-col{min-width:3.5rem;text-align:center;font-size:var(--ds-text-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ds-gold);line-height:1.3}.diary-memory__poster{width:64px;order:3}@media (max-width:639px){.diary-memory{grid-template-columns:minmax(0,1fr) auto}.diary-memory__date-col{grid-column:1/-1;text-align:left;display:flex;gap:var(--ds-space-2)}}.profile-hero__banner{position:relative;height:160px;border-radius:var(--ds-radius-lg);background:var(--ds-surface-overlay) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 200'%3E%3Crect fill='%2315101C' width='800' height='200'/%3E%3Cpath fill='%23311040' fill-opacity='0.4' d='M0 180 Q200 120 400 160 T800 140 L800 200 L0 200Z'/%3E%3Cpath fill='none' stroke='%236E5A82' stroke-opacity='0.25' d='M80 180 L720 180 M120 140 L680 140 M200 100 L600 100'/%3E%3C/svg%3E") center /cover no-repeat;border:1px solid rgba(170,164,184,.08);margin-bottom:calc(-2.5rem - var(--ds-space-4))}.profile-hero__avatar-wrap{position:relative;padding-left:var(--ds-space-6);margin-bottom:var(--ds-space-5)}.profile-hero__avatar-wrap .ds-avatar{border:3px solid var(--color-bg);box-shadow:0 8px 24px color-mix(in srgb,var(--color-text) 12%,transparent)}.profile-hero__name{font-family:var(--ds-font-heading);font-weight:800;font-size:clamp(1.5rem,3vw,2rem)}.lists-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ds-space-4);list-style:none}@media (min-width:768px){.lists-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--ds-space-5)}}@media (min-width:1024px){.lists-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.lists-grid__card{position:relative;aspect-ratio:3/4;border-radius:var(--ds-radius-lg);overflow:hidden;background:var(--ds-surface-overlay);border:1px solid rgba(170,164,184,.08);text-decoration:none;transition:transform var(--ds-duration-normal) var(--ds-ease)}.lists-grid__card:hover{transform:translateY(-2px);border-color:rgba(110,90,130,.4)}.lists-grid__art{position:absolute;inset:0}.lists-grid__art--1{background:#311040}.lists-grid__art--2{background:#3d1a52}.lists-grid__art--3{background:#2a1838}.lists-grid__art--4{background:#452060}.lists-grid__art--5{background:#351848}.lists-grid__copy{position:absolute;inset:auto 0 0 0;padding:var(--ds-space-5);background:linear-gradient(0deg,rgba(11,6,16,.92) 0,transparent)}.lists-grid__copy strong{display:block;font-family:var(--ds-font-display);font-size:var(--ds-text-base);font-weight:700;color:var(--product-text);line-height:1.25;margin-bottom:var(--ds-space-2)}.lists-grid__copy span{font-size:var(--ds-text-xs);color:var(--product-muted)}.lists-page__title{font-size:clamp(1.5rem,3vw,2rem)}.discover-header__title,.lists-page__title,.show-hub__title{font-family:var(--ds-font-display);font-weight:700;letter-spacing:-.02em}.discover-row__title,.show-hub-section__title{font-family:var(--ds-font-display);font-size:var(--ds-text-lg);font-weight:700}.product-topnav__search{position:relative}.product-topnav__search-icon{position:absolute;left:var(--ds-space-4);top:50%;transform:translateY(-50%);color:var(--ds-gold);pointer-events:none}.product-topnav__search input{padding-left:calc(var(--ds-space-4) + 28px)}.product-topnav__search.search-pill .product-topnav__search-icon{position:static;left:auto;top:auto;transform:none}.product-topnav__search.search-pill input{padding-left:0}.product-topnav__icon-btn{color:var(--ds-gold)}.product-topnav__quick-log{display:inline-flex;align-items:center;gap:var(--ds-space-2)}.app-shell__content{padding-top:var(--ds-space-8)}.product-layout{gap:var(--ds-space-10)}.product-layout--community .product-layout__main{max-width:640px}@media (min-width:1100px){.product-layout--community .product-layout__main{max-width:720px}}.product-topnav__brand{flex-shrink:0;text-decoration:none}.product-topnav__brand,.product-topnav__brand:hover{color:var(--product-text)}.product-topnav__logo{border-radius:var(--ds-radius-sm)}@media (max-width:768px){.mobile-bottom-nav,.product-mobile-nav{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:var(--ds-z-nav,100);padding-bottom:max(10px,env(safe-area-inset-bottom));background:var(--product-bg);border-top:1px solid rgba(170,164,184,.14)}.app-shell__content,.main-content{padding-left:var(--ds-space-4);padding-right:var(--ds-space-4);padding-bottom:calc(84px + env(safe-area-inset-bottom))}.desktop-right-rail{display:none}.product-layout{grid-template-columns:1fr}.product-layout__rail{display:none}.community-rail__section+.community-rail__section{margin-top:var(--ds-space-8)}.editorial-header__title{font-size:clamp(1.5rem,6vw,2rem)}.editorial-tabs{gap:var(--ds-space-4);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.editorial-tabs::-webkit-scrollbar{display:none}.editorial-tabs__tab{flex-shrink:0;white-space:nowrap}.feed-card{padding:var(--ds-space-4);gap:var(--ds-space-3)}.feed-card__poster{width:64px}.diary-header{flex-direction:column;align-items:stretch;gap:var(--ds-space-4)}.diary-header__cta{width:100%;justify-content:center}.show-hub__actions{flex-wrap:wrap}.show-hub__actions .ds-btn{flex:1 1 auto;min-width:min(100%,140px);justify-content:center}}@media (max-width:640px){.auth-card{padding:28px 20px}.auth-layout .nav{min-height:68px;padding:8px 0}.auth-layout .back-link{font-size:11px;text-align:right;max-width:42%;line-height:1.35}}