.calendar-tool-toggle{width:var(--sotido-recipe-mode-panel-tool-toggle-width);display:flex;flex-direction:column;align-items:center;justify-content:space-around;gap:0;cursor:pointer;position:relative;color:var(--sotido-theme-text-primary);-webkit-tap-highlight-color:transparent}.calendar-tool-toggle .calendar-tool-icon,.calendar-tool-toggle .cal-tool-icon{width:var(--sotido-recipe-mode-panel-icon-size);height:var(--sotido-recipe-mode-panel-icon-size);display:inline-flex;align-items:center;justify-content:center}.calendar-tool-toggle .panelicon{width:var(--sotido-recipe-mode-panel-icon-size);height:var(--sotido-recipe-mode-panel-icon-size);display:block;color:var(--sotido-theme-text-primary)}.calendar-tool-toggle.disabled{opacity:.35;cursor:default;pointer-events:none}.calendar-tool-toggle .calendar-tool-caption,.calendar-tool-toggle .cal-tool-label{overflow:visible;text-overflow:ellipsis;white-space:nowrap;line-height:1}.calendar-tool-toggle .calendar-tool-icon,.calendar-tool-toggle .calendar-tool-caption,.calendar-tool-toggle .cal-tool-label{pointer-events:auto}.mode-panel{grid-row:5;position:fixed;left:calc(env(safe-area-inset-left,0px) + (100vw - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px))/2);right:auto;bottom:calc(env(safe-area-inset-bottom,0px) + var(--sotido-recipe-mode-panel-shell-bottom-offset));width:min(var(--sotido-recipe-mode-panel-shell-max-width),calc(100vw - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px) - var(--sotido-recipe-mode-panel-shell-inset) * 2));max-width:var(--sotido-recipe-mode-panel-shell-max-width);box-sizing:border-box;transform:translate(-50%);z-index:var(--sotido-layer-navigation);pointer-events:auto;user-select:none;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:var(--sotido-recipe-mode-panel-shell-gap);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;touch-action:pan-x;padding:var(--sotido-recipe-mode-panel-shell-vertical-padding) var(--sotido-recipe-mode-panel-shell-padding);border-radius:var(--sotido-recipe-mode-panel-shell-radius);border:0;background:var(--sotido-recipe-backdrop-chrome-surface);-webkit-backdrop-filter:blur(var(--sotido-recipe-backdrop-chrome-blur-radius));backdrop-filter:blur(var(--sotido-recipe-backdrop-chrome-blur-radius));box-shadow:var(--sotido-shadow-surface);min-height:0}html[data-app-surface-bundle=calendar-surface] body:not(.discover-mode):not(.feed-mode) .mode-panel,body.calendar-mode-list:not(.discover-mode):not(.feed-mode) .mode-panel,body.calendar-mode-grid:not(.discover-mode):not(.feed-mode) .mode-panel,body.feed-mode .mode-panel,body.events-viewer-route .mode-panel,body.discover-mode .mode-panel,body.workflow-screen-open .mode-panel{grid-row:auto;position:relative;left:auto;right:auto;bottom:auto;transform:none;justify-self:center;width:min(var(--sotido-recipe-mode-panel-shell-max-width),calc(100vw - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px) - var(--sotido-recipe-mode-panel-shell-inset) * 2));max-width:var(--sotido-recipe-mode-panel-shell-max-width)}.mode-panel::-webkit-scrollbar{display:none}body:not(.i18n-ready) .calendar-view-toggle-btn{visibility:hidden}.mode-panel .mode-panel-modes{display:flex}.mode-panel .calendar-tool-toggle.is-filter-active .calendar-tool-icon,.mode-panel .calendar-tool-toggle.is-filter-active .cal-tool-icon,.mode-panel .calendar-tool-toggle.is-filter-active .panelicon{color:var(--sotido-theme-text-primary)}.calendar-publicfeed-toggle.is-on svg.panelicon,.calendar-myutc-toggle.is-on svg.panelicon,.calendar-topbar-toggle.is-mine svg.panelicon{color:var(--sotido-theme-text-primary)}.calendar-filter-badge,.calendar-tool-badge{position:absolute;top:var(--sotido-recipe-mode-panel-tool-badge-offset);right:var(--sotido-recipe-mode-panel-tool-badge-offset);width:var(--sotido-recipe-mode-panel-tool-badge-size);height:var(--sotido-recipe-mode-panel-tool-badge-size);border-radius:var(--sotido-recipe-mode-panel-tool-badge-radius);background:var(--sotido-recipe-mode-panel-destructive-accent);color:var(--sotido-recipe-mode-panel-text-on-accent);font-size:0;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;pointer-events:none}.calendar-filter-badge{font-size:0}.calendar-tool-badge{font-size:var(--sotido-type-label);font-weight:var(--sotido-font-weight-bold)}.mode-panel .mode-panel-entry-btn{position:relative;flex:0 0 var(--sotido-recipe-mode-panel-entry-width);z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--sotido-recipe-mode-panel-entry-gap);cursor:pointer;padding:0;border:0;border-radius:var(--sotido-recipe-mode-panel-entry-radius);background:transparent;font:inherit;transition:transform var(--sotido-motion-standard) ease;color:var(--sotido-theme-text-muted);width:var(--sotido-recipe-mode-panel-entry-width);min-width:var(--sotido-recipe-mode-panel-entry-width);height:var(--sotido-recipe-mode-panel-entry-height)}.mode-panel .mode-panel-entry-btn .mode-icon,.mode-panel .mode-panel-entry-btn .calendar-tool-icon,.mode-panel .mode-panel-entry-btn .cal-tool-icon{width:var(--sotido-recipe-mode-panel-icon-size);height:var(--sotido-recipe-mode-panel-icon-size);flex:0 0 var(--sotido-recipe-mode-panel-icon-size)}.mode-panel .mode-panel-entry-btn .panelicon{width:100%;height:100%;display:block;color:var(--sotido-theme-text-muted);transition:color var(--sotido-motion-standard) ease}.mode-panel .mode-panel-state-icon .mode-panel-icon-layer{transition:opacity var(--sotido-motion-standard) ease}.mode-panel .mode-panel-state-icon .mode-panel-icon-layer--inactive{opacity:1}.mode-panel .mode-panel-state-icon .mode-panel-icon-layer--active{opacity:0}.mode-panel .mode-panel-entry-btn:is(.mode-active,[aria-pressed=true]) .mode-panel-state-icon{color:var(--sotido-theme-text-primary)}.mode-panel .mode-panel-entry-btn:is(.mode-active,[aria-pressed=true]) .mode-panel-icon-layer--inactive{opacity:0}.mode-panel .mode-panel-entry-btn:is(.mode-active,[aria-pressed=true]) .mode-panel-icon-layer--active{opacity:1}@media(hover:hover)and (pointer:fine){.mode-panel .mode-panel-entry-btn:hover .mode-panel-state-icon{color:var(--sotido-theme-text-primary)}.mode-panel .mode-panel-entry-btn:hover .mode-panel-icon-layer--inactive{opacity:0}.mode-panel .mode-panel-entry-btn:hover .mode-panel-icon-layer--active{opacity:1}}.ui-shell-hidden{display:none!important}.ui-display-block{display:block!important}.ui-display-flex{display:flex!important}.ui-display-inline-flex{display:inline-flex!important}.top-right-actions{position:fixed;top:calc(var(--sotido-header-bottom, 0px ) + 8px);right:10px;z-index:var(--sotido-layer-overlay);display:flex;align-items:center;gap:8px;overflow:visible;transition:top var(--sotido-motion-standard) ease;will-change:top}.top-right-actions:empty{display:none}body.demo-mode .top-right-actions{top:calc(var(--sotido-root-demo-safe-top, var(--sotido-header-bottom, 0px )) + 8px)}.calendar-filter-panel{position:relative;right:auto;bottom:auto;display:flex;align-items:center;justify-content:center;padding:0;border-radius:var(--sotido-recipe-mode-panel-filter-panel-radius);border:none;background:transparent;box-shadow:none;overflow:hidden;min-width:var(--sotido-recipe-mode-panel-filter-panel-min-width);max-width:min(92vw,var(--sotido-recipe-mode-panel-filter-panel-max-width));pointer-events:none}.calendar-filter-panel.is-expanded{padding:0;pointer-events:auto}.calendar-filter-menu{display:flex;align-items:center;gap:0;padding-left:0;padding-right:0;max-width:0;opacity:0;transform:translate(var(--sotido-recipe-mode-panel-filter-menu-translate-x));transition:max-width var(--sotido-motion-deliberate) ease,opacity var(--sotido-motion-standard) ease,transform var(--sotido-motion-deliberate) ease;pointer-events:none}.calendar-filter-panel.is-expanded .calendar-filter-menu{max-width:var(--sotido-recipe-mode-panel-filter-menu-expanded-max-width);opacity:1;transform:translate(0);padding:0 var(--sotido-recipe-mode-panel-filter-menu-horizontal-padding);pointer-events:auto}.calendar-utc-panel{display:none}.calendar-utc-panel.is-on{display:flex}.calendar-utc-help{width:var(--sotido-recipe-mode-panel-utc-help-size);height:var(--sotido-recipe-mode-panel-utc-help-size);min-width:var(--sotido-recipe-mode-panel-utc-help-min-width);border-radius:var(--sotido-recipe-mode-panel-tool-badge-radius);color:var(--sotido-theme-text-primary);border:1.5px solid;font-size:var(--sotido-type-label);display:inline-flex;align-items:center;justify-content:center;opacity:.8}.calendar-utc-label{font-size:var(--sotido-type-caption);white-space:nowrap;text-overflow:ellipsis}.mode-panel .mode-panel-create.is-disabled{opacity:.5;pointer-events:none}.mode-panel .mode-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--sotido-recipe-mode-panel-icon-size);height:var(--sotido-recipe-mode-panel-icon-size);flex:0 0 var(--sotido-recipe-mode-panel-icon-size)}.mode-panel .mode-icon img{width:100%;height:100%;display:block}.mode-panel .mode-panel-entry-btn .mode-label,.mode-panel .mode-panel-entry-btn .calendar-tool-caption{color:var(--sotido-theme-text-muted);font-weight:var(--sotido-font-weight-medium);transition:color var(--sotido-motion-standard) ease,opacity var(--sotido-motion-standard) ease}.mode-panel .mode-panel-entry-btn:focus-visible{outline:2px solid var(--sotido-theme-border);outline-offset:-2px}.mode-panel .mode-panel-entry-btn:active{transform:translateY(1px) scale(.985)}.mode-panel #modePanelCreate.has-suspended-compose .mode-icon:after{content:"";position:absolute;right:0;top:0;width:var(--sotido-recipe-mode-panel-resume-dot-size);height:var(--sotido-recipe-mode-panel-resume-dot-size);border-radius:50%;background:var(--sotido-recipe-mode-panel-active);box-shadow:0 0 0 var(--sotido-recipe-mode-panel-badge-ring-width) var(--sotido-theme-surface)}.mode-panel #modePanelSettings.has-profile-completion-attention .mode-icon:after{content:"";position:absolute;right:-1px;top:-1px;width:var(--sotido-recipe-mode-panel-attention-dot-size);height:var(--sotido-recipe-mode-panel-attention-dot-size);border-radius:50%;background:var(--sotido-recipe-mode-panel-destructive-accent);box-shadow:0 0 0 var(--sotido-recipe-mode-panel-badge-ring-width) var(--sotido-theme-surface)}body.event-compose-screen-open .mode-panel,body.calendar-settings-screen-open .mode-panel,body.workflow-screen-open .mode-panel{z-index:var(--sotido-layer-navigation)}.mode-panel .mode-avatar{width:var(--sotido-recipe-mode-panel-icon-size);height:var(--sotido-recipe-mode-panel-icon-size);border-radius:var(--sotido-recipe-mode-panel-avatar-radius);display:flex;overflow:visible;align-items:center;justify-content:center;position:relative}.mode-panel .mode-avatar img{border-radius:var(--sotido-recipe-mode-panel-avatar-radius);width:100%;height:100%}.mode-panel #modePanelSettings:is(.mode-active,[aria-pressed=true]) .mode-avatar:not(.is-guest-icon){box-shadow:0 0 0 var(--sotido-recipe-mode-panel-badge-ring-width) var(--sotido-theme-border)}.mode-panel .mode-avatar .mode-account-glyph{display:none}.mode-panel .mode-avatar.is-guest-icon .mode-account-glyph{display:block}.mode-panel .mode-avatar.is-guest-icon .mode-avatar-initial,.mode-panel .mode-avatar.has-photo .mode-avatar-initial{display:none}.mode-panel .mode-avatar-initial{color:var(--sotido-theme-text-on-accent);font-size:var(--sotido-type-body-compact);font-weight:var(--sotido-font-weight-bold)}@media(hover:hover)and (pointer:fine){.mode-panel #modePanelSettings:hover .mode-avatar:not(.is-guest-icon){box-shadow:0 0 0 var(--sotido-recipe-mode-panel-badge-ring-width) var(--sotido-theme-border)}}.mode-panel .mode-label,.mode-panel .calendar-tool-caption,.mode-panel .cal-tool-label{font-size:var(--sotido-recipe-mode-panel-label-size);line-height:1;white-space:nowrap}@media(max-width:760px){.mode-panel{min-height:0;gap:var(--sotido-recipe-mode-panel-shell-gap)}}@media(orientation:landscape)and (max-height:520px)and (pointer:coarse){body:not(:is(.sotido-game-scene-playing,.sotido-game-scene-menu-open,.calendar-chrome-focus-mode,.native-discover-inline)) #modePanel{position:fixed;top:calc(env(safe-area-inset-top,0px) + (100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))/2);bottom:auto;left:calc(env(safe-area-inset-left,0px) + var(--sotido-recipe-mode-panel-shell-inset));right:auto;width:calc(var(--sotido-recipe-mode-panel-entry-width) + var(--sotido-recipe-mode-panel-shell-padding) * 2);max-width:none;max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - var(--sotido-recipe-mode-panel-shell-inset) * 2);transform:translateY(-50%);flex-direction:column;justify-content:safe center;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y pinch-zoom}body #modePanel .mode-panel-entry-btn{flex-basis:var(--sotido-recipe-mode-panel-entry-height)}}body:is(.sotido-game-scene-playing,.sotido-game-scene-menu-open) #modePanel{display:none!important}.discover-feed-root,.events-viewer-route{--discover-feed-border-subtle: color-mix(in srgb, var(--sotido-theme-border) 52%, transparent);--discover-feed-border: color-mix(in srgb, var(--sotido-theme-border) 70%, transparent);--discover-feed-border-strong: color-mix(in srgb, var(--sotido-theme-border) 86%, transparent);--discover-feed-surface-faint: color-mix(in srgb, var(--sotido-theme-surface) 32%, transparent);--discover-feed-surface: color-mix(in srgb, var(--sotido-theme-surface) 52%, transparent);--discover-feed-surface-raised: color-mix(in srgb, var(--sotido-theme-surface-raised) 66%, transparent);--discover-feed-surface-hover: color-mix(in srgb, var(--sotido-theme-surface-highest) 40%, transparent);--discover-feed-highlight: color-mix(in srgb, var(--sotido-theme-surface-highest) 18%, transparent);--discover-feed-debug-surface: color-mix(in srgb, var(--sotido-theme-info-surface) 42%, transparent);--discover-feed-debug-border: color-mix(in srgb, var(--sotido-theme-info-text) 48%, transparent);--discover-feed-success-surface: color-mix(in srgb, var(--sotido-theme-success) 18%, transparent);--discover-feed-success-border: color-mix(in srgb, var(--sotido-theme-success) 34%, transparent);--discover-feed-light-card-hover: color-mix(in srgb, var(--sotido-theme-surface-soft) 86%, transparent);--discover-feed-warning-surface: color-mix(in srgb, var(--sotido-theme-warning-surface) 56%, transparent);--discover-feed-media-overlay: color-mix(in srgb, var(--sotido-theme-background) 72%, transparent)}.discover-feed-root{display:flex;flex-direction:column;gap:18px;width:100%;max-width:760px;margin:0 auto;padding:12px 12px 24px;box-sizing:border-box}.discover-feed-route-nav{position:sticky;top:calc(env(safe-area-inset-top,0px) + 8px);z-index:10;display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--discover-feed-border-subtle);border-radius:22px;background:linear-gradient(180deg,var(--discover-feed-highlight),var(--discover-feed-surface-faint)),color-mix(in srgb,var(--sotido-theme-background) 88%,transparent);box-shadow:var(--sotido-shadow-surface);backdrop-filter:blur(16px)}.discover-feed-route-nav-row{display:flex;flex-direction:column;gap:8px}.discover-feed-route-nav-label{font-size:var(--sotido-type-label);font-weight:var(--sotido-font-weight-heavy);line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--sotido-theme-text-primary)}.discover-feed-route-chip-list{display:flex;flex-wrap:wrap;gap:8px}.discover-feed-route-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:var(--sotido-radius-pill);border:1px solid var(--discover-feed-border);background:var(--discover-feed-surface);color:var(--sotido-theme-text-primary);font-size:var(--sotido-type-caption);font-weight:var(--sotido-font-weight-heavy);line-height:1;text-decoration:none;transition:border-color var(--sotido-motion-fast) ease,background-color var(--sotido-motion-fast) ease,color var(--sotido-motion-fast) ease}.discover-feed-route-chip.is-current{border-color:transparent;background:var(--sotido-theme-accent);color:var(--sotido-theme-primary-accent-text)}.discover-feed-section{display:flex;flex-direction:column;gap:10px}.events-feed-phase-divider{display:flex;align-items:center;gap:10px;margin:4px 0 2px;padding:0 4px}.events-feed-phase-divider:after{content:"";flex:1 1 auto;height:1px;background:linear-gradient(90deg,var(--discover-feed-border-strong),transparent)}.events-feed-phase-divider-label{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:var(--sotido-radius-pill);border:1px solid var(--discover-feed-border-subtle);background:var(--discover-feed-surface);font-size:var(--sotido-type-label);font-weight:var(--sotido-font-weight-heavy);letter-spacing:.06em;text-transform:uppercase}.discover-feed-section-head{font-size:var(--sotido-type-body-compact);font-weight:var(--sotido-font-weight-heavy);letter-spacing:.08em;text-transform:uppercase;color:var(--sotido-theme-text-primary);padding:0 4px}.discover-feed-section-body{display:flex;flex-direction:column;gap:14px}.discover-feed-day-block{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;align-items:start}.discover-feed-day-head{position:sticky;top:calc(env(safe-area-inset-top,0px) + 12px);display:flex;flex-direction:column;align-items:center;gap:2px;padding-top:8px}.discover-feed-day-num{font-size:24px;font-weight:var(--sotido-font-weight-heavy);line-height:1;color:var(--sotido-theme-text-primary)}.discover-feed-day-dow{font-size:var(--sotido-type-caption);font-weight:var(--sotido-font-weight-bold);color:var(--sotido-theme-text-primary);text-transform:uppercase}.discover-feed-card-list{display:flex;flex-direction:column;gap:12px;min-width:0}.discover-feed-card{appearance:none;display:grid;grid-template-columns:minmax(0,1fr);gap:0;width:100%;min-width:0;box-sizing:border-box;padding:0;overflow:hidden;border:1px solid var(--discover-feed-border-subtle);border-radius:var(--sotido-radius-card);background:var(--discover-feed-surface-faint);color:var(--sotido-theme-text-primary);text-align:left;cursor:pointer;transition:transform var(--sotido-motion-fast) ease,border-color var(--sotido-motion-fast) ease,background-color var(--sotido-motion-fast) ease}.discover-feed-root--stream{max-width:720px;padding-top:18px}.events-viewer-route-head{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;width:100%;max-width:720px;margin:0 auto;padding:18px 12px 0;box-sizing:border-box}.discover-feed-stream{display:flex;flex-direction:column;gap:16px;min-width:0}.event-card .discover-feed-card-body{gap:8px}.event-card--standard{gap:0;padding:0}.event-card--standard .discover-feed-card-media{aspect-ratio:16 / 9;border-radius:0}.event-card-eyebrow{display:flex;flex-wrap:wrap;gap:8px}.event-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.event-card-heading{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto}.event-card-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;position:relative;overflow:hidden;border-radius:50%;background:radial-gradient(circle at 30% 28%,color-mix(in srgb,var(--sotido-theme-surface-highest) 30%,transparent),transparent 35%),linear-gradient(135deg,var(--sotido-theme-accent),var(--sotido-theme-surface-raised));font-size:var(--sotido-type-body);font-weight:var(--sotido-font-weight-black);letter-spacing:0;box-shadow:var(--sotido-shadow-surface)}.event-card-avatar-fallback,.event-card-avatar-image{position:absolute;inset:0;width:100%;height:100%}.event-card-avatar-fallback{display:flex;align-items:center;justify-content:center}.event-card-avatar-image{display:block;object-fit:cover}.event-card-heading-copy{display:flex;flex-direction:column;min-width:0;gap:2px}.event-card-source-line{color:var(--sotido-theme-text-secondary);font-size:var(--sotido-type-caption);font-weight:var(--sotido-font-weight-semibold);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-card--shell{cursor:default}.event-card--shell .discover-feed-card-desc{-webkit-line-clamp:unset;overflow:visible}.event-card-hitarea{appearance:none;display:grid;grid-template-columns:1fr;gap:0;width:100%;min-width:0;box-sizing:border-box;padding:0;border:0;background:transparent;color:var(--sotido-theme-text-primary);text-align:left;cursor:pointer}.event-card-hitarea:hover,.event-card-hitarea:focus-visible{outline:none}.event-card-static-content{display:grid;grid-template-columns:1fr;gap:0;width:100%;min-width:0;box-sizing:border-box;padding:0;color:var(--sotido-theme-text-primary);text-align:left;cursor:default}.event-card--interactive-social .event-card-hitarea,.event-card--interactive-social .event-card-static-content,.event-card--interactive-actions .event-card-hitarea,.event-card--interactive-actions .event-card-static-content{grid-column:1 / -1;grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:0}.event-card-social,.event-card-actions{grid-column:1 / -1;min-width:0;padding:0 12px 12px}.event-card-social .event-view-row{margin:0;padding:0;border:0;background:transparent}.event-card-social .event-view-social-head{align-items:center;justify-content:space-between}.event-card-actions .event-view-row{margin:0;padding:0;border:0;background:transparent}.events-viewer-inline-actions-row{display:flex;flex-wrap:wrap;gap:8px}.events-viewer-action-icon{display:inline-block;flex:0 0 16px;width:16px;height:16px;background:currentColor;opacity:.88}.events-viewer-action-icon--share{-webkit-mask:url(/static/svg/sharing.svg) center / contain no-repeat;mask:url(/static/svg/sharing.svg) center / contain no-repeat}.events-viewer-slot-open-row{display:flex;justify-content:flex-start;margin-bottom:8px}.events-viewer-slot-booking-form .event-view-form-fields,.events-viewer-slot-requests-row .event-view-slot-requests-desc{width:100%}.events-viewer-social-actions{display:flex;flex-direction:column;gap:8px}.events-viewer-social-more{position:relative;flex:0 0 auto}.events-viewer-social-more>summary{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--sotido-radius-compact);color:var(--sotido-theme-text-secondary);cursor:pointer;list-style:none}.events-viewer-social-more>summary::-webkit-details-marker{display:none}.events-viewer-social-more>summary:hover,.events-viewer-social-more>summary:focus-visible{outline:none;background:var(--discover-feed-surface-hover);color:var(--sotido-theme-text-primary)}.events-viewer-social-more>summary>span{font-size:var(--sotido-type-headline);line-height:1;transform:translateY(-2px)}.events-viewer-social-more[open] .events-viewer-social-actions{position:absolute;right:0;bottom:calc(100% + 6px);z-index:4;min-width:132px;padding:6px;border:1px solid var(--discover-feed-border-strong);border-radius:var(--sotido-radius-card);background:var(--sotido-theme-surface-raised);box-shadow:var(--sotido-shadow-surface)}.events-viewer-inline-social .event-view-comments-list,.events-viewer-inline-social .event-view-comments-empty,.events-viewer-inline-social .event-view-comment-compose{text-align:left;align-self:stretch}.event-card-pill{display:inline-flex;align-items:center;gap:4px;min-width:0;padding:3px 7px;border-radius:var(--sotido-radius-pill);font-size:var(--sotido-type-label);font-weight:var(--sotido-font-weight-heavy);letter-spacing:0;text-transform:uppercase}.event-card-pill--anchor{background:var(--discover-feed-warning-surface)}.event-card-pill--leader{background:var(--discover-feed-warning-surface);color:var(--sotido-theme-text-primary)}.event-card-pill--debug{background:var(--discover-feed-debug-surface);color:var(--sotido-theme-text-primary)}.event-card-pill--moderation{background:var(--discover-feed-warning-surface);color:var(--sotido-theme-text-primary)}.event-card--content-placeholder{border-style:dashed}.event-card--content-placeholder .discover-feed-card-title,.event-card--content-placeholder .discover-feed-card-desc{color:var(--sotido-theme-text-primary)}.event-card--slot-offer{border-color:var(--discover-feed-success-border)}.event-card-slot-offer{display:flex;flex-direction:column;gap:6px;padding-top:2px}.event-card-slot-provider{color:var(--sotido-theme-text-primary);font-size:var(--sotido-type-body-compact);font-weight:var(--sotido-font-weight-heavy);line-height:1.25}.event-card-slot-portfolio{color:var(--sotido-theme-text-primary);font-size:var(--sotido-type-caption);line-height:1.25}.event-card-slot-facts{display:flex;flex-wrap:wrap;gap:6px}.event-card-slot-fact{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:var(--sotido-radius-pill);background:var(--discover-feed-success-surface);color:var(--sotido-theme-text-primary);font-size:var(--sotido-type-label);font-weight:var(--sotido-font-weight-heavy);line-height:1.2}.event-card-slot-cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:30px;padding:6px 12px;border-radius:var(--sotido-radius-card);background:var(--sotido-theme-success);color:var(--sotido-theme-text-on-accent);font-size:var(--sotido-type-caption);font-weight:var(--sotido-font-weight-black);line-height:1.15}.events-viewer-note{margin-top:4px;padding:0 4px;font-size:var(--sotido-type-caption);line-height:1.45;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}[data-feed-active-geo-banner="1"]{display:none}html[data-sotido-dev-mode="1"] [data-feed-active-geo-banner="1"]{display:flex}.events-viewer-note-copy{flex:1 1 220px;min-width:0}.events-viewer-note--debug{border:1px dashed var(--discover-feed-debug-border);background:var(--discover-feed-debug-surface);border-radius:var(--sotido-radius-card);padding:6px 8px;align-items:flex-start;flex-direction:column;gap:2px}.events-viewer-note--debug .events-viewer-note-copy{flex:1 1 auto;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:var(--sotido-type-label);line-height:1.45;overflow-wrap:anywhere}.events-viewer-note--debug .events-viewer-note-copy--human{font-family:inherit;font-size:var(--sotido-type-caption);font-weight:var(--sotido-font-weight-heavy)}.events-viewer-note--debug .events-viewer-note-copy--agent{color:var(--sotido-theme-text-inverse)}.events-viewer-note-action:not(.sotido-action-button--icon){font-size:var(--sotido-type-caption)}.events-viewer-anchor-explore{display:flex;justify-content:center}.events-viewer-anchor-explore .events-viewer-note-action{min-width:min(240px,100%)}.discover-feed-card-date{display:inline-flex;align-items:center;gap:0}.discover-feed-card:hover,.discover-feed-card:focus-visible{outline:none;transform:translateY(-1px);border-color:var(--discover-feed-border-strong);background:var(--discover-feed-surface-hover)}.discover-feed-card-media{display:block;position:relative;overflow:hidden;width:100%;aspect-ratio:16 / 9;border-radius:0;background:var( --discover-feed-card-media-bg, radial-gradient(circle at 24% 18%, color-mix(in srgb, var(--sotido-theme-surface-highest) 24%, transparent), transparent 32%), linear-gradient(135deg, var(--sotido-theme-accent), var(--sotido-theme-surface-soft)) );background-size:cover;background-position:center}.event-card-media-badge{position:absolute;right:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--sotido-radius-pill);border:1px solid var(--discover-feed-border-strong);background:var(--discover-feed-media-overlay);color:var(--sotido-theme-text-inverse);line-height:1;box-shadow:var(--sotido-shadow-surface);backdrop-filter:blur(10px)}.discover-feed-card-image,.discover-feed-card-video{position:absolute;inset:0;z-index:1;display:block;width:100%;height:100%;border:0;background:var(--sotido-theme-background);object-fit:cover;pointer-events:none}.event-card--video .discover-feed-card-media{aspect-ratio:16 / 9;background-image:var(--discover-feed-card-media-bg, none),radial-gradient(circle at 22% 18%,color-mix(in srgb,var(--sotido-theme-surface-highest) 24%,transparent),transparent 30%),linear-gradient(135deg,var(--sotido-theme-background),var(--sotido-theme-surface-raised))}.discover-feed-card-body{display:flex;flex-direction:column;min-width:0;gap:8px;padding:12px}.discover-feed-card-meta{display:flex;flex-wrap:wrap;gap:0;align-items:center;min-width:0;font-size:var(--sotido-type-caption);color:var(--sotido-theme-text-secondary)}.discover-feed-card-time,.discover-feed-card-location,.discover-feed-card-category{display:inline-flex;align-items:center;gap:0;min-width:0}.discover-feed-card-meta>span+span:before{content:"\b7";margin:0 6px;color:var(--sotido-theme-text-secondary)}.discover-feed-card-category{text-transform:capitalize;padding:0;border-radius:0;background:transparent;font-size:inherit;font-weight:var(--sotido-font-weight-semibold);letter-spacing:0}.discover-feed-card-title{font-size:var(--sotido-type-body-large);font-weight:var(--sotido-font-weight-heavy);line-height:1.18;overflow:hidden;text-overflow:ellipsis;overflow-wrap:anywhere}.discover-feed-card-desc{font-size:var(--sotido-type-body-compact);line-height:1.42;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}.event-card-footer{display:flex;align-items:center;justify-content:flex-start;gap:12px;min-width:0;flex-wrap:wrap;padding-top:2px}.event-card-stats{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.event-card-stat{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0;border-radius:0;background:transparent;font-size:var(--sotido-type-label);font-weight:var(--sotido-font-weight-heavy);letter-spacing:0;white-space:nowrap}.event-card-stat--like{background:transparent}.discover-feed-empty{padding:32px 18px;border-radius:20px;background:var(--discover-feed-surface-faint);color:var(--sotido-theme-text-primary);text-align:center}.discover-feed-skeleton-card{min-height:320px;border-radius:var(--sotido-radius-card);background:linear-gradient(90deg,var(--discover-feed-surface-faint),var(--discover-feed-surface-raised),var(--discover-feed-surface-faint));background-size:220% 100%;animation:discover-feed-skeleton-pulse 1.4s linear infinite}.discover-feed-skeleton-card--event{display:grid;grid-template-columns:50px minmax(0,1fr);grid-template-rows:auto 18px 14px 34px 24px;gap:8px 10px;height:auto;padding:0 0 12px;overflow:hidden}.discover-feed-skeleton-card--initial{width:100%;min-width:0;box-sizing:border-box}.discover-feed-skeleton-card--event>span{display:block;align-self:center;min-width:0;border-radius:var(--sotido-radius-compact);background:var(--discover-feed-surface-raised)}.discover-feed-skeleton-media{grid-column:1 / -1;width:100%;aspect-ratio:16 / 9;border-radius:0!important}.discover-feed-skeleton-author{grid-row:2 / span 2;width:38px;height:38px;margin-left:12px;border-radius:50%!important}.discover-feed-skeleton-meta{grid-column:2;width:min(52%,180px);height:10px;margin-right:12px}.discover-feed-skeleton-title{grid-column:2;width:min(76%,420px);height:16px;margin-right:12px}.discover-feed-skeleton-copy{grid-column:1 / -1;width:min(92%,680px);height:34px;margin:0 12px}.discover-feed-skeleton-actions{grid-column:1 / -1;width:min(54%,280px);height:24px;margin:0 12px}body.theme-light.feed-mode .events-feed-phase-divider:after,body.theme-light.events-viewer-route .events-feed-phase-divider:after{background:linear-gradient(90deg,color-mix(in srgb,var(--sotido-theme-text-primary) 18%,transparent),transparent)}body.theme-light.feed-mode .events-feed-phase-divider-label,body.theme-light.events-viewer-route .events-feed-phase-divider-label,body.theme-light.feed-mode .discover-feed-card,body.theme-light.events-viewer-route .discover-feed-card,body.theme-light.feed-mode .discover-feed-section-head,body.theme-light.events-viewer-route .discover-feed-section-head,body.theme-light.feed-mode .discover-feed-day-dow,body.theme-light.events-viewer-route .discover-feed-day-dow,body.theme-light.feed-mode .discover-feed-empty,body.theme-light.events-viewer-route .discover-feed-empty{color:var(--sotido-theme-text-primary)}body.theme-light.feed-mode .discover-feed-card,body.theme-light.events-viewer-route .discover-feed-card{border-color:var(--sotido-theme-border);background:var(--sotido-theme-surface-soft)}body.theme-light.feed-mode .discover-feed-card:hover,body.theme-light.feed-mode .discover-feed-card:focus-visible,body.theme-light.events-viewer-route .discover-feed-card:hover,body.theme-light.events-viewer-route .discover-feed-card:focus-visible{border-color:color-mix(in srgb,var(--sotido-theme-text-primary) 16%,var(--sotido-theme-border));background:var(--discover-feed-light-card-hover)}body.theme-light.feed-mode .discover-feed-empty,body.theme-light.events-viewer-route .discover-feed-empty{background:var(--sotido-theme-surface-soft)}@keyframes discover-feed-skeleton-pulse{0%{background-position:0% 0}to{background-position:200% 0}}@media(max-width:720px){.discover-feed-root{padding-left:10px;padding-right:10px;gap:16px}.discover-feed-day-block{grid-template-columns:1fr;gap:8px}.discover-feed-day-head{position:static;flex-direction:row;justify-content:flex-start;padding-top:0}.discover-feed-card{grid-template-columns:minmax(0,1fr);gap:0;padding:0}.discover-feed-card-media{aspect-ratio:16 / 9;border-radius:0}.event-card--interactive-social .event-card-hitarea,.event-card--interactive-social .event-card-static-content,.event-card--interactive-actions .event-card-hitarea,.event-card--interactive-actions .event-card-static-content{grid-template-columns:minmax(0,1fr)}.event-card-header{flex-direction:row;align-items:flex-start;gap:10px}.event-card-heading{gap:8px}.event-card-avatar{width:34px;height:34px;flex:0 0 34px;font-size:var(--sotido-type-body-compact)}.event-card-source-line,.discover-feed-card-meta{font-size:var(--sotido-type-label)}.discover-feed-card-title{font-size:var(--sotido-type-body-large);line-height:1.14}.discover-feed-card-desc{font-size:var(--sotido-type-caption);line-height:1.36;-webkit-line-clamp:4}.event-card-footer{flex-direction:row;align-items:flex-start}}.event-card--focus-active{grid-template-columns:1fr;scroll-margin-top:calc(env(safe-area-inset-top,0px) + 12px)}.event-card--focus-active .event-card-hitarea,.event-card--focus-active .event-card-static-content{grid-template-columns:1fr}.event-card--focus-active .event-card-social,.event-card--focus-active .event-card-actions{grid-column:1 / -1}.event-card--focus-active .discover-feed-card-media{border-radius:0}.event-card--focus-active{border-color:var(--discover-feed-border-strong);background:linear-gradient(180deg,var(--discover-feed-highlight),var(--discover-feed-surface-faint)),var(--discover-feed-surface)}.calendar-top-controls-host{--sotido-calendar-view-switcher-stack-clearance: 60px;--calendar-switcher-dot-ring: color-mix(in srgb, var(--sotido-theme-text-primary) 22%, transparent);--calendar-switcher-focus-ring: color-mix(in srgb, var(--sotido-theme-text-primary) 26%, transparent);position:relative;display:grid;grid-row:2;grid-column:1;align-self:start;z-index:90;width:calc(100% - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));min-width:0;margin-inline:auto;margin-top:var(--sotido-recipe-calendar-top-chrome-stack-stack-gap);box-sizing:border-box;row-gap:var(--sotido-recipe-calendar-top-chrome-stack-stack-gap);pointer-events:none}#rootContent.is-calendar-view-transitioning{overflow-anchor:none}#rootContent .tail-connectors-overlay,#rootContent .calendar-grid-multi-day-connectors{opacity:1;transition:opacity var(--sotido-motion-instant) ease}#rootContent.is-calendar-connectors-suspended .tail-connectors-overlay,#rootContent.is-calendar-connectors-suspended .calendar-grid-multi-day-connectors{opacity:0!important;transition:none!important}#rootContent [data-calendar-morphing="1"]{transform-origin:top left;backface-visibility:hidden}#rootContent [data-calendar-morph-kind=day]{isolation:isolate}@media(prefers-reduced-motion:reduce){#rootContent [data-calendar-morphing="1"]{transition:none!important;transform:none!important;opacity:1!important}#rootContent .tail-connectors-overlay,#rootContent .calendar-grid-multi-day-connectors{transition:none!important}}html[data-app-surface-bundle=calendar-surface] body:not(.discover-mode):not(.feed-mode) .calendar-top-controls-host,body.calendar-mode-list:not(.discover-mode):not(.feed-mode) .calendar-top-controls-host,body.calendar-mode-grid:not(.discover-mode):not(.feed-mode) .calendar-top-controls-host{position:relative;grid-row:auto;left:auto;right:auto;top:auto;margin-top:0;will-change:auto}body.is-telegram-webapp:is(.feed-mode,.discover-mode) .calendar-top-controls-host,html.is-telegram-webapp body:is(.feed-mode,.discover-mode) .calendar-top-controls-host{margin-top:0}body.is-telegram-webapp:is(.feed-mode,.discover-mode) .calendar-top-controls-host>.calendar-view-switcher,html.is-telegram-webapp body:is(.feed-mode,.discover-mode) .calendar-top-controls-host>.calendar-view-switcher{margin-top:0}.calendar-audience-switcher-host{display:grid;justify-items:center;min-height:0;padding:0 10px;box-sizing:border-box;pointer-events:none}.calendar-audience-switcher-host:empty{display:none}.calendar-top-status-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(78px,auto) minmax(0,1fr);column-gap:var(--sotido-recipe-calendar-top-status-row-column-gap);align-items:center;width:100%;min-height:var(--sotido-recipe-calendar-top-status-row-minimum-height);padding-inline:var(--sotido-recipe-calendar-top-status-row-horizontal-inset);box-sizing:border-box;pointer-events:none}.calendar-top-status-utility-host{grid-column:3;justify-self:end;display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--sotido-recipe-calendar-top-status-row-column-gap);min-width:calc(28px + var(--sotido-recipe-calendar-top-status-row-focus-toggle-size) + var(--sotido-recipe-calendar-top-status-row-column-gap));min-height:var(--sotido-recipe-calendar-top-status-row-freshness-minimum-height);pointer-events:none}body:is(.feed-mode,.discover-mode) .calendar-top-status-row{display:none}.calendar-view-switcher.sotido-segmented-control{justify-self:center;pointer-events:none;visibility:hidden;opacity:0;transition:opacity var(--sotido-motion-standard) ease;width:min(100%,var(--sotido-recipe-segmented-control-view-max-width))}.calendar-view-switcher.calendar-audience-switcher.sotido-segmented-control{--sotido-recipe-segmented-control-control-min-height: calc(var(--sotido-recipe-calendar-top-status-row-minimum-height) - var(--sotido-recipe-segmented-control-rail-inset) * 2);width:min(100%,var(--sotido-recipe-segmented-control-audience-max-width))}.calendar-view-switcher.world-submode-chrome.sotido-segmented-control{width:min(100%,var(--sotido-recipe-segmented-control-view-max-width));min-width:0;pointer-events:auto;visibility:visible;opacity:1}.world-submode-chrome-host{width:min(100%,var(--sotido-recipe-segmented-control-view-max-width));min-width:0}.world-submode-chrome-host>.world-submode-chrome{width:100%;min-width:0}.app-bottom-surface-chrome-host>.world-submode-chrome-host{justify-self:center}.calendar-top-controls-host.is-visible>.calendar-view-switcher{pointer-events:auto;visibility:visible;opacity:1}.calendar-lower-utility-row.is-visible>.calendar-view-switcher{pointer-events:auto;visibility:visible;opacity:1}.calendar-audience-switcher-host.is-visible>.calendar-audience-switcher{pointer-events:auto;visibility:visible;opacity:1}.calendar-top-controls-host.is-hidden>.calendar-view-switcher{pointer-events:none;visibility:hidden;opacity:0}.calendar-lower-utility-row.is-hidden>.calendar-view-switcher{pointer-events:none;visibility:hidden;opacity:0}.calendar-audience-switcher-host.is-hidden>.calendar-audience-switcher{pointer-events:none;visibility:hidden;opacity:0}.calendar-freshness-control{position:relative;appearance:none;display:inline-flex;align-items:center;gap:var(--sotido-recipe-segmented-control-item-gap);height:var(--sotido-recipe-calendar-top-status-row-freshness-minimum-height);min-height:var(--sotido-recipe-calendar-top-status-row-freshness-minimum-height);box-sizing:border-box;padding:3px 10px;border:0;border-radius:var(--sotido-radius-pill);background:var(--sotido-recipe-backdrop-chrome-surface);-webkit-backdrop-filter:blur(var(--sotido-recipe-backdrop-chrome-blur-radius));backdrop-filter:blur(var(--sotido-recipe-backdrop-chrome-blur-radius));color:var(--sotido-theme-text-primary);box-shadow:var(--sotido-shadow-surface);cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-1px);transition:opacity var(--sotido-motion-standard) ease,transform var(--sotido-motion-standard) ease}.calendar-top-controls-host.is-visible .calendar-freshness-control{opacity:1;pointer-events:auto;transform:translateY(0)}.calendar-top-controls-host.is-hidden .calendar-freshness-control{opacity:0;pointer-events:none}.calendar-freshness-control:focus-visible{outline:2px solid var(--sotido-theme-border);outline-offset:2px}.calendar-freshness-control:disabled{cursor:default;opacity:.68}.calendar-freshness-icon{width:16px;height:16px;flex:0 0 16px;background:currentColor;-webkit-mask:url(/static/svg/refresh.svg) center / contain no-repeat;mask:url(/static/svg/refresh.svg) center / contain no-repeat}.calendar-freshness-age{font-size:var(--sotido-type-micro);line-height:1;font-variant-numeric:tabular-nums;color:var(--sotido-theme-text-primary)}.calendar-top-status-utility-host .calendar-sync-indicator{flex:0 0 28px;order:1}.calendar-top-status-utility-host #calendarFreshnessControl{order:2}.calendar-top-status-utility-host #calendarChromeFocusToggle{order:3}body.calendar-chrome-focus-mode #appTopSurfaceChromeHost,body.calendar-chrome-focus-mode #calendarThemeBanner,body.calendar-chrome-focus-mode #calendarAudienceSwitcherHost,body.calendar-chrome-focus-mode #calendarTodayReturnTopHost,body.calendar-chrome-focus-mode #calendarTopStatusUtilityHost>:not(#calendarChromeFocusToggle){display:none!important}body.calendar-chrome-focus-mode #calendarTopControlsHost{display:grid!important;margin:0;row-gap:0;pointer-events:none}body.calendar-chrome-focus-mode #calendarTopStatusRow{display:grid;grid-template-columns:minmax(0,1fr);min-height:var(--sotido-recipe-calendar-top-status-row-minimum-height)}body.calendar-chrome-focus-mode #calendarTopStatusUtilityHost{display:inline-flex;grid-column:1;justify-self:end;min-height:var(--sotido-recipe-calendar-top-status-row-minimum-height)}.calendar-top-status-utility-host .calendar-sync-spinner{--sotido-five-petal-progress-size: var(--sotido-recipe-five-petal-progress-calendar-size);--sotido-five-petal-progress-active: var(--sotido-recipe-five-petal-progress-active);width:var(--sotido-recipe-five-petal-progress-calendar-size);height:var(--sotido-recipe-five-petal-progress-calendar-size);border:0;background:transparent;box-shadow:none}.calendar-view-switcher-login-btn{justify-self:center;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:var(--sotido-recipe-calendar-top-status-row-freshness-minimum-height);padding:0 16px;border:0;border-radius:var(--sotido-radius-pill);background:var(--sotido-theme-accent);color:var(--sotido-theme-primary-accent-text);font-size:var(--sotido-type-body);font-weight:var(--sotido-font-weight-semibold);letter-spacing:.01em;box-shadow:var(--sotido-shadow-surface);cursor:pointer;transition:opacity var(--sotido-motion-standard) ease,transform var(--sotido-motion-standard) ease,box-shadow var(--sotido-motion-standard) ease;pointer-events:none;visibility:hidden;opacity:0}.calendar-top-controls-host.is-visible>.calendar-view-switcher-login-btn{pointer-events:auto;visibility:visible;opacity:1}body:is(.feed-mode,.events-viewer-route,.discover-mode) .calendar-top-controls-host>.calendar-view-switcher{order:1}body:is(.feed-mode,.events-viewer-route,.discover-mode) .calendar-top-controls-host>.calendar-view-switcher-login-btn{order:2}body.inline-login-overlay-open .calendar-top-controls-host.is-visible>.calendar-view-switcher-login-btn{pointer-events:none;visibility:hidden;opacity:0}.calendar-view-switcher-login-btn:hover,.calendar-view-switcher-login-btn:focus-visible{box-shadow:var(--sotido-shadow-surface);transform:translateY(-1px)}.calendar-view-switcher-login-btn:focus-visible{outline:2px solid var(--calendar-switcher-focus-ring);outline-offset:2px}.calendar-view-switcher>.calendar-view-switcher-btn.sotido-segmented-control-btn{transition:background-color var(--sotido-motion-standard) ease,color var(--sotido-motion-standard) ease,transform var(--sotido-motion-standard) ease,box-shadow var(--sotido-motion-standard) ease}#calendarViewSwitcherHost,.calendar-audience-switcher{--sotido-recipe-segmented-control-active-fill: var(--sotido-theme-accent);--sotido-recipe-segmented-control-active-text: var(--sotido-theme-primary-accent-text)}.world-submode-chrome-host[data-game-area-available=true] .world-submode-chrome>.calendar-view-switcher-btn[data-view=game]:not(.is-active):after{content:"";display:inline-block;width:6px;height:6px;margin-inline-start:6px;border-radius:50%;background:var(--sotido-theme-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--sotido-theme-accent) 16%,transparent);vertical-align:.12em}.calendar-view-switcher-icon{display:block;width:22px;height:22px;margin:auto;background:currentColor;-webkit-mask:center / contain no-repeat;mask:center / contain no-repeat;pointer-events:none}.calendar-view-switcher-icon--list{-webkit-mask-image:url(/static/svg/list_animate.svg?v=1b1a5b937c6a9080);mask-image:url(/static/svg/list_animate.svg?v=1b1a5b937c6a9080)}.calendar-view-switcher-icon--grid{-webkit-mask-image:url(/static/svg/grid_animate.svg?v=1e690c031ecfa747);mask-image:url(/static/svg/grid_animate.svg?v=1e690c031ecfa747)}.calendar-view-switcher>.calendar-view-switcher-btn.sotido-segmented-control-btn.is-access-gated{color:var(--sotido-theme-text-muted);opacity:.52;cursor:help}@media(prefers-reduced-motion:reduce){.calendar-view-switcher,.calendar-view-switcher-btn,.calendar-freshness-control{transition:none}}@media(max-width:680px){.calendar-freshness-control{transform:translateY(-1px)}.calendar-top-controls-host.is-visible>.calendar-freshness-control{transform:translateY(0)}}
