html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--blue: #3b82f6;--blue-light: #eff6ff;--purple: #8b5cf6;--purple-light: #f5f3ff;--green: #22c55e;--green-light: #f0fdf4;--orange: #f59e0b;--orange-light: #fffbeb;--red: #ef4444;--red-light: #fef2f2;--ink: #1f2937;--ink-2: #4b5563;--ink-3: #9ca3af;--line: #eef0f4;--bg: #f6f7fb;--radius: 16px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}.layout{display:flex;min-height:100vh}.layout-sider{width:216px;flex-shrink:0;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.layout-logo{padding:20px 20px 14px;font-size:18px;font-weight:700;letter-spacing:.5px;display:flex;align-items:center;gap:10px}.layout-logo .logo-badge{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px}.layout-menu{flex:1;padding:6px 12px;overflow-y:auto}.menu-item{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:12px;margin-bottom:4px;color:var(--ink-2);text-decoration:none;font-size:14px;font-weight:500;transition:background .15s,color .15s}.menu-item:hover{background:var(--bg);color:var(--ink)}.menu-item.active{background:var(--blue-light);color:var(--blue)}.menu-item .dot{width:8px;height:8px;border-radius:3px;flex-shrink:0}.layout-main{flex:1;min-width:0;display:flex;flex-direction:column}.layout-header{height:60px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:10}.layout-content{padding:24px;max-width:1200px;width:100%;margin:0 auto}.hero{border-radius:var(--radius);padding:24px 28px;margin-bottom:20px;background:linear-gradient(120deg,#dbeafe,#eff6ff 55%,#f5f3ff);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.hero-title{font-size:22px;font-weight:700;margin:0 0 6px}.hero-sub{margin:0;color:var(--ink-2);font-size:14px}.hero-emoji{font-size:40px}.card{background:#fff;border-radius:var(--radius);padding:20px;box-shadow:0 1px 3px #1118270a;margin-bottom:20px}.card-title{font-size:16px;font-weight:600;margin:0 0 16px;display:flex;align-items:center;gap:8px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}@media (max-width: 900px){.stat-grid{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#fff;border-radius:var(--radius);padding:18px 20px;display:flex;align-items:center;gap:14px;box-shadow:0 1px 3px #1118270a}.stat-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-size:21px;flex-shrink:0}.stat-value{font-size:24px;font-weight:700;line-height:1.1}.stat-label{font-size:13px;color:var(--ink-3);margin-top:3px}.pill{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap}.pill-blue{background:var(--blue-light);color:var(--blue)}.pill-purple{background:var(--purple-light);color:var(--purple)}.pill-green{background:var(--green-light);color:var(--green)}.pill-orange{background:var(--orange-light);color:var(--orange)}.pill-red{background:var(--red-light);color:var(--red)}.pill-gray{background:#f3f4f6;color:var(--ink-2)}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dbeafe,#f6f7fb,#f5f3ff);padding:20px}.login-card{background:#fff;border-radius:24px;padding:40px 36px;width:420px;max-width:100%;box-shadow:0 12px 40px #1e40af1a}.login-title{font-size:22px;font-weight:700;text-align:center;margin:0 0 4px}.login-sub{text-align:center;color:var(--ink-3);font-size:13px;margin:0 0 28px}.login-feishu{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px;border-radius:14px;border:none;cursor:pointer;background:#3370ff;color:#fff;font-size:15px;font-weight:600;transition:opacity .15s}.login-feishu:hover{opacity:.9}.login-divider{display:flex;align-items:center;gap:12px;color:var(--ink-3);font-size:12px;margin:22px 0}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--line)}.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px;align-items:center}.muted{color:var(--ink-3);font-size:13px}.clickable{cursor:pointer}
