/* OneFSG V8.1.16 - Application Registry Stabilization */
.v816-note { display:none !important; }
.v816-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; margin-top:18px; }
.v816-grid.two { grid-template-columns:1.3fr .9fr; }
.v816-grid.four { grid-template-columns:repeat(4,minmax(0,1fr)); }
.v816-panel { background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.14); border-radius:18px; padding:22px; box-shadow:0 18px 42px rgba(0,0,0,.22); }
.v816-panel h2,.v816-panel h3 { margin-top:0; }
.v816-muted { color:rgba(255,235,220,.78); }
.v816-actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:16px; }
.v816-tabs { display:flex; gap:10px; flex-wrap:wrap; margin:18px 0; }
.v816-tabs button { border:1px solid rgba(255,255,255,.18); background:#26221f; color:#fff; border-radius:18px; padding:12px 18px; font-weight:800; cursor:pointer; }
.v816-tabs button.active { background:#ff5a00; border-color:#ff5a00; box-shadow:0 12px 28px rgba(255,90,0,.3); }
.v816-kpis { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin:18px 0; }
.v816-kpi { background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,90,0,.10)); border:1px solid rgba(255,255,255,.14); border-radius:16px; padding:18px; }
.v816-kpi b { font-size:28px; display:block; }
.v816-table { width:100%; border-collapse:collapse; }
.v816-table th { text-align:left; color:rgba(255,235,220,.72); text-transform:uppercase; font-size:12px; letter-spacing:.08em; padding:10px 8px; border-bottom:1px solid rgba(255,255,255,.16); }
.v816-table td { padding:12px 8px; border-bottom:1px solid rgba(255,255,255,.08); vertical-align:top; }
.v816-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.v816-form label { display:flex; flex-direction:column; gap:7px; font-weight:800; }
.v816-form .wide { grid-column:1/-1; }
.v816-form input,.v816-form select,.v816-form textarea { background:#120f0d; border:1px solid rgba(255,255,255,.16); color:#fff; border-radius:12px; padding:12px; }
.v816-form textarea { min-height:92px; }
.v816-pill { display:inline-block; border-radius:999px; padding:5px 10px; font-weight:800; font-size:12px; }
.v816-pill.green { background:rgba(0,128,80,.35); color:#bffff0; }
.v816-pill.blue { background:rgba(40,120,180,.35); color:#d8efff; }
.v816-pill.orange { background:rgba(255,90,0,.28); color:#ffd7bf; }
.v816-pill.gray { background:rgba(255,255,255,.12); color:#eee; }
@media (max-width:1100px){ .v816-grid,.v816-grid.two,.v816-grid.four,.v816-kpis { grid-template-columns:1fr; } }

/* OneFSG V8.2.4 - Secure share and feedback readiness polish */
.v816-help{display:block;margin-top:6px;color:#d8b7a5;font-size:12px;font-weight:600}
.v816-form input[type=file]{padding:10px;background:#100c0a}
.v816-panel .v816-table + .v816-form{margin-top:22px}
