@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #070a0f;--bg2: #0b1118;--card: rgba(255,255,255,.055);--card2: rgba(255,255,255,.08);--line: rgba(255,255,255,.11);--line2: rgba(255,255,255,.18);--text: #f5f7fb;--muted: #d7d7d7;--soft: #c6cedb;--orange: #ff5f1f;--amber: #ff9f46;--green: #39d98a;--red: #ff5e6c;--yellow: #ffd166;--blue: #5cc8ff;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:radial-gradient(circle at 15% 5%,rgba(255,95,31,.2),transparent 28%),radial-gradient(circle at 85% 20%,rgba(92,200,255,.12),transparent 24%),linear-gradient(135deg,#050608,#0a0e14 45%,#0e1117);color:var(--text)}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.login-shell{min-height:100vh;display:grid;place-items:center;padding:32px;position:relative;overflow:hidden}.login-orb{position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(30px);opacity:.24;background:var(--orange);top:-120px;right:-90px}.login-card{width:min(460px,100%);border:1px solid var(--line);background:linear-gradient(145deg,#ffffff1a,#ffffff09);border-radius:34px;box-shadow:0 30px 100px #0000007a,inset 0 1px #ffffff1a;padding:34px;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.logo-mark{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--amber));box-shadow:0 18px 45px #ff5f1f59;font-weight:900}.login-title{font-size:30px;font-weight:800;margin:22px 0 8px}.login-sub{color:var(--muted);line-height:1.55;margin-bottom:24px}.login-tabs{display:flex;gap:10px;margin-bottom:18px}.login-tabs button{flex:1;border:1px solid var(--line);background:#ffffff0a;color:var(--muted);padding:11px 14px;border-radius:14px}.login-tabs button.active{color:#fff;border-color:#ff5f1f99;background:#ff5f1f24}.field{display:flex;flex-direction:column;gap:8px;margin:14px 0}.field label{color:var(--soft);font-size:13px}.input,.textarea,.select{width:100%;border:1px solid var(--line);border-radius:14px;background:#0007;color:#fff;padding:13px 14px;outline:none}.textarea{min-height:120px;resize:vertical}.input:focus,.textarea:focus,.select:focus{border-color:#ff5f1fbf;box-shadow:0 0 0 4px #ff5f1f1f}.primary-btn,.ghost-btn,.danger-btn{border:0;border-radius:14px;padding:12px 16px;color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-btn{background:linear-gradient(135deg,var(--orange),#ff7d36);box-shadow:0 14px 34px #ff5f1f40}.ghost-btn{background:#ffffff14;border:1px solid var(--line);color:var(--soft)}.danger-btn{background:#ff5e6c26;border:1px solid rgba(255,94,108,.35);color:#ffd5da}.btn-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.error-box{margin-top:14px;padding:12px;border:1px solid rgba(255,94,108,.3);background:#ff5e6c1a;color:#ffd0d7;border-radius:14px}.app{min-height:100vh;display:grid;grid-template-columns:286px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:22px;border-right:1px solid var(--line);background:#00000047;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;margin-bottom:22px}.brand .logo-mark{width:40px;height:40px;border-radius:13px}.search{display:flex;align-items:center;gap:10px;color:var(--muted);background:#ffffff0f;border:1px solid var(--line);padding:11px 12px;border-radius:14px;margin-bottom:22px}.nav-group-title{color:var(--muted);font-size:11px;letter-spacing:.11em;text-transform:uppercase;margin:20px 0 8px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:15px;color:#8e8d8d;border:1px solid transparent;margin-bottom:7px;transition:.18s ease}.nav-item:hover{color:#fff;background:#ffffff0e}.nav-item.active{color:#fff;background:linear-gradient(135deg,#ff5f1f2e,#ffffff12);border-color:#ff5f1f40;box-shadow:inset 0 1px #ffffff14}.side-note{margin-top:24px;padding:16px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(145deg,#ffffff14,#ffffff06);color:var(--muted);font-size:13px;line-height:1.55}.main{min-width:0}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--line);background:#0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0;z-index:5}.breadcrumb{color:var(--muted);font-size:14px}.user-pill{display:flex;align-items:center;gap:12px;background:#ffffff0f;border:1px solid var(--line);border-radius:999px;padding:8px 12px}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--orange),#1f2937);display:grid;place-items:center;font-weight:800}.content{padding:28px;max-width:1500px}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.page-title{font-size:30px;font-weight:800;margin:0 0 8px}.page-desc{color:var(--muted);margin:0}.grid{display:grid;gap:18px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);background:linear-gradient(145deg,#ffffff14,#ffffff09);border-radius:24px;padding:20px;box-shadow:0 20px 50px #0003,inset 0 1px #ffffff14}.card.glow{background:linear-gradient(145deg,#ff5f1ff2,#ff843d8c);color:#fff;box-shadow:0 25px 70px #ff5f1f38}.metric-label{color:var(--muted);font-size:13px;margin-bottom:10px}.metric-value{font-size:28px;font-weight:800;letter-spacing:-.03em}.card.glow .metric-label{color:#ffffffd1}.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:5px 9px;font-size:12px;border:1px solid var(--line);background:#ffffff0f;color:var(--soft)}.badge.green{color:#b8ffdc;border-color:#39d98a52;background:#39d98a1a}.badge.red{color:#ffd5da;border-color:#ff5e6c52;background:#ff5e6c1a}.badge.yellow{color:#fff1c2;border-color:#ffd16652;background:#ffd1661a}.badge.orange{color:#ffdac2;border-color:#ff5f1f52;background:#ff5f1f1a}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px;background:#ffffff09}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;border-bottom:1px solid rgba(255,255,255,.075);padding:13px 14px;font-size:13px;vertical-align:top}th{color:var(--muted);font-weight:600;background:#ffffff0a;position:sticky;top:0}td{color:#dfe5ee}.truncate{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.toast{position:fixed;right:24px;bottom:24px;z-index:20;padding:14px 16px;border-radius:16px;border:1px solid var(--line);background:#10161f;box-shadow:0 20px 70px #0006}.loading{color:var(--muted);padding:30px}.empty{text-align:center;color:var(--muted);padding:34px}.kv{display:grid;grid-template-columns:140px 1fr;gap:8px;color:var(--soft);font-size:14px}.kv span:first-child{color:var(--muted)}@media (max-width: 980px){.app{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.grid-2,.grid-3,.grid-4,.form-grid{grid-template-columns:1fr}.topbar{position:relative}.content{padding:18px}}.icon-btn{border:1px solid var(--line);background:#ffffff13;color:var(--text);border-radius:12px;width:40px;height:40px;display:inline-grid;place-items:center}.hamburger{display:none}.mobile-sidebar-head{display:none;align-items:center;justify-content:space-between;margin-bottom:16px}.mobile-backdrop{display:none}.lang-select{width:auto;min-width:110px;padding:9px 10px}.status-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.status-tile{border:1px solid var(--line);background:#ffffff0b;border-radius:18px;padding:14px}.status-tile .label{color:var(--muted);font-size:12px;margin-bottom:8px}.status-tile .value{font-size:22px;font-weight:800}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.log-message{max-width:420px;white-space:normal;line-height:1.35}.proxy-endpoint{display:flex;flex-direction:column;gap:4px}.proxy-endpoint .sub{color:var(--muted);font-size:12px}@media (max-width: 980px){.app{display:block}.hamburger{display:inline-grid}.sidebar{position:fixed;z-index:30;left:0;top:0;bottom:0;width:min(86vw,320px);height:100vh;overflow:auto;transform:translate(-105%);transition:transform .18s ease}.sidebar.open{transform:translate(0)}.mobile-sidebar-head{display:flex}.mobile-backdrop.show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.topbar{position:sticky;padding:0 14px;gap:10px}.breadcrumb{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.topbar-actions{gap:8px;justify-content:flex-end}.user-pill span{display:none}.ghost-btn{padding:10px 12px}.status-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.status-strip{grid-template-columns:1fr}.page-head{align-items:flex-start;flex-direction:column}.topbar .ghost-btn{font-size:0}.topbar .ghost-btn svg{margin:0}.lang-select{min-width:92px}}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid rgba(148,163,184,.3);background:#94a3b81f}.status-running{background:#3b82f624;border-color:#3b82f659}html body #root button.compact-url-btn,html body #root .compact-url-btn{width:32px!important;min-width:32px!important;max-width:32px!important}html body #root table tbody td:nth-child(6){font-size:10px!important}html body #root table tbody td a,html body #root table tbody td span{min-width:0}html body #root table thead th,html body #root table tbody td{text-align:center!important;vertical-align:middle!important}html body #root table tbody td .btn-row,html body #root table tbody td .badge,html body #root table tbody td [class*=badge],html body #root table tbody td button,html body #root table tbody td .ghost-btn,html body #root table tbody td .primary-btn,html body #root table tbody td .danger-btn{margin-left:auto!important;margin-right:auto!important;justify-content:center!important;align-items:center!important}html body #root table tbody tr td:last-child .btn-row{margin-left:auto!important;margin-right:auto!important;justify-content:center!important;align-items:center!important}html body #root table tbody td .progress-cell,html body #root table tbody td .compact-progress{margin-left:auto!important;margin-right:auto!important;text-align:center!important;align-items:center!important}html body #root table tbody td .compact-url-btn,html body #root table tbody td button[title="URL 전체 보기"]{margin-left:auto!important;margin-right:auto!important}html body #root table tbody td{white-space:nowrap!important}html body #root table tbody td>span,html body #root table tbody td>div,html body #root table tbody td>a{margin-left:auto!important;margin-right:auto!important}html body #root table tbody td span,html body #root table tbody td a{text-align:center!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root table tbody td .full-date-cell{display:inline-block!important;width:100%!important;min-width:116px!important;max-width:none!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;font-size:10.5px!important;line-height:1.2!important;text-align:center!important}html body #root table th:nth-child(6),html body #root table td:nth-child(6){width:126px!important;min-width:126px!important;max-width:126px!important;overflow:visible!important}html body #root table td:nth-child(6){white-space:nowrap!important;text-overflow:clip!important}html body #root .field{display:flex;flex-direction:column;gap:7px;width:100%}html body #root .field>span{font-size:12px;font-weight:700;color:#ffffffb8;letter-spacing:-.01em}html body #root .field select:focus{border-color:#ff6d28a6;box-shadow:0 0 0 3px #ff6d281f}html body #root .field select:disabled{opacity:.5;cursor:not-allowed}html body #root .field select option{background:#111827;color:#f9fafb}html body #root .table-filter-bar{display:grid;grid-template-columns:minmax(160px,1fr) 108px 108px 96px 104px 78px 96px;gap:8px;align-items:center;margin-bottom:10px}html body #root .table-filter-input,html body #root .table-filter-date,html body #root .table-filter-select{width:100%;height:34px;min-height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#030712b8;color:#ffffffeb;padding:0 10px;font-size:12px;box-sizing:border-box}html body #root .table-sort-btn{height:34px!important;min-height:34px!important;padding:0 8px!important;font-size:12px!important;white-space:nowrap}html body #root .table-count-row{font-size:12px;color:#ffffff8c;margin-bottom:8px}html body #root .table-scroll-wrap{width:100%;overflow-x:hidden}html body #root .th-click{cursor:pointer;-webkit-user-select:none;user-select:none}html body #root .empty-cell{text-align:center;padding:24px 8px!important;color:#ffffff8c}html body #root .table-pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:12px}html body #root .table-pagination button:disabled{opacity:.35;cursor:not-allowed}html body #root .table-pagination span{font-size:12px;color:#ffffffb3;min-width:58px;text-align:center}@media (max-width: 1280px){html body #root .table-filter-bar{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 760px){html body #root .table-filter-bar{grid-template-columns:1fr}}html body #root .app{grid-template-columns:236px 1fr!important}html body #root .sidebar{padding:18px!important}html body #root .nav-item{min-height:38px!important;padding:9px 11px!important;font-size:13px!important;border-radius:12px!important}html body #root .content{padding:22px!important;max-width:1680px!important}html body #root .card{padding:16px!important;border-radius:20px!important}html body #root .page-head{margin-bottom:16px!important}html body #root .data-table-panel{width:100%;min-width:0}html body #root .table-scroll-wrap{width:100%;overflow-x:hidden!important}html body #root table{width:100%!important;table-layout:fixed!important;border-collapse:collapse!important;min-width:0!important}html body #root table th,html body #root table td{text-align:center!important;vertical-align:middle!important;padding:5px!important;font-size:12px!important;line-height:1.25!important;white-space:nowrap!important;word-break:keep-all!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .table-filter-bar{display:grid!important;grid-template-columns:minmax(160px,1fr) 108px 108px 96px 104px 78px 96px!important;gap:7px!important;align-items:center!important;margin-bottom:10px!important}html body #root .table-filter-input,html body #root .table-filter-date,html body #root .table-filter-select{height:32px!important;min-height:32px!important;border-radius:10px!important;font-size:12px!important;padding:0 9px!important}html body #root .task-search-row{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important}html body #root .task-search-row .field,html body #root .task-search-row label,html body #root .task-search-row>div{width:320px!important;min-width:320px!important;max-width:320px!important;margin:0!important}html body #root .task-search-row input{height:38px!important}html body #root .task-search-row button{width:78px!important;min-width:78px!important;height:38px!important;min-height:38px!important;padding:0 10px!important}html body #root table tbody td button,html body #root table tbody td .ghost-btn,html body #root table tbody td .primary-btn,html body #root table tbody td .danger-btn,html body #root button.compact-table-btn,html body #root .compact-table-btn{padding:0 3px!important;margin:0 auto!important;height:18px!important;min-height:18px!important;max-height:18px!important;font-size:9.5px!important;line-height:18px!important;border-radius:5px!important;gap:2px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;box-sizing:border-box!important}html body #root table tbody td button svg,html body #root table tbody td .ghost-btn svg,html body #root table tbody td .danger-btn svg,html body #root .compact-table-btn svg{width:8px!important;height:8px!important;min-width:8px!important}html body #root table tbody td:has(.full-date-cell){overflow:visible!important;text-overflow:clip!important}html body #root .field select{width:100%;min-height:42px;height:42px;padding:0 13px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#030712b8;color:#ffffffeb;outline:none;font-size:13px;box-sizing:border-box}@media (max-width: 1280px){html body #root .app{grid-template-columns:210px 1fr!important}html body #root .table-filter-bar{grid-template-columns:1fr 1fr 1fr!important}}@media (max-width: 760px){html body #root .table-filter-bar{grid-template-columns:1fr!important}html body #root .task-search-row{justify-content:stretch!important}}:root{--bg: #070b12 !important;--bg2: #0b111b !important;--panel: rgba(13, 20, 33, .92) !important;--panel2: rgba(17, 25, 40, .86) !important;--panel3: rgba(23, 32, 49, .78) !important;--line: rgba(148, 163, 184, .14) !important;--line2: rgba(148, 163, 184, .22) !important;--text: #f3f6fb !important;--muted: #94a3b8 !important;--soft: #cbd5e1 !important;--violet: #7c5cff !important;--violet2: #9b7cff !important;--blue: #4f8cff !important;--green: #31d085 !important;--red: #ef4444 !important;--yellow: #f59e0b !important}html,body,#root{background:radial-gradient(circle at 18% 0%,rgba(124,92,255,.16),transparent 26%),radial-gradient(circle at 82% 16%,rgba(79,140,255,.1),transparent 25%),linear-gradient(135deg,#05070c,#07101c 48%,#0b1422)!important;color:var(--text)!important}body{box-shadow:inset 3px 0 #7c5cff,0 14px 32px #00000040!important}html body #root .nav-item svg{width:17px!important;height:17px!important}html body #root .topbar{height:72px!important;padding:0 30px!important;background:#050a1294!important;border-bottom:1px solid rgba(148,163,184,.12)!important;-webkit-backdrop-filter:blur(22px)!important;backdrop-filter:blur(22px)!important}html body #root .breadcrumb{color:#cbd5e1b8!important}html body #root .user-pill{background:#0f172ab8!important;border:1px solid rgba(148,163,184,.16)!important;box-shadow:0 12px 26px #00000038!important}html body #root .content{padding:28px 32px!important;max-width:1720px!important}html body #root .page-title{font-size:28px!important;font-weight:800!important;letter-spacing:-.04em!important}html body #root .page-desc{color:#cbd5e1ad!important;font-size:14px!important}html body #root .card{background:linear-gradient(180deg,#121b2be0,#0c121fd1)!important;border:1px solid rgba(148,163,184,.14)!important;border-radius:18px!important;padding:18px!important;box-shadow:0 18px 52px #00000042,inset 0 1px #ffffff09!important}html body #root .card.glow{background:linear-gradient(145deg,#7c5cff52,#3b82f629)!important;border-color:#7c5cff5c!important;box-shadow:0 22px 58px #7c5cff2e,inset 0 1px #ffffff12!important}html body #root .metric-label{color:#cbd5e1a8!important;font-size:12px!important}html body #root .metric-value{font-size:28px!important;letter-spacing:-.04em!important}html body #root .input,html body #root .textarea,html body #root .select,html body #root input,html body #root textarea,html body #root select{background:#030712b8!important;border:1px solid rgba(148,163,184,.14)!important;color:#f8fafcf5!important;border-radius:12px!important}html body #root input:focus,html body #root textarea:focus,html body #root select:focus{border-color:#7c5cffb8!important;box-shadow:0 0 0 3px #7c5cff1f!important}html body #root .primary-btn{background:linear-gradient(135deg,#7c5cff,#4f8cff)!important;box-shadow:0 14px 34px #7c5cff42!important;border:1px solid rgba(255,255,255,.08)!important}html body #root .ghost-btn{background:#0f172ac7!important;border:1px solid rgba(148,163,184,.16)!important;color:#e2e8f0eb!important}html body #root .danger-btn{background:#ef444424!important;border:1px solid rgba(239,68,68,.32)!important;color:#fecaca!important}html body #root .badge{border-radius:999px!important;border:1px solid rgba(148,163,184,.16)!important;background:#94a3b81a!important;color:#e2e8f0eb!important}html body #root .badge.green{background:#31d08524!important;border-color:#31d08552!important;color:#86efac!important}html body #root .badge.red{background:#ef444429!important;border-color:#ef444457!important;color:#fecaca!important}html body #root .badge.yellow,html body #root .badge.orange{background:#f59e0b29!important;border-color:#f59e0b57!important;color:#fcd34d!important}html body #root .table-wrap,html body #root .table-scroll-wrap{border-radius:16px!important;border:1px solid rgba(148,163,184,.14)!important;background:#090f199e!important;overflow-x:hidden!important}html body #root .table-filter-bar{display:grid!important;grid-template-columns:minmax(160px,1fr) 108px 108px 96px 104px 78px 96px!important;gap:8px!important;align-items:center!important;margin-bottom:12px!important}html body #root .table-filter-input,html body #root .table-filter-date,html body #root .table-filter-select{height:34px!important;min-height:34px!important;background:#030712b8!important;border:1px solid rgba(148,163,184,.14)!important;color:#f8fafceb!important;border-radius:10px!important;padding:0 10px!important;font-size:12px!important}html body #root table{width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}html body #root table th{background:#0f172ad1!important;color:#cbd5e1b8!important;font-weight:700!important;font-size:11.5px!important;padding:8px 6px!important;text-align:center!important;border-bottom:1px solid rgba(148,163,184,.14)!important}html body #root table td{color:#e2e8f0e6!important;font-size:12px!important;padding:6px!important;text-align:center!important;vertical-align:middle!important;border-bottom:1px solid rgba(148,163,184,.08)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root table tr:hover td{background:#7c5cff0b!important}html body #root table tbody td button,html body #root table tbody td .ghost-btn,html body #root table tbody td .primary-btn,html body #root table tbody td .danger-btn,html body #root .compact-table-btn{height:18px!important;min-height:18px!important;max-height:18px!important;padding:0 3px!important;margin:0 auto!important;font-size:9.5px!important;line-height:18px!important;border-radius:5px!important;gap:2px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}html body #root table tbody td button svg,html body #root table tbody td .compact-table-btn svg{width:8px!important;height:8px!important}html body #root .full-date-cell{display:inline-block!important;min-width:116px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;font-size:10.5px!important}html body #root table tbody td:has(.full-date-cell){overflow:visible!important}html body #root .table-pagination{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;margin-top:12px!important}html body #root .table-pagination button{height:28px!important;min-height:28px!important;padding:0 10px!important;font-size:12px!important}@media (max-width: 1280px){html body #root .app{grid-template-columns:216px 1fr!important}html body #root .content{padding:20px!important}html body #root .table-filter-bar{grid-template-columns:1fr 1fr 1fr!important}}@media (max-width: 760px){html body #root .app{display:block!important}html body #root .table-filter-bar{grid-template-columns:1fr!important}}html body #root .brand-title{font-size:18px;font-weight:850;letter-spacing:-.04em}html body #root .brand-sub{margin-top:2px;font-size:12px;color:#cbd5e18f}html body #root .topbar-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}html body #root .global-search{width:min(520px,46vw);height:42px;display:flex;align-items:center;gap:10px;background:#080d17c7;border:1px solid rgba(148,163,184,.13);border-radius:12px;padding:0 12px;color:#cbd5e1a6}html body #root .global-search input{flex:1;border:0!important;background:transparent!important;height:100%!important;padding:0!important;box-shadow:none!important}html body #root .global-search kbd{font-size:11px;color:#cbd5e199;border:1px solid rgba(148,163,184,.18);border-radius:7px;padding:3px 7px;background:#0f172ae0}html body #root .topbar-actions{display:flex;align-items:center;gap:10px}html body #root .top-icon-btn{width:34px;height:34px;display:inline-grid;place-items:center;border-radius:10px}html body #root .page-breadcrumb{display:inline-flex;align-items:center;gap:7px;color:#cbd5e18c;font-size:12px;margin-bottom:12px}html body #root .nav-section{margin-bottom:18px}html body #root .nav-item{width:100%;border:1px solid transparent!important;background:transparent!important;min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;font-size:14px!important;color:#cbd5e1b8!important}html body #root .sidebar-collapse-btn{position:absolute;left:18px;bottom:18px;border:0;background:transparent;color:#cbd5e19e;font-size:13px}html body #root .card{border-radius:18px!important;background:linear-gradient(180deg,#121b2be0,#0c121fd1)!important;border:1px solid rgba(148,163,184,.14)!important}html body #root .table-filter-bar{background:#03071247;border:1px solid rgba(148,163,184,.08);border-radius:14px;padding:10px}html body #root table th{background:#0f172ae6!important}@media (max-width: 980px){html body #root .global-search{display:none}html body #root .top-logout-btn{display:none!important}}html body #root .premium-shell{background:radial-gradient(circle at 12% 0%,rgba(124,92,255,.14),transparent 24%),radial-gradient(circle at 88% 8%,rgba(79,140,255,.1),transparent 22%),linear-gradient(135deg,#05070c,#07101c 48%,#0b1422)!important}html body #root .premium-sidebar{background:#040911c7!important;border-right:1px solid rgba(148,163,184,.12)!important;box-shadow:inset -1px 0 #ffffff08!important}html body #root .premium-brand{padding-bottom:20px!important;border-bottom:1px solid rgba(148,163,184,.13)!important}html body #root .brand-title{font-size:18px!important;font-weight:850!important;letter-spacing:-.04em!important}html body #root .brand-sub{margin-top:2px!important;font-size:12px!important;color:#cbd5e18f!important}html body #root .nav-section{margin-bottom:18px!important}html body #root .nav-group-title{font-size:11px!important;color:#94a3b894!important;margin:18px 0 8px!important}html body #root .nav-item{width:100%!important;border:1px solid transparent!important;background:transparent!important;min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;font-size:14px!important;color:#cbd5e1b8!important}html body #root .nav-item:hover{background:#94a3b814!important;color:#fff!important}html body #root .nav-item.active{background:linear-gradient(90deg,#7c5cff42,#3b82f614)!important;color:#fff!important;border-color:#7c5cff47!important;box-shadow:inset 3px 0 #7c5cff!important}html body #root .sidebar-collapse-btn{position:absolute!important;left:18px!important;bottom:18px!important;border:0!important;background:transparent!important;color:#cbd5e19e!important;font-size:13px!important}html body #root .premium-topbar{height:70px!important;background:#050a129e!important;border-bottom:1px solid rgba(148,163,184,.12)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}html body #root .topbar-left{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important;flex:1!important}html body #root .global-search{width:min(520px,46vw)!important;height:42px!important;display:flex!important;align-items:center!important;gap:10px!important;background:#080d17c7!important;border:1px solid rgba(148,163,184,.13)!important;border-radius:12px!important;padding:0 12px!important;color:#cbd5e1a6!important}html body #root .global-search input{flex:1!important;border:0!important;background:transparent!important;height:100%!important;padding:0!important;box-shadow:none!important}html body #root .global-search kbd{font-size:11px!important;color:#cbd5e199!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:7px!important;padding:3px 7px!important;background:#0f172ae0!important}html body #root .topbar-actions{display:flex!important;align-items:center!important;gap:10px!important}html body #root .top-icon-btn{width:34px!important;height:34px!important;display:inline-grid!important;place-items:center!important;border-radius:10px!important;border:1px solid transparent!important;background:transparent!important;color:#cbd5e1bf!important;position:relative!important}html body #root .top-icon-btn.with-badge span{position:absolute!important;top:-4px!important;right:-4px!important;min-width:16px!important;height:16px!important;border-radius:999px!important;background:#ef4444!important;color:#fff!important;font-size:10px!important;display:grid!important;place-items:center!important;font-weight:800!important}html body #root .premium-user-pill{min-height:42px!important;border-radius:14px!important;padding:6px 10px!important;background:#0f172ab8!important}html body #root .user-meta{display:flex!important;flex-direction:column!important;line-height:1.15!important}html body #root .user-meta strong{font-size:13px!important}html body #root .user-meta span{font-size:11px!important;color:#cbd5e194!important}html body #root .top-logout-btn{height:34px!important;min-height:34px!important;padding:0 10px!important;font-size:12px!important}html body #root .premium-content{padding:26px 32px!important;max-width:1760px!important}html body #root .page-breadcrumb{display:inline-flex!important;align-items:center!important;gap:7px!important;color:#cbd5e18c!important;font-size:12px!important;margin-bottom:12px!important}html body #root .page-head{margin-bottom:18px!important}html body #root .page-title{font-size:28px!important;letter-spacing:-.04em!important}html body #root .page-desc{color:#cbd5e1ad!important}html body #root .grid.grid-4,html body #root .grid.grid-3{gap:14px!important}html body #root .metric-card,html body #root .card{border-radius:18px!important;background:linear-gradient(180deg,#121b2be0,#0c121fd1)!important;border:1px solid rgba(148,163,184,.14)!important;box-shadow:0 18px 52px #00000042,inset 0 1px #ffffff09!important}html body #root .metric-label{font-size:12px!important;color:#cbd5e19e!important}html body #root .metric-value{font-size:28px!important;font-weight:850!important;letter-spacing:-.04em!important}html body #root .table-filter-bar{background:#03071247!important;border:1px solid rgba(148,163,184,.08)!important;border-radius:14px!important;padding:10px!important}html body #root table th{background:#0f172ae6!important;color:#cbd5e1b8!important;font-weight:700!important;font-size:11.5px!important}html body #root table td{color:#e2e8f0e6!important;font-size:12px!important}html body #root table tbody tr:hover td{background:#7c5cff0b!important}@media (max-width: 980px){html body #root .global-search,html body #root .top-logout-btn{display:none!important}}html body #root .global-search,html body #root .top-icon-btn{display:none!important}html body #root .topbar-left{flex:1!important}html body #root .topbar-actions{margin-left:auto!important}html body #root .premium-topbar{justify-content:space-between!important}html body #root footer,html body #root .footer,html body #root .app-footer,html body #root .sidebar-collapse-btn{display:none!important}html body #root .grid.grid-4:has(.metric-value):has(.metric-label){grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}html body #root .dash-card-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}html body #root .dash-card-head h3{margin:0 0 4px;font-size:15px;letter-spacing:-.02em}html body #root .dash-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;border:1px solid rgba(255,255,255,.08)}html body #root .dash-icon.green{background:#31d08524;color:#86efac}html body #root .dash-icon.blue{background:#4f8cff29;color:#93c5fd}html body #root .dash-icon.violet{background:#7c5cff29;color:#c4b5fd}html body #root .success-graph{display:flex;flex-direction:column;gap:10px}html body #root .success-graph-bar{height:12px;width:100%;overflow:hidden;display:flex;border-radius:999px;background:#94a3b821}html body #root .success-graph-bar .success{background:linear-gradient(90deg,#22c55e,#86efac)}html body #root .success-graph-bar .failed{background:linear-gradient(90deg,#ef4444,#fb7185)}html body #root .success-graph-meta{display:flex;justify-content:space-between;font-size:12px;color:#cbd5e1ad}html body #root .proxy-monitor-list{display:flex;flex-direction:column;gap:8px}html body #root .proxy-monitor-row{display:grid;grid-template-columns:1.2fr 82px 92px 1.2fr;gap:10px;align-items:center;padding:9px 10px;border-radius:12px;background:#0307125c;border:1px solid rgba(148,163,184,.08)}html body #root .proxy-monitor-row strong{font-size:12px}html body #root .proxy-monitor-row span{display:block;font-size:11px;color:#cbd5e19e}html body #root .proxy-mini,html body #root .proxy-time{display:flex;flex-direction:column;gap:2px}html body #root table td{padding-top:8px!important;padding-bottom:8px!important}html body #root table th{padding-top:9px!important;padding-bottom:9px!important}html body #root table tbody td button,html body #root table tbody td .ghost-btn,html body #root table tbody td .danger-btn,html body #root .compact-table-btn{height:21px!important;min-height:21px!important;line-height:21px!important;font-size:9.8px!important;border-radius:6px!important}html body #root table tbody td .ghost-btn{background:#4f8cff1f!important;border-color:#4f8cff38!important;color:#bfdbfe!important}html body #root table tbody td .danger-btn{background:#ef444424!important;border-color:#ef44444d!important;color:#fecaca!important}html body #root .task-chart-summary{display:grid;grid-template-columns:1.2fr repeat(4,.7fr);gap:8px;margin-bottom:14px}html body #root .task-chart-summary>div{padding:10px;border-radius:12px;background:#03071257;border:1px solid rgba(148,163,184,.08);display:flex;flex-direction:column;gap:4px}html body #root .task-chart-summary strong{font-size:24px;letter-spacing:-.04em;color:#86efac}html body #root .task-chart-summary b{font-size:16px;color:#f8fafceb}html body #root .task-chart-summary span{font-size:11px;color:#cbd5e19e}html body #root .task-candle-chart{width:100%;height:180px;border-radius:14px;background:linear-gradient(180deg,#0f172a75,#0307123d);border:1px solid rgba(148,163,184,.08);padding:8px}html body #root .task-candle-chart svg{width:100%;height:100%;overflow:visible}html body #root .chart-axis{stroke:#94a3b852;stroke-width:1}html body #root .chart-grid{stroke:#94a3b81f;stroke-width:1}html body #root .chart-label{fill:#cbd5e185;font-size:10px}html body #root .chart-line{fill:none;stroke:#7c5cff;stroke-width:2.2;filter:drop-shadow(0 0 8px rgba(124,92,255,.45))}html body #root .chart-dot{fill:#c4b5fd;stroke:#030712f2;stroke-width:1.5}html body #root .candle-wick.up{stroke:#31d085c7;stroke-width:1.4}html body #root .candle-wick.down{stroke:#ef4444c7;stroke-width:1.4}html body #root .candle-body.up{fill:#31d085b8}html body #root .candle-body.down{fill:#ef4444b8}html body #root .login-brand-title,html body #root .login-title{text-align:center!important;width:100%!important;justify-content:center!important;letter-spacing:-.04em!important}html body #root .login-card{text-align:center!important}html body #root .login-card .logo-mark{display:none!important}html body #root .login-title{font-size:34px!important;font-weight:900!important;margin:18px 0 8px!important;background:linear-gradient(135deg,#fff,#c4b5fd 55%,#60a5fa);-webkit-background-clip:text;background-clip:text;color:transparent!important}html body #root .login-sub,html body #root .login-card{text-align:center!important}html body #root .login-brand-only{width:100%;text-align:center;font-size:38px;font-weight:950;letter-spacing:-.06em;margin:4px 0 10px;background:linear-gradient(135deg,#fff,#c4b5fd 55%,#60a5fa);-webkit-background-clip:text;background-clip:text;color:transparent}html body #root .login-tabs-3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}html body #root .login-tabs-3 button{min-height:42px;padding:0 8px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;font-size:12px}html body #root .login-mode-desc{margin:0 0 14px;padding:10px 12px;border-radius:13px;background:#0f172a9e;border:1px solid rgba(148,163,184,.12);color:#cbd5e1b8;font-size:12px;line-height:1.45;text-align:center}html body #root .login-submit-btn{width:100%;margin-top:14px}html body #root .login-test-note{margin-top:14px;color:#cbd5e17a;font-size:11px;line-height:1.45}html body #root .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000094;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html body #root .modal-card{width:min(760px,96vw);max-height:86vh;overflow:auto}html body #root .modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}html body #root .modal-head h3{margin:0 0 6px;font-size:18px}html body #root .modal-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:8px}html body #root .edit-task-modal .input{min-height:42px}html body #root .grid.grid-5,html body #root .task-summary-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}@media (max-width: 1280px){html body #root .grid.grid-5,html body #root .task-summary-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 760px){html body #root .grid.grid-5,html body #root .task-summary-cards{grid-template-columns:1fr}}html body #root .metric-filter-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0;margin:0;text-align:left;width:100%;cursor:pointer;border-radius:18px}html body #root .metric-filter-btn .card{height:100%;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}html body #root .metric-filter-btn:hover .card{transform:translateY(-1px);border-color:#7c5cff5c!important;box-shadow:0 18px 48px #7c5cff1f!important}html body #root .metric-filter-btn.active .card{border-color:#7c5cffb8!important;box-shadow:0 0 0 1px #7c5cff57,0 18px 48px #7c5cff2e!important}html body #root .queue-filter-indicator{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:8px;color:#cbd5e1ad;font-size:12px}html body #root .queue-filter-indicator b{color:#c4b5fd}html body #root .queue-filter-indicator .ghost-btn{height:26px!important;min-height:26px!important;padding:0 9px!important;font-size:11px!important}html body #root .grid.grid-6,html body #root .task-summary-cards.grid-6{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important}html body #root .task-summary-cards .metric-filter-btn{display:block!important;width:100%!important;text-align:left!important;border:0!important;background:transparent!important;padding:0!important;cursor:pointer!important}html body #root .task-summary-cards .metric-filter-btn .card{min-height:104px!important;border-radius:18px!important;position:relative!important;overflow:hidden!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}html body #root .task-summary-cards .metric-filter-btn .card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--card-accent, #7c5cff);opacity:.9}html body #root .task-summary-cards .metric-filter-btn:hover .card{transform:translateY(-2px)!important;box-shadow:0 18px 48px #7c5cff29!important}html body #root .task-summary-cards .metric-filter-btn.active .card{border-color:var(--card-accent, #7c5cff)!important;box-shadow:0 0 0 1px color-mix(in srgb,var(--card-accent, #7c5cff) 45%,transparent),0 18px 48px #7c5cff2e!important}html body #root .task-summary-cards .metric-value{color:#fff!important;font-weight:900!important;letter-spacing:-.04em!important}html body #root .task-summary-cards .metric-label{color:#e2e8f0c2!important}html body #root .card-tone-total{--card-accent: #7c5cff}html body #root .card-tone-total .card{background:linear-gradient(180deg,#7c5cff33,#111827db)!important}html body #root .card-tone-slots{--card-accent: #38bdf8}html body #root .card-tone-slots .card{background:linear-gradient(180deg,#38bdf82b,#111827db)!important}html body #root .card-tone-reserved{--card-accent: #f59e0b}html body #root .card-tone-reserved .card{background:linear-gradient(180deg,#f59e0b2b,#111827db)!important}html body #root .card-tone-completed{--card-accent: #22c55e}html body #root .card-tone-completed .card{background:linear-gradient(180deg,#22c55e2e,#111827db)!important}html body #root .card-tone-ending{--card-accent: #fb7185}html body #root .card-tone-ending .card{background:linear-gradient(180deg,#fb71852b,#111827db)!important}html body #root .card-tone-remain{--card-accent: #a78bfa}html body #root .card-tone-remain .card{background:linear-gradient(180deg,#a78bfa29,#111827db)!important}@media (max-width: 1500px){html body #root .grid.grid-6,html body #root .task-summary-cards.grid-6{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 760px){html body #root .grid.grid-6,html body #root .task-summary-cards.grid-6{grid-template-columns:1fr!important}}.bulk-action-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0}.bulk-action-bar{display:flex;align-items:center;justify-content:space-between;margin:14px 0;gap:16px}.bulk-selected-count{color:#fff;font-size:14px;font-weight:700}.bulk-action-buttons{display:flex;gap:10px}.checkbox-col{width:42px;text-align:center}.warning-btn{border:none;border-radius:10px;padding:10px 16px;background:#ff9f43;color:#fff;font-weight:700;cursor:pointer}.warning-btn:disabled{opacity:.45;cursor:not-allowed}.bulk-action-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 12px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.checkbox-col{display:flex;justify-content:center;align-items:center}.checkbox-col input{width:16px;height:16px;cursor:pointer}.checkbox-col-fixed{width:52px;min-width:52px;display:flex;align-items:center;justify-content:center}table th:first-child,table td:first-child{width:52px!important;min-width:52px!important;max-width:52px!important;text-align:center}html body #root table tbody tr td:last-child button,html body #root table tbody tr td:last-child .compact-table-btn{width:40px!important;min-width:40px!important;max-width:40px!important}html body #root table tbody td .btn-row{display:flex!important;gap:4px!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important}html body #root table tbody td button,html body #root table tbody td .primary-btn,html body #root table tbody td .ghost-btn,html body #root table tbody td .danger-btn,html body #root table tbody td .compact-table-btn{height:18px!important;min-height:18px!important;max-height:18px!important;padding:0 4px!important;font-size:9.5px!important;line-height:18px!important;border-radius:5px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;box-sizing:border-box!important}html body #root table tbody tr td:last-child button.compact-table-btn,html body #root table tbody tr td:last-child .compact-table-btn{width:40px!important;min-width:40px!important;max-width:40px!important}html body #root table tbody tr td:last-child .btn-row{display:grid!important;grid-template-columns:repeat(4,40px)!important;gap:3px!important;width:168px!important;max-width:168px!important;margin:0 auto!important;justify-content:center!important}html body #root table tbody tr td:last-child button,html body #root table tbody tr td:last-child .compact-table-btn,html body #root table tbody tr td:last-child .primary-btn,html body #root table tbody tr td:last-child .ghost-btn,html body #root table tbody tr td:last-child .danger-btn{width:40px!important;min-width:40px!important;max-width:40px!important;height:18px!important;min-height:18px!important;max-height:18px!important;padding:0 3px!important;font-size:9px!important;line-height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:5px!important;white-space:nowrap!important}html body #root table tbody tr td:last-child button svg,html body #root table tbody tr td:last-child .compact-table-btn svg{width:8px!important;height:8px!important}html body #root .compact-url-btn,html body #root table tbody td button[title="URL 전체 보기"]{width:32px!important;min-width:32px!important;max-width:32px!important}html body #root table th:nth-child(11),html body #root table td:nth-child(11),html body #root table th:nth-child(12),html body #root table td:nth-child(12),html body #root table th:nth-child(13),html body #root table td:nth-child(13),html body #root table th:nth-child(14),html body #root table td:nth-child(14){width:58px!important;min-width:58px!important;max-width:58px!important;padding-left:4px!important;padding-right:4px!important;text-align:center!important}html body #root table th:nth-child(4),html body #root table td:nth-child(4){width:52px!important;min-width:52px!important;max-width:52px!important;padding-left:3px!important;padding-right:3px!important;text-align:center!important}html body #root table th:nth-child(8),html body #root table td:nth-child(8){width:58px!important;min-width:58px!important;max-width:58px!important;padding-left:4px!important;padding-right:4px!important;text-align:center!important}html body #root table th:nth-child(10),html body #root table td:nth-child(10){width:72px!important;min-width:72px!important;max-width:72px!important;padding-left:4px!important;padding-right:4px!important;text-align:center!important;font-size:10px!important}html body #root table th:nth-child(2),html body #root table td:nth-child(2){width:72px!important;min-width:72px!important;max-width:72px!important;padding-left:4px!important;padding-right:4px!important;text-align:center!important}html body #root .seller-page table th:nth-child(9),html body #root .seller-page table td:nth-child(9){width:110px!important;min-width:110px!important;max-width:110px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .seller-page table th:last-child,html body #root .seller-page table td:last-child{width:210px!important;min-width:210px!important;max-width:210px!important}html body #root .seller-page table td:last-child .btn-row{display:grid!important;grid-template-columns:repeat(4,44px)!important;gap:3px!important;width:184px!important;max-width:184px!important}html body #root table th:nth-child(9),html body #root table td:nth-child(9){width:118px!important;min-width:118px!important;max-width:118px!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}html body #root table th:nth-child(4),html body #root table td:nth-child(4){width:52px!important;min-width:52px!important;max-width:52px!important}html body #root table th:nth-child(5),html body #root table td:nth-child(5){width:74px!important;min-width:74px!important;max-width:74px!important}html body #root table th:nth-child(7),html body #root table td:nth-child(7){width:64px!important;min-width:64px!important;max-width:64px!important}html body #root table th:nth-child(8),html body #root table td:nth-child(8){width:138px!important;min-width:138px!important;max-width:138px!important}html body #root table th:nth-child(10),html body #root table td:nth-child(10){width:52px!important;min-width:52px!important;max-width:52px!important}html body #root table th:nth-child(3),html body #root table td:nth-child(3){width:78px!important;min-width:78px!important;max-width:78px!important}html body #root table th:nth-child(3),html body #root table td:nth-child(3){width:118px!important;min-width:118px!important;max-width:118px!important}html body #root table th:nth-child(3),html body #root table td:nth-child(3){width:320px!important;min-width:320px!important;max-width:320px!important}html body #root table th:nth-child(6),html body #root table td:nth-child(6){width:86px!important;min-width:86px!important;max-width:86px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-align:center!important;vertical-align:middle!important}html body #root table th:nth-child(8),html body #root table td:nth-child(8){width:52px!important;min-width:52px!important;max-width:52px!important;font-size:10px!important;padding-left:2px!important;padding-right:2px!important;text-align:center!important}html body #root table th:nth-child(6),html body #root table td:nth-child(6){width:138px!important;min-width:138px!important;max-width:138px!important;text-align:center!important;vertical-align:middle!important}html body #root table th:nth-child(7),html body #root table td:nth-child(7){width:138px!important;min-width:138px!important;max-width:138px!important;text-align:center!important;vertical-align:middle!important}html body #root .full-date-cell{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;font-size:10px!important;line-height:1.15!important;white-space:nowrap!important;margin:0!important;padding:0!important}html body #root .full-date-cell>div{margin:0!important;padding:0!important;line-height:1.15!important}html body #root table tbody td:nth-child(6){width:138px!important;min-width:138px!important;max-width:138px!important;text-align:center!important;vertical-align:middle!important;overflow:visible!important}html body #root table tbody td:nth-child(7){width:138px!important;min-width:138px!important;max-width:138px!important;text-align:center!important;vertical-align:middle!important;overflow:visible!important}html body #root table th:nth-child(6),html body #root table td:nth-child(6){white-space:nowrap!important}html body #root table th:nth-child(5),html body #root table td:nth-child(5){white-space:nowrap!important}html body #root table th:nth-child(8),html body #root table td:nth-child(8){width:52px!important;min-width:52px!important;max-width:52px!important;font-size:10px!important;padding-left:2px!important;padding-right:2px!important}html body #root table th:nth-child(6),html body #root table td:nth-child(6){width:108px!important;min-width:108px!important;max-width:108px!important}html body #root table th:nth-child(7),html body #root table td:nth-child(7){width:108px!important;min-width:108px!important;max-width:108px!important}html body #root table th:nth-child(6),html body #root table td:nth-child(6){width:88px!important;min-width:88px!important;max-width:88px!important}html body #root table th:nth-child(7),html body #root table td:nth-child(7){width:88px!important;min-width:88px!important;max-width:88px!important}html body #root .full-date-cell{font-size:9px!important;line-height:1.05!important}html body #root table tbody tr td:nth-child(6){padding-left:0!important;padding-right:0!important;text-align:center!important;vertical-align:middle!important}html body #root table tbody tr td:nth-child(7){padding-left:0!important;padding-right:0!important;text-align:center!important;vertical-align:middle!important}html body #root .full-date-cell{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;margin:0 auto!important;padding:0!important;text-align:center!important}html body #root .full-date-cell>div{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;margin:0!important;padding:0!important}html body #root table tbody tr td:nth-child(6) *,html body #root table tbody tr td:nth-child(7) *{text-align:center!important;margin-left:auto!important;margin-right:auto!important}html body #root table th:first-child,html body #root table td:first-child{width:34px!important;min-width:34px!important;max-width:34px!important;padding-left:0!important;padding-right:0!important;text-align:center!important}html body #root .checkbox-col,html body #root .checkbox-col-fixed{width:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important}html body #root .checkbox-col input,html body #root .checkbox-col-fixed input{width:14px!important;height:14px!important;margin:0 auto!important}html body #root table thead th:first-child,html body #root table tbody td:first-child,html body #root table th:first-child,html body #root table td:first-child{width:30px!important;min-width:30px!important;max-width:30px!important;padding-left:0!important;padding-right:0!important;text-align:center!important;vertical-align:middle!important}html body #root table td:first-child .checkbox-col,html body #root table th:first-child .checkbox-col,html body #root .checkbox-col,html body #root .checkbox-col-fixed{width:30px!important;min-width:30px!important;max-width:30px!important;padding:0!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important}html body #root .checkbox-col input,html body #root .checkbox-col-fixed input{width:13px!important;height:13px!important;margin:0 auto!important}html body #root table tbody td .full-date-cell,html body #root table tbody td:has(.full-date-cell) .full-date-cell,html body #root .full-date-cell{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:auto!important;margin:0 auto!important;padding:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;text-align:center!important;font-size:9px!important;line-height:1.08!important}html body #root table tbody td .full-date-cell>div,html body #root .full-date-cell>div,html body #root .full-date-cell .date-line,html body #root .full-date-cell .time-line{display:block!important;width:100%!important;margin:0!important;padding:0!important;text-align:center!important;line-height:1.08!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important}html body #root table tbody td:has(.full-date-cell){text-align:center!important;vertical-align:middle!important;padding-left:0!important;padding-right:0!important;overflow:hidden!important;text-overflow:clip!important}html body #root table thead th:nth-child(6),html body #root table tbody td:nth-child(6){width:84px!important;min-width:84px!important;max-width:84px!important;text-align:center!important;vertical-align:middle!important}html body #root table thead th:nth-child(7),html body #root table tbody td:nth-child(7){width:84px!important;min-width:84px!important;max-width:84px!important;text-align:center!important;vertical-align:middle!important}html body #root table tbody td .badge,html body #root table tbody td [class*=badge]{margin-left:auto!important;margin-right:auto!important;white-space:nowrap!important}html body #root table thead th:nth-child(8),html body #root table tbody td:nth-child(8){width:48px!important;min-width:48px!important;max-width:48px!important;font-size:10px!important;padding-left:1px!important;padding-right:1px!important;text-align:center!important}html body #root table thead th:last-child,html body #root table tbody td:last-child{width:176px!important;min-width:176px!important;max-width:176px!important;overflow:visible!important}html body #root table tbody td:last-child .btn-row{display:grid!important;grid-template-columns:repeat(4,40px)!important;gap:3px!important;width:169px!important;max-width:169px!important;margin:0 auto!important;justify-content:center!important;align-items:center!important}html body #root .login-tabs,html body #root .login-tabs-3,html body #root .login-mode-desc{display:none!important}html body #root .login-card{max-width:430px!important}html body #root .login-title:after{content:"통합 로그인";display:block;margin-top:8px;font-size:13px;font-weight:700;letter-spacing:0;color:#cbd5e1ad}html body #root .searchable-select{position:relative!important;width:100%!important}html body #root .searchable-select-trigger{width:100%!important;height:42px!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:0 13px!important;border-radius:14px!important;border:1px solid rgba(148,163,184,.14)!important;background:#030712b8!important;color:#f8fafcf5!important;text-align:left!important}html body #root .searchable-select-trigger span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body #root .searchable-select-trigger b{color:#cbd5e1b3!important;font-size:12px!important}html body #root .searchable-select-menu{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 6px)!important;z-index:120!important;padding:8px!important;border-radius:14px!important;border:1px solid rgba(148,163,184,.16)!important;background:#080d17!important;box-shadow:0 20px 60px #0000008c!important}html body #root .searchable-select-search{width:100%!important;height:36px!important;margin-bottom:8px!important;padding:0 10px!important;border-radius:10px!important;border:1px solid rgba(148,163,184,.14)!important;background:#030712e0!important;color:#fff!important;outline:none!important}html body #root .searchable-select-search:focus{border-color:#7c5cffb8!important;box-shadow:0 0 0 3px #7c5cff29!important}html body #root .searchable-select-options{max-height:230px!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:4px!important}html body #root .searchable-select-option{width:100%!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;padding:9px 10px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#e2e8f0eb!important;text-align:left!important}html body #root .searchable-select-option:hover,html body #root .searchable-select-option.active{background:#7c5cff29!important;border-color:#7c5cff57!important}html body #root .searchable-select-option strong{font-size:13px!important;font-weight:800!important;color:#fff!important}html body #root .searchable-select-option span{font-size:11px!important;color:#cbd5e1ad!important}html body #root .searchable-select-empty{padding:14px 10px!important;color:#cbd5e19e!important;font-size:12px!important;text-align:center!important}.premium-sidebar,.sidebar{height:100vh;max-height:100vh;overflow:hidden}.premium-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:24px;scrollbar-width:thin}.premium-nav::-webkit-scrollbar{width:6px}.premium-nav::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.premium-nav::-webkit-scrollbar-track{background:transparent}@media (max-height: 820px){.premium-nav{padding-bottom:48px}}html body #root .premium-sidebar,html body #root .sidebar{height:100vh!important;max-height:100vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}html body #root .premium-sidebar .premium-brand,html body #root .sidebar .premium-brand,html body #root .sidebar .brand{flex:0 0 auto!important}html body #root .premium-sidebar .premium-nav,html body #root .sidebar .premium-nav,html body #root .sidebar nav{flex:1 1 auto!important;min-height:0!important;max-height:calc(100vh - 92px)!important;overflow-y:auto!important;overflow-x:hidden!important;padding-bottom:36px!important;overscroll-behavior:contain!important;scrollbar-width:thin!important}html body #root .premium-sidebar .premium-nav::-webkit-scrollbar,html body #root .sidebar .premium-nav::-webkit-scrollbar,html body #root .sidebar nav::-webkit-scrollbar{width:7px!important}html body #root .premium-sidebar .premium-nav::-webkit-scrollbar-thumb,html body #root .sidebar .premium-nav::-webkit-scrollbar-thumb,html body #root .sidebar nav::-webkit-scrollbar-thumb{background:#94a3b88c!important;border-radius:999px!important}html body #root .premium-sidebar .premium-nav::-webkit-scrollbar-track,html body #root .sidebar .premium-nav::-webkit-scrollbar-track,html body #root .sidebar nav::-webkit-scrollbar-track{background:transparent!important}@media (max-width: 900px){html body #root .premium-sidebar,html body #root .sidebar{overflow-y:auto!important}html body #root .premium-sidebar .premium-nav,html body #root .sidebar .premium-nav,html body #root .sidebar nav{max-height:none!important;overflow-y:visible!important}}html body #root .data-table-panel .table-scroll-wrap table.work-log-table,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table{table-layout:fixed!important;border-collapse:collapse!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table{min-width:1780px!important;width:1780px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table{min-width:1320px!important;width:1320px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th,html body #root .data-table-panel .table-scroll-wrap table.work-log-table td,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td{box-sizing:border-box!important;vertical-align:middle!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.25!important;padding-left:8px!important;padding-right:8px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(1),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(1){width:180px!important;min-width:180px!important;max-width:180px!important;text-align:left!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(2),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(2){width:80px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(3),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(3){width:95px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(4),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(4),html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(5),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(5){width:70px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(6),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(6){width:90px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(7),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(7){width:250px!important;min-width:250px!important;max-width:250px!important;font-size:12px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(8),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(8){width:380px!important;min-width:380px!important;max-width:380px!important;white-space:nowrap!important;font-size:11px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(8) .log-message{display:block!important;width:100%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(9),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(9){width:130px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(10),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(10){width:110px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(11),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(11){width:170px!important;min-width:170px!important;max-width:170px!important;white-space:normal!important;font-size:11px!important;line-height:1.15!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(1),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(1){width:230px!important;min-width:230px!important;max-width:230px!important;text-align:left!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(2),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(2),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(3),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(3),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(5),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(5){width:90px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(4),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(4),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(7),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(7){width:140px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(6),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(6){width:220px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(8),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(8){width:170px!important;min-width:170px!important;max-width:170px!important;white-space:normal!important;font-size:11px!important;line-height:1.15!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table{table-layout:fixed!important;width:100%!important;min-width:1320px!important;max-width:none!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(1),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(1){width:22%!important;min-width:220px!important;max-width:none!important;text-align:left!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(2),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(2){width:8%!important;min-width:80px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(3),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(3){width:8%!important;min-width:80px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(4),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(4){width:13%!important;min-width:120px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(5),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(5){width:8%!important;min-width:70px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(6),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(6){width:16%!important;min-width:150px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(7),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(7){width:13%!important;min-width:120px!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(8),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(8){width:12%!important;min-width:130px!important;white-space:normal!important;font-size:11px!important;line-height:1.15!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td{box-sizing:border-box!important;vertical-align:middle!important;overflow:hidden!important;text-overflow:ellipsis!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table{table-layout:fixed!important;width:100%!important;min-width:0!important;max-width:none!important;border-collapse:collapse!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th,html body #root .data-table-panel .table-scroll-wrap table.work-log-table td,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td{box-sizing:border-box!important;vertical-align:middle!important;text-align:center!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.25!important;padding-left:6px!important;padding-right:6px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table .alloc-key-cell,html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table .alloc-key-cell{white-space:normal!important;word-break:break-all!important;overflow-wrap:anywhere!important;text-overflow:clip!important;text-align:left!important;font-size:11px!important;line-height:1.2!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(1),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(1){width:18%!important;min-width:18%!important;max-width:18%!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(2),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(2){width:5%!important;min-width:5%!important;max-width:5%!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(3),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(3){width:6%!important;min-width:6%!important;max-width:6%!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(4),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(4){width:5%!important;min-width:5%!important;max-width:5%!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(5),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(5){width:5%!important;min-width:5%!important;max-width:5%!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(6),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(6){width:7%!important;min-width:7%!important;max-width:7%!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(7),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(7){width:16%!important;min-width:16%!important;max-width:16%!important;white-space:normal!important;word-break:break-word!important;font-size:11px!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(8),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(8){width:18%!important;min-width:18%!important;max-width:18%!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:anywhere!important;font-size:11px!important;text-overflow:clip!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(8) .log-message{display:block!important;width:100%!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:anywhere!important;line-height:1.25!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(9),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(9){width:8%!important;min-width:8%!important;max-width:8%!important;white-space:nowrap!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(10),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(10){width:5%!important;min-width:5%!important;max-width:5%!important;white-space:nowrap!important}html body #root .data-table-panel .table-scroll-wrap table.work-log-table th:nth-child(11),html body #root .data-table-panel .table-scroll-wrap table.work-log-table td:nth-child(11){width:7%!important;min-width:7%!important;max-width:7%!important;white-space:normal!important;font-size:10px!important;line-height:1.1!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(1),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(1){width:28%!important;min-width:28%!important;max-width:28%!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(2),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(2){width:7%!important;min-width:7%!important;max-width:7%!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(3),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(3){width:7%!important;min-width:7%!important;max-width:7%!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(4),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(4){width:12%!important;min-width:12%!important;max-width:12%!important;white-space:nowrap!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(5),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(5){width:7%!important;min-width:7%!important;max-width:7%!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(6),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(6){width:17%!important;min-width:17%!important;max-width:17%!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(7),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(7){width:12%!important;min-width:12%!important;max-width:12%!important;white-space:nowrap!important}html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table th:nth-child(8),html body #root .data-table-panel .table-scroll-wrap table.allocation-log-table td:nth-child(8){width:10%!important;min-width:10%!important;max-width:10%!important;white-space:normal!important;font-size:10px!important;line-height:1.1!important}.schedule-bulk-modal{width:min(760px,calc(100vw - 40px))!important;max-width:760px!important;padding:28px!important;border-radius:18px!important;background:#0f172afa!important;border:1px solid rgba(148,163,184,.18)!important;box-shadow:0 24px 90px #00000085!important}.schedule-bulk-modal .modal-header{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin-bottom:24px!important}.schedule-bulk-modal .modal-header h3{margin:0 0 10px!important;font-size:20px!important;line-height:1.2!important;font-weight:800!important;color:#f8fafcfa!important}.schedule-bulk-modal .modal-header p{margin:0!important;color:#e2e8f0c7!important;font-size:14px!important;line-height:1.6!important}.schedule-bulk-modal .modal-x-btn{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;padding:0!important;border:1px solid rgba(148,163,184,.24)!important;border-radius:14px!important;background:#0f172ad1!important;color:#e2e8f0eb!important;font-size:24px!important;font-weight:600!important;line-height:1!important;cursor:pointer!important}.schedule-bulk-modal .modal-x-btn:hover{background:#1e293bf5!important;border-color:#818cf88c!important}.schedule-bulk-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin:18px 0 28px!important}.schedule-bulk-form .schedule-date-field{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:9px!important;width:100%!important;min-width:0!important}.schedule-bulk-form .schedule-date-field span{display:block!important;color:#e2e8f0e0!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}.schedule-bulk-form .schedule-date-field input[type=date]{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;display:block!important;width:100%!important;min-width:0!important;max-width:none!important;height:48px!important;box-sizing:border-box!important;padding:0 14px!important;border-radius:13px!important;border:1px solid rgba(148,163,184,.22)!important;background:#02061794!important;color:#f8fafcf5!important;font-size:14px!important;font-weight:650!important;outline:none!important}.schedule-bulk-form .schedule-date-field input[type=date]:focus{border-color:#6366f1db!important;box-shadow:0 0 0 3px #6366f12e!important}.schedule-bulk-form .schedule-date-field input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.25)!important;opacity:.8!important;cursor:pointer!important}.schedule-bulk-modal .modal-actions{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:10px!important;margin-top:4px!important}.schedule-bulk-modal .modal-actions .ghost-btn,.schedule-bulk-modal .modal-actions .primary-btn{min-width:104px!important;height:46px!important;border-radius:14px!important;font-weight:800!important}@media (max-width: 720px){.schedule-bulk-modal{width:calc(100vw - 28px)!important;padding:22px!important}.schedule-bulk-form{grid-template-columns:1fr!important}.schedule-bulk-modal .modal-actions{flex-direction:column-reverse!important;align-items:stretch!important}.schedule-bulk-modal .modal-actions .ghost-btn,.schedule-bulk-modal .modal-actions .primary-btn{width:100%!important}}
