@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap";:root{--primary-color: #1a56db;--primary-gradient: linear-gradient(135deg, #1a56db 0%, #7c3aed 100%);--sidebar-bg: #0f172a;--sidebar-active: rgba(99, 102, 241, .15);--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(99,102,241,.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 24px;border-bottom:1px solid rgba(255,255,255,.06);gap:12px}.sidebar-logo-icon{width:36px;height:36px;background:var(--primary-gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-logo-icon svg{font-size:18px;color:#fff}.sidebar-logo-text{font-size:16px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden}.sidebar-user-section{padding:20px 16px;border-top:1px solid rgba(255,255,255,.06)}.sidebar-user-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#ffffff0d;cursor:pointer;transition:background .2s}.sidebar-user-card:hover{background:#ffffff1a}.sidebar-user-avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;flex-shrink:0}.sidebar-user-info{overflow:hidden}.sidebar-user-name{font-size:13px;font-weight:500;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:11px;color:#94a3b8}.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:0;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))}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.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,#3b82f6,#6366f1)}.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-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-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,#6366f1,#8b5cf6);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 #6366f11a}.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-dark{background:transparent}.ant-menu-dark .ant-menu-item{margin:2px 8px;border-radius:8px;height:42px;line-height:42px}.ant-menu-dark .ant-menu-item-selected{background:var(--sidebar-active)!important}.ant-menu-dark .ant-menu-item:not(.ant-menu-item-selected):hover{background:#ffffff0d!important}.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}.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}}
