.fleet-console{min-height:100vh}.fleet-console__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;height:56px;background:var(--fleet-bg-elevated);border-bottom:1px solid var(--fleet-border)}.fleet-console__brand{display:flex;flex-direction:column;line-height:1.2}.fleet-console__title{font-size:17px;font-weight:700;color:var(--fleet-brand)}.fleet-console__subtitle{font-size:12px;color:var(--fleet-text-secondary)}.fleet-console__actions{display:flex;align-items:center;gap:8px}.fleet-console__content{padding:20px;max-width:1200px;width:100%;margin:0 auto}.fleet-dashboard{margin-bottom:16px}.fleet-dashboard__loading{display:flex;justify-content:center;padding:48px 0}.fleet-dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px}.fleet-dashboard__block{margin-bottom:16px}.fleet-stat__value{font-size:26px;font-weight:700;line-height:1.1}.fleet-stat__label{font-size:12px;color:var(--fleet-text-secondary);margin-top:2px}.fleet-stat--pending .fleet-stat__value{color:#faad14}.fleet-stat--active .fleet-stat__value{color:#1677ff}.fleet-stat--done .fleet-stat__value{color:#52c41a}.fleet-stat--failed .fleet-stat__value{color:#ff4d4f}.fleet-stat--results .fleet-stat__value{color:var(--fleet-brand)}.fleet-form__field{margin-bottom:14px;display:flex;flex-direction:column;gap:6px}.fleet-form__number{width:160px}.fleet-form__copy{cursor:pointer;color:var(--fleet-brand);-webkit-user-select:none;user-select:none}.fleet-form__select{width:100%;max-width:360px}.fleet-sandbox__results{margin:0;padding:12px;max-height:360px;overflow:auto;border-radius:6px;background:#00000059;font-size:12px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.fleet-login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.fleet-login__card{width:100%;max-width:420px}.fleet-login__brand{margin-bottom:20px}.fleet-login__title{margin-bottom:4px!important;color:var(--fleet-brand)!important}@media (max-width: 640px){.fleet-console__header{height:auto;padding:10px 14px;flex-wrap:wrap}.fleet-console__content{padding:12px}}:root{--fleet-brand: #7c4dff;--fleet-bg: #141414;--fleet-bg-elevated: #1d1d1d;--fleet-border: #303030;--fleet-text: rgba(255, 255, 255, .85);--fleet-text-secondary: rgba(255, 255, 255, .45)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{background:var(--fleet-bg);color:var(--fleet-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}
