*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f5f7fb;color:#172033}.topbar{height:68px;background:#fff;border-bottom:1px solid #e7eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:11px;color:#172033;text-decoration:none}.brand-mark{width:38px;height:38px;border-radius:11px;background:#1769e0;color:#fff;display:grid;place-items:center}.brand b{display:block;font-size:15px}.brand small{display:block;color:#7b8495;font-size:11px;margin-top:2px}.menu-toggle{display:none;border:0;background:transparent;font-size:21px;color:#344054}.layout{display:flex;min-height:calc(100vh - 68px)}.sidebar{width:230px;background:#fff;border-right:1px solid #e7eaf0;padding:20px 13px;flex:none}.nav-item{height:46px;display:flex;align-items:center;gap:12px;padding:0 14px;border-radius:10px;color:#687386;text-decoration:none;font-size:14px;font-weight:600;margin-bottom:6px}.nav-item i{width:20px;text-align:center}.nav-item:hover{background:#f1f5fb;color:#1769e0}.nav-item.active{background:#eaf2ff;color:#1769e0}.content{width:100%;max-width:1280px;margin:0 auto;padding:28px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px}.page-head h1{font-size:25px;margin:0 0 7px}.page-head p{margin:0;color:#7b8495;font-size:14px}.btn{border:0;border-radius:9px;padding:11px 15px;font:600 13px Inter;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;cursor:pointer}.btn-primary{background:#1769e0;color:#fff}.btn-primary:hover{background:#125ac1}.btn-light{background:#eef2f7;color:#344054}.btn-danger{background:#feecec;color:#c93636}.btn-danger:hover{background:#fbdada}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:22px}.stat{background:#fff;border:1px solid #e8ebf1;border-radius:13px;padding:18px;display:flex;justify-content:space-between;align-items:center}.stat small{display:block;color:#7b8495;font-size:12px;margin-bottom:7px}.stat strong{font-size:25px}.stat-icon{width:43px;height:43px;border-radius:12px;display:grid;place-items:center;background:#eef4ff;color:#1769e0}.card{background:#fff;border:1px solid #e8ebf1;border-radius:13px;padding:21px;margin-bottom:18px}.card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.card-title h2{font-size:16px;margin:0}.quick{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.quick a{border:1px solid #e5e9ef;border-radius:11px;padding:17px;text-decoration:none;color:#172033;display:flex;gap:12px;align-items:center}.quick a i{color:#1769e0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field label{display:block;font-size:12px;font-weight:700;margin-bottom:7px;color:#344054}.field input,.field select,.field textarea{width:100%;border:1px solid #dce1e8;border-radius:9px;padding:11px 12px;font:14px Inter;background:#fff;color:#172033;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#1769e0;box-shadow:0 0 0 3px #eaf2ff}.field textarea{min-height:105px;resize:vertical}.full{grid-column:1/-1}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.check{border:1px solid #e4e8ee;border-radius:10px;padding:13px}.check label{font-size:12px;font-weight:700;display:block;margin-bottom:7px}.status-preview{margin-top:16px;padding:13px 15px;border-radius:10px;display:flex;gap:9px;align-items:center;font-size:13px;font-weight:600}.status-safe,.safe{background:#eaf8ef;color:#187443}.status-warning,.warning{background:#fff7e6;color:#a66700}.status-danger,.danger{background:#ffeded;color:#c93636}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}.upload{border:1.5px dashed #cbd3df;border-radius:11px;padding:22px;text-align:center;cursor:pointer;color:#6d7788}.upload i{font-size:26px;margin-bottom:7px}.upload input{display:none}.preview{max-width:180px;max-height:150px;border-radius:8px;margin:12px auto 0;display:none}.filters{display:flex;gap:10px;flex-wrap:wrap}.filters input,.filters select{padding:10px 12px;border:1px solid #dce1e8;border-radius:9px;font:13px Inter}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;font-size:12px;min-width:950px}.table th,.table td{padding:12px 10px;border-bottom:1px solid #edf0f4;text-align:left;vertical-align:top}.table th{color:#7b8495;font-size:11px;text-transform:uppercase;letter-spacing:.03em}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;white-space:nowrap}.mobile-history{display:none}.empty{text-align:center;padding:40px 15px;color:#7b8495}.alert{margin-bottom:18px;padding:12px 14px;border-radius:10px;display:flex;gap:10px;align-items:center;font-size:13px}.alert button{margin-left:auto;border:0;background:transparent;cursor:pointer}.alert-success{background:#eaf8ef;color:#187443}.alert-error{background:#ffeded;color:#c93636}.modal-backdrop{display:none;position:fixed;inset:0;background:#10182880;z-index:80;align-items:center;justify-content:center;padding:20px}.modal-backdrop.open{display:flex}.modal{background:#fff;width:min(420px,100%);border-radius:14px;padding:24px}.modal h3{margin:0 0 8px;font-size:18px}.modal p{color:#667085;font-size:13px;line-height:1.6}.modal-icon{width:42px;height:42px;border-radius:10px;background:#feecec;color:#c93636;display:grid;place-items:center;margin-bottom:15px}.modal .button-row{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.button-row{display:flex;gap:9px}.photo-link{color:#1769e0;text-decoration:none;font-weight:600}.footer-note{color:#98a1af;font-size:11px;text-align:center;margin:24px 0}
@media(max-width:900px){.stats{grid-template-columns:repeat(2,1fr)}.sidebar{width:210px}.content{padding:22px}}
@media(max-width:800px){.topbar{padding:0 16px}.menu-toggle{display:block}.sidebar{position:fixed;left:-240px;top:68px;bottom:0;z-index:25;transition:.2s;box-shadow:4px 0 20px #10182812}.sidebar.open{left:0}.content{padding:20px 15px}.page-head{align-items:stretch;flex-direction:column}.page-head .btn{width:100%}.form-grid,.check-grid,.quick{grid-template-columns:1fr}.full{grid-column:auto}.table-wrap{display:none}.mobile-history{display:block}.history-card{border:1px solid #e6e9ef;border-radius:12px;padding:15px;margin-bottom:12px}.history-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start}.history-id{font-weight:800;font-size:13px}.history-date{color:#8992a1;font-size:11px;margin-top:5px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:15px}.detail small{display:block;color:#8992a1;font-size:10px;margin-bottom:4px}.detail b{font-size:12px;line-height:1.4;word-break:break-word}.button-row{flex-wrap:wrap}.filters>*{width:100%}.filters .btn{width:100%}.stats{gap:10px}.stat{padding:14px}.stat strong{font-size:21px}.card{padding:16px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}

.page-head>.button-row{align-items:center}.pdf-note{font-size:12px;color:#7b8495;margin-top:-8px;margin-bottom:18px}@media(max-width:800px){.page-head>.button-row{flex-direction:column;width:100%}.page-head>.button-row .btn{width:100%}}
