.ask-shell{display:flex;flex-direction:column;gap:var(--space-5, 16px);--ask-accent:var(--evh-accent, var(--accent, var(--color-signal, #1F44F5)));--ask-accent-soft:var(--color-signal-soft, #5C79FF);--ask-accent-violet:var(--spectrum-violet, #7A3CF0)}.ask-shell [hidden]{display:none!important}@keyframes ask-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.ask-shell .ask-anim{animation:ask-rise .36s cubic-bezier(.22,1,.36,1) both}.ask-shell__top{position:sticky;top:0;z-index:5;background:var(--evh-bg, var(--paper-50, #FFF8F2));padding-block:var(--space-2, 8px)}.ask-shell__context-row{display:flex;gap:8px;margin-top:8px}.ask-shell__context-field{flex:1;border:1px solid var(--evh-border, #E4DCD0);border-radius:8px;padding:6px 10px;font-size:var(--text-sm, 13px);font-family:inherit;background:var(--evh-card-bg, #fff);color:var(--evh-text, #1A1A1A)}.ask-shell__submit.on{color:#fff}@media (prefers-reduced-motion:reduce){.ask-shell .ask-anim{animation:none!important}}.ask-shell__idle{display:flex;flex-direction:column}.ask-shell__answer-state{display:flex;flex-direction:column;gap:var(--space-4, 12px)}.ask-shell__progress{list-style:none;margin:0 0 6px;padding:0;display:flex;flex-direction:column;gap:4px}.ask-shell__progress-item{font-size:var(--text-sm, 13px);color:var(--evh-text-muted, #888);display:flex;align-items:center;gap:8px}.ask-shell__progress-item:before{content:"";width:6px;height:6px;background:var(--evh-accent, #1F44F5);border-radius:50%;animation:ask-pulse 1s ease-in-out infinite}@keyframes ask-pulse{0%,to{opacity:.3}50%{opacity:1}}.ask-shell__answer{font-size:var(--text-base, 15px);line-height:1.55;color:var(--evh-text, #1A1A1A)}.ask-shell__answer p{margin:0 0 var(--space-2, 8px)}.ask-shell__answer p:last-child{margin-bottom:0}.ask-shell__answer ul{margin:4px 0;padding-left:18px}.ask-shell__answer a{color:var(--evh-accent, #1F44F5);text-decoration:underline}.ask-shell__answer strong{font-weight:700}.ask-shell__error{color:var(--evh-accent, #1F44F5);font-size:var(--text-sm, 13px)}.ask-shell__actions-grid{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:560px){.ask-shell__actions-grid{grid-template-columns:1fr 1fr}}.ask-shell__action{display:flex;flex-direction:column;gap:2px;padding:12px 14px;border-radius:12px;text-decoration:none;border:1px solid var(--evh-border, #E4DCD0);background:var(--evh-card-bg, #fff);transition:transform .12s ease,border-color .12s ease}.ask-shell__action:hover{transform:translateY(-1px);border-color:var(--evh-accent, #1F44F5)}.ask-shell__action--urgent{border-color:#e03a3a;background:color-mix(in srgb,#e03a3a 7%,var(--evh-card-bg, #fff))}.ask-shell__action-label{font-weight:700;font-size:var(--text-sm, 14px);color:var(--evh-text, #1A1A1A)}.ask-shell__action--urgent .ask-shell__action-label{color:#e03a3a}.ask-shell__action-desc{font-size:12px;color:var(--evh-text-muted, #888)}.ask-shell__probe{border:1px solid var(--evh-border, #E4DCD0);border-radius:12px;padding:12px 14px;background:var(--evh-card-bg, #fff);display:flex;flex-direction:column;gap:8px}.ask-shell__probe-q{font-size:var(--text-sm, 14px);color:var(--evh-text, #1A1A1A);font-weight:600}.ask-shell__probe-row{display:flex;gap:8px}.ask-shell__probe-input{flex:1;border:1px solid var(--evh-border, #E4DCD0);border-radius:8px;padding:6px 10px;font-size:var(--text-sm, 14px);font-family:inherit}.ask-shell__probe-btn{border:0;background:var(--evh-accent, #1F44F5);color:#fff;border-radius:8px;padding:6px 16px;cursor:pointer;font-weight:600}.ask-shell__probe-thanks{font-size:13px;color:var(--evh-accent, #1F44F5);font-style:italic}.ask-shell__sources-grid{display:grid;grid-template-columns:1fr;gap:8px}@media (min-width:720px){.ask-shell__sources-grid{grid-template-columns:repeat(3,1fr)}}.ask-shell__source-tile{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;grid-template-areas:"icon kind""icon title";gap:4px 10px;padding:10px 12px;border:1px solid var(--evh-border, #E4DCD0);border-radius:12px;background:var(--evh-card-bg, #fff);text-decoration:none;color:inherit;transition:border-color .12s ease,transform .12s ease}.ask-shell__source-tile:hover{border-color:var(--evh-accent, #1F44F5);transform:translateY(-1px)}.ask-shell__source-icon{grid-area:icon;font-size:22px;line-height:1;align-self:center}.ask-shell__source-kind{grid-area:kind;font-family:var(--font-mono, monospace);font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--evh-text-muted, #888)}.ask-shell__source-title{grid-area:title;font-size:var(--text-sm, 13px);font-weight:600;color:var(--evh-text, #1A1A1A);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ask-shell__source-date{grid-column:1/-1;font-size:11px;color:var(--evh-text-muted, #888);margin-top:2px}.ask-shell__source-tile--tracker{border-left:3px solid #ff6b35}.ask-shell__source-tile--event{border-left:3px solid #7a3cf0}.ask-shell__source-tile--business{border-left:3px solid #00b0a6}.ask-shell__source-tile--safety{border-left:3px solid #e03a3a}.ask-shell__source-tile--dataapp{border-left:3px solid #1f44f5}.ask-shell__events-list{display:flex;flex-direction:column;gap:10px}.ask-shell__event-row{display:flex;align-items:center;gap:14px;background:var(--evh-card-bg, #fff);border:1px solid var(--evh-border, #E4DCD0);border-radius:14px;padding:12px 14px;text-decoration:none;color:inherit;transition:border-color .12s ease,transform .12s ease,box-shadow .12s ease}.ask-shell__event-row:hover{border-color:var(--evh-accent, #1F44F5);transform:translateY(-1px);box-shadow:0 6px 18px -10px color-mix(in srgb,var(--ask-accent) 50%,transparent)}.ask-shell__event-date{width:46px;height:50px;flex:0 0 auto;border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.ask-shell__event-date b{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ask-shell__event-date i{font-size:21px;font-weight:900;font-style:normal;letter-spacing:-.02em}.ask-shell__event-date--live i{font-size:12.5px;font-weight:900;text-transform:uppercase;letter-spacing:.03em}.ask-shell__event-dot{width:7px;height:7px;border-radius:999px;background:currentColor;margin-bottom:4px;animation:ask-pulse 1.6s ease-in-out infinite}.ask-shell__event-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ask-shell__event-title{font-size:15.5px;font-weight:800;color:var(--evh-text, #1A1A1A);letter-spacing:-.01em}.ask-shell__event-meta{font-size:13px;color:var(--evh-text-muted, #888)}.ask-shell__event-cat{width:9px;height:9px;border-radius:999px;flex:0 0 auto}@media (prefers-reduced-motion:reduce){.ask-shell__event-dot{animation:none}}.ask-shell__heating-card{border:1px solid var(--evh-border, #E4DCD0);border-left:4px solid var(--evh-border, #E4DCD0);border-radius:12px;padding:14px 16px;background:var(--evh-card-bg, #fff);display:flex;flex-direction:column;gap:12px}.ask-shell__heating-card--green{border-left-color:#11a05a}.ask-shell__heating-card--yellow{border-left-color:#e0a400}.ask-shell__heating-card--red{border-left-color:#e03a3a;background:color-mix(in srgb,#e03a3a 5%,var(--evh-card-bg, #fff))}.ask-shell__heating-status{display:flex;gap:12px;align-items:flex-start}.ask-shell__heating-dot{width:10px;height:10px;border-radius:50%;margin-top:5px;flex:0 0 auto;background:var(--evh-text-muted, #888)}.ask-shell__heating-dot--green{background:#11a05a}.ask-shell__heating-dot--yellow{background:#e0a400}.ask-shell__heating-dot--red{background:#e03a3a;box-shadow:0 0 6px #e03a3a80}.ask-shell__heating-info{flex:1;min-width:0}.ask-shell__heating-count{margin:0;font-size:var(--text-sm, 14px);font-weight:600;color:var(--evh-text, #1A1A1A);line-height:1.4}.ask-shell__heating-loading{color:var(--evh-text-muted, #888);font-weight:500}.ask-shell__heating-last{margin:4px 0 0;font-size:12px;color:var(--evh-text-muted, #888)}.ask-shell__heating-ele{margin:8px 0 0;font-size:var(--text-sm, 13px);color:var(--evh-text, #1A1A1A)}.ask-shell__heating-ele a{color:#e03a3a;font-weight:700;text-decoration:none}.ask-shell__heating-ele a:hover{text-decoration:underline}.ask-shell__heating-breakdown{list-style:none;margin:8px 0 0;padding:0}.ask-shell__heating-breakdown li{display:flex;justify-content:space-between;gap:12px;font-size:12px;padding:4px 0;border-bottom:1px solid var(--evh-border, #E4DCD0)}.ask-shell__heating-breakdown li:last-child{border-bottom:none}.ask-shell__heating-bname{color:var(--evh-text, #1A1A1A);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ask-shell__heating-bcount{color:var(--evh-text-muted, #888);flex:0 0 auto;font-variant-numeric:tabular-nums}.ask-shell__heating-report{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--evh-border, #E4DCD0);padding-top:12px}.ask-shell__heating-label{font-size:var(--text-sm, 13px);font-weight:600;color:var(--evh-text, #1A1A1A)}.ask-shell__heating-select,.ask-shell__heating-other{width:100%;border:1px solid var(--evh-border, #E4DCD0);border-radius:8px;padding:8px 10px;font-size:var(--text-sm, 14px);font-family:inherit;background:var(--evh-card-bg, #fff);color:var(--evh-text, #1A1A1A)}.ask-shell__heating-submit{align-self:flex-start;border:0;background:var(--evh-accent, #1F44F5);color:#fff;border-radius:999px;padding:8px 18px;font-weight:600;font-size:var(--text-sm, 14px);cursor:pointer;transition:box-shadow .2s ease,transform .12s ease}.ask-shell__heating-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px -2px color-mix(in srgb,var(--ask-accent) 50%,transparent)}.ask-shell__heating-submit:disabled{opacity:.6;cursor:wait}.ask-shell__heating-thanks{margin:0;display:flex;align-items:center;gap:6px;font-size:var(--text-sm, 13px);font-weight:600;color:#11a05a;border-top:1px solid var(--evh-border, #E4DCD0);padding-top:12px}.ask-shell__heating-error{margin:0;font-size:12px;color:#e03a3a}.ask-shell__chip-row{display:flex;flex-wrap:wrap;gap:6px}.ask-shell__chip{border:1px solid var(--evh-border, #E4DCD0);background:var(--evh-card-bg, #fff);color:var(--evh-text, #1A1A1A);border-radius:999px;padding:6px 12px;font-size:var(--text-sm, 13px);cursor:pointer;font-family:inherit;transition:background .12s ease,border-color .12s ease}.ask-shell__chip:hover:not(:disabled){background:var(--evh-bg, #FFF8F2);border-color:var(--evh-accent, #1F44F5)}.ask-shell__chip:disabled{opacity:.5;cursor:not-allowed}.ask-shell__feedback{display:flex;flex-direction:column;gap:10px;padding:8px 0;font-size:var(--text-sm, 13px);color:var(--evh-text-muted, #888)}.ask-shell__feedback-row{display:flex;align-items:center;gap:8px}.ask-shell__feedback-reasons{display:flex;flex-direction:column;gap:6px}.ask-shell__feedback-reasons-label{font-size:var(--text-sm, 13px);color:var(--evh-text-muted, #888)}.ask-shell__feedback-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--evh-border, #E4DCD0);background:var(--evh-card-bg, #fff);border-radius:999px;padding:6px 12px;cursor:pointer;color:var(--evh-text, #1A1A1A);font-size:15px;line-height:1;transition:border-color .12s ease,background .12s ease,color .12s ease}.ask-shell__feedback-btn .fi{display:block;line-height:1}.ask-shell__icon-flip{transform:rotate(180deg)}.ask-shell__feedback-btn:hover:not(:disabled){border-color:var(--evh-accent, #1F44F5);background:var(--evh-bg, #FFF8F2)}.ask-shell__feedback-btn:disabled{opacity:.5;cursor:not-allowed}.ask-shell__feedback-thanks{color:var(--evh-accent, #1F44F5);font-style:italic}