.login-page{background:radial-gradient(circle at 0 0,#2563eb29,#0000 34%),#f4f7fb;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #dbe3ef;border-radius:20px;width:min(100%,420px);padding:36px;box-shadow:0 24px 60px #0f172a1f}.login-badge{color:#2563eb;letter-spacing:.12em;margin:0 0 12px;font-size:12px;font-weight:800}.login-title{color:#0f172a;margin:0;font-size:30px}.login-description{color:#64748b;margin:12px 0 28px;line-height:1.6}.login-form{gap:18px;display:grid}.login-field{color:#334155;gap:8px;font-size:14px;font-weight:700;display:grid}.login-field input{box-sizing:border-box;color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:13px 14px}.login-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px;font-size:14px}.login-submit{color:#fff;min-height:46px;font:inherit;cursor:pointer;background:#2563eb;border:0;border-radius:10px;font-weight:800}.login-submit:hover:not(:disabled){background:#1d4ed8}.login-submit:disabled{cursor:wait;opacity:.65}*{box-sizing:border-box}:root{color:#111827;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f7fb;font-family:Inter,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}body{color:#111827;background:#f4f7fb;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.page{background:#f4f7fb;min-height:100vh;padding:24px}.header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.badge{color:#2563eb;letter-spacing:.08em;margin:0;font-size:12px;font-weight:800}.main-title{color:#0f172a;margin:8px 0;font-size:32px;font-weight:800;line-height:1.2}.main-description,.page-description,.section-subtitle,.card-title,.card-description,.list-meta,.table-summary{color:#6b7280}.main-description{margin:0;font-size:15px}.nav-menu{flex-wrap:wrap;gap:8px;max-width:100%;display:flex}.nav-link{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:10px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.nav-link:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.nav-link.active{color:#fff;background:#2563eb;border-color:#2563eb}.page-header,.page-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.page h1{color:#0f172a;margin:0;font-size:28px;line-height:1.25}.page-description{margin:6px 0 0;font-size:14px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px;display:grid}.card,.panel,.form-card,.table-card,.filter-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 6px 20px #0f172a0d}.card,.panel{border-radius:16px;padding:20px}.form-card,.table-card{border-radius:14px;margin-bottom:24px;padding:20px}.filter-card{box-shadow:none;border-radius:12px;margin-bottom:16px;padding:16px}.card-title{margin-bottom:12px;font-size:14px}.card-value{color:#0f172a;margin-bottom:8px;font-size:32px;font-weight:800}.card-description{font-size:13px}.content-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px;display:grid}.side-column,.category-page,.list-wrap{gap:16px;display:grid}.section-header{margin-bottom:16px}.section-title,.form-card h2,.table-card h2{color:#0f172a;margin:0 0 16px;font-size:20px;font-weight:800}.section-subtitle{margin:-10px 0 0;font-size:14px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-field{flex-direction:column;gap:6px;min-width:0;display:flex}.form-field label,.form-label{color:#374151;font-size:14px;font-weight:700}.form-field input,.form-field select,.form-field textarea,.filter-row input,.filter-row select,.search-input,.pagination-row select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%}.form-field input,.form-field select,.filter-row input,.filter-row select,.pagination-row select{height:40px;padding:0 10px}.form-field textarea{resize:vertical;min-height:96px;padding:10px}input:focus,select:focus,textarea:focus{border-color:#2563eb;outline:2px solid #bfdbfe}.full-width{grid-column:1/-1}.button-row,.table-actions,.filter-row,.pagination-row,.header-buttons,.search-box{flex-wrap:wrap;gap:8px;display:flex}.button-row{margin-top:18px}.filter-row,.pagination-row{align-items:center}.pagination-row{margin-top:16px}.primary-button,.secondary-button,.danger-button,.small-button,.action-button{cursor:pointer;border-radius:8px;padding:9px 14px;font-weight:700;text-decoration:none;transition:opacity .15s,background-color .15s,border-color .15s}.primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.primary-button:hover:not(:disabled){background:#1d4ed8}.secondary-button,.small-button{color:#111827;background:#fff;border:1px solid #d1d5db}.secondary-button:hover:not(:disabled),.small-button:hover{background:#f3f4f6}.danger-button{color:#fff;background:#dc2626;border:1px solid #dc2626}.danger-button:hover:not(:disabled){background:#b91c1c}button:disabled{opacity:.5;cursor:not-allowed}.search-box{margin-bottom:20px}.search-input{flex:1;min-width:240px;height:42px;padding:0 14px}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.table,.admin-table{border-collapse:collapse;width:100%;min-width:720px}.th,.td,.admin-table th,.admin-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e5e7eb;padding:11px 10px}.th,.admin-table th{color:#475569;background:#f8fafc;font-size:13px;font-weight:800}.td,.admin-table td{color:#1f2937;font-size:14px}.admin-table tbody tr:hover,.table tbody tr:hover{background:#f8fbff}.list-item{border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.list-title{color:#0f172a;margin-bottom:4px;font-size:15px;font-weight:700}.list-meta{font-size:13px}.quick-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.action-button{color:#1e3a8a;text-align:left;background:#f8fbff;border:1px solid #dbe3f0;display:block}.action-button:hover{background:#eff6ff;border-color:#93c5fd}.link-button{text-decoration:none}.info-message,.error-message,.success-message{border-radius:10px;padding:14px 16px;font-size:14px}.info-message{color:#1d4ed8;background:#eff6ff}.error-message{color:#b91c1c;background:#fef2f2;font-weight:600}.success-message{color:#047857;background:#ecfdf5}.status-active,.health-good{color:#15803d;font-weight:800}.status-inactive,.health-warning{color:#b91c1c;font-weight:800}.health-check-list{gap:10px;display:grid}.health-check-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;gap:12px;padding:10px 0;display:flex}.health-check-item:last-child{border-bottom:0}.empty-cell{color:#6b7280!important;text-align:center!important;padding:24px!important}.not-found-page{text-align:center;place-items:center;min-height:50vh;display:grid}.not-found-card{width:min(100%,520px)}@media (width<=960px){.content-grid{grid-template-columns:1fr}.header{flex-direction:column}.nav-menu{width:100%}}@media (width<=720px){.page{padding:16px}.main-title{font-size:26px}.page h1{font-size:24px}.form-grid,.quick-action-grid{grid-template-columns:1fr}.full-width{grid-column:auto}.nav-link{flex:calc(50% - 8px)}.filter-row>input,.filter-row>select,.filter-row>button,.button-row>button,.pagination-row>button,.pagination-row>select{flex:140px}.search-input{min-width:100%}.list-item{flex-direction:column;align-items:flex-start}}@media (width<=420px){.nav-link{flex-basis:100%}.form-card,.table-card,.panel,.card{padding:16px}}.category-page,.page>.page{background:0 0;gap:24px;min-height:auto;padding:0;display:grid}.category-page>.panel,.page>.page>.form-card,.page>.page>.table-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin:0;padding:24px;box-shadow:0 8px 24px #0f172a0d}.page>.page>.page-header{margin:0;padding:2px 2px 0}.page>.page>.page-header+.form-card{margin-top:0}.category-page .page-section-header,.page>.page .page-section-header{margin-bottom:20px}.category-page .section-title,.page>.page .form-card h2,.page>.page .table-card h2{color:#0f172a;margin:0 0 6px;font-size:21px;font-weight:800;line-height:1.35}.category-page .section-subtitle{color:#64748b;margin:0;font-size:14px;line-height:1.5}.category-page .form-grid,.page>.page .form-grid{gap:18px 20px}.category-page .form-field,.page>.page .form-field{gap:8px}.category-page .form-field label,.page>.page .form-field label{color:#334155;font-size:13px;font-weight:800}.category-page .form-field input,.category-page .form-field select,.category-page .form-field textarea,.page>.page .form-field input,.page>.page .form-field select,.page>.page .form-field textarea{color:#0f172a;border-color:#cbd5e1;border-radius:10px;min-height:42px}.category-page .form-field input::placeholder,.category-page .form-field textarea::placeholder,.page>.page .form-field input::placeholder,.page>.page .form-field textarea::placeholder{color:#94a3b8}.category-page .button-row,.page>.page .button-row{border-top:1px solid #f1f5f9;margin-top:22px;padding-top:18px}.category-page .filter-card,.page>.page .filter-card{background:#f8fafc;border-color:#e2e8f0;border-radius:12px;margin-bottom:18px;padding:14px}.category-page .filter-row input,.category-page .filter-row select,.page>.page .filter-row input,.page>.page .filter-row select{background:#fff;border-color:#cbd5e1;width:auto;min-width:160px;min-height:40px}.category-page .filter-row input,.page>.page .filter-row input{flex:260px}.category-page .table-summary,.page>.page .table-summary{color:#64748b;margin:0 0 12px;font-size:13px;font-weight:700}.category-page .table-scroll,.page>.page .table-scroll{border:1px solid #e2e8f0;border-radius:12px}.category-page .admin-table,.page>.page .admin-table{min-width:760px}.category-page .admin-table th,.page>.page .admin-table th{color:#475569;letter-spacing:.01em;background:#f8fafc;border-bottom-color:#dbe3ee;padding:12px;font-size:12px}.category-page .admin-table td,.page>.page .admin-table td{color:#334155;padding:12px}.category-page .admin-table tbody tr:last-child td,.page>.page .admin-table tbody tr:last-child td{border-bottom:0}.category-page .pagination-row,.page>.page .pagination-row{color:#64748b;justify-content:flex-end;margin-top:16px;font-size:13px;font-weight:700}.category-page .success-message,.category-page .error-message,.page>.page .success-message,.page>.page .error-message{margin-top:16px}.category-page .primary-button,.category-page .secondary-button,.category-page .danger-button,.page>.page .primary-button,.page>.page .secondary-button,.page>.page .danger-button{min-height:40px;padding:9px 15px}@media (width<=720px){.category-page,.page>.page{gap:16px}.category-page>.panel,.page>.page>.form-card,.page>.page>.table-card{padding:18px}.category-page .filter-row input,.category-page .filter-row select,.page>.page .filter-row input,.page>.page .filter-row select{flex-basis:100%;width:100%;min-width:0}.category-page .filter-row button,.page>.page .filter-row button{flex:calc(50% - 4px)}.category-page .pagination-row,.page>.page .pagination-row{justify-content:flex-start}}.admin-session{color:#475569;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;font-size:14px;font-weight:700;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-size:14px}.btn-primary{color:#fff;background-color:#2563eb}.btn-secondary{color:#fff;background-color:#6b7280}.btn-danger{color:#fff;background-color:#dc2626}.btn-success{color:#fff;background-color:#16a34a}.btn+.btn{margin-left:6px}.admin-table{border-collapse:collapse;width:100%;margin-top:16px}.admin-table th,.admin-table td{text-align:left;border:1px solid #ddd;padding:8px}.admin-table th{background-color:#f3f4f6;font-weight:600}.admin-table tr:hover{background-color:#f9fafb}
