.info-popover{position:relative;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.info-popover-trigger{width:22px;height:22px;display:inline-grid;place-items:center;padding:0;border:1px solid var(--line-strong,var(--line));border-radius:999px;background:var(--surface-elevated);color:var(--green);cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.info-popover-trigger>svg{width:12px;height:12px}.info-popover-trigger:focus-visible,.info-popover-trigger:hover,.info-popover-trigger[aria-expanded=true]{border-color:var(--green);background:var(--green-soft);color:var(--green);outline:none}.info-popover-trigger:active{transform:scale(.94)}.info-popover-panel{position:absolute;z-index:80;top:calc(100% + 8px);right:0;width:min(286px,calc(100vw - 32px));padding:12px;border:1px solid var(--line-strong,var(--line));border-radius:13px;background:var(--surface);color:var(--ink);box-shadow:0 16px 38px var(--shadow-color);animation:info-popover-in .16s ease-out both}.info-popover-panel:before{content:"";position:absolute;top:-5px;right:10px;width:9px;height:9px;border-top:1px solid var(--line-strong,var(--line));border-left:1px solid var(--line-strong,var(--line));background:var(--surface);transform:rotate(45deg)}.info-popover-panel-heading{display:grid;grid-template-columns:26px minmax(0,1fr) 26px;align-items:center;grid-gap:7px;gap:7px}.info-popover-panel-heading>button,.info-popover-panel-heading>span{width:26px;height:26px;display:grid;place-items:center;border-radius:8px}.info-popover-panel-heading>span{background:var(--green-soft);color:var(--green)}.info-popover-panel-heading>strong{overflow-wrap:anywhere;font-size:11px;line-height:1.35}.info-popover-panel-heading>button{padding:0;border:0;background:var(--surface-muted);color:var(--muted);cursor:pointer}.info-popover-panel p{margin:9px 1px 0;color:var(--muted);font-size:10px;line-height:1.55}.automation-catalog-title-row,.settings-function-title-row{display:flex;align-items:center;gap:7px}.automation-catalog-title-row h2,.settings-function-title-row h2{min-width:0;margin:0}.settings-function-title-row .info-popover-trigger{width:22px;height:22px}.settings-function-title-row .info-popover-panel{left:0;right:auto}.settings-function-title-row .info-popover-panel:before{right:auto;left:8px}.automation-feature-info{margin:0}.automation-catalog-heading .info-popover-panel{left:0;right:auto}.automation-catalog-heading .info-popover-panel:before{right:auto;left:10px}@keyframes info-popover-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}html[data-motion=off] .info-popover-panel,html[data-motion=off] .info-popover-trigger{animation:none;transition:none}@media (max-width:520px){.info-popover-panel{position:fixed;z-index:120;top:auto;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));left:12px;width:auto;max-height:min(45vh,300px);overflow-y:auto}.info-popover-panel:before{display:none}}@media (prefers-reduced-motion:reduce){.info-popover-panel,.info-popover-trigger{animation:none;transition:none}}