:root{--navy: #1e3a5f;--blue: #2563eb;--teal: #0d9488;--bg: #f8fafc;--border: #e2e8f0;--text: #1e293b;--muted: #64748b}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{text-decoration:none;color:inherit}button{font-family:inherit}.app-layout{display:flex;flex-direction:row;height:100vh;overflow:hidden}.sidebar{width:240px;background:var(--navy);color:#fff;display:flex;flex-direction:column;height:100vh;overflow-y:auto;flex-shrink:0}.sidebar-logo{padding:20px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-logo-text{font-size:16px;font-weight:800;color:#fff}.sidebar-logo-sub{font-size:11px;color:#fff9;margin-top:2px}.sidebar-section{padding:12px 12px 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#fff6}.sidebar-item{display:flex;align-items:center;gap:10px;padding:9px 14px;border-radius:8px;margin:2px 8px;color:#fffc;cursor:pointer;font-size:13px;font-weight:500;text-decoration:none;transition:background .12s,color .12s}.sidebar-item:hover,.sidebar-item.active{background:#ffffff1f;color:#fff}.sidebar-item.active{background:#ffffff2e}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.topbar{height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;flex-shrink:0}.topbar-left,.topbar-right{display:flex;align-items:center;gap:10px}.logo-icon{font-size:24px}.logo-icon-img{width:36px;height:36px;border-radius:8px;object-fit:cover;flex-shrink:0}.logo-text{font-size:15px;font-weight:800;color:var(--navy)}.logo-sub{font-size:11px;color:var(--muted)}.topbar-userinfo-mobile{display:none}.topbar-userinfo{display:block;text-align:right}.page-content{flex:1;overflow-y:auto;padding:24px}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-title{font-size:22px;font-weight:800;color:var(--navy)}.page-subtitle{font-size:13px;color:var(--muted);margin-top:2px}.card{background:#fff;border-radius:12px;border:1px solid var(--border);padding:20px 24px;margin-bottom:16px}.card-title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:16px}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .15s}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#f1f5f9;color:var(--text)}.btn-secondary:hover{background:#e2e8f0}.btn-ghost{background:transparent;color:var(--muted)}.btn-ghost:hover{background:#f1f5f9}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-success{background:#16a34a;color:#fff}.btn-success:hover{background:#15803d}.btn-sm{padding:5px 10px;font-size:12px}.form-label{display:block;font-size:12px;font-weight:600;color:var(--muted);margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.form-input,.form-select,.form-textarea{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;color:var(--text);box-sizing:border-box;background:#fff;font-family:inherit;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:80px}.form-group{margin-bottom:16px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{background:#fff;border-radius:16px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{padding:20px 24px 0;display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:16px;font-weight:800;color:var(--navy)}.modal-close{background:none;border:none;font-size:18px;cursor:pointer;color:var(--muted);line-height:1}.modal-body{padding:20px 24px}.modal-footer{padding:0 24px 20px;display:flex;justify-content:flex-end;gap:10px}.badge{display:inline-block;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:700}.badge-blue{background:#dbeafe;color:#1e40af}.badge-teal{background:#ccfbf1;color:#0f766e}.badge-purple{background:#ede9fe;color:#5b21b6}.badge-orange{background:#ffedd5;color:#c2410c}.badge-red{background:#fee2e2;color:#b91c1c}.badge-green{background:#dcfce7;color:#15803d}.badge-grey{background:#f1f5f9;color:#475569}.badge-amber{background:#fef3c7;color:#92400e}.user-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;flex-shrink:0;cursor:pointer}.notif-btn{position:relative;font-size:18px;cursor:pointer;padding:4px}.notif-dot{position:absolute;top:2px;right:2px;width:8px;height:8px;border-radius:50%;background:#ef4444}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{padding:10px 12px;text-align:left;font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;border-bottom:2px solid var(--border);white-space:nowrap}.table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;color:var(--text)}.table tr:hover td{background:#fafafa}.status-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}.app-footer{margin-top:48px;padding-top:20px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.app-footer a{color:var(--muted);text-decoration:none}.app-footer a:hover{text-decoration:underline}.footer-links{white-space:nowrap}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px 20px}.stat-value{font-size:28px;font-weight:800;color:var(--navy)}.stat-label{font-size:12px;color:var(--muted);margin-top:2px}.passenger-card{background:#f8fafc;border:1px solid var(--border);border-radius:10px;padding:14px 16px;margin-bottom:10px}.step-indicator{display:flex;align-items:center;gap:8px;margin-bottom:24px}.step{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--muted)}.step.active{color:var(--blue)}.step.done{color:var(--teal)}.step-num{width:28px;height:28px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.step.active .step-num{background:var(--blue);color:#fff}.step.done .step-num{background:var(--teal);color:#fff}.step-divider{flex:1;height:1px;background:var(--border);max-width:40px}.error-box{background:#fee2e2;border:1px solid #fca5a5;color:#b91c1c;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:16px}.success-box{background:#dcfce7;border:1px solid #86efac;color:#15803d;border-radius:8px;padding:10px 14px;font-size:13px;margin-bottom:16px}.switch-dropdown{position:relative}.switch-menu{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 8px 24px #0000001f;min-width:220px;z-index:200;overflow:hidden}.switch-menu-item{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:500;color:var(--text);cursor:pointer;transition:background .1s}.switch-menu-item:hover{background:#f8fafc}.switch-menu-item.current{background:#eff6ff;color:var(--blue);font-weight:700;cursor:default}.filter-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:16px}.filter-bar .form-group{margin-bottom:0}.section-title{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:12px;margin-top:8px}.sidebar-user{margin-top:auto;padding:14px 16px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:10px}.sidebar-user-name{font-size:13px;font-weight:600;color:#fff;line-height:1.3}.sidebar-user-role{font-size:11px;color:#fff9}.mobile-bottom-nav,.mobile-drawer-overlay{display:none}@media (max-width: 768px){.topbar-left .logo-sub{display:block;font-size:10px}.topbar-userinfo{text-align:right}.sidebar{display:none}.app-layout{flex-direction:column}.main-content{height:100vh;padding-bottom:60px}.form-row{grid-template-columns:1fr}.page-content{padding:16px 16px 24px}.app-footer{flex-direction:column;align-items:center;text-align:center;gap:4px;padding-top:16px;margin-top:32px}.footer-links{white-space:normal}.stats-grid{grid-template-columns:repeat(2,1fr)}.modal{max-width:100%}.filter-bar{flex-direction:column}.filter-bar .form-group,.filter-bar select,.filter-bar input{width:100%}.mobile-bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:60px;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 12px #00000014;z-index:1000;padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px);align-items:stretch}.mobile-drawer-overlay{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:2000;align-items:flex-end}.mobile-drawer{background:#fff;border-radius:20px 20px 0 0;width:100%;max-height:80vh;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,12px);animation:slideUp .22s cubic-bezier(.32,.72,0,1)}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.topbar-right .btn:last-child{display:none}}.rti-ticker-text{display:flex;white-space:nowrap;animation:tickerScroll 28s linear infinite;padding:9px 0}.rti-ticker-text:hover{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
