.notebook-share-page{background:var(--background);min-height:calc(100vh - 56px);color:var(--foreground);grid-template-columns:360px minmax(0,1fr);display:grid}.notebook-share-sidebar{border-right:1px solid var(--border);background:var(--card);flex-direction:column;height:calc(100vh - 56px);display:flex;position:sticky;top:56px;overflow:hidden}.notebook-sidebar-head{border-bottom:1px solid var(--border);padding:22px 20px 18px}.notebook-share-kicker{color:var(--primary);font-size:13px;font-weight:800}.notebook-sidebar-head h1{color:var(--foreground);letter-spacing:0;margin:8px 0 10px;font-size:22px;line-height:1.35}.notebook-sidebar-head p{color:var(--muted-foreground);margin:0;font-size:13px;line-height:1.65}.notebook-share-meta,.notebook-share-tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.notebook-share-meta span,.notebook-share-tags span{border:1px solid var(--border);color:var(--muted-foreground);border-radius:8px;padding:4px 8px;font-size:12px}.notebook-share-tags span{color:var(--primary);background:#fb729914;border-color:#fb729938}.notebook-sidebar-search{border:1px solid var(--border);color:var(--muted-foreground);background:var(--background);border-radius:8px;margin:14px 16px 10px;padding:8px 11px;font-size:13px}.notebook-video-nav{flex:1;padding:0 12px 14px;overflow-y:auto}.notebook-video-nav-item{color:var(--foreground);border:1px solid #0000;border-radius:8px;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:10px;padding:10px;text-decoration:none;transition:background .18s,border-color .18s;display:grid}.notebook-video-nav-item:hover{background:#fb729914;border-color:#fb729933}.notebook-video-nav-item img,.notebook-video-nav-fallback{aspect-ratio:16/9;object-fit:cover;border:1px solid var(--border);background:var(--background);border-radius:8px;width:74px}.notebook-video-nav-fallback{color:var(--primary);justify-content:center;align-items:center;font-weight:800;display:flex}.notebook-video-nav-item strong{-webkit-line-clamp:2;color:var(--foreground);-webkit-box-orient:vertical;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.notebook-video-nav-item small{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;display:block;overflow:hidden}.notebook-sidebar-actions{border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:10px;padding:14px 16px;display:grid}.notebook-sidebar-actions a,.notebook-analysis-card-header a{color:#fff;background:linear-gradient(135deg,#fb7299,#e85d8a);border-radius:8px;justify-content:center;align-items:center;min-height:36px;padding:0 12px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.notebook-sidebar-actions a+a,.notebook-analysis-card-header a{background:var(--card);border:1px solid var(--border);color:var(--foreground)}.notebook-share-content{scroll-behavior:smooth;height:calc(100vh - 56px);padding:28px 32px 42px;overflow-y:auto}.notebook-content-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:24px;max-width:1180px;margin:0 auto 22px;padding-bottom:18px;display:flex}.notebook-content-header h2{color:var(--foreground);margin:6px 0 0;font-size:28px;line-height:1.25}.notebook-share-attribution{max-width:560px;color:var(--muted-foreground);font-size:13px;line-height:1.7}.notebook-analysis-stack{gap:18px;max-width:1180px;margin:0 auto;display:grid}.notebook-analysis-card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:24px;scroll-margin-top:18px}.notebook-analysis-card-header{gap:8px;display:grid}.notebook-analysis-card-header span,.notebook-knowledge-card span{color:var(--primary);font-size:12px;font-weight:800}.notebook-analysis-card h3{color:var(--foreground);margin:0;font-size:20px;line-height:1.4}.notebook-analysis-card-header a{justify-self:start;min-height:32px}.notebook-summary{border-top:1px solid var(--border);margin-top:16px;padding-top:16px;line-height:1.85}.notebook-summary h1,.notebook-summary h2,.notebook-summary h3{color:var(--foreground)}.notebook-summary p,.notebook-summary li{color:var(--markdown-foreground)}.notebook-knowledge-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.notebook-knowledge-card{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:14px}.notebook-knowledge-card p,.notebook-share-empty{color:var(--muted-foreground);margin:8px 0 0;line-height:1.7}@media (max-width:980px){.notebook-share-page{grid-template-columns:1fr}.notebook-share-sidebar{border-right:none;border-bottom:1px solid var(--border);height:auto;max-height:none;position:relative;top:auto}.notebook-video-nav{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-height:360px;display:grid}.notebook-share-content{height:auto;padding:24px 18px 36px;overflow:visible}.notebook-content-header{flex-direction:column}.notebook-knowledge-grid{grid-template-columns:1fr}}@media (max-width:560px){.notebook-sidebar-actions,.notebook-video-nav{grid-template-columns:1fr}.notebook-analysis-card{padding:18px}}
