html.couple-mode,html.couple-mode body{height:100%;width:100%;overflow:hidden;overscroll-behavior:none;-webkit-text-size-adjust:100%;text-size-adjust:100%}html.couple-mode body{position:fixed;top:0;right:0;bottom:0;left:0;margin:0;background:#ededed;font-family:PingFang SC,Hiragino Sans GB,Heiti SC,Microsoft YaHei,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.couple-shell{position:fixed;top:var(--app-top, 0px);left:var(--app-left, 0px);width:var(--app-width, 100%);height:var(--app-height, 100dvh);display:flex;justify-content:stretch;background:#ededed;user-select:none;-webkit-user-select:none;touch-action:manipulation;overflow:hidden}.couple-app{width:100%;height:100%;display:flex;flex-direction:column;background:#ededed;position:relative;overflow:hidden}.couple-header{flex:none;display:flex;align-items:center;justify-content:space-between;padding:calc(8px + env(safe-area-inset-top,0px)) 10px 10px 14px;background:#2b2226;color:#fff}.couple-header-actions{display:flex;align-items:center;flex:none;gap:4px}.couple-header-main{display:flex;align-items:center;gap:10px;min-width:0}.couple-title{font-size:17px;font-weight:650;display:flex;align-items:center;gap:6px}.couple-sub{font-size:12px;opacity:.72;margin-top:2px}.dot{width:7px;height:7px;border-radius:50%;background:#8d8d8d}.dot.on{background:#7dffb3;box-shadow:0 0 8px #7dffb3}.couple-header-heart{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ff789633;color:#ffb3c4;font-size:18px}.couple-switch-btn{position:relative;flex:none;margin-left:8px;border:0;background:#ffffff1f;color:#fff;border-radius:16px;padding:6px 12px;font-size:13px}.switch-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;border-radius:50%;background:#ff5a79}.chat-switch-list{display:flex;flex-direction:column;gap:8px}.chat-switch-row{display:flex;align-items:center;gap:10px;width:100%;border:0;background:#fff;border-radius:10px;padding:10px 12px;text-align:left}.chat-switch-row.on{outline:2px solid #95ec69}.chat-switch-name{font-size:16px;font-weight:600}.chat-switch-now{margin-left:auto;font-size:12px;color:#07c160}.chat-unread{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#fa5151;color:#fff;font-size:11px;line-height:18px;text-align:center}.couple-avatar{width:40px;height:40px;border-radius:8px;flex:none;object-fit:cover;object-position:center;background:#fff;box-shadow:inset 0 0 0 1px #0000000f;display:block}.couple-avatar.small{width:36px;height:36px}.couple-header .couple-avatar{width:42px;height:42px}.couple-header .avatar-hit{flex:none}.avatar-hit{border:0;padding:0;background:none;line-height:0;flex:none;border-radius:8px;touch-action:manipulation}.avatar-hit .couple-avatar{display:block}.avatar-hit.shake{animation:avatarShake .48s ease;transform-origin:center 70%}@keyframes avatarShake{0%,to{transform:rotate(0) translateY(0)}18%{transform:rotate(-14deg) translateY(-3px)}36%{transform:rotate(12deg) translateY(-1px)}54%{transform:rotate(-9deg) translateY(-2px)}72%{transform:rotate(7deg)}86%{transform:rotate(-3deg)}}.avatar-sys{display:grid;place-items:center;background:#ddd;font-size:18px}.couple-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-anchor:none;padding:12px 10px 8px}.time-chip,.sys-chip{text-align:center;color:#888;font-size:12px;margin:10px 24px;line-height:1.5}.sys-chip{background:#0000000d;display:table;margin-left:auto;margin-right:auto;padding:4px 10px;border-radius:4px}.row{display:flex;align-items:flex-start;gap:8px;margin:8px 2px}.row.mine{justify-content:flex-end}.bubble{max-width:72%;padding:8px 10px;border-radius:6px;position:relative;line-height:1.45;font-size:16px;word-break:break-word;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.row.theirs .bubble{background:#fff;color:#111;border-top-left-radius:2px}.row.mine .bubble{background:#95ec69;color:#111;border-top-right-radius:2px}.bubble.pending{opacity:.7}.bubble.heart{background:transparent;padding:0;box-shadow:none}.heart-msg{font-size:42px;line-height:1;filter:drop-shadow(0 4px 8px rgba(255,80,120,.25))}.couple-img-btn{border:0;padding:0;background:none;display:block}.couple-img{display:block;max-width:min(180px,56vw);max-height:240px;border-radius:6px;pointer-events:none}.voice-bubble{min-width:88px;min-height:28px;border:0;background:transparent;display:flex;align-items:center;gap:8px;font:inherit;padding:2px 4px}.voice-waves{display:flex;gap:3px;align-items:flex-end;height:14px}.voice-waves i{width:3px;background:#2d2d2d;border-radius:2px;display:block}.voice-waves i:nth-child(1){height:6px}.voice-waves i:nth-child(2){height:12px}.voice-waves i:nth-child(3){height:8px}.voice-bubble.playing .voice-waves i{animation:wave .8s ease-in-out infinite}.voice-bubble.playing .voice-waves i:nth-child(2){animation-delay:.15s}.voice-bubble.playing .voice-waves i:nth-child(3){animation-delay:.3s}@keyframes wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.2)}}.typing-bubble{display:flex;gap:4px;align-items:center;min-width:46px;height:28px}.typing-bubble span{width:6px;height:6px;border-radius:50%;background:#bbb;animation:blink 1.2s infinite}.typing-bubble span:nth-child(2){animation-delay:.15s}.typing-bubble span:nth-child(3){animation-delay:.3s}@keyframes blink{0%,80%,to{opacity:.3}40%{opacity:1}}.read-flag{text-align:right;font-size:11px;color:#9aa;margin:-2px 46px 6px 0}.couple-composer{flex:none;display:flex;align-items:flex-end;gap:8px;padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));background:#f7f7f7;border-top:1px solid #e5e5e5}html.couple-kb .couple-composer,html.couple-kb .couple-sheet{padding-bottom:8px}.couple-composer textarea{flex:1;resize:none;border:0;border-radius:6px;padding:8px 10px;min-height:40px;max-height:var(--ta-max, 120px);overflow-y:auto;background:#fff;outline:none;font-size:16px;line-height:1.4;-webkit-user-select:text;user-select:text}.icon-btn,.send-btn{flex:none;height:40px;min-width:40px;border:0;border-radius:8px;background:transparent;font-size:20px}.send-btn{background:#07c160;color:#fff;font-size:15px;font-weight:650;padding:0 14px}.icon-btn.plus{font-size:26px;line-height:1;color:#333}.voice-hold{flex:1;height:40px;border:0;border-radius:6px;background:#fff;font-size:15px;font-weight:650;touch-action:none;-webkit-user-select:none;user-select:none}.voice-hold.rec{background:#ddd}.couple-sheet{flex:none;background:#f7f7f7;border-top:1px solid #ececec;padding:10px 12px calc(12px + env(safe-area-inset-bottom,0px));max-height:42vh;overflow:auto;-webkit-overflow-scrolling:touch}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px}.emoji-grid button{border:0;background:none;font-size:22px;padding:8px 0;min-height:40px}.quick-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.quick-row button{border:0;background:#fff;border-radius:999px;padding:8px 12px;font-size:13px}.plus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.plus-grid button{border:0;background:none;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:13px;color:#444}.plus-grid button span{width:56px;height:56px;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:26px}.hidden-file{display:none}.menu-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0000002e;z-index:20}.couple-menu{position:fixed;background:#2e2e2ef5;color:#fff;border-radius:8px;display:flex;z-index:21;overflow:hidden;box-shadow:0 8px 24px #00000047}.couple-menu.above{transform:translate(-50%,-100%)}.couple-menu.below{transform:translate(-50%)}.couple-menu button{border:0;background:none;color:#fff;padding:12px 16px;font-size:14px;min-height:44px;min-width:64px}.couple-menu button+button{border-left:1px solid rgba(255,255,255,.12)}.quote-bar{flex:none;display:flex;align-items:stretch;gap:0;background:#f7f7f7;border-top:1px solid #ececec;padding:8px 10px 0}.quote-bar-accent{width:3px;border-radius:2px;background:#c9c9c9;margin-right:8px;flex:none}.quote-bar-body{flex:1;min-width:0;background:#ececec;border-radius:4px;padding:6px 8px}.quote-bar .qn,.quote-card .qn{font-size:12px;font-weight:650;color:#576b95;margin-bottom:2px}.quote-bar .qt,.quote-card .qt{font-size:12px;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quote-x{border:0;background:none;font-size:22px;line-height:1;color:#999;width:36px;flex:none}.quote-card{display:flex;align-items:center;gap:8px;width:100%;border:0;text-align:left;background:#0000000f;border-radius:4px;padding:6px 8px;margin-bottom:6px}.row.mine .quote-card{background:#00000014}.quote-card.dead .qt{font-style:italic}.quote-main{flex:1;min-width:0}.qthumb{width:36px;height:36px;object-fit:cover;border-radius:3px;flex:none}.bubble.active{filter:brightness(.96)}.msg-flash{animation:msgFlash .9s ease}@keyframes msgFlash{0%,to{background:transparent}30%{background:#ffd66673}}.sys-chip .reedit{border:0;background:none;color:#576b95;font-size:12px;padding:0 0 0 8px}.couple-lightbox{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;background:#000000f0;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.couple-lightbox-scroller{flex:1;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.couple-lightbox-stage{min-height:100%;display:flex;align-items:center;justify-content:center}.couple-lightbox img{width:100%;height:auto;max-width:100%;display:block;pointer-events:none;-webkit-touch-callout:none}.lightbox-x{position:absolute;top:calc(10px + env(safe-area-inset-top,0px));right:12px;z-index:81;width:36px;height:36px;border:0;border-radius:50%;background:#00000073;color:#fff;font-size:24px;line-height:1}.couple-toast{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);background:#000000b8;color:#fff;padding:10px 16px;border-radius:8px;z-index:40;font-size:14px;max-width:80%}.float-heart{position:fixed;z-index:50;pointer-events:none;font-size:28px;transform:translate(-50%,-50%) scale(var(--scale, 1));animation:heartUp 1.25s ease-out forwards}@keyframes heartUp{0%{opacity:1;transform:translate(-50%,-50%) scale(var(--scale, 1)) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--dx)),calc(-50% - 96px)) scale(calc(var(--scale, 1) * 1.35)) rotate(var(--rot))}}.pat-heart{position:fixed;z-index:55;pointer-events:none;font-size:22px;animation:patHeartFade var(--dur, 1.7s) ease-in-out forwards}@keyframes patHeartFade{0%{opacity:0;transform:translate(-50%,-50%) scale(.35) rotate(0)}20%{opacity:.92;transform:translate(-50%,calc(-50% - 6px)) scale(var(--scale, 1)) rotate(calc(var(--rot) * .35))}to{opacity:0;transform:translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) scale(calc(var(--scale, 1) * 1.08)) rotate(var(--rot))}}@media (display-mode: standalone){.couple-header{padding-top:calc(12px + env(safe-area-inset-top,0px))}}:root{--ink: #262729;--muted: #6b6b6b;--paper: #f8f8f8;--sand: #e7dcc8;--sea: #0f4c5c;--coral: #c45c26;--mint: #87d3c7;--line: rgba(38, 39, 41, .1);--shadow: 0 18px 50px rgba(38, 39, 41, .12);font-family:"Source Sans 3",PingFang SC,Microsoft YaHei,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(1200px 600px at 10% -10%,#f0e2c8 0%,transparent 55%),radial-gradient(900px 500px at 100% 0%,#d7ebe7 0%,transparent 50%),var(--paper)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site{min-height:100vh}.topbar{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 6vw;position:sticky;top:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f6f1e8d1;border-bottom:1px solid var(--line);z-index:10}.brand{font-family:Fraunces,serif;font-size:1.45rem;font-weight:700;letter-spacing:-.02em}.topbar nav{display:flex;gap:1.25rem;align-items:center}.agent-link{color:var(--sea);font-weight:600}.hero{min-height:78vh;display:grid;align-items:end;padding:4rem 6vw 3rem;background:linear-gradient(180deg,#0f4c5c33,#1c1917c7),url(/covers/hero.svg) center/cover;color:#fff7ed}.hero h1{font-family:Fraunces,serif;font-size:clamp(2.6rem,7vw,5rem);line-height:.95;margin:0 0 .8rem;max-width:10ch}.hero p{max-width:34rem;font-size:1.15rem;opacity:.92}.hero-actions{display:flex;gap:.8rem;margin-top:1.4rem;flex-wrap:wrap}.btn{border:0;border-radius:999px;padding:.75rem 1.2rem;background:var(--coral);color:#fff;font-weight:700;cursor:pointer}.btn.secondary{background:transparent;color:inherit;border:1px solid rgba(255,255,255,.45)}.btn.ghost{background:#fff;color:var(--sea);border:1px solid var(--line)}.section{padding:3.5rem 6vw 4rem}.section h2{font-family:Fraunces,serif;font-size:clamp(1.8rem,3vw,2.4rem);margin:0 0 .4rem}.section .lead{color:var(--muted);margin:0 0 1.8rem}.tour-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}.tour-card{display:block;overflow:hidden;border-radius:18px;background:#ffffff8c;border:1px solid var(--line);transition:transform .25s ease,box-shadow .25s ease}.tour-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.tour-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.tour-card .body{padding:1rem 1rem 1.15rem}.tour-card h3{font-family:Fraunces,serif;margin:0 0 .35rem;font-size:1.2rem}.tour-card p{margin:0;color:var(--muted);font-size:.95rem}.price{margin-top:.7rem;font-weight:700;color:var(--sea)}.detail{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;padding:2rem 6vw 4rem}@media (max-width: 900px){.detail{grid-template-columns:1fr}}.detail-cover{border-radius:22px;min-height:420px;background-size:cover;background-position:center}.detail-panel{background:#ffffffa6;border:1px solid var(--line);border-radius:22px;padding:1.4rem}.detail-panel h1{font-family:Fraunces,serif;margin:0 0 .5rem;font-size:clamp(1.8rem,4vw,2.6rem)}.chips{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0}.chip{background:var(--sand);padding:.25rem .65rem;border-radius:999px;font-size:.85rem}.chat-dock{position:fixed;right:1.2rem;bottom:1.2rem;z-index:40}.chat-toggle{border:0;background:var(--mint);color:var(--ink);border-radius:999px;padding:.9rem 1.2rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow)}.chat-panel{width:min(420px,calc(100vw - 1.5rem));height:min(580px,calc(100vh - 6rem));background:#fffdf8;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden;margin-bottom:.7rem;animation:rise .28s ease;position:relative;min-width:320px;min-height:420px;max-width:min(920px,calc(100vw - 1.5rem));max-height:min(880px,calc(100vh - 6rem))}.chat-resize{position:absolute;left:0;top:0;width:22px;height:22px;cursor:nwse-resize;z-index:2;background:linear-gradient(135deg,rgba(255,255,255,.55) 0 35%,transparent 35%),linear-gradient(135deg,transparent 45%,rgba(255,255,255,.45) 45% 60%,transparent 60%)}.chat-resize:after{content:"";position:absolute;left:5px;top:5px;width:10px;height:10px;border-left:2px solid rgba(255,255,255,.7);border-top:2px solid rgba(255,255,255,.7)}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.chat-head{padding:.9rem 1rem;background:#262729;color:#f8f8f8;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.chat-msgs{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.9rem;display:flex;flex-direction:column;gap:.65rem;background:linear-gradient(180deg,#fffdf8,#f4eee3);scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#b7b7b7 transparent}.chat-msgs::-webkit-scrollbar{width:8px}.chat-msgs::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:999px}.chat-msgs::-webkit-scrollbar-thumb:hover{background:#9f9f9f}.chat-input{display:flex;gap:.45rem;padding:.7rem;border-top:1px solid var(--line);background:#fff;flex-shrink:0}.plans-toggle{border:1px solid var(--line);background:var(--paper);border-radius:999px;width:2.4rem;cursor:pointer;color:var(--coral);font-weight:700}.saved-plans-panel{max-height:160px;overflow:auto;border-top:1px solid var(--line);background:#fffaf3;padding:.5rem .7rem}.saved-plans-head{font-size:.8rem;font-weight:700;margin-bottom:.35rem;color:var(--sea)}.saved-plan-row{width:100%;text-align:left;border:0;background:#fff;border-radius:10px;padding:.45rem .6rem;margin-bottom:.35rem;cursor:pointer;display:flex;justify-content:space-between;gap:.5rem;font-size:.85rem}.saved-plan-row:hover{background:#dff5f0}.saved-plan-row span{color:var(--muted);white-space:nowrap}.trip-layout{display:grid;grid-template-columns:240px 1fr;gap:1rem}@media (max-width: 800px){.trip-layout{grid-template-columns:1fr}}.trip-list{display:flex;flex-direction:column;gap:.45rem}.trip-row{text-align:left;border:1px solid var(--line);background:#ffffffa6;border-radius:12px;padding:.75rem;cursor:pointer;display:grid;gap:.2rem}.trip-row.active{border-color:var(--mint);background:#eefbf8}.trip-row strong{font-size:.95rem}.trip-row span{font-size:.8rem;color:var(--muted)}.chat-input button{border:0;background:var(--mint);color:var(--ink);border-radius:999px;padding:.65rem .95rem;font-weight:700;cursor:pointer}.bubble{max-width:88%;padding:.65rem .8rem;border-radius:14px;background:#fff;border:1px solid var(--line);white-space:pre-wrap;word-break:break-word}.bubble.me{align-self:flex-end;background:#dff5f0}.bubble.system{align-self:center;background:transparent;color:var(--muted);border:0;font-size:.85rem}.meta{display:block;color:var(--muted);font-size:.75rem;margin-top:.25rem}.itinerary-card{border:1px solid var(--sea);background:#f2fbf9;border-radius:14px;padding:.8rem}.itinerary-card.confirmed{border-color:#15803d;background:#ecfdf5}.itinerary-card h4{margin:0 0 .35rem;font-family:Fraunces,serif}.section.soft{background:#ffffff73;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.step-grid,.promise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.1rem}.step,.promise{padding:1rem 0}.step-no{font-family:Fraunces,serif;color:var(--coral);font-size:1.4rem;font-weight:700}.step h3,.promise h3{font-family:Fraunces,serif;margin:.35rem 0;font-size:1.2rem}.step p,.promise p{margin:0;color:var(--muted)}.meta-row{margin-top:.55rem;color:var(--muted);font-size:.85rem}.day-list{margin-top:1.1rem;padding-top:.9rem;border-top:1px solid var(--line)}.day-list h3{font-family:Fraunces,serif;margin:0 0 .6rem}.day-list ol{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.day-list li{display:grid;grid-template-columns:64px 1fr;gap:.5rem;color:var(--muted)}.day-list li span{color:var(--sea);font-weight:700}.site-footer{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:2.2rem 6vw 3rem;border-top:1px solid var(--line);background:#102a33;color:#e8eef0}.site-footer p{color:#9db4bc;max-width:28rem}.footer-links{display:flex;gap:1rem;align-items:center}.linkish-dark{border:0;background:transparent;color:#d7ece8;text-decoration:underline;cursor:pointer}.chat-input input{flex:1;border:1px solid var(--line);border-radius:999px;padding:.65rem .9rem}.lang-row{display:flex;align-items:center;gap:.45rem;margin-top:.45rem;flex-wrap:wrap;font-size:.8rem}.lang-row select{border:1px solid rgba(255,255,255,.35);background:#0000002e;color:#fff;border-radius:8px;padding:.2rem .4rem}.lang-row .linkish{border:0;background:transparent;color:#d7ece8;text-decoration:underline;cursor:pointer;padding:0}.agent-shell{min-height:100vh;display:grid;grid-template-columns:300px 1fr}@media (max-width: 860px){.agent-shell{grid-template-columns:1fr}}.agent-side{background:#102a33;color:#e8eef0;padding:1.1rem;border-right:1px solid rgba(255,255,255,.08)}.agent-side h1{font-family:Fraunces,serif;font-size:1.35rem;margin:0 0 .3rem}.agent-side .sub{color:#9db4bc;margin-bottom:1rem;font-size:.9rem}.conv-item{width:100%;text-align:left;border:1px solid transparent;background:#ffffff0a;color:inherit;border-radius:12px;padding:.75rem;margin-bottom:.5rem;cursor:pointer}.conv-item.active,.conv-item:hover{background:#ffffff1a;border-color:#ffffff1f}.agent-main{display:flex;flex-direction:column;min-height:100vh;background:#f7f3eb}.agent-main .toolbar{padding:.9rem 1.1rem;border-bottom:1px solid var(--line);display:flex;gap:.6rem;flex-wrap:wrap;align-items:center;background:#ffffffb3}.agent-main .msgs{flex:1;overflow:auto;padding:1rem;display:flex;flex-direction:column;gap:.7rem}.composer{border-top:1px solid var(--line);padding:.8rem;display:grid;gap:.55rem;background:#fff}.composer textarea{width:100%;min-height:72px;border-radius:12px;border:1px solid var(--line);padding:.7rem;resize:vertical}.composer-actions{display:flex;gap:.5rem;flex-wrap:wrap}.empty{margin:auto;color:var(--muted);text-align:center;padding:2rem}.status-pill{display:inline-block;padding:.15rem .5rem;border-radius:999px;background:#d9efe9;color:var(--sea);font-size:.75rem;font-weight:700}.zh-sub{margin:0 0 .45rem!important;color:var(--sea)!important;font-size:.9rem!important;font-weight:600}.faq-list{display:grid;gap:.75rem;max-width:48rem}.faq-item{border:1px solid var(--line);border-radius:14px;background:#ffffff8c;padding:.85rem 1rem}.faq-item summary{cursor:pointer;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--coral);font-weight:700}.faq-item[open] summary:after{content:"–"}.faq-item p{margin:.65rem 0 0;color:var(--muted)}.cta-band{margin:0 6vw 3rem;padding:1.6rem 1.5rem;border-radius:18px;background:linear-gradient(120deg,#0f4c5ceb,#c45c26d9),url(/covers/hero.svg) center/cover;color:#fff7ed;display:flex;justify-content:space-between;align-items:center;gap:1.2rem;flex-wrap:wrap}.cta-band h2{font-family:Fraunces,serif;margin:0 0 .35rem;font-size:clamp(1.5rem,3vw,2rem)}.cta-band p{margin:0;opacity:.92;max-width:36rem}.include-box{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--line)}.include-box h3{font-family:Fraunces,serif;margin:0 0 .5rem}.include-box ul{margin:0;padding-left:1.1rem;color:var(--muted)}.name-input{width:7.5rem;border:1px solid rgba(255,255,255,.35);background:#0000002e;color:#fff;border-radius:8px;padding:.2rem .45rem}.name-input::placeholder{color:#ffffff8c}.chat-empty{color:var(--muted);text-align:center;padding:1.5rem .5rem;font-size:.9rem}.chat-dock.mobile-open{top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:stretch;background:#10181c59;padding:0}.chat-panel.mobile{width:100%;height:100%;max-width:none;max-height:none;min-width:0;min-height:0;margin:0;border-radius:0;border:0}.chat-dock.mobile-open .chat-toggle{display:none}@media (max-width: 720px){.topbar{padding:.9rem 4vw}.section{padding:2.5rem 4vw}.hero{padding:3rem 4vw 2.2rem;min-height:70vh}.cta-band{margin:0 4vw 2rem}.site-footer{padding:1.8rem 4vw 2.4rem}}.nav-user{color:var(--sea);font-weight:600;font-size:.9rem}.lang-switch select{border:1px solid var(--line);border-radius:999px;padding:.35rem .65rem;background:#ffffffb3;color:var(--ink);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 900px){.topbar nav{flex-wrap:wrap;justify-content:flex-end;gap:.65rem}}.auth-page{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:2rem 1rem}.auth-card{width:min(420px,100%);background:#ffffffb8;border:1px solid var(--line);border-radius:18px;padding:1.4rem;display:grid;gap:.75rem}.auth-card h1{font-family:Fraunces,serif;margin:0}.auth-card label{display:grid;gap:.3rem;font-size:.9rem;color:var(--muted)}.auth-card input{border:1px solid var(--line);border-radius:10px;padding:.65rem .8rem;background:#fff;color:var(--ink)}.auth-error{background:#fef2f2;color:#b91c1c;border-radius:10px;padding:.55rem .75rem;margin:0}.auth-foot{margin:0;color:var(--muted);font-size:.9rem}.ai-page{padding:1.5rem 6vw 3rem}.ai-shell{max-width:920px;margin:0 auto}.ai-head{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.ai-head h1{font-family:Fraunces,serif;margin:.2rem 0 .4rem;font-size:clamp(1.6rem,3vw,2.2rem)}.eyebrow{margin:0;color:var(--coral);font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:.75rem}.ai-controls{display:flex;gap:.5rem;align-items:flex-start;flex-wrap:wrap}.name-field,.ai-controls select{border:1px solid var(--line);border-radius:10px;padding:.55rem .7rem;background:#fff}.ai-status{color:var(--muted);font-size:.85rem;margin-bottom:.75rem}.ai-msgs{background:#ffffff8c;border:1px solid var(--line);border-radius:16px;padding:1rem;min-height:220px;max-height:420px;overflow:auto;display:flex;flex-direction:column;gap:.65rem}.ai-bubble{max-width:85%;padding:.7rem .85rem;border-radius:14px;background:#fff;border:1px solid var(--line);white-space:pre-wrap}.ai-bubble.user{align-self:flex-end;background:#dff5f0}.ai-bubble.assistant{align-self:flex-start}.ai-actions{margin-top:1rem;display:grid;gap:.75rem}.choice-grid{display:flex;flex-wrap:wrap;gap:.5rem}.choice-chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.45rem .85rem;cursor:pointer}.choice-chip.active{background:var(--mint);border-color:transparent;font-weight:700}.ai-input-row{display:flex;gap:.5rem;flex-wrap:wrap}.ai-input-row input{flex:1;min-width:200px;border:1px solid var(--line);border-radius:999px;padding:.7rem 1rem}.ai-recs{margin-top:1.5rem}.rec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.rec-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#ffffffa6}.rec-card.active{border-color:var(--mint);box-shadow:0 0 0 2px #87d3c773}.rec-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.rec-card .body{padding:.85rem}.rec-card h3{font-family:Fraunces,serif;margin:0 0 .35rem}.reason{color:var(--sea);font-size:.85rem}
