*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,sans-serif;background-color:#f5f5f5}.app-container{display:flex;min-height:100vh}.sidebar{width:250px;color:#fff;padding:20px}.sidebar-title{font-size:18px;font-weight:600;margin-bottom:30px}.nav-item{display:flex;align-items:center;gap:10px;padding:12px 16px;margin-bottom:5px;border-radius:4px;cursor:pointer;transition:background-color .2s}.nav-item:hover{background-color:#ffffff1a}.nav-item.active{background-color:#fff3}.main-content{flex:1;padding:30px 40px;max-width:1400px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-title{font-size:24px;font-weight:600;color:#323130}.card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:24px;margin-bottom:24px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.stat-value{font-size:28px;font-weight:600;color:#059669}.stat-label{color:#605e5c;margin-top:5px}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px 16px;text-align:left;border-bottom:1px solid #edebe9}th{font-weight:600;color:#323130;background-color:#faf9f8}tr:hover{background-color:#f5f5f5}.btn{padding:8px 16px;border:none;border-radius:6px;font-size:14px;cursor:pointer;font-weight:500}.btn-primary{background:#059669;color:#fff}.btn-primary:hover{background:#047857}.btn-secondary{background:#e5e7eb;color:#374151}.btn-secondary:hover{background:#d1d5db}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;font-size:14px;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966933}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001}.modal{background:#fff;border-radius:12px;padding:30px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.badge-verified{background:#d1fae5;color:#065f46}.badge-pending{background:#fef3c7;color:#92400e}.badge-unresponsive{background:#fee2e2;color:#991b1b}.badge-draft{background:#e0e7ff;color:#3730a3}.badge-submitted{background:#fef3c7;color:#92400e}.badge-accepted{background:#d1fae5;color:#065f46}.badge-rejected{background:#fee2e2;color:#991b1b}.badge-active{background:#d1fae5;color:#065f46}.badge-surrendered{background:#e0e7ff;color:#3730a3}.badge-cancelled{background:#f3f4f6;color:#6b7280}.filter-bar{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap;align-items:center}.filter-bar select,.filter-bar input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:13px}.chart-bar{display:flex;align-items:flex-end;gap:8px;height:200px;padding:10px 0}.chart-bar-item{flex:1;background:#059669;border-radius:4px 4px 0 0;position:relative;min-height:4px;transition:height .3s}.chart-bar-label{text-align:center;font-size:11px;color:#6b7280;margin-top:4px}
