.ima-panel{display:flex;flex-direction:column;height:100%;background:var(--bg-secondary, #f8f9fb);font-size:13px;color:var(--text-primary, #1a1a2e)}.ima-tab-bar{display:flex;gap:0;border-bottom:1px solid var(--border-light, #e8eaef);background:var(--bg-primary, #fff);padding:0 16px;flex-shrink:0}.ima-tab{display:flex;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;color:var(--text-muted, #8b8fa3);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease;position:relative}.ima-tab:hover{color:var(--text-primary, #1a1a2e);background:#6366f10a}.ima-tab.active{color:var(--accent, #6366f1);border-bottom-color:var(--accent, #6366f1)}.ima-tab[data-disabled=true]{opacity:.45;cursor:not-allowed}.ima-tab[data-disabled=true]:hover{background:none;color:var(--text-muted, #8b8fa3)}.ima-section{flex:1;overflow-y:auto;padding:20px}.ima-config-card{max-width:480px;background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000a}.ima-section-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;margin-bottom:12px;color:var(--text-primary, #1a1a2e)}.ima-hint{font-size:12.5px;color:var(--text-muted, #8b8fa3);line-height:1.5;margin-bottom:18px}.ima-link{color:var(--accent, #6366f1);text-decoration:none;display:inline-flex;align-items:center;gap:3px}.ima-link:hover{text-decoration:underline}.ima-form-group{margin-bottom:14px}.ima-label{display:block;font-size:12px;font-weight:600;color:var(--text-secondary, #555870);margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}.ima-input{width:100%;padding:9px 12px;font-size:13px;border:1.5px solid var(--border-color, #dddfe8);border-radius:8px;background:var(--bg-input, #fff);color:var(--text-primary, #1a1a2e);outline:none;transition:border-color .15s;box-sizing:border-box}.ima-input:focus{border-color:var(--accent, #6366f1);box-shadow:0 0 0 3px #6366f11a}.ima-input::-moz-placeholder{color:var(--text-faint, #c0c3d0)}.ima-input::placeholder{color:var(--text-faint, #c0c3d0)}.ima-form-actions{display:flex;gap:10px;margin-top:20px}.ima-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;font-size:13px;font-weight:500;border-radius:8px;border:1.5px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap}.ima-btn:disabled{opacity:.5;cursor:not-allowed}.ima-btn-primary{background:var(--accent, #6366f1);color:#fff;border-color:var(--accent, #6366f1)}.ima-btn-primary:hover:not(:disabled){background:#5558e0;box-shadow:0 2px 8px #6366f140}.ima-btn-secondary{background:var(--bg-tertiary, #f1f2f6);color:var(--text-secondary, #555870);border-color:var(--border-color, #dddfe8)}.ima-btn-secondary:hover:not(:disabled){background:#e4e6ef}.ima-btn-ghost{background:transparent;color:var(--accent, #6366f1);border-color:transparent;padding:6px 12px}.ima-btn-ghost:hover{background:#6366f10f}.btn-sm{padding:6px 12px;font-size:12px}.ima-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:8px;cursor:pointer;color:var(--text-muted, #8b8fa3);transition:all .12s}.ima-btn-icon:hover{background:var(--bg-tertiary, #f1f2f6);color:var(--text-primary, #1a1a2e)}.ima-btn-icon-sm{display:inline-flex;align-items:center;padding:3px 7px;font-size:11px;border:1px solid var(--border-light, #e8eaef);background:var(--bg-card, #fff);border-radius:5px;cursor:pointer;color:var(--text-muted, #8b8fa3)}.ima-btn-icon-sm:hover{color:var(--accent, #6366f1);border-color:var(--accent, #6366f1)}.ima-btn-go{padding:5px 12px;font-size:12px;font-weight:600;color:#fff;background:var(--accent, #6366f1);border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .15s}.ima-btn-go:hover{background:#5558e0}.ima-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;font-size:13px;margin-top:14px}.ima-alert.success{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.ima-alert.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.ima-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-muted, #8b8fa3);text-align:center}.ima-empty-state p{margin-top:12px;font-size:14px}.ima-empty-state.compact{padding:40px 20px}.ima-sub-hint{font-size:12.5px!important;color:var(--text-faint, #c0c3d0)!important;margin-top:4px!important}.ima-empty-state .ima-btn{margin-top:16px}.ima-loading-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px;color:var(--text-muted, #8b8fa3)}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ima-notes-view{display:flex;flex-direction:column;gap:16px}.ima-search-row{display:flex;align-items:center;gap:10px}.ima-search-box{flex:1;display:flex;align-items:center;position:relative;background:var(--bg-card, #fff);border:1.5px solid var(--border-color, #dddfe8);border-radius:10px;overflow:hidden;transition:border-color .15s}.ima-search-box:focus-within{border-color:var(--accent, #6366f1)}.ima-search-icon{position:absolute;left:10px;color:var(--text-faint, #c0c3d0);pointer-events:none;flex-shrink:0}.ima-search-input{width:100%;padding:9px 80px 9px 34px!important;border:none!important;background:transparent!important;box-shadow:none!important;font-size:13px}.ima-search-input:focus{outline:none;box-shadow:none!important}.flex-1{flex:1}.ima-new-note-form{background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:10px;padding:14px}.ima-textarea{width:100%;padding:10px 12px;font-size:13px;font-family:inherit;border:1.5px solid var(--border-color, #dddfe8);border-radius:8px;background:var(--bg-input, #fff);color:var(--text-primary, #1a1a2e);resize:vertical;outline:none;box-sizing:border-box;line-height:1.5}.ima-textarea:focus{border-color:var(--accent, #6366f1);box-shadow:0 0 0 3px #6366f114}.ima-textarea::-moz-placeholder{color:var(--text-faint, #c0c3d0)}.ima-textarea::placeholder{color:var(--text-faint, #c0c3d0)}.ima-notes-layout{display:flex;gap:16px;min-height:400px}.ima-notebooks-sidebar{width:180px;flex-shrink:0;background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:10px;padding:10px;max-height:500px;overflow-y:auto}.ima-sidebar-title{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint, #c0c3d0);padding:4px 8px;margin-bottom:4px}.ima-nb-item{display:flex;align-items:center;gap:7px;width:100%;padding:7px 8px;font-size:12.5px;color:var(--text-secondary, #555870);background:none;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:all .12s}.ima-nb-item:hover{background:var(--bg-tertiary, #f1f2f6);color:var(--text-primary, #1a1a2e)}.ima-nb-item.active{background:#6366f114;color:var(--accent, #6366f1);font-weight:500}.ima-count{margin-left:auto;font-size:11px;color:var(--text-faint, #c0c3d0);background:var(--bg-tertiary, #f1f2f6);padding:1px 6px;border-radius:10px}.ima-notes-list-area{flex:1;min-width:0}.ima-result-list{background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:10px;overflow:hidden}.ima-result-header{display:flex;align-items:center;gap:8px;padding:10px 14px;font-size:12px;font-weight:600;color:var(--text-secondary, #555870);border-bottom:1px solid var(--border-light, #e8eaef);background:var(--bg-tertiary, #fafafc)}.ima-note-item{display:flex;align-items:center;gap:10px;padding:11px 14px;cursor:pointer;border-bottom:1px solid var(--border-faint, #f0f1f5);transition:background .12s}.ima-note-item:last-child{border-bottom:none}.ima-note-item:hover{background:#6366f108}.ima-note-icon{color:var(--accent, #6366f1);flex-shrink:0}.ima-note-info{flex:1;min-width:0}.ima-note-title{font-size:13px;font-weight:500;color:var(--text-primary, #1a1a2e);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ima-note-summary{font-size:12px;color:var(--text-muted, #8b8fa3);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ima-arrow{color:var(--text-faint, #c0c3d0);flex-shrink:0}.ima-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;background:#6366f114;color:var(--accent, #6366f1);border-radius:10px}.ima-badge.sm{font-size:10px;padding:1px 6px}.ima-detail-view{background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:10px;overflow:hidden}.ima-detail-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border-light, #e8eaef);background:var(--bg-tertiary, #fafafc)}.ima-detail-header h3{flex:1;font-size:15px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ima-note-content{padding:20px;max-height:550px;overflow-y:auto}.ima-pre{font-family:-apple-system,SF Pro Text,Segoe UI,sans-serif;font-size:13.5px;line-height:1.75;color:var(--text-primary, #1a1a2e);white-space:pre-wrap;word-wrap:break-word;margin:0}.ima-kb-select,.ima-kb-detail{max-width:980px;margin:0 auto}.ima-kb-select-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.ima-kb-select .ima-section-title{display:flex;align-items:center;gap:8px;margin-bottom:5px}.ima-kb-select-subtitle{margin:0;color:var(--text-muted, #8b8fa3);font-size:12.5px;line-height:1.5}.ima-kb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px}.ima-kb-card{display:flex;flex-direction:column;gap:10px;padding:18px;background:linear-gradient(180deg,#fff,#fbfcff);border:1.5px solid var(--border-light, #e8eaef);border-radius:14px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;text-align:left;font:inherit;color:inherit}.ima-kb-card:hover{border-color:#6366f173;box-shadow:0 10px 28px #0f172a14;transform:translateY(-1px)}.ima-kb-card:focus-visible{outline:3px solid rgba(99,102,241,.18);outline-offset:2px}.ima-kb-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.ima-kb-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#6366f117}.ima-kb-icon{color:var(--accent, #6366f1)}.ima-kb-name{font-size:14.5px;font-weight:700;color:var(--text-primary, #1a1a2e)}.ima-kb-desc{font-size:12px;color:var(--text-muted, #8b8fa3);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ima-kb-count{font-size:11.5px;color:var(--text-faint, #c0c3d0);margin-top:auto;padding-top:6px}.ima-kb-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:8px;color:var(--text-muted, #8b8fa3);font-size:11.5px}.ima-kb-meta-row span{display:inline-flex;align-items:center;padding:3px 7px;border-radius:999px;background:var(--bg-tertiary, #f1f2f6)}.ima-kb-detail{display:flex;flex-direction:column;gap:14px}.ima-kb-detail-hero{display:flex;align-items:flex-start;gap:12px;padding:16px;background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid var(--border-light, #e8eaef);border-radius:14px;box-shadow:0 1px 3px #0f172a0a}.ima-kb-detail-main{flex:1;min-width:0}.ima-kb-detail-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ima-kb-detail-title-row h3{margin:0;font-size:18px;font-weight:700;color:var(--text-primary, #1a1a2e)}.ima-kb-detail-desc{font-size:12.5px;color:var(--text-muted, #8b8fa3);margin:5px 0 0}.ima-kb-detail-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;color:var(--text-muted, #8b8fa3);font-size:11.5px}.ima-kb-detail-meta span{padding:3px 8px;border-radius:999px;background:#6366f112;color:var(--text-secondary, #555870)}.ima-kb-toolbar{display:flex;align-items:center;gap:10px}.ima-import-panel{display:none;background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:10px;padding:12px;margin-top:4px}.ima-import-panel.visible{display:block;animation:slideDown .15s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ima-kb-content-card{background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.ima-result-list.flat{border:none;border-radius:0;box-shadow:none}.ima-result-header span:first-child{margin-right:auto}.ima-result-hint{margin-left:auto;color:var(--text-faint, #c0c3d0);font-weight:500}.ima-kb-item{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border:none;border-bottom:1px solid var(--border-faint, #f0f1f5);background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit;transition:background .16s ease}.ima-kb-item:disabled{cursor:default}.ima-kb-item:last-child{border-bottom:none}.ima-kb-item:hover:not(:disabled){background:#fafbff}.ima-kb-item:focus-visible{outline:3px solid rgba(99,102,241,.16);outline-offset:-3px}.ima-kb-item-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#6366f114;flex-shrink:0}.ima-kb-item-icon-wrap.folder{background:#d4a72c1f}.ima-kb-item-icon{flex-shrink:0;color:var(--accent, #6366f1)}.ima-kb-item-icon.folder{color:#b7791f}.ima-kb-item-info{flex:1;min-width:0}.ima-kb-item-title{font-size:13.5px;font-weight:600;color:var(--text-primary, #1a1a2e);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ima-kb-item-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px;font-size:11.5px;color:var(--text-muted, #8b8fa3)}.ima-kb-item-meta span{display:inline-flex;align-items:center}.ima-kb-item-meta span+span:before{content:"";width:3px;height:3px;margin-right:8px;border-radius:50%;background:var(--text-faint, #c0c3d0)}.ima-kb-item-snippet{margin-top:6px;color:var(--text-secondary, #555870);font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ima-kb-reader{min-height:360px;background:#fff}.ima-reader-header{display:flex;align-items:flex-start;gap:12px;padding:16px;border-bottom:1px solid var(--border-light, #e8eaef);background:linear-gradient(180deg,#fff,#fbfcff)}.ima-reader-title-wrap{flex:1;min-width:0}.ima-reader-title-wrap h3{margin:0;font-size:16px;font-weight:700;color:var(--text-primary, #1a1a2e);line-height:1.45}.ima-reader-body{padding:18px}.ima-reader-content{margin:0;padding:18px;border-radius:12px;background:#f8fafc;border:1px solid var(--border-light, #e8eaef);color:var(--text-primary, #1a1a2e);font-family:-apple-system,SF Pro Text,Segoe UI,sans-serif;font-size:13.5px;line-height:1.8;white-space:pre-wrap;word-break:break-word;max-height:560px;overflow:auto}.ima-empty-card{background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8eaef);border-radius:14px}@media (prefers-reduced-motion: reduce){.ima-kb-card,.ima-kb-item,.ima-btn,.ima-tab{transition:none}.ima-kb-card:hover{transform:none}}@media (max-width: 720px){.ima-notes-layout{flex-direction:column}.ima-notebooks-sidebar{width:100%;max-height:200px}.ima-kb-grid{grid-template-columns:1fr}.ima-kb-select-header,.ima-kb-detail-hero,.ima-kb-toolbar{flex-direction:column;align-items:stretch}.ima-form-actions{flex-wrap:wrap}.ima-result-hint{display:none}}.ima-dlg-mask{position:fixed;inset:0;background:#0f172a6b;backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:center;justify-content:center;animation:ima-fade-in .15s ease-out}@keyframes ima-fade-in{0%{opacity:0}to{opacity:1}}.ima-dlg{width:min(92vw,520px);background:#fff;border-radius:16px;box-shadow:0 20px 60px -12px #0f172a3d,0 8px 20px -8px #6366f11f;display:flex;flex-direction:column;overflow:hidden;animation:ima-pop .18s cubic-bezier(.34,1.56,.64,1)}@keyframes ima-pop{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.ima-dlg-head{display:flex;align-items:flex-start;gap:10px;padding:22px 24px 16px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-bottom:1px solid rgba(99,102,241,.08)}.ima-dlg-title{flex:1;display:flex;align-items:flex-start;gap:12px}.ima-dlg-logo{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px -2px #6366f159}.ima-dlg-title h3{margin:0;font-size:15.5px;font-weight:600;color:#1f2937;line-height:1.3}.ima-dlg-title p{margin:4px 0 0;font-size:12px;color:#6b7280;line-height:1.4}.ima-dlg-close{background:#fff9;border:none;border-radius:8px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:all .15s ease;flex-shrink:0}.ima-dlg-close:hover{background:#fff;color:#1f2937}.ima-dlg-body{padding:18px 24px 4px;display:flex;flex-direction:column;gap:14px}.ima-dlg-features{list-style:none;margin:0;padding:12px 14px;background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;display:flex;flex-direction:column;gap:8px}.ima-dlg-features li{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#475569;line-height:1.4}.ima-dlg-features li svg{color:#6366f1;flex-shrink:0}.ima-dlg-hint{font-size:12px;color:#6b7280;background:#fefce8;border:1px solid #fde68a;border-radius:8px;padding:8px 12px;line-height:1.5}.ima-label-aside{margin-left:8px;font-size:11px;font-weight:400;color:#94a3b8}.ima-dlg-foot{padding:14px 24px 22px;display:flex;gap:8px;justify-content:flex-end;border-top:1px solid #f1f5f9;margin-top:6px;background:#fafbfc}@media (max-width: 480px){.ima-dlg-foot{flex-direction:column-reverse}.ima-dlg-foot .ima-btn{width:100%;justify-content:center}}.ima-panel-embedded{background:var(--bg-primary, #fff)}.ima-panel-embedded .ima-section{padding:22px 28px}.ima-panel-embedded .ima-empty-card{margin-top:36px}.ext-landing{min-height:100%;display:flex;align-items:stretch;justify-content:stretch;padding:0;background:radial-gradient(ellipse at top,rgba(99,102,241,.06) 0%,transparent 55%),radial-gradient(ellipse at bottom right,rgba(168,85,247,.05) 0%,transparent 55%)}.ext-landing-card{position:relative;width:100%;max-width:none;padding:48px 40px 40px;background:#fff;border:none;border-radius:0;box-shadow:none;text-align:center}.ext-landing-badge{position:absolute;top:22px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:6px;padding:5px 11px;font-size:11px;font-weight:600;color:#6366f1;background:#6366f114;border:1px solid rgba(99,102,241,.18);border-radius:999px;letter-spacing:.2px;white-space:nowrap}.ext-landing-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6366f1;display:inline-flex;align-items:center;justify-content:center;margin:28px 0 18px;box-shadow:inset 0 1px #ffffffb3,0 6px 18px -4px #6366f140}.ext-landing-title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 10px;letter-spacing:-.4px}.ext-landing-desc{font-size:13.5px;color:#64748b;line-height:1.75;margin:0 auto 36px;max-width:480px}.ext-landing-features{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:36px}.ext-feature-card{background:#fafbfd;border:1px solid #eef0f4;border-radius:14px;padding:20px 16px 18px;text-align:center;transition:border-color .18s ease,background .18s ease,transform .18s ease}.ext-feature-card:hover{border-color:#6366f147;background:#fff;transform:translateY(-2px)}.ext-feature-icon{width:36px;height:36px;border-radius:10px;background:#6366f114;color:#6366f1;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.ext-feature-card h4{font-size:13.5px;font-weight:600;color:#0f172a;margin:0 0 6px}.ext-feature-card p{font-size:12px;color:#94a3b8;line-height:1.55;margin:0}.ext-landing-btn{display:inline-flex;align-items:center;gap:9px;padding:12px 26px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);border:none;border-radius:11px;cursor:pointer;transition:all .18s ease;box-shadow:0 4px 14px -3px #6366f173}.ext-landing-btn:hover{background:linear-gradient(135deg,#5558e0,#6366f1);box-shadow:0 8px 22px -4px #6366f18c;transform:translateY(-1px)}.ext-landing-foot{margin-top:22px;font-size:12px;color:#94a3b8}.ext-landing-foot a{color:#6366f1;text-decoration:none;font-weight:500}.ext-landing-foot a:hover{text-decoration:underline}@media (max-width: 720px){.ext-landing{padding:0}.ext-landing-card{padding:32px 20px 24px;border-radius:0}.ext-landing-features{grid-template-columns:1fr;gap:10px}.ext-landing-title{font-size:21px}}.ext-view{height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fafbfc}.ext-view-toolbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:14px 28px;border-bottom:1px solid #eef0f4;background:#fff}.ext-view-brand{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#0f172a;letter-spacing:-.1px;white-space:nowrap;flex-shrink:0;width:80px}.ext-view-status-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98126}.ext-view-tabs{display:flex;justify-content:center;gap:4px;background:#f3f4f7;padding:3px;border-radius:9px}.ext-view-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 16px;font-size:12.5px;font-weight:500;color:#64748b;background:transparent;border:none;border-radius:7px;cursor:pointer;transition:all .16s ease;white-space:nowrap}.ext-view-tab:hover:not(.active){color:#0f172a}.ext-view-tab.active{color:#6366f1;background:#fff;font-weight:600;box-shadow:0 1px 2px #0f172a0f,0 0 0 1px #0f172a0a}.ext-view-actions{flex-shrink:0;position:relative;width:80px;display:flex;justify-content:flex-end}.ext-view-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#64748b;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .15s ease}.ext-view-icon-btn:hover{color:#0f172a;background:#f3f4f7}.ext-view-icon-btn.active{color:#6366f1;background:#6366f114;border-color:#6366f12e}.ext-view-settings-pop{position:absolute;top:calc(100% + 8px);right:0;width:280px;background:#fff;border:1px solid #e8eaef;border-radius:12px;box-shadow:0 1px 2px #0f172a0a,0 12px 32px -8px #0f172a2e;padding:6px;z-index:50;animation:ext-pop-in .14s ease-out}@keyframes ext-pop-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ext-settings-header{display:flex;align-items:center;gap:10px;padding:10px 10px 12px}.ext-settings-icon{flex-shrink:0;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6366f1;display:inline-flex;align-items:center;justify-content:center}.ext-settings-meta{min-width:0}.ext-settings-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#0f172a;line-height:1.3}.ext-settings-status{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;font-size:10.5px;font-weight:500;color:#059669;background:#ecfdf5;border-radius:999px}.ext-settings-status-dot{width:5px;height:5px;border-radius:50%;background:#10b981}.ext-settings-sub{margin-top:3px;font-size:11.5px;color:#94a3b8;font-family:ui-monospace,SF Mono,Menlo,monospace;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ext-settings-divider{height:1px;background:#eef0f4;margin:0 6px}.ext-settings-item{display:flex;align-items:center;gap:9px;width:100%;padding:9px 10px;font-size:13px;color:#475569;background:transparent;border:none;border-radius:7px;cursor:pointer;transition:all .12s ease;text-align:left;margin-top:2px}.ext-settings-item:hover{background:#f5f6f9;color:#0f172a}.ext-settings-item.danger{color:#dc2626}.ext-settings-item.danger:hover{background:#fef2f2;color:#b91c1c}.ext-view-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.ext-view-body>.ima-panel,.ext-view-body>.ima-panel-embedded{flex:1;min-height:0}@media (max-width: 820px){.ext-view-toolbar{padding:10px 16px;gap:10px}.ext-view-brand{width:auto;font-size:12px}.ext-view-actions{width:auto;justify-content:flex-end}}.ext-view .ima-panel-embedded{background:transparent}.ext-view .ima-panel-embedded .ima-section{padding:24px 32px 32px;max-width:1180px;margin:0 auto;width:100%;box-sizing:border-box}.ext-view .ima-search-row{margin-bottom:18px}.ext-view .ima-search-box{border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 1px 2px #0f172a05;transition:border-color .15s ease,box-shadow .15s ease}.ext-view .ima-search-box:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f114}.ext-view .ima-search-input{padding:10px 80px 10px 36px!important;font-size:13px!important;color:#0f172a!important}.ext-view .ima-search-input::-moz-placeholder{color:#cbd1da}.ext-view .ima-search-input::placeholder{color:#cbd1da}.ext-view .ima-btn-go{font-weight:500}.ext-view .ima-notes-view{gap:14px}.ext-view .ima-notes-layout{gap:18px;min-height:460px}.ext-view .ima-notebooks-sidebar{width:200px;background:#fff;border:1px solid #eceef2;border-radius:12px;padding:8px;max-height:560px;box-shadow:0 1px 2px #0f172a05}.ext-view .ima-sidebar-title{padding:8px 10px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.ext-view .ima-nb-item{padding:8px 10px;font-size:13px;color:#475569;border-radius:8px;font-weight:500;gap:8px}.ext-view .ima-nb-item:hover{background:#f5f6f9;color:#0f172a}.ext-view .ima-nb-item.active{background:#6366f117;color:#6366f1;font-weight:600}.ext-view .ima-count{font-size:11px;background:transparent;color:#94a3b8;padding:0}.ext-view .ima-nb-item.active .ima-count{color:#818cf8}.ext-view .ima-result-list{background:#fff;border:1px solid #eceef2;border-radius:12px;box-shadow:0 1px 2px #0f172a05;overflow:hidden}.ext-view .ima-result-header{padding:11px 18px;font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;background:#fafbfc;border-bottom:1px solid #eef0f4}.ext-view .ima-result-header .ima-badge{text-transform:none;letter-spacing:0}.ext-view .ima-note-item{padding:13px 18px;gap:12px;border-bottom:1px solid #f3f4f7;transition:background .14s ease}.ext-view .ima-note-item:last-child{border-bottom:none}.ext-view .ima-note-item:hover{background:#fafbfd}.ext-view .ima-note-icon{color:#818cf8}.ext-view .ima-note-title{font-size:13.5px;font-weight:500;color:#0f172a}.ext-view .ima-note-summary{font-size:12px;color:#94a3b8;margin-top:3px}.ext-view .ima-empty-state{padding:80px 20px;color:#94a3b8}.ext-view .ima-empty-state svg{color:#cbd1da}.ext-view .ima-empty-state p{font-size:13.5px;margin-top:14px}.ext-view .ima-sub-hint{color:#cbd1da!important}.ext-view .ima-empty-state.compact{padding:60px 20px}.ext-view .ima-kb-select,.ext-view .ima-kb-detail{max-width:1100px}.ext-view .ima-kb-select-header{margin-bottom:20px;padding:0}.ext-view .ima-kb-select .ima-section-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:4px}.ext-view .ima-kb-select-subtitle{font-size:12.5px;color:#94a3b8;line-height:1.55}.ext-view .ima-kb-grid{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:12px}.ext-view .ima-kb-card{padding:18px;background:#fff;border:1px solid #eceef2;border-radius:12px;box-shadow:0 1px 2px #0f172a05;gap:12px}.ext-view .ima-kb-card:hover{border-color:#6366f152;box-shadow:0 1px 2px #0f172a05,0 8px 22px -10px #6366f12e;transform:translateY(-1px)}.ext-view .ima-kb-icon-wrap{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.ext-view .ima-kb-name{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.ext-view .ima-kb-desc{font-size:12px;color:#94a3b8;line-height:1.55}.ext-view .ima-kb-meta-row{font-size:11px;padding-top:6px;color:#94a3b8}.ext-view .ima-kb-meta-row span{background:#f5f6f9;color:#64748b;padding:2px 8px;font-weight:500}.ext-view .ima-kb-detail{gap:16px}.ext-view .ima-kb-detail-hero{background:#fff;border:1px solid #eceef2;border-radius:12px;padding:18px 20px;box-shadow:0 1px 2px #0f172a05}.ext-view .ima-kb-detail-title-row h3{font-size:17px;letter-spacing:-.2px;color:#0f172a}.ext-view .ima-kb-detail-desc{font-size:12.5px;color:#94a3b8}.ext-view .ima-kb-detail-meta{font-size:11.5px;margin-top:10px}.ext-view .ima-kb-detail-meta span{padding:3px 9px;border-radius:999px;background:#f5f6f9;color:#64748b}.ext-view .ima-kb-content-card{background:#fff;border:1px solid #eceef2;border-radius:12px;box-shadow:0 1px 2px #0f172a05}.ext-view .ima-kb-item{padding:13px 18px;border-bottom:1px solid #f3f4f7;gap:12px}.ext-view .ima-kb-item:hover:not(:disabled){background:#fafbfd}.ext-view .ima-kb-item-icon-wrap{width:32px;height:32px;border-radius:9px;background:#6366f114}.ext-view .ima-kb-item-title{font-size:13.5px;font-weight:500;color:#0f172a}.ext-view .ima-kb-item-meta{font-size:11.5px;color:#94a3b8}.ext-view .ima-badge{background:#6366f114;color:#6366f1;font-weight:500}.ext-view .ima-badge.sm{background:#f5f6f9;color:#64748b}@media (max-width: 720px){.ext-view .ima-panel-embedded .ima-section{padding:16px 16px 24px}.ext-view .ima-notes-layout{flex-direction:column}.ext-view .ima-notebooks-sidebar{width:100%;max-height:240px}.ext-view .ima-kb-grid{grid-template-columns:1fr}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Noto Sans SC,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:SF Mono,Fira Code,JetBrains Mono,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--transition: all .2s ease}html,body,#root{height:100%}body{--tw-bg-opacity: 1;background-color:rgb(245 246 247 / var(--tw-bg-opacity, 1));font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,PingFang SC,Noto Sans SC,sans-serif;--tw-text-opacity: 1;color:rgb(31 35 41 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow:hidden}button,input,textarea{font:inherit;border:0;background:none;outline:none;color:inherit}button{cursor:pointer;transition:var(--transition)}.tabular{font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c6cbd5;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#86909c}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.375rem;padding:.375rem .75rem;font-size:13px;font-weight:500;transition-property:all;transition-timing-function:ease;transition-duration:.15s}.btn-primary{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 2px 6px rgba(99,102,241,.22);--tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-primary:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.btn-ghost{--tw-text-opacity: 1;color:rgb(78 89 105 / var(--tw-text-opacity, 1))}.btn-ghost:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 245 / var(--tw-bg-opacity, 1))}.btn-outline{border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 230 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(78 89 105 / var(--tw-text-opacity, 1))}.btn-outline:hover{--tw-border-opacity: 1;border-color:rgb(198 203 213 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(242 243 245 / var(--tw-bg-opacity, 1))}.btn-sm{padding:.25rem .625rem;font-size:12px}.btn-lg{padding:.625rem 1.25rem;font-size:13.5px}.input-base{width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 230 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:13px;outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:ease;transition-duration:.15s}.input-base:focus{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1))}.card{border-radius:14px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 230 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px rgba(0,0,0,.04);--tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.med-ring{position:relative;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,#818cf8,#c7d2fe 80%);box-shadow:0 20px 60px #6366f14d;animation:breathe 6s ease-in-out infinite}.med-ring:after{content:"";position:absolute;inset:-12px;border:1.5px solid #A5B4FC;border-radius:50%;opacity:.6;animation:breathe 6s ease-in-out infinite;animation-delay:-1s}@keyframes breathe{0%,to{transform:scale(.86)}50%{transform:scale(1)}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-12{bottom:3rem}.left-0{left:0}.left-1\/2{left:50%}.left-\[-1px\]{left:-1px}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-3{top:.75rem}.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[18px\]{margin-bottom:18px}.mb-\[22px\]{margin-bottom:22px}.mb-\[3px\]{margin-bottom:3px}.ml-1{margin-left:.25rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.\!block{display:block!important}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-12{height:3rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[14px\]{height:14px}.h-\[18px\]{height:18px}.h-\[30px\]{height:30px}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[360px\]{max-height:360px}.min-h-0{min-height:0px}.min-h-\[52px\]{min-height:52px}.w-11{width:2.75rem}.w-14{width:3.5rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[14px\]{width:14px}.w-\[18px\]{width:18px}.w-\[2px\]{width:2px}.w-\[30px\]{width:30px}.w-\[360px\]{width:360px}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-\[260px\]{min-width:260px}.max-w-\[1040px\]{max-width:1040px}.max-w-\[1080px\]{max-width:1080px}.max-w-\[420px\]{max-width:420px}.max-w-\[520px\]{max-width:520px}.max-w-\[720px\]{max-width:720px}.max-w-\[820px\]{max-width:820px}.flex-1{flex:1 1 0%}.flex-none{flex:none}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-y{resize:vertical}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[320px_1fr\]{grid-template-columns:320px 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-\[3px\]{gap:3px}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:14px}.rounded-md{border-radius:.375rem}.rounded-pill{border-radius:100px}.rounded-xl{border-radius:.75rem}.rounded-r{border-top-right-radius:10px;border-bottom-right-radius:10px}.border{border-width:1px}.border-\[1\.5px\]{border-width:1.5px}.border-b{border-bottom-width:1px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-border{--tw-border-opacity: 1;border-color:rgb(229 230 235 / var(--tw-border-opacity, 1))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.border-primary-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-l-primary-500{--tw-border-opacity: 1;border-left-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.bg-\[\#F5F7FA\]{--tw-bg-opacity: 1;background-color:rgb(245 247 250 / var(--tw-bg-opacity, 1))}.bg-\[\#FAFBFC\]{--tw-bg-opacity: 1;background-color:rgb(250 251 252 / var(--tw-bg-opacity, 1))}.bg-\[\#FAFBFD\]{--tw-bg-opacity: 1;background-color:rgb(250 251 253 / var(--tw-bg-opacity, 1))}.bg-\[\#FBFCFF\]{--tw-bg-opacity: 1;background-color:rgb(251 252 255 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black\/30{background-color:#0000004d}.bg-border{--tw-bg-opacity: 1;background-color:rgb(229 230 235 / var(--tw-bg-opacity, 1))}.bg-danger\/10{background-color:#ef44441a}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-ink\/90{background-color:#1f2329e6}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-surface{--tw-bg-opacity: 1;background-color:rgb(245 246 247 / var(--tw-bg-opacity, 1))}.bg-surface-2{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-surface-3{--tw-bg-opacity: 1;background-color:rgb(242 243 245 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[18px\]{padding:18px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-px{padding-top:1px;padding-bottom:1px}.pb-1\.5{padding-bottom:.375rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-8{padding-right:2rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:SF Mono,Fira Code,JetBrains Mono,monospace}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[42px\]{font-size:42px}.text-\[9px\]{font-size:9px}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-\[1\.4\]{line-height:1.4}.leading-\[1\.55\]{line-height:1.55}.leading-\[1\.65\]{line-height:1.65}.leading-\[1\.7\]{line-height:1.7}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-\[-\.2px\]{letter-spacing:-.2px}.tracking-\[-1px\]{letter-spacing:-1px}.tracking-\[\.3px\]{letter-spacing:.3px}.tracking-\[\.5px\]{letter-spacing:.5px}.tracking-\[\.8px\]{letter-spacing:.8px}.tracking-\[1\.5px\]{letter-spacing:1.5px}.tracking-\[1px\]{letter-spacing:1px}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-danger{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-ink{--tw-text-opacity: 1;color:rgb(31 35 41 / var(--tw-text-opacity, 1))}.text-ink-2{--tw-text-opacity: 1;color:rgb(78 89 105 / var(--tw-text-opacity, 1))}.text-ink-3{--tw-text-opacity: 1;color:rgb(134 144 156 / var(--tw-text-opacity, 1))}.text-ink-4{--tw-text-opacity: 1;color:rgb(198 203 213 / var(--tw-text-opacity, 1))}.text-primary-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-30{opacity:.3}.shadow-2{--tw-shadow: 0 2px 6px rgba(0,0,0,.06);--tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-3{--tw-shadow: 0 8px 24px rgba(0,0,0,.08);--tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_10px_rgba\(99\,102\,241\,0\.28\)\]{--tw-shadow: 0 4px 10px rgba(99,102,241,.28);--tw-shadow-colored: 0 4px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-cta{--tw-shadow: 0 2px 6px rgba(99,102,241,.22);--tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:ease;transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:ease;transition-duration:.15s}.placeholder\:whitespace-pre-line::-moz-placeholder{white-space:pre-line}.placeholder\:whitespace-pre-line::placeholder{white-space:pre-line}.placeholder\:text-ink-4::-moz-placeholder{--tw-text-opacity: 1;color:rgb(198 203 213 / var(--tw-text-opacity, 1))}.placeholder\:text-ink-4::placeholder{--tw-text-opacity: 1;color:rgb(198 203 213 / var(--tw-text-opacity, 1))}.focus-within\:border-primary-300:focus-within{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.focus-within\:ring-\[3px\]:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-primary-500\/\[0\.06\]:focus-within{--tw-ring-color: rgb(99 102 241 / .06)}.hover\:-translate-y-\[2px\]:hover{--tw-translate-y: -2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-ink-4:hover{--tw-border-opacity: 1;border-color:rgb(198 203 213 / var(--tw-border-opacity, 1))}.hover\:border-primary-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.hover\:bg-border:hover{--tw-bg-opacity: 1;background-color:rgb(229 230 235 / var(--tw-bg-opacity, 1))}.hover\:bg-danger\/20:hover{background-color:#ef444433}.hover\:bg-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-600:hover{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.hover\:bg-surface-2:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-surface-3:hover{--tw-bg-opacity: 1;background-color:rgb(242 243 245 / var(--tw-bg-opacity, 1))}.hover\:text-ink:hover{--tw-text-opacity: 1;color:rgb(31 35 41 / var(--tw-text-opacity, 1))}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-2:hover{--tw-shadow: 0 2px 6px rgba(0,0,0,.06);--tw-shadow-colored: 0 2px 6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-primary-300:focus{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.focus\:border-primary-400:focus{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary-400\/20:focus{--tw-ring-color: rgb(129 140 248 / .2)}.focus\:ring-primary-500\/10:focus{--tw-ring-color: rgb(99 102 241 / .1)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-primary-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}:root{--p-row-h: 48px;--p-time-col: 56px}.p-tab-row{display:inline-flex;gap:3px;background:#f2f3f5;border-radius:10px;padding:3px}.p-tab{padding:6px 14px;border-radius:6px;font-size:12px;color:#86909c;font-weight:600;transition:all .2s ease;background:transparent;border:0;cursor:pointer}.p-tab:hover{color:#6366f1}.p-tab.active{background:#fff;color:#4f46e5;box-shadow:0 1px 2px #0000000a}.ai-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#fff;border:1px solid #E5E6EB;border-radius:6px;color:#4e5969;font-size:11.5px;font-weight:600;cursor:pointer;transition:all .2s ease}.ai-chip svg{width:12px;height:12px;background:#eef2ff;color:#4f46e5;border-radius:4px;padding:1px;border:1px solid #C7D2FE;stroke-width:2.25}.ai-chip:hover{background:#eef2ff;border-color:#a5b4fc;color:#4338ca}.ai-chip.solid{background:#6366f1;color:#fff;border-color:#6366f1}.ai-chip.solid svg{background:#fff3;color:#fff;border-color:transparent}.ai-chip.solid:hover{background:#4f46e5;border-color:#4f46e5}.ai-draft-pill{display:inline-block;padding:1px 6px;margin-left:6px;background:#fff9;border-radius:4px;font-size:10px;color:#4f46e5;font-weight:600}.p-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:10.5px;font-weight:600;white-space:nowrap}.p-badge-primary{background:#e0e7ff;color:#4f46e5}.p-badge-success{background:#d1fae5;color:#047857}.p-badge-outline{background:transparent;color:#86909c;border:1px solid #E5E6EB}.p-board{display:grid;grid-template-columns:220px minmax(0,1fr);background:#fff;height:100%;min-height:0}.p-side{border-right:1px solid #E5E6EB;background:#fafbfc;padding:16px 10px;overflow-y:auto}.p-side-head{display:flex;align-items:center;justify-content:space-between;padding:0 8px 10px}.p-side-title{font-size:11.5px;font-weight:700;color:#86909c;letter-spacing:.5px;text-transform:uppercase}.p-add-mini{width:24px;height:24px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#4f46e5;background:#eef2ff;transition:all .2s ease;border:0;cursor:pointer}.p-add-mini:hover{background:#e0e7ff}.p-add-mini svg{width:13px;height:13px;stroke-width:2.4}.p-tree{display:flex;flex-direction:column;gap:1px;margin-top:4px}.p-node{display:flex;align-items:center;width:100%;text-align:left;cursor:pointer;height:32px;padding:0 10px;border-radius:6px;background:transparent;font-size:12.5px;color:#1f2329;font-weight:500;transition:background .12s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:0}.p-node:hover{background:#4777f50f}.p-node.active{background:#fff;color:#4f46e5;font-weight:600;box-shadow:0 1px 2px #0000000a}.p-node.lv-2{padding-left:22px}.p-node.lv-3{padding-left:34px}.p-main{min-width:0;display:flex;flex-direction:column;overflow:hidden;background:#fff}.p-top{display:flex;align-items:center;gap:12px;padding:14px 22px;border-bottom:1px solid #E5E6EB;background:#ffffffeb;position:sticky;top:0;z-index:5;backdrop-filter:blur(10px);flex-wrap:wrap}.p-top .p-sp{flex:1}.p-scroll{padding:20px 22px 28px;overflow-y:auto}.p-hero{border:1px solid #E5E6EB;border-radius:18px;padding:18px;background:linear-gradient(135deg,#fff,#f7f8ff);box-shadow:0 1px 2px #0000000a;margin-bottom:14px}.p-hero-kicker{font-size:11px;color:#4f46e5;font-weight:700;letter-spacing:.7px;text-transform:uppercase;margin-bottom:5px}.p-hero-title{font-size:22px;font-weight:700;color:#1f2329;letter-spacing:-.5px;line-height:1.25;margin-bottom:8px}.p-hero-desc{font-size:12.5px;color:#86909c;line-height:1.65;max-width:680px}.p-hero-foot{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.p-split-banner{display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;border:1px solid #E0E7FF;background:#eef2ff;border-radius:14px;padding:12px 14px;margin-bottom:14px}.p-split-ico{width:36px;height:36px;border-radius:10px;background:#fff;color:#4f46e5;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000a}.p-split-ico svg{width:18px;height:18px;stroke-width:2.4}.p-split-title{font-size:13px;font-weight:700;color:#1f2329;margin-bottom:2px}.p-split-desc{font-size:11.5px;color:#86909c;line-height:1.5}.p-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.p-card{background:#fff;border:1px solid #E5E6EB;border-radius:14px;padding:16px;transition:all .2s ease}.p-card:hover{border-color:#c7d2fe;box-shadow:0 2px 6px #0000000f}.p-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.p-card-kicker{font-size:10.5px;color:#c6cbd5;font-weight:700;letter-spacing:.6px;text-transform:uppercase;margin-bottom:4px}.p-card-title{font-size:15px;font-weight:700;color:#1f2329;line-height:1.35;letter-spacing:-.2px}.p-icon-btn{width:26px;height:26px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:#86909c;background:#f2f3f5;transition:all .2s ease;border:0;cursor:pointer}.p-icon-btn:hover{background:#eef2ff;color:#4f46e5}.p-icon-btn svg{width:13px;height:13px;stroke-width:2.3}.p-kr-list{display:flex;flex-direction:column;gap:8px}.p-kr{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:9px 10px;background:#f2f3f5;border-radius:10px}.p-kr .n{font-size:10px;color:#4f46e5;font-weight:700;font-family:SF Mono,Fira Code,monospace}.p-kr .t{font-size:12px;color:#4e5969;font-weight:500;line-height:1.45}.p-kr .pct{font-size:11px;color:#4f46e5;font-weight:700;font-variant-numeric:tabular-nums}.p-inherit{margin-top:10px;display:flex;align-items:center;gap:6px;font-size:11px;color:#86909c}.p-inherit svg{width:12px;height:12px;color:#6366f1}.p-lane{border:1px solid #E5E6EB;border-radius:14px;background:#fff;overflow:hidden;margin-bottom:14px}.p-lane-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;border-bottom:1px solid #E5E6EB;background:#fcfcfd}.p-lane-title{font-size:13px;font-weight:700;color:#1f2329;display:flex;align-items:center;gap:7px}.p-lane-title svg{width:15px;height:15px;color:#4f46e5}.p-lane-body{padding:12px 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.p-mini{border:1px solid #E5E6EB;border-radius:12px;padding:12px;background:#fff}.p-mini .h{font-size:12.5px;font-weight:700;color:#1f2329;margin-bottom:6px;line-height:1.35}.p-mini .p{font-size:11.5px;color:#86909c;line-height:1.5}.p-mini .meta{margin-top:10px;display:flex;justify-content:space-between;gap:8px;font-size:10.5px;color:#c6cbd5;font-weight:600}.p-add-card{border:1.5px dashed #E0E2E8;background:#fff;border-radius:14px;padding:16px;color:#86909c;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:96px}.p-add-card:hover{border-color:#a5b4fc;background:#eef2ff;color:#4f46e5}.tdl{display:grid;grid-template-columns:220px minmax(0,1fr) 340px;background:#fff;height:100%;min-height:0}.tdl-icon-btn{width:26px;height:26px;border-radius:6px;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:#86909c;transition:all .2s ease;border:0;cursor:pointer}.tdl-icon-btn:hover{background:#f2f3f5;color:#1f2329}.tdl-icon-btn svg{width:14px;height:14px;stroke-width:2.25}.tdl-list-dot{width:9px;height:9px;border-radius:50%;flex:0 0 9px;background:#c6cbd5}.d-purple{background:#8b5cf6!important}.d-amber{background:#f59e0b!important}.d-blue{background:#3b82f6!important}.d-green{background:#10b981!important}.d-rose{background:#f43f5e!important}.d-gray{background:#9ca3af!important}.tdl-lists{background:#fafbfc;border-right:1px solid #E5E6EB;display:flex;flex-direction:column;overflow-y:auto;padding:14px 8px}.tdl-lists-head{display:flex;align-items:center;justify-content:space-between;padding:0 8px 10px}.tdl-lists-title{font-size:11.5px;font-weight:700;color:#86909c;letter-spacing:.5px;text-transform:uppercase}.tdl-list-divider{font-size:10.5px;font-weight:700;color:#c6cbd5;letter-spacing:.4px;padding:14px 10px 6px;text-transform:uppercase}.tdl-list-group{display:flex;flex-direction:column;gap:1px}.tdl-list-item{display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:6px;cursor:pointer;transition:all .2s ease;background:transparent;border:0;width:100%;text-align:left}.tdl-list-item:hover{background:#f2f3f5}.tdl-list-item.active{background:#eef2ff}.tdl-list-item.active .tdl-list-name{color:#4f46e5;font-weight:600}.tdl-list-item.active .tdl-list-count{color:#4f46e5;background:#e0e7ff}.tdl-list-ico{width:22px;height:22px;border-radius:6px;flex:0 0 22px;display:flex;align-items:center;justify-content:center}.tdl-list-ico.smart-blue{background:#dbeafe;color:#2563eb}.tdl-list-ico.smart-gray{background:#f2f3f5;color:#86909c}.tdl-list-ico svg{width:13px;height:13px;stroke-width:2.25}.tdl-list-name{flex:1;font-size:12.5px;color:#1f2329;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tdl-list-count{font-size:10.5px;color:#86909c;font-weight:600;padding:1px 7px;border-radius:9px;background:#f2f3f5;font-variant-numeric:tabular-nums;min-width:20px;text-align:center}.tdl-list{background:#fff;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid #E5E6EB}.tdl-list-head{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid #E5E6EB;gap:12px}.tdl-list-h{font-size:18px;font-weight:700;color:#1f2329;margin:0 0 3px;letter-spacing:-.3px}.tdl-list-sub{font-size:11.5px;color:#86909c;font-weight:500}.tdl-list-sub b{color:#4f46e5;font-weight:700}.tdl-list-actions{display:flex;align-items:center;gap:5px;flex-shrink:0}.tdl-add-input{display:flex;align-items:center;gap:8px;margin:12px 20px 6px;padding:9px 12px;background:#f2f3f5;border:1px dashed transparent;border-radius:8px;transition:all .2s ease}.tdl-add-input:hover,.tdl-add-input:focus-within{border-color:#a5b4fc;background:#eef2ff}.tdl-add-input>svg{width:14px;height:14px;color:#86909c;stroke-width:2.25;flex:0 0 14px}.tdl-add-input input{flex:1;background:transparent;border:none;outline:none;font-size:13px;color:#1f2329}.tdl-add-input input::-moz-placeholder{color:#c6cbd5}.tdl-add-input input::placeholder{color:#c6cbd5}.tdl-add-hint{font-size:10px;color:#c6cbd5;font-weight:500}.tdl-add-hint kbd{font-family:inherit;background:#fff;border:1px solid #E5E6EB;padding:0 4px;border-radius:3px;font-size:9.5px}.tdl-scroll{flex:1;overflow-y:auto}.tdl-group{padding:6px 8px 2px}.tdl-group-h{display:flex;align-items:center;gap:6px;padding:10px 8px 8px;font-size:12px;color:#4e5969;font-weight:600;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tdl-group-name{flex:1}.tdl-group-count{font-size:11px;color:#c6cbd5;font-weight:500;font-variant-numeric:tabular-nums}.tdl-group-chevron{width:12px;height:12px;color:#86909c;transition:transform .2s ease;stroke-width:2.5}.tdl-group.collapsed .tdl-group-chevron{transform:rotate(-90deg)}.tdl-group.collapsed .tdl-group-body{display:none}.tdl-group-body{display:flex;flex-direction:column;gap:0}.tdl-task{display:flex;align-items:center;gap:11px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all .2s ease}.tdl-task:hover{background:#f2f3f5}.tdl-task.active{background:#eef2ff;box-shadow:inset 3px 0 #6366f1}.tdl-task.done .tdl-task-title{color:#c6cbd5;text-decoration:line-through;text-decoration-color:#c6cbd5}.tdl-checkbox{width:18px;height:18px;border-radius:50%;flex:0 0 18px;border:1.5px solid #E0E2E8;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:transparent}.tdl-checkbox:hover{border-color:#6366f1}.tdl-checkbox.done{background:#6366f1;border-color:#6366f1;color:#fff}.tdl-checkbox svg{width:11px;height:11px;stroke-width:3}.tdl-checkbox.big{width:22px;height:22px;flex:0 0 22px;border-width:2px}.tdl-checkbox.big svg{width:12px;height:12px;stroke-width:3}.tdl-task-title{flex:1;font-size:13px;color:#1f2329;font-weight:400;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tdl-detail{background:#fff;display:flex;flex-direction:column;overflow:hidden}.tdl-detail-head{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #E5E6EB}.tdl-detail-list{flex:1;display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:#86909c;font-weight:600}.tdl-detail-actions{display:flex;align-items:center;gap:2px}.tdl-detail-body{flex:1;overflow-y:auto;padding:18px 18px 22px}.tdl-detail-titlebar{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.tdl-detail-title{flex:1;border:none;outline:none;background:transparent;font-size:18px;font-weight:600;color:#1f2329;line-height:1.35;padding:1px 0}.tdl-detail-note{width:100%;border:1px solid transparent;background:#f2f3f5;border-radius:8px;padding:10px 12px;font-size:12.5px;color:#1f2329;line-height:1.6;resize:vertical;min-height:80px;outline:none;font-family:inherit;transition:all .2s ease}.tdl-detail-note:focus,.tdl-detail-note:hover{border-color:#a5b4fc;background:#fff}.tdl-detail-sec{margin-top:18px}.tdl-detail-sec-h{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;color:#86909c;font-weight:700;letter-spacing:.3px;text-transform:uppercase}.tdl-detail-sec-h svg{width:12px;height:12px;color:#6366f1;stroke-width:2.25}.tdl-meta-grid{margin-top:18px;background:#f2f3f5;border-radius:9px;padding:4px 12px}.tdl-meta-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid #E5E6EB}.tdl-meta-row:last-child{border-bottom:none}.tdl-meta-l{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;color:#86909c;font-weight:500;width:64px;flex-shrink:0}.tdl-meta-l svg{width:12px;height:12px;stroke-width:2.25;color:#86909c}.tdl-meta-v{flex:1;font-size:12px;color:#1f2329;display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.tdl-meta-v b{color:#4f46e5;font-weight:600}.tdl-priority{display:inline-flex;align-items:center;gap:4px;font-weight:600}.tdl-priority .dot{width:6px;height:6px;border-radius:50%}.tdl-priority.p-high{color:#ef4444}.tdl-priority.p-high .dot{background:#ef4444}.tdl-priority.p-medium{color:#f59e0b}.tdl-priority.p-medium .dot{background:#f59e0b}.tdl-priority.p-low{color:#86909c}.tdl-priority.p-low .dot{background:#c6cbd5}.tdl-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:10.5px;font-weight:600;background:#fff;color:#4e5969;border:1px solid #E5E6EB}.tdl-tag.d-purple{background:#f1f0fe;color:#5b21b6;border-color:transparent}.tdl-tag.d-amber{background:#fef3c7;color:#92400e;border-color:transparent}.tdl-tag.d-gray{background:#fff;color:#4e5969}.tdl-aitip{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;margin-top:14px;background:linear-gradient(to right,#f1f0fe,#f5f4ff);border:1px solid #E0E7FF;border-radius:9px;font-size:11.5px;color:#4338ca;line-height:1.55}.tdl-aitip>div{flex:1}.pomo-aitip-icon{width:22px;height:22px;border-radius:50%;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 22px}.pomo-aitip-icon svg{width:11px;height:11px;stroke-width:2.5}.calx-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap}.calx-title-wrap{display:flex;align-items:center;gap:10px}.calx-cal-ico{width:30px;height:30px;border-radius:8px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.calx-cal-ico svg{width:16px;height:16px;stroke-width:2.25}.calx-title{font-size:18px;font-weight:700;color:#1f2329;letter-spacing:-.3px;margin:0;font-variant-numeric:tabular-nums}.calx-week-tag{font-size:11px;font-weight:600;color:#86909c;background:#f2f3f5;padding:3px 8px;border-radius:4px}.calx-nav{display:flex;align-items:center;gap:4px;margin-left:8px}.calx-nav-btn{width:28px;height:28px;border-radius:6px;background:transparent;display:flex;align-items:center;justify-content:center;color:#86909c;border:0;cursor:pointer;transition:all .2s ease}.calx-nav-btn:hover{background:#f2f3f5;color:#1f2329}.calx-nav-btn svg{width:14px;height:14px;stroke-width:2.25}.calx-today{height:28px;padding:0 12px;border-radius:6px;background:#fff;border:1px solid #E5E6EB;font-size:12px;color:#4e5969;font-weight:600;cursor:pointer;transition:all .2s ease}.calx-today:hover{border-color:#a5b4fc;color:#4f46e5;background:#eef2ff}.calx-view-switch{display:inline-flex;background:#f2f3f5;padding:3px;border-radius:8px;margin-left:auto;gap:2px}.calx-vs{height:26px;padding:0 14px;border-radius:5px;background:transparent;font-size:12px;color:#86909c;font-weight:600;border:0;cursor:pointer;transition:all .2s ease}.calx-vs:hover{color:#1f2329}.calx-vs.active{background:#fff;color:#4f46e5;box-shadow:0 1px 2px #0000000a}.calx-add{height:32px;padding:0 14px;border-radius:8px;background:#6366f1;color:#fff;font-size:12.5px;font-weight:600;display:inline-flex;align-items:center;gap:5px;border:0;cursor:pointer;transition:all .2s ease}.calx-add:hover{background:#4f46e5}.calx-add svg{width:13px;height:13px;stroke-width:2.5}.calx{background:#fff;border:1px solid #E5E6EB;border-radius:12px;overflow:hidden}.calx-head{display:grid;grid-template-columns:var(--p-time-col) repeat(7,1fr);border-bottom:1px solid #E5E6EB;background:#fff}.calx-head-corner{border-right:1px solid #E5E6EB}.calx-day{padding:10px 12px;border-left:1px solid #E5E6EB;display:flex;flex-direction:column;gap:2px}.calx-head .calx-day:first-of-type{border-left:none}.calx-day-name{font-size:11px;color:#86909c;font-weight:500;letter-spacing:.3px}.calx-day-num{font-size:18px;font-weight:600;color:#1f2329;font-variant-numeric:tabular-nums;line-height:1}.calx-day.weekend .calx-day-name,.calx-day.weekend .calx-day-num{color:#86909c}.calx-day.today .calx-day-name{color:#6366f1;font-weight:600}.calx-day.today .calx-day-num{width:26px;height:26px;border-radius:50%;background:#6366f1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:14px}.calx-allday{display:grid;grid-template-columns:var(--p-time-col) repeat(7,1fr);border-bottom:1px solid #E5E6EB;background:#fafbfc;min-height:36px}.calx-allday-label{font-size:10.5px;color:#86909c;font-weight:600;display:flex;align-items:center;justify-content:center;border-right:1px solid #E5E6EB}.calx-allday-cell{border-left:1px solid #E5E6EB;padding:4px;display:flex;flex-direction:column;gap:3px}.calx-allday .calx-allday-cell:first-of-type{border-left:none}.calx-scroll{max-height:520px;overflow-y:auto;background:#fff}.calx-grid{display:grid;grid-template-columns:var(--p-time-col) repeat(7,1fr);position:relative}.calx-timecol{border-right:1px solid #E5E6EB;background:#fafbfc}.calx-time{height:var(--p-row-h);padding:2px 8px 0;font-size:10.5px;color:#86909c;font-weight:500;display:flex;align-items:flex-start;justify-content:flex-end;font-variant-numeric:tabular-nums}.calx-time:first-child{visibility:hidden}.calx-col{position:relative;border-left:1px solid #E5E6EB;background-image:linear-gradient(to bottom,#F2F3F5 1px,transparent 1px);background-size:100% var(--p-row-h);min-height:calc(var(--p-row-h) * 16)}.calx-grid>.calx-col:first-of-type{border-left:none}.calx-col.weekend{background-color:#fcfcfd}.calx-col.is-today{background-color:#6366f108}.calx-ev.pos{position:absolute;left:4px;right:4px;border-radius:6px;padding:4px 8px;background:#f2f3f5;border-left:3px solid #C6CBD5;cursor:pointer;transition:all .2s ease;overflow:hidden}.calx-ev.pos:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000014;z-index:2}.calx-ev.pos b{display:block;font-size:11.5px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1f2329}.calx-ev.pos span{display:block;font-size:10px;color:#86909c;margin-top:1px}.calx-ev.allday{font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;background:#f2f3f5;border-left:3px solid #C6CBD5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calx-ev.tag-purple{background:#f1f0fe;border-left-color:#6366f1;color:#4338ca}.calx-ev.tag-purple b{color:#4338ca}.calx-ev.tag-amber{background:#fff8eb;border-left-color:#f59e0b;color:#92400e}.calx-ev.tag-amber b{color:#92400e}.calx-ev.tag-blue{background:#eff6ff;border-left-color:#3b82f6;color:#1e40af}.calx-ev.tag-blue b{color:#1e40af}.calx-ev.tag-green{background:#f0fdf4;border-left-color:#10b981;color:#065f46}.calx-ev.tag-green b{color:#065f46}.calx-now-line{position:absolute;left:0;right:0;height:2px;background:#ef4444;z-index:3}.calx-now-line:before{content:"";position:absolute;left:-5px;top:-4px;width:10px;height:10px;border-radius:50%;background:#ef4444}.calx-legend{margin-top:12px;display:flex;align-items:center;gap:14px;font-size:11px;color:#4e5969;flex-wrap:wrap}.calx-legend-item{display:inline-flex;align-items:center;gap:5px}.calx-legend-item .dot{width:8px;height:8px;border-radius:2px;background:#c6cbd5}.calx-legend-item .dot.tag-purple{background:#6366f1}.calx-legend-item .dot.tag-amber{background:#f59e0b}.calx-legend-item .dot.tag-blue{background:#3b82f6}.calx-legend-item .dot.tag-green{background:#10b981}.calx-legend-spacer{flex:1}.calx-legend-tip{display:inline-flex;align-items:center;gap:5px;color:#86909c}.calx-legend-tip svg{width:12px;height:12px;stroke-width:2.25;color:#6366f1}.pomo{display:grid;grid-template-columns:1fr 300px;gap:18px;align-items:flex-start}.pomo-main{background:#fff;border:1px solid #E5E6EB;border-radius:14px;padding:24px 28px 22px;display:flex;flex-direction:column;align-items:center;gap:18px}.pomo-mode{display:flex;gap:6px;background:#f2f3f5;padding:4px;border-radius:10px}.pomo-chip{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 13px;border-radius:7px;background:transparent;font-size:12px;font-weight:600;color:#86909c;transition:all .2s ease;border:0;cursor:pointer}.pomo-chip:hover{color:#1f2329}.pomo-chip.active{background:#fff;color:#4f46e5;box-shadow:0 1px 2px #0000000a}.pomo-chip .dot{width:6px;height:6px;border-radius:50%;background:#6366f1}.pomo-chip .dot-green{background:#10b981}.pomo-chip .dot-blue{background:#3b82f6}.pomo-clock{position:relative;width:240px;height:240px;margin:8px 0 4px}.pomo-ring{width:100%;height:100%;display:block;filter:drop-shadow(0 4px 16px rgba(99,102,241,.12))}.pomo-time{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.pomo-num{font-size:54px;font-weight:300;letter-spacing:-2px;color:#1f2329;font-variant-numeric:tabular-nums;line-height:1}.pomo-sub{font-size:11.5px;color:#86909c;font-weight:500}.pomo-task{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#eef2ff;border:1px solid #E0E7FF;border-radius:10px;max-width:480px}.pomo-task-label{font-size:11px;color:#4f46e5;font-weight:600;letter-spacing:.3px}.pomo-task-name{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1f2329}.pomo-task-name svg{width:13px;height:13px;color:#6366f1;stroke-width:2.25}.pomo-task-link{margin-left:auto;display:inline-flex;align-items:center;gap:2px;font-size:11.5px;color:#4f46e5;background:transparent;border:0;cursor:pointer}.pomo-task-link svg{width:12px;height:12px;stroke-width:2.25}.pomo-ctrls{display:flex;align-items:center;gap:12px}.pomo-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:24px;font-size:13px;font-weight:600;transition:all .2s ease;border:0;cursor:pointer}.pomo-btn-primary{height:48px;padding:0 32px;background:#6366f1;color:#fff;box-shadow:0 4px 14px #6366f152}.pomo-btn-primary:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 18px #6366f161}.pomo-btn-primary svg{width:16px;height:16px;stroke-width:2.5}.pomo-btn-ghost{width:40px;height:40px;background:#f2f3f5;color:#4e5969}.pomo-btn-ghost:hover{background:#eef2ff;color:#4f46e5}.pomo-btn-ghost svg{width:16px;height:16px;stroke-width:2}.pomo-settings{display:flex;align-items:center;gap:0;padding:8px 8px 8px 14px;background:#f2f3f5;border-radius:10px}.pomo-setting{display:flex;flex-direction:column;align-items:center;padding:0 14px;gap:2px}.pomo-setting-l{font-size:10.5px;color:#86909c;font-weight:500}.pomo-setting-v{font-size:14px;font-weight:600;color:#1f2329;font-variant-numeric:tabular-nums}.pomo-setting-v small{font-size:10px;color:#86909c;font-weight:500;margin-left:1px}.pomo-divider{width:1px;height:24px;background:#e5e6eb}.pomo-setting-btn{width:32px;height:32px;margin-left:4px;border-radius:7px;background:#fff;border:1px solid #E5E6EB;color:#86909c;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.pomo-setting-btn:hover{color:#4f46e5;border-color:#a5b4fc}.pomo-setting-btn svg{width:14px;height:14px;stroke-width:2.25}.pomo-aitip{display:flex;align-items:center;gap:8px;padding:10px 14px;background:linear-gradient(to right,#f1f0fe,#f5f4ff);border:1px solid #E0E7FF;border-radius:9px;font-size:11.5px;color:#4338ca;line-height:1.5;width:100%;max-width:560px}.pomo-side{display:flex;flex-direction:column;gap:12px}.pomo-side-card{background:#fff;border:1px solid #E5E6EB;border-radius:12px;padding:14px 16px}.pomo-side-title{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#4e5969;letter-spacing:.3px;margin-bottom:12px}.pomo-side-title svg{width:13px;height:13px;color:#6366f1;stroke-width:2.25}.pomo-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.pomo-stat{background:#f2f3f5;border-radius:8px;padding:10px 4px;text-align:center}.pomo-stat-n{font-size:20px;font-weight:700;color:#1f2329;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.5px;margin-bottom:3px}.pomo-stat-l{font-size:10.5px;color:#86909c;font-weight:500}.pomo-progress{font-size:11px;color:#86909c}.pomo-progress-l{display:flex;justify-content:space-between;margin-bottom:5px;font-weight:500}.pomo-progress-l b{color:#4f46e5;font-weight:700}.pomo-progress-bar{height:5px;background:#f2f3f5;border-radius:3px;overflow:hidden}.pomo-progress-fill{height:100%;background:linear-gradient(to right,#a5b4fc,#6366f1);border-radius:3px}.pomo-totals{display:flex;flex-direction:column;gap:8px}.pomo-total-row{display:flex;justify-content:space-between;align-items:baseline;font-size:12px;color:#86909c}.pomo-total-row b{font-size:15px;font-weight:700;color:#1f2329;font-variant-numeric:tabular-nums}.pomo-total-row small{font-size:10px;color:#86909c;font-weight:500;margin-left:1px}.pomo-history{display:flex;flex-direction:column;gap:0;position:relative;max-height:280px;overflow-y:auto}.pomo-history:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:1px;background:#e5e6eb}.pomo-h-item{display:flex;gap:10px;padding:5px 0;position:relative}.pomo-h-dot{width:11px;height:11px;border-radius:50%;background:#6366f1;border:2px solid #fff;flex:0 0 11px;margin-top:3px;box-shadow:0 0 0 1px #e5e6eb}.pomo-h-dot.dot-blue{background:#c6cbd5;box-shadow:0 0 0 1px #c6cbd5}.pomo-h-body{flex:1;min-width:0}.pomo-h-task{font-size:12px;font-weight:600;color:#1f2329;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pomo-h-meta{font-size:10.5px;color:#86909c;font-variant-numeric:tabular-nums;margin-top:1px}.pomo-h-day .pomo-h-task{color:#86909c;font-size:10.5px;font-weight:500;text-align:left;letter-spacing:.3px}@media (max-width: 1100px){.p-board{grid-template-columns:180px minmax(0,1fr)}.p-grid,.p-lane-body,.pomo{grid-template-columns:1fr}.tdl{grid-template-columns:200px minmax(0,1fr)}.tdl-detail{display:none}}.pomo-picker-overlay{position:fixed;inset:0;background:#0f121a66;z-index:9999;display:flex;align-items:center;justify-content:center;animation:pomo-fade-in .12s ease}@keyframes pomo-fade-in{0%{opacity:0}to{opacity:1}}.pomo-picker{background:#fff;border-radius:12px;width:480px;max-width:92vw;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 16px 40px #0f121a33;overflow:hidden}.pomo-picker-head{height:44px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #F2F3F5;font-size:14px;font-weight:600;color:#1f2329}.pomo-picker-close{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:4px;color:#86909c;cursor:pointer}.pomo-picker-close:hover{background:#f2f3f5;color:#1f2329}.pomo-picker-search{height:40px;padding:0 14px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #F2F3F5;color:#86909c}.pomo-picker-search input{flex:1;height:28px;border:0;outline:0;font-size:13px;color:#1f2329;background:transparent}.pomo-picker-list{flex:1;min-height:0;overflow-y:auto;padding:6px 8px}.pomo-picker-row{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border:0;background:transparent;border-radius:6px;font-size:13px;color:#1f2329;cursor:pointer;text-align:left}.pomo-picker-row:hover{background:#f5f7fa}.pomo-picker-row.selected{background:#eef2ff;color:#6366f1}.pomo-picker-row .ic{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#4e5969;flex-shrink:0}.pomo-picker-row.selected .ic{color:#6366f1}.pomo-picker-row .lb{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pomo-picker-row .tag{font-size:11px;color:#86909c;background:#f2f3f5;padding:1px 6px;border-radius:3px;flex-shrink:0}.pomo-picker-row .tag-today{background:#eef2ff;color:#6366f1}.pomo-picker-row .cnt{font-size:11px;color:#4e5969;flex-shrink:0}.pomo-picker-row.standalone{font-style:italic}.pomo-picker-divider{height:1px;background:#f2f3f5;margin:6px 4px}.pomo-picker-empty{padding:32px 12px;text-align:center;font-size:13px;color:#86909c}.pomo-picker-jump{display:block;margin:14px auto 0;padding:6px 14px;background:#6366f1;color:#fff;border:0;border-radius:5px;font-size:12px;cursor:pointer}.pomo-picker-jump:hover{background:#4f46e5}.cal-workspace{height:100%;width:100%;display:flex;flex-direction:column;background:#fbfcff;overflow:hidden;min-width:0}.cal-header{flex:0 0 auto;height:64px;padding:12px 24px 0;display:flex;align-items:flex-start;border-bottom:1px solid #E8EBF0;background:#fbfcff}.cal-header h1{margin:0;display:flex;align-items:center;gap:10px;font-size:22px;font-weight:700;color:#1f2329;letter-spacing:-.2px}.cal-header h1 svg{color:#6366f1}.cal-controls{position:relative;margin-left:auto;display:flex;align-items:center;gap:6px}.cal-controls button{min-width:32px;height:32px;padding:0 10px;border:1px solid #E5E6EB;border-radius:8px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:13px;font-weight:500;color:#4e5969;transition:all .15s ease}.cal-controls button:hover{border-color:#6366f1;color:#6366f1;background:#eef2ff}.cal-controls button.primary{background:#6366f1;border-color:#6366f1;color:#fff;box-shadow:0 1px 2px #6366f12e}.cal-controls button.primary:hover{background:#4f46e5;border-color:#4f46e5;color:#fff}.cal-menu{position:absolute;right:82px;top:38px;z-index:30;width:200px;padding:8px 0;border-radius:10px;background:#fff;border:1px solid #E5E6EB;box-shadow:0 10px 28px #1e232d1f}.cal-menu button{width:100%;height:36px;padding:0 14px;display:grid;grid-template-columns:20px 1fr 40px;align-items:center;text-align:left;font-size:14px;color:#1f2329;background:transparent;border:none;border-radius:0}.cal-menu button:hover{background:#f5f7fa}.cal-menu .active{color:#6366f1}.cal-menu button span{color:#86909c;text-align:right;font-size:12px}.cal-week-head{flex:0 0 44px;display:grid;grid-template-columns:60px repeat(7,minmax(0,1fr));border-bottom:1px solid #E8EBF0;background:#fbfcff;color:#86909c;width:100%;min-width:0}.cal-week-head>div{border-right:1px solid #E8EBF0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px}.cal-week-head>div:last-child{border-right:none}.cal-week-head strong{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#1f2329;font-size:14px;font-weight:600}.cal-week-head .today{background:#6366f1;color:#fff}.cal-workspace .cal-grid{flex:1;position:relative;overflow:auto;background:#fbfcff;display:flex;flex-direction:column;min-width:0;min-height:0;gap:0;padding:0}.cal-workspace .cal-grid::-webkit-scrollbar{width:0;height:0}.all-day-band{display:grid;grid-template-columns:60px repeat(7,minmax(0,1fr));flex:0 0 auto;width:100%;min-width:0}.all-day-label{color:#86909c;background:#fbfcff;border-right:1px solid #E8EBF0;border-bottom:1px solid #E8EBF0;display:flex;justify-content:center;align-items:flex-start;padding-top:10px;font-size:12px}.all-day-cell{border-right:1px solid #E8EBF0;border-bottom:1px solid #E8EBF0;padding:6px 5px;overflow:hidden;cursor:pointer;background:#fff;transition:background .1s ease}.all-day-cell:hover{background:#f7f9ff}.all-day-cell.weekend{background:#fffbf5}.all-day-cell.weekend:hover{background:#fff4e6}.all-day-cell:last-child{border-right:none}.all-day-cell.drop-target{background:#eef2ff}.all-day-resizer{height:1px;flex:0 0 1px;position:relative;background:#e8ebf0;cursor:ns-resize;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:7}.all-day-resizer:before{content:"";position:absolute;inset:-4px 0}.all-day-resizer span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:22px;height:12px;border-radius:6px;display:grid;place-items:center;background:#fff;border:1px solid #C9CDD6;box-shadow:0 1px 3px #00000014;color:#4e5969;font-size:11px;opacity:0;transition:opacity .15s ease;pointer-events:none}.all-day-resizer:hover,.all-day-resizer.active{background:#6366f1}.all-day-resizer:hover span,.all-day-resizer.active span{opacity:1}.hours-body{flex:1;position:relative;background:#fbfcff;display:flex;flex-direction:column;min-height:0;min-width:0}.hour-row{display:grid;grid-template-columns:60px repeat(7,minmax(0,1fr));height:50px;min-height:50px;width:100%;min-width:0}.hour-row-spacer{flex:1;height:auto!important;min-height:0!important}.hour-row-spacer .hour-label{background:#fbfcff;border-bottom:none}.hour-row-spacer .hour-cell{border-bottom:none}.hour-label{color:#86909c;background:#fbfcff;border-right:1px solid #E8EBF0;border-bottom:1px solid #E8EBF0;display:flex;justify-content:center;align-items:flex-start;padding-top:4px;font-size:11.5px;font-variant-numeric:tabular-nums}.hour-cell{border-right:1px solid #E8EBF0;border-bottom:1px solid #E8EBF0;background:#fff;position:relative;cursor:pointer;transition:background .1s ease}.hour-cell:hover{background:#f7f9ff;box-shadow:inset 0 0 0 1px #6366f124}.hour-cell.weekend{background:#fffbf5}.hour-cell.weekend:hover{background:#fff4e6}.hour-cell:last-child{border-right:none}.hour-cell.drop-target{background:transparent}.folded-time-row{display:grid;grid-template-columns:60px repeat(7,minmax(0,1fr));height:50px;border-bottom:1px solid #E8EBF0;background:transparent;width:100%;color:#86909c;font-size:12px;cursor:pointer;text-align:left;position:relative;z-index:10}.folded-time-label{background:#eef0f4;border-right:1px solid #E8EBF0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:4px 0;color:#86909c;font-size:11.5px;line-height:1}.folded-time-cell{border-right:1px solid #E8EBF0;background:#fff;transition:background .15s ease}.folded-time-cell.weekend{background:#fffbf5}.folded-time-row:hover .folded-time-cell{background:#f7f9ff}.folded-time-row:hover .folded-time-cell.weekend{background:#fff4e6}.folded-time-hint{position:absolute;left:70px;top:4px;padding:3px 10px;border-radius:14px;background:#6366f1;color:#fff;font-size:11.5px;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease;box-shadow:0 4px 12px #6366f147;z-index:20}.folded-time-row:hover .folded-time-hint{opacity:1;transform:translateY(0)}.early-fold-handle{position:absolute;left:0;width:60px;height:16px;margin-top:-8px;display:flex;align-items:center;justify-content:center;cursor:ns-resize;z-index:6}.early-fold-handle-grip{display:inline-block;width:24px;height:14px;background:#fff;border:1px solid #C9CDD6;border-radius:7px;position:relative;box-shadow:0 1px 3px #00000014}.early-fold-handle-grip:before,.early-fold-handle-grip:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:10px;height:1px;background:#86909c}.early-fold-handle-grip:before{top:5px}.early-fold-handle-grip:after{top:8px}.early-fold-handle:hover .early-fold-handle-grip{border-color:#6366f1}.cal-event{width:100%;height:20px;margin-bottom:2px;padding:2px 6px;border-radius:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:#eef2ff;color:#3f4650;font-size:12px;text-align:left;display:flex;align-items:center;gap:5px;border:none;cursor:pointer}.cal-event .dot{display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0;background:#6366f1}.cal-event.done{opacity:.48;text-decoration:line-through;filter:grayscale(.85)}.cal-event.ghosted{opacity:.32}.timed-events-overlay{position:absolute;inset:0 0 0 60px;pointer-events:none;z-index:5}.timed-event{position:absolute;min-height:22px;padding:3px 6px;border-left:3px solid #6366F1;border-radius:4px;background:#eef2ff;color:#3f4650;overflow:hidden;text-align:left;font-size:12px;line-height:1.25;display:flex;flex-direction:column;justify-content:flex-start;cursor:pointer;pointer-events:auto;transition:box-shadow .12s ease}.timed-event:hover{box-shadow:0 2px 8px #6366f133;z-index:10}.timed-event span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.timed-event strong{font-size:10.5px;color:#86909c;font-weight:500;font-variant-numeric:tabular-nums}.timed-event.done{opacity:.48;text-decoration:line-through;filter:grayscale(.85)}.timed-event.ghosted{opacity:.32}.timed-event .resize-handle{position:absolute;bottom:0;left:50%;transform:translate(-50%);padding:1px 4px;cursor:ns-resize;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#86909c;background:transparent;opacity:0;transition:opacity .15s ease,background .15s ease}.timed-event:hover .resize-handle,.timed-event .resize-handle.active{opacity:1}.timed-event .resize-handle:hover,.timed-event .resize-handle.active{background:#6366f11f;color:#6366f1}.drag-preview-all-day,.drag-preview-time{background:#6366f12e!important;border:none!important;border-left:3px solid rgba(99,102,241,.55)!important;color:#1f2329b3!important;pointer-events:none;box-shadow:none!important}.drag-preview-all-day{border-left:none!important}.now-line{position:absolute;height:2px;background:#ff6158;z-index:6;pointer-events:none}.now-line:before{content:"";position:absolute;left:-5px;top:-4px;width:10px;height:10px;border-radius:50%;background:#ff6158}.cal-task-editor{width:360px;background:#fff;border-radius:10px;box-shadow:0 12px 36px #1e232d2e,0 0 0 1px #e5e6ebcc;padding:14px;display:flex;flex-direction:column;gap:10px;animation:editor-in .12s ease}@keyframes editor-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.cal-task-editor.done{opacity:.7}.cte-top{display:flex;align-items:center;gap:10px}.cte-check{width:18px;height:18px;flex-shrink:0;border:1.5px solid #C6CBD5;border-radius:50%;background:#fff;cursor:pointer;transition:all .15s ease;display:grid;place-items:center}.cte-check:hover{border-color:#6366f1}.cte-check.done{background:#6366f1;border-color:#6366f1;color:#fff}.cte-time{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:#4e5969;padding:4px 10px;border-radius:6px;background:#f5f7fa;font-variant-numeric:tabular-nums}.cte-time:hover{background:#eef2ff;color:#6366f1}.cte-icon-btn{margin-left:auto;width:28px;height:28px;border-radius:6px;color:#86909c;display:inline-flex;align-items:center;justify-content:center}.cte-icon-btn:hover{background:#f5f7fa;color:#1f2329}.cte-title{width:100%;border:none;outline:none;background:transparent;font-size:14px;font-weight:600;color:#1f2329;padding:2px 0}.cte-title::-moz-placeholder{color:#c6cbd5;font-weight:500}.cte-title::placeholder{color:#c6cbd5;font-weight:500}.cte-toolbar{display:flex;align-items:center;gap:2px;padding:3px;background:#f5f7fa;border-radius:6px;overflow-x:auto}.cte-toolbar button{width:28px;height:26px;border-radius:4px;color:#4e5969;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border:none}.cte-toolbar button:hover{background:#fff;color:#1f2329}.cte-toolbar button i{font-style:italic}.cte-toolbar button u{text-decoration:underline}.cte-toolbar button s{text-decoration:line-through}.cte-toolbar .divider{width:1px;height:16px;background:#e5e6eb;margin:0 2px}.cte-desc{width:100%;min-height:96px;max-height:160px;border:none;outline:none;background:transparent;font-size:13px;color:#4e5969;line-height:1.55;resize:none;font-family:inherit}.cte-desc::-moz-placeholder{color:#c6cbd5}.cte-desc::placeholder{color:#c6cbd5}.cte-bottom{display:flex;align-items:center;gap:6px;padding-top:8px;border-top:1px solid #F2F3F5}.cte-list-btn{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 10px;border-radius:5px;background:#f5f7fa;color:#4e5969;font-size:12px;font-weight:500;border:none}.cte-list-btn:hover{background:#eef2ff;color:#6366f1}.cte-list-btn .dot{width:8px;height:8px;border-radius:50%;background:#6366f1;flex-shrink:0}.cte-spacer{flex:1}.cte-mini-btn{width:26px;height:26px;border-radius:5px;color:#86909c;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent}.cte-mini-btn:hover{background:#f5f7fa;color:#1f2329}.cte-popover{position:absolute;z-index:60;background:#fff;border:1px solid #E5E6EB;border-radius:10px;box-shadow:0 12px 32px #1e232d24;padding:8px;min-width:220px;animation:editor-in .12s ease}.cte-popover .row{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:6px;font-size:13px;color:#1f2329;cursor:pointer;background:transparent;border:none;width:100%;text-align:left}.cte-popover .row:hover{background:#f5f7fa}.cte-popover .row.danger{color:#e34b4b}.cte-popover .row.danger:hover{background:#fef2f2}.cte-popover .row svg{color:#86909c;flex-shrink:0}.cte-popover .row.danger svg{color:#e34b4b}.cte-popover .divider{height:1px;background:#f2f3f5;margin:4px 2px}.cal-month-view{flex:1;display:flex;flex-direction:column;background:#fff;overflow:hidden}.month-week-head{flex:0 0 32px;display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #E8EBF0;color:#86909c;font-size:11.5px;background:#fbfcff}.month-week-head span{display:grid;place-items:center;border-right:1px solid #E8EBF0}.month-week-head span:last-child{border-right:none}.month-grid{flex:1;display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,minmax(0,1fr));min-height:0}.month-cell{min-width:0;min-height:0;padding:6px 6px 4px;border-right:1px solid #E8EBF0;border-bottom:1px solid #E8EBF0;background:#fff;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;gap:2px;transition:background .1s ease}.month-cell:hover{background:#f7f9ff}.month-cell.weekend{background:#fffbf5}.month-cell.weekend:hover{background:#fff4e6}.month-cell.muted{color:#c6cbd5;background:#fafbfe}.month-cell.muted.weekend{background:#fffcf8}.month-cell>.mc-date{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-bottom:2px;border-radius:50%;font-size:12.5px;font-weight:500;color:#1f2329;padding:0 6px;flex-shrink:0;font-variant-numeric:tabular-nums}.month-cell.muted>.mc-date{color:#c6cbd5}.month-cell>.mc-date.today{background:#6366f1;color:#fff}.month-chip{height:18px;padding:0 6px;border-radius:4px;background:#eef2ff;color:#3f4650;font-size:11.5px;text-align:left;display:flex;align-items:center;gap:5px;overflow:hidden;white-space:nowrap;border:none;flex-shrink:0;cursor:pointer}.month-chip:hover{background:#e0e7ff}.month-chip .dot{width:5px;height:5px;border-radius:50%;background:#6366f1;flex-shrink:0}.month-chip .title{flex:1;overflow:hidden;text-overflow:ellipsis}.month-chip em{font-style:normal;color:#86909c;font-size:10.5px;flex-shrink:0;font-variant-numeric:tabular-nums}.month-chip.done{opacity:.5;text-decoration:line-through}.month-more{display:inline-flex;align-items:center;height:16px;padding:0 5px;border-radius:4px;background:#f5f7fa;color:#86909c;font-size:10.5px;flex-shrink:0;align-self:flex-start}.date-popover{min-width:280px;padding:14px}.date-quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:10px}.date-quick-grid button{height:32px;border-radius:6px;background:#f5f7fa;color:#4e5969;font-size:12.5px;font-weight:500;border:none;display:flex;align-items:center;justify-content:center;gap:4px}.date-quick-grid button:hover{background:#eef2ff;color:#6366f1}.date-time-row{display:flex;align-items:center;gap:6px;margin-bottom:10px;padding:8px;background:#f5f7fa;border-radius:6px}.date-time-row label{font-size:12px;color:#86909c;flex-shrink:0}.date-time-row input{flex:1;background:#fff;border:1px solid #E5E6EB;border-radius:5px;padding:5px 8px;font-size:12.5px;color:#1f2329;font-variant-numeric:tabular-nums}.date-time-row input:focus{border-color:#6366f1}.date-actions{display:flex;gap:6px;padding-top:8px;border-top:1px solid #F2F3F5}.date-actions button{flex:1;height:30px;border-radius:6px;font-size:12.5px;font-weight:500;border:none}.date-actions .clear{background:#f5f7fa;color:#4e5969}.date-actions .clear:hover{background:#fef2f2;color:#e34b4b}.date-actions .confirm{background:#6366f1;color:#fff}.date-actions .confirm:hover{background:#4f46e5}.tdl-workspace{height:100%;display:flex;background:#fff;overflow:hidden}.tdl-sidebar{width:224px;flex:0 0 224px;height:100%;background:#f5f7fa;border-right:1px solid #E8EBF0;padding:14px 8px;overflow-y:auto;scrollbar-width:thin;position:relative}.tdl-sidebar::-webkit-scrollbar{width:4px}.tdl-sidebar::-webkit-scrollbar-thumb{background:#969eae4d;border-radius:2px}.sb-section-head{height:28px;padding:0 8px;display:flex;align-items:center;color:#c6cbd5;font-size:11.5px;font-weight:600;letter-spacing:.5px;margin-top:8px}.sb-section-head:first-child{margin-top:0}.sb-section-head .add{margin-left:auto;width:22px;height:22px;border-radius:5px;display:grid;place-items:center;color:#86909c}.sb-section-head .add:hover{background:#eef2ff;color:#6366f1}.sb-divider{height:1px;margin:8px 4px;background:#e5e6eb}.sb-row{width:100%;height:32px;margin-bottom:1px;padding:0 8px;border-radius:6px;display:flex;align-items:center;gap:9px;color:#1f2329;font-size:13px;font-weight:500;text-align:left;background:transparent;border:none;cursor:pointer;transition:background .12s ease}.sb-row:hover{background:#edf1f8}.sb-row.active{background:#e0e7ff;color:#4f46e5;font-weight:600}.sb-row.indent{padding-left:30px;height:30px;font-size:12.5px}.sb-row .sb-icon{flex:0 0 16px;color:#4e5969;display:inline-flex;align-items:center;justify-content:center}.sb-row.active .sb-icon{color:#4f46e5}.sb-row .sb-dot{flex:0 0 8px;width:8px;height:8px;margin:0 4px;border-radius:50%}.sb-row .sb-label{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sb-row .sb-count{min-width:16px;text-align:right;color:#c6cbd5;font-size:11.5px;font-weight:500;font-variant-numeric:tabular-nums}.sb-row.active .sb-count{color:#6366f1}.sb-row .folder-toggle{width:14px;height:14px;margin-right:0;display:inline-flex;align-items:center;justify-content:center;color:#86909c;transition:transform .15s ease}.sb-row .folder-toggle.collapsed{transform:rotate(-90deg)}.tdl-content{width:380px;flex:0 0 380px;min-width:320px;height:100%;display:flex;flex-direction:column;background:#fbfcff;overflow:hidden;position:relative;border-right:1px solid #E8EBF0}.tdl-head{height:56px;padding:0 20px;display:flex;align-items:center;gap:12px;flex-shrink:0}.tdl-head h1{font-size:19px;font-weight:700;color:#1f2329;letter-spacing:-.2px}.tdl-head .panel-icon{color:#4e5969;display:inline-flex;align-items:center;justify-content:center}.tdl-head .head-actions{margin-left:auto;display:flex;align-items:center;gap:14px;color:#4e5969}.tdl-head .head-actions button{width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#4e5969}.tdl-head .head-actions button:hover{background:#f5f7fa;color:#1f2329}.tdl-input{margin:0 20px 8px;height:38px;padding:0 12px;border-radius:8px;background:#f5f7fa;display:flex;align-items:center;gap:10px;color:#c6cbd5}.tdl-input input{flex:1;min-width:0;background:transparent;border:0;outline:0;font-size:13px;color:#1f2329}.tdl-input input::-moz-placeholder{color:#c6cbd5}.tdl-input input::placeholder{color:#c6cbd5}.tdl-list{flex:1;overflow-y:auto;padding:4px 14px 60px}.tdl-list::-webkit-scrollbar{width:6px}.tdl-list::-webkit-scrollbar-thumb{background:#969eae4d;border-radius:3px}.tdl-group+.tdl-group{margin-top:6px}.tdl-group-head{height:30px;padding:0 6px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1f2329;cursor:pointer}.tdl-group-head .chevron{color:#86909c;transition:transform .15s ease}.tdl-group-head.collapsed .chevron{transform:rotate(-90deg)}.tdl-group-head .count{color:#86909c;font-size:12px;font-weight:500;font-variant-numeric:tabular-nums}.tdl-row{min-height:40px;padding:0 8px;border-radius:7px;display:flex;align-items:center;gap:10px;color:#1f2329;font-size:13.5px;cursor:pointer;transition:background .12s ease;box-shadow:inset 0 -1px #f2f4f7}.tdl-row:last-child{box-shadow:none}.tdl-row.selected{box-shadow:none}.tdl-row:hover{background:#f5f7fa}.tdl-row.selected{background:#eef2ff}.tdl-row.done{color:#c6cbd5}.tdl-row.done .tdl-row-title{text-decoration:line-through}.tdl-check{flex:0 0 16px;width:16px;height:16px;border-radius:5px;border:1.5px solid #C6CBD5;background:transparent;display:grid;place-items:center;color:#fff;cursor:pointer;padding:0}.tdl-check:hover{border-color:#6366f1}.tdl-check.checked{background:#c6cbd5;border-color:#c6cbd5}.tdl-check.p-high{border-color:#ef4444}.tdl-check.p-medium{border-color:#f59e0b}.tdl-check.p-low{border-color:#6366f1}.tdl-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tdl-row-title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tdl-row-desc{font-size:11.5px;color:#86909c;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tdl-row-meta{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:5px;background:#f5f7fa;color:#86909c;font-size:11.5px;font-weight:500}.tdl-row-date{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border-radius:5px;background:#eef2ff;color:#6366f1;font-size:11.5px;font-weight:500;font-variant-numeric:tabular-nums}.tdl-row-date.overdue{background:#fee2e2;color:#ef4444}.tdl-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:56px 20px 40px;color:#c0c5cf;text-align:center}.tdl-empty-art-wrap{width:min(80%,320px);opacity:.5;pointer-events:none}.tdl-empty .tdl-empty-tip{margin-top:6px;font-size:12.5px;color:#c0c5cf;letter-spacing:.2px}.tdl-detail{flex:1;min-width:380px;height:100%;background:#fff;display:flex;flex-direction:column;position:relative;overflow:hidden}.tdl-detail.empty{display:flex;align-items:center;justify-content:center;background:#fff}.tdl-detail.empty .detail-empty-art{width:min(76%,520px);height:auto;opacity:.55;pointer-events:none}.tdl-detail.empty .art{display:none}.det-top{height:50px;padding:0 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #F0F1F4;flex-shrink:0}.det-check{width:18px;height:18px;flex-shrink:0;border:1.5px solid #C6CBD5;border-radius:50%;background:#fff;cursor:pointer;transition:all .15s ease;display:grid;place-items:center;padding:0;color:#fff}.det-check:hover{border-color:#6366f1}.det-check.checked{background:#6366f1;border-color:#6366f1}.det-date{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:6px;color:#4e5969;font-size:12.5px;background:transparent;border:none;cursor:pointer}.det-date:hover{background:#f5f7fa}.det-icon-btn{margin-left:auto;width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#86909c;background:transparent;border:none;cursor:pointer}.det-icon-btn:hover{background:#f5f7fa;color:#1f2329}.det-title{width:calc(100% - 36px);margin:18px 18px 4px;padding:0;border:0;outline:0;background:transparent;color:#1f2329;font-size:22px;font-weight:600;line-height:1.4}.det-title::-moz-placeholder{color:#c6cbd5}.det-title::placeholder{color:#c6cbd5}.det-body{flex:1;margin:0 18px;padding:8px 0;position:relative;display:flex;flex-direction:column;min-height:0}.det-desc{flex:1;width:100%;border:0;outline:0;resize:none;background:transparent;color:#4e5969;font-size:13px;line-height:1.65;padding:0;font-family:inherit}.det-desc::-moz-placeholder{color:#c6cbd5}.det-desc::placeholder{color:#c6cbd5}.det-footer{height:48px;border-top:1px solid #F0F1F4;padding:0 18px;display:flex;align-items:center;gap:8px;flex-shrink:0}.det-list-btn{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border-radius:6px;font-size:12.5px;color:#4e5969;background:transparent;border:none;cursor:pointer}.det-list-btn:hover{background:#f5f7fa}.det-spacer{flex:1}.det-mini-btn{width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#86909c;background:transparent;border:none;cursor:pointer}.det-mini-btn:hover{background:#f5f7fa;color:#1f2329}.tdl-menu{background:#fff;border:1px solid #E5E6EB;border-radius:10px;box-shadow:0 12px 32px #1e232d24;padding:6px;min-width:180px}.tdl-menu button{width:100%;height:32px;padding:0 10px;border-radius:5px;display:flex;align-items:center;gap:8px;font-size:13px;color:#1f2329;background:transparent;border:none;cursor:pointer;text-align:left}.tdl-menu button:hover{background:#f5f7fa}.tdl-menu button.danger{color:#ef4444}.tdl-menu button.danger:hover{background:#fef2f2}.tdl-menu button svg{color:#86909c;flex-shrink:0}.tdl-menu button.danger svg{color:#ef4444}.tdl-menu .divider{height:1px;margin:4px;background:#f2f3f5}.modal-backdrop{position:fixed;inset:0;background:#0f121a6b;z-index:9000;display:flex;align-items:center;justify-content:center;animation:backdrop-in .15s ease}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.list-modal{width:720px;max-width:calc(100vw - 32px);background:#fff;border-radius:14px;box-shadow:0 24px 64px #0f121a52;overflow:hidden;display:flex;flex-direction:column;animation:modal-in .18s ease}@keyframes modal-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.list-modal header{position:relative;height:50px;padding:0 18px;display:flex;align-items:center;justify-content:center}.list-modal header h2{font-size:15px;font-weight:600;color:#1f2329}.list-modal header .close{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#86909c;background:transparent;border:none;cursor:pointer}.list-modal header .close:hover{background:#f5f7fa;color:#1f2329}.list-modal header .red-dot{position:absolute;left:18px;top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background:#ff6058}.list-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:0}.list-modal-form{padding:6px 24px 18px;display:flex;flex-direction:column;gap:16px}.list-modal-form .field{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:12px;min-height:38px}.list-modal-form .field-label{font-size:13px;color:#4e5969}.list-modal-form .name-input-wrap{grid-column:1 / -1;height:40px;padding:0 12px;border:1px solid #E5E6EB;border-radius:8px;display:flex;align-items:center;gap:10px;color:#86909c;transition:border-color .15s ease}.list-modal-form .name-input-wrap:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.list-modal-form .name-input-wrap input{flex:1;background:transparent;border:0;outline:0;font-size:14px;color:#1f2329}.list-modal-form .name-input-wrap input::-moz-placeholder{color:#c6cbd5}.list-modal-form .name-input-wrap input::placeholder{color:#c6cbd5}.color-options{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.color-swatch{width:26px;height:26px;border-radius:50%;border:1.5px solid transparent;background:#fff;display:grid;place-items:center;cursor:pointer;transition:all .15s ease;position:relative;padding:0;flex-shrink:0}.color-swatch:hover{transform:scale(1.1)}.color-swatch.selected{border-color:#6366f1;box-shadow:0 0 0 2px #fff inset}.color-swatch.no-color{background:#fff;border:1.5px solid #E5E6EB;color:#86909c}.color-swatch.no-color.selected{border-color:#6366f1}.color-swatch.rainbow{background:conic-gradient(from 0deg,#ef4444,#f59e0b,#facc15,#10b981,#3b82f6,#8b5cf6,#ec4899,#ef4444)}.view-type-options{display:flex;align-items:center;gap:8px}.view-type-btn{width:44px;height:38px;border:1px solid #E5E6EB;border-radius:8px;background:#fff;color:#86909c;display:grid;place-items:center;cursor:pointer;transition:all .15s ease;position:relative}.view-type-btn:hover:not(.locked){border-color:#6366f1;color:#6366f1}.view-type-btn.selected{background:#eef2ff;border-color:#6366f1;color:#6366f1}.view-type-btn.locked{opacity:.65;cursor:not-allowed}.view-type-btn .lock-badge{position:absolute;top:-5px;right:-5px;width:14px;height:14px;border-radius:50%;background:#f59e0b;color:#fff;display:grid;place-items:center;font-size:9px}.list-modal-form select{height:38px;padding:0 32px 0 12px;border:1px solid #E5E6EB;border-radius:8px;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2386909C' stroke-width='2.5'%3e%3cpolyline points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 10px center;font-size:13px;color:#1f2329;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer;outline:0}.list-modal-form select:focus{border-color:#6366f1}.list-modal-preview{background:#f5f7fa;padding:18px 22px;display:flex;flex-direction:column;gap:8px}.preview-card{background:#fff;border-radius:10px;padding:12px;flex:1;display:flex;flex-direction:column;gap:8px}.preview-row{height:8px;background:#eaedf2;border-radius:3px}.preview-row.short{width:30%}.preview-row.medium{width:60%}.preview-row.long{width:80%}.preview-row.title{height:12px;background:#dbe0e8;margin-bottom:4px}.preview-task-row{display:flex;align-items:center;gap:8px;padding:6px 0}.preview-task-row .pcheck{width:12px;height:12px;border-radius:3px;flex-shrink:0}.preview-section-head{display:flex;align-items:center;gap:6px;margin-top:6px}.preview-section-head .pchevron{width:8px;height:8px;border-radius:1px;background:#c6cbd5}.list-modal footer{height:60px;padding:0 24px;border-top:1px solid #F2F3F5;display:flex;align-items:center;justify-content:flex-end;gap:10px}.list-modal footer button{height:32px;padding:0 18px;border-radius:7px;font-size:13px;font-weight:500;border:1px solid #E5E6EB;background:#fff;color:#4e5969;cursor:pointer}.list-modal footer button:hover{background:#f5f7fa}.list-modal footer button.primary{background:#6366f1;color:#fff;border-color:#6366f1}.list-modal footer button.primary:hover{background:#4f46e5}.list-modal footer button.primary:disabled{background:#c7d2fe;border-color:#c7d2fe;cursor:not-allowed}.cal-picker{width:282px;background:#fff;border-radius:12px;box-shadow:0 12px 36px #0f121a29,0 0 0 1px #e5e6ebcc;padding:8px;display:flex;flex-direction:column;gap:6px;animation:editor-in .12s ease}.cal-tabs{display:flex;gap:6px;padding:2px}.cal-tab{flex:1;height:32px;border-radius:6px;background:transparent;border:0;color:#86909c;font-size:13px;font-weight:500;cursor:pointer}.cal-tab.active{background:#f5f7fa;color:#1f2329;font-weight:600}.cal-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:2px 4px}.cal-preset{height:36px;border-radius:7px;background:transparent;border:0;display:grid;place-items:center;color:#4e5969;cursor:pointer;transition:background .12s ease}.cal-preset:hover{background:#f5f7fa;color:#6366f1}.cal-pheader{height:32px;padding:0 8px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1f2329}.cal-pheader .nav{margin-left:auto;display:flex;align-items:center;gap:2px}.cal-pheader .nav button{width:24px;height:24px;border-radius:4px;border:0;background:transparent;color:#4e5969;display:grid;place-items:center;cursor:pointer}.cal-pheader .nav button:hover{background:#f5f7fa;color:#1f2329}.cal-pheader .nav .today-dot{width:6px;height:6px;border-radius:50%;background:#6366f1;display:inline-block}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-size:11px;color:#c6cbd5;padding:0 2px}.cal-weekdays span{padding:6px 0}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;padding:0 2px 4px}.cal-cell{aspect-ratio:1 / 1;height:auto;border:0;border-radius:50%;background:transparent;color:#1f2329;font-size:13px;cursor:pointer;display:grid;place-items:center;font-variant-numeric:tabular-nums;transition:background .1s ease}.cal-cell:hover{background:#f5f7fa}.cal-cell.outside{color:#c6cbd5}.cal-cell.today{color:#6366f1;font-weight:600}.cal-cell.selected{background:#6366f1!important;color:#fff;font-weight:600}.cal-options{border-top:1px solid #F2F3F5;margin-top:4px;padding-top:4px;display:flex;flex-direction:column}.cal-option{height:36px;padding:0 10px;border:0;border-radius:6px;background:transparent;display:flex;align-items:center;gap:10px;color:#1f2329;font-size:13px;cursor:pointer;text-align:left}.cal-option:hover{background:#f5f7fa}.cal-option svg:first-child{color:#86909c;flex-shrink:0}.cal-option .cal-option-label{flex:1}.cal-option .cal-option-value{color:#86909c;font-size:12px}.cal-option .cal-option-chev{color:#c6cbd5}.cal-picker footer{display:flex;gap:6px;padding:4px 2px 2px;border-top:1px solid #F2F3F5;margin-top:4px}.cal-picker footer button{flex:1;height:34px;border-radius:7px;border:0;background:#f5f7fa;color:#4e5969;font-size:13px;font-weight:500;cursor:pointer}.cal-picker footer button:hover{background:#eef1f5}.cal-picker footer button.primary{background:#6366f1;color:#fff}.cal-picker footer button.primary:hover{background:#4f46e5}.det-duration{position:relative;display:inline-flex}.det-duration-menu{position:absolute;top:calc(100% + 4px);left:0;background:#fff;border:1px solid #E5E6EB;border-radius:7px;box-shadow:0 8px 24px #0f121a1f;padding:4px;display:flex;flex-direction:column;min-width:96px;z-index:100}.det-duration-menu button{height:30px;padding:0 10px;border:0;background:transparent;border-radius:4px;text-align:left;font-size:12.5px;color:#1f2329;cursor:pointer}.det-duration-menu button:hover{background:#f5f7fa}.det-duration-menu button.sel{background:#eef2ff;color:#6366f1;font-weight:500}.tdl-row-pomos{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:3px;font-size:11.5px;color:#6366f1;background:#eef2ff;margin-right:4px;flex-shrink:0}.tdl-row-pomos svg{flex-shrink:0}.trm-menu{width:240px;padding:6px 0;background:#fff;border:1px solid #E5E6EB;border-radius:10px;box-shadow:0 16px 40px #0f121a29;font-size:13px}.trm-section{padding:6px 12px 4px}.trm-section-label{font-size:11px;color:#86909c;margin-bottom:6px}.trm-row-icons{display:flex;gap:4px}.trm-icon-btn{width:36px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:#4e5969;cursor:pointer;transition:background .12s ease}.trm-icon-btn:hover{background:#f5f7fa}.trm-icon-btn.active{background:#eef2ff}.trm-divider{height:1px;background:#f0f2f5;margin:4px 0}.trm-item{width:100%;height:34px;padding:0 14px;display:inline-flex;align-items:center;gap:10px;background:transparent;border:0;text-align:left;font-size:13px;color:#1f2329;cursor:pointer}.trm-item:hover{background:#f5f7fa}.trm-item .trm-arrow{margin-left:auto;color:#86909c;font-size:14px}.trm-item.has-arrow{padding-right:12px}.trm-item.danger{color:#dc2626}.trm-item.danger:hover{background:#fef2f2}.trm-item.disabled{color:#c6cbd5;cursor:not-allowed}.trm-item svg{color:#86909c;flex:0 0 auto}.trm-item.danger svg{color:#dc2626}.lp-picker{width:240px;padding:6px 0;background:#fff;border:1px solid #E5E6EB;border-radius:10px;box-shadow:0 16px 40px #0f121a29;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.lp-search{display:flex;align-items:center;gap:6px;margin:4px 8px 6px;padding:0 10px;height:32px;border-radius:7px;background:#f5f7fa}.lp-search svg{color:#86909c}.lp-search input{flex:1;background:transparent;border:0;outline:none;font-size:12.5px;color:#1f2329}.lp-search input::-moz-placeholder{color:#c6cbd5}.lp-search input::placeholder{color:#c6cbd5}.lp-list{max-height:320px;overflow:auto}.lp-row{width:100%;height:32px;padding:0 14px;display:inline-flex;align-items:center;gap:10px;background:transparent;border:0;text-align:left;font-size:13px;color:#1f2329;cursor:pointer}.lp-row:hover{background:#f5f7fa}.lp-row svg{color:#86909c;flex:0 0 auto}.lp-row .t{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp-row.selected{color:#6366f1;background:#eef2ff}.lp-row.selected svg{color:#6366f1}.lp-folder{cursor:pointer}.lp-folder.hover .lp-row.folder{background:#eef2ff;color:#6366f1}.lp-folder.hover .lp-row.folder svg{color:#6366f1}.lp-empty{padding:16px;font-size:12px;color:#86909c;text-align:center}.folder-modal{width:460px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0f121a2e;overflow:hidden}.folder-modal header{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid #E5E6EB;position:relative}.folder-modal header .red-dot{width:11px;height:11px;border-radius:50%;background:#ff6158}.folder-modal header h2{flex:1;text-align:center;font-size:15px;font-weight:600;color:#1f2329}.folder-modal header .close{background:transparent;border:0;color:#86909c;cursor:pointer}.folder-modal-body{padding:18px}.folder-modal-body .name-input-wrap{display:flex;align-items:center;gap:10px;height:44px;padding:0 14px;border:1.5px solid #6366F1;border-radius:8px}.folder-modal-body .name-input-wrap svg{color:#86909c}.folder-modal-body .name-input-wrap input{flex:1;background:transparent;border:0;outline:none;font-size:14px;color:#1f2329}.folder-modal footer{display:flex;justify-content:flex-end;gap:10px;padding:12px 18px;border-top:1px solid #E5E6EB;background:#fafbfd}.folder-modal footer button{height:32px;padding:0 18px;border:1px solid #E5E6EB;background:#fff;border-radius:7px;font-size:13px;color:#4e5969;cursor:pointer}.folder-modal footer button:hover{border-color:#6366f1;color:#6366f1}.folder-modal footer button.primary{background:#6366f1;border-color:#6366f1;color:#fff}.folder-modal footer button.primary:hover{background:#4f46e5;color:#fff}.folder-modal footer button.primary:disabled{background:#c7d2fe;border-color:#c7d2fe;color:#fff;cursor:not-allowed}.folder-select{position:relative;width:240px}.folder-select-btn{width:100%;height:36px;padding:0 12px;background:#fff;border:1px solid #E5E6EB;border-radius:7px;font-size:13px;color:#1f2329;display:inline-flex;align-items:center;justify-content:space-between;cursor:pointer}.folder-select-btn:hover{border-color:#6366f1}.folder-select-btn svg{color:#86909c}.folder-select-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:#fff;border:1px solid #E5E6EB;border-radius:10px;box-shadow:0 12px 32px #0f121a24;padding:6px 0;z-index:50}.folder-select-item{width:100%;height:34px;padding:0 14px;display:inline-flex;align-items:center;justify-content:space-between;background:transparent;border:0;font-size:13px;color:#1f2329;cursor:pointer}.folder-select-item:hover{background:#f5f7fa}.folder-select-item.selected{color:#6366f1}.folder-select-item.selected svg{color:#6366f1}.folder-select-item.new{background:#eef2ff;color:#4f46e5;margin:0 6px;border-radius:7px;width:calc(100% - 12px);height:32px}.folder-select-item.new:hover{background:#e0e7ff}.folder-select-divider{height:1px;background:#f0f2f5;margin:4px 0}.dp-range{padding:14px 18px 6px;display:flex;flex-direction:column;gap:10px}.dp-range-row{display:flex;align-items:center;gap:10px}.dp-range-label{width:36px;flex:0 0 36px;font-size:12.5px;color:#4e5969}.dp-range-date{flex:1;height:28px;border:1px solid #E5E6EB;border-radius:6px;padding:0 10px;font-size:12.5px;color:#1f2329;outline:none;font-family:inherit;background:#fff}.dp-range-date:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.dp-range-time{width:80px;height:28px;border:1px solid #E5E6EB;border-radius:6px;background:#fff;font-size:12.5px;color:#1f2329;cursor:pointer}.dp-range-time:hover{border-color:#6366f1}.dp-range-time:disabled{opacity:.45;cursor:not-allowed}.dp-range-allday{border-top:1px solid #F2F3F5;padding-top:10px;margin-top:4px;justify-content:space-between}.dp-switch{width:36px;height:20px;border-radius:100px;background:#dcdfe6;border:0;position:relative;cursor:pointer;transition:background .18s ease;padding:0}.dp-switch.on{background:#3b82f6}.dp-switch-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0f121a40;transition:left .18s ease}.dp-switch.on .dp-switch-knob{left:18px}.dp-time-list{max-height:280px;overflow-y:auto;padding:6px 0;border-bottom:1px solid #F2F3F5}.dp-time-list::-webkit-scrollbar{width:6px}.dp-time-list::-webkit-scrollbar-thumb{background:#e5e6eb;border-radius:3px}.dp-time-row{width:100%;height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:transparent;border:0;cursor:pointer;font-size:14px;color:#1f2329;text-align:left}.dp-time-row:hover{background:#f5f7fa}.dp-time-row.cur{color:#3b82f6;font-weight:500}.dp-time-row.cur svg{color:#3b82f6}.dp-time-pill{margin:8px 14px;height:32px;display:flex;align-items:center;gap:8px;padding:0 8px 0 12px;background:#eef2ff;border-radius:8px;color:#1f2329;font-size:13px}.dp-time-pill svg{color:#4e5969}.dp-time-pill-val{background:#3b82f6;color:#fff;border-radius:4px;padding:1px 6px;font-weight:600;font-size:12.5px}.dp-time-pill-x{margin-left:auto;background:transparent;border:0;color:#86909c;cursor:pointer;display:inline-flex;align-items:center;padding:4px;border-radius:4px}.dp-time-pill-x:hover{background:#e5e6eb;color:#1f2329}.dp-list{padding:6px 0}.dp-list-row{width:100%;height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:transparent;border:0;cursor:pointer;font-size:13.5px;color:#1f2329;text-align:left}.dp-list-row:hover{background:#f5f7fa}.dp-list-row.sel{color:#3b82f6;font-weight:500}.dp-list-extra{color:#86909c;margin-left:4px;font-size:12.5px}.dp-list-divider{height:1px;background:#f2f3f5;margin:4px 14px}.dp-list-actions{display:flex;gap:8px;padding:8px 14px 6px;justify-content:flex-end}.dp-list-actions button{height:32px;border-radius:6px;padding:0 18px;font-size:13px;cursor:pointer;background:#fff;border:1px solid #E5E6EB;color:#4e5969}.dp-list-actions button.primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.dp-list-actions button.primary:hover{background:#2563eb}.sb-row{position:relative}.sb-drag-handle{position:absolute;left:2px;top:50%;transform:translateY(-50%);width:12px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#c9cdd4;cursor:grab;border-radius:3px;background:transparent;z-index:2;opacity:0;transition:opacity .12s ease;pointer-events:none}.sb-row:hover .sb-drag-handle,.sb-row.dragging .sb-drag-handle{opacity:1;pointer-events:auto}.sb-drag-handle:hover{color:#4e5969}.sb-drag-handle:active{cursor:grabbing}.sb-row.dragging{opacity:.4}.sb-row.drop-before:before,.sb-row.drop-after:after{content:"";position:absolute;left:8px;right:8px;height:2px;background:#6366f1;border-radius:2px;pointer-events:none}.sb-row.drop-before:before{top:-1px}.sb-row.drop-after:after{bottom:-1px}.sb-row.drop-into{background:#6366f114;outline:2px dashed rgba(99,102,241,.4);outline-offset:-2px}.tdl-row{position:relative;padding-left:22px!important}.tdl-row .row-drag{position:absolute;left:4px;top:50%;transform:translateY(-50%);width:16px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#c9cdd4;cursor:grab;border-radius:3px;background:transparent;z-index:3;opacity:0;transition:opacity .12s ease,color .12s ease;pointer-events:none}.tdl-row:hover .row-drag,.tdl-row.dragging .row-drag{opacity:1;pointer-events:auto}.tdl-row .row-drag:hover{color:#4e5969;background:#f2f3f5}.tdl-row .row-drag:active{cursor:grabbing}.tdl-row.dragging{opacity:.45}.tdl-row.drop-before:before,.tdl-row.drop-after:after{content:"";position:absolute;left:22px;right:12px;height:2px;background:#6366f1;border-radius:2px;pointer-events:none;z-index:4}.tdl-row.drop-before:before{top:0}.tdl-row.drop-after:after{bottom:0}.tdl-row-title-input{flex:1;min-width:0;height:auto;padding:0;margin:0;border:0;outline:0;background:transparent;box-shadow:none;font:inherit;color:inherit;caret-color:#6366f1}.tdl-row-title-input::-moz-selection{background:#6366f12e}.tdl-row-title-input::selection{background:#6366f12e}.tdl-row .tdl-row-title{cursor:text}.trm-icon-btn{position:relative}.trm-icon-btn .trm-tip{position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);background:#1f2329;color:#fff;font-size:12px;line-height:1;padding:5px 8px;border-radius:5px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:10}.trm-icon-btn:hover .trm-tip,.trm-icon-btn:focus-visible .trm-tip{opacity:1}.det-more-menu{background:#fff;border:1px solid #E5E6EB;border-radius:8px;box-shadow:0 8px 28px #0f121a24;padding:6px;min-width:168px;font-family:-apple-system,PingFang SC,sans-serif}.det-more-menu button{width:100%;height:36px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;background:transparent;border-radius:5px;color:#1f2329;cursor:pointer;font-size:13.5px;text-align:left}.det-more-menu button svg{color:#4e5969}.det-more-menu button:hover{background:#f5f7fa}.det-more-menu button.danger,.det-more-menu button.danger svg{color:#dc2626}.det-more-menu button.danger:hover{background:#dc262614}.ke-card{background:#fff;border:1px solid #E5E6EB;border-radius:12px;padding:22px;box-shadow:0 1px 2px #0f121a08;margin-bottom:14px}.ke-card-soft{background:#f5f7fa;border:1px solid #E5E6EB;border-left:3px solid #6366F1;border-radius:8px;padding:14px 16px}.ke-card-tint{background:#f5f7fa;border-radius:10px;padding:18px}.ke-overline{font-size:10px;font-weight:700;letter-spacing:1.2px;color:#86909c;text-transform:uppercase;margin-bottom:6px}.ke-sec-head h3{font-size:17px;font-weight:700;color:#1f2329;letter-spacing:-.2px;margin-bottom:4px}.ke-sec-head .badge-primary{display:inline-flex;align-items:center;gap:4px;background:#eef2ff;color:#6366f1;padding:3px 9px;border-radius:100px;font-size:10.5px;font-weight:700;letter-spacing:.3px;margin-bottom:10px}.ke-sec-head .badge-outline{display:inline-flex;align-items:center;background:transparent;color:#4e5969;padding:2px 8px;border-radius:100px;font-size:10.5px;font-weight:600;border:1px solid #E5E6EB}.kb-search{height:44px;background:#f5f7fa;border:1px solid #E5E6EB;border-radius:10px;display:flex;align-items:center;gap:10px;padding:0 14px;margin-bottom:14px}.kb-search input{flex:1;background:transparent;border:0;outline:0;font-size:13.5px;color:#1f2329}.kb-search input::-moz-placeholder{color:#c6cbd5}.kb-search input::placeholder{color:#c6cbd5}.kb-search svg{color:#86909c}.kb-search .badge{font-size:10px;padding:3px 8px;border-radius:5px;background:#fff;border:1px solid #E5E6EB;color:#86909c;font-weight:600}.kb-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.kb-chip{padding:6px 12px;border-radius:100px;background:#eef2ff;color:#6366f1;font-size:11.5px;font-weight:600;display:inline-flex;align-items:center;gap:5px;border:0;cursor:pointer;transition:background .12s ease}.kb-chip:hover{background:#e0e7ff}.kb-chip svg{width:12px;height:12px}.kb-chip.plus{background:#fff;color:#86909c;border:1px dashed #C6CBD5}.kb-chip.plus:hover{background:#f5f7fa;color:#1f2329;border-color:#86909c}.kb-folder{margin-bottom:14px}.kb-fname{font-size:12.5px;font-weight:600;color:#1f2329;padding:8px 10px;border-radius:6px;display:flex;align-items:center;gap:6px;margin-bottom:4px}.kb-fname svg{width:14px;height:14px;color:#6366f1}.kb-fname .c{color:#86909c;font-size:11px;font-weight:500;margin-left:auto}.kb-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #F2F3F5;border-radius:8px;background:#fff;margin-bottom:4px;cursor:pointer;transition:all .12s ease}.kb-item:hover{border-color:#c7d2fe;background:#eef2ff}.kb-item .ico{width:30px;height:30px;border-radius:6px;background:#eef2ff;color:#6366f1;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .12s ease}.kb-item:hover .ico{background:#6366f1;color:#fff}.kb-item .ico svg{width:15px;height:15px;stroke-width:2.25}.kb-item .t{flex:1;min-width:0}.kb-item .t .tt{font-size:13px;color:#1f2329;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.kb-item .t .src{font-size:11px;color:#86909c;margin-top:2px}.kb-item .badge{flex-shrink:0;padding:2px 8px;border-radius:100px;font-size:10.5px;font-weight:600}.kb-item .badge-primary{background:#eef2ff;color:#6366f1}.kb-item .badge-outline{background:transparent;color:#4e5969;border:1px solid #E5E6EB}.dao-system{background:#fff;border:1px solid #E5E6EB;border-radius:12px;padding:22px;margin-bottom:18px}.dao-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:4px;flex-wrap:wrap}.dao-head h3{font-size:16px;font-weight:700;color:#1f2329}.dao-desc{font-size:12px;color:#86909c;margin-bottom:16px}.dao-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dao-card{background:#fff;border-radius:10px;padding:14px;border:1px solid #E5E6EB;border-top:3px solid #6366F1;box-shadow:0 1px 2px #0f121a08}.dao-card:nth-child(1){border-top-color:#4338ca}.dao-card:nth-child(2){border-top-color:#6366f1}.dao-card:nth-child(3){border-top-color:#818cf8}.dao-card:nth-child(4){border-top-color:#a5b4fc}.dao-card .lbl{font-size:10px;font-weight:700;letter-spacing:1.5px;color:#6366f1;text-transform:uppercase;margin-bottom:6px}.dao-card .title{font-size:13.5px;font-weight:600;color:#1f2329;margin-bottom:6px;line-height:1.4}.dao-card .detail{font-size:11.5px;color:#4e5969;line-height:1.55;margin-bottom:8px}.dao-card .from{font-size:10px;color:#86909c}.tab-row{display:flex;gap:4px;margin-bottom:12px}.tab-pill{padding:6px 14px;border-radius:6px;background:transparent;color:#4e5969;font-size:12.5px;font-weight:500;border:0;cursor:pointer;transition:all .12s ease}.tab-pill:hover{background:#f5f7fa;color:#1f2329}.tab-pill.active{background:#eef2ff;color:#6366f1;font-weight:600}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.k-card{background:#fff;border:1px solid #E5E6EB;border-radius:10px;padding:14px;position:relative;cursor:pointer;transition:all .15s ease}.k-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #6366f11a;transform:translateY(-2px);background:#fafbff}.k-card .tag-top{position:absolute;top:12px;right:12px;padding:2px 8px;border-radius:100px;font-size:10px;font-weight:600;background:#eef2ff;color:#6366f1}.k-card h4{font-size:13.5px;font-weight:700;padding-right:50px;margin-bottom:8px;line-height:1.4;color:#1f2329}.k-card p{font-size:11.5px;color:#4e5969;line-height:1.55;margin-bottom:10px}.k-card .foot{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid #F2F3F5;font-size:10.5px;color:#86909c}.k-card .foot button{font-size:11px;color:#6366f1;font-weight:600;padding:3px 8px;background:#eef2ff;border-radius:5px;border:0;cursor:pointer}.k-card .foot button:hover{background:#e0e7ff}.notes-list{display:flex;flex-direction:column;gap:6px}.note-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #E5E6EB;border-radius:10px;background:#fff;cursor:pointer;transition:all .12s ease}.note-item:hover{border-color:#c7d2fe;background:#fafbff}.note-item .nico{width:32px;height:32px;border-radius:6px;background:#eef2ff;color:#6366f1;display:grid;place-items:center;flex-shrink:0}.note-item .body{flex:1;min-width:0}.note-item .title{font-size:13.5px;font-weight:600;color:#1f2329;margin-bottom:4px}.note-item .desc{font-size:12px;color:#4e5969;line-height:1.5;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.note-item .meta{font-size:10.5px;color:#86909c;margin-top:4px}.e-gauge{display:flex;align-items:center;gap:28px;margin-bottom:18px}.e-ring{flex:0 0 140px;width:140px;height:140px;position:relative}.e-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.e-ring .bg{stroke:#e0e7ff;stroke-width:10;fill:none}.e-ring .fg{stroke:#6366f1;stroke-width:10;stroke-linecap:round;fill:none;transition:stroke-dashoffset .6s ease}.e-ring .num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.e-ring .num b{font-size:32px;font-weight:700;color:#6366f1;font-variant-numeric:tabular-nums;line-height:1}.e-ring .num em{font-style:normal;font-size:11px;color:#86909c;margin-top:2px}.e-content{flex:1;min-width:0}.e-statement{font-size:17px;font-weight:700;color:#1f2329;letter-spacing:-.2px;line-height:1.4;margin-bottom:10px}.e-meta{font-size:12.5px;color:#4e5969;line-height:2}.e-meta-row{display:flex;align-items:center;gap:8px}.e-meta-row svg{flex-shrink:0;color:#86909c}.e-cta{display:inline-flex;align-items:center;gap:6px;margin-top:12px;height:32px;padding:0 14px;background:#6366f1;color:#fff;border-radius:7px;font-size:12.5px;font-weight:500;border:0;cursor:pointer;transition:background .12s ease}.e-cta:hover{background:#4f46e5}.training-steps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.training-step{background:#f5f7fa;border-radius:10px;padding:14px}.training-step .step-num{color:#6366f1;font-weight:700;font-size:12px;margin-bottom:4px}.training-step .step-desc{font-size:11.5px;color:#4e5969;line-height:1.5}.bar-chart{display:flex;align-items:flex-end;gap:8px;height:120px;padding:8px 0;border-bottom:1px solid #E5E6EB}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%}.bar-col .bar{width:100%;background:#a5b4fc;border-radius:4px 4px 0 0;min-height:2px;transition:all .3s ease}.bar-col.today .bar{background:#6366f1}.bar-col .d{font-size:10px;color:#86909c;margin-top:4px;font-weight:500;white-space:nowrap}.bar-col.today .d{color:#6366f1;font-weight:700}.ti-cards{display:flex;flex-direction:column;gap:12px}.ti-card{background:#f5f7fa;border-radius:10px;padding:16px}.ti-card .h{display:flex;align-items:center;gap:10px;margin-bottom:14px}.ti-card .h-ico{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #E5E6EB;color:#6366f1;display:grid;place-items:center;flex-shrink:0;transition:all .15s ease}.ti-card:hover .h-ico{background:#6366f1;border-color:#6366f1;color:#fff}.ti-card .name{font-size:13px;font-weight:700;color:#1f2329}.ti-card .sub{font-size:11px;color:#86909c;margin-top:2px}.ti-card .h-cta{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 10px;background:#6366f1;color:#fff;border-radius:6px;font-size:12px;font-weight:500;border:0;cursor:pointer}.ti-card .h-cta.outline{background:#fff;color:#4e5969;border:1px solid #E5E6EB}.ti-week{display:flex;gap:4px;margin-bottom:12px}.ti-day{flex:1;height:24px;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;color:#86909c;font-weight:600}.ti-day.done{background:#6366f1;color:#fff}.ti-day.today{border:1.5px dashed #818CF8;color:#6366f1;background:#fff}.ti-targets{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.ti-target{background:#fff;border-radius:6px;padding:8px 10px;text-align:center}.ti-target .k{font-size:10px;color:#86909c;margin-bottom:2px}.ti-target .v{font-size:13px;font-weight:700;color:#6366f1;font-variant-numeric:tabular-nums}.ti-foot{font-size:11px;color:#86909c;line-height:1.5}.energy-self-rate{background:#fff;border:1px solid #E5E6EB;border-radius:12px;padding:22px;margin-bottom:14px}.esr-head{display:flex;align-items:center;margin-bottom:18px}.esr-head .title{font-size:14px;font-weight:700;color:#1f2329}.esr-head .save{margin-left:auto;background:#6366f1;color:#fff;border-radius:7px;padding:0 14px;height:30px;font-size:12.5px;font-weight:500;border:0;cursor:pointer}.esr-head .save:hover{background:#4f46e5}.slider-row{margin-bottom:18px}.slider-row:last-child{margin-bottom:0}.slider-row .top{display:flex;align-items:center;margin-bottom:8px}.slider-row .top .label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#1f2329}.slider-row .top .label .dot{width:8px;height:8px;border-radius:50%}.slider-row .top .label .desc{font-size:11.5px;color:#86909c;font-weight:400;margin-left:4px}.slider-row .top .value{margin-left:auto;font-size:18px;font-weight:700;color:#1f2329;font-variant-numeric:tabular-nums}.slider-row input[type=range]{width:100%;height:6px;border-radius:3px;background:#e5e6eb;outline:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.slider-row input[type=range]::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;width:16px;height:16px;background:#fff;border:2px solid currentColor;border-radius:50%;cursor:pointer}.slider-row input[type=range]::-moz-range-thumb{width:16px;height:16px;background:#fff;border:2px solid currentColor;border-radius:50%;cursor:pointer;border:0}.slider-row.mind input[type=range]{color:#6366f1}.slider-row.brain input[type=range]{color:#3b82f6}.slider-row.body input[type=range]{color:#10b981}.slider-row .track{position:relative;height:6px;background:#e5e6eb;border-radius:3px}.slider-row .track-fill{height:100%;border-radius:3px}.slider-row.mind .track-fill{background:#6366f1}.slider-row.brain .track-fill{background:#3b82f6}.slider-row.body .track-fill{background:#10b981}.energy-trend{background:#fff;border:1px solid #E5E6EB;border-radius:12px;padding:22px}.energy-trend h4{font-size:14px;font-weight:700;color:#1f2329;margin-bottom:14px}.trend-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.trend-col{display:flex;flex-direction:column;align-items:center;gap:6px}.trend-col .d{font-size:11px;color:#86909c;font-weight:500;font-variant-numeric:tabular-nums}.trend-col .bars{display:flex;align-items:flex-end;gap:3px;height:60px;width:100%;padding:4px 0;justify-content:center}.trend-col .bars span{width:6px;border-radius:2px}.trend-col .bars .b1{background:#6366f1}.trend-col .bars .b2{background:#3b82f6}.trend-col .bars .b3{background:#10b981}.energy-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4.5px;border-radius:999px;outline:none;cursor:pointer;background:linear-gradient(to right,var(--energy-color) 0%,var(--energy-color) var(--energy-pct),#E5E6EB var(--energy-pct),#E5E6EB 100%);transition:background .15s ease}.energy-range::-webkit-slider-runnable-track{height:4.5px;background:transparent;border-radius:999px}.energy-range::-moz-range-track{height:4.5px;background:transparent;border-radius:999px}.energy-range::-moz-range-progress{height:4.5px;background:var(--energy-color);border-radius:999px}.energy-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--energy-color);border:2px solid #fff;box-shadow:0 1px 3px #0f121a2e;margin-top:-4.75px;cursor:grab;-webkit-transition:transform .12s ease,box-shadow .12s ease;transition:transform .12s ease,box-shadow .12s ease}.energy-range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--energy-color);border:2px solid #fff;box-shadow:0 1px 3px #0f121a2e;cursor:grab}.energy-range:hover::-webkit-slider-thumb{transform:scale(1.08);box-shadow:0 2px 6px #0f121a38}.energy-range:active::-webkit-slider-thumb{cursor:grabbing;transform:scale(1.12)}.energy-range:focus-visible{outline:2px solid var(--energy-color);outline-offset:4px}.dao-act-btn{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid #E5E6EB;color:#4e5969;border-radius:7px;padding:0 12px;height:30px;font-size:12px;cursor:pointer;font-family:inherit;margin-left:8px}.dao-act-btn:hover{background:#f5f7fa;color:#1f2329}.dao-act-btn:disabled{opacity:.6;cursor:not-allowed}.dao-act-btn-primary{background:#6366f1;color:#fff;border-color:#6366f1}.dao-act-btn-primary:hover{background:#4f46e5;color:#fff}.dao-group{margin-top:18px}.dao-group-head{display:flex;align-items:center;gap:10px;margin-bottom:10px;padding:0 2px}.dao-group-lbl{font-size:11px;font-weight:700;letter-spacing:.04em;color:#4338ca}.dao-group-desc{font-size:11.5px;color:#86909c}.dao-group-count{margin-left:auto;font-size:11px;color:#86909c;background:#f2f3f5;padding:1px 8px;border-radius:9px}.dao-group-empty{padding:14px;text-align:center;font-size:11.5px;color:#c0c5cf;background:#fafbfd;border:1px dashed #EAEDF2;border-radius:8px}.dao-card{position:relative}.dao-card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.dao-card-tag{font-size:10px;background:#eef2ff;color:#4338ca;padding:1px 6px;border-radius:3px}.dao-card .from{display:flex;align-items:center;justify-content:space-between}.dao-card-del{background:transparent;border:0;color:#c0c5cf;cursor:pointer;font-size:14px;padding:0 4px;font-family:inherit;opacity:0;transition:opacity .12s ease}.dao-card:hover .dao-card-del{opacity:1}.dao-card-del:hover{color:#ef4444}.spin{animation:dfsqSpin .9s linear infinite}@keyframes dfsqSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dao-modal-mask{position:fixed;inset:0;background:#0f121a5c;z-index:11500;display:flex;align-items:center;justify-content:center;padding:5vh 16px}.dao-modal{width:min(640px,100%);max-height:80vh;background:#fff;border:1px solid #E5E6EB;border-radius:12px;box-shadow:0 24px 64px #0f121a2e;display:flex;flex-direction:column;overflow:hidden}.dao-modal-head{height:48px;padding:0 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #F2F3F5;font-size:13.5px;font-weight:600;color:#1f2329}.dao-modal-input{flex:1;border:0;outline:0;resize:none;padding:14px 16px;font-family:inherit;font-size:13px;line-height:1.7;color:#1f2329;min-height:200px}.dao-modal-input::-moz-placeholder{color:#c0c5cf}.dao-modal-input::placeholder{color:#c0c5cf}.dao-modal-foot{padding:10px 16px;border-top:1px solid #F2F3F5;display:flex;align-items:center;justify-content:space-between}.dao-modal-hint{font-size:11.5px;color:#86909c}.ti-week{display:flex;flex-direction:column;gap:12px}.ti-week-row{display:flex;align-items:center;gap:12px}.ti-week-name{width:60px;flex-shrink:0;font-size:12.5px;font-weight:500;color:#1f2329}.ti-week-cells{display:flex;gap:4px;flex:1}.ti-week-cell{width:28px;height:28px;border-radius:6px;background:#f2f3f5;color:#c0c5cf;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:500}.ti-week-cell.done{background:#6366f1;color:#fff}.ti-week-cell.today{border:1.5px solid #4338CA}.ti-week-count{font-size:12.5px;color:#4e5969;width:36px;text-align:right;flex-shrink:0}.e-empty{text-align:center;padding:30px 16px;background:#fafbfd;border:1px dashed #EAEDF2;border-radius:9px}.kb-toolbar{display:flex;align-items:center;margin-bottom:14px}.kb-page-title{font-size:18px;font-weight:700;color:#1f2329;letter-spacing:-.2px}.kb-btn-primary{display:inline-flex;align-items:center;gap:6px;background:#6366f1;color:#fff;border:1px solid #6366F1;border-radius:7px;height:32px;padding:0 14px;font-size:12.5px;font-weight:500;cursor:pointer;transition:background .15s ease}.kb-btn-primary:hover{background:#4f46e5}.kb-btn-primary:disabled{opacity:.5;cursor:not-allowed}.kb-btn-ghost{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#4e5969;border:1px solid #E5E6EB;border-radius:7px;height:30px;padding:0 12px;font-size:12.5px;cursor:pointer;transition:all .15s ease}.kb-btn-ghost:hover{border-color:#6366f1;color:#6366f1;background:#eef2ff}.kb-icon-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:6px;color:#86909c;cursor:pointer}.kb-icon-btn:hover{background:#f5f7fa;color:#1f2329}.kb-input{width:100%;height:36px;padding:0 12px;border:1px solid #E5E6EB;border-radius:7px;background:#fff;font-size:13px;color:#1f2329;outline:none;transition:border-color .15s ease;font-family:inherit}.kb-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.kb-textarea{width:100%;padding:10px 12px;border:1px solid #E5E6EB;border-radius:7px;background:#fff;font-size:13px;font-family:inherit;color:#1f2329;outline:none;line-height:1.6;resize:vertical}.kb-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.kb-ask-btn{display:inline-flex;align-items:center;gap:4px;height:26px;padding:0 10px;border-radius:100px;background:#6366f1;color:#fff;font-size:11.5px;font-weight:500;border:0;cursor:pointer}.kb-ask-btn:hover{background:#4f46e5}.kb-search-results{margin:-4px 0 14px;padding:8px;background:#fff;border:1px solid #E5E6EB;border-radius:8px;box-shadow:0 4px 12px #0f121a0a}.kb-search-loading{padding:12px;font-size:12px;color:#86909c;text-align:center}.kb-search-empty{padding:14px;font-size:12.5px;color:#86909c;display:flex;flex-direction:column;align-items:center;gap:8px}.kb-search-item{display:flex;gap:10px;width:100%;padding:10px 12px;border-radius:6px;background:transparent;border:0;text-align:left;cursor:pointer;align-items:flex-start}.kb-search-item:hover{background:#f5f7fa}.kb-search-item .num{flex:0 0 22px;height:22px;border-radius:4px;background:#eef2ff;color:#6366f1;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.kb-search-item .body{flex:1;min-width:0}.kb-search-item .body .t{font-size:13px;color:#1f2329;font-weight:500}.kb-search-item .body .s{font-size:12px;color:#4e5969;line-height:1.5;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kb-search-item .body .m{font-size:10.5px;color:#86909c;margin-top:4px}.kb-link-btn{background:transparent;border:0;color:#6366f1;font-size:12px;cursor:pointer;padding:0}.kb-link-btn:hover{text-decoration:underline}.kb-empty{padding:28px;text-align:center;font-size:12.5px;color:#86909c;background:#fafbfd;border:1px dashed #E5E6EB;border-radius:8px}.kb-empty-hero{padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:14px}.kb-empty-hero p{font-size:14px;color:#4e5969}.kb-modal-mask{position:fixed;inset:0;background:#0f121a73;display:flex;align-items:center;justify-content:center;z-index:1000;animation:kb-fade-in .15s ease}.kb-modal{width:600px;max-width:92vw;max-height:86vh;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0f121a2e;display:flex;flex-direction:column;overflow:hidden}.kb-modal-head{display:flex;align-items:center;gap:8px;padding:14px 18px;border-bottom:1px solid #E5E6EB}.kb-modal-head h3{font-size:15px;font-weight:600;color:#1f2329;flex:1}.kb-modal-body{padding:18px;overflow:auto;flex:1}.kb-modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:12px 18px;border-top:1px solid #E5E6EB;background:#fafbfd}.kb-tabs{display:flex;padding:8px 18px 0;border-bottom:1px solid #E5E6EB}.kb-tab{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;margin-bottom:-1px;background:transparent;border:0;border-bottom:2px solid transparent;color:#86909c;font-size:12.5px;font-weight:500;cursor:pointer}.kb-tab.active{color:#6366f1;border-bottom-color:#6366f1}.kb-drop{border:2px dashed #C7D2FE;border-radius:10px;padding:36px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;background:#fafbff;color:#4e5969;transition:all .15s ease}.kb-drop:hover{border-color:#6366f1;background:#eef2ff}.kb-drop p{font-size:14px;font-weight:500;color:#1f2329}.kb-drop span{font-size:11.5px;color:#86909c}.kb-drop svg{color:#6366f1}.kb-form{display:flex;flex-direction:column;gap:14px}.kb-form label{display:flex;flex-direction:column;gap:6px}.kb-form label>span{font-size:11.5px;color:#4e5969;font-weight:500}.kb-row{display:flex;gap:10px}.kb-grow{flex:1}.kb-tip{font-size:11.5px;color:#86909c;line-height:1.5;margin-top:-4px}.kb-drawer-mask{position:fixed;inset:0;background:#0f121a52;z-index:900;display:flex;justify-content:flex-end;animation:kb-fade-in .15s ease}.kb-drawer{width:720px;max-width:92vw;height:100%;background:#fff;display:flex;flex-direction:column;overflow:hidden;box-shadow:-8px 0 32px #0f121a1f;animation:kb-slide-right .2s ease}@keyframes kb-slide-right{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes kb-fade-in{0%{opacity:0}to{opacity:1}}.kb-drawer-head{display:flex;align-items:center;gap:8px;padding:12px 18px;border-bottom:1px solid #E5E6EB}.kb-meta-tag{font-size:11px;color:#6366f1;font-weight:600;letter-spacing:.5px;text-transform:uppercase;flex:1}.kb-drawer-title{font-size:19px;font-weight:700;color:#1f2329;letter-spacing:-.3px;padding:14px 18px 6px}.kb-drawer-meta{padding:0 18px 10px;display:flex;flex-wrap:wrap;gap:8px;font-size:11.5px;color:#86909c;align-items:center}.kb-drawer-meta a{color:#6366f1;text-decoration:none}.kb-drawer-meta a:hover{text-decoration:underline}.kb-tag-row{padding:0 18px 10px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.kb-tag{display:inline-block;padding:3px 8px;border-radius:4px;background:#eef2ff;color:#4f46e5;font-size:11.5px;cursor:pointer}.kb-tag:hover{background:#e0e7ff}.kb-mini-btn{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid #E5E6EB;border-radius:4px;padding:2px 8px;font-size:11px;color:#4e5969;cursor:pointer}.kb-mini-btn:hover{border-color:#6366f1;color:#6366f1}.kb-tag-input{height:22px;padding:0 8px;border:1px solid #6366F1;border-radius:4px;outline:none;font-size:12px;width:90px}.kb-actions{padding:8px 18px 14px;display:flex;gap:6px;flex-wrap:wrap;border-bottom:1px solid #E5E6EB}.kb-action{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;border:1px solid #E5E6EB;background:#fff;font-size:12px;color:#4e5969;cursor:pointer}.kb-action:hover{border-color:#6366f1;color:#6366f1;background:#eef2ff}.kb-action:disabled{opacity:.5;cursor:not-allowed}.kb-action.danger{color:#dc2626}.kb-action.danger:hover{color:#fff;background:#dc2626;border-color:#dc2626}.kb-action.primary{background:#6366f1;color:#fff;border-color:#6366f1}.kb-action.primary:hover{background:#4f46e5;color:#fff}.kb-cards-strip{padding:10px 18px;background:#fafbfd;border-bottom:1px solid #E5E6EB}.kb-cards-strip-title{font-size:11px;color:#86909c;font-weight:600;letter-spacing:.5px;margin-bottom:6px}.kb-cards-strip-list{display:flex;gap:6px;flex-wrap:wrap}.kb-card-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:100px;background:#fff;border:1px solid #E5E6EB;font-size:11.5px;color:#1f2329}.kb-card-pill em{font-style:normal;font-size:10px;font-weight:700;letter-spacing:.5px;color:#6366f1}.kb-card-pill.kind-insight em{color:#f59e0b}.kb-card-pill.kind-quote em{color:#10b981}.kb-drawer-content{flex:1;overflow:auto;padding:14px 18px 28px}.kb-content-pre{font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;font-size:13.5px;color:#1f2329;line-height:1.78;white-space:pre-wrap;word-break:break-word}.kb-fullarea{width:100%;min-height:60vh;font-size:13.5px;line-height:1.78}.kb-idx-badge{display:inline-block;padding:1px 7px;border-radius:4px;font-size:10.5px;font-weight:600}.kb-idx-badge.st-pending{background:#fef3c7;color:#b45309}.kb-idx-badge.st-partial{background:#dbeafe;color:#1d4ed8}.kb-idx-badge.st-ready{background:#d1fae5;color:#047857}.kb-idx-badge.st-failed{background:#fee2e2;color:#b91c1c}.kb-ask-mask{position:fixed;inset:0;background:#0f121a66;z-index:950;display:flex;align-items:flex-start;justify-content:center;padding-top:80px;animation:kb-fade-in .15s ease}.kb-ask{width:720px;max-width:92vw;max-height:calc(100vh - 120px);background:#fff;border-radius:12px;box-shadow:0 20px 60px #0f121a2e;display:flex;flex-direction:column;overflow:hidden}.kb-ask-head{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #E5E6EB}.kb-ask-head h3{flex:1;font-size:14.5px;font-weight:600;color:#1f2329;display:flex;align-items:center;gap:6px}.kb-ask-head h3 svg{color:#6366f1}.kb-ask-input-row{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid #E5E6EB}.kb-ask-input-row .kb-input{flex:1;height:38px}.kb-ask-input-row .kb-btn-primary{height:38px}.kb-ask-error{margin:12px 16px;padding:8px 12px;background:#fee2e2;color:#991b1b;font-size:12px;border-radius:6px}.kb-ask-sources{padding:10px 16px;border-bottom:1px solid #E5E6EB;max-height:220px;overflow:auto}.kb-ask-sources-head{font-size:11px;color:#86909c;font-weight:600;letter-spacing:.5px;margin-bottom:6px}.kb-source-item{width:100%;display:flex;align-items:flex-start;gap:10px;padding:8px 10px;border:0;border-radius:6px;background:transparent;text-align:left;cursor:pointer}.kb-source-item:hover{background:#f5f7fa}.kb-source-item .num{flex:0 0 22px;height:22px;border-radius:4px;background:#eef2ff;color:#6366f1;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.kb-source-item .body{flex:1;min-width:0}.kb-source-item .body .t{font-size:12.5px;font-weight:500;color:#1f2329}.kb-source-item .body .s{font-size:11.5px;color:#4e5969;margin-top:2px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kb-ask-answer{padding:14px 16px;overflow:auto;flex:1}.kb-ask-answer-text{font-size:13.5px;line-height:1.78;color:#1f2329;white-space:pre-wrap}.kb-ask-cite{display:inline-flex;align-items:center;padding:0 4px;margin:0 2px;height:18px;border-radius:4px;background:#eef2ff;color:#6366f1;font-size:11px;font-weight:700;border:0;cursor:pointer;vertical-align:text-top}.kb-ask-cite:hover{background:#c7d2fe}.kb-ask-rate{margin-top:12px;padding-top:10px;border-top:1px solid #E5E6EB;display:flex;align-items:center;gap:8px;font-size:11.5px;color:#86909c}.kb-rate-btn{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid #E5E6EB;border-radius:4px;padding:3px 10px;font-size:11.5px;cursor:pointer;color:#4e5969}.kb-rate-btn:hover{border-color:#6366f1;color:#6366f1}.kb-rate-btn.on{background:#6366f1;color:#fff;border-color:#6366f1}.kb-ask-empty{padding:32px 16px;text-align:center;font-size:12.5px;color:#86909c}.kb-spin{animation:kb-rotate .9s linear infinite}@keyframes kb-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button.kb-item{width:100%;text-align:left;font:inherit;cursor:pointer}.ne-shell{display:flex;height:100%;width:100%;background:#fff;overflow:hidden;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;color:#1f2329}.nt-sidebar{width:260px;flex:0 0 260px;height:100%;background:#fafbfd;border-right:1px solid #EAEDF2;display:flex;flex-direction:column;overflow:hidden}.nt-sb-search{display:flex;align-items:center;gap:6px;margin:12px 12px 4px;padding:0 10px;height:30px;background:#fff;border:1px solid #E5E6EB;border-radius:7px}.nt-sb-search:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.nt-sb-search svg{color:#86909c;flex-shrink:0}.nt-sb-search input{flex:1;border:0;outline:0;background:transparent;font-size:12.5px;color:#1f2329;font-family:inherit}.nt-sb-section-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 4px;font-size:11px;font-weight:600;color:#86909c;letter-spacing:.5px}.nt-tree{flex:1;overflow-y:auto;padding:0 6px 12px}.nt-tree::-webkit-scrollbar{width:6px}.nt-tree::-webkit-scrollbar-thumb{background:#969eae4d;border-radius:3px}.nt-empty{padding:18px 8px;font-size:12px;color:#86909c;text-align:center}.nt-row{position:relative;height:28px;display:flex;align-items:center;gap:4px;padding:0 6px;border-radius:4px;font-size:13px;color:#1f2329;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .12s ease}.nt-row:hover{background:#1f23290d}.nt-row.active{background:#6366f114;color:#6366f1}.nt-row.active:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:3px;border-radius:2px;background:#6366f1}.nt-row.dragging{opacity:.4}.nt-row.drop-before:before{content:"";position:absolute;left:4px;right:4px;top:-1px;height:2px;background:#6366f1;border-radius:2px}.nt-row.drop-after:after{content:"";position:absolute;left:4px;right:4px;bottom:-1px;height:2px;background:#6366f1;border-radius:2px}.nt-row.drop-inside{background:#6366f11f;outline:none;box-shadow:inset 3px 0 #6366f1}.nt-caret{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#86909c;cursor:pointer;border-radius:2px;transition:transform .15s ease;flex-shrink:0}.nt-caret:hover{background:#1f232914}.nt-caret.open{transform:rotate(90deg)}.nt-icon{width:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#86909c}.nt-row.active .nt-icon{color:#6366f1}.nt-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nt-label mark{background:#eef2ff;color:#6366f1;padding:0 1px;border-radius:2px}.nt-rename-input{flex:1;height:22px;padding:0 4px;border:1px solid #6366F1;border-radius:3px;outline:0;font-size:13px;color:#1f2329;background:#fff;font-family:inherit;-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.nt-actions{display:none;align-items:center;gap:2px}.nt-row:hover .nt-actions{display:inline-flex}.nt-row.dragging .nt-actions{display:none}.nt-action{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:3px;color:#86909c;cursor:pointer}.nt-action:hover{background:#1f232914;color:#1f2329}.nt-sb-section-head .nt-action{display:inline-flex}.nt-menu{background:#fff;border:1px solid #E5E6EB;border-radius:7px;box-shadow:0 12px 36px #0f121a1f;padding:4px;min-width:140px}.nt-menu button{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;background:transparent;border:0;border-radius:4px;font-size:12.5px;color:#1f2329;cursor:pointer;text-align:left;font-family:inherit}.nt-menu button:hover{background:#1f23290f}.nt-menu button.danger{color:#dc2626}.nt-menu button.danger:hover{background:#dc262614}.nt-menu-divider{height:1px;background:#eaedf2;margin:4px 0}.ne-area{flex:1;height:100%;background:#fff;overflow:hidden;display:flex;flex-direction:column}.ne-scroll{flex:1;overflow-y:auto}.ne-inner{max-width:800px;margin:0 auto;padding:40px 96px 240px}.ne-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#86909c}.ne-empty svg{color:#dee2e8}.ne-empty p{font-size:13px}.ne-empty-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;background:#6366f1;color:#fff;border:0;border-radius:7px;font-size:12.5px;font-weight:500;cursor:pointer;font-family:inherit}.ne-empty-btn:hover{background:#4f46e5}.ne-doc-icon{margin-bottom:18px;color:#c7d2fe}.ne-doc-title{width:100%;border:0;outline:0;background:transparent;font-size:32px;font-weight:700;letter-spacing:-.5px;color:#1f2329;font-family:inherit;padding:0;margin:0 0 12px}.ne-doc-title::-moz-placeholder{color:#c9cdd4}.ne-doc-title::placeholder{color:#c9cdd4}.ne-doc-meta{display:flex;align-items:center;gap:10px;font-size:12px;color:#86909c;margin-bottom:28px}.ne-avatar{width:18px;height:18px;border-radius:50%;background:#6366f1;color:#fff;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}.blocks,.ne-blocks{position:relative}.block{position:relative;display:flex;align-items:flex-start;margin-left:-44px;padding:2px 0 2px 44px;border-radius:3px}.block-handle{position:absolute;left:0;top:50%;transform:translateY(-50%);display:none;gap:2px;align-items:center;height:24px}.block:hover>.block-handle,.block.menu-open>.block-handle{display:flex}.block-handle .h-btn{width:20px;height:20px;border:0;background:transparent;border-radius:3px;display:flex;align-items:center;justify-content:center;color:#86909c;cursor:pointer;padding:0}.block-handle .h-btn:hover{background:#1f23290f;color:#1f2329}.block-handle .h-btn.drag{cursor:grab}.block-handle .h-btn.drag:active{cursor:grabbing}.block.dragging{opacity:.4}.block-drop{height:2px;background:#6366f1;border-radius:1px;margin-left:0}.block .b-content{flex:1;min-width:0;outline:0;line-height:1.7;font-size:15px;padding:1px 2px;word-break:break-word;color:#1f2329}.block.placeholder .b-content:before{content:attr(data-ph);color:#c9cdd4;pointer-events:none}.block.h1 .b-content{font-size:30px;line-height:1.4;font-weight:700;padding:8px 2px}.block.h1{margin-top:24px}.block.h2 .b-content{font-size:24px;line-height:1.4;font-weight:700;padding:6px 2px}.block.h2{margin-top:16px}.block.h3 .b-content{font-size:18px;line-height:1.4;font-weight:600;padding:4px 2px}.block.h3{margin-top:8px}.block.bullet .b-content,.block.numbered .b-content,.block.todo .b-content{padding-left:0}.block.bullet>.b-prefix,.block.numbered>.b-prefix,.block.todo>.b-prefix{flex-shrink:0;width:24px;display:flex;align-items:flex-start;justify-content:center;padding-top:5px;color:#4e5969;font-size:15px;line-height:1.7;-webkit-user-select:none;-moz-user-select:none;user-select:none}.block.todo>.b-prefix{padding-top:4px;cursor:pointer}.block.todo .checkbox{width:16px;height:16px;border:1.5px solid #C9CDD4;border-radius:3px;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .15s}.block.todo.checked .checkbox{background:#6366f1;border-color:#6366f1;color:#fff}.block.todo.checked .b-content{text-decoration:line-through;color:#86909c}.block.quote{padding-left:48px}.block.quote .b-content{border-left:3px solid #6366F1;padding-left:14px;color:#4e5969;font-style:italic}.block.code{padding-left:44px}.block.code .b-content{font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-size:13.5px;background:#f6f7f9;border:1px solid #EAEDF2;border-radius:6px;padding:12px 14px;line-height:1.6;white-space:pre-wrap}.block.divider{padding:8px 0 8px 44px}.block.divider .b-content{border-top:1px solid #EAEDF2;height:1px;padding:0;cursor:pointer}.block.callout .b-content{background:#eef2ff;border:1px solid #C7D2FE;border-radius:6px;padding:12px 14px}.block.callout .b-content:before{content:"💡";margin-right:8px}.b-content b,.b-content strong{font-weight:600}.b-content i,.b-content em{font-style:italic}.b-content u{text-decoration:underline}.b-content s,.b-content del{text-decoration:line-through;color:#86909c}.b-content code{font-family:JetBrains Mono,SF Mono,Consolas,monospace;background:#87837826;color:#eb5757;padding:1px 5px;border-radius:3px;font-size:.92em}.ne-slash{background:#fff;border:1px solid #E5E6EB;border-radius:8px;box-shadow:0 12px 36px #0f121a1f;padding:4px;min-width:200px;max-height:320px;overflow-y:auto}.ne-slash button{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:0;background:transparent;border-radius:5px;font-size:13px;color:#1f2329;cursor:pointer;text-align:left;font-family:inherit}.ne-slash button:hover{background:#eef2ff}.ne-slash .ic{width:22px;display:inline-flex;align-items:center;justify-content:center;color:#86909c}.ne-mn .mn-tree{margin-top:8px}.mn-row{display:flex;align-items:flex-start;gap:6px;padding:3px 0;position:relative}.mn-row.root .mn-text{font-weight:700;font-size:17px}.mn-caret{position:relative;width:18px;height:22px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:50%;color:#4e5969;cursor:pointer;padding:0;font-family:inherit;flex-shrink:0;opacity:0;transition:opacity .15s ease,background .12s ease}.mn-row:hover .mn-caret{opacity:1}.mn-caret:hover{background:#e5e7eb;color:#1f2329}.mn-caret>svg{transition:transform .18s ease}.mn-caret:not(.open)>svg{transform:rotate(-90deg)}.mn-caret.open>svg{transform:rotate(0)}.mn-caret .mn-caret-tip{position:absolute;left:50%;bottom:calc(100% + 4px);transform:translate(-50%);background:#1f2329;color:#fff;font-size:11.5px;line-height:1;padding:5px 8px;border-radius:5px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:5}.mn-caret:hover .mn-caret-tip{opacity:1}.mn-caret-placeholder{display:inline-block;width:18px;height:22px;flex-shrink:0}.mn-bullet{flex-shrink:0;width:6px;height:6px;margin:9px 4px 0 0;border-radius:50%;background:#6366f1}.mn-subtree{position:relative}.mn-children{margin-left:27px;padding-left:13px;padding-top:4px;padding-bottom:2px;border-left:1px solid #E5E7EB}.mn-row:after{content:none}.mn-row.no-line:after{display:none}.mn-text{flex:1;min-height:22px;outline:0;font-size:14.5px;line-height:1.6;word-break:break-word}.mn-text:empty:before{content:attr(data-placeholder);color:#c9cdd4}.mn-tip{margin-top:32px;padding:8px 12px;background:#fafbfd;border:1px solid #EAEDF2;border-radius:6px;font-size:11.5px;color:#86909c}.ne-mm .mm-canvas{margin-top:12px;padding:16px 0 32px}.mm-branch{position:relative}.mm-children{margin-left:24px;border-left:1.5px dashed #C7D2FE;padding-left:16px}.mm-node{display:inline-flex;align-items:center;gap:6px;margin:5px 0;padding:5px 12px;background:#fff;border:1.5px solid #E5E6EB;border-radius:7px;font-size:13.5px;color:#1f2329;cursor:pointer;outline:none;transition:all .12s ease;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mm-node:hover{border-color:#c7d2fe}.mm-node.selected{border-color:#6366f1;background:#eef2ff;box-shadow:0 0 0 3px #6366f11f}.mm-node.depth-0{background:#6366f1;color:#fff;border-color:#6366f1;font-weight:600;font-size:15px;padding:7px 16px}.mm-node.depth-0.selected{background:#4f46e5}.mm-node.depth-1{background:#eef2ff;border-color:#c7d2fe;color:#4338ca;font-weight:500}.mm-node.depth-2{background:#fff;border-color:#c7d2fe}.mm-input{border:0;outline:0;background:transparent;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;padding:0;min-width:80px}.mm-actions{display:none;align-items:center;gap:2px;margin-left:4px}.mm-node:hover .mm-actions,.mm-node.selected .mm-actions{display:inline-flex}.mm-actions button{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:3px;color:currentColor;cursor:pointer;opacity:.7}.mm-actions button:hover{background:#ffffff40;opacity:1}.mm-node:not(.depth-0) .mm-actions button:hover{background:#6366f11f}.ne-slash{width:260px;max-height:360px}.ne-slash-group+.ne-slash-group{margin-top:4px}.ne-slash-section{padding:8px 12px 4px;font-size:11px;color:#9ca3af;font-weight:700;letter-spacing:.5px}.ne-slash button{min-height:36px;padding:7px 10px}.ne-slash .ic{width:28px;height:28px;border-radius:5px;background:#f2f3f5;color:#6b7280}.ne-slash .ic .txt-icon{font-size:14px;font-weight:700}.ne-slash .lb{flex:1;min-width:0}.ne-slash .sc{margin-left:auto;color:#9ca3af;font-size:12px;font-weight:500}.ne-slash button:hover{background:#1f23290f}.block.placeholder:hover,.block.placeholder:focus-within{background:transparent}.block.placeholder .b-content:before{content:""!important}.block.placeholder .block-handle .h-btn.type,.block.placeholder .block-handle .h-btn.drag{display:none}.block:not(.placeholder) .block-handle .h-btn.add{display:none}.block .h-btn.type{color:#6366f1}.block .h-btn.type .txt-icon{font-size:14px;font-weight:700;line-height:1}.ne-block-popover{background:#fff;border:1px solid #DEE2E8;border-radius:7px;box-shadow:0 10px 28px #0f121a24;color:#1f2329;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;overflow:hidden}.ne-pop-section{padding:14px 18px 8px;color:#86909c;font-size:13px;font-weight:600}.ne-insert-popover{width:300px;max-height:460px;overflow-y:auto;padding-bottom:8px}.ne-insert-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:2px 18px 12px}.ne-insert-grid button{height:30px;border:0;border-radius:6px;background:transparent;color:#1f2329;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600}.ne-insert-grid button:hover{background:#f2f3f5}.ne-insert-grid .htext{font-size:15px;letter-spacing:-.5px}.ne-insert-list{display:flex;flex-direction:column;padding:0 8px}.ne-insert-list button{height:38px;display:flex;align-items:center;gap:12px;padding:0 10px;border:0;background:transparent;border-radius:5px;color:#1f2329;cursor:pointer;font-size:14px;text-align:left}.ne-insert-list button:hover{background:#f2f3f5}.ne-insert-list .ci{width:22px;color:#6366f1;display:inline-flex;justify-content:center}.ne-format-popover{width:288px;padding:8px 0}.ne-format-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;padding:0 14px 8px}.ne-format-grid button{height:30px;border:0;border-radius:6px;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:#1f2329;cursor:pointer;font-size:15px;font-weight:600}.ne-format-grid button:hover,.ne-format-grid button:first-child{background:#eef2ff;color:#6366f1}.ne-format-grid .txt-icon{font-size:18px;font-weight:700}.ne-format-grid .htext{font-size:14px;letter-spacing:-.5px}.ne-format-divider{height:1px;background:#e5e6eb;margin:6px 0}.ne-format-row{width:100%;height:38px;display:flex;align-items:center;gap:14px;padding:0 18px;border:0;background:transparent;font-size:14px;color:#1f2329;cursor:pointer;text-align:left}.ne-format-row:hover:not(.disabled){background:#f2f3f5}.ne-format-row.disabled{cursor:default}.ne-format-row .arrow{margin-left:auto;color:#9ca3af;font-size:20px;line-height:1}.ne-format-row.danger{color:#dc2626}.ne-format-row.danger:hover{background:#dc262614}.pane-resizer{position:absolute;top:0;right:-3px;width:6px;height:100%;cursor:col-resize;z-index:30;background:transparent;transition:background .12s ease}.pane-resizer:after{content:"";position:absolute;top:0;bottom:0;left:2px;width:1px;background:transparent;transition:background .12s ease,width .12s ease}.pane-resizer:hover:after,.resizing-x .pane-resizer:after{background:#6366f1;width:2px}body.resizing-x{cursor:col-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}body.resizing-x *{cursor:col-resize!important}.nt-sidebar,.secondary-pane{position:relative}.block.is-editing>.block-handle{display:none!important}.block.placeholder.is-focused:not(.is-editing)>.block-handle{display:flex!important}.block.placeholder.is-focused:not(.is-editing) .block-handle .h-btn.add{width:34px;height:34px;border:1px solid #DADFE8;border-radius:8px;background:#fff;color:#1f2329;box-shadow:0 1px 2px #0f121a0a}.block.placeholder.is-focused:not(.is-editing) .block-handle .h-btn.add:hover{border-color:#c9cdd4;background:#f7f8fa}.block.placeholder.is-editing>.block-handle{display:none!important}.block.placeholder .block-handle .h-btn.add{width:34px!important;height:34px!important;border:1px solid #DADFE8!important;border-radius:8px!important;background:#fff!important;color:#1f2329!important;box-shadow:0 1px 2px #0f121a0a!important}.block.placeholder .block-handle .h-btn.add:hover{border-color:#c9cdd4!important;background:#f7f8fa!important}.block.placeholder>.block-handle{display:none!important}.block.placeholder.active-block.is-focused:not(.is-editing)>.block-handle,.block.placeholder.active-block:hover>.block-handle{display:flex!important}.block.placeholder:not(.active-block):hover>.block-handle{display:none!important}.ne-mm .mind-canvas{position:relative;margin-top:14px;padding:24px 16px 48px;min-height:360px;outline:none}.ne-mm .mind-svg{position:absolute;left:0;top:0;pointer-events:none;z-index:0}.ne-mm .mind-tree{position:relative;z-index:1;display:inline-block}.mind-node{display:flex;align-items:flex-start;gap:0}.mind-node>.mind-row{display:inline-flex;align-items:center;gap:6px}.mind-children{display:flex;flex-direction:column;gap:6px;margin-left:56px;padding:6px 0}.mind-bubble{display:inline-block;min-width:60px;max-width:320px;padding:7px 14px;border-radius:8px;background:#fff;border:1.5px solid #E5E6EB;font-size:13.5px;color:#1f2329;cursor:pointer;outline:none;word-break:break-all;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;position:relative}.mind-bubble:hover{border-color:#c7d2fe}.mind-bubble.selected{border-color:#6366f1;box-shadow:0 0 0 3px #6366f129}.mind-bubble.editing{background:#fff;cursor:text;-webkit-user-select:text;-moz-user-select:text;user-select:text;border-color:#6366f1;box-shadow:0 0 0 3px #6366f129}.mind-bubble.placeholder:before{content:attr(data-placeholder);color:#c0c5cf;pointer-events:none}.mind-bubble.root{background:#6366f1;color:#fff;border-color:#6366f1;font-weight:600;font-size:14.5px;padding:9px 18px}.mind-bubble.root:hover{background:#4f46e5;border-color:#4f46e5}.mind-bubble.root.selected{box-shadow:0 0 0 3px #6366f147}.mind-bubble.root.placeholder:before{color:#ffffffb3}.mind-bubble.root.editing{background:#4f46e5;color:#fff}.mind-bubble.depth-1{background:#eef2ff;border-color:#c7d2fe;color:#4338ca;font-weight:500}.mind-toggle{width:18px;height:18px;border-radius:50%;border:1px solid #C7CDD7;background:#fff;color:#4e5969;cursor:pointer;font-size:12px;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0;font-family:inherit}.mind-toggle:hover{background:#f5f7fa;border-color:#6366f1;color:#6366f1}.mind-hint{position:absolute;bottom:12px;left:16px;right:16px;display:flex;flex-wrap:wrap;gap:14px;padding:8px 12px;background:#fafbfd;border:1px solid #EAEDF2;border-radius:7px;font-size:11.5px;color:#86909c}.mind-hint kbd{display:inline-block;padding:1px 5px;margin-right:4px;font-family:-apple-system,sans-serif;font-size:11px;color:#4e5969;background:#fff;border:1px solid #E5E6EB;border-radius:3px}.ne-ai-list .ne-ai-row{display:flex;align-items:flex-start;gap:8px;width:100%;padding:7px 10px;border:0;background:transparent;text-align:left;cursor:pointer;font-family:inherit;border-radius:5px}.ne-ai-list .ne-ai-row:hover{background:#eef2ff}.ne-ai-list .ne-ai-row:disabled{opacity:.6;cursor:not-allowed}.ne-ai-list .ci.ai{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;flex-shrink:0;margin-top:1px}.ne-ai-text{display:flex;flex-direction:column;gap:1px;min-width:0}.ne-ai-label{font-size:12.5px;color:#1f2329;font-weight:500}.ne-ai-desc{font-size:11px;color:#86909c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.habit-page{padding:22px 28px 28px;height:100%;min-height:0;overflow-y:auto;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif;max-width:980px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:14px}.habit-top{display:flex;align-items:flex-start;justify-content:space-between}.habit-page-title{margin:0;font-size:20px;font-weight:700;color:#1f2329}.habit-page-sub{margin:4px 0 0;font-size:12.5px;color:#86909c}.habit-add-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 14px;background:#6366f1;color:#fff;border:0;border-radius:7px;font-size:13px;cursor:pointer;font-family:inherit}.habit-add-btn:hover{background:#4f46e5}.habit-week-bar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:14px 4px;background:#fff;border:1px solid #EAEDF2;border-radius:10px}.habit-week-day{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;background:transparent;border:0;border-radius:9px;cursor:pointer;font-family:inherit;color:#4e5969;transition:background .12s ease}.habit-week-day:hover{background:#f5f7fa}.habit-week-day.selected{background:#eef2ff;color:#6366f1}.habit-week-day.today .dn{color:#6366f1}.habit-week-day .wd{font-size:12px;color:#86909c}.habit-week-day.selected .wd{color:#6366f1}.habit-week-day .dn{font-size:16px;font-weight:700;color:#1f2329}.habit-week-day.selected .dn{color:#6366f1}.hwd-ring{margin-top:2px}.habit-date-chip{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:4px 10px;background:#f5f7fa;color:#4e5969;border-radius:4px;font-size:12px}.habit-date-chip .x{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:3px;color:#86909c;cursor:pointer}.habit-date-chip .x:hover{background:#e5e7eb;color:#1f2329}.habit-empty{background:#fff;border:1px solid #EAEDF2;border-radius:10px;padding:56px 16px;text-align:center;color:#86909c}.habit-empty-icon{width:56px;height:56px;border-radius:50%;background:#ecfdf5;color:#10b981;margin:0 auto 14px;display:grid;place-items:center}.habit-empty-title{font-size:14px;color:#1f2329;font-weight:600;margin-bottom:4px}.habit-empty-sub{font-size:12.5px}.habit-card-list{display:flex;flex-direction:column;gap:8px}.habit-card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#fff;border:1px solid #EAEDF2;border-radius:12px;position:relative;transition:border-color .12s ease,box-shadow .12s ease}.habit-card:hover{border-color:#c7d2fe}.habit-card.checked{background:#fcfefd}.habit-card-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;font-size:22px}.habit-card-icon .emoji{line-height:1}.habit-card-body{flex:1;min-width:0}.habit-card-name{font-size:15px;font-weight:600;color:#1f2329;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.habit-card-meta{margin-top:4px;display:flex;align-items:center;gap:8px;font-size:12px;color:#86909c}.habit-card-meta .m-zap,.habit-card-meta .m-flame{display:inline-flex;align-items:center;gap:3px;font-weight:500}.habit-card-meta .m-group{background:#f2f3f5;color:#4e5969;padding:1px 6px;border-radius:3px;font-size:11px}.habit-card-actions{display:none}.habit-card-tick{width:28px;height:28px;border-radius:50%;border:2px solid #DCDFE6;background:#fff;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;flex-shrink:0;transition:border-color .12s ease,background .12s ease;font-family:inherit}.habit-card-tick:hover{border-color:#10b981}.habit-card-tick.checked{background:#10b981;border-color:#10b981;color:#fff}.habit-ctx-menu{position:fixed;z-index:10000;background:#fff;border:1px solid #E5E6EB;border-radius:8px;box-shadow:0 8px 24px #0f121a24;padding:4px;min-width:130px;animation:habit-fade-in .1s ease}.habit-ctx-menu button{width:100%;height:32px;display:flex;align-items:center;gap:8px;padding:0 10px;border:0;background:transparent;border-radius:5px;color:#1f2329;font-size:13px;cursor:pointer;font-family:inherit;text-align:left}.habit-ctx-menu button:hover{background:#f5f7fa}.habit-ctx-menu button.danger{color:#dc2626}.habit-ctx-menu button.danger:hover{background:#dc262614}.habit-modal-overlay{position:fixed;inset:0;background:#0f121a66;z-index:9999;display:flex;align-items:center;justify-content:center;animation:habit-fade-in .12s ease}@keyframes habit-fade-in{0%{opacity:0}to{opacity:1}}.habit-modal{background:#fff;border-radius:12px;width:480px;max-width:92vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 16px 40px #0f121a33;font-family:inherit;overflow:hidden}.habit-modal-head{height:44px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #F2F3F5;font-size:14px;font-weight:600;color:#1f2329}.habit-modal-head .x{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;border-radius:4px;color:#86909c;cursor:pointer}.habit-modal-head .x:hover{background:#f2f3f5;color:#1f2329}.habit-modal-foot{min-height:56px;padding:10px 16px;display:flex;align-items:center;gap:8px;border-top:1px solid #F2F3F5}.habit-modal-foot .cancel,.habit-modal-foot .save,.habit-modal-foot .del{height:32px;padding:0 14px;border-radius:6px;font-size:13px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px}.habit-modal-foot .cancel{background:#fff;border:1px solid #EAEDF2;color:#4e5969}.habit-modal-foot .cancel:hover{background:#f5f7fa}.habit-modal-foot .save{background:#6366f1;border:0;color:#fff}.habit-modal-foot .save:hover:not(:disabled){background:#4f46e5}.habit-modal-foot .save:disabled{background:#c7d2fe;cursor:not-allowed}.habit-modal-foot .del{background:#fff;border:1px solid #FECACA;color:#dc2626}.habit-modal-foot .del:hover{background:#fef2f2}.habit-form{flex:1;min-height:0;overflow-y:auto;padding:18px}.habit-form-top{display:flex;align-items:center;gap:10px;margin-bottom:14px}.habit-form-emoji{position:relative;width:48px;height:48px;border-radius:10px;border:0;cursor:pointer;display:grid;place-items:center;flex-shrink:0}.habit-form-emoji .emoji-edit-mark{position:absolute;right:-2px;bottom:-2px;background:#fff;border-radius:50%;padding:2px;color:#4e5969}.habit-form-name{flex:1;height:36px;padding:0 12px;border:1px solid #E5E6EB;border-radius:7px;font-size:14px;color:#1f2329;outline:none;font-family:inherit}.habit-form-name:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.habit-emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;background:#f8f9fb;padding:8px;border-radius:7px;margin-bottom:14px}.habit-emoji-grid button{height:32px;border:0;background:transparent;border-radius:5px;font-size:18px;cursor:pointer}.habit-emoji-grid button:hover{background:#fff}.habit-emoji-grid button.sel{background:#6366f1}.habit-icon-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;background:#f8f9fb;padding:8px;border-radius:7px;margin-bottom:14px}.habit-icon-grid button{height:36px;border:1px solid transparent;background:transparent;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s ease,border-color .12s ease}.habit-icon-grid button:hover{background:#fff;border-color:#e5e6eb}.habit-icon-grid button.sel{background:#fff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.habit-color-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.habit-color-row .lb{font-size:12px;color:#86909c;width:50px}.habit-color-row .colors{display:flex;gap:8px}.habit-color-row .cd{width:22px;height:22px;border-radius:50%;border:0;cursor:pointer;position:relative;padding:0}.habit-color-row .cd.sel{outline:2px solid #6366F1;outline-offset:2px}.habit-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.habit-field{display:flex;flex-direction:column;gap:4px}.habit-field .lb{font-size:12px;color:#86909c}.habit-field select,.habit-field input[type=date],.habit-field input[type=time]{height:32px;padding:0 8px;border:1px solid #E5E6EB;border-radius:6px;background:#fff;font-size:13px;color:#1f2329;outline:none;font-family:inherit}.habit-field select:focus,.habit-field input:focus{border-color:#6366f1}.habit-toggle{display:inline-flex;align-items:center;gap:8px;cursor:pointer;height:32px}.habit-toggle input{display:none}.habit-toggle .track{width:32px;height:18px;background:#dcdfe6;border-radius:100px;position:relative;transition:background .18s ease}.habit-toggle .thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0f121a40;transition:left .18s ease}.habit-toggle input:checked+.track{background:#6366f1}.habit-toggle input:checked+.track .thumb{left:16px}.habit-toggle .t-label{font-size:12.5px;color:#4e5969}.habit-reminder-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.habit-reminder-row input[type=time]{height:30px;padding:0 8px;border:1px solid #E5E6EB;border-radius:6px;background:#fff;font-size:13px;color:#1f2329;outline:none}.habit-reminder-row .add-r{height:30px;padding:0 10px;background:#fff;border:1px solid #6366F1;border-radius:6px;color:#6366f1;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-family:inherit}.habit-reminder-row .add-r:hover{background:#eef2ff}.habit-reminder-row .r-list{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.habit-reminder-row .r-empty{font-size:11.5px;color:#c9cdd4}.habit-reminder-row .r-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 4px 3px 9px;background:#eef2ff;color:#6366f1;border-radius:4px;font-size:11.5px}.habit-reminder-row .r-chip button{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:3px;color:#6366f1;cursor:pointer}.habit-reminder-row .r-chip button:hover{background:#c7d2fe}.habit-cal-section{margin-top:16px;padding-top:16px;border-top:1px dashed #EAEDF2}.hcs-toggle{display:inline-flex;align-items:center;gap:4px;background:transparent;border:0;color:#4e5969;font-size:12.5px;cursor:pointer;padding:0;font-family:inherit}.hcs-toggle:hover{color:#1f2329}.hcs-toggle .rot{transform:rotate(90deg);transition:transform .12s ease}.habit-calendar{margin-top:10px}.habit-calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:6px}.habit-calendar-head .hc-title{flex:1;text-align:center;font-size:13.5px;font-weight:600;color:#1f2329}.habit-calendar-head .hc-nav{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid #EAEDF2;border-radius:5px;color:#4e5969;cursor:pointer}.habit-calendar-head .hc-nav:hover{background:#f5f7fa}.habit-calendar-head .hc-today{height:24px;padding:0 10px;background:transparent;border:1px solid #EAEDF2;border-radius:5px;color:#4e5969;font-size:11.5px;cursor:pointer;font-family:inherit}.habit-calendar-head .hc-today:hover{background:#f5f7fa}.habit-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:6px}.habit-calendar-weekdays span{text-align:center;font-size:11px;color:#86909c;padding:4px 0}.habit-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.habit-cal-cell{position:relative;aspect-ratio:1 / 1;background:#fff;border:1px solid #EAEDF2;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12.5px;color:#4e5969;cursor:pointer;font-family:inherit;padding:0}.habit-cal-cell:hover:not(.out){border-color:#c7d2fe}.habit-cal-cell.out{color:#c9cdd4;background:transparent;border-color:transparent;cursor:default}.habit-cal-cell.today{border-color:#6366f1;color:#6366f1;font-weight:700}.habit-cal-cell.done{background:#6366f1;border-color:#6366f1;color:#fff}.habit-shell{display:flex;gap:18px;padding:22px 28px 28px;height:100%;min-height:0;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif}.habit-shell .habit-page{padding:0;margin:0;flex:1.2;min-width:0;max-width:none;overflow-y:auto}.habit-side{flex:1;min-width:380px;max-width:480px;overflow-y:auto}.habit-card.active{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.habit-card{cursor:pointer}.habit-detail{background:#fff;border:1px solid #EAEDF2;border-radius:12px;padding:16px 18px 22px}.habit-detail-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.habit-detail-title{display:flex;align-items:center;gap:10px}.habit-detail-title .emoji{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:20px;line-height:1}.habit-detail-title .title{font-size:16px;font-weight:700;color:#1f2329}.habit-detail-more{position:relative}.habit-detail-more .more-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;border-radius:5px;color:#4e5969;cursor:pointer}.habit-detail-more .more-btn:hover{background:#f2f3f5}.habit-detail-more .more-menu{position:absolute;right:0;top:calc(100% + 4px);background:#fff;border:1px solid #E5E6EB;border-radius:7px;box-shadow:0 8px 24px #0f121a1f;padding:4px;min-width:130px;z-index:10}.habit-detail-more .more-menu button{width:100%;height:32px;display:flex;align-items:center;gap:8px;padding:0 10px;border:0;background:transparent;border-radius:4px;color:#1f2329;font-size:13px;cursor:pointer;text-align:left}.habit-detail-more .more-menu button:hover{background:#f5f7fa}.habit-detail-more .more-menu button.danger{color:#dc2626}.habit-detail-more .more-menu button.danger:hover{background:#dc262614}.habit-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.habit-stat{background:#f8f9fb;border-radius:9px;padding:10px 14px}.habit-stat .t{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#4e5969;margin-bottom:4px}.habit-stat .t .dot{width:12px;height:12px;border-radius:3px;display:inline-block}.habit-stat .n{font-size:22px;font-weight:700;color:#1f2329;line-height:1.1;display:flex;align-items:baseline;gap:4px}.habit-stat .n .u{font-size:12px;font-weight:500;color:#86909c}.habit-calendar-side{margin-top:0}.habit-calendar-side .habit-calendar-head{margin-bottom:14px}.habit-calendar-side .habit-calendar-grid{gap:4px}.habit-cal-cell-side{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:6px;padding:6px 0 8px;background:transparent;border:0;cursor:pointer;font-family:inherit;border-radius:6px;transition:background .12s ease}.habit-cal-cell-side:hover:not(.out){background:#f8f9fb}.habit-cal-cell-side .num{font-size:12px;color:#4e5969;font-weight:500;line-height:1}.habit-cal-cell-side .circ{width:28px;height:28px;border-radius:50%;background:#f2f4f7;border:1px solid #E5E7EB;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:background .12s ease,border-color .12s ease}.habit-cal-cell-side.today .num{color:#6366f1;font-weight:700}.habit-cal-cell-side.today .circ{border-color:#6366f1}.habit-cal-cell-side.out{cursor:default}.habit-cal-cell-side.out .num{color:#dcdfe6}.habit-cal-cell-side.out .circ{background:transparent;border-color:#f2f4f7;border-style:dashed}.habit-cal-cell-side.done .circ{background:#10b981;border-color:#10b981;color:#fff}.habit-journal{margin-top:18px;background:#fff;border:1px solid #EAEDF2;border-radius:10px;padding:14px 16px}.habit-journal-head{font-size:13.5px;font-weight:600;color:#1f2329;margin-bottom:8px}.habit-journal-empty{font-size:12.5px;color:#86909c}@media (max-width: 1100px){.habit-side{display:none}}.habit-card-week{display:flex;align-items:center;gap:6px;flex-shrink:0}.habit-week-dot{width:26px;height:26px;border-radius:50%;background:#f2f4f7;border:1px solid #E5E7EB;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-family:inherit;padding:0;transition:background .12s ease,border-color .12s ease,transform .08s ease}.habit-week-dot:hover{border-color:#c7d2fe}.habit-week-dot:active{transform:scale(.92)}.habit-week-dot.checked{background:#10b981;border-color:#10b981;color:#fff}.habit-week-dot:hover{border-color:#10b981}.plan-shell{display:flex;height:100%;min-height:0;background:#fbfcff;font-family:-apple-system,PingFang SC,Microsoft YaHei,sans-serif}.plan-side{width:240px;flex-shrink:0;border-right:1px solid #EAEDF2;background:#fff;display:flex;flex-direction:column;min-height:0}.plan-side-head{height:44px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#1f2329;border-bottom:1px solid #F2F3F5}.plan-side-add{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #E5E6EB;border-radius:5px;background:#fff;color:#4e5969;cursor:pointer}.plan-side-add:hover{background:#f2f3f5}.plan-side-list{flex:1;overflow-y:auto;padding:8px 8px 12px}.plan-side-item{width:100%;display:flex;align-items:center;gap:6px;padding:7px 10px;font-size:13px;color:#1f2329;background:transparent;border:0;border-radius:6px;cursor:pointer;text-align:left;font-family:inherit}.plan-side-item:hover{background:#f5f7fa}.plan-side-item.active{background:#eef2ff;color:#6366f1;font-weight:600}.plan-side-item.year{font-weight:600;margin-bottom:4px}.plan-side-item.month{font-size:12.5px;color:#4e5969;padding-left:8px}.plan-side-item.month.active{color:#6366f1}.plan-side-item.month .side-caret{color:#86909c;transition:transform .18s ease;cursor:pointer}.plan-side-item.month .side-caret.open{transform:rotate(0)}.plan-side-item.month .side-caret:not(.open){transform:rotate(-90deg)}.plan-side-weeks{margin:2px 0 4px 22px;border-left:1px solid #F2F3F5}.plan-side-item.week{padding:6px 10px 6px 14px;font-size:12px;color:#86909c}.plan-side-item.week.active{background:#eef2ff;color:#6366f1;font-weight:600}.plan-main{flex:1;min-width:0;display:flex;flex-direction:column;min-height:0}.plan-toolbar{display:flex;align-items:center;gap:12px;padding:14px 24px;border-bottom:1px solid #EAEDF2;background:#fff;flex-shrink:0;flex-wrap:wrap;row-gap:10px}.plan-tabs{display:inline-flex;background:#f2f3f5;border-radius:7px;padding:3px;gap:2px}.plan-tab{height:28px;padding:0 14px;font-size:12.5px;color:#4e5969;background:transparent;border:0;border-radius:5px;cursor:pointer;font-family:inherit;white-space:nowrap}.plan-tab.active{background:#fff;color:#1f2329;font-weight:600;box-shadow:0 1px 2px #0f121a0f}.plan-tools{margin-left:auto;display:flex;align-items:center;gap:8px}.plan-switcher{display:inline-flex;align-items:center;background:#fff;border:1px solid #E5E6EB;border-radius:7px;height:30px}.plan-switcher-pop{overflow:visible}.plan-switcher button{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#4e5969;cursor:pointer}.plan-switcher button:hover{background:#f2f3f5}.plan-switcher select{height:28px;border:0;background:transparent;font-size:12.5px;color:#1f2329;outline:none;padding:0 6px;cursor:pointer;font-family:inherit;max-width:220px}.plan-mode-switch{display:inline-flex;background:#f2f3f5;border-radius:7px;padding:3px}.plan-mode{height:24px;padding:0 12px;font-size:12px;color:#4e5969;background:transparent;border:0;border-radius:4px;cursor:pointer;font-family:inherit}.plan-mode.active{background:#fff;color:#1f2329;font-weight:600;box-shadow:0 1px 2px #0f121a0f}.plan-btn{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 12px;font-size:12.5px;font-family:inherit;border-radius:7px;cursor:pointer;border:1px solid transparent;white-space:nowrap}.plan-btn-sm{height:26px;font-size:12px}.plan-btn-ghost{background:#fff;border-color:#e5e6eb;color:#1f2329}.plan-btn-ghost:hover{background:#f5f7fa}.plan-btn-primary{background:#6366f1;color:#fff}.plan-btn-primary:hover{background:#4f46e5}.plan-btn-primary:disabled{background:#c7d2fe;cursor:not-allowed}.plan-body{flex:1;min-height:0;overflow-y:auto;padding:22px 28px 32px}.plan-panel{max-width:1100px;margin:0 auto}.plan-banner{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#6366f10f,#8b5cf60f);border:1px solid rgba(99,102,241,.16);border-radius:10px;padding:12px 14px;margin-bottom:18px}.plan-banner-icon{width:28px;height:28px;border-radius:7px;background:#6366f11f;color:#6366f1;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.plan-banner-body{flex:1;min-width:0}.plan-banner-title{font-size:13.5px;font-weight:600;color:#1f2329}.plan-banner-sub{font-size:12px;color:#4e5969;margin-top:3px;line-height:1.55}.plan-banner-action{background:transparent;border:0;color:#6366f1;font-size:12.5px;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.plan-banner-action:hover{text-decoration:underline}.plan-banner-review{background:linear-gradient(135deg,#10b9810f,#0596690d);border-color:#10b98129}.plan-banner-review .plan-banner-icon{background:#10b98124;color:#10b981}.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.plan-grid-2{grid-template-columns:1fr 1fr}.plan-card{background:#fff;border:1px solid #EAEDF2;border-radius:12px;padding:16px 18px}.plan-card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.plan-card-eyebrow{font-size:11px;font-weight:600;color:#86909c;letter-spacing:.6px;text-transform:uppercase}.plan-card-tag{font-size:11px;font-weight:500;color:#6366f1;background:#eef2ff;padding:2px 8px;border-radius:4px}.plan-card-title{font-size:16px;font-weight:700;color:#1f2329;margin:4px 0 12px}.plan-card-foot{margin-top:10px;padding-top:10px;border-top:1px dashed #EAEDF2;font-size:11.5px;color:#86909c;display:flex;align-items:center;gap:4px}.plan-card-add{display:flex;align-items:center;justify-content:center;gap:5px;background:transparent;border:1px dashed #C7CDD7;color:#86909c;font-size:13px;border-radius:12px;padding:32px;cursor:pointer;font-family:inherit;grid-column:span 2}.plan-card-add:hover{background:#6366f10a;border-color:#c7d2fe;color:#6366f1}.plan-inline-add{display:flex;align-items:center;gap:8px;grid-column:span 2;padding:16px 20px;border:1px solid #C7D2FE;border-radius:12px;background:#f8f9ff}.plan-inline-add-input{flex:1;height:34px;padding:0 10px;border:1px solid #DDDDE0;border-radius:6px;font-size:13.5px;outline:none;font-family:inherit;color:#1f2329;transition:border-color .15s ease,box-shadow .15s ease}.plan-inline-add-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f;background:#fff}.plan-inline-add-btn{height:32px;padding:0 14px;border:1px solid #E2E4E8;border-radius:6px;background:#fff;font-size:12.5px;color:#5e6673;cursor:pointer;font-family:inherit;white-space:nowrap}.plan-inline-add-btn:hover{background:#f5f6f8}.plan-inline-add-btn-primary{background:#6366f1;color:#fff;border-color:#6366f1}.plan-inline-add-btn-primary:hover{background:#5558d9}.plan-inline-kr-add{display:flex;align-items:center;gap:6px;padding-left:4px;grid-column:1 / -1}.plan-inline-kr-input{flex:1;height:28px;padding:0 8px;border:1px solid #6366F1;border-radius:5px;font-size:12.5px;outline:none;font-family:inherit;color:#1f2329;background:#fff}.plan-inline-kr-btn{height:26px;padding:0 10px;border:1px solid #E2E4E8;border-radius:4px;background:#fff;font-size:11.5px;color:#5e6673;cursor:pointer;font-family:inherit;white-space:nowrap}.plan-inline-kr-btn:hover{background:#f5f6f8}.plan-inline-kr-btn:first-of-type{background:#6366f1;color:#fff;border-color:#6366f1}.plan-inline-kr-btn:first-of-type:hover{background:#5558d9}.plan-inline-add-mit{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #C7D2FE;border-radius:10px;background:#f8f9ff}.plan-inline-mit-input{flex:1;height:32px;padding:0 10px;border:1px solid #DDDDE0;border-radius:6px;font-size:13px;outline:none;font-family:inherit;color:#1f2329;transition:border-color .15s ease,box-shadow .15s ease}.plan-inline-mit-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f;background:#fff}.plan-kr-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.plan-kr-list li{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding:10px 12px;background:#fafbfd;border-radius:8px;position:relative}.plan-kr-list .kr-tag{font-size:11px;font-weight:700;color:#6366f1;background:#6366f11a;padding:3px 6px;border-radius:4px;text-align:center}.plan-kr-list .kr-text{font-size:13px;color:#1f2329;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-kr-list .kr-bar{height:6px;border-radius:3px;background:#eef0f4;overflow:hidden}.plan-kr-list .kr-fill{display:block;height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.plan-kr-list .kr-num{font-size:12px;font-weight:600;color:#4e5969;text-align:right}.plan-grid-2 .plan-kr-list li{grid-template-columns:36px 1fr}.plan-grid-2 .plan-kr-list .kr-bar{display:none}.year-card .plan-card-tag{position:absolute}.year-card{position:relative}.year-card .plan-card-tag{top:16px;right:16px}.plan-week-card{margin-bottom:16px}.plan-week-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.plan-week-title{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#1f2329}.plan-week-title svg{color:#6366f1}.plan-mit-add{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 10px;font-size:12px;background:#fff;border:1px solid #E5E6EB;border-radius:6px;color:#1f2329;cursor:pointer;font-family:inherit}.plan-mit-add:hover{background:#f5f7fa}.plan-mit-input{margin-bottom:14px}.plan-mit-input input{width:100%;height:36px;padding:0 12px;border:1px solid #E5E6EB;border-radius:7px;font-size:13px;outline:none;font-family:inherit;background:#fafbfd}.plan-mit-input input:focus{border-color:#6366f1;background:#fff}.plan-mit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.plan-mit{background:#fafbfd;border:1px solid #EAEDF2;border-radius:9px;padding:12px 14px;display:flex;flex-direction:column;min-height:130px}.plan-mit-title{font-size:14px;font-weight:600;color:#1f2329;background:transparent;border:0;outline:none;padding:0;font-family:inherit}.plan-mit-desc{margin-top:6px;flex:1;background:transparent;border:0;outline:none;font-size:12px;color:#4e5969;resize:none;font-family:inherit;line-height:1.55;min-height:52px}.plan-mit-foot{margin-top:10px;display:flex;align-items:center;gap:8px}.plan-mit-foot select{height:22px;font-size:11px;border-radius:4px;border:1px solid;outline:none;font-family:inherit;padding:0 4px;cursor:pointer}.plan-mit-stat{font-size:11px;color:#86909c}.plan-mit-del{margin-left:auto;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:#86909c;border-radius:4px;cursor:pointer}.plan-mit-del:hover{background:#dc262614;color:#dc2626}.plan-mit-add-card{background:transparent;border:1px dashed #C7CDD7;color:#86909c;display:flex;align-items:center;justify-content:center;gap:4px;font-size:13px;cursor:pointer;min-height:130px;font-family:inherit}.plan-mit-add-card:hover{background:#6366f10a;border-color:#c7d2fe;color:#6366f1}.plan-empty{padding:28px;text-align:center;color:#86909c;font-size:13px;border:1px dashed #E5E6EB;border-radius:8px}.plan-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.plan-summary-item{background:#fff;border:1px solid #EAEDF2;border-radius:10px;padding:12px 16px}.plan-summary-item .t{font-size:11.5px;color:#86909c;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.plan-summary-item .v{font-size:22px;font-weight:700;color:#1f2329;margin-top:2px}.plan-summary-item .s{font-size:11.5px;color:#86909c;margin-top:2px}.review-summary-card{margin-bottom:14px}.review-summary-head{font-size:13.5px;font-weight:600;color:#1f2329;margin-bottom:12px}.review-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.review-mini{background:#fafbfd;border-radius:8px;padding:10px 12px}.review-mini .t{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#4e5969}.review-mini .v{font-size:18px;font-weight:700;color:#1f2329;margin-top:2px}.review-mini .s{font-size:11px;color:#86909c;margin-top:1px}.review-ai-card{margin-bottom:14px}.review-ai-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.review-ai-head .title{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#1f2329}.review-ai-head .title .ico{color:#8b5cf6}.review-ai-empty{padding:22px;text-align:center;color:#86909c;font-size:12.5px;background:#fafbfd;border-radius:8px}.review-ai-body{display:flex;flex-direction:column;gap:12px}.review-ai-summary{background:linear-gradient(135deg,#8b5cf60d,#6366f10d);border:1px solid rgba(139,92,246,.14);border-radius:8px;padding:12px 14px;font-size:13px;color:#1f2329;line-height:1.6;margin:0}.review-ai-section .h{font-size:12.5px;font-weight:600;color:#4e5969;margin-bottom:6px}.review-ai-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.review-ai-section li{font-size:12.5px;color:#1f2329;background:#fafbfd;border-radius:6px;line-height:1.55;position:relative;padding:6px 10px 6px 22px}.review-ai-section li:before{content:"";width:4px;height:4px;border-radius:50%;background:#6366f1;position:absolute;left:10px;top:12px}.review-doc-card{padding:0;overflow:visible}.review-doc-head{padding:14px 18px 8px;font-size:13.5px;font-weight:600;color:#1f2329;border-bottom:1px solid #F2F3F5}.review-doc-canvas{padding:8px 24px 18px 56px;min-height:320px;max-height:720px;overflow-y:auto;overflow-x:visible}.review-doc-canvas .ne-doc-title{font-size:18px!important;margin:8px 0 4px!important}.review-doc-canvas .ne-doc-meta{display:none}.plan-side-item.month.locked{color:#c0c5cf;cursor:not-allowed;background:transparent!important;font-weight:400}.plan-side-item.month.locked:hover{background:transparent!important}.plan-side-item.month .locked-ico{color:#c0c5cf;transform:none!important}.plan-switcher button:disabled{color:#c7cdd7;cursor:not-allowed}.plan-switcher button:disabled:hover{background:transparent}.plan-switcher-pop{position:relative}.plan-switcher-trigger{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;background:transparent;border:0;font-size:12.5px;color:#1f2329;cursor:pointer;font-family:inherit;white-space:nowrap;min-width:110px;justify-content:center}.plan-switcher-trigger>span{white-space:nowrap}.plan-switcher-trigger:hover{background:#f2f3f5}.plan-switcher-trigger .caret{color:#86909c;flex-shrink:0;transition:transform .15s ease}.plan-switcher-trigger .caret.open{transform:rotate(180deg)}.plan-week-popover{background:#fff;border:1px solid #E5E6EB;border-radius:9px;box-shadow:0 12px 32px #0f121a1f;overflow:hidden;box-sizing:border-box}.plan-week-pop-cols{display:grid;grid-template-columns:160px 1fr}.plan-week-pop-col{border-right:1px solid #F2F3F5}.plan-week-pop-col:last-child{border-right:0}.plan-week-pop-head{height:32px;padding:0 12px;display:flex;align-items:center;font-size:12px;font-weight:600;color:#4e5969;border-bottom:1px solid #F2F3F5;background:#fafbfd}.plan-week-pop-list{max-height:280px;overflow-y:auto;padding:6px 4px 6px 8px;display:flex;flex-direction:column;gap:2px}.plan-week-pop-item{width:100%;min-height:32px;display:flex;align-items:center;gap:6px;padding:7px 10px 7px 14px;background:transparent;border:0;border-radius:5px;font-size:12.5px;color:#1f2329;cursor:pointer;text-align:left;font-family:inherit;white-space:nowrap;line-height:1.5;box-sizing:border-box}.plan-week-pop-item>svg{flex-shrink:0}.plan-week-pop-item>span,.plan-week-pop-item>.rng{flex-shrink:1;min-width:0}.plan-week-pop-item:hover{background:#f5f7fa}.plan-week-pop-item.active{background:#eef2ff;color:#6366f1;font-weight:600}.plan-week-pop-item .rng{color:#86909c;font-size:11.5px;margin-left:4px}.plan-week-pop-item.active .rng{color:#6366f1}.plan-week-pop-empty{padding:18px;text-align:center;font-size:12px;color:#86909c}.plan-mit{min-height:160px}.plan-mit-tasks{margin-top:8px;border-top:1px dashed #EAEDF2;padding-top:8px;font-size:12px}.plan-mit-tasks ul{list-style:none;margin:0 0 6px;padding:0;display:flex;flex-direction:column;gap:4px;max-height:130px;overflow-y:auto}.plan-mit-task{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:4px;background:#fff;border:1px solid #F2F3F5}.plan-mit-task.done .t{text-decoration:line-through;color:#86909c}.plan-mit-task .t{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2329;font-size:12px}.plan-mit-task .d{color:#86909c;font-size:10.5px;flex-shrink:0}.plan-mit-task-check{width:14px;height:14px;border-radius:50%;border:1.5px solid #C7CDD7;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.plan-mit-task-check.done{background:#6366f1;border-color:#6366f1;color:#fff}.plan-mit-task-empty{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;color:#6366f1;background:transparent;border:0;cursor:pointer;padding:2px 0;font-family:inherit}.plan-mit-task-empty:hover{text-decoration:underline}.plan-mit-task-add{display:flex;align-items:center;gap:5px;padding:4px 6px;background:#fafbfd;border:1px dashed #E5E6EB;border-radius:4px;color:#86909c}.plan-mit-task-add input{flex:1;background:transparent;border:0;outline:0;font-size:12px;color:#1f2329;font-family:inherit}.review-mit-block{margin-top:16px;padding-top:14px;border-top:1px solid #F2F3F5}.review-mit-block-head{font-size:13px;font-weight:600;color:#1f2329;margin-bottom:10px}.review-mit-empty{padding:18px;text-align:center;color:#86909c;font-size:12.5px;background:#fafbfd;border-radius:7px}.review-mit-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.review-mit-row{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#fafbfd;border:1px solid #EAEDF2;border-radius:8px}.review-mit-row .left{flex:1;min-width:0}.review-mit-row .left .title{font-size:13.5px;font-weight:500;color:#1f2329;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-mit-row .left .meta{margin-top:3px;font-size:11.5px;color:#86909c}.review-mit-row .right{display:flex;align-items:center;gap:12px;flex-shrink:0}.state-segmented{display:inline-flex;background:#f2f3f5;border-radius:6px;padding:2px}.state-segmented button{height:24px;padding:0 10px;font-size:11.5px;background:transparent;border:0;border-radius:4px;cursor:pointer;color:#4e5969;font-family:inherit}.state-segmented button:hover{color:#1f2329}.state-segmented button.active{background:#fff;color:#1f2329;font-weight:600;box-shadow:0 1px 2px #0f121a0f}.review-mit-row.state-done .state-segmented button.active{color:#10b981}.review-mit-row.state-done{border-color:#10b98133}.review-mit-row.state-not_started .state-segmented button.active{color:#dc2626}.review-mit-row.state-in_progress .state-segmented button.active{color:#6366f1}.state-percent{display:inline-flex;align-items:center;gap:6px}.state-percent input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100px;height:4px;background:#e5e7eb;border-radius:2px;cursor:pointer}.state-percent input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#6366f1;border:2px solid #fff;box-shadow:0 1px 3px #0f121a2e;cursor:pointer}.state-percent .num{font-size:11.5px;font-weight:600;color:#6366f1;min-width:32px;text-align:right}.review-doc-canvas .ne-doc-icon{display:none!important}.plan-mit-empty-row{display:flex;align-items:center;gap:10px}.plan-mit-ai-split{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 8px;border:1px solid #C7D2FE;background:#eef2ff;color:#4338ca;border-radius:11px;font-size:11px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .12s ease,color .12s ease}.plan-mit-ai-split:hover{background:#6366f1;color:#fff;border-color:#6366f1}.plan-mit-ai-split:disabled{opacity:.6;cursor:not-allowed}.plan-mit-ai-split.sm{margin-left:6px}.plan-card-title-input{width:100%;font-size:14.5px;font-weight:600;color:#1f2329;border:0;outline:0;background:transparent;padding:4px 0;font-family:inherit;margin-bottom:8px}.plan-card-title-input:focus{background:#f7f8fb;border-radius:4px;padding:4px 6px}.kr-text-input{flex:1;min-width:0;background:transparent;border:0;outline:0;font-size:12.5px;color:#1f2329;padding:2px 0;font-family:inherit}.kr-text-input:focus{background:#f7f8fb;border-radius:3px;padding:2px 4px}.kr-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:80px;height:4px;background:#e5e7eb;border-radius:2px;cursor:pointer;flex-shrink:0}.kr-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#6366f1;border:2px solid #fff;box-shadow:0 1px 2px #0f121a2e;cursor:pointer}.kr-del-hover{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;border:none;background:transparent;color:#c0c5cf;font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .14s ease,color .12s ease,background .12s ease}.plan-kr-list li:hover .kr-del-hover{opacity:1}.kr-del-hover:hover{color:#ef4444;background:#fef2f2}.kr-add-row{list-style:none;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding:4px 12px!important}.kr-add{display:inline-flex;align-items:center;justify-content:center;width:28px;height:24px;padding:0;margin:0;background:transparent;border:none;border-radius:6px;color:#b0b8c4;cursor:pointer;transition:color .15s,background .15s;justify-self:start}.kr-add:hover{color:#6366f1;background:#f5f3ff}.plan-card-foot{display:flex;align-items:center;gap:8px}.plan-card-ref,.plan-mit-ref{flex:1;display:inline-flex;align-items:center;gap:4px;color:#86909c;font-size:12px}.plan-ref-select{flex:1;min-width:0;height:24px;padding:0 6px;border:1px solid #E5E7EB;border-radius:6px;font-size:12px;color:#4b5563;background:#fafbfd;outline:none;cursor:pointer}.plan-ref-select:focus{border-color:#6366f1;background:#fff}.plan-mit-ref-row{display:flex;align-items:center;gap:6px;margin-top:8px;color:#86909c;font-size:12px}.plan-mit-ref-row .plan-ref-select{flex:1;min-width:0}.plan-empty-hint{margin-top:16px;padding:28px 18px;text-align:center;font-size:13px;color:#86909c;background:#fafbfd;border:1px dashed #EAEDF2;border-radius:9px}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{width:0;height:0;background:transparent;display:none}*::-webkit-scrollbar-track,*::-webkit-scrollbar-thumb,*::-webkit-scrollbar-corner{background:transparent;display:none}.ai-spot-mask{position:fixed;inset:0;background:#0f121a2e;z-index:11000;animation:aiSpotMaskIn .16s ease}@keyframes aiSpotMaskIn{0%{opacity:0}to{opacity:1}}.ai-spot-panel{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:92vw;background:#fff;border-left:1px solid #e5e6eb;box-shadow:-10px 0 32px #0f121a14;z-index:11001;display:flex;flex-direction:column;animation:aiSpotPanelIn .22s cubic-bezier(.2,.7,.2,1)}@keyframes aiSpotPanelIn{0%{transform:translate(24px);opacity:0}to{transform:translate(0);opacity:1}}.ai-spot-head{height:52px;padding:0 18px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f2f3f5;flex-shrink:0}.ai-spot-head-dot{width:8px;height:8px;border-radius:50%;background:#6366f1}.ai-spot-head-title{font-size:14px;font-weight:600;color:#1f2329}.ai-spot-head-sub{font-size:12px;color:#86909c}.ai-spot-head-spacer{flex:1}.ai-spot-icon-btn{width:28px;height:28px;border-radius:6px;border:0;background:transparent;color:#4e5969;cursor:pointer;display:flex;align-items:center;justify-content:center}.ai-spot-icon-btn:hover{background:#f2f3f5;color:#1f2329}.ai-spot-here{margin:14px 18px 0;display:flex;align-items:center;gap:10px;padding:11px 14px;background:#eef2ff;border-radius:9px;cursor:pointer;transition:background .12s ease}.ai-spot-here:hover{background:#e0e7ff}.ai-spot-here.disabled{background:#f2f3f5}.ai-spot-here-icon{width:28px;height:28px;border-radius:7px;background:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-spot-here.disabled .ai-spot-here-icon{background:#c7cdd7}.ai-spot-here-text{font-size:12.5px;color:#4338ca;font-weight:500;flex:1;min-width:0}.ai-spot-here.disabled .ai-spot-here-text{color:#86909c}.ai-spot-here-text .label{color:#6b7280;font-weight:400;margin-right:4px}.ai-spot-here.disabled .ai-spot-here-text .label{color:#c0c5cf}.ai-spot-here-toggle{font-size:11px;color:#6366f1;flex-shrink:0}.ai-spot-here.disabled .ai-spot-here-toggle{color:#86909c}.ai-spot-scroll{flex:1;min-height:0;overflow-y:auto;padding:0 18px 12px}.ai-spot-group-title{font-size:11.5px;color:#86909c;margin:18px 0 8px;letter-spacing:.02em}.ai-spot-actions{display:flex;flex-direction:column;gap:8px}.ai-spot-action{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fafbfd;border:1px solid #eaedf2;border-radius:9px;cursor:pointer;font-family:inherit;text-align:left;width:100%;transition:border-color .15s ease,background .15s ease}.ai-spot-action:hover{border-color:#c7d2fe;background:#eef2ff}.ai-spot-action-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;border:1px solid #eaedf2;color:#6366f1}.ai-spot-action:hover .ai-spot-action-icon{background:#fff;border-color:#c7d2fe}.ai-spot-action-body{flex:1;min-width:0}.ai-spot-action-title{font-size:13px;font-weight:600;color:#1f2329;line-height:1.4}.ai-spot-action-sub{font-size:11.5px;color:#86909c;margin-top:2px;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-spot-msgs{display:flex;flex-direction:column;gap:10px}.ai-spot-bubble{display:flex;gap:10px}.ai-spot-bubble.user{flex-direction:row-reverse}.ai-spot-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ai-spot-bubble-body{max-width:86%}.ai-spot-bubble.user .ai-spot-bubble-body{background:#6366f1;color:#fff;padding:9px 13px;border-radius:10px 10px 2px}.ai-spot-bubble.assistant .ai-spot-bubble-body{background:#f7f8fb;color:#1f2329;padding:11px 14px;border-radius:10px 10px 10px 2px}.ai-spot-bubble-text{font-size:13px;line-height:1.7;white-space:pre-wrap;word-break:break-word}.ai-spot-bubble-chips{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.ai-spot-mini-chip{font-size:10.5px;padding:1px 6px;border-radius:3px;background:#ffffff2e;color:#ffffffeb}.ai-spot-bubble.assistant .ai-spot-mini-chip{background:#eef2ff;color:#4338ca}.ai-spot-foot{padding:10px 18px 14px;border-top:1px solid #f2f3f5;flex-shrink:0}.ai-spot-input-wrap{display:flex;align-items:flex-end;gap:8px;background:#fafbfd;border:1px solid #eaedf2;border-radius:10px;padding:8px 8px 8px 12px;transition:border-color .15s ease}.ai-spot-input-wrap:focus-within{border-color:#6366f1;background:#fff}.ai-spot-input{flex:1;border:0;outline:0;background:transparent;resize:none;font-family:inherit;font-size:13px;line-height:1.55;color:#1f2329;max-height:140px;min-height:22px}.ai-spot-input::-moz-placeholder{color:#c0c5cf}.ai-spot-input::placeholder{color:#c0c5cf}.ai-spot-send{width:30px;height:30px;border-radius:50%;background:#6366f1;color:#fff;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ai-spot-send:hover{background:#4f46e5}.ai-spot-send:disabled{background:#c7d2fe;cursor:not-allowed}.ai-spot-send.stop{background:#ef4444}.ai-spot-send.stop:hover{background:#dc2626}.ai-spot-foot-hint{margin-top:8px;display:flex;align-items:center;justify-content:space-between;font-size:10.5px;color:#c0c5cf}.ai-spot-foot-hint .sep{color:#e5e6eb;margin:0 6px}.ai-spot-history-pop{position:absolute;top:52px;right:0;width:100%;max-height:70%;background:#fff;border-bottom:1px solid #f2f3f5;box-shadow:0 8px 24px #0f121a14;z-index:5;display:flex;flex-direction:column;animation:aiHistoryIn .14s ease}@keyframes aiHistoryIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ai-spot-history-head{height:36px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600;color:#4e5969;border-bottom:1px solid #f2f3f5}.ai-spot-history-head button{background:transparent;border:0;color:#86909c;cursor:pointer;width:22px;height:22px;border-radius:4px;display:flex;align-items:center;justify-content:center}.ai-spot-history-head button:hover{background:#f2f3f5;color:#1f2329}.ai-spot-history-list{flex:1;overflow-y:auto;padding:6px}.ai-spot-conv{display:flex;align-items:center;border-radius:6px;position:relative}.ai-spot-conv:hover{background:#f2f3f5}.ai-spot-conv.active{background:#eef2ff}.ai-spot-conv-main{flex:1;min-width:0;background:transparent;border:0;padding:8px 8px 8px 10px;text-align:left;cursor:pointer;font-family:inherit}.ai-spot-conv-title{font-size:12.5px;color:#1f2329;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;gap:4px}.ai-spot-conv.active .ai-spot-conv-title{color:#4338ca;font-weight:500}.ai-spot-conv-meta{font-size:10.5px;color:#86909c;margin-top:2px}.ai-spot-conv-act{width:22px;height:22px;border-radius:4px;background:transparent;border:0;color:#86909c;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;margin-right:4px}.ai-spot-conv:hover .ai-spot-conv-act{opacity:1}.ai-spot-conv-act:hover{background:#fff;color:#1f2329}.ai-spot-empty{padding:24px 12px;text-align:center;font-size:12px;color:#86909c}.ai-spot-keygate{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center}.ai-spot-keygate-icon{width:50px;height:50px;border-radius:50%;background:#eef2ff;color:#6366f1;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.ai-spot-keygate-h{font-size:15px;font-weight:600;color:#1f2329}.ai-spot-keygate-sub{font-size:12.5px;color:#4e5969;margin-top:6px;line-height:1.7}.ai-spot-keygate-btn{margin-top:16px;display:inline-flex;align-items:center;gap:6px;padding:7px 16px;background:#6366f1;color:#fff;border:0;border-radius:6px;cursor:pointer;font-family:inherit;font-size:12.5px}.ai-spot-keygate-btn:hover{background:#4f46e5}.auth-page{position:fixed;inset:0;background:#f5f6f8;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-template-rows:100vh;overflow:hidden;z-index:100}.auth-brand{position:relative;overflow:hidden;background:radial-gradient(120% 80% at 0% 0%,#ffffff2e,#fff0 60%),radial-gradient(80% 60% at 100% 100%,#a78bfa73,#a78bfa00 60%),linear-gradient(135deg,#2b2f6a,#5b6cff 55%,#7b8bff);color:#fff;display:grid;grid-template-rows:auto 1fr auto;align-items:start;padding:56px 64px;min-height:0}.auth-brand:before,.auth-brand:after{content:"";position:absolute;border-radius:50%;filter:blur(40px);pointer-events:none}.auth-brand:before{width:380px;height:380px;left:-80px;bottom:-120px;background:#ffffff2e;animation:authFloatA 14s ease-in-out infinite}.auth-brand:after{width:280px;height:280px;right:-60px;top:12%;background:#7663ff8c;animation:authFloatB 18s ease-in-out infinite}@keyframes authFloatA{0%,to{transform:translate(0)}50%{transform:translate(40px,-30px)}}@keyframes authFloatB{0%,to{transform:translate(0)}50%{transform:translate(-30px,40px)}}.auth-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(circle at 30% 50%,#000 0%,transparent 75%);-webkit-mask-image:radial-gradient(circle at 30% 50%,#000 0%,transparent 75%);pointer-events:none}.auth-logo{position:relative;z-index:1;display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;letter-spacing:.4px}.auth-logo-mark{width:36px;height:36px;border-radius:10px;background:#ffffff29;border:1px solid rgba(255,255,255,.28);display:flex;align-items:center;justify-content:center;font-size:16px}.auth-hero{position:relative;z-index:1;align-self:center}.auth-hero-eyebrow{font-size:12px;letter-spacing:4px;opacity:.7;text-transform:uppercase}.auth-hero-title{margin-top:16px;font-size:44px;line-height:1.18;font-weight:700;letter-spacing:-.5px}.auth-hero-subtitle{margin-top:18px;font-size:15px;line-height:1.7;opacity:.86;max-width:440px}.auth-pillars{position:relative;z-index:1;margin-top:48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:480px}.auth-pillar{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:14px 14px 16px;backdrop-filter:blur(8px)}.auth-pillar-icon{width:28px;height:28px;border-radius:8px;background:#ffffff29;display:flex;align-items:center;justify-content:center}.auth-pillar-name{margin-top:10px;font-size:13px;font-weight:600}.auth-pillar-desc{margin-top:4px;font-size:12px;opacity:.78;line-height:1.5}.auth-foot{position:relative;z-index:1;margin-top:36px;font-size:12px;opacity:.7}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:40px 48px;background:#fff;position:relative}.auth-form{width:100%;max-width:380px}.auth-form h1{font-size:26px;font-weight:700;letter-spacing:-.2px;color:#1d2129}.auth-form .auth-sub{margin-top:8px;font-size:13.5px;color:#4e5969}.auth-tabs{margin-top:28px;display:inline-flex;background:#f2f3f5;border-radius:10px;padding:4px}.auth-tab{padding:7px 18px;font-size:13px;color:#4e5969;border-radius:7px;font-weight:500;transition:all .18s}.auth-tab.active{background:#fff;color:#1d2129;box-shadow:0 1px 3px #0f121a14}.auth-fields{margin-top:22px;display:flex;flex-direction:column;gap:14px}.auth-field label{display:block;font-size:12px;color:#4e5969;margin-bottom:6px;font-weight:500}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-wrap .auth-icon{position:absolute;left:12px;color:#86909c;pointer-events:none}.auth-input-wrap input{width:100%;height:40px;padding:0 12px 0 38px;border-radius:8px;background:#fff;border:1px solid #e5e6eb;font-size:13.5px;color:#1d2129;transition:all .16s}.auth-input-wrap input::-moz-placeholder{color:#c9cdd4}.auth-input-wrap input::placeholder{color:#c9cdd4}.auth-input-wrap input:hover{border-color:#c9cdd4}.auth-input-wrap input:focus{border-color:#5b6cff;box-shadow:0 0 0 3px #5b6cff1f}.auth-input-wrap.has-trailing input{padding-right:40px}.auth-trailing-btn{position:absolute;right:8px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#86909c}.auth-trailing-btn:hover{background:#f2f3f5;color:#4e5969}.auth-hint{margin-top:6px;font-size:11.5px;color:#86909c;line-height:1.5}.auth-row{display:flex;align-items:center;justify-content:space-between;margin-top:4px;font-size:12.5px}.auth-check{display:inline-flex;align-items:center;gap:8px;color:#4e5969;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.auth-check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:4px;border:1.5px solid #c9cdd4;position:relative;cursor:pointer;transition:all .16s}.auth-check input:checked{background:#5b6cff;border-color:#5b6cff}.auth-check input:checked:after{content:"";position:absolute;left:3px;top:0;width:4px;height:8px;border:2px solid #fff;border-top:0;border-left:0;transform:rotate(45deg)}.auth-error{margin-top:14px;background:#fff1f0;border:1px solid #ffccc7;color:#d4380d;font-size:12.5px;padding:8px 12px;border-radius:8px;line-height:1.5}.auth-submit{margin-top:20px;width:100%;height:42px;border-radius:10px;background:linear-gradient(135deg,#5b6cff,#6b7cff);color:#fff;font-size:14px;font-weight:600;letter-spacing:.3px;box-shadow:0 6px 16px #5b6cff52;transition:all .18s}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #5b6cff61}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0 18px;color:#c9cdd4;font-size:11.5px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e6eb}.auth-tip{font-size:12.5px;color:#86909c;text-align:center;line-height:1.7}.auth-tip a{color:#5b6cff;font-weight:500;cursor:pointer}.auth-tip a:hover{text-decoration:underline}.auth-strength{margin-top:8px;display:flex;align-items:center;gap:8px;font-size:11.5px;color:#86909c}.auth-strength-bar{flex:1;height:4px;background:#f2f3f5;border-radius:2px;overflow:hidden;position:relative}.auth-strength-bar>span{display:block;height:100%;border-radius:2px;transition:width .24s,background .24s}.auth-strength.weak .auth-strength-bar>span{width:33%;background:#f76659}.auth-strength.mid .auth-strength-bar>span{width:66%;background:#f2994a}.auth-strength.strong .auth-strength-bar>span{width:100%;background:#22a06b}.auth-strength.weak .auth-strength-label{color:#f76659}.auth-strength.mid .auth-strength-label{color:#f2994a}.auth-strength.strong .auth-strength-label{color:#22a06b}@media (max-width: 960px){.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.auth-form-side{padding:36px 24px}}.auth-boot{position:fixed;inset:0;background:#f5f6f8;display:flex;align-items:center;justify-content:center;z-index:100}.auth-boot-spinner{width:24px;height:24px;border:2px solid #e5e6eb;border-top-color:#5b6cff;border-radius:50%;animation:authBootSpin .8s linear infinite}@keyframes authBootSpin{to{transform:rotate(360deg)}}.user-menu{position:absolute;top:44px;right:16px;width:220px;background:#fff;border:1px solid #e5e6eb;border-radius:10px;box-shadow:0 10px 30px #0f121a1f;z-index:1000;overflow:hidden;animation:userMenuIn .14s ease}@keyframes userMenuIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-menu-head{padding:14px;border-bottom:1px solid #f2f3f5}.user-menu-name{font-size:14px;font-weight:600;color:#1d2129}.user-menu-handle{margin-top:2px;font-size:12px;color:#86909c}.user-menu-list{padding:6px}.user-menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;font-size:13px;color:#4e5969;text-align:left}.user-menu-item:hover{background:#f2f3f5;color:#1d2129}.user-menu-item.danger{color:#d4380d}.user-menu-item.danger:hover{background:#fff1f0}.sync-badge{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#4e5969;background:transparent;transition:all .16s}.sync-badge:hover{background:#f2f3f5;color:#1d2129}.sync-badge.is-idle{color:#22a06b}.sync-badge.is-pending{color:#f2994a}.sync-badge.is-syncing{color:#5b6cff}.sync-badge.is-offline{color:#86909c}.sync-badge.is-error{color:#f76659}.sync-spin{animation:syncSpin .9s linear infinite}@keyframes syncSpin{to{transform:rotate(360deg)}}
