html,body,#root{width:100%;height:100%;margin:0;padding:0}.dashboard-boot-screen{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#000}.dashboard-boot-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:20px}.dashboard-boot-center h2{margin:0;font-size:28px;line-height:1.2;color:#fff;font-weight:600}.dashboard-boot-spinner{width:34px;height:34px;border-radius:999px;border:3px solid rgba(255,255,255,.24);border-top-color:#fff;animation:dashboardBootSpin .9s linear infinite}@keyframes dashboardBootSpin{to{transform:rotate(360deg)}}.toast-container{position:fixed;right:20px;bottom:20px;z-index:1200;display:flex;flex-direction:column;align-items:flex-end;gap:6px;pointer-events:none}.toast-container .toast{min-width:220px;max-width:min(420px,calc(100vw - 40px));border-radius:var(--radius, 10px);border:1px solid var(--border, rgba(255, 255, 255, .12));background:var(--surface, #0f1117);color:var(--text, #f5f6f8);padding:11px 14px;font-size:13px;font-weight:500;box-shadow:0 10px 32px #0006;pointer-events:auto}.toast-container .toast.success{border-left:2px solid var(--success, #38d26f)}.toast-container .toast.error{border-left:2px solid var(--danger, #ef4444)}.embed-control-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.embed-control-head .section-subtext{margin-top:0}.embed-color-row{display:flex;align-items:center;gap:8px}.embed-color-row input[type=color]{width:40px;min-width:40px;height:36px;padding:2px;border-radius:6px;border:1px solid var(--border);background:var(--surface);cursor:pointer}.emoji-input-field{display:flex;flex-direction:column;gap:6px;width:100%}.emoji-input-field>input,.emoji-input-field>textarea{width:100%;min-width:0;box-sizing:border-box}.emoji-input-field.emoji-input-row{flex-direction:row;align-items:center;gap:6px}.emoji-input-field.emoji-input-row>input,.emoji-input-field.emoji-input-row>textarea{flex:1 1 auto;min-width:0}.emoji-input-field.emoji-input-row.emoji-textarea-row{align-items:flex-start}.emoji-input-field.emoji-input-row .emoji-picker-btn{flex:0 0 34px;align-self:center}.emoji-input-field.emoji-input-row.emoji-textarea-row .emoji-picker-btn{margin-top:6px;align-self:flex-start}.workflow-selection-variable-preview{margin-top:6px;color:var(--text-3);font-size:12px;line-height:1.5}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.role-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:4px 10px;font-size:12px;color:var(--text);background:var(--surface-2)}.chip-remove{border:none;background:transparent;color:var(--text-3);font-size:14px;line-height:1;cursor:pointer;padding:0}.chip-remove:hover{color:var(--text)}.dialog-host-message{margin:0 0 12px;white-space:pre-wrap;line-height:1.45;color:var(--text)}.modal-overlay>.workflow-add-step-modal{width:min(1360px,96vw);max-width:min(1360px,96vw);max-height:none;overflow:visible}.workflow-add-step-modal .modal-body{overflow:visible;padding-bottom:16px}.workflow-add-step-modal .step-type-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;overflow:visible}.workflow-add-step-modal .step-type-card{min-height:128px}@media (max-width: 1100px){.workflow-add-step-modal .step-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 860px){.workflow-add-step-modal .step-type-card{min-height:122px}.workflow-add-step-modal .step-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.workflow-add-step-modal .step-type-grid{grid-template-columns:1fr}.workflow-add-step-modal .modal-body{max-height:calc(100vh - 140px);overflow-y:auto;padding-bottom:10px}}.server-trigger.server-only{min-width:0;width:clamp(170px,24vw,260px);max-width:260px;gap:0;cursor:default}.server-trigger.server-only select{width:100%;min-width:0}.react-emoji-inline-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30px,1fr));gap:4px;max-height:132px;overflow-y:auto;padding:8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.react-emoji-option{border:1px solid var(--border);border-radius:6px;background:var(--surface-2);color:var(--text);height:30px;font-size:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.react-emoji-option:hover{border-color:var(--border-focus);background:var(--surface-3)}.recovery-native-layout{display:flex;flex-direction:column;gap:16px}.recovery-card .card-header{align-items:flex-start}.recovery-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.recovery-empty-left{text-align:left}.recovery-grid-tight{margin-bottom:10px}.recovery-top-gap{margin-top:8px}.recovery-inline-action{display:flex;align-items:center;gap:8px}.recovery-inline-action .btn{flex:0 0 auto}.recovery-align-end,.recovery-action-row{display:flex;align-items:flex-end;justify-content:flex-end}.recovery-action-row .btn{min-width:220px}.recovery-table-container{margin-top:10px}.recovery-checkbox-group{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding-top:9px}.recovery-run-options{display:flex;gap:10px;align-items:center;flex-wrap:wrap;padding-top:9px}.recovery-run-mode-select{min-width:150px;max-width:170px}.recovery-plan-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}@media (max-width: 960px){.recovery-header-actions{width:100%;justify-content:flex-start}.recovery-inline-action{flex-direction:column;align-items:stretch}.recovery-inline-action .btn{width:100%}.recovery-align-end,.recovery-action-row{align-items:stretch;justify-content:flex-start}.recovery-action-row .btn{width:100%;min-width:0}.recovery-checkbox-group,.recovery-run-options{padding-top:0}.recovery-run-mode-select{width:100%;min-width:0;max-width:none}.recovery-plan-actions,.recovery-plan-actions .btn{width:100%}}@media (max-width: 900px){.emoji-input-field.emoji-input-row{flex-wrap:nowrap;align-items:stretch}.emoji-input-field.emoji-input-row.emoji-textarea-row{align-items:flex-start}.emoji-input-field.emoji-input-row .emoji-picker-btn{align-self:center;margin-top:0}.emoji-input-field.emoji-input-row.emoji-textarea-row .emoji-picker-btn{align-self:flex-start;margin-top:6px}}@media (max-width: 640px){.toast-container{right:10px;left:10px;bottom:10px;align-items:stretch}.toast-container .toast{width:100%;max-width:none}}
