.boot-splash[data-v-b1e19f3c]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:hsl(var(--muted-foreground))}.boot-text[data-v-b1e19f3c]{margin:0;font-size:14px}:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--success: 142 71% 29%;--success-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 5.9% 10%;--sidebar: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-border: 240 5.9% 90%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--chart-1: #2563eb;--chart-2: #ea580c;--radius: .5rem;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--sidebar-w: 240px;--header-h: 56px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);color-scheme:light}.dark{--background: 240 10% 3.9%;--foreground: 0 0% 98%;--card: 240 10% 3.9%;--card-foreground: 0 0% 98%;--popover: 240 10% 3.9%;--popover-foreground: 0 0% 98%;--primary: 0 0% 98%;--primary-foreground: 240 5.9% 10%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 240 3.7% 15.9%;--muted-foreground: 240 5% 64.9%;--accent: 240 3.7% 15.9%;--accent-foreground: 0 0% 98%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 98%;--success: 142 69% 58%;--success-foreground: 240 5.9% 10%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 240 4.9% 83.9%;--sidebar: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--chart-1: #3b82f6;--chart-2: #ea580c;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .4);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .5), 0 2px 4px -2px rgb(0 0 0 / .5);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .6), 0 4px 6px -4px rgb(0 0 0 / .6);color-scheme:dark}*,*:before,*:after{box-sizing:border-box;border-color:hsl(var(--border))}html{-webkit-text-size-adjust:100%}html,body{height:100%}body{margin:0;font-family:var(--font-sans);font-size:14px;line-height:1.5;color:hsl(var(--foreground));background:hsl(var(--background));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.no-scroll{overflow:hidden}#app{min-height:100%}h1,h2,h3,p{margin:0}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}svg{flex-shrink:0}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::selection{background:hsl(var(--primary) / .15)}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:8px}*::-webkit-scrollbar-track{background:transparent}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-muted{color:hsl(var(--muted-foreground))}.mono{font-family:var(--font-mono);font-size:12.5px}.tabular{font-variant-numeric:tabular-nums}.shell{display:flex;min-height:100vh;min-height:100dvh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:var(--sidebar-w);display:flex;flex-direction:column;background:hsl(var(--sidebar));color:hsl(var(--sidebar-foreground));border-right:1px solid hsl(var(--sidebar-border));transform:translate(-100%);transition:transform .2s ease}.sidebar.open{transform:translate(0);box-shadow:var(--shadow-lg)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#00000080;animation:fade-in .15s ease}.sidebar-head{height:var(--header-h);flex-shrink:0;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid hsl(var(--sidebar-border))}.brand-icon{width:32px;height:32px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-weight:700;font-size:15px}.brand-name{font-weight:600;font-size:15px;color:hsl(var(--foreground));line-height:1.2}.brand-sub{font-size:11px;color:hsl(var(--muted-foreground));line-height:1.2}.sidebar-close{margin-left:auto}.nav{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:2px}.nav-label{font-size:11px;font-weight:500;color:hsl(var(--muted-foreground));padding:8px 12px 4px;letter-spacing:.02em}.nav-item{display:flex;align-items:center;gap:10px;height:36px;padding:0 12px;border-radius:calc(var(--radius) - 2px);font-size:14px;font-weight:500;color:hsl(var(--sidebar-foreground));transition:background .12s,color .12s}.nav-item:hover{background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-accent-foreground))}.nav-item.active{background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-accent-foreground));font-weight:600}.nav-item svg{width:16px;height:16px;color:hsl(var(--muted-foreground))}.nav-item.active svg{color:hsl(var(--foreground))}.sidebar-foot{padding:12px;border-top:1px solid hsl(var(--sidebar-border));display:flex;flex-direction:column;gap:8px}.user-box{display:flex;align-items:center;gap:10px;padding:6px 8px;border-radius:calc(var(--radius) - 2px)}.user-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:hsl(var(--secondary));color:hsl(var(--foreground));font-size:13px;font-weight:600;border:1px solid hsl(var(--border))}.user-meta{flex:1;min-width:0}.user-name{font-size:13px;font-weight:600;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{font-size:11px;color:hsl(var(--muted-foreground))}.main{flex:1;min-width:0;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:20;min-height:var(--header-h);display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:8px 16px;background:hsl(var(--background) / .85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border))}.header-title{flex:1;min-width:0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.header-title h1{font-size:18px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.header-tools{display:flex;align-items:center;gap:4px}.menu-btn{display:inline-flex}.content{flex:1;padding:16px;width:100%;max-width:1400px;margin:0 auto}.content>*+*{margin-top:16px}.page-desc{font-size:13px;color:hsl(var(--muted-foreground));line-height:1.6}.page-desc b{color:hsl(var(--foreground));font-weight:600}.section-title{font-size:15px;font-weight:600;margin-top:8px}@media(min-width:1024px){.sidebar{transform:none;box-shadow:none}.shell .sidebar-backdrop,.sidebar .sidebar-close,.header .menu-btn{display:none}.main{margin-left:var(--sidebar-w)}.header{padding:0 24px}.header-title h1{font-size:20px}.content{padding:24px}.content>*+*{margin-top:20px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:calc(var(--radius) - 2px);font-size:14px;font-weight:500;white-space:nowrap;border:1px solid transparent;background:transparent;transition:background .12s,color .12s,border-color .12s,opacity .12s}.btn:disabled{opacity:.5;pointer-events:none}.btn svg{width:16px;height:16px}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:hsl(var(--primary) / .9)}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.btn-secondary:hover{background:hsl(var(--secondary) / .8)}.btn-outline{border-color:hsl(var(--input));background:hsl(var(--background));box-shadow:var(--shadow-sm)}.btn-outline:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-ghost{color:hsl(var(--foreground))}.btn-ghost:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.btn-destructive{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive:hover{background:hsl(var(--destructive) / .9)}.btn-danger-text{color:hsl(var(--destructive))}.btn-danger-text:hover{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.btn-success-text{color:hsl(var(--success))}.btn-success-text:hover{background:hsl(var(--success) / .1);color:hsl(var(--success))}.btn-sm{height:32px;padding:0 12px;font-size:13px}.btn-xs{height:28px;padding:0 10px;font-size:12px}.btn-icon{width:36px;padding:0}.btn-icon.btn-sm{width:32px}.btn-block{width:100%}.input,.textarea{display:block;width:100%;height:36px;padding:0 12px;border:1px solid hsl(var(--input));border-radius:calc(var(--radius) - 2px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:14px;box-shadow:var(--shadow-sm);transition:border-color .12s,box-shadow .12s}.input::placeholder,.textarea::placeholder{color:hsl(var(--muted-foreground))}.input:focus,.textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .2)}.input:disabled,.textarea:disabled{opacity:.5;cursor:not-allowed}.textarea{height:auto;min-height:120px;padding:10px 12px;resize:vertical;font-family:var(--font-mono);font-size:13px;line-height:1.6}.input-search{position:relative}.input-search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:hsl(var(--muted-foreground));pointer-events:none}.input-search .input{padding-left:32px}.label{display:block;font-size:13px;font-weight:500;margin-bottom:6px}.form-group{margin-bottom:16px}.form-group:last-child{margin-bottom:0}.form-row{display:grid;grid-template-columns:1fr;gap:0 12px}.hint{font-size:12.5px;color:hsl(var(--muted-foreground));margin-top:6px;line-height:1.5}input[type=checkbox]{width:16px;height:16px;margin:0;vertical-align:middle;accent-color:hsl(var(--primary));cursor:pointer}@media(min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.card{background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 20px 0;flex-wrap:wrap}.card-title{font-size:15px;font-weight:600;line-height:1.3}.card-desc{font-size:13px;color:hsl(var(--muted-foreground));margin-top:2px}.card-content{padding:16px 20px 20px}.card-content.flush{padding:0}.stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stat{padding:16px 18px}.stat-label{font-size:13px;color:hsl(var(--muted-foreground));font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:8px}.stat-label svg{width:15px;height:15px}.stat-value{font-size:24px;font-weight:700;letter-spacing:-.02em;margin-top:6px;font-variant-numeric:tabular-nums;line-height:1.1}.stat-value.success{color:hsl(var(--success))}.stat-value.destructive{color:hsl(var(--destructive))}.stat-delta{font-size:12px;color:hsl(var(--muted-foreground));margin-top:6px}@media(min-width:640px){.stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.stat-value{font-size:28px}}@media(min-width:1280px){.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.chart-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:1024px){.chart-grid{grid-template-columns:1fr 1fr}}.chart{width:100%;height:200px;display:block}.chart-legend{display:flex;gap:14px;font-size:12.5px;color:hsl(var(--muted-foreground))}.chart-legend-item{display:inline-flex;align-items:center;gap:6px}.chart-legend-item .dot{width:10px;height:10px;border-radius:3px;display:inline-block}.filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filter-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto}.search{width:100%}@media(min-width:640px){.search{width:260px}}@media(max-width:639px){.filter-right{width:100%;margin-left:0}.filter-right .input-search{flex:1 1 100%}}.seg{display:inline-flex;gap:2px;padding:3px;border-radius:calc(var(--radius) - 2px);background:hsl(var(--muted));max-width:100%;overflow-x:auto}.seg-item{flex-shrink:0;height:28px;padding:0 12px;border:0;border-radius:calc(var(--radius) - 4px);background:transparent;color:hsl(var(--muted-foreground));font-size:13px;font-weight:500;transition:background .12s,color .12s,box-shadow .12s}.seg-item:hover{color:hsl(var(--foreground))}.seg-item.active{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:var(--shadow-sm)}.dark .seg-item.active{background:hsl(var(--accent))}.table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}table.tbl{width:100%;border-collapse:collapse;font-size:13.5px}.tbl th{text-align:left;font-weight:500;font-size:12.5px;color:hsl(var(--muted-foreground));height:44px;padding:0 14px;border-bottom:1px solid hsl(var(--border));white-space:nowrap}.tbl td{padding:12px 14px;border-bottom:1px solid hsl(var(--border));white-space:nowrap;font-variant-numeric:tabular-nums;vertical-align:middle}.tbl tbody tr:last-child td{border-bottom:0}.tbl tbody tr{transition:background .1s}.tbl tbody tr:hover td{background:hsl(var(--muted) / .5)}.tbl .mono{font-family:var(--font-mono);font-size:12.5px}.tbl .uid{font-weight:600}.tbl a.link{color:hsl(var(--foreground));font-weight:500;text-decoration:underline;text-decoration-color:hsl(var(--muted-foreground) / .5);text-underline-offset:3px;transition:text-decoration-color .15s,color .15s}.tbl a.link:hover{text-decoration-color:currentColor}.tbl a.link:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:2px}.tbl .ip{font-family:var(--font-mono);font-size:12.5px;color:hsl(var(--muted-foreground))}.tbl .dim{color:hsl(var(--muted-foreground))}.tbl .empty-row td{text-align:center;color:hsl(var(--muted-foreground));padding:40px 14px}.tbl th:first-child,.tbl td:first-child{padding-left:20px}.tbl th:last-child,.tbl td:last-child{padding-right:20px}.row-act{display:flex;gap:4px}.badge{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 9px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap;border:1px solid transparent}.badge-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.badge-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-outline{border-color:hsl(var(--border));color:hsl(var(--foreground))}.badge-success{background:hsl(var(--success) / .12);color:hsl(var(--success))}.badge-destructive{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.badge-info{background:#3c83f61f;color:#0a5adb}.dark .badge-info{color:#6da2f8}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.8}.pager{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.pager-info{font-size:13px;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;background:#0009;padding:0;animation:fade-in .15s ease}.dialog{width:100%;max-height:92dvh;display:flex;flex-direction:column;background:hsl(var(--background));color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:var(--radius) var(--radius) 0 0;box-shadow:var(--shadow-lg);animation:slide-up .18s ease}.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 20px 0}.dialog-title{font-size:17px;font-weight:600;line-height:1.3}.dialog-close{margin:-6px -8px 0 0;color:hsl(var(--muted-foreground))}.dialog-body{padding:16px 20px;overflow-y:auto}.dialog-footer{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;padding:0 20px 20px}.dialog-footer .btn{flex:1 1 auto}@media(min-width:640px){.dialog-overlay{align-items:center;padding:24px}.dialog{width:min(520px,100%);max-height:90vh;border-radius:var(--radius);animation:pop-in .15s ease}.dialog.wide{width:min(600px,100%)}.dialog-header{padding:24px 24px 0}.dialog-body{padding:16px 24px}.dialog-footer{padding:0 24px 24px}.dialog-footer .btn{flex:0 0 auto}}.confirm-text{font-size:14px;color:hsl(var(--muted-foreground));line-height:1.7}.confirm-text strong{color:hsl(var(--foreground));font-weight:600}.confirm-text+.confirm-text{margin-top:6px}.code-box{font-family:var(--font-mono);font-size:13px;word-break:break-all;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);padding:10px 12px;margin:10px 0}.code-box.large{font-size:18px;text-align:center;letter-spacing:.04em;padding:14px 16px;font-weight:600}.alert{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.55;border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);padding:10px 12px;margin-bottom:14px;background:hsl(var(--muted) / .5)}.alert svg{width:16px;height:16px;margin-top:2px}.alert-success{border-color:hsl(var(--success) / .35);background:hsl(var(--success) / .08)}.alert-success svg{color:hsl(var(--success))}.alert strong{font-weight:600}.toast{position:fixed;z-index:200;left:12px;right:12px;bottom:12px;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--radius);background:hsl(var(--background));color:hsl(var(--foreground));border:1px solid hsl(var(--border));box-shadow:var(--shadow-lg);font-size:13.5px;font-weight:500;animation:slide-up .18s ease}.toast svg{width:16px;height:16px}.toast.success svg{color:hsl(var(--success))}.toast.error svg{color:hsl(var(--destructive))}.toast.error{border-color:hsl(var(--destructive) / .5)}@media(min-width:640px){.toast{left:auto;right:20px;bottom:20px;width:min(380px,calc(100vw - 40px))}}.auth-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:hsl(var(--muted) / .4)}.auth-card{width:min(400px,100%);padding:28px 24px}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.auth-title{font-size:22px;font-weight:700;letter-spacing:-.01em}.auth-desc{font-size:13.5px;color:hsl(var(--muted-foreground));margin:4px 0 22px}.auth-foot{margin-top:18px;font-size:12px;color:hsl(var(--muted-foreground));text-align:center}@media(min-width:640px){.auth-card{padding:32px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
