:root{color-scheme:dark;font-family:Segoe UI Variable,Segoe UI,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--bg: #0f172a;--bg-soft: #111827;--panel: #111827;--panel-strong: #0f172a;--border: rgba(148, 163, 184, .16);--text: #e5eefb;--muted: #94a3b8;--primary: #60a5fa;--primary-strong: #3b82f6;--accent: #f59e0b;--danger: #fb7185;--success: #34d399;--shadow: 0 14px 32px rgba(2, 6, 23, .22)}:root[data-theme=light]{color-scheme:light;--bg: #f8fafc;--bg-soft: #eef2f7;--panel: #ffffff;--panel-strong: #ffffff;--border: rgba(15, 23, 42, .08);--text: #0f172a;--muted: #51607a;--primary: #1d4ed8;--primary-strong: #2563eb;--accent: #b45309;--danger: #d94862;--success: #15803d;--shadow: 0 10px 24px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}:root[data-theme=light] body{background:linear-gradient(180deg,#f8fafc,#eef3f8)}button,input,textarea{font:inherit}button{cursor:pointer}.auth-shell,.app-shell{min-height:100vh}.auth-shell{display:grid;place-items:center;padding:40px;overflow:hidden;position:relative}.auth-background{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgba(96,165,250,.08),transparent 34%);opacity:.9}:root[data-theme=light] .auth-background{background:radial-gradient(circle at top,rgba(37,99,235,.05),transparent 34%)}.auth-card{width:min(100%,520px);position:relative;z-index:1;padding:36px;border:1px solid var(--border);border-radius:20px;background:var(--panel);box-shadow:var(--shadow)}:root[data-theme=light] .auth-card{background:var(--panel)}.theme-toggle{border:1px solid var(--border);border-radius:999px;background:#ffffff0a;color:var(--text);padding:10px 14px;box-shadow:none;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;text-wrap:nowrap}:root[data-theme=light] .theme-toggle{background:#f8fafc;color:var(--text)}.theme-toggle-icon{font-size:.95rem;line-height:1}.theme-toggle-chevron{color:var(--muted);font-size:.8rem;line-height:1}.card-topbar,.sidebar-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.sidebar-top-actions{display:flex;align-items:center;gap:10px}.menu-shell{position:relative;display:grid;justify-items:end;gap:8px;width:fit-content}.history-toggle{width:40px;height:40px;border-radius:14px;border:1px solid var(--border);background:#ffffff0a;color:var(--text);display:inline-grid;place-items:center;font-size:1.25rem;font-weight:700;line-height:1;box-shadow:none}.history-toggle:hover{transform:translateY(-1px)}.menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:20;min-width:180px;padding:8px;border:1px solid var(--border);border-radius:16px;background:var(--panel);box-shadow:var(--shadow);display:grid;gap:8px}.menu-label{padding:0 4px 2px;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}:root[data-theme=light] .menu-dropdown{background:#fff}.menu-item{width:100%;border:1px solid transparent;border-radius:12px;padding:10px 12px;background:#ffffff0a;color:var(--text);text-align:left;transition:background .18s ease,border-color .18s ease,transform .18s ease;display:flex;align-items:center;gap:8px}.menu-item:hover{transform:translateY(-1px);border-color:var(--border)}.menu-item.active{border-color:#3b82f673;background:#3b82f61f}.menu-item.danger{border-color:#ef444433;background:#ef44441f;color:#fecdd3}:root[data-theme=light] .menu-item{background:#f8fafc}:root[data-theme=light] .menu-item.active{border-color:#2563eb59;background:#2563eb1a}:root[data-theme=light] .menu-item.danger{background:#ef444414;color:#b42318}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700;color:var(--primary);margin-bottom:10px}.auth-card h1,.hero h1{margin:0;font-size:clamp(1.85rem,4vw,3rem);line-height:1.08;font-weight:700;letter-spacing:-.03em}.auth-card p,.hero p,.sidebar p,.question-header p{color:var(--muted);line-height:1.7;font-size:.98rem}.auth-form{display:grid;gap:16px;margin-top:28px}.auth-form label{display:grid;gap:8px;color:#dce6ff;font-size:.95rem;font-weight:600}:root[data-theme=light] .auth-form label{color:var(--text)}.auth-form input,.question-form textarea{width:100%;border-radius:14px;border:1px solid var(--border);background:#0f172af2;color:var(--text);padding:14px 16px;outline:none;transition:border-color .2s ease,transform .2s ease}.auth-form input:focus,.question-form textarea:focus{border-color:#69d2ff8c;transform:translateY(-1px)}:root[data-theme=light] .auth-form input{background:#f8fafc;color:var(--text)}:root[data-theme=light] .auth-card h1{color:var(--text)}:root[data-theme=light] .auth-card p{color:var(--muted)}.app-shell{display:grid;grid-template-columns:320px minmax(0,1fr);align-items:stretch}.sidebar{border-right:1px solid var(--border);background:#0f172ab8;padding:18px;display:flex;flex-direction:column;gap:12px;min-height:100vh;position:sticky;top:0;align-self:start;height:100vh;overflow:auto}:root[data-theme=light] .sidebar{background:#fff}.profile-card-wrap{display:grid;gap:10px;position:relative}.sidebar-quick-actions{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:center}.sidebar-quick-actions .secondary-button{width:100%;justify-content:center}.sidebar-quick-actions .favorite-toggle{width:40px;height:40px;border-radius:14px}.profile-card{display:flex;gap:14px;align-items:center;padding:12px 14px;border-radius:14px;background:#ffffff08;border:1px solid var(--border)}.profile-card-button{width:100%;text-align:left;color:inherit;background:#ffffff08;cursor:pointer}.profile-card-copy{display:grid;gap:4px;min-width:0}.profile-card-copy strong,.profile-card-copy span{margin:0}.profile-card-chevron{margin-left:auto;color:var(--muted);font-size:.9rem}.user-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;min-width:100%;display:grid;gap:8px;padding:8px;border:1px solid var(--border);border-radius:16px;background:var(--panel);box-shadow:var(--shadow)}.user-menu .menu-item{width:100%}.profile-avatar{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary-strong),var(--accent));color:#06101f;font-weight:800;flex:0 0 auto}.profile-card span,.meta-grid span,.history-panel span{display:block;color:var(--muted);font-size:.9rem;margin-top:3px}.profile-card-copy strong{font-size:.95rem;line-height:1.15}.profile-card-copy span{font-size:.82rem;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar h2{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.sidebar p{margin:8px 0 0}.history-panel{display:grid;gap:10px;min-height:0;flex:0 0 auto}.history-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.workspace-tabs{display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.workspace-tab{border:1px solid var(--border);border-radius:14px;background:#ffffff08;color:var(--text);padding:10px 12px;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease}.workspace-tab:hover{transform:translateY(-1px)}.workspace-tab.active{border-color:#f59e0b59;background:#f59e0b1f}.history-tab{border:1px solid var(--border);border-radius:14px;background:#ffffff08;color:var(--text);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:700;transition:transform .18s ease,border-color .18s ease,background .18s ease}.history-tab:hover{transform:translateY(-1px)}.history-tab.active{border-color:#60a5fa6b;background:#60a5fa1a}.history-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-panel h3{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.01em}.history-count{min-width:34px;height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);color:var(--muted);font-size:.85rem;font-weight:700}.history-panel ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;overflow:visible;max-height:none}.history-panel li{padding:10px 12px;border-radius:14px;border:1px solid var(--border);background:#ffffff08;min-height:186px;max-height:186px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.history-panel li.recent-complete{box-shadow:0 0 0 1px #60a5fa38,0 0 0 6px #60a5fa0d;animation:pulseHighlight 1.6s ease-in-out 1}.history-panel li.selected-history{border-color:#60a5fa75;box-shadow:0 0 0 1px #60a5fa2e,0 0 0 6px #60a5fa14;background:#60a5fa14}.history-panel li[role=button]{cursor:pointer}.history-panel li[role=button]:hover{transform:translateY(-1px)}.history-item{display:flex;flex-direction:column;gap:10px;min-height:0}.history-item-top{display:grid;gap:10px;min-height:0}.history-title-wrap{min-width:0;display:grid;gap:6px;min-height:0}.history-title-line{display:flex;align-items:flex-start;gap:8px}.history-title-line strong{word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.92rem}.history-status-icon{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;font-size:.7rem;font-weight:800;color:var(--bg);background:var(--muted);margin-top:3px}.history-status{flex:0 0 auto;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border);color:var(--muted)}.history-item.status-pendente .history-status{color:#fbbf24;border-color:#fbbf2447;background:#fbbf2414}.history-item.status-pendente .history-status-icon{background:#fbbf24}.history-item.status-concluida .history-status{color:var(--success);border-color:#34d39947;background:#34d39914}.history-item.status-concluida .history-status-icon{background:var(--success)}.history-item.status-erro .history-status{color:var(--danger);border-color:#fb718547;background:#fb718514}.history-item.status-erro .history-status-icon{background:var(--danger)}.history-dates{color:var(--muted);font-size:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-actions{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding-top:4px;border-top:1px solid rgba(148,163,184,.1);min-height:46px}.history-action-buttons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.history-delete{border:1px solid rgba(251,113,133,.22);background:#fb718514;color:#fecdd3;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:700;white-space:nowrap}.history-delete:hover{transform:translateY(-1px)}.history-delete:disabled{opacity:.7;cursor:wait;transform:none}.history-panel strong{display:block;font-size:.9rem;margin:0;line-height:1.25}.history-panel span{display:block;margin-top:3px;color:var(--muted);font-size:.82rem;line-height:1.45}.history-panel li>span:last-child{margin-top:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-empty{color:var(--muted)}.favorites-panel{margin-top:2px}.favorites-panel .favorite-item{min-height:0;max-height:none;display:block}.favorites-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.favorite-item{display:block;padding:8px 10px;border-radius:14px;border:1px solid var(--border);background:#ffffff08}.favorite-item-open{width:100%;min-width:0;display:flex;align-items:flex-start;background:transparent;border:0;color:inherit;padding:0;text-align:left}.favorite-title-line{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0}.favorite-status-icon{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-top:3px;border-radius:999px;font-size:.7rem;font-weight:800;line-height:1;flex:0 0 auto;background:#f59e0b24;color:#fbbf24}.favorite-title-line strong{margin:0;color:var(--text);word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.table-card h3,.chart-title h3,.panel-header h2{margin:0}.workspace{padding:28px;display:flex;flex-direction:column;gap:20px;min-height:100vh}.hero{display:none}:root[data-theme=light] .hero{background:var(--panel)}.hero-stats{display:grid;gap:10px;min-width:180px}.hero-stats div,.panel-badge{border-radius:14px;border:1px solid var(--border);background:#ffffff08;padding:14px 16px}.hero-stats span,.panel-badge{color:var(--muted);font-size:.88rem}.hero-stats strong{display:block;margin-top:6px;font-size:1rem;font-weight:700}.question-card,.dashboard-panel{border-radius:20px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow)}.question-card{padding:14px 16px;order:3;position:sticky;bottom:14px;z-index:5;margin-top:auto;background:#111827eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:22px}.question-header{display:none}.question-form{display:grid;gap:10px}.prompt-status-card,.prompt-form-field,.prompt-form-footer{border:1px solid var(--border);background:#ffffff08;border-radius:18px}.prompt-status-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 16px}.prompt-status-card strong,.prompt-form-meta strong,.prompt-form-field span{display:block}.prompt-status-card span,.prompt-form-meta span{color:var(--muted);font-size:.88rem;line-height:1.5;margin-top:4px}.prompt-page-card{position:static;margin-top:0;background:var(--panel);-webkit-backdrop-filter:none;backdrop-filter:none}.prompt-form{gap:16px}.prompt-form-field{display:grid;gap:10px;padding:16px}.prompt-form-field input,.prompt-form .prompt-form-field textarea{width:100%;border-radius:14px;border:1px solid var(--border);background:#0f172af2;color:var(--text);padding:14px 16px;outline:none}.prompt-form-field input:focus,.prompt-form .prompt-form-field textarea:focus{border-color:#69d2ff8c}:root[data-theme=light] .prompt-form-field input,:root[data-theme=light] .prompt-form .prompt-form-field textarea{background:#f8fafc;color:var(--text)}.prompt-form .prompt-form-field textarea{min-height:260px;max-height:none;resize:vertical}.prompt-form-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px}.prompt-form-meta{min-width:0}.question-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.favorite-question-button,.favorite-toggle{border:1px solid var(--border);background:#ffffff0a;color:var(--text);transition:transform .18s ease,border-color .18s ease,background .18s ease}.favorite-question-button{border-radius:999px;padding:10px 14px;display:inline-flex;align-items:center;gap:8px;font-weight:700}.favorite-toggle{width:36px;height:36px;border-radius:12px;display:inline-grid;place-items:center;font-size:1rem;line-height:1}.favorite-question-button:hover,.favorite-toggle:hover{transform:translateY(-1px)}.favorite-question-button.active,.favorite-toggle.active{border-color:#f59e0b61;background:#f59e0b24;color:#fbbf24}.question-compose-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end}.question-header h2,.panel-header h2{font-size:1.35rem;font-weight:700;letter-spacing:-.02em}.question-form textarea{resize:none;min-height:54px;max-height:120px;padding:14px 18px;border-radius:18px;line-height:1.35}.suggestion-list{display:flex;flex-wrap:wrap;gap:10px}.question-card .suggestion-list{display:none}.history-search{display:block}.history-search input{width:100%;border-radius:14px;border:1px solid var(--border);background:#ffffff08;color:var(--text);padding:10px 12px;outline:none}.history-search input:focus{border-color:#60a5fa73}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.suggestion-panel{margin-top:18px;padding:18px 20px;border-radius:18px;border:1px solid var(--border);background:#ffffff08;display:grid;gap:14px}.suggestion-panel-header h3{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em}.suggestion-list-dashboard{align-items:flex-start}.chip-button-suggestion{display:grid;gap:4px;text-align:left;align-content:start;padding:12px 14px;max-width:min(100%,320px)}.chip-button-suggestion strong{font-size:.9rem;line-height:1.2}.chip-button-suggestion span{color:var(--muted);font-size:.8rem;line-height:1.35}.chip-button,.primary-button,.secondary-button{border:none;border-radius:999px;padding:11px 18px;transition:transform .18s ease,opacity .18s ease,border-color .18s ease;font-weight:600}.chip-button{background:#ffffff0a;border:1px solid var(--border);color:var(--text)}.chip-button:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button{background:linear-gradient(135deg,var(--primary-strong),var(--accent));color:#06101f;font-weight:800;padding:10px 16px}.primary-button:disabled{opacity:.65;cursor:wait}.secondary-button{background:#ffffff0a;color:var(--text);border:1px solid var(--border)}.alert{margin-top:14px;padding:14px 16px;border-radius:18px;border:1px solid transparent}.alert.error{background:#ff6b8a1f;border-color:#ff6b8a4d;color:#ffc1cf}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:20px;order:2}.dashboard-grid-stacked{grid-template-columns:1fr}.dashboard-panel{padding:26px}.dashboard-panel-main{grid-row:auto}.dashboard-panel-wide{grid-column:1 / -1}.panel-header{display:flex;justify-content:space-between;align-items:start;gap:12px}.dashboard-message{margin:16px 0 0;color:#d5dcf8;line-height:1.7}.dashboard-message-card{margin-top:16px;padding:18px 20px;border-radius:18px;border:1px solid var(--border);background:linear-gradient(180deg,#60a5fa14,#ffffff08);display:grid;gap:8px}.dashboard-message-card span{color:var(--muted);font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dashboard-message-card strong{font-size:1.15rem;line-height:1.2}.dashboard-message-card p{margin:0;color:var(--text);line-height:1.6}.cards-grid{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.metric-card{padding:16px;border-radius:16px;background:#ffffff0a;border:1px solid var(--border);display:grid;gap:6px}.metric-card span,.chart-title span{color:var(--muted);font-size:.9rem}.metric-card strong{font-size:1.55rem;line-height:1.08;font-weight:700}.metric-card small{color:var(--muted)}.metric-card.ghost{opacity:.68}.chart-stack,.table-stack{display:grid;gap:12px;margin-top:16px}.chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px;margin-top:16px}.chart-card,.table-card{padding:18px;border-radius:16px;background:#ffffff0a;border:1px solid var(--border)}.table-card-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.table-card-copy{display:grid;gap:4px;min-width:0}.table-card-copy p{margin:0;color:var(--muted);font-size:.88rem}.table-card-collapsed{display:grid;gap:14px}.table-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.table-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.table-summary-chip{padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#ffffff08;display:grid;gap:4px}.table-summary-chip span{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.table-summary-chip strong{font-size:.98rem;line-height:1.25;word-break:break-word}.table-export-button{padding:8px 12px;font-size:.8rem}:root[data-theme=light] .chart-card,:root[data-theme=light] .table-card,:root[data-theme=light] .profile-card,:root[data-theme=light] .history-panel li,:root[data-theme=light] .metric-card,:root[data-theme=light] .meta-grid div,:root[data-theme=light] .hero-stats div,:root[data-theme=light] .panel-badge,:root[data-theme=light] .chip-button,:root[data-theme=light] .secondary-button,:root[data-theme=light] .question-form input,:root[data-theme=light] .question-form textarea{background:#ffffffe6}.chart-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.chart-bars{display:grid;gap:14px;margin-top:16px}.chart-bar-row{display:grid;gap:9px}.chart-bar-label{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;min-width:0}.chart-bar-track{height:14px;border-radius:999px;background:#ffffff12;overflow:hidden}.chart-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary-strong),var(--accent));box-shadow:0 0 16px #60a5fa2e}.chart-rank{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#60a5fa24;border:1px solid rgba(96,165,250,.2);color:var(--primary);font-size:.75rem;font-weight:800;letter-spacing:.04em;flex:0 0 auto}.chart-label-text{flex:1 1 auto;min-width:0;color:var(--text);font-size:.95rem;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chart-value-badge{flex:0 0 auto;font-size:.88rem;padding:5px 10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--text)}.table-wrapper{overflow:auto;border-radius:14px;border:1px solid var(--border)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#020617b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:24px}.modal-surface{width:min(1280px,100%);max-height:min(88vh,100%);overflow:hidden;border-radius:24px;border:1px solid var(--border);background:var(--panel);box-shadow:var(--shadow);display:grid;gap:16px;padding:22px}.modal-header{display:flex;align-items:start;justify-content:space-between;gap:16px}.modal-header h2{margin:0;font-size:1.3rem;letter-spacing:-.02em}.modal-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.modal-close-button{min-width:96px}.modal-surface .table-wrapper{max-height:calc(88vh - 190px)}table{width:100%;border-collapse:collapse;min-width:480px}th,td{text-align:left;padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.07)}th{background:#ffffff0a;color:#dce6ff}:root[data-theme=light] th{background:#0f172a0a;color:var(--text)}:root[data-theme=light] .primary-button{color:#fff}:root[data-theme=light] .secondary-button,:root[data-theme=light] .chip-button{color:var(--text)}td{color:#c4cde9}:root[data-theme=light] td{color:#243044}.empty-state{padding:22px;border:1px dashed rgba(255,255,255,.15);border-radius:14px;color:var(--muted);text-align:center}.empty-state.compact{padding:16px}.toast{position:fixed;right:22px;bottom:22px;z-index:50;width:min(420px,calc(100vw - 44px));padding:16px 18px;border-radius:18px;border:1px solid var(--border);background:#0f172af0;box-shadow:var(--shadow);display:grid;gap:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:root[data-theme=light] .toast{background:#fffffff5}.toast strong{font-size:.95rem}.toast span{color:var(--muted);font-size:.9rem}.toast-sucesso{border-color:#34d39940}.toast-erro{border-color:#fb718547}@keyframes pulseHighlight{0%{transform:translateY(0)}35%{transform:translateY(-1px)}to{transform:translateY(0)}}@media (max-width: 1100px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);min-height:auto;position:static;top:auto;align-self:stretch;height:auto;overflow:visible}.dashboard-grid{grid-template-columns:1fr}.dashboard-panel-main,.dashboard-panel-wide{grid-column:auto;grid-row:auto}}@media (max-width: 720px){.auth-shell,.workspace,.sidebar{padding:18px}.auth-card,.hero,.question-card,.dashboard-panel{border-radius:18px}.hero{flex-direction:column;align-items:start}.question-actions{flex-direction:column;align-items:stretch}.question-toolbar,.history-action-buttons{width:100%}.question-compose-row,.prompt-status-card,.prompt-form-footer{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.primary-button,.secondary-button{width:100%}.favorite-question-button,.favorite-toggle{width:100%;justify-content:center}.sidebar-quick-actions .favorite-toggle{width:40px;min-width:40px}.history-action-buttons{width:auto;flex-wrap:wrap}.history-action-buttons .favorite-toggle{width:36px;min-width:36px}.table-actions,.modal-actions{justify-content:stretch}.modal-backdrop{padding:12px}.modal-surface{max-height:min(94vh,100%);padding:18px;border-radius:18px}.modal-header{flex-direction:column}.modal-surface .table-wrapper{max-height:calc(94vh - 240px)}.card-topbar,.sidebar-top{align-items:start;flex-direction:column}.theme-toggle{width:100%}.menu-shell{width:100%;justify-items:stretch}.menu-dropdown{width:100%;right:auto;left:0}}
