.dj-body:has(.dj-chat-shell) .dj-footer,.dj-body:has(.dj-chat-shell) .dj-header{display:none}.dj-body:has(.dj-chat-shell) .dj-app{background:#fbfaf8}.dj-chat-shell{min-height:100dvh;display:grid;grid-template-columns:272px minmax(0,1fr)}.dj-chat-sidebar{height:100dvh;position:sticky;top:0;display:flex;flex-direction:column;padding:18px 13px 16px;border-right:1px solid #e8e2dc;background:#f3efe9;z-index:50}.dj-sidebar-brand{height:48px;display:flex;align-items:center;gap:10px;padding:0 8px 12px}.dj-sidebar-brand>span{width:31px;height:31px;display:grid;place-items:center;border-radius:11px 11px 11px 4px;background:var(--dj-coral);color:#fff}.dj-sidebar-brand strong{font-size:17px;font-weight:800;letter-spacing:-.03em}.dj-sidebar-brand button{display:none;margin-left:auto;border:0;background:transparent;color:var(--dj-muted);font:inherit;font-size:24px}.dj-new-chat,.dj-sidebar-plans{width:100%;min-height:44px;display:flex;align-items:center;gap:10px;padding:0 12px;border-radius:12px;color:#3e3935;font:inherit;font-size:13px;font-weight:750;text-decoration:none}.dj-new-chat{border:1px solid #ded6cf;background:#fff;cursor:pointer;box-shadow:0 3px 12px rgba(61,48,40,.035)}.dj-new-chat span{font-size:18px;color:var(--dj-coral)}.dj-sidebar-plans{margin-top:7px}.dj-conversation-list a:hover,.dj-sidebar-plans:hover{background:rgba(255,255,255,.72)}.dj-sidebar-plans b{min-width:20px;margin-left:auto;padding:2px 6px;border-radius:999px;background:#e7e0da;color:var(--dj-muted);font-size:10px;text-align:center}.dj-sidebar-label{margin:24px 11px 9px;color:#958b83;font-size:10px;font-weight:800}.dj-conversation-list{min-height:0;display:grid;align-content:start;gap:3px;overflow-y:auto}.dj-conversation-list a{display:block;padding:10px 11px;border-radius:11px;color:var(--dj-ink);text-decoration:none}.dj-conversation-list span,.dj-conversation-list strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dj-conversation-list strong{font-size:12px;font-weight:700}.dj-conversation-list span{margin-top:4px;color:#91877f;font-size:10px}.dj-conversation-list p{margin:8px 11px;color:#958b83;font-size:11px;line-height:1.6}.dj-sidebar-trust{display:flex;align-items:flex-start;gap:8px;margin-top:auto;padding:12px;border-radius:12px;background:rgba(255,255,255,.6);color:var(--dj-sage);font-size:10px;line-height:1.55}.dj-sidebar-trust svg{flex:0 0 auto}.dj-chat-main{min-width:0;min-height:100dvh;display:flex;flex-direction:column;position:relative}.dj-chat-topbar{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #ece6e0;background:rgba(251,250,248,.9);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20}.dj-chat-topbar>div{display:flex;align-items:center;gap:10px}.dj-chat-topbar .dj-concierge-avatar{width:34px;height:34px;border-radius:12px 12px 12px 4px}.dj-chat-topbar p{margin:0}.dj-chat-topbar small,.dj-chat-topbar strong{display:block}.dj-chat-topbar strong{font-size:13px}.dj-chat-topbar small{margin-top:2px;color:#8d837c;font-size:9px}.dj-chat-topbar>a{color:var(--dj-muted);font-size:12px;font-weight:750;text-decoration:none}.dj-home-conversation{width:min(780px,calc(100% - 40px));flex:1;margin:0 auto;padding:54px 0 190px}.dj-home-message{display:flex;align-items:flex-start;gap:11px;margin:0 0 27px;animation:dj-soft-in .28s ease both}.dj-home-message>div{max-width:min(690px,calc(100% - 44px))}.dj-home-avatar{width:31px;height:31px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px 11px 11px 4px;background:var(--dj-coral-soft);color:var(--dj-coral);font-size:13px;font-weight:850}.dj-home-message strong{display:block;font-size:17px;letter-spacing:-.025em}.dj-home-message p{margin:7px 0 0;color:#5f5853;font-size:14px;line-height:1.7;letter-spacing:-.012em;white-space:pre-wrap}.dj-home-user{justify-content:flex-end}.dj-home-user>div{padding:12px 16px;border-radius:18px 18px 5px 18px;background:#ece7e1}.dj-home-user p{margin:0;color:#37322e}.dj-prompt-suggestions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:6px 0 43px 42px}.dj-prompt-suggestions>p{grid-column:1/-1;margin:0 0 2px;color:#756b64;font-size:12px;font-weight:800}.dj-prompt-suggestions button{min-height:96px;padding:14px;border:1px solid #e4dcd5;border-radius:15px;background:#fff;color:#5b534d;font:inherit;font-size:11px;line-height:1.55;text-align:left;cursor:pointer}.dj-prompt-suggestions button:hover{border-color:#e2a89d;transform:translateY(-1px)}.dj-prompt-suggestions span{display:block;margin-bottom:7px;color:var(--dj-coral-dark);font-size:10px;font-weight:850}.dj-home-searching>div{display:flex;align-items:center;gap:9px;padding-top:3px}.dj-home-searching p{margin:0}.dj-home-searching i{display:inline-flex;gap:3px}.dj-home-searching i b{width:4px;height:4px;border-radius:50%;background:var(--dj-coral);animation:dj-thinking 1s ease-in-out infinite}.dj-home-searching i b:nth-child(2){animation-delay:.15s}.dj-home-searching i b:nth-child(3){animation-delay:.3s}.dj-chat-understanding{width:100%}.dj-chat-facts{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.dj-chat-facts span{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:10px;background:var(--dj-sage-soft);color:#52695c;font-size:11px;font-weight:700}.dj-chat-facts small{color:#87988d;font-size:8px}.dj-chat-facts svg{color:var(--dj-sage)}.dj-chat-followup{margin-top:16px;padding:17px;border:1px solid #e7ddd5;border-radius:17px;background:#fff}.dj-chat-followup>p{margin:0 0 14px;font-size:12px;font-weight:750}.dj-chat-followup label{display:block;margin-top:12px;color:#544c46;font-size:11px;font-weight:750}.dj-chat-followup label>b{float:right;color:var(--dj-coral-dark)}.dj-chat-followup input:not([type=range]),.dj-chat-followup textarea{padding:10px 11px}.dj-chat-followup input:not([type=range]),.dj-chat-followup select,.dj-chat-followup textarea{width:100%;margin-top:7px;border:1px solid #e5ddd6;border-radius:10px;background:#fdfbf9;color:var(--dj-ink);font:inherit;font-size:12px;outline:none}.dj-chat-followup select{min-height:42px;padding:0 11px}.dj-chat-followup textarea{min-height:75px;resize:vertical;line-height:1.55}.dj-chat-followup input[type=range]{width:100%;margin-top:10px;accent-color:var(--dj-coral)}.dj-chat-followup>button{min-height:40px;display:inline-flex;align-items:center;gap:7px;margin-top:15px;padding:0 14px;border:0;border-radius:11px;background:var(--dj-coral);color:#fff;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.dj-optional-label{float:right;color:#9a9088;font-size:10px;font-weight:650}.dj-mood-picker{margin:15px 0 0;padding:0;border:0}.dj-mood-picker legend{color:#544c46;font-size:12px;font-weight:750}.dj-mood-picker>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.dj-mood-picker button{min-height:34px;padding:0 11px;border:1px solid #e4dbd3;border-radius:999px;background:#fdfbf9;color:#756b64;font:inherit;font-size:11px;font-weight:700;cursor:pointer}.dj-mood-picker button.dj-mood-selected{border-color:#e89382;background:var(--dj-coral-soft);color:var(--dj-coral-dark);box-shadow:0 3px 8px rgba(193,79,63,.1)}.dj-plan-ready-message{width:min(520px,100%);padding:18px;border:1px solid #dbe7df;border-radius:18px;background:#f4f8f5}.dj-plan-ready-message>span{display:flex;align-items:center;gap:6px;color:var(--dj-sage);font-size:10px;font-weight:800}.dj-plan-ready-message>strong{margin-top:11px;font-size:16px}.dj-plan-ready-message p{margin:5px 0 15px;color:#6c776f;font-size:11px}.dj-plan-ready-message a{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border-radius:11px;background:var(--dj-coral);color:#fff;font-size:11px;font-weight:800;text-decoration:none}.dj-home-error p{color:#9d4035}.dj-chat-quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin:-12px 0 27px 42px}.dj-chat-quick-replies button{min-height:38px;padding:0 13px;border:1px solid #e4d9d1;border-radius:999px;background:#fff;color:#5c534d;font:inherit;font-size:12px;font-weight:720;cursor:pointer;box-shadow:0 4px 12px rgba(72,49,38,.045)}.dj-chat-quick-replies button:hover{border-color:#e4a396;color:var(--dj-coral-dark)}.dj-home-composer-wrap{width:min(780px,calc(100% - 40px));position:fixed;left:calc(50% + 136px);bottom:0;transform:translateX(-50%);padding:16px 0 calc(19px + env(safe-area-inset-bottom));background:linear-gradient(transparent,#fbfaf8 28%);z-index:22}.dj-home-composer{display:grid;grid-template-columns:1fr 42px;align-items:end;gap:8px;padding:9px 9px 9px 16px;border:1px solid #ddd5ce;border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(55,43,36,.09)}.dj-home-composer textarea{min-height:42px;max-height:160px;resize:none;padding:10px 0 7px;border:0;outline:0;background:transparent;color:var(--dj-ink);font:inherit;font-size:14px;line-height:1.55}.dj-home-composer button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:14px;background:var(--dj-coral);color:#fff;cursor:pointer}.dj-home-composer button:disabled{background:#d7d0ca;cursor:default}.dj-home-composer-wrap>p{display:flex;align-items:center;justify-content:center;gap:5px;margin:8px 0 0;color:#9b928b;font-size:9px}.dj-mobile-sidebar-button,.dj-sidebar-backdrop{display:none}@media (max-width:820px){.dj-chat-shell{grid-template-columns:1fr}.dj-chat-sidebar{width:min(82vw,300px);position:fixed;left:0;top:0;transform:translateX(-105%);transition:transform .22s ease;box-shadow:18px 0 50px rgba(40,31,25,.15)}.dj-sidebar-open{transform:translateX(0)}.dj-sidebar-brand button{display:block}.dj-sidebar-backdrop{display:block;position:fixed;inset:0;z-index:45;border:0;background:rgba(34,29,25,.25)}.dj-mobile-sidebar-button{width:38px;height:38px;display:grid;place-items:center;position:fixed;left:12px;top:14px;z-index:25;border:0;border-radius:11px;background:transparent;color:var(--dj-ink);font-size:17px}.dj-chat-topbar{padding:0 16px 0 58px}.dj-chat-topbar small{display:none}.dj-home-composer-wrap{left:50%}}@media (max-width:600px){.dj-home-composer-wrap,.dj-home-conversation{width:calc(100% - 24px)}.dj-home-conversation{padding-top:35px;padding-bottom:165px}.dj-home-message{margin-bottom:22px}.dj-home-message p{font-size:13px}.dj-home-message>div{max-width:calc(100% - 42px)}.dj-home-user>div{max-width:88%}.dj-prompt-suggestions{grid-template-columns:1fr;min-width:0;margin-left:42px;gap:7px}.dj-prompt-suggestions button{min-height:68px}.dj-prompt-suggestions>p{font-size:11px}.dj-chat-quick-replies{flex-wrap:nowrap;margin-right:-12px;padding-right:12px;overflow-x:auto;scrollbar-width:none}.dj-chat-quick-replies button{flex:0 0 auto}.dj-chat-facts{gap:5px}.dj-chat-followup{padding:14px}.dj-home-composer-wrap>p{font-size:8px}}.dj-conversation-list span,.dj-sidebar-label,.dj-sidebar-plans b,.dj-sidebar-trust{font-size:12px}.dj-chat-topbar small,.dj-conversation-list p{font-size:11px}.dj-prompt-suggestions button{font-size:13px}.dj-chat-facts small,.dj-prompt-suggestions span{font-size:10px}.dj-chat-facts span,.dj-chat-followup label,.dj-chat-followup>button,.dj-plan-ready-message a,.dj-plan-ready-message p,.dj-plan-ready-message>span{font-size:12px}.dj-home-composer-wrap>p{font-size:11px}@media (max-width:600px){.dj-home-composer-wrap>p{font-size:10px;line-height:1.45}}.dj-brand-orb{position:relative;isolation:isolate;overflow:visible;background:linear-gradient(145deg,#ffd0c5,#f27f69 45%,#ca4438)!important;color:#fff!important;box-shadow:inset 0 1px 1px rgba(255,255,255,.82),inset 0 -6px 10px rgba(137,42,34,.18),0 9px 20px rgba(191,72,57,.22),0 2px 0 #b84236}.dj-brand-orb:after{content:"";width:8px;height:5px;position:absolute;left:7px;top:6px;z-index:-1;border-radius:50%;background:rgba(255,255,255,.66);filter:blur(1px)}.dj-chat-shell{background:#fbfaf8}.dj-chat-topbar{height:72px;padding:0 34px;gap:24px;background:rgba(253,252,250,.92);border-bottom-color:#eee7e1;box-shadow:0 8px 24px rgba(72,49,38,.025)}.dj-chat-topbar>.dj-topbar-brand{min-width:0;display:flex;align-items:center;gap:12px}.dj-topbar-brand p{min-width:0}.dj-chat-topbar .dj-topbar-brand strong{font-size:15px;letter-spacing:-.025em}.dj-chat-topbar .dj-topbar-brand small{color:#8e837b;font-size:11px}.dj-chat-topbar .dj-concierge-avatar{width:38px;height:38px;flex:0 0 auto;border-radius:14px 14px 14px 5px}.dj-chat-topbar>.dj-topbar-plans{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #e5ddd6;border-radius:12px;background:#fff;color:#514943;box-shadow:0 4px 12px rgba(72,49,38,.045),0 1px 0 #ddd4cc;white-space:nowrap}.dj-home-avatar{box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 5px 14px rgba(195,91,72,.13),0 1px 0 #efc8be}.dj-prompt-suggestions button{box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 7px 18px rgba(72,49,38,.045),0 2px 0 #e4d9d0;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.dj-prompt-suggestions button:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 11px 22px rgba(72,49,38,.07),0 2px 0 #dfc5bc}.dj-home-composer{border-color:#ded5cd;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 18px 40px rgba(55,43,36,.1),0 2px 0 rgba(189,176,166,.5)}@media (max-width:820px){.dj-chat-sidebar{visibility:hidden;pointer-events:none;box-shadow:none}.dj-chat-sidebar.dj-sidebar-open{visibility:visible;pointer-events:auto;box-shadow:18px 0 50px rgba(40,31,25,.15)}.dj-chat-topbar{height:68px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;justify-content:stretch;padding:0 14px;gap:13px}.dj-mobile-sidebar-button{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:static;border:1px solid transparent;border-radius:12px;background:transparent}.dj-mobile-sidebar-button span{width:16px;height:1.5px;border-radius:99px;background:#403a35}.dj-mobile-sidebar-button span:nth-child(2){width:12px}.dj-chat-topbar .dj-concierge-avatar{width:36px;height:36px}.dj-chat-topbar .dj-topbar-brand{gap:10px}.dj-chat-topbar .dj-topbar-brand small{display:none}.dj-chat-topbar>.dj-topbar-plans{min-height:36px;padding:0 12px;font-size:12px}}@media (max-width:420px){.dj-chat-topbar{padding:0 12px;gap:10px}.dj-chat-topbar .dj-topbar-brand strong{font-size:14px}.dj-chat-topbar>.dj-topbar-plans{padding:0 11px}}