.home-ai-custom{width:min(var(--home-ai-custom-width,820px), 100%);border-radius:var(--home-ai-widget-radius,var(--radius-surface));background:var(--card);max-width:min(100%,100vw - 24px);box-shadow:var(--shadow-card);border:0;justify-self:start;gap:0;animation:.26s home-ai-widget-in;display:grid;position:relative;overflow:hidden}html[dir=rtl] .home-ai-custom{justify-self:end}.home-ai-custom.is-generating{background:linear-gradient(110deg, color-mix(in srgb, var(--muted) 78%, var(--card)) 0%, color-mix(in srgb, var(--card) 92%, var(--foreground)) 42%, color-mix(in srgb, var(--muted) 78%, var(--card)) 70%), color-mix(in srgb, var(--card) 88%, var(--muted));background-size:260% 100%,100% 100%;min-height:176px;animation:.26s home-ai-widget-in,1.45s linear infinite home-ai-custom-shimmer}.home-ai-custom-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:10px 13px;display:flex}.home-ai-custom-title{align-items:center;gap:7px;min-width:0;max-width:100%;display:inline-flex}.home-ai-custom-title strong{min-width:0;font-size:var(--text-small);font-weight:var(--font-weight-small);text-overflow:ellipsis;white-space:nowrap;line-height:var(--leading-small);letter-spacing:var(--tracking-small);overflow:hidden}.home-ai-custom-flag{background:var(--tint-lemon);color:var(--lemon-foreground);font-size:var(--text-small);font-weight:var(--font-weight-small);cursor:help;line-height:var(--leading-small);letter-spacing:var(--tracking-small);border-radius:999px;flex:none;align-items:center;gap:4px;padding:2px 8px;display:inline-flex}.home-ai-custom-flag svg{flex:none;width:11px;height:11px}.home-ai-custom-save{flex-shrink:0}.home-ai-custom-save svg{width:13px;height:13px}.home-ai-custom-frame{color-scheme:normal;scrollbar-width:none;border:0;border-radius:0;justify-self:center;width:100%;min-height:48px;max-height:min(68svh,720px);display:block;overflow:auto;background:0 0!important}.home-ai-custom-frame::-webkit-scrollbar{display:none}.home-ai-custom.is-fill{width:100%;max-width:none;height:100%;min-height:0;box-shadow:none;background:var(--card);border:0;border-radius:0;overflow:visible}.home-ai-custom.is-fill .home-ai-custom-frame{height:100%;min-height:0;max-height:none}.home-ai-custom-generating{text-align:center;place-items:center;min-height:126px;padding:20px 18px 22px;display:grid}.home-ai-custom-generating>span{color:var(--muted-foreground);font-size:var(--text-small);font-weight:var(--font-weight-small);line-height:var(--leading-small);letter-spacing:var(--tracking-small)}@keyframes home-ai-custom-shimmer{0%{background-position:120% 0}to{background-position:-100% 0}}.home-ai-custom-failed{color:var(--muted-foreground);font-size:var(--text-small);font-weight:var(--font-weight-small);line-height:var(--leading-small);letter-spacing:var(--tracking-small);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:13px;display:flex}.home-ai-custom-failed button svg{width:13px;height:13px}
