
.tch-wrap{max-width:1100px;margin:0 auto;padding:18px;font-family:Arial,sans-serif;color:#17202a}
.tch-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px}
.tch-link{color:#0A3D62;font-weight:700}
.tch-grid-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}
.tch-grid-actions.small{grid-template-columns:repeat(6,1fr)}
.tch-action-card,.tch-metric{display:flex;flex-direction:column;gap:8px;text-decoration:none;color:#17202a;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 6px 20px rgba(0,0,0,.06);min-height:96px}
.tch-action-card{font-size:34px}.tch-action-card strong{font-size:18px}.tch-action-card span,.tch-tool-card small{font-size:13px;color:#667085}
.tch-metric strong{font-size:30px;color:#0A3D62}
.tch-panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 4px 16px rgba(0,0,0,.05);margin:18px 0}
.tch-two-col{display:grid;grid-template-columns:360px 1fr;gap:18px}
.tch-form{display:flex;flex-direction:column;gap:10px}
.tch-form input,.tch-form select,.tch-form textarea,.tch-filter input,.tch-filter select{width:100%;padding:10px;border:1px solid #cfd4dc;border-radius:10px;box-sizing:border-box}
.tch-form textarea{min-height:80px}
.tch-btn{display:inline-block;border:none;border-radius:10px;padding:10px 14px;background:#0A3D62;color:#fff;text-decoration:none;cursor:pointer;font-weight:700;text-align:center}
.tch-btn.primary{background:#0A3D62}.tch-btn.success{background:#198754}.tch-btn.danger{background:#dc3545}.tch-btn.secondary{background:#6c757d}.tch-btn.small{padding:7px 10px;font-size:13px}
.tch-alert{background:#fff3cd;border:1px solid #ffecb5;padding:12px;border-radius:10px;margin:10px 0}
.tch-error{background:#fff;border:1px solid #fecaca;border-radius:18px;padding:24px}
.tch-tools-list{display:flex;flex-direction:column;gap:10px}
.tch-tool-card{display:flex;justify-content:space-between;gap:10px;align-items:center;background:#f9fafb;border:1px solid #edf0f2;border-radius:14px;padding:14px}
.tch-tool-card>div:first-child{display:flex;flex-direction:column;gap:4px}
.tch-card-actions{display:flex;gap:8px;align-items:center}
.tch-status{display:inline-block;width:max-content;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:700}
.tch-status.ok{background:#dcfce7;color:#166534}.tch-status.warn{background:#fef3c7;color:#92400e}.tch-status.danger{background:#fee2e2;color:#991b1b}.tch-status.neutral{background:#e5e7eb;color:#374151}
.tch-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}
.tch-tab{border:none;background:#e5e7eb;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:700}
.tch-tab.active{background:#0A3D62;color:#fff}
.tch-tab-content{display:none}.tch-tab-content.active{display:block}
.tch-filter{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:end;margin:12px 0}
.tch-filter.tools-filter{grid-template-columns:repeat(4,1fr)}
.tch-filter-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.tch-table-wrap{overflow:auto}
.tch-table{width:100%;border-collapse:collapse;font-size:13px}
.tch-table th,.tch-table td{border-bottom:1px solid #e5e7eb;padding:9px;text-align:left;vertical-align:top}
.tch-login{max-width:460px}.tch-count{font-size:13px;color:#667085;font-weight:bold}
.print-header{display:none}
@media (max-width:900px){.tch-wrap{max-width:100%;padding:12px}.tch-grid-actions,.tch-grid-actions.small{grid-template-columns:1fr 1fr}.tch-two-col{grid-template-columns:1fr}.tch-filter,.tch-filter.tools-filter{grid-template-columns:1fr}}
@media (max-width:560px){.tch-grid-actions,.tch-grid-actions.small{grid-template-columns:1fr}.tch-tool-card{flex-direction:column;align-items:flex-start}}
@media print{
 body *{visibility:hidden!important}
 .tch-report-area,.tch-report-area *{visibility:visible!important}
 .tch-report-area{position:absolute;left:0;top:0;width:100%;box-shadow:none!important;border:none!important}
 .no-print,.tch-filter,.tch-filter *{display:none!important}
 .print-header{display:block!important;text-align:center;margin-bottom:12px}
 .tch-table{font-size:10px}
 .tch-table th,.tch-table td{padding:5px;border:1px solid #999}
 @page{size:A4 landscape;margin:12mm}
}
