@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";:root{--cruzeiro-blue:#003a94;--light-blue:#1e90ff;--gold:gold;--white:#fff;--text-gray:#e2e8f0;--bg-dark:#0a192f}body{background-color:var(--bg-dark);color:var(--white);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;padding:0;font-family:Inter,sans-serif}*{box-sizing:border-box}.glass-panel{-webkit-backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d}.input-field{width:100%;color:var(--white);background:#0003;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.input-field:focus{border-color:var(--light-blue);box-shadow:0 0 15px #1e90ff4d}.btn{background:linear-gradient(90deg, var(--light-blue), var(--cruzeiro-blue));color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:.8rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex}.btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #1e90ff66}.btn:disabled{opacity:.6;cursor:not-allowed}.layout{min-height:100vh;display:flex}.sidebar{background:#0000004d;border-right:1px solid #ffffff0d;flex-direction:column;gap:1rem;width:250px;padding:2rem 1rem;display:flex}.sidebar-header{text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:1rem;padding:0 1rem 1rem}.sidebar-link{color:var(--text-gray);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:1rem;font-size:1rem;text-decoration:none;transition:background .2s,color .2s;display:flex}.sidebar-link:hover,.sidebar-link.active{color:var(--white);background:#1e90ff26}.main-content{flex:1;padding:2rem;overflow-y:auto}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{flex-direction:column;gap:10px;display:flex}.stat-card h3{color:var(--text-gray);margin:0;font-size:1rem;font-weight:400}.stat-card .value{color:var(--gold);margin:0;font-size:2.5rem;font-weight:800}.table-container{overflow-x:auto}table{border-collapse:collapse;width:100%;margin-top:1rem}th,td{text-align:left;border-bottom:1px solid #ffffff1a;padding:1rem}th{color:var(--text-gray);text-transform:uppercase;font-size:.9rem;font-weight:600}td{font-size:.95rem}.badge{border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.badge.confirmed{color:#4ade80;background:#4ade8026;border:1px solid #4ade804d}.badge.cancelled{color:#ff416c;background:#ff416c26;border:1px solid #ff416c4d}.nested-list{border-left:2px solid #ffffff1a;margin:0;padding-left:1.5rem;list-style:none}.nested-list li{color:var(--text-gray);padding:.3rem 0;font-size:.9rem}
