*{box-sizing:border-box}body{margin:0;background:#f3f6fa;color:#0f172a;font-family:"Malgun Gothic","Noto Sans KR",Arial,sans-serif}.inspection-view-page{max-width:1120px;margin:0 auto;padding:34px 28px 50px}.view-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px}.eyebrow{display:block;margin-bottom:6px;color:#2563eb;font-size:10px;font-weight:900;letter-spacing:.13em}.view-header h1{margin:0;font-size:30px;letter-spacing:-.04em}.view-header p{margin:7px 0 0;color:#64748b;font-size:14px}.view-actions{display:flex;gap:8px}.action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;border-radius:9px;color:#fff;text-decoration:none;font-size:13px;font-weight:900}.action.excel{background:#0f766e}.action.print{background:#1d4ed8}.asset-card,.latest-card,.history-card-section{margin-bottom:15px;border:1px solid #dbe3ee;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 3px 12px rgba(15,23,42,.025)}.asset-main{display:flex;align-items:center;gap:22px;padding:20px 22px;border-bottom:1px solid #e2e8f0}.asset-code{min-width:130px;padding-right:20px;border-right:1px solid #e2e8f0}.asset-code span,.asset-grid span{display:block;color:#64748b;font-size:11px}.asset-code strong{display:block;margin-top:4px;color:#1e3a8a;font-size:27px}.asset-location strong{display:block;font-size:18px}.asset-location span{display:block;margin-top:5px;color:#475569;font-size:14px}.asset-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.asset-grid>div{padding:14px 16px;border-right:1px solid #edf2f7}.asset-grid>div:last-child{border-right:0}.asset-grid strong{display:block;margin-top:5px;font-size:13px;word-break:break-word}.life.warning{color:#c2410c}.life.expired{color:#b91c1c}.section-head{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:18px 20px;border-bottom:1px solid #e2e8f0}.section-head h2{margin:0;font-size:19px}.section-head p{margin:5px 0 0;color:#64748b;font-size:12px}.latest-state,.history-state{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:900}.latest-state{min-width:68px;height:34px;padding:0 12px;font-size:13px}.latest-state.ok,.history-state.ok{background:#ecfdf5;color:#047857}.latest-state.bad,.history-state.bad{background:#fef2f2;color:#b91c1c}.latest-state.none{background:#f1f5f9;color:#64748b}.result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.result-item{display:grid;grid-template-columns:170px minmax(0,1fr);min-height:50px;border-bottom:1px solid #edf2f7}.result-item:nth-child(odd){border-right:1px solid #edf2f7}.result-item span,.result-item strong{display:flex;align-items:center;padding:10px 13px}.result-item span{background:#f8fafc;color:#475569;font-size:12px;font-weight:800}.result-item strong{font-size:13px}.result-item strong.bad{color:#b91c1c}.no-result,.empty{padding:34px;color:#64748b;text-align:center}.pc-history table{width:100%;border-collapse:collapse}.pc-history th,.pc-history td{padding:12px 11px;border-bottom:1px solid #edf2f7;text-align:center;font-size:12px}.pc-history th{background:#f8fafc;color:#475569}.pc-history tr.selected td{background:#f8fbff}.pc-history td.history-summary{max-width:560px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-history td a{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 10px;border-radius:7px;background:#eff6ff;color:#1d4ed8;text-decoration:none;font-weight:900}.history-state{min-width:48px;height:25px;padding:0 9px;font-size:11px}.mobile-history{display:none}.view-pagination{display:flex;justify-content:center;gap:5px;padding:17px}.view-pagination a,.view-pagination strong{display:flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 9px;border:1px solid #cbd5e1;border-radius:7px;color:#334155;text-decoration:none;font-size:12px}.view-pagination strong{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.view-footer{display:flex;justify-content:center;gap:8px;margin-top:22px}.view-footer a,.view-footer button{display:inline-flex;align-items:center;justify-content:center;min-width:112px;height:40px;border:0;border-radius:8px;background:#475569;color:#fff;text-decoration:none;font-size:13px;font-weight:900;cursor:pointer}.view-footer button{background:#e2e8f0;color:#334155}

/* 관리자 중앙 팝업 iframe 전용 표시 */
body.embed-mode{background:#f8fafc}
body.embed-mode .inspection-view-page{max-width:none;margin:0;padding:18px 20px 24px}
body.embed-mode .view-header{align-items:center;margin-bottom:14px}
body.embed-mode .view-header h1{font-size:25px}
body.embed-mode .asset-card,body.embed-mode .latest-card,body.embed-mode .history-card-section{margin-bottom:12px}
body.embed-mode .view-footer{display:none}
