.course-search{flex:1;align-items:flex-end;gap:8px;max-width:520px;display:flex}.course-search label{flex:1;min-width:0}.course-search input{width:100%}.course-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr));gap:20px;display:grid}.course-card{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:8px;flex-direction:column;gap:12px;min-width:0;padding:24px;text-decoration:none;display:flex}.course-card:hover{border-color:var(--border-hover)}.course-card>.work-count{align-self:flex-start}.course-card h2{overflow-wrap:anywhere;margin:0;font-size:19px}.course-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;line-height:1.6;display:-webkit-box;overflow:hidden}.course-card footer{color:var(--muted);flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:20px;font-size:13px;display:flex}.course-card footer span{color:var(--text);margin-left:auto}.course-pagination{justify-content:center;align-items:center;gap:16px;margin:20px 0;display:flex}.course-error{color:var(--error-text);background:var(--error-bg);border-radius:6px;margin-bottom:20px;padding:14px 16px;font-size:14px;line-height:1.6}.course-error a{color:inherit;text-decoration:underline}.course-editor-grid{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:24px;display:grid}.course-tree{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-width:0;max-height:calc(100dvh - 190px);margin:0;padding:16px;display:block;position:sticky;top:20px;overflow:auto}.course-tree-heading{justify-content:space-between;align-items:center;padding:20px 8px 12px;display:flex}.course-tree-heading h2{color:var(--muted);margin:0;font-size:13px;font-weight:500}.course-tree-item{text-align:left;width:100%;color:var(--text-secondary);font:inherit;cursor:pointer;overflow-wrap:anywhere;background:0 0;border:0;border-radius:6px;padding:10px 12px;font-size:14px;line-height:1.5;display:block}.course-tree-item:hover{background:var(--surface-hover)}.course-tree-item.active{background:var(--selected);color:var(--text);font-weight:600}.course-tree-item:focus-visible,.course-add:focus-visible,.course-video-option:focus-visible{outline:2px solid var(--text);outline-offset:2px}.course-tree-section{margin-bottom:16px}.course-tree-lessons{border-left:1px solid var(--border);margin:6px 0 0 14px;padding-left:8px}.course-add{color:var(--muted);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;min-height:40px;padding:8px 12px;font-size:13px}.course-add:hover{color:var(--text)}.course-edit-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-width:0;padding:28px}.course-edit-panel fieldset{border:0;flex-direction:column;gap:22px;min-width:0;margin:0;padding:0;display:flex}.course-edit-panel h2{margin:0;font-size:18px}.course-panel-heading,.course-text-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.course-video-binding{border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.course-video-binding p{overflow-wrap:anywhere;margin:6px 0 0}.course-video-binding strong,.course-text-heading strong{font-size:14px}.course-format-toolbar{flex-wrap:wrap;gap:8px;margin-bottom:-14px;display:flex}.course-text-label{margin:0}.course-lifecycle{border-top:1px solid var(--border);margin-top:28px;padding-top:22px}.course-lifecycle h3{margin:0;font-size:15px}.course-video-dialog{width:min(680px,100vw - 32px)}.course-video-list{flex-direction:column;gap:6px;max-height:380px;margin-top:20px;display:flex;overflow:auto}.course-video-option{text-align:left;background:var(--surface);width:100%;color:var(--text);border:1px solid var(--border);font:inherit;cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.course-video-option:hover{background:var(--surface-hover);border-color:var(--border-hover)}.course-video-option span{overflow-wrap:anywhere}.course-video-option small{white-space:nowrap;color:var(--muted)}.course-preview-dialog{width:min(1100px,100vw - 32px)}.course-preview{grid-template-columns:260px minmax(0,1fr);gap:28px;max-height:70dvh;display:grid;overflow:auto}.course-preview nav{border-right:1px solid var(--border);min-width:0;margin:0;padding-right:20px;display:block}.course-preview nav h3{overflow-wrap:anywhere;font-size:18px}.course-preview nav h4{margin:20px 0 6px;font-size:14px}.course-preview article{min-width:0}.course-preview article h2{overflow-wrap:anywhere;font-size:24px}.course-player{aspect-ratio:16/9;background:#000;border:0;border-radius:8px;width:100%}.course-prose{overflow-wrap:anywhere;font-size:15px;line-height:1.75}.course-prose p{white-space:pre-wrap;margin:0 0 8px}.course-prose h3{margin:24px 0 12px;font-size:20px}.course-list-line{padding-left:14px}.course-actions{align-items:center}.course-edit-panel fieldset:disabled{opacity:.65}.course-editor-grid button:disabled{cursor:not-allowed;opacity:.5}@media (max-width:1000px){.course-editor-grid{grid-template-columns:235px minmax(0,1fr);gap:16px}.course-edit-panel{padding:20px}.course-actions .work-action-group{margin-left:0}}@media (max-width:760px){.course-editor-grid{grid-template-columns:minmax(0,1fr)}.course-tree{max-height:300px;position:static}.course-edit-panel{padding:18px}.course-preview{grid-template-columns:minmax(0,1fr);gap:16px}.course-preview nav{border-right:0;border-bottom:1px solid var(--border);max-height:200px;padding:0 0 16px;overflow:auto}.course-search{min-width:100%}.course-video-option{flex-direction:column;align-items:flex-start}.course-preview article h2{font-size:20px}}.school-home,.school-reader{gap:24px;min-width:0;display:grid}.school-toolbar,.school-search{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.school-toolbar{justify-content:space-between}.school-search{margin:0}.school-search input{flex:1;min-width:120px}.school-cards{grid-template-columns:repeat(auto-fill,minmax(min(100%,310px),1fr));gap:18px;display:grid}.school-card,.school-empty,.school-lesson,.school-outline{background:var(--surface);border:1px solid var(--border);border-radius:10px;min-width:0;padding:24px}.school-card{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.school-card h2,.school-course-summary h2,.school-lesson h2{letter-spacing:-.5px;overflow-wrap:anywhere;margin:0;font-size:22px}.school-card p{margin:0}.school-description{color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.school-purchase,.school-completion{gap:8px;width:100%;display:grid}.school-purchase{margin-top:auto}.school-completion{color:var(--muted);font-size:13px}.school-completion progress{appearance:none;background:var(--border);width:100%;height:5px;color:var(--text);border:0;border-radius:5px;overflow:hidden}.school-completion progress::-webkit-progress-bar{background:var(--border)}.school-completion progress::-webkit-progress-value{background:var(--text)}.school-completion progress::-moz-progress-bar{background:var(--text)}.school-course-summary{gap:14px;max-width:600px;display:grid}.school-reader-grid{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:20px;display:grid}nav.school-outline{max-height:calc(100dvh - 120px);margin:0;padding:16px;display:block;position:sticky;top:90px;overflow-y:auto}.school-outline h3{color:var(--muted);overflow-wrap:anywhere;margin:12px 8px;font-size:13px}.school-outline .course-tree-item{align-items:flex-start;gap:10px;display:flex}.school-lesson-mark{flex-shrink:0}.school-lesson{gap:20px;display:grid}.school-lesson>p{margin:0}.school-video-pending{border:1px dashed var(--border);background:var(--selected);text-align:center;border-radius:8px;padding:36px 20px}.school-video-pending p{color:var(--muted);margin:10px 0 0;font-size:14px}.school-lesson-footer{border-top:1px solid var(--border);padding-top:18px}.school-back{width:fit-content;font-size:14px}.course-offer fieldset,.course-access fieldset{border:0;gap:16px;min-width:0;margin:0;padding:0;display:grid}.course-offer fieldset>label:first-child{max-width:260px}.course-access{max-width:760px}@media (max-width:900px){.school-reader-grid{grid-template-columns:1fr}nav.school-outline{max-height:300px;position:static}}@media (max-width:600px){.school-card,.school-empty,.school-lesson{padding:18px}.school-toolbar,.school-search{width:100%}.school-reader-grid{gap:14px}}.course-offer fieldset>button{justify-self:start}.course-cover{aspect-ratio:16/9;background:var(--selected);border-radius:6px;width:100%;overflow:hidden}.course-cover img{object-fit:cover;width:100%;height:100%;display:block}.course-cover-placeholder{height:100%;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.course-cover-placeholder svg{width:28px;height:28px}.course-cover-editor{gap:12px;display:grid}.course-cover-editor h3,.course-cover-editor p{margin:0}.course-cover-editor .course-cover{max-width:480px}
.profile-panel{background:var(--surface);border:1px solid var(--line);border-radius:10px;margin-bottom:24px;padding:24px}.account-settings-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;width:100%;margin-inline:auto;display:grid}.account-settings-side{gap:24px;min-width:0;display:grid}.account-settings-grid>.profile-panel,.account-settings-side>.dash-panel{min-width:0;margin-bottom:0}.account-settings-grid .profile-fields-pair{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}.account-settings-grid .profile-avatar-row>div,.account-settings-grid .profile-details dd{overflow-wrap:anywhere;min-width:0}@media (min-width:1200px){.account-settings-grid{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr)}}.profile-panel h2{margin:0 0 8px;font-size:18px}.profile-panel>p,.profile-form small,.profile-avatar-row small,.profile-privacy{color:var(--muted)}.profile-avatar{flex-shrink:0;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar-large{width:80px;height:80px;font-size:26px}.sidebar-profile{color:inherit;text-decoration:none}.sidebar-profile>div{min-width:0}.sidebar-profile strong,.sidebar-profile small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-avatar-row{align-items:center;gap:20px;padding:24px 0;display:flex}.profile-avatar-row small{margin-top:8px;display:block}.profile-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.profile-form{max-width:840px}.profile-form fieldset,.profile-crop-controls{border:0;gap:20px;min-width:0;margin:0;padding:0;display:grid}.profile-form label:not(.custom-checkbox),.profile-crop-controls label{gap:8px;min-width:0;font-weight:500;display:grid}.profile-form input:not([type=checkbox]),.profile-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;color:var(--ink);font:inherit;border-radius:6px;padding:10px 12px}.profile-form input[readonly]{color:var(--muted);background:var(--page)}.profile-form textarea{resize:vertical}.profile-form small{font-size:12px;font-weight:400;line-height:1.5}.profile-fields-pair{grid-template-columns:1fr 1fr;gap:20px;display:grid}.profile-username{align-items:center;gap:8px;display:flex}.profile-privacy{margin:20px 0;font-size:13px}.profile-save-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-top:20px;display:flex}.profile-save-row>span{font-size:13px}.profile-error{color:#b42318;gap:8px;margin:16px 0;display:grid}[data-theme=dark] .profile-error{color:#fda29b}.profile-error button{justify-self:start}.profile-crop-dialog{max-width:520px}.profile-crop-preview{aspect-ratio:1;background:var(--page);border-radius:50%;width:min(100%,280px);height:auto;margin:20px auto;display:block}.profile-crop-controls{margin-bottom:24px}.profile-crop-controls input{width:100%}@media (max-width:640px){.profile-panel{padding:18px}.profile-fields-pair{grid-template-columns:1fr}.profile-save-row{flex-direction:column;align-items:flex-start}.profile-avatar-row{gap:12px}}
.community{width:100%;min-width:0;margin:0 auto}.community-topbar,.community-section-title,.community-composer-heading,.community-composer-footer{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.community-links,.community-buttons,.community-admin-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.community-links{gap:16px;font-size:13px}.community-section-title h2,.community-panel h2{margin:0;font-size:18px}.community-forums-heading{gap:12px}.community-forums-heading h2{min-width:0}.community-forums-heading-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.community-forums-heading-actions>span,.community-forums-create{white-space:nowrap}@media (max-width:900px){.community-forums-heading.is-admin{flex-wrap:wrap}.community-forums-heading.is-admin h2{flex-basis:100%}.community-forums-heading.is-admin .community-forums-heading-actions{margin-left:auto}}.community-forums-refresh{flex-shrink:0;width:142px}.community-forums-refresh[aria-busy=true]{opacity:1;cursor:progress}.community-forums-refresh .community-refresh-label{color:inherit}.community-forums-refresh[aria-busy=true]>svg{animation:.7s linear infinite community-refresh-spin}@keyframes community-refresh-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.community-forums-refresh[aria-busy=true]>svg{animation:none}}@media (max-width:640px){.community-forums-create{min-height:44px}.community-forums-refresh{width:44px;min-height:44px;padding:10px}.community-forums-refresh .community-refresh-label{display:none}.community-forums-heading-actions{gap:8px}}.community-section-title span,.community-muted,.community-form small,.community-composer small{color:var(--muted);font-size:13px}.community-panel,.community-forum-card,.community-topic-list,.community-empty{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:16px;padding:24px}.community-forums{gap:12px;display:grid}.community-forum-card{align-items:flex-start;gap:18px;margin:0;display:flex}.community-forum-icon{background:var(--surface-hover);border:1px solid var(--border);border-radius:9px;flex:0 0 42px;place-items:center;height:42px;display:grid}.community-forum-icon svg{width:22px;height:22px}.community-forum-main{flex:1;min-width:0}.community-forum-name{font-size:16px;font-weight:600}.community-forum-main p{color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 12px;font-size:14px;line-height:1.6}.community-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px 16px;margin-top:8px;font-size:12px;display:flex}.community-empty{text-align:center;color:var(--muted);padding:56px 24px}.community-empty h3{color:var(--text)}.community-empty>svg{width:32px;height:32px}.community-topic-list{padding:0 24px}.community-topic-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:24px;padding:20px 0;display:flex}.community-topic-row:last-child{border:0}.community-topic-row>div{min-width:0}.community-topic-row>span{color:var(--muted);flex-shrink:0;font-size:13px}.community-topic-row a,.community-topic-row strong,.community-topic-title{overflow-wrap:anywhere;font-weight:600}.community-admin-actions{padding-top:20px}.community-post header{align-items:center;gap:12px;margin-bottom:20px;font-size:14px;display:flex}.community-avatar{flex-shrink:0;width:36px;height:36px;overflow:hidden}.community-avatar img{object-fit:cover;width:100%;height:100%}.community-markdown{overflow-wrap:anywhere;font-size:15px;line-height:1.75}.community-markdown>:first-child{margin-top:0}.community-markdown pre,.community-markdown table{max-width:100%;display:block;overflow-x:auto}.community-markdown pre{background:var(--surface-hover);border-radius:6px;padding:16px}.community-markdown blockquote{border-left:3px solid var(--border-strong);color:var(--muted);margin-left:0;padding-left:16px}.community-markdown a{text-decoration:underline}.community-markdown h2{font-size:18px}.community-post.is-hidden{border-style:dashed}.community-page-navigation{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:0 0 16px;display:flex}.community-page-navigation>span{font-size:13px}.community-more{margin:0 0 20px}.community-error{background:var(--error-bg);color:var(--error-text);border-radius:8px;gap:8px;margin:16px 0;padding:16px;display:grid}.community-form,.community-form fieldset,.community-composer fieldset,.community-order{gap:18px;display:grid}.community-form fieldset,.community-composer fieldset{border:0;min-width:0;margin:0;padding:0}.community-form label:not(.custom-checkbox),.community-composer label,.community-order label{gap:8px;font-size:14px;display:grid}.community-form input:not([type=checkbox]),.community-form textarea,.community-composer input,.community-composer textarea,.community-order input{border:1px solid var(--border-strong);background:var(--surface);width:100%;min-width:0;color:var(--text);font:inherit;border-radius:6px;padding:10px 12px}.community-form textarea,.community-composer textarea{resize:vertical}.community-form input[readonly]{background:var(--page);color:var(--muted)}.community-form-pair{grid-template-columns:1fr 1fr;gap:16px;display:grid}.community-dialog{width:min(680px,100vw - 32px)}.community-dialog .community-composer{border:0;margin:0;padding:0}.community-composer-heading,.community-composer-footer{margin:0}.community-composer-footer{margin-top:20px}.community-composer-footer>span{color:var(--muted);font-size:13px}.community-preview{border:1px dashed var(--border);border-radius:6px;padding:16px}@media (max-width:640px){.community-panel,.community-forum-card{padding:16px}.community-topbar,.community-topic-row{flex-direction:column;align-items:flex-start;gap:12px}.community-forum-card{flex-wrap:wrap;gap:12px}.community-forum-card>.community-buttons{justify-content:flex-end;width:100%}.community-form-pair{grid-template-columns:1fr}.community-forum-main{flex-basis:calc(100% - 60px)}.community-post header>div{overflow-wrap:anywhere;min-width:0}.community-composer-heading{flex-wrap:wrap}}.community-reading{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.community-reading>.custom-select{width:180px;max-width:100%;margin:0}.community-reading .control-trigger{min-height:36px;padding:7px 10px;font-size:13px}.community-reading .control-field>label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.community-reading .community-error{flex-basis:100%;max-width:360px;margin:0}.community-topbar{flex-wrap:wrap}.community-topbar>.community-buttons{justify-content:flex-end;margin-left:auto}.community-reply-fab{right:max(24px, env(safe-area-inset-right));bottom:max(24px, env(safe-area-inset-bottom));z-index:25;border-radius:50%;width:52px;height:52px;padding:0;position:fixed;box-shadow:0 4px 16px #0002}.community-reply-fab svg{width:24px;height:24px}.community-reply-fab[hidden]{display:none}.community:has(.community-reply-fab){padding-bottom:76px}.community-composer-context{color:var(--muted);overflow-wrap:anywhere;margin:0 0 20px;font-size:13px}.community-composer textarea[hidden]{display:none}.community-markdown-input{border:1px solid var(--border-strong);border-radius:6px;overflow:hidden}.community-markdown-input[hidden]{display:none}.community-markdown-input:focus-within{outline:2px solid var(--text);outline-offset:3px}.community-format-toolbar{background:var(--page);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:4px;padding:6px 8px;display:flex}.community-format-toolbar button{width:36px;height:32px;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;place-items:center;padding:0;display:grid}.community-format-toolbar button:hover:not(:disabled){background:var(--selected);border-color:var(--border-hover)}.community-format-toolbar button:focus-visible{outline:2px solid var(--text);outline-offset:1px}.community-format-toolbar button:disabled{opacity:.45;cursor:not-allowed}.community-format-toolbar svg{width:18px;height:18px}.community-composer .community-markdown-input textarea{box-shadow:none;border:0;border-radius:0;outline:none;display:block}.community-composer-quote{flex-direction:column;align-items:flex-start;gap:14px;padding:16px;display:flex}.community-composer-quote p{width:100%;margin:0}.community-composer-quote-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;width:100%;display:flex}.community-composer-quote-heading strong{overflow-wrap:anywhere;flex:160px;min-width:0}.community-composer-quote-heading .dash-button{white-space:normal;text-align:center;flex:0 auto;max-width:100%}@media (max-width:640px),(pointer:coarse){.community-format-toolbar button{width:40px;height:44px}}.community-composer .community-preview{border-style:solid;min-height:184px}.community-composer .community-preview p:first-child{margin-top:0}.community-composer-heading button[aria-pressed=true]{background:var(--selected);border-color:var(--border-hover)}.community-composer-count{text-align:right;margin-top:-12px}.community-composer-details{color:var(--muted);font-size:13px}.community-composer-details summary{cursor:pointer;color:var(--text);padding:6px 0}.community-composer-details[open] summary{margin-bottom:12px}.community-composer-details p{margin:8px 0;line-height:1.5}@media (max-width:640px){.community-reading .control-trigger{min-height:44px}.community-composer-footer{flex-direction:column;align-items:flex-start}.community-composer-footer>.community-buttons{justify-content:flex-end;width:100%}.community-reply-fab{right:max(16px, env(safe-area-inset-right));bottom:max(16px, env(safe-area-inset-bottom))}}.community-quote{border-left:3px solid var(--border);background:var(--page);overflow-wrap:anywhere;margin:12px 0;padding:12px 16px}.community-quote p{white-space:pre-wrap;margin:8px 0}.community-post{scroll-margin-top:96px}.community-post.is-target{outline:2px solid var(--text-secondary);outline-offset:3px}.community-post-actions{gap:4px;margin-top:12px}.community-post-actions:empty{display:none}.community-post-actions>.dash-button{min-height:32px;box-shadow:none;background:0 0;border-color:#0000;padding:0 8px}.community-post-actions>.dash-button:hover{background:var(--surface-hover);border-color:var(--border-hover)}.community-post-actions>.dash-button:focus-visible{outline:2px solid var(--text-secondary);outline-offset:2px}.community-post-actions>.community-post-icon{flex-shrink:0;width:32px;padding:0}.community-post-actions>.community-post-like{font-variant-numeric:tabular-nums;gap:4px}.community-post-actions>.community-post-delete{color:var(--error-text)}.community-post-actions>.community-error{flex-basis:100%;order:1;margin:4px 0 0}.community-post-actions button[aria-pressed=true]{background:var(--selected);border-color:var(--text-secondary)}.community-post-actions button[aria-pressed=true]>svg{fill:var(--selected);stroke-width:2px}@media (max-width:640px),(pointer:coarse){.community-post-actions>.dash-button{min-width:44px;min-height:44px}.community-post-actions>.community-post-icon{width:44px}}@media (max-width:640px){.community-post-reply>span{display:none}}.community-read-marker{width:1px;height:1px;display:block}.community-topic-counts{flex-direction:column;gap:8px;font-size:13px;display:flex}.community-solved{color:var(--success-text);background:var(--success-bg);border-radius:4px;padding:4px 8px;font-size:13px;display:inline-flex}.community-solution{border-left:3px solid var(--success-text)}.community-solution h3{margin:0 0 12px}.community-mentions-picker{gap:12px;display:grid}.community-mentions-picker>.community-buttons{align-items:flex-end}.community-feed-nav{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:4px;margin-bottom:20px;padding-bottom:12px;display:flex}.community-feed-nav a{border-radius:6px;padding:10px 12px;font-size:14px}.community-feed-nav a[aria-current=page]{background:var(--selected);font-weight:600}.community-feed-nav a:hover{background:var(--surface-hover)}.community-live{color:var(--muted);flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0;font-size:13px;display:flex}.community-bookmark-excerpt{white-space:pre-wrap;overflow-wrap:anywhere}.community-audit-item,.community-post-version{overflow-wrap:anywhere;margin-top:16px}.community-history-nav{flex-wrap:wrap;gap:8px 16px;margin-bottom:20px;display:flex}.community-warning{overflow-wrap:anywhere;margin-top:16px}.community-warnings-heading{flex-wrap:wrap}.community-warnings-heading .dash-button{white-space:normal;max-width:100%}.community-audit-item details{margin-top:16px}.community-audit-item summary{cursor:pointer}.community-audit-item dt{color:var(--muted);font-size:13px}.community-audit-item dd{white-space:pre-wrap;margin:4px 0 12px}.community-search-filters{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.community-search-excerpt{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.6}.community-search-result>div{width:100%;min-width:0}.community-search-filters{align-items:start}.community-search-filters>label,.community-search-filters>.control-field{gap:8px;margin:0}.community-search-filters input,.community-search-filters .control-trigger{height:42px}.community-search h2{margin-bottom:16px}.community-profile-moderation{max-width:860px}.community-profile-preview{overflow-wrap:anywhere}.community-profile-preview img{object-fit:cover;border-radius:50%}.community-profile-fields{border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;gap:16px;min-width:0;padding:16px;display:flex}.community-form .community-profile-fields label{align-items:center;gap:8px;display:flex}.community-form .community-profile-fields .custom-checkbox{margin-bottom:0}.community-member{width:100%}.community-member-heading{overflow-wrap:anywhere;align-items:center;gap:20px;margin:24px 0;display:flex}.community-member-heading>div{min-width:0}.community-member-heading h3{margin:0;font-size:24px}.community-member-heading p{margin:6px 0}.community-member-avatar{flex:0 0 80px;width:80px;height:80px;font-size:28px}.community-member-avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.community-member-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0;display:grid}.community-member-stats>div{border:1px solid var(--border);border-radius:8px;padding:16px}.community-member-stats dt{color:var(--muted);overflow-wrap:anywhere}.community-member-stats dd{margin:8px 0 0;font-size:28px;font-weight:600}@media (max-width:600px){.community-member-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.community-member-heading{align-items:flex-start;gap:12px}.community-member-avatar{flex-basis:56px;width:56px;height:56px}}.community-thread-layout{grid-template-columns:320px minmax(0,1fr) 88px;justify-content:center;align-items:start;gap:36px;width:100%;display:grid}.community-thread-main{min-width:0}.community-thread-main .community-post{scroll-margin-top:calc(var(--community-header-height,66px) + 30px)}.community-nearby,.community-timeline{top:calc(var(--community-header-height,66px) + 24px);min-width:0;position:sticky}.community-nearby-body{min-width:0}.community-nearby-current>span{color:var(--muted);font-size:12px}.community-nearby-scroll{max-height:calc(100dvh - var(--community-header-height,66px) - 100px);overscroll-behavior:contain;scrollbar-width:thin;padding:2px;display:block;overflow-y:auto}.community-nearby-topic{border-left:2px solid #0000;border-radius:0;margin-bottom:4px;padding:14px 16px;text-decoration:none;display:block}.community-nearby-topic:hover{background:var(--surface-hover)}.community-nearby-topic[aria-current=page]{border-left-color:var(--text)}.community-nearby-topic[aria-current=page] .community-nearby-title{font-weight:600}.community-nearby-title{overflow-wrap:anywhere;font-size:13px;font-weight:500;line-height:1.5;display:block}.community-nearby-meta{color:var(--muted);flex-wrap:wrap;gap:5px 10px;margin-top:7px;font-size:11px;display:flex}.community-nearby-unread{color:var(--text)}.community-nearby-current{border-bottom:1px solid var(--border);margin-bottom:8px;padding-bottom:5px}.community-nearby-current>span{padding:4px 10px;display:block}.community-nearby-all{padding:18px;font-size:12px;display:block}.community-nearby-error{overflow-wrap:anywhere;padding:8px;font-size:12px}.community-nearby-more{width:100%;margin-top:8px}.community-nearby-toggle{display:none}.community-timeline{flex-direction:column;align-items:center;gap:14px;padding-top:12px;display:flex}.community-timeline-position{font-variant-numeric:tabular-nums;flex-direction:column;align-items:center;gap:4px;font-size:13px;display:flex}.community-timeline-position strong{font-size:22px;font-weight:600}.community-timeline-position span,.community-timeline-position small{color:var(--muted)}.community-timeline-position small{font-size:10px}.community-timeline-end{color:var(--text);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:44px;min-height:44px;padding:4px;display:flex}.community-timeline-end span{color:var(--muted);font-size:11px}.community-timeline-end:disabled{opacity:.4;cursor:default}.community-timeline-range{writing-mode:vertical-lr;appearance:none;cursor:pointer;touch-action:none;direction:ltr;background:0 0;width:44px;height:clamp(100px,32dvh,300px);margin:0}.community-timeline-range::-webkit-slider-runnable-track{background:var(--border);border-radius:3px;width:3px}.community-timeline-range::-webkit-slider-thumb{appearance:none;background:var(--text);border:3px solid var(--surface);width:13px;height:34px;box-shadow:0 0 0 1px var(--border);border-radius:8px;margin-left:-5px}.community-timeline-range::-moz-range-track{background:var(--border);border-radius:3px;width:3px}.community-timeline-range::-moz-range-thumb{background:var(--text);border:3px solid var(--surface);border-radius:8px;width:8px;height:28px}.community-timeline-range:focus-visible,.community-timeline-end:focus-visible{outline:2px solid var(--text);outline-offset:3px;border-radius:4px}.community-timeline-range[aria-disabled=true]{opacity:.4;cursor:wait}@media (max-width:1250px){.community-thread-layout{grid-template-columns:minmax(0,800px) 72px;gap:16px}.community-nearby{grid-column:1/-1;position:static}.community-nearby-toggle{justify-content:space-between;gap:24px;min-height:44px;display:flex}.community-nearby-body{margin-top:12px;display:none}.community-nearby-body.is-expanded{display:block}.community-nearby-scroll{max-height:320px;display:block}}@media (max-width:760px){.community-thread-layout{flex-direction:column;gap:12px;display:flex}.community-thread-main,.community-nearby{width:100%}.community-nearby{order:0}.community-timeline{width:100%;top:calc(var(--community-header-height,66px) + 8px);z-index:2;background:var(--surface);border:1px solid var(--border);box-sizing:border-box;border-radius:8px;flex-direction:row;order:1;justify-content:space-between;padding:2px 8px}.community-thread-main{order:2}.community-timeline-position{flex-direction:row;gap:5px}.community-timeline-position strong{font-size:14px}.community-timeline-position small{font-size:11px}.community-timeline-range{display:none}.community-timeline-end{flex-direction:row;gap:6px}.community-thread-main .community-post{scroll-margin-top:calc(var(--community-header-height,66px) + 76px)}}.community-images{flex-wrap:wrap;gap:12px;margin:16px 0;display:flex}.community-image-thumb{border:1px solid var(--border);background:var(--page);cursor:zoom-in;border-radius:8px;place-items:center;width:160px;max-width:100%;height:120px;padding:4px;display:grid;overflow:hidden}.community-image-thumb img{object-fit:contain;width:100%;height:100%}.community-image-thumb:focus-visible{outline:2px solid var(--text);outline-offset:3px}.community-gallery-dialog{width:min(1100px,100vw - 32px);max-width:none}.community-gallery{outline:none;min-width:0}.community-gallery>img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:calc(85dvh - 160px);margin:0 auto;display:block}.community-gallery-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;display:flex}.community-image-picker{border-top:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0;margin:8px 0 12px;padding:10px 0}.community-image-picker-heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.community-image-strip{flex-wrap:nowrap;gap:6px;max-width:100%;margin:10px -2px 0;padding:2px;display:flex;overflow-x:auto}.community-image-tile{background:var(--page);border-radius:6px;flex:0 0 88px;width:88px;height:66px;position:relative;overflow:hidden}.community-image-tile>img{object-fit:contain;width:100%;height:100%;display:block}.community-image-remove,.community-image-retry{color:#fff;cursor:pointer;background:#000b;border:0;place-items:center;padding:0;line-height:1;display:grid}.community-image-remove{border-radius:0 6px;width:28px;height:28px;font-size:22px;position:absolute;top:0;right:0}.community-image-retry{border-radius:50%;width:36px;height:36px;font-size:25px;position:absolute;bottom:0;left:0}.community-image-remove:disabled,.community-image-retry:disabled{opacity:.5;cursor:default}.community-image-remove:focus-visible,.community-image-retry:focus-visible{outline-offset:-3px;outline:2px solid #fff}.community-image-progress{background:#0005;place-items:center;display:grid;position:absolute;inset:0}.community-image-spinner{border:2px solid #ffffff70;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite community-refresh-spin}.community-image-error{margin:6px 0 0;font-size:12px}@media (prefers-reduced-motion:reduce){.community-image-spinner{animation:none}}@media (pointer:coarse){.community-image-remove,.community-image-retry{width:44px;height:44px}}@media (max-width:640px){.community-image-thumb{width:128px;height:96px}.community-gallery-dialog{width:calc(100vw - 16px)}.community-gallery-actions{gap:8px}.community-gallery-actions .dash-button{min-height:44px;font-size:12px}}
