.fleet-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:28px}.fleet-heading p{max-width:720px}.fleet-create{max-width:620px}.fleet-create .btn,.fleet-grid form>.btn{margin-top:18px}.fleet-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fleet-grid .account-card{margin-top:0}.fleet-member-list{display:grid;gap:10px;margin-top:20px}.fleet-member-list article{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--line);background:#f8fafc}.fleet-member-list article>div{display:grid;gap:4px}.fleet-member-list article>div span{color:var(--muted)}.status-invited{background:#dbeafe;color:#1d4ed8}.status-active{background:#d1fae5;color:#047857}.status-revoked{background:#fee2e2;color:#991b1b}.ticket-link-card{display:block;color:inherit;text-decoration:none}.ticket-link-card:hover{border-color:var(--red)}.fleet-plan-summary{display:flex;justify-content:space-between;align-items:center;gap:24px}.plan-usage{display:grid;grid-template-columns:auto auto;gap:4px 10px;align-items:baseline}.plan-usage strong{font:700 24px Georgia,serif}.plan-usage span{color:var(--muted)}.fleet-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.fleet-plan-card{display:flex;flex-direction:column;gap:14px;border:1px solid var(--line);padding:20px;background:#f8fafc}.fleet-plan-card.current{border:2px solid var(--red);background:#fff}.fleet-plan-card h3{font:700 24px Georgia,serif;margin:12px 0 5px}.fleet-plan-card p{color:var(--muted);line-height:1.45}.fleet-plan-card ul{padding-left:20px;line-height:1.8;margin:0}.fleet-plan-card form{margin-top:auto}.fleet-plan-card .btn{width:100%}.fleet-plan-card .btn:disabled{opacity:.5;cursor:not-allowed}.fleet-price{font:700 30px Georgia,serif}.fleet-price small{font:400 13px Arial,sans-serif;color:var(--muted)}@media(max-width:760px){.fleet-heading{display:grid}.fleet-heading .btn{width:100%}.fleet-grid,.fleet-plan-grid{grid-template-columns:1fr}.fleet-plan-summary{display:grid}.fleet-member-list article{grid-template-columns:1fr}.fleet-member-list .inline-form{display:grid;grid-template-columns:1fr 1fr}.fleet-member-list .inline-form button{grid-column:1/-1}.fleet-metrics{grid-template-columns:1fr}}
