*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #EAECF0;--surface: #F5F6F8;--surface-hover: #E2E4E8;--primary: #00B8A0;--primary-hover: #009e8a;--accent: #00A5D4;--text: #1A1D23;--text-primary: #1A1D23;--text-secondary: #5A6170;--border: #D0D4DC;--danger: #E53E3E;--success: #16A34A;--warning: #D97706;--sidebar-bg: #E0E2E7;--card-bg: #FFFFFF;--sidebar-width: 48px;--sidebar-expanded: 220px;--header-height: 40px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .15);--transition: .15s ease;--font-xs: 11px;--font-sm: 12px;--font-base: 13px;--font-md: 14px;--font-lg: 16px;--font-xl: 18px;--font-2xl: 22px;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px}html,body,#root{height:100%;overflow:hidden}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-size:var(--font-base);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 10px;outline:none;transition:border-color var(--transition)}input:focus,textarea:focus,select:focus{border-color:var(--primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media(max-width:1024px){:root{--sidebar-width: 0px;--sidebar-expanded: 0px;--header-height: 44px}#root>div>nav{position:fixed!important;left:0;top:0;bottom:0;z-index:200;width:220px!important;transform:translate(-100%);transition:transform .2s ease,box-shadow .2s ease!important;box-shadow:none}#root>div>nav[style*="220px"],#root>div>nav[style*="var(--sidebar-expanded)"]{transform:translate(0);box-shadow:4px 0 24px #00000026}main>div>div[style*="220px"][style*=min-width]{width:180px!important;min-width:180px!important}main>div>div[style*="360px"][style*="min-width: 320px"]{width:280px!important;min-width:240px!important}main>div>div[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important}main>div>div[style*="1fr 1fr"]{grid-template-columns:1fr!important}main table th:nth-child(5),main table td:nth-child(5),main table th:nth-child(8),main table td:nth-child(8){display:none}}@media(max-width:768px){:root{--font-base: 14px;--font-sm: 13px;--font-xs: 12px;--spacing-md: 8px;--spacing-lg: 12px;--header-height: 48px}#root>div>nav{position:fixed!important;left:0;top:0;bottom:0;z-index:200;width:260px!important;transform:translate(-100%);transition:transform .2s ease,box-shadow .2s ease!important}#root>div>nav[style*="220px"],#root>div>nav[style*="var(--sidebar-expanded)"]{transform:translate(0);box-shadow:4px 0 24px #0003}#root>div>nav button{min-height:44px!important;padding-top:10px!important;padding-bottom:10px!important;font-size:var(--font-sm)!important}header{padding:0 8px!important;gap:8px!important}header>div[style*="max-width: 480px"]{max-width:none!important}header button{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}header>button[style*=textTransform]{padding:4px!important}main>div[style*="display: flex"][style*="height: 100%"]{flex-direction:column!important;overflow:auto!important}main>div>div[style*="220px"][style*=min-width][style*=sidebar-bg]{display:none!important}main>div>div[style*="360px"][style*="min-width: 320px"]{width:100%!important;min-width:0!important;border-right:none!important}main>div>div[style*="flex: 1"][style*="flex-direction: column"][style*="overflow: hidden"]:last-of-type{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--card-bg)}main>div>div[style*="repeat(4"]{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}main>div>div[style*="1fr 1fr"]{grid-template-columns:1fr!important;gap:12px!important}main div[style*="repeat(4, 1fr)"][style*="gap: 8px"]{grid-template-columns:repeat(2,1fr)!important}main>div[style*="padding: 20px 24px"]{padding:12px!important}main table th:nth-child(4),main table td:nth-child(4),main table th:nth-child(5),main table td:nth-child(5),main table th:nth-child(6),main table td:nth-child(6),main table th:nth-child(8),main table td:nth-child(8){display:none}main>div>div[style*="justify-content: space-between"][style*="padding: 8px 16px"]{flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:8px 12px!important}main>div[style*="display: grid"]{gap:4px!important}main div[style*="border-radius: var(--radius-lg)"][style*="padding: 16px"]{border-radius:var(--radius-md)}main button,main a,main input[type=checkbox]{min-height:36px}input,textarea,select{min-height:40px!important;font-size:16px!important}::-webkit-scrollbar{width:8px;height:8px}header div[style*="width: 320px"]{width:calc(100vw - 24px)!important;right:-60px!important}header div[style*="width: 200px"]{width:240px!important}main div[style*="grid-template-columns: repeat(auto-fill"]{grid-template-columns:repeat(2,1fr)!important}main>div[style*="overflow-x: auto"]{-webkit-overflow-scrolling:touch}main>div[style*="display: flex"][style*="height: 100%"]>div[style*="width: 280px"],main>div[style*="display: flex"][style*="height: 100%"]>div[style*="width: 300px"]{width:100%!important;min-width:0!important;border-right:none!important}main>div>div[style*="width: 240px"]{display:none!important}}@media(max-width:480px){:root{--font-base: 14px;--font-sm: 13px;--spacing-sm: 6px;--spacing-md: 8px;--spacing-lg: 10px}main>div>div[style*="repeat(4"],main>div>div[style*="repeat(2"]{grid-template-columns:1fr!important}main>div>div[style*="repeat(4"]>button,main>div>div[style*="repeat(2"]>button{padding:12px!important}main>div>div[style*="repeat(4"]>button div[style*="font-size: 28px"]{font-size:22px!important}main div[style*="grid-template-columns: repeat(auto-fill"],main div[style*="grid-template-columns: repeat(2"]{grid-template-columns:1fr!important}header>div[style*=max-width]{display:none!important}}@media(min-width:1440px){main>div>div[style*="360px"][style*="min-width: 320px"]{width:420px!important}main>div>div[style*="repeat(4"]{gap:16px!important}main>div>div[style*="1fr 1fr"]{gap:20px!important}main table td,main table th{padding:8px 14px!important}}@media(min-width:1920px){main>div[style*="padding: 20px 24px"]{padding:24px 32px!important;max-width:1600px;margin:0 auto}main>div>div[style*="360px"][style*="min-width: 320px"]{width:480px!important}}@media(hover:none){button,a,[role=button]{min-height:44px;min-width:44px}*{transition-duration:0ms!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-contrast:high){:root{--border: #000000;--text-secondary: #333333;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 2px 8px rgba(0, 0, 0, .3)}button,a{text-decoration:underline}input,textarea,select{border-width:2px}}@media print{*,*:before,*:after{box-shadow:none!important;text-shadow:none!important}html,body,#root{height:auto!important;overflow:visible!important;background:#fff!important;color:#000!important;font-size:12pt!important;line-height:1.5!important}body{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}#root>div>nav{display:none!important}header{display:none!important}button,[role=button],input[type=button],input[type=submit],input[type=reset],input[type=text],input[type=search],input[type=email],textarea,select,div[style*="position: absolute"][style*="z-index: 100"],div[style*="position: fixed"][style*=z-index],div[style*="width: 320px"][style*=boxShadow],div[style*="width: 320px"][style*=box-shadow],div[style*="width: 200px"][style*=boxShadow],div[style*="width: 200px"][style*=box-shadow],div[style*="position: fixed"][style*=bottom],div[style*="position: fixed"][style*="top: 12px"]{display:none!important}::-webkit-scrollbar{display:none!important}div[style*="position: fixed"][style*="right: 16px"][style*="bottom: 16px"],div[style*="position: fixed"][style*="right: 24px"][style*="bottom: 24px"],input[type=checkbox],table th:first-child,table td:first-child{display:none!important}table th:nth-child(2),table td:nth-child(2){display:none!important}table th:last-child,table td:last-child{display:none!important}main>div>div[style*="220px"][style*=min-width][style*=sidebar-bg],main>div>div[style*="220px"][style*=min-width][style*=borderRight]{display:none!important}div[style*="position: fixed"][style*="inset: 0"],div[style*="position: fixed"][style*="top: 0"],div[style*=filterBar],div[style*="gap: 6px"][style*="padding: 6px 16px"][style*=flexWrap],div[style*="overflow: hidden"][style*="border: 1px solid"][style*="borderRadius: 4px"],div[style*="borderTop: 1px"][style*="fontSize: 11px"],div[style*="border-top: 1px"][style*="font-size: 11px"]{display:none!important}div,section,main,article,aside,nav,footer{background:transparent!important;background-color:#fff!important}*{color:#000!important}span[style*="borderRadius: 3px"][style*="color: #ffffff"],span[style*="border-radius: 3px"][style*="color: #fff"]{color:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}div,section,main,aside{border:none!important;border-color:transparent!important}table{border-collapse:collapse!important}table th,table td{border:1px solid #cccccc!important;border-bottom:1px solid #cccccc!important;padding:6px 10px!important;color:#000!important;background:#fff!important}table th{background:#f0f0f0!important;font-weight:700!important;color:#333!important}div[style*="overflow: hidden"],div[style*="overflow: auto"],div[style*="overflow-x: auto"],div[style*="overflow-y: auto"]{overflow:visible!important;height:auto!important;max-height:none!important}#root>div{display:block!important;height:auto!important;overflow:visible!important}main{overflow:visible!important;height:auto!important;flex:none!important}main>div>div[style*="flex: 1"][style*="flex-direction: column"]{width:100%!important}a[href]:after{content:" (" attr(href) ")";font-size:10pt;color:#666!important;font-weight:400;word-break:break-all}a[href^="#"]:after,a[href^="/"]:after,a[href^="javascript:"]:after{content:none}h1{font-size:18pt!important;font-weight:700!important;margin-bottom:8pt!important}h2{font-size:16pt!important;font-weight:600!important;margin-bottom:6pt!important}h3{font-size:14pt!important;font-weight:600!important;margin-bottom:4pt!important}p,span,div{font-size:11pt;line-height:1.5}code,pre{font-family:Consolas,Courier New,monospace!important;font-size:10pt!important;border:1px solid #cccccc!important;background:#f5f5f5!important;padding:2px 4px!important}pre{padding:8px!important;white-space:pre-wrap!important;word-wrap:break-word!important}div[style*=border-radius][style*="padding: 16px"],div[style*=borderRadius][style*=padding],tr{break-inside:avoid;page-break-inside:avoid}h1,h2,h3,h4,h5,h6{break-after:avoid;page-break-after:avoid}img,svg{break-inside:avoid;page-break-inside:avoid;max-width:100%!important}article,main>div>div[style*="flex: 1"][style*=padding]{break-before:auto}#root>div>div{display:block!important;width:100%!important}main>div{display:block!important;width:100%!important}div[style*=grid-template-columns],div[style*=gridTemplateColumns]{display:block!important}div[style*=grid-template-columns]>*,div[style*=gridTemplateColumns]>*{margin-bottom:12pt;width:100%!important}div[style*="borderRadius: 50%"],div[style*="border-radius: 50%"]{print-color-adjust:exact;-webkit-print-color-adjust:exact}@page{margin:1.5cm 2cm;size:A4}@page :first{margin-top:2cm}.truncate,[style*="text-overflow: ellipsis"],[style*="textOverflow: ellipsis"]{overflow:visible!important;text-overflow:clip!important;white-space:normal!important;max-width:none!important}}
