@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:center;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.is-open .pro-sidebar-head,.pro-sidebar:hover .pro-sidebar-head{justify-content:space-between}.pro-sidebar-brand{display:flex;flex-direction:row;align-items:center;gap:0;min-width:0;flex-shrink:0;position:relative;transition:gap .25s cubic-bezier(.2,0,0,1)}.pro-sidebar.is-open .pro-sidebar-brand,.pro-sidebar:hover .pro-sidebar-brand{gap:10px}.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-medium);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-link-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--danger);color:#fff;font-size:11px;font-weight:800;line-height:1;box-shadow:0 0 0 2px var(--md-sys-color-surface-container-low)}.pro-sidebar-link-badge{position:absolute;top:7px;right:8px}.pro-sidebar.is-open .pro-sidebar-link-badge,.pro-sidebar:hover .pro-sidebar-link-badge{position:static;margin-left:auto;flex-shrink:0}.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-large);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(4,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{position:relative;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-badge{position:absolute;top:-5px;right:-5px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border:2px solid var(--md-sys-color-surface-container-lowest);border-radius:999px;background:var(--danger);color:#fff;font-family:inherit;font-size:10px;font-weight:800;line-height:1}.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}.admin-hub-page{gap:26px;max-width:1200px}.admin-hub-hero{display:flex;flex-direction:column;gap:2px;padding:4px 0 2px}.admin-hub-hero-eyebrow{margin:0;color:var(--md-sys-color-primary);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.admin-hub-hero h1{margin:2px 0 0;font-size:1.7rem;line-height:1.1;font-weight:800;letter-spacing:-.01em;color:var(--text)}.admin-hub-hero-sub{margin:0;color:var(--muted);font-size:.92rem}.admin-hub-section{display:flex;flex-direction:column;gap:12px}.admin-hub-section-heading{display:flex;align-items:center;gap:10px;min-height:30px}.admin-hub-section-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface-variant);font-size:19px}.admin-hub-section-heading h2{margin:0;font-size:1.02rem;line-height:1.2;font-weight:800;letter-spacing:0;color:var(--text)}.admin-hub-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 8px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface-variant);font-size:.74rem;font-weight:700}.admin-hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(224px,1fr));gap:12px}.admin-hub-card{position:relative;display:flex;align-items:center;gap:14px;padding:14px 14px 14px 16px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--md-sys-color-surface-container-lowest);text-decoration:none;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.admin-hub-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--md-sys-color-primary);opacity:0;transition:opacity .18s ease;pointer-events:none}.admin-hub-card:hover{border-color:transparent;box-shadow:var(--md-sys-elevation-level2);transform:translateY(-2px)}.admin-hub-card:hover:after{opacity:.04}.admin-hub-card:active{transform:translateY(0);box-shadow:var(--md-sys-elevation-level1)}.admin-hub-card:focus-visible{outline:2px solid var(--md-sys-color-primary);outline-offset:2px}.admin-hub-card-icon{position:relative;display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;flex:0 0 44px;border-radius:var(--md-sys-shape-corner-medium);background:var(--accent-soft);color:var(--accent)}.admin-hub-card-icon .material-symbols-rounded{font-size:24px;font-variation-settings:"FILL" 1,"wght" 500,"opsz" 24}.admin-hub-card-copy{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1 1 auto}.admin-hub-card-title{min-width:0;color:var(--text);font-size:.95rem;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-hub-card-subtitle{min-width:0;color:var(--muted);font-size:.78rem;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-hub-card-arrow{flex:0 0 auto;margin-left:2px;color:var(--md-sys-color-on-surface-variant);font-size:20px;opacity:.55;transition:opacity .18s ease,transform .18s ease}.admin-hub-card:hover .admin-hub-card-arrow{opacity:.9;transform:translate(2px)}.admin-hub-notification{position:absolute;top:-6px;right:-6px;display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;padding:0 6px;border-radius:var(--md-sys-shape-corner-full);border:2px solid var(--md-sys-color-surface-container-lowest);background:var(--md-sys-color-error);color:var(--md-sys-color-on-error);font-size:.7rem;font-weight:800;line-height:1}.admin-hub-card-icon.tone-blue{background:color-mix(in srgb,#1a73e8 14%,transparent);color:#1a73e8}.admin-hub-card-icon.tone-green{background:color-mix(in srgb,#1e8e3e 15%,transparent);color:#1e8e3e}.admin-hub-card-icon.tone-orange{background:color-mix(in srgb,#e8710a 16%,transparent);color:#d56500}.admin-hub-card-icon.tone-purple{background:color-mix(in srgb,#8430ce 14%,transparent);color:#8430ce}.admin-hub-card-icon.tone-teal{background:color-mix(in srgb,#00796b 15%,transparent);color:#00796b}.admin-hub-card-icon.tone-pink{background:color-mix(in srgb,#d01884 14%,transparent);color:#c2185b}.admin-hub-card-icon.tone-neutral{background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface-variant)}.admin-hub-empty{display:flex;align-items:center;gap:12px;min-height:60px;padding:16px 18px;border:1px dashed var(--border);border-radius:var(--md-sys-shape-corner-large);color:var(--md-sys-color-on-surface-variant);background:var(--md-sys-color-surface-container-low)}.admin-hub-empty .material-symbols-rounded{font-size:22px;opacity:.7}.admin-hub-empty p{margin:0;font-size:.9rem}.split-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:18px}.course-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.course-content-card{display:flex;flex-direction:column;gap:18px;color:var(--text);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.course-content-card:hover{border-color:var(--md-sys-color-primary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.course-content-card.is-disabled{opacity:.72}.course-content-card.is-disabled:hover{border-color:var(--border);box-shadow:var(--shadow);transform:none}.course-content-card-icon{display:flex;align-items:center;justify-content:space-between;gap:12px}.course-content-card h2{margin:0 0 8px;font-size:1.1rem;line-height:1.25}.course-content-card p{margin:0;color:var(--muted);line-height:1.55}.welcome-content-layout{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:18px;align-items:start}.welcome-content-sidebar{display:grid;gap:18px}.welcome-section-button{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start}.welcome-section-button .entity-meta{grid-column:2}.welcome-section-copy{display:grid;gap:5px;min-width:0}.welcome-section-copy>span{color:var(--muted);font-size:.84rem;line-height:1.4}.welcome-section-key{font-family:SFMono-Regular,ui-monospace,monospace;overflow-wrap:anywhere}.welcome-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid var(--border)}.welcome-editor-head>div{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:12px;row-gap:4px;align-items:center}.welcome-editor-head h2{margin:0;font-size:1.2rem;line-height:1.25}.welcome-editor-head p{grid-column:2;margin:0;color:var(--muted);line-height:1.5}.welcome-preview-card{position:sticky;top:18px}.welcome-phone-preview{display:grid;gap:14px}.welcome-preview-screen{overflow:hidden;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,#f8fafcfa,#ecfdf59e)}.welcome-preview-hero{display:block;width:100%;aspect-ratio:3 / 2;object-fit:cover}.welcome-preview-emoji{display:grid;place-items:center;min-height:132px;font-size:48px}.welcome-preview-body{padding:16px;text-align:center}.welcome-preview-body>strong,.welcome-preview-body h3{display:block;margin:0 0 8px;color:var(--text);font-size:1rem;line-height:1.3}.welcome-preview-body p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.5;white-space:pre-line}.welcome-preview-cta{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:14px;border-radius:14px;color:#fff;background:linear-gradient(90deg,#f6a21a,#f07a24);font-size:.9rem;font-weight:700}.welcome-preview-cta-alt{background:linear-gradient(90deg,#ff5f6d,#ffc371)}.welcome-preview-social{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid var(--border);color:var(--muted);font-size:.8rem}.welcome-preview-avatars{display:inline-flex}.welcome-preview-avatars i{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-left:-7px;border:2px solid var(--surface);border-radius:999px;color:#fff;background:linear-gradient(135deg,#14b8a6,#0891b2);font-size:.75rem;font-style:normal;font-weight:700}.welcome-preview-avatars i:first-child{margin-left:0}.welcome-preview-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0;text-align:left}.welcome-preview-step{display:grid;grid-template-columns:32px minmax(0,1fr);gap:8px;align-items:center}.welcome-preview-step span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#14b8a624}.welcome-preview-author{display:flex;align-items:center;gap:10px;margin-top:12px;padding:12px;border:1px solid rgba(154,94,0,.14);border-radius:16px;background:#fffbebcc;text-align:left}.welcome-preview-author img,.welcome-preview-author>span{width:44px;height:44px;border-radius:999px;flex-shrink:0}.welcome-preview-author img{object-fit:cover}.welcome-preview-author>span{display:inline-flex;align-items:center;justify-content:center;font-family:Material Symbols Rounded,sans-serif;color:#fff;background:linear-gradient(135deg,#14b8a6,#0891b2);font-size:22px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.welcome-author-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.welcome-next-plan{background:#ffffffdb}.welcome-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.welcome-plan-grid>div{padding:14px;border:1px solid var(--border);border-radius:18px;background:var(--surface-strong)}.welcome-plan-grid strong{display:block;margin-bottom:6px}.welcome-plan-grid p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.45}.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-text{color:var(--md-sys-color-on-surface);font-size:1.08rem;font-weight:800;line-height:1.25}.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-period-stats{display:grid;gap:8px;width:100%;margin-top:2px}.sites-overview-period-stat{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:baseline;padding:10px 12px;border-radius:16px;border:1px solid rgba(21,101,192,.1);background:#f7fafcd1}.sites-overview-period-stat span{color:var(--muted);font-size:.76rem;line-height:1.3}.sites-overview-period-stat strong{color:var(--md-sys-color-primary);font-size:1.05rem;line-height:1}.sites-overview-period-stat small{grid-column:1 / -1;color:#52677a;font-size:.72rem;line-height:1.2}.sites-overview-card-content-head{justify-content:space-between}.sites-overview-article-tabs{display:flex;flex-wrap:wrap;gap:4px;padding:3px;border-radius:999px;background:#e2ecf8b3}.sites-overview-article-tabs button{min-height:32px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.sites-overview-article-tabs button:hover:not(:disabled){color:var(--md-sys-color-primary)}.sites-overview-article-tabs button.is-active{background:#fffffff5;color:var(--md-sys-color-primary);box-shadow:0 4px 12px #0f172a14}.sites-overview-article-tabs button:disabled{cursor:progress;opacity:.7}.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{position:relative;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-body-link{color:inherit;text-decoration:none}.sites-overview-article-body-link:hover .sites-overview-article-title{color:var(--md-sys-color-primary)}.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-article-views{display:block;color:var(--muted);font-size:.78rem}.sites-overview-empty-copy{font-size:.9rem;line-height:1.6}.sites-overview-load-more{display:flex;justify-content:center;padding-top:2px}.sites-overview-load-more .button{min-width:168px;justify-content:center}.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{position:relative;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-placeholder{font-size:36px;color:#52677aa3}.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-kicker-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.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-preview-action{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border:1px solid rgba(21,101,192,.14);border-radius:999px;background:#f7fafcf5;color:var(--md-sys-color-primary);cursor:pointer;transition:transform .15s ease,border-color .15s ease,background-color .15s ease}.sites-article-card-preview-action:hover:not(:disabled){transform:translateY(-1px);border-color:#1565c047;background:#1565c014}.sites-article-card-preview-action:disabled{cursor:progress;opacity:.72}.sites-article-card-preview-action .stat-icon{width:20px;height:20px;min-width:20px;color:inherit;background:transparent;font-size:18px}.sites-overview-article-preview-action{width:30px;height:30px;min-width:30px}.sites-overview-article-preview-action .stat-icon{width:18px;height:18px;min-width:18px;font-size:17px}.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}.sites-preview-upload-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-preview-upload-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:16px;text-align:center}.sites-preview-upload-result-modal h2{margin:0;font-size:1.35rem;line-height:1.2}.sites-preview-upload-result-modal p{margin:8px 0 0;color:var(--muted);line-height:1.5}.sites-preview-upload-result-image{display:flex;align-items:center;justify-content:center;overflow:hidden;width:min(100%,320px);aspect-ratio:16 / 9;margin:0 auto;border-radius:18px;border:1px solid var(--border);background:#f7fafcd1}.sites-preview-upload-result-image img{width:100%;height:100%;object-fit:cover}.sites-preview-upload-result-summary{display:grid;gap:6px;padding:12px 14px;border-radius:16px;border:1px solid rgba(21,101,192,.12);background:#f7fafcdb;text-align:left}.sites-preview-upload-result-summary span{color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sites-preview-upload-result-summary strong{color:var(--md-sys-color-on-surface);font-size:.9rem;line-height:1.45}.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-panel{margin-bottom:16px}.course-plan-shell .filters-toggle{width:100%;min-height:56px;display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid var(--border);border-radius:20px;background:#ffffffe6;color:var(--text);box-shadow:var(--shadow);cursor:pointer;font:inherit;font-weight:800;text-align:left}.course-plan-shell .filters-toggle .material-symbols-rounded{font-size:22px;color:var(--accent-strong)}.course-plan-shell .filters-toggle-note{margin-left:auto;color:var(--muted);font-size:12px;font-weight:700}.course-plan-shell .filters-toggle-arrow{transition:transform .18s ease}.course-plan-shell .filters-toggle[aria-expanded=true] .filters-toggle-arrow{transform:rotate(180deg)}.course-plan-shell .filters-form{background:#ffffffe0;border:1px solid var(--border);border-radius:22px;padding:12px;margin-top:10px;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-icon .material-symbols-rounded{font-size:22px}.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:var(--md-sys-color-surface-container-lowest);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-extra-large);margin-bottom:14px;overflow:hidden;scroll-margin-top:130px}.course-plan-shell .week-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;background:var(--md-sys-color-surface-container);border-bottom:1px solid var(--md-sys-color-outline-variant)}.course-plan-shell .week-title{margin:0;font-size:30px;font-weight:800;color:var(--md-sys-color-on-surface);display:flex;align-items:center;gap:8px}.course-plan-shell .week-title .material-symbols-rounded{flex:0 0 auto;font-size:30px;line-height:1}.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;justify-content:flex-end;gap:8px;flex-wrap:wrap}.course-plan-shell .quick-add button{background:#ffffffeb;color:var(--text);text-decoration:none;border-radius:999px;padding:7px 11px;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:16px}.course-plan-shell .week-main-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr);gap:16px;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:20px;margin-bottom:0;overflow:hidden;background:#ffffffeb}.course-plan-shell .priority-head{padding:13px 14px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.course-plan-shell .priority-title{margin:0;font-size:22px;font-weight:800;display:flex;align-items:center;gap:8px;line-height:1.18}.course-plan-shell .priority-title .material-symbols-rounded{flex:0 0 auto;font-size:22px;line-height:1}.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:14px}.course-plan-shell .day-add-link{display:inline-flex;align-items:center;gap:5px;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:14px}.course-plan-shell .stack-list{display:flex;flex-direction:column;gap:14px}.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:12px;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:12px;align-items:start}.course-plan-shell .content-card-layout-no-media{grid-template-columns:minmax(0,1fr)}.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;transition:transform .15s ease,box-shadow .15s ease}.course-plan-shell .card-poster-link:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a1f}.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 .task-visible-badge-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff1dd;border-color:#f2cc99;color:#8a5400;font:inherit;line-height:1.15;cursor:pointer}.course-plan-shell .task-visible-badge-button:hover{filter:brightness(.98);border-color:#e4ae62}.course-plan-shell .course-instruction-modal-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:#0f172a7a}.course-plan-shell .course-instruction-modal{width:min(100%,920px);max-height:min(860px,calc(100vh - 48px));overflow:auto;display:grid;gap:18px;padding:22px;border:1px solid var(--border);border-radius:26px;background:var(--surface);box-shadow:var(--shadow-md)}.course-plan-shell .course-instruction-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.course-plan-shell .course-instruction-modal-kicker{margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.course-plan-shell .course-instruction-modal h2{margin:0;font-size:1.35rem;line-height:1.25}.course-plan-shell .course-instruction-preview{border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#ffffffe6}.course-plan-shell .course-instruction-preview-title{padding:12px 16px;border-bottom:1px solid var(--border);font-weight:800}.course-plan-shell .course-instruction-preview-body{min-height:180px}.course-plan-shell .course-instruction-edit{display:grid;gap:16px}.course-plan-shell .course-instruction-editor-textarea{min-height:260px}.course-plan-shell .course-instruction-modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.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}.course-editor-shell{width:100%;max-width:1500px;margin:0 auto}.course-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:18px;align-items:start}.course-editor-main,.course-editor-side,.course-editor-stack{display:grid;gap:16px}.course-editor-section{border:1px solid var(--border);border-radius:22px;background:#fffffff0;box-shadow:var(--shadow);padding:18px}.course-editor-sticky{position:sticky;top:18px}.course-editor-section-head{margin-bottom:16px}.course-editor-section-head h2{margin:0;font-size:1.12rem;line-height:1.25;color:var(--text)}.course-editor-section-head p{margin:6px 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.course-editor-side-grid{grid-template-columns:1fr;gap:14px}.course-editor-textarea{min-height:132px}.course-editor-checks{display:grid;gap:10px;margin:0 0 16px}.course-editor-checks-separated{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--border)}.course-editor-save-button{width:100%;justify-content:center}.course-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}.course-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}.course-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}.course-editor-result-icon .material-symbols-rounded{font-size:32px}.course-editor-result-modal h2{margin:0;font-size:1.35rem;line-height:1.2}.course-editor-result-modal p{margin:8px 0 0;color:var(--muted);line-height:1.5}.course-editor-result-actions{display:grid;gap:10px}.course-editor-result-actions .button{width:100%;justify-content:center}.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 a{color:var(--md-sys-color-primary);font-weight:700}.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}.media-field-compact{gap:8px}.media-compact-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:12px;align-items:start}.media-compact-row.has-preview{grid-template-columns:minmax(180px,260px) minmax(0,1fr)}.media-preview-compact{width:100%;max-width:260px;border-radius:var(--md-sys-shape-corner-small)}.media-preview-compact img{max-height:320px;object-fit:contain;background:var(--md-sys-color-surface-container-lowest)}.media-compact-placeholder{width:112px;aspect-ratio:1;border:1.5px dashed var(--md-sys-color-outline);border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-low);color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer}.media-compact-placeholder:disabled{cursor:wait;opacity:.72}.media-compact-placeholder .stat-icon{font-size:1.7rem}.media-compact-main{min-width:0;display:flex;flex-direction:column;gap:8px}.media-compact-url{padding:8px 10px;font-size:.84rem}.media-field-compact .poster-upload-status{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:center;justify-content:space-between;padding:8px 10px;border-radius:var(--md-sys-shape-corner-small);font-size:.84rem}.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;white-space:pre-wrap;overflow-wrap:anywhere}.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}.support-center-shell{display:flex;flex-direction:column;gap:18px}.support-center-toolbar,.support-center-project-tabs,.support-center-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.support-center-toolbar{margin-top:-6px}.support-center-mode-toggle{display:inline-flex;padding:5px;gap:6px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.support-center-mode-toggle button{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 18px;border:0;border-radius:var(--radius-sm);color:var(--muted);background:transparent;cursor:pointer;font-weight:800;font-size:15px}.support-center-mode-toggle button span,.support-center-icon-flag,.support-center-empty-icon,.support-center-attachment-icon{font-family:Material Symbols Rounded;font-size:20px;line-height:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.support-center-project-tabs{padding:2px 0}.support-center-project-tabs button{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 12px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface);cursor:pointer;font-size:13px;font-weight:700}.support-center-project-tabs button>span{white-space:nowrap}.support-center-project-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:19px;padding:0 6px;border-radius:999px;background:#b423181a;color:var(--danger);font-size:11px;font-weight:800;line-height:1}.support-center-project-count.is-incident{background:#9a5e001f;color:var(--warning)}.support-center-project-tabs button:hover{border-color:var(--border-strong);color:var(--text)}.support-center-project-tabs button.is-active{border-color:#1a73e85c;color:var(--accent-strong);background:#1a73e817}.support-center-tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--danger);color:#fff;font-size:11px;line-height:1}.support-center-mode-toggle button.is-active{color:var(--text);background:var(--md-sys-color-primary-container)}.support-center-toolbar-meta{color:var(--muted);font-size:13px;white-space:nowrap}.support-center-search{width:190px;min-width:160px;flex:0 1 220px}.support-center-filters{align-items:center;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.support-center-filters .input{min-height:34px;padding:6px 10px;font-size:13px}.support-center-filters select.input{width:auto;max-width:190px}.support-center-bulk-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.support-center-bulk-meta{color:var(--muted);font-size:13px;margin-right:4px}.support-center-bulk-status{display:inline-flex;align-items:center;gap:8px;padding-left:8px;border-left:1px solid var(--border)}.support-center-bulk-status .input{width:auto;min-width:150px;min-height:34px;padding:6px 10px;font-size:13px}.support-center-workspace{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);min-height:680px;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface)}.support-center-list-panel{border-right:1px solid var(--border);background:var(--md-sys-color-surface-container-low);overflow:auto}.support-center-detail-panel{min-width:0;padding:18px;background:var(--surface);overflow:auto}.support-center-list{display:flex;flex-direction:column}.support-center-row{display:grid;gap:8px;width:100%;padding:14px;border:0;border-bottom:1px solid var(--border);background:transparent;color:inherit;text-align:left;cursor:pointer}.support-center-incident-row{grid-template-columns:34px minmax(0,1fr);align-items:stretch;padding:0;gap:0;cursor:default}.support-center-incident-check{display:flex;align-items:flex-start;justify-content:center;padding-top:16px;border-right:1px solid var(--border)}.support-center-incident-check input{width:16px;height:16px}.support-center-incident-open{display:grid;gap:8px;width:100%;padding:14px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.support-center-row:hover,.support-center-row.is-selected{background:var(--surface)}.support-center-row.is-selected{box-shadow:inset 3px 0 0 var(--accent)}.support-center-row-head,.support-center-row-meta,.support-center-row-footer,.support-center-message-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.support-center-row-head{justify-content:space-between}.support-center-row-head strong{font-size:14px}.support-center-row-meta,.support-center-row-footer,.support-center-message-meta{color:var(--muted);font-size:12px}.support-center-row p{margin:0;color:var(--text);font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.support-center-icon-flag{color:var(--accent)}.support-center-read-status,.support-center-resolution-mark{display:inline-flex;align-items:center;min-height:22px;padding:3px 7px;border-radius:999px;border:1px solid var(--border);background:var(--md-sys-color-surface-container-low);color:var(--muted);font-size:11px;font-weight:800}.support-center-read-status.is-read{border-color:#16a34a38;background:#16a34a14;color:#166534}.support-center-read-status.is-unread{border-color:#f59e0b47;background:#f59e0b1a;color:#92400e}.sites-comments-shell{display:flex;flex-direction:column;gap:14px}.sites-comments-empty{min-height:280px}.sites-comments-list{display:grid;gap:12px}.sites-comment-card{display:grid;gap:12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.sites-comment-card.is-unread{border-color:#b423183d;box-shadow:inset 3px 0 0 var(--danger)}.sites-comment-open{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.sites-comment-card-main{display:grid;gap:8px;min-width:0}.sites-comment-card-main p{margin:0;color:var(--text);font-size:15px;line-height:1.55;white-space:pre-line}.sites-comment-meta,.sites-comment-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sites-comment-meta{color:var(--muted);font-size:12px}.sites-comment-article-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--md-sys-color-surface-container-low)}.sites-comment-article-card img,.sites-comment-article-card>.material-symbols-rounded{width:72px;height:52px;border-radius:10px;object-fit:cover;background:#eef2ff}.sites-comment-article-card>.material-symbols-rounded{display:inline-flex;align-items:center;justify-content:center;color:var(--muted);font-size:32px}.sites-comment-article-card div{display:grid;gap:4px;min-width:0}.sites-comment-article-card strong{min-width:0;color:var(--text);font-size:14px;line-height:1.3}.sites-comment-article-card span{color:var(--muted);font-size:12px}.sites-comment-article-card a{width:fit-content;color:var(--accent);font-size:13px;font-weight:700;text-decoration:none}.sites-comment-article-card a:hover{text-decoration:underline}.sites-comment-textarea{min-height:140px;resize:vertical;line-height:1.55;font-size:16px}.sites-comment-edit{display:grid;gap:12px;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.sites-comment-viewed{color:var(--muted);font-size:12px}.support-center-resolution-mark{border-color:#1a73e83d;background:#1a73e814;color:var(--accent-strong)}.support-center-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}.support-center-detail-main,.support-center-detail-side,.support-center-thread,.support-center-diagnostics{display:grid;gap:14px;min-width:0}.support-center-detail-head{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.support-center-detail-head h2{margin:2px 0 4px;font-size:22px;line-height:1.15}.support-center-message,.support-center-side-block,.support-center-action-panel{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:12px}.support-center-side-block{display:grid;gap:10px;background:var(--md-sys-color-surface-container-low)}.support-center-message.is-admin{border-color:#1a73e852;background:#1a73e80f}.support-center-message.is-internal{border-color:#9a5e003d;background:#ba780014}.support-center-message p,.support-center-note p{margin:8px 0 0;white-space:pre-wrap;line-height:1.55}.support-center-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.support-center-attachment,.support-center-link-row{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:7px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--accent-strong);background:var(--surface)}.support-center-attachment{max-width:260px;text-decoration:none}.support-center-attachment:hover{border-color:#1a73e852;background:#1a73e80f}.support-center-attachment.is-loading{opacity:.65;cursor:progress}.support-center-attachment.is-image{width:168px;padding:6px;flex-direction:column;align-items:stretch;gap:7px}.support-center-attachment img{width:100%;height:116px;object-fit:cover;border-radius:6px;background:var(--md-sys-color-surface-container-low)}.support-center-attachment-name{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700}.support-center-link-row{width:100%;cursor:pointer}.support-center-actions{display:grid;grid-template-columns:1fr;gap:12px}.support-center-action-panel{display:grid;gap:9px}.support-center-action-panel h3,.support-center-side-block h3{margin:0;font-size:14px}.support-center-resolution-toggle{min-height:34px;color:var(--text);font-size:13px;font-weight:700}.support-center-kv{display:grid;gap:7px;margin:0}.support-center-user-kv{gap:0}.support-center-user-kv div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:8px;align-items:baseline;padding:5px 0;border-bottom:1px solid var(--border)}.support-center-user-kv div:last-child{border-bottom:0}.support-center-kv.is-wide{grid-template-columns:repeat(2,minmax(0,1fr))}.support-center-kv div{min-width:0}.support-center-kv dt{color:var(--muted);font-size:11px;text-transform:uppercase}.support-center-kv dd{margin:0;overflow-wrap:anywhere;font-size:13px}.support-center-state-grid{display:grid;grid-template-columns:minmax(0,1fr) 104px;gap:8px}.support-center-state-grid .form-field{gap:4px}.support-center-state-grid .input{min-height:34px;padding:6px 8px;font-size:13px}.support-center-priority-field{opacity:.78}.support-center-ticket-incidents{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.support-center-ticket-incidents>div:first-child{display:inline-flex;align-items:center;gap:8px;min-width:0}.support-center-ticket-incidents strong{font-size:13px}.support-center-ticket-incidents span{color:var(--muted);font-size:12px}.support-center-ticket-incident-list{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.support-center-ticket-incident-list .support-center-link-row{width:auto}.support-center-json-details{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.support-center-json-details summary{padding:10px 12px;cursor:pointer;color:var(--text);font-weight:700}.support-center-json-details pre{margin:0;padding:12px;overflow:auto;max-height:320px;border-top:1px solid var(--border);color:var(--text);font-size:12px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.support-center-note{padding:10px 0;border-bottom:1px solid var(--border)}.support-center-note span{color:var(--muted);font-size:12px}.support-center-empty{display:grid;place-items:center;align-content:center;min-height:320px;padding:32px;text-align:center}.support-center-empty h2{margin:8px 0 4px}.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-editor-title{margin:0;padding:22px 22px 0;font-size:1.65rem;line-height:1.2;font-weight:750}.products-missing-upload-section{border-top:0}.products-missing-sidebar{position:sticky;top:28px}.products-missing-queue{max-height:calc(100vh - 300px);overflow:auto;padding-right:4px}.products-missing-articles-copy{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.products-missing-articles-head,.products-missing-copy-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.products-missing-articles-head>div{min-width:0;display:flex;flex-direction:column;gap:2px}.products-missing-articles-head strong{font-size:.92rem}.products-missing-articles-head span,.products-missing-copy-actions span{color:var(--muted);font-size:.82rem}.products-missing-count-input{width:72px;padding:8px 10px}.products-missing-articles-textarea{min-height:160px;max-height:240px;padding:10px;font-size:.82rem;line-height:1.42}.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-program-groups{display:flex;flex-direction:column;gap:28px}.gym-coach-program-section{display:flex;flex-direction:column;gap:12px}.gym-coach-program-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding-bottom:8px;border-bottom:1px solid var(--border)}.gym-coach-program-section-head h2{margin:0;color:var(--text);font-size:1.15rem;line-height:1.25}.gym-coach-program-section-head span{flex:0 0 auto;color:var(--muted);font-size:.86rem;font-weight:700}.gym-coach-program-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.gym-coach-program-card{display:flex;min-width:0;flex-direction:column;gap:0;align-items:stretch;overflow:hidden;padding:0;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-small);background:var(--surface-strong);box-shadow:0 1px 2px #3c40430d;transition:border-color .15s ease,box-shadow .15s ease}.gym-coach-program-card:hover{border-color:var(--border-strong);box-shadow:var(--md-sys-elevation-level1)}.gym-coach-program-poster{display:flex;align-items:center;justify-content:center;width:100%;min-height:0;height:auto;overflow:hidden;border-radius:0;background:transparent;color:var(--muted)}.gym-coach-program-poster img{display:block;width:100%;height:auto;max-width:none;max-height:none;object-fit:contain}.gym-coach-program-poster .material-symbols-rounded{display:flex;align-items:center;justify-content:center;width:100%;height:148px;background:var(--md-sys-color-surface-container-low);font-size:34px}.gym-coach-program-main{display:flex;flex-direction:column;gap:10px;min-width:0;padding:10px 12px 12px}.gym-coach-program-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.gym-coach-program-title-row div{min-width:0}.gym-coach-program-title-row>.status-pill{flex:0 0 auto}.gym-coach-program-title-row h3{margin:0;color:var(--text);font-size:.92rem;line-height:1.3}.gym-coach-program-title-row div>span{display:block;margin-top:3px;color:var(--muted);font-size:.82rem;line-height:1.35}.gym-coach-program-main p{display:-webkit-box;margin:0;overflow:hidden;color:var(--muted);font-size:.82rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.gym-coach-program-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.gym-coach-program-stats{display:flex;flex-wrap:wrap;gap:8px}.gym-coach-program-stats span{display:inline-flex;align-items:center;min-height:26px;padding:0 8px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-low);color:var(--muted);font-size:.76rem;font-weight:700}.gym-coach-program-edit{flex:0 0 auto;min-height:30px;padding:0 8px}.gym-coach-program-edit .material-symbols-rounded{font-size:18px}.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}.users-admin-page{gap:18px}.users-admin-card{overflow:hidden}.users-admin-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.users-admin-tabs{flex-wrap:wrap}.users-admin-search{width:min(100%,380px);flex:0 1 380px}.users-admin-table{min-width:1180px}.users-admin-table tbody tr.is-blocked{background:#ba1a1a0b}.users-admin-table td{vertical-align:middle}.users-admin-identity{display:flex;align-items:center;gap:11px;min-width:230px}.users-admin-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);font-size:.82rem;font-weight:800}.users-admin-identity>div,.users-admin-facts,.users-admin-statuses{display:flex;flex-direction:column;gap:4px}.users-admin-identity strong,.users-admin-facts strong{color:var(--text);font-size:.9rem}.users-admin-identity span:not(.users-admin-avatar),.users-admin-facts span{color:var(--muted);font-size:.78rem;line-height:1.35}.users-admin-statuses{align-items:flex-start}.users-admin-load-more{display:flex;justify-content:center;padding-top:18px}.users-admin-modal{max-width:920px;max-height:92vh}.users-admin-modal-kicker{display:block;margin-bottom:4px;color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.users-admin-modal-body{gap:18px}.users-admin-detail-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.users-admin-detail-strip>div{display:flex;flex-direction:column;gap:5px;min-width:0;padding:12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.users-admin-detail-strip span{color:var(--muted);font-size:.74rem}.users-admin-detail-strip strong{overflow-wrap:anywhere;font-size:.88rem}.users-admin-form-section{display:flex;flex-direction:column;gap:14px;padding:16px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong)}.users-admin-form-section h3,.users-admin-form-section p{margin:0}.users-admin-form-section h3{font-size:1rem}.users-admin-form-section p{color:var(--muted);font-size:.86rem;line-height:1.5}.users-admin-switches{display:flex;flex-wrap:wrap;gap:12px 20px}.users-admin-switches label{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-size:.88rem;font-weight:600}.users-admin-switches input{width:18px;height:18px;accent-color:var(--md-sys-color-primary)}.users-admin-readonly{background:var(--md-sys-color-surface-container-low)}.users-admin-danger-zone{border-color:#ba1a1a40;background:#ffdad647}.users-admin-danger-zone .button{align-self:flex-start}@media (max-width: 900px){.users-admin-toolbar{flex-direction:column;align-items:stretch}.users-admin-search{width:100%;flex-basis:auto}.users-admin-detail-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.users-admin-tabs{display:grid;grid-template-columns:1fr}.users-admin-tabs .catalog-tab-btn{justify-content:space-between;width:100%}.users-admin-detail-strip{grid-template-columns:1fr}.users-admin-modal-overlay{padding:12px}}.gym-coach-admin-shell,.gym-coach-editor-shell{gap:18px}.gym-coach-filters{display:grid;grid-template-columns:minmax(260px,1fr) repeat(3,minmax(150px,190px));gap:12px;align-items:end;margin-bottom:18px}.gym-coach-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:18px;align-items:start}.gym-coach-editor-side{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}.gym-coach-side-metrics{display:flex;flex-direction:column;gap:8px;padding-top:14px;border-top:1px solid var(--border);color:var(--muted);font-size:.86rem}.gym-coach-editor-tabs{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:4px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-low)}.gym-coach-editor-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border:0;border-radius:var(--md-sys-shape-corner-full);background:transparent;color:var(--muted);font-size:.88rem;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.gym-coach-editor-tab .material-symbols-rounded{font-size:20px}.gym-coach-editor-tab:hover:not(:disabled){background:var(--md-sys-color-surface-container);color:var(--text)}.gym-coach-editor-tab.is-active{background:var(--surface-strong);color:var(--md-sys-color-primary);box-shadow:0 1px 2px #3c40431f}.gym-coach-editor-tab:disabled{cursor:not-allowed;opacity:.48}.gym-coach-editor-single{display:grid;gap:18px}.gym-coach-workout-days-tab{display:flex;flex-direction:column;gap:16px}.gym-coach-copy-panel{display:flex;flex-direction:column;gap:10px;margin:0 16px 14px;padding:12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-low)}.table-subtitle{display:block;margin-top:4px;color:var(--muted);font-size:.84rem;line-height:1.45}.status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container);color:var(--muted);font-size:.8rem;font-weight:700}.status-pill-success{color:var(--accent-strong);background:var(--accent-soft)}.status-pill-muted{color:var(--muted);background:var(--md-sys-color-surface-container)}.empty-state{display:flex;align-items:center;justify-content:center;min-height:130px;padding:18px;border:1px dashed var(--border);border-radius:var(--md-sys-shape-corner-large);color:var(--muted);text-align:center}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px 14px}.gym-coach-exercise-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.gym-coach-exercise-card{display:grid;grid-template-columns:116px minmax(0,1fr);gap:14px;align-items:stretch;padding:12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong);color:var(--text);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.gym-coach-exercise-card:hover{transform:translateY(-1px);border-color:var(--border-strong);box-shadow:var(--shadow)}.gym-coach-exercise-media{display:flex;align-items:center;justify-content:center;min-height:94px;overflow:hidden;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.gym-coach-exercise-media video{width:100%;height:100%;object-fit:cover;display:block}.gym-coach-exercise-card-body{display:flex;flex-direction:column;gap:6px;min-width:0}.gym-coach-exercise-card-body strong{line-height:1.3}.gym-coach-exercise-card-body span{color:var(--muted);font-size:.84rem;line-height:1.35}.dishly-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.dishly-search{position:relative;flex:1 1 420px;min-width:260px}.dishly-search .input{width:100%;padding-left:42px}.dishly-search-icon,.dishly-meta-icon,.dishly-button-icon,.dishly-video-badge span{font-family:Material Symbols Rounded,sans-serif;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;line-height:1}.dishly-search-icon{position:absolute;top:50%;left:14px;z-index:1;color:var(--muted);font-size:20px;transform:translateY(-50%);pointer-events:none}.dishly-toolbar-meta{color:var(--muted);font-size:.88rem;font-weight:700;white-space:nowrap}.dishly-compact-stats{grid-template-columns:repeat(3,minmax(130px,180px));gap:8px}.dishly-compact-stats .stat-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 8px;align-items:center;padding:9px 11px;border-radius:var(--md-sys-shape-corner-medium)}.dishly-compact-stats .stat-card-header{display:contents;min-height:0}.dishly-compact-stats .stat-label{grid-column:1;grid-row:1;overflow:hidden;font-size:.74rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dishly-compact-stats .stat-value{grid-column:1;grid-row:2;font-size:1.25rem;line-height:1}.dishly-compact-stats .stat-icon{grid-column:2;grid-row:1 / span 2;padding:5px;font-size:16px}.dishly-s3-upload-card{display:flex;flex-direction:column;gap:14px}.dishly-s3-upload-heading{margin-bottom:0}.dishly-s3-upload-heading .muted{margin:5px 0 0;max-width:720px;line-height:1.45}.dishly-s3-upload-result{display:grid;grid-template-columns:180px minmax(0,1fr);gap:16px;align-items:start;padding-top:14px;border-top:1px solid var(--border)}.dishly-s3-preview{display:block;overflow:hidden;aspect-ratio:4 / 3;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.dishly-s3-preview img{display:block;width:100%;height:100%;object-fit:cover}.dishly-s3-result-main{display:flex;flex-direction:column;gap:12px;min-width:0}.dishly-s3-result-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,180px);gap:12px}.dishly-s3-result-grid label{display:flex;flex-direction:column;gap:6px;min-width:0}.dishly-s3-result-grid label span{color:var(--muted);font-size:.78rem;font-weight:800;line-height:1.2}.dishly-s3-result-grid .input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-weight:700}.dishly-s3-recent-card{display:flex;flex-direction:column;gap:14px}.dishly-s3-recent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dishly-s3-recent-item{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong)}.dishly-s3-recent-preview{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;overflow:hidden;background:var(--md-sys-color-surface-container-low);color:var(--muted)}.dishly-s3-recent-preview img{display:block;width:100%;height:100%;object-fit:cover}.dishly-s3-recent-body{display:flex;flex-direction:column;gap:8px;min-width:0;padding:12px}.dishly-s3-recent-number-row{display:flex;align-items:center;gap:8px;min-width:0}.dishly-s3-recent-number-row strong{flex:1 1 auto;min-width:0;overflow:hidden;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.94rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dishly-s3-copy-number{flex:0 0 auto;min-height:34px;padding:0 10px;font-size:.78rem}.dishly-s3-recent-filename{overflow:hidden;color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.76rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.dishly-s3-recent-body .input{padding:8px 10px;font-size:.78rem}.dishly-s3-recent-body a{color:var(--md-sys-color-primary);font-size:.82rem;font-weight:800;text-decoration:none}.dishly-recipe-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dishly-recipe-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dishly-recipe-card:hover{transform:translateY(-1px);border-color:var(--border-strong);box-shadow:var(--shadow)}.dishly-recipe-media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;min-height:0;overflow:hidden;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.dishly-recipe-media img{width:100%;height:100%;display:block;object-fit:cover}.dishly-video-badge{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;min-height:26px;padding:0 9px;border-radius:var(--md-sys-shape-corner-full);background:#15121eb8;color:#fff;font-size:.76rem;font-weight:800}.dishly-video-badge span{font-size:17px}.dishly-recipe-body{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-width:0;padding:12px 0}.dishly-recipe-title-row{display:flex;justify-content:space-between;gap:12px;min-width:0}.dishly-recipe-title-row h2{margin:0;color:var(--text);font-size:1.02rem;line-height:1.25;letter-spacing:0}.dishly-recipe-title-row p{margin:5px 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.dishly-access-pill{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:28px;padding:0 10px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container);color:var(--muted);font-size:.74rem;font-weight:800;white-space:nowrap}.dishly-access-pill-premium{background:var(--warning-soft);color:var(--warning)}.dishly-access-pill-free{background:var(--accent-soft);color:var(--accent-strong)}.dishly-recipe-meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:var(--muted);font-size:.83rem;line-height:1.35}.dishly-recipe-meta span{display:inline-flex;align-items:center;gap:5px}.dishly-meta-icon{color:var(--md-sys-color-primary);font-size:18px}.dishly-recipe-badges{display:flex;flex-wrap:wrap;gap:6px}.dishly-recipe-badges span{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container);color:var(--muted);font-size:.76rem;font-weight:700}.dishly-recipe-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid var(--border);color:var(--muted);font-size:.75rem;font-weight:700;line-height:1.35}.dishly-recipe-footer span:first-child{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.dishly-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dishly-collection-card{display:flex;flex-direction:column;gap:10px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong);color:var(--text);text-align:left;text-decoration:none;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dishly-collection-card:hover,.dishly-collection-card.is-selected{transform:translateY(-1px);border-color:var(--border-strong);box-shadow:var(--shadow)}.dishly-collection-card[draggable=true]{cursor:grab}.dishly-collection-card.is-dragging{opacity:.55;transform:scale(.98);cursor:grabbing}.dishly-collection-card.is-sort-saving{pointer-events:none}.dishly-collection-card.is-selected{background:var(--md-sys-color-secondary-container)}.dishly-collection-media{display:flex;align-items:center;justify-content:center;aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.dishly-collection-media img{width:100%;height:100%;display:block;object-fit:cover}.dishly-collection-copy{display:flex;flex-direction:column;gap:5px;min-width:0}.dishly-collection-copy strong{overflow:hidden;color:var(--text);font-size:.95rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dishly-collection-copy span{color:var(--muted);font-size:.8rem;font-weight:700}.dishly-collection-editor{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:16px;align-items:start}.dishly-collection-editor-page{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);gap:16px;align-items:start}.dishly-collection-primary-card{min-width:0}.dishly-collection-recipes-card{grid-column:1 / -1}.dishly-collection-recipes{display:flex;flex-direction:column;gap:10px}.dishly-collection-recipe{display:grid;grid-template-columns:74px minmax(0,1fr);gap:10px;align-items:center;padding:8px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--surface-strong)}.dishly-collection-recipe img,.dishly-collection-recipe>.stat-icon{width:74px;height:58px;border-radius:var(--md-sys-shape-corner-small);object-fit:cover;background:var(--md-sys-color-surface-container-low)}.dishly-collection-recipe div{display:flex;flex-direction:column;gap:4px;min-width:0}.dishly-collection-recipe strong{overflow:hidden;color:var(--text);font-size:.9rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.dishly-collection-recipe span{overflow:hidden;color:var(--muted);font-size:.78rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.gym-coach-relation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;max-height:520px;overflow:auto;padding-right:4px}.relation-row{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--surface-strong)}.relation-row.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container)}.relation-row-controls{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;align-items:center}.relation-meta{margin-top:-4px;color:var(--muted);font-size:.78rem}.video-preview{overflow:hidden;max-width:420px;border:1px solid var(--border);border-radius:18px;background:#ffffffe6}.video-preview video{display:block;width:100%;max-height:260px;object-fit:cover}.entity-row-link:hover{border-color:var(--border-strong);box-shadow:var(--shadow)}.gym-coach-day-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);gap:18px;align-items:start}.gym-coach-day-exercises{display:flex;flex-direction:column;gap:14px}.day-exercise-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface-strong)}.day-exercise-card-visual{display:grid;grid-template-columns:40px 112px minmax(0,1fr);gap:14px;align-items:stretch;padding:12px;border-radius:var(--md-sys-shape-corner-small)}.day-exercise-index{display:flex;align-items:center;justify-content:center;width:40px;min-height:96px;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-low);color:var(--muted);font-size:.9rem;font-weight:800}.day-exercise-preview{display:flex;align-items:center;justify-content:center;min-height:96px;overflow:hidden;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-low);color:var(--muted)}.day-exercise-preview img{display:block;width:100%;height:100%;object-fit:cover}.day-exercise-preview .material-symbols-rounded{font-size:30px}.day-exercise-content{display:flex;min-width:0;flex-direction:column;gap:12px}.day-exercise-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.day-exercise-head p{margin:6px 0 0;color:var(--muted);font-size:.86rem;line-height:1.45}.day-exercise-meta,.replacement-row{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center}.day-exercise-meta span{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-low);color:var(--muted);font-size:.8rem;font-weight:600}.replacement-list{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid var(--border)}.replacement-row{justify-content:space-between;padding:10px 12px;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low);color:var(--muted);font-size:.86rem}.replacement-row-visual{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center}.replacement-media{display:flex;align-items:center;justify-content:center;width:54px;height:42px;overflow:hidden;border-radius:var(--md-sys-shape-corner-small);background:var(--surface-strong);color:var(--muted)}.replacement-media img{display:block;width:100%;height:100%;object-fit:cover}.replacement-media .material-symbols-rounded{font-size:20px}.week-matrix{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.week-matrix-cell{display:flex;flex-direction:column;gap:5px;min-width:0;padding:10px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.week-matrix-cell span{color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase}.week-matrix-cell strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;line-height:1.25}.week-matrix-cell-main{border-color:#1a73e838;background:#d3e3fd6b}.week-matrix-cell-replacement{border-color:#1e8e3e38;background:#ceead680}.week-matrix-cell-empty{color:var(--muted);background:transparent}.selected-exercise-summary{display:flex;flex-direction:column;gap:5px;padding:12px;border:1px solid var(--border-strong);border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-secondary-container)}.selected-exercise-summary-visual{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;align-items:center}.selected-exercise-summary-visual>div:last-child{display:flex;min-width:0;flex-direction:column;gap:5px}.selected-exercise-media,.exercise-picker-thumb{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-low);color:var(--muted)}.selected-exercise-media{width:84px;height:68px}.selected-exercise-media img,.exercise-picker-thumb img{display:block;width:100%;height:100%;object-fit:cover}.selected-exercise-media .material-symbols-rounded,.exercise-picker-thumb .material-symbols-rounded{font-size:22px}.selected-exercise-summary span{color:var(--muted);font-size:.84rem;line-height:1.4}.exercise-picker-list{display:grid;gap:8px;max-height:310px;overflow:auto;padding-right:4px}.exercise-picker-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:center;width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--surface-strong);color:var(--text);text-align:left;cursor:pointer}.exercise-picker-thumb{width:58px;height:46px}.exercise-picker-item>div:last-child{display:flex;min-width:0;flex-direction:column;gap:5px}.exercise-picker-item:hover,.exercise-picker-item.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container)}.exercise-picker-item span{color:var(--muted);font-size:.82rem;line-height:1.35}.gc-exercises-panel{display:flex;flex-direction:column;gap:18px}.gc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.gc-toolbar-title{display:inline-flex;align-items:center;gap:10px}.gc-toolbar-title h2{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.01em}.gc-count-pill{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 9px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);font-size:.82rem;font-weight:700}.gc-toolbar-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.gc-toolbar-actions .material-symbols-rounded{font-size:19px}.gc-toolbar-actions .button-secondary.is-active{background:var(--md-sys-color-secondary-container);border-color:transparent;color:var(--md-sys-color-on-secondary-container)}.gc-copy-bar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-large);background:var(--md-sys-color-surface-container-low)}.gc-copy-bar-icon{font-size:22px;color:var(--md-sys-color-primary)}.gc-copy-bar .input{width:100%}.gc-copy-bar-hint{grid-column:2 / -1;margin:0;color:var(--muted);font-size:.82rem}.gc-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border:0;border-radius:var(--md-sys-shape-corner-full);background:transparent;color:var(--md-sys-color-on-surface-variant);cursor:pointer;transition:background .15s ease,color .15s ease}.gc-icon-btn .material-symbols-rounded{font-size:21px}.gc-icon-btn:hover:not(:disabled){background:var(--md-sys-color-surface-container-high);color:var(--md-sys-color-on-surface)}.gc-icon-btn:active:not(:disabled){background:var(--md-sys-color-surface-container-highest)}.gc-icon-btn:disabled{opacity:.32;cursor:not-allowed}.gc-icon-btn-sm{width:32px;height:32px}.gc-icon-btn-sm .material-symbols-rounded{font-size:19px}.gc-icon-btn-danger:hover:not(:disabled){background:var(--md-sys-color-error-container);color:var(--md-sys-color-error)}.gc-exercise-card{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-large);background:var(--md-sys-color-surface-container-lowest);transition:box-shadow .18s ease,border-color .18s ease}.gc-exercise-card:hover{box-shadow:var(--md-sys-elevation-level1);border-color:var(--md-sys-color-outline)}.gc-ex-top{display:flex;align-items:center;gap:14px}.gc-ex-reorder{display:flex;flex-direction:column;gap:2px;flex:0 0 auto}.gc-ex-media{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:150px;aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface-variant)}.gc-ex-media img{display:block;width:100%;height:100%;object-fit:cover}.gc-ex-media>.material-symbols-rounded{font-size:36px}.gc-ex-pos{position:absolute;top:6px;left:6px;display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);font-size:.8rem;font-weight:700;box-shadow:var(--md-sys-elevation-level1)}.gc-ex-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.gc-ex-name{font-size:1.05rem;font-weight:600;line-height:1.3;color:var(--md-sys-color-on-surface)}.gc-ex-weeks{margin:0;color:var(--muted);font-size:.85rem}.gc-ex-actions{display:inline-flex;align-items:center;gap:2px;flex:0 0 auto;align-self:flex-start}.gc-exercise-actions{display:inline-flex;align-items:center;gap:2px;flex:0 0 auto}.gc-tag-row{display:flex;flex-wrap:wrap;gap:8px}.gc-tag{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 12px;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container);color:var(--md-sys-color-on-surface);font-size:.82rem;font-weight:600}.gc-tag-key{color:var(--muted);font-weight:600}.gc-tag-accent{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.gc-set-table{border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-sys-shape-corner-medium);overflow:hidden}.gc-set-row{display:grid;grid-template-columns:64px minmax(0,1.1fr) minmax(0,1fr) minmax(0,1.4fr);align-items:center;gap:8px;padding:8px 14px;font-size:.86rem;color:var(--md-sys-color-on-surface)}.gc-set-row+.gc-set-row{border-top:1px solid var(--md-sys-color-outline-variant)}.gc-set-row-head{background:var(--md-sys-color-surface-container);color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.gc-set-n{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-high);font-weight:700;font-size:.82rem}.gc-set-reps{font-weight:600}.gc-set-marks{display:inline-flex;flex-wrap:wrap;gap:6px}.gc-set-dash{color:var(--muted)}.gc-mark{display:inline-flex;align-items:center;padding:1px 9px;border-radius:var(--md-sys-shape-corner-full);font-size:.74rem;font-weight:700;font-style:normal;letter-spacing:.01em}.gc-mark-failure{background:var(--md-sys-color-error-container);color:var(--md-sys-color-on-error-container)}.gc-mark-dropset{background:var(--md-sys-color-tertiary-container);color:var(--md-sys-color-on-tertiary-container)}.gc-set-empty{margin:0;color:var(--muted);font-size:.85rem}.gc-replacement-list{display:flex;flex-direction:column;gap:8px;padding-top:14px;border-top:1px solid var(--md-sys-color-outline-variant)}.gc-replacement-label{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.gc-replacement-label .material-symbols-rounded{font-size:18px}.gc-replacement-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 10px;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low)}.gc-replacement-media{display:flex;align-items:center;justify-content:center;width:48px;height:40px;overflow:hidden;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface-variant)}.gc-replacement-media img{display:block;width:100%;height:100%;object-fit:cover}.gc-replacement-media .material-symbols-rounded{font-size:19px}.gc-replacement-name{min-width:0;font-size:.9rem;color:var(--md-sys-color-on-surface);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gc-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;text-align:center;border:1px dashed var(--md-sys-color-outline);border-radius:var(--md-sys-shape-corner-large);background:var(--md-sys-color-surface-container-low);color:var(--muted)}.gc-empty .material-symbols-rounded{font-size:40px;color:var(--md-sys-color-outline)}.gc-empty p{margin:0;font-size:.95rem}.gc-empty-sm{padding:24px 16px;border:0;background:transparent}.gc-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:gc-fade .16s ease}.gc-dialog{display:flex;flex-direction:column;width:min(100%,940px);max-height:calc(100vh - 48px);overflow:hidden;border-radius:var(--md-sys-shape-corner-extra-large);background:var(--md-sys-color-surface-container-lowest);box-shadow:var(--md-sys-elevation-level3);animation:gc-pop .18s cubic-bezier(.2,0,0,1)}.gc-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 16px;border-bottom:1px solid var(--md-sys-color-outline-variant)}.gc-dialog-kicker{margin:0 0 4px;color:var(--md-sys-color-primary);font-size:.74rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.gc-dialog-head h2{margin:0;font-size:1.4rem;font-weight:700;letter-spacing:-.01em}.gc-dialog-body{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:24px;padding:22px 24px;overflow-y:auto}.gc-dialog-col{display:flex;flex-direction:column;gap:14px;min-width:0}.gc-dialog-col-picker{position:relative}.gc-field-label{font-size:.84rem;font-weight:600;color:var(--md-sys-color-on-surface)}.gc-search{display:flex;align-items:center;gap:8px;height:48px;padding:0 12px;border-radius:var(--md-sys-shape-corner-full);background:var(--md-sys-color-surface-container-high);transition:box-shadow .15s ease}.gc-search:focus-within{box-shadow:inset 0 0 0 2px var(--md-sys-color-primary)}.gc-search .material-symbols-rounded{font-size:21px;color:var(--md-sys-color-on-surface-variant)}.gc-search input{flex:1;min-width:0;border:0;background:transparent;color:var(--md-sys-color-on-surface);outline:none;font-size:.92rem}.gc-search-clear{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:var(--md-sys-shape-corner-full);background:transparent;color:var(--md-sys-color-on-surface-variant);cursor:pointer}.gc-search-clear:hover{background:var(--md-sys-color-surface-container-highest)}.gc-search-clear .material-symbols-rounded{font-size:18px}.gc-selected-exercise{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;padding:12px;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.gc-selected-media{display:flex;align-items:center;justify-content:center;width:96px;aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-lowest);color:var(--md-sys-color-on-surface-variant)}.gc-selected-media img{display:block;width:100%;height:100%;object-fit:cover}.gc-selected-text{display:flex;flex-direction:column;gap:2px;min-width:0}.gc-selected-eyebrow{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.gc-selected-text strong{font-size:.96rem;line-height:1.25}.gc-selected-text span:last-child{font-size:.82rem;opacity:.85}.gc-picker-list{display:flex;flex-direction:column;gap:6px;max-height:420px;overflow-y:auto;padding-right:4px;margin-right:-4px}.gc-picker-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:8px 10px;border:1px solid transparent;border-radius:var(--md-sys-shape-corner-medium);background:var(--md-sys-color-surface-container-low);color:var(--md-sys-color-on-surface);text-align:left;cursor:pointer;transition:background .13s ease,border-color .13s ease}.gc-picker-item:hover{background:var(--md-sys-color-surface-container-high)}.gc-picker-item.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container)}.gc-picker-thumb{display:flex;align-items:center;justify-content:center;width:56px;aspect-ratio:4 / 3;overflow:hidden;border-radius:var(--md-sys-shape-corner-small);background:var(--md-sys-color-surface-container-highest);color:var(--md-sys-color-on-surface-variant)}.gc-picker-thumb img{display:block;width:100%;height:100%;object-fit:cover}.gc-picker-thumb .material-symbols-rounded{font-size:20px}.gc-picker-text{display:flex;flex-direction:column;gap:1px;min-width:0}.gc-picker-text strong{font-size:.88rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gc-picker-text span{font-size:.78rem;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gc-picker-item.is-selected .gc-picker-text span{color:inherit;opacity:.85}.gc-picker-check{font-size:22px;color:var(--md-sys-color-primary)}.gc-picker-item.is-selected .gc-picker-check{color:var(--md-sys-color-on-primary-container)}.gc-dialog-col-form{gap:20px}.gc-form-section{display:flex;flex-direction:column;gap:10px}.gc-quad-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gc-quad-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gc-quad-grid .form-field .form-label{font-size:.78rem;color:var(--muted);text-align:center}.gc-quad-grid .input{text-align:center}.gc-chip-row{display:flex;flex-wrap:wrap;gap:8px}.gc-chip{display:inline-flex;align-items:center;gap:6px;min-height:38px;padding:0 16px;border:1px solid var(--md-sys-color-outline);border-radius:var(--md-sys-shape-corner-small);background:transparent;color:var(--md-sys-color-on-surface-variant);font-size:.86rem;font-weight:600;cursor:pointer;transition:background .13s ease,border-color .13s ease,color .13s ease}.gc-chip .material-symbols-rounded{font-size:18px}.gc-chip:hover{background:var(--md-sys-color-surface-container-high)}.gc-chip.is-on{padding-left:12px;border-color:transparent;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container)}.gc-dialog-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--md-sys-color-outline-variant);background:var(--md-sys-color-surface-container-low)}@keyframes gc-fade{0%{opacity:0}to{opacity:1}}@keyframes gc-pop{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 860px){.gc-ex-top{gap:10px}.gc-ex-media{width:112px}.gc-dialog-body{grid-template-columns:minmax(0,1fr);gap:20px}.gc-picker-list{max-height:280px}.gc-copy-bar{grid-template-columns:minmax(0,1fr)}.gc-copy-bar-icon{display:none}.gc-copy-bar-hint{grid-column:1 / -1}}@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,.welcome-content-layout,.course-plan-layout,.course-plan-summary,.course-editor-layout,.gym-coach-editor-layout,.gym-coach-day-layout,.gym-coach-filters,.products-overview-toolbar-top,.products-missing-layout,.sites-editor-layout,.products-service-grid,.support-layout,.support-actions-grid,.login-panel{grid-template-columns:1fr}.welcome-preview-card{position:static}.welcome-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.course-plan-sidebar,.course-editor-sticky,.gym-coach-editor-side{position:static}.dishly-recipe-grid,.dishly-s3-recent-grid,.dishly-collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dishly-collection-editor,.dishly-collection-editor-page{grid-template-columns:1fr}.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}.gym-coach-program-list{grid-template-columns:repeat(2,minmax(0,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,.dishly-toolbar,.dishly-s3-upload-heading,.dishly-recipe-title-row{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,.course-content-grid,.welcome-plan-grid,.editor-grid-5col,.editor-grid-3col,.product-editor-top,.sites-articles-grid,.sites-editor-categories,.sites-editor-series-grid,.sites-editor-snippet-grid,.admin-hub-grid{grid-template-columns:1fr}.admin-hub-hero h1{font-size:1.45rem}.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,.course-editor-section,.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,.gym-coach-program-list,.gym-coach-exercise-card,.gym-coach-relation-grid,.dishly-recipe-grid,.dishly-s3-recent-grid,.dishly-collection-grid,.week-matrix,.products-section-grid,.products-overview-grid,.products-category-grid,.products-service-grid,.dishly-compact-stats{grid-template-columns:1fr}.dishly-search{min-width:0}.gym-coach-program-section-head,.gym-coach-program-title-row,.gym-coach-program-footer{align-items:stretch;flex-direction:column}.gym-coach-program-edit{justify-content:center;width:100%}.gym-coach-editor-tabs{width:100%}.gym-coach-editor-tab{flex:1 1 0;padding:0 10px}.day-exercise-card-visual{grid-template-columns:34px 84px minmax(0,1fr);gap:10px}.day-exercise-index,.day-exercise-preview{min-height:74px}.replacement-row-visual,.selected-exercise-summary-visual,.exercise-picker-item{grid-template-columns:1fr}.replacement-media,.selected-exercise-media,.exercise-picker-thumb{width:100%;height:120px}.dishly-recipe-media{min-height:0}.dishly-s3-upload-result,.dishly-s3-result-grid{grid-template-columns:1fr}.dishly-s3-preview{max-width:280px}.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)}}@media (max-width: 980px){.support-center-workspace,.support-center-detail-grid,.support-center-actions,.support-center-kv.is-wide{grid-template-columns:1fr}.support-center-workspace{min-height:0}.support-center-list-panel{border-right:0;border-bottom:1px solid var(--border);max-height:420px}.support-center-detail-panel{padding:14px}.support-center-detail-head{flex-direction:column;align-items:flex-start}}.catalog-tabs-bar{display:flex;align-items:center;gap:4px;margin-bottom:0}.catalog-tab-btn{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 16px;border-radius:var(--md-sys-shape-corner-full);border:1px solid transparent;background:transparent;color:var(--muted);font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.catalog-tab-btn:hover{background:var(--md-sys-color-surface-container-low);color:var(--text)}.catalog-tab-btn.is-active{background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);border-color:var(--md-sys-color-primary);font-weight:700}.catalog-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:20px;padding:0 6px;border-radius:10px;background:var(--md-sys-color-surface-container);color:var(--muted);font-size:.72rem;font-weight:700}.catalog-tab-btn.is-active .catalog-tab-count{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.catalog-editor-back{display:flex;align-items:center;gap:12px;margin-bottom:14px}.catalog-editor-back-label{font-size:1rem;font-weight:600;color:var(--text)}.catalog-editor-card{max-width:820px}.product-form-section-title{margin:0;padding:10px 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)}.product-form-nutrients{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.recipe-ingredient-row{display:flex;align-items:center;gap:8px}.recipe-ingredient-amount{width:90px;flex-shrink:0}.recipe-ingredient-unit{width:72px;flex-shrink:0}.catalog-category-pills{display:flex;flex-wrap:wrap;gap:6px;padding:10px 0 4px}.catalog-category-pills-compact{padding:0 0 8px}.catalog-category-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:var(--md-sys-shape-corner-full);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.82rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.catalog-category-pill:hover{border-color:var(--border-strong);background:var(--md-sys-color-surface-container-low)}.catalog-category-pill.is-active{background:var(--md-sys-color-secondary-container);border-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-secondary-container);font-weight:700}.dishly-community-tabs{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.dishly-community-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.dishly-community-tab.is-active{background:var(--md-sys-color-secondary-container);border-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-secondary-container)}.dishly-community-list{display:grid;gap:14px}.dishly-community-card{display:grid;gap:12px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.dishly-community-card.is-unread{border-color:#b423183d;box-shadow:inset 3px 0 0 var(--danger)}.dishly-community-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dishly-community-author{display:flex;align-items:center;gap:12px;min-width:0}.dishly-community-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);font-weight:700;flex-shrink:0}.dishly-community-avatar img{width:100%;height:100%;object-fit:cover}.dishly-community-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;color:var(--muted);font-size:13px}.dishly-review-stars{display:inline-flex;gap:1px;font-family:Material Symbols Rounded;font-size:16px;line-height:1;color:var(--border-strong);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.dishly-review-stars .is-filled{color:#f59e0b}.dishly-community-recipe{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.dishly-community-recipe .material-symbols-rounded{color:var(--muted)}.dishly-community-recipe strong{display:block;font-size:14px}.dishly-community-recipe a{font-size:13px;color:var(--md-sys-color-primary)}.dishly-community-text{margin:0;color:var(--text);font-size:15px;line-height:1.55;white-space:pre-line}.dishly-community-photos{display:flex;flex-wrap:wrap;gap:8px}.dishly-community-photo{width:96px;height:96px;padding:0;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--md-sys-color-surface-container-low);cursor:pointer}.dishly-community-photo img{width:100%;height:100%;object-fit:cover}.dishly-community-replies,.dishly-community-answers{display:grid;gap:8px;padding-left:12px;border-left:2px solid var(--border)}.dishly-community-reply,.dishly-community-answer{display:flex;flex-direction:column;gap:4px;padding:8px 10px;border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.dishly-community-reply strong,.dishly-community-answer strong{font-size:13px}.dishly-community-reply p,.dishly-community-answer p{margin:4px 0 0;font-size:14px;line-height:1.5;white-space:pre-line}.dishly-community-answer.is-muted{opacity:.6}.dishly-community-answer{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:10px}.dishly-community-answer-main{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-width:0}.dishly-community-answer-main p{flex-basis:100%}.dishly-community-answer-actions{display:flex;gap:6px;flex-shrink:0}.dishly-community-actions{display:flex;flex-wrap:wrap;gap:8px}.dishly-community-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;background:#000000d9;cursor:zoom-out}.dishly-community-lightbox img{max-width:100%;max-height:100%;border-radius:var(--radius-sm);object-fit:contain}.dishly-payments-layout{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:18px;align-items:start}.dishly-payments-list{display:flex;flex-direction:column;gap:10px}.dishly-payment-row{display:flex;width:100%;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;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:border-color .15s ease,background .15s ease,box-shadow .15s ease}.dishly-payment-row:hover,.dishly-payment-row.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container);box-shadow:var(--shadow)}.dishly-payment-row-main{display:flex;min-width:0;flex:1;flex-direction:column;gap:7px}.dishly-payment-row-title,.dishly-payment-row-meta,.dishly-payment-detail-head,.dishly-payment-timeline-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.dishly-payment-row-title strong{font-size:1rem}.dishly-payment-row-meta{color:var(--muted);font-size:.84rem}.dishly-payment-row p,.dishly-payment-detail-head p,.dishly-payment-timeline-item p{margin:0;color:var(--muted);line-height:1.5}.dishly-payment-detail{position:sticky;top:18px;display:flex;max-height:calc(100vh - 36px);flex-direction:column;gap:18px;overflow:auto;padding:18px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-extra-large);background:var(--surface)}.dishly-payment-detail-head{justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid var(--border)}.dishly-payment-detail-head h2{margin:3px 0;font-size:1.65rem;line-height:1.1}.dishly-payment-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dishly-payment-facts div{display:flex;min-width:0;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--surface-strong)}.dishly-payment-facts span{color:var(--muted);font-size:.78rem}.dishly-payment-facts strong{overflow-wrap:anywhere;font-size:.9rem}.dishly-payment-section{display:flex;flex-direction:column;gap:10px}.dishly-payment-section h3{margin:0;font-size:1rem}.dishly-payment-links{display:grid;gap:8px}.dishly-payment-links a{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--surface-strong);color:var(--md-sys-color-primary);font-size:.9rem;font-weight:700;text-decoration:none}.dishly-payment-links a span{flex:0 0 auto;font-size:18px}.dishly-payment-timeline{display:flex;flex-direction:column;gap:10px}.dishly-payment-timeline-item{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--surface-strong)}.dishly-payment-timeline-head span:last-child{color:var(--muted);font-size:.8rem}.dishly-payment-json{max-height:260px;margin:0;overflow:auto;padding:10px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-medium);background:var(--surface-strong);color:var(--text);font-size:.78rem;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}@media (max-width: 1100px){.dishly-payments-layout{grid-template-columns:1fr}.dishly-payment-detail{position:static;max-height:none}}@media (max-width: 680px){.dishly-payment-facts{grid-template-columns:1fr}}.qa-tabs{display:flex;gap:10px;margin-bottom:12px;flex-wrap:wrap}.qa-tab{display:inline-flex;align-items:center;gap:8px;min-height:46px;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;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.qa-tab .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:20px;line-height:1}.qa-tab:hover{background:var(--md-sys-color-surface-container-low)}.qa-tab.is-active{background:var(--md-sys-color-secondary-container);border-color:transparent;color:var(--md-sys-color-on-secondary-container)}.qa-tab-count{min-width:22px;padding:0 7px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#00000012;font-size:.78rem;font-weight:700}.qa-tab.is-active .qa-tab-count{background:#ffffff73}.qa-subtabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.qa-chip{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 14px;border-radius:var(--md-sys-shape-corner-full);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.85rem;font-weight:500;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.qa-chip:hover{border-color:var(--border-strong)}.qa-chip.is-active{background:var(--md-sys-color-secondary-container);border-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-secondary-container);font-weight:700}.qa-chip-count{font-size:.74rem;opacity:.7}.qa-tab-hint{margin:0 0 16px;color:var(--muted);font-size:.88rem}.qa-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--md-sys-color-secondary-container);color:var(--md-sys-color-on-secondary-container);font-weight:700;line-height:1}.qa-avatar.is-expert{background:var(--md-sys-color-primary);color:#fff}.qa-avatar img{width:100%;height:100%;object-fit:cover}.qa-avatar .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:1.1em}.qa-list{display:flex;flex-direction:column;gap:4px}.qa-item{display:flex;gap:12px;width:100%;text-align:left;padding:14px;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .12s ease,border-color .12s ease}.qa-item:hover{background:var(--md-sys-color-surface-container-low)}.qa-item.is-selected{border-color:var(--md-sys-color-primary);background:var(--md-sys-color-secondary-container)}.qa-item+.qa-item{border-top:1px solid var(--border);border-top-left-radius:0;border-top-right-radius:0}.qa-item.is-selected,.qa-item:hover{border-top-color:transparent}.qa-item-body{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.qa-item-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.qa-item-author{font-weight:600;font-size:.9rem;color:var(--text)}.qa-item-time{font-size:.76rem;color:var(--muted);white-space:nowrap}.qa-item-title{font-weight:700;line-height:1.25;color:var(--text)}.qa-item-preview{margin:0;font-size:.85rem;color:var(--muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.qa-item-foot{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px}.qa-meta-pill{display:inline-flex;align-items:center;gap:4px;font-size:.76rem;color:var(--muted)}.qa-meta-pill .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:15px;line-height:1}.qa-flag{display:inline-flex;align-items:center;gap:3px;padding:2px 9px;border-radius:999px;font-size:.72rem;font-weight:600}.qa-flag .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:14px;line-height:1}.qa-flag.is-waiting{background:#d69e2e29;color:#9a6a08}.qa-flag.is-hidden,.qa-flag.is-closed{background:#0000000f;color:var(--muted)}.qa-detail{display:flex;flex-direction:column;gap:18px}.qa-detail-head{display:flex;align-items:flex-start;gap:14px;padding-bottom:16px;border-bottom:1px solid var(--border)}.qa-detail-headmain{flex:1;min-width:0}.qa-detail-title{font-size:1.4rem;font-weight:700;line-height:1.15;margin-bottom:6px}.qa-detail-sub{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-size:.85rem}.qa-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.qa-icon-btn .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:20px;line-height:1}.qa-icon-btn:hover{background:var(--md-sys-color-surface-container-low);color:var(--text)}.qa-icon-btn.is-active{background:var(--md-sys-color-secondary-container);border-color:var(--md-sys-color-primary);color:var(--md-sys-color-on-secondary-container)}.qa-admin-panel{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.qa-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.qa-admin-actions{display:flex;flex-wrap:wrap;gap:10px}.qa-admin-hint{margin:0;font-size:.82rem}.qa-thread{display:flex;flex-direction:column;gap:14px}.qa-post{display:flex;gap:12px}.qa-post-main{flex:1;min-width:0;padding:12px 14px;border:1px solid var(--border);border-radius:var(--md-sys-shape-corner-large);background:var(--surface)}.qa-post.is-expert .qa-post-main{background:var(--md-sys-color-secondary-container);border-color:transparent}.qa-post-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.qa-post-author{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.9rem}.qa-expert-badge{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px;background:var(--md-sys-color-primary);color:#fff}.qa-post-time{font-size:.76rem;color:var(--muted);white-space:nowrap}.qa-post-body{line-height:1.6;white-space:pre-wrap;color:var(--text)}.qa-quote{display:flex;flex-direction:column;gap:2px;margin-bottom:8px;padding:8px 12px;border-left:3px solid var(--primary, #0a9486);border-radius:8px;background:#0a948612}.qa-quote-author{font-size:12px;font-weight:700;color:var(--primary, #0a9486)}.qa-quote-text{font-size:13px;line-height:1.4;color:var(--text-muted, #5c6371);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.qa-composer{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--border)}.qa-composer-row{display:flex;gap:12px;align-items:flex-start}.qa-composer-input{flex:1;min-height:92px}.qa-reply-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low);align-items:end}.qa-reply-close{grid-column:1 / -1}.qa-composer-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}@media (max-width: 768px){.qa-detail-title{font-size:1.2rem}.qa-composer-input{min-height:110px}}.qa-post-headside{display:inline-flex;align-items:center;gap:4px}.qa-mini-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;transition:background .12s ease,color .12s ease}.qa-mini-btn .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:18px;line-height:1}.qa-mini-btn:hover{background:#0000000f;color:var(--text)}.qa-mini-btn.is-danger:hover{background:#b423181f;color:var(--danger)}.qa-root-badge{font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 7px;border-radius:999px;background:#0000000f;color:var(--muted)}.qa-edit{display:flex;flex-direction:column;gap:10px;margin-top:4px}.qa-edit-text{min-height:110px}.qa-edit-row{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px}.qa-edit-date{max-width:240px}.qa-edit-actions{display:flex;gap:8px;margin-left:auto}.qa-topic-menu-wrap{position:relative;flex-shrink:0}.qa-topic-menu{position:absolute;top:48px;right:0;z-index:20;min-width:200px;display:flex;flex-direction:column;padding:6px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);box-shadow:0 14px 38px #0f17142e}.qa-topic-menu button{display:flex;align-items:center;gap:10px;padding:9px 12px;border:none;border-radius:8px;background:transparent;color:var(--text);font-size:.9rem;font-weight:500;text-align:left;cursor:pointer;transition:background .12s ease}.qa-topic-menu button .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:19px;line-height:1}.qa-topic-menu button:hover{background:var(--md-sys-color-surface-container-low)}.qa-topic-menu button.is-danger{color:var(--danger)}.qa-topic-menu button.is-danger:hover{background:#b423181a}.qa-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.qa-toolbar .qa-tabs{margin-bottom:0}.qa-create-btn{display:inline-flex;align-items:center;gap:6px}.qa-create-btn .material-symbols-rounded{font-family:Material Symbols Rounded,sans-serif;font-size:20px;line-height:1}.qa-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-start;justify-content:center;padding:6vh 16px 16px;background:#0e191673;overflow-y:auto}.qa-modal{width:100%;max-width:560px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 24px 60px #0f171447;display:flex;flex-direction:column;max-height:88vh}.qa-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border)}.qa-modal-head h2{margin:0;font-size:1.25rem}.qa-modal-body{display:flex;flex-direction:column;gap:16px;padding:20px;overflow-y:auto}.qa-modal-text{min-height:130px}.qa-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 20px;border-top:1px solid var(--border)}.qa-user-results{margin-top:8px;display:flex;flex-direction:column;max-height:240px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-sm)}.qa-user-result{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-bottom:1px solid var(--border);background:transparent;text-align:left;cursor:pointer;transition:background .12s ease}.qa-user-result:last-child{border-bottom:none}.qa-user-result:hover{background:var(--md-sys-color-surface-container-low)}.qa-user-result-name{flex:1;min-width:0;font-weight:500}.qa-user-result-id{font-size:.78rem}.qa-user-selected{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--md-sys-color-surface-container-low)}.qa-user-selected-info{display:flex;flex-direction:column;flex:1;min-width:0}.qa-user-selected button{flex-shrink:0}
