@import"https://fonts.googleapis.com/css2?family=Nunito&display=swap";:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%;background:#0b1220}body{min-height:100vh;margin:0;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:clamp(1rem,1.1vw + .75rem,1.375rem);color:#fff}#root{min-height:100vh}.instructions{margin-top:.5rem;padding:.3rem .5rem;border-radius:.5rem;font-size:.9rem;background:#ffffff1a;border:.125rem solid rgba(255,255,255,.16);color:#ffffffeb;position:static}.instructions>svg{margin-right:.25rem;opacity:.95}.instructionsInfo{background:#ffffff1a;border:.0625rem solid rgba(255,255,255,.16)}.instructionsError{background:#ef444424;border:.0625rem solid rgba(239,68,68,.28);color:#fffffff2}.instructionsSuccess{background:#22c55e24;border:.0625rem solid rgba(34,197,94,.28);color:#fffffff2}.offscreen{position:absolute;left:-9999rem}.hide{display:none}.errmsg{background-color:#ffb6c1;color:#b22222;font-weight:700;padding:.5rem;margin-bottom:.5rem;border-radius:.5rem}.line{display:inline-block;color:#fff;text-decoration:none;font-weight:600}.line:hover{text-decoration:underline;text-decoration-color:#f4c542;text-underline-offset:.15em}.fullPageSpinner{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#0b1220;color:#e5e7eb}.spinner{width:2.5rem;height:2.5rem;border-radius:999rem;border:.25rem solid rgba(255,255,255,.22);border-top-color:#ffffffe6;animation:spin .9s linear infinite}.spinnerSm{width:.875rem;height:.875rem;border-width:.125rem}.spinnerLabel{opacity:.85}.inlineLoader{display:inline-flex;align-items:center;gap:.5rem}.errorBanner{padding:.75rem;border-radius:.75rem;background:#ef44441f;border:.0625rem solid rgba(239,68,68,.3)}.errorBannerTitle{font-weight:900;margin-bottom:.25rem}.errorBannerMessage{opacity:.95}.errorBannerRetry{margin-top:.625rem}@keyframes spin{to{transform:rotate(360deg)}}.appShell{min-height:100vh}.appHeader{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-bottom:.0625rem solid rgba(255,255,255,.08);background:#0f172a;position:sticky;top:0;z-index:10}.appUserLogoutButton{padding:.65rem .8rem;border:0;border-radius:.75rem;cursor:pointer;opacity:.85}.appBrand{font-weight:900;letter-spacing:.02em}.appNav{display:flex;justify-content:center;gap:2rem;margin-left:5rem;flex:1}.appNav a{color:#e5e7eb;opacity:.85}.appNav a:hover{opacity:1}.appUser{display:flex;align-items:center;gap:.75rem}.appUserName{opacity:.85}.appMain{padding:1rem;color:#fff}.authLayout{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.authCard{width:min(35vw,34rem);max-height:90vh;display:flex;flex-direction:column;justify-content:center;padding:1rem;background-color:#1e3a8a;border-radius:1rem;box-shadow:0 0 1rem #00000073;color:#fff}@media(max-width:48rem){.authCard{width:100%}}.authCard h2{text-align:center}.authCard form{display:flex;flex-direction:column;font-size:1.25rem;gap:.25rem;margin-bottom:1rem;margin-top:.5rem}.authCard input[type=email],.authCard input[type=password],.authCard input[type=text],.authCard input[type=number],.authCard button,.authCard textarea{font-family:Nunito,sans-serif;font-size:1.25rem;padding:.5rem .25rem;border-radius:.5rem}.authCard input[type=email],.authCard input[type=password],.authCard input[type=text],.authCard textarea{border:.0625rem solid rgba(0,0,0,.25);background:#fff;color:#111827;margin-top:.35rem}.authCard input:focus-visible,.authCard textarea:focus-visible{outline:none;border-color:#f4c542;box-shadow:0 0 0 .125rem #f4c54259}.inputValid{outline:none;box-shadow:0 0 0 .125rem #6eda95}.inputInvalid{box-shadow:0 0 0 .125rem #dd5d52}.authCard button{margin-top:1rem;padding:.65rem .8rem;border:0;border-radius:.75rem;font-weight:800;cursor:pointer}.authCard button:disabled{cursor:not-allowed}p{opacity:.85;margin-top:.8rem}.projectsPage{max-width:1100px;margin:0 auto}.projectsHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.projectsActions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.projectsCard{padding:1rem;background:#ffffff0f;border:.0625rem solid rgba(255,255,255,.08);border-radius:1rem}.projectsCard+.projectsCard{margin-top:1rem}.projectsCard h3{margin-bottom:.5rem}.projectsFilters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem;align-items:center}@media(max-width:48rem){.projectsFilters{grid-template-columns:1fr}}.projectsInput,.projectsTextarea{width:100%;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:1.05rem;height:2.5rem;padding:.55rem .6rem;border-radius:.75rem;border:.0625rem solid rgba(0,0,0,.25);background:#fff;color:#111827}.projectsTextarea{min-height:7rem;resize:vertical}.projectsInput:focus-visible,.projectsSelect:focus-visible,.projectsTextarea:focus-visible{outline:none;border-color:#f4c542;box-shadow:0 0 0 .125rem #f4c54259}.projectsActions .projectsBtn,.projectsActions .projectsBtnSecondary,.projectsActions button.projectsBtn,.projectsActions a.projectsBtn{font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-weight:700;font-size:1.05rem}.projectsBtn,.projectsSelect{display:inline-flex;align-items:center;justify-content:center;height:3rem;padding:0 1rem;line-height:1;box-sizing:border-box;border:0;border-radius:1rem;cursor:pointer;font-weight:800;font-size:1.05rem;text-decoration:none;background:#f4c542;color:#111827}.projectsBtn:disabled{cursor:not-allowed;opacity:.6}.projectsBtnSecondary{background:#ffffff1f;color:#fff;border:.0625rem solid rgba(255,255,255,.14);box-sizing:border-box}.projectsBtnDelete,.projectsSelect{background:#ffffff1f;color:#fff;border:.0625rem solid rgba(255,255,255,.14);box-sizing:border-box;font-size:.85rem;font-weight:100;height:2.5rem}.projectsTableWrap{overflow-x:auto;margin-top:.75rem}.projectsTable{width:100%;border-collapse:collapse;font-size:.95rem}.projectsTable th,.projectsTable td{padding:.55rem .6rem;border-bottom:.0625rem solid rgba(255,255,255,.12);text-align:left;vertical-align:center}.projectsTable .pill{justify-content:left;padding-left:1.25rem;width:9rem}.projectsTable th{opacity:.85;font-weight:900}.projectsRowLink{cursor:pointer}.projectsRowLink:hover{background:#ffffff0d}.projectsHint{margin-top:.75rem;opacity:.8}.projectsForm{display:grid;gap:.75rem;margin-top:.75rem}.projectsFormRow{display:grid;gap:.35rem}.projectsTwoCols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:48rem){.projectsTwoCols{grid-template-columns:1fr}}.projectsField,.versions{display:flex;flex-direction:column}.projectsPills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.pill{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:1rem;font-size:.85rem;background:#ffffff1f;border:.0625rem solid rgba(255,255,255,.14);height:2.5rem}.projectsPills input[type=checkbox]{width:1rem;border-radius:2rem}.projectsFooter{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.danger{background:#ef444424;border-color:#ef444447}.projectsRowLink td{transition:background-color .15s ease}.projectsRowLink:hover td{background-color:#ffffff0a}.projectsRowLink:focus-within td{background-color:#ffffff0f}.projectsTableMainLink{display:inline-block;width:100%;color:inherit;text-decoration:none}.projectsTableMainLink:hover{text-decoration:underline}.projectsTableMainLink:focus-visible{outline:1px solid currentColor;outline-offset:2px}.projectsFileInputNative{display:none}.projectsFileField{display:flex;align-items:center;gap:.875rem;height:2.5rem;padding:.55rem .6rem;border-radius:.75rem;border:.0625rem solid rgba(255,255,255,.14);background:#ffffff0a;transition:border-color .2s ease,background .2s ease}.projectsFileField:hover{border-color:#ffffff38;background:#ffffff0f}.projectsFileField.isDisabled{opacity:.6;pointer-events:none}.projectsFileName{min-width:0;color:#ffffffad;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.projectsFileName.hasFile{color:#fff}.projectsFileField .projectsBtnSecondary{height:1.5rem;border-radius:.5rem}.logs{margin-top:1rem;max-height:28rem;overflow:auto;border-radius:1rem;border:.0625rem solid rgba(255,255,255,.12);background:#00000038;padding:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.accountPage{max-width:1100px;margin:0 auto}.accountHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.accountGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:48rem){.accountGrid{grid-template-columns:1fr}}.accountCard{padding:1rem;background:#ffffff0f;border:.0625rem solid rgba(255,255,255,.08);border-radius:1rem}.accountCard h3,.accountPage p{margin-bottom:.75rem}.accountRow{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.35rem 0;border-bottom:.0625rem dashed rgba(255,255,255,.12)}.accountRow:last-child{border-bottom:none}.accountLabel{opacity:.8}.accountValue{font-weight:700}.accountHint{margin-top:.75rem;opacity:.75;font-size:.95rem}.accountBtn{padding:.65rem .8rem;border:0;border-radius:.75rem;cursor:pointer;opacity:.9;font-weight:800}.accountBtn:disabled{cursor:not-allowed;opacity:.6}.accountTableWrap{overflow-x:auto;margin-top:.5rem}.accountTable{width:100%;border-collapse:collapse;font-size:.95rem}.accountTable th,.accountTable td{padding:.5rem .6rem;border-bottom:.0625rem solid rgba(255,255,255,.12);text-align:left;vertical-align:top}.accountTable th{opacity:.85;font-weight:800}.accountForm{display:grid;gap:.75rem;margin-top:.5rem}.accountFormRow input[type=password],.accountFormRow input[type=text]{width:100%;font-family:Nunito,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:1.1rem;padding:.5rem .25rem;border-radius:.5rem;border:.0625rem solid rgba(0,0,0,.25);background:#fff;color:#111827}.accountCheckbox{display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.accountSuccess{margin:.5rem 0;padding:.6rem .75rem;border-radius:.75rem;background:#22c55e24;border:.0625rem solid rgba(34,197,94,.28)}.projectsStatusTone{--statusBg: rgba(255, 255, 255, .08);--statusText: #e5eefc;--statusBorder: rgba(255, 255, 255, .12);--statusShadow: none;background:var(--statusBg);color:var(--statusText);border:.0625rem solid var(--statusBorder);box-shadow:var(--statusShadow)}.projectsStatusToneQueued,.projectsStatusToneCreated,.projectsStatusToneStarting{--statusBg: #172135;--statusText: #cdebfd;--statusBorder: #2f3d55}.projectsStatusToneRunning{--statusBg: #2b3950;--statusText: #d1e0fb;--statusBorder: #5d739a}.projectsStatusToneSucceeded,.projectsStatusToneDone{--statusBg: #042321;--statusText: #c0fff8;--statusBorder: #004e3a}.projectsStatusToneFailed{--statusBg: #320c11;--statusText: #fbcfd8;--statusBorder: #7e0c12}.projectsStatusToneTimeOut{--statusBg: #4d4318;--statusText: #fff7d6;--statusBorder: #b89a2f}.projectsStatusToneCanceled{--statusBg: #3a3242;--statusText: #f0eaff;--statusBorder: #75668a}.projectsStatusToneFinished{--statusBg: #4b3b5e;--statusText: #f3ecff;--statusBorder: #8c72ae}.projectsProgressBar{margin-top:0;width:100%;height:1rem;border-radius:1rem;background:#ffffff14;overflow:hidden;display:flex;border:.0625rem solid rgba(255,255,255,.06)}.projectsProgress{--projects-progress-width: 0%}.projectsProgressSegment{width:var(--projects-progress-width, 0%);height:100%;flex:0 0 auto;transition:width .2s ease;background:var(--statusBorder);border:0;box-shadow:none}.projectsProgressBarEmpty{width:100%;height:100%;background:#ffffff1f}.projectsPillsOffsetTop{margin-top:.75rem}.projectsMicrotaskGridWrap{margin-top:.75rem;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.projectsMicrotaskGrid{--projects-microtask-rows: 7;--projects-microtask-cell-size: 40px;--projects-microtask-gap: 6px;display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--projects-microtask-rows),var(--projects-microtask-cell-size));gap:var(--projects-microtask-gap)}.projectsMicrotaskGrid{display:grid;grid-auto-flow:column;grid-template-rows:repeat(var(--projects-microtask-rows, 1),var(--projects-microtask-cell-size, 3rem));grid-auto-columns:var(--projects-microtask-cell-size, 3rem);gap:var(--projects-microtask-gap, .5rem);width:max-content;min-width:100%;align-content:start;justify-content:start}.projectsMicrotaskCell{width:var(--projects-microtask-cell-size, 3rem);height:var(--projects-microtask-cell-size, 3rem);border-radius:.75rem;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.projectsMicrotaskCell:hover{transform:translateY(-.125rem);box-shadow:var(--statusShadow),0 .375rem 1rem #0000002e;filter:brightness(1.04)}.projectsMicrotaskCell:focus-visible{transform:translateY(-.125rem);box-shadow:var(--statusShadow),0 .375rem 1rem #0000002e;outline:.0625rem solid rgba(255,255,255,.22);outline-offset:.125rem}.projectsMicrotaskCellStatic{opacity:.7;cursor:default}.projectsExecutionOverview{display:grid;gap:1rem;min-width:0}.projectsExecutionOverviewHeader{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;margin-top:-2rem}.projectsExecutionOverviewTitle{margin:0;font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.projectsExecutionOverviewHint{margin:.5rem 0 0;color:#ffffffad;line-height:1.5}.projectsExecutionLegend{display:flex;gap:.75rem;flex-wrap:wrap}.projectsExecutionProgressMeta{display:flex;align-items:center;justify-content:space-between;gap:1rem}.projectsExecutionProgressLabel{color:#ffffffc7;font-weight:600}.projectsExecutionProgressValue{color:#ffffffd1;font-size:1.5rem;font-weight:800;letter-spacing:-.02em}.projectsExecutionGridPanel{min-width:0;max-width:100%;overflow:hidden;padding:1rem;border-radius:1.75rem;border:.0625rem solid rgba(255,255,255,.08);background:linear-gradient(180deg,#051230a3,#030a1fb8);box-shadow:inset 0 0 0 .0625rem #ffffff05}.projectsExecutionMetricsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.5rem}.projectsExecutionMetricCard{padding:1rem;border-radius:1.5rem;background:#ffffff0a;border:.0625rem solid rgba(255,255,255,.08);display:grid;align-content:start;gap:.5rem}.projectsExecutionMetricLabel{color:#ffffff9e;font-size:.95rem;font-weight:500}.projectsExecutionMetricValue{font-size:1.5rem;line-height:1;font-weight:800;letter-spacing:-.03em;color:#fff}.projectsExecutionMetricHint{color:#ffffff9e;font-size:.8rem;line-height:1.45}.projectsMicrotaskCell svg{width:1rem;height:1rem;stroke:currentColor;flex:0 0 auto}.projectsExecutionLegend{display:flex;gap:1rem;flex-wrap:wrap}.projectsLegendChip{display:inline-flex;font-size:1rem;align-items:center;gap:.875rem;padding:.5rem .75rem;border-radius:1rem;background:#ffffff09;border:.0625rem solid rgba(255,255,255,.1);color:#ffffffc7;box-shadow:inset 0 0 0 .0625rem #ffffff04}.projectsLegendDot{width:.75rem;height:.75rem;border-radius:999rem;flex:0 0 auto;background:var(--statusBorder, rgba(255, 255, 255, .35));box-shadow:0 0 0 .125rem #ffffff05}.projectsLogsConsole{margin-top:-.75rem;overflow:hidden;border-radius:1.75rem;border:.0625rem solid rgba(255,255,255,.08);background:linear-gradient(180deg,#040d26fa,#010718);box-shadow:inset 0 0 0 .0625rem #ffffff05,0 .5rem 2rem #0003}.projectsLogsConsoleBody{max-height:28rem;overflow:auto;padding:1.5rem 1.25rem 1.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.projectsLogsConsoleRow{display:grid;grid-template-columns:1rem minmax(0,1fr);gap:1rem;align-items:start;min-width:0}.projectsLogsConsoleRow+.projectsLogsConsoleRow{margin-top:.3rem}.projectsLogsConsoleLineNo{color:#ffffff47;font-size:1rem;font-weight:700;line-height:1.7;text-align:right;-webkit-user-select:none;user-select:none}.projectsLogsConsoleContent{min-width:0;display:flex;align-items:baseline;gap:.875rem;flex-wrap:wrap}.projectsLogLevel{display:inline-flex;align-items:center;justify-content:center;min-height:1.6rem;padding:0 .5rem;border-radius:999rem;font-size:.72rem;font-weight:800;letter-spacing:.08em;border:.0625rem solid transparent;flex:0 0 auto}.projectsLogLevelInfo{color:#6ef0c8;background:#09453852;border-color:#2ed5b029}.projectsLogLevelWarn{color:#f7dd7c;background:#604c1247;border-color:#f7dd7c29}.projectsLogLevelError{color:#ff9aa5;background:#6e111f47;border-color:#ff9aa529}.projectsLogLevelDebug{color:#aac4ff;background:#21345e4d;border-color:#aac4ff29}.projectsLogsConsoleMessage{min-width:0;color:#63e8c4;font-size:1rem;line-height:1.7;white-space:pre-wrap;word-break:break-word}.projectsLogsConsoleEmpty{color:#ffffff9e;font-size:1.05rem;line-height:1.7}.projectsInfoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.projectsInfoTile{border:1px solid rgba(148,163,184,.22);background:#0f172a8c;border-radius:14px;padding:14px 16px;min-height:72px}.projectsInfoLabel{color:#e2e8f0ad;font-size:13px;line-height:1.3;margin-bottom:8px}.projectsInfoValue{color:#f8fafc;font-size:16px;line-height:1.35;font-weight:600;word-break:break-word}.projectsCodeBlock{margin:0;min-height:180px;max-height:520px;overflow:auto;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:#020617b8;color:#dbeafe;padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:14px;line-height:1.65;white-space:pre-wrap}@media(max-width:900px){.projectsRunCardsGrid,.projectsInfoGrid{grid-template-columns:1fr}}.projectsRunCardsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch;margin-bottom:1rem}.projectsRunCardsGrid>.projectsCard{height:100%;display:flex;flex-direction:column}.projectsRunCardsGrid>.projectsCard+.projectsCard{margin-top:0}.projectsRunCardsGrid>.projectsCard>.projectsInfoGrid{flex:1}.projectsAgentDataGrid{margin-top:1rem}
