.Button-module__IP2Oyq__root{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);border:1px solid #0000;font-weight:700;transition:transform .12s,background-color .12s,border-color .12s;display:inline-flex}.Button-module__IP2Oyq__root:hover{transform:translateY(-1px)}.Button-module__IP2Oyq__root:disabled{opacity:.6;cursor:not-allowed;transform:none}.Button-module__IP2Oyq__primary{background:var(--brand-accent);color:#fff}.Button-module__IP2Oyq__secondary{background:var(--color-surface-2);border-color:var(--color-border-subtle);color:var(--color-text)}.Button-module__IP2Oyq__ghost{border-color:var(--color-border-subtle);color:var(--color-text-muted);background:0 0}.Button-module__IP2Oyq__sm{min-height:2rem;padding:0 var(--space-3);font-size:var(--font-size-1)}.Button-module__IP2Oyq__md{min-height:2.5rem;padding:0 var(--space-4);font-size:var(--font-size-2)}.Button-module__IP2Oyq__lg{min-height:3rem;padding:0 var(--space-6);font-size:var(--font-size-3)}.Button-module__IP2Oyq__icon{display:inline-flex}
.Dialog-module__LVTlBa__overlay{z-index:var(--z-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.Dialog-module__LVTlBa__content{z-index:var(--z-modal);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-panel-glow);outline:none;animation:.16s ease-out Dialog-module__LVTlBa__dialogEnter;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.Dialog-module__LVTlBa__sm{width:min(24rem,100vw - 2rem)}.Dialog-module__LVTlBa__md{width:min(36rem,100vw - 2rem)}.Dialog-module__LVTlBa__lg{width:min(56rem,100vw - 2rem)}.Dialog-module__LVTlBa__xl{width:min(87.5rem,100vw - 2rem)}.Dialog-module__LVTlBa__fullscreen{width:100vw;max-width:100vw;height:100vh;max-height:100vh;box-shadow:none;border-radius:0;top:0;left:0;transform:none}@keyframes Dialog-module__LVTlBa__dialogEnter{0%{opacity:0;transform:translate(-50%,calc(.75rem - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}
.ScrollRail-module__NgI6Wq__scrollRail{width:1.125rem;color:var(--color-text);opacity:var(--scroll-rail-opacity,1);pointer-events:none;position:absolute;top:0;bottom:0;right:.1rem}.ScrollRail-module__NgI6Wq__scrollRailTrack{opacity:.28;background:currentColor;width:3px;position:absolute;top:1.75rem;bottom:1.75rem;left:50%;transform:translate(-50%)}.ScrollRail-module__NgI6Wq__scrollRailThumb{top:var(--scroll-thumb-top,1.75rem);width:5px;height:var(--scroll-thumb-height,0);background:currentColor;min-height:0;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 0 10px #ffffff3d}.ScrollRail-module__NgI6Wq__scrollRailChevron{color:currentColor;width:16px;height:18px;position:absolute;left:50%;transform:translate(-50%)}.ScrollRail-module__NgI6Wq__scrollRailChevron:before,.ScrollRail-module__NgI6Wq__scrollRailChevron:after{content:"";border:3px solid;border-width:0 3px 3px 0;width:8px;height:8px;position:absolute;left:4px}.ScrollRail-module__NgI6Wq__scrollRailChevronTop{top:0}.ScrollRail-module__NgI6Wq__scrollRailChevronTop:before{top:1px;transform:rotate(-135deg)}.ScrollRail-module__NgI6Wq__scrollRailChevronTop:after{top:7px;transform:rotate(-135deg)}.ScrollRail-module__NgI6Wq__scrollRailChevronBottom{bottom:0}.ScrollRail-module__NgI6Wq__scrollRailChevronBottom:before{top:1px;transform:rotate(45deg)}.ScrollRail-module__NgI6Wq__scrollRailChevronBottom:after{top:7px;transform:rotate(45deg)}@media (max-width:640px){.ScrollRail-module__NgI6Wq__scrollRail{display:none}}
.SearchInput-module__2H6eYG__root{align-items:center;gap:var(--space-3);width:min(30rem,100%);height:44px;padding:0 var(--space-4);border:1px solid var(--color-border-subtle);background:var(--color-surface-outline-bg);box-shadow:inset 0 0 0 1px var(--color-overlay-soft);border-radius:0;transition:border-color .12s,background-color .12s,box-shadow .12s;display:flex}.SearchInput-module__2H6eYG__root:hover,.SearchInput-module__2H6eYG__root[data-focused=true]{border-color:var(--color-text-muted);background:var(--color-surface-outline-bg);box-shadow:inset 0 0 0 1px var(--color-overlay-medium)}.SearchInput-module__2H6eYG__icon,.SearchInput-module__2H6eYG__trailing{color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SearchInput-module__2H6eYG__input{min-width:0;color:var(--color-text);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.9375rem}.SearchInput-module__2H6eYG__input::placeholder{color:var(--color-text-muted)}.SearchInput-module__2H6eYG__input::-webkit-search-decoration{-webkit-appearance:none}.SearchInput-module__2H6eYG__input::-webkit-search-cancel-button{-webkit-appearance:none}.SearchInput-module__2H6eYG__input::-webkit-search-results-button{-webkit-appearance:none}.SearchInput-module__2H6eYG__input::-webkit-search-results-decoration{-webkit-appearance:none}.SearchInput-module__2H6eYG__sizeSm{height:36px;padding:0 var(--space-3);gap:var(--space-2)}.SearchInput-module__2H6eYG__sizeSm .SearchInput-module__2H6eYG__input{font-size:.875rem}.SearchInput-module__2H6eYG__sizeLg{height:48px;padding:0 var(--space-4)}.SearchInput-module__2H6eYG__sizeLg .SearchInput-module__2H6eYG__input{font-size:1rem}
.InviteFriendsDialog-module__W-Ecoq__dialogOverlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000009e}.InviteFriendsDialog-module__W-Ecoq__dialogContent{background:var(--color-surface);border:1px solid var(--color-border-subtle);width:min(30rem,100vw - 2rem);color:var(--color-text);border-radius:1rem;flex-direction:column;gap:0;padding:1.875rem;display:flex;overflow:visible;box-shadow:0 18px 48px #00000059}[data-theme=light] .InviteFriendsDialog-module__W-Ecoq__dialogContent{box-shadow:0 20px 44px #0f172a29}.InviteFriendsDialog-module__W-Ecoq__closeButton{border:2px solid var(--color-border-subtle);background:var(--color-surface);width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:-1.125rem;right:-1.125rem}.InviteFriendsDialog-module__W-Ecoq__closeButton:hover{color:var(--color-text)}.InviteFriendsDialog-module__W-Ecoq__inviteHeroIcon{width:5.5rem;height:5.5rem;color:var(--color-text);stroke-width:1.5px;margin:0 auto 1.25rem}.InviteFriendsDialog-module__W-Ecoq__dialogTitle{font-family:var(--font-family-display);text-align:center;color:var(--color-text);margin:0 0 1.5625rem;font-size:1.5rem;font-weight:800;line-height:1.625rem}.InviteFriendsDialog-module__W-Ecoq__dialogDescription{color:var(--color-text-muted);text-align:center;margin:0 0 2.75rem;font-size:1rem;line-height:1.25rem}.InviteFriendsDialog-module__W-Ecoq__linkField{border:2px solid var(--color-border-subtle);border-radius:1rem;align-items:center;gap:.5rem;width:100%;height:3rem;padding:0 .75rem;display:flex}.InviteFriendsDialog-module__W-Ecoq__linkInput{min-width:0;color:var(--color-text);font:inherit;text-overflow:ellipsis;background:0 0;border:0;outline:0;flex:1;font-size:1rem;line-height:1.5rem}.InviteFriendsDialog-module__W-Ecoq__copyButton{color:#1cb0f6;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;gap:.375rem;padding:0;font-size:.8125rem;font-weight:800;display:inline-flex}.InviteFriendsDialog-module__W-Ecoq__copyButton:hover{opacity:.82}.InviteFriendsDialog-module__W-Ecoq__shareLabel{color:var(--color-text-muted);margin:1.5625rem 0 .9375rem;font-size:1rem;line-height:1.25rem}.InviteFriendsDialog-module__W-Ecoq__shareButtons{grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;display:grid}.InviteFriendsDialog-module__W-Ecoq__shareButton{border:2px solid var(--color-border-subtle);letter-spacing:.02em;background:0 0;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;height:3.125rem;font-size:.9375rem;font-weight:800;text-decoration:none;display:inline-flex}.InviteFriendsDialog-module__W-Ecoq__shareButton:hover{background:var(--color-overlay-soft)}.InviteFriendsDialog-module__W-Ecoq__xShareButton{color:var(--color-text)}.InviteFriendsDialog-module__W-Ecoq__blueskyShareButton{color:#1686f0}.InviteFriendsDialog-module__W-Ecoq__shareIcon{flex-shrink:0;width:1.125rem;height:1.125rem}@media (max-width:520px){.InviteFriendsDialog-module__W-Ecoq__dialogContent{padding:1.5rem;overflow:auto}.InviteFriendsDialog-module__W-Ecoq__closeButton{top:.75rem;right:.75rem}.InviteFriendsDialog-module__W-Ecoq__inviteHeroIcon{width:4.5rem;height:4.5rem}}
.NotebookVideosSection-module__bL6_1W__videoSection{border-bottom:1px solid var(--color-border-subtle);padding:.7rem 1rem}.NotebookVideosSection-module__bL6_1W__videoSectionHeader{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:0;display:flex}.NotebookVideosSection-module__bL6_1W__videoSectionHeaderWithGrid{margin-bottom:.7rem}.NotebookVideosSection-module__bL6_1W__videoSectionTitle{color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:800}.NotebookVideosSection-module__bL6_1W__addVideoButton{border:1px solid var(--color-border-subtle);background:var(--color-overlay-soft);min-height:32px;color:var(--color-text);cursor:pointer;border-radius:8px;align-items:center;gap:.35rem;padding:0 .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.NotebookVideosSection-module__bL6_1W__addVideoButton:hover{background:var(--color-overlay-medium)}.NotebookVideosSection-module__bL6_1W__videoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.NotebookVideosSection-module__bL6_1W__videoCard{border:1px solid var(--color-border-subtle);background:var(--color-surface);border-radius:8px;min-width:0;position:relative;overflow:hidden}.NotebookVideosSection-module__bL6_1W__videoOpenButton{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;display:block}.NotebookVideosSection-module__bL6_1W__videoOpenButton:hover .NotebookVideosSection-module__bL6_1W__videoImage{transform:scale(1.03)}.NotebookVideosSection-module__bL6_1W__videoOpenButton:hover .NotebookVideosSection-module__bL6_1W__videoContent{background:var(--color-overlay-soft)}.NotebookVideosSection-module__bL6_1W__videoImageArea{aspect-ratio:16/9;color:#ffffffdb;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.NotebookVideosSection-module__bL6_1W__videoImage{object-fit:cover;width:100%;height:100%;transition:transform .16s}.NotebookVideosSection-module__bL6_1W__videoFallbackIcon{filter:drop-shadow(0 1px 2px #0006)}.NotebookVideosSection-module__bL6_1W__videoProviderBadge{color:#fff;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap;background:#000000c7;border-radius:6px;max-width:calc(100% - .9rem);padding:.28rem .38rem;font-size:.64rem;font-weight:800;line-height:1;position:absolute;bottom:.45rem;right:.45rem;overflow:hidden}.NotebookVideosSection-module__bL6_1W__videoContent{min-height:48px;padding:.65rem .75rem;transition:background-color .16s;display:block}.NotebookVideosSection-module__bL6_1W__videoTitle{color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.NotebookVideosSection-module__bL6_1W__videoMenuButton{color:#fff;cursor:pointer;background:#000000ad;border:1px solid #ffffff29;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;position:absolute;top:.45rem;right:.45rem}.NotebookVideosSection-module__bL6_1W__videoMenuButton:hover,.NotebookVideosSection-module__bL6_1W__videoMenuButton[data-state=open]{background:#000000e0}.NotebookVideosSection-module__bL6_1W__videoDeleteMenuItem{color:#fca5a5}.NotebookVideosSection-module__bL6_1W__videoMenuTitle{max-width:15rem;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.NotebookVideosSection-module__bL6_1W__videoDeleteMenuItem:focus{color:#fecaca;background:#ef444424}.NotebookVideosSection-module__bL6_1W__videoSectionCompact{border-top:1px solid var(--color-border-subtle);border-bottom:0;padding:.75rem .55rem 0}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoSectionHeader{min-height:31px;padding:0 .1rem .35rem .35rem}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoSectionHeaderWithGrid{margin-bottom:.25rem}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__addVideoButton{background:0 0;border:0;justify-content:center;width:28px;height:28px;min-height:28px;padding:0}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__addVideoButton span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoGrid{grid-template-columns:minmax(0,1fr);gap:2px}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoCard{background:0 0;border:0;border-radius:5px}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoOpenButton{grid-template-columns:58px minmax(0,1fr);align-items:center;min-height:48px;padding:.25rem 2.1rem .25rem .35rem;display:grid}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoOpenButton:hover{background:var(--color-overlay-soft)}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoImageArea{aspect-ratio:16/9;border-radius:4px;height:38px}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoProviderBadge{display:none}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoContent{min-height:0;padding:0 0 0 .55rem}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoTitle{font-size:.76rem;line-height:1.25}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoMenuButton{width:26px;height:26px;color:var(--color-text-muted);background:0 0;border:0;top:.65rem;right:.25rem}.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoMenuButton:hover,.NotebookVideosSection-module__bL6_1W__videoSectionCompact .NotebookVideosSection-module__bL6_1W__videoMenuButton[data-state=open]{background:var(--color-overlay-medium);color:var(--color-text)}.NotebookVideosSection-module__bL6_1W__modalOverlay{z-index:var(--z-modal,500);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.NotebookVideosSection-module__bL6_1W__videoModalContent{border:1px solid var(--color-border-subtle);background:var(--color-surface);border-radius:12px;width:min(420px,100vw - 2rem);padding:1.25rem;box-shadow:0 18px 60px #00000059}.NotebookVideosSection-module__bL6_1W__videoModalHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.NotebookVideosSection-module__bL6_1W__videoModalTitle{color:var(--color-text);margin:0;font-size:1.1rem;font-weight:800}.NotebookVideosSection-module__bL6_1W__videoModalCloseButton{width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.NotebookVideosSection-module__bL6_1W__videoModalCloseButton:hover{background:var(--color-overlay-medium);color:var(--color-text)}.NotebookVideosSection-module__bL6_1W__addVideoForm{flex-direction:column;gap:.75rem;display:flex}.NotebookVideosSection-module__bL6_1W__addVideoInput{border:1px solid var(--color-border-subtle);background:var(--color-overlay-medium);width:100%;color:var(--color-text);border-radius:8px;padding:.6rem .75rem;font-size:.9rem}.NotebookVideosSection-module__bL6_1W__addVideoInput::placeholder{color:var(--color-text-muted)}.NotebookVideosSection-module__bL6_1W__addVideoInput:focus{border-color:var(--color-text-muted);outline:none}.NotebookVideosSection-module__bL6_1W__addVideoSubmitButton{color:#000;cursor:pointer;background:#fff;border:0;border-radius:8px;padding:.65rem;font-size:.9rem;font-weight:800}.NotebookVideosSection-module__bL6_1W__addVideoSubmitButton:hover{opacity:.86}@media (min-width:720px){.NotebookVideosSection-module__bL6_1W__videoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.NotebookVideosSection-module__bL6_1W__modalOverlay{align-items:flex-end}.NotebookVideosSection-module__bL6_1W__videoModalContent{border-bottom:0;border-left:0;border-right:0;border-radius:20px 20px 0 0;width:100%;max-width:none}}
.RichNoteLinkDialog-module__E2ikIW__overlay{z-index:2000210;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000c7}.RichNoteLinkDialog-module__E2ikIW__content{z-index:2000211;border:1px solid var(--color-border-subtle);background:var(--color-surface-2);color:var(--color-text);border-radius:6px;padding:0;overflow:hidden;box-shadow:0 24px 56px #00000094}.RichNoteLinkDialog-module__E2ikIW__form{display:grid}.RichNoteLinkDialog-module__E2ikIW__header{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;gap:.75rem;min-height:3.1rem;padding:.65rem .75rem;display:flex}.RichNoteLinkDialog-module__E2ikIW__title{color:var(--color-text);margin:0;font-size:1rem;font-weight:650;line-height:1.3}.RichNoteLinkDialog-module__E2ikIW__closeButton{width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.RichNoteLinkDialog-module__E2ikIW__closeButton:hover{background:var(--color-overlay-soft);color:var(--color-text)}.RichNoteLinkDialog-module__E2ikIW__field{gap:.4rem;padding:1rem .9rem 1.1rem;display:grid}.RichNoteLinkDialog-module__E2ikIW__label{color:var(--color-text);font-size:.78rem;font-weight:650}.RichNoteLinkDialog-module__E2ikIW__input{border:1px solid var(--color-border-subtle);background:var(--color-input-bg);width:100%;height:42px;color:var(--color-text);font:inherit;border-radius:5px;outline:none;padding:0 .75rem;font-size:.9rem}.RichNoteLinkDialog-module__E2ikIW__input:focus{border-color:var(--color-tab-active-ring);box-shadow:0 0 0 1px var(--color-tab-active-ring)}.RichNoteLinkDialog-module__E2ikIW__input::placeholder{color:var(--color-text-muted)}.RichNoteLinkDialog-module__E2ikIW__footer{border-top:1px solid var(--color-border-subtle);justify-content:flex-end;gap:.65rem;padding:.75rem;display:flex}.RichNoteLinkDialog-module__E2ikIW__cancelButton,.RichNoteLinkDialog-module__E2ikIW__submitButton{border:1px solid var(--color-surface-outline-border);min-width:6.5rem;height:40px;font:inherit;cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:0 .9rem;font-size:.8rem;font-weight:650;display:inline-flex}.RichNoteLinkDialog-module__E2ikIW__cancelButton{color:var(--color-text-muted);background:0 0}.RichNoteLinkDialog-module__E2ikIW__cancelButton:hover{color:var(--color-text);border-color:var(--color-text-muted)}.RichNoteLinkDialog-module__E2ikIW__submitButton{background:var(--color-surface-outline-bg);color:var(--color-text)}.RichNoteLinkDialog-module__E2ikIW__submitButton:hover:not(:disabled){border-color:var(--color-tab-active-ring)}.RichNoteLinkDialog-module__E2ikIW__submitButton:disabled{cursor:not-allowed;opacity:.45}@media (max-width:640px){.RichNoteLinkDialog-module__E2ikIW__footer{flex-wrap:wrap}.RichNoteLinkDialog-module__E2ikIW__cancelButton,.RichNoteLinkDialog-module__E2ikIW__submitButton{flex:8rem}}
.RichNoteEditor-module__AhvIZW__wrapper{--note-combo-mono-glyph-filter:none;--note-combo-direction-color:#fff;--note-combo-bg:#ffffff09;--note-combo-bg-editing:#ffffff0f;--note-combo-border:#ffffff24;--note-combo-border-editing:#ffffff6b;--note-combo-editing-shadow:0 0 0 1px #ffffff0d inset;--note-combo-text-color:#fff;--note-combo-muted-color:#ffffff8c;--note-combo-note-color:#ffffffeb;--note-combo-divider-color:#ffffff14;--rich-note-divider-color:#ffffff29;--rich-note-drop-indicator-color:#ff6b6b;--note-combo-drive-empty-bg:#0009;--note-combo-drive-empty-border:#ffffffe0;flex-direction:column;height:100%;min-height:0;display:flex;position:relative}.RichNoteEditor-module__AhvIZW__editorSurface{box-sizing:border-box;min-height:0;color:var(--rich-note-editor-color,var(--color-text));background:var(--rich-note-editor-bg,transparent);scrollbar-color:var(--rich-note-scrollbar-thumb,#00000026) var(--rich-note-scrollbar-track,var(--color-surface-2,transparent));flex:1;order:1;padding:.75rem .85rem .85rem;position:relative;overflow-y:auto}@media (min-width:900px){.RichNoteEditor-module__AhvIZW__editorSurface{border-inline:1px solid var(--rich-note-editor-border,var(--color-border-subtle));padding-inline:1.25rem}}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar{width:8px}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar-track{background:var(--rich-note-scrollbar-track,var(--color-surface-2,transparent))}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar-thumb{background:var(--rich-note-scrollbar-thumb,#00000026);border-radius:4px}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar-thumb:hover{background:var(--rich-note-scrollbar-thumb-hover,#00000040)}.RichNoteEditor-module__AhvIZW__editorSurfaceReadOnly{padding-bottom:.85rem}.RichNoteEditor-module__AhvIZW__editor{min-height:100%;color:inherit;white-space:pre-wrap;word-break:normal;overflow-wrap:break-word;caret-color:currentColor;text-align:left;direction:ltr;unicode-bidi:plaintext;outline:none;padding-left:1.15rem;font-size:15px;line-height:1.6;position:relative}.RichNoteEditor-module__AhvIZW__editorSurfaceReadOnly .RichNoteEditor-module__AhvIZW__editor{padding-left:0}.RichNoteEditor-module__AhvIZW__editor ul,.RichNoteEditor-module__AhvIZW__editor ol{padding-left:1.35rem}.RichNoteEditor-module__AhvIZW__editor p,.RichNoteEditor-module__AhvIZW__editor div,.RichNoteEditor-module__AhvIZW__editor blockquote{margin:0 0 .4rem;position:relative}.RichNoteEditor-module__AhvIZW__editor h1,.RichNoteEditor-module__AhvIZW__editor h2,.RichNoteEditor-module__AhvIZW__editor h3{color:inherit;letter-spacing:0;line-height:1.25;position:relative}.RichNoteEditor-module__AhvIZW__blockDragHandle{z-index:5;width:18px;height:22px;color:var(--rich-note-drag-handle-color,#ffffff5c);cursor:grab;opacity:1;-webkit-user-select:none;user-select:none;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;padding:0;transition:opacity .12s,background .12s,color .12s;display:inline-flex;position:absolute}.RichNoteEditor-module__AhvIZW__blockDropIndicator{z-index:4;background:var(--rich-note-drop-indicator-color,#ff6b6b);pointer-events:none;border-radius:999px;height:2px;position:absolute;transform:translateY(-50%);box-shadow:0 0 0 1px #0000002e,0 0 12px #ff6b6b57}.RichNoteEditor-module__AhvIZW__blockDragHandle:hover,.RichNoteEditor-module__AhvIZW__blockDragHandleDragging{background:var(--rich-note-drag-handle-bg,#ffffff14);color:var(--rich-note-drag-handle-hover-color,#ffffffb8);opacity:1}.RichNoteEditor-module__AhvIZW__blockDragHandle:active,.RichNoteEditor-module__AhvIZW__blockDragHandleDragging{cursor:grabbing}.RichNoteEditor-module__AhvIZW__editor h1{margin:1rem 0 .45rem;font-size:1.45rem;font-weight:800}.RichNoteEditor-module__AhvIZW__editor h2{margin:.85rem 0 .4rem;font-size:1.18rem;font-weight:800}.RichNoteEditor-module__AhvIZW__editor h3{margin:.7rem 0 .35rem;font-size:1rem;font-weight:800}.RichNoteEditor-module__AhvIZW__editor h1:first-child,.RichNoteEditor-module__AhvIZW__editor h2:first-child,.RichNoteEditor-module__AhvIZW__editor h3:first-child{margin-top:0}.RichNoteEditor-module__AhvIZW__editor a{color:var(--rich-note-link-color,#7db4ff);text-underline-offset:2px;text-decoration:underline}.RichNoteEditor-module__AhvIZW__editor blockquote{border-left:3px solid var(--rich-note-quote-border,var(--color-border-subtle));color:var(--color-text-muted);padding-left:.85rem}.RichNoteEditor-module__AhvIZW__editor mark{background:var(--rich-note-highlight-bg,#ffd24a6b);color:inherit;border-radius:2px;padding:.04em .12em}.RichNoteEditor-module__AhvIZW__editor ul[data-type=taskList]{flex-direction:column;gap:.25rem;margin:0 0 .4rem;padding-left:0;list-style:none;display:flex}.RichNoteEditor-module__AhvIZW__editor li[data-checked]{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:.5rem;margin:0;display:grid}.RichNoteEditor-module__AhvIZW__editor li[data-checked]>label{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:18px;padding-top:.27rem;display:inline-flex}.RichNoteEditor-module__AhvIZW__editor li[data-checked]>label input{width:16px;height:16px;accent-color:var(--rich-note-check-accent,#ff6b6b);margin:0}.RichNoteEditor-module__AhvIZW__editor li[data-checked]>div{flex:1;min-width:0}.RichNoteEditor-module__AhvIZW__editor li[data-checked]>div>p{margin:0}.RichNoteEditor-module__AhvIZW__editor li[data-checked=true]>div{color:var(--color-text-muted);text-decoration:line-through}.RichNoteEditor-module__AhvIZW__editor hr{border:0;border-top:1px solid var(--rich-note-divider-color);margin:.9rem 0 1rem}.RichNoteEditor-module__AhvIZW__editor [data-replay-ts]{cursor:pointer}.RichNoteEditor-module__AhvIZW__editor [data-command-placeholder-mode=empty]:before{content:attr(data-command-placeholder);color:var(--color-text-muted);opacity:.44;pointer-events:none;float:left;height:0;font-size:14px}.RichNoteEditor-module__AhvIZW__editor [data-command-placeholder-mode=slash]:after{content:attr(data-command-placeholder);color:var(--color-text-muted);opacity:.44;pointer-events:none;margin-top:.05rem;font-size:14px;font-weight:400;line-height:1.45;display:block}.RichNoteEditor-module__AhvIZW__toolbarShell{flex-shrink:0;position:relative}.RichNoteEditor-module__AhvIZW__formattingToolbarShell{order:2}.RichNoteEditor-module__AhvIZW__toolbar{border-bottom:1px solid var(--rich-note-toolbar-border,var(--color-border-subtle));background:var(--rich-note-toolbar-bg,var(--color-surface-3));min-height:44px;opacity:var(--rich-note-toolbar-opacity,.9);scrollbar-width:none;align-items:center;gap:0;padding:.35rem .55rem;display:flex;overflow-x:auto}.RichNoteEditor-module__AhvIZW__toolbar::-webkit-scrollbar{display:none}.RichNoteEditor-module__AhvIZW__formattingToolbar{border-top:1px solid var(--rich-note-toolbar-border,var(--color-border-subtle));border-bottom:0}.RichNoteEditor-module__AhvIZW__toolbarControls,.RichNoteEditor-module__AhvIZW__toolbarActions{align-items:center;gap:2px;display:flex}.RichNoteEditor-module__AhvIZW__toolbarActions{flex:1}.RichNoteEditor-module__AhvIZW__toolbarDivider{background:var(--rich-note-toolbar-divider,#ffffff14);width:1px;height:22px;margin:0 6px}.RichNoteEditor-module__AhvIZW__toolbarButton,.RichNoteEditor-module__AhvIZW__pickerButton,.RichNoteEditor-module__AhvIZW__segmentButton{height:34px;color:var(--rich-note-toolbar-muted,var(--color-text-muted));cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.RichNoteEditor-module__AhvIZW__toolbarButton{width:34px}.RichNoteEditor-module__AhvIZW__pickerButton{min-width:34px;padding:0 7px}.RichNoteEditor-module__AhvIZW__segmentButton{letter-spacing:.04em;min-width:34px;padding:0 7px;font-size:.68rem;font-weight:800}.RichNoteEditor-module__AhvIZW__toolbarButton:hover,.RichNoteEditor-module__AhvIZW__pickerButton:hover,.RichNoteEditor-module__AhvIZW__segmentButton:hover{background:var(--rich-note-toolbar-hover-bg,#ffffff14);color:var(--rich-note-toolbar-hover-color,#ffffffb3)}.RichNoteEditor-module__AhvIZW__segmentButtonActive{color:#ff6b6b;background:#ff6b6b1a}.RichNoteEditor-module__AhvIZW__toolbarButtonActive,.RichNoteEditor-module__AhvIZW__toolbarButtonActive:hover{color:var(--rich-note-toolbar-active-color,#ff6b6b);box-shadow:none;background:0 0}.RichNoteEditor-module__AhvIZW__comboInsertButton{border:1px solid var(--rich-note-combo-border,#697bff8c);background:var(--rich-note-combo-bg,#697bff2e);height:30px;color:var(--rich-note-combo-color,#d6dbff);letter-spacing:.02em;cursor:pointer;border-radius:6px;align-items:center;gap:4px;padding:0 8px;font-size:.72rem;font-weight:700;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.RichNoteEditor-module__AhvIZW__comboInsertButton:hover{background:var(--rich-note-combo-hover-bg,#697bff52);color:var(--rich-note-combo-hover-color,#fff);border-color:var(--rich-note-combo-hover-border,#697bffbf)}.RichNoteEditor-module__AhvIZW__timestampButtonWrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.RichNoteEditor-module__AhvIZW__timestampLottie{pointer-events:none;width:52px;height:52px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.RichNoteEditor-module__AhvIZW__pickerButtonText{font-size:.82rem;font-weight:700}.RichNoteEditor-module__AhvIZW__textColorIcon{width:19px;color:var(--rich-note-toolbar-muted,var(--color-text-muted));flex-direction:column;justify-content:center;align-items:center;font-family:Georgia,serif;font-size:17px;font-weight:700;line-height:14px;display:inline-flex}.RichNoteEditor-module__AhvIZW__textColorUnderline{border-radius:2px;width:17px;height:3px;margin-top:2px}.RichNoteEditor-module__AhvIZW__highlightIcon{flex-direction:column;align-items:center;gap:1px;line-height:0;display:inline-flex}.RichNoteEditor-module__AhvIZW__highlightIcon>span{border-radius:2px;width:18px;height:3px}.RichNoteEditor-module__AhvIZW__dropdownBackdrop{z-index:30;background:0 0;border:none;position:fixed;inset:0}.RichNoteEditor-module__AhvIZW__dropdown{z-index:31;border:1px solid var(--rich-note-dropdown-border,#ffffff1f);background:var(--rich-note-dropdown-bg,var(--color-surface-2));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:120px;box-shadow:var(--rich-note-dropdown-shadow,0 10px 30px #00000080);border-radius:10px;padding:.5rem 0;position:absolute;top:calc(100% + .3rem);left:.5rem}.RichNoteEditor-module__AhvIZW__toolbarButton:disabled{cursor:default;opacity:.28}.RichNoteEditor-module__AhvIZW__toolbarButton:disabled:hover{color:var(--rich-note-toolbar-muted,var(--color-text-muted));background:0 0}.RichNoteEditor-module__AhvIZW__toolbarButton svg{width:18px;height:18px}.RichNoteEditor-module__AhvIZW__formattingToolbarShell .RichNoteEditor-module__AhvIZW__dropdown{top:auto;bottom:calc(100% + .3rem)}.RichNoteEditor-module__AhvIZW__colorDropdown{width:190px;padding:.5rem 0}.RichNoteEditor-module__AhvIZW__highlightDropdown{left:12rem}.RichNoteEditor-module__AhvIZW__headingDropdown{width:150px;left:5rem}.RichNoteEditor-module__AhvIZW__dropdownTitle{color:var(--color-text-muted);opacity:.6;letter-spacing:.08em;text-transform:uppercase;padding:0 .65rem .3rem;font-size:.62rem;font-weight:700;display:block}.RichNoteEditor-module__AhvIZW__dropdownList{flex-direction:column;display:flex}.RichNoteEditor-module__AhvIZW__dropdownItem{color:var(--rich-note-dropdown-item-color,#ffffff80);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.45rem .65rem;transition:background .1s;display:flex}.RichNoteEditor-module__AhvIZW__dropdownItem:hover{background:var(--rich-note-dropdown-hover-bg,#ffffff0f)}.RichNoteEditor-module__AhvIZW__dropdownItemActive,.RichNoteEditor-module__AhvIZW__dropdownCheck{color:#ff6b6b}.RichNoteEditor-module__AhvIZW__paletteList{flex-direction:column;display:flex}.RichNoteEditor-module__AhvIZW__paletteItem{width:100%;min-height:32px;color:var(--rich-note-dropdown-item-color,#ffffffb8);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:20px 1fr 14px;align-items:center;gap:.55rem;padding:.3rem .75rem;font-size:.78rem;transition:background .1s;display:grid}.RichNoteEditor-module__AhvIZW__paletteItem:hover{background:var(--rich-note-dropdown-hover-bg,#ffffff0f)}.RichNoteEditor-module__AhvIZW__paletteDot{border:1px solid #fff3;border-radius:999px;width:16px;height:16px}.RichNoteEditor-module__AhvIZW__paletteRemove{border-top:1px solid var(--rich-note-dropdown-border,#ffffff1f);color:var(--rich-note-toolbar-muted,var(--color-text-muted));grid-template-columns:20px 1fr;margin-top:.25rem;padding-top:.55rem}[data-theme=light] .RichNoteEditor-module__AhvIZW__dropdown{box-shadow:0 10px 24px #00000026}[data-theme=light] .RichNoteEditor-module__AhvIZW__wrapper{--note-combo-mono-glyph-filter:brightness(0) saturate(100%) invert(29%);--note-combo-direction-color:#4b4b4b;--note-combo-bg:#f6f7f9;--note-combo-bg-editing:#eef1f5;--note-combo-border:#4b4b4b29;--note-combo-border-editing:#2f66f66b;--note-combo-editing-shadow:0 0 0 1px #2f66f61f inset;--note-combo-text-color:#4b4b4b;--note-combo-muted-color:#4b4b4b94;--note-combo-note-color:#4b4b4b;--note-combo-divider-color:#4b4b4b29;--rich-note-divider-color:#4b4b4b33;--rich-note-drop-indicator-color:#ff4d5f;--rich-note-drag-handle-color:#4b4b4b57;--rich-note-drag-handle-bg:#4b4b4b14;--rich-note-drag-handle-hover-color:#4b4b4bb8;--note-combo-drive-empty-bg:#4b4b4b1f;--note-combo-drive-empty-border:#4b4b4b52}
.YouTubeStreamImportModal-module__7tXU-W__overlay{z-index:2000210;-webkit-backdrop-filter:none;backdrop-filter:none;background:#000000d1}.YouTubeStreamImportModal-module__7tXU-W__content{z-index:2000211;width:min(44rem,100vw - 2rem);height:min(42rem,100dvh - 2rem);max-height:calc(100vh - 2rem);color:var(--color-text);background:#080808;border:1px solid #ffffff3d;border-radius:4px;padding:0;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 56px #000000ad}.YouTubeStreamImportModal-module__7tXU-W__panel{background:#080808;flex-direction:column;height:100%;min-height:0;display:flex}.YouTubeStreamImportModal-module__7tXU-W__header{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;gap:.75rem;min-height:3.1rem;padding:.65rem .75rem;display:flex}.YouTubeStreamImportModal-module__7tXU-W__title{color:var(--color-text);letter-spacing:0;align-items:center;gap:.55rem;margin:0;font-family:UntitledSerifFont,UntitledSerifFont Fallback,ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:1.25rem;font-weight:400;line-height:1.35;display:inline-flex}.YouTubeStreamImportModal-module__7tXU-W__logo{justify-content:center;align-items:center;width:1.55rem;height:1.55rem;display:inline-flex}.YouTubeStreamImportModal-module__7tXU-W__logoImage{width:1.4rem;height:auto;display:block}.YouTubeStreamImportModal-module__7tXU-W__closeButton{appearance:none;color:#f7f4ef;cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;padding:0;display:inline-flex}.YouTubeStreamImportModal-module__7tXU-W__closeButton:hover{color:#f7f4ef}.YouTubeStreamImportModal-module__7tXU-W__setupPanel{border-bottom:1px solid var(--color-border-subtle);background:color-mix(in srgb, var(--color-text) 3%, transparent);gap:.7rem;padding:.75rem;display:grid}.YouTubeStreamImportModal-module__7tXU-W__setupHeading{gap:.25rem;min-width:0;display:grid}.YouTubeStreamImportModal-module__7tXU-W__setupEyebrow{min-width:0;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:850;line-height:1.25;overflow:hidden}.YouTubeStreamImportModal-module__7tXU-W__setupDestination{min-width:0;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;font-weight:650;line-height:1.35;overflow:hidden}.YouTubeStreamImportModal-module__7tXU-W__setupControls{grid-template-columns:minmax(0,1fr);align-items:end;gap:.65rem;display:grid}.YouTubeStreamImportModal-module__7tXU-W__field{gap:.35rem;min-width:0;display:grid}.YouTubeStreamImportModal-module__7tXU-W__field span{color:var(--color-text-muted);font-size:.72rem;font-weight:800;line-height:1.2}.YouTubeStreamImportModal-module__7tXU-W__field input{border:1px solid var(--color-border-subtle);background:var(--color-input-bg);width:100%;min-width:0;height:2.5rem;color:var(--color-text);font:inherit;border-radius:4px;padding:0 .75rem;font-size:.85rem;font-weight:650}.YouTubeStreamImportModal-module__7tXU-W__field input:focus{border-color:var(--color-tab-active-ring);outline:none}.YouTubeStreamImportModal-module__7tXU-W__field input:disabled{cursor:not-allowed;opacity:.58}.YouTubeStreamImportModal-module__7tXU-W__setupActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.YouTubeStreamImportModal-module__7tXU-W__saveConfigButton,.YouTubeStreamImportModal-module__7tXU-W__refreshButton{appearance:none;border:1px solid var(--color-surface-outline-border);cursor:pointer;min-height:2.1rem;font:inherit;letter-spacing:0;border-radius:4px;justify-content:center;align-items:center;padding:0 .75rem;font-size:.76rem;font-weight:800;display:inline-flex}.YouTubeStreamImportModal-module__7tXU-W__saveConfigButton{background:var(--color-surface-outline-bg);color:var(--color-text)}.YouTubeStreamImportModal-module__7tXU-W__refreshButton{color:var(--color-text-muted);background:0 0}.YouTubeStreamImportModal-module__7tXU-W__saveConfigButton:hover:not(:disabled),.YouTubeStreamImportModal-module__7tXU-W__refreshButton:hover:not(:disabled){border-color:var(--color-tab-active-ring);color:var(--color-text)}.YouTubeStreamImportModal-module__7tXU-W__saveConfigButton:disabled,.YouTubeStreamImportModal-module__7tXU-W__refreshButton:disabled{cursor:not-allowed;opacity:.5}.YouTubeStreamImportModal-module__7tXU-W__setupSuccess{color:#2eaf68;margin:0;font-size:.78rem;font-weight:750;line-height:1.35}.YouTubeStreamImportModal-module__7tXU-W__toolbar{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;display:flex}.YouTubeStreamImportModal-module__7tXU-W__count{min-width:0;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:700;overflow:hidden}.YouTubeStreamImportModal-module__7tXU-W__textButton{appearance:none;color:var(--color-text);cursor:pointer;font:inherit;background:0 0;border:0;font-size:.82rem;font-weight:800}.YouTubeStreamImportModal-module__7tXU-W__textButton:disabled{cursor:not-allowed;opacity:.45}.YouTubeStreamImportModal-module__7tXU-W__listFrame{flex:auto;min-height:0;padding-right:1.75rem;position:relative}.YouTubeStreamImportModal-module__7tXU-W__list{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;align-content:start;height:100%;display:grid;overflow:auto}.YouTubeStreamImportModal-module__7tXU-W__list::-webkit-scrollbar{width:0;display:none}.YouTubeStreamImportModal-module__7tXU-W__streamRow{border-bottom:1px solid var(--color-border-subtle);cursor:pointer;grid-template-columns:auto 6.2rem minmax(0,1fr);align-items:center;gap:.75rem;min-height:5.6rem;padding:.75rem;display:grid}.YouTubeStreamImportModal-module__7tXU-W__streamRow:hover{background:color-mix(in srgb, var(--color-text) 5%, transparent)}.YouTubeStreamImportModal-module__7tXU-W__streamRow[data-disabled=true]{cursor:default;opacity:.62}.YouTubeStreamImportModal-module__7tXU-W__streamRow[data-disabled=true]:hover{background:0 0}.YouTubeStreamImportModal-module__7tXU-W__checkboxShell{justify-content:center;align-items:center;width:1.35rem;height:1.35rem;display:inline-flex;position:relative}.YouTubeStreamImportModal-module__7tXU-W__checkbox{opacity:0;cursor:inherit;position:absolute;inset:0}.YouTubeStreamImportModal-module__7tXU-W__checkmark{border:1px solid var(--color-border-subtle);background:var(--color-input-bg);width:1.25rem;height:1.25rem;color:var(--color-text);border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.YouTubeStreamImportModal-module__7tXU-W__checkbox:checked+.YouTubeStreamImportModal-module__7tXU-W__checkmark{border-color:var(--color-tab-active-ring);background:var(--color-surface-outline-bg)}.YouTubeStreamImportModal-module__7tXU-W__thumbnailWrap{aspect-ratio:16/9;background:var(--color-surface-2);border-radius:4px;width:6.2rem;display:block;overflow:hidden}.YouTubeStreamImportModal-module__7tXU-W__thumbnail{object-fit:cover;width:100%;height:100%;display:block}.YouTubeStreamImportModal-module__7tXU-W__streamText{gap:.28rem;min-width:0;display:grid}.YouTubeStreamImportModal-module__7tXU-W__streamText strong{min-width:0;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:800;line-height:1.25;overflow:hidden}.YouTubeStreamImportModal-module__7tXU-W__streamText span{min-width:0;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:650;line-height:1.35;overflow:hidden}.YouTubeStreamImportModal-module__7tXU-W__empty{min-height:10rem;color:var(--color-text-muted);text-align:center;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;font-size:.9rem;font-weight:700;display:flex}.YouTubeStreamImportModal-module__7tXU-W__spinner{animation:.9s linear infinite YouTubeStreamImportModal-module__7tXU-W__spin}.YouTubeStreamImportModal-module__7tXU-W__message{color:#2eaf68;margin:0;padding:.7rem .75rem 0;font-size:.82rem;font-weight:700;line-height:1.4}.YouTubeStreamImportModal-module__7tXU-W__footer{border-top:1px solid var(--color-border-subtle);justify-content:flex-end;align-items:center;gap:.75rem;padding:.75rem;display:flex}.YouTubeStreamImportModal-module__7tXU-W__cancelButton,.YouTubeStreamImportModal-module__7tXU-W__importButton{appearance:none;border:1px solid var(--color-surface-outline-border);min-width:6.5rem;height:40px;color:var(--color-text-muted);cursor:pointer;font:inherit;letter-spacing:0;background:0 0;border-radius:0;justify-content:center;align-items:center;padding:0 14px;font-size:.78rem;font-weight:700;display:inline-flex}.YouTubeStreamImportModal-module__7tXU-W__cancelButton:hover:not(:disabled){color:#ef6461;border-color:#ef6461}.YouTubeStreamImportModal-module__7tXU-W__importButton{background:var(--color-surface-outline-bg);color:var(--color-text)}.YouTubeStreamImportModal-module__7tXU-W__importButton:hover:not(:disabled){border-color:var(--color-tab-active-ring)}.YouTubeStreamImportModal-module__7tXU-W__cancelButton:disabled,.YouTubeStreamImportModal-module__7tXU-W__importButton:disabled{cursor:not-allowed;opacity:.5}@keyframes YouTubeStreamImportModal-module__7tXU-W__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.YouTubeStreamImportModal-module__7tXU-W__content{width:calc(100vw - 1rem);height:calc(100dvh - 1rem);max-height:calc(100vh - 1rem)}.YouTubeStreamImportModal-module__7tXU-W__panel{height:100%}.YouTubeStreamImportModal-module__7tXU-W__streamRow{grid-template-columns:auto minmax(0,1fr)}.YouTubeStreamImportModal-module__7tXU-W__setupControls{grid-template-columns:minmax(0,1fr)}.YouTubeStreamImportModal-module__7tXU-W__thumbnailWrap{grid-column:2;width:min(11rem,100%)}.YouTubeStreamImportModal-module__7tXU-W__footer{flex-wrap:wrap}.YouTubeStreamImportModal-module__7tXU-W__cancelButton,.YouTubeStreamImportModal-module__7tXU-W__importButton{flex:8rem}}
.ReplayBoardPromptCard-module__pTOMaG__card{border:2px solid var(--color-sidebar-panel-border);background:var(--color-sidebar-panel-bg);color:var(--color-text);border-radius:.85rem;flex-direction:column;padding:.95rem;display:flex;box-shadow:0 2px 8px #0000000a}.ReplayBoardPromptCard-module__pTOMaG__headerRow{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.ReplayBoardPromptCard-module__pTOMaG__headerLeft{align-items:center;gap:.5rem;min-width:0;display:flex}.ReplayBoardPromptCard-module__pTOMaG__uploadTile{border:2px dashed var(--color-border-subtle);background:var(--color-sidebar-panel-bg);width:100%;min-height:3.6rem;color:var(--color-text);border-radius:.72rem;align-items:center;gap:.6rem;margin-top:0;padding:.62rem .7rem;text-decoration:none;transition:background-color .12s,color .12s;display:flex}.ReplayBoardPromptCard-module__pTOMaG__uploadTile:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.ReplayBoardPromptCard-module__pTOMaG__uploadIcon{color:#34c759;flex:none;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:inline-flex}.ReplayBoardPromptCard-module__pTOMaG__uploadText{min-width:0;color:var(--color-text);font-size:.78rem;font-weight:700;line-height:1.3}.ReplayBoardPromptCard-module__pTOMaG__title{color:#2f3542;min-width:0;font-family:var(--font-family-base);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.08rem;font-weight:800;line-height:1.2;overflow:hidden}[data-theme=dark] .ReplayBoardPromptCard-module__pTOMaG__title{color:#f5f7fb}.ReplayBoardPromptCard-module__pTOMaG__headerBadge{background:var(--color-overlay-medium,#80808014);max-width:8.5rem;color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;border-radius:8px;flex:none;padding:3px 8px;font-size:.7rem;font-weight:700;line-height:1.25;overflow:hidden}.ReplayBoardPromptCard-module__pTOMaG__detail,.ReplayBoardPromptCard-module__pTOMaG__meta,.ReplayBoardPromptCard-module__pTOMaG__metaLink{color:var(--color-text-muted);margin:0;font-size:.78rem;font-weight:500;line-height:1.45}.ReplayBoardPromptCard-module__pTOMaG__detail{margin-top:.35rem}.ReplayBoardPromptCard-module__pTOMaG__meta{margin-top:.35rem;font-size:.72rem;font-weight:600}.ReplayBoardPromptCard-module__pTOMaG__metaLink{width:max-content;max-width:100%;color:var(--color-text);margin-top:.35rem;font-size:.72rem;font-weight:800;text-decoration:none;display:inline-flex}.ReplayBoardPromptCard-module__pTOMaG__metaLink:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.ReplayBoardPromptCard-module__pTOMaG__actionLink{width:max-content;max-width:100%;min-height:1.5rem;color:var(--color-text);letter-spacing:0;align-items:center;margin-top:.45rem;font-size:.78rem;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.ReplayBoardPromptCard-module__pTOMaG__actionRow{flex-wrap:wrap;align-items:center;gap:.55rem;margin-top:.45rem;display:flex}.ReplayBoardPromptCard-module__pTOMaG__actionRow .ReplayBoardPromptCard-module__pTOMaG__actionLink{margin-top:0}.ReplayBoardPromptCard-module__pTOMaG__actionLink:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.ReplayBoardPromptCard-module__pTOMaG__importButton{appearance:none;border:1px solid var(--color-border-subtle);background:var(--color-sidebar-panel-bg);width:100%;min-height:2.2rem;color:var(--color-text);cursor:pointer;font:inherit;letter-spacing:0;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.42rem;margin-top:.55rem;padding:0 .75rem;font-size:.76rem;font-weight:800;line-height:1.2;transition:background-color .12s;display:inline-flex}.ReplayBoardPromptCard-module__pTOMaG__actionRow .ReplayBoardPromptCard-module__pTOMaG__importButton{width:100%;min-height:1.95rem;margin-top:.1rem}.ReplayBoardPromptCard-module__pTOMaG__importButton svg{color:currentColor;flex:none}.ReplayBoardPromptCard-module__pTOMaG__importButton span{text-overflow:ellipsis;min-width:0;overflow:hidden}.ReplayBoardPromptCard-module__pTOMaG__importButton:active{transform:translateY(0)}.ReplayBoardPromptCard-module__pTOMaG__importButton:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}
.DesktopStudyVideoPlayer-module__kPnPOq__frame{background:#000;border-radius:18px;width:100%;height:100%;min-height:320px;position:relative;overflow:hidden}.DesktopStudyVideoPlayer-module__kPnPOq__playerHost,.DesktopStudyVideoPlayer-module__kPnPOq__embedFrame,.DesktopStudyVideoPlayer-module__kPnPOq__nativeVideo{background:#000;border:0;width:100%;height:100%}.DesktopStudyVideoPlayer-module__kPnPOq__nativeVideo{object-fit:contain;display:block}
.TimestampPreviewModal-module__dGRO-q__overlay{z-index:700;-webkit-backdrop-filter:none;backdrop-filter:none;background:#000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.TimestampPreviewModal-module__dGRO-q__modal{--timestamp-modal-surface:#1b1b1f;--timestamp-modal-control:#1b1b1f;--timestamp-modal-control-hover:#242428;--timestamp-modal-border:#ffffff1b;--timestamp-modal-border-strong:#ffffff30;--timestamp-modal-text:#fcfaf7f0;--timestamp-modal-muted:#fcfaf79e;background:var(--timestamp-modal-surface);border-radius:10px;width:min(92vw,920px);max-height:calc(100vh - 2rem);position:relative;overflow:hidden;box-shadow:0 18px 48px #00000075}.TimestampPreviewModal-module__dGRO-q__modalWithFooter{flex-direction:column;height:min(100vh - 2rem,880px);display:flex}.TimestampPreviewModal-module__dGRO-q__closeButton{appearance:none;z-index:3;color:#f7f4ef;width:44px;min-width:44px;height:44px;box-shadow:none;cursor:pointer;background:0 0;border:0 solid #f7f4ef;border-radius:9999px;justify-content:center;align-items:center;padding:10px;font-size:17px;font-weight:500;line-height:24px;display:inline-flex;position:absolute;top:10px;right:10px}.TimestampPreviewModal-module__dGRO-q__closeButtonIcon{width:16px;height:16px;display:block}.TimestampPreviewModal-module__dGRO-q__closeButton:hover{color:#f7f4ef;background:#f7f4ef1f}.TimestampPreviewModal-module__dGRO-q__closeButton:focus-visible{outline-offset:2px;outline:2px solid #f7f4ef57}.TimestampPreviewModal-module__dGRO-q__previewColumn{background:var(--timestamp-modal-surface);flex-direction:column;min-width:0;min-height:0;display:flex}.TimestampPreviewModal-module__dGRO-q__player{aspect-ratio:16/9;background:#000;flex:0 auto;min-height:0}.TimestampPreviewModal-module__dGRO-q__controls{border-top:1px solid var(--timestamp-modal-border);background:var(--timestamp-modal-surface);flex-wrap:wrap;flex:none;justify-content:center;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.TimestampPreviewModal-module__dGRO-q__footerColumn{background:var(--timestamp-modal-surface);flex-direction:column;flex:auto;min-height:0;display:flex}.TimestampPreviewModal-module__dGRO-q__footerChrome{border-bottom:1px solid var(--timestamp-modal-border);background:var(--timestamp-modal-surface);flex:none;justify-content:flex-end;align-items:center;min-height:64px;padding:10px 12px;display:flex}.TimestampPreviewModal-module__dGRO-q__footerCloseButton{position:static;inset:auto}.TimestampPreviewModal-module__dGRO-q__footer{overscroll-behavior:contain;background:var(--timestamp-modal-surface);flex:auto;min-height:0;overflow-y:auto}.TimestampPreviewModal-module__dGRO-q__comboPreview{background:var(--timestamp-modal-surface);flex:none;justify-items:center;gap:.55rem;padding:0 1.25rem 1.25rem;display:grid}.TimestampPreviewModal-module__dGRO-q__comboPreviewLabel{color:var(--timestamp-modal-muted);text-transform:uppercase;font-size:.72rem;font-weight:800}.TimestampPreviewModal-module__dGRO-q__comboPreviewChips{border:1px solid var(--timestamp-modal-border-strong);border-radius:10px;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;width:fit-content;max-width:100%;padding:7px 10px;display:flex}.TimestampPreviewModal-module__dGRO-q__timestampNote{background:var(--timestamp-modal-surface);flex:none;gap:.45rem;padding:0 1.25rem 1.25rem;display:grid}.TimestampPreviewModal-module__dGRO-q__timestampNoteLabel{color:var(--timestamp-modal-muted);text-transform:uppercase;font-size:.72rem;font-weight:800}.TimestampPreviewModal-module__dGRO-q__timestampNoteText{border:1px solid var(--timestamp-modal-border);background:var(--timestamp-modal-control);color:#f4f7fbd1;white-space:pre-wrap;border-radius:8px;margin:0;padding:.65rem .75rem;font-size:.86rem;line-height:1.45}.TimestampPreviewModal-module__dGRO-q__comboGlyph{object-fit:contain;width:20px;height:20px}.TimestampPreviewModal-module__dGRO-q__comboDirectionGlyph{filter:var(--timestamp-combo-mono-glyph-filter,none)}.TimestampPreviewModal-module__dGRO-q__comboTextToken,.TimestampPreviewModal-module__dGRO-q__comboDirectionToken,.TimestampPreviewModal-module__dGRO-q__comboButtonToken{font-size:.72rem;font-weight:900;line-height:18px}.TimestampPreviewModal-module__dGRO-q__comboTextToken{color:var(--timestamp-modal-text);text-transform:uppercase}.TimestampPreviewModal-module__dGRO-q__comboMarker{border:1px solid;border-radius:5px;justify-content:center;align-items:center;min-height:18px;padding:0 4px;font-size:.68rem;font-weight:900;display:inline-flex}.TimestampPreviewModal-module__dGRO-q__comboFramekillMarker{color:#a855f7;background:#a855f72e}.TimestampPreviewModal-module__dGRO-q__comboTriggerMarker{color:#f59e0b;background:#f59e0b2e}.TimestampPreviewModal-module__dGRO-q__comboDirectionToken{min-width:auto;color:var(--timestamp-modal-text);text-align:center;background:0 0;border:0;border-radius:0;padding:0}.TimestampPreviewModal-module__dGRO-q__comboButtonToken{color:#070a12;border-radius:5px;padding:1px 4px}.TimestampPreviewModal-module__dGRO-q__speedRow{background:var(--timestamp-modal-control);border-radius:999px;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.25rem;padding:.15rem;display:flex}.TimestampPreviewModal-module__dGRO-q__segmentRow{background:var(--timestamp-modal-control);border-radius:16px;grid-template-columns:auto auto;justify-content:center;align-items:center;gap:.55rem;padding:.18rem;display:grid}.TimestampPreviewModal-module__dGRO-q__segmentActions{justify-content:center;align-items:center;gap:.25rem;display:inline-flex}.TimestampPreviewModal-module__dGRO-q__speedButton,.TimestampPreviewModal-module__dGRO-q__iconButton{color:var(--timestamp-modal-muted);cursor:pointer;background:0 0;border:0}.TimestampPreviewModal-module__dGRO-q__speedButton{border-radius:999px;min-width:36px;padding:.28rem .48rem;font-size:.72rem;font-weight:700}.TimestampPreviewModal-module__dGRO-q__speedButtonActive{background:var(--timestamp-modal-control-hover);color:var(--timestamp-modal-text)}.TimestampPreviewModal-module__dGRO-q__iconButton{border-radius:16px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.TimestampPreviewModal-module__dGRO-q__iconButton:hover,.TimestampPreviewModal-module__dGRO-q__speedButton:hover{background:var(--timestamp-modal-control-hover);color:var(--timestamp-modal-text)}.TimestampPreviewModal-module__dGRO-q__iconButtonActive{color:var(--timestamp-modal-text)}.TimestampPreviewModal-module__dGRO-q__segmentLabel{color:#f4f7fbd1;text-align:center;min-width:5.25rem;font-size:.76rem;font-weight:700}.TimestampPreviewModal-module__dGRO-q__trimControls{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;display:flex}.TimestampPreviewModal-module__dGRO-q__trimGroup{background:var(--timestamp-modal-control);border-radius:999px;align-items:center;gap:.18rem;padding:.12rem;display:inline-flex}.TimestampPreviewModal-module__dGRO-q__trimButton{background:var(--timestamp-modal-control-hover);color:#f4f7fbd1;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.TimestampPreviewModal-module__dGRO-q__trimButton:hover:not(:disabled){background:var(--timestamp-modal-control-hover);color:var(--timestamp-modal-text)}.TimestampPreviewModal-module__dGRO-q__trimButton:disabled{opacity:.28;cursor:default}.TimestampPreviewModal-module__dGRO-q__saveRangeButton{border:1px solid var(--timestamp-modal-border-strong);color:#151519;cursor:pointer;background:#f7f4efeb;border-radius:999px;min-height:30px;padding:.32rem .75rem;font-size:.7rem;font-weight:800}.TimestampPreviewModal-module__dGRO-q__saveRangeButton:hover:not(:disabled){background:#fff}.TimestampPreviewModal-module__dGRO-q__saveRangeButton:disabled{opacity:.34;cursor:default}.TimestampPreviewModal-module__dGRO-q__saveRangeError{color:#fca5a5;text-align:center;width:100%;margin:-.35rem 0 0;font-size:.72rem;font-weight:700}.TimestampPreviewModal-module__dGRO-q__trimReadout{justify-items:center;min-width:3.7rem;padding:0 .2rem;display:grid}.TimestampPreviewModal-module__dGRO-q__trimLabel{color:#f4f7fb61;text-transform:uppercase;font-size:.56rem;font-weight:800}.TimestampPreviewModal-module__dGRO-q__trimTime{color:#f4f7fbc7;font-size:.7rem;font-weight:800}@media (max-width:640px){.TimestampPreviewModal-module__dGRO-q__overlay{align-items:flex-start;padding:.75rem}.TimestampPreviewModal-module__dGRO-q__modal{width:100%;margin-top:3rem}.TimestampPreviewModal-module__dGRO-q__modalWithFooter{height:calc(100vh - 1.5rem);margin-top:0}.TimestampPreviewModal-module__dGRO-q__controls{align-items:stretch}.TimestampPreviewModal-module__dGRO-q__segmentRow{border-radius:14px;grid-template-columns:1fr;padding:.3rem .45rem}}@media (min-width:900px) and (min-height:560px){.TimestampPreviewModal-module__dGRO-q__modalWithFooter{width:min(96vw,1280px);height:auto;max-height:calc(100vh - 2rem);box-shadow:none;background:0 0;grid-template-columns:minmax(0,1fr) minmax(420px,480px);align-self:flex-start;align-items:start;column-gap:14px;margin-top:20px;display:grid;overflow:visible}.TimestampPreviewModal-module__dGRO-q__modalWithFooter .TimestampPreviewModal-module__dGRO-q__previewColumn{overscroll-behavior:contain;border-radius:10px;align-self:start;max-height:calc(100vh - 2rem);overflow-y:auto;box-shadow:0 18px 48px #00000047}.TimestampPreviewModal-module__dGRO-q__modalWithFooter .TimestampPreviewModal-module__dGRO-q__footerColumn{border-radius:10px;align-self:start;min-height:0;max-height:calc(100vh - 2rem);overflow:hidden;box-shadow:0 18px 48px #00000047}.TimestampPreviewModal-module__dGRO-q__modalWithFooter .TimestampPreviewModal-module__dGRO-q__footer{max-height:calc(100vh - 2rem - 64px)}}
.AppShell-module__onZTIa__root{--shell-left-width:16.25rem;--shell-main-width:600px;--shell-right-width:24rem;--shell-rail-position-offset:.875rem;--shell-divider-color:#ffffff2e;--shell-nav-active-color:var(--color-accent);--shell-nav-active-border:var(--shell-nav-active-color);--shell-nav-active-bg:color-mix(in srgb, var(--shell-nav-active-color) 10%, transparent);box-sizing:border-box;grid-template-columns:minmax(0, var(--shell-main-width)) var(--shell-right-width);column-gap:var(--shell-rail-position-offset);height:100vh;min-height:100vh;padding-left:var(--shell-left-width);background:var(--color-bg);justify-content:center;align-items:start;padding-right:0;transition:padding-left .18s;display:grid;overflow:hidden}.AppShell-module__onZTIa__standaloneRoot{background:var(--color-bg);min-height:100vh}[data-theme=light] .AppShell-module__onZTIa__root,[data-theme=light] .AppShell-module__onZTIa__standaloneRoot{background:var(--color-surface)}[data-theme=light] .AppShell-module__onZTIa__root{--shell-divider-color:#4b4b4b47;--shell-nav-active-bg:color-mix(in srgb, var(--shell-nav-active-color) 12%, transparent)}.AppShell-module__onZTIa__standaloneMain{width:100%;min-height:100vh;margin:0 auto;padding:0}.AppShell-module__onZTIa__sidebar{z-index:var(--z-header);width:var(--shell-left-width);background:var(--color-surface);border-right:2px solid var(--shell-divider-color);flex-direction:column;padding:0 .8rem .8rem;transition:width .18s,padding .18s;display:flex;position:fixed;inset:0 auto 0 0}[data-theme=light] .AppShell-module__onZTIa__sidebar{background:var(--color-surface)}.AppShell-module__onZTIa__sidebarHeader{align-items:center;gap:.45rem;width:100%;height:3.5rem;min-height:3.5rem;padding:.75rem 0 .6rem;display:flex}.AppShell-module__onZTIa__profileMenuWrap{flex:auto;min-width:0;position:relative}.AppShell-module__onZTIa__profileTrigger{width:100%;min-width:0;height:2rem;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;padding:0;text-decoration:none;transition:background-color .12s,color .12s;display:flex}.AppShell-module__onZTIa__profileTrigger:hover,.AppShell-module__onZTIa__profileTrigger[data-menu-open=true]{background:var(--color-surface-2);color:var(--color-text)}.AppShell-module__onZTIa__profileLink{min-width:0;height:100%;color:inherit;border-radius:5px 0 0 5px;flex:auto;align-items:center;gap:.45rem;padding-left:.4rem;text-decoration:none;display:flex}.AppShell-module__onZTIa__profileTrigger:focus-visible,.AppShell-module__onZTIa__profileLink:focus-visible,.AppShell-module__onZTIa__profileMenuButton:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:-2px}.AppShell-module__onZTIa__profileAvatar{border:1px solid color-mix(in srgb, var(--color-text-muted) 22%, transparent);background:color-mix(in srgb, var(--color-text-muted) 14%, transparent);width:1.8rem;height:1.8rem;box-shadow:none;border-radius:999px;flex:0 0 1.8rem;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.AppShell-module__onZTIa__profileAvatarImg{object-fit:cover;width:100%;height:100%;display:block}.AppShell-module__onZTIa__profileInitial{color:var(--color-text-muted);font-size:.66rem;font-weight:800;line-height:1}.AppShell-module__onZTIa__profileName{min-width:0;color:var(--color-text);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;line-height:32px;overflow:hidden}.AppShell-module__onZTIa__profileMenuButton{width:2rem;height:100%;color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:0 5px 5px 0;flex:0 0 2rem;justify-content:center;align-items:center;display:inline-flex}.AppShell-module__onZTIa__profileMenuButton:hover,.AppShell-module__onZTIa__profileMenuButton[aria-expanded=true]{color:var(--color-text)}.AppShell-module__onZTIa__profileChevron{color:currentColor;flex:none;transition:transform .12s,color .12s}.AppShell-module__onZTIa__profileTrigger[aria-expanded=true] .AppShell-module__onZTIa__profileChevron,.AppShell-module__onZTIa__profileMenuButton[aria-expanded=true] .AppShell-module__onZTIa__profileChevron{transform:rotate(180deg)}.AppShell-module__onZTIa__profileMenu{--profile-menu-bg:var(--color-surface);--profile-menu-hover:var(--color-surface-2);--profile-menu-border:var(--shell-divider-color);--profile-menu-muted:var(--color-text-muted);z-index:calc(var(--z-header) + 4);box-sizing:content-box;border:1px solid var(--profile-menu-border);background:var(--profile-menu-bg);width:268px;min-width:268px;max-width:268px;color:var(--color-text);border-radius:10px;padding:6px 0;font-family:Twemoji Country Flags,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:13px;font-weight:400;line-height:normal;position:absolute;top:calc(100% + .25rem);left:-.25rem;overflow:auto;box-shadow:0 0 8px #0000001f}[data-theme=light] .AppShell-module__onZTIa__profileMenu{--profile-menu-bg:var(--color-surface);--profile-menu-hover:var(--color-surface-2);--profile-menu-border:var(--color-border-subtle);--profile-menu-muted:var(--color-text-muted)}.AppShell-module__onZTIa__profileMenuItem{width:calc(100% - 12px);min-height:32px;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;margin:0 6px;padding:0 6px;text-decoration:none;display:flex}.AppShell-module__onZTIa__profileMenuItem:hover,.AppShell-module__onZTIa__profileMenuItem:focus-visible{background:var(--profile-menu-hover);color:var(--color-text);outline:none}.AppShell-module__onZTIa__profileMenuAccountItem{height:56px;padding-right:12px}.AppShell-module__onZTIa__profileMenuLanguageItem{min-height:44px}.AppShell-module__onZTIa__profileMenuIcon,.AppShell-module__onZTIa__profileMenuLucideIcon{width:24px;height:24px;color:var(--color-text-muted);flex:0 0 24px;margin-right:10px}.AppShell-module__onZTIa__profileMenuIcon{background:0 0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;overflow:hidden}.AppShell-module__onZTIa__profileMenuAvatar{border:1px solid color-mix(in srgb, var(--color-text-muted) 22%, transparent);background:color-mix(in srgb, var(--color-text-muted) 14%, transparent)}.AppShell-module__onZTIa__profileMenuFlagIcon{background:0 0}.AppShell-module__onZTIa__profileMenuFlag{object-fit:cover;border-radius:999px;width:20px;height:20px;display:block}.AppShell-module__onZTIa__profileMenuAvatarGlyph{color:var(--color-text-muted)}.AppShell-module__onZTIa__profileMenuAvatarImg{object-fit:cover;width:100%;height:100%;display:block}.AppShell-module__onZTIa__profileMenuInitial{color:var(--color-text);font-size:11px;font-weight:700;line-height:1}.AppShell-module__onZTIa__profileMenuTextStack{flex-direction:column;flex:auto;justify-content:center;align-items:flex-start;gap:2px;min-width:0;padding-right:4px;display:flex}.AppShell-module__onZTIa__profileMenuPrimary,.AppShell-module__onZTIa__profileMenuItemLabel{min-width:0;color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;line-height:31px;overflow:hidden}.AppShell-module__onZTIa__profileMenuPrimary{line-height:17px}.AppShell-module__onZTIa__profileMenuAccountItem .AppShell-module__onZTIa__profileMenuPrimary{font-weight:600}.AppShell-module__onZTIa__profileMenuSecondary{min-width:0;color:var(--profile-menu-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;line-height:16px;overflow:hidden}.AppShell-module__onZTIa__profileMenuSeparator{background:var(--profile-menu-border);height:1px;margin:6px 0}.AppShell-module__onZTIa__productivityOverlay{z-index:calc(var(--z-modal) + 30);background:#0000004d;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.AppShell-module__onZTIa__scheduleProductivityOverlay{--schedule-productivity-anchor-top:max(16px, calc(50vh - 318.5px));padding:var(--schedule-productivity-anchor-top) 16px 16px;place-items:start center;overflow-y:auto}.AppShell-module__onZTIa__productivityDialog{--productivity-bg:#262626;--productivity-bg-soft:#303030;--productivity-bg-hover:#333;--productivity-border:#3b3b3b;--productivity-text:#f3f3f3;--productivity-muted:#adadad;--productivity-link:var(--color-accent);--productivity-link-hover:color-mix(in srgb, var(--color-accent) 78%, var(--productivity-text));--productivity-goal:var(--color-accent);--productivity-bar:#adadad;background:var(--productivity-bg);width:min(480px,100vw - 32px);max-height:calc(100vh - 32px);color:var(--productivity-text);border-radius:10px;flex-direction:column;font-family:Twemoji Country Flags,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:13px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000029}.AppShell-module__onZTIa__scheduleProductivityDialog{max-height:calc(100vh - var(--schedule-productivity-anchor-top,16px) - 16px)}[data-theme=light] .AppShell-module__onZTIa__productivityDialog{--productivity-bg:#fff;--productivity-bg-soft:#f5f5f5;--productivity-bg-hover:#f4f4f4;--productivity-border:#eee;--productivity-text:#202020;--productivity-muted:#777;--productivity-link:var(--color-accent);--productivity-link-hover:color-mix(in srgb, var(--color-accent) 78%, var(--productivity-text));--productivity-goal:var(--color-accent);--productivity-bar:#8f8f8f}[data-theme=dark][data-theme-variant] .AppShell-module__onZTIa__productivityDialog{--productivity-bg:var(--media-card-bg);--productivity-bg-soft:var(--color-surface-2);--productivity-bg-hover:var(--color-surface-3);--productivity-border:var(--color-modal-border);--productivity-text:var(--color-text);--productivity-muted:var(--color-text-muted)}.AppShell-module__onZTIa__productivityHeader{justify-content:space-between;align-items:flex-start;gap:16px;min-height:64px;padding:12px 8px 11px 16px;display:flex}.AppShell-module__onZTIa__productivityHeaderText{flex-direction:column;gap:3px;min-width:0;display:flex}.AppShell-module__onZTIa__productivityTitle{color:var(--productivity-text);letter-spacing:0;margin:0;font-size:16px;font-weight:600;line-height:21px}.AppShell-module__onZTIa__productivityClose{width:32px;height:32px;color:var(--productivity-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;padding:0;display:inline-flex}.AppShell-module__onZTIa__productivityClose:hover,.AppShell-module__onZTIa__productivityClose:focus-visible{background:var(--productivity-bg-hover);color:var(--productivity-text);outline:none}.AppShell-module__onZTIa__productivityRule{background:var(--productivity-border);flex:none;height:1px}.AppShell-module__onZTIa__productivityBody{min-height:0;padding:16px;overflow-y:auto}.AppShell-module__onZTIa__productivityTextLink{color:var(--productivity-link);text-underline-offset:2px;white-space:nowrap;font-size:12px;font-weight:400;line-height:16px;text-decoration:underline;text-decoration-thickness:1px}.AppShell-module__onZTIa__productivityTextLink:hover,.AppShell-module__onZTIa__productivityTextLink:focus-visible{color:var(--productivity-link-hover)}.AppShell-module__onZTIa__productivityTextButton{color:var(--productivity-link);font:inherit;text-underline-offset:2px;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:400;line-height:16px;text-decoration:underline;text-decoration-thickness:1px}.AppShell-module__onZTIa__productivityTextButton:hover,.AppShell-module__onZTIa__productivityTextButton:focus-visible{color:var(--productivity-link-hover);outline:none}.AppShell-module__onZTIa__productivityTabsWrap{justify-content:center;height:36px;display:flex}.AppShell-module__onZTIa__productivityTabs{border:2px solid var(--productivity-bg-soft);background:var(--productivity-bg-soft);border-radius:20px;justify-content:center;align-items:center;height:36px;padding:0;display:flex}.AppShell-module__onZTIa__productivityTab{height:32px;color:var(--productivity-text);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:20px;justify-content:center;align-items:center;padding:4px 12px;font-size:14px;font-weight:600;display:inline-flex}.AppShell-module__onZTIa__productivityTab[aria-selected=true]{border-color:var(--productivity-border);background:var(--productivity-bg)}.AppShell-module__onZTIa__productivityPanel{flex-direction:column;display:flex}.AppShell-module__onZTIa__productivityGoalSection{border-bottom:1px solid var(--productivity-border);flex-direction:column;justify-content:center;align-items:center;min-height:191px;padding:19.5px 0;display:flex}.AppShell-module__onZTIa__productivityGoalIcon{--productivity-goal-progress:0%;background:conic-gradient(from -90deg, var(--productivity-goal) var(--productivity-goal-progress), color-mix(in srgb, var(--productivity-muted) 26%, transparent) 0);border-radius:50%;place-items:center;width:94px;height:94px;display:grid;position:relative}.AppShell-module__onZTIa__productivityGoalIcon:before{content:"";border-radius:inherit;background:var(--productivity-bg);position:absolute;inset:4px}.AppShell-module__onZTIa__productivityGoalImage{z-index:1;object-fit:contain;filter:grayscale()brightness(1.35);width:62px;height:62px;display:block;position:relative}[data-theme=light] .AppShell-module__onZTIa__productivityGoalImage{filter:grayscale()brightness(.72)}.AppShell-module__onZTIa__productivityGoalText{text-align:center;margin-top:12px}.AppShell-module__onZTIa__productivityGoalText strong{color:var(--productivity-text);font-size:13px;font-weight:700;line-height:17px;display:block}.AppShell-module__onZTIa__productivityGoalText p{color:var(--productivity-muted);margin:6px 0 0;font-size:12px;line-height:16px}.AppShell-module__onZTIa__productivityGoalText .AppShell-module__onZTIa__productivityTextLink{margin-top:9.75px;font-size:13px;line-height:17px;display:inline-block}.AppShell-module__onZTIa__productivityStreakSection{border-bottom:1px solid var(--productivity-border);padding:13px 0}.AppShell-module__onZTIa__productivityStreakPrimary{color:var(--productivity-text);margin:0 0 3px;font-size:12px;line-height:16px}.AppShell-module__onZTIa__productivityStreakSecondary{color:var(--productivity-muted);margin:6px 0 0;font-size:12px;line-height:18px}.AppShell-module__onZTIa__productivityHistorySection{border-bottom:1px solid var(--productivity-border);padding:13px 0}.AppShell-module__onZTIa__productivityHistorySection h3{color:var(--productivity-text);margin:0 0 12px;font-size:13px;font-weight:700;line-height:17px}.AppShell-module__onZTIa__productivityHistoryRows{flex-direction:column;gap:7px;padding:3px 0;display:flex}.AppShell-module__onZTIa__productivityHistoryRow{grid-template-columns:18px 24px minmax(0,1fr);align-items:center;gap:5.5px;min-height:15px;display:grid}.AppShell-module__onZTIa__productivityHistoryRow[data-mode=weekly]{grid-template-columns:48px 28px minmax(0,1fr)}.AppShell-module__onZTIa__productivityHistoryDay,.AppShell-module__onZTIa__productivityHistoryValue{color:var(--productivity-muted);font-size:11px;font-weight:400;line-height:15px}.AppShell-module__onZTIa__productivityHistoryValue{color:var(--productivity-text);font-weight:700}.AppShell-module__onZTIa__productivityHistoryTrack{min-width:0;height:10px;position:relative}.AppShell-module__onZTIa__productivityHistoryTrack:before{content:"";background:var(--productivity-border);width:1px;position:absolute;top:-2px;bottom:-2px;left:0}.AppShell-module__onZTIa__productivityHistoryBar{background:var(--productivity-bar);border-radius:0;position:absolute;top:1px;bottom:1px;left:0}.AppShell-module__onZTIa__productivityKarmaHero{border-bottom:1px solid var(--productivity-border);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:198px;padding:20px 0;display:flex}.AppShell-module__onZTIa__productivityRankRing{--productivity-progress:0%;background:conic-gradient(var(--productivity-link) var(--productivity-progress), color-mix(in srgb, var(--productivity-muted) 32%, transparent) 0);border-radius:50%;place-items:center;width:94px;height:94px;padding:4px;display:grid}.AppShell-module__onZTIa__productivityRankRingInner{border-radius:inherit;background:var(--productivity-bg);place-items:center;width:100%;height:100%;display:grid}.AppShell-module__onZTIa__productivityKarmaIcon{object-fit:contain;width:62px;height:62px;display:block}.AppShell-module__onZTIa__productivityKarmaCopy{margin-top:11px}.AppShell-module__onZTIa__productivityKarmaCopy strong{color:var(--productivity-text);font-size:14px;font-weight:700;line-height:18px;display:block}.AppShell-module__onZTIa__productivityKarmaCopy p{color:var(--productivity-text);margin:4px 0 0;font-size:12px;font-weight:700;line-height:16px}.AppShell-module__onZTIa__productivityKarmaCopy span{color:var(--productivity-muted);margin-top:4px;font-size:12px;line-height:16px;display:block}.AppShell-module__onZTIa__productivityKarmaCopy .AppShell-module__onZTIa__productivityTextButton{margin-top:10px;display:inline-block}.AppShell-module__onZTIa__productivityKarmaTrend{border-bottom:1px solid var(--productivity-border);padding:13px 0}.AppShell-module__onZTIa__productivityKarmaTrend h3{color:var(--productivity-text);margin:0 0 12px;font-size:13px;font-weight:700;line-height:17px}.AppShell-module__onZTIa__productivityKarmaLevelRows{flex-direction:column;display:flex}.AppShell-module__onZTIa__productivityMomentumChart{height:128px;padding:2px 0 0}.AppShell-module__onZTIa__productivityKarmaLevelRow{border-top:1px solid var(--productivity-border);min-height:34px;color:var(--productivity-muted);grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.AppShell-module__onZTIa__productivityKarmaLevelRow:first-child{border-top:0}.AppShell-module__onZTIa__productivityKarmaLevelRow[data-active=true]{color:var(--productivity-text)}.AppShell-module__onZTIa__productivityKarmaLevelRow img{object-fit:contain;opacity:.78;width:18px;height:18px}.AppShell-module__onZTIa__productivityKarmaLevelRow[data-active=true] img{opacity:1}.AppShell-module__onZTIa__productivityKarmaLevelRow span,.AppShell-module__onZTIa__productivityKarmaLevelRow strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;line-height:16px;overflow:hidden}.AppShell-module__onZTIa__productivityKarmaLevelRow span{color:inherit}.AppShell-module__onZTIa__productivityKarmaLevelRow strong{color:var(--productivity-muted);font-weight:600}.AppShell-module__onZTIa__productivityLevelsDialog{box-shadow:0 8px 28px #00000038}.AppShell-module__onZTIa__productivityLevelsBody{min-height:0;padding:14px 16px 16px;overflow-y:auto}.AppShell-module__onZTIa__productivityLevelsSection,.AppShell-module__onZTIa__productivityMomentumFactors{border-bottom:1px solid var(--productivity-border);padding:12px 0}.AppShell-module__onZTIa__productivityMomentumFactors{border-bottom:0}.AppShell-module__onZTIa__productivityLevelsSection h3,.AppShell-module__onZTIa__productivityMomentumFactors h3{color:var(--productivity-text);margin:0 0 8px;font-size:13px;font-weight:700;line-height:17px}.AppShell-module__onZTIa__productivityMomentumFactorRows{flex-direction:column;display:flex}.AppShell-module__onZTIa__productivityMomentumFactorRow{border-top:1px solid var(--productivity-border);min-height:30px;color:var(--productivity-muted);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;font-size:12px;line-height:16px;display:grid}.AppShell-module__onZTIa__productivityMomentumFactorRow:first-child{border-top:0}.AppShell-module__onZTIa__productivityMomentumFactorRow span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.AppShell-module__onZTIa__productivityMomentumFactorRow strong{color:var(--productivity-text);white-space:nowrap;font-size:12px;font-weight:700;line-height:16px}.AppShell-module__onZTIa__sidebarIconButton{width:2rem;height:2rem;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:.5rem;flex:0 0 2rem;justify-content:center;align-items:center;padding:0;text-decoration:none;transition:color .15s,opacity .15s;display:inline-flex;position:relative}.AppShell-module__onZTIa__sidebarIconButton:hover{color:var(--color-text);opacity:.75}.AppShell-module__onZTIa__sidebarIconButton:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.AppShell-module__onZTIa__notificationDot{background:#ff8a00;border-radius:999px;width:.45rem;height:.45rem;position:absolute;top:.2rem;right:.2rem}.AppShell-module__onZTIa__sidebarSearchSlot{width:100%;margin:0 0 .65rem}.AppShell-module__onZTIa__sidebarSearchButton{border:1px solid color-mix(in srgb, var(--color-text-muted) 34%, transparent);width:100%;height:2rem;color:var(--color-text-muted);font:inherit;cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:0 .625rem;transition:background-color .15s,border-color .15s,color .15s;display:flex}.AppShell-module__onZTIa__sidebarSearchButton:hover,.AppShell-module__onZTIa__sidebarSearchButton[data-active=true]{border-color:color-mix(in srgb, var(--color-text-muted) 48%, transparent);background:color-mix(in srgb, var(--color-text) 4%, transparent);color:var(--color-text)}.AppShell-module__onZTIa__sidebarSearchIcon{flex:0 0 1rem;width:1rem;height:1rem}.AppShell-module__onZTIa__sidebarSearchLabel{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:.8rem;font-weight:500;line-height:1;overflow:hidden}.AppShell-module__onZTIa__sidebarSearchShortcut{border:1px solid color-mix(in srgb, var(--color-text-muted) 24%, transparent);width:1.35rem;min-width:1.35rem;height:1.35rem;color:var(--color-text-muted);border-radius:2px;justify-content:center;align-items:center;margin-right:-.125rem;padding:0;font-size:.68rem;font-weight:600;line-height:1;display:inline-flex}.AppShell-module__onZTIa__nav{flex-direction:column;gap:.35rem;width:100%;display:flex}.AppShell-module__onZTIa__sidebarFooter{width:100%;margin-top:auto;padding-top:.75rem}.AppShell-module__onZTIa__navButton{width:100%;height:2.8rem;color:var(--color-text);cursor:pointer;font:inherit;background:0 0;border:1px solid #0000;border-radius:.65rem;align-items:center;gap:1rem;padding:.2rem .45rem .2rem .7rem;text-decoration:none;transition:all .15s;display:flex}.AppShell-module__onZTIa__navButton:hover{background:var(--color-surface-2);color:var(--color-text)}.AppShell-module__onZTIa__navButton[data-mobile-only=true]{display:none}.AppShell-module__onZTIa__navButton[data-active=true]{background:var(--shell-nav-active-bg);color:var(--shell-nav-active-color);border-color:var(--shell-nav-active-border)}.AppShell-module__onZTIa__shortcutsSection{flex-direction:column;gap:.25rem;margin-top:.25rem;display:flex}.AppShell-module__onZTIa__shortcutsHeader{border:0;border-bottom:1px solid var(--shell-divider-color);width:100%;min-height:1.8rem;color:var(--color-text-muted);cursor:pointer;font:inherit;letter-spacing:0;text-align:left;text-transform:uppercase;background:0 0;justify-content:space-between;align-items:center;gap:.75rem;padding:0 .55rem .35rem .72rem;font-size:.7rem;font-weight:800;line-height:1;display:flex}.AppShell-module__onZTIa__shortcutsHeader:hover,.AppShell-module__onZTIa__shortcutsHeader:focus-visible{color:var(--color-text);outline:none}.AppShell-module__onZTIa__shortcutsHeader:focus-visible{box-shadow:0 2px 0 var(--color-focus-ring)}.AppShell-module__onZTIa__shortcutsChevron{color:currentColor;flex:none;transition:transform .15s}.AppShell-module__onZTIa__shortcutsHeader[aria-expanded=true] .AppShell-module__onZTIa__shortcutsChevron{transform:rotate(180deg)}.AppShell-module__onZTIa__shortcutsContent{flex-direction:column;gap:.28rem;padding-top:.25rem;display:flex}.AppShell-module__onZTIa__shortcutItem{background:color-mix(in srgb, var(--color-surface-2) 30%, transparent);border:1px solid #0000;border-radius:.42rem;grid-template-columns:minmax(0,1fr) 1.8rem;align-items:center;transition:background-color .15s,color .15s,border-color .15s;display:grid}.AppShell-module__onZTIa__shortcutItem:hover,.AppShell-module__onZTIa__shortcutItem:focus-within{background:var(--color-surface-2);border-color:color-mix(in srgb, var(--color-text-muted) 18%, transparent);color:var(--color-text)}.AppShell-module__onZTIa__shortcutItem[data-active=true]{background:var(--shell-nav-active-bg);color:var(--shell-nav-active-color)}.AppShell-module__onZTIa__shortcutLink{min-height:3.4rem;color:var(--color-text-muted);background:0 0;border-radius:0;grid-template-columns:2.15rem minmax(0,1fr);align-items:center;gap:.7rem;padding:.48rem .28rem .48rem .68rem;text-decoration:none;transition:color .15s;display:grid}.AppShell-module__onZTIa__shortcutLink:hover,.AppShell-module__onZTIa__shortcutLink:focus-visible{color:var(--color-text);outline:none}.AppShell-module__onZTIa__shortcutItem:hover .AppShell-module__onZTIa__shortcutLink,.AppShell-module__onZTIa__shortcutItem:focus-within .AppShell-module__onZTIa__shortcutLink{color:var(--color-text)}.AppShell-module__onZTIa__shortcutItem[data-active=true] .AppShell-module__onZTIa__shortcutLink{color:var(--shell-nav-active-color)}.AppShell-module__onZTIa__shortcutRemoveButton{width:1.55rem;height:1.55rem;color:var(--color-text-muted);cursor:pointer;opacity:.62;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;margin-right:.24rem;transition:background-color .15s,color .15s,opacity .15s;display:inline-flex}.AppShell-module__onZTIa__shortcutRemoveButton:hover,.AppShell-module__onZTIa__shortcutRemoveButton:focus-visible{background:color-mix(in srgb, currentColor 12%, transparent);color:var(--color-text);opacity:1;outline:none}.AppShell-module__onZTIa__shortcutIcon{color:currentColor;border-radius:999px;justify-content:center;align-items:center;width:2.15rem;height:2.15rem;display:inline-flex;overflow:hidden}.AppShell-module__onZTIa__shortcutIcon[data-kind=note]{background:0 0;border-radius:0}.AppShell-module__onZTIa__shortcutIconImage{object-fit:cover;width:100%;height:100%;display:block}.AppShell-module__onZTIa__shortcutIconFallback{border:1px solid color-mix(in srgb, currentColor 32%, transparent);border-radius:inherit;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;font-weight:850;line-height:1;display:inline-flex}.AppShell-module__onZTIa__shortcutText{flex-direction:column;gap:.2rem;min-width:0;display:flex}.AppShell-module__onZTIa__shortcutLabel{letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.86rem;font-weight:760;line-height:1.12;overflow:hidden}.AppShell-module__onZTIa__shortcutMeta{min-width:0;color:var(--color-text-muted);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:650;line-height:1.1;overflow:hidden}.AppShell-module__onZTIa__shortcutItem[data-active=true] .AppShell-module__onZTIa__shortcutMeta{color:currentColor;opacity:.72}.AppShell-module__onZTIa__shortcutsEmpty{min-height:2rem;color:var(--color-text-muted);align-items:center;padding:0 .72rem;font-size:.75rem;font-weight:500;line-height:1.2;display:flex}.AppShell-module__onZTIa__navIconImg{object-fit:contain;flex-shrink:0;width:1.7rem;height:1.7rem;display:block}.AppShell-module__onZTIa__navIconSvg{color:currentColor;flex-shrink:0;width:1.7rem;height:1.7rem;display:block}.AppShell-module__onZTIa__navPlatformIcons{flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:1.7rem;display:inline-flex}.AppShell-module__onZTIa__navPlatformIconImg{object-fit:contain;flex:0 0 1.22rem;width:1.22rem;height:1.22rem;display:block}.AppShell-module__onZTIa__navPlatformIconImg+.AppShell-module__onZTIa__navPlatformIconImg{margin-left:-.08rem}.AppShell-module__onZTIa__navIconAvatar{object-fit:cover;background:var(--color-overlay-medium);border:0;border-radius:50%}.AppShell-module__onZTIa__navButton[data-active=true] .AppShell-module__onZTIa__navIconAvatar{border-color:#0000}.AppShell-module__onZTIa__navLabel{letter-spacing:.04em;font-size:.84rem;font-weight:700;line-height:1.4}.AppShell-module__onZTIa__featureModalOverlay{z-index:calc(var(--z-modal) + 20);background:#000000b8;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.AppShell-module__onZTIa__featureModalStack{justify-content:center;width:min(560px,100vw - 2rem);display:flex;position:relative}.AppShell-module__onZTIa__featureModalPanel{aspect-ratio:7/8;color:#fff;background:#151515;border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;width:min(560px,100vw - 2rem);max-height:calc(100vh - 3rem);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000008c}.AppShell-module__onZTIa__featureModalClose{z-index:2;color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:999px;width:2rem;height:2rem;font-size:.8rem;font-weight:900;position:absolute;top:1rem;right:1rem}.AppShell-module__onZTIa__featureModalContent{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.1rem;padding:3.5rem 2.3rem 1rem;display:flex}.AppShell-module__onZTIa__featureModalHeading{color:#fff;letter-spacing:0;text-align:center;width:100%;margin:0;font-size:clamp(1.45rem,3vw,2rem);font-weight:950;line-height:1.05}.AppShell-module__onZTIa__discordAnnouncementBody{text-align:center}.AppShell-module__onZTIa__discordAnnouncementBody p{max-width:290px;color:var(--color-text-secondary);margin:0;font-size:13px;line-height:1.4}.AppShell-module__onZTIa__discordAnnouncementPanel{aspect-ratio:auto;border-radius:18px;width:min(350px,100vw - 2rem);min-height:330px;max-height:none}.AppShell-module__onZTIa__discordAnnouncementHero{isolation:isolate;background:#080808;border-bottom:1px solid #ffffff24;flex:none;place-items:center;min-height:148px;display:grid;position:relative;overflow:hidden}.AppShell-module__onZTIa__discordAnnouncementHero:before,.AppShell-module__onZTIa__discordAnnouncementHero:after{z-index:-1;content:"";pointer-events:none;position:absolute;inset:-20%}.AppShell-module__onZTIa__discordAnnouncementHero:before{opacity:.46;background:radial-gradient(circle at 76% 20%,#ffffff0f,#0000 30%),radial-gradient(circle at 18% 84%,#ffffff0a,#0000 34%),linear-gradient(132deg,#050505,#242424 52%,#090909)}.AppShell-module__onZTIa__discordAnnouncementHero:after{opacity:.32;background-image:radial-gradient(circle,#ffffff42 0 1px,#0000 1.25px);background-size:7px 7px;inset:0;-webkit-mask-image:linear-gradient(132deg,#0000 4%,#000 30% 76%,#0000 102%);mask-image:linear-gradient(132deg,#0000 4%,#000 30% 76%,#0000 102%)}.AppShell-module__onZTIa__discordAnnouncementContent{flex:none;gap:.45rem;padding:1rem 1.25rem .35rem}.AppShell-module__onZTIa__discordAnnouncementContent h2{font-size:1.2rem}.AppShell-module__onZTIa__discordAnnouncementFooter{min-height:3.8rem;padding:.4rem .9rem .7rem}.AppShell-module__onZTIa__featureModalPrimary.AppShell-module__onZTIa__discordAnnouncementPrimary{color:#f1f1f1;background:#303030;height:2.2rem;padding:0 .9rem;font-size:.78rem}.AppShell-module__onZTIa__featureModalPrimary.AppShell-module__onZTIa__discordAnnouncementPrimary:hover{background:#505050}.AppShell-module__onZTIa__discordAnnouncementIcon{filter:drop-shadow(0 10px 18px #00000061);place-items:center;display:grid}.AppShell-module__onZTIa__discordAnnouncementIcon img{object-fit:contain;filter:brightness(0)invert();width:88px;height:88px}.AppShell-module__onZTIa__sessionChartHeader{text-align:center;justify-content:center;align-items:center;gap:1rem;width:100%;padding:0 .2rem;display:flex}.AppShell-module__onZTIa__sessionChartHeader div{min-width:0}.AppShell-module__onZTIa__sessionChartHeader span{color:#ffffffb8;font-size:.95rem;font-weight:800}.AppShell-module__onZTIa__sessionMrSummary{border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;margin:0;padding:.8rem 0;display:grid}.AppShell-module__onZTIa__sessionMrMetric{text-align:center;flex-direction:column;align-items:center;gap:.25rem;min-width:0;padding:0 .75rem;display:flex}.AppShell-module__onZTIa__sessionMrMetric+.AppShell-module__onZTIa__sessionMrMetric{border-left:1px solid #ffffff1f}.AppShell-module__onZTIa__sessionMrMetric dt{color:#ffffff8a;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:850}.AppShell-module__onZTIa__sessionMrMetric dd{color:#fff;margin:0;font-size:1.2rem;font-weight:950;line-height:1}.AppShell-module__onZTIa__sessionMrMetric[data-tone=up] dd{color:#4ade80}.AppShell-module__onZTIa__sessionMrMetric[data-tone=down] dd{color:#fb7185}.AppShell-module__onZTIa__sessionChart{background:0 0;justify-content:center;width:100%;padding:.5rem .25rem 0;display:flex;overflow:hidden}.AppShell-module__onZTIa__sessionMatchup{text-align:left;flex-direction:column;justify-content:center;align-items:center;gap:1.15rem;width:100%;min-height:22rem;display:flex}.AppShell-module__onZTIa__matchupLines{border-top:1px solid #ffffff1f;flex-direction:column;width:100%;display:flex}.AppShell-module__onZTIa__matchupLine{border-bottom:1px solid #ffffff1f;grid-template-columns:4rem minmax(0,1fr) auto;align-items:center;gap:.9rem;min-width:0;padding:.95rem 0;display:grid}.AppShell-module__onZTIa__matchupLineImage,.AppShell-module__onZTIa__matchupLineFallback{background:var(--color-surface-2);object-fit:cover;border-radius:8px;width:3.45rem;height:3.45rem}.AppShell-module__onZTIa__matchupLineFallback{color:#fff;place-items:center;font-size:1.5rem;font-weight:950;display:grid}.AppShell-module__onZTIa__matchupLineMain,.AppShell-module__onZTIa__matchupLineScore{flex-direction:column;min-width:0;display:flex}.AppShell-module__onZTIa__matchupLineMain{gap:.2rem}.AppShell-module__onZTIa__matchupLineScore{text-align:right;align-items:flex-end;gap:.25rem}.AppShell-module__onZTIa__matchupLabel{color:#ffffff94;text-transform:uppercase;font-size:.74rem;font-weight:900}.AppShell-module__onZTIa__matchupName{overflow-wrap:anywhere;color:#fff;max-width:100%;font-size:1.18rem;font-weight:950;line-height:1.05}.AppShell-module__onZTIa__matchupLineScore strong{color:#fff;font-size:1.55rem;font-weight:950;line-height:1}.AppShell-module__onZTIa__matchupMeta,.AppShell-module__onZTIa__matchupLineScore span,.AppShell-module__onZTIa__matchupNote{color:#ffffff94;font-size:.82rem;font-weight:800}.AppShell-module__onZTIa__matchupNote{text-align:center;margin:.25rem 0 0}@media (max-width:980px){.AppShell-module__onZTIa__featureModalStack{width:min(560px,100vw - 2rem)}}.AppShell-module__onZTIa__featureModalFooter{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:5rem;padding:1rem 1.25rem 1.25rem;display:grid}.AppShell-module__onZTIa__featureModalSecondary,.AppShell-module__onZTIa__featureModalPrimary{height:2.75rem;font:inherit;cursor:pointer;border-radius:999px;padding:0 1.2rem;font-weight:800}.AppShell-module__onZTIa__featureModalSecondary{color:#ffffff9e;background:0 0;border:0;justify-self:start}.AppShell-module__onZTIa__featureModalPrimary{color:#111;background:#fff;border:0;justify-self:end}.AppShell-module__onZTIa__featureModalDots{align-items:center;gap:.4rem;display:flex}.AppShell-module__onZTIa__featureModalDots span{background:#ffffff2e;border-radius:999px;width:1.65rem;height:.32rem}.AppShell-module__onZTIa__featureModalDots span[data-active=true]{background:#fff}.AppShell-module__onZTIa__main{--page-main-max-width:var(--shell-main-width);width:100%;max-width:var(--page-main-max-width);overscroll-behavior:contain;scrollbar-width:none;flex-direction:column;grid-column:1;justify-self:stretch;align-items:center;height:100vh;min-height:0;padding:1.35rem 1.15rem 1.15rem;display:flex;overflow-y:auto}.AppShell-module__onZTIa__main::-webkit-scrollbar{display:none}:is(.AppShell-module__onZTIa__main[data-scroll-locked=true],body:has([role=dialog][aria-modal=true]) .AppShell-module__onZTIa__main){overscroll-behavior:none;overflow:hidden}.AppShell-module__onZTIa__main:has([data-hitboxes-tool=true]){box-sizing:border-box;height:100vh;min-height:0;overflow:hidden}.AppShell-module__onZTIa__main:has([data-move-distance-tool=true]){box-sizing:border-box;height:100vh;min-height:0;overflow:hidden}.AppShell-module__onZTIa__mainGoLiveWidget{width:min(100%, var(--shell-right-width));flex-shrink:0;margin:0 auto .8rem;display:none}.AppShell-module__onZTIa__mainGoLiveWidget:empty{margin:0}.AppShell-module__onZTIa__rightSidebar{box-sizing:border-box;overscroll-behavior:contain;scrollbar-width:none;height:calc(100vh - 2rem);min-height:0;width:var(--shell-right-width);flex-direction:column;grid-column:2;align-self:start;gap:.8rem;margin-top:1rem;padding:0 1rem 1rem;display:flex;position:relative;overflow-y:auto}.AppShell-module__onZTIa__rightSidebar::-webkit-scrollbar{display:none}.AppShell-module__onZTIa__rightSidebar>*{flex-shrink:0}.AppShell-module__onZTIa__rightRailFooter{color:color-mix(in srgb, var(--color-text) 52%, var(--color-text-muted));flex-wrap:wrap;justify-content:center;gap:.35rem 1rem;padding:.2rem .4rem;font-size:.72rem;font-weight:700;line-height:1.35;display:flex}.AppShell-module__onZTIa__rightRailFooter a{color:inherit;opacity:1;text-decoration:none}.AppShell-module__onZTIa__rightRailFooter .AppShell-module__onZTIa__rightRailDiscordLink{opacity:1;justify-content:center;align-items:center;display:inline-flex}.AppShell-module__onZTIa__rightRailDiscordLink img{display:block}.AppShell-module__onZTIa__rightRailFooter a:hover,.AppShell-module__onZTIa__rightRailFooter a:focus-visible{color:var(--color-text);opacity:1;text-underline-offset:2px;text-decoration:underline}.AppShell-module__onZTIa__statsBar{justify-content:space-around;align-items:center;width:100%;height:2.35rem;margin:0 auto;padding:0 .5rem;display:flex}.AppShell-module__onZTIa__shortcutPlaceholder{flex-shrink:0;width:32px;height:32px;display:inline-block}.AppShell-module__onZTIa__languageTrigger{cursor:pointer;min-height:1.75rem;font:inherit;color:var(--color-text);background:0 0;border:0;align-items:center;gap:.4rem;padding:0;transition:opacity .15s;display:inline-flex}.AppShell-module__onZTIa__languageTrigger:hover{opacity:.75}.AppShell-module__onZTIa__languageTrigger:focus-visible{outline:2px solid var(--color-text);outline-offset:2px;border-radius:.25rem}.AppShell-module__onZTIa__languageTriggerFlag{object-fit:cover;box-sizing:content-box;border:2px solid #ffffffe6;border-radius:4px;width:27px;height:20px;display:block}[data-theme=dark] .AppShell-module__onZTIa__languageTriggerFlag{border-color:#ffffffe6}.AppShell-module__onZTIa__languageTriggerLabel{color:var(--color-text);letter-spacing:.05em;font-size:.8rem;font-weight:700}.AppShell-module__onZTIa__languageTriggerChevron{color:var(--color-text-muted)}.AppShell-module__onZTIa__flag{object-fit:cover;border-radius:.2rem;width:2rem;height:1.4rem}.AppShell-module__onZTIa__flagEmoji{font-size:1.5rem;line-height:1}.AppShell-module__onZTIa__charIcon{object-fit:cover;border-radius:50%;width:2rem;height:2rem}.AppShell-module__onZTIa__gameIcon{object-fit:contain;width:2rem;height:2rem}.AppShell-module__onZTIa__stat{cursor:pointer;align-items:center;gap:.4rem;display:flex}.AppShell-module__onZTIa__statValue{color:var(--color-text);font-size:.92rem;font-weight:700}.AppShell-module__onZTIa__statIconBlue{color:#1cb0f6}.AppShell-module__onZTIa__statIconGreen{color:#4ade80}.AppShell-module__onZTIa__rightCard{border:2px solid var(--color-sidebar-panel-border);min-height:8.75rem;color:var(--color-text);letter-spacing:.02em;text-align:center;background:var(--color-sidebar-panel-bg);border-radius:.85rem;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;text-decoration:none;display:flex}.AppShell-module__onZTIa__rightCard:hover{color:var(--color-text)}.AppShell-module__onZTIa__adCard{border:2px solid var(--color-sidebar-panel-border);background:var(--color-sidebar-panel-bg);border-radius:14px;flex-direction:column;flex:none;gap:.7rem;width:100%;padding:.75rem .75rem .95rem;display:flex}.AppShell-module__onZTIa__adCreative{background:#d8ecff;border-radius:4px;min-height:13.75rem;overflow:hidden}.AppShell-module__onZTIa__sidebarAdUnit{--ad-unit-min-height:13.75rem;--ad-unit-mobile-min-height:13.75rem}.AppShell-module__onZTIa__removeAdsLink{color:#33b5ff;letter-spacing:.08em;text-align:center;justify-content:center;align-items:center;min-height:1.6rem;font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex}.AppShell-module__onZTIa__removeAdsLink:hover{color:#77d1ff}.AppShell-module__onZTIa__rightCardMascots{align-items:flex-end;display:flex}.AppShell-module__onZTIa__rightCardMascot{object-fit:contain;width:3.1rem;height:3.1rem;margin-left:-.75rem}.AppShell-module__onZTIa__rightCardMascot:first-child{margin-left:0}.AppShell-module__onZTIa__headerDate{font:inherit;color:var(--color-text-muted);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-radius:.25rem;margin:0;padding:.25rem .4rem;font-size:.7rem;font-weight:700;transition:color .15s,background .15s}.AppShell-module__onZTIa__headerDate:hover{color:var(--color-text);background:var(--color-modal-control-bg)}.AppShell-module__onZTIa__headerDate:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.AppShell-module__onZTIa__signInButton{width:100%}.AppShell-module__onZTIa__desktopAppButton{border:1px solid var(--color-border-subtle);background:color-mix(in srgb, var(--color-overlay-medium) 70%, transparent);width:100%;color:var(--color-text-muted);appearance:none;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.55rem .85rem;font-family:inherit;font-size:.8rem;font-weight:750;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:flex}.AppShell-module__onZTIa__desktopAppButton:hover{border-color:var(--color-overlay-strong);background:var(--color-overlay-medium);color:var(--color-text)}.AppShell-module__onZTIa__desktopAppButton:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.AppShell-module__onZTIa__desktopAppButton:disabled{cursor:default;opacity:.62}.AppShell-module__onZTIa__desktopUpdateButton{border-color:color-mix(in srgb, var(--color-text-muted) 26%, var(--color-border-subtle));background:color-mix(in srgb, var(--color-overlay-medium) 85%, transparent)}.AppShell-module__onZTIa__logoutButton{border:1px solid var(--color-border-subtle);width:100%;color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.55rem .85rem;font-size:.8rem;font-weight:700;transition:background-color .15s,color .15s,border-color .15s;display:flex}.AppShell-module__onZTIa__logoutButton:hover{background:var(--color-overlay-medium);color:var(--color-text);border-color:var(--color-overlay-strong)}.AppShell-module__onZTIa__protectedRoutePanel{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.9rem;min-height:min(28rem,70vh);padding:2rem;display:flex}.AppShell-module__onZTIa__protectedRouteTitle{color:var(--color-text);letter-spacing:0;margin:0;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:900}.AppShell-module__onZTIa__routeLoadingSpinner{color:var(--color-text-muted);opacity:.45;animation:1s linear infinite AppShell-module__onZTIa__route-loading-spin}@keyframes AppShell-module__onZTIa__route-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AppShell-module__onZTIa__protectedRouteText{max-width:28rem;color:var(--color-text-muted);margin:0;font-size:.95rem;line-height:1.6}.AppShell-module__onZTIa__utilityIconButton{width:2rem;height:2rem;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:.5rem;justify-content:center;align-items:center;padding:0;transition:color .15s,opacity .15s;display:flex;position:relative}.AppShell-module__onZTIa__utilityIconButton:hover{color:var(--color-text);opacity:.75}.AppShell-module__onZTIa__utilityIconButton:focus-visible{outline:2px solid var(--color-text);outline-offset:3px}.AppShell-module__onZTIa__noRightSidebar{--shell-main-width:80rem;grid-template-columns:minmax(0, var(--shell-main-width))}.AppShell-module__onZTIa__homeMain{--shell-main-width:37rem}.AppShell-module__onZTIa__wideMain{--shell-main-width:64rem}.AppShell-module__onZTIa__notesEditorMain{--shell-main-width:95rem}.AppShell-module__onZTIa__replayBoardMain{--shell-main-width:52rem}.AppShell-module__onZTIa__root:has([data-practice-hub=true]){--shell-main-width:41rem;--shell-rail-position-offset:.25rem}.AppShell-module__onZTIa__root:has([data-practice-hub=true]) .AppShell-module__onZTIa__rightSidebar{padding-left:.5rem}.AppShell-module__onZTIa__root:has([data-drill-session=true]){--shell-main-width:100rem;grid-template-columns:minmax(0, var(--shell-main-width))}.AppShell-module__onZTIa__root:has([data-drill-session=true]) .AppShell-module__onZTIa__rightSidebar{display:none}@media (max-width:1700px){.AppShell-module__onZTIa__wideMain .AppShell-module__onZTIa__mainGoLiveWidget{display:block}.AppShell-module__onZTIa__wideMain{grid-template-columns:minmax(0, var(--shell-main-width))}.AppShell-module__onZTIa__wideMain .AppShell-module__onZTIa__rightSidebar{display:none}}@media (max-width:1260px){.AppShell-module__onZTIa__root{grid-template-columns:minmax(0, var(--shell-main-width))}.AppShell-module__onZTIa__rightSidebar{display:none}}@media (max-width:768px){.AppShell-module__onZTIa__standaloneMain{width:100%;padding:0}.AppShell-module__onZTIa__root,[data-theme=light] .AppShell-module__onZTIa__root{background:var(--native-background);padding-left:0}.AppShell-module__onZTIa__sidebar{display:none}.AppShell-module__onZTIa__main{max-width:100%;padding-top:0;padding-left:0;padding-right:0;padding-bottom:calc(var(--native-tab-bar-height) + env(safe-area-inset-bottom,0px));border-left:none}}.AppShell-module__onZTIa__mobileMoreAvatarImg{object-fit:cover;border-radius:16px;width:32px;height:32px;display:block}.AppShell-module__onZTIa__mobileMoreInitial{background:var(--native-badge-bg);width:32px;height:32px;color:var(--native-text);border-radius:16px;justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:1;display:inline-flex}
.DropdownMenu-module__3Dq2_a__content{background:var(--color-modal-surface-bg,var(--color-card-bg));border:1px solid var(--color-modal-border,var(--color-border-subtle));min-width:12rem;box-shadow:var(--shadow-panel-glow);z-index:50;will-change:transform, opacity;border-radius:12px;outline:none;padding:4px;animation-duration:.14s;animation-timing-function:cubic-bezier(.16,1,.3,1)}.DropdownMenu-module__3Dq2_a__content[data-state=open]{animation-name:DropdownMenu-module__3Dq2_a__dropdownIn}.DropdownMenu-module__3Dq2_a__content[data-state=closed]{animation-name:DropdownMenu-module__3Dq2_a__dropdownOut;animation-duration:.1s}@keyframes DropdownMenu-module__3Dq2_a__dropdownIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes DropdownMenu-module__3Dq2_a__dropdownOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-4px)scale(.98)}}.DropdownMenu-module__3Dq2_a__label{color:var(--color-text-muted);letter-spacing:1px;text-transform:uppercase;padding:6px 8px 4px;font-size:11px;font-weight:700}.DropdownMenu-module__3Dq2_a__group{flex-direction:column;gap:1px;display:flex}.DropdownMenu-module__3Dq2_a__item{color:var(--color-text);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;outline:none;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:500;display:flex}.DropdownMenu-module__3Dq2_a__item[data-highlighted]{background:var(--color-overlay-medium)}.DropdownMenu-module__3Dq2_a__item[data-disabled]{color:var(--color-text-muted);opacity:.5;cursor:not-allowed}.DropdownMenu-module__3Dq2_a__itemSelected{background:var(--color-overlay-strong);color:var(--color-text);font-weight:600}.DropdownMenu-module__3Dq2_a__itemSelected[data-highlighted]{background:var(--color-overlay-strong)}.DropdownMenu-module__3Dq2_a__separator{background:var(--color-border-subtle);height:1px;margin:4px 0}
.FavoriteStarButton-module__PQf2_q__starButton{border:1px solid var(--color-border-subtle);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s,transform .15s;display:inline-flex;position:relative;overflow:visible}.FavoriteStarButton-module__PQf2_q__starButton:hover{color:#f5c518;background:#f5c51814;border-color:#f5c51880;transform:translateY(-1px)}.FavoriteStarButton-module__PQf2_q__starButton:focus-visible{outline-offset:2px;outline:2px solid #f5c518}.FavoriteStarButton-module__PQf2_q__starButtonActive{color:#f5c518;background:#f5c51824;border-color:#f5c518b3}.FavoriteStarButton-module__PQf2_q__starButtonActive:hover{background:#f5c51833}.FavoriteStarButton-module__PQf2_q__starButtonAnimating{animation:.42s cubic-bezier(.18,.9,.32,1.35) FavoriteStarButton-module__PQf2_q__favoriteButtonPop}.FavoriteStarButton-module__PQf2_q__starIcon{z-index:2;justify-content:center;align-items:center;display:inline-flex;position:relative}.FavoriteStarButton-module__PQf2_q__favoriteAnimation{z-index:calc(var(--z-modal) + 40);pointer-events:none;width:78px;height:78px;position:fixed;transform:translate(-50%,-50%)}@keyframes FavoriteStarButton-module__PQf2_q__favoriteButtonPop{0%{transform:scale(1)}38%{transform:scale(1.16)}72%{transform:scale(.96)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.FavoriteStarButton-module__PQf2_q__starButtonAnimating{animation:none}.FavoriteStarButton-module__PQf2_q__favoriteAnimation{display:none}}
.ChapterQuickAccessSidebar-module__B2POyq__sidebar{border-right:1px solid var(--color-border-subtle);scrollbar-width:thin;min-width:0;padding:.75rem 0;overflow-y:auto}.ChapterQuickAccessSidebar-module__B2POyq__sectionLabel{min-width:0;color:var(--color-text-muted);letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;padding:0;font-size:.72rem;font-weight:700;display:block;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__booksHeader{align-items:center;min-height:31px;padding:0 .9rem .35rem;display:flex}.ChapterQuickAccessSidebar-module__B2POyq__bookList{border-bottom:1px solid var(--color-border-subtle);scrollbar-width:thin;flex-direction:column;gap:1px;max-height:13rem;margin-bottom:.75rem;padding:0 .55rem .75rem;display:flex;overflow-y:auto}.ChapterQuickAccessSidebar-module__B2POyq__bookButton{width:100%;min-height:42px;color:var(--color-text-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:.55rem;padding:.4rem .5rem;display:grid;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__bookButton:hover{background:var(--color-overlay-soft);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__bookButtonActive{background:var(--color-overlay-medium);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__bookIcon{color:#fff;border-radius:3px 5px 5px 3px;justify-content:center;align-items:center;width:24px;height:28px;display:inline-flex;box-shadow:inset 3px 0 #0000002e}.ChapterQuickAccessSidebar-module__B2POyq__bookText{flex-direction:column;gap:1px;min-width:0;display:flex}.ChapterQuickAccessSidebar-module__B2POyq__bookTitle,.ChapterQuickAccessSidebar-module__B2POyq__bookSubtitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__bookTitle{color:inherit;font-size:.81rem;font-weight:650;line-height:1.25}.ChapterQuickAccessSidebar-module__B2POyq__bookSubtitle{color:var(--color-text-muted);font-size:.68rem;line-height:1.25}.ChapterQuickAccessSidebar-module__B2POyq__folderHeader{justify-content:space-between;align-items:center;min-height:31px;padding:0 .65rem .35rem .9rem;display:flex}.ChapterQuickAccessSidebar-module__B2POyq__createFolderButton{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;display:inline-flex}.ChapterQuickAccessSidebar-module__B2POyq__createFolderButton:hover{background:var(--color-overlay-medium);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__createFolderButton:active,.ChapterQuickAccessSidebar-module__B2POyq__newFolderAction:active{transform:translateY(1px)}.ChapterQuickAccessSidebar-module__B2POyq__folderList{border-bottom:1px solid var(--color-border-subtle);flex-direction:column;gap:1px;margin-bottom:.75rem;padding:0 .55rem .75rem;display:flex}.ChapterQuickAccessSidebar-module__B2POyq__folderButton{width:100%;min-height:38px;color:var(--color-text-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:.55rem;padding:.35rem .5rem;font-size:.8rem;line-height:1.25;display:grid;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__folderRow{grid-template-columns:minmax(0,1fr) 28px;align-items:center;display:grid}.ChapterQuickAccessSidebar-module__B2POyq__folderMenuButton{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;display:inline-flex}.ChapterQuickAccessSidebar-module__B2POyq__folderRow:hover .ChapterQuickAccessSidebar-module__B2POyq__folderMenuButton,.ChapterQuickAccessSidebar-module__B2POyq__folderMenuButton:focus-visible,.ChapterQuickAccessSidebar-module__B2POyq__folderMenuButton[data-state=open]{opacity:1}.ChapterQuickAccessSidebar-module__B2POyq__folderMenuButton:hover{background:var(--color-overlay-medium);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__folderButton:hover{background:var(--color-overlay-soft);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__folderButtonActive{background:var(--color-overlay-medium);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__folderIcon{color:#fff;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.ChapterQuickAccessSidebar-module__B2POyq__uncategorizedIcon{background:var(--color-overlay-strong);color:var(--color-text-muted)}.ChapterQuickAccessSidebar-module__B2POyq__folderName{text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__pagesHeader{justify-content:space-between;align-items:center;min-height:31px;padding:.25rem .65rem .35rem .9rem;display:flex}.ChapterQuickAccessSidebar-module__B2POyq__newFolderRow{background:var(--color-overlay-soft);border-radius:5px;grid-template-columns:minmax(0,1fr) 26px 26px;align-items:center;gap:2px;min-height:38px;padding:.25rem .25rem .25rem .5rem;display:grid}.ChapterQuickAccessSidebar-module__B2POyq__newFolderInput{width:100%;min-width:0;color:var(--color-text);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:.78rem}.ChapterQuickAccessSidebar-module__B2POyq__newFolderInput::placeholder{color:var(--color-text-muted)}.ChapterQuickAccessSidebar-module__B2POyq__newFolderAction{width:26px;height:26px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;display:inline-flex}.ChapterQuickAccessSidebar-module__B2POyq__newFolderAction:hover:not(:disabled){background:var(--color-overlay-medium);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__newFolderAction:disabled{cursor:default;opacity:.35}.ChapterQuickAccessSidebar-module__B2POyq__pageList{flex-direction:column;padding:0 .55rem;display:flex}.ChapterQuickAccessSidebar-module__B2POyq__pageRow{border-bottom:1px solid var(--color-border-subtle);width:100%;min-height:42px;color:var(--color-text-muted);background:0 0;grid-template-columns:minmax(0,1fr) 30px;align-items:center;display:grid}.ChapterQuickAccessSidebar-module__B2POyq__pageRow:hover{background:var(--color-overlay-soft);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__pageRowActive{background:var(--color-overlay-medium);color:var(--color-text);font-weight:700}.ChapterQuickAccessSidebar-module__B2POyq__pageButton{width:100%;min-width:0;min-height:41px;color:inherit;cursor:pointer;font-size:.84rem;font-weight:inherit;text-align:left;background:0 0;border:0;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:.5rem;padding:.55rem 0 .55rem .5rem;line-height:1.3;display:grid;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__pageIcon{color:var(--color-text-muted);opacity:.75}.ChapterQuickAccessSidebar-module__B2POyq__pageTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton{width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;opacity:0;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;padding:0;display:inline-flex}.ChapterQuickAccessSidebar-module__B2POyq__pageRow:hover .ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton,.ChapterQuickAccessSidebar-module__B2POyq__pageRow:focus-within .ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton,.ChapterQuickAccessSidebar-module__B2POyq__pageRowActive .ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton,.ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton[data-state=open]{opacity:1}.ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton:hover,.ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton[data-state=open]{background:var(--color-overlay-strong);color:var(--color-text)}.ChapterQuickAccessSidebar-module__B2POyq__pageMenuContent{width:13rem;max-height:min(22rem,65vh);overflow-y:auto}.ChapterQuickAccessSidebar-module__B2POyq__menuItemLabel{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ChapterQuickAccessSidebar-module__B2POyq__menuCheck{flex-shrink:0;margin-left:auto}.ChapterQuickAccessSidebar-module__B2POyq__deleteMenuItem{color:var(--color-danger-text,#ff6b6b)}@media (hover:none){.ChapterQuickAccessSidebar-module__B2POyq__pageMenuButton{opacity:1}}@media (max-width:760px){.ChapterQuickAccessSidebar-module__B2POyq__sidebar{border-right:0;border-bottom:1px solid var(--color-border-subtle);scrollbar-width:none;padding:.45rem .65rem;overflow:auto hidden}.ChapterQuickAccessSidebar-module__B2POyq__sidebar::-webkit-scrollbar{display:none}.ChapterQuickAccessSidebar-module__B2POyq__pageList{flex-direction:row;overflow-x:auto}.ChapterQuickAccessSidebar-module__B2POyq__pageRow{flex:none;min-width:9rem;max-width:13rem}.ChapterQuickAccessSidebar-module__B2POyq__folderList{border-bottom:0;flex-flow:row;padding-left:0;padding-right:0;overflow-x:auto}.ChapterQuickAccessSidebar-module__B2POyq__bookList{flex-direction:row;max-height:none;padding-left:0;padding-right:0;overflow:auto hidden}.ChapterQuickAccessSidebar-module__B2POyq__bookButton{flex:none;min-width:10rem;max-width:14rem}.ChapterQuickAccessSidebar-module__B2POyq__folderButton{min-width:9rem}}
.SharedNotebookContent-module__fXrM9a__container{width:100%;min-width:0;height:min(46rem,100dvh - 11rem);min-height:34rem;overflow:hidden}.SharedNotebookContent-module__fXrM9a__editorWorkspace{grid-template-columns:15rem minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.SharedNotebookContent-module__fXrM9a__noteSurface{flex-direction:column;min-width:0;min-height:0;display:flex}.SharedNotebookContent-module__fXrM9a__header{border-bottom:2px solid var(--color-border-subtle);flex:none;align-items:center;min-height:57px;padding:.75rem 1rem;display:flex}.SharedNotebookContent-module__fXrM9a__pageTitleInput{width:min(100%,36rem);min-width:0;color:var(--color-text);cursor:default;font:inherit;text-overflow:ellipsis;background:0 0;border:0;outline:0;padding:.25rem .35rem;font-size:1.05rem;font-weight:700;line-height:1.35}.SharedNotebookContent-module__fXrM9a__editor{flex:1;min-width:0;min-height:0;overflow:hidden}.SharedNotebookContent-module__fXrM9a__emptyState{color:var(--color-text-muted);margin:0;padding:1rem 1.25rem;font-size:.9rem}@media (max-width:760px){.SharedNotebookContent-module__fXrM9a__container{height:auto;min-height:42rem;overflow:visible}.SharedNotebookContent-module__fXrM9a__editorWorkspace{grid-template-rows:auto minmax(32rem,1fr);grid-template-columns:minmax(0,1fr);overflow:visible}}
.FirstThreeMinutesModal-module__LIn0vG__stack{width:min(900px,100vw - 2rem)}.FirstThreeMinutesModal-module__LIn0vG__panel{aspect-ratio:auto;background:#101010;border-radius:18px;width:100%;max-height:calc(100vh - 2rem)}.FirstThreeMinutesModal-module__LIn0vG__videoFrame{aspect-ratio:80/43;background:#000;border-bottom:1px solid #ffffff1f;flex:none;width:100%;overflow:hidden}.FirstThreeMinutesModal-module__LIn0vG__video{object-fit:contain;width:100%;height:100%;display:block}.FirstThreeMinutesModal-module__LIn0vG__content{flex:none;gap:.45rem;padding:1rem 1.5rem .5rem}.FirstThreeMinutesModal-module__LIn0vG__content h2{font-family:var(--font-family-base);letter-spacing:-.02em;font-size:clamp(1.05rem,1.8vw,1.25rem);font-weight:500;line-height:1.25}.FirstThreeMinutesModal-module__LIn0vG__description{color:#ffffffa8;text-align:center;max-width:580px;margin:0;font-size:.88rem;line-height:1.5}.FirstThreeMinutesModal-module__LIn0vG__footer{justify-content:flex-end;min-height:3.75rem;padding:.55rem 1.25rem .85rem;display:flex}.FirstThreeMinutesModal-module__LIn0vG__primary{color:#ffffffeb;background:#ffffff1a;border:1px solid #ffffff24;border-radius:6px;height:2rem;padding:0 .75rem;font-size:.75rem;font-weight:600;line-height:1;transition:background-color .14s,border-color .14s,color .14s,transform .14s}.FirstThreeMinutesModal-module__LIn0vG__primary:hover{background:#ffffff29;border-color:#ffffff38}.FirstThreeMinutesModal-module__LIn0vG__primary:active{transform:translateY(1px)}.FirstThreeMinutesModal-module__LIn0vG__primary:focus-visible{outline-offset:2px;outline:2px solid #ffffffa6}@media (max-width:640px){.FirstThreeMinutesModal-module__LIn0vG__stack{width:min(100%,100vw - 1rem)}.FirstThreeMinutesModal-module__LIn0vG__panel{border-radius:14px;max-height:calc(100vh - 1rem)}.FirstThreeMinutesModal-module__LIn0vG__content,.FirstThreeMinutesModal-module__LIn0vG__footer{padding-inline:1rem}}
.EmptyStateAsset-module__HqflMa__asset{width:var(--empty-state-size,8.25rem);height:var(--empty-state-size,8.25rem);object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;margin:0 auto .75rem;display:block}
.LineChart-module__CUlTUa__container{--rank-chart-bg:var(--color-surface);--rank-chart-text:var(--color-text);--rank-chart-muted:var(--color-text-muted);--rank-chart-border:var(--color-border-subtle);--rank-chart-link:#8da4f8;position:relative}[data-theme=light] .LineChart-module__CUlTUa__container{--rank-chart-link:#3551f3}.LineChart-module__CUlTUa__empty{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex}.LineChart-module__CUlTUa__emptyIcon{margin-bottom:4px}.LineChart-module__CUlTUa__emptyText{color:var(--color-text-muted);margin-top:12px;font-size:14px;font-weight:600}.LineChart-module__CUlTUa__emptySubtext{color:var(--color-text-muted);text-align:center;opacity:.6;margin-top:4px;padding:0 40px;font-size:12px}:is(.LineChart-module__CUlTUa__container .recharts-wrapper,.LineChart-module__CUlTUa__container .recharts-surface){overflow:visible}.LineChart-module__CUlTUa__endLabel{background:var(--rank-chart-bg);color:var(--rank-chart-muted);border:1px solid var(--rank-chart-border);white-space:nowrap;border-radius:999px;padding:.2rem .45rem;font-size:.75rem;font-weight:900;line-height:1;position:absolute;top:10px;right:10px;box-shadow:0 8px 18px #0000002e}.LineChart-module__CUlTUa__endLabel[data-tone=up]{color:#4ade80;border-color:#4ade8073}.LineChart-module__CUlTUa__endLabel[data-tone=down]{color:#f87171;border-color:#f8717173}.LineChart-module__CUlTUa__containerAnimated .LineChart-module__CUlTUa__endLabel{opacity:0;animation:.18s ease-out .62s forwards LineChart-module__CUlTUa__chartPointReveal;transform:translateY(4px)}@keyframes LineChart-module__CUlTUa__chartPointReveal{0%{opacity:0;transform:scale(.75)}to{opacity:1;transform:scale(1)}}
.StudyLayout-module__o91cjG__layout{grid-template-columns:1fr 420px;gap:.9rem;height:100%;min-height:0;display:grid;overflow:hidden}.StudyLayout-module__o91cjG__videoPane{background:#000;border-radius:6px;align-self:center;min-width:0;height:75%;min-height:0;overflow:hidden}.StudyLayout-module__o91cjG__sidePane{border:1px solid var(--color-border-subtle);background:#1b1b1b;border-radius:6px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}@media (min-width:1600px){.StudyLayout-module__o91cjG__layout{grid-template-columns:1fr 520px}}@media (max-width:1080px){.StudyLayout-module__o91cjG__layout{grid-template-rows:minmax(240px,min(42vh,420px)) minmax(0,1fr);grid-template-columns:1fr}.StudyLayout-module__o91cjG__sidePane{min-height:0}}
