:root{color:#172033;background:#f6f8fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}.app-shell{background:linear-gradient(#ffffffe0,#f6f8fbf5),url(/favicon.svg) calc(100% + 100px) -90px/280px no-repeat;min-height:100vh}.topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5;background:#ffffffdb;border-bottom:1px solid #e3e8f1;justify-content:space-between;align-items:center;gap:16px;height:68px;padding:0 28px;display:flex;position:sticky;top:0}.brand{color:#172033;align-items:center;gap:10px;font-weight:800;text-decoration:none;display:inline-flex}.brand img,.login-logo{border-radius:8px;width:34px;height:34px}.topbar-actions{align-items:center;gap:8px;display:flex}.ghost-button,.secondary-button,.primary-button,.icon-button,.time-chip{color:#243047;background:#fff;border:1px solid #d8e0eb;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 12px;text-decoration:none;display:inline-flex}.primary-button{color:#fff;background:#2563eb;border-color:#2563eb;min-height:44px;padding:0 18px;font-weight:750}.secondary-button:hover,.ghost-button:hover,.icon-button:hover,.time-chip:hover{border-color:#aebed3}.login-view{place-items:center;min-height:calc(100vh - 68px);padding:32px;display:grid}.login-panel{background:#fff;border:1px solid #e0e7f1;border-radius:8px;width:min(460px,100%);padding:34px;box-shadow:0 22px 70px #2430471f}.login-panel h1{margin:18px 0 10px;font-size:34px;line-height:1.05}.login-panel p,.workspace-head p,.empty-state p{color:#5a6680;line-height:1.6}.muted{font-size:14px}.notes-app{max-width:1320px;margin:0 auto;padding:28px}.workspace-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px;display:flex}.workspace-head h1{margin:2px 0 0;font-size:30px;line-height:1.18}.account-pill{background:#fff;border:1px solid #e0e7f1;border-radius:8px;align-items:center;gap:10px;max-width:360px;padding:9px 12px;display:flex}.account-pill img,.account-pill>span{color:#2563eb;background:#e8eef8;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.account-pill small{color:#6c7890;display:block}.account-pill strong{text-overflow:ellipsis;white-space:nowrap;max-width:260px;display:block;overflow:hidden}.toolbar{gap:12px;margin-bottom:18px;display:flex}.search-box{background:#fff;border:1px solid #d8e0eb;border-radius:8px;flex:1;align-items:center;gap:10px;min-height:44px;padding:0 14px;display:flex}.search-box input{color:#172033;border:0;outline:0;width:100%;min-width:0}.workspace-grid{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:18px;display:grid}.video-pane,.notes-pane{background:#ffffffe6;border:1px solid #e0e7f1;border-radius:8px;min-height:460px;overflow:hidden}.pane-title{border-bottom:1px solid #e8edf5;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;font-weight:800;display:flex}.pane-title b{color:#60708a;font-size:13px}.video-list,.note-list{gap:10px;padding:12px;display:grid}.video-item{text-align:left;width:100%;color:inherit;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:64px minmax(0,1fr);gap:12px;padding:8px;display:grid}.video-item.active,.video-item:hover{background:#f0f5ff;border-color:#c8d8fa}.video-thumb{aspect-ratio:16/10;color:#2563eb;background:#e7edf7;border-radius:6px;place-items:center;width:64px;display:grid;overflow:hidden}.video-thumb img{object-fit:cover;width:100%;height:100%}.video-item strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.video-item span{color:#68758d;margin-top:6px;font-size:13px;display:block}.note-card{background:#fff;border:1px solid #dfe7f2;border-radius:8px;padding:16px}.note-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.time-chip{color:#2563eb;min-height:32px;padding:0 10px;font-weight:750}.note-actions{gap:6px;display:flex}.icon-button{width:34px;height:34px;min-height:34px;padding:0}.icon-button.danger{color:#b42318}.note-section{gap:6px;margin-top:12px;display:grid}.note-section span{color:#64728b;text-transform:uppercase;font-size:12px;font-weight:800}.note-section p{color:#243047;margin:0;line-height:1.6}.note-section.selected strong{font-size:22px;line-height:1.2}.tags{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.tags span{color:#2563eb;background:#edf4ff;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:750}.markdown-view{gap:8px;display:grid}.markdown-view p,.markdown-view h3,.markdown-view ul,.markdown-view pre{margin:0}.markdown-view h3{font-size:16px}.markdown-view ul{padding-left:20px}.markdown-view li{margin:4px 0}.markdown-view code,.markdown-view pre{background:#f2f5f9;border-radius:6px;font-family:SFMono-Regular,Consolas,monospace}.markdown-view code{padding:1px 5px}.markdown-view pre{padding:10px;overflow-x:auto}.empty-state,.loading-state{text-align:center;color:#66738a;align-content:center;place-items:center;gap:10px;min-height:300px;padding:28px;display:grid}.empty-state strong{color:#23304a}.error-banner{color:#9f2a1d;background:#fff3f0;border:1px solid #ffd4cc;border-radius:8px;margin:12px 0;padding:12px 14px}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=820px){.topbar,.notes-app{padding-left:16px;padding-right:16px}.workspace-head,.toolbar{flex-direction:column}.workspace-grid{grid-template-columns:1fr}.account-pill{width:100%;max-width:none}.account-pill strong{max-width:210px}}
