body,#root{min-height:100vh}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f6fa;color:#0f172a}a{color:inherit}:root{color:#0f172a;background-color:#f5f6fa;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;background:#f5f6fa}*{box-sizing:border-box}.app{min-height:100vh;padding:2rem;display:flex;flex-direction:column;gap:1rem}.app__header{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 1px 2px #0f172a1a}.logo-wrap{display:flex;gap:1rem;align-items:center}.logo-wrap img{height:56px}.app__header h1{margin:0;font-size:1.5rem}.app__header p{margin:0;color:#475569}.tabs{display:flex;gap:.5rem;flex-wrap:wrap}.tabs button{border:none;background:#e2e8f0;color:#0f172a;padding:.65rem 1.25rem;border-radius:999px;cursor:pointer;transition:all .2s}.tabs button.active{background:#0f172a;color:#fff}button{border:none;background:#2563eb;color:#fff;padding:.65rem 1.25rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .1s,box-shadow .1s}button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #2563eb33}button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}button.ghost{background:transparent;color:#2563eb;box-shadow:none}button.danger{color:#dc2626}input,select,textarea{width:100%;padding:.65rem;border-radius:10px;border:1px solid #cbd5f5;background:#fff;font-size:1rem}textarea{resize:vertical}label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:#1e293b}.content{display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0f172a1a}.trip-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.trip-form__actions{display:flex;gap:.5rem;align-items:center}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:1rem}table th,table td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid #e2e8f0}table thead th{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;color:#475569}.table-actions{display:flex;gap:1rem;flex-wrap:wrap}.table-actions button{padding:0}.status{padding:.25rem .75rem;border-radius:999px;font-size:.85rem}.status--ok{background:#dcfce7;color:#166534}.status--pending{background:#fee2e2;color:#b91c1c}.status--no-occ{background:#e0f2fe;color:#0369a1}.occurrence-badge{margin-left:.4rem;font-size:.82rem;font-weight:600;color:#dc2626}.inline-form{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem}.inline-form input{flex:1}.login-wrapper{min-height:100vh;display:flex;justify-content:center;align-items:center;background:radial-gradient(circle at top,#c7d2fe,#e2e8f0)}.login-wrapper .card{max-width:360px;width:100%;text-align:center;display:flex;flex-direction:column;gap:1rem}.logo{height:80px;margin:0 auto}.modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;justify-content:center;align-items:center;padding:1rem;z-index:50}.modal{background:#fff;border-radius:16px;width:min(500px,100%);max-height:90vh;overflow:auto;display:flex;flex-direction:column}.modal__header,.modal__footer{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.modal__footer{border-top:1px solid #e2e8f0;border-bottom:none}.modal__body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.modal__summary{font-weight:600;color:#475569}.modal__footer-actions{display:flex;gap:.5rem;align-items:center}.checkbox{display:flex;gap:.5rem;align-items:center;font-weight:500}.qr-preview{display:flex;flex-direction:column;gap:.5rem;align-items:center}.cell-action{width:100%;background:#e2e8f0;color:#0f172a}.cell-action--has{background:#c7d2fe;color:#312e81;font-weight:600}.evaluation-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.evaluation-table td,.evaluation-table th{text-align:center}.ranking-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.ranking-header h2{margin-top:0}@media(max-width:768px){.app{padding:1rem}.tabs,.table-actions{flex-direction:column}}input[type=datetime-local],input[type=date]{padding:0 .65rem}.th-content{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.filter-icon{color:#94a3b8;transition:color .2s;flex-shrink:0;width:16px;height:16px}.filter-icon:hover{color:#64748b}.filter-icon--active{color:#dc2626!important}.filter-popover{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0f172a26;padding:1rem;width:280px;z-index:50;border:1px solid #e2e8f0;animation:fadeIn .1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.filter-popover__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;font-size:.9rem;color:#475569}.filter-popover__actions{margin-top:1rem;display:flex;justify-content:center}.filter-popover__actions button{font-size:.85rem;padding:.4rem 1rem}.multiselect-search{margin-bottom:.5rem}.multiselect-list{max-height:200px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px}.multiselect-option{padding:.5rem;display:flex;flex-direction:row;align-items:center;gap:.5rem;cursor:pointer;transition:background .1s;font-size:.9rem;font-weight:400}.table-wrapper{overflow-x:auto;min-height:60vh}table{width:100%;border-collapse:collapse;margin-top:1rem;table-layout:fixed}.no-results{text-align:center;padding:3rem;color:#64748b;font-size:.95rem}.multiselect-option:hover{background:#f8fafc}.multiselect-option input{width:auto;margin:0;cursor:pointer}
