@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";@keyframes gear-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--primary-color: #1a56db;--primary-gradient: linear-gradient(135deg, #1a56db 0%, #2563eb 100%);--sidebar-bg: #ffffff;--sidebar-active: #eff6ff;--sidebar-border: #e8ecf0;--sidebar-accent: #1a56db;--sidebar-width: 260px;--sidebar-collapsed-width: 80px;--header-height: 64px;--content-bg: #f1f5f9;--card-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--card-shadow-hover: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--content-bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#1a56db);position:relative;overflow:hidden;padding:16px}.login-container:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(26,86,219,.15) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite alternate}.login-container:after{content:"";position:absolute;bottom:-30%;left:-30%;width:80%;height:80%;background:radial-gradient(circle,rgba(124,58,237,.1) 0%,transparent 70%);animation:pulse 6s ease-in-out infinite alternate-reverse}@keyframes pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.2);opacity:1}}.login-card{position:relative;z-index:1;width:420px;max-width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:48px 40px;box-shadow:0 25px 50px -12px #00000040}.login-logo{text-align:center;margin-bottom:40px}.login-logo-icon{width:64px;height:64px;background:var(--primary-gradient);border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;box-shadow:0 4px 14px #1a56db66}.login-logo-icon svg{font-size:28px;color:#fff}.login-logo h1{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 4px}.login-logo p{color:#64748b;font-size:14px;margin:0}.sidebar-logo{height:64px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid var(--sidebar-border);gap:10px}.sidebar-logo-icon{width:34px;height:34px;background:var(--primary-gradient);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-icon svg{font-size:16px;color:#fff}.sidebar-logo-text{font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;letter-spacing:-.3px}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:99}.sidebar-overlay.visible{display:block}.app-header{height:var(--header-height);background:#fff;border-bottom:1px solid #e2e8f0;padding:0 32px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 2px #00000008;position:sticky;top:var(--banner-height, 0px);z-index:50}.app-header-left{display:flex;align-items:center;gap:16px;min-width:0}.app-header-right{display:flex;align-items:center;gap:12px}.page-header{margin-bottom:24px}.page-header h2{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px}.page-header p{color:#64748b;font-size:14px;margin:0}.page-header-actions{display:flex;align-items:center;gap:8px}.content-area{padding:28px 32px;background:var(--content-bg);min-height:calc(100vh - var(--header-height))}.app-footer{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 32px;background:var(--content-bg);border-top:1px solid #e2e8f0}.app-footer-logo{height:72px;width:auto;opacity:.9}.app-footer-copy{font-size:12px;color:#94a3b8}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:24px}.stats-grid--7{grid-template-columns:repeat(7,1fr)}.stat-card-urgent:after{background:linear-gradient(90deg,#f59e0b,#ef4444)}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:var(--card-shadow);transition:box-shadow .2s,transform .2s;border:1px solid #f1f5f9;position:relative;overflow:hidden;cursor:pointer}.stat-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.stat-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px}.stat-card.blue:after{background:linear-gradient(90deg,#1a56db,#3b82f6)}.stat-card.green:after{background:linear-gradient(90deg,#10b981,#34d399)}.stat-card.orange:after{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.stat-card.red:after{background:linear-gradient(90deg,#ef4444,#f87171)}.stat-card.purple:after{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.stat-card.cyan:after{background:linear-gradient(90deg,#06b6d4,#22d3ee)}.stat-card.slate:after{background:linear-gradient(90deg,#64748b,#94a3b8)}.stat-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px}.stat-card-icon.blue{background:#eff6ff;color:#3b82f6}.stat-card-icon.green{background:#ecfdf5;color:#10b981}.stat-card-icon.orange{background:#fffbeb;color:#f59e0b}.stat-card-icon.red{background:#fef2f2;color:#ef4444}.stat-card-icon.purple{background:#f5f3ff;color:#8b5cf6}.stat-card-icon.cyan{background:#ecfeff;color:#06b6d4}.stat-card-icon.slate{background:#f1f5f9;color:#64748b}.stat-card-value{font-size:28px;font-weight:700;color:#0f172a;line-height:1;margin-bottom:4px}.stat-card-label{font-size:13px;color:#64748b;font-weight:500}.filter-bar{background:#fff;border-radius:12px;padding:16px 20px;margin-bottom:16px;box-shadow:var(--card-shadow);border:1px solid #f1f5f9;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pro-card{background:#fff;border-radius:12px;box-shadow:var(--card-shadow);border:1px solid #f1f5f9;overflow:hidden}.pro-card .ant-table-wrapper .ant-table-thead>tr>th{background:#f8fafc;font-weight:600;color:#334155;font-size:13px;border-bottom:1px solid #e2e8f0}.pro-card .ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid #f1f5f9}.pro-card .ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#f8fafc!important}.detail-header{background:#fff;border-radius:12px;padding:28px 32px;margin-bottom:20px;box-shadow:var(--card-shadow);border:1px solid #f1f5f9}.detail-header-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.detail-header-meta{display:flex;gap:24px;flex-wrap:wrap;color:#64748b;font-size:13px}.detail-header-meta-item{display:flex;align-items:center;gap:6px}.detail-section{background:#fff;border-radius:12px;padding:24px;margin-bottom:16px;box-shadow:var(--card-shadow);border:1px solid #f1f5f9}.detail-section-title{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:8px}.detail-content{background:#f8fafc;border-radius:8px;padding:16px 20px;color:#334155;line-height:1.7;white-space:pre-wrap;min-height:80px;border:1px solid #f1f5f9}.comment-item{padding:16px 0;border-bottom:1px solid #f1f5f9}.comment-item:last-child{border-bottom:none}.comment-author{display:flex;align-items:center;gap:10px;margin-bottom:8px}.comment-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1a56db,#3b82f6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:600;flex-shrink:0}.comment-name{font-weight:600;color:#0f172a;font-size:14px}.comment-time{color:#94a3b8;font-size:12px}.comment-text{color:#475569;line-height:1.6;padding-left:42px}.history-item{position:relative;padding-left:28px;padding-bottom:24px}.history-item:before{content:"";position:absolute;left:5px;top:8px;width:10px;height:10px;border-radius:50%;background:var(--primary-gradient);box-shadow:0 0 0 4px #1a56db1a}.history-item:after{content:"";position:absolute;left:9px;top:22px;bottom:0;width:2px;background:#e2e8f0}.history-item:last-child:after{display:none}.chart-card{background:#fff;border-radius:12px;padding:24px;box-shadow:var(--card-shadow);border:1px solid #f1f5f9}.chart-card-title{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:20px}.empty-state{text-align:center;padding:48px 24px;color:#94a3b8}.empty-state-icon{font-size:48px;margin-bottom:16px;color:#cbd5e1}.ant-menu-light{background:transparent!important}.ant-menu-light .ant-menu-item{margin:1px 10px;border-radius:8px;height:40px;line-height:40px;color:#475569;font-size:13px;font-weight:500;transition:background .15s,color .15s}.ant-menu-light .ant-menu-item .anticon{font-size:15px;color:#94a3b8;transition:color .15s}.ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):hover{background:#f1f5f9!important;color:#1e293b!important}.ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):hover .anticon{color:#475569!important}.ant-menu-light .ant-menu-item-selected{background:var(--sidebar-active)!important;color:var(--sidebar-accent)!important;font-weight:600;box-shadow:inset 3px 0 0 var(--sidebar-accent);border-radius:0 8px 8px 0!important;margin-left:0!important;padding-left:18px!important}.ant-menu-light .ant-menu-item-selected .anticon{color:var(--sidebar-accent)!important}.ant-menu-light .ant-menu-item-group-title{font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;padding:12px 20px 4px}.ant-btn-primary{box-shadow:0 2px 4px #1a56db33}.ant-card{border-radius:12px}.ant-breadcrumb{font-size:13px}.ant-tag{border-radius:6px;font-weight:500}.ant-table{font-size:13px}.ant-descriptions-bordered .ant-descriptions-item-label{background:#f8fafc;font-weight:500}@media (max-width: 1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.content-area{padding:20px 16px}.app-header{padding:0 16px}.detail-header{padding:20px}.detail-header-meta{gap:12px}}@media (max-width: 768px){.login-card{padding:32px 24px;border-radius:12px}.login-logo{margin-bottom:28px}.login-logo h1{font-size:20px}.login-logo-icon{width:52px;height:52px}.app-header{padding:0 12px;height:56px}.app-header .ant-breadcrumb{display:none}.content-area{padding:16px 12px}.app-footer{padding:12px 16px}.app-footer-logo{height:56px}.page-header h2{font-size:18px}.page-header p{font-size:12px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:16px}.stat-card-icon{width:38px;height:38px;font-size:18px;margin-bottom:10px}.stat-card-value{font-size:22px}.stat-card-label{font-size:12px}.filter-bar{padding:12px;gap:8px}.filter-bar .ant-input,.filter-bar .ant-select{width:100%!important;min-width:0!important}.filter-bar .filter-spacer{display:none}.pro-card{border-radius:8px}.pro-card .ant-table{font-size:12px}.detail-header{padding:16px}.detail-header-title{font-size:16px}.detail-header-meta{gap:8px;font-size:12px}.detail-header-meta-item{width:100%}.detail-section{padding:16px;border-radius:8px}.comment-text{padding-left:0;margin-top:4px}.chart-card{padding:16px;margin-bottom:16px}.progress-summary{flex-direction:column;gap:16px!important}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-card{padding:12px}.stat-card-icon{width:32px;height:32px;font-size:16px;margin-bottom:8px}.stat-card-value{font-size:20px}.detail-header-title{font-size:15px}.login-logo h1{font-size:18px}}.ant-message .ant-message-notice-wrapper .ant-message-notice-content{background:#1e293b!important;color:#f8fafc!important;font-size:15px!important;font-weight:500!important;padding:12px 20px!important;border-radius:10px!important;box-shadow:0 8px 24px #00000040!important}.ant-message .ant-message-notice-wrapper .ant-message-notice-content .ant-message-success .anticon{color:#4ade80!important}.ant-message .ant-message-notice-wrapper .ant-message-notice-content .ant-message-error .anticon{color:#f87171!important}.ant-message .ant-message-notice-wrapper .ant-message-notice-content .ant-message-warning .anticon{color:#fbbf24!important}.ant-message .ant-message-notice-wrapper .ant-message-notice-content .ant-message-info .anticon{color:#60a5fa!important}.ant-message .ant-message-notice-wrapper .ant-message-notice-content span{color:#f8fafc!important}[data-theme=dark]{--sidebar-bg: #1e293b;--sidebar-active: #1e3a5f;--sidebar-border: #334155;--sidebar-accent: #60a5fa;--content-bg: #0f172a;--card-shadow: 0 1px 3px rgba(0,0,0,.4), 0 1px 2px rgba(0,0,0,.3);--card-shadow-hover: 0 10px 15px -3px rgba(0,0,0,.5), 0 4px 6px -4px rgba(0,0,0,.4)}[data-theme=dark] body{background:#0f172a;color:#f1f5f9}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#475569}[data-theme=dark] .app-header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .app-footer{border-top-color:#334155}[data-theme=dark] .sidebar-logo{border-bottom-color:#334155}[data-theme=dark] .sidebar-logo-text{color:#f1f5f9}[data-theme=dark] .ant-menu-light{background:transparent!important}[data-theme=dark] .ant-menu-light .ant-menu-item{color:#94a3b8!important}[data-theme=dark] .ant-menu-light .ant-menu-item .anticon{color:#64748b!important}[data-theme=dark] .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):hover{background:#334155!important;color:#f1f5f9!important}[data-theme=dark] .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):hover .anticon{color:#94a3b8!important}[data-theme=dark] .ant-menu-light .ant-menu-item-selected{background:#1e3a5f!important;color:#60a5fa!important;box-shadow:inset 3px 0 #60a5fa}[data-theme=dark] .ant-menu-light .ant-menu-item-selected .anticon{color:#60a5fa!important}[data-theme=dark] .ant-menu-light .ant-menu-item-group-title{color:#475569!important}[data-theme=dark] .content-area,[data-theme=dark] .ant-card-body,[data-theme=dark] .ant-modal-content,[data-theme=dark] .ant-drawer-body,[data-theme=dark] .page-header h2{color:#f1f5f9}[data-theme=dark] .page-header p{color:#94a3b8}[data-theme=dark] .stat-card{background:#1e293b;border-color:#334155}[data-theme=dark] .stat-card-value{color:#f1f5f9}[data-theme=dark] .stat-card-label{color:#94a3b8}[data-theme=dark] .stat-card-icon.blue{background:#3b82f626}[data-theme=dark] .stat-card-icon.green{background:#10b98126}[data-theme=dark] .stat-card-icon.orange{background:#f59e0b26}[data-theme=dark] .stat-card-icon.red{background:#ef444426}[data-theme=dark] .stat-card-icon.purple{background:#8b5cf626}[data-theme=dark] .stat-card-icon.cyan{background:#06b6d426}[data-theme=dark] .stat-card-icon.slate{background:#64748b2e}[data-theme=dark] .filter-bar,[data-theme=dark] .pro-card{background:#1e293b;border-color:#334155}[data-theme=dark] .pro-card .ant-table-wrapper .ant-table-thead>tr>th{background:#162032!important;color:#94a3b8!important;border-bottom-color:#334155!important}[data-theme=dark] .pro-card .ant-table-wrapper .ant-table-tbody>tr>td{border-bottom-color:#334155!important}[data-theme=dark] .pro-card .ant-table-wrapper .ant-table-tbody>tr:hover>td{background:#243244!important}[data-theme=dark] .detail-header{background:#1e293b;border-color:#334155}[data-theme=dark] .detail-header-title{color:#f1f5f9}[data-theme=dark] .detail-header-meta{color:#94a3b8}[data-theme=dark] .detail-section{background:#1e293b;border-color:#334155}[data-theme=dark] .detail-section-title{color:#f1f5f9;border-bottom-color:#334155}[data-theme=dark] .detail-content{background:#162032;color:#cbd5e1;border-color:#334155}[data-theme=dark] .comment-item{border-bottom-color:#334155}[data-theme=dark] .comment-name{color:#f1f5f9}[data-theme=dark] .comment-time{color:#64748b}[data-theme=dark] .comment-text{color:#94a3b8}[data-theme=dark] .history-item:after{background:#334155}[data-theme=dark] .history-item:before{box-shadow:0 0 0 4px #60a5fa26}[data-theme=dark] .chart-card{background:#1e293b;border-color:#334155}[data-theme=dark] .chart-card-title{color:#f1f5f9}[data-theme=dark] .login-card{background:#1e293bf2}[data-theme=dark] .login-logo h1{color:#f1f5f9}[data-theme=dark] .login-logo p{color:#94a3b8}[data-theme=dark] .ant-popover-inner{background:#1e293b}[data-theme=dark] .ant-popover-arrow:before{background:#1e293b}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-label{background:#162032}[data-theme=dark] .app-header-right .ant-btn-text:hover{background:#334155!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-input-number,[data-theme=dark] .ant-input-number-input,[data-theme=dark] .ant-picker,[data-theme=dark] textarea.ant-input,[data-theme=dark] .ant-select-selector{background-color:#162032!important;border-color:#334155!important;color:#f1f5f9!important}[data-theme=dark] .ant-input::placeholder,[data-theme=dark] textarea.ant-input::placeholder,[data-theme=dark] .ant-input-affix-wrapper input::placeholder{color:#64748b!important}[data-theme=dark] .ant-input-affix-wrapper .ant-input{background-color:transparent!important}[data-theme=dark] .ant-select-dropdown{background:#1e293b}[data-theme=dark] .ant-select-item{color:#e2e8f0}[data-theme=dark] .ant-select-item-option-disabled{color:#64748b!important;background:#162032;font-weight:600}[data-theme=dark] .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:#1e3a5f;color:#60a5fa}[data-theme=dark] .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:#334155}[data-theme=dark] .ant-select-selection-placeholder{color:#64748b!important}[data-theme=dark] .ant-picker-panel-container{background:#1e293b}[data-theme=dark] .ant-picker-dropdown .ant-picker-cell-in-view{color:#e2e8f0}[data-theme=dark] .ant-modal-content,[data-theme=dark] .ant-modal-header{background:#1e293b!important}[data-theme=dark] .ant-modal-title{color:#f1f5f9!important}[data-theme=dark] .ant-modal-close{color:#94a3b8}[data-theme=dark] .ant-drawer-content,[data-theme=dark] .ant-drawer-header{background:#1e293b!important}[data-theme=dark] .ant-drawer-title,[data-theme=dark] .ant-drawer-close{color:#f1f5f9}[data-theme=dark] .ant-dropdown-menu{background:#1e293b}[data-theme=dark] .ant-dropdown-menu-item{color:#e2e8f0}[data-theme=dark] .ant-dropdown-menu-item:hover{background:#334155}[data-theme=dark] .ant-tabs-tab{color:#94a3b8}[data-theme=dark] .ant-tabs-tab-active .ant-tabs-tab-btn{color:#60a5fa!important}[data-theme=dark] .ant-tabs-top>.ant-tabs-nav:before{border-bottom-color:#334155}[data-theme=dark] .ant-form-item-label>label{color:#cbd5e1}[data-theme=dark] .ant-radio-wrapper,[data-theme=dark] .ant-checkbox-wrapper,[data-theme=dark] .ant-descriptions-item-content{color:#e2e8f0}[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-label,[data-theme=dark] .ant-descriptions-bordered .ant-descriptions-item-content{border-color:#334155}[data-theme=dark] .ant-pagination .ant-pagination-item a{color:#e2e8f0}[data-theme=dark] .ant-pagination .ant-pagination-item-active{background:#1e3a5f;border-color:#60a5fa}[data-theme=dark] .ant-pagination .ant-pagination-item-active a{color:#60a5fa}[data-theme=dark] .ant-empty-description{color:#64748b}[data-theme=dark] .ant-tag{border-color:#334155}[data-theme=dark] .ant-typography{color:#e2e8f0}[data-theme=dark] .ant-list-item{color:#e2e8f0;border-block-end-color:#334155}[data-theme=dark] .ant-divider{border-color:#334155}
