:root{--ink-900: #1A1D20;--ink-700: #3D434A;--ink-500: #6B7380;--ink-400: #9AA0A8;--ink-300: #C9CDD2;--line: #E4E6E9;--line-soft: #EFF0F2;--surface: #FFFFFF;--surface-2: #F8F8F6;--surface-3: #F1F1EE;--accent-900: #0F2A44;--accent-700: #1E3F5F;--accent-600: #2E5279;--accent-500: #446A92;--accent-100: #DCE5EE;--accent-50: #ECF1F6;--positive: #1F7A3A;--positive-bg: #EEF6F0;--warning: #9C5A00;--warning-bg: #FBF2E3;--negative: #A01F1F;--negative-bg: #F8EEEE;--accent: var(--accent-600);--accent-dark: var(--accent-700);--accent-light: var(--accent-50);--danger: var(--negative);--danger-light: var(--negative-bg);--success: var(--positive);--success-light: var(--positive-bg);--warn: var(--warning);--warn-light: var(--warning-bg);--border: var(--line);--bg: var(--surface-2);--panel-bg: var(--surface);--text: var(--ink-900);--text-muted: var(--ink-500);--header-bg: var(--accent-900);--header-border: var(--accent-700);--shadow-sm: 0 1px 2px rgba(26,29,32,.05);--shadow: 0 2px 8px rgba(26,29,32,.08);--shadow-lg: 0 8px 32px rgba(26,29,32,.12);--radius-sm: 3px;--radius: 6px;--radius-lg: 8px;--left-w: 340px;--right-w: 480px;--dur-fast: .12s;--dur-base: .18s;--ease: cubic-bezier(.4, 0, .2, 1);--font-ui: "Inter", "BIZ UDPGothic", "Hiragino Sans", "Yu Gothic UI", Meiryo, -apple-system, sans-serif;--font-display: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;--font-mono: "JetBrains Mono", "Menlo", "Consolas", monospace;--blue-50: var(--accent-50);--blue-100: var(--accent-100);--blue-500: var(--accent-500);--blue-600: var(--accent-600);--blue-700: var(--accent-700);--red-50: var(--negative-bg);--red-500: #B53535;--red-600: var(--negative);--gray-50: var(--surface-2);--gray-100: var(--surface-3);--gray-200: var(--line);--gray-300: var(--ink-300);--gray-400: var(--ink-400);--gray-500: var(--ink-500);--gray-600: #555B63;--gray-700: var(--ink-700);--gray-800: #2A2E34;--gray-900: var(--ink-900);--green-50: var(--positive-bg);--green-500: #2E9D56;--green-600: var(--positive);--green-700: #1A6631;--green-800: #154F26;--amber-50: var(--warning-bg);--amber-100: #F5E4C2;--amber-200: #EDD29B;--amber-500: #C98400;--amber-600: var(--warning);--amber-800: #6E3F00;--indigo-50: var(--accent-50);--indigo-600: var(--accent-600);--indigo-700: var(--accent-700);--violet-50: var(--accent-50);--violet-600: var(--accent-600);--cyan-600: var(--accent-600);--orange-600: var(--warning)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.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}.focus-not-sr-only:focus{position:fixed;top:8px;left:8px;z-index:99999;width:auto;height:auto;padding:8px 16px;margin:0;overflow:visible;clip:auto;white-space:normal;background:#4f46e5;color:#fff;font-size:14px;font-weight:600;border-radius:8px;text-decoration:none;box-shadow:0 4px 12px #0000004d}img{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;pointer-events:auto}body{font-family:var(--font-ui);font-size:13px;background:var(--bg);color:var(--text);height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"palt" 1;text-rendering:optimizeLegibility;letter-spacing:0}.display-serif{font-family:var(--font-display);font-weight:600;letter-spacing:0}.mono{font-family:var(--font-mono)}#root{height:100vh}.app-grid{display:flex;flex-direction:column;height:100vh}.dashboard-bar{background:#fff;border-bottom:1px solid var(--border);padding:6px 12px;display:flex;align-items:center;gap:6px;flex-shrink:0;overflow-x:auto;overflow-y:hidden}.db-month{font-size:11px;font-weight:700;color:var(--text-muted);white-space:nowrap;line-height:1;flex-shrink:0}.db-cards{display:flex;gap:4px;flex-shrink:0}.db-card{display:flex;align-items:center;gap:5px;padding:3px 8px;border-radius:6px;border:1px solid transparent;cursor:default}.db-card--blue{background:var(--accent-50);border-color:var(--accent-500);color:var(--accent-700)}.db-card--green{background:#f0fdf4;border-color:#86efac;color:#15803d}.db-card--orange{background:#fff7ed;border-color:#fdba74;color:#c2410c}.db-card--gray{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.db-card--pulse{animation:dbPulse 1.8s ease-in-out infinite}@keyframes dbPulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{to{transform:rotate(360deg)}}.db-card-icon{display:flex;align-items:center;flex-shrink:0}.db-card-value{font-size:14px;font-weight:800;line-height:1;letter-spacing:-.03em}.db-card-unit{font-size:10px;font-weight:400;margin-left:1px}.db-card-label{font-size:9px;margin-top:1px;opacity:.8;white-space:nowrap}.db-progress-wrap{display:flex;align-items:center;gap:6px;margin-left:auto;flex-shrink:0;min-width:max-content}.db-progress-track{width:70px;height:4px;background:#e2e8f0;border-radius:999px;overflow:hidden}.db-progress-fill{height:100%;background:var(--success);border-radius:999px;transition:width .5s ease}.db-progress-label{font-size:10px;font-weight:700;color:var(--success);white-space:nowrap}header{height:56px;flex-shrink:0;background:var(--header-bg);color:#fff;display:flex;align-items:center;gap:12px;padding:0 20px;font-size:14px;font-weight:700;border-bottom:1px solid var(--header-border)}.header-logo{display:flex;align-items:center;gap:10px}.header-logo-icon{width:32px;height:32px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px}.header-title{font-size:14px;font-weight:700;font-family:var(--font-display);letter-spacing:0;color:#fff}.header-subtitle{font-size:11px;font-weight:400;color:#ffffffb3}.header-actions{margin-left:auto;display:flex;gap:6px;align-items:center}.header-user{font-size:12px;color:#ffffffb3;margin-right:4px}.header-btn{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.15);border-radius:4px;padding:6px 13px;font-size:12px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.header-btn:hover{background:#ffffff26;border-color:#ffffff40}.header-btn-help{background:var(--accent);color:#fff;border:1px solid var(--accent-dark);border-radius:6px;padding:6px 13px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:none;transition:background .15s}.header-btn-help:hover{background:var(--accent-dark)}.left-panel,.center-panel,.right-panel{overflow-y:auto;min-height:0;display:flex;flex-direction:column}.left-panel{background:#fafcff}.center-panel{background:#fff}.center-panel .panel-body{flex:1;min-height:0;overflow-y:auto}.right-panel{background:#fafcff}.panel-header{position:sticky;top:0;background:#fafafa;border-bottom:1px solid var(--border);padding:12px 18px;font-weight:700;font-size:13px;color:var(--text);z-index:1;display:flex;align-items:center;gap:8px;box-shadow:0 1px #0000000a}.panel-body{padding:16px 18px}.section-title{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;margin-top:20px;display:flex;align-items:center;gap:6px;padding-bottom:6px;border-bottom:1px solid var(--border)}.section-title:first-child{margin-top:0}.workflow-guide{margin-bottom:14px}.workflow-step{display:flex;align-items:flex-start;gap:10px;padding:9px 12px;border-radius:8px;margin-bottom:6px;border:1px solid var(--border);background:var(--panel-bg);transition:border-color .2s,background .2s}.workflow-step.active{border-color:var(--accent-500);background:var(--accent-50)}.step-num{width:20px;height:20px;border-radius:50%;background:var(--border);color:var(--text-muted);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:2px}.workflow-step.active .step-num{background:var(--accent);color:#fff}.step-content{flex:1}.step-title{font-size:12px;font-weight:700;color:var(--text);margin-bottom:1px}.step-desc{font-size:11px;color:var(--text-muted);line-height:1.5}.workflow-step.active .step-title{color:var(--accent)}.info-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#cbd5e1;color:#fff;font-size:10px;font-weight:800;cursor:pointer;border:none;font-family:inherit;line-height:1;flex-shrink:0;transition:background .15s}.info-btn:hover{background:var(--accent)}.info-popup{position:fixed;z-index:5000;max-width:260px;background:#1e293b;color:#f1f5f9;border:1px solid #334155;border-radius:8px;padding:10px 13px;font-size:12px;line-height:1.6;box-shadow:0 8px 24px #0000004d;pointer-events:none;animation:fadeInPop .1s ease}@keyframes fadeInPop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.empty-illustration{text-align:center;padding:40px 20px;color:var(--text-muted)}.empty-illustration .empty-icon{font-size:54px;margin-bottom:16px;opacity:.35;display:block}.empty-illustration p{font-size:13px;line-height:1.9;color:var(--text-muted)}.empty-illustration .empty-hint{font-size:12px;margin-top:12px;padding:8px 14px;background:var(--bg);border-radius:6px;border:1px solid var(--border);color:var(--text-muted)}.empty-msg{color:var(--text-muted);font-size:14px;text-align:center;padding:24px 0;line-height:1.7}.date-group{margin-bottom:8px}.month-filter{width:100%;padding:9px 11px;border:1px solid var(--border);border-radius:8px;font-size:14px;margin-bottom:14px;font-family:inherit;background:#fff;color:var(--text);transition:border-color .15s,box-shadow .15s}.month-filter:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-100)}.badge-warn{display:inline-block;background:var(--warn);color:#fff;font-size:11px;padding:2px 7px;border-radius:4px;font-weight:700;margin-left:6px;vertical-align:middle}.badge-confirmed{display:inline-block;background:var(--success);color:#fff;font-size:11px;padding:2px 7px;border-radius:4px;font-weight:700;margin-left:6px;vertical-align:middle}.confirm-filter{display:flex;gap:6px;margin-bottom:12px}.confirm-filter-btn{flex:1;padding:9px 0;font-size:12px;font-weight:600;border:1px solid var(--border);background:#fff;border-radius:8px;cursor:pointer;color:var(--text-muted);font-family:inherit;transition:border-color .15s,background .15s,color .15s}.confirm-filter-btn:hover:not(.active){border-color:var(--accent-500);color:var(--accent);background:var(--accent-50)}.confirm-filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent-dark);box-shadow:none}.btn-confirm{background:#059669;color:#fff;border:1px solid #047857;padding:11px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:none;transition:background .15s,box-shadow .15s}.btn-confirm:hover:not(:disabled){background:#047857;box-shadow:none}.btn-confirm:disabled{background:#94a3b8;border-color:#94a3b8;cursor:default;box-shadow:none}.drop-zone{border:2px dashed #CBD5E1;border-radius:12px;padding:24px 16px;text-align:center;background:#f8fafc;transition:border-color .2s,background .2s,box-shadow .2s;cursor:pointer;margin-bottom:12px}.drop-zone:hover{border-color:var(--accent);background:var(--accent-50);box-shadow:none}.drop-zone.drag-over{border-color:var(--accent);border-style:solid;background:var(--accent-100);box-shadow:none}.drop-zone p{color:var(--text-muted);margin-bottom:12px;font-size:13px;line-height:1.7}.drop-btns{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.queue-item{padding:10px 12px;border:1px solid var(--border);border-radius:7px;margin-bottom:7px;font-size:13px;background:#fff}.qi-top{display:flex;align-items:center;gap:8px}.qi-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qi-status{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:600;flex-shrink:0}.status-pending{color:var(--text-muted)}.status-uploading,.status-processing{color:var(--accent)}.status-done{color:var(--success)}.status-error{color:var(--danger)}.qi-bar-wrap{height:3px;background:var(--border);border-radius:2px;margin-top:5px;overflow:hidden}.qi-bar{height:100%;background:var(--accent);transition:width .2s;border-radius:2px}@keyframes qi-spin{to{transform:rotate(360deg)}}.qi-spinner{width:13px;height:13px;border:2px solid var(--accent-500);border-top-color:var(--accent);border-radius:50%;animation:qi-spin .7s linear infinite;flex-shrink:0}.qi-check{width:15px;height:15px;color:var(--success);flex-shrink:0;font-size:12px;line-height:1}.qi-saved-info{font-size:12px;color:var(--text-muted);margin-top:4px}.qi-jump-btn{font-size:12px;color:var(--accent);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.preview-wrapper{position:relative;display:flex;flex-direction:column;width:100%;height:100%;min-height:200px;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.preview-img{max-width:100%;max-height:100%;display:block;border-radius:6px;border:1px solid var(--border);object-fit:contain}.ocr-canvas{position:absolute;top:1px;left:0;border-radius:6px;cursor:default}.form-section{border-radius:8px;padding:14px 14px 8px;margin-bottom:14px}.form-section-label{font-size:13px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:6px}.section-critical{background:var(--accent-50);border:1px solid var(--accent-500);border-left:4px solid var(--accent);border-radius:10px}.section-critical .form-section-label{color:var(--accent-dark)}.section-other{background:#f8fafc;border:1px solid var(--border);border-radius:10px}.section-other .form-section-label{color:var(--text-muted)}.form-group{margin-bottom:14px}.field-label{display:block;font-size:12px;font-weight:600;color:#475569;margin-bottom:5px}.form-input{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:7px;font-size:14px;font-family:inherit;background:#fff;color:var(--text);transition:border-color .15s,box-shadow .15s}.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-100)}textarea.form-input{resize:vertical}.worker-block{border:1px solid #E2E8F0;border-left:3px solid var(--accent);border-radius:10px;padding:13px 15px;margin-bottom:12px;background:#f8fafc}.worker-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.worker-label{font-size:12px;font-weight:700;color:#475569;white-space:nowrap}.worker-name-input{flex:1;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;background:#fff;color:var(--text);transition:border-color .15s,box-shadow .15s}.worker-name-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-100)}.btn-remove-worker{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:16px;padding:3px 7px;border-radius:5px;transition:color .15s,background .15s}.btn-remove-worker:hover{background:#fee2e2;color:var(--danger)}.tasks-wrap{overflow-x:auto;margin-bottom:8px}.tasks-table{width:100%;border-collapse:collapse;font-size:13px;min-width:280px}.tasks-table th{background:#f1f5f9;border:1px solid var(--border);padding:6px 8px;font-weight:600;text-align:left;font-size:11px;color:var(--text-muted);white-space:nowrap;letter-spacing:.04em;text-transform:uppercase}.tasks-table td{border:1px solid var(--border);padding:3px 4px}.form-input-sm{width:100%;padding:5px 6px;border:none;font-size:13px;font-family:inherit;background:transparent;color:var(--text)}.form-input-sm:focus{outline:1px solid var(--accent);border-radius:3px;background:#fff}.btn{padding:10px 20px;border:none;border-radius:7px;font-size:14px;font-family:inherit;cursor:pointer;font-weight:600;transition:background .15s,box-shadow .15s,opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border:1px solid var(--accent-dark);box-shadow:none}.btn-primary:hover:not(:disabled){background:var(--accent-dark);box-shadow:none}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--border);padding:7px 14px;font-size:13px;box-shadow:0 1px 2px #0000000a}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.btn-danger{background:var(--danger);color:#fff;border:1px solid #B91C1C}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-icon-danger{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:13px;padding:2px 6px;border-radius:4px;transition:color .15s,background .15s}.btn-icon-danger:hover{background:#fee2e2;color:var(--danger)}.form-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.form-msg{margin-top:12px;padding:10px 14px;border-radius:7px;font-size:13px;font-weight:600}.form-msg-success{background:#d1fae5;color:#065f46;border:1px solid #A7F3D0}.form-msg-error{background:#fee2e2;color:#991b1b;border:1px solid #FECACA}.form-msg-info{background:var(--accent-50);color:var(--accent-700);border:1px solid var(--accent-500)}.divider{border:none;border-top:1px solid var(--border);margin:14px 0}.namecheck-warn{font-size:12px;color:#92400e;background:#fef3c7;padding:3px 7px;border-radius:3px;margin-top:3px;display:inline-block}.namecheck-low-sim{font-size:12px;color:#7c2d12;background:#fef3c7;border:1px solid #F59E0B;border-left:4px solid #EF4444;padding:8px 10px;border-radius:5px;margin-bottom:7px;line-height:1.6}.sim-badge{font-size:12px;padding:2px 8px;border-radius:10px;font-weight:700;white-space:nowrap;flex-shrink:0}.sim-high{background:#d1fae5;color:#065f46}.sim-mid{background:#fef9c3;color:#713f12}.sim-low{background:#fee2e2;color:#7f1d1d}.sim-orig{font-size:12px;color:var(--text-muted);margin-top:4px;padding:3px 8px;border-radius:4px;display:inline-block;background:#f1f5f9}.sim-orig-changed{color:#92400e;background:#fffbeb;border-left:3px solid #F59E0B;border-radius:0 4px 4px 0;padding-left:7px}.sim-orig-val{font-weight:700}.review-warning-banner{display:none;margin-bottom:12px;padding:10px 14px;background:#fef3c7;border:1px solid #FCD34D;border-radius:8px;color:#92400e;font-size:14px;line-height:1.6}.review-warning-banner.visible{display:block}.debug-panel{margin-top:14px;border:1px solid #E2E8F0;border-radius:8px;overflow:hidden}.debug-panel-toggle{width:100%;background:#f8fafc;border:none;padding:8px 12px;display:flex;align-items:center;gap:7px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:#64748b;text-align:left;border-bottom:1px solid transparent;transition:background .15s}.debug-panel-toggle:hover{background:#f1f5f9}.debug-panel-toggle.open{background:#1e293b;color:#94a3b8;border-bottom-color:#334155}.debug-panel-toggle .debug-arrow{transition:transform .2s}.debug-panel-toggle.open .debug-arrow{transform:rotate(90deg)}.debug-panel-body{display:none;background:#0f172a;padding:12px 14px;overflow-x:auto}.debug-panel-body.open{display:block}.debug-raw-pre{margin:0;font-family:Consolas,Monaco,monospace;font-size:12px;color:#e2e8f0;line-height:1.6;white-space:pre;tab-size:2}.debug-key{color:#7dd3fc}.debug-str{color:#86efac}.debug-num{color:#fcd34d}.debug-bool{color:#f472b6}.debug-null{color:#94a3b8}.debug-none{color:#64748b;font-style:italic;font-size:12px;padding:8px 0}.table-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding-top:4vh}.table-modal-backdrop{position:absolute;inset:0;background:#0009;backdrop-filter:blur(2px)}.table-dialog{position:relative;background:var(--panel-bg);border-radius:12px;width:min(1200px,97vw);max-height:92vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000047,0 4px 16px #00000024;overflow:hidden}.table-dialog .panel-header{display:flex;align-items:center;gap:10px;flex-shrink:0;background:var(--header-bg);color:#fff;border-bottom:1px solid var(--header-border);box-shadow:none}.table-content{overflow:auto;flex:1;padding:14px}.monthly-table{border-collapse:collapse;font-size:12px;white-space:nowrap}.monthly-table th{background:#f1f5f9;border:1px solid var(--border);padding:5px 8px;text-align:center;position:sticky;top:0;z-index:1;font-weight:600;color:var(--text-muted);font-size:11px}.monthly-table th.name-th{position:sticky;left:0;z-index:2;text-align:left;min-width:80px}.monthly-table td{border:1px solid var(--border);padding:4px 7px;text-align:center;min-width:54px}.monthly-table td.name-cell{position:sticky;left:0;background:var(--panel-bg);font-weight:600;text-align:left;z-index:1;min-width:80px}.monthly-table td.has-work{background:var(--accent-50);color:var(--accent-700);font-size:12px;font-weight:600}.monthly-table td[contenteditable]:hover{background:var(--accent-50);cursor:text}.monthly-table td[contenteditable]:focus{outline:2px solid var(--accent);background:#fff;color:var(--text)}.table-tabs-nav{display:flex;border-bottom:1px solid var(--border);margin-bottom:12px;gap:0}.table-tab-btn{padding:9px 22px;font-size:13px;font-weight:600;cursor:pointer;border:none;background:none;color:var(--text-muted);border-bottom:2px solid transparent;font-family:inherit;margin-bottom:-1px;transition:color .15s}.table-tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.table-tab-btn:hover:not(.active){background:#f8fafc;color:var(--text)}.att-site-tab-nav{display:flex;overflow-x:auto;border-bottom:1px solid var(--border);margin-bottom:12px;gap:0;scrollbar-width:thin}.att-site-tab-btn{padding:8px 18px;font-size:12px;font-weight:600;cursor:pointer;border:none;background:none;color:var(--text-muted);border-bottom:2px solid transparent;font-family:inherit;margin-bottom:-1px;white-space:nowrap;flex-shrink:0;transition:color .15s}.att-site-tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}.att-site-tab-btn:hover:not(.active){background:#f8fafc;color:var(--text)}.att-table{border-collapse:collapse;font-size:12px;white-space:nowrap;width:auto}.att-table th{background:#f1f5f9;border:1px solid var(--border);padding:5px 8px;text-align:center;position:sticky;top:0;z-index:1;min-width:48px;font-weight:600;color:var(--text-muted)}.att-table th.att-name-th{position:sticky;left:0;z-index:2;text-align:left;min-width:76px}.att-table td{border:1px solid var(--border);padding:4px 7px;text-align:center}.att-table td.att-date-cell{position:sticky;left:0;background:var(--panel-bg);font-weight:600;text-align:left;z-index:1;min-width:76px}.att-table td.att-cell{cursor:pointer;user-select:none;transition:background .1s}.att-table td.att-cell:hover{background:var(--accent-50)}.att-table td.att-present{color:var(--accent);font-weight:700;font-size:12px}.att-table tr.total-row td{background:#f1f5f9;font-weight:700;text-align:center}.att-table tr.total-row td.att-date-cell{text-align:left}.att-table tr.total-row td.total-val{color:var(--accent)}.att-vehicle-cell{cursor:pointer;user-select:none;text-align:center;font-weight:700;color:var(--accent-700);background:var(--accent-50);border-left:2px solid var(--accent-500);min-width:56px;transition:background .1s}.att-vehicle-cell:hover{background:var(--accent-100)}.att-vehicle-total{text-align:center;font-weight:700;color:var(--accent-700);background:var(--accent-50);border-left:2px solid var(--accent-500)}.att-vehicle-input{width:50px;border:1px solid var(--accent);border-radius:4px;padding:2px 4px;font-size:12px;font-weight:700;color:var(--accent-700);text-align:center;font-family:inherit;outline:none;background:#fff}.roster-modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.roster-overlay{position:absolute;inset:0;background:#0009;backdrop-filter:blur(2px)}.roster-dialog{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000038,0 4px 16px #0000001a;width:560px;max-width:96vw;max-height:88vh;display:flex;flex-direction:column;overflow:hidden}.roster-dialog-header{background:var(--header-bg);color:#fff;display:flex;align-items:center;gap:12px;padding:16px 20px;flex-shrink:0;border-bottom:1px solid var(--header-border)}.roster-dialog-header-icon{font-size:20px}.roster-dialog-header-title{font-size:14px;font-weight:700;flex:1}.roster-dialog-close{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#fffc;border-radius:6px;width:32px;height:32px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.roster-dialog-close:hover{background:#ffffff29}.roster-dialog-body{padding:18px 20px;overflow-y:auto;flex:1}.roster-info{background:var(--accent-50);color:var(--accent-700);padding:10px 14px;border-radius:7px;font-size:12px;margin-bottom:16px;line-height:1.7;border-left:3px solid var(--accent)}.roster-section-title{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin:18px 0 10px;border-top:1px solid var(--border);padding-top:14px;display:flex;align-items:center;gap:8px}.roster-section-title:first-of-type{border-top:none;padding-top:0;margin-top:0}.roster-table{width:100%;border-collapse:collapse;font-size:12px}.roster-table th{background:#f8fafc;border:1px solid var(--border);padding:7px 10px;font-size:11px;color:var(--text-muted);text-align:left;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.roster-table td{border:1px solid var(--border);padding:6px 10px}.roster-table tr:hover td{background:var(--accent-50)}.roster-empty{text-align:center;padding:28px 0;color:var(--text-muted);font-size:12px}.roster-add-form{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end}.roster-add-form .form-group{margin-bottom:0}.csv-edit-box{background:#f8fafc;border:1px solid var(--border);border-radius:8px;padding:14px 16px}.csv-edit-desc{font-size:12px;color:var(--text-muted);margin-bottom:12px;line-height:1.7}.csv-edit-actions{display:flex;gap:8px;flex-wrap:wrap}.csv-btn-download{display:flex;align-items:center;gap:6px;background:var(--success);color:#fff;border:1px solid #047857;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.csv-btn-download:hover{background:#047857}.csv-btn-import{display:flex;align-items:center;gap:6px;background:var(--accent);color:#fff;border:1px solid var(--accent-dark);border-radius:6px;padding:8px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.csv-btn-import:hover{background:var(--accent-dark)}.csv-upload-row{display:flex;gap:8px;align-items:center;margin-top:10px;flex-wrap:wrap}.confirm-overlay{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;background:#00000080;backdrop-filter:blur(2px)}.confirm-dialog{background:#fff;border-radius:12px;width:min(420px,92vw);box-shadow:0 20px 60px #0003,0 4px 16px #0000001a;overflow:hidden}.confirm-title{font-size:15px;font-weight:700;padding:20px 20px 0}.confirm-body{font-size:13px;color:var(--text-muted);padding:10px 20px 16px;line-height:1.7;margin:0}.confirm-actions{display:flex;gap:8px;padding:12px 20px 20px;justify-content:flex-end;border-top:1px solid var(--border)}@keyframes alertSlideIn{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center}.modal-backdrop{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(2px)}.modal-dialog{position:relative;background:#fff;border-radius:12px;width:min(420px,92vw);box-shadow:0 20px 60px #0003,0 4px 16px #0000001a;overflow:hidden;animation:alertSlideIn .18s ease}html.zoom-sm{zoom:.82}html.zoom-lg{zoom:1.18}html.zoom-xl{zoom:1.35}.settings-modal{display:none;position:fixed;inset:0;z-index:9000}.settings-modal.open{display:block}.settings-overlay{position:absolute;inset:0;background:#00000073;backdrop-filter:blur(2px)}.settings-panel{position:absolute;top:0;right:0;width:320px;height:100%;background:#fff;box-shadow:-8px 0 40px #00000026;display:flex;flex-direction:column;overflow:hidden}.settings-header{background:var(--header-bg);color:#fff;padding:16px 18px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--header-border)}.settings-body{padding:20px 18px;flex:1;overflow-y:auto}.settings-section-title{font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.settings-zoom-btns{display:flex;gap:8px}.zoom-btn{flex:1;padding:10px 0;border:1px solid var(--border);border-radius:8px;background:var(--panel-bg);cursor:pointer;font-family:inherit;font-weight:600;color:var(--text);transition:border-color .15s,background .15s}.zoom-btn.active{border-color:var(--accent);background:var(--accent-50);color:var(--accent);font-weight:700}.zoom-btn:hover:not(.active){border-color:#94a3b8;background:#f8fafc}@keyframes cpSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.confirm-preview-panel{position:fixed;top:0;right:0;width:480px;height:100vh;background:#fff;z-index:600;display:flex;flex-direction:column;box-shadow:-8px 0 40px #0000002e;animation:cpSlideIn .22s ease}.cpanel-header{background:var(--header-bg);color:#fff;padding:13px 14px;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid var(--header-border)}.cpanel-header-close{background:none;border:none;color:#ffffffa6;font-size:16px;cursor:pointer;line-height:1;padding:0 2px;transition:color .15s}.cpanel-header-close:hover{color:#fff}.cpanel-body{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.cpanel-section{background:#f8fafc;border-radius:8px;padding:10px 12px;border-left:3px solid var(--accent)}.cpanel-section.section-required{border-left-color:var(--danger)}.cpanel-section-title{font-size:10px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.cpanel-main-value{font-size:13px;font-weight:700;color:var(--text);margin-bottom:2px}.cpanel-sub-value{font-size:12px;color:#475569}.cpanel-worker-item{padding:6px 0;border-bottom:1px solid var(--border)}.cpanel-worker-item:last-child{border-bottom:none;padding-bottom:0}.cpanel-worker-name{font-size:12px;font-weight:600;color:var(--text)}.cpanel-worker-time{font-size:12px;color:var(--text-muted);margin-top:2px}.cpanel-worker-task{font-size:12px;color:#475569;margin-top:2px;padding-left:8px;border-left:2px solid #E2E8F0}.cpanel-kv{display:flex;gap:6px;font-size:12px;margin-bottom:3px}.cpanel-kv:last-child{margin-bottom:0}.cpanel-kv-label{color:var(--text-muted);flex-shrink:0}.cpanel-kv-value{color:var(--text);font-weight:500;word-break:break-all}.cpanel-footer{padding:12px;display:flex;gap:8px;border-top:1px solid var(--border);flex-shrink:0}.cpanel-btn-cancel{flex:1;padding:9px;background:#f1f5f9;color:#475569;border:1px solid var(--border);border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s}.cpanel-btn-cancel:hover{background:#e2e8f0}.cpanel-btn-execute{flex:2;padding:10px;background:#059669;color:#fff;border:1px solid #047857;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:none;transition:background .15s}.cpanel-btn-execute:hover{background:#047857}.preview-modal-overlay{display:none;position:fixed;inset:0;background:#0009;backdrop-filter:blur(2px);z-index:1000;align-items:center;justify-content:center}.preview-modal-overlay.open{display:flex}.preview-modal{background:var(--panel-bg);border-radius:12px;padding:24px;max-width:780px;width:94vw;max-height:88vh;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 60px #0000003d}.preview-modal-title{font-size:15px;font-weight:700}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;overflow-y:auto;max-height:52vh}.preview-thumb{position:relative;border-radius:6px;overflow:hidden;border:1px solid var(--border);aspect-ratio:3/4;background:#f1f5f9}.preview-thumb img{width:100%;height:100%;object-fit:cover}.preview-thumb-name{position:absolute;bottom:0;left:0;right:0;background:#0f172ab8;color:#fff;font-size:10px;padding:3px 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-thumb-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;background:#0f172aa6;color:#fff;border:none;border-radius:50%;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .15s}.preview-thumb-remove:hover{background:var(--danger)}.preview-actions{display:flex;gap:10px;justify-content:flex-end}@keyframes toastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}[data-theme=dark]{--accent: #6A8BB3;--accent-dark: #446A92;--accent-light: #1E3F5F;--accent-50: #1E3F5F;--accent-100: #2E5279;--accent-500: #6A8BB3;--accent-600: #8AA5C4;--accent-700: #A9BED5;--ink-900: #F1F5F9;--ink-700: #CBD5E1;--ink-500: #94A3B8;--ink-400: #64748B;--ink-300: #475569;--line: #334155;--line-soft: #273449;--surface: #1E293B;--surface-2: #182131;--surface-3: #0F172A;--danger: #F87171;--danger-light: #7F1D1D;--success: #34D399;--success-light: #064E3B;--warn: #FBBF24;--warn-light: #78350F;--border: #334155;--bg: #0F172A;--panel-bg: #1E293B;--text: #F1F5F9;--text-muted: #94A3B8;--header-bg: #0B1524;--header-border: #1E293B;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow: 0 4px 16px rgba(0,0,0,.3);--blue-50: #1E293B;--blue-100: #1E3A5F;--blue-500: #60A5FA;--blue-600: #3B82F6;--blue-700: #2563EB;--red-50: #2D1B1B;--red-500: #F87171;--red-600: #EF4444;--gray-50: #1E293B;--gray-100: #253347;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748B;--gray-500: #94A3B8;--gray-600: #CBD5E1;--gray-700: #E2E8F0;--gray-800: #F1F5F9;--gray-900: #F8FAFC;--green-50: #064E3B;--green-500: #34D399;--green-600: #10B981;--green-700: #059669;--green-800: #047857;--amber-50: #78350F;--amber-100: #6B4C1B;--amber-200: #92702D;--amber-500: #FBBF24;--amber-600: #F59E0B;--amber-800: #FBBF24;--indigo-50: #1E3F5F;--indigo-600: #6A8BB3;--indigo-700: #446A92;--violet-50: #1E3F5F;--violet-600: #8AA5C4;--cyan-600: #6A8BB3;--orange-600: #C88A5E}@media(prefers-color-scheme:dark){:root[data-theme=system-dark]{--accent: #6A8BB3;--accent-dark: #446A92;--accent-light: #1E3F5F;--danger: #F87171;--danger-light: #7F1D1D;--success: #34D399;--success-light: #064E3B;--warn: #FBBF24;--warn-light: #78350F;--border: #334155;--bg: #0F172A;--panel-bg: #1E293B;--text: #F1F5F9;--text-muted: #94A3B8;--header-bg: #020617;--header-border: #1E293B;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow: 0 4px 16px rgba(0,0,0,.3);--blue-50: #1E293B;--blue-100: #1E3A5F;--blue-500: #60A5FA;--blue-600: #3B82F6;--blue-700: #2563EB;--red-50: #2D1B1B;--red-500: #F87171;--red-600: #EF4444;--gray-50: #1E293B;--gray-100: #253347;--gray-200: #334155;--gray-300: #475569;--gray-400: #64748B;--gray-500: #94A3B8;--gray-600: #CBD5E1;--gray-700: #E2E8F0;--gray-800: #F1F5F9;--gray-900: #F8FAFC;--green-50: #064E3B;--green-500: #34D399;--green-600: #10B981;--green-700: #059669;--green-800: #047857;--amber-50: #78350F;--amber-100: #6B4C1B;--amber-200: #92702D;--amber-500: #FBBF24;--amber-600: #F59E0B;--amber-800: #FBBF24;--indigo-50: #1E3F5F;--indigo-600: #6A8BB3;--indigo-700: #446A92;--violet-50: #1E3F5F;--violet-600: #8AA5C4;--cyan-600: #6A8BB3;--orange-600: #C88A5E}}@keyframes queueProgressIndeterminate{0%{transform:translate(-100%)}to{transform:translate(400%)}}@media(max-width:767px){*{-webkit-tap-highlight-color:transparent}input,select,textarea,button{font-size:16px!important}.mobile-scroll{-webkit-overflow-scrolling:touch;overflow-y:auto}.safe-bottom{padding-bottom:env(safe-area-inset-bottom)}header{padding:0 8px!important;min-height:48px}main[role=main],[class*=pageContainer],[class*=container]{padding-left:12px!important;padding-right:12px!important}[class*=planGrid],[class*=kpiRow],[class*=chartGrid]{grid-template-columns:1fr!important}[class*=twoPane],[class*=flexRow]{flex-direction:column!important}[class*=leftPane],[class*=leftCol]{width:100%!important;min-width:0!important;max-width:100%!important;border-right:none!important;border-bottom:1px solid #e5e7eb;max-height:40vh;overflow-y:auto}[class*=rightPane],[class*=rightCol]{width:100%!important;min-width:0!important}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}._container_uhrsp_1{display:flex;flex-direction:column;height:100%}._header_uhrsp_7{padding:8px 12px;border-bottom:1px solid var(--border, #e5e7eb);display:flex;align-items:center}._headerTitle_uhrsp_14{font-size:13px;font-weight:700;color:#374151}._headerCount_uhrsp_20{font-size:11px;color:#9ca3af;margin-left:auto}._list_uhrsp_26{flex:1;overflow-y:auto;padding:4px 4px 16px}._emptyState_uhrsp_32{text-align:center;padding:32px 16px;color:#9ca3af}._emptyIcon_uhrsp_38{font-size:36px;margin-bottom:8px;opacity:.3}._emptyTitle_uhrsp_44{font-size:13px}._emptyHint_uhrsp_48{font-size:11px;margin-top:4px;color:#d1d5db}._card_uhrsp_54{display:flex;gap:8px;padding:7px 6px;border-radius:8px;cursor:pointer;transition:background .1s;margin-bottom:2px;border:1.5px solid transparent;background:transparent}._cardSelected_uhrsp_66{background:#dbeafe;border-color:#3b82f6}._thumbnail_uhrsp_71{width:40px;height:50px;border-radius:5px;overflow:hidden;flex-shrink:0;background:#f8fafc;position:relative}._thumbnailDefault_uhrsp_81{border:1px solid #e5e7eb}._thumbnailProcessing_uhrsp_85{border:2px solid #3b82f6}._thumbnailImg_uhrsp_89{width:100%;height:100%;object-fit:cover}._thumbnailImgProcessing_uhrsp_95{opacity:.6}._thumbnailPlaceholder_uhrsp_99{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._thumbnailPlaceholderIcon_uhrsp_107{font-size:16px;opacity:.4}._processingOverlay_uhrsp_112{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#3b82f626}@keyframes _spin_uhrsp_126{to{transform:rotate(360deg)}}._spinner_uhrsp_126{width:16px;height:16px;border:2px solid #3b82f6;border-top-color:transparent;border-radius:50%;animation:_spin_uhrsp_126 .8s linear infinite}._statusDot_uhrsp_135{position:absolute;top:2px;right:2px;width:7px;height:7px;border-radius:50%;border:1px solid #fff}._textArea_uhrsp_145{flex:1;min-width:0;font-size:12px}._titleRow_uhrsp_151{font-weight:600;font-size:13px;color:#1a2236;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:4px}._fileExtBadge_uhrsp_163{font-size:9px;font-weight:700;padding:0 3px;border-radius:2px;flex-shrink:0;line-height:14px}._fileExtPdf_uhrsp_172{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}._fileExtImg_uhrsp_178{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}._docNumber_uhrsp_184{font-size:9px;color:#9ca3af;flex-shrink:0;font-family:monospace}._titleText_uhrsp_191{overflow:hidden;text-overflow:ellipsis}._pageCount_uhrsp_196{font-size:9px;color:#9ca3af;flex-shrink:0}._workersLine_uhrsp_202{color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}._metaLine_uhrsp_210{font-size:10px;color:#9ca3af;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._badgeRow_uhrsp_219{display:flex;align-items:center;gap:3px;margin-top:2px}._badge_uhrsp_219{font-size:10px;padding:1px 6px;border-radius:8px;font-weight:600}._progressBar_uhrsp_234{margin-top:3px}._progressSteps_uhrsp_238{display:flex;align-items:center;gap:0;font-size:10px;line-height:1}._stepDone_uhrsp_246{font-size:9px}._stepActive_uhrsp_247{font-size:10px;animation:_stepPulse_uhrsp_1 1.2s ease-in-out infinite}._stepPending_uhrsp_248{font-size:9px;color:#d1d5db}._stepLineDone_uhrsp_250{flex:1;height:2px;background:#10b981;border-radius:1px;margin:0 2px}._stepLine_uhrsp_250{flex:1;height:2px;border-radius:1px;margin:0 2px}._stepLineGray_uhrsp_265{flex:1;height:2px;background:#e5e7eb;border-radius:1px;margin:0 2px}._progressLabel_uhrsp_273{font-size:10px;font-weight:500;margin-top:1px}@keyframes _stepPulse_uhrsp_1{0%,to{opacity:1}50%{opacity:.4}}._snippetWrap_1lf3y_1{border:1.5px solid var(--border, #e5e7eb);border-radius:6px;overflow:hidden;background:var(--gray-50, #f9fafb);margin-bottom:4px;transition:border-color .15s,box-shadow .15s;cursor:pointer}._snippetHovered_1lf3y_11{border-color:var(--accent, #3b82f6);box-shadow:0 0 0 2px #3b82f626}._snippetCanvas_1lf3y_16{max-width:100%;height:auto;display:block}._snippetPlaceholder_1lf3y_22{padding:6px 12px;font-size:11px;color:var(--text-muted, #9ca3af);text-align:center}._baseInput_1fxvu_4{width:100%;border:1px solid #d1d5db;border-radius:6px;padding:6px 8px;font-size:13px;box-sizing:border-box;font-family:inherit}._baseInputDisabled_1fxvu_14{background:#f9fafb}._baseInputMarginTop_1fxvu_19{margin-top:4px}._fuzzyHint_1fxvu_24{font-size:11px;color:#1d4ed8;background:#eff6ff;padding:4px 8px;border-radius:4px;margin-top:4px}._fuzzyBtn_1fxvu_33{font-size:11px;font-weight:700;color:#1a73e8;background:none;border:1px solid #93c5fd;border-radius:4px;padding:1px 6px;cursor:pointer;font-family:inherit;margin:0 2px}._fuzzyBtn_1fxvu_33:hover{background:#dbeafe}._fuzzyWarn_1fxvu_47{font-size:11px;color:#b45309;background:#fffbeb;padding:4px 8px;border-radius:4px;margin-top:4px}._textareaResize_1fxvu_56{resize:vertical}._noColumnsMsg_1fxvu_61{font-size:12px;color:#9ca3af}._tableScrollX_1fxvu_66{overflow-x:auto}._table_1fxvu_66{width:100%;border-collapse:collapse;font-size:13px}._tableV2_1fxvu_76{width:100%;border-collapse:collapse;font-size:12px}._th_1fxvu_82{background:#f3f4f6;padding:4px 6px;border:1px solid #d1d5db;font-weight:600;font-size:12px;white-space:nowrap}._thEmpty_1fxvu_91{background:#f3f4f6;padding:4px 6px;border:1px solid #d1d5db;width:28px}._td_1fxvu_98{padding:2px 4px;border:1px solid #e5e7eb}._tdAction_1fxvu_103{padding:2px 4px;border:1px solid #e5e7eb;text-align:center}._tdActionNarrow_1fxvu_109{padding:2px 4px;border:1px solid #e5e7eb;width:24px}._cellInput_1fxvu_115{width:100%;border:none;padding:2px 4px;font-size:13px;font-family:inherit;background:transparent;box-sizing:border-box}._cellInputDisabled_1fxvu_125{background:#f9fafb}._cellInputV2_1fxvu_130{width:100%;border:none;padding:2px 4px;font-size:12px;font-family:inherit;background:transparent;box-sizing:border-box}._cellInputV2Disabled_1fxvu_140{background:#f9fafb}._removeRowBtn_1fxvu_145{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:14px;line-height:1;padding:0}._removeRowBtnDisabled_1fxvu_155{cursor:default}._addRowBtn_1fxvu_160{margin-top:4px;font-size:12px;color:#3b82f6;background:none;border:1px dashed #93c5fd;border-radius:4px;padding:2px 10px;cursor:pointer;font-family:inherit}._addRowBtnV2_1fxvu_172{margin-top:4px;font-size:11px;color:#3b82f6;background:none;border:1px dashed #93c5fd;border-radius:4px;padding:2px 10px;cursor:pointer;font-family:inherit}._thGroup_1fxvu_185{background:#fef3c7;padding:3px 6px;border:1px solid #d1d5db;font-weight:600;font-size:11px;white-space:nowrap;text-align:center}._thLeaf_1fxvu_195{background:#f3f4f6;padding:3px 6px;border:1px solid #d1d5db;font-weight:600;font-size:11px;white-space:nowrap;text-align:center}._v2FormColumn_1fxvu_206{display:flex;flex-direction:column;gap:16px}._sectionLabel_1fxvu_212{font-size:12px;font-weight:700;color:#374151;margin-bottom:8px;display:flex;align-items:center;gap:6px}._headerFieldsColumn_1fxvu_222{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:500px){._headerFieldsColumn_1fxvu_222{grid-template-columns:1fr}}._fieldLabel_1fxvu_231{display:block;font-size:11px;font-weight:600;color:#374151;margin-bottom:3px}._requiredMark_1fxvu_239{color:#ef4444;margin-left:3px}._v1FieldsColumn_1fxvu_245{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:500px){._v1FieldsColumn_1fxvu_245{grid-template-columns:1fr}}._v1FieldLabel_1fxvu_254{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:4px}._v1RequiredMark_1fxvu_262{color:#ef4444;margin-left:4px}._fieldSelected_1fxvu_267{background:#3b82f614;border:2px solid rgba(59,130,246,.5);border-radius:8px;padding:6px 8px;box-shadow:0 0 0 1px #3b82f633;transition:all .15s ease}._formContainer_1fxvu_277{padding:16px;display:flex;flex-direction:column;gap:0;height:100%;overflow-y:auto}._badgeRow_1fxvu_287{display:flex;align-items:center;gap:8px;margin-bottom:14px}._schemaBadge_1fxvu_294{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;padding:3px 10px;font-size:12px;color:#1d4ed8}._dirtyBadge_1fxvu_306{font-size:11px;font-weight:600;color:#d97706;background:#fffbeb;border:1px solid #fcd34d;border-radius:10px;padding:1px 8px;display:inline-flex;align-items:center;gap:4px}._dirtyDot_1fxvu_319{width:6px;height:6px;border-radius:50%;background:#f59e0b;display:inline-block}._savingText_1fxvu_327{font-size:11px;color:#6b7280}._confirmedBanner_1fxvu_333{background:#d1fae5;border:1px solid #6ee7b7;border-radius:7px;padding:7px 12px;font-size:12px;color:#065f46;margin-bottom:12px;display:flex;align-items:center;gap:8px}._undoConfirmBtn_1fxvu_346{margin-left:auto;font-size:11px;background:none;border:1px solid #6ee7b7;border-radius:4px;padding:2px 8px;cursor:pointer;color:#065f46}._fieldset_1fxvu_358{border:none;padding:0;margin:0}._savedMsg_1fxvu_365{margin-top:12px;color:#065f46;background:#d1fae5;border:1px solid #6ee7b7;border-radius:6px;padding:6px 10px;font-size:12px}._errorMsg_1fxvu_375{margin-top:12px;color:#ef4444;font-size:12px}._actionRow_1fxvu_382{display:flex;gap:8px;margin-top:20px}._flexOne_1fxvu_388{flex:1}._printBtn_1fxvu_392{font-size:12px}._container_60ecp_3{display:flex;flex-direction:column;height:100%;overflow:hidden}._toolbar_60ecp_10{display:flex;gap:8px;padding:10px 14px;border-bottom:1px solid #e5e7eb;background:#fafbfc;flex-shrink:0}._exportBtn_60ecp_19{font-size:12px;padding:6px 14px;background:#1a73e8;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:600}._exportBtn_60ecp_19:hover{background:#1557b0}._copyBtn_60ecp_32{font-size:12px;padding:6px 14px;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-family:inherit}._copyBtn_60ecp_32:hover{background:#f3f4f6}._tableWrap_60ecp_44{flex:1;overflow:auto;padding:8px 14px 14px}._table_60ecp_44{width:100%;border-collapse:collapse;font-size:12px}._fieldRow_60ecp_56:hover{background:#f0f7ff}._labelCell_60ecp_60{padding:7px 10px;border:1px solid #e5e7eb;background:#f8f9fb;font-weight:600;color:#4b5563;white-space:nowrap;width:140px;vertical-align:top}._valueCell_60ecp_71{padding:7px 10px;border:1px solid #e5e7eb;color:#1f2937;word-break:break-all}._empty_60ecp_78{color:#d1d5db}._tableSection_60ecp_82{padding:0;border:none}._tableSectionLabel_60ecp_87{padding:10px 10px 4px;font-weight:700;font-size:12px;color:#1d4ed8}._subTable_60ecp_94{width:100%;border-collapse:collapse;font-size:11px;margin-bottom:4px}._subTh_60ecp_101{padding:5px 8px;border:1px solid #d1d5db;background:#eef2ff;font-weight:600;color:#4338ca;text-align:left;white-space:nowrap}._subTd_60ecp_111{padding:5px 8px;border:1px solid #e5e7eb;color:#374151}._loadingWrap_l3154_3{padding:40px 20px;text-align:center;color:var(--text-muted)}._loadingText_l3154_9{font-size:13px}._columnLayout_l3154_13{display:flex;flex-direction:column;height:100%}._toolbar_l3154_19{padding:4px 8px;display:flex;justify-content:center;align-items:center;gap:6px;flex-shrink:0}._toolGroup_l3154_28{display:flex;align-items:center;gap:2px;background:#1e293b;border-radius:8px;padding:3px 4px}._toolDivider_l3154_37{width:1px;height:14px;background:#475569;margin:0 1px}._rotateBtn_l3154_44{background:#1e293b;border:none;border-radius:8px;cursor:pointer;color:#e2e8f0;font-size:13px;padding:5px 10px;font-family:inherit;display:flex;align-items:center;gap:4px}._rotateBtnDisabled_l3154_58{cursor:not-allowed;color:#64748b;opacity:.5}._previewArea_l3154_65{flex:1;min-height:0;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}._previewImg_l3154_75{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;user-select:none;pointer-events:none}._ocrCanvas_l3154_84{position:absolute;inset:0;transform-origin:center center}._bboxOverlay_l3154_90{position:absolute;inset:0;width:100%;height:100%;transform-origin:center center;pointer-events:none}._emptyWrap_l3154_100{padding:40px 20px;text-align:center;color:var(--text-muted)}._emptyIcon_l3154_106{font-size:48px;opacity:.4}._emptyText_l3154_111{margin-top:12px;font-size:13px}._pageBar_l3154_117{padding:4px 8px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid var(--border, #e5e7eb);background:var(--bg-secondary, #f9fafb)}._pageBarLeft_l3154_127{display:flex;align-items:center;gap:6px}._extBadge_l3154_133{font-size:10px;font-weight:700;padding:1px 5px;border-radius:3px}._extBadgePdf_l3154_140{background:var(--red-50);color:var(--red-600);border:1px solid #fecaca}._extBadgeImg_l3154_146{background:var(--blue-50);color:var(--blue-600);border:1px solid #bfdbfe}._pageNav_l3154_152{display:flex;align-items:center;gap:6px}._pageLabel_l3154_158{font-size:12px;color:var(--gray-500);min-width:48px;text-align:center}._contentArea_l3154_165{flex:1;min-height:0}._pdfColumn_l3154_170{display:flex;flex-direction:column;height:100%}._pdfToolbar_l3154_176{padding:4px 8px;display:flex;justify-content:center;align-items:center;gap:6px;flex-shrink:0}._pdfContent_l3154_185{flex:1;min-height:0}._zoomLabel_l3154_190{min-width:40px;font-size:10px;font-weight:600}._colRow_10kx4_10{display:flex;align-items:center;gap:4px;border-radius:5px;padding:4px 6px}._colRowLeaf_10kx4_18{background:#f9fafb;border:1px solid #e5e7eb}._colRowGroup_10kx4_23{background:#fef3c7;border:1px solid #fcd34d}._colIcon_10kx4_28{font-size:11px;color:#9ca3af;width:14px;flex-shrink:0}._input_10kx4_35{border:1px solid #d1d5db;border-radius:4px;padding:3px 6px;font-size:12px;font-family:inherit}._select_10kx4_43{border:1px solid #d1d5db;border-radius:4px;padding:3px 6px;font-size:12px;font-family:inherit;cursor:pointer}._groupifyBtn_10kx4_52{font-size:10px;padding:2px 6px;background:#fffbeb;border:1px solid #fcd34d;border-radius:4px;cursor:pointer;color:#92400e;white-space:nowrap}._ungroupBtn_10kx4_63{font-size:10px;padding:2px 6px;background:none;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;color:#6b7280}._removeBtn_10kx4_73{background:none;border:none;cursor:pointer;color:#d1d5db;font-size:14px;padding:0 2px;line-height:1}._addBtnsRow_10kx4_83{display:flex;gap:6px;margin-top:4px}._addLeafBtn_10kx4_89{font-size:11px;color:#3b82f6;background:none;border:1px dashed #93c5fd;border-radius:4px;padding:3px 10px;cursor:pointer;font-family:inherit}._addGroupBtn_10kx4_100{font-size:11px;color:#92400e;background:none;border:1px dashed #fcd34d;border-radius:4px;padding:3px 10px;cursor:pointer;font-family:inherit}._subSectionTitle_10kx4_112{font-size:11px;font-weight:700;color:#6b7280;margin-bottom:6px}._specialRow_10kx4_119{display:flex;align-items:center;gap:4px;background:#fdf4ff;border:1px solid #e9d5ff;border-radius:5px;padding:4px 8px}._specialIcon_10kx4_129{font-size:11px}._specialInput_10kx4_133{border:1px solid #d1d5db;border-radius:4px;padding:2px 6px;font-size:12px;flex:1;font-family:inherit}._specialSelect_10kx4_142{border:1px solid #d1d5db;border-radius:4px;padding:2px 4px;font-size:11px;cursor:pointer;font-family:inherit}._addSpecialBtn_10kx4_151{font-size:11px;color:#7c3aed;background:none;border:1px dashed #c4b5fd;border-radius:4px;padding:3px 10px;cursor:pointer;font-family:inherit;align-self:flex-start}._headerFieldRow_10kx4_164{display:flex;align-items:center;gap:4px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;padding:4px 8px}._checkboxLabel_10kx4_174{display:flex;align-items:center;gap:2px;font-size:11px;color:#6b7280;cursor:pointer}._addFieldBtn_10kx4_183{font-size:11px;color:#3b82f6;background:none;border:1px dashed #93c5fd;border-radius:4px;padding:3px 10px;cursor:pointer;font-family:inherit;align-self:flex-start}._previewEmpty_10kx4_196{font-size:12px;color:#9ca3af;padding:12px 0}._previewWrap_10kx4_202{overflow-x:auto}._previewTable_10kx4_206{border-collapse:collapse;font-size:11px;width:100%}._thGroup_10kx4_212{background:#fef3c7;padding:3px 6px;border:1px solid #d1d5db;font-size:11px;font-weight:600;white-space:nowrap}._thLeaf_10kx4_221{background:#f3f4f6;padding:3px 6px;border:1px solid #d1d5db;font-size:11px;font-weight:600;white-space:nowrap}._specialRowStyle_10kx4_230{background:#f0fdf4;font-style:italic;font-size:11px;color:#6b7280}._previewTd_10kx4_237{border:1px solid #e5e7eb;padding:2px 6px}._dataRowTd_10kx4_242{border:1px solid #e5e7eb;padding:2px 6px;color:#9ca3af}._root_10kx4_249{display:flex;gap:0;height:100%;min-height:400px}._leftPanel_10kx4_257{width:200px;flex-shrink:0;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}._leftPanelHeader_10kx4_265{padding:10px 12px;border-bottom:1px solid #e5e7eb}._leftPanelTitle_10kx4_270{font-size:11px;font-weight:700;color:#374151;margin-bottom:8px}._addSectionBtns_10kx4_277{display:flex;gap:4px}._addHeaderBtn_10kx4_282{flex:1;font-size:11px;padding:4px 0;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:4px;cursor:pointer;font-family:inherit}._addTableBtn_10kx4_294{flex:1;font-size:11px;padding:4px 0;background:#fef3c7;color:#92400e;border:1px solid #fcd34d;border-radius:4px;cursor:pointer;font-family:inherit}._sectionList_10kx4_306{flex:1;overflow-y:auto}._sectionEmpty_10kx4_311{padding:16px 12px;font-size:12px;color:#9ca3af;text-align:center}._sectionItem_10kx4_318{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;gap:4px}._sectionItemIcon_10kx4_327{font-size:14px}._sectionItemBody_10kx4_331{flex:1;min-width:0}._sectionItemName_10kx4_336{font-size:12px;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._sectionItemMeta_10kx4_344{font-size:10px;color:#9ca3af}._sectionMoveCol_10kx4_349{display:flex;flex-direction:column;gap:1px}._moveBtn_10kx4_355{background:none;border:none;color:#9ca3af;font-size:10px;padding:1px}._sectionDeleteBtn_10kx4_363{background:none;border:none;cursor:pointer;color:#d1d5db;font-size:14px;padding:0 1px;line-height:1}._detectPanel_10kx4_374{padding:10px 12px;border-top:1px solid #e5e7eb}._detectBtn_10kx4_379{width:100%;font-size:11px;padding:6px 0;border:none;border-radius:5px;font-family:inherit;font-weight:600}._detectBtnActive_10kx4_389{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;cursor:pointer}._detectBtnDisabled_10kx4_395{background:#f3f4f6;color:#9ca3af;cursor:default}._detectError_10kx4_401{font-size:10px;color:#ef4444;margin-top:4px}._detectHint_10kx4_407{font-size:10px;color:#9ca3af;margin-top:4px;line-height:1.4}._rightPanel_10kx4_415{flex:1;overflow-y:auto;padding:14px 16px}._rightEmpty_10kx4_421{color:#9ca3af;font-size:13px;text-align:center;padding-top:40px}._rightContent_10kx4_428{display:flex;flex-direction:column;gap:14px}._sectionNameRow_10kx4_434{display:flex;align-items:center;gap:8px}._sectionNameIcon_10kx4_440{font-size:18px}._sectionNameInput_10kx4_444{flex:1;border:1px solid #d1d5db;border-radius:6px;padding:5px 10px;font-size:14px;font-weight:700;font-family:inherit}._sectionTypeBadge_10kx4_454{font-size:11px;padding:2px 8px;border-radius:20px;font-weight:600}._sectionTypeBadgeHeader_10kx4_461{background:#eff6ff;color:#1d4ed8}._sectionTypeBadgeTable_10kx4_466{background:#fef3c7;color:#92400e}._fieldSectionTitle_10kx4_471{font-size:11px;font-weight:700;color:#374151;margin-bottom:6px}._colStructureHint_10kx4_478{font-weight:400;color:#9ca3af;margin-left:6px}._previewBlock_10kx4_484{border-top:1px solid #e5e7eb;padding-top:12px}._systemPromptBlock_10kx4_490{margin-top:20px;border-top:1px solid #e5e7eb;padding-top:14px}._systemPromptLabel_10kx4_496{font-size:11px;font-weight:700;color:#6b7280;margin-bottom:4px}._systemPromptHint_10kx4_503{font-size:11px;color:#9ca3af;margin-bottom:6px}._systemPromptTextarea_10kx4_509{width:100%;border:1px solid #d1d5db;border-radius:5px;padding:6px 8px;font-size:12px;font-family:inherit;resize:vertical;box-sizing:border-box}._colList_10kx4_4{display:flex;flex-direction:column;gap:4px}._previewEmpty_vczn1_4{text-align:center;padding:40px 20px;color:#9ca3af;font-size:13px}._previewList_vczn1_11{display:flex;flex-direction:column;gap:10px}._previewLabel_vczn1_17{display:block;font-size:11px;font-weight:700;color:#374151;margin-bottom:3px}._previewRequired_vczn1_25{color:#ef4444;margin-left:3px}._previewTypeBadge_vczn1_30{font-weight:400;color:#9ca3af;margin-left:6px;font-size:10px}._previewTextarea_vczn1_37{width:100%;border:1px solid #d1d5db;border-radius:5px;padding:4px 7px;font-size:12px;background:#f9fafb;resize:none;font-family:inherit;box-sizing:border-box}._previewTableInfo_vczn1_49{font-size:11px;color:#6b7280;background:#f9fafb;border:1px solid #d1d5db;border-radius:5px;padding:6px 8px}._previewInput_vczn1_58{width:100%;border:1px solid #d1d5db;border-radius:5px;padding:4px 7px;font-size:12px;background:#f9fafb;font-family:inherit;box-sizing:border-box}._fieldEditorList_vczn1_70{display:flex;flex-direction:column;gap:8px}._fieldCard_vczn1_76{border-radius:7px;padding:10px 12px;transition:border-color .15s,background .15s;cursor:default}._fieldRow_vczn1_83{display:flex;align-items:center;gap:6px}._dragHandle_vczn1_89{cursor:grab;color:#9ca3af;font-size:14px;line-height:1;user-select:none;flex-shrink:0}._input_vczn1_98{border:1px solid #d1d5db;border-radius:4px;padding:3px 7px;font-size:12px;font-family:inherit}._select_vczn1_106{border:1px solid #d1d5db;border-radius:4px;padding:3px 7px;font-size:12px;font-family:inherit;cursor:pointer}._checkboxLabel_vczn1_115{display:flex;align-items:center;gap:3px;font-size:11px;color:#6b7280;cursor:pointer;white-space:nowrap}._removeBtn_vczn1_125{background:none;border:none;cursor:pointer;color:#d1d5db;font-size:16px;padding:0 2px;line-height:1}._tableColumnsPanel_vczn1_135{background:#f0f9ff;border:2px solid #3b82f6;border-radius:8px;padding:12px 14px;margin-top:8px}._tableColumnsTitle_vczn1_143{font-size:11px;font-weight:600;color:#0369a1;margin-bottom:6px}._tableColumnsEmpty_vczn1_150{font-size:11px;color:#9ca3af;margin-bottom:6px}._columnRow_vczn1_156{display:flex;align-items:center;gap:4px;margin-bottom:4px}._columnIndex_vczn1_163{font-size:11px;color:#6b7280;min-width:14px}._removeColumnBtn_vczn1_169{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:14px;padding:0 2px;line-height:1}._addColumnBtn_vczn1_179{font-size:11px;color:#0369a1;background:none;border:1px dashed #7dd3fc;border-radius:4px;padding:2px 8px;cursor:pointer;font-family:inherit;margin-top:2px}._addFieldBtn_vczn1_191{font-size:12px;color:#3b82f6;background:none;border:1px dashed #93c5fd;border-radius:6px;padding:6px 12px;cursor:pointer;font-family:inherit}._bodyScroll_vczn1_203{overflow-y:auto;flex:1;padding:0 20px 20px}._sectionBlock_vczn1_209{margin-bottom:20px}._emptyMsg_vczn1_213{color:#888;font-size:13px;padding:8px 0}._schemaList_vczn1_219{display:flex;flex-direction:column;gap:8px}._schemaCard_vczn1_225{border-radius:8px;overflow:hidden}._schemaHeader_vczn1_230{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer}._schemaHeaderFlex_vczn1_238{flex:1}._schemaName_vczn1_242{font-weight:600;font-size:14px}._defaultBadge_vczn1_247{color:#6b7280;font-size:11px;margin-right:6px}._editNameInput_vczn1_253{border:1px solid #93c5fd;border-radius:4px;padding:2px 7px;font-size:14px;font-weight:600;font-family:inherit}._schemaInfo_vczn1_262{font-size:11px;color:#6b7280;margin-top:2px;display:flex;align-items:center;gap:6px}._v2Badge_vczn1_271{font-size:10px;background:#ede9fe;color:#7c3aed;border-radius:3px;padding:1px 5px;font-weight:600}._activeBadge_vczn1_280{font-size:11px;color:#3b82f6;font-weight:600;white-space:nowrap}._editActions_vczn1_287{display:flex;gap:6px}._viewActions_vczn1_292{display:flex;gap:4px}._editBtn_vczn1_297{background:none;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;font-size:11px;padding:2px 8px;color:#374151}._deleteBtn_vczn1_307{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:16px;padding:0 4px}._editPanel_vczn1_316{padding:0 12px 12px;border-top:1px solid #e5e7eb}._v2DesignerWrap_vczn1_321{margin-top:10px;height:480px;display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}._editHint_vczn1_331{font-size:11px;color:#6b7280;margin:8px 0 10px}._editFlex_vczn1_337{display:flex;gap:12px}._editFieldsCol_vczn1_342{flex:1;min-width:0}._editSystemPromptBlock_vczn1_347{margin-top:16px;border-top:1px solid #e5e7eb;padding-top:12px}._sectionLabel_vczn1_353{font-size:11px;font-weight:700;color:#6b7280;margin-bottom:4px}._textarea_vczn1_360{width:100%;border:1px solid #d1d5db;border-radius:5px;padding:6px 8px;font-size:12px;font-family:inherit;resize:vertical;box-sizing:border-box;line-height:1.5}._previewSidebar_vczn1_372{width:220px;flex-shrink:0;border-left:1px solid #e5e7eb;padding-left:12px}._previewSidebarNarrow_vczn1_379{width:200px;flex-shrink:0;border-left:1px solid #e5e7eb;padding-left:12px}._previewSidebarTitle_vczn1_386{font-size:11px;font-weight:700;color:#6b7280;margin-bottom:8px}._deselectBtn_vczn1_393{margin-top:8px;font-size:12px;color:#6b7280;background:none;border:none;cursor:pointer;text-decoration:underline}._builtinSection_vczn1_404{border-top:1px solid #e5e7eb;padding-top:16px;margin-bottom:20px}._builtinHeaderRow_vczn1_410{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._builtinToggleBtn_vczn1_417{padding:5px 14px;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}._builtinDesc_vczn1_426{font-size:12px;color:#6b7280;margin-bottom:10px}._builtinPicker_vczn1_432{border:1px solid #e5e7eb;border-radius:8px;padding:12px;background:#fafbfc}._builtinCategory_vczn1_439{margin-bottom:10px}._builtinCatLabel_vczn1_443{font-size:11px;font-weight:700;color:#6b7280;margin-bottom:6px}._builtinChips_vczn1_450{display:flex;flex-wrap:wrap;gap:6px}._builtinChip_vczn1_450{padding:4px 12px;border-radius:99px;font-size:12px;font-weight:600;font-family:inherit;transition:all .15s}._builtinActions_vczn1_465{display:flex;align-items:center;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}._builtinSelectBtn_vczn1_474{padding:4px 10px;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:11px;cursor:pointer;font-family:inherit}._flex1_vczn1_485{flex:1}._builtinCount_vczn1_489{font-size:12px;color:#6b7280}._builtinInstallBtn_vczn1_494{padding:6px 20px;border-radius:6px;border:none;color:#fff;font-size:13px;font-weight:700;font-family:inherit}._createSection_vczn1_505{border-top:1px solid #e5e7eb;padding-top:16px}._tabBar_vczn1_510{display:flex;gap:2px;margin-bottom:16px;background:#f3f4f6;border-radius:7px;padding:3px;width:fit-content}._tabBtn_vczn1_520{font-size:12px;padding:5px 16px;border-radius:5px;border:none;cursor:pointer;font-family:inherit}._aiHint_vczn1_529{font-size:12px;color:#6b7280;margin-bottom:8px}._aiTextarea_vczn1_535{width:100%;height:80px;resize:vertical;border:1px solid #d1d5db;border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit;box-sizing:border-box}._flexEnd_vczn1_547{display:flex;justify-content:flex-end;margin-top:6px}._generatedTitle_vczn1_553{font-weight:600;font-size:13px;margin-bottom:8px}._saveRow_vczn1_559{display:flex;gap:8px;align-items:center;margin-top:12px}._nameInput_vczn1_566{flex:1;border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;font-size:13px}._formBlock_vczn1_575{margin-bottom:12px}._formLabel_vczn1_579{font-size:12px;font-weight:700;color:#374151;display:block;margin-bottom:4px}._formLabelWithSub_vczn1_587{font-size:12px;font-weight:700;color:#374151;display:block;margin-bottom:6px}._requiredStar_vczn1_595{color:#ef4444}._optionalHint_vczn1_599{font-weight:400;color:#9ca3af;margin-left:6px}._fullInput_vczn1_605{width:100%;border:1px solid #d1d5db;border-radius:6px;padding:7px 10px;font-size:13px;font-family:inherit;box-sizing:border-box}._systemPromptHint_vczn1_615{font-size:11px;color:#9ca3af;margin-bottom:6px}._systemPromptTextarea_vczn1_621{width:100%;border:1px solid #d1d5db;border-radius:5px;padding:6px 8px;font-size:12px;font-family:inherit;resize:vertical;box-sizing:border-box}._footerActions_vczn1_632{display:flex;gap:8px;justify-content:flex-end}._footerActionsWithMargin_vczn1_638{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}._v2Intro_vczn1_645{font-size:12px;color:#6b7280;margin-bottom:12px;background:#faf5ff;border:1px solid #e9d5ff;border-radius:6px;padding:8px 12px}._v2DesignerContainer_vczn1_655{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;height:500px}._formBlockMb16_vczn1_662{margin-bottom:16px}._errorMsg_vczn1_666{margin-top:12px;color:#ef4444;font-size:13px}._marginTop16_vczn1_672{margin-top:16px}._inputFlex1Bold_vczn1_677{border:1px solid #d1d5db;border-radius:4px;padding:3px 7px;font-size:12px;font-family:inherit;flex:1;font-weight:600}._selectMaxW_vczn1_687{border:1px solid #d1d5db;border-radius:4px;padding:3px 7px;font-size:12px;font-family:inherit;cursor:pointer;max-width:120px}._datasetLink_vczn1_697{font-size:11px;color:#1a73e8;text-decoration:none;white-space:nowrap;padding:3px 6px;border:1px dashed #93c5fd;border-radius:4px;cursor:pointer}._datasetLink_vczn1_697:hover{background:#eff6ff}._inputFlex1_vczn1_677{border:1px solid #d1d5db;border-radius:4px;padding:3px 7px;font-size:12px;font-family:inherit;flex:1}._modalDialog_vczn1_720{max-width:960px;width:95vw;max-height:95vh;display:flex;flex-direction:column}._sectionTitleMb8_vczn1_728{margin-bottom:8px}._sectionTitleMb12_vczn1_732{margin-bottom:12px}._btnSmall_vczn1_736{font-size:12px;padding:4px 12px}._btnSmallSecondary_vczn1_741{font-size:12px;padding:4px 10px}._btnMinW120_vczn1_746{min-width:120px}._btnNoWrap_vczn1_750{white-space:nowrap}._inputBase_9bsy2_5{border:1px solid #d1d5db;border-radius:5px;padding:5px 8px;font-size:13px;font-family:inherit;width:100%;box-sizing:border-box}._fieldList_9bsy2_15{margin-bottom:12px}._fieldCard_9bsy2_19{border:1px solid #e5e7eb;border-radius:7px;padding:8px 10px;margin-bottom:6px;background:#fafafa}._fieldCardHeader_9bsy2_27{display:flex;align-items:center;gap:8px}._fieldLabel_9bsy2_33{font-weight:600;font-size:13px;flex:1}._fieldTypeBadge_9bsy2_39{font-size:11px;border-radius:3px;padding:1px 6px}._fieldTypeBadgeSelect_9bsy2_45{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}._fieldTypeBadgeText_9bsy2_51{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}._editOptionsBtn_9bsy2_57{font-size:11px;background:none;border:1px solid #d1d5db;border-radius:4px;padding:2px 7px;cursor:pointer}._deleteFieldBtn_9bsy2_66{font-size:12px;background:none;border:none;color:#ef4444;cursor:pointer;padding:2px 4px}._optionPreview_9bsy2_75{margin-top:4px;font-size:11px;color:#6b7280}._optionChip_9bsy2_81{display:inline-block;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:3px;padding:1px 6px;margin:2px 3px 0 0}._editArea_9bsy2_90{margin-top:8px}._editSaveBtn_9bsy2_94{margin-top:4px;font-size:12px;background:#1a56db;color:#fff;border:none;border-radius:4px;padding:4px 12px;cursor:pointer}._addFieldPanel_9bsy2_107{background:#f9fafb;border:1px dashed #d1d5db;border-radius:7px;padding:10px}._addFieldTitle_9bsy2_114{font-size:12px;font-weight:600;color:#374151;margin-bottom:8px}._addFieldRow_9bsy2_121{display:flex;gap:8px;margin-bottom:6px}._addBtn_9bsy2_127{font-size:12px;color:#fff;border:none;border-radius:4px;padding:5px 14px}._addBtnEnabled_9bsy2_135{background:#1a56db;cursor:pointer}._addBtnDisabled_9bsy2_140{background:#d1d5db;cursor:default}._warningText_9bsy2_147{color:#b45309}._fieldEditorSection_9bsy2_151{margin-bottom:14px}._fieldEditorToggle_9bsy2_155{display:flex;align-items:center;gap:6px;width:100%;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:7px;padding:7px 12px;cursor:pointer;font-size:13px;font-family:inherit}._fieldEditorToggleMeta_9bsy2_169{margin-left:auto;font-size:11px;color:#6b7280}._fieldEditorBody_9bsy2_175{border:1px solid #e5e7eb;border-top:none;border-radius:0 0 7px 7px;padding:12px}._addFormRow_9bsy2_182{display:flex;gap:8px;flex-wrap:wrap}._customFieldGroup_9bsy2_188{margin-bottom:6px}._customFieldLabel_9bsy2_192{display:block;font-size:11px;font-weight:600;color:#374151;margin-bottom:3px}._requiredMark_9bsy2_200{color:#ef4444}._addBtnMt_9bsy2_204{margin-top:6px}._msgOk_9bsy2_208{font-size:12px;margin-top:6px;color:#155724}._msgErr_9bsy2_214{font-size:12px;margin-top:6px;color:#dc3545}._csvInstruction_9bsy2_220{font-size:13px;color:var(--text-muted);margin-bottom:10px;line-height:1.7}._csvWarning_9bsy2_227{color:#b45309}._csvActions_9bsy2_231{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-bottom:8px}._csvFileInput_9bsy2_239{font-size:13px}._csvMsgOk_9bsy2_243{font-size:12px;margin-top:4px;color:#155724}._csvMsgErr_9bsy2_249{font-size:12px;margin-top:4px;color:#dc3545}._rosterSectionHeader_9bsy2_255{justify-content:space-between}._rosterBadge_9bsy2_259{background:var(--accent);color:#fff;font-size:12px;padding:1px 8px;border-radius:10px;font-weight:700;margin-left:4px}._deleteAllBtn_9bsy2_269{font-size:12px;padding:3px 10px}._emptyPadding_9bsy2_274{padding:20px 0}._tableWrap_9bsy2_278{overflow-x:auto}._nameBold_9bsy2_282{font-weight:600}._textMuted_9bsy2_286{color:var(--text-muted)}._textRight_9bsy2_290{text-align:right}._flexMinWidth120_9bsy2_294{flex:1;min-width:120px}._flexMinWidth100_9bsy2_299{flex:1;min-width:100px}._monthInput_1u9vo_1{margin-left:12px;font-size:12px;padding:3px 6px;border:1px solid rgba(255,255,255,.4);border-radius:4px;background:#ffffff26;color:#fff}._headerSummary_1u9vo_11{font-size:12px;font-weight:400;opacity:.8;margin-left:8px}._exportBtn_1u9vo_18{margin-left:auto;background:#ffffff2e;border:1px solid rgba(255,255,255,.4);color:#fff;font-size:12px;font-weight:600;cursor:pointer;border-radius:5px;padding:4px 12px;font-family:inherit}._closeBtn_1u9vo_31{margin-left:8px;background:none;border:none;color:#fff;font-size:16px;cursor:pointer}._schemaBar_1u9vo_40{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;font-size:12px}._schemaLabel_1u9vo_50{color:#555;white-space:nowrap}._schemaBtn_1u9vo_55{padding:3px 10px;border-radius:4px;border:1px solid #ccc;cursor:pointer;font-size:12px;font-family:inherit}._schemaBtnActive_1u9vo_64{background:#1a73e8;color:#fff}._schemaBtnInactive_1u9vo_69{background:#fff;color:#333}._errorText_1u9vo_74{color:#dc3545}._dayLabel_1u9vo_78{font-weight:400;font-size:11px}._overflowX_1u9vo_83{overflow-x:auto}._vehicleHeader_1u9vo_87{background:#e8f4fd;color:#06c;border-left:2px solid #b3d7f0;min-width:60px}._calendarTable_1u9vo_94{width:100%;border-collapse:collapse;table-layout:fixed}._calendarTh_1u9vo_100{padding:6px 4px;font-size:12px;font-weight:700;text-align:center;border-bottom:2px solid #e5e7eb}._calendarThSun_1u9vo_108{color:#dc3545}._calendarThSat_1u9vo_112{color:#06c}._calendarThDefault_1u9vo_116{color:#374151}._calendarCell_1u9vo_120{border:1px solid #e5e7eb;vertical-align:top;min-height:80px;padding:0}._calendarCellToday_1u9vo_127{background:#eff6ff}._calendarCellDefault_1u9vo_131{background:#fff}._calendarDayContent_1u9vo_135{height:100%;min-height:80px}._calendarDayHeader_1u9vo_140{padding:3px 5px;font-size:12px;font-weight:700}._calendarDayHeaderToday_1u9vo_146{background:#dbeafe}._calendarDayHeaderHasBorder_1u9vo_150{border-bottom:1px solid #e5e7eb}._calendarBadge_1u9vo_154{margin-left:4px;font-size:10px;font-weight:700;background:#10b981;color:#fff;border-radius:8px;padding:0 5px}._calendarEvents_1u9vo_164{padding:3px 4px;display:flex;flex-direction:column;gap:2px}._calendarEvent_1u9vo_164{font-size:10px;line-height:1.4;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:3px;padding:1px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#065f46}._calendarNote_1u9vo_184{font-size:11px;color:#6b7280;margin-top:8px}._overlay_189e8_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:5000}._modal_189e8_13{background:var(--panel-bg);border-radius:12px;width:90vw;max-width:600px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 16px 48px #0003;overflow:hidden}._editModal_189e8_25{max-width:500px}._header_189e8_31{padding:14px 20px;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:10px}._headerTitle_189e8_39{font-family:var(--font-display);font-size:16px;font-weight:700;flex:1}._editHeaderTitle_189e8_46{font-size:15px;font-weight:700;flex:1}._closeBtn_189e8_52{background:none;border:none;font-size:18px;cursor:pointer;color:var(--gray-400)}._btn_189e8_61{padding:7px 16px;border-radius:6px;border:none;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}._applyBtn_189e8_71{background:var(--accent);color:var(--panel-bg);font-size:12px}._iconBtn_189e8_78{background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;font-family:inherit;padding:2px 6px}._editBtn_189e8_88{color:var(--blue-500)}._deleteBtn_189e8_93{color:var(--red-500)}._removeConditionBtn_189e8_98{color:var(--red-500);font-size:16px}._ruleListContainer_189e8_105{flex:1;overflow-y:auto;padding:12px 20px}._loadingMsg_189e8_111{text-align:center;padding:20px;color:var(--gray-400)}._emptyState_189e8_117{text-align:center;padding:30px 20px;color:var(--gray-400)}._emptyIcon_189e8_123{font-size:40px;margin-bottom:8px;opacity:.3}._emptyTitle_189e8_129{font-size:13px;margin-bottom:4px}._emptyDesc_189e8_134{font-size:11px}._ruleList_189e8_105{display:flex;flex-direction:column;gap:6px}._ruleCard_189e8_144{border-radius:8px;padding:10px 12px;display:flex;align-items:flex-start;gap:10px}._ruleContent_189e8_152{flex:1;min-width:0}._ruleName_189e8_157{font-weight:600;font-size:13px}._ruleConditions_189e8_162{font-size:11px;color:var(--gray-500);margin-top:2px}._conditionJoin_189e8_168{color:var(--blue-500);font-weight:600}._ruleTarget_189e8_173{font-size:11px;color:var(--gray-400);margin-top:2px}._ruleActions_189e8_179{display:flex;gap:4px;flex-shrink:0}._footer_189e8_186{padding:10px 20px;border-top:1px solid var(--gray-200)}._addRuleBtn_189e8_191{width:100%;padding:10px;border-radius:8px;border:1.5px dashed var(--gray-300);background:none;cursor:pointer;font-size:13px;color:var(--gray-500);font-family:inherit}._editBody_189e8_204{padding:16px 20px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}._label_189e8_213{display:block;font-size:12px;font-weight:700;color:var(--gray-700);margin-bottom:4px}._input_189e8_221{width:100%;font-size:13px;padding:7px 10px;border:1.5px solid var(--gray-300);border-radius:6px;font-family:inherit;background:var(--panel-bg);box-sizing:border-box}._conditionRow_189e8_233{display:flex;gap:4px;margin-bottom:6px;align-items:center}._conditionJoinLabel_189e8_240{font-size:11px;color:var(--blue-500);font-weight:700;min-width:30px;text-align:center}._conditionSpacer_189e8_248{min-width:30px}._conditionFieldSelect_189e8_252{flex:0 0 100px}._conditionOperatorSelect_189e8_257{flex:0 0 85px}._conditionValueInput_189e8_262{flex:1}._conditionFooter_189e8_268{display:flex;gap:8px;align-items:center}._addConditionBtn_189e8_274{background:var(--gray-100);color:var(--gray-700);font-size:12px;padding:5px 12px}._matchModeGroup_189e8_282{display:flex;gap:6px;font-size:12px}._matchModeLabel_189e8_288{cursor:pointer;display:flex;align-items:center;gap:3px}._autoCreateLabel_189e8_296{display:flex;align-items:center;gap:6px;font-size:12px;margin-top:6px;cursor:pointer;color:var(--gray-500)}._editFooter_189e8_307{padding:12px 20px;border-top:1px solid var(--gray-200);display:flex;gap:8px;justify-content:flex-end}._cancelBtn_189e8_315{background:var(--gray-100);color:var(--gray-700)}._saveBtn_189e8_321{background:var(--accent);color:var(--panel-bg)}._toggle_189e8_328{width:36px;height:20px;border-radius:10px;border:none;cursor:pointer;padding:2px;transition:background .2s;display:flex;align-items:center;flex-shrink:0}._toggleKnob_189e8_341{width:16px;height:16px;border-radius:50%;background:var(--panel-bg);box-shadow:0 1px 3px #0003}._overlay_sk1iw_1{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center}._modal_sk1iw_2{background:#fff;border-radius:12px;width:min(520px,92vw);max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #00000040}._header_sk1iw_3{padding:16px 20px 0;display:flex;align-items:center;justify-content:space-between}._title_sk1iw_4{font-family:var(--font-display);font-size:18px;font-weight:700;margin:0;color:#1e293b}._tabs_sk1iw_5{display:flex;gap:4px}._tab_sk1iw_5,._tabActive_sk1iw_6{padding:4px 12px;font-size:12px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-family:inherit;background:#fff;color:#6b7280}._tabActive_sk1iw_6{background:#1a73e8;color:#fff;border-color:#1a73e8}._table_sk1iw_8{width:100%;border-collapse:collapse;margin:16px 0}._table_sk1iw_8 th{text-align:left;font-size:11px;color:#9ca3af;padding:4px 20px;border-bottom:1px solid #f3f4f6}._table_sk1iw_8 td{padding:8px 20px;font-size:13px;border-bottom:1px solid #f3f4f6}._kbd_sk1iw_11{background:#f3f4f6;padding:2px 8px;border-radius:4px;font-size:12px;font-family:monospace;border:1px solid #d1d5db}._guideList_sk1iw_12{padding:12px 20px;display:flex;flex-direction:column;gap:12px}._guideItem_sk1iw_13{background:#f8f9fb;border-radius:8px;padding:12px 16px}._guideTitle_sk1iw_14{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:6px}._guideSteps_sk1iw_15{margin:0;padding-left:20px;font-size:13px;color:#4b5563;line-height:1.8}._footer_sk1iw_16{padding:12px 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f3f4f6}._hint_sk1iw_17{font-size:11px;color:#9ca3af}._close_sk1iw_18{padding:6px 16px;font-size:13px;background:#f3f4f6;border:none;border-radius:6px;cursor:pointer;font-family:inherit;color:#374151}._close_sk1iw_18:hover{background:#e5e7eb}._overlay_16mra_1{position:fixed;inset:0;background:#0f172a;z-index:1100;display:flex;flex-direction:column}._header_16mra_10{background:#1e293b;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:8px;flex-shrink:0}._headerInfo_16mra_19{flex:1;overflow:hidden}._docName_16mra_24{font-size:14px;font-weight:700;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._metaRow_16mra_33{display:flex;align-items:center;gap:6px;margin-top:2px}._docCounter_16mra_40{font-size:11px;color:#64748b}._docTypeBadge_16mra_45{font-size:10px;padding:1px 6px;border-radius:8px;background:#f3e8ff;color:#7e22ce;font-weight:600}._rotateBtn_16mra_54{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:3px 8px;cursor:pointer;color:#e2e8f0;font-size:12px;font-family:inherit;margin-left:auto}._previewArea_16mra_66{flex:1;overflow-y:auto;overflow-x:hidden;position:relative;background:#1e293b;-webkit-overflow-scrolling:touch}._swipeContainer_16mra_75{width:100%;min-height:100%}._noPage_16mra_80{padding:40px;text-align:center;color:#64748b}._pageNav_16mra_86{display:flex;align-items:center;justify-content:center;gap:12px;padding:8px 16px;background:#1e293b;border-top:1px solid rgba(255,255,255,.08)}._pageCounter_16mra_96{font-size:13px;color:#94a3b8;font-weight:600;min-width:60px;text-align:center}._actionBar_16mra_104{display:flex;gap:8px;padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));background:#0f172a;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}._imageViewWrap_16mra_114{display:flex;align-items:flex-start;justify-content:center;padding:8px;min-height:200px;box-sizing:border-box}._imageView_16mra_114{max-width:100%;border-radius:4px;object-fit:contain;box-shadow:0 2px 12px #0000004d}._loadingView_16mra_130{padding:40px;text-align:center;color:#64748b;font-size:13px}._thumbnailImg_16mra_137{width:100%;height:100%;object-fit:cover}._placeholderWrap_16mra_143{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._placeholderIcon_16mra_151{font-size:20px}._backBtn_16mra_155{background:#ffffff14;border:none;color:#e2e8f0;border-radius:8px;padding:6px 12px;font-size:14px;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px;flex-shrink:0}._container_14fe0_3{display:flex;flex-direction:column;height:100%;padding-bottom:0}._selectHeader_14fe0_11{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#eff6ff;border-bottom:1px solid #bfdbfe}._selectCount_14fe0_20{flex:1;font-weight:700;font-size:14px;color:#1d4ed8}._hdrBtn_14fe0_27{background:none;border:1px solid #e5e7eb;border-radius:8px;padding:4px 10px;font-size:13px;cursor:pointer;font-family:inherit;color:#374151}._searchBarWrap_14fe0_39{padding:8px 12px 4px}._searchBarWrap_14fe0_39{display:flex;gap:6px;align-items:center}._searchInput_14fe0_49{flex:1;padding:9px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;background:#fff;box-sizing:border-box}._advancedToggle_14fe0_60{padding:6px 8px;border:none;background:none;font-size:12px;cursor:pointer;font-family:inherit;font-weight:600;white-space:nowrap;flex-shrink:0}._advancedPanel_14fe0_73{padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:6px}._advancedRow_14fe0_82{display:flex;align-items:center;gap:6px}._advancedLabel_14fe0_88{font-size:12px;font-weight:600;color:#64748b;min-width:60px;flex-shrink:0}._advancedSelect_14fe0_96{flex:1;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;background:#fff}._advancedDateInput_14fe0_106{flex:1;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;font-family:inherit;background:#fff;min-width:0}._toolbar_14fe0_118{padding:4px 12px 6px;display:flex;gap:6px;align-items:center}._toolBtn_14fe0_125{padding:5px 10px;border-radius:8px;border:1px solid #e5e7eb;background:#f3f4f6;font-size:12px;cursor:pointer;font-family:inherit;color:#374151;font-weight:600;white-space:nowrap}._toolBtnActive_14fe0_138{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}._toolBtnInactive_14fe0_145{background:#f3f4f6;color:#6b7280;border-color:#e5e7eb}._spacer_14fe0_152{flex:1}._breadcrumb_14fe0_157{padding:0 12px 6px;display:flex;align-items:center;gap:4px;font-size:13px;overflow-x:auto;white-space:nowrap}._breadcrumbHome_14fe0_167{cursor:pointer}._breadcrumbHomeActive_14fe0_171{color:#1e293b;font-weight:700}._breadcrumbHomeLink_14fe0_177{color:#3b82f6;font-weight:500}._breadcrumbSep_14fe0_183{display:flex;align-items:center;gap:4px}._breadcrumbChevron_14fe0_189{color:#d1d5db}._breadcrumbItem_14fe0_193{cursor:pointer}._breadcrumbItemActive_14fe0_197{color:#1e293b;font-weight:700}._breadcrumbItemLink_14fe0_203{color:#3b82f6;font-weight:500}._searchResultCount_14fe0_209{color:#6366f1;font-weight:600;margin-left:8px}._mainArea_14fe0_216{flex:1;overflow-y:auto;padding:0 4px 16px}._folderGrid_14fe0_223{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:0 8px 8px}._folderCard_14fe0_230{display:flex;flex-direction:column;align-items:center;padding:10px 4px 8px;border-radius:10px;background:#f8fafc;border:1.5px solid #e5e7eb;position:relative}._folderIcon_14fe0_241{font-size:28px;margin-bottom:2px}._folderName_14fe0_246{font-size:11px;font-weight:600;color:#374151;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._folderMenuBtn_14fe0_257{position:absolute;top:2px;right:2px;background:none;border:none;cursor:pointer;color:#9ca3af;font-size:16px;padding:0 4px;line-height:1}._emptyState_14fe0_271{text-align:center;padding:40px 16px;color:#9ca3af}._emptyIcon_14fe0_277{font-size:40px;margin-bottom:8px;opacity:.3}._emptyText_14fe0_283{font-size:13px}._fileGrid_14fe0_288{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}._fileList_14fe0_295{display:flex;flex-direction:column}._actionBar_14fe0_301{position:fixed;left:0;right:0;display:flex;gap:8px;padding:10px 16px;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 10px #00000014;z-index:100}._actionBtnMove_14fe0_314{flex:1;padding:12px;border-radius:10px;border:none;background:#1a56db;color:#fff;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}._actionBtnDelete_14fe0_327{flex:1;padding:12px;border-radius:10px;border:none;background:#dc2626;color:#fff;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}._tilePlaceholder_14fe0_341{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._tilePlaceholderPdf_14fe0_349{background:#fef2f2}._tilePlaceholderImg_14fe0_354{background:#f0f9ff}._tilePlaceholderIcon_14fe0_359{font-size:28px;opacity:.5}._tileImg_14fe0_364{width:100%;height:100%;object-fit:cover}._tileSelectCheck_14fe0_370{position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700}._tileSelectChecked_14fe0_385{background:#3b82f6;border:none}._tileSelectUnchecked_14fe0_391{background:#fffc;border:2px solid #9ca3af}._tileTopRight_14fe0_397{position:absolute;top:3px;right:3px;display:flex;align-items:center;gap:2px}._tileMenuBtn_14fe0_406{background:#0006;border:none;color:#fff;border-radius:4px;font-size:12px;padding:0 4px;cursor:pointer;line-height:16px}._tileStatusDot_14fe0_417{width:8px;height:8px;border-radius:50%;border:1.5px solid rgba(255,255,255,.8)}._tileStatusLabel_14fe0_424{position:absolute;top:4px;left:4px;font-size:8px;padding:1px 4px;border-radius:4px;color:#fff;font-weight:700}._tileStatusProcessing_14fe0_435{background:#1d4ed8d9}._tileStatusUnconfirmed_14fe0_440{background:#92400ed9}._tileBottom_14fe0_445{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#0009);padding:16px 4px 4px;color:#fff;font-size:9px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:3px}._tileExtBadge_14fe0_463{font-size:8px;padding:0 2px;border-radius:2px;flex-shrink:0;background:#ffffff40;color:#fff}._tileDocNum_14fe0_472{font-size:8px;color:#9ca3af;font-family:monospace;flex-shrink:0}._tileNameText_14fe0_479{overflow:hidden;text-overflow:ellipsis}._tilePageCount_14fe0_484{font-size:8px;opacity:.7;flex-shrink:0}._rowThumb_14fe0_491{width:40px;height:48px;border-radius:4px;overflow:hidden;flex-shrink:0;background:#f3f4f6;border:1px solid #e5e7eb}._rowThumbImg_14fe0_501{width:100%;height:100%;object-fit:cover}._rowThumbPlaceholder_14fe0_507{width:100%;height:100%;display:flex;align-items:center;justify-content:center}._rowThumbIcon_14fe0_515{font-size:18px}._rowContent_14fe0_519{flex:1;min-width:0}._rowNameLine_14fe0_524{font-size:14px;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:4px}._rowExtBadge_14fe0_536{font-size:9px;font-weight:700;padding:0 3px;border-radius:2px;flex-shrink:0}._rowExtPdf_14fe0_544{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}._rowExtImg_14fe0_551{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}._rowDocNum_14fe0_558{font-size:8px;color:#9ca3af;font-family:monospace;flex-shrink:0}._rowMeta_14fe0_565{font-size:11px;color:#9ca3af}._rowBadges_14fe0_570{display:flex;gap:3px;margin-top:2px;max-height:20px;overflow:hidden}._rowMenuBtn_14fe0_578{background:none;border:none;color:#9ca3af;font-size:18px;padding:0 4px;cursor:pointer;flex-shrink:0}._rowSelectCheck_14fe0_588{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700}._rowSelectChecked_14fe0_601{background:#3b82f6;border:none}._rowSelectUnchecked_14fe0_607{background:#fff;border:2px solid #d1d5db}._camErrorContainer_1kmjk_4{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px}._camErrorIcon_1kmjk_14{font-size:40px}._camErrorText_1kmjk_18{color:#f87171;font-size:15px;text-align:center;margin:0}._camErrorLabel_1kmjk_25{padding:12px 28px;border-radius:10px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:15px;font-weight:700;cursor:pointer}._hiddenInput_1kmjk_35{display:none}._scanContainer_1kmjk_39{flex:1;position:relative;overflow:hidden;background:#000}._scanVideo_1kmjk_46{width:100%;height:100%;object-fit:cover}._scanOverlay_1kmjk_52{position:absolute;inset:0;width:100%;height:100%;cursor:pointer}._guideLineTop_1kmjk_61{position:absolute;left:8%;right:8%;top:12%;height:2px;background:#ffffff80;border-radius:1px;pointer-events:none}._guideLineBottom_1kmjk_72{position:absolute;left:8%;right:8%;bottom:18%;height:2px;background:#ffffff80;border-radius:1px;pointer-events:none}._guideEndLeft_1kmjk_83{position:absolute;left:0;top:-6px;width:2px;height:14px;background:#ffffff80}._guideEndRight_1kmjk_92{position:absolute;right:0;top:-6px;width:2px;height:14px;background:#ffffff80}._gridOverlay_1kmjk_102{position:absolute;inset:0;pointer-events:none}._gridLineV1_1kmjk_108{position:absolute;left:33.33%;top:0;bottom:0;width:1px;background:#fff3}._gridLineV2_1kmjk_117{position:absolute;left:66.66%;top:0;bottom:0;width:1px;background:#fff3}._gridLineH1_1kmjk_126{position:absolute;top:33.33%;left:0;right:0;height:1px;background:#fff3}._gridLineH2_1kmjk_135{position:absolute;top:66.66%;left:0;right:0;height:1px;background:#fff3}._toolsToggle_1kmjk_145{position:absolute;top:8px;right:8px;display:flex;gap:4px;pointer-events:auto}._toolBtnLabel_1kmjk_154{font-size:11px;min-width:44px;min-height:44px;padding:8px 12px;display:flex;align-items:center;justify-content:center}._scanBottomBar_1kmjk_166{flex-shrink:0;padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));background:#000000e0}._statusText_1kmjk_173{text-align:center;font-size:14px;margin:0 0 10px;font-weight:600}._captureRow_1kmjk_180{display:flex;justify-content:center}._captureBtn_1kmjk_185{width:72px;height:72px;border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s}._captureInner_1kmjk_197{width:56px;height:56px;border-radius:50%;transition:background .2s}._hintText_1kmjk_204{text-align:center;font-size:11px;color:#ffffff59;margin:8px 0 0}._levelContainer_1kmjk_212{position:absolute;bottom:12px;left:50%;transform:translate(-50%);width:100px;height:20px;pointer-events:none;display:flex;align-items:center;justify-content:center}._levelTrack_1kmjk_225{width:80px;height:4px;border-radius:2px;background:#ffffff40;position:relative}._levelCenter_1kmjk_233{position:absolute;left:50%;top:-3px;width:2px;height:10px;background:#fff6;transform:translate(-50%)}._levelDot_1kmjk_243{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;border:2px solid #fff;transform:translate(-50%,-50%);transition:left .1s,background .2s}._previewContainer_1kmjk_255{flex:1;display:flex;flex-direction:column;overflow:hidden}._previewCenter_1kmjk_262{position:relative;flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px;min-height:0}._editCanvas_1kmjk_273{max-width:100%;max-height:100%;border-radius:8px;touch-action:none}._previewCanvas_1kmjk_280{max-width:100%;max-height:100%;border-radius:8px;box-shadow:0 4px 24px #0009}._previewBottomBar_1kmjk_287{flex-shrink:0;padding:10px 16px;padding-bottom:max(10px,env(safe-area-inset-bottom));background:#00000080;backdrop-filter:blur(10px)}._modeToggleRow_1kmjk_295{display:flex;justify-content:center;margin-bottom:8px}._modeToggleLeft_1kmjk_301{padding:7px 18px;border-radius:8px 0 0 8px;border:1px solid rgba(255,255,255,.25);color:#fff;font-size:13px;cursor:pointer;min-height:36px}._modeToggleRight_1kmjk_311{padding:7px 18px;border-radius:0 8px 8px 0;border:1px solid rgba(255,255,255,.25);border-left:none;color:#fff;font-size:13px;cursor:pointer;min-height:36px}._modeActive_1kmjk_322{background:#6366f1e6;font-weight:700}._modeInactive_1kmjk_327{background:#ffffff14;font-weight:400}._filterRow_1kmjk_332{display:flex;gap:8px;justify-content:center;margin-bottom:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}._filterRow_1kmjk_332::-webkit-scrollbar{display:none}._filterThumb_1kmjk_344{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px;border-radius:10px;border:2px solid transparent;background:transparent;cursor:pointer}._filterThumbActive_1kmjk_356{border-color:#6366f1;background:#6366f12e}._filterThumbImg_1kmjk_361{width:48px;height:48px;object-fit:cover;border-radius:6px;background:#fff;display:block}._filterThumbPh_1kmjk_369{width:48px;height:48px;border-radius:6px;background:#ffffff1f;display:block}._filterThumbLabel_1kmjk_376{font-size:11px;color:#fff;line-height:1}._rotateRow_1kmjk_383{display:flex;gap:8px;justify-content:center;margin-bottom:10px}._rotateBtn_1kmjk_389{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fff;font-size:12px;cursor:pointer;min-height:40px}._renderSpinner_1kmjk_404{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#00000080;animation:_scanSpin_1kmjk_1 .9s linear infinite;z-index:6;pointer-events:none}@keyframes _scanSpin_1kmjk_1{to{transform:translate(-50%,-50%) rotate(360deg)}}._detectLabel_1kmjk_424{position:absolute;top:calc(50% + 44px);left:50%;transform:translate(-50%);padding:4px 12px;border-radius:12px;background:#0009;color:#fff;font-size:13px;font-weight:600;white-space:nowrap;z-index:6;pointer-events:none}._loupe_1kmjk_441{position:absolute;top:14px;left:50%;transform:translate(-50%);width:132px;height:132px;border-radius:50%;border:3px solid rgba(255,255,255,.9);box-shadow:0 4px 18px #0000008c;pointer-events:none;z-index:5}._filterBtn_1kmjk_455{padding:10px 14px;border-radius:8px;border:none;color:#fff;font-size:12px;cursor:pointer;min-height:44px}._filterBtnActive_1kmjk_465{background:#6366f1e6;font-weight:700}._filterBtnInactive_1kmjk_471{background:#ffffff1f;font-weight:400}._actionRow_1kmjk_477{display:flex;gap:10px}._retakeBtn_1kmjk_482{flex:1;padding:13px;border-radius:12px;border:1.5px solid rgba(255,255,255,.2);background:#ffffff12;color:#fff;font-size:15px;cursor:pointer;font-family:inherit}._confirmBtn_1kmjk_494{flex:2;padding:13px;border-radius:12px;border:none;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}._scanHistoryBar_1kmjk_508{position:absolute;bottom:96px;left:12px;right:12px;z-index:10;background:#000000d9;backdrop-filter:blur(8px);border-radius:12px;padding:8px 10px;display:flex;gap:8px;align-items:center;overflow-x:auto}._scanHistoryCount_1kmjk_524{font-size:11px;color:#ffffff8c;flex-shrink:0}._scanHistoryThumb_1kmjk_530{width:48px;height:48px;object-fit:cover;border-radius:6px;border:1px solid rgba(255,255,255,.18);flex-shrink:0}._scanHistoryDone_1kmjk_539{margin-left:auto;flex-shrink:0;background:#ffffff24;border:none;border-radius:6px;color:#fff;font-size:12px;padding:6px 12px;cursor:pointer}._cameraFullscreen_1kmjk_552{position:fixed;inset:0;z-index:10000;background:#000;display:flex;flex-direction:column}._cameraHeader_1kmjk_561{display:flex;align-items:center;padding:10px 16px;flex-shrink:0;background:#000000b3;backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.07);gap:12px}._cameraTitle_1kmjk_572{font-size:16px;font-weight:700;color:#fff;flex:1}._cameraCount_1kmjk_579{font-size:12px;color:#22c55e;font-weight:600}._cameraCloseBtn_1kmjk_585{background:#ffffff1a;border:none;border-radius:8px;color:#fffc;font-size:13px;padding:6px 14px;cursor:pointer}._cooldownOverlay_1kmjk_595{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;background:#000c;border-radius:16px;padding:20px 32px;display:flex;flex-direction:column;align-items:center;gap:8px}._cooldownIcon_1kmjk_610{font-size:36px}._cooldownText_1kmjk_614{color:#22c55e;font-size:15px;font-weight:700}._overlay_10aps_1{position:fixed;inset:0;z-index:3000;background:var(--panel-bg);display:flex;flex-direction:column}._header_10aps_10{padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:8px;background:#f8fafc;flex-shrink:0}._headerTitle_10aps_21{font-family:var(--font-display);font-size:16px;font-weight:700;flex:1}._closeBtn_10aps_28{background:none;border:none;font-size:20px;color:var(--gray-400);cursor:pointer}._mainArea_10aps_36{flex:1;overflow-y:auto;padding:12px 16px}._groupCard_10aps_42{margin-bottom:16px;border:1.5px solid var(--gray-200);border-radius:12px;background:#fafbfc;overflow:hidden}._groupHeader_10aps_50{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--gray-100);border-bottom:1px solid var(--gray-200)}._groupIcon_10aps_59{font-size:14px}._groupName_10aps_63{flex:1;font-weight:700;font-size:14px;cursor:pointer}._groupCount_10aps_70{font-weight:400;color:var(--gray-400);margin-left:6px;font-size:12px}._smallBtn_10aps_77{background:none;border:1px solid var(--gray-200);border-radius:6px;min-width:44px;min-height:44px;padding:8px 12px;font-size:12px;cursor:pointer;color:var(--gray-400);display:inline-flex;align-items:center;justify-content:center}._imageGrid_10aps_93{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px;min-height:60px}._emptyHint_10aps_101{color:var(--gray-300);font-size:12px;padding:8px 0}._thumbWrap_10aps_107{width:64px;height:80px;border-radius:6px;overflow:visible;border:2px solid var(--gray-200);cursor:grab;flex-shrink:0;position:relative}._reorderIndicator_10aps_118{position:absolute;top:0;bottom:0;width:3px;background:var(--blue-500);border-radius:2px;z-index:10}._reorderBefore_10aps_128{left:-4px}._reorderAfter_10aps_133{right:-4px}._thumbImg_10aps_138{width:100%;height:100%;object-fit:cover;border-radius:4px}._removeBtn_10aps_145{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#00000080;color:var(--panel-bg);border:none;font-size:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}._unassignedSection_10aps_162{margin-bottom:16px;border:1.5px dashed var(--gray-300);border-radius:12px;padding:10px 12px}._unassignedTitle_10aps_169{font-size:13px;font-weight:600;color:var(--gray-400);margin-bottom:8px}._unassignedGrid_10aps_176{display:flex;flex-wrap:wrap;gap:6px}._unassignedThumb_10aps_182{width:64px;height:80px;border-radius:6px;overflow:hidden;border:2px solid var(--gray-200);cursor:grab}._unassignedImg_10aps_191{width:100%;height:100%;object-fit:cover}._addGroupBtn_10aps_197{width:100%;padding:10px;border-radius:10px;border:1.5px dashed var(--gray-300);background:none;cursor:pointer;font-size:14px;color:var(--gray-500);font-family:inherit}._actionBar_10aps_209{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--gray-200);display:flex;gap:10px;flex-shrink:0;background:var(--panel-bg)}._primaryBtn_10aps_219{flex:1;padding:13px;border-radius:10px;border:none;background:#1a56db;color:var(--panel-bg);font-size:15px;font-weight:700;cursor:pointer;font-family:inherit}._secondaryBtn_10aps_232{flex:1;padding:13px;border-radius:10px;border:1px solid var(--gray-300);background:var(--panel-bg);color:var(--gray-700);font-size:15px;font-weight:600;cursor:pointer;font-family:inherit}._previewOverlay_10aps_245{position:fixed;inset:0;z-index:4000;background:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center}._previewImg_10aps_256{max-width:90%;max-height:75vh;object-fit:contain;border-radius:8px}._previewActions_10aps_263{margin-top:16px;display:flex;gap:12px}._moveSheetOverlay_10aps_269{position:fixed;inset:0;z-index:4000;background:#0006;display:flex;flex-direction:column;justify-content:flex-end}._moveSheet_10aps_269{background:var(--panel-bg);border-radius:16px 16px 0 0;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}._moveSheetHandle_10aps_285{display:flex;justify-content:center;padding:10px 0 6px}._moveSheetBar_10aps_291{width:36px;height:4px;border-radius:2px;background:var(--gray-300)}._moveSheetTitle_10aps_298{padding:4px 20px 10px;font-size:14px;font-weight:700;border-bottom:1px solid var(--gray-100)}._moveSheetItem_10aps_305{display:block;width:100%;padding:14px 20px;background:none;border:none;border-bottom:1px solid var(--gray-100);cursor:pointer;font-size:15px;font-family:inherit;text-align:left}._moveSheetCancel_10aps_318{padding:8px 16px}._cancelBtn_10aps_322{width:100%;padding:12px;border-radius:10px;background:var(--gray-100);border:none;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;color:var(--gray-500)}._root_1x3vg_3{background:#0f172a;color:#e2e8f0;min-height:100vh;min-height:100dvh;font-family:inherit;position:relative}._detailHeader_1x3vg_16{position:fixed;top:0;left:0;right:0;z-index:100;background:#1e293b;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:8px}._backBtn_1x3vg_29{background:#ffffff14;border:none;color:#e2e8f0;border-radius:8px;padding:6px 12px;font-size:14px;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px}._headerTitle_1x3vg_43{font-size:14px;font-weight:600;color:#e2e8f0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._imageToggleBtn_1x3vg_53{background:#ffffff14;border:none;color:#94a3b8;border-radius:8px;padding:6px 10px;font-size:12px;cursor:pointer;font-family:inherit}._tabHeader_1x3vg_64{position:fixed;top:0;left:0;right:0;z-index:100;background:#1e293b;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:8px}._tabHeaderTitle_1x3vg_77{font-size:16px;font-weight:700;color:#818cf8;flex:1}._mainContent_1x3vg_85{position:fixed;left:0;right:0;overflow-y:auto;-webkit-overflow-scrolling:touch}._mainDark_1x3vg_93{background:#0f172a}._mainLight_1x3vg_97{background:#f8fafc}._scanTabContainer_1x3vg_102{display:flex;flex-direction:column;height:100%}._scanTabTop_1x3vg_108{padding:10px 12px 0;flex-shrink:0}._schemaSelect_1x3vg_113{width:100%;font-size:13px;padding:8px 10px;border:1.5px solid #334155;border-radius:8px;font-family:inherit;background:#1e293b;cursor:pointer}._schemaSelectActive_1x3vg_124{color:#e2e8f0}._schemaSelectInactive_1x3vg_129{color:#64748b}._scanListWrapper_1x3vg_134{flex:1;min-height:0;margin-top:6px;padding-bottom:80px}._scanListLabel_1x3vg_141{padding:6px 12px 4px;font-size:12px;font-weight:700;color:#64748b}._imageCanvasWrapper_1x3vg_149{background:#1e293b}._thumbClickable_1x3vg_153{margin:12px 12px 0;border-radius:10px;overflow:hidden;border:1px solid #334155;cursor:pointer;position:relative}._thumbImg_1x3vg_162{width:100%;max-height:160px;object-fit:cover;display:block}._thumbOverlay_1x3vg_169{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d}._thumbOverlayText_1x3vg_178{color:#fff;font-size:12px;background:#00000080;padding:4px 10px;border-radius:6px}._formWrapper_1x3vg_186{padding:0 0 20px}._documentsWrapper_1x3vg_191{padding-bottom:80px}._settingsContainer_1x3vg_196{padding:16px 12px 20px;display:flex;flex-direction:column;gap:10px}._settingsDivider_1x3vg_203{height:1px;background:#334155;margin:8px 0}._settingsCard_1x3vg_209{padding:12px 16px;background:#1e293b;border-radius:12px;border:1px solid #334155}._settingsCardTitle_1x3vg_216{font-size:13px;font-weight:700;color:#e2e8f0;margin-bottom:10px}._accountLabel_1x3vg_223{font-size:12px;color:#64748b;margin-bottom:4px}._accountName_1x3vg_229{font-size:14px;color:#e2e8f0;font-weight:600}._accountEmail_1x3vg_235{font-size:12px;color:#94a3b8;margin-top:2px}._logoutBtn_1x3vg_241{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid #7f1d1d;background:#ef44441a;color:#f87171;cursor:pointer;font-family:inherit;font-size:15px;text-align:left;width:100%}._logoutIcon_1x3vg_257{font-size:20px}._flex1_1x3vg_261{flex:1}._confirmOverlay_1x3vg_266{position:fixed;inset:0;background:#000000b3;display:flex;align-items:flex-end;z-index:2000}._confirmSheet_1x3vg_275{background:#1e293b;border-radius:16px 16px 0 0;padding:20px 16px;padding-bottom:calc(72px + env(safe-area-inset-bottom));width:100%;box-sizing:border-box}._confirmTitle_1x3vg_284{font-size:16px;font-weight:700;margin-bottom:8px}._confirmDesc_1x3vg_290{font-size:14px;color:#94a3b8;margin-bottom:20px}._confirmBtnRow_1x3vg_296{display:flex;gap:10px}._secondaryBtn_1x3vg_301{flex:1;padding:12px 0;border-radius:10px;border:1px solid #334155;background:transparent;color:#e2e8f0;cursor:pointer;font-family:inherit;font-size:14px}._dangerBtn_1x3vg_313{flex:1;padding:12px 0;border-radius:10px;border:none;background:#ef4444;color:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600}._fabBackdrop_1x3vg_327{position:fixed;inset:0;z-index:1100;background:#00000080;backdrop-filter:blur(2px)}._fabMenu_1x3vg_335{position:fixed;left:16px;z-index:1200;display:flex;flex-direction:column;gap:8px}._fabMenuItem_1x3vg_344{display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:12px;border:none;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;box-shadow:0 4px 16px #0006}._fabMenuDefault_1x3vg_358{background:#1e293b;color:#e2e8f0}._fabMenuAccent_1x3vg_364{background:#166534;color:#bbf7d0}._fabMenuIcon_1x3vg_370{font-size:20px}._fabButton_1x3vg_374{position:fixed;left:16px;z-index:1200;width:52px;height:52px;border-radius:50%;border:none;color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #6366f166;transition:all .2s}._fabOpen_1x3vg_392{background:#ef4444;transform:rotate(45deg)}._fabClosed_1x3vg_398{background:#6366f1;transform:none}._hiddenFileInput_1x3vg_404{display:none}._settingsBtn_1x3vg_409{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid #334155;background:#1e293b;color:#e2e8f0;cursor:pointer;font-family:inherit;font-size:15px;text-align:left;width:100%}._settingsBtnIcon_1x3vg_425{font-size:20px}._settingsBtnChevron_1x3vg_429{color:#475569}._toggleRow_1x3vg_434{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #334155;cursor:pointer}._toggleLabel_1x3vg_443{font-size:14px;color:#e2e8f0;font-weight:500}._toggleDesc_1x3vg_449{font-size:11px;color:#64748b;margin-top:2px}._toggleTrack_1x3vg_455{width:44px;height:24px;border-radius:12px;padding:2px;transition:background .2s;flex-shrink:0;margin-left:12px}._toggleTrackOn_1x3vg_465{background:#3b82f6}._toggleTrackOff_1x3vg_470{background:#475569}._toggleKnob_1x3vg_475{width:20px;height:20px;border-radius:10px;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0000004d}._toggleKnobOn_1x3vg_484{transform:translate(20px)}._toggleKnobOff_1x3vg_489{transform:translate(0)}._wrapper_d2ynv_1{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(135deg,#f0f4ff,#faf5ff)}._card_d2ynv_9{background:#fff;border-radius:16px;padding:40px 40px 32px;box-shadow:0 4px 24px #00000014;width:380px;max-width:90vw}._headerSection_d2ynv_18{text-align:center;margin-bottom:24px}._logoIcon_d2ynv_23{font-size:40px;margin-bottom:8px}._title_d2ynv_28{font-family:var(--font-display);font-size:22px;font-weight:700;color:#111827;margin:0}._subtitle_d2ynv_36{font-size:13px;color:#6b7280;margin:8px 0 0}._googleBtnWrap_d2ynv_42{display:flex;justify-content:center;margin-bottom:16px}._divider_d2ynv_48{display:flex;align-items:center;gap:12px;margin:16px 0}._dividerLine_d2ynv_55{flex:1;height:1px;background:#e5e7eb}._dividerText_d2ynv_61{font-size:12px;color:#9ca3af}._formFields_d2ynv_66{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}._srOnly_d2ynv_73{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}._input_d2ynv_81{width:100%;padding:11px 14px;font-size:14px;border:1px solid #d1d5db;border-radius:8px;font-family:inherit;box-sizing:border-box;outline:none}._errorMsg_d2ynv_92{color:#dc2626;font-size:13px;margin:0 0 12px;text-align:center}._successMsg_d2ynv_99{color:#059669;font-size:13px;margin:0 0 12px;text-align:center}._submitBtn_d2ynv_106{width:100%;padding:12px;font-size:15px;font-weight:600;background:#4f46e5;color:#fff;border:none;border-radius:8px;font-family:inherit}._modeSwitcher_d2ynv_118{margin-top:16px;text-align:center;font-size:13px;color:#6b7280}._linkBtn_d2ynv_125{background:none;border:none;color:#4f46e5;cursor:pointer;font-family:inherit;font-size:13px}._linkBtnBold_d2ynv_134{font-weight:600}._separator_d2ynv_139{margin:0 8px}._footer_1539i_1{padding:20px 24px;text-align:center;font-size:13px;color:#6b7280;border-top:1px solid #e5e7eb;background:#f9fafb}._footer_1539i_1 a{color:#6b7280;text-decoration:none;margin:0 4px}._footer_1539i_1 a:hover{color:#111827;text-decoration:underline}._separator_1539i_21{margin:0 4px}._page_6t1gs_1{font-family:inherit;color:#111827;height:100vh;overflow-y:auto;background:#fff}._lpNav_6t1gs_10{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:#ffffffeb;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid rgba(17,24,39,.06)}._lpBrand_6t1gs_23{display:flex;align-items:center;gap:10px;color:var(--accent-700);font-family:var(--font-display);font-size:18px;font-weight:700;text-decoration:none;letter-spacing:0}._lpBrandIcon_6t1gs_34{display:inline-flex;width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,var(--accent-600),var(--accent-700));align-items:center;justify-content:center}._lpNavActions_6t1gs_43{display:flex;align-items:center;gap:14px}._lpNavLink_6t1gs_48{color:#4b5563;font-size:14px;font-weight:500;text-decoration:none;padding:6px 4px}._lpNavLink_6t1gs_48:hover{color:var(--accent-700)}._lpNavCta_6t1gs_58{padding:8px 18px;font-size:14px;font-weight:700;border-radius:8px;background:var(--accent-600);color:#fff;text-decoration:none;transition:background .15s}._lpNavCta_6t1gs_58:hover{background:var(--accent-700)}._hero_6t1gs_73{text-align:center;padding:72px 24px 80px;background:linear-gradient(180deg,#fff 0%,var(--accent-50) 100%);position:relative;overflow:hidden}._hero_6t1gs_73:before{content:"";position:absolute;top:-20%;right:-10%;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(46,82,121,.08) 0%,transparent 70%);pointer-events:none}._hero_6t1gs_73:after{content:"";position:absolute;bottom:-30%;left:-10%;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(30,63,95,.06) 0%,transparent 70%);pointer-events:none}._heroBadge_6t1gs_102{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border:1px solid var(--accent-100);border-radius:999px;font-size:12px;font-weight:600;color:var(--accent-700);margin-bottom:24px;box-shadow:0 1px 3px #1118270a;position:relative;z-index:1}._heroTitle_6t1gs_118{font-family:var(--font-display);font-size:44px;font-weight:700;margin:0 0 20px;line-height:1.35;color:#0f172a;letter-spacing:.01em;position:relative;z-index:1}._heroTitleAccent_6t1gs_129{color:var(--accent-700)}._heroSubtitle_6t1gs_132{font-size:17px;margin:0 auto 36px;max-width:620px;line-height:1.8;color:#475569;position:relative;z-index:1}._heroCtas_6t1gs_141{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}._heroCtaNote_6t1gs_149{font-size:12px;color:#64748b;margin:16px 0 0;position:relative;z-index:1}._btnPrimary_6t1gs_157{padding:13px 32px;font-size:15px;font-weight:700;border:none;border-radius:10px;background:var(--accent-600);color:#fff;cursor:pointer;text-decoration:none;font-family:inherit;transition:background .15s,box-shadow .15s,transform .1s;box-shadow:0 2px 8px #1e3f5f33}._btnPrimary_6t1gs_157:hover{background:var(--accent-700);box-shadow:0 4px 16px #1e3f5f47;transform:translateY(-1px)}._btnSecondary_6t1gs_177{padding:13px 32px;font-size:15px;font-weight:700;border:1.5px solid var(--accent-600);border-radius:10px;background:#fff;color:var(--accent-700);cursor:pointer;text-decoration:none;font-family:inherit;transition:background .15s}._btnSecondary_6t1gs_177:hover{background:var(--accent-50)}._statsStrip_6t1gs_195{max-width:960px;margin:0 auto;padding:48px 24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:24px;border-bottom:1px solid #f1f5f9}._statItem_6t1gs_204{text-align:center}._statValue_6t1gs_207{font-family:var(--font-display);font-size:32px;font-weight:700;color:var(--accent-700);line-height:1.1;margin:0 0 6px}._statLabel_6t1gs_215{font-size:12px;color:#64748b;font-weight:500;letter-spacing:.02em}._features_6t1gs_223{padding:72px 24px;max-width:1040px;margin:0 auto}._sectionLabel_6t1gs_228{display:block;text-align:center;font-size:12px;font-weight:700;color:var(--accent-600);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px}._sectionTitle_6t1gs_238{font-family:var(--font-display);font-size:30px;font-weight:700;text-align:center;margin:0 0 48px;color:#0f172a;letter-spacing:.01em}._featureGrid_6t1gs_248{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}._featureCard_6t1gs_254{background:#fff;border:1px solid #eef1f5;border-radius:14px;padding:28px 24px;text-align:left;transition:border-color .2s,transform .2s,box-shadow .2s}._featureCard_6t1gs_254:hover{border-color:var(--accent-100);transform:translateY(-2px);box-shadow:0 8px 24px #1e3f5f14}._featureIcon_6t1gs_268{display:inline-flex;width:48px;height:48px;border-radius:12px;background:var(--accent-50);align-items:center;justify-content:center;margin-bottom:16px}._featureCard_6t1gs_254 h3{font-family:var(--font-display);font-size:16px;font-weight:700;margin:0 0 8px;color:#0f172a}._featureCard_6t1gs_254 p{font-size:13px;color:#64748b;margin:0;line-height:1.75}._howItWorks_6t1gs_295{padding:72px 24px;background:var(--accent-50)}._steps_6t1gs_300{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;max-width:880px;margin:0 auto}._step_6t1gs_300{text-align:center;flex:1;min-width:200px;max-width:260px;background:#fff;padding:32px 20px;border-radius:14px;border:1px solid rgba(255,255,255,.8);box-shadow:0 1px 3px #1e3f5f0f}._stepNumber_6t1gs_321{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--accent-600),var(--accent-700));color:#fff;font-family:var(--font-display);font-size:18px;font-weight:700;margin-bottom:14px}._step_6t1gs_300 h3{font-family:var(--font-display);font-size:17px;font-weight:700;margin:0 0 8px;color:#0f172a}._step_6t1gs_300 p{font-size:13px;color:#64748b;margin:0;line-height:1.7}._pricing_6t1gs_352{padding:72px 24px;max-width:1040px;margin:0 auto}._pricingGrid_6t1gs_358{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}._pricingCard_6t1gs_364{border:1px solid #eef1f5;border-radius:14px;padding:32px 24px;background:#fff;display:flex;flex-direction:column;position:relative;transition:border-color .2s}._pricingCard_6t1gs_364:hover{border-color:var(--accent-100)}._pricingCard_6t1gs_364._featured_6t1gs_378{border:2px solid var(--accent-600);box-shadow:0 12px 32px #1e3f5f1f;transform:translateY(-4px)}._pricingBadge_6t1gs_384{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent-700);color:#fff;font-size:11px;font-weight:700;padding:4px 14px;border-radius:999px;letter-spacing:.04em}._pricingCard_6t1gs_364 h3{font-family:var(--font-display);font-size:20px;font-weight:700;margin:0 0 8px;color:#0f172a;text-align:center}._pricingPrice_6t1gs_407{font-family:var(--font-display);font-size:36px;font-weight:700;color:var(--accent-700);margin:0 0 4px;text-align:center;line-height:1.1}._pricingUnit_6t1gs_417{font-size:13px;color:#64748b;margin:0 0 20px;text-align:center}._pricingFeatures_6t1gs_424{list-style:none;padding:0;margin:0 0 24px;font-size:13px;color:#334155;line-height:1.9;flex:1}._pricingFeatures_6t1gs_424 li{display:flex;align-items:center;gap:8px;padding:4px 0}._faq_6t1gs_441{padding:72px 24px;background:#fafbfd}._faqList_6t1gs_446{max-width:760px;margin:0 auto}._faqItem_6t1gs_451{border-bottom:1px solid #e5e7eb}._faqQuestion_6t1gs_455{width:100%;text-align:left;padding:18px 4px;border:none;background:none;font-size:15px;font-weight:600;color:#111827;cursor:pointer;font-family:inherit;display:flex;justify-content:space-between;align-items:center;gap:12px}._faqQuestion_6t1gs_455:hover{color:var(--accent-700)}._faqArrow_6t1gs_476{display:inline-flex;transition:transform .2s;color:#94a3b8}._faqArrowOpen_6t1gs_482{transform:rotate(180deg);color:var(--accent-600)}._faqAnswer_6t1gs_487{padding:0 4px 18px;font-size:14px;color:#4b5563;line-height:1.8}._ctaSection_6t1gs_495{text-align:center;padding:80px 24px;background:linear-gradient(135deg,var(--accent-700) 0%,var(--accent-600) 100%);color:#fff;position:relative;overflow:hidden}._ctaSection_6t1gs_495:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.05) 0%,transparent 50%);pointer-events:none}._ctaTitle_6t1gs_511{font-family:var(--font-display);font-size:30px;font-weight:700;margin:0 0 12px;position:relative;z-index:1}._ctaDesc_6t1gs_519{font-size:16px;opacity:.92;margin:0 0 32px;position:relative;z-index:1}._ctaCtas_6t1gs_526{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}._ctaSection_6t1gs_495 ._btnPrimary_6t1gs_157{background:#fff;color:var(--accent-700);box-shadow:0 4px 16px #00000029}._ctaSection_6t1gs_495 ._btnPrimary_6t1gs_157:hover{background:var(--accent-50);color:var(--accent-700)}._ctaSection_6t1gs_495 ._btnSecondary_6t1gs_177{border-color:#fffc;background:transparent;color:#fff}._ctaSection_6t1gs_495 ._btnSecondary_6t1gs_177:hover{background:#ffffff1f}@media(max-width:640px){._lpNav_6t1gs_10{padding:12px 16px}._heroTitle_6t1gs_118{font-size:32px}._heroSubtitle_6t1gs_132{font-size:15px}._sectionTitle_6t1gs_238,._ctaTitle_6t1gs_511{font-size:24px}._pricingCard_6t1gs_364._featured_6t1gs_378{transform:none}}._logoIcon_1643h_4{background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:6px;font-size:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;box-shadow:none}._headerTitle_1643h_17{font-family:var(--font-display);font-weight:700;letter-spacing:0}._nav_1643h_24{margin-left:24px;display:flex;gap:2px}._tabIcon_1643h_30{margin-right:5px;font-size:14px}._tabIndicator_1643h_35{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:2px;background:#fff;border-radius:99px}._headerActions_1643h_47{margin-left:auto;gap:10px;position:relative}._posRelative_1643h_53{position:relative}._tenantBtn_1643h_58{padding:5px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:#fffc;font-size:12px;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:6px;max-width:160px}._tenantIcon_1643h_73{font-size:13px}._tenantName_1643h_77{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dropdownArrow_1643h_83{font-size:8px;opacity:.6}._dropdownOverlay_1643h_89{position:fixed;inset:0;z-index:99}._dropdownPanel_1643h_95{position:absolute;top:100%;right:0;margin-top:6px;z-index:100;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 8px 32px #00000026;min-width:240px;overflow:hidden}._dropdownHeader_1643h_109{padding:10px 14px;border-bottom:1px solid #f0f0f0;font-size:11px;font-weight:700;color:#9ca3af}._tenantItemIcon_1643h_118{font-size:15px}._tenantItemName_1643h_122{flex:1}._tenantItemActive_1643h_126{font-size:10px;color:var(--accent-700)}._tenantFooter_1643h_132{border-top:1px solid #f0f0f0;padding:8px 14px}._createTenantRow_1643h_137{display:flex;gap:6px}._createTenantInput_1643h_142{flex:1;font-size:12px;padding:6px 8px;border:1px solid #d1d5db;border-radius:5px;font-family:inherit}._createTenantBtn_1643h_151{padding:6px 12px;font-size:12px;border:none;border-radius:5px;background:var(--accent-600);color:#fff;cursor:pointer;font-weight:600;font-family:inherit}._newTenantBtn_1643h_163{width:100%;padding:8px 0;border:1px dashed #d1d5db;border-radius:6px;background:none;cursor:pointer;font-size:12px;color:#6b7280;font-family:inherit}._userMenuBtn_1643h_176{display:flex;align-items:center;gap:8px;padding:4px 10px 4px 4px;border-radius:20px;border:1px solid rgba(255,255,255,.15);cursor:pointer;transition:all .15s}._userMenuBtnDefault_1643h_187{background:#ffffff0d}._userMenuBtnOpen_1643h_192{background:#ffffff26}._userAvatar_1643h_197{width:28px;height:28px;border-radius:50%;background:var(--accent-600);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;flex-shrink:0}._userAvatarLg_1643h_211{width:36px;height:36px;border-radius:50%;background:var(--accent-600);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;flex-shrink:0}._userName_1643h_225{font-size:12px;color:#fffc;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:inherit}._userDropdownArrow_1643h_235{font-size:8px;color:#ffffff80}._userInfoHeader_1643h_241{padding:14px 16px;border-bottom:1px solid #f0f0f0}._userInfoRow_1643h_246{display:flex;align-items:center;gap:10px}._userInfoMinWidth_1643h_252{min-width:0}._userInfoName_1643h_256{font-size:13px;font-weight:700;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userInfoEmail_1643h_265{font-size:11px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._roleBadge_1643h_273{margin-top:8px;display:inline-block;padding:2px 8px;border-radius:4px;background:#f1f5f9;font-size:11px;font-weight:600;color:#64748b}._menuSection_1643h_285{padding:4px 0}._menuItem_1643h_289{display:flex;align-items:center;gap:10px;width:100%;padding:10px 16px;border:none;background:none;cursor:pointer;font-size:13px;font-family:inherit;text-align:left;color:#374151}._menuItemDisabled_1643h_304{cursor:default;color:#cbd5e1}._menuItemIcon_1643h_310{font-size:15px}._menuItemIconDisabled_1643h_314{font-size:15px;opacity:.4}._menuItemHint_1643h_319{margin-left:auto;font-size:10px;color:#cbd5e1;font-weight:500}._logoutSection_1643h_327{border-top:1px solid #f0f0f0;padding:4px 0}._logoutBtn_1643h_332{display:flex;align-items:center;gap:10px;width:100%;padding:10px 16px;border:none;background:none;cursor:pointer;font-size:13px;font-family:inherit;text-align:left;color:#dc2626}._previewCount_y718x_5{font-weight:400;font-size:13px;color:var(--text-muted)}._pdfThumb_y718x_11{width:100%;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;border:1px solid var(--border);border-radius:6px;font-size:28px;color:#dc3545}._pdfLabel_y718x_25{font-size:11px;color:var(--text-muted);margin-top:4px}._templateLabel_y718x_31{font-size:12px;color:var(--text-muted);display:block;margin-bottom:4px}._templateSelect_y718x_38{width:100%;font-size:13px;padding:6px 8px;border:1px solid var(--border);border-radius:6px;font-family:inherit;background:#fff}._templateSelectActive_y718x_48{color:#111827}._templateSelectPlaceholder_y718x_52{color:#9ca3af}._multiSection_y718x_56{margin-top:12px;border-top:1px solid var(--border);padding-top:12px}._multiLabel_y718x_62{font-size:12px;color:var(--text-muted);margin-bottom:8px}._multiOptions_y718x_68{display:flex;gap:8px}._multiOption_y718x_68{flex:1;cursor:pointer;border-radius:8px;padding:10px 12px;transition:all .15s}._multiOptionActive_y718x_81{border:2px solid #1a56db;background:#eff6ff}._multiOptionInactive_y718x_86{border:2px solid var(--border);background:#fff}._multiOptionIcon_y718x_91{font-size:20px;margin-bottom:4px}._multiOptionTitle_y718x_96{font-size:13px;font-weight:700}._multiOptionTitleActive_y718x_101{color:#1a56db}._multiOptionTitleInactive_y718x_105{color:#111827}._multiOptionDesc_y718x_109{font-size:11px;color:#6b7280;line-height:1.5}._docNameInput_y718x_115{margin-top:8px;width:100%;border:1px solid var(--border);border-radius:5px;padding:6px 8px;font-size:12px;font-family:inherit;box-sizing:border-box}._schemaBadge_y718x_126{margin-top:8px;padding:5px 10px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:5px;font-size:11px;color:#1d4ed8}._bulkSummary_y718x_138{background:#f8faff;border:1px solid #c7d2fe;border-radius:8px;padding:12px 16px;margin-bottom:14px}._bulkCount_y718x_146{font-size:22px;font-weight:700;color:#4f46e5;margin-bottom:6px}._bulkCountUnit_y718x_153{font-size:13px;font-weight:400;margin-left:4px}._bulkBreakdown_y718x_159{display:flex;gap:16px;font-size:12px;color:#374151}._bulkSkipped_y718x_166{color:#9ca3af}._bulkTemplateSection_y718x_170{margin-bottom:12px}._bulkConcurrencySection_y718x_174{margin-bottom:16px}._concurrencyLabel_y718x_178{display:block;font-size:12px;color:var(--text-muted);margin-bottom:4px}._concurrencyRange_y718x_185{width:100%}._concurrencyLegend_y718x_189{display:flex;justify-content:space-between;font-size:10px;color:#9ca3af;margin-top:2px}._bulkNote_y718x_197{font-size:11px;color:#9ca3af;margin-bottom:14px;line-height:1.6}._uploadArea_y718x_206{padding:8px 8px 6px;flex-shrink:0}._dropzone_y718x_211{border-radius:10px;padding:14px 12px;text-align:center;cursor:pointer;transition:all .15s;margin-bottom:6px}._dropzoneIdle_y718x_220{border:2px dashed #cbd5e1;background:#f8fafc}._dropzoneActive_y718x_225{border:2px solid #3b82f6;background:#eff6ff}._dropzoneIcon_y718x_230{font-size:22px;margin-bottom:2px;opacity:.7}._dropzoneTitle_y718x_236{font-size:13px;font-weight:600;color:#374151}._dropzoneHint_y718x_242{font-size:11px;color:#9ca3af;margin-top:2px}._subActions_y718x_248{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px}._subBtn_y718x_254{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px;font-size:11px;font-weight:600;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;color:#4b5563;transition:all .1s}._subBtnGreen_y718x_270{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}._subBtnIcon_y718x_277{font-size:16px}._hidden_y718x_281{display:none}._loadingScreen_lfzet_1{display:flex;align-items:center;justify-content:center;height:100vh;color:#6b7280}._offlineBanner_lfzet_9{position:fixed;top:0;left:0;right:0;z-index:9999;background:#dc2626;color:#fff;text-align:center;padding:8px 16px;font-size:14px;font-weight:600}._fullPanel_lfzet_23{width:100%;height:100%}._templateBtn_lfzet_28{margin-left:auto;font-size:10px;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:6px;padding:2px 8px;cursor:pointer;font-family:inherit;white-space:nowrap}._templateSection_lfzet_41{margin-bottom:10px}._templateLabel_lfzet_45{display:block;font-size:11px;font-weight:700;color:#6b7280;margin-bottom:4px}._templateHint_lfzet_53{display:block;font-size:10px;color:#9ca3af;margin-top:2px}._sectionTitle_lfzet_60{margin-top:12px}._noPadding_lfzet_64{padding:0}._rightTabBar_lfzet_68{display:flex;border-bottom:1px solid #e5e7eb;background:#fafbfc;padding:0 12px;flex-shrink:0}._rightTabBtn_lfzet_76{padding:9px 16px;font-size:12px;font-weight:600;font-family:inherit;border:none;background:none;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s}._rightTabBtn_lfzet_76:hover{color:#374151}._rightTabActive_lfzet_90{color:#1a73e8;border-bottom-color:#1a73e8}._stepIndicator_lfzet_95{display:flex;gap:4px;align-items:center;font-size:10px;padding:0 4px}._stepDone_lfzet_102{color:#10b981;font-weight:600}._stepActive_lfzet_103{color:#1a73e8;font-weight:700}._stepPending_lfzet_104{color:#d1d5db}._emptyWrap_lfzet_106{text-align:center;padding:40px 24px}._emptyIcon_lfzet_111{font-size:48px}._emptyTitle_lfzet_115{font-size:18px;font-weight:700;color:#111827;margin:16px 0 8px}._emptyDesc_lfzet_122{font-size:13px;color:#6b7280;margin:0 0 20px;line-height:1.6}._stepsBox_lfzet_129{background:#f3f4f6;border-radius:12px;padding:16px 20px;text-align:left;font-size:13px;color:#374151;line-height:2}._emptyActions_lfzet_139{display:flex;gap:8px;justify-content:center;margin-top:16px}._emptyActionBtn_lfzet_146{padding:8px 16px;font-size:12px;font-weight:600;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s}._emptyActionBtn_lfzet_146:hover{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}._mainContent_lfzet_164{display:contents}._tagChipsWrap_yxryi_4{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px;justify-content:center}._tagChip_yxryi_4{font-size:10px;padding:1px 6px;border-radius:99px;background:#e0e7ff;color:#3730a3;font-weight:600}._tagChipMore_yxryi_21{font-size:10px;color:var(--gray-400)}._highlight_yxryi_27{background:#fef08a;padding:0;border-radius:2px}._tagEditorChips_yxryi_34{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}._tagEditorChip_yxryi_34{display:inline-flex;align-items:center;gap:3px;font-size:11px;padding:2px 8px;border-radius:99px;background:#e0e7ff;color:#3730a3;font-weight:600}._tagEditorRemoveBtn_yxryi_53{background:none;border:none;cursor:pointer;color:#6366f1;font-size:12px;line-height:1;padding:0}._tagEditorEmpty_yxryi_63{font-size:11px;color:var(--gray-300)}._tagEditorInputRow_yxryi_68{display:flex;gap:4px}._tagEditorInput_yxryi_68{flex:1;font-size:12px;padding:4px 8px;border:1px solid var(--gray-300);border-radius:5px;font-family:inherit}._tagEditorAddBtn_yxryi_82{font-size:12px;padding:4px 10px;background:var(--accent);color:#fff;border:none;border-radius:5px;cursor:pointer;font-family:inherit}._emptyWrap_yxryi_94{text-align:center;padding:100px 20px;color:var(--gray-400)}._emptyIcon_yxryi_100{font-size:64px;margin-bottom:16px;opacity:.3}._emptyTitle_yxryi_106{font-size:15px;font-weight:700;color:var(--gray-500)}._emptySub_yxryi_112{font-size:13px;margin-top:8px;line-height:1.7}._iconBtn_yxryi_119{width:26px;height:26px;border-radius:5px;border:1px solid var(--gray-200);background:var(--panel-bg);font-size:14px;display:flex;align-items:center;justify-content:center;font-family:inherit}._pdfOverlay_yxryi_133{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._pdfModal_yxryi_143{background:var(--panel-bg);border-radius:12px;width:560px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 40px #0000002e}._pdfHeader_yxryi_154{padding:16px 20px;border-bottom:1px solid var(--gray-200);display:flex;align-items:center}._pdfHeaderTitle_yxryi_161{font-weight:700;font-size:15px}._pdfCloseBtn_yxryi_166{margin-left:auto;background:none;border:none;cursor:pointer;font-size:18px;color:var(--gray-400)}._pdfSettings_yxryi_175{padding:12px 20px;border-bottom:1px solid var(--gray-100);display:flex;gap:16px;align-items:center;flex-wrap:wrap}._pdfSettingGroup_yxryi_184{display:flex;align-items:center;gap:8px}._pdfSettingGroupSmall_yxryi_190{display:flex;align-items:center;gap:6px}._pdfLabel_yxryi_196{font-size:12px;color:var(--gray-500);white-space:nowrap}._pdfLabelNoWrap_yxryi_202{font-size:12px;color:var(--gray-500)}._pdfFileNameInput_yxryi_207{font-size:12px;padding:4px 8px;border:1px solid var(--gray-300);border-radius:5px;width:160px;font-family:inherit}._pdfExt_yxryi_216{font-size:12px;color:var(--gray-400)}._pdfSizeBtn_yxryi_221{font-size:12px;padding:3px 10px;border-radius:5px;cursor:pointer;font-family:inherit;border:1px solid}._pdfSizeBtnActive_yxryi_230{border-color:#1a56db;background:var(--blue-50);color:var(--blue-700)}._pdfSizeBtnInactive_yxryi_236{border-color:var(--gray-200);background:var(--panel-bg);color:var(--gray-700)}._pdfContent_yxryi_242{flex:1;overflow-y:auto;padding:12px 20px}._pdfDropzone_yxryi_248{border:2px dashed var(--gray-300);border-radius:10px;padding:40px 20px;text-align:center;cursor:pointer;color:var(--gray-400)}._pdfDropzoneIcon_yxryi_257{font-size:40px;margin-bottom:8px}._pdfDropzoneTitle_yxryi_262{font-size:14px;font-weight:600}._pdfDropzoneSub_yxryi_267{font-size:12px;margin-top:4px}._pdfItemList_yxryi_272{display:flex;flex-direction:column;gap:8px}._pdfItem_yxryi_272{display:flex;align-items:center;gap:10px;background:var(--gray-50);border-radius:8px;padding:8px 10px;border:1px solid var(--gray-200)}._pdfItemThumb_yxryi_288{width:48px;height:60px;flex-shrink:0;overflow:hidden;border-radius:5px;border:1px solid var(--gray-200);background:var(--panel-bg)}._pdfItemImg_yxryi_298{width:100%;height:100%;object-fit:cover;transition:transform .2s}._pdfItemInfo_yxryi_305{flex:1;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._pdfItemName_yxryi_313{font-weight:600}._pdfItemSize_yxryi_317{color:var(--gray-400)}._pdfItemActions_yxryi_321{display:flex;gap:4px;flex-shrink:0}._pdfAddMoreBtn_yxryi_327{font-size:12px;padding:8px;border:1.5px dashed var(--gray-300);border-radius:8px;background:none;cursor:pointer;color:var(--gray-500);font-family:inherit}._pdfFooter_yxryi_338{padding:12px 20px;border-top:1px solid var(--gray-200);display:flex;gap:8px;justify-content:flex-end;align-items:center}._pdfFooterCount_yxryi_347{font-size:12px;color:var(--gray-500);margin-right:auto}._pdfCancelBtn_yxryi_353{font-size:13px;padding:7px 16px;border:1px solid var(--gray-300);border-radius:7px;background:var(--panel-bg);cursor:pointer;font-family:inherit}._pdfConvertBtn_yxryi_363{font-size:13px;padding:7px 20px;border:none;border-radius:7px;font-family:inherit;font-weight:700}._pdfConvertBtnEnabled_yxryi_372{background:#1a56db;color:#fff;cursor:pointer}._pdfConvertBtnDisabled_yxryi_378{background:var(--gray-200);color:var(--gray-400);cursor:not-allowed}._hidden_yxryi_384{display:none}._tableWrapper_pzoci_1{background:#fff;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden}._table_pzoci_1{width:100%;border-collapse:collapse}._sortTh_pzoci_13{padding:8px 12px;text-align:left;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;user-select:none;background:#f9fafb;border-bottom:2px solid #e5e7eb}._sortThActive_pzoci_25{color:#1d4ed8}._sortThInactive_pzoci_29{color:#6b7280}._checkboxTh_pzoci_33{width:36px;background:#f9fafb;border-bottom:2px solid #e5e7eb}._docTypeTh_pzoci_39{padding:8px 12px;text-align:left;font-size:12px;color:#6b7280;font-weight:700;background:#f9fafb;border-bottom:2px solid #e5e7eb;white-space:nowrap}._actionTh_pzoci_50{padding:8px 12px;background:#f9fafb;border-bottom:2px solid #e5e7eb;width:160px}._row_pzoci_57{cursor:pointer;transition:background .1s;border-bottom:1px solid #f3f4f6}._rowSelected_pzoci_63{background:#eff6ff}._rowEven_pzoci_67{background:#fff}._rowOdd_pzoci_71{background:#fafafa}._iconCell_pzoci_75{padding:6px 4px 6px 12px;text-align:center}._iconEmoji_pzoci_80{font-size:18px}._nameCell_pzoci_84{padding:8px 12px;font-size:13px;font-weight:600;color:#1a2236}._nameInner_pzoci_91{display:flex;align-items:center;gap:6px}._fullTextBadge_pzoci_97{font-size:10px;color:#6366f1;background:#eef2ff;border-radius:99px;padding:1px 6px;font-weight:700;flex-shrink:0}._errorMsg_pzoci_107{font-size:11px;color:#ef4444;font-weight:400;margin-top:2px}._docTypeCell_pzoci_114{padding:8px 12px;font-size:11px;color:#6b7280}._docTypeBadge_pzoci_120{background:#f0fdf4;color:#166534;padding:2px 7px;border-radius:99px;font-weight:600;font-size:11px}._pagesCell_pzoci_129{padding:8px 12px;font-size:12px;color:#6b7280;text-align:center}._dateCell_pzoci_136{padding:8px 12px;font-size:12px;color:#6b7280}._statusCell_pzoci_142{padding:8px 12px}._statusBadge_pzoci_146{font-size:11px;font-weight:700;padding:2px 8px;border-radius:99px;display:inline-flex;align-items:center;gap:4px}._statusDot_pzoci_156{width:6px;height:6px;border-radius:50%;flex-shrink:0}@keyframes _dbPulse_pzoci_1{0%,to{opacity:1}50%{opacity:.4}}._statusDotProcessing_pzoci_168{animation:_dbPulse_pzoci_1 1.2s infinite}._approvalBadge_pzoci_172{font-size:10px;font-weight:700;padding:1px 6px;border-radius:99px;margin-left:4px}._actionCell_pzoci_180{padding:6px 12px}._actionHint_pzoci_184{font-size:10px;color:#d1d5db}._panel_f236b_3{width:100%;height:100%;background:var(--panel-bg);display:flex;flex-direction:column;overflow-y:auto}._header_f236b_13{padding:10px 14px;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:6px}._extBadge_f236b_21{font-size:9px;font-weight:700;padding:0 3px;border-radius:2px;flex-shrink:0}._extBadgePdf_f236b_29{background:var(--red-50);color:var(--red-600);border:1px solid #fecaca}._extBadgeImage_f236b_36{background:var(--blue-50);color:var(--blue-600);border:1px solid var(--blue-100)}._docNumber_f236b_43{font-size:10px;color:var(--gray-500);font-family:monospace;flex-shrink:0}._docName_f236b_50{flex:1;font-weight:700;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rotateBtn_f236b_59{background:none;border:1px solid var(--gray-200);border-radius:5px;cursor:pointer;color:var(--gray-500);font-size:14px;padding:2px 6px}._closeBtn_f236b_69{background:none;border:none;cursor:pointer;color:var(--gray-400);font-size:16px}._previewSection_f236b_78{padding:12px 16px;text-align:center;border-bottom:1px solid var(--gray-200)}._pageNav_f236b_85{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}._pageNavLabel_f236b_93{font-size:12px;color:var(--gray-500)}._ppNavBtn_f236b_98{background:var(--panel-bg);border:1px solid var(--gray-300);border-radius:5px;cursor:pointer;color:var(--gray-700);font-size:13px;padding:3px 10px;font-family:inherit}._infoSection_f236b_110{font-size:12px;color:var(--gray-500);line-height:2;margin-top:8px}._docTypeBadge_f236b_117{background:var(--green-50);color:var(--green-800);padding:2px 8px;border-radius:99px;font-weight:700;font-size:11px}._statusBadge_f236b_126{font-size:12px;font-weight:700;padding:3px 10px;border-radius:99px;display:inline-flex;align-items:center;gap:5px}._statusDot_f236b_136{width:7px;height:7px;border-radius:50%}._statusRow_f236b_142{margin-top:6px}._actionsSection_f236b_147{padding:12px 16px;border-bottom:1px solid var(--gray-200);display:flex;flex-direction:column;gap:6px}._processBtn_f236b_155{background:#1a56db;color:#fff;border:none;border-radius:7px;padding:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}._retryBtn_f236b_167{color:#fff;border:none;border-radius:7px;padding:6px;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}._processingCol_f236b_178{display:flex;flex-direction:column;gap:4px}._viewReportBtn_f236b_184{background:#057a55;color:#fff;border:none;border-radius:7px;padding:8px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}._errorMsg_f236b_196{font-size:11px;color:var(--red-500);background:var(--red-50);border-radius:6px;padding:6px 8px}._deleteBtn_f236b_204{background:none;color:var(--gray-500);border:1px solid var(--gray-200);border-radius:7px;padding:7px;font-size:12px;cursor:pointer;font-family:inherit}._folderSection_f236b_216{padding:12px 16px;border-bottom:1px solid var(--gray-200)}._sectionLabel_f236b_221{font-size:11px;font-weight:700;color:var(--gray-400);margin-bottom:6px}._sectionLabelUpper_f236b_228{text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}._folderSelect_f236b_235{width:100%;font-size:12px;padding:5px 8px;border-radius:6px;border:1px solid var(--gray-300);font-family:inherit;background:var(--panel-bg);cursor:pointer}._schemaBanner_f236b_247{margin:0 16px 12px;padding:10px 12px;background:var(--amber-50);border:1px solid var(--amber-200);border-radius:8px;font-size:12px;color:var(--amber-800)}._schemaBannerTitle_f236b_257{font-weight:700;margin-bottom:4px}._schemaReprocessBtn_f236b_262{margin-top:6px;font-size:11px;padding:3px 10px;background:var(--amber-600);color:#fff;border:none;border-radius:5px;cursor:pointer;font-family:inherit;font-weight:700}._tagSection_f236b_276,._fullTextSection_f236b_282{padding:12px 16px;border-bottom:1px solid var(--gray-200)}._fullTextHeader_f236b_287{display:flex;align-items:center;margin-bottom:8px}._fullTextLabel_f236b_293{font-size:11px;font-weight:700;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;flex:1}._copyBtn_f236b_302{font-size:10px;padding:2px 7px;border:1px solid var(--gray-300);border-radius:4px;background:var(--panel-bg);cursor:pointer;font-family:inherit}._copyBtnDone_f236b_312{color:var(--green-600)}._copyBtnDefault_f236b_317{color:var(--gray-500)}._fullTextBody_f236b_322{font-size:11px;color:var(--gray-700);line-height:1.7;white-space:pre-wrap;word-break:break-word;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:6px;padding:8px 10px;position:relative}._fullTextCollapsed_f236b_335{max-height:140px;overflow:hidden}._fullTextExpanded_f236b_340{max-height:none;overflow:visible}._fullTextFade_f236b_345{position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,var(--gray-50))}._expandBtn_f236b_354{margin-top:4px;font-size:11px;color:#1a56db;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}._pagesSection_f236b_366{padding:12px 16px}._pageRowWrap_f236b_370{display:flex;flex-direction:column;gap:8px}._pageRow_f236b_370{display:flex;align-items:center;gap:8px}._pageThumb_f236b_382{width:44px;height:56px;border-radius:5px;overflow:hidden;border:1px solid var(--gray-200);flex-shrink:0;background:#f8fafc;display:flex;align-items:center;justify-content:center}._pageThumbImg_f236b_395{width:100%;height:100%;object-fit:cover}._pageThumbPdfIcon_f236b_401{font-size:22px}._pageThumbPlaceholder_f236b_405{font-size:10px;color:#ccc}._pageLabel_f236b_410{font-size:12px;font-weight:600}._pageType_f236b_415{font-size:10px;color:var(--gray-400)}._previewImgPlaceholder_f236b_421{font-size:56px;margin-bottom:8px}._previewImgWrap_f236b_426{display:flex;justify-content:center}._previewImg_f236b_421{max-width:100%;max-height:320px;border-radius:6px;border:1px solid var(--gray-200);box-shadow:0 2px 8px #0000001a}._processingStatus_f236b_439{font-size:11px}._processingStatusStuck_f236b_443{color:var(--red-600)}._processingStatusNormal_f236b_448{color:var(--blue-700)}._overlay_1t7mi_3{position:fixed;inset:0;z-index:9999;background:#0009;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}._popup_1t7mi_14{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:min(92vw,1200px);height:min(88vh,850px);display:flex;flex-direction:column;overflow:hidden}._header_1t7mi_26{padding:10px 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:8px;flex-shrink:0}._extBadge_1t7mi_35{font-size:10px;font-weight:700;padding:1px 5px;border-radius:3px}._extBadgePdf_1t7mi_42{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}._extBadgeImg_1t7mi_48{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}._docNumber_1t7mi_54{font-size:11px;color:#6b7280;font-family:monospace;flex-shrink:0}._docTitle_1t7mi_61{font-weight:700;font-size:14px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._headerBtn_1t7mi_70{background:none;border:1px solid #d1d5db;border-radius:5px;cursor:pointer;color:#6b7280;flex-shrink:0}._rotateBtn_1t7mi_79{font-size:14px;padding:2px 6px}._highlightBtn_1t7mi_85{font-size:11px;padding:2px 8px;font-weight:600;font-family:inherit}._highlightBtnActive_1t7mi_93{background:#eff6ff;border-color:#3b82f6;color:#2563eb}._highlightBtnInactive_1t7mi_99{background:none;border-color:#d1d5db;color:#6b7280}._downloadBtn_1t7mi_105{font-size:13px;padding:2px 8px}._viewInReaderBtn_1t7mi_111{font-size:12px;padding:4px 12px;border-radius:6px;border:1px solid #3b82f6;background:#eff6ff;color:#2563eb;cursor:pointer;font-weight:600;flex-shrink:0}._escHint_1t7mi_123{font-size:10px;color:#b0b8c4;flex-shrink:0}._closeBtn_1t7mi_129{border:none;font-size:22px;cursor:pointer;padding:0 6px;line-height:1;flex-shrink:0;border-radius:6px;transition:all .15s}._contentColumn_1t7mi_141{flex:1;display:flex;flex-direction:column;min-height:0}._contentRow_1t7mi_148{flex:1;display:flex;min-height:0}._noImage_1t7mi_154{flex:1;display:flex;align-items:center;justify-content:center;color:#9ca3af}._sidebar_1t7mi_163{width:290px;flex-shrink:0;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;font-size:12px;color:#374151}._tabRow_1t7mi_173{display:flex;border-bottom:1px solid #e5e7eb;flex-shrink:0}._tabBtn_1t7mi_179{flex:1;padding:7px 0;font-size:12px;font-weight:600;cursor:pointer;border:none;background:none;font-family:inherit}._tabBtnActive_1t7mi_190{border-bottom:2px solid #3b82f6;color:#1d4ed8}._tabBtnInactive_1t7mi_196{border-bottom:2px solid transparent;color:#9ca3af}._infoPanel_1t7mi_202{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}._labelStyle_1t7mi_211{font-size:11px;color:#6b7280;display:block;margin-bottom:2px}._inputField_1t7mi_218{width:100%;font-size:12px;padding:5px 8px;border:1px solid #e5e7eb;border-radius:6px;font-family:inherit;outline:none;box-sizing:border-box;background:#fff;transition:border-color .15s}._textareaField_1t7mi_231{resize:vertical}._divider_1t7mi_236{border-top:1px solid #f3f4f6;padding-top:8px}._tagWrap_1t7mi_242{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}._tag_1t7mi_242{font-size:11px;background:#eff6ff;border-radius:99px;padding:2px 8px 2px 10px;color:#2563eb;display:inline-flex;align-items:center;gap:4px;border:1px solid #bfdbfe}._tagRemove_1t7mi_261{cursor:pointer;font-size:14px;line-height:1;color:#93c5fd}._tagInputRow_1t7mi_268{display:flex;gap:4px}._tagAddBtn_1t7mi_273{padding:4px 10px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:12px;color:#374151}._metaSection_1t7mi_284{border-top:1px solid #f3f4f6;padding-top:8px;display:flex;flex-direction:column;gap:6px}._infoRow_1t7mi_293{display:flex;gap:6px;margin-bottom:5px}._infoLabel_1t7mi_299{font-size:11px;color:#9ca3af;min-width:56px;flex-shrink:0}._infoValue_1t7mi_306{font-size:12px;color:#1e293b;word-break:break-all}._approvalSection_1t7mi_313{border-top:1px solid #e5e7eb;padding-top:10px;margin-top:4px}._approvalLabel_1t7mi_319{font-size:12px;font-weight:700;margin-bottom:6px;display:block;color:#6b7280}._approvalBadgeRow_1t7mi_327{display:flex;align-items:center;gap:6px;margin-bottom:8px}._approvalBadge_1t7mi_327{font-size:11px;font-weight:700;padding:2px 10px;border-radius:99px}._approverName_1t7mi_341{font-size:11px;color:#6b7280}._rejectionBox_1t7mi_346{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:8px;margin-bottom:8px;font-size:11px}._rejectionTitle_1t7mi_355{font-weight:700;color:#991b1b;margin-bottom:2px}._rejectionBody_1t7mi_361{color:#374151}._colGap6_1t7mi_365{display:flex;flex-direction:column;gap:6px}._rowGap6_1t7mi_371{display:flex;gap:6px}._submitBtn_1t7mi_376{width:100%;padding:7px 0;border-radius:6px;border:none;background:#f59e0b;color:#fff;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}._approveBtn_1t7mi_389{flex:1;padding:7px 0;border-radius:6px;border:none;background:#10b981;color:#fff;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}._rejectBtn_1t7mi_402{flex:1;padding:7px 0;border-radius:6px;border:1px solid #fecaca;background:#fff;color:#dc2626;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}._cancelBtn_1t7mi_415{flex:1;padding:6px 0;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:12px;cursor:pointer;font-family:inherit}._rejectConfirmBtn_1t7mi_427{flex:1;padding:6px 0;border-radius:6px;border:none;color:#fff;font-size:12px;font-weight:700;font-family:inherit}._approvedInfo_1t7mi_438{font-size:11px;color:#065f46}._historyDetails_1t7mi_443{margin-top:6px;font-size:11px}._historySummary_1t7mi_448{cursor:pointer;color:#6b7280;font-weight:600}._historyList_1t7mi_454{margin-top:4px;display:flex;flex-direction:column;gap:4px}._historyItem_1t7mi_461{padding:4px 8px;background:#f9fafb;border-radius:4px}._historyItemRow_1t7mi_467{display:flex;justify-content:space-between}._historyItemName_1t7mi_472{font-weight:600}._historyItemTime_1t7mi_476{color:#9ca3af;font-size:10px}._historyItemAction_1t7mi_481{color:#6b7280}._historyItemComment_1t7mi_485{margin-left:4px}._movePanel_1t7mi_490{flex:1;overflow-y:auto;padding:8px}._moveConfirm_1t7mi_496{padding:14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin:0 0 8px}._moveConfirmTitle_1t7mi_504{font-size:13px;font-weight:600;color:#1d4ed8;margin-bottom:6px}._moveConfirmBody_1t7mi_511{font-size:12px;color:#374151;margin-bottom:8px;line-height:1.6}._moveCancelBtn_1t7mi_518{flex:1;padding:6px 0;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:12px;font-family:inherit;color:#374151}._moveDoBtn_1t7mi_530{flex:1;padding:6px 0;border-radius:6px;border:none;background:#2563eb;color:#fff;cursor:pointer;font-size:12px;font-weight:700;font-family:inherit}._saveBar_1t7mi_544{padding:8px 14px;border-top:1px solid #e5e7eb;flex-shrink:0}._saveBtn_1t7mi_550{width:100%;padding:8px 0;border-radius:8px;border:none;background:#2563eb;color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}._pageNav_1t7mi_564{padding:6px 16px;border-top:1px solid #e5e7eb;background:#f8fafc;display:flex;align-items:center;justify-content:center;gap:12px;flex-shrink:0}._pageNavBtn_1t7mi_575{background:#fff;border:1px solid #d1d5db;border-radius:5px;font-size:13px;padding:4px 14px;font-family:inherit}._pageNavLabel_1t7mi_584{font-size:13px;font-weight:700;color:#374151;min-width:60px;text-align:center}._docNav_1t7mi_593{padding:8px 16px;border-top:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;gap:8px;flex-shrink:0}._docNavBtn_1t7mi_603{flex:1;padding:8px 12px;border-radius:8px;font-size:12px;font-family:inherit;display:flex;align-items:center;gap:6px}._docNavBtnActive_1t7mi_614{border:1px solid #d1d5db;background:#fff;cursor:pointer;color:#374151}._docNavBtnDisabled_1t7mi_621{border:1px solid #f3f4f6;background:#fafafa;cursor:default;color:#d1d5db}._docNavBtnLeft_1t7mi_628{text-align:left}._docNavBtnRight_1t7mi_632{text-align:right;justify-content:flex-end}._docNavArrow_1t7mi_637{font-size:16px}._docNavText_1t7mi_641{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._docNavCounter_1t7mi_647{font-size:11px;color:#9ca3af;flex-shrink:0}._selectApprover_1t7mi_654{font-size:11px}._extractedValue_1t7mi_659{font-size:12px;padding:5px 8px;background:var(--gray-50);border:1px solid var(--border);border-radius:6px;color:var(--text);word-break:break-all}._fieldItem_1t7mi_669{cursor:pointer;padding:6px 8px;border-radius:8px;border:2px solid transparent;transition:all .15s ease}._fieldItem_1t7mi_669:hover{background:#3b82f60d;border-color:#3b82f633}._fieldItemSelected_1t7mi_682{background:#3b82f614;border-color:#3b82f680;box-shadow:0 0 0 1px #3b82f633}._overlay_1wc84_11{position:fixed;inset:0;z-index:10000;background:#00000073;display:flex;align-items:center;justify-content:center;animation:_fadeIn_1wc84_1 .15s ease}._dialog_1wc84_22{background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;max-width:420px;width:90%;padding:28px 28px 20px;animation:_scaleIn_1wc84_1 .15s ease;outline:none}._title_1wc84_33{font-family:var(--font-display);font-size:16px;font-weight:700;color:#111827;margin:0 0 8px}._message_1wc84_41{font-size:13px;color:#6b7280;line-height:1.7;margin:0 0 24px}._actions_1wc84_48{display:flex;justify-content:flex-end;gap:8px}._btn_1wc84_54{padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;font-family:inherit;transition:background .15s,opacity .15s}._btnCancel_1wc84_65{background:#f3f4f6;color:#374151}._btnCancel_1wc84_65:hover{background:#e5e7eb}._btnConfirm_1wc84_74{background:#4f46e5;color:#fff}._btnConfirm_1wc84_74:hover{background:#4338ca}._btnDanger_1wc84_83{background:#dc2626;color:#fff}._btnDanger_1wc84_83:hover{background:#b91c1c}@keyframes _fadeIn_1wc84_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleIn_1wc84_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._container_esei5_1{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px}._icon_esei5_10{font-size:56px;margin-bottom:16px;opacity:.4;line-height:1}._title_esei5_17{font-size:15px;font-weight:700;color:#6b7280;margin:0 0 8px}._description_esei5_24{font-size:13px;color:#9ca3af;line-height:1.7;margin:0 0 20px;max-width:300px}._actionBtn_esei5_32{padding:8px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;font-family:inherit;background:#4f46e5;color:#fff;transition:background .15s}._actionBtn_esei5_32:hover{background:#4338ca}._pageRoot_1tgyi_4{display:flex;flex-direction:column;height:100vh;background:#f0f2f5;font-family:inherit}._toolbar_1tgyi_13{background:#fff;border-bottom:1px solid #d1d5db;padding:8px 16px;flex-shrink:0}._searchRow_1tgyi_20{display:flex;justify-content:center;margin-bottom:6px}._searchBoxWrap_1tgyi_26{position:relative;width:100%;max-width:600px}._searchInput_1tgyi_32{width:100%;font-size:16px;padding:10px 40px 10px 16px;border-radius:12px;font-family:inherit;box-sizing:border-box}._searchIcon_1tgyi_41{position:absolute;top:50%;transform:translateY(-50%);font-size:18px;color:#9ca3af;pointer-events:none}._clearSearchBtn_1tgyi_50{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;font-size:16px;line-height:1}._sortBar_1tgyi_64{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._sortLabel_1tgyi_71{font-size:11px;color:#9ca3af}._sortBtn_1tgyi_76{font-size:11px;padding:2px 8px;border-radius:5px;border:1px solid;cursor:pointer;font-family:inherit}._spacer_1tgyi_85{flex:1}._countText_1tgyi_89{font-size:11px;color:#9ca3af}._searchingHint_1tgyi_94{margin-left:4px;color:#6366f1}._aiSearchBadge_1tgyi_99{font-size:10px;background:#e0e7ff;color:#4338ca;border-radius:99px;padding:1px 6px;font-weight:700}._viewToggle_1tgyi_109{display:flex;gap:1px;background:#f3f4f6;border-radius:5px;padding:2px}._reloadBtn_1tgyi_117{font-size:11px;padding:3px 8px;border:1px solid #d1d5db;border-radius:5px;background:#fff;cursor:pointer;font-family:inherit}._retryBtn_1tgyi_127{font-size:11px;padding:3px 8px;border:1px solid #fca5a5;border-radius:5px;background:#fef2f2;color:#dc2626;cursor:pointer;font-family:inherit}._leftPanel_1tgyi_139{width:100%;height:100%;background:#fff;padding:8px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}._newFolderBtn_1tgyi_150{margin-top:8px;padding:6px 12px;font-size:12px;border:1.5px dashed #d1d5db;border-radius:6px;background:none;cursor:pointer;color:#6b7280;font-family:inherit;width:100%;text-align:left}._renameWrap_1tgyi_164{padding:4px 0}._renameInput_1tgyi_168{width:100%;font-size:12px;padding:4px 8px;border:1.5px solid #6366f1;border-radius:4px;font-family:inherit;box-sizing:border-box}._centerPanel_1tgyi_179{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}._breadcrumbBar_1tgyi_188{display:flex;align-items:center;border-bottom:1px solid #e5e7eb;background:#fafbfc}._navBtnGroup_1tgyi_195{display:flex;align-items:center;gap:2px;padding-left:8px;flex-shrink:0}._navBtn_1tgyi_195{background:none;border:none;font-size:16px;padding:2px 4px;border-radius:4px;line-height:1}._childFolderToggle_1tgyi_212{font-size:11px;padding:3px 10px;margin-right:12px;border:1px solid #d1d5db;border-radius:5px;cursor:pointer;font-family:inherit;white-space:nowrap}._trashBar_1tgyi_224{padding:6px 16px;background:#fef2f2;border-bottom:1px solid #fecaca;display:flex;align-items:center;gap:8px;font-size:13px}._trashLabel_1tgyi_234{font-weight:700;color:#dc2626}._emptyTrashBtn_1tgyi_239{font-size:12px;padding:4px 12px;background:#dc2626;color:#fff;border:none;border-radius:5px;cursor:pointer;font-family:inherit;font-weight:600}._selectionBar_1tgyi_252{padding:6px 16px;background:#eff6ff;border-bottom:1px solid #bfdbfe;display:flex;align-items:center;gap:8px;font-size:13px}._selectionCount_1tgyi_262{font-weight:700;color:#1d4ed8}._moveBtn_1tgyi_267{font-size:12px;padding:4px 12px;background:#1a56db;color:#fff;border:none;border-radius:5px;cursor:pointer;font-family:inherit;font-weight:600}._bulkDeleteBtn_1tgyi_279{font-size:12px;padding:4px 12px;background:#fee2e2;color:#dc2626;border:1px solid #fca5a5;border-radius:5px;cursor:pointer;font-family:inherit;font-weight:600}._deselectBtn_1tgyi_291{font-size:12px;padding:4px 12px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:5px;cursor:pointer;font-family:inherit}._selectionHint_1tgyi_301{font-size:11px;color:#9ca3af;margin-left:auto}._contentArea_1tgyi_308{flex:1;overflow-y:auto;padding:16px}._childFoldersGrid_1tgyi_315{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:4px;margin-bottom:16px}._childFolderCard_1tgyi_322{display:flex;flex-direction:column;align-items:center;padding:8px 6px 6px;border-radius:8px;cursor:pointer;background:#f8fafc;border:2px solid #e5e7eb;user-select:none;transition:all .15s}._childFolderIcon_1tgyi_335{font-size:40px;margin-bottom:4px}._childFolderName_1tgyi_340{font-size:12px;font-weight:600;color:#374151;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}._childFolderCount_1tgyi_351{font-size:10px;color:#9ca3af;margin-top:2px}._emptyPreview_1tgyi_358{width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#d1d5db}._emptyPreviewIcon_1tgyi_369{font-size:48px;margin-bottom:8px;opacity:.3}._emptyPreviewText_1tgyi_375{font-size:13px;color:#9ca3af}._statusBar_1tgyi_381{background:#f9fafb;border-top:1px solid #e5e7eb;padding:4px 16px;font-size:11px;color:#6b7280;display:flex;gap:20px;flex-shrink:0}._statusError_1tgyi_392{color:#dc2626}._statusSelected_1tgyi_396{margin-left:auto}._page_h0w6w_3{display:flex;flex-direction:column;height:100vh;font-family:inherit;background:#f8f9fb}._pageHeader_h0w6w_11{padding:16px 24px 0;background:#f8f9fb;position:relative}._pageTitle_h0w6w_17{font-family:var(--font-display);font-size:20px;font-weight:700;color:#1e293b;margin:0}._pageDesc_h0w6w_25{font-size:13px;color:#64748b;margin:4px 0 0}._contentRow_h0w6w_31{display:flex;flex:1;overflow:hidden;position:relative}._mobileToggleBtn_h0w6w_39{position:absolute;top:8px;left:8px;z-index:30;width:36px;height:36px;border-radius:8px;border:1px solid #d1d5db;background:#fff;box-shadow:0 2px 8px #0000001a;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}._mobileOverlay_h0w6w_57{position:absolute;inset:0;background:#0000004d;z-index:19}._sidebar_h0w6w_65{width:220px;flex-shrink:0;background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;display:flex;flex-direction:column}._sidebarMobile_h0w6w_75{position:absolute;top:0;left:0;bottom:0;z-index:20;transition:transform .2s ease}._sidebarMobileOpen_h0w6w_84{transform:translate(0);box-shadow:4px 0 16px #0000001a}._sidebarMobileClosed_h0w6w_89{transform:translate(-100%);box-shadow:none}._sideSection_h0w6w_95{padding:12px 14px;border-bottom:1px solid #f0f0f0}._sideSectionTitle_h0w6w_100{font-size:10px;font-weight:700;color:#9ca3af;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}._presetRow_h0w6w_110{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:8px}._presetBtn_h0w6w_117{font-size:11px;padding:3px 8px;border-radius:4px;border:1px solid;cursor:pointer;font-family:inherit}._presetBtnActive_h0w6w_126{border-color:#1a73e8;background:#eff6ff;color:#1d4ed8}._presetBtnInactive_h0w6w_132{border-color:#d1d5db;background:#fff;color:#374151}._inputColumn_h0w6w_138{display:flex;flex-direction:column;gap:5px}._templateColumn_h0w6w_144{display:flex;flex-direction:column;gap:4px}._inputStyle_h0w6w_151{display:block;width:100%;font-size:12px;padding:4px 6px;border:1px solid #d1d5db;border-radius:4px;font-family:inherit;box-sizing:border-box}._templateBtn_h0w6w_163{width:100%;text-align:left;padding:5px 9px;font-size:12px;border-radius:4px;border:1px solid;cursor:pointer;font-family:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._templateBtnActive_h0w6w_177{border-color:#1a73e8;background:#eff6ff;color:#1d4ed8}._templateBtnInactive_h0w6w_183{border-color:#e5e7eb;background:#fff;color:#374151}._pivotHint_h0w6w_190{margin-top:8px;padding:8px 10px;border-radius:6px;background:#f0fdf4;border:1px solid #bbf7d0;font-size:11px;color:#166534;line-height:1.5}._marginTop8_h0w6w_201{margin-top:8px}._exportWrap_h0w6w_206{padding:14px 14px 18px;margin-top:auto}._exportBtn_h0w6w_211{width:100%;padding:10px 0;font-size:13px;font-weight:700;background:linear-gradient(135deg,#1a73e8,#0d47a1);color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit}._exportHint_h0w6w_224{font-size:10px;color:#9ca3af;margin-top:6px;text-align:center}._mainArea_h0w6w_232{flex:1;display:flex;flex-direction:column;overflow:hidden}._tabBar_h0w6w_240{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:0;flex-shrink:0;align-items:stretch;overflow-x:auto}._tabBtn_h0w6w_250{font-size:13px;background:none;border:none;cursor:pointer;font-family:inherit;transition:all .15s}._tabBtnActive_h0w6w_259{font-weight:700;color:#1a73e8;border-bottom:2px solid #1a73e8}._tabBtnInactive_h0w6w_265{font-weight:500;color:#6b7280;border-bottom:2px solid transparent}._activeViewBadge_h0w6w_272{font-size:11px;color:#1d4ed8;align-self:center;margin-left:12px;font-weight:600;background:#eff6ff;padding:3px 10px;border-radius:4px;display:flex;align-items:center;gap:6px}._activeViewCloseBtn_h0w6w_286{border:none;background:none;cursor:pointer;color:#93c5fd;font-size:12px;padding:0;line-height:1}._saveLoadArea_h0w6w_297{margin-left:auto;display:flex;align-items:center;gap:6px;position:relative;flex-shrink:0}._overwriteBtn_h0w6w_306{font-size:11px;padding:5px 10px;border:1px solid #d1d5db;border-radius:5px;background:#fff;color:#374151;cursor:pointer;font-family:inherit}._saveInputRow_h0w6w_317{display:flex;gap:4px;align-items:center}._saveNameInput_h0w6w_323{font-size:11px;padding:4px 8px;border:1px solid #1a73e8;border-radius:4px;width:130px;font-family:inherit;outline:none}._saveConfirmBtn_h0w6w_333{font-size:11px;padding:4px 10px;border:1px solid #1a73e8;border-radius:4px;background:#1a73e8;color:#fff;cursor:pointer;font-family:inherit;font-weight:600}._saveCancelBtn_h0w6w_345{font-size:11px;padding:4px 6px;border:none;background:none;color:#9ca3af;cursor:pointer}._saveSettingsBtn_h0w6w_354{font-size:11px;padding:5px 10px;border:1px solid #1a73e8;border-radius:5px;background:#eff6ff;color:#1d4ed8;cursor:pointer;font-family:inherit;font-weight:600}._myListBtnWrap_h0w6w_366{position:relative}._myListBtn_h0w6w_366{font-size:11px;padding:5px 10px;border:1px solid #d1d5db;border-radius:5px;color:#374151;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:4px}._myListCount_h0w6w_383{background:#1a73e8;color:#fff;border-radius:99px;padding:0 5px;font-size:9px;font-weight:700}._summaryBar_h0w6w_393{background:#fff;border-bottom:1px solid #e5e7eb;padding:8px 16px;display:flex;gap:10px;align-items:center;flex-wrap:wrap;flex-shrink:0}._summaryCard_h0w6w_404{display:flex;align-items:center;gap:6px;padding:3px 10px;border-radius:5px;background:#f8f9fb;border:1px solid #e5e7eb}._summaryCardLabel_h0w6w_414{font-size:10px;color:#9ca3af}._summaryCardValue_h0w6w_419{font-size:13px;font-weight:700}._dividerVert_h0w6w_424{width:1px;height:22px;background:#e5e7eb;margin:0 4px}._searchInput_h0w6w_431{font-size:12px;padding:5px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;width:160px}._selectAllBtn_h0w6w_440,._deselectAllBtn_h0w6w_440{font-size:11px;padding:4px 10px;border:1px solid #d1d5db;border-radius:5px;cursor:pointer;font-family:inherit;background:#fff;color:#374151;white-space:nowrap}._selectAllBtn_h0w6w_440:hover{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}._deselectAllBtn_h0w6w_440:hover{background:#fef2f2;border-color:#ef4444;color:#dc2626}._filterRow_h0w6w_454{display:flex;gap:2px}._filterBtn_h0w6w_459{font-size:11px;padding:4px 10px;border-radius:4px;border:1px solid;cursor:pointer;font-family:inherit}._filterBtnActive_h0w6w_468{border-color:#1a73e8;background:#eff6ff;color:#1d4ed8}._filterBtnInactive_h0w6w_474{border-color:#d1d5db;background:#fff;color:#6b7280}._loadingText_h0w6w_480{font-size:12px;color:#9ca3af}._tableArea_h0w6w_486{flex:1;overflow:auto;padding:16px}._labeledInputLabel_h0w6w_493{font-size:11px;color:#6b7280;display:block;margin-bottom:3px}._customItemLabel_h0w6w_501{font-size:11px;color:#6b7280;display:block;margin-bottom:4px}._customItemRow_h0w6w_508{display:flex;gap:4px}._customItemInput_h0w6w_513{flex:1;font-size:11px;padding:4px 6px;border:1px solid #d1d5db;border-radius:4px;font-family:inherit;box-sizing:border-box}._customItemAddBtn_h0w6w_523{font-size:11px;padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;font-family:inherit;white-space:nowrap;color:#374151}._customItemTags_h0w6w_535{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}._customItemTag_h0w6w_535{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:99px;background:#eff6ff;border:1px solid #bfdbfe;font-size:10px;color:#1d4ed8}._customItemRemoveBtn_h0w6w_554{border:none;background:none;cursor:pointer;color:#93c5fd;font-size:12px;padding:0;line-height:1}._drillOverlay_h0w6w_565{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center}._drillBackdrop_h0w6w_574{position:absolute;inset:0;background:#00000080}._drillPopup_h0w6w_580{position:relative;background:#fff;border-radius:12px;width:560px;max-height:75vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}._drillHeader_h0w6w_591{background:linear-gradient(135deg,#1a73e8,#0d47a1);border-radius:12px 12px 0 0;padding:12px 18px;display:flex;align-items:center;gap:10px}._drillTitle_h0w6w_600{color:#fff;font-weight:700;font-size:14px;flex:1}._drillCloseBtn_h0w6w_607{background:none;border:none;color:#fff;font-size:18px;cursor:pointer}._drillBody_h0w6w_615{overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}._drillEmpty_h0w6w_623{color:#9ca3af;font-size:13px;text-align:center;padding:20px}._drillCard_h0w6w_630{border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;background:#fafafa}._drillCardHeader_h0w6w_637{display:flex;align-items:center;gap:10px;margin-bottom:4px}._drillCardDate_h0w6w_644{font-weight:700;font-size:13px;color:#1d4ed8}._drillCardConfirmed_h0w6w_650{font-size:10px;background:#d1fae5;color:#065f46;border-radius:99px;padding:1px 7px;font-weight:600}._drillCardBody_h0w6w_659{font-size:12px;color:#374151}._drillCardSite_h0w6w_664{margin-right:12px}._drillCardNotes_h0w6w_668{font-size:11px;color:#6b7280;margin-top:4px}._drillFooter_h0w6w_674{padding:10px 16px;border-top:1px solid #e5e7eb;text-align:right}._drillFooterBtn_h0w6w_680{font-size:12px;padding:6px 18px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-family:inherit}._loadingText_1vndk_1{font-size:12px;color:#9ca3af;margin-bottom:8px}._tableWrap_1vndk_7{overflow-x:auto;border:1px solid #d0d7de;border-radius:4px;box-shadow:0 1px 3px #00000014}._table_1vndk_7{border-collapse:collapse;font-size:12px;min-width:max-content;background:#fff}._footerText_1vndk_21{font-size:11px;color:#9ca3af;margin-top:8px}._dowLabel_1vndk_27{font-size:9px;font-weight:400}._loadingText_6urs8_1{font-size:12px;color:#9ca3af;margin-bottom:8px}._sortInfo_6urs8_7{font-size:11px;color:#9ca3af;margin-bottom:8px;display:flex;gap:16px}._sortActive_6urs8_15{color:#1a73e8;font-weight:600}._sortResetBtn_6urs8_20{margin-left:6px;font-size:10px;border:none;background:none;color:#9ca3af;cursor:pointer}._tableWrap_6urs8_29{overflow-x:auto;border:1px solid #d0d7de;border-radius:4px;box-shadow:0 1px 3px #00000014}._table_6urs8_29{border-collapse:collapse;font-size:12px;min-width:max-content;background:#fff}._sortIcon_6urs8_43{display:flex;align-items:center;gap:4px}._emptyCell_6urs8_49{color:#e5e7eb}._footerText_6urs8_53{font-size:11px;color:#9ca3af;margin-top:8px}._overlay_1h1wn_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._dialog_1h1wn_13{background:#fff;border-radius:12px;width:520px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 40px #0000002e}._header_1h1wn_24{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center}._headerTitle_1h1wn_31{font-weight:700;font-size:15px}._closeBtn_1h1wn_36{margin-left:auto;background:none;border:none;cursor:pointer;font-size:18px;color:#9ca3af}._body_1h1wn_45{flex:1;overflow-y:auto;padding:20px}._loadingText_1h1wn_51{color:#9ca3af;font-size:13px}._label_1h1wn_56{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}._labelWithMargin_1h1wn_64{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px;margin-top:20px}._input_1h1wn_73{width:100%;font-size:13px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;box-sizing:border-box}._eventList_1h1wn_83{display:flex;flex-direction:column;gap:6px;margin-top:4px}._eventLabel_1h1wn_90{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#374151}._eventId_1h1wn_99{font-size:11px;color:#9ca3af}._infoBox_1h1wn_104{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:10px 14px;font-size:12px;color:#0369a1;margin-top:20px}._footer_1h1wn_114{padding:12px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}._testBtn_1h1wn_122{font-size:13px;padding:7px 16px;border:1px solid #d1d5db;border-radius:7px;background:#fff;font-family:inherit;color:#374151}._footerRight_1h1wn_132{display:flex;gap:8px}._cancelBtn_1h1wn_137{font-size:13px;padding:7px 20px;border:1px solid #d1d5db;border-radius:7px;background:#fff;cursor:pointer;font-family:inherit}._saveBtn_1h1wn_147{font-size:13px;padding:7px 20px;border:none;border-radius:7px;background:#4f46e5;color:#fff;cursor:pointer;font-family:inherit;font-weight:600}._overlay_4w6bf_3{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_4w6bf_13{background:var(--panel-bg);border-radius:12px;width:780px;max-width:95vw;height:70vh;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 40px #0000002e}._header_4w6bf_26{padding:16px 20px;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;justify-content:space-between}._headerTitle_4w6bf_34{font-family:var(--font-display);font-size:16px;font-weight:700}._closeBtn_4w6bf_40{background:none;border:none;cursor:pointer;font-size:18px;color:var(--gray-400)}._loadingState_4w6bf_48{padding:40px;text-align:center;color:var(--gray-400);font-size:13px}._contentArea_4w6bf_55{flex:1;display:flex;min-height:0}._leftPane_4w6bf_61{width:220px;border-right:1px solid var(--gray-200);overflow-y:auto;padding:8px}._folderLabel_4w6bf_68{font-size:11px;font-weight:600;color:var(--gray-400);padding:4px 12px;text-transform:uppercase;letter-spacing:.5px}._folderItem_4w6bf_77{padding:8px 12px;border-radius:6px;cursor:pointer;font-size:13px;margin-bottom:2px}._folderItemSelected_4w6bf_85{background:var(--blue-50);color:var(--blue-700);font-weight:600}._folderItemDefault_4w6bf_91{background:transparent;color:var(--gray-700);font-weight:400}._rightPane_4w6bf_97{flex:1;overflow-y:auto;padding:16px}._emptyState_4w6bf_103{text-align:center;color:var(--gray-400);padding:40px}._emptyIcon_4w6bf_109{font-size:40px;margin-bottom:8px;opacity:.3}._emptyText_4w6bf_115{font-size:13px}._emptySubtext_4w6bf_119{font-size:11px;margin-top:8px;color:var(--gray-300)}._folderRow_4w6bf_126{padding:6px 12px;border-radius:6px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:4px}._folderRowSelected_4w6bf_136{background:var(--blue-50);color:var(--blue-700);font-weight:600}._folderRowDefault_4w6bf_142{background:transparent;color:var(--gray-700);font-weight:400}._expandToggle_4w6bf_148{font-size:10px;color:var(--gray-400);width:14px;text-align:center;flex-shrink:0}._expandSpacer_4w6bf_156{width:14px;flex-shrink:0}._folderName_4w6bf_161{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._permDot_4w6bf_168{width:6px;height:6px;border-radius:50%;background:var(--indigo-600);flex-shrink:0}._editorTitle_4w6bf_177{font-size:15px;font-weight:700;color:var(--gray-900);margin:0 0 16px;display:flex;align-items:center;gap:8px}._emptyPerms_4w6bf_187{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:20px 16px;text-align:center;color:var(--gray-400);font-size:13px;margin-bottom:16px}._permList_4w6bf_198{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._permCard_4w6bf_205{border-radius:8px;padding:10px 14px;display:flex;align-items:center;gap:10px}._permCardTarget_4w6bf_213{flex:1}._permCardTargetName_4w6bf_217{font-size:13px;font-weight:600;color:var(--gray-700)}._targetTypeUser_4w6bf_223{color:#6366f1;margin-right:4px}._targetTypeGroup_4w6bf_228{color:var(--cyan-600);margin-right:4px}._targetTypeRole_4w6bf_233{color:var(--orange-600);margin-right:4px}._targetTypeAll_4w6bf_238{color:var(--green-600);margin-right:4px}._inheritRow_4w6bf_243{font-size:11px;color:var(--gray-400);margin-top:2px;display:flex;align-items:center;gap:8px}._inheritLabel_4w6bf_252{display:flex;align-items:center;gap:4px;cursor:pointer}._accentCheckbox_4w6bf_259{accent-color:var(--indigo-600)}._permSelect_4w6bf_263{padding:5px 8px;font-size:12px;border-radius:6px;font-family:inherit;background:var(--panel-bg);font-weight:600;cursor:pointer}._deleteBtn_4w6bf_273{background:none;border:1px solid #fca5a5;border-radius:5px;color:var(--red-500);font-size:12px;padding:3px 10px;font-family:inherit}._deleteBtnDisabled_4w6bf_283{cursor:not-allowed}._deleteBtnEnabled_4w6bf_287{cursor:pointer}._addPermBox_4w6bf_292{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px;padding:14px}._addPermTitle_4w6bf_299{font-size:13px;font-weight:600;color:var(--gray-700);margin-bottom:10px}._addPermFields_4w6bf_306{display:flex;flex-direction:column;gap:10px}._addPermRow_4w6bf_312{display:flex;gap:8px;align-items:center}._addLabel_4w6bf_318{font-size:12px;font-weight:600;color:var(--gray-500);width:36px;flex-shrink:0}._addSelect_4w6bf_326{padding:5px 8px;font-size:12px;border:1px solid var(--gray-300);border-radius:6px;font-family:inherit;background:var(--panel-bg);color:var(--gray-700);cursor:pointer}._addSelectFlex_4w6bf_337{flex:1}._inheritCheckLabel_4w6bf_342{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--gray-500);cursor:pointer;white-space:nowrap}._addSubmitBtn_4w6bf_352{font-size:13px;padding:6px 16px;border:none;border-radius:6px;background:var(--indigo-600);color:#fff;cursor:pointer;font-family:inherit;font-weight:600;white-space:nowrap}._groupDetails_4w6bf_366{margin:0 0 12px;padding:8px 12px;background:var(--gray-50);border-radius:8px;border:1px solid var(--gray-200)}._groupSummary_4w6bf_374{cursor:pointer;font-size:13px;font-weight:600;color:var(--gray-700)}._groupContent_4w6bf_381{margin-top:10px;display:flex;flex-direction:column;gap:8px}._groupCard_4w6bf_388{background:var(--panel-bg);border:1px solid var(--gray-200);border-radius:6px;padding:8px 10px}._groupEditCol_4w6bf_395{display:flex;flex-direction:column;gap:6px}._groupEditInput_4w6bf_401{width:100%}._memberLabel_4w6bf_406{font-size:11px;color:var(--gray-500);font-weight:600}._memberChips_4w6bf_412{display:flex;flex-wrap:wrap;gap:4px}._memberChip_4w6bf_412{font-size:11px;padding:2px 8px;border-radius:12px;cursor:pointer;font-family:inherit}._memberChipSelected_4w6bf_426{border:1px solid var(--indigo-600);background:var(--indigo-50);color:var(--indigo-600)}._memberChipDefault_4w6bf_432{border:1px solid var(--gray-300);background:var(--panel-bg);color:var(--gray-500)}._groupEditActions_4w6bf_438{display:flex;gap:6px;justify-content:flex-end}._groupBtn_4w6bf_444{font-size:11px;padding:3px 10px;border-radius:5px;border:none;cursor:pointer;font-family:inherit;font-weight:600}._groupBtnCancel_4w6bf_454{background:var(--gray-100);color:var(--gray-700)}._groupBtnSave_4w6bf_460{background:var(--indigo-600);color:#fff}._groupBtnEdit_4w6bf_466{background:var(--gray-100);color:var(--gray-700)}._groupBtnDelete_4w6bf_472{background:var(--red-50);color:var(--red-500)}._groupViewRow_4w6bf_478{display:flex;align-items:center;gap:8px}._groupViewInfo_4w6bf_484{flex:1}._groupViewName_4w6bf_488{font-size:13px;font-weight:600;color:var(--gray-700)}._groupViewMembers_4w6bf_494{font-size:11px;color:var(--gray-400);margin-top:2px}._newGroupCard_4w6bf_500{background:var(--panel-bg);border:1px dashed var(--gray-300);border-radius:6px;padding:8px 10px}._newGroupTitle_4w6bf_507{font-size:12px;font-weight:600;color:var(--gray-700);margin-bottom:6px}._newGroupCol_4w6bf_514{display:flex;flex-direction:column;gap:6px}._newGroupCreateBtn_4w6bf_520{background:var(--indigo-600);color:#fff;align-self:flex-end}._page_ywm1k_3{display:flex;flex-direction:column;height:100vh;background:#f8f9fb;font-family:inherit}._main_ywm1k_11{flex:1;overflow:auto;padding:32px 48px}._title_ywm1k_17{font-family:var(--font-display);font-size:22px;font-weight:800;color:#111827;margin:0 0 4px}._subtitle_ywm1k_25{font-size:13px;color:#6b7280;margin:0 0 20px}._tabBar_ywm1k_33{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid #e5e7eb}._tabBtn_ywm1k_40{padding:10px 24px;font-size:14px;background:none;border:none;margin-bottom:-2px;cursor:pointer;font-family:inherit;font-weight:500;color:#6b7280;border-bottom:2px solid transparent}._tabBtnActive_ywm1k_53{font-weight:700;color:var(--accent);border-bottom:2px solid var(--accent)}._savingHint_ywm1k_60{font-size:10px;color:#9ca3af;margin-left:6px}._manageContent_ywm1k_68{max-width:1100px}._linkCardGrid_ywm1k_72{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;margin-bottom:32px}._prefsLayout_ywm1k_81{display:flex;gap:0;max-width:900px}._prefsNav_ywm1k_87{width:180px;flex-shrink:0;border-right:1px solid #e5e7eb;padding-right:0;margin-right:0}._prefsNavBtn_ywm1k_95{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;border:none;background:transparent;color:#4b5563;font-weight:500;font-size:13px;cursor:pointer;font-family:inherit;border-radius:6px 0 0 6px;text-align:left;transition:all .12s}._prefsNavBtnActive_ywm1k_113{background:var(--accent-light);color:var(--accent);font-weight:700}._prefsNavIcon_ywm1k_120{font-size:15px}._prefsContent_ywm1k_124{flex:1;padding-left:32px;min-height:400px}._settingsSection_ywm1k_132{margin-bottom:28px}._settingsSectionTitle_ywm1k_136{font-size:15px;font-weight:700;color:#374151;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}._settingsSectionBody_ywm1k_145{display:flex;flex-direction:column;gap:2px}._prefsPanelTitle_ywm1k_153{font-size:16px;font-weight:700;color:#111827;margin:0 0 16px}._prefsPanelBody_ywm1k_160{display:flex;flex-direction:column;gap:2px}._toggleRow_ywm1k_168{display:flex;align-items:center;padding:10px 0;gap:12px}._toggleLabel_ywm1k_175{flex:1}._toggleLabelText_ywm1k_179{font-size:13px;font-weight:600;color:#374151}._toggleDescription_ywm1k_185{font-size:11px;color:#9ca3af;margin-top:2px}._toggle_ywm1k_168{width:44px;height:24px;border-radius:12px;border:none;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0}._toggleOn_ywm1k_202{background:var(--accent)}._toggleOff_ywm1k_207{background:#d1d5db}._toggleKnob_ywm1k_212{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;transition:left .2s;box-shadow:0 1px 3px #0003}._toggleKnobOn_ywm1k_223{left:22px}._toggleKnobOff_ywm1k_228{left:2px}._selectRow_ywm1k_235{display:flex;align-items:center;padding:10px 0;gap:12px}._selectLabel_ywm1k_242{flex:1;font-size:13px;font-weight:600;color:#374151}._selectInput_ywm1k_249{padding:6px 10px;font-size:12px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;background:#fff;color:#374151;cursor:pointer}._linkButton_ywm1k_262{display:block;width:100%;text-align:left;padding:10px 14px;font-size:13px;font-weight:600;color:var(--accent);background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;font-family:inherit}._linkCard_ywm1k_72{background:#fff;border-radius:12px;padding:20px 20px 16px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:14px;cursor:pointer;font-family:inherit;text-align:left;transition:box-shadow .15s,border-color .15s;width:100%}._linkCardDisabled_ywm1k_295{cursor:default;opacity:.5}._linkCardIcon_ywm1k_301{font-size:28px;flex-shrink:0}._linkCardContent_ywm1k_306{flex:1;min-width:0}._linkCardTitle_ywm1k_311{font-size:14px;font-weight:700;color:#111827}._linkCardTitleDisabled_ywm1k_317{color:#9ca3af}._linkCardDesc_ywm1k_322{font-size:12px;color:#9ca3af;margin-top:2px}._linkCardArrow_ywm1k_328{font-size:16px;color:#c7d2fe;flex-shrink:0}._linkCardDisabledLabel_ywm1k_334{font-size:10px;color:#cbd5e1;font-weight:500;flex-shrink:0}._hintText_ywm1k_343{font-size:12px;color:#6b7280}._hintTextPadded_ywm1k_348{padding:8px 0}._sectionSubtitle_ywm1k_353{font-weight:700;font-size:13px;color:#374151;margin-bottom:4px}._divider_ywm1k_360{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}._dividerLg_ywm1k_366{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}._notifCol_ywm1k_374{display:flex;flex-direction:column;gap:0}._loadingText_ywm1k_380{font-size:12px;color:#9ca3af}._savingText_ywm1k_385{font-size:11px;color:#9ca3af;margin-top:4px}._radioRow_ywm1k_391{padding:10px 0}._radioLabel_ywm1k_395{font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}._radioGroup_ywm1k_402{display:flex;gap:16px}._radioOption_ywm1k_407{font-size:12px;cursor:pointer;display:flex;align-items:center;gap:4px}._btnOutline_ywm1k_415{align-self:flex-start;padding:6px 16px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:12px;font-family:inherit;margin-top:4px;margin-bottom:8px}._btnOutlineSm_ywm1k_428{margin-top:8px;padding:6px 16px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:12px;font-family:inherit}._slackSection_ywm1k_441{border-top:1px solid #e5e7eb;padding-top:12px;margin-top:8px}._slackField_ywm1k_447{margin-bottom:12px}._slackLabel_ywm1k_451{font-size:12px;font-weight:600;display:block;margin-bottom:4px;color:#374151}._slackInput_ywm1k_459{width:100%;font-size:12px;padding:7px 10px;border:1.5px solid #d1d5db;border-radius:6px;font-family:inherit;box-sizing:border-box}._slackHint_ywm1k_469{font-size:10px;color:#9ca3af;margin-top:4px}._modalOverlay_ywm1k_477{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._apiModal_ywm1k_487{background:#fff;border-radius:12px;width:560px;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 40px #0000002e}._apiModalHeader_ywm1k_498{padding:16px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center}._apiModalTitle_ywm1k_505{font-weight:700;font-size:15px}._apiModalClose_ywm1k_510{margin-left:auto;background:none;border:none;cursor:pointer;font-size:18px;color:#9ca3af}._apiModalBody_ywm1k_519{flex:1;overflow-y:auto;padding:16px 20px}._apiInfoBox_ywm1k_525{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:10px 14px;font-size:12px;color:#0369a1;margin-bottom:16px}._apiCreateRow_ywm1k_535{display:flex;gap:8px;margin-bottom:16px}._apiInput_ywm1k_541{flex:1;font-size:13px;padding:7px 10px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit}._apiCreateBtn_ywm1k_550{font-size:13px;padding:7px 16px;background:#1a56db;color:#fff;border:none;border-radius:6px;cursor:pointer;font-family:inherit;font-weight:600}._apiWarningBox_ywm1k_562{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:10px 14px;font-size:12px;color:#92400e;margin-bottom:16px}._apiKeyDisplay_ywm1k_572{margin-top:8px;display:flex;gap:8px;align-items:center}._apiKeyCode_ywm1k_579{flex:1;background:#fff;padding:4px 8px;border-radius:4px;border:1px solid #fde68a;font-size:11px;word-break:break-all}._apiCopyBtn_ywm1k_589{font-size:11px;padding:4px 10px;background:#d97706;color:#fff;border:none;border-radius:5px;cursor:pointer;font-family:inherit;flex-shrink:0}._apiDismissBtn_ywm1k_601{margin-top:6px;font-size:11px;background:none;border:none;color:#92400e;cursor:pointer;text-decoration:underline}._apiKeyList_ywm1k_611{display:flex;flex-direction:column;gap:8px}._apiKeyItem_ywm1k_617{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 14px;display:flex;align-items:center;gap:10px}._apiKeyItemContent_ywm1k_627{flex:1}._apiKeyName_ywm1k_631{font-weight:600;font-size:13px}._apiKeyMeta_ywm1k_636{font-size:11px;color:#9ca3af;margin-top:2px}._apiKeyMetaCode_ywm1k_642{background:#f3f4f6;padding:1px 5px;border-radius:3px}._apiDeleteBtn_ywm1k_648{background:none;border:1px solid #fca5a5;border-radius:5px;color:#ef4444;cursor:pointer;font-size:12px;padding:3px 10px;font-family:inherit}._apiModalFooter_ywm1k_659{padding:12px 20px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}._apiCloseBtn_ywm1k_666{font-size:13px;padding:7px 20px;border:1px solid #d1d5db;border-radius:7px;background:#fff;cursor:pointer;font-family:inherit}._emptyText_ywm1k_676{color:#9ca3af;font-size:13px}._hintSmall_ywm1k_681{font-size:12px;color:#6b7280;margin-bottom:8px}._page_19517_3{min-height:100vh;background:#f0f2f5}._container_19517_8{max-width:1200px;margin:0 auto;padding:24px 20px}._header_19517_14{margin-bottom:20px}._headerTitle_19517_18{font-family:var(--font-display);font-size:22px;font-weight:700;color:#1e293b;margin:0}._headerDesc_19517_26{font-size:13px;color:var(--text-muted);margin:4px 0 0}._tabBar_19517_34{display:flex;gap:2px;margin-bottom:20px;border-bottom:2px solid var(--border)}._tabBtn_19517_41{padding:10px 20px;border:none;background:none;font-size:14px;margin-bottom:-2px;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:6px;font-weight:500;color:var(--text-muted);border-bottom:2px solid transparent}._tabBtnActive_19517_57{font-weight:700;color:var(--accent);border-bottom:2px solid var(--accent)}._card_19517_66{background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 1px 3px #0000000a}._toolbar_19517_73{padding:14px 20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:10px}._toolbarSpaceBetween_19517_81{justify-content:space-between}._searchInput_19517_88{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-family:inherit;background:#f8fafc}._input_19517_98{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;box-sizing:border-box}._inputSm_19517_108{flex:1;padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-family:inherit}._select_19517_117{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-family:inherit;background:#fff}._selectSm_19517_127{padding:6px 8px;border:1px solid var(--border);border-radius:6px;font-size:12px;color:var(--text-muted);font-family:inherit;background:#fff}._selectFull_19517_137{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit;box-sizing:border-box}._btnPrimary_19517_149{padding:8px 16px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}._btnSecondary_19517_162{padding:9px 20px;border-radius:8px;border:1px solid var(--border);background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}._btnDanger_19517_174{padding:9px 16px;border-radius:8px;border:1px solid #fca5a5;background:#fff;color:var(--danger);font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}._btnDangerFull_19517_186{width:100%;padding:9px 0}._btnClose_19517_192{background:none;border:none;font-size:18px;cursor:pointer;color:#94a3b8}._btnRemove_19517_200{background:none;border:none;font-size:12px;color:var(--danger);cursor:pointer;padding:4px 8px}._btnCancelSm_19517_209{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--text-muted);font-size:13px;cursor:pointer;font-family:inherit}._table_19517_222{width:100%;border-collapse:collapse}._th_19517_227{text-align:left;font-size:11px;font-weight:600;color:#94a3b8;padding:10px 14px;text-transform:uppercase}._theadRow_19517_236{border-bottom:1px solid var(--border)}._tableRow_19517_240{border-bottom:1px solid #f8fafc;cursor:pointer;transition:background .1s}._tableRowSelected_19517_246{background:#f0f4ff}._td_19517_251{padding:12px 14px;font-size:13px;color:var(--text-muted)}._tdIndex_19517_257{font-size:12px;color:#94a3b8;width:40px}._tdName_19517_264{font-size:14px;color:#1e293b;font-weight:500}._tdSmall_19517_275{font-size:12px}._tdAction_19517_280{color:#374151}._emptyRow_19517_285{padding:30px;text-align:center;color:#94a3b8;font-size:14px}._loading_19517_292{padding:40px;text-align:center;color:#94a3b8}._badge_19517_300{font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px}._badgeSelf_19517_307{margin-left:6px;font-size:11px;color:#6366f1;font-weight:600}._badgeInviting_19517_314{margin-left:6px;font-size:11px;color:#f59e0b;font-weight:600}._groupBadge_19517_321{font-size:12px;padding:3px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:500;display:flex;align-items:center;gap:4px}._groupBadgeRemove_19517_333{background:none;border:none;cursor:pointer;font-size:12px;color:#93c5fd;padding:0;line-height:1}._flexRow_19517_345{display:flex;gap:20px}._flexCol_19517_350{flex:1;min-width:0}._detailPanel_19517_357{width:340px;flex-shrink:0;background:#fff;border-radius:12px;border:1px solid var(--border);box-shadow:0 1px 3px #0000000a}._panelHeader_19517_366{padding:16px 20px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}._panelTitle_19517_374{font-size:15px;font-weight:700;color:#1e293b}._panelBody_19517_380{padding:20px}._avatarRow_19517_386{display:flex;align-items:center;gap:12px;margin-bottom:20px}._avatar_19517_386{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff;flex-shrink:0}._avatarName_19517_407{font-size:16px;font-weight:700;color:#1e293b}._avatarEmail_19517_413{font-size:13px;color:var(--text-muted)}._section_19517_420{margin-bottom:20px}._sectionLabel_19517_424{font-size:12px;font-weight:600;color:var(--text-muted);display:block;margin-bottom:6px}._sectionLabelLg_19517_432{margin-bottom:8px}._groupList_19517_437{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}._emptyText_19517_444{font-size:12px;color:#94a3b8}._emptyTextPadded_19517_449{padding:8px 0}._permRow_19517_456{display:flex;align-items:center;gap:8px;padding:5px 0;font-size:13px;color:#374151;cursor:default}._permNote_19517_466{font-size:11px;color:#94a3b8;margin-top:6px}._actionRow_19517_474{display:flex;gap:8px}._overlay_19517_481{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_19517_491{background:#fff;border-radius:14px;width:480px;max-width:95vw;box-shadow:0 20px 60px #0003}._modalHeader_19517_499{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}._modalTitle_19517_507{font-size:16px;font-weight:700;color:#1e293b}._modalClose_19517_513{background:none;border:none;font-size:20px;cursor:pointer;color:#94a3b8}._modalBody_19517_521{padding:20px 24px}._formGrid_19517_525{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}._fieldLabel_19517_532{font-size:12px;color:var(--text-muted);display:block;margin-bottom:4px}._fieldGroup_19517_539{margin-bottom:16px}._errorBox_19517_543{color:var(--danger);font-size:13px;margin-bottom:10px;padding:8px 12px;background:#fef2f2;border-radius:8px}._successBox_19517_552{color:#065f46;font-size:13px;margin-bottom:10px;background:#d1fae5;padding:10px 14px;border-radius:8px;line-height:1.6}._formActions_19517_562{display:flex;gap:10px;justify-content:flex-end}._createRow_19517_570{padding:12px 20px;border-bottom:1px solid #f1f5f9;display:flex;gap:8px;background:#f8fafc}._memberRow_19517_580{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f8fafc}._memberName_19517_588{font-size:13px;font-weight:500;color:#1e293b}._memberEmail_19517_594{font-size:11px;color:#94a3b8}._groupNameStatic_19517_601{margin-bottom:20px;font-size:16px;font-weight:700;color:#1e293b}._editRow_19517_608{display:flex;gap:8px}._sectionMb_19517_613{margin-bottom:16px}._addMemberSection_19517_617{margin-bottom:20px}._logTd_19517_623{padding:10px 14px;font-size:13px;color:var(--text-muted)}._logTdName_19517_629{color:#1e293b;font-weight:500}._logTdAction_19517_635{color:#374151}._toolbarLabel_19517_642{font-size:14px;font-weight:600;color:#1e293b}._page_1y4mw_3{display:flex;flex-direction:column;height:100vh;background:#f0f2f5;font-family:inherit}._main_1y4mw_11{flex:1;overflow:auto;padding:24px 40px}._toolbar_1y4mw_18{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}._pageTitle_1y4mw_27{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--gray-900);margin:0 0 4px}._pageSubtitle_1y4mw_35{font-size:13px;color:var(--gray-500);margin:0}._toolbarActions_1y4mw_41{display:flex;align-items:center;gap:12px}._monthInput_1y4mw_47{font-size:12px;padding:5px 8px;border:1.5px solid var(--gray-300);border-radius:6px;font-family:inherit;background:var(--panel-bg)}._exportBtn_1y4mw_56{padding:6px 14px;font-size:12px;font-weight:600;border-radius:6px;border:1px solid var(--gray-300);background:var(--panel-bg);color:var(--gray-700);cursor:pointer;font-family:inherit}._contentColumn_1y4mw_69{display:flex;flex-direction:column;gap:24px;max-width:1200px}._kpiRow_1y4mw_77{display:flex;gap:14px;flex-wrap:wrap}._kpiCard_1y4mw_83{flex:1;min-width:140px;padding:16px 20px;background:var(--panel-bg);border-radius:var(--radius);border:1px solid var(--gray-200)}._kpiLabel_1y4mw_92{font-size:11px;color:var(--gray-400);margin-bottom:4px}._kpiValue_1y4mw_98{font-size:28px;font-weight:800}._kpiSub_1y4mw_103{font-size:11px;color:var(--gray-500);margin-top:2px}._section_1y4mw_110{background:var(--panel-bg);border:1px solid var(--gray-200);border-radius:12px;padding:20px 24px}._sectionTitle_1y4mw_117{font-size:14px;font-weight:700;color:var(--gray-700);margin-bottom:16px}._barChartColumn_1y4mw_125{display:flex;flex-direction:column;gap:4px}._barRow_1y4mw_131{display:flex;align-items:center;gap:8px}._barLabel_1y4mw_137{font-size:11px;color:var(--gray-500);min-width:60px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._barTrack_1y4mw_147{flex:1;background:var(--gray-100);border-radius:4px;height:20px}._barFill_1y4mw_154{border-radius:4px;height:100%;transition:width .3s}._barValue_1y4mw_160{font-size:12px;font-weight:600;min-width:30px;color:var(--gray-700)}._typeTabsRow_1y4mw_168{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid var(--gray-200)}._activeTypeTab_1y4mw_177{padding:6px 16px;font-size:12px;font-weight:700;border-radius:20px;border:none;background:var(--accent);color:var(--panel-bg);cursor:pointer;font-family:inherit;white-space:nowrap}._inactiveTypeTab_1y4mw_190{padding:6px 16px;font-size:12px;font-weight:500;border-radius:20px;border:1px solid var(--gray-300);background:var(--panel-bg);color:var(--gray-500);cursor:pointer;font-family:inherit;white-space:nowrap}._table_1y4mw_204{width:100%;border-collapse:collapse}._tableHeaderRow_1y4mw_209{background:var(--gray-50)}._th_1y4mw_213{padding:10px 14px;font-size:12px;font-weight:700;color:var(--gray-500);text-align:left;border-bottom:1px solid var(--gray-200);white-space:nowrap}._td_1y4mw_223{padding:10px 14px;font-size:13px;color:var(--gray-700);border-bottom:1px solid #f0f0f0}._tdMono_1y4mw_230{font-family:monospace;font-size:11px}._tdRight_1y4mw_236{text-align:right}._tableRow_1y4mw_241{background:var(--panel-bg)}._tableRow_1y4mw_241:hover{background:#fafbfc}._overflowX_1y4mw_249{overflow-x:auto}._emptyTypeMsg_1y4mw_253{font-size:13px;color:var(--gray-400);padding:16px 0}._summaryRow_1y4mw_260{display:flex;gap:20px;padding:12px 16px;background:#f0f4ff;border-radius:8px;margin-top:12px}._summaryItem_1y4mw_269{font-size:13px}._summaryLabel_1y4mw_273{color:var(--gray-500);margin-right:6px}._summaryValue_1y4mw_278{font-weight:700;color:var(--blue-700)}._errorListColumn_1y4mw_284{display:flex;flex-direction:column;gap:6px}._errorCard_1y4mw_290{display:flex;align-items:center;gap:12px;padding:8px 12px;background:var(--red-50);border-radius:8px;border:1px solid #fecaca}._errorName_1y4mw_300{font-size:13px;color:#991b1b;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._errorDate_1y4mw_309{font-size:11px;color:var(--gray-400)}._errorMessage_1y4mw_314{font-size:11px;color:var(--red-500);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._reprocessBtn_1y4mw_323{padding:4px 10px;font-size:11px;font-weight:600;border-radius:5px;border:1px solid var(--gray-300);color:var(--gray-700);font-family:inherit;white-space:nowrap}._exportTypeBtnWrapper_1y4mw_334{margin-top:12px}._dropdownWrapper_1y4mw_339{position:relative}._dropdown_1y4mw_339{position:absolute;top:100%;right:0;margin-top:4px;background:var(--panel-bg);border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;min-width:200px;padding:4px}._dropdownItem_1y4mw_357{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:none;font-size:13px;font-family:inherit;border-radius:4px;color:var(--gray-700)}._dropdownItem_1y4mw_357:hover{background:var(--gray-100)}._loadingMsg_1y4mw_375{color:var(--gray-400);font-size:14px;padding:20px}._emptyMsg_1y4mw_381{font-size:13px;color:var(--gray-400)}._pageWrapper_1601m_3{display:flex;flex-direction:column;height:100vh;background:#f8f9fb;font-family:inherit}._main_1601m_11{flex:1;overflow:auto;padding:40px 48px}._container_1601m_17{max-width:1100px}._title_1601m_21{font-family:var(--font-display);font-size:22px;font-weight:800;color:var(--gray-900);margin:0 0 6px}._subtitle_1601m_29{font-size:14px;color:var(--gray-500);margin:0 0 28px}._loadingText_1601m_35{color:var(--gray-400);font-size:14px}._planCard_1601m_41{background:#fff;border-radius:12px;padding:28px 32px;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);margin-bottom:32px}._planHeader_1601m_50{display:flex;align-items:center;gap:12px;margin-bottom:20px}._planLabel_1601m_57{font-size:14px;font-weight:700;color:var(--gray-700)}._planBadge_1601m_63{font-size:14px;font-weight:700;padding:4px 14px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff}._usageSection_1601m_72{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}._portalBtn_1601m_79{padding:10px 24px;font-size:13px;font-weight:600;background:#fff;color:var(--accent);border:1.5px solid var(--accent);border-radius:8px;cursor:pointer;font-family:inherit}._sectionTitle_1601m_92{font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--gray-700);margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid var(--gray-200)}._planGrid_1601m_102{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}._backLinkWrap_1601m_108{margin-top:32px;text-align:center}._backLink_1601m_108{font-size:13px;color:var(--gray-500);background:none;border:none;cursor:pointer;font-family:inherit;text-decoration:underline}._meterHeader_1601m_124{display:flex;justify-content:space-between;font-size:13px;margin-bottom:6px}._meterLabel_1601m_131{font-weight:600;color:var(--gray-700)}._meterValue_1601m_136{font-weight:400;color:var(--gray-500)}._meterValueWarn_1601m_141{font-weight:700;color:var(--warn)}._meterTrack_1601m_146{height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden}._meterFill_1601m_153{height:100%;border-radius:4px;transition:width .4s ease}._planCardBox_1601m_160{border-radius:12px;padding:24px 20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}._planCardCurrent_1601m_168{background:#f0f5ff;border:2px solid var(--accent)}._planCardDefault_1601m_173{background:#fff;border:1px solid var(--gray-200)}._planCardName_1601m_178{font-size:16px;font-weight:700;color:var(--gray-900);margin-bottom:4px}._planCardPrice_1601m_185{font-size:28px;font-weight:800;color:var(--gray-900);margin-bottom:16px}._planCardEnterprise_1601m_192{font-size:16px}._planCardYen_1601m_196{font-size:14px;font-weight:500;color:var(--gray-500)}._planCardMonth_1601m_202{font-size:12px;font-weight:400;color:var(--gray-400)}._planCardLimits_1601m_208{font-size:13px;color:var(--gray-500);line-height:2;flex:1;margin-bottom:16px}._planCardCurrentLabel_1601m_216{padding:9px 0;font-size:13px;font-weight:600;text-align:center;background:#e0e7ff;color:#4338ca;border-radius:7px}._planCardSelectBtn_1601m_226{padding:9px 0;font-size:13px;font-weight:600;width:100%;color:#fff;border:none;border-radius:7px;font-family:inherit}._planCardSelectDefault_1601m_237{background:linear-gradient(135deg,#1a56db,#0ea5e9)}._planCardSelectEnterprise_1601m_241{background:linear-gradient(135deg,var(--gray-700),var(--gray-800))}._page_9wovo_3{min-height:100vh;background:linear-gradient(135deg,#f8f9fb,#eef2ff);font-family:inherit;display:flex;flex-direction:column;align-items:center;overflow-y:auto;padding-bottom:60px}._header_9wovo_16{padding:32px 0 0;text-align:center}._headerRow_9wovo_21{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}._headerIcon_9wovo_29{background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:10px;font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #6366f166}._headerTitle_9wovo_41{font-family:var(--font-display);font-size:20px;font-weight:800;color:#111827}._headerSub_9wovo_48{font-size:14px;color:#6b7280;margin:0}._progress_9wovo_56{display:flex;gap:8px;margin:24px 0 32px;align-items:center}._progressStep_9wovo_63{display:flex;align-items:center;gap:8px}._progressCircle_9wovo_69{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:all .3s}._progressCircleActive_9wovo_81{background:#4f46e5;color:#fff}._progressCircleInactive_9wovo_86{background:#e5e7eb;color:#9ca3af}._progressLine_9wovo_91{width:40px;height:2px;transition:background .3s}._progressLineActive_9wovo_97{background:#4f46e5}._progressLineInactive_9wovo_101{background:#e5e7eb}._card_9wovo_107{background:#fff;border-radius:16px;padding:36px 40px;width:100%;max-width:640px;box-shadow:0 4px 24px #00000014;border:1px solid #e5e7eb}._stepTitle_9wovo_117{font-family:var(--font-display);font-size:20px;font-weight:800;color:#111827;margin:0 0 4px}._stepSubtitle_9wovo_125{font-size:13px;color:#6b7280;margin:0 0 24px}._fieldColumn_9wovo_131{display:flex;flex-direction:column;gap:18px}._fieldGroupLabel_9wovo_137{display:block;font-size:12px;font-weight:700;color:#374151;margin-bottom:6px}._input_9wovo_145{width:100%;padding:10px 12px;font-size:14px;border:1.5px solid #d1d5db;border-radius:8px;font-family:inherit;background:#fff;color:#111827;box-sizing:border-box}._planGrid_9wovo_159{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}._planCard_9wovo_165{border-radius:12px;padding:18px 16px;cursor:pointer;text-align:left;font-family:inherit;transition:all .15s}._planCardSelected_9wovo_174{background:#f0f5ff;border:2px solid #4F46E5}._planCardDefault_9wovo_179{background:#fff;border:1.5px solid #e5e7eb}._planName_9wovo_184{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px}._planPrice_9wovo_191{font-size:22px;font-weight:800;color:#111827;margin-bottom:10px}._planPriceAlt_9wovo_198{font-size:14px}._planPriceSuffix_9wovo_202{font-size:11px;font-weight:400;color:#9ca3af}._planLimits_9wovo_208{font-size:11px;color:#6b7280;line-height:1.8}._planSelectedBadge_9wovo_214{margin-top:8px;font-size:11px;font-weight:700;color:#4f46e5}._paymentBox_9wovo_223{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:20px;text-align:center;margin-bottom:16px}._paymentPlanName_9wovo_232{font-size:14px;font-weight:600;color:#0369a1;margin-bottom:8px}._paymentAmount_9wovo_239{font-size:24px;font-weight:800;color:#111827}._paymentSuffix_9wovo_245{font-size:13px;font-weight:400;color:#6b7280}._paymentLoading_9wovo_251{text-align:center;color:#6b7280;font-size:13px;padding:12px 0}._templateList_9wovo_260{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}._templateItem_9wovo_267{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;cursor:pointer;transition:all .15s}._templateItemSelected_9wovo_277{background:#f0f5ff;border:1.5px solid #4F46E5}._templateItemDefault_9wovo_282{background:#f9fafb;border:1px solid #e5e7eb}._templateCheckbox_9wovo_287{accent-color:#4F46E5;width:16px;height:16px}._templateName_9wovo_293{font-size:14px;font-weight:600;color:#374151}._finishRow_9wovo_299{display:flex;gap:12px}._finishBtn_9wovo_304{flex:1;padding:12px 0;font-size:14px;font-weight:700;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:inherit}._skipBtn_9wovo_317{padding:12px 24px;font-size:14px;font-weight:600;background:#fff;color:#6b7280;border:1.5px solid #d1d5db;border-radius:8px;cursor:pointer;font-family:inherit}._navRow_9wovo_331{display:flex;justify-content:space-between;margin-top:28px}._backBtn_9wovo_337{padding:10px 24px;font-size:13px;font-weight:600;background:#fff;color:#6b7280;border:1.5px solid #d1d5db;border-radius:8px;cursor:pointer;font-family:inherit}._nextBtn_9wovo_349{padding:10px 32px;font-size:13px;font-weight:700;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:8px;font-family:inherit}._nextBtnLoading_9wovo_360{cursor:wait;opacity:.6}._nextBtnReady_9wovo_365{cursor:pointer;opacity:1}._footerSkip_9wovo_372{margin-top:20px;font-size:12px;color:#9ca3af;background:none;border:none;cursor:pointer;font-family:inherit;text-decoration:underline}._pageRoot_9gkdy_3{display:flex;flex-direction:column;height:100vh;background:var(--bg);font-family:inherit}._contentArea_9gkdy_11{flex:1;display:flex;min-height:0}._leftPane_9gkdy_18{width:340px;flex-shrink:0;border-right:1px solid var(--gray-200);background:var(--panel-bg);display:flex;flex-direction:column}._leftHeader_9gkdy_27{padding:16px 16px 12px;border-bottom:1px solid var(--gray-100)}._leftTitle_9gkdy_32{font-family:var(--font-display);margin:0 0 10px;font-size:17px;font-weight:800;color:var(--gray-900)}._searchInput_9gkdy_40{width:100%;padding:8px 12px;font-size:13px;border:1px solid var(--gray-300);border-radius:8px;font-family:inherit;box-sizing:border-box;outline:none}._searchInputSmall_9gkdy_51{font-size:12px;padding:6px 10px}._actionBar_9gkdy_57{padding:8px 12px;display:flex;gap:4px;border-bottom:1px solid var(--gray-100)}._actionBtn_9gkdy_64{flex:1;padding:6px 0;border-radius:6px;border:none;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}._actionBtnActive_9gkdy_75{background:var(--indigo-600);color:#fff}._actionBtnInactive_9gkdy_81{background:var(--gray-100);color:var(--gray-500)}._schemaList_9gkdy_87{flex:1;overflow-y:auto;padding:8px}._schemaCard_9gkdy_93{padding:10px 12px;border-radius:8px;cursor:pointer;margin-bottom:4px;transition:all .15s}._schemaCardSelected_9gkdy_101{background:var(--blue-50);border:1px solid var(--blue-500)}._schemaCardDefault_9gkdy_107{background:var(--panel-bg);border:1px solid var(--gray-100)}._schemaCardRow_9gkdy_113{display:flex;align-items:center;gap:6px}._schemaCardName_9gkdy_119{font-weight:600;font-size:13px;flex:1;color:var(--text)}._activeBadge_9gkdy_126{font-size:9px;background:var(--blue-100);color:var(--blue-700);padding:1px 6px;border-radius:99px;font-weight:700}._schemaCardMeta_9gkdy_135{font-size:11px;color:var(--gray-400);margin-top:3px}._rightPane_9gkdy_142{flex:1;overflow:auto;padding:24px 32px;min-width:0}._rightContent_9gkdy_149{max-width:800px}._sectionTitle_9gkdy_153{font-family:var(--font-display);font-size:18px;font-weight:800;margin:0 0 16px;color:var(--gray-900)}._modeToggleWrap_9gkdy_162{display:flex;gap:2px;margin-bottom:20px;background:var(--gray-100);border-radius:8px;padding:3px;width:fit-content}._modeToggleBtn_9gkdy_172{padding:6px 16px;border-radius:6px;border:none;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}._modeToggleBtnActive_9gkdy_182{background:var(--panel-bg);color:var(--gray-900);box-shadow:var(--shadow-sm)}._modeToggleBtnInactive_9gkdy_189{background:transparent;color:var(--gray-500);box-shadow:none}._nameRow_9gkdy_196{display:flex;gap:6px;margin-bottom:12px}._inputFull_9gkdy_202{flex:1}._textareaFull_9gkdy_207{resize:vertical;margin-bottom:10px}._generateBtn_9gkdy_213{padding:8px 24px;border-radius:8px;border:none;font-size:14px;font-weight:700;color:#fff;cursor:pointer;font-family:inherit}._generateBtnEnabled_9gkdy_224{background:var(--indigo-600)}._generateBtnDisabled_9gkdy_229{background:var(--gray-300)}._previewSection_9gkdy_234{margin-top:20px}._previewLabel_9gkdy_238{font-size:13px;font-weight:700;margin-bottom:8px}._saveBtn_9gkdy_244{margin-top:12px;padding:8px 24px;border-radius:8px;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}._saveBtnGreen_9gkdy_256{background:var(--green-500)}._saveBtnDisabled_9gkdy_261{background:var(--gray-300)}._builtinDesc_9gkdy_267{font-size:13px;color:var(--gray-500);margin-bottom:16px}._builtinCategorySection_9gkdy_273{margin-bottom:16px}._builtinCategoryLabel_9gkdy_277{font-size:12px;font-weight:700;color:var(--gray-500);margin-bottom:8px}._builtinGrid_9gkdy_284{display:flex;flex-wrap:wrap;gap:8px}._builtinBtn_9gkdy_290{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;font-family:inherit}._builtinBtnExists_9gkdy_298{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-400);cursor:not-allowed}._builtinBtnSelected_9gkdy_306{border:1px solid #6366f1;background:var(--indigo-50);color:var(--indigo-700);cursor:pointer}._builtinBtnDefault_9gkdy_314{border:1px solid var(--gray-300);background:var(--panel-bg);color:var(--gray-700);cursor:pointer}._builtinFieldCount_9gkdy_322{font-size:10px;color:var(--gray-400);margin-left:6px}._builtinFooter_9gkdy_328{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--gray-200)}._linkBtn_9gkdy_337{background:none;border:1px solid var(--gray-300);border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer;color:var(--gray-700);font-family:inherit}._spacer_9gkdy_348{flex:1}._selectedCount_9gkdy_352{font-size:12px;color:var(--gray-500)}._installBtn_9gkdy_357{padding:8px 24px;border-radius:8px;border:none;color:#fff;font-size:14px;font-weight:700;font-family:inherit}._installBtnEnabled_9gkdy_367{background:#6366f1;cursor:pointer}._installBtnDisabled_9gkdy_373{background:var(--gray-300);cursor:not-allowed}._editHeaderRow_9gkdy_380{display:flex;align-items:center;gap:12px;margin-bottom:16px}._editTitle_9gkdy_387{font-size:18px;font-weight:800;margin:0;color:var(--gray-900);flex:1}._useBtn_9gkdy_395{padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}._useBtnActive_9gkdy_404{border:1px solid var(--blue-500);background:var(--blue-50);color:var(--blue-600)}._useBtnInactive_9gkdy_411{border:1px solid var(--gray-300);background:var(--panel-bg);color:var(--gray-700)}._deleteSchemBtn_9gkdy_418{padding:6px 14px;border-radius:6px;border:1px solid #fecaca;background:var(--panel-bg);color:var(--red-600);font-size:12px;cursor:pointer;font-family:inherit}._fieldSection_9gkdy_429{margin-bottom:16px}._promptSection_9gkdy_433{margin-bottom:20px}._labelSt_9gkdy_437{display:block;font-size:12px;font-weight:700;color:var(--gray-700);margin-bottom:6px}._primarySaveBtn_9gkdy_445{padding:10px 32px;border-radius:8px;border:none;background:var(--indigo-600);color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}._emptyCenter_9gkdy_458{display:flex;align-items:center;justify-content:center;height:100%;color:var(--gray-400)}._emptyCenterContent_9gkdy_466{text-align:center}._emptyCenterIcon_9gkdy_470{font-size:48px;margin-bottom:12px;opacity:.3}._emptyCenterTitle_9gkdy_476{font-size:15px;font-weight:600}._emptyCenterSub_9gkdy_481{font-size:13px;margin-top:4px}._fieldListWrap_9gkdy_487{border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}._fieldListRow_9gkdy_493{padding:8px 12px;display:flex;align-items:center;gap:8px}._fieldListRowBorder_9gkdy_500{border-bottom:1px solid var(--gray-100)}._fieldListLabel_9gkdy_504{font-weight:600;font-size:13px;flex:1}._fieldListType_9gkdy_510{font-size:11px;color:var(--gray-500);background:var(--gray-100);padding:1px 8px;border-radius:99px}._fieldListRequired_9gkdy_518{font-size:10px;color:var(--red-600)}._fieldEditorRow_9gkdy_524{display:flex;gap:6px;align-items:center;margin-bottom:6px;padding:6px 8px;background:var(--gray-50);border-radius:6px;border:1px solid var(--gray-100)}._arrowBtnCol_9gkdy_535{display:flex;flex-direction:column;gap:1px}._arrowBtn_9gkdy_535{background:none;border:none;color:var(--gray-400);cursor:pointer;font-size:8px;padding:0 2px;line-height:1}._fieldInput_9gkdy_551{flex:1;padding:5px 8px;font-size:12px;border:1px solid var(--gray-300);border-radius:5px;font-family:inherit}._fieldTypeSelect_9gkdy_560{padding:5px 6px;font-size:12px;border:1px solid var(--gray-300);border-radius:5px;font-family:inherit}._requiredLabel_9gkdy_568{font-size:11px;display:flex;align-items:center;gap:3px;cursor:pointer}._removeFieldBtn_9gkdy_576{background:none;border:none;color:var(--red-500);cursor:pointer;font-size:14px}._datasetLink_9gkdy_584{font-size:11px;color:#1a73e8;text-decoration:none;white-space:nowrap;padding:3px 6px;border:1px dashed #93c5fd;border-radius:4px;cursor:pointer}._datasetLink_9gkdy_584:hover{background:#eff6ff}._addFieldBtn_9gkdy_598{padding:6px 14px;border-radius:6px;border:1px dashed var(--gray-300);background:var(--panel-bg);color:var(--gray-500);font-size:12px;cursor:pointer;font-family:inherit;width:100%}._pageRoot_1fy0m_3{display:flex;flex-direction:column;height:100vh;background:var(--bg);font-family:inherit}._mainContent_1fy0m_11{flex:1;display:flex;min-height:0}._leftPane_1fy0m_18{width:320px;flex-shrink:0;border-right:1px solid var(--gray-200);background:var(--panel-bg);display:flex;flex-direction:column}._leftHeader_1fy0m_27{padding:16px 16px 12px;border-bottom:1px solid var(--gray-100)}._leftTitle_1fy0m_32{font-family:var(--font-display);margin:0 0 10px;font-size:17px;font-weight:800;color:var(--gray-900)}._searchInput_1fy0m_40{width:100%;padding:6px 10px;font-size:12px;border:1px solid var(--gray-300);border-radius:8px;font-family:inherit;box-sizing:border-box;outline:none}._createBtnWrap_1fy0m_51{padding:8px 12px;border-bottom:1px solid var(--gray-100)}._createBtn_1fy0m_51{width:100%;padding:7px 0;border-radius:6px;border:none;font-size:12px;font-weight:600;cursor:pointer;font-family:inherit}._createBtnActive_1fy0m_67{background:var(--accent);color:#fff}._createBtnInactive_1fy0m_72{background:var(--gray-100);color:var(--gray-500)}._listScroll_1fy0m_77{flex:1;overflow-y:auto;padding:8px}._dsCard_1fy0m_83{padding:10px 12px;border-radius:8px;cursor:pointer;margin-bottom:4px}._dsCardSelected_1fy0m_90{background:var(--blue-50);border:1px solid var(--blue-500)}._dsCardNormal_1fy0m_95{background:var(--panel-bg);border:1px solid var(--gray-100)}._dsCardName_1fy0m_100{font-weight:600;font-size:13px;color:#1a2236}._dsCardMeta_1fy0m_106{font-size:11px;color:var(--gray-400);margin-top:2px}._dsCardTags_1fy0m_112{display:flex;flex-wrap:wrap;gap:3px;margin-top:4px}._dsCardTag_1fy0m_112{font-size:10px;background:var(--gray-100);border-radius:3px;padding:1px 5px;color:var(--gray-500)}._dsCardMore_1fy0m_127{font-size:10px;color:var(--gray-400)}._rightPane_1fy0m_133{flex:1;overflow:auto;padding:24px 32px;min-width:0}._formWrap_1fy0m_140{max-width:700px}._sectionTitle_1fy0m_144{font-family:var(--font-display);font-size:18px;font-weight:800;margin:0 0 16px;color:var(--gray-900)}._infoBox_1fy0m_152{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:10px 14px;font-size:12px;color:#0369a1;margin-bottom:16px;line-height:1.7}._gridTwo_1fy0m_163{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}._gridTwoMb16_1fy0m_170{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px}._label_1fy0m_177{display:block;font-size:12px;font-weight:700;color:var(--gray-700);margin-bottom:6px}._inp_1fy0m_185{width:100%;padding:8px 12px;font-size:13px;border:1px solid var(--gray-300);border-radius:8px;font-family:inherit;box-sizing:border-box;outline:none}._textarea_1fy0m_196{resize:vertical;font-family:monospace}._fieldRow_1fy0m_202{margin-bottom:12px}._valCountRow_1fy0m_206{display:flex;gap:8px;align-items:center;margin-top:6px}._valCount_1fy0m_206{font-size:12px;color:var(--gray-500)}._csvLabel_1fy0m_218{font-size:12px;color:var(--gray-500);cursor:pointer;border:1px solid var(--gray-300);border-radius:6px;padding:5px 12px;display:flex;align-items:center;gap:4px}._csvLabelEdit_1fy0m_230{font-size:12px;color:var(--gray-500);cursor:pointer;border:1px solid var(--gray-300);border-radius:6px;padding:8px 14px;display:flex;align-items:center;gap:4px}._createSubmitBtn_1fy0m_242{padding:10px 32px;border-radius:8px;border:none;color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}._createSubmitEnabled_1fy0m_253{background:var(--green-500)}._createSubmitDisabled_1fy0m_257{background:var(--gray-300)}._editHeader_1fy0m_262{display:flex;align-items:center;gap:12px;margin-bottom:16px}._editTitle_1fy0m_269{font-size:18px;font-weight:800;margin:0;color:var(--gray-900);flex:1}._deleteBtn_1fy0m_277{padding:6px 14px;border-radius:6px;border:1px solid #fecaca;background:var(--panel-bg);color:var(--danger);font-size:12px;cursor:pointer;font-family:inherit}._valuesSection_1fy0m_288{margin-bottom:16px}._valuesSectionHeader_1fy0m_292{display:flex;align-items:center;gap:8px;margin-bottom:8px}._labelNoMargin_1fy0m_299{margin:0}._editSearchInput_1fy0m_304{width:200px;font-size:12px;padding:5px 8px;margin-left:auto}._chipsContainer_1fy0m_312{border:1px solid var(--gray-200);border-radius:8px;padding:12px;background:var(--gray-50);max-height:300px;overflow-y:auto;display:flex;flex-wrap:wrap;gap:6px}._emptyChips_1fy0m_324{font-size:12px;color:var(--gray-400)}._chip_1fy0m_312{display:inline-flex;align-items:center;gap:4px;font-size:12px;background:var(--panel-bg);border:1px solid var(--gray-200);border-radius:6px;padding:4px 10px}._chipRemoveBtn_1fy0m_340{background:none;border:none;cursor:pointer;color:var(--gray-400);font-size:13px;padding:0;line-height:1}._bulkEditSummary_1fy0m_350{font-size:12px;color:var(--gray-500);cursor:pointer;font-weight:600;margin-bottom:6px}._bulkEditDetails_1fy0m_358{margin-bottom:16px}._actionRow_1fy0m_362{display:flex;gap:8px;align-items:center}._saveBtn_1fy0m_368{padding:10px 32px;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit}._emptyState_1fy0m_381{display:flex;align-items:center;justify-content:center;height:100%;color:var(--gray-400)}._emptyStateInner_1fy0m_389{text-align:center}._emptyStateIcon_1fy0m_393{font-size:48px;margin-bottom:12px;opacity:.3}._emptyStateTitle_1fy0m_399{font-size:15px;font-weight:600}._emptyStateSub_1fy0m_404{font-size:13px;margin-top:4px}._hidden_1fy0m_409{display:none}._container_1bmw1_1{max-width:720px;margin:0 auto;padding:40px 24px 60px;font-family:inherit;color:#111827;line-height:1.8}._title_1bmw1_10{font-family:var(--font-display);font-size:28px;font-weight:700;margin:0 0 32px}._section_1bmw1_17 h2{font-size:18px;font-weight:700;margin:32px 0 12px;color:#1f2937}._section_1bmw1_17 p{font-size:14px;color:#374151;margin:0 0 16px}._backLink_1bmw1_30{display:inline-block;margin-bottom:24px;font-size:14px;color:#2563eb;text-decoration:none}._backLink_1bmw1_30:hover{text-decoration:underline}._container_hru9n_1{min-height:100vh;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}._header_hru9n_8{background:var(--header-bg);color:#fff;padding:32px 24px;text-align:center}._header_hru9n_8 h1{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin-bottom:12px}._overallBadge_hru9n_22{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:20px;font-size:.875rem;font-weight:600}._badgeOk_hru9n_32{background:var(--success);color:#fff}._badgeDegraded_hru9n_37{background:var(--warn);color:#fff}._badgeError_hru9n_42{background:var(--danger);color:#fff}._main_hru9n_47{max-width:800px;margin:0 auto;padding:24px 16px 48px}._section_hru9n_53{margin-bottom:24px}._sectionTitle_hru9n_57{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:12px}._servicesGrid_hru9n_67{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}._serviceCard_hru9n_73{background:var(--panel-bg);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:12px}._statusDot_hru9n_84{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:3px}._dotOk_hru9n_92{background:var(--success)}._dotWarn_hru9n_96{background:var(--warn)}._dotError_hru9n_100{background:var(--danger)}._serviceInfo_hru9n_104{flex:1;min-width:0}._serviceName_hru9n_109{font-size:.9rem;font-weight:600;margin-bottom:2px}._serviceStatus_hru9n_115{font-size:.8rem;color:var(--text-muted)}._serviceLatency_hru9n_120{font-size:.75rem;color:var(--text-muted);margin-top:4px}._statsRow_hru9n_127{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}._statCard_hru9n_133{background:var(--panel-bg);border:1px solid var(--border);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-sm);text-align:center}._statValue_hru9n_142{font-size:1.5rem;font-weight:700;color:var(--accent)}._statLabel_hru9n_148{font-size:.8rem;color:var(--text-muted);margin-top:4px}._incidentList_hru9n_155{display:flex;flex-direction:column;gap:8px}._incidentItem_hru9n_161{background:var(--panel-bg);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;box-shadow:var(--shadow-sm)}._incidentService_hru9n_169{font-weight:600;font-size:.85rem}._incidentMessage_hru9n_174{font-size:.8rem;color:var(--text-muted);margin-top:2px}._incidentTime_hru9n_180{font-size:.75rem;color:var(--text-muted);margin-top:4px}._incidentResolved_hru9n_186{color:var(--success);font-size:.75rem;font-weight:600}._noIncidents_hru9n_192{background:var(--success-light);color:var(--success);padding:16px;border-radius:var(--radius);text-align:center;font-size:.9rem;font-weight:500}._footer_hru9n_203{text-align:center;padding:16px;font-size:.8rem;color:var(--text-muted)}._footer_hru9n_203 a{color:var(--accent);text-decoration:none}._footer_hru9n_203 a:hover{text-decoration:underline}._loading_hru9n_220{text-align:center;padding:80px 24px;color:var(--text-muted);font-size:.9rem}._error_hru9n_227{text-align:center;padding:80px 24px;color:var(--danger);font-size:.9rem}._refreshNote_hru9n_234{text-align:center;font-size:.75rem;color:var(--text-muted);margin-top:8px}
