body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background:0 0% 4%;--surface-1:0 0% 7%;--surface-2:0 0% 10%;--surface-3:0 0% 13%;--foreground:210 40% 96%;--muted-foreground:215 14% 65%;--baby-blue:205 92% 78%;--baby-blue-strong:205 92% 68%;--border:0 0% 18%;--border-strong:0 0% 26%;--red:0 72% 60%;--red-600:0 76% 50%;--success:165 60% 45%;--warning:35 92% 60%}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;background:hsl(var(--background));color:#f1f5f9;color:hsl(var(--foreground));font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}#root,.app-container{min-height:100vh}.app-container{display:flex}.sidebar{background:#1a1a1a;background:hsl(var(--surface-2));border-right:1px solid #2e2e2e;border-right:1px solid hsl(var(--border));height:100vh;overflow-y:auto;position:fixed;width:256px;z-index:100}.main-content{flex:1 1;margin-left:256px;min-height:100vh}.topbar{align-items:center;background:#121212;background:hsl(var(--surface-1));border-bottom:1px solid #2e2e2e;border-bottom:1px solid hsl(var(--border));display:flex;height:56px;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.content{padding:1.5rem}.sidebar-logo{border-bottom:1px solid #2e2e2e;border-bottom:1px solid hsl(var(--border));padding:1.5rem 1rem}.sidebar-logo h1{color:#93d0fb;color:hsl(var(--baby-blue));font-size:1.25rem;font-weight:600}.sidebar-nav{padding:1rem 0}.nav-item{align-items:center;border-left:3px solid #0000;color:#99a4b2;color:hsl(var(--muted-foreground));cursor:pointer;display:flex;padding:.75rem 1rem;text-decoration:none;transition:all .2s}.nav-item:hover{color:#f1f5f9;color:hsl(var(--foreground))}.nav-item.active,.nav-item:hover{background:#121212;background:hsl(var(--surface-1))}.nav-item.active{border-left-color:#93d0fb;border-left-color:hsl(var(--baby-blue));color:#93d0fb;color:hsl(var(--baby-blue))}.nav-item-icon{height:20px;margin-right:.75rem;width:20px}.card{background:#121212;background:hsl(var(--surface-1));border:1px solid #2e2e2e;border:1px solid hsl(var(--border));border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem}.card-header{margin-bottom:1rem}.card-title{font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.card-description{color:#99a4b2;color:hsl(var(--muted-foreground));font-size:.875rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.stat-card{background:#121212;background:hsl(var(--surface-1));border:1px solid #2e2e2e;border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.25rem}.stat-label{color:#99a4b2;color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:.5rem}.stat-value{color:#93d0fb;color:hsl(var(--baby-blue));font-size:2rem;font-weight:600}.btn{align-items:center;border:1px solid #0000;border-radius:.375rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s}.btn-primary{background:#212121;background:hsl(var(--surface-3));border-color:#2e2e2e;border-color:hsl(var(--border));color:#93d0fb;color:hsl(var(--baby-blue))}.btn-primary:hover{background:#1a1a1a;background:hsl(var(--surface-2))}.btn-secondary{background:#0000;border-color:#2e2e2e;border-color:hsl(var(--border));color:#f1f5f9;color:hsl(var(--foreground))}.btn-secondary:hover{border-color:#93d0fb;border-color:hsl(var(--baby-blue))}.btn-danger{background:#0000;border-color:#e25050;border-color:hsl(var(--red));color:#e25050;color:hsl(var(--red))}.btn-danger:hover{background:#e25050;background:hsl(var(--red));color:#fff}.table-container{border:1px solid #2e2e2e;border:1px solid hsl(var(--border));border-radius:.5rem;overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:#1a1a1a;background:hsl(var(--surface-2))}th{color:#f1f5f9;color:hsl(var(--foreground));font-size:.875rem;font-weight:600;padding:.75rem 1rem;text-align:left}tbody tr{border-top:1px solid #2e2e2e;border-top:1px solid hsl(var(--border));transition:background .2s}tbody tr:hover{background:#1a1a1a;background:hsl(var(--surface-2))}td{font-size:.875rem;padding:.75rem 1rem}.badge{border:1px solid;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.badge-draft{border-color:#2e2e2e;border-color:hsl(var(--border));color:#99a4b2;color:hsl(var(--muted-foreground))}.badge-active{border-color:#93d0fb;border-color:hsl(var(--baby-blue));color:#93d0fb;color:hsl(var(--baby-blue))}.badge-paused{border-color:#64748b;color:#cbd5e1}.badge-completed{border-color:#475569;color:#94a3b8}.badge-stopped{border-color:#e25050;border-color:hsl(var(--red));color:#e25050;color:hsl(var(--red))}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{background:#1a1a1a;background:hsl(var(--surface-2));border:1px solid #2e2e2e;border:1px solid hsl(var(--border));border-radius:.375rem;color:#f1f5f9;color:hsl(var(--foreground));font-size:.875rem;padding:.5rem .75rem;width:100%}.form-input:focus{border-color:#93d0fb;border-color:hsl(var(--baby-blue));outline:none}.form-select{background:#1a1a1a;background:hsl(var(--surface-2));border:1px solid #2e2e2e;border:1px solid hsl(var(--border));border-radius:.375rem;color:#f1f5f9;color:hsl(var(--foreground));font-size:.875rem;padding:.5rem .75rem;width:100%}textarea.form-input{min-height:100px;resize:vertical}.modal-overlay{align-items:center;background:#000c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background:#121212;background:hsl(var(--surface-1));border:1px solid #2e2e2e;border:1px solid hsl(var(--border));border-radius:.5rem;max-height:90vh;max-width:600px;overflow-y:auto;padding:1.5rem;width:90%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.modal-title{font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;color:#99a4b2;color:hsl(var(--muted-foreground));cursor:pointer;padding:.25rem}.login-container{align-items:center;background:#0a0a0a;background:hsl(var(--background));display:flex;justify-content:center;min-height:100vh}.login-card{max-width:400px;padding:2rem;width:100%}.login-logo{margin-bottom:2rem;text-align:center}.login-logo h1{color:#93d0fb;color:hsl(var(--baby-blue));font-size:1.875rem;margin-bottom:.5rem}.error-message{background:#e250501a;background:hsl(var(--red)/.1);border:1px solid #e25050;border:1px solid hsl(var(--red));border-radius:.375rem;color:#e25050;color:hsl(var(--red))}.error-message,.success-message{font-size:.875rem;margin-bottom:1rem;padding:.75rem}.success-message{background:#2eb8951a;background:hsl(var(--success)/.1);border:1px solid #2eb895;border:1px solid hsl(var(--success));border-radius:.375rem;color:#2eb895;color:hsl(var(--success))}.file-upload{border:2px dashed #2e2e2e;border:2px dashed hsl(var(--border));border-radius:.5rem;cursor:pointer;padding:2rem;text-align:center;transition:all .2s}.file-upload.dragging,.file-upload:hover{background:#1a1a1a;background:hsl(var(--surface-2));border-color:#93d0fb;border-color:hsl(var(--baby-blue))}.loading{align-items:center;display:flex;justify-content:center;padding:2rem}.spinner{animation:spin .8s linear infinite;border:3px solid #2e2e2e;border-top-color:#93d0fb;border:3px solid hsl(var(--border));border-radius:50%;border-top-color:hsl(var(--baby-blue));height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.main-content{margin-left:0}.stats-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.7155aae3.css.map*/