@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-amber-300: oklch(87.9% .169 91.605);--color-amber-500: oklch(76.9% .188 70.08);--color-amber-700: oklch(55.5% .163 48.998);--spacing: .25rem;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--font-weight-medium: 500;--font-weight-semibold: 600;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border-width:0}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.col-12{grid-column:12}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.m-0{margin:0}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.table{display:table}.min-h-24{min-height:calc(var(--spacing) * 24)}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.border{border-style:var(--tw-border-style);border-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-amber-500{border-color:var(--color-amber-500)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-\[0\.9375rem\]{font-size:.9375rem}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-amber-700{color:var(--color-amber-700)}.text-muted-foreground{color:var(--etc-muted-foreground)}.accent-foreground{accent-color:var(--etc-foreground)}.ring{--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}@media(width>=48rem){.md\:col-6{grid-column:6}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-color-scheme:dark){.dark\:text-amber-300{color:var(--color-amber-300)}}}:root{--etc-background: oklch(.985 .002 90);--etc-foreground: oklch(.23 .018 265);--etc-card: oklch(1 0 0);--etc-card-foreground: var(--etc-foreground);--etc-popover: var(--etc-card);--etc-popover-foreground: var(--etc-foreground);--etc-muted: oklch(.955 .006 265);--etc-muted-foreground: oklch(.49 .018 265);--etc-border: oklch(.89 .012 265);--etc-input: var(--etc-border);--etc-primary: oklch(.38 .06 265);--etc-primary-foreground: oklch(.98 .004 90);--etc-secondary: oklch(.94 .01 265);--etc-secondary-foreground: var(--etc-foreground);--etc-accent: oklch(.93 .025 220);--etc-accent-foreground: oklch(.3 .05 250);--etc-destructive: oklch(.55 .18 25);--etc-destructive-foreground: oklch(.98 .004 90);--etc-ring: oklch(.55 .08 240);--etc-radius: .5rem;--etc-max-width: 64rem;--etc-shadow-sm: 0 1px 3px rgb(15 23 42 / .08);--etc-shadow-md: 0 4px 16px rgb(15 23 42 / .08)}:root.app-dark{--etc-background: oklch(.19 .015 265);--etc-foreground: oklch(.91 .008 265);--etc-card: oklch(.235 .018 265);--etc-card-foreground: var(--etc-foreground);--etc-popover: oklch(.27 .02 265);--etc-popover-foreground: var(--etc-foreground);--etc-muted: oklch(.28 .02 265);--etc-muted-foreground: oklch(.68 .015 265);--etc-border: oklch(.35 .02 265);--etc-input: var(--etc-border);--etc-primary: oklch(.7 .08 225);--etc-primary-foreground: oklch(.2 .025 265);--etc-secondary: oklch(.3 .02 265);--etc-secondary-foreground: var(--etc-foreground);--etc-accent: oklch(.32 .035 220);--etc-accent-foreground: oklch(.84 .045 220);--etc-destructive: oklch(.68 .15 25);--etc-destructive-foreground: oklch(.2 .025 265);--etc-ring: oklch(.7 .08 225)}*{box-sizing:border-box}html,body{margin:0;min-height:100vh}body{background:var(--etc-background);color:var(--etc-foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6}:focus-visible{outline:2px solid var(--etc-ring);outline-offset:2px}.etc-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.etc-page-title{color:var(--etc-foreground);font-size:1.5rem;font-weight:700;margin:0}.etc-page-subtitle{color:var(--etc-muted-foreground);font-size:.875rem;margin:.25rem 0 0}.etc-card,.etc-export-card{background:var(--etc-card);border:1px solid var(--etc-border);border-radius:var(--etc-radius);box-shadow:var(--etc-shadow-sm)}.etc-card{padding:1.5rem}.etc-signin-wrapper{align-items:center;display:flex;justify-content:center;min-height:70vh}.etc-signin-card{background:var(--etc-card);border:1px solid var(--etc-border);border-radius:var(--etc-radius);box-shadow:var(--etc-shadow-md);max-width:26rem;padding:2.5rem;text-align:center;width:100%}.etc-signin-brand{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.etc-brand-mark{align-items:center;background:var(--etc-primary);border-radius:.375rem;color:var(--etc-primary-foreground);display:inline-flex;flex-shrink:0;font-size:1.125rem;font-weight:700;height:2.5rem;justify-content:center;width:2.5rem}.etc-signin-title{font-size:1.25rem;font-weight:700;margin:0}.etc-signin-desc{color:var(--etc-muted-foreground);font-size:.9375rem;margin-bottom:2rem}.etc-empty-state{align-items:center;display:flex;flex-direction:column;padding:3rem 1.5rem;text-align:center}.etc-empty-icon{color:var(--etc-muted-foreground);height:2.5rem;margin-bottom:1rem;width:2.5rem}.etc-empty-title{font-size:1.125rem;font-weight:600;margin:0 0 .375rem}.etc-empty-desc{color:var(--etc-muted-foreground);font-size:.9375rem;margin:0 0 1.5rem}.etc-project-card{align-items:center;background:var(--etc-card);border:1px solid var(--etc-border);border-radius:var(--etc-radius);box-shadow:var(--etc-shadow-sm);cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem;transition:border-color .15s,box-shadow .15s}.etc-project-card:hover{border-color:var(--etc-ring);box-shadow:var(--etc-shadow-md)}.etc-project-card-name{font-size:1rem;font-weight:600;margin:0 0 .25rem}.etc-project-card-meta{color:var(--etc-muted-foreground);font-size:.8125rem}.etc-pipeline{display:flex;gap:.25rem;overflow-x:auto;padding-bottom:.5rem}.etc-pipeline-step{align-items:center;border-radius:9999px;display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;padding:.5rem .75rem;white-space:nowrap}.etc-pipeline-step-dot{border-radius:50%;flex-shrink:0;height:.5rem;width:.5rem}.etc-pipeline-step[data-status=open] .etc-pipeline-step-dot{background:var(--etc-primary)}.etc-pipeline-step[data-status=draft] .etc-pipeline-step-dot{background:#d0901e}.etc-pipeline-step[data-status=approved] .etc-pipeline-step-dot{background:#43a65f}.etc-pipeline-step[data-status=pending] .etc-pipeline-step-dot{background:var(--etc-muted-foreground)}.etc-question-block{border-bottom:1px solid var(--etc-border);margin-bottom:1.5rem;padding-bottom:1.5rem}.etc-question-block:last-of-type{border-bottom:0;margin-bottom:0;padding-bottom:0}.etc-question-label{color:var(--etc-foreground);display:block;font-size:.9375rem;font-weight:600;margin-bottom:.5rem}.etc-editor-textarea{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.7;min-height:20rem;resize:vertical;tab-size:2;white-space:pre;width:100%}.etc-action-bar{align-items:center;border-top:1px solid var(--etc-border);display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem}.etc-export-card{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.etc-export-card-title{font-size:1rem;font-weight:600;margin:0}.etc-export-card-desc{color:var(--etc-muted-foreground);font-size:.9375rem;margin:0}.etc-button{align-items:center;border:1px solid transparent;border-radius:var(--etc-radius);cursor:pointer;display:inline-flex;font:inherit;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;min-height:2.25rem;padding:.5rem .875rem;transition:background-color .15s,border-color .15s}.etc-button:disabled{cursor:not-allowed;opacity:.5}.etc-button-primary{background:var(--etc-primary);color:var(--etc-primary-foreground)}.etc-button-primary:hover:not(:disabled){filter:brightness(1.08)}.etc-button-ghost{background:transparent;color:var(--etc-foreground)}.etc-button-ghost:hover:not(:disabled){background:var(--etc-muted)}.etc-badge{border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:600;line-height:1;padding:.35rem .55rem}.etc-badge-info{background:var(--etc-accent);color:var(--etc-accent-foreground)}.etc-badge-success{background:#ceefd3;color:oklch(.32 .1 150)}.etc-badge-warning{background:oklch(.94 .06 80);color:oklch(.38 .1 75)}.etc-input:focus{border-color:var(--etc-ring);outline:2px solid var(--etc-ring)}@supports (color: color-mix(in lab,red,red)){.etc-input:focus{outline:2px solid color-mix(in oklch,var(--etc-ring) 30%,transparent)}}.etc-state-error{border-left:3px solid var(--etc-destructive);color:var(--etc-destructive)}.etc-status{background:var(--etc-accent);border-radius:var(--etc-radius);color:var(--etc-accent-foreground);margin-bottom:.75rem;padding:.75rem}.etc-status-success{background:#ceefd3;color:oklch(.32 .1 150)}.etc-status-error{background:var(--etc-destructive);color:var(--etc-destructive)}@supports (color: color-mix(in lab,red,red)){.etc-status-error{background:color-mix(in oklch,var(--etc-destructive) 12%,var(--etc-card))}}.etc-dialog-backdrop{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:50}.etc-dialog{background:var(--etc-popover);border:1px solid var(--etc-border);border-radius:var(--etc-radius);box-shadow:var(--etc-shadow-md);color:var(--etc-popover-foreground);max-width:30rem;padding:1.25rem;width:100%}.etc-dialog-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.etc-dialog-header h2{font-size:1.125rem;font-weight:650;margin:0}.etc-dialog-footer{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.5rem}.etc-icon-button{align-items:center;background:transparent;border:0;border-radius:.375rem;color:var(--etc-muted-foreground);cursor:pointer;display:inline-flex;height:2rem;justify-content:center;width:2rem}.etc-icon-button:hover{background:var(--etc-muted);color:var(--etc-foreground)}.etc-spinner{animation:etc-spin .8s linear infinite;border:2px solid var(--etc-border);border-top-color:var(--etc-primary);border-radius:50%;height:1.5rem;width:1.5rem}@keyframes etc-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.etc-page-header{flex-direction:column}.etc-pipeline{flex-wrap:wrap}.etc-signin-card{margin:1rem;padding:1.5rem}}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-font-weight: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000}}}
