.routines-page{--re-midnight:var(--shale-midnight);--re-shale:var(--shale);--re-shale-light:var(--shale-light);--re-silver:var(--shale-border);--re-text-muted:var(--text-tertiary);color:var(--re-midnight)}.routines-page__toolbar{gap:var(--shale-space-3);flex-wrap:wrap;display:flex}.routines-editor-list{gap:var(--shale-gap);grid-template-columns:1fr;display:grid}@media (width>=768px){.routines-editor-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.routines-editor-card,.routines-editor-form,.routines-editor-template,.routines-editor-action-card{border:1px solid var(--shale-border);border-radius:var(--shale-radius-lg);background:var(--shale-light);box-shadow:var(--shale-shadow-md)}.routines-editor-card{gap:var(--shale-space-3);padding:var(--shale-space-4) var(--shale-space-5);flex-direction:column;display:flex}.routines-editor-card__header{justify-content:space-between;gap:var(--shale-gap-sm);display:flex}.routines-editor-card__category,.routines-editor-card__badge{border:1px solid var(--re-silver);background:var(--re-shale-light);text-transform:uppercase;border-radius:999px;margin-right:.35rem;padding:.12rem .45rem;font-size:.6875rem;font-weight:600;display:inline-block}.routines-editor-card__title{margin:.35rem 0 0;font-size:1rem;font-weight:700}.routines-editor-card__description,.routines-editor-card__next{color:var(--re-text-muted);margin:0;font-size:.875rem}.routines-editor-card__actions{flex-wrap:wrap;gap:.5rem;display:flex}.routines-editor-btn{padding:var(--shale-space-2) var(--shale-space-4);border-radius:var(--shale-radius-sm);cursor:pointer;border:1px solid var(--shale-border);background:var(--shale-light);color:var(--shale-midnight);justify-content:center;align-items:center;font-size:.8125rem;font-weight:600;text-decoration:none;display:inline-flex}.routines-editor-btn--primary{background:var(--shale-midnight);border-color:var(--shale-midnight);color:#fff}.routines-editor-btn--ghost{background:var(--surface,#fff)}.routines-editor-btn:disabled{opacity:.6;cursor:not-allowed}.routines-editor-toggle{flex-shrink:0;align-items:center;gap:.45rem;display:inline-flex;position:relative}.routines-editor-toggle input{opacity:0;width:0;height:0;position:absolute}.routines-editor-toggle__ui{background:#b8bdc5;border-radius:999px;width:2.35rem;height:1.3rem;position:relative}.routines-editor-toggle__ui:after{content:"";background:#fff;border-radius:999px;width:1.05rem;height:1.05rem;transition:transform .15s;position:absolute;top:.13rem;left:.13rem}.routines-editor-toggle input:checked+.routines-editor-toggle__ui{background:var(--re-midnight)}.routines-editor-toggle input:checked+.routines-editor-toggle__ui:after{transform:translate(1rem)}.routines-editor-form{gap:var(--shale-gap);padding:var(--shale-space-4) var(--shale-space-5);flex-direction:column;display:flex}.routines-editor-form__header{gap:var(--shale-gap-sm);flex-direction:column;display:flex}.routines-editor-form__header-main{gap:var(--shale-gap-sm);grid-template-columns:1fr;display:grid}@media (width>=768px){.routines-editor-form__header-main{grid-template-columns:2fr 1fr}}.routines-editor-form__header-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.routines-editor-form__footer{flex-wrap:wrap;gap:.65rem;display:flex}.routines-editor-section{gap:var(--shale-gap-sm);flex-direction:column;display:flex}.routines-editor-section__header{justify-content:space-between;gap:var(--shale-gap-sm);flex-wrap:wrap;align-items:center;display:flex}.routines-editor-section__title{margin:0;font-size:.9375rem;font-weight:700}.routines-editor-field{flex-direction:column;gap:.35rem;font-size:.8125rem;font-weight:600;display:flex}.routines-editor-field--grow{flex:1}.routines-editor-field input,.routines-editor-field textarea,.routines-editor-field select{padding:var(--shale-space-2) var(--shale-space-3);border-radius:var(--shale-radius-sm);border:1px solid var(--shale-border);background:var(--surface,#fff);color:var(--shale-midnight);font-size:.875rem}.routines-editor-trigger-types{flex-wrap:wrap;gap:.65rem;display:flex}.routines-editor-radio{align-items:center;gap:.35rem;font-size:.8125rem;display:inline-flex}.routines-editor-actions-list{gap:var(--shale-gap-sm);flex-direction:column;display:flex}.routines-editor-action-card{padding:.85rem}.routines-editor-action-card__header{justify-content:space-between;gap:.5rem;margin-bottom:.65rem;display:flex}.routines-editor-action-card__controls{gap:.35rem;display:flex}.routines-editor-action-add{flex-wrap:wrap;gap:.35rem;display:flex}.routines-editor-meta{grid-template-columns:max-content 1fr;gap:.35rem .75rem;margin:0;font-size:.8125rem;display:grid}.routines-editor-meta dt{color:var(--re-text-muted)}.routines-editor-meta dd{margin:0}.routines-editor-hint,.routines-editor-empty{color:var(--re-text-muted);margin:0;font-size:.875rem}.routines-editor-error{color:#b91c1c;margin:0;font-size:.875rem}.routines-editor-templates__grid{grid-template-columns:1fr;gap:.65rem;display:grid}@media (width>=640px){.routines-editor-templates__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.routines-editor-templates__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.routines-editor-template{text-align:left;cursor:pointer;flex-direction:column;gap:.25rem;padding:.85rem;display:flex}.routines-editor-template strong{font-size:.875rem}.routines-editor-template span{color:var(--re-text-muted);font-size:.8125rem}.routines-editor-template--active{border-color:var(--re-midnight);box-shadow:0 0 0 1px var(--re-midnight)}.routines-editor-field--lint input,.routines-editor-field--lint select,.routines-editor-field--lint textarea{border-color:#b54708;box-shadow:0 0 0 1px #b5470840}.routines-editor-lint{border:1px solid var(--shale-border);border-radius:var(--shale-radius-lg);padding:var(--shale-space-4);background:var(--shale-light);box-shadow:var(--shale-shadow-md)}.routines-editor-lint--error{border-color:#b42318}.routines-editor-lint--warning{border-color:#b54708}.routines-editor-lint__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.routines-editor-lint__badge{text-transform:uppercase;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.routines-editor-lint__badge--error{color:#b42318;background:#fef3f2}.routines-editor-lint__badge--warning{color:#b54708;background:#fffaeb}.routines-editor-lint__badge--info{color:#175cd3;background:#eff8ff}.routines-editor-lint__issues{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.routines-editor-lint__issue{border-radius:var(--shale-radius-sm);border:1px solid var(--re-silver);padding:.55rem .65rem;font-size:.875rem}.routines-editor-lint__issue--highlighted{background:#fffaeb;border-color:#b54708}.routines-editor-lint__issue code{opacity:.85;font-size:.75rem}.routines-editor-lint__fix{color:var(--re-text-muted);margin:.25rem 0 0;font-size:.8125rem}.routines-editor-lint__clean{color:var(--re-text-muted);margin:0;font-size:.875rem}.routines-editor-safety__verdict{text-transform:uppercase;font-size:.75rem;font-weight:700}.routines-editor-safety__verdict--unsafe{color:#dc2626}.routines-editor-safety__verdict--warning{color:#d97706}.routines-editor-safety__verdict--safe{color:#16a34a}.routines-editor-safety__issues{margin:.5rem 0 0;padding-left:1.25rem;font-size:.875rem}.routines-editor-doc-preview{border:1px solid var(--re-border,#e2e8f0);border-radius:var(--shale-radius-sm);background:#f8fafc;max-height:320px;margin-top:.75rem;overflow:auto}.routines-editor-doc-preview pre{white-space:pre-wrap;margin:0;padding:1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.45}.routines-editor-lint-actions,.routines-editor-safety-hint{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.routines-editor-safety-hint{border-radius:var(--shale-radius-card);background:#fef2f2;border:1px solid #fecaca;padding:.75rem}.routines-editor-safety-hint p{flex:100%;margin:0;font-size:.875rem}.routines-editor-refactor{border:1px solid var(--shale-border);border-radius:var(--shale-radius-lg);background:var(--shale-light);box-shadow:var(--shale-shadow-md);padding:var(--shale-space-4)}.routines-editor-refactor__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.routines-editor-refactor__diff{gap:var(--shale-gap-sm);grid-template-columns:1fr 1fr;margin-bottom:.75rem;display:grid}@media (width<=768px){.routines-editor-refactor__diff{grid-template-columns:1fr}}.routines-editor-refactor__diff pre{white-space:pre-wrap;word-break:break-word;max-height:240px;margin:0;font-size:.75rem;overflow:auto}.routines-editor-refactor__diff-refactored{border-left:3px solid #0f766e;padding-left:.5rem}.routines-editor-refactor__changes{flex-direction:column;gap:.35rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.routines-editor-refactor__change label{align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.routines-editor-refactor__category{text-transform:uppercase;min-width:4.5rem;font-size:.7rem;font-weight:700}.routines-editor-refactor__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}
