.toast-host[data-v-9e438f83]{position:fixed;top:16px;top:calc(16px + env(safe-area-inset-top));left:50%;z-index:9999;display:flex;flex-direction:column;align-items:center;gap:8px;width:max-content;max-width:calc(100vw - 32px);transform:translate(-50%);pointer-events:none}.toast[data-v-9e438f83]{min-width:220px;max-width:360px;padding:10px 14px;border-radius:var(--radius-sm);background:#111827;color:#fff;box-shadow:var(--shadow-md);font-size:14px;text-align:center;pointer-events:auto}.toast-success[data-v-9e438f83]{background:#14532d}.toast-warning[data-v-9e438f83]{background:#92400e}.toast-error[data-v-9e438f83]{background:#7f1d1d}.site-footer[data-v-99ee5d96]{flex-shrink:0;background:transparent;padding:12px 24px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.site-footer__inner[data-v-99ee5d96]{max-width:var(--content-max-width);margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;color:var(--color-muted);font-size:12px;line-height:1.6}.site-footer__brand[data-v-99ee5d96]{font-weight:600;color:#475569}.site-footer__copyright[data-v-99ee5d96]{color:var(--color-muted)}.site-footer__divider[data-v-99ee5d96]{width:1px;height:12px;background:#94a3b873}.site-footer__icp[data-v-99ee5d96]{display:inline-flex;align-items:center;gap:6px;color:var(--color-muted);text-decoration:none;transition:color .15s ease}.site-footer__icp[data-v-99ee5d96]:hover{color:var(--color-primary)}.site-footer__icp-icon[data-v-99ee5d96]{width:14px;height:14px;flex-shrink:0;opacity:.85}@media(max-width:768px){.site-footer[data-v-99ee5d96]{padding:10px 16px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.site-footer__inner[data-v-99ee5d96]{gap:6px 10px;font-size:11px}.site-footer__divider[data-v-99ee5d96],.site-footer__brand[data-v-99ee5d96],.site-footer__copyright[data-v-99ee5d96]{display:none}.site-footer__icp[data-v-99ee5d96]{text-align:center}}.app-root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.app-main{flex:1;display:flex;flex-direction:column;min-height:0}:root{--color-bg: #f6f7f9;--color-panel: #ffffff;--color-text: #172033;--color-muted: #667085;--color-border: #d9dee7;--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-success: #16a34a;--color-warning: #d97706;--color-danger: #dc2626;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);--shadow-md: 0 8px 24px rgba(16, 24, 40, .08);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--sidebar-width: 240px;--sidebar-collapsed-width: 72px;--header-height: 56px;--content-max-width: 1280px;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.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}.page{display:flex;flex-direction:column;gap:var(--space-4)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4)}.page-title{margin:0;font-size:24px;font-weight:700}.page-subtitle{margin:var(--space-1) 0 0;color:var(--color-muted);font-size:14px}.panel{background:var(--color-panel);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.panel-body{padding:var(--space-5)}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:36px;padding:0 var(--space-4);border:1px solid transparent;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary{background:#fff;border-color:var(--color-border);color:var(--color-text)}.btn-secondary:hover:not(:disabled){background:#f8fafc}.btn-danger{background:#fff;border-color:#fecaca;color:var(--color-danger)}.field{display:flex;flex-direction:column;gap:var(--space-2)}.field label{font-size:13px;font-weight:600}.field input,.field select,.field textarea{width:100%;min-height:38px;padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;color:var(--color-text)}.field textarea{min-height:96px;resize:vertical}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.badge-success{background:#dcfce7;color:var(--color-success)}.badge-warning{background:#fef3c7;color:var(--color-warning)}.badge-danger{background:#fee2e2;color:var(--color-danger)}@media(max-width:960px){.grid-2,.grid-3{grid-template-columns:1fr}}.n-page{display:flex;flex-direction:column;gap:20px}.n-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.n-page-title{margin:0;font-size:26px;font-weight:700;letter-spacing:-.02em;color:var(--color-text)}.n-page-subtitle{margin:6px 0 0;color:var(--color-muted);font-size:14px;line-height:1.6}.n-card-section-title{margin:0 0 16px;font-size:16px;font-weight:700;color:var(--color-text)}.n-muted{color:var(--color-muted);font-size:13px}@media(max-width:768px){.n-page-header{flex-direction:column;align-items:stretch;gap:12px}.n-page-header .actions{width:100%;flex-wrap:wrap}.n-page-title{font-size:22px}.n-page-subtitle{font-size:13px}.mobile-actions-wrap{display:flex;flex-wrap:wrap;gap:8px;width:100%}.mobile-actions-wrap>*{flex:1 1 auto}.mobile-stack{flex-direction:column;align-items:stretch!important}.mobile-hide{display:none!important}.mobile-full-width{width:100%}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}}
