:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f6f8;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff;color:#0f172a;resize:vertical}.center{min-height:100vh;display:grid;place-items:center}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#eef2ff,#f8fafc)}.login-card{width:min(430px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:34px;box-shadow:0 18px 60px #0f172a12;text-align:center}.brand-mark{width:48px;height:48px;border-radius:50%;background:#2563eb;color:#fff;display:inline-grid;place-items:center;font-size:28px}.brand-mark.small{width:30px;height:30px;font-size:18px}.login-card h1{margin:14px 0 6px}.login-card p,.muted{color:#64748b}.login-card p{margin:0 0 24px}.stack{display:grid;gap:14px;text-align:left}.stack label,.form-grid label,.filters label{display:grid;gap:6px;font-weight:600;font-size:14px}input,select{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff;color:#0f172a}.primary,.secondary,.danger{border:0;border-radius:10px;padding:10px 16px;font-weight:700}.primary{background:#2563eb;color:#fff}.secondary{background:#e2e8f0;color:#334155}.danger{background:#fee2e2;color:#991b1b}.primary:disabled,.secondary:disabled{opacity:.55}.error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px}.success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:10px}.auth-switch{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;background:#e2e8f0;border-radius:10px;margin:0 0 18px}.auth-switch button{border:0;background:transparent;padding:9px 12px;border-radius:8px;color:#475569;font-weight:700}.auth-switch button.active{background:#fff;color:#1d4ed8;box-shadow:0 1px 3px #0f172a1a}.banner{margin-bottom:16px}.app-shell{min-height:100vh}.topbar{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:9px;color:#1d4ed8}.env-badge{font-size:12px;padding:5px 8px;border-radius:999px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;font-weight:700}.topbar nav{display:flex;gap:4px;flex:1;flex-wrap:wrap}.topbar nav button,.user button,.actions button,.section-head button{border:0;background:transparent;padding:8px 10px;border-radius:8px;color:#475569}.topbar nav button.active{background:#eff6ff;color:#1d4ed8;font-weight:700}.user{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b}.user-label{display:grid;gap:1px;line-height:1.2;text-align:right}.user-label strong{color:#334155;font-size:13px}.user-label small{color:#64748b;font-size:12px;overflow-wrap:anywhere}.container{max-width:1180px;margin:0 auto;padding:30px 22px 60px}.title-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.title-row h1{margin:0;font-size:28px}.title-row p{margin:5px 0 0;color:#64748b}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.cards article,.panel,.result-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px}.cards article{padding:18px;display:grid;gap:5px}.cards span,.details span,.execution-grid span{font-size:13px;color:#64748b}.cards strong{font-size:28px}.cards small{color:#64748b}.panel{padding:20px;margin-bottom:18px}.panel h2{font-size:17px;margin:0 0 16px}.notice{padding:12px 14px;border-radius:10px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;margin-bottom:16px}.execution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.execution-grid div{display:grid;gap:4px;padding:12px;border:1px solid #e2e8f0;border-radius:10px}.execution-grid strong{overflow-wrap:anywhere}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wide{grid-column:1/-1}.form-grid fieldset{border:1px solid #e2e8f0;border-radius:12px;padding:14px}.form-grid legend{font-weight:700;font-size:14px}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0}.chip{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:7px!important;border:1px solid #cbd5e1;border-radius:999px;padding:7px 10px;font-weight:500!important;background:#fff}.chip.selected{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.chip input{width:auto}.panel-actions{display:flex;justify-content:flex-end;margin-top:10px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.search{max-width:300px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th,td{text-align:left;padding:12px 10px;border-top:1px solid #e2e8f0;vertical-align:top}th{color:#64748b;font-size:12px;text-transform:uppercase}.status{display:inline-block;border-radius:999px;padding:4px 8px;background:#f1f5f9;color:#64748b}.status.on{background:#ecfdf5;color:#047857}.actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.danger-link{border:0;background:transparent;color:#b91c1c;padding:6px}.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;align-items:end}.filters.advanced{grid-template-columns:1.4fr 1fr 1fr .85fr .85fr auto}.view-toggle{display:flex;gap:4px;padding:4px;background:#e2e8f0;border-radius:10px}.view-toggle button{border:0;background:transparent;padding:8px 11px;border-radius:8px;color:#475569}.view-toggle button.active{background:#fff;color:#1d4ed8;font-weight:700;box-shadow:0 1px 3px #0f172a1a}.results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 12px;color:#64748b;font-size:14px}.results{display:grid;gap:14px}.result-card{padding:18px}.result-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.result-select{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.result-select input{width:auto}.pill{display:inline-block;font-size:12px;border-radius:999px;padding:4px 8px;background:#eef2ff;color:#4338ca}.pill.neutral{background:#f1f5f9;color:#64748b}.meta{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0;color:#64748b;font-size:12px}.result-card p,.timeline-content p{line-height:1.55;color:#334155}.result-card a,.timeline-content a,.results-table a{color:#1d4ed8;font-weight:600}.timeline-groups{display:grid;gap:16px}.timeline-group{margin-bottom:0}.timeline-line{display:grid}.timeline-event{position:relative;display:grid;grid-template-columns:22px 1fr;gap:10px;padding:0 0 20px}.timeline-dot{width:12px;height:12px;border-radius:50%;background:#2563eb;margin-top:5px;z-index:2}.timeline-connector{position:absolute;left:5px;top:16px;bottom:-2px;width:2px;background:#dbeafe}.timeline-content{min-width:0}.timeline-content>strong{display:block;font-size:16px}.timeline-content>small{display:block;color:#92400e;margin-top:3px}.timeline-date{font-size:13px;font-weight:700;color:#1d4ed8;margin-bottom:3px}.empty{padding:30px;text-align:center;color:#64748b;background:#fff;border:1px dashed #cbd5e1;border-radius:14px}.details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.details div{display:grid;gap:4px;padding:12px;border:1px solid #e2e8f0;border-radius:10px}.preference-list{display:grid;gap:10px;margin:14px 0 18px}.preference-list label{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px}.preference-list input{width:auto}.batch-grid{margin-top:14px}.results-table-panel{padding:0;overflow:hidden}.results-table-wrap{overflow:auto}.results-table{min-width:1120px;font-size:13px}.results-table th{white-space:nowrap}.results-table td{vertical-align:top}.results-table .row-check{width:auto}.result-summary{min-width:260px;max-width:420px;line-height:1.45;color:#334155}.result-summary>span{display:block}.result-summary details{margin-top:8px}.result-summary summary{cursor:pointer;color:#1d4ed8;font-weight:600}.result-summary details p{max-height:260px;overflow:auto;padding:10px;background:#f8fafc;border-radius:8px}.vertical-actions{align-items:flex-start;flex-direction:column}.historical-note{display:grid;gap:4px}.historical-note span{color:#475569;font-size:14px}.timeline-line{gap:0}.timeline-event{grid-template-columns:28px minmax(0,1fr);gap:12px;padding:0 0 18px}.timeline-dot{width:14px;height:14px;margin-top:18px;box-shadow:0 0 0 5px #eff6ff}.timeline-connector{left:6px;top:30px;bottom:-4px;background:#bfdbfe}.timeline-content{background:#fff;border:1px solid #dbe3ee;border-radius:14px;padding:14px 16px;box-shadow:0 1px 2px #0f172a0a}.timeline-date{display:inline-flex;align-items:center;width:max-content;padding:4px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;margin:0 0 8px}.timeline-content>strong{font-size:17px;color:#0f172a}.timeline-content>small{margin-top:4px;padding-left:9px;border-left:3px solid #f59e0b}.timeline-content .meta{gap:6px;margin:10px 0 12px}.timeline-content .meta span{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:12px}.timeline-content p{margin:0 0 10px;max-width:90ch}.timeline-content .actions{padding-top:8px;border-top:1px solid #eef2f7}.timeline-content .actions a{display:inline-flex;align-items:center;padding:6px 9px;border-radius:8px;background:#eff6ff;text-decoration:none}.timeline-group>.section-head{padding-bottom:12px;border-bottom:1px solid #eef2f7;margin-bottom:14px}.historical-note{border-left:4px solid #2563eb}.execution-grid+.timeline-line{margin-top:18px}@media(max-width:1000px){.filters.advanced{grid-template-columns:1fr 1fr 1fr}.execution-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.user{margin-left:auto}.user-label{display:grid}}@media(max-width:700px){.topbar{padding:10px 14px}.env-badge{width:100%;text-align:center}.topbar nav{order:3;flex-basis:100%;overflow-x:auto;flex-wrap:nowrap}.topbar nav button{white-space:nowrap}.user{order:4;width:100%;margin-left:0;justify-content:space-between;border-top:1px solid #eef2f7;padding-top:8px}.user-label{text-align:left}.container{padding:22px 14px 50px}.title-row{align-items:flex-start;flex-direction:column}.cards{grid-template-columns:1fr 1fr}.form-grid,.details,.filters,.filters.advanced,.execution-grid{grid-template-columns:1fr}.wide{grid-column:auto}.section-head{align-items:stretch;flex-direction:column}.search{max-width:none}.result-top{flex-direction:column}.view-toggle{width:100%}.view-toggle button{flex:1}.login-card{padding:26px 20px}.table-wrap{overflow:visible}table,thead,tbody,tr,th,td{display:block}thead{display:none}tr{border-top:1px solid #e2e8f0;padding:10px 0}td{border:0;padding:6px 0;display:grid;grid-template-columns:92px 1fr;gap:8px}td:before{content:attr(data-label);font-size:11px;text-transform:uppercase;color:#64748b;font-weight:700}.actions{justify-content:flex-start}.results-toolbar{align-items:flex-start;flex-direction:column}.timeline-group{padding:16px}.results-table{min-width:0}.results-table-panel{padding:12px}.result-summary{min-width:0;max-width:none}.vertical-actions{flex-direction:row}.timeline-event{grid-template-columns:22px minmax(0,1fr);gap:8px}.timeline-content{padding:12px}.timeline-dot{margin-top:17px}.timeline-content .meta span{max-width:100%;overflow-wrap:anywhere}}@media(max-width:430px){.cards{grid-template-columns:1fr}.topbar{gap:10px}.brand strong{font-size:14px}.env-badge{font-size:11px}}.trajectory-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0}.trajectory-summary>div{display:grid;gap:4px;padding:12px;border:1px solid #dbe3ee;border-radius:10px;background:#f8fafc}.trajectory-summary span{font-size:12px;color:#64748b}.trajectory-summary strong{color:#0f172a}.trajectory-groups{display:grid;gap:16px;margin-top:16px}.trajectory-group{border:1px solid #dbe3ee;border-radius:14px;padding:16px;background:#fbfdff}.trajectory-group h3{margin:0 0 4px;font-size:17px}.trajectory-group .section-head>span{font-size:13px;color:#64748b}.evidence-note{background:#fff7ed;border-color:#fed7aa;color:#9a3412}@media(max-width:760px){.trajectory-summary{grid-template-columns:1fr}}.table-hint{display:block;margin-top:.2rem;color:#64748b}.live-status{display:inline-block;margin-top:.35rem;color:#2563eb;font-weight:600}.historical-progress{display:grid;gap:10px;margin:14px 0 16px;padding:14px;border:1px solid #bfdbfe;border-radius:12px;background:#eff6ff}.historical-progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.historical-progress-head>div{display:grid;gap:3px}.historical-progress-head strong{color:#1e3a8a}.historical-progress-head span,.historical-progress small{color:#475569}.historical-progress-head b{min-width:44px;text-align:right;color:#1d4ed8}.historical-progress-track{height:10px;overflow:hidden;border-radius:999px;background:#dbeafe}.historical-progress-fill{height:100%;border-radius:inherit;background:#2563eb;transition:width .35s ease}.historical-progress.concluida{border-color:#bbf7d0;background:#f0fdf4}.historical-progress.concluida .historical-progress-head strong,.historical-progress.concluida .historical-progress-head b{color:#166534}.historical-progress.concluida .historical-progress-track{background:#dcfce7}.historical-progress.concluida .historical-progress-fill{background:#16a34a}.historical-progress.falhou,.historical-progress.cancelada{border-color:#fecaca;background:#fef2f2}.historical-progress.falhou .historical-progress-head strong,.historical-progress.cancelada .historical-progress-head strong{color:#991b1b}@media(max-width:640px){.historical-progress-head{gap:8px}.historical-progress{padding:12px}.historical-progress-head span{font-size:12px}}
