@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";:root{color-scheme:light;--md-sys-color-primary: #1a73e8;--md-sys-color-on-primary: #ffffff;--md-sys-color-primary-container: #d3e3fd;--md-sys-color-on-primary-container: #041e49;--md-sys-color-secondary: #5f6368;--md-sys-color-on-secondary: #ffffff;--md-sys-color-secondary-container: #e8eaed;--md-sys-color-on-secondary-container: #1f1f1f;--md-sys-color-tertiary: #1e8e3e;--md-sys-color-on-tertiary: #ffffff;--md-sys-color-tertiary-container: #ceead6;--md-sys-color-on-tertiary-container: #0d652d;--md-sys-color-error: #d93025;--md-sys-color-on-error: #ffffff;--md-sys-color-error-container: #f9dedc;--md-sys-color-on-error-container: #410e0b;--md-sys-color-background: #fafafa;--md-sys-color-surface: #fafafa;--md-sys-color-surface-container-low: #f8f9fa;--md-sys-color-surface-container: #f1f3f4;--md-sys-color-surface-container-high: #e8eaed;--md-sys-color-surface-container-highest: #dadce0;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-on-surface: #1f1f1f;--md-sys-color-on-surface-variant: #5f6368;--md-sys-color-outline: #dadce0;--md-sys-color-outline-variant: #e8eaed;--md-sys-shape-corner-none: 0px;--md-sys-shape-corner-extra-small: 4px;--md-sys-shape-corner-small: 8px;--md-sys-shape-corner-medium: 12px;--md-sys-shape-corner-large: 16px;--md-sys-shape-corner-extra-large: 28px;--md-sys-shape-corner-full: 999px;--md-sys-elevation-level0: none;--md-sys-elevation-level1: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15);--md-sys-elevation-level2: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);--md-sys-elevation-level3: 0 1px 3px 0 rgba(60, 64, 67, .3), 0 4px 8px 3px rgba(60, 64, 67, .15);--bg: var(--md-sys-color-background);--bg-accent: var(--md-sys-color-surface);--surface: var(--md-sys-color-surface-container-lowest);--surface-strong: #ffffff;--surface-soft: rgba(214, 228, 255, .6);--border: var(--md-sys-color-outline-variant);--border-strong: rgba(26, 115, 232, .32);--text: var(--md-sys-color-on-surface);--muted: var(--md-sys-color-on-surface-variant);--accent: var(--md-sys-color-primary);--accent-strong: #1557b0;--accent-soft: rgba(26, 115, 232, .1);--danger: #b42318;--danger-soft: rgba(186, 26, 26, .1);--warning: #9a5e00;--warning-soft: rgba(186, 120, 0, .12);--info: var(--md-sys-color-tertiary);--info-soft: rgba(107, 83, 146, .12);--shadow: var(--md-sys-elevation-level1);--shadow-md: var(--md-sys-elevation-level2);--radius-xl: var(--md-sys-shape-corner-extra-large);--radius-lg: var(--md-sys-shape-corner-large);--radius-md: var(--md-sys-shape-corner-medium);--radius-sm: var(--md-sys-shape-corner-small);--font: "Roboto", "Google Sans", ui-sans-serif, "Segoe UI", system-ui, sans-serif;--sidebar-rail-w: 80px;--sidebar-full-w: 256px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg-accent)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.pro-shell{display:grid;grid-template-columns:var(--sidebar-rail-w) minmax(0,1fr);gap:0;min-height:100vh;padding:0;align-items:start;transition:grid-template-columns .25s cubic-bezier(.2,0,0,1)}.pro-shell.is-sidebar-open{grid-template-columns:var(--sidebar-full-w) minmax(0,1fr)}.pro-sidebar-launcher{display:none}.pro-sidebar-launcher span,.pro-sidebar-close span,.pro-sidebar-toggle span{font-family:Material Symbols Rounded,sans-serif;font-size:22px;line-height:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.pro-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:54;background:#0e191666;opacity:0;pointer-events:none;transition:opacity .18s ease;display:none}.pro-sidebar-backdrop.is-open{opacity:1;pointer-events:auto}.pro-sidebar{position:sticky;top:0;z-index:60;min-width:0;height:100vh;width:var(--sidebar-rail-w);transition:width .25s cubic-bezier(.2,0,0,1);flex-shrink:0}.pro-sidebar.is-open,.pro-sidebar:hover{width:var(--sidebar-full-w)}.pro-sidebar-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--md-sys-color-surface-container-low);border-radius:0;border:0;border-right:1px solid var(--md-sys-color-outline-variant);box-shadow:none;width:var(--sidebar-rail-w);transition:width .25s cubic-bezier(.2,0,0,1)}.pro-sidebar.is-open .pro-sidebar-card,.pro-sidebar:hover .pro-sidebar-card{width:var(--sidebar-full-w)}.pro-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:0;padding:14px 12px;border-bottom:1px solid var(--md-sys-color-outline-variant);min-height:68px;overflow:hidden;flex-shrink:0}.pro-sidebar-brand{display:flex;flex-direction:row;align-items:center;gap:10px;min-width:0;flex-shrink:0}.pro-sidebar-brand-copy{min-width:0;white-space:nowrap;overflow:hidden;opacity:0;width:0;transition:opacity .2s ease,width .25s cubic-bezier(.2,0,0,1)}.pro-sidebar.is-open .pro-sidebar-brand-copy,.pro-sidebar:hover .pro-sidebar-brand-copy{opacity:1;width:140px}.pro-sidebar-logo{width:40px;height:40px;border-radius:var(--md-sys-shape-corner-extra-small);object-fit:cover;background:var(--md-sys-color-primary-container);flex-shrink:0}.pro-sidebar-logo-fallback{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--md-sys-color-on-primary-container)}.pro-sidebar-close{display:none}.pro-sidebar-toggle{height:36px;border:none;border-radius:var(--md-sys-shape-corner-medium);background:transparent;color:var(--md-sys-color-on-surface-variant);cursor:pointer;display:none;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease;margin-left:auto;opacity:0;width:0;overflow:hidden;transition:opacity .2s ease,width .25s cubic-bezier(.2,0,0,1),background .15s ease}.pro-sidebar.is-open .pro-sidebar-toggle{opacity:1;width:36px}.pro-sidebar-toggle:hover{background:var(--md-sys-color-surface-container)}.pro-sidebar-title{font-family:var(--font);font-size:.95rem;font-weight:700;color:var(--md-sys-color-on-surface);line-height:1.2}.pro-sidebar-subtitle{color:var(--md-sys-color-on-surface-variant);font-size:.8rem;margin-top:1px}.pro-sidebar-section-title{color:var(--md-sys-color-on-surface-variant);font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;overflow:hidden;opacity:0;max-height:0;transition:opacity .2s ease,max-height .25s ease,padding .2s ease;padding:12px 0 4px 12px}.pro-sidebar.is-open .pro-sidebar-section-title,.pro-sidebar:hover .pro-sidebar-section-title{opacity:1;max-height:40px;padding:12px 12px 4px}.pro-sidebar-nav{display:flex;flex-direction:column;padding:4px 8px 12px;gap:2px;overflow-y:auto;overflow-x:hidden;flex:1}.pro-sidebar-link{display:flex;flex-direction:row;align-items:center;gap:0;padding:10px 0;border-radius:var(--md-sys-shape-corner-medium);color:var(--md-sys-color-on-surface);transition:background .15s ease,gap .25s cubic-bezier(.2,0,0,1),padding .25s cubic-bezier(.2,0,0,1);text-decoration:none;justify-content:center;position:relative}.pro-sidebar.is-open .pro-sidebar-link,.pro-sidebar:hover .pro-sidebar-link{gap:12px;padding:10px 12px;justify-content:flex-start}.pro-sidebar-link:hover{background:#1565c014}.pro-sidebar-link.is-active{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}.pro-sidebar-link:after{content:attr(data-label);position:absolute;left:calc(var(--sidebar-rail-w) - 4px);top:50%;transform:translateY(-50%);background:var(--md-sys-color-on-surface);color:var(--md-sys-color-surface);font-size:.8rem;font-weight:600;padding:6px 12px;border-radius:var(--md-sys-shape-corner-small);white-space:nowrap;pointer-events:none;opacity:0;z-index:100;transition:opacity .15s ease}.pro-sidebar-link:hover:after{opacity:1}.pro-sidebar.is-open .pro-sidebar-link:after{display:none}.pro-sidebar:hover .pro-sidebar-link:after{display:none}.pro-sidebar-link-icon{font-family:Material Symbols Rounded,sans-serif;font-size:22px;line-height:1;width:22px;height:22px;flex-shrink:0;color:var(--md-sys-color-on-surface-variant);font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;transition:font-variation-settings .15s ease,color .15s ease}.pro-sidebar-link.is-active .pro-sidebar-link-icon{color:var(--md-sys-color-on-secondary-container);font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.pro-sidebar-link-text{display:flex;flex-direction:column;gap:1px;min-width:0;overflow:hidden;opacity:0;max-width:0;transition:opacity .15s ease,max-width .25s cubic-bezier(.2,0,0,1);white-space:nowrap}.pro-sidebar.is-open .pro-sidebar-link-text,.pro-sidebar:hover .pro-sidebar-link-text{opacity:1;max-width:200px}.pro-sidebar-item-title{font-weight:600;font-size:.88rem;line-height:1.25}.pro-sidebar-item-description{font-size:.73rem;color:var(--md-sys-color-on-surface-variant);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-sidebar-link.is-active .pro-sidebar-item-description{color:#101c2b99}.pro-sidebar-footer{display:flex;flex-direction:column;gap:8px;padding:10px 8px 12px;border-top:1px solid var(--md-sys-color-outline-variant);overflow:hidden;flex-shrink:0}.pro-sidebar-footer .button{overflow:hidden;white-space:nowrap;padding:0;width:40px;min-height:40px;border-radius:var(--md-sys-shape-corner-medium);align-self:center;transition:width .25s cubic-bezier(.2,0,0,1),padding .25s ease,border-radius .25s ease}.pro-sidebar.is-open .pro-sidebar-footer .button,.pro-sidebar:hover .pro-sidebar-footer .button{width:100%;padding:0 16px;border-radius:var(--md-sys-shape-corner-full);align-self:stretch}.pro-user-card{display:flex;flex-direction:row;align-items:center;gap:0;padding:8px 4px;border-radius:var(--md-sys-shape-corner-medium);overflow:hidden;justify-content:center;transition:gap .25s cubic-bezier(.2,0,0,1),padding .25s ease}.pro-sidebar.is-open .pro-user-card,.pro-sidebar:hover .pro-user-card{gap:10px;padding:8px 10px;background:var(--md-sys-color-surface-container)}.pro-user-card-avatar{width:34px;height:34px;border-radius:999px;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.pro-user-card-info{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1;overflow:hidden;opacity:0;max-width:0;transition:opacity .15s ease,max-width .25s cubic-bezier(.2,0,0,1)}.pro-sidebar.is-open .pro-user-card-info,.pro-sidebar:hover .pro-user-card-info{opacity:1;max-width:160px}.pro-user-card strong{font-size:.85rem;font-weight:600;color:var(--md-sys-color-on-surface);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-user-card span{color:var(--md-sys-color-on-surface-variant);font-size:.73rem;white-space:nowrap}.pro-sidebar-logout-label{overflow:hidden;max-width:0;opacity:0;white-space:nowrap;transition:max-width .25s cubic-bezier(.2,0,0,1),opacity .15s ease}.pro-sidebar.is-open .pro-sidebar-logout-label,.pro-sidebar:hover .pro-sidebar-logout-label{max-width:80px;opacity:1}.pro-main{min-width:0;width:100%;max-width:1400px;padding:24px 24px 40px}.project-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:22px;padding:6px;border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-extra-large);background:var(--md-sys-color-surface-container-low)}.project-tab{display:flex;align-items:center;gap:12px;min-width:0;min-height:58px;padding:10px 14px;border-radius:var(--md-sys-shape-corner-large);color:var(--md-sys-color-on-surface-variant);transition:background .15s ease,color .15s ease,box-shadow .15s ease}.project-tab:hover{background:#ffffffc2;color:var(--md-sys-color-on-surface)}.project-tab.is-active{background:var(--md-sys-color-surface-container-lowest);color:var(--md-sys-color-on-surface);box-shadow:var(--md-sys-elevation-level1)}.project-tab-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface-variant);font-family:Material Symbols Rounded,sans-serif;font-size:22px;line-height:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;flex:0 0 auto}.project-tab.is-active .project-tab-icon{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.project-tab-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.project-tab-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;font-size:.92rem;line-height:1.2}.project-tab-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--md-sys-color-on-surface-variant);font-size:.76rem;line-height:1.25}.page-shell{display:flex;flex-direction:column;gap:20px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:4px 0 8px}.page-header h1{margin:4px 0 6px;font-size:2.2rem;font-weight:800;line-height:1.05;letter-spacing:0}.page-eyebrow{margin:0;color:var(--md-sys-color-primary);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.page-description{margin:0;max-width:680px;color:var(--muted);font-size:.95rem;line-height:1.6}.page-header-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;flex-shrink:0;padding-top:6px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.card-padded{padding:20px 22px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.section-heading h2{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:0}.stats-grid,.weeks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.stat-card{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-extra-large);box-shadow:var(--shadow);transition:box-shadow .15s ease,transform .15s ease}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.stat-card.tone-warning{background:#fff4e0e6;border-color:#9a5e002e}.stat-card.tone-danger{background:#ffedeae6;border-color:#ba1a1a29}.stat-card.tone-success{background:#e6f0ffe6;border-color:#1565c029}.stat-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-height:32px}.stat-icon{font-family:Material Symbols Rounded,sans-serif;font-size:18px;line-height:1;padding:7px;border-radius:var(--md-sys-shape-corner-small);flex-shrink:0;color:var(--muted);background:var(--md-sys-color-surface-container);font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;display:inline-flex;align-items:center;justify-content:center}.stat-card.tone-warning .stat-icon{color:var(--warning);background:var(--warning-soft);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.stat-card.tone-danger .stat-icon{color:var(--danger);background:var(--danger-soft);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.stat-card.tone-success .stat-icon{color:var(--accent);background:var(--accent-soft);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.stat-label{color:var(--muted);font-size:.82rem;font-weight:500;line-height:1.3}.stat-value{font-size:2.2rem;font-weight:800;letter-spacing:0;line-height:1}.week-card{display:flex;flex-direction:column;gap:18px;padding:18px;transition:transform .18s ease,border-color .18s ease}.week-card:hover{transform:translateY(-2px);border-color:var(--border-strong)}.week-number{font-size:1.25rem;font-weight:800}.week-metrics,.week-footer,.entity-meta,.timeline-meta,.filters-row,.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.week-metrics,.timeline-meta,.toolbar-meta,.muted,.inbox-meta{color:var(--muted)}.timeline-list,.entity-list,.stack,.checkbox-group,.inbox-list{display:flex;flex-direction:column;gap:12px}.timeline-item,.entity-row,.inbox-card{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;border-radius:var(--md-sys-shape-corner-large);border:1px solid var(--border);background:var(--surface-strong);transition:border-color .15s ease,background .15s ease}.entity-row{justify-content:space-between}.entity-row p,.inbox-preview{margin:6px 0 0;color:var(--muted)}.entity-row-button{width:100%;text-align:left;cursor:pointer}.entity-row-button.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container)}.timeline-dot{flex:0 0 10px;height:10px;margin-top:7px;border-radius:999px;background:var(--md-sys-color-primary);opacity:.6}.split-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px}.sites-toolbar-meta,.sites-pagination-row,.sites-admin-switcher-row,.sites-admin-switcher-actions,.sites-admin-search-row,.sites-admin-filter-actions,.sites-category-row,.sites-article-card-meta,.sites-article-card-actions,.sites-editor-site-switcher,.sites-editor-section-heading,.sites-editor-summary-list,.sites-editor-actions-stack{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.sites-admin-shell,.sites-admin-filter-panel,.sites-editor-shell,.sites-editor-main,.sites-editor-sidebar,.sites-editor-sidebar-card,.sites-editor-sidebar-body,.sites-editor-snippet-group,.sites-article-card-body,.sites-article-card-copy{display:flex;flex-direction:column;gap:16px}.sites-admin-switcher{padding:20px;border-radius:24px;border:1px solid rgba(21,101,192,.12);background:linear-gradient(135deg,#e2ecf8eb,#fffffff5),#fffffff5}.sites-admin-switcher-row{justify-content:space-between}.sites-admin-database-control{display:flex;flex-direction:column;gap:8px;min-width:min(100%,320px);flex:1 1 320px}.sites-admin-switcher-actions{justify-content:flex-end}.sites-admin-site-badge{display:inline-flex;align-items:center;gap:12px;min-height:52px;padding:10px 16px;border-radius:18px;border:1px solid rgba(21,101,192,.14);background:#ffffffeb}.sites-admin-site-badge strong,.sites-admin-site-badge span:last-child{display:block}.sites-admin-site-badge span:last-child{font-size:.82rem;color:var(--muted)}.sites-admin-site-description{color:var(--muted);font-size:.9rem;line-height:1.6}.sites-admin-filter-panel{padding:20px;border-radius:24px;border:1px solid var(--border);background:#f7fafce6}.sites-admin-search-row{justify-content:space-between}.sites-admin-search-box{flex:1 1 420px}.sites-admin-filter-actions{justify-content:flex-end}.sites-toolbar-meta{color:var(--muted);font-size:.84rem}.sites-category-row{gap:12px}.sites-category-chip{display:inline-flex;align-items:center;gap:10px;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:#ffffffe0;color:var(--md-sys-color-on-surface);font-size:.88rem;font-weight:600;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.sites-category-chip:hover{border-color:#1565c03d;transform:translateY(-1px)}.sites-category-chip.is-active{border-color:#1565c03d;background:#e5f0fff2;color:var(--md-sys-color-primary)}.sites-category-chip span{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#1565c014;display:inline-flex;align-items:center;justify-content:center;font-size:.76rem}.sites-admin-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 20px;text-align:center;border-radius:24px;border:1px dashed rgba(21,101,192,.2);background:#f7fafcbd}.sites-admin-empty strong{display:block;margin-bottom:4px}.sites-admin-empty p{margin:0;color:var(--muted)}.sites-overview-grid{display:flex;flex-direction:column;gap:14px}.sites-overview-toolbar,.sites-overview-toolbar-copy,.sites-overview-card-content-head,.sites-overview-card-actions,.sites-overview-article-side{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.sites-overview-toolbar{justify-content:space-between;padding:0 4px}.sites-overview-toolbar-copy{color:var(--muted);font-size:.84rem}.sites-overview-toolbar-copy strong{color:var(--md-sys-color-on-surface);font-size:.92rem}.sites-overview-card{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:20px;align-items:start;padding:20px;border-radius:24px;border:1px solid var(--border);background:#fffffff5;box-shadow:0 18px 38px #0f172a0f}.sites-overview-card.is-empty{background:#f7fafcf0}.sites-overview-card-aside,.sites-overview-card-content,.sites-overview-card-title,.sites-overview-list,.sites-overview-article-body{display:flex;flex-direction:column;gap:12px}.sites-overview-card-aside{padding-right:20px;border-right:1px solid rgba(21,101,192,.12)}.sites-overview-card-content{min-width:0}.sites-overview-card-title{min-width:0;gap:6px}.sites-overview-card-title-link{color:var(--md-sys-color-on-surface);text-decoration:none;font-size:1.08rem;font-weight:800;line-height:1.25}.sites-overview-card-title-link:hover{color:var(--md-sys-color-primary)}.sites-overview-card-domain{color:var(--muted);font-size:.82rem}.sites-overview-card-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sites-overview-card-stat{display:flex;flex-direction:column;gap:4px;min-width:0;padding:12px;border-radius:18px;border:1px solid rgba(21,101,192,.12);background:#f7fafcd1}.sites-overview-card-stat strong{font-size:.94rem;line-height:1.3;color:var(--md-sys-color-on-surface)}.sites-overview-card-stat span{color:var(--muted);font-size:.76rem}.sites-overview-card-actions{flex-direction:column;align-items:stretch}.sites-overview-card-actions .button{width:100%;justify-content:center}.sites-overview-card-content-head{justify-content:space-between}.sites-overview-card-section-label,.sites-overview-card-hint,.sites-overview-empty-copy,.sites-overview-article-date{color:var(--muted);font-size:.82rem}.sites-overview-card-section-label{color:#35516c;font-weight:700}.sites-overview-card-hint{text-align:right}.sites-overview-article{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:14px;align-items:center;min-width:0;padding:12px 14px;border-radius:18px;border:1px solid rgba(21,101,192,.12);background:#f7fafce0;color:inherit;text-decoration:none;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.sites-overview-article:hover{transform:translateY(-1px);border-color:#1565c047;background:#fffffff5}.sites-overview-article-image{display:grid;place-items:center;aspect-ratio:16 / 10;overflow:hidden;border-radius:14px;background:linear-gradient(135deg,#e2ecf8eb,#f5f8faf5)}.sites-overview-article-image.is-empty{color:var(--muted)}.sites-overview-article-image img{width:100%;height:100%;object-fit:cover}.sites-overview-article-body{min-width:0;gap:8px}.sites-overview-article-title-row{display:flex;gap:12px;align-items:baseline;justify-content:space-between}.sites-overview-article-title{margin:0;font-size:.96rem;line-height:1.35}.sites-overview-article-date{flex:0 0 auto;white-space:nowrap}.sites-overview-article-description{margin:0;color:var(--muted);font-size:.88rem;line-height:1.55}.sites-overview-article-side{justify-content:flex-end;align-items:center;min-width:132px}.sites-overview-article-category{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#1565c014;color:var(--md-sys-color-primary);font-size:.76rem;font-weight:700}.sites-overview-empty-copy{font-size:.9rem;line-height:1.6}.sites-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.sites-article-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border-radius:28px;border:1px solid var(--border);background:#fffffff5;box-shadow:0 18px 38px #0f172a0f}.sites-article-card.is-unpublished{border-color:#9a5e002e;background:#fffaf1f5}.sites-article-card-image{display:grid;place-items:center;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,#e2ecf8e6,#f5f8faf2)}.sites-article-card-image.is-empty{color:var(--muted)}.sites-article-card-image.is-uploadable{padding:18px}.sites-article-card-image-upload{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-width:88px;min-height:88px;padding:14px;border:1px dashed rgba(21,101,192,.24);border-radius:24px;background:#ffffffd1;color:var(--md-sys-color-primary);cursor:pointer;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.sites-article-card-image-upload:hover:not(:disabled){transform:translateY(-1px);border-color:#1565c061;background:#fffffff0}.sites-article-card-image-upload:disabled{cursor:progress;opacity:.82}.sites-article-card-image-upload .stat-icon{font-size:28px}.sites-article-card-image-upload strong{font-size:.82rem;line-height:1.2}.sites-article-card-image img{width:100%;height:100%;object-fit:cover}.sites-article-card-body{padding:20px;min-width:0;flex:1}.sites-article-card-category{display:inline-flex;align-items:center;min-height:28px;width:fit-content;padding:0 10px;border-radius:999px;background:#1565c014;color:var(--md-sys-color-primary);font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.sites-article-card-copy h3{margin:0;font-size:1.06rem;line-height:1.35}.sites-article-card-copy p{margin:0;color:var(--muted);line-height:1.6}.sites-article-card-meta{color:var(--muted);font-size:.82rem}.sites-article-card-series{display:flex;flex-wrap:wrap;gap:8px}.sites-article-card-series-tag{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#e2ecf8e6;color:#35516c;font-size:.8rem;font-weight:600}.sites-article-card-actions{margin-top:auto}.sites-article-card-delete,.sites-editor-delete-button{color:#9b1c3f;border-color:#9b1c3f2e;background:#fceaefeb}.sites-article-card-delete:hover,.sites-editor-delete-button:hover{border-color:#9b1c3f47;background:#f9dce5fa}.sites-pagination-row{justify-content:space-between;margin-top:6px}.sites-pagination-label{color:var(--muted);font-size:.9rem}.sites-editor-header-site{display:inline-flex;align-items:center;gap:10px;min-width:0;min-height:44px;padding:7px 12px;border:1px solid rgba(21,101,192,.14);border-radius:16px;background:#ffffffeb;box-shadow:0 10px 26px #0f172a0d}.sites-editor-header-site .stat-icon{width:34px;height:34px;min-width:34px;font-size:18px}.sites-editor-header-site>div{min-width:0}.sites-editor-header-site strong,.sites-editor-header-site span:last-child{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sites-editor-header-site strong{font-size:.9rem;line-height:1.2}.sites-editor-header-site span:last-child{margin-top:2px;color:var(--muted);font-size:.78rem}.sites-editor-shell{gap:20px}.sites-editor-compact-field{display:flex;flex-direction:column;gap:8px;min-width:170px}.sites-editor-site-badge{min-width:240px}.sites-editor-site-switcher{justify-content:space-between;align-items:stretch;padding:20px 22px;border-radius:24px;border:1px solid var(--border);background:#f7fafcc2}.sites-editor-site-switcher .form-field{width:min(100%,360px)}.sites-editor-site-switcher-copy{display:flex;flex-direction:column;gap:6px;max-width:720px}.sites-editor-site-switcher-copy strong{font-size:1rem}.sites-editor-site-switcher-copy span{color:var(--muted);line-height:1.6}.sites-editor-site-select{min-width:min(100%,320px);flex:0 0 320px}.sites-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:20px;align-items:start}.sites-editor-section{overflow:hidden;border-radius:24px;border:1px solid var(--border);background:#fffffff5}.sites-editor-section-header{padding:16px 20px;border-bottom:1px solid var(--border);background:#f7fafcd1}.sites-editor-section-heading{align-items:flex-start}.sites-editor-section-icon,.sites-editor-collapsible-arrow,.sites-editor-snippet-button span{font-family:Material Symbols Rounded,sans-serif;line-height:1;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20}.sites-editor-section-icon{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;border-radius:12px;background:#1565c014;color:var(--md-sys-color-primary);font-size:18px}.sites-editor-section-heading h2{margin:0;font-size:1.02rem}.sites-editor-section-heading p{margin:4px 0 0;color:var(--muted);line-height:1.55}.sites-editor-section-body{padding:20px;display:flex;flex-direction:column;gap:16px}.sites-editor-category-picker,.sites-editor-preview-picker{display:flex;min-width:0;flex-direction:column;gap:8px}.sites-editor-preview-picker{padding:12px;border-radius:18px;border:1px solid rgba(21,101,192,.12);background:#f7fafcb8}.sites-editor-preview-picker .form-field,.sites-editor-preview-picker .media-field,.sites-editor-preview-picker .media-actions{gap:8px}.sites-editor-preview-picker .media-actions .button{min-height:34px;padding:0 12px;font-size:.82rem}.sites-editor-preview-picker .media-preview{display:flex;align-items:center;justify-content:center;width:min(100%,300px);max-width:100%;aspect-ratio:3 / 2;border-radius:14px;background:#ffffffeb}.sites-editor-preview-picker .media-preview img{width:100%;height:100%;max-height:none;object-fit:contain}.sites-editor-preview-picker .poster-upload-status,.sites-editor-preview-picker .alert{padding:9px 11px;border-radius:12px;font-size:.78rem}.sites-editor-categories,.sites-editor-series-grid,.sites-editor-snippet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.sites-editor-categories{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:thin}.sites-editor-series-grid.is-sidebar{grid-template-columns:1fr}.sites-editor-choice,.sites-editor-series-card,.sites-editor-snippet-button{width:100%;border:1px solid var(--border);border-radius:18px;background:#ffffffe6;color:var(--md-sys-color-on-surface);cursor:pointer;transition:border-color .15s ease,transform .15s ease,background-color .15s ease}.sites-editor-choice{width:auto;flex:0 0 auto;min-height:40px;padding:0 12px;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:2px;font-size:.84rem;font-weight:700;white-space:nowrap;text-align:left}.sites-editor-choice span{font-size:.76rem;font-weight:500;color:var(--muted)}.sites-editor-choice:hover,.sites-editor-series-card:hover,.sites-editor-snippet-button:hover{transform:translateY(-1px);border-color:#1565c03d}.sites-editor-choice.is-active,.sites-editor-series-card.is-active{border-color:#1565c03d;background:#e5f0fff2}.sites-editor-series-card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px}.sites-editor-series-card input{width:18px;height:18px;margin-top:2px}.sites-editor-series-card strong,.sites-editor-series-card span{display:block}.sites-editor-series-card span{margin-top:4px;color:var(--muted);font-size:.78rem}.sites-editor-collapsible{overflow:hidden}.sites-editor-collapsible-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border:0;background:#f7fafcd1;border-bottom:1px solid var(--border);cursor:pointer;text-align:left}.sites-editor-collapsible.is-open .sites-editor-collapsible-toggle{background:#f1f6fbe6}.sites-editor-collapsible-arrow{color:var(--muted);font-size:22px}.sites-editor-publish-toggle{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid var(--border);background:#f7fafccc}.sites-editor-publish-toggle input{width:18px;height:18px}.sites-editor-publish-toggle strong,.sites-editor-publish-toggle span{display:block}.sites-editor-publish-toggle span{margin-top:6px;color:var(--muted);line-height:1.55}.sites-editor-seo-stack{display:grid;gap:16px}.sites-editor-sidebar{position:sticky;top:28px}.sites-editor-sidebar-card{overflow:hidden;border-radius:24px;border:1px solid var(--border);background:#fffffff5}.sites-editor-sidebar-card-header{display:flex;align-items:flex-start;gap:12px;padding:18px 18px 14px;border-bottom:1px solid var(--border);background:#f7fafcd1}.sites-editor-sidebar-card-header strong,.sites-editor-sidebar-card-header span:last-child{display:block}.sites-editor-sidebar-card-header span:last-child{margin-top:4px;color:var(--muted);font-size:.82rem;line-height:1.5}.sites-editor-sidebar-body{padding:18px}.sites-editor-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;width:fit-content;padding:0 14px;border-radius:999px;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sites-editor-status-badge.is-published{color:var(--accent-strong);background:var(--accent-soft)}.sites-editor-status-badge.is-draft{color:#9a5e00;background:#fff4e0f5}.sites-editor-summary-list{display:grid;gap:12px}.sites-editor-summary-list>div{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:16px;background:#f7fafcc2}.sites-editor-summary-list span{color:var(--muted);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.sites-editor-summary-list strong{font-size:.94rem;line-height:1.4;word-break:break-word}.sites-editor-actions-stack{flex-direction:column;align-items:stretch}.sites-editor-actions-stack .button{width:100%;justify-content:center}.sites-editor-snippet-group-title{font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.sites-editor-snippet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sites-editor-snippet-button{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:92px;padding:14px;text-align:left}.sites-editor-snippet-button span{color:var(--md-sys-color-primary);font-size:20px}.sites-editor-snippet-button strong{font-size:.88rem;line-height:1.35}.sites-editor-help-list{display:grid;gap:10px;color:var(--muted);line-height:1.6}.sites-editor-result-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a75}.sites-editor-result-modal{width:min(100%,460px);border-radius:28px;border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md);padding:26px;display:grid;gap:18px;text-align:center}.sites-editor-result-icon{width:58px;height:58px;margin:0 auto;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#1b5e20;background:#d0f4de}.sites-editor-result-icon .material-symbols-rounded{font-size:32px}.sites-editor-result-modal h2{margin:0;font-size:1.35rem;line-height:1.2}.sites-editor-result-modal p{margin:8px 0 0;color:var(--muted);line-height:1.5}.sites-editor-result-actions{display:grid;gap:10px}.sites-editor-result-actions .button{width:100%;justify-content:center}.course-plan-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}.course-plan-sidebar{position:sticky;top:28px}.course-week-nav,.course-plan-main{display:flex;flex-direction:column;gap:12px}.course-week-link{display:flex;flex-direction:column;gap:8px;width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong);color:var(--text);text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.course-week-link:hover{background:var(--md-sys-color-surface-container-low);border-color:var(--md-sys-color-outline)}.course-week-link.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container);border-width:1.5px}.course-week-link-head,.course-week-link-meta,.course-plan-summary-metrics,.course-status-stack{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.course-week-link-head{justify-content:space-between}.course-week-link-meta,.course-week-link-note{color:var(--muted);font-size:.88rem}.course-plan-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);gap:18px;align-items:start}.course-plan-summary-title{margin:6px 0 8px;font-size:1.45rem;letter-spacing:0}.course-plan-summary-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.course-plan-section{gap:16px}.course-table-wrap{overflow-x:auto}.course-table{width:100%;min-width:860px;border-collapse:collapse}.course-table th,.course-table td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle;text-align:left}.course-table th{font-size:.78rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.course-table tbody tr:hover{background:var(--md-sys-color-surface-container-low)}.course-table-title{font-weight:700;line-height:1.4}.course-table-actions{width:1%;white-space:nowrap}.course-table-empty{color:var(--muted);text-align:center}.code-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:10px;background:#12754f14;color:var(--accent-strong);font-family:SFMono-Regular,ui-monospace,monospace;font-size:.82rem}.course-plan-shell .plan-container{max-width:1700px;margin:0 auto;padding-bottom:34px}.course-plan-shell .plan-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;flex-wrap:wrap}.course-plan-shell .dashboard-title{margin:0 0 6px;font-size:42px;line-height:1.05;font-weight:800}.course-plan-shell .dashboard-subtitle{font-size:17px;margin:0 0 10px;color:var(--muted)}.course-plan-shell .header-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#1565c01f;color:var(--accent-strong);font-size:12px;font-weight:700}.course-plan-shell .header-actions{display:flex;gap:8px;flex-wrap:wrap}.course-plan-shell .btn{border:none;border-radius:999px;cursor:pointer;font-size:14px;font-weight:700;padding:10px 16px;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.course-plan-shell .btn-primary{background:var(--md-sys-color-primary);color:#fff}.course-plan-shell .btn-secondary{background:#ffffffe6;color:var(--text);border:1px solid var(--border)}.course-plan-shell .alert-error{background:#ffe5e5;color:#c62828;border-color:#c628281f}.course-plan-shell .filters-form{background:#ffffffe0;border:1px solid var(--border);border-radius:22px;padding:12px;margin-bottom:14px;box-shadow:var(--shadow)}.course-plan-shell .filters-grid{display:grid;grid-template-columns:minmax(220px,2fr) repeat(2,minmax(150px,1fr)) auto auto auto;gap:10px;align-items:center}.course-plan-shell .search-wrap{position:relative}.course-plan-shell .form-input,.course-plan-shell .form-select{width:100%;border:1px solid var(--border-strong);border-radius:16px;background:#fffffff5;color:var(--text);padding:10px 12px;font-size:14px;font-family:inherit}.course-plan-shell .form-checkbox-wrap{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--text);white-space:nowrap}.course-plan-shell .type-filters{grid-column:1 / -1;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.course-plan-shell .type-filters-title{font-size:12px;font-weight:700;color:var(--muted);margin-right:2px}.course-plan-shell .type-filter-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;border:1px solid var(--border);font-size:12px;font-weight:700;color:var(--text);background:#ffffffe0;cursor:pointer;-webkit-user-select:none;user-select:none}.course-plan-shell .type-filter-chip-lessons{background:#eaf3ff;border-color:#c8dcf7;color:#0d47a1}.course-plan-shell .type-filter-chip-tasks{background:#fff5eb;border-color:#ffdcb8;color:#a34700}.course-plan-shell .type-filter-chip-habits{background:#edf8ee;border-color:#cfe9d0;color:#1b5e20}.course-plan-shell .plan-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px}.course-plan-shell .summary-card{border-radius:22px;border:1px solid var(--border);padding:14px;background:linear-gradient(180deg,#fffffff5,#f6fcf8fa);box-shadow:var(--shadow)}.course-plan-shell .summary-card-lessons{background:linear-gradient(180deg,#f5faff,#fff);border-color:#c8dcf7}.course-plan-shell .summary-card-tasks{background:linear-gradient(180deg,#fff8f0,#fff);border-color:#ffdcb8}.course-plan-shell .summary-card-habits{background:linear-gradient(180deg,#f4fbf5,#fff);border-color:#cfe9d0}.course-plan-shell .summary-card-density{background:linear-gradient(180deg,#fff5fb,#fff);border-color:#efc4db}.course-plan-shell .summary-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.course-plan-shell .summary-label{font-size:12px;font-weight:700;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.course-plan-shell .summary-value{font-size:34px;line-height:1;font-weight:800;color:var(--text)}.course-plan-shell .summary-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#ffffffc7;color:var(--text)}.course-plan-shell .summary-meta{display:flex;flex-wrap:wrap;gap:6px}.course-plan-shell .summary-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:#ffffffe6;border:1px solid var(--border);font-size:12px;font-weight:700;color:var(--text)}.course-plan-shell .week-nav{border:1px solid var(--border);border-radius:22px;background:#ffffffe6;box-shadow:var(--shadow);padding:10px 12px;margin-bottom:14px}.course-plan-shell .week-nav-title{margin:0 0 8px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:var(--text)}.course-plan-shell .week-nav-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.course-plan-shell .week-nav-group{border:1px solid var(--border);border-radius:16px;background:#ffffffe6;padding:8px}.course-plan-shell .week-nav-group-month-0{background:#fff7ed;border-color:#fdba74}.course-plan-shell .week-nav-group-month-1{background:#eff6ff;border-color:#93c5fd}.course-plan-shell .week-nav-group-month-2{background:#f0fdf4;border-color:#86efac}.course-plan-shell .week-nav-group-month-3{background:#f5f3ff;border-color:#c4b5fd}.course-plan-shell .week-nav-group-month-4{background:#fff1f2;border-color:#fda4af}.course-plan-shell .week-nav-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:7px}.course-plan-shell .week-nav-month{font-size:12px;font-weight:700;color:var(--text)}.course-plan-shell .week-nav-range{font-size:11px;color:var(--muted)}.course-plan-shell .week-nav-weeks{display:flex;flex-wrap:wrap;gap:6px}.course-plan-shell .week-link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);padding:5px 10px;text-decoration:none;font-size:12px;font-weight:700;color:var(--text);background:#ffffffe6}.course-plan-shell .week-link:hover{background:#1565c01a;color:var(--accent-strong);border-color:#1565c03d}.course-plan-shell .week-link-intro{background:#fff3e0;border-color:#ffe0b2;color:#8d4b00}.course-plan-shell .week-section{background:#ffffffe6;border:1px solid var(--border);border-radius:28px;margin-bottom:14px;overflow:hidden;scroll-margin-top:130px;box-shadow:var(--shadow)}.course-plan-shell .week-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:#f1faf5fa;border-bottom:1px solid var(--border)}.course-plan-shell .week-title{margin:0;font-size:30px;font-weight:800;color:var(--text)}.course-plan-shell .week-meta{display:flex;gap:8px;flex-wrap:wrap}.course-plan-shell .meta-chip{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.course-plan-shell .chip-lessons{background:#e3f2fd;color:#0d47a1}.course-plan-shell .chip-tasks{background:#fff3e0;color:#a34700}.course-plan-shell .chip-habits{background:#e8f5e9;color:#1b5e20}.course-plan-shell .quick-add{display:flex;gap:6px;flex-wrap:wrap}.course-plan-shell .quick-add button{background:#ffffffeb;color:var(--text);text-decoration:none;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;border:1px solid var(--border);cursor:pointer;display:inline-flex;align-items:center;gap:4px}.course-plan-shell .week-body{padding:12px}.course-plan-shell .week-main-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:12px;align-items:start}.course-plan-shell .week-main-grid-single{grid-template-columns:1fr}.course-plan-shell .priority-section{border:1px solid var(--border);border-radius:18px;margin-bottom:12px;overflow:hidden;background:#ffffffeb}.course-plan-shell .priority-head{padding:10px 12px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:8px}.course-plan-shell .priority-title{margin:0;font-size:24px;font-weight:800;display:flex;align-items:center;gap:6px}.course-plan-shell .priority-head-right{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.course-plan-shell .priority-count{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:30px;border-radius:999px;padding:0 10px;font-size:13px;font-weight:700;background:#ffffffd1;color:var(--text);border:1px solid var(--border)}.course-plan-shell .priority-body{padding:12px}.course-plan-shell .day-add-link{display:inline-flex;align-items:center;gap:4px;text-decoration:none;font-size:12px;font-weight:700;border-radius:999px;padding:6px 11px;background:#ffffffeb;color:var(--text);border:1px solid var(--border);cursor:pointer}.course-plan-shell .day-add-link .material-symbols-rounded,.course-plan-shell .quick-add .material-symbols-rounded{font-size:14px}.course-plan-shell .section-lessons .priority-head{background:#e7f1ff}.course-plan-shell .section-lessons .priority-title{color:#0d47a1}.course-plan-shell .section-tasks .priority-head{background:#fff2e6}.course-plan-shell .section-tasks .priority-title{color:#a34700}.course-plan-shell .section-habits .priority-head{background:#e8f5e9}.course-plan-shell .section-habits .priority-title{color:#1b5e20}.course-plan-shell .task-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.course-plan-shell .stack-list{display:flex;flex-direction:column;gap:12px}.course-plan-shell .compact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}.course-plan-shell .habits-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}.course-plan-shell .compact-card{border:1px solid var(--border);border-radius:18px;background:#ffffffeb;padding:10px;box-shadow:0 12px 26px #2a63480d}.course-plan-shell .lesson-card{border-color:#c8dcf7;background:#f8fbff}.course-plan-shell .task-card{border-color:#ffdcb8;background:#fff9f3}.course-plan-shell .habit-card{border-left:4px solid #4d9c55;background:#f7fcf7}.course-plan-shell .habit-card.habit-card-profile{border-left-color:#d94f86;background:linear-gradient(180deg,#fff1f7,#fff9fc)}.course-plan-shell .tile-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.course-plan-shell .tile-code{font-size:11px;color:var(--muted);font-family:SFMono-Regular,ui-monospace,monospace}.course-plan-shell .day-chip{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.course-plan-shell .day-chip-lesson{background:#dfeeff;color:#0d47a1}.course-plan-shell .day-chip-task{background:#ffeedf;color:#a34700}.course-plan-shell .day-chip-mini{padding:2px 7px;font-size:10px;line-height:1.2}.course-plan-shell .item-title{margin:0 0 4px;font-size:15px;font-weight:700;color:var(--text);line-height:1.25}.course-plan-shell .item-title-lg{font-size:19px;line-height:1.2;margin-bottom:6px}.course-plan-shell .item-title-compact{margin-bottom:0;font-size:17px;line-height:1.25}.course-plan-shell .item-sub{font-size:12px;color:var(--muted);margin:6px 0}.course-plan-shell .item-desc{font-size:13px;color:var(--muted);line-height:1.35}.course-plan-shell .card-meta-line,.course-plan-shell .source-links,.course-plan-shell .task-visible-badges{display:flex;gap:6px;flex-wrap:wrap}.course-plan-shell .card-meta-line,.course-plan-shell .source-links{margin-top:6px}.course-plan-shell .source-link{font-size:11px;border-radius:999px;text-decoration:none;padding:3px 8px;font-weight:700}.course-plan-shell .source-youtube{background:#fde8e8;color:#b71c1c}.course-plan-shell .source-vk{background:#e7f0ff;color:#0d47a1}.course-plan-shell .source-file{background:#e8f5e9;color:#1b5e20}.course-plan-shell .task-instruction-note{margin-top:7px;padding:7px 9px;border-radius:10px;border:1px solid #f5d3a8;background:#fff8f0;font-size:12px;color:#7a4a10;line-height:1.35}.course-plan-shell .compact-extra{margin-top:6px;padding-top:6px;border-top:1px dashed var(--border)}.course-plan-shell .compact-extra summary{list-style:none;display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:11px;font-weight:700;color:var(--muted);-webkit-user-select:none;user-select:none}.course-plan-shell .compact-extra summary::-webkit-details-marker{display:none}.course-plan-shell .compact-summary-icon{font-size:16px;transition:transform .18s ease}.course-plan-shell .compact-extra[open] .compact-summary-icon{transform:rotate(180deg)}.course-plan-shell .compact-extra-body{margin-top:8px}.course-plan-shell .item-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:8px}.course-plan-shell .item-actions{display:flex;gap:5px}.course-plan-shell .status-tag{display:inline-flex;align-items:center;gap:4px;border-radius:10px;padding:3px 8px;font-size:11px;font-weight:700}.course-plan-shell .status-active{background:#d0f4de;color:#1b5e20}.course-plan-shell .status-inactive{background:#5a82701f;color:var(--muted)}.course-plan-shell .btn-icon{width:32px;height:32px;border-radius:50%;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.course-plan-shell .btn-edit{background:#427ce029;color:#0d47a1;text-decoration:none}.course-plan-shell .btn-open{background:#1565c01f;color:#0d47a1;text-decoration:none}.course-plan-shell .btn-toggle{background:#5a82701f;color:var(--muted)}.course-plan-shell .btn-toggle.active{background:#d0f4de;color:#1b5e20}.course-plan-shell .content-card-layout{display:grid;grid-template-columns:96px minmax(0,1fr);gap:10px;align-items:start}.course-plan-shell .content-card-main{min-width:0}.course-plan-shell .lesson-poster-link,.course-plan-shell .task-poster-link{display:block;width:min(100%,210px);border-radius:10px;overflow:hidden;border:1px solid var(--border);margin-bottom:9px;background:#ffffffdb}.course-plan-shell .card-poster-link{width:96px;margin-bottom:0}.course-plan-shell .habit-poster-link{display:block;width:96px;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:#ffffffdb;flex-shrink:0}.course-plan-shell .lesson-poster-thumb,.course-plan-shell .task-poster-thumb{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;display:block}.course-plan-shell .card-poster-thumb{aspect-ratio:4 / 3}.course-plan-shell .habit-poster-thumb{width:100%;aspect-ratio:4 / 3;height:auto;object-fit:cover;display:block}.course-plan-shell .task-visible-badge{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:3px 8px;border-radius:999px;border:1px solid transparent;font-size:11px;font-weight:700;line-height:1.15;white-space:nowrap}.course-plan-shell .task-visible-badge .material-symbols-rounded{font-size:13px}.course-plan-shell .task-visible-badge-neutral{background:#eef3f7;border-color:#d8e1e8;color:#415264}.course-plan-shell .task-visible-badge-profile{background:#fce7ef;border-color:#f5c1d2;color:#8c1f4b}.course-plan-shell .task-visible-badge-instruction{background:#fff1dd;border-color:#f2cc99;color:#8a5400}.course-plan-shell .empty-hint{color:var(--muted);font-size:12px;text-align:center;padding:10px 4px}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.editor-grid-wide{grid-column:1 / -1}.form-field{display:flex;flex-direction:column;gap:8px}.form-label{font-size:.88rem;font-weight:600;color:var(--md-sys-color-on-surface)}.form-hint{color:var(--muted);font-size:.8rem;line-height:1.5}.input,.textarea{width:100%;border:1.5px solid var(--md-sys-color-outline);border-radius:var(--md-sys-shape-corner-small);background:var(--surface);color:var(--text);padding:12px 14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-size:.95rem}.input:hover:not(:focus),.textarea:hover:not(:focus){border-color:var(--md-sys-color-on-surface)}.input:focus,.textarea:focus{border-color:var(--md-sys-color-primary);border-width:2px;box-shadow:0 0 0 3px #1565c026}.textarea{min-height:120px;resize:vertical}.textarea-large{min-height:220px}.textarea-code{font-family:SFMono-Regular,ui-monospace,monospace;font-size:.92rem}.media-field{display:flex;flex-direction:column;gap:12px}.poster-upload-status{padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:#f5f8faf2;color:var(--muted);font-size:.92rem;line-height:1.5}.poster-upload-status.is-loading{color:#185f7b;background:var(--info-soft);border-color:#185f7b29}.poster-upload-status.is-success{color:var(--accent-strong);background:var(--accent-soft);border-color:#1565c033}.poster-upload-status.is-error{color:#8f1e34;background:#fceaeff5;border-color:#c954763d}.media-actions{display:flex;flex-wrap:wrap;gap:10px}.media-input-hidden{display:none}.media-preview{overflow:hidden;max-width:360px;border:1px solid var(--border);border-radius:18px;background:#ffffffe6}.media-preview img{display:block;width:100%;max-height:220px;object-fit:cover}.html-editor{display:flex;flex-direction:column;gap:12px}.html-editor-visual{gap:14px}.html-editor-loading{padding:12px 14px;border-radius:14px;border:1px solid rgba(21,101,192,.14);background:#e5f0ffb8;color:var(--md-sys-color-primary);font-size:.9rem;font-weight:600}.html-editor-shell{overflow:hidden;border:1px solid var(--border);border-radius:22px;background:#fffffffa}.html-editor-shell.is-loading{min-height:600px}.html-editor-shell.is-loading .html-editor-tinymce-target{opacity:0}.html-editor-shell .tox-tinymce{border:0;border-radius:0}.html-editor-shell .tox .tox-editor-header{border-bottom:1px solid var(--border);background:#f7fafce0}.html-editor-shell .tox .tox-toolbar,.html-editor-shell .tox .tox-toolbar__overflow,.html-editor-shell .tox .tox-toolbar__primary{background:transparent}.html-editor-shell .tox .tox-edit-area__iframe{background:#fffffffa}.html-editor-tinymce-target{min-height:540px}.html-toolbar{display:flex;flex-wrap:wrap;gap:8px}.button-small{min-height:36px;padding:0 14px;font-size:.83rem}.html-preview{border:1px solid var(--border);border-radius:18px;background:#ffffffe0;overflow:hidden}.html-preview-label{padding:10px 14px;border-bottom:1px solid var(--border);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.html-preview-body{padding:16px;color:var(--text);line-height:1.6}.html-preview-body>:first-child{margin-top:0}.html-preview-body>:last-child{margin-bottom:0}.html-preview-body img{max-width:100%;height:auto;border-radius:14px}.structured-data-editor{display:flex;flex-direction:column;gap:16px}.structured-schema-header{padding:16px 18px;border:1px dashed var(--border-strong);border-radius:18px;background:#edfaf399}.structured-schema-header strong{display:block;margin-bottom:6px;font-size:.98rem}.structured-schema-header p{margin:0;line-height:1.55}.structured-fieldset,.structured-map-item{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--border);border-radius:22px;background:#fffc}.structured-section-head h3{margin:0 0 6px;font-size:1rem}.structured-section-head p{margin:0}.structured-array-list,.structured-map-grid{display:flex;flex-direction:column;gap:12px}.structured-array-item{padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface-strong)}.structured-array-item-compact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.structured-array-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.structured-array-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.checkbox-row{display:inline-flex;align-items:center;gap:10px;min-height:42px;color:var(--text)}.checkbox-row input{width:18px;height:18px}.editor-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border:1px solid transparent;border-radius:var(--md-sys-shape-corner-full);cursor:pointer;font-weight:600;font-size:.9rem;letter-spacing:.01em;transition:background .15s ease,box-shadow .15s ease,transform .1s ease;white-space:nowrap;text-decoration:none}.button:disabled{cursor:not-allowed;opacity:.5}.button-full{width:100%}.button-primary{color:var(--md-sys-color-on-primary);background:var(--md-sys-color-primary);box-shadow:none}.button-primary:hover:not(:disabled){background:var(--accent-strong);box-shadow:var(--md-sys-elevation-level2)}.button-primary:active:not(:disabled){transform:scale(.98)}.button-secondary{color:var(--md-sys-color-on-surface);background:var(--surface);border-color:var(--border)}.button-secondary:hover:not(:disabled){background:var(--md-sys-color-surface-container-low);border-color:var(--md-sys-color-on-surface-variant)}.button-tonal{color:var(--md-sys-color-on-secondary-container);background:var(--md-sys-color-secondary-container);border-color:transparent}.button-tonal:hover:not(:disabled){background:color-mix(in srgb,var(--md-sys-color-secondary-container) 85%,var(--md-sys-color-on-secondary-container));box-shadow:var(--md-sys-elevation-level1)}.pill{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:var(--md-sys-shape-corner-full);font-size:.78rem;font-weight:600;background:var(--md-sys-color-surface-container);gap:4px}.pill-success{color:var(--accent-strong);background:var(--accent-soft)}.pill-warning{color:#8e6119;background:var(--warning-soft)}.pill-danger{color:#9b423e;background:var(--danger-soft)}.pill-info{color:#185f7b;background:var(--info-soft)}.pill-muted{color:var(--muted);background:#5a827014}.button-danger{color:var(--md-sys-color-error);background:var(--md-sys-color-error-container);border-color:transparent}.button-danger:hover:not(:disabled){background:color-mix(in srgb,var(--md-sys-color-error-container) 80%,var(--md-sys-color-error))}.alert{padding:12px 16px;border-radius:var(--md-sys-shape-corner-medium);border:1px solid transparent;font-size:.9rem;line-height:1.5}.alert-success{color:var(--accent-strong);background:var(--accent-soft);border-color:#1565c033}.alert-danger{color:var(--md-sys-color-error);background:var(--md-sys-color-error-container);border-color:#ba1a1a33}.alert-warning{color:var(--warning);background:var(--warning-soft);border-color:#9a5e0033}.loading-shell{display:grid;place-items:center;min-height:220px;text-align:center;gap:12px;color:var(--muted);font-size:.9rem}.loading-spinner{width:36px;height:36px;border-radius:999px;border:3px solid var(--md-sys-color-surface-container-high);border-top-color:var(--md-sys-color-primary);animation:spin .7s linear infinite}.login-screen{display:grid;place-items:center;min-height:100vh;padding:24px;background:var(--bg-accent)}.login-panel{width:min(960px,100%);display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden;border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-extra-large);background:var(--surface);box-shadow:var(--md-sys-elevation-level3)}.login-hero{display:flex;flex-direction:column;justify-content:flex-end;gap:16px;min-height:540px;padding:40px;color:#fff;background:radial-gradient(ellipse at 10% 10%,rgba(255,255,255,.18),transparent 40%),radial-gradient(ellipse at 85% 80%,rgba(107,83,146,.5),transparent 45%),linear-gradient(150deg,#0d47a1,#1565c0,#1976d2)}.login-hero h1{margin:0;font-size:3rem;font-weight:800;line-height:1;letter-spacing:0}.login-hero p{margin:0;max-width:400px;color:#ffffffe0;line-height:1.65;font-size:.95rem}.chip{display:inline-flex;width:fit-content;min-height:32px;align-items:center;padding:0 14px;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:700;font-size:.88rem}.login-form{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:40px;background:var(--surface)}.filters-row,.toolbar{justify-content:space-between;margin-bottom:18px}.toolbar-search{max-width:420px}.filter-select{width:auto;min-width:220px}.support-queue-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.support-queue-tab{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;min-width:170px;padding:0 16px;border-radius:var(--md-sys-shape-corner-full);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.support-queue-tab strong{font-size:.84rem}.support-queue-tab:hover{background:var(--md-sys-color-surface-container-low)}.support-queue-tab.is-active{color:var(--md-sys-color-on-secondary-container);background:var(--md-sys-color-secondary-container);border-color:transparent}.support-queue-meta{margin-bottom:18px}.inbox-card{flex-direction:column}.inbox-card-button{width:100%;text-align:left;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.inbox-card-button.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container)}.support-layout{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:18px;align-items:start}.support-detail-card{min-height:680px}.support-empty{display:grid;place-items:center;min-height:440px;text-align:center}.support-empty h2{margin:0 0 8px}.support-detail{display:flex;flex-direction:column;gap:20px}.support-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.support-detail-head h2{margin:6px 0 8px;font-size:1.75rem;line-height:1.04;letter-spacing:0}.support-thread{display:flex;flex-direction:column;gap:14px;max-height:560px;overflow:auto;padding-right:4px}.support-message{padding:14px 16px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface)}.support-message.is-admin{margin-left:40px;background:var(--md-sys-color-secondary-container);border-color:transparent}.support-message-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;color:var(--muted);font-size:.85rem}.support-message-body{color:var(--text);line-height:1.6;white-space:pre-wrap}.support-message-body-html{white-space:normal}.support-message-body-html>:first-child{margin-top:0}.support-message-body-html>:last-child{margin-bottom:0}.support-message-body-html img{max-width:100%;height:auto;border-radius:14px}.support-detail-submeta{margin:8px 0 0}.support-actions-grid{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:18px;align-items:start}.support-state-panel,.support-reply-panel{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--border);border-radius:22px;background:#ffffffd1}.support-reply-hint{margin:-4px 0 0}.inbox-card-head{display:flex;justify-content:space-between;gap:16px}.inbox-card-title{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.support-inbox-title{align-items:flex-start}.support-inbox-tags,.support-detail-tags{margin-top:10px}.inbox-preview{line-height:1.55}.inbox-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.88rem}.catalog-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.catalog-search-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.catalog-search-row .input{flex:1 1 auto}.catalog-tab{min-height:40px;padding:0 18px;border-radius:var(--md-sys-shape-corner-full);border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:600;font-size:.88rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.catalog-tab:hover{background:var(--md-sys-color-surface-container-low)}.catalog-tab.is-active{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);font-weight:700}.products-admin-shell{gap:18px}.products-header-actions,.products-editor-modes,.products-editor-actions,.products-section-links,.products-category-filter-row,.products-inline-actions,.products-summary-pills{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.products-overview-toolbar,.products-app-section,.products-editor-intro,.products-admin-editor-render,.products-admin-toolbar,.products-admin-primary-actions,.products-admin-workspace{display:flex;flex-direction:column;gap:16px}.products-admin-workspace{scroll-margin-top:20px}.products-overview-toolbar-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}.products-summary-pills{justify-content:flex-end}.products-admin-primary-actions{flex-direction:row;flex-wrap:wrap;align-items:center}.products-summary-pill,.products-section-link,.products-category-filter,.products-editor-mode{min-height:40px;padding:0 16px;border-radius:var(--md-sys-shape-corner-full);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.88rem;font-weight:600}.products-summary-pill{display:inline-flex;align-items:center;background:var(--md-sys-color-surface-container-low)}.products-summary-pill-link{cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.products-summary-pill-link:hover{background:var(--md-sys-color-secondary-container);border-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-secondary-container)}.products-section-link,.products-category-filter,.products-editor-mode{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.products-section-link:hover,.products-category-filter:hover,.products-editor-mode:hover{background:var(--md-sys-color-surface-container-low)}.products-category-filter.is-active,.products-editor-mode.is-active{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}.products-admin-main{display:flex;flex-direction:column;gap:18px;min-width:0}.products-section-grid,.products-overview-grid,.products-category-grid,.products-service-grid{display:grid;gap:12px}.products-section-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.products-overview-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.products-category-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.products-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-service-column{display:flex;flex-direction:column;gap:12px}.products-service-column-head,.product-overview-head,.overview-card-head,.products-category-card-head,.products-category-card-actions,.swap-overview-flow{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-overview-card,.overview-card,.products-category-card{display:flex;flex-direction:column;gap:12px;width:100%;padding:14px;border-radius:var(--md-sys-shape-corner-large);border:1px solid var(--border);background:var(--surface-strong);color:var(--text);text-align:left;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.product-overview-card,.overview-card{cursor:pointer}.product-overview-card:hover,.overview-card:hover,.products-category-card:hover{transform:translateY(-1px);border-color:var(--border-strong);box-shadow:var(--shadow)}.products-category-card.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container)}.product-overview-media{aspect-ratio:1.35;border-radius:var(--md-sys-shape-corner-medium);overflow:hidden;background:var(--md-sys-color-surface-container-low)}.product-overview-media img{width:100%;height:100%;object-fit:cover;display:block}.product-overview-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--muted);font-size:.86rem}.product-overview-body,.products-category-card p,.overview-card p{display:flex;flex-direction:column;gap:8px}.product-overview-body p,.products-category-card p,.overview-card p{margin:0;color:var(--muted);line-height:1.5}.product-overview-tip{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:var(--md-sys-shape-corner-full);background:#12754f1a;color:var(--accent-strong);font-size:.82rem;font-weight:600}.swap-overview-flow{justify-content:flex-start;flex-wrap:wrap}.swap-overview-arrow{color:var(--muted);font-weight:700}.product-list{max-height:76vh;overflow:auto;padding-right:4px}.product-editor-card{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden}.product-editor-card>.section-heading{padding:18px 22px 14px;margin-bottom:0;border-bottom:1px solid var(--border)}.product-editor-card>.editor-actions{padding:16px 22px 20px;margin-top:0;border-top:1px solid var(--border);background:var(--md-sys-color-surface-container-low)}.product-editor-card>.alert{margin:0 22px}.product-form-section{border-bottom:1px solid var(--border)}.product-form-section:last-of-type{border-bottom:none}.product-form-section-secondary{background:var(--md-sys-color-surface-container-low)}.product-form-section-header{display:flex;align-items:center;gap:8px;padding:12px 22px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--md-sys-color-on-surface-variant);background:var(--md-sys-color-surface-container-low);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none}.product-form-section-icon{font-family:Material Symbols Rounded,sans-serif;font-size:16px;line-height:1;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 20;color:var(--md-sys-color-primary)}.product-form-section-hint{margin-left:auto;font-size:.72rem;font-weight:500;letter-spacing:0;text-transform:none;color:var(--muted);opacity:.8}.product-form-section-body{padding:16px 22px;display:flex;flex-direction:column;gap:14px}.product-editor-top{display:grid;grid-template-columns:200px minmax(0,1fr);gap:20px;align-items:start}.product-image-upload-block .media-field{gap:8px}.product-image-upload-block .media-preview{max-width:100%;border-radius:var(--md-sys-shape-corner-medium)}.product-image-upload-block .media-preview img{max-height:160px;object-fit:cover}.products-missing-shell{gap:18px}.products-missing-layout{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:18px;align-items:start}.products-missing-sidebar,.products-missing-editor{display:flex;flex-direction:column;gap:16px}.products-missing-sidebar{position:sticky;top:28px}.products-missing-queue{max-height:calc(100vh - 300px);overflow:auto;padding-right:4px}.products-missing-empty{display:flex;flex-direction:column;gap:12px;align-items:flex-start;justify-content:center;min-height:180px;padding:12px 0}.products-missing-current-meta,.products-missing-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.products-missing-actions{justify-content:flex-end}.editor-grid-5col{grid-template-columns:repeat(5,minmax(0,1fr))}.editor-grid-3col{grid-template-columns:repeat(3,minmax(0,1fr))}.nested-editor{display:flex;flex-direction:column;gap:14px;margin-top:22px}.nested-card{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid var(--border);border-radius:20px;background:#ffffffdb}.nested-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.nested-card-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.nested-card-actions{display:flex;justify-content:flex-end}.gym-coach-native-banner{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;border:1px solid rgba(26,115,232,.16);border-radius:var(--md-sys-shape-corner-large);background:#d3e3fd7a}.gym-coach-native-banner strong{display:block;margin-bottom:4px}.gym-coach-native-banner p{margin:0;color:var(--muted);line-height:1.55}.gym-coach-module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.gym-coach-module-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;min-height:120px;padding:18px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong);box-shadow:var(--shadow);color:var(--text);transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.gym-coach-module-card:hover{transform:translateY(-2px);border-color:var(--border-strong);box-shadow:var(--shadow-md)}.gym-coach-module-icon,.gym-coach-module-open{font-family:Material Symbols Rounded,sans-serif;line-height:1;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24}.gym-coach-module-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--md-sys-shape-corner-large);background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);font-size:28px}.gym-coach-module-open{color:var(--muted);font-size:22px}.gym-coach-module-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.gym-coach-module-copy strong{font-size:1rem;line-height:1.3}.gym-coach-module-copy span{color:var(--muted);font-size:.88rem;line-height:1.45}.gym-coach-module-card-green .gym-coach-module-icon{background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container)}.gym-coach-module-card-orange .gym-coach-module-icon{background:#ffdbcf;color:#723b2a}.gym-coach-module-card-purple .gym-coach-module-icon{background:#e8def8;color:#4a4458}.gym-coach-module-card-cyan .gym-coach-module-icon{background:#c2e7ff;color:#004a77}.gym-coach-table-wrap{overflow-x:auto}.gym-coach-table{width:100%;min-width:760px;border-collapse:collapse}.gym-coach-table th,.gym-coach-table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.gym-coach-table th{color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gym-coach-table tbody tr:hover{background:var(--md-sys-color-surface-container-low)}.gym-coach-table-empty{color:var(--muted);text-align:center}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1080px){.pro-shell{grid-template-columns:var(--sidebar-rail-w) minmax(0,1fr);gap:0;padding:0}.pro-shell.is-sidebar-open{grid-template-columns:var(--sidebar-full-w) minmax(0,1fr)}.pro-sidebar-backdrop{display:block}.split-layout,.course-plan-layout,.course-plan-summary,.products-overview-toolbar-top,.products-missing-layout,.sites-editor-layout,.products-service-grid,.support-layout,.support-actions-grid,.login-panel{grid-template-columns:1fr}.course-plan-sidebar{position:static}.project-tabs{display:flex;overflow-x:auto;scrollbar-width:thin}.project-tab{min-width:230px}.products-missing-sidebar,.sites-editor-sidebar{position:static}.course-plan-shell .plan-summary,.course-plan-shell .filters-grid,.course-plan-shell .week-main-grid{grid-template-columns:1fr 1fr}.course-plan-shell .task-card-grid,.course-plan-shell .compact-grid,.course-plan-shell .habits-grid{grid-template-columns:1fr}}@media (max-width: 720px){.pro-main,.card-padded{padding:16px}.pro-shell{grid-template-columns:var(--sidebar-rail-w) minmax(0,1fr);padding:0}.pro-sidebar-launcher{top:12px;left:12px}.pro-sidebar{top:0;left:0;width:var(--sidebar-rail-w);height:100vh}.pro-sidebar.is-open,.pro-sidebar:hover{width:min(300px,calc(100vw - 24px))}.page-header,.inbox-card-head,.filters-row,.toolbar,.sites-pagination-row,.sites-admin-switcher-row,.sites-admin-switcher-actions,.sites-admin-search-row,.sites-admin-filter-actions,.sites-editor-site-switcher,.catalog-search-row,.products-header-actions,.products-inline-actions,.products-section-links,.products-category-filter-row,.products-summary-pills,.products-editor-actions,.products-missing-current-meta,.products-missing-actions,.sites-overview-card-actions,.sites-overview-card-content-head,.sites-overview-toolbar,.sites-overview-toolbar-copy,.sites-overview-article-title-row,.sites-overview-article-side{flex-direction:column;align-items:stretch}.project-tabs{margin:-4px -4px 18px;padding:4px}.project-tab{min-width:190px;min-height:54px;padding:8px 10px}.project-tab-icon{width:34px;height:34px;font-size:20px}.editor-grid,.editor-grid-5col,.editor-grid-3col,.product-editor-top,.sites-articles-grid,.sites-editor-categories,.sites-editor-series-grid,.sites-editor-snippet-grid{grid-template-columns:1fr}.sites-editor-site-select,.sites-editor-compact-field,.sites-editor-site-badge,.sites-admin-database-control{min-width:100%;flex-basis:100%}.sites-admin-switcher,.sites-admin-filter-panel,.sites-editor-site-switcher,.sites-editor-section-body,.sites-editor-sidebar-body,.sites-overview-card,.sites-article-card-body{padding-left:16px;padding-right:16px}.sites-overview-card{grid-template-columns:1fr;gap:16px}.sites-overview-card-aside{padding-right:0;padding-bottom:16px;border-right:0;border-bottom:1px solid rgba(21,101,192,.12)}.sites-overview-article{grid-template-columns:76px minmax(0,1fr);align-items:start}.sites-overview-article-side{grid-column:2;justify-content:flex-start}.structured-array-item-compact,.structured-array-fields,.nested-card-grid,.nested-card-grid-wide,.products-section-grid,.products-overview-grid,.products-category-grid,.products-service-grid{grid-template-columns:1fr}.support-message.is-admin{margin-left:0}.page-header-actions,.editor-actions{justify-content:stretch}.page-header-actions .button,.editor-actions .button{width:100%}.products-section-link,.products-category-filter,.products-editor-mode,.products-summary-pill,.sites-series-option,.support-queue-tab{width:100%;justify-content:center}.products-missing-empty{align-items:stretch;min-height:0}.course-plan-summary-metrics{grid-template-columns:1fr}.course-table{min-width:720px}.course-plan-shell .dashboard-title{font-size:34px}.course-plan-shell .plan-summary,.course-plan-shell .filters-grid,.course-plan-shell .week-main-grid,.course-plan-shell .task-card-grid,.course-plan-shell .compact-grid,.course-plan-shell .habits-grid{grid-template-columns:1fr}.course-plan-shell .week-header,.course-plan-shell .priority-head{flex-direction:column;align-items:flex-start}.course-plan-shell .content-card-layout{grid-template-columns:1fr}.course-plan-shell .habit-poster-link{width:min(100%,150px)}}
