@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap";:root{--bg-primary:#f5f7fb;--bg-secondary:#fff;--bg-white:#fff;--bg-dark:#0f172a;--bg-muted:#fbfcfe;--bg-soft:#f2f5f9;--text-main:#111827;--text-muted:#667085;--text-light:#475467;--text-subtle:#98a2b3;--accent-blue:#2563eb;--accent-blue-soft:#edf4ff;--accent-green:#15803d;--accent-red:#dc2626;--border-color:#e4e9f1;--border-strong:#d7deea;--font-serif:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", "SFMono-Regular", "SF Mono", ui-monospace, monospace;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--shadow-sm:0 1px 2px #1018280d;--shadow-md:0 10px 24px #1018280f;--shadow-lg:0 24px 56px #10182814}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#0000001a transparent;margin:0;padding:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#0000002e}::-webkit-scrollbar-corner{background:0 0}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-main);-webkit-font-smoothing:antialiased;letter-spacing:-.01em;font-size:13px;line-height:1.5}#root{min-height:100vh}::selection{color:var(--text-main);background:#2563eb24}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:1rem}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}.serif{font-family:var(--font-serif)}.sans{font-family:var(--font-sans)}.italic{font-style:italic}.small-caps{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.7rem;font-weight:600}.heading-display{font-family:var(--font-sans);letter-spacing:-.03em;color:var(--accent-green);font-size:4rem;font-weight:700}.heading-italic{font-family:var(--font-serif);color:var(--text-main);font-size:3.5rem;font-style:italic;font-weight:400}.text-red{color:var(--accent-red);font-weight:600}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-header{justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.header-nav{align-items:center;gap:2rem;display:flex}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:3rem}.flex-center{justify-content:center;align-items:center;display:flex}.split-layout{width:100%;min-height:80vh;display:flex}.split-left,.split-right{flex-direction:column;width:50%;padding:4rem 6rem;display:flex}.split-left{justify-content:space-between}.split-right{border-left:1px solid #0000000d;justify-content:center}.login-center-layout{text-align:center;max-width:480px;margin:4rem auto 8rem}.dashboard-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dashboard-actions{gap:1rem;display:flex}.dashboard-tabs{border-bottom:1px solid var(--border-color);gap:2rem;margin-bottom:2rem;display:flex}.tab{color:var(--text-muted);border-bottom:2px solid #0000;padding-bottom:.5rem}.tab.active{color:var(--accent-red);border-bottom-color:var(--accent-red)}.notebook-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.notebook-card{background:var(--bg-white);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);cursor:pointer;border-radius:16px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.notebook-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-header{justify-content:space-between;margin-bottom:1rem;display:flex}.card-id{background:var(--bg-primary);border-radius:4px;padding:.25rem .5rem}.card-status{font-size:9px}.card-status.completed{color:#2d6a4f}.card-status.inprogress{color:#b7791f}.card-status.underreview{color:#6b7280}.card-title{font-family:var(--font-serif);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.input-elegant{color:#162033;background:#fff;border:1px solid #dfe5ee;border-radius:6px;outline:none;width:100%;padding:.75rem .875rem;font-size:1rem;transition:border-color .2s}.input-elegant:focus{border-color:#2457d6}.input-group{text-align:left;margin-bottom:2rem}.search-container{background:var(--bg-white);border:1px solid var(--border-color);border-radius:9999px;align-items:center;width:100%;max-width:400px;padding:.5rem 1.5rem;transition:box-shadow .2s;display:flex}.search-container:focus-within{box-shadow:0 0 0 2px var(--border-color)}.search-input{width:100%;font-family:var(--font-sans);color:#162033;background:#fff;border:1px solid #dfe5ee;border-radius:6px;outline:none;padding:.5rem .75rem;font-size:.875rem}.tag-container{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag-pill{background:var(--bg-primary);color:var(--text-muted);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border-color);border-radius:9999px;padding:.25rem .75rem;font-size:.65rem;font-weight:700}.widget-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.widget-card{background:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex}.widget-title{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:600}.widget-value{font-family:var(--font-serif);color:var(--accent-green);font-size:2.5rem;line-height:1}.accordion-header{cursor:pointer;border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 0;transition:opacity .2s;display:flex}.accordion-header:hover{opacity:.8}.accordion-title{font-family:var(--font-serif);color:var(--accent-green);font-size:1.5rem}.accordion-icon{color:var(--border-color);font-size:1.5rem;transition:transform .3s}.accordion-icon.open{transform:rotate(180deg)}.accordion-content{margin-bottom:2rem}.dropzone{border:2px dashed var(--border-color);background:var(--bg-primary);text-align:center;color:var(--text-muted);cursor:pointer;border-radius:12px;margin-bottom:1.5rem;padding:3rem;transition:background .2s}.dropzone:hover{background:var(--bg-secondary)}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.gallery-item{aspect-ratio:1;border:1px solid var(--border-color);background:#fff;border-radius:8px;position:relative;overflow:hidden}.gallery-img{object-fit:contain;width:100%;height:100%;padding:.5rem}.gallery-caption{color:#fff;font-family:var(--font-mono);text-align:center;background:#162033bf;padding:.25rem .5rem;font-size:.65rem;position:absolute;bottom:0;left:0;right:0}.btn-primary{background-color:var(--accent-green);color:#fff;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 2rem;font-size:.8rem;font-weight:700;transition:opacity .2s,transform .2s;display:inline-flex}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.btn-primary.dark{background-color:var(--bg-dark)}.btn-glass{color:#162033;text-transform:uppercase;letter-spacing:.1em;background:#fff;border:1px solid #dfe5ee;border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.btn-glass:hover{background:#f6f9fd}.btn-secondary{color:#162033;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;background:#fff;border:1px solid #dfe5ee;border-radius:9999px;flex:1;padding:.75rem 1.5rem;font-size:.75rem;font-weight:700}.btn-secondary:hover{background:#f6f9fd}.divider{color:var(--border-color);align-items:center;margin:1.5rem 0;display:flex}.divider:before,.divider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.divider span{margin:0 1rem}.switch{width:44px;height:24px;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:#cfd8e6;border-radius:24px;transition:all .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.slider{background-color:#18a0fb}input:checked+.slider:before{transform:translate(20px)}.modal-overlay{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:100;background:#0f172a29;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{border:1px solid var(--border-color);width:100%;max-width:500px;box-shadow:var(--shadow-lg);background:#fff;border-radius:22px;padding:3rem;position:relative}.footer{background-color:var(--bg-dark);color:#fff;border-top-left-radius:32px;border-top-right-radius:32px;margin-top:4rem;padding:4rem 3rem 2rem}.footer-top{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.footer-nav{gap:2rem;display:flex}.footer-nav a{opacity:.6}.footer-nav a:hover{opacity:1}.footer-bottom{color:#0006;border-top:1px solid #00000014;justify-content:space-between;padding-top:2rem;font-size:.75rem;display:flex}.calc-container{background:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.calc-table{border-collapse:collapse;text-align:left;width:100%;margin-top:1.5rem}.calc-table th{border-bottom:2px solid var(--border-color);background:#f8fafc;padding:1rem;font-weight:400}.calc-table td{border-bottom:1px solid var(--bg-secondary);padding:.75rem 1rem}.calc-table input{color:#162033;background:#fff;border:1px solid #dfe5ee;border-radius:6px;outline:none;width:100%;padding:.5rem .625rem}.calc-input-sm{max-width:60px}.calc-input-md{max-width:80px}.calc-img{object-fit:cover;border-radius:50%;width:40px;height:40px}.editor-container{background:var(--bg-white);border:1px solid var(--border-color);border-radius:16px;padding:3rem}.editor-title{color:#162033;background:#fff;border:1px solid #dfe5ee;border-radius:6px;outline:none;width:100%;margin-bottom:1.5rem;padding:.75rem .875rem}.editor-meta{border-bottom:1px solid var(--border-color);gap:2rem;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.editor-textarea{background:var(--bg-primary);border:1px solid var(--border-color);resize:vertical;border-radius:8px;outline:none;width:100%;min-height:150px;padding:1.5rem;font-size:1rem}.markdown-preview h1,.markdown-preview h2,.markdown-preview h3{font-family:var(--font-serif);margin:1rem 0 .5rem}.markdown-preview h1{font-size:1.75rem}.markdown-preview h2{font-size:1.4rem}.markdown-preview h3{font-size:1.15rem}.markdown-preview p{margin-bottom:.75rem}.markdown-preview ul,.markdown-preview ol{margin-bottom:.75rem;margin-left:1.5rem}.markdown-preview li{margin-bottom:.25rem}.markdown-preview code{background:var(--bg-secondary);font-family:var(--font-mono);border-radius:3px;padding:.15rem .4rem;font-size:.85rem}.markdown-preview pre{background:var(--bg-dark);color:var(--text-light);border-radius:8px;margin-bottom:1rem;padding:1rem;overflow-x:auto}.markdown-preview pre code{color:inherit;background:0 0;padding:0}.markdown-preview table{border-collapse:collapse;width:100%;margin-bottom:1rem}.markdown-preview th,.markdown-preview td{border:1px solid var(--border-color);text-align:left;padding:.5rem .75rem}.markdown-preview th{background:var(--bg-secondary);font-weight:600}.markdown-preview blockquote{border-left:3px solid var(--accent-red);background:var(--bg-secondary);border-radius:0 8px 8px 0;margin:.75rem 0;padding:.5rem 1rem}.markdown-preview strong{font-weight:700}.markdown-preview em{font-style:italic}.procedure-tiptap-editor{color:#162033;cursor:text;background:#fff;outline:none;min-height:200px;padding:16px;font-family:Inter,-apple-system,sans-serif;font-size:14px;line-height:1.6}.procedure-tiptap-editor p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0;font-style:normal}.procedure-tiptap-editor p,.procedure-tiptap-preview p{margin-bottom:.6em}.procedure-tiptap-editor h1,.procedure-tiptap-preview h1{color:#162033;margin:1em 0 .4em;font-size:18px;font-weight:700;line-height:1.3}.procedure-tiptap-editor h2,.procedure-tiptap-preview h2{color:#162033;margin:.8em 0 .3em;font-size:15px;font-weight:500;line-height:1.3}.procedure-tiptap-editor strong,.procedure-tiptap-preview strong{font-weight:700}.procedure-tiptap-editor em,.procedure-tiptap-preview em{font-style:italic}.procedure-tiptap-editor u,.procedure-tiptap-preview u{text-decoration:underline}.procedure-tiptap-editor ol,.procedure-tiptap-preview ol{counter-reset:procedure-step;margin-bottom:.75em;margin-left:0;padding-left:1.8em;list-style:none}.procedure-tiptap-editor ol>li,.procedure-tiptap-preview ol>li{counter-increment:procedure-step;margin-bottom:.35em;position:relative}.procedure-tiptap-editor ol>li:before,.procedure-tiptap-preview ol>li:before{content:counter(procedure-step) ".";text-align:right;color:#18a0fb;font-variant-numeric:tabular-nums;width:1.5em;font-weight:600;position:absolute;left:-1.8em}.procedure-tiptap-editor ul,.procedure-tiptap-preview ul{margin-bottom:.75em;padding-left:1.8em;list-style:outside}.procedure-tiptap-editor ul>li,.procedure-tiptap-preview ul>li{margin-bottom:.35em}.procedure-tiptap-editor ul>li::marker{color:#7b8698}.procedure-tiptap-editor pre,.procedure-tiptap-preview pre{background:#f0f3f8;border-radius:6px;margin:.6em 0;padding:12px 14px;overflow-x:auto}.procedure-tiptap-editor pre code,.procedure-tiptap-preview pre code{color:#16803c;background:0 0;border-radius:0;padding:0;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:13px;line-height:1.5}.procedure-tiptap-editor code,.procedure-tiptap-preview code{color:#16803c;background:#f0f3f8;border-radius:3px;padding:2px 5px;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:12px}.procedure-tiptap-editor hr,.procedure-tiptap-preview hr{border:none;border-top:1px solid #dfe5ee;margin:1em 0}.procedure-tiptap-editor a,.procedure-tiptap-preview a{color:#18a0fb;cursor:pointer;-webkit-text-decoration:underline #18a0fb59;text-decoration:underline #18a0fb59}.procedure-tiptap-preview{color:#162033;min-height:200px;font-family:Inter,-apple-system,sans-serif;font-size:14px;line-height:1.6}.auth-page{width:100vw;min-height:100vh;font-family:var(--font-sans);background:radial-gradient(circle at 0 0,#2563eb14,#0000 34%),radial-gradient(circle at 100% 100%,#10b9810f,#0000 28%),linear-gradient(#f9fbfd 0%,#f3f6fa 100%);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.auth-bg-gradient{z-index:0;background:linear-gradient(135deg,#2563eb0a 0%,#fff0 34%,#0f172a05 100%);position:fixed;inset:0}.auth-bg-glow{filter:blur(140px);z-index:1;pointer-events:none;border-radius:50%;position:fixed}.auth-bg-glow-1{background:#2563eb14;width:600px;height:600px;animation:16s ease-in-out infinite glowDrift1;top:-10%;right:-5%}.auth-bg-glow-2{background:#0f172a0f;width:500px;height:500px;animation:20s ease-in-out infinite glowDrift2;bottom:-15%;left:-10%}@keyframes glowDrift1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-60px,80px)scale(1.15)}}@keyframes glowDrift2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(80px,-60px)scale(1.1)}}.auth-logo{z-index:10;color:#111827;font-size:18px;font-weight:800;font-family:var(--font-sans);align-items:center;gap:8px;display:flex;position:fixed;top:28px;left:32px}.auth-badge{color:#2563eb;letter-spacing:.08em;font-size:10px;font-family:var(--font-mono);background:#edf4ff;border-radius:12px;padding:2px 8px;font-weight:600}.auth-form-card{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffdb;border:1px solid #e4e9f1e6;border-radius:28px;width:100%;max-width:420px;padding:40px;position:relative;box-shadow:0 28px 60px #1018281a}.auth-form-title{color:#101828;letter-spacing:-.03em;margin:0 0 28px;font-size:28px;font-weight:700;line-height:1.08}.auth-btn-primary{color:#fff;cursor:pointer;width:100%;height:46px;font-size:14px;font-weight:700;font-family:var(--font-sans);background:#111827;border:none;border-radius:14px;transition:transform .15s,box-shadow .15s,opacity .15s}.auth-btn-primary:hover{opacity:1;transform:translateY(-1px);box-shadow:0 12px 24px #11182729}.auth-btn-primary:disabled{opacity:.5;cursor:not-allowed}.auth-btn-secondary{color:#344054;cursor:pointer;width:100%;height:46px;font-size:14px;font-weight:600;font-family:var(--font-sans);background:#fff;border:1px solid #d7deea;border-radius:14px;transition:border-color .15s,background .15s,color .15s}.auth-btn-secondary:hover{color:#111827;background:#f8fafc;border-color:#c5cfdd}.auth-input{color:#101828;width:100%;font-size:14px;font-family:var(--font-sans);box-sizing:border-box;background:#fff;border:1px solid #d7deea;border-radius:12px;outline:none;padding:12px 14px;transition:border-color .15s,box-shadow .15s,background .15s}.auth-input::placeholder{color:#98a2b3}.auth-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.auth-label{color:#667085;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.auth-error{color:#f24822;margin-bottom:16px;font-size:13px;font-weight:600}.auth-switch{text-align:center;color:#667085;margin-top:20px;font-size:13px}.auth-switch-link{color:#2563eb;cursor:pointer;font-weight:600;text-decoration:underline}.auth-switch-link:hover{color:#1d4ed8}.auth-watermark{z-index:10;align-items:center;gap:14px;display:flex;position:fixed;bottom:40px;left:40px}.auth-watermark-text{color:#1118271a;letter-spacing:-.01em;white-space:nowrap;min-height:36px;font-size:28px;font-weight:700}.pulsing-dot-container{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex;position:relative}.pulsing-dot-core{background:#2563eb;border-radius:50%;width:8px;height:8px;position:absolute}.pulsing-dot-ring{border:2px solid #2563eb;border-radius:50%;width:8px;height:8px;animation:2s cubic-bezier(0,0,.2,1) infinite dotPing;position:absolute}.pulsing-dot-ring-1{animation-delay:0s}.pulsing-dot-ring-2{animation-delay:.6s}@keyframes dotPing{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(4)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (width<=600px){.auth-form-card{margin:20px;padding:28px}.auth-form-title{font-size:20px}.auth-watermark{display:none}}.app-layout{background:linear-gradient(#f8fafc 0%,#f3f6fa 100%);width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar-left{width:256px;color:var(--text-main);background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;transition:width .28s cubic-bezier(.22,1,.36,1);display:flex;overflow:hidden}.sidebar-left.collapsed{width:64px}.sidebar-left-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:12px;height:57px;padding:0 16px;display:flex}.sidebar-left.collapsed .sidebar-left-header{flex-direction:row;justify-content:center;gap:0;height:57px;padding:0}.sidebar-shell{flex-direction:column;height:100%;min-height:0;display:flex}.shell-brand-row{gap:12px}.shell-brand-button{color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:12px;min-width:0;padding:0;display:flex}.sidebar-left.collapsed .shell-brand-button{flex:none;justify-content:center;width:100%;height:100%}.shell-brand-mark{color:#fff;background:#000;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.shell-brand-label{color:#111827;font-size:16px;font-weight:600}.shell-collapse-button,.shell-search-icon-button{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:inline-flex}.shell-collapse-button:hover,.shell-search-icon-button:hover{color:#4b5563;background:#f3f4f6}.sidebar-search-row{border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:12px 16px}.sidebar-left.collapsed .sidebar-search-row{border-bottom:1px solid #e5e7eb;justify-content:center;padding:12px 0;display:flex}.shell-search-input{color:#9ca3af;background:#f3f4f6;border:none;border-radius:6px;align-items:center;gap:0;height:40px;padding:0 12px 0 36px;transition:box-shadow .15s,background .15s;display:flex;position:relative}.shell-search-input:focus-within{background:#fff;box-shadow:0 0 0 2px #3b82f6}.shell-search-input>svg{pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.shell-search-input input{color:#111827;width:100%;font-size:14px;font-weight:400;font-family:var(--font-sans);background:0 0;border:none;outline:none}.shell-search-input input::placeholder{color:#9ca3af}.sidebar-left.collapsed .shell-search-icon-button{border-radius:8px;width:40px;height:40px}.sidebar-shell-body{flex-direction:column;flex:1;min-height:0;display:flex}.sidebar-shell-scroll{flex:1;min-height:0;padding:0;overflow-y:auto}.sidebar-left.collapsed .sidebar-shell-scroll{padding:16px 8px}.sidebar-group{margin-bottom:16px}.sidebar-group-label,.sidebar-menu-group-label{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:0;padding:16px 16px 8px;font-size:11px;font-weight:500}.sidebar-group-links{flex-direction:column;gap:4px;padding:0 12px;display:flex}.sidebar-group-links-nested{gap:4px;margin:16px 0 0 12px;padding:0 0 0 12px;position:relative}.sidebar-group-links-nested:before{content:"";background:#e5e7eb;width:1px;position:absolute;top:0;bottom:0;left:0}.sidebar-shell-link{color:#374151;cursor:pointer;min-height:0;font-family:var(--font-sans);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:12px;width:100%;padding:8px 12px;transition:background .15s,color .15s;display:flex;position:relative}.sidebar-shell-link:hover,.sidebar-workspace-option:hover,.sidebar-workspace-switcher:hover,.sidebar-workspace-menu-action:hover,.shell-create-menu-item:hover{color:#111827;background:#f3f4f6}.sidebar-shell-link.active{color:#2563eb;background:#eff6ff}.sidebar-shell-link:disabled{opacity:.48;cursor:not-allowed}.sidebar-shell-link.utility{min-height:0}.sidebar-shell-link-icon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.sidebar-shell-link-label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:14px;font-weight:500;overflow:hidden}.sidebar-link-badge,.sidebar-icon-badge,.sidebar-link-badge.utility-inline{background:var(--accent-blue);border-radius:999px;flex-shrink:0;width:8px;height:8px}.sidebar-link-count{color:#2563eb;background:#dbeafe;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;margin-left:auto;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.sidebar-link-count.neutral{color:#374151;background:#f3f4f6}.sidebar-shell-footer{background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;gap:4px;padding:8px;display:flex}.sidebar-left.collapsed .sidebar-shell-footer{padding:8px}.sidebar-left.collapsed .sidebar-shell-link{justify-content:center;padding:8px}.sidebar-icon-stack{flex-direction:column;align-items:center;gap:4px;display:flex}.sidebar-icon-link,.sidebar-icon-avatar-button{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,color .15s;display:inline-flex;position:relative}.sidebar-icon-link:hover,.sidebar-icon-avatar-button:hover{color:#111827;background:#f3f4f6}.sidebar-icon-link.active,.sidebar-icon-avatar-button.active{color:#2563eb;background:#eff6ff}.sidebar-icon-divider{background:#e5e7eb;width:100%;height:1px;margin:12px 0}.sidebar-avatar-circle{color:#fff;letter-spacing:.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:inline-flex}.sidebar-workspace-switcher-wrap{padding:0 12px;position:relative}.sidebar-workspace-switcher{color:#374151;cursor:pointer;text-align:left;width:100%;min-height:0;box-shadow:none;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;transition:background .15s,color .15s;display:flex}.sidebar-workspace-switcher.open{background:#f3f4f6}.sidebar-workspace-switcher-copy,.sidebar-workspace-option-copy{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar-workspace-switcher-label,.sidebar-workspace-option-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.sidebar-workspace-switcher-meta,.sidebar-workspace-option-meta{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.sidebar-workspace-switcher>.sidebar-avatar-circle{width:20px;height:20px;font-size:10px}.sidebar-workspace-switcher>svg:last-child{color:#9ca3af;flex-shrink:0;width:16px;height:16px;transition:transform .15s}.sidebar-workspace-switcher.open>svg:last-child{transform:rotate(180deg)}.sidebar-workspace-menu{z-index:120;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:auto;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 20px 40px #0f172a1f}.sidebar-workspace-menu.collapsed{width:240px;left:calc(100% + 12px);right:auto}.sidebar-workspace-menu-scroll{max-height:280px;padding:8px;overflow-y:auto}.sidebar-workspace-menu .sidebar-menu-group-label{padding:6px 8px;font-size:11px}.sidebar-workspace-empty-state{color:#6b7280;padding:14px 12px;font-size:13px;line-height:1.5}.sidebar-workspace-option,.sidebar-workspace-menu-action{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:12px;width:100%;padding:8px 12px;transition:background .15s,color .15s;display:flex}.sidebar-workspace-option.active{background:#f3f4f6}.sidebar-workspace-menu-footer{border-top:1px solid #e5e7eb;padding:8px}.sidebar-workspace-menu-action.warning{color:#ea580c}.sidebar-workspace-menu-action.warning:hover{color:#ea580c;background:#fff7ed}.sidebar-icon-count{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;display:inline-flex;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 2px #fff}.sidebar-icon-count.neutral{background:#9ca3af}.sidebar-section-title{text-transform:uppercase;letter-spacing:.08em;color:#8b95a7;font-size:11px;font-weight:500;font-family:var(--font-sans);padding:16px 12px 6px}.sidebar-left-item{cursor:pointer;color:#ababab;border-radius:8px;align-items:center;height:28px;margin:0 4px 1px;padding:4px 8px;font-size:12px;transition:all .15s;display:flex}[data-density=comfortable] .sidebar-left-item{height:32px}[data-density=compact] .sidebar-left-item{height:24px}.sidebar-left-item:hover{color:#162033;background-color:#f0f3f8}.sidebar-left-item.active{color:#162033;background-color:#edf3ff}.sidebar-left-subtitle{color:#7b8698;align-items:center;gap:6px;margin-top:2px;font-size:11px;display:flex}.nav-grid-btn{color:#7b8698;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:11px;transition:color .15s;display:flex}.nav-grid-btn:hover{color:#162033}.sidebar-item{cursor:pointer;color:#94a3b8;font-size:.8125rem;font-family:var(--font-sans);flex-direction:column;gap:.25rem;padding:.5rem 1.5rem;transition:all .2s;display:flex}.sidebar-item:hover{color:#162033;background-color:#f0f3f8}.sidebar-item.active{color:#2457d6;background-color:#edf3ff;border-left:3px solid #2457d6;padding-left:calc(1.5rem - 3px)}.sidebar-item-subtitle{color:#475569;font-size:.7rem}.main-editor{background:linear-gradient(#f7f9fc 0%,#f3f6fa 100%);flex-direction:column;flex:1;display:flex;overflow-y:auto}.shell-topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:40;background:#ffffffeb;justify-content:space-between;align-self:stretch;align-items:center;gap:16px;width:100%;min-height:76px;padding:0 28px;display:flex;position:sticky;top:0;box-shadow:0 1px #e4e9f1e6}.shell-topbar-breadcrumb{align-items:center;gap:10px;min-width:0;display:flex}.shell-topbar-scope{color:#6e7a90;white-space:nowrap;font-size:14px;font-weight:500}.shell-topbar-separator{color:#b1bac8}.shell-topbar-page{color:#162033;white-space:nowrap;font-size:15px;font-weight:700}.shell-topbar-actions{align-items:center;gap:10px;display:flex;position:relative}.shell-create-button{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:14px;align-items:center;gap:8px;height:44px;padding:0 18px;font-size:14px;font-weight:700;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex;box-shadow:0 14px 30px #2563eb33}.shell-create-button:hover{color:#fff;background:#1d4ed8;box-shadow:0 18px 34px #2563eb3d}.shell-create-menu{border:1px solid var(--border-color);width:240px;box-shadow:var(--shadow-lg);z-index:80;background:#fff;border-radius:18px;flex-direction:column;gap:4px;padding:8px;display:flex;position:absolute;top:calc(100% + 10px);right:0}.shell-create-menu-item{text-align:left;cursor:pointer;color:#162033;background:0 0;border:none;border-radius:12px;flex-direction:column;gap:4px;width:100%;padding:12px 14px;display:flex}.shell-create-menu-title{font-size:14px;font-weight:700}.shell-create-menu-meta{color:#7b8698;font-size:12px}.experiment-header-shell{margin:-24px -24px 32px}.experiment-header-topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:0 24px;display:flex}.experiment-header-topbar-meta{flex:1;min-width:0}.experiment-header-meta-line{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;font-size:14px;line-height:1.4;display:flex}.experiment-header-meta-item{color:#6b7280;white-space:nowrap}.experiment-header-meta-scope{color:#64748b}.experiment-header-meta-page,.experiment-header-meta-reference{color:#111827;font-weight:500}.experiment-header-meta-separator,.experiment-header-meta-dot{color:#cbd5e1;flex-shrink:0}.experiment-header-status-pill{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.experiment-header-viewonly-pill{color:#4b5563;letter-spacing:.08em;text-transform:uppercase;background:#f3f4f6;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.experiment-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.experiment-header-action-button{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:32px;font-size:14px;font-weight:600;transition:background-color .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.experiment-header-action-button.ghost{color:#111827;cursor:pointer;background:#fff;border:1px solid #dbe2ea;padding:0 14px}.experiment-header-action-button.ghost:hover{background:#f8fafc;border-color:#cfd8e3}.experiment-header-action-button.icon{color:#7b8698;cursor:pointer;background:#fff;border:1px solid #dbe2ea;width:32px;padding:0}.experiment-header-action-button.icon:hover{color:#4b5563;background:#f8fafc}.experiment-header-action-button.primary{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #0000;padding:0 16px}.experiment-header-action-button.primary:hover:not(:disabled){background:#1d4ed8}.experiment-header-action-button.primary:disabled{opacity:.45;cursor:not-allowed}.experiment-header-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;line-height:1;transition:color .15s,background-color .15s;display:inline-flex}.experiment-header-close:hover{color:#475569;background:#f8fafc}.experiment-header-body{padding:24px 0 0}.experiment-header-title-input{letter-spacing:-.02em;max-width:920px;margin-bottom:4px;font-size:1.75rem;font-weight:800}.experiment-header-description-input{max-width:920px;margin-bottom:2px;font-size:.9rem}.experiment-header-tags{padding:0 .875rem}.home-page{flex-direction:column;gap:26px;padding:32px 30px 44px;display:flex}.home-page.personal-notes-page{gap:20px}.home-intro{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.home-intro-primary{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.home-intro-secondary{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.home-kicker{letter-spacing:.08em;text-transform:uppercase;color:#7b8698;margin-bottom:8px;font-size:12px;font-weight:700}.home-title{letter-spacing:-.04em;color:#162033;margin:0;font-size:36px;line-height:1.04}.home-subtitle{color:#627086;max-width:760px;margin:12px 0 0;font-size:16px;line-height:1.55}.personal-notes-page .home-intro{align-items:flex-start}.personal-notes-page .home-title{font-size:32px}.personal-notes-page .home-subtitle{max-width:52ch;margin-top:8px;font-size:15px}.home-result-pill{color:#2457d6;background:#eef3ff;border-radius:999px;align-items:center;height:30px;margin-top:14px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.home-tab-row,.home-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.home-tab,.home-filter-pill{color:#667085;cursor:pointer;background:#f4f6fa;border:none;border-radius:999px;height:38px;padding:0 16px;font-size:13px;font-weight:700;transition:background .16s,color .16s}.home-filter-pill{align-items:center;gap:8px;display:inline-flex}.home-tab:hover,.home-filter-pill:hover{color:#162033;background:#eaf0f7}.home-tab.active,.home-filter-pill.active{background:var(--accent-blue-soft);color:var(--accent-blue)}.home-filter-pill-count{min-width:18px;height:18px;color:inherit;background:#ffffffb8;border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.notes-index-surface{background:0 0}.notes-index-toolbar{justify-content:space-between;align-items:center;gap:20px;padding:0 0 18px;display:flex}.notes-index-toolbar-primary{flex-shrink:0;align-items:center;gap:10px;display:flex}.notes-index-toolbar-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.notes-filter-row,.home-filter-row-lab{justify-content:flex-end}.notes-index-body{min-height:320px}.home-continue-row{cursor:pointer;text-align:left;background:linear-gradient(#f8fbff 0%,#f2f6ff 100%);border:none;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:14px 20px;transition:box-shadow .15s,background .15s,transform .15s;display:flex;box-shadow:0 14px 30px #2457d614}.home-continue-row:hover{background:linear-gradient(#f4f8ff 0%,#edf3ff 100%);transform:translateY(-1px);box-shadow:0 18px 36px #2457d61f}.home-continue-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.home-continue-title{color:#162033;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.home-continue-project{color:#7b8698;white-space:nowrap;font-size:13px}.home-continue-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.home-continue-date{color:#7b8698;white-space:nowrap;font-size:13px;font-weight:600}.home-table-wrap{border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;border-radius:20px;overflow:hidden}.notes-table-wrap{box-shadow:none;border:none;border-radius:0}.notes-table-header{justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px 0;display:flex}.notes-table-title{color:#162033;font-size:14px;font-weight:700}.notes-table-copy{color:#7b8698;margin-top:5px;font-size:12px}.notes-table-resume-meta{color:#8b95a7;white-space:nowrap;font-size:12px;font-weight:600}.notes-empty-state{background:0 0;border-radius:0;min-height:320px;padding:32px 0}.home-table{border-collapse:collapse;width:100%}.home-table th{text-align:left;color:#8b95a7;text-transform:uppercase;letter-spacing:.08em;background:#f8fafc;border-bottom:1px solid #e8edf4;padding:12px 16px;font-size:11px;font-weight:700}.home-table td{color:#3d4b5e;border-bottom:1px solid #f0f3f8;padding:14px 16px;font-size:14px}.home-table tbody tr:last-child td{border-bottom:none}.home-table tbody tr{cursor:pointer;transition:background .12s}.home-table tbody tr:hover td{background:#f6f9fd}.home-table-ref{font-family:var(--font-mono);white-space:nowrap;font-weight:700;color:#516176!important;font-size:12px!important}.home-table-title{font-weight:700;color:#162033!important}.home-table-project{color:#627086!important}.home-table-date{white-space:nowrap;color:#7b8698!important}.home-table-actions{text-align:right;width:40px}.home-table-action-button{color:#7b8698;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .15s;display:inline-flex}.home-stats-row{flex-wrap:wrap;gap:12px;display:flex}.home-stat-cell{background:#fff;border-radius:12px;flex:1;align-items:center;gap:10px;min-width:120px;padding:14px 18px;display:flex}.home-stat-cell.tone-blue{background:#f8fbff}.home-stat-cell.tone-green{background:#f8fdf9}.home-stat-cell.tone-amber{background:#fffaf4}.home-stat-cell.tone-slate{background:#f8fafc}.home-stat-value{letter-spacing:-.03em;color:#162033;font-size:24px;font-weight:700;line-height:1}.home-stat-label{text-transform:uppercase;letter-spacing:.06em;color:#7b8698;font-size:12px;font-weight:700}.home-ops-row{flex-wrap:wrap;gap:10px;display:flex}.home-ops-item{color:#516176;cursor:default;background:#f8fafc;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;display:flex}button.home-ops-item{cursor:pointer;transition:background .15s}button.home-ops-item:hover{background:#f0f3f8}.home-ops-item strong{color:#162033;font-size:16px;font-weight:700}.home-ops-item.tone-amber{color:#9a5e0a;background:#fffaf4}.home-primary-grid{gap:18px;display:grid}.home-primary-grid.lab{grid-template-columns:minmax(0,1.55fr) minmax(320px,.85fr)}.home-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.home-secondary-grid.lab{align-items:start}.home-surface{border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;border-radius:22px;padding:24px}.home-hero-surface{flex-direction:column;gap:14px;display:flex}.home-surface-kicker{text-transform:uppercase;letter-spacing:.08em;color:#8b95a7;font-size:12px;font-weight:700}.home-surface-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.home-surface-title{letter-spacing:-.02em;color:#162033;font-size:20px;font-weight:700}.home-surface-caption{color:#7b8698;font-size:12px;font-weight:600}.home-hero-card{text-align:left;cursor:pointer;color:#162033;background:linear-gradient(#f8fbff 0%,#f4f8fc 100%);border:1px solid #e5edf7;border-radius:20px;width:100%;padding:22px;box-shadow:0 12px 28px #0f172a0d}.home-hero-reference-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.home-reference-chip{color:#2457d6;height:26px;font-size:11px;font-weight:800;font-family:var(--font-mono);background:#e9f1ff;border-radius:999px;align-items:center;padding:0 10px;display:inline-flex}.home-hero-title{letter-spacing:-.03em;max-width:18ch;font-size:30px;font-weight:700;line-height:1.08}.home-hero-copy{color:#516176;margin-top:12px;font-size:15px}.home-hero-meta{color:#7b8698;margin-top:22px;font-size:13px;font-weight:600}.home-summary-column,.home-side-stack{flex-direction:column;gap:14px;display:flex}.home-summary-card{min-height:116px}.home-summary-card.tone-blue{background:linear-gradient(#f8fbff 0%,#f2f7ff 100%)}.home-summary-card.tone-green{background:linear-gradient(#f8fdf9 0%,#eff8f1 100%)}.home-summary-card.tone-amber{background:linear-gradient(#fffaf4 0%,#fdf3e3 100%)}.home-summary-card.tone-slate{background:linear-gradient(#f8fafc 0%,#f2f5f8 100%)}.home-summary-label,.home-side-card-title{text-transform:uppercase;letter-spacing:.08em;color:#7b8698;font-size:12px;font-weight:700}.home-summary-value,.home-side-card-value{letter-spacing:-.04em;color:#162033;margin-top:10px;font-size:38px;font-weight:700;line-height:1}.home-summary-copy,.home-side-card-copy{color:#627086;margin-top:10px;font-size:13px;line-height:1.5}.home-side-card{background:#fbfcfe;border-radius:20px;padding:18px}.home-side-card.action{box-shadow:var(--shadow-md);cursor:pointer;text-align:left;background:linear-gradient(#f7fbff 0%,#eef4ff 100%);border:none}.home-side-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.home-side-list-row{text-align:left;cursor:pointer;background:#f8fafc;border:none;border-radius:14px;width:100%;padding:12px 14px}.home-side-list-title,.home-project-title{color:#162033;font-size:15px;font-weight:700}.home-side-list-copy,.home-project-meta{color:#7b8698;margin-top:4px;font-size:13px}.home-snapshot-row{color:#516176;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;font-size:14px;display:flex}.home-snapshot-row strong,.home-project-activity{color:#162033;font-weight:700}.home-list{flex-direction:column;gap:10px;display:flex}.home-list-row,.home-project-row{background:#f8fafc;border:none;border-radius:18px;width:100%;padding:16px 18px}.home-list-row{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;display:flex}.home-project-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.home-list-row-main{flex:1;min-width:0}.home-list-row-title{color:#162033;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.home-list-row-meta{color:#7b8698;flex-wrap:wrap;align-items:center;gap:7px;margin-top:5px;font-size:13px;display:flex}.home-list-row-reference{font-family:var(--font-mono);color:#5e6d82;font-size:12px}.home-empty-state{background:linear-gradient(#fbfcfe 0%,#f6f9fc 100%);border-radius:20px;flex-direction:column;justify-content:center;min-height:220px;padding:24px;display:flex}.home-empty-state.compact{min-height:180px}.home-empty-title{color:#162033;font-size:18px;font-weight:700}.home-empty-copy{color:#6b778b;max-width:46ch;margin-top:10px;font-size:14px;line-height:1.55}.continue-card{cursor:pointer;background-color:#fff;border:1px solid #dfe5ee;border-radius:12px;flex-direction:column;flex-shrink:0;min-width:240px;max-width:260px;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.continue-card:hover{border-color:#cfd8e6;box-shadow:0 4px 12px #0f172a0f}.continue-card-bg{flex:1;padding:12px}.status-pill{letter-spacing:.04em;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;padding:2px 6px;font-size:10px;font-weight:600;display:inline-flex}.status-pill.progress{color:#1a7fd4;background:#18a0fb1f}.status-pill.review{color:#c57a1a;background:#f298221f}.status-pill.completed{color:#3a9614;background:#52c41a1f}.status-pill.archived{color:#7b8698;background:#8c96a51f}.recent-table{border-collapse:collapse;border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;overflow:hidden}.recent-table th{text-align:left;color:#8b95a7;text-transform:uppercase;letter-spacing:.08em;background:#fafbfd;border-bottom:1px solid #edf1f6;padding:12px 16px;font-size:11px;font-weight:700}.recent-table td{color:#3d4b5e;border-bottom:1px solid #f1f4f8;height:40px;padding:12px 16px;font-size:13px;font-weight:400}.recent-table tr:last-child td{border-bottom:none}.recent-table tr:hover td{cursor:pointer;background:#f6f9fd}.recents-page{flex-direction:column;gap:52px;padding:28px 0 0;display:flex}.recents-section{flex-direction:column;gap:18px;display:flex}.recents-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.recents-section-label{letter-spacing:.1em;text-transform:uppercase;color:#8b95a7;font-size:11px;font-weight:700;line-height:1}.recents-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:inline-flex}.recents-control-select{color:#162033;appearance:none;cursor:pointer;background-color:#f5f7fb;background-image:linear-gradient(45deg,#0000 50%,#98a2b3 50%),linear-gradient(135deg,#98a2b3 50%,#0000 50%);background-position:calc(100% - 22px) calc(50% - 1px),calc(100% - 16px) calc(50% - 1px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;border:none;border-radius:14px;outline:none;min-width:224px;height:48px;padding:0 18px;font-size:14px;font-weight:500;box-shadow:inset 0 0 0 1px #dfe5ee73}.recents-control-select:hover{background-color:#f0f4fa}.recents-control-select:focus{box-shadow:inset 0 0 0 1px #2563eb3d,0 0 0 4px #2563eb14}.recents-continue-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.recents-continue-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe5ee;border-radius:18px;flex-direction:column;align-items:flex-start;min-height:214px;padding:26px 28px;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.recents-continue-card:hover{border-color:#d2dbe8;transform:translateY(-1px);box-shadow:0 12px 28px #0f172a0f}.recents-continue-card-top{justify-content:space-between;align-items:center;gap:12px;width:100%;margin-bottom:28px;display:flex}.recents-continue-reference{color:#8b95a7;letter-spacing:.08em;background:#f5f7fb;border-radius:10px;align-items:center;min-height:28px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.recents-continue-title{color:#162033;font-size:15px;font-weight:700;line-height:1.4}.recents-continue-project{color:#2457d6;margin-top:14px;font-size:14px;font-weight:400;line-height:1.35}.recents-continue-meta{color:#7b8698;margin-top:auto;padding-top:26px;font-size:14px;line-height:1.4}.recents-table-wrap{overflow:hidden}.recents-table{table-layout:fixed}.recents-table-type-cell{color:#98a2b3;vertical-align:middle;width:72px}.recents-table-owner-cell{color:#627086!important}.projects-page{background:#f9fafb;flex-direction:column;gap:0;height:100%;display:flex;overflow:hidden}.projects-page-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.projects-page-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#7b8698;font-size:11px;font-weight:700}.projects-page-title{letter-spacing:-.04em;color:#162033;margin-top:6px;font-size:18px;font-weight:700;line-height:1.15}.projects-page-copy{color:#627086;max-width:54ch;margin-top:6px;font-size:13px;line-height:1.55}.projects-page-summary{color:#627086;white-space:nowrap;background:#f6f8fb;border-radius:999px;align-items:center;height:32px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.projects-page-layout{background:0 0;flex:1;gap:0;min-height:0;display:flex;overflow:hidden}.projects-sidebar-panel{background:#fff;border-right:1px solid #edf1f6;flex-direction:column;flex-shrink:0;width:320px;min-height:0;display:flex}.projects-sidebar-header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.projects-sidebar-title{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;font-size:12px;font-weight:500}.projects-sidebar-subtitle{color:#4b5563;margin-top:4px;font-size:14px;font-weight:400}.projects-sidebar-scroll{scrollbar-gutter:stable;flex:1;min-height:0;padding:16px;overflow-y:auto}.projects-sidebar-new-button{border-radius:6px;min-height:36px;padding:0 12px;font-size:14px}.projects-scroll-shell{flex:1;min-height:0;position:relative}.projects-scroll-shell:before,.projects-scroll-shell:after{content:"";pointer-events:none;opacity:0;z-index:2;height:24px;transition:opacity .18s;position:absolute;left:0;right:0}.projects-scroll-shell:before{background:linear-gradient(#fffffff5 0%,#fff0 100%);top:0}.projects-scroll-shell:after{background:linear-gradient(#fff0 0%,#fffffffa 100%);bottom:0}.projects-scroll-shell.show-top-cue:before,.projects-scroll-shell.show-bottom-cue:after{opacity:1}.projects-scroll-cue{pointer-events:none;z-index:3;position:absolute;left:50%;transform:translate(-50%)}.projects-scroll-cue.bottom{color:#7b8698;letter-spacing:.01em;background:#ffffffeb;border:1px solid #d7deeae6;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex;bottom:12px;box-shadow:0 10px 24px #10182814}.projects-scroll-cue.top{background:linear-gradient(#d6e0ee61 0%,#d6e0ee00 100%);border-radius:0 0 14px 14px;width:calc(100% - 24px);height:18px;top:0}.projects-list-section-label{color:#8b95a7;text-transform:uppercase;letter-spacing:.08em;padding:16px 12px 8px;font-size:11px;font-weight:700}.project-list-item{text-align:left;cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:16px;width:100%;margin-bottom:8px;padding:12px;transition:all .15s;display:flex}.project-list-item:hover{box-shadow:none;border-color:#d1d5db}.project-list-item.active{box-shadow:none;background:#eff6ff;border-color:#3b82f6}.project-list-dot{border-radius:999px;flex-shrink:0;width:10px;height:10px}.project-list-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.project-list-copy{flex:1;min-width:0}.project-list-name{color:#111827;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:500;line-height:1.3;overflow:hidden}.project-list-meta{color:#6b7280;margin-top:4px;font-size:12px;line-height:1.4}.project-list-count{color:#fff;background:#2563eb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:auto;height:auto;padding:4px 8px;font-size:11px;font-weight:600;display:none}.project-list-item.active .project-list-count{display:inline-flex}.projects-empty-list{color:#7b8698;padding:28px 16px;font-size:13px;line-height:1.6}.projects-detail{background:#f9fafb;flex-direction:column;min-height:0;display:flex;overflow:auto}.projects-detail-empty{flex:1;justify-content:center;align-items:center;min-height:0;padding:40px;display:flex}.projects-detail-empty-inner{text-align:center;color:#7b8698;flex-direction:column;align-items:center;gap:12px;display:flex}.projects-detail-panel{background:#f9fafb;flex-direction:column;flex:1;min-height:100%;padding:32px;animation:.3s projects-detail-in;display:flex}.projects-detail-topbar{border-bottom:none;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;padding:0;display:flex}.projects-detail-main{flex:1;min-width:0}.projects-detail-title-row{align-items:center;gap:12px;display:flex}.projects-detail-title{letter-spacing:-.03em;color:#111827;font-size:24px;font-weight:700;line-height:1.2}.projects-detail-meta-line{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;font-size:14px;font-weight:400;display:flex}.projects-detail-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.projects-detail-secondary-button,.projects-detail-primary-button{border-radius:6px;min-height:36px;padding:0 12px;font-size:14px}.projects-detail-section-bar{justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 22px 0;display:flex}.projects-detail-section-title{color:#162033;font-size:13px;font-weight:700}.projects-detail-section-copy{color:#7b8698;margin-top:5px;font-size:12px}.projects-detail-table-wrap{scrollbar-gutter:stable;flex:1;min-height:0;padding:0;overflow:visible}.projects-detail-table-wrap .recent-table{table-layout:fixed;width:100%;box-shadow:none;background:#fff;border:1px solid #dfe5ee;border-radius:12px;overflow:hidden}.projects-experiments-col-reference{width:168px}.projects-experiments-col-title{width:auto}.projects-experiments-col-edited{width:158px}.projects-experiments-col-author{width:200px}.projects-experiments-col-status{width:172px}.projects-detail-table-wrap .recent-table th{color:#6b7280;letter-spacing:.08em;background:#f9fafb;border-bottom:1px solid #edf1f6;padding:12px 24px;font-size:11px;font-weight:600}.projects-detail-table-wrap .recent-table td{padding:16px 24px;font-size:14px}.projects-detail-table-wrap .projects-experiments-table td:nth-child(2){width:auto}.projects-detail-author-cell{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.projects-detail-table-wrap .recent-table tr:hover td{background:#f9fafb}.projects-empty-table-row td{background:#fff;padding:0!important}.projects-empty-table-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:320px;padding:48px 24px;display:flex}.projects-empty-table-icon{color:#9ca3af;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;display:flex}.projects-empty-table-title{color:#111827;font-size:18px;font-weight:500}.projects-empty-table-copy{color:#6b7280;max-width:28rem;font-size:14px}.projects-detail-row{animation:.3s both project-row-enter}@keyframes projects-detail-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes project-row-enter{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@media (width<=1100px){.home-primary-grid.personal,.home-primary-grid.lab,.home-secondary-grid{grid-template-columns:1fr}.projects-page-layout{flex-direction:column}.projects-sidebar-panel{border-bottom:1px solid #edf1f6;border-right:none;width:100%}.projects-page{height:auto;min-height:calc(100vh - 4rem)}}@media (width<=760px){.projects-page-header,.projects-detail-topbar,.notes-index-toolbar{flex-direction:column;align-items:flex-start}.projects-page-title{font-size:17px}.projects-detail-title{font-size:16px}.projects-detail-actions,.notes-index-toolbar-controls{justify-content:flex-start;width:100%}.notes-table-header{flex-direction:column;align-items:flex-start}.shell-topbar{flex-direction:column;align-items:flex-start;min-height:auto;padding:16px}.shell-topbar-actions{width:100%}.shell-create-button{max-width:100%}.home-page{padding:20px 16px 28px}.home-intro{flex-direction:column;align-items:stretch}.home-intro-secondary{align-items:flex-start;width:100%}.home-filter-row-lab{justify-content:flex-start}.home-title{font-size:34px}.home-hero-title{font-size:24px}.home-continue-row{flex-direction:column;align-items:flex-start;gap:10px}.home-continue-left{flex-wrap:wrap}.home-table-wrap{border-radius:12px}.home-table th,.home-table td{padding:10px 12px}.home-list-row,.home-project-row{flex-direction:column;align-items:flex-start}}.metric-card{background:#fff;border:1px solid #dfe5ee;border-radius:12px;flex-direction:column;padding:12px;display:flex}.sidebar-right-shell{flex-shrink:0;width:260px;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible}.sidebar-right-shell.collapsed{width:0}.sidebar-right{border-left:1px solid var(--border-color);background-color:#fffffff0;flex-direction:column;flex-shrink:0;width:260px;height:100%;display:flex;position:relative}.sidebar-right-header{background:#ffffffeb;border-bottom:1px solid #e8edf4;justify-content:flex-end;align-items:center;min-height:76px;padding:0 16px;display:flex}.sidebar-right-toggle-button{color:#8b95a7;cursor:pointer;background:#fffffff5;border:1px solid #dfe5ee;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;transition:color .16s,border-color .16s,background .16s,transform .16s;display:inline-flex;box-shadow:0 12px 28px #0f172a14}.sidebar-right-toggle-button-floating{z-index:80;position:fixed;top:18px;right:16px}.sidebar-right-toggle-button-docked{z-index:2;position:relative}.sidebar-right-toggle-button:hover{color:#3d4b5e;background:#fff;border-color:#cfd8e6;transform:translateY(-1px)}.right-tabs{background:#ffffffeb;display:flex}.right-tab{text-align:center;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;color:#7b8698;font-size:11px;font-weight:500;font-family:var(--font-sans);border-bottom:2px solid #0000;flex:1;padding:10px 8px}.right-tab.active{color:var(--text-main);border-bottom-color:var(--accent-blue)}.clean-header{border-bottom:1px solid var(--border-color);z-index:10;background:#fffffff0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex;position:sticky;top:0}.clean-content{width:100%;max-width:100%;padding:24px}.clean-content .experiment-input,.clean-content .experiment-textarea,.clean-content select:not([multiple]){color:#162033;background:#fff;border:1px solid #dfe5ee;border-radius:6px;outline:none}.clean-content .experiment-input::placeholder,.clean-content .experiment-textarea::placeholder,.clean-content select:not([multiple])::placeholder{color:#8b95a7}.clean-content .experiment-input:focus,.clean-content .experiment-textarea:focus,.clean-content select:not([multiple]):focus{border-color:#2457d6}.clean-content .experiment-input:-webkit-autofill{-webkit-text-fill-color:#162033;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.clean-content .experiment-input:-webkit-autofill:hover{-webkit-text-fill-color:#162033;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.clean-content .experiment-input:-webkit-autofill:focus{-webkit-text-fill-color:#162033;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.clean-content .experiment-textarea:-webkit-autofill{-webkit-text-fill-color:#162033;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.clean-content .experiment-textarea:-webkit-autofill:hover{-webkit-text-fill-color:#162033;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.clean-content .experiment-textarea:-webkit-autofill:focus{-webkit-text-fill-color:#162033;transition:background-color 9999s ease-out;box-shadow:inset 0 0 0 1000px #fff}.experiment-input{width:100%;padding:.6rem .75rem}.experiment-input-title{padding:.75rem 1rem}.experiment-input-subtitle{padding:.625rem .875rem}.experiment-input-quiet{transition:background-color .15s,border-color .15s;background:0 0!important;border:1px solid #0000!important}.experiment-input-quiet:hover,.experiment-input-quiet:focus{background:#f8fafc!important;border-color:#dfe5ee!important}.experiment-input-compact{padding:.35rem .5rem}.experiment-reaction-meta-input{color:#162033!important;background:#f8fafc!important;border-color:#dfe5ee!important}.experiment-table-input{width:100%;padding:.6rem .75rem}.experiment-textarea{display:block}.experiment-caption-input{padding:.35rem .5rem}.clean-section-header{text-transform:uppercase;letter-spacing:.08em;color:#7b8698;font-size:11px;font-weight:500;font-family:var(--font-sans);justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:12px;display:flex}.clean-editor-section{border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;border-radius:22px;margin-bottom:3rem;overflow:hidden}.clean-editor-section-header{background:#fbfcfeeb;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.clean-editor-section-title{color:#162033;letter-spacing:-.01em;font-size:15px;font-weight:700}.clean-editor-section-kicker{text-transform:uppercase;letter-spacing:.08em;color:#7b8698;margin-bottom:10px;font-size:11px;font-weight:700}.clean-editor-meta-grid{background:#f8fafc;border-bottom:1px solid #eef2f7;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;padding:20px 24px;display:grid}.clean-editor-meta-field{gap:8px;min-width:0;display:grid}.clean-editor-meta-label{text-transform:uppercase;letter-spacing:.08em;color:#7b8698;font-size:11px;font-weight:700}.clean-editor-upload-area{background:linear-gradient(#fbfcfe 0%,#f6f9fc 100%);border:1px dashed #d7e0ec;border-radius:18px;justify-content:center;align-items:center;min-height:300px;margin:24px;display:flex;position:relative}.clean-editor-upload-icon{background:#eef3f9;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.clean-editor-button{color:#3d4b5e;cursor:pointer;background:#eef3f9;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:34px;padding:0 14px;font-size:12px;font-weight:700;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex}.clean-editor-button:hover{color:#162033;background:#e7edf6}.clean-editor-button.primary{color:#fff;background:#2563eb;box-shadow:0 12px 28px #2563eb2e}.clean-editor-button.primary:hover{color:#fff;background:#1d4ed8}.clean-editor-button.ghost{color:#627086;background:0 0;border:1px solid #dfe5ee}.clean-editor-button.ghost:hover{color:#162033;background:#f8fafc}.notes-create-button{color:#314158;background:#fff;border-color:#cbd6e4;box-shadow:0 1px 2px #1018280a}.notes-create-button:hover{color:#162033;background:#f4f8ff;border-color:#b8c7db}.clean-editor-table-wrap{padding:20px 24px 24px;overflow-x:auto}.clean-editor-table{border-collapse:separate;border-spacing:0 12px;width:100%}.clean-editor-table th{color:#7b8698;text-transform:uppercase;letter-spacing:.08em;text-align:left;padding:0 10px 4px;font-size:11px;font-weight:700}.clean-editor-table td{padding:0 10px}.clean-editor-toolbar{background:#fbfcfe;border-bottom:1px solid #eef2f7;align-items:center;gap:2px;min-height:44px;padding:0 12px;display:flex}.clean-editor-toolbar-divider{background:#dfe5ee;flex-shrink:0;width:1px;height:18px;margin:0 6px}.clean-editor-tabs{border-bottom:1px solid #e6ebf2;align-items:center;gap:8px;padding-bottom:8px;display:flex}.clean-editor-tab{color:#7b8698;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:700;transition:background .16s,color .16s}.clean-editor-tab:hover{color:#162033;background:#f3f6fa}.clean-editor-tab.active{color:#2457d6;background:#eef3ff}.clean-editor-panel{border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;border-radius:20px;padding:20px}@media (width<=760px){.clean-content{padding:18px 16px 28px}.clean-editor-section-header,.clean-editor-meta-grid,.clean-editor-table-wrap,.clean-editor-panel{padding-left:16px;padding-right:16px}.clean-editor-section-header{flex-direction:column;align-items:flex-start}.clean-editor-upload-area{min-height:240px;margin:16px}}.clean-box{background:#fff;border:1px solid #dfe5ee;border-radius:12px;padding:12px}.flex-grid{gap:12px;display:flex}.clean-table{border-collapse:collapse;width:100%;font-family:var(--font-sans);font-size:12px}.clean-table th{text-align:left;color:#8b95a7;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e8edf4;padding:8px 12px;font-size:11px;font-weight:500}.clean-table td{color:#3d4b5e;border-bottom:1px solid #f0f3f8;height:32px;padding:8px 12px}.clean-table tr:last-child td{border-bottom:none}.clean-input{width:100%;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;background:#fff;border:1px solid #dfe5ee;border-radius:6px;outline:none;padding:.5rem .75rem}.clean-input:focus{border-color:#2457d6}.app-layout input:disabled,.app-layout textarea:disabled,.app-layout select:disabled,.modal-overlay input:disabled,.modal-overlay textarea:disabled,.modal-overlay select:disabled,.app-layout button:disabled,.modal-overlay button:disabled{opacity:.4;cursor:not-allowed}.task-item{border-radius:4px;align-items:center;gap:8px;padding:4px 0;display:flex}.task-item:hover{background:0 0}.task-item .task-action-btn{opacity:0;transition:opacity .15s}.task-item:hover .task-action-btn{opacity:1}.task-checkbox-ring{cursor:pointer;border:1.5px solid #cfd8e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.task-checkbox-ring.checked{background:#18a0fb;border-color:#18a0fb}
