:root{--ink:#14213d;--muted:#6c7891;--line:#e5eaf2;--panel:#fff;--canvas:#f4f7fb;--nav:#101c34;--blue:#1769ff;--blue-soft:#eaf2ff;--green:#059669;--amber:#d97706;--red:#dc2626;--radius:12px;font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,sans-serif;color:var(--ink);background:var(--canvas);font-size:16px}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--canvas)}button,input,select,textarea{font:inherit}button{cursor:pointer}.login-view{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 28% 18%,#dceaff 0,transparent 32%),linear-gradient(140deg,#f8fbff 0,#eef3fa 100%)}.login-card{width:min(420px,100%);padding:40px;border:1px solid rgba(209,219,234,.8);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 24px 70px rgba(40,65,105,.15)}.brand-mark{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#1769ff,#0a4bc4);font-weight:800;font-size:1.35rem;box-shadow:0 10px 24px rgba(23,105,255,.25)}.brand-mark.small{width:36px;height:36px;border-radius:10px;font-size:1rem;box-shadow:none}.eyebrow{margin:24px 0 6px;color:var(--blue);font-size:.76rem;letter-spacing:.16em;font-weight:800}.login-card h1{font-size:1.8rem;margin:0}.login-copy{margin:8px 0 28px;color:var(--muted);line-height:1.7}.stack-form{display:grid;gap:18px}.stack-form label{display:grid;gap:8px;font-weight:650;font-size:.9rem}.stack-form input{height:46px;border:1px solid #d8dfeb;border-radius:10px;padding:0 13px;outline:none}.stack-form input:focus,.search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(23,105,255,.12)}.button{height:40px;padding:0 16px;border-radius:9px;border:1px solid transparent;background:#fff;color:var(--ink);font-weight:650}.button.primary{background:var(--blue);color:white}.button.primary:hover{background:#0f58dc}.button.ghost{border-color:#dbe2ee}.button.wide{width:100%;height:46px;margin-top:4px}.form-error{min-height:20px;margin:14px 0 0;color:var(--red);font-size:.86rem}.app-shell{min-height:100vh;display:grid;grid-template-columns:228px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:var(--nav);color:#fff;display:flex;flex-direction:column;padding:22px 14px}.brand{display:flex;gap:11px;align-items:center;padding:0 8px 28px}.brand>span:last-child{display:grid;gap:3px}.brand strong{font-size:.98rem}.brand small,.sidebar-footer small{font-size:.74rem;color:#8fa0bd}.main-nav{display:grid;gap:5px}.nav-item{height:45px;border:0;border-radius:9px;padding:0 13px;display:flex;align-items:center;gap:12px;background:transparent;color:#aebbd1;text-align:left;font-weight:650}.nav-item:hover,.nav-item.active{color:#fff;background:#1c3156}.nav-item.active{box-shadow:inset 3px 0 0 #4e91ff}.nav-item span{font-size:1.15rem}.sidebar-footer{margin-top:auto;padding:16px 6px 0;border-top:1px solid #263753;display:grid;grid-template-columns:34px 1fr 30px;align-items:center;gap:9px}.sidebar-footer>div:nth-child(2){display:grid;min-width:0}.sidebar-footer strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.83rem}.avatar{height:34px;width:34px;border-radius:50%;display:grid;place-items:center;background:#31527f;font-size:.78rem}.icon-button{border:0;background:transparent;color:inherit;width:32px;height:32px;border-radius:8px;font-size:1.1rem}.icon-button:hover{background:rgba(128,148,180,.15)}.workspace{min-width:0}.topbar{height:88px;background:#fff;border-bottom:1px solid var(--line);padding:15px 26px;display:flex;align-items:center;justify-content:space-between;gap:20px}.breadcrumb{margin:0 0 3px;color:var(--muted);font-size:.78rem}.topbar h2{margin:0;font-size:1.25rem}.top-actions{display:flex;align-items:center;gap:10px}.connection{font-size:.78rem;color:var(--muted);display:flex;align-items:center;gap:6px}.connection i{width:7px;height:7px;background:var(--green);border-radius:50%}.page-content{padding:20px 24px}.knowledge-layout{min-height:calc(100vh - 128px);display:grid;grid-template-columns:250px minmax(0,1fr);background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.tree-panel{border-right:1px solid var(--line);padding:18px 12px}.section-head{height:36px;padding:0 8px;display:flex;align-items:center;justify-content:space-between;font-size:.88rem}.tree-root,.tree-node{width:100%;height:40px;border:0;border-radius:8px;padding:0 10px;background:transparent;display:flex;align-items:center;gap:9px;color:#46536a;text-align:left}.tree-root.active,.tree-node.active{background:var(--blue-soft);color:var(--blue);font-weight:700}.folder-tree{padding-top:6px}.skeleton-line{height:36px;margin:7px 8px;border-radius:7px;background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:200% 100%;animation:pulse 1.5s infinite}.skeleton-line.short{width:65%}@keyframes pulse{to{background-position:-200% 0}}.content-panel{min-width:0;padding:18px}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.stats-row article{padding:15px 16px;border:1px solid var(--line);border-radius:10px;background:#fbfcfe}.stats-row span{display:block;color:var(--muted);font-size:.76rem}.stats-row strong{display:block;margin-top:7px;font-size:1.35rem}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:14px}.search{height:40px;min-width:280px;border:1px solid #dbe2ee;border-radius:9px;background:white;display:flex;align-items:center;gap:8px;padding:0 12px;color:var(--muted)}.search input{border:0;outline:0;min-width:0;width:100%}.toolbar select{height:40px;border:1px solid #dbe2ee;border-radius:9px;padding:0 34px 0 12px;background:#fff}.spacer{flex:1}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px}table{width:100%;border-collapse:collapse;min-width:760px}th,td{height:58px;padding:0 13px;border-bottom:1px solid var(--line);text-align:left;font-size:.82rem}th{height:44px;background:#f7f9fc;color:#69768c;font-weight:650}tbody tr:last-child td{border-bottom:0}.check{width:42px}.empty-state{text-align:center;padding:35px;color:var(--muted)}.toast-region{position:fixed;right:20px;top:20px;z-index:1000;display:grid;gap:10px}.toast{padding:12px 16px;border-radius:10px;background:#14213d;color:#fff;box-shadow:0 10px 30px rgba(20,33,61,.25);font-size:.86rem}.toast.error{background:#b42318}@media(max-width:900px){.app-shell{grid-template-columns:76px 1fr}.sidebar{padding:18px 10px}.brand>span:last-child,.nav-item:not(.active){font-size:0}.nav-item{justify-content:center;padding:0}.nav-item.active{font-size:0}.nav-item span{font-size:1.2rem}.sidebar-footer>div:nth-child(2),.sidebar-footer .icon-button{display:none}.sidebar-footer{grid-template-columns:1fr;justify-items:center}.knowledge-layout{grid-template-columns:1fr}.tree-panel{border-right:0;border-bottom:1px solid var(--line);max-height:230px;overflow:auto}.stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.app-shell{display:block}.sidebar{position:relative;height:auto;min-height:0}.brand{padding-bottom:14px}.main-nav{display:flex;overflow:auto}.nav-item,.nav-item.active,.nav-item:not(.active){min-width:48px;font-size:0}.sidebar-footer{display:none}.topbar{height:auto;padding:14px 16px;align-items:flex-start}.top-actions{flex-wrap:wrap;justify-content:flex-end}.connection{display:none}.page-content{padding:12px}.content-panel{padding:12px}.stats-row{grid-template-columns:repeat(2,1fr)}.toolbar{flex-wrap:wrap}.search{min-width:100%;width:100%}.spacer{display:none}}
