*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100vw;height:100vh;overflow:hidden;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#1a1a1a;background:#f5f5f5}.fullscreen-container{display:flex;flex-direction:column;width:100vw;height:100vh}.app-header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:84px;background:#1e293b;color:#fff;flex-shrink:0}.app-header h1{font-size:28px;font-weight:700}.app-header h1 img{height:52px!important}.app-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px}.status-text{font-size:14px;color:#64748b}.header-user{display:flex;align-items:center;gap:12px;font-size:14px}.btn-logout{padding:4px 12px;background:transparent;color:#e2e8f0;border:1px solid #cbd5e1;border-radius:4px;cursor:pointer;font-size:13px}.btn-logout:hover{color:#fff;border-color:#94a3b8}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:8px;padding:32px;box-shadow:0 1px 3px #0000001a}.auth-card h2{font-size:20px;font-weight:600;margin-bottom:24px;text-align:center}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:6px;color:#374151}.form-group input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;transition:border-color .15s}.form-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.form-group input:disabled{background:#f3f4f6;color:#6b7280}.error-text{color:#dc2626;font-size:13px;margin-bottom:12px}.btn-primary{width:100%;padding:10px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:background .15s}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.btn-secondary{width:100%;padding:10px;margin-top:8px;background:transparent;color:#6b7280;border:1px solid #d1d5db;border-radius:6px;font-size:14px;cursor:pointer}.btn-secondary:hover{background:#f9fafb}.auth-link{margin-top:16px;text-align:center;font-size:14px;color:#6b7280}.auth-link a{color:#2563eb;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.home-nav{display:flex;gap:12px;margin-top:16px}.home-nav .btn-primary{width:auto;padding:10px 24px}.page-content{flex:1;padding:24px 32px;overflow-y:auto}.user-content{font-size:21px}.user-content h2{font-size:30px}.user-content h3,.user-content .card-header strong{font-size:24px}.user-content .card-desc{font-size:21px}.user-content .card-badge,.user-content .tag{font-size:18px}.user-content .btn-primary,.user-content .btn-secondary{font-size:22px;padding:15px}.user-content .btn-sm{font-size:20px;padding:9px 24px}.user-content .status-text{font-size:21px}.page-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.page-title-row h2{font-size:20px;font-weight:600}.btn-sm{width:auto;padding:6px 16px;font-size:17px}.empty-text{color:#9ca3af;text-align:center;padding:40px 0}.card-list{display:flex;flex-direction:column;gap:12px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px 20px}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.card-header strong{font-size:21px}.card-badge{display:inline-block;margin-left:8px;padding:2px 8px;background:#f1f5f9;color:#64748b;border-radius:4px;font-size:16px}.card-actions{display:flex;gap:8px}.card-desc{font-size:18px;color:#4b5563;margin-bottom:10px;line-height:1.5}.sub-elements-preview{display:flex;flex-wrap:wrap;gap:6px}.tag{display:inline-block;padding:2px 10px;background:#eff6ff;color:#2563eb;border-radius:12px;font-size:16px}.btn-text{background:none;border:none;color:#2563eb;cursor:pointer;font-size:17px;padding:4px 8px}.btn-text:hover{text-decoration:underline}.btn-text.btn-danger{color:#dc2626}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;padding:28px;width:90%;max-width:640px;max-height:80vh;overflow-y:auto}.modal h3{font-size:18px;font-weight:600;margin-bottom:20px}.form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;resize:vertical;font-family:inherit}.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.sub-elements-section{margin-bottom:16px}.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title-row label{font-size:14px;font-weight:600;color:#374151}.sub-element-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;margin-bottom:10px}.se-header{display:flex;gap:8px;align-items:center;margin-bottom:8px}.se-header input{flex:1;padding:8px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;font-weight:500}.indicator-row{display:flex;gap:6px;align-items:center;margin-bottom:6px;padding-left:12px}.indicator-row input{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:13px}.btn-icon{background:none;border:none;color:#9ca3af;font-size:18px;cursor:pointer;padding:2px 6px;line-height:1}.btn-icon:hover{color:#dc2626}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.modal-actions .btn-primary,.modal-actions .btn-secondary{width:auto;padding:8px 24px}.filter-row{display:flex;gap:10px;margin-bottom:16px}.filter-row select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;outline:none}.form-group select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;outline:none}.card-clickable{cursor:pointer;transition:border-color .15s,box-shadow .15s}.card-clickable:hover{border-color:#93c5fd;box-shadow:0 2px 8px #3b82f61a}.card-meta{display:flex;gap:6px}.tag-warn{background:#fef3c7;color:#92400e}.edit-layout{display:flex;gap:24px}.edit-form,.edit-preview{flex:1;min-width:0}.form-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.form-actions .btn-primary,.form-actions .btn-secondary{width:auto;padding:8px 24px}.competency-select{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer}.checkbox-label input[type=checkbox]{width:auto}.page-viewer{display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:calc(100vh - 200px);border:1px solid #e5e7eb;border-radius:6px;background:#374151;padding:8px}.page-image-wrapper{position:relative}.page-image{width:100%;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.page-number{position:absolute;bottom:8px;right:12px;background:#0009;color:#fff;padding:2px 8px;border-radius:4px;font-size:12px}.pdf-empty{padding:40px;text-align:center;color:#9ca3af;background:#f9fafb;border:1px dashed #d1d5db;border-radius:6px}.org-selector{display:flex;gap:8px;margin-bottom:0;flex-wrap:wrap;align-items:center}.org-btn{padding:8px 20px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s}.org-btn:hover{border-color:#93c5fd}.org-btn.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600}.admin-tabs{display:flex;gap:8px;border-bottom:2px solid #e2e8f0;margin-bottom:20px}.admin-tab{flex:1;padding:10px 20px;background:none;border:1px solid #d1d5db;border-bottom:none;border-radius:6px 6px 0 0;font-size:21px;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;text-align:center}.admin-tab:hover{color:#374151}.admin-tab.active{color:#1e293b;border-color:#2563eb;background:#eff6ff}.admin-stats{display:flex;gap:16px;flex-wrap:wrap}.stat-card{flex:1;min-width:140px;background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:20px;text-align:center}.stat-value{font-size:28px;font-weight:700;color:#1e293b}.stat-label{font-size:17px;color:#64748b;margin-top:4px}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:18px}.admin-table th{background:#f8fafc;padding:10px 12px;text-align:center;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap}.admin-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;color:#4b5563;text-align:center}.admin-table tr:hover td{background:#f8fafc}.admin-table code{background:#f1f5f9;padding:2px 6px;border-radius:3px;font-size:13px}.batch-download-row{display:flex;gap:10px;align-items:center;margin-bottom:16px}.batch-info{font-size:12px;color:#9ca3af}.survey-modal{max-width:560px;max-height:85vh}.survey-desc{font-size:13px;color:#64748b;margin-bottom:16px}.survey-question{margin-bottom:16px}.survey-q-label{font-size:14px;font-weight:600;margin-bottom:8px;color:#1e293b}.survey-options{display:flex;flex-direction:column;gap:6px}.survey-option{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.survey-option input[type=radio]{width:auto;margin:0}.survey-question textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;outline:none}.survey-question textarea:focus{border-color:#3b82f6}.cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:8px}.cost-section-title{font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.split-container{display:flex;flex:1;min-height:0;overflow:hidden}.split-left,.split-right{min-width:0;overflow:hidden;display:flex;flex-direction:column}.split-resizer{width:6px;cursor:col-resize;background:#e2e8f0;flex-shrink:0;transition:background .15s}.split-resizer:hover{background:#94a3b8}.split-narrow{flex:1;display:flex;flex-direction:column;min-height:0}.split-tabs{display:flex;border-bottom:2px solid #e2e8f0;flex-shrink:0}.split-tab{flex:1;padding:10px;text-align:center;background:#f8fafc;border:none;font-size:14px;font-weight:500;color:#64748b;cursor:pointer}.split-tab.active{background:#fff;color:#1e293b;border-bottom:2px solid #2563eb;margin-bottom:-2px}.split-tab-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.pdf-panel{display:flex;flex-direction:column;height:100%;background:#1e293b}.pdf-panel-header{padding:12px 16px;background:#334155;flex-shrink:0}.pdf-panel-header h3{color:#f1f5f9;font-size:22px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdf-panel-body{flex:1;overflow-y:auto;padding:8px}.pdf-panel-body .page-viewer{max-height:none;border:none;background:transparent;padding:0}.report-panel{display:flex;flex-direction:column;height:100%;background:#fff}.report-panel-header{padding:12px 16px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.report-panel-header h3{font-size:22px;font-weight:600;color:#1e293b}.report-info{padding:12px 16px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.report-info-row{display:flex;align-items:baseline;gap:8px;margin-bottom:6px;font-size:13px;line-height:1.5}.report-info-row:last-child{margin-bottom:0}.report-info-label{color:#6b7280;font-weight:500;min-width:56px;flex-shrink:0}.report-editor{flex:1;padding:12px 16px;min-height:0;display:flex;flex-direction:column}.report-editor textarea{flex:1;width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;line-height:1.8;font-family:inherit;resize:none;outline:none}.report-editor textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.report-footer{padding:10px 16px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.report-char-count{font-size:13px;font-weight:500}.char-hint{font-weight:400;opacity:.7}.report-actions{display:flex;align-items:center;gap:12px}.report-submitted-info{font-size:12px;color:#9ca3af}.btn-submit{padding:8px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s}.btn-submit:hover{background:#1d4ed8}.btn-submit:disabled{background:#93c5fd;cursor:not-allowed}.toast{position:fixed;top:64px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:6px;font-size:14px;z-index:200;display:flex;align-items:center;gap:12px;box-shadow:0 4px 12px #00000026}.toast-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.toast-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.toast-close{background:none;border:none;font-size:18px;cursor:pointer;color:inherit;opacity:.6;line-height:1}.toast-close:hover{opacity:1}.feedback-page{max-width:1200px;margin:0 auto;padding-bottom:40px}.feedback-page h2{font-size:33px;font-weight:700;margin-bottom:16px}.feedback-top-header{display:flex;justify-content:space-between;align-items:center;padding:6px 0 10px;margin-bottom:12px;border-bottom:1px solid #cbd5e1}.feedback-top-left{font-size:16px;color:#1e293b}.feedback-top-right{font-size:18px;font-weight:700;color:#0f172a}.feedback-level-comment{margin:8px 0 0;font-size:18px;color:#334155;line-height:1.6}.feedback-notice{padding:12px 16px;margin-bottom:16px;background:#f1f5f9;border-left:3px solid #94a3b8;border-radius:4px;font-size:14px;line-height:1.6;color:#475569}.feedback-level-card{padding:16px 20px;border-radius:8px;margin-bottom:20px}.feedback-level-label{font-size:24px}.feedback-level-label strong{font-size:30px;margin-left:4px}.feedback-section{margin-bottom:24px}.feedback-section h3{font-size:24px;font-weight:600;margin-bottom:12px;color:#1e293b;padding-bottom:6px;border-bottom:1px solid #e5e7eb}.criteria-list{display:flex;flex-direction:column;gap:4px}.criteria-item{padding:12px 0!important}.criteria-name{display:inline-block;font-size:20px;font-weight:600;color:#1e293b;margin-right:12px}.criteria-level{display:inline-block;font-size:18px;font-weight:600;padding:2px 10px;border-radius:4px;background:#f8fafc}.criteria-comment{margin-top:4px;font-size:18px;color:#475569;line-height:1.6}.feedback-list{list-style:none;padding:0}.feedback-list li{padding:8px 0;font-size:21px;line-height:1.7;border-bottom:1px solid #f1f5f9}.feedback-list li:last-child{border-bottom:none}.fb-indicator{font-weight:600;color:#374151;margin-right:6px}.fb-example{margin-top:4px;padding:8px 12px;background:#f0fdf4;border-left:3px solid #16a34a;font-size:20px;color:#166534;border-radius:0 4px 4px 0}.improvements-list .fb-example{background:#fffbeb;border-left-color:#d97706;color:#92400e}.feedback-questions,.questions-list{padding-left:24px;list-style:decimal}.feedback-questions li,.questions-list li{font-size:20px;line-height:1.7;padding:6px 0;border-bottom:none}.feedback-comment{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.feedback-comment p{font-size:21px;line-height:1.7;color:#475569;font-style:italic}.feedback-actions{display:flex;gap:10px;margin-top:24px;margin-bottom:12px}.feedback-meta{font-size:12px;color:#9ca3af}
