:root{--bg-sidebar:#0f172a;--bg-sidebar-hover:#1e293b;--bg-sidebar-active:#1e293b;--text-sidebar:#94a3b8;--text-sidebar-active:#fff;--bg-app:#f8fafc;--bg-surface:#fff;--bg-muted:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-light:#e2e8f0;--border-subtle:#cbd5e1;--primary:#0f766e;--primary-hover:#115e59;--primary-text:#fff;--danger:#dc2626;--danger-hover:#b91c1c;--danger-text:#fff;--warning-bg:#fef3c7;--warning-text:#92400e;--positive-bg:#dcfce7;--positive-text:#166534;--negative-bg:#fee2e2;--negative-text:#991b1b;--neutral-bg:#f1f5f9;--neutral-text:#475569;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--font-sans:-apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Malgun Gothic", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}.app-shell{min-height:100vh;display:flex}.app-sidebar{background-color:var(--bg-sidebar);width:210px;color:var(--text-sidebar);flex-direction:column;flex-shrink:0;transition:transform .18s;display:flex}.sidebar-brand{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.brand-logo{letter-spacing:.05em;color:#fff;font-size:14px;font-weight:700}.mobile-close-btn,.btn.mobile-close-btn{color:#fff;display:none}.sidebar-nav{overscroll-behavior:contain;flex-direction:column;gap:2px;min-height:0;padding:8px 0;display:flex;overflow-y:auto}.nav-item{text-align:left;width:100%;color:var(--text-sidebar);cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;align-items:center;gap:10px;padding:8px 16px;font-family:inherit;font-size:13px;transition:background-color .12s,color .12s;display:flex}.nav-item:hover{background-color:var(--bg-sidebar-hover);color:var(--text-sidebar-active)}.nav-item-active{background-color:var(--bg-sidebar-active);color:var(--text-sidebar-active);border-left-color:var(--primary);font-weight:600}.app-main-layout{flex-direction:column;flex:1;min-width:0;display:flex}.app-header{background-color:var(--bg-surface);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex}.header-left{align-items:center;gap:12px;display:flex}.mobile-menu-btn,.btn.mobile-menu-btn{display:none}.breadcrumb{color:var(--text-muted);font-size:13px}.header-right{align-items:center;gap:16px;display:flex}.user-tag{color:var(--text-secondary);font-size:13px}.app-content{background-color:var(--bg-app);outline:none;flex:1;padding:24px;overflow-y:auto}.screen{flex-direction:column;gap:20px;max-width:1360px;margin:0 auto;display:flex}.screen-header{justify-content:space-between;align-items:center;display:flex}.screen-header h1{color:var(--text-primary);font-size:20px;font-weight:700}.header-actions{gap:8px;display:flex}.sub-section{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:16px;display:flex}.sub-section h2{font-size:15px;font-weight:600}.section-heading-with-action{justify-content:space-between;align-items:center;display:flex}.metrics-strip{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);grid-template-columns:repeat(4,1fr);gap:16px;padding:16px 24px;display:grid}.metric{border-right:1px solid var(--border-light);flex-direction:column;gap:4px;display:flex}.metric:last-child{border-right:none}.metric-label{color:var(--text-muted);font-size:12px}.metric-value{font-size:20px;font-weight:700;font-family:var(--font-mono);color:var(--text-primary)}.dashboard-main{grid-template-columns:7fr 3fr;gap:20px;display:grid}.inbox-panel{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:16px;display:flex}.inbox-header{justify-content:space-between;align-items:center;display:flex}.inbox-header h2{font-size:15px;font-weight:600}.tabs{background:var(--bg-muted);border-radius:var(--radius-md);gap:2px;padding:2px;display:flex}.tab{border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:4px 12px;font-family:inherit;font-size:12px;transition:all .12s}.tab-active{background:var(--bg-surface);color:var(--text-primary);font-weight:600;box-shadow:0 1px 2px #0000000d}.workflow-panel{border-radius:var(--radius-lg);background:#f0fdfa;border:1px solid #ccfbf1;flex-direction:column;gap:12px;padding:16px;display:flex}.workflow-panel h2{color:#0f766e;font-size:14px;font-weight:600}.workflow-steps{color:#134e4a;flex-direction:column;gap:10px;font-size:13px;list-style-position:inside;display:flex}.workflow-steps li{padding:4px 0}.recent-panel{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:16px;display:flex}.recent-panel h2{font-size:15px;font-weight:600}.audit-list{flex-direction:column;gap:8px;font-size:13px;list-style:none;display:flex}.audit-list li{border-bottom:1px solid var(--border-light);gap:12px;padding:4px 0;display:flex}.audit-time{color:var(--text-muted);font-family:var(--font-mono);font-size:12px}.audit-actor{font-weight:600}.audit-action{color:var(--text-secondary)}.data-table-scroll{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-surface);overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:13px}.data-table th{background-color:var(--bg-muted);color:var(--text-secondary);text-align:left;border-bottom:1px solid var(--border-light);white-space:nowrap;padding:10px 14px;font-weight:600}.data-table td{border-bottom:1px solid var(--border-light);color:var(--text-primary);white-space:nowrap;padding:10px 14px}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{cursor:pointer;background-color:#f8fafc}.data-table tbody tr.row-selected{background-color:#f0fdfa}.col-right{text-align:right;font-variant-numeric:tabular-nums}.status-badge{border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.4;display:inline-block}.status-positive{background:var(--positive-bg);color:var(--positive-text)}.status-warning{background:var(--warning-bg);color:var(--warning-text)}.status-negative{background:var(--negative-bg);color:var(--negative-text)}.status-neutral{background:var(--neutral-bg);color:var(--neutral-text)}.list-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.input-search{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);flex:1;min-width:220px;height:36px;padding:0 12px;font-family:inherit;font-size:13px}.input-select{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);height:36px;padding:0 12px;font-family:inherit;font-size:13px}.btn{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;height:36px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .12s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{height:28px;padding:0 10px;font-size:12px}.btn-primary{background-color:var(--primary);color:var(--primary-text)}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover)}.btn-secondary{background-color:var(--bg-surface);color:var(--text-primary);border-color:var(--border-subtle)}.btn-secondary:hover:not(:disabled){background-color:var(--bg-muted)}.btn-danger{background-color:var(--danger);color:var(--danger-text)}.btn-danger:hover:not(:disabled){background-color:var(--danger-hover)}.btn-icon{cursor:pointer;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:inline-flex}.btn-block{width:100%}.detail-panel{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);flex-direction:column;gap:16px;padding:20px;animation:.18s slideIn;display:flex}@keyframes slideIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.detail-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.detail-header h2{font-size:16px;font-weight:700}.detail-fields{grid-template-columns:repeat(2,1fr);gap:12px 24px;font-size:13px;display:grid}.detail-fields dt{color:var(--text-muted);font-size:12px}.detail-fields dd{color:var(--text-primary);font-weight:500}.detail-actions{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:8px;padding-top:8px;display:flex}.detail-form{border-top:1px solid var(--border-light);flex-direction:column;gap:12px;padding-top:12px;display:flex}.detail-items{background:var(--bg-muted);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:10px;font-size:13px;list-style:none;display:flex}.detail-items li{justify-content:space-between;display:flex}.empty-state{text-align:center;background:var(--bg-surface);border:1px dashed var(--border-subtle);border-radius:var(--radius-md);color:var(--text-muted);flex-direction:column;align-items:center;gap:12px;padding:32px 16px;font-size:13px;display:flex}.error-state{text-align:center;border-radius:var(--radius-md);color:var(--negative-text);background:#fef2f2;border:1px solid #fecaca;flex-direction:column;align-items:center;gap:12px;padding:24px;display:flex}.loading-screen{min-height:200px;color:var(--text-muted);justify-content:center;align-items:center;font-size:13px;display:flex}.app-dialog{border-radius:var(--radius-lg);background:var(--bg-surface);border:none;width:90vw;max-width:480px;margin:auto;padding:0;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a}.app-dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a80}.dialog-header{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dialog-header h2{font-size:16px;font-weight:700}.dialog-body{padding:20px}.dialog-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.field{flex-direction:column;gap:6px;margin-bottom:14px;font-size:13px;display:flex}.field span,.field>label{color:var(--text-secondary);font-weight:600}.field input,.field select,.field textarea{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);height:38px;color:var(--text-primary);padding:0 12px;font-family:inherit;font-size:13px}.field-checkbox{cursor:pointer;align-items:center;gap:8px;margin-bottom:14px;font-size:13px;display:flex}.field-hint{color:var(--text-muted);font-size:11px}.field-error{color:var(--danger);margin-bottom:12px;font-size:12px}.inline-error{color:var(--danger);margin-left:8px;font-size:12px}.auth-gate{background-color:var(--bg-sidebar);justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.auth-card{background:var(--bg-surface);border-radius:var(--radius-lg);width:100%;max-width:380px;padding:32px;box-shadow:0 20px 25px -5px #00000040}.auth-card h1{letter-spacing:.05em;color:var(--text-primary);font-size:20px;font-weight:800}.auth-subtitle{color:var(--text-muted);margin-bottom:24px;font-size:13px}.balance-status{border-radius:var(--radius-md);gap:20px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.balanced{background:var(--positive-bg);color:var(--positive-text)}.unbalanced{background:var(--negative-bg);color:var(--negative-text)}@media (width<=768px){.app-sidebar{z-index:100;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:2px 0 8px #0003}.sidebar-open{transform:translate(0)}.mobile-close-btn,.btn.mobile-close-btn,.mobile-menu-btn,.btn.mobile-menu-btn{display:inline-flex}.metrics-strip{grid-template-columns:repeat(2,1fr);gap:12px}.metric:nth-child(2){border-right:none}.dashboard-main,.detail-fields{grid-template-columns:1fr}}.mobile-backdrop{z-index:90;background:#0f172a5c;position:fixed;inset:0}.app-content>.error-state{margin-bottom:16px}.auth-card>.btn+.btn{margin-top:8px}:focus-visible{outline:2px solid var(--primary-hover);outline-offset:2px}.app-sidebar :focus-visible{outline-offset:-3px;outline-color:#fff}::selection{color:var(--text-primary);background:#ccfbf1}input,textarea{caret-color:var(--primary-hover)}@media (width<=768px){.app-content{padding:16px}.app-header{gap:8px;height:auto;min-height:56px;padding:8px 16px}.header-left,.header-right{gap:8px}.breadcrumb{display:none}.user-tag{overflow-wrap:anywhere;max-width:170px;font-size:12px}.screen-header{flex-wrap:wrap;gap:12px}.header-actions{flex-wrap:wrap}.audit-list li{flex-wrap:wrap;gap:4px 8px}}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important}}.workspace-nav{border-bottom:1px solid var(--border-light);flex-wrap:wrap;gap:4px;margin-bottom:20px;padding-bottom:12px;display:flex}.workspace-link{border-radius:var(--radius-md);min-height:36px;color:var(--text-secondary);font:600 13px var(--font-sans);cursor:pointer;background:0 0;border:0;padding:8px 12px}.workspace-link:hover{background:var(--bg-muted)}.workspace-link-active,.workspace-link-active:hover{background:var(--primary);color:#fff}.related-records{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.enterprise-screen{gap:16px}.enterprise-resource-tabs{gap:4px;padding-bottom:2px;display:flex;overflow-x:auto}.enterprise-resource-tab{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-surface);height:34px;color:var(--text-secondary);font:600 12px var(--font-sans);cursor:pointer;flex:none;padding:0 12px}.enterprise-resource-tab-active{border-color:var(--primary);color:var(--primary-hover);background:#f0fdfa}.enterprise-list{gap:12px}.enterprise-total,.enterprise-pagination,.reference-pagination{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:12px}.enterprise-pagination,.reference-pagination{justify-content:flex-end;align-items:center;gap:10px;display:flex}.enterprise-loading{color:var(--text-muted);font-size:12px}.enterprise-inline-error{border-radius:var(--radius-md);color:var(--negative-text);background:#fef2f2;border:1px solid #fecaca;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-size:12px;display:flex}.enterprise-action-chooser,.reference-search,.array-row-heading,.array-row-actions{align-items:center;gap:8px;display:flex}.enterprise-action-chooser .input-select{max-width:260px}.app-dialog:has(.enterprise-dynamic-form){max-width:680px}.enterprise-dynamic-form{max-height:min(68vh,720px);padding-right:4px;overflow-y:auto}.enterprise-fieldset{border:1px solid var(--border-light);border-radius:var(--radius-md);min-width:0;margin:0 0 14px;padding:14px}.enterprise-fieldset>legend{color:var(--text-secondary);padding:0 6px;font-size:12px;font-weight:700}.enterprise-array-row{border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-app);margin-bottom:10px;padding:12px}.array-row-heading{color:var(--text-secondary);justify-content:space-between;margin-bottom:10px;font-size:12px}.reference-search input{flex:1;min-width:0}.enterprise-reference-field>label{color:var(--text-secondary);font-weight:600}.enterprise-reference-field select{min-height:38px}.enterprise-detail-section{flex-direction:column;gap:8px;display:flex}.enterprise-detail-section h3{font-size:14px}.enterprise-nested-fields{border-radius:var(--radius-md);background:var(--bg-app);padding:12px}.enterprise-detail .enterprise-detail-section .enterprise-detail-section{min-width:360px}@media (width<=768px){.enterprise-action-chooser,.reference-search,.array-row-heading{flex-direction:column;align-items:stretch}.enterprise-action-chooser .input-select,.enterprise-action-chooser .btn,.reference-search .btn{width:100%;max-width:none}.array-row-actions{flex-wrap:wrap}.enterprise-pagination,.reference-pagination{justify-content:space-between}}
