.ai-root{background:var(--bg-color);color:var(--text-main);font-family:var(--font-ui), system-ui, -apple-system, sans-serif;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.ai-topbar{box-sizing:border-box;background:inherit;z-index:10;justify-content:space-between;align-items:center;height:88px;padding:0 40px;display:flex;position:relative}.ai-topbar>.ai-topbar-left,.ai-topbar>.ai-topbar-right{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ai-topbar>.ai-topbar-right{justify-content:flex-end}.ai-topbar-avatar{border:1px solid #00000014;border-radius:50%;flex-shrink:0;width:32px;height:32px;transition:border-color .18s,transform .18s;display:inline-flex;overflow:hidden}.ai-topbar-avatar:hover{border-color:#0000002e;transform:scale(1.04)}.ai-topbar-avatar img{object-fit:cover;width:100%;height:100%;display:block}[data-theme=dark] .ai-topbar-avatar{border-color:#ffffff1a}[data-theme=dark] .ai-topbar-avatar:hover{border-color:#ffffff38}.ai-topbar-menubtn{width:40px;height:40px;color:var(--text-color);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.ai-topbar-menubtn:hover{background:#0000000d}[data-theme=dark] .ai-topbar-menubtn:hover{background:#ffffff0f}.ai-topbar-menubtn svg{width:20px;height:20px}@media (max-width:640px){.ai-topbar{height:76px;padding:0 16px}.ai-topbar-avatar{width:34px;height:34px}}.ai-topbar-profile{display:inline-flex;position:relative}.ai-topbar-profile-dropdown{background:var(--bg-color);z-index:100;min-width:200px;font-family:var(--font-ui);border:1px solid #00000014;border-radius:12px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 1px 2px #0e0a080a,0 8px 24px #0e0a0814}[data-theme=dark] .ai-topbar-profile-dropdown{border-color:#ffffff1a;box-shadow:0 1px 2px #0006,0 8px 24px #00000059}.ai-topbar-profile-email{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #0000000f;margin-bottom:4px;padding:8px 10px 6px;font-size:12px;overflow:hidden}[data-theme=dark] .ai-topbar-profile-email{border-bottom-color:#ffffff0f}.ai-topbar-profile-item{width:100%;color:var(--text-color);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-family:inherit;font-size:13.5px;text-decoration:none;transition:background .15s;display:flex}.ai-topbar-profile-item:hover{background:#0000000a}[data-theme=dark] .ai-topbar-profile-item:hover{background:#ffffff0f}.ai-topbar-profile-item svg{color:var(--text-muted);flex-shrink:0}.ai-back{color:inherit;letter-spacing:.02em;background:0 0;border-radius:100px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.ai-back:hover{background:#0000000d}[data-theme=dark] .ai-back:hover{background:#ffffff0f}.ai-back span{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.01em;font-size:18px}.ai-topbar-title{font-family:var(--font-fraunces), Georgia, serif;align-items:center;gap:8px;font-size:15px;font-style:italic;font-weight:400;display:inline-flex}.ai-dot{background:#7a1f38;border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite aiPulse}@keyframes aiPulse{0%,to{opacity:1}50%{opacity:.35}}.ai-topbar-beta{font-family:var(--font-ui), sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#7a1f38;background:#7a1f381f;border-radius:4px;margin-left:4px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:600}[data-theme=dark] .ai-topbar-beta{color:#e8b4be;background:#c97e922e}.ai-topbar-spacer{width:100px}.ai-topbar-left,.ai-topbar-right{align-items:center;gap:8px;display:flex}.ai-history-btn{width:40px;height:40px;color:inherit;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:inline-flex}.ai-history-btn:hover{background:#0000000d}[data-theme=dark] .ai-history-btn:hover{background:#ffffff0f}.ai-history-btn svg{width:20px;height:20px}.ai-drawer-backdrop{z-index:200;background:#00000059;animation:.18s ease-out aiDrawerFadeIn;position:fixed;inset:0}@keyframes aiDrawerFadeIn{0%{opacity:0}to{opacity:1}}[data-theme=dark] .ai-drawer-backdrop{background:#0009}.ai-drawer{z-index:201;background:#fff;border-right:1px solid #00000014;flex-direction:column;width:min(340px,85vw);transition:transform .24s cubic-bezier(.2,.7,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 24px #00000014}.ai-drawer.open{transform:translate(0)}[data-theme=dark] .ai-drawer{background:#161514;border-right-color:#ffffff14}.ai-drawer-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:18px 20px 12px;display:flex}[data-theme=dark] .ai-drawer-header{border-bottom-color:#ffffff0f}.ai-drawer-title{font-family:var(--font-fraunces), Georgia, serif;color:var(--text-main,#1a1a1a);font-size:17px;font-style:italic;font-weight:400}[data-theme=dark] .ai-drawer-title{color:#f5f2ec}.ai-drawer-close{color:#1a1a1a8c;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:inline-flex}.ai-drawer-close:hover{color:var(--text-main,#1a1a1a);background:#0000000d}[data-theme=dark] .ai-drawer-close{color:#f5f2ec8c}[data-theme=dark] .ai-drawer-close:hover{color:#f5f2ec;background:#ffffff0f}.ai-drawer-newchat{color:var(--text-main,#1a1a1a);font-family:var(--font-ui), sans-serif;cursor:pointer;background:#0000000a;border:1px solid #00000014;border-radius:10px;align-items:center;gap:8px;margin:12px 14px;padding:10px 14px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s;display:inline-flex}.ai-drawer-newchat:hover{background:#00000012;border-color:#00000029}[data-theme=dark] .ai-drawer-newchat{color:#f5f2ec;background:#ffffff0a;border-color:#ffffff14}[data-theme=dark] .ai-drawer-newchat:hover{background:#ffffff14;border-color:#ffffff2e}.ai-drawer-list{flex:1;padding:4px 6px 20px;overflow-y:auto}.ai-drawer-empty{text-align:center;color:#1a1a1a8c;padding:28px 20px;font-size:13.5px;line-height:1.5}[data-theme=dark] .ai-drawer-empty{color:#f5f2ec8c}.ai-drawer-empty-sub{color:#1a1a1a66;margin-top:6px;font-size:12px}[data-theme=dark] .ai-drawer-empty-sub{color:#f5f2ec66}.ai-drawer-item{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;border-radius:10px;margin:2px 0;padding:10px 42px 10px 14px;transition:background .12s;display:block;position:relative}.ai-drawer-item:hover{background:#0000000a}[data-theme=dark] .ai-drawer-item:hover{background:#ffffff0d}.ai-drawer-item.active{background:#7a1f3814}[data-theme=dark] .ai-drawer-item.active{background:#c97e921f}.ai-drawer-item-title{font-family:var(--font-ui), sans-serif;color:var(--text-main,#1a1a1a);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;line-height:1.35;overflow:hidden}[data-theme=dark] .ai-drawer-item-title{color:#f5f2ec}.ai-drawer-item-meta{color:#1a1a1a80;font-variant-numeric:tabular-nums;margin-top:2px;font-size:11.5px}[data-theme=dark] .ai-drawer-item-meta{color:#f5f2ec80}.ai-drawer-item-count{font-style:italic}.ai-drawer-item-delete{color:#1a1a1a66;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:opacity .12s,background .12s,color .12s;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ai-drawer-item:hover .ai-drawer-item-delete{opacity:1}.ai-drawer-item-delete:hover{color:#c2301c;background:#00000014}.ai-drawer-item-delete.confirming{opacity:1;color:#c2301c;background:#c2301c26}[data-theme=dark] .ai-drawer-item-delete{color:#f5f2ec66}[data-theme=dark] .ai-drawer-item-delete:hover{background:#ffffff14}@media (max-width:640px){.ai-drawer{width:82vw}.ai-history-btn{width:30px;height:30px}}.ai-history-btn:disabled{opacity:.4;cursor:not-allowed}.ai-history-btn:disabled:hover{background:0 0}.ai-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:40px 32px 60px;display:flex}.ai-empty-title{font-family:var(--font-fraunces), Georgia, serif;letter-spacing:-.02em;max-width:640px;margin:0;font-size:clamp(32px,5vw,52px);font-weight:300;line-height:1.05}.ai-empty-italic{color:#7a1f38;font-style:italic}[data-theme=dark] .ai-empty-italic{color:#e8b4be}.ai-empty-sub{color:#1a1a1a99;max-width:520px;margin:0;font-size:15px;line-height:1.5}[data-theme=dark] .ai-empty-sub{color:#f5f2ec99}.ai-empty-chips{flex-wrap:wrap;justify-content:center;gap:10px;max-width:720px;margin-top:8px;display:flex}@media (max-width:640px){.ai-empty-chips>.ai-empty-chip:nth-child(n+4){display:none}}.ai-empty-chip{color:inherit;cursor:pointer;letter-spacing:.01em;background:0 0;border:1px solid #0000001f;border-radius:100px;padding:10px 18px;font-family:inherit;font-size:13.5px;transition:all .15s}.ai-empty-chip:hover{color:#faf7f2;background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px)}[data-theme=dark] .ai-empty-chip{border-color:#ffffff24}[data-theme=dark] .ai-empty-chip:hover{color:#0e0e0e;background:#f5f2ec;border-color:#f5f2ec}.ai-thread{-webkit-overflow-scrolling:touch;flex:1;padding:24px 16px 160px;overflow-y:auto}.ai-thread-inner{flex-direction:column;gap:24px;max-width:760px;margin:0 auto;display:flex}.ai-msg{flex-direction:column;animation:.3s cubic-bezier(.2,.7,.2,1) aiMsgIn;display:flex}@keyframes aiMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ai-msg-user{align-items:flex-end}.ai-msg-user-bubble{color:#faf7f2;white-space:pre-wrap;word-wrap:break-word;background:#1a1a1a;border-radius:18px 18px 4px;max-width:78%;padding:10px 16px;font-size:15px;line-height:1.5}[data-theme=dark] .ai-msg-user-bubble{color:#f5f2ec;background:#2f2f2f}.ai-msg-ai{align-items:flex-start;gap:12px}.ai-msg-intro{font-family:var(--font-ui), system-ui, sans-serif;letter-spacing:0;color:#1a1a1ad1;max-width:95%;margin:0 0 6px;font-size:15px;font-style:normal;font-weight:400;line-height:1.55}[data-theme=dark] .ai-msg-intro{color:#f5f2ecdb}.ai-msg-blocks{flex-direction:column;gap:24px;width:100%;display:flex}.ai-block-text{font-family:var(--font-ui), system-ui, sans-serif;color:#1a1a1ad1;letter-spacing:0;max-width:95%;margin:0;font-size:15px;font-style:normal;font-weight:400;line-height:1.55}[data-theme=dark] .ai-block-text{color:#f5f2ecd1}.ai-block-caption{font-family:var(--font-fraunces), Georgia, serif;color:#1a1a1a99;letter-spacing:.01em;margin-bottom:10px;font-size:13.5px;font-style:italic}[data-theme=dark] .ai-block-caption{color:#f5f2ec99}.ai-block-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 10px;display:grid}@media (max-width:960px){.ai-block-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.ai-block-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}}.ai-block-products-footer{justify-content:center;margin-top:18px;display:flex}.ai-show-more-btn{color:inherit;font-family:var(--font-ui), sans-serif;letter-spacing:.02em;cursor:pointer;background:0 0;border:1px solid #0000001f;border-radius:100px;padding:11px 24px;font-size:13px;font-weight:500;transition:all .15s}.ai-show-more-btn:hover:not(:disabled){color:#faf7f2;background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px)}[data-theme=dark] .ai-show-more-btn{border-color:#ffffff24}[data-theme=dark] .ai-show-more-btn:hover:not(:disabled){color:#0e0e0e;background:#f5f2ec;border-color:#f5f2ec}.ai-show-more-btn:disabled{opacity:.5;cursor:not-allowed}.ai-show-more-end{color:#1a1a1a66;font-size:12px;font-style:italic;font-family:var(--font-fraunces), Georgia, serif}[data-theme=dark] .ai-show-more-end{color:#f5f2ec66}.ai-product-card{color:inherit;border-radius:8px;flex-direction:column;gap:8px;text-decoration:none;transition:transform .15s;display:flex;position:relative}.ai-product-card:hover{transform:translateY(-2px)}.ai-product-imgwrap{aspect-ratio:3/4;background:#0000000a;border-radius:8px;position:relative;overflow:hidden}.favorite-btn.ai-fav-btn-inline{-webkit-backdrop-filter:blur(12px)saturate(140%);color:#fff;width:26px;height:26px;box-shadow:none;cursor:pointer;background:#0a0a0a47;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .15s,transform .15s;display:inline-flex;top:8px;right:8px}.favorite-btn.ai-fav-btn-inline:hover{background:#0a0a0a80;transform:scale(1.06)}.favorite-btn.ai-fav-btn-inline svg{fill:#0000;stroke:currentColor;stroke-width:1.9px;width:14px;height:14px}.favorite-btn.ai-fav-btn-inline.active svg{fill:#ff5b7a;stroke:#ff5b7a}.ai-card-menu{z-index:3;opacity:0;transition:opacity .15s;position:absolute;bottom:8px;right:8px}.ai-product-card:hover .ai-card-menu{opacity:1}@media (hover:none){.ai-card-menu{opacity:1}}.ai-card-menu:has(.ai-card-menu-pop){opacity:1}.ai-card-menu-btn{-webkit-backdrop-filter:blur(12px)saturate(140%);color:#fff;cursor:pointer;background:#0a0a0a47;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background .15s,transform .15s;display:inline-flex}.ai-card-menu-btn:hover{background:#0a0a0a80;transform:scale(1.06)}.ai-card-menu-pop{-webkit-backdrop-filter:blur(18px)saturate(140%);background:#0a0a0a8c;border:1px solid #ffffff24;border-radius:10px;min-width:150px;padding:4px;animation:.12s ease-out aiMenuIn;position:absolute;bottom:34px;right:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}@keyframes aiMenuIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ai-card-menu-item{text-align:left;width:100%;font-family:var(--font-ui), sans-serif;color:#ffffffeb;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:12.5px;transition:background .12s;display:block}.ai-card-menu-item:hover{background:#ffffff1a}[data-theme=dark] .ai-product-imgwrap{background:#ffffff08}.ai-product-imgwrap img{object-fit:cover;width:100%;height:100%;display:block}.ai-product-meta{align-items:flex-start;gap:6px;padding:0 2px;display:flex}.ai-product-meta-text{flex:1;min-width:0}.ai-product-brand{text-transform:uppercase;letter-spacing:.1em;color:#1a1a1a8c;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:10px;font-weight:500;overflow:hidden}[data-theme=dark] .ai-product-brand{color:#f5f2ec8c}.ai-product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.3;display:-webkit-box;overflow:hidden}.ai-product-price{font-variant-numeric:tabular-nums;margin-top:3px;font-size:12px;font-weight:600}.ai-product-card-skel{aspect-ratio:3/4;background:linear-gradient(90deg,#0000000a,#00000014,#0000000a) 0 0/200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite aiShimmer}@keyframes aiShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ai-block-brands-list{flex-direction:column;gap:28px;display:flex}.ai-brand-section{flex-direction:column;gap:10px;display:flex}.ai-brand-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:baseline;gap:12px;padding-bottom:6px;display:flex}[data-theme=dark] .ai-brand-header{border-bottom-color:#ffffff0f}.ai-brand-name{font-family:var(--font-ui), system-ui, sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--text-main,#1a1a1a);font-size:13px;font-weight:600}[data-theme=dark] .ai-brand-name{color:#f5f2ec}.ai-brand-see-all{font-family:var(--font-ui), sans-serif;color:#1a1a1a80;letter-spacing:.02em;font-size:12px;text-decoration:none;transition:color .15s}.ai-brand-see-all:hover{color:#7a1f38}[data-theme=dark] .ai-brand-see-all{color:#f5f2ec80}[data-theme=dark] .ai-brand-see-all:hover{color:#e8b4be}.ai-brand-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px 10px;display:grid}@media (max-width:960px){.ai-brand-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.ai-brand-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}}.ai-outfits-list{flex-direction:column;gap:16px;display:flex}.ai-outfit-card{background:#00000006;border:1px solid #0000000d;border-radius:14px;flex-direction:column;gap:14px;padding:18px 20px;display:flex}[data-theme=dark] .ai-outfit-card{background:#ffffff08;border-color:#ffffff0f}.ai-outfit-title{font-family:var(--font-ui), sans-serif;letter-spacing:.08em;text-transform:uppercase;color:var(--text-main,#1a1a1a);font-size:13px;font-weight:600}[data-theme=dark] .ai-outfit-title{color:#f5f2ec}.ai-outfit-items{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}@media (max-width:480px){.ai-outfit-items{grid-template-columns:repeat(2,minmax(0,1fr))}}.ai-outfit-item{color:inherit;cursor:pointer;background:0 0;border-radius:10px;flex-direction:column;gap:8px;min-width:0;padding:8px;text-decoration:none;transition:background .15s;display:flex}.ai-outfit-item:hover{background:#0000000a}[data-theme=dark] .ai-outfit-item:hover{background:#ffffff0d}.ai-outfit-item-img{aspect-ratio:3/4;background:#0000000a;border-radius:8px;width:100%;overflow:hidden}.ai-outfit-item-img img{object-fit:cover;width:100%;height:100%;display:block}.ai-outfit-item-meta{flex-direction:column;gap:2px;min-width:0;padding:0 2px;display:flex}.ai-outfit-item-role{text-transform:uppercase;letter-spacing:.12em;color:#7a1f38d9;margin-bottom:2px;font-size:9.5px;font-weight:600}[data-theme=dark] .ai-outfit-item-role{color:#e8b5bee6}.ai-outfit-item-brand{text-transform:uppercase;letter-spacing:.08em;color:#1a1a1a8c;white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:500;overflow:hidden}[data-theme=dark] .ai-outfit-item-brand{color:#f5f2ec8c}.ai-outfit-item-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;line-height:1.3;display:-webkit-box;overflow:hidden}.ai-outfit-item-price{font-variant-numeric:tabular-nums;margin-top:2px;font-size:12px;font-weight:600}.ai-outfit-item-skel{aspect-ratio:3/4;background:linear-gradient(90deg,#0000000a,#00000014,#0000000a) 0 0/200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite aiShimmer}.ai-outfit-note{color:#1a1a1a9e;font-size:12.5px;font-style:italic;line-height:1.5;font-family:var(--font-fraunces), Georgia, serif;padding:0 4px}[data-theme=dark] .ai-outfit-note{color:#f5f2ec9e}.ai-outfit-total{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding-top:10px;display:flex}[data-theme=dark] .ai-outfit-total{border-top-color:#ffffff0f}.ai-outfit-total-label{text-transform:uppercase;letter-spacing:.1em;color:#1a1a1a99;font-size:11px;font-weight:500}[data-theme=dark] .ai-outfit-total-label{color:#f5f2ec99}.ai-outfit-total-value{font-variant-numeric:tabular-nums;font-size:15px;font-weight:600}.ai-outfits-footer{justify-content:center;margin-top:14px;display:flex}.ai-block-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;max-height:280px;display:grid;overflow:hidden}.ai-gallery-img{aspect-ratio:4/3;object-fit:cover;background:#0000000d;border-radius:8px;width:100%;display:block}.ai-msg-followup{font-family:var(--font-ui), system-ui, sans-serif;color:#1a1a1ab8;max-width:95%;margin:4px 0 8px;font-size:14.5px;font-style:italic;line-height:1.55}[data-theme=dark] .ai-msg-followup{color:#f5f2ecb8}.ai-refinements{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.ai-refinement-chip{color:#7a1f38;cursor:pointer;background:0 0;border:1px solid #7a1f3847;border-radius:100px;padding:7px 14px;font-family:inherit;font-size:12.5px;transition:all .15s}.ai-refinement-chip:hover{background:#7a1f3814;border-color:#7a1f3880}[data-theme=dark] .ai-refinement-chip{color:#e8b4be;border-color:#c97e924d}[data-theme=dark] .ai-refinement-chip:hover{background:#c97e921f;border-color:#c97e928c}.ai-thinking{background:#0000000a;border-radius:18px 18px 18px 4px;align-items:center;gap:6px;padding:14px 18px;transition:padding .15s;display:inline-flex}.ai-thinking-with-status{gap:10px;padding:12px 18px}[data-theme=dark] .ai-thinking{background:#ffffff0a}.ai-thinking-dot{background:#1a1a1a80;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.2s ease-in-out infinite aiThink}[data-theme=dark] .ai-thinking-dot{background:#f5f2ec8c}.ai-thinking-dot:nth-child(2){animation-delay:.15s}.ai-thinking-dot:nth-child(3){animation-delay:.3s}@keyframes aiThink{0%,60%,to{opacity:.5;transform:scale(.8)}30%{opacity:1;transform:scale(1.1)}}.ai-thinking-status{font-family:var(--font-ui), system-ui, sans-serif;color:#1a1a1ab8;font-size:14px;font-style:italic;animation:.2s ease-out aiStatusFade}[data-theme=dark] .ai-thinking-status{color:#f5f2ecbf}@keyframes aiStatusFade{0%{opacity:0;transform:translate(-4px)}to{opacity:1;transform:translate(0)}}.ai-error{color:#c2301c;background:#dc323214;border:1px solid #dc323240;border-radius:10px;padding:12px 16px;font-size:13px}.ai-composer-gender{margin:0 auto 8px!important}.ai-composer{padding:12px 16px calc(14px + env(safe-area-inset-bottom,0px));z-index:20;background:linear-gradient(#faf9f600,#faf9f6 30%);position:fixed;bottom:0;left:0;right:0}[data-theme=dark] .ai-composer{background:linear-gradient(#1c1b1900,#1c1b19 30%)}.ai-composer-inner{background:#fff;border:1px solid #00000014;border-radius:20px;align-items:flex-end;gap:8px;max-width:760px;margin:0 auto;padding:8px 8px 8px 18px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 8px 32px #0000000f}.ai-composer-inner:focus-within{border-color:#00000040;box-shadow:0 8px 40px #0000001a}[data-theme=dark] .ai-composer-inner{background:#161514;border-color:#ffffff14;box-shadow:0 8px 32px #00000059}[data-theme=dark] .ai-composer-inner:focus-within{border-color:#c97e9266}.ai-composer-input{resize:none;color:inherit;background:0 0;border:none;outline:none;flex:1;max-height:180px;padding:10px 0;font-family:inherit;font-size:16px;line-height:1.4;overflow-y:auto}.ai-composer-input::placeholder{color:#1a1a1a66}[data-theme=dark] .ai-composer-input::placeholder{color:#f5f2ec73}.ai-composer-send{color:#faf7f2;cursor:pointer;background:#1a1a1a;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s,opacity .15s;display:inline-flex}.ai-composer-send:hover:not(:disabled){background:#7a1f38;transform:translateY(-1px)}.ai-composer-send:disabled{opacity:.3;cursor:not-allowed}[data-theme=dark] .ai-composer-send{color:#0e0e0e;background:#f5f2ec}[data-theme=dark] .ai-composer-send:hover:not(:disabled){background:#e8b4be}.ai-composer-attach{color:#1a1a1a99;cursor:pointer;background:0 0;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:background .15s,color .15s;display:inline-flex}.ai-composer-attach svg{width:24px;height:24px}.ai-composer-attach:hover{color:#1a1a1ae6;background:#0000000d}[data-theme=dark] .ai-composer-attach{color:#f5f2ec8c}[data-theme=dark] .ai-composer-attach:hover{color:#f5f2ec;background:#ffffff0f}.ai-composer-attachment{align-items:flex-start;gap:10px;max-width:760px;margin:0 auto 8px;padding:0 4px;display:flex}.ai-composer-attachment img{object-fit:cover;border:1px solid #00000014;border-radius:10px;width:84px;height:84px;display:block}[data-theme=dark] .ai-composer-attachment img{border-color:#ffffff1a}.ai-attachment-remove{color:#fff;cursor:pointer;background:#0a0a0abf;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-top:4px;margin-left:-36px;font-size:13px;line-height:1;transition:background .15s;display:inline-flex}.ai-attachment-remove:hover{background:#0a0a0ae6}.ai-msg-user-image{max-width:260px;margin-bottom:6px}.ai-msg-user-image img{object-fit:cover;border-radius:12px;width:100%;max-height:320px;display:block}@media (max-width:640px){.ai-composer-attach{width:42px;height:42px}.ai-composer-attach svg{width:22px;height:22px}.ai-composer-attachment img{width:68px;height:68px}.ai-attachment-remove{margin-left:-32px}.ai-topbar{padding:10px 14px}.ai-topbar-spacer{width:0}.ai-thread{padding:16px 12px 180px}.ai-msg-intro{font-size:16px}.ai-composer{padding:10px 12px calc(12px + env(safe-area-inset-bottom,0px))}.ai-composer-inner{border-radius:18px;padding:6px 6px 6px 14px}.ai-composer-send{border-radius:10px;width:38px;height:38px}.ai-composer-hint{font-size:10px}.ai-empty{gap:18px;padding:20px 16px 40px}.ai-empty-chip{padding:8px 14px;font-size:12.5px}.ai-block-gallery-grid{grid-template-columns:repeat(2,1fr)}.ai-brand-thumb{width:56px;height:74px}}
