.Component-module__VRLoeG__container{flex-direction:column;gap:1rem;display:flex}.Component-module__VRLoeG__tabs{border:1px solid var(--color-border);border-radius:.5rem;gap:0;width:fit-content;display:flex;overflow:hidden}.Component-module__VRLoeG__tab{background-color:var(--color-bg);color:var(--color-text);cursor:pointer;border:none;padding:.5rem 1.25rem;font-size:.9rem;transition:background-color .15s,color .15s}.Component-module__VRLoeG__tab:not(:last-child){border-right:1px solid var(--color-border)}.Component-module__VRLoeG__tabActive{background-color:var(--color-primary);color:#fff}.Component-module__VRLoeG__section{border:1px solid var(--color-border);border-radius:.5rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.Component-module__VRLoeG__sectionTitle{color:var(--color-text);font-size:1rem;font-weight:600}.Component-module__VRLoeG__row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Component-module__VRLoeG__cronInput{border:1px solid var(--color-border);min-width:200px;font-family:var(--font-mono);color:var(--color-text);background-color:var(--color-bg);letter-spacing:.05em;border-radius:.375rem;flex:1;padding:.6rem .75rem;font-size:1.1rem}.Component-module__VRLoeG__cronInput:focus{outline:2px solid var(--color-primary);outline-offset:-1px;border-color:var(--color-primary)}.Component-module__VRLoeG__button{border:1px solid var(--color-primary);background-color:var(--color-primary);color:#fff;cursor:pointer;white-space:nowrap;border-radius:.375rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background-color .15s}.Component-module__VRLoeG__button:hover{background-color:var(--color-primary-hover)}.Component-module__VRLoeG__buttonSecondary{border:1px solid var(--color-border);background-color:var(--color-bg);color:var(--color-text);cursor:pointer;white-space:nowrap;border-radius:.375rem;padding:.5rem 1rem;font-size:.9rem;transition:border-color .15s}.Component-module__VRLoeG__buttonSecondary:hover{border-color:var(--color-primary)}.Component-module__VRLoeG__fieldGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;display:grid}.Component-module__VRLoeG__fieldLabel{color:var(--color-text-muted);margin-bottom:.25rem;font-size:.8rem;font-weight:600}.Component-module__VRLoeG__fieldInput{border:1px solid var(--color-border);width:100%;font-family:var(--font-mono);color:var(--color-text);background-color:var(--color-bg);border-radius:.375rem;padding:.4rem .5rem;font-size:.9rem}.Component-module__VRLoeG__fieldInput:focus{outline:2px solid var(--color-primary);outline-offset:-1px;border-color:var(--color-primary)}.Component-module__VRLoeG__presetRow{flex-wrap:wrap;gap:.4rem;display:flex}.Component-module__VRLoeG__presetButton{border:1px solid var(--color-border);background-color:var(--color-bg-secondary);color:var(--color-text);cursor:pointer;white-space:nowrap;border-radius:.25rem;padding:.3rem .6rem;font-size:.8rem;transition:border-color .15s}.Component-module__VRLoeG__presetButton:hover{border-color:var(--color-primary);color:var(--color-primary)}.Component-module__VRLoeG__description{border:1px solid var(--color-primary);background-color:var(--color-bg-secondary);color:var(--color-primary);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:600}.Component-module__VRLoeG__resultTable{flex-direction:column;gap:.5rem;display:flex}.Component-module__VRLoeG__resultRow{background-color:var(--color-bg-secondary);border-radius:.375rem;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.Component-module__VRLoeG__resultLabel{color:var(--color-text-muted);min-width:70px;font-size:.85rem;font-weight:600}.Component-module__VRLoeG__resultValue{font-family:var(--font-mono);color:var(--color-text);font-size:.85rem}.Component-module__VRLoeG__executionList{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.Component-module__VRLoeG__executionItem{background-color:var(--color-bg-secondary);font-family:var(--font-mono);color:var(--color-text);border-radius:.375rem;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.85rem;display:flex}.Component-module__VRLoeG__error{border:1px solid var(--color-error);background-color:var(--color-error-bg);color:var(--color-error);border-radius:.5rem;padding:.75rem;font-size:.85rem}@media (max-width:640px){.Component-module__VRLoeG__fieldGrid{grid-template-columns:repeat(2,1fr)}.Component-module__VRLoeG__cronInput{font-size:.95rem}}
