/* Visible home invitation; proportions match the three main sections. */
body:not(.inner) nav{top:48%}
.chat-launch{position:fixed;left:50%;transform:translateX(-50%);bottom:max(20px,env(safe-area-inset-bottom));width:min(550px,calc(100vw - 48px));min-height:90px;z-index:7;display:flex;align-items:center;gap:18px;padding:17px 22px;border:1px solid #ff6d8875;border-radius:19px;background:radial-gradient(ellipse at 0 0,#fc597a45,transparent 70%),linear-gradient(110deg,#ab1239f5,#3b1524f5);box-shadow:inset 0 1px #ffffff40,0 9px 28px #0006,0 0 28px #e4002b35;color:#fff;text-decoration:none;backdrop-filter:blur(16px)}.chat-launch:hover{border-color:#ff9aae;background:linear-gradient(110deg,#c21240,#59182e)}.chat-mark,.chat-hero-mark{display:grid;place-items:center;flex-shrink:0;border:1px solid #ffffff55;background:linear-gradient(145deg,#ff4c75,#a60030);box-shadow:inset 0 1px #ffffff55,0 0 26px #ef184f40;border-radius:17px;width:53px;height:53px}.chat-mark svg,.chat-hero-mark svg{width:31px;height:31px;fill:#fff;stroke:none}.chat-launch-copy{display:flex;flex-direction:column;gap:5px}.chat-launch-copy small{font-size:9px;letter-spacing:.12em;color:#ffced9}.chat-launch-copy strong{font-size:20px;font-weight:500;letter-spacing:-.02em}.chat-launch-copy>span{font-size:11px;color:#eacbd4}.chat-launch-action{margin-left:auto;display:flex;gap:13px;align-items:center}.chat-launch-action>span{font-size:29px}.chat-launch-action svg{width:21px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5}
.viewing-chat{background:#101416;height:var(--chat-vh,100svh);overflow:hidden}.viewing-chat .backdrop,.viewing-chat .shade,.viewing-chat>nav{display:none!important}.viewing-chat header{background:#111719;border-bottom:1px solid #ffffff12;max-width:none}.viewing-chat main{margin:0;padding:0;border:0;border-radius:0;box-shadow:none;width:100%;max-width:none;height:calc(var(--chat-vh,100svh) - 116px);min-height:0;background:linear-gradient(100deg,#101619f2,#12191bea),url('assets/inspiration/kitchen-wood.webp') center/cover}.chat-page{height:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;padding:0 46px}.chat-heading{display:flex;align-items:center;gap:23px;padding:27px 0 25px;border-bottom:1px solid #ffffff1a;flex-shrink:0}.chat-hero-mark{width:72px;height:72px;border-radius:24px}.chat-hero-mark svg{width:42px;height:42px}.chat-kicker{font-size:11px;letter-spacing:.12em;color:#ff7696;font-weight:600}.chat-heading h1{font-size:clamp(25px,3.4vw,39px);line-height:1.2;letter-spacing:-.04em;margin:9px 0 7px;font-weight:500}.chat-heading p{margin:0;color:#bec8ca;font-size:13px;line-height:1.6}.chat-mobile-break{display:none}.chat-new{display:flex;align-items:center;gap:8px;margin-left:auto;background:#ffffff09;border:1px solid #ffffff30;border-radius:12px;padding:9px 13px;color:#e9edef;font:inherit;min-height:44px;cursor:pointer;flex-shrink:0}.chat-new>span{font-size:11px}.chat-new[hidden]{display:none}.chat-scroll{flex:1;min-height:0;overflow-y:auto;padding:32px 2px 22px;scrollbar-width:thin;scrollbar-color:#485052 transparent;overscroll-behavior:contain}.chat-assistant{max-width:88%}.chat-response{background:linear-gradient(115deg,#fafaf7,#e7eeeb);border:1px solid #ffffff90;border-radius:7px 25px 25px 25px;padding:23px 27px;box-shadow:0 7px 23px #0002}.chat-author{display:flex;align-items:center;gap:7px;color:#ad163a;font-size:10px;letter-spacing:.09em;font-weight:600}.chat-author svg{width:15px;height:15px;fill:currentColor;stroke:none}.chat-response p{margin:14px 0 0;font-size:17px;line-height:1.75;color:#26383c;overflow-wrap:anywhere}.chat-exchange{margin-top:27px}.chat-user{max-width:80%;margin:0 0 22px auto;text-align:right}.chat-user>span{font-size:10px;color:#aeb9bd}.chat-user p{display:table;margin:8px 0 0 auto;padding:15px 21px;border-radius:22px 22px 5px 22px;background:linear-gradient(120deg,#b3133c,#d40b40);border:1px solid #f54b7555;font-size:16px;line-height:1.6;color:#fff;text-align:left;white-space:pre-wrap;overflow-wrap:anywhere}.chat-bottom{flex-shrink:0;padding:16px 0 max(17px,env(safe-area-inset-bottom));border-top:1px solid #ffffff12}.chat-suggestions-label{display:flex;justify-content:space-between;gap:12px;font-size:11px;color:#bcc5c8;margin-bottom:11px}.chat-suggestions-label span{color:#8e9b9f;font-size:10px}.chat-choices{display:flex;gap:12px;overflow-x:auto;padding:0 0 12px;scrollbar-width:thin;scrollbar-color:#76525d transparent;scroll-snap-type:x proximity}.chat-choices button{flex:0 0 calc((100% - 24px)/3);display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:69px;padding:15px 17px;color:#edf1f0;font:inherit;font-size:12px;line-height:1.5;text-align:left;background:#ffffff0d;border:1px solid #ffffff38;border-radius:16px;scroll-snap-align:start;cursor:pointer}.chat-choices button>span:last-child{font-size:18px;color:#ff6b90}.chat-choices button:hover{border-color:#ec4a70;background:#77233b35}.chat-compose{display:flex;gap:11px;align-items:center;padding-top:12px}.chat-compose textarea{display:block;flex:1;min-width:0;resize:none;height:76px;max-height:130px;padding:24px 22px;border:1px solid #ffffff66;border-radius:21px;background:#f4f5f3;color:#1d3339;font:inherit;font-size:17px;line-height:1.5;outline-offset:3px}.chat-compose textarea::placeholder{color:#64787d}.chat-mic,.chat-send{width:62px;height:76px;flex-shrink:0;border-radius:19px;display:grid;place-items:center;border:1px solid #ff66836b;color:#fff;background:linear-gradient(135deg,#e52657,#99062e);cursor:pointer}.chat-mic{width:55px;background:#ffffff0c;border-color:#ffffff3b}.chat-mic svg,.chat-send svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.chat-send svg{fill:#ffffff20}.chat-send:disabled{opacity:.45;cursor:default}.chat-mic.listening{background:#ba1541;border-color:#ff6683;box-shadow:0 0 0 5px #eb235428}.chat-voice-status{color:#efc2ce;font-size:11px;line-height:1.5;margin:8px 0 0}.chat-voice-status:empty{display:none}.chat-disclosure{font-size:10px;line-height:1.5;text-align:center;color:#93a2a7;margin-top:12px}.chat-page button:focus-visible,.chat-compose textarea:focus-visible,.chat-launch:focus-visible{outline:2px solid #ff7297;outline-offset:3px}
@media(min-width:701px) and (orientation:portrait){.chat-launch{width:min(590px,78vw);bottom:max(45px,env(safe-area-inset-bottom));min-height:106px}.chat-launch-copy strong{font-size:24px}.chat-launch-copy>span{font-size:13px}.chat-heading{padding:38px 0;gap:22px}.chat-heading h1{font-size:33px}.chat-page{padding:0 38px}.chat-assistant{max-width:95%}.chat-scroll{padding-top:35px}.chat-response p{font-size:19px}.chat-choices button{flex-basis:43%;font-size:14px;min-height:80px}.chat-bottom{padding-bottom:max(24px,env(safe-area-inset-bottom))}.chat-compose textarea{height:86px;padding-top:28px}.chat-mic,.chat-send{height:86px}}
@media(max-width:700px){.chat-launch{width:calc(100vw - 40px);min-height:85px;padding:13px 15px;gap:13px;bottom:max(18px,env(safe-area-inset-bottom))}.chat-launch-copy strong{font-size:18px}.chat-launch-copy small{font-size:8px}.chat-launch-copy>span{font-size:10px}.chat-mark{height:47px;width:47px}.chat-launch-action svg{display:none}.chat-launch-action>span{font-size:27px}.viewing-chat main{height:calc(var(--chat-vh,100svh) - 98px)}.chat-page{padding:0 19px}.chat-heading{gap:14px;padding:20px 0}.chat-hero-mark{width:47px;height:47px;border-radius:16px}.chat-hero-mark svg{width:28px;height:28px}.chat-kicker{font-size:8px;letter-spacing:.08em}.chat-heading h1{font-size:25px;line-height:1.15;margin:8px 0}.chat-heading p{font-size:11px;max-width:240px}.chat-mobile-break{display:block}.chat-new{padding:4px;width:35px;min-height:36px;justify-content:center;position:absolute;top:107px;right:18px}.chat-new>span{display:none}.chat-assistant{max-width:96%}.chat-response{padding:19px;border-radius:5px 22px 22px 22px}.chat-author{font-size:8px}.chat-response p{font-size:14px;margin-top:11px;line-height:1.75}.chat-scroll{padding-top:23px}.chat-user{max-width:90%}.chat-user p{font-size:14px;padding:12px 16px}.chat-choices{gap:9px}.chat-choices button{flex-basis:78%;min-height:61px;font-size:12px;padding:12px 15px}.chat-suggestions-label{font-size:10px}.chat-suggestions-label span{font-size:0}.chat-suggestions-label span:after{content:'Glissez →';font-size:10px}.chat-compose{gap:7px;padding-top:8px}.chat-compose textarea{height:62px;border-radius:15px;padding:18px 14px;font-size:16px}.chat-mic,.chat-send{width:42px;height:62px;border-radius:14px}.chat-mic svg,.chat-send svg{width:22px;height:22px}.chat-disclosure{font-size:8px;margin-top:10px}.chat-bottom{padding-top:12px}}
@media(max-height:700px){body:not(.inner) nav{top:47%}.chat-launch{min-height:72px;padding-top:10px;padding-bottom:10px;bottom:15px}.chat-launch-copy strong{font-size:18px}.chat-heading{padding-top:15px;padding-bottom:15px}.chat-heading h1{font-size:27px}.chat-hero-mark{width:53px;height:53px;border-radius:17px}.chat-response p{font-size:15px}.chat-response{padding:17px 22px}.chat-scroll{padding-top:20px}.chat-compose textarea,.chat-mic,.chat-send{height:62px}.chat-compose textarea{padding-top:18px}.chat-bottom{padding-top:10px;padding-bottom:10px}.chat-choices button{min-height:55px;padding:11px 14px}}
@media(max-height:560px){.viewing-chat .chat-heading{display:none}.viewing-chat .chat-page{padding:0 18px}.chat-scroll{min-height:100px}.chat-bottom{padding:8px 0}.chat-suggestions-label,.chat-disclosure{display:none}.chat-choices button{min-height:40px;padding:8px 12px;font-size:11px}.chat-choices{padding-bottom:5px}.chat-compose{padding-top:5px}.chat-compose textarea,.chat-mic,.chat-send{height:48px}.chat-compose textarea{padding-top:10px}.chat-launch{position:absolute;top:535px;bottom:auto}}
