*{box-sizing:border-box;margin:0;padding:0}:root{--bfl-primary:#0f2d52;--bfl-primary-dark:#0b2340;--bfl-secondary:#315f93;--bfl-bg:#eef3f8;--bfl-surface:#fff;--bfl-surface-alt:#f8fafc;--bfl-border:#d6e0ea;--bfl-border-strong:#c2d0de;--bfl-text:#1f2a37;--bfl-muted:#66758a;--bfl-user:#0f2d52;--bfl-user-text:#fff;--shadow-soft:0 10px 30px #0f2d520f;--shadow-card:0 6px 18px #0f2d520a}html,body,#root{height:100%}body{background:var(--bfl-bg);color:var(--bfl-text);font-family:Inter,Arial,sans-serif}button,input{font:inherit}.app-shell{background:radial-gradient(circle at top left, #315f930d, transparent 28%), radial-gradient(circle at bottom right, #0f2d520f, transparent 30%), var(--bfl-bg);width:100%;height:100vh}.fullscreen-chat{width:100%;max-width:none;height:100vh;box-shadow:none;background:#fffffff5;border:none;border-radius:0;flex-direction:column;padding:18px 28px 24px;display:flex}.chat-app{width:100%}.chat-topbar{border-bottom:1px solid var(--bfl-border);flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:14px;display:flex;position:relative}.brand-area{align-items:center;gap:10px;display:flex}.brand-wordmark{object-fit:contain;width:auto;height:46px;display:block}.brand-area h2{color:var(--bfl-primary);margin-bottom:2px;font-size:16px;line-height:1.2}.brand-area p{color:var(--bfl-muted);font-size:12px}.center-logo-badge{border:1px solid var(--bfl-border-strong);z-index:2;background:#0f3f73;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 10px 24px #0f2d5229}.center-logo-badge img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-actions{align-items:center;gap:8px;display:inline-flex}.icon-action{border:1px solid var(--bfl-border-strong);width:34px;height:34px;color:var(--bfl-primary);cursor:pointer;background:#f6f9fd;border-radius:999px;justify-content:center;align-items:center;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.icon-action:hover{background:#eaf1f9;border-color:#a8bfd7;transform:translateY(-1px)}.icon-action:focus-visible{outline:none;box-shadow:0 0 0 3px #0f2d5224}.assistant-hero{text-align:center;width:min(100%,920px);margin:18px auto 0}.assistant-hero h1{letter-spacing:-.01em;color:#5a616d;font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3.2vw,40px);font-weight:500;line-height:1.1}.chat-window.full-layout{border:1px solid var(--bfl-border);background:linear-gradient(#fbfcfe 0%,#f6f9fc 100%);border-radius:18px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.messages-area{flex:1;min-height:0;padding:28px 28px 18px;overflow-y:auto}.conversation-thread{flex:1;width:min(100%,980px);min-height:0;margin:8px auto 0;display:flex}.conversation-thread.intro-mode{flex-direction:column;justify-content:flex-start;align-items:center;padding:28px 16px 22px}.conversation-thread.chat-mode{padding:8px 10px 18px}.intro-focus{text-align:center;background:#fbfbfa;border:1px solid #e5e7eb;border-radius:20px;width:min(100%,700px);padding:38px 34px 34px}.intro-title{color:#0f2d52;letter-spacing:-.012em;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4.8vw,52px);font-weight:500;line-height:1.04}.intro-prompt{color:#4f5d6f;margin-top:14px;font-size:19px;line-height:1.5}.intro-input-row{gap:10px;margin-top:30px;display:flex}.intro-input-row input,.chat-input-row input{color:#162635;background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:none;flex:1;padding:13px 14px}.intro-input-row input:focus,.chat-input-row input:focus{border-color:#0f2d52;box-shadow:0 0 0 3px #0f2d521c}.intro-input-row button,.chat-input-row button,.next-button{color:#fff;letter-spacing:.01em;cursor:pointer;background:#0f2d52;border:none;border-radius:12px;min-width:110px;font-weight:700;transition:background .18s}.intro-input-row button:hover,.chat-input-row button:hover,.next-button:hover:not(:disabled){background:#0b2340}.chat-scroll-body{flex:1;min-height:0;padding:8px 8px 12px;overflow-y:auto}.message-row{gap:12px;margin-bottom:14px;display:flex}.message-row.assistant{justify-content:flex-start;align-items:flex-start}.message-row.user{justify-content:flex-end}.message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;overflow:hidden}.logo-avatar{background:#fff;border:1px solid #e5e7eb}.logo-avatar img{object-fit:cover;width:100%;height:100%}.message-bubble{border-radius:14px;padding:12px 14px}.assistant-bubble{background:#fbfbfa;border:1px solid #e5e7eb;max-width:700px}.assistant-bubble h3{color:#0f2d52;margin-bottom:4px;font-size:17px;font-weight:620;line-height:1.42}.assistant-bubble p{color:#66758a;font-size:13px;line-height:1.45}.user-bubble{color:#0f2d52;background:#fff;border:1px solid #e5e7eb;border-radius:999px;max-width:340px;padding:9px 14px}.user-bubble span{font-size:14px;font-weight:600;line-height:1.34}.chat-response-block{margin-top:8px;margin-bottom:14px;margin-left:50px}.date-step-block{width:min(100%,620px);margin-top:8px;margin-bottom:14px;margin-left:50px}.date-step-headline{align-items:center;gap:10px;margin-bottom:10px;display:flex}.date-icon-pill{color:#0f2d52;background:#fff;border:1px solid #d8dee6;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.date-step-headline h4{color:#0f2d52;font-size:15px;font-weight:650;line-height:1.3}.date-step-headline p{color:#6a7788;font-size:13px}.date-panel{background:radial-gradient(circle at 100% 0,#0f2d5212,#0000 40%),#fbfbfa;border:1px solid #e5e7eb;border-radius:14px;padding:12px}.date-native-wrap{background:#fff;border:1px solid #d8dee6;border-radius:12px;align-items:center;gap:8px;padding:0 10px;display:flex}.date-native-wrap svg{color:#6f8198;flex-shrink:0}.date-native-wrap input{color:#1f2a37;background:0 0;border:none;outline:none;width:100%;padding:12px 0;font-size:14px}.date-native-wrap:focus-within{border-color:#0f2d52;box-shadow:0 0 0 3px #0f2d521c}.date-preset-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.date-preset-chip{color:#304154;cursor:pointer;background:#fff;border:1px solid #d8dee6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600}.date-preset-chip.active{color:#0f2d52;background:#eef3f8;border-color:#0f2d52}.date-preview-line{color:#0f2d52;border-top:1px solid #e5e7eb;margin-top:12px;padding-top:10px;font-size:14px;font-weight:600}.date-next-row{margin-top:12px}.address-step-block{width:min(100%,720px);margin-top:8px;margin-bottom:14px;margin-left:50px}.address-preview-shell{background:#f6f7f9;border:1px solid #e5e7eb;border-radius:16px;min-height:224px;overflow:hidden}.address-preview-map,.address-preview-map iframe{border:0;width:100%;height:224px;display:block}.address-preview-empty{text-align:center;background:radial-gradient(circle at 18% 18%,#0f2d5212,#0000 24%),radial-gradient(circle at 82% 76%,#0f2d5214,#0000 30%),#f8f8f7;place-items:center;height:224px;display:grid}.address-preview-empty p{color:#6a7788;margin-top:10px;font-size:14px}.address-pin-orbit{color:#0f2d52;background:#fff;border:1px solid #d5dae1;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;animation:1.9s ease-in-out infinite pin-pulse;display:inline-flex}@keyframes pin-pulse{0%,to{transform:translateY(0)scale(1);box-shadow:0 0 #0f2d522e}50%{transform:translateY(-3px)scale(1.02);box-shadow:0 0 0 12px #0f2d5200}}.address-input-stack{grid-template-columns:minmax(0,1fr) 180px;gap:10px;margin-top:10px;display:grid}.address-field{background:#fff;border:1px solid #d8dee6;border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:flex}.address-field svg{color:#70829a;flex-shrink:0}.address-field input,.address-unit-input{color:#1f2a37;background:#fff;border:1px solid #d8dee6;border-radius:12px;outline:none;width:100%;padding:12px 13px}.address-field input{border:none;padding-left:0}.address-field input:focus,.address-unit-input:focus,.address-field:focus-within{border-color:#0f2d52;box-shadow:0 0 0 3px #0f2d521c}.address-next-row{margin-top:12px}.message-map-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-top:10px;overflow:hidden}.message-map-frame,.message-map-frame iframe{border:0;width:100%;height:180px;display:block}.message-map-details{flex-direction:column;gap:4px;padding:10px 12px;display:flex}.message-map-details strong{color:#1f2a37;font-size:14px}.message-map-details span{color:#6a7788;font-size:13px}.chat-input-row{gap:10px;width:min(100%,560px);display:flex}.selection-wrap{margin-top:8px;margin-bottom:14px;margin-left:50px}.selection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(100%,720px);display:grid}.selection-card{cursor:pointer;text-align:left;min-height:156px;box-shadow:var(--shadow-card);background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:18px;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:flex;position:relative}.selection-card:hover{border-color:#cfd6df;transform:translateY(-1px)}.selection-card.selected{background:#f6f8fb;border-color:#0f2d52}.selection-card-art{color:#0f2d52;background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.selection-card-label{color:#1f2a37;margin-top:16px;font-size:15px;font-weight:650;line-height:1.4}.selection-checkbox{color:#fff;border:1px solid #cfd6df;border-radius:8px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;position:absolute;top:14px;right:14px}.selection-checkbox.checked{background:#0f2d52;border-color:#0f2d52}.selection-next-row{margin-top:14px}.choice-step-block,.rich-input-block{width:min(100%,720px);margin-top:8px;margin-bottom:14px;margin-left:50px}.choice-step-panel,.rich-input-panel{box-shadow:var(--shadow-soft);background:radial-gradient(circle at 100% 0,#0f2d520f,#0000 34%),linear-gradient(#fff 0%,#fbfcfd 100%);border:1px solid #dfe6ee;border-radius:18px;padding:16px}.choice-step-headline,.rich-input-headline{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.choice-step-icon,.rich-input-icon{color:#0f2d52;background:#fff;border:1px solid #d8dee6;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.choice-step-headline h4,.rich-input-headline h4{color:#0f2d52;font-size:15px;font-weight:700;line-height:1.3}.choice-step-headline p,.rich-input-headline p{color:#66758a;margin-top:3px;font-size:13px;line-height:1.45}.choice-option-grid{gap:10px;display:grid}.choice-option-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-option-grid.single-column{grid-template-columns:1fr}.choice-option-row{cursor:pointer;text-align:left;background:#fff;border:1px solid #d8dee6;border-radius:16px;align-items:flex-start;gap:12px;width:100%;padding:14px 14px 14px 12px;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s;display:flex;position:relative}.choice-option-row:hover{border-color:#b9c6d4;transform:translateY(-1px);box-shadow:0 8px 20px #0f2d5212}.choice-option-row.selected{background:linear-gradient(#0f2d520a,#0f2d5205);border-color:#0f2d52}.choice-option-marker{color:#0000;background:#fff;border:1px solid #c9d3dd;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:inline-flex}.choice-option-marker.selected{color:#fff;background:#0f2d52;border-color:#0f2d52}.choice-option-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.choice-option-copy strong{color:#1f2a37;font-size:14px;font-weight:650;line-height:1.4}.choice-option-copy span{color:#66758a;font-size:12px;line-height:1.45}.choice-step-footer,.rich-input-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:14px;display:flex}.choice-step-note,.rich-input-footer span,.money-helper-row{color:#6a7788;font-size:13px;line-height:1.45}.choice-step-note{padding-right:8px}.rich-input-panel textarea{resize:vertical;color:#1f2a37;background:#fff;border:1px solid #d8dee6;border-radius:16px;outline:none;width:100%;min-height:160px;padding:14px 15px;line-height:1.55;box-shadow:inset 0 1px #0f2d5205}.rich-input-panel textarea:focus{border-color:#0f2d52;box-shadow:0 0 0 3px #0f2d521c}.money-panel{flex-direction:column;gap:12px;display:flex}.money-input-shell{background:#fff;border:1px solid #d8dee6;border-radius:16px;align-items:center;display:flex;overflow:hidden}.money-input-shell:focus-within{border-color:#0f2d52;box-shadow:0 0 0 3px #0f2d521c}.money-prefix{color:#0f2d52;background:#f5f8fb;border-right:1px solid #e5edf4;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;width:48px;font-weight:700;display:inline-flex}.money-input-shell input{color:#1f2a37;background:0 0;border:none;outline:none;flex:1;padding:13px 14px}.url-input-shell .url-prefix{color:#0f2d52;width:48px}.money-helper-row{justify-content:space-between;align-items:center;gap:12px;padding:0 4px;display:flex}.money-helper-row strong{color:#0f2d52;font-size:14px}.next-button{height:46px}.next-button:disabled{cursor:not-allowed;background:#cfd6df}.typing-bubble{align-items:center;gap:5px;min-width:64px;display:inline-flex}.typing-dot{background:#8ca0b4;border-radius:999px;width:7px;height:7px;animation:1.2s ease-in-out infinite typing-bounce}.typing-dot:nth-child(2){animation-delay:.14s}.typing-dot:nth-child(3){animation-delay:.28s}@keyframes typing-bounce{0%,80%,to{opacity:.45;transform:scale(.72)}40%{opacity:1;transform:scale(1)}}.debug-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;max-width:700px;margin-top:16px;margin-left:50px;padding:16px}.debug-panel h3{color:#0f2d52;margin-bottom:8px;font-size:15px}.debug-panel pre{background:#fbfbfa;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px;padding:12px;font-size:13px;line-height:1.46;overflow-x:auto}.debug-panel button{color:#fff;cursor:pointer;background:#0f2d52;border:none;border-radius:10px;padding:10px 14px}@media (width<=768px){.fullscreen-chat{padding:16px}.assistant-hero{margin-top:16px;margin-bottom:0}.assistant-hero h1{font-size:clamp(24px,7vw,32px)}.chat-topbar{padding-bottom:12px}.conversation-thread.chat-mode,.conversation-thread.intro-mode{padding-left:0;padding-right:0}.intro-focus{border-radius:16px;padding:30px 18px 22px}.intro-input-row,.chat-input-row{flex-direction:column;width:100%}.intro-input-row button,.chat-input-row button,.next-button{width:100%;height:48px}.selection-grid{grid-template-columns:1fr}.choice-step-block,.rich-input-block{margin-left:0}.choice-option-grid.two-column{grid-template-columns:1fr}.choice-step-footer,.rich-input-footer,.money-helper-row{flex-direction:column;align-items:stretch}.choice-step-note,.rich-input-footer span,.money-helper-row{padding-right:0}.date-step-block,.date-panel,.address-step-block,.address-preview-shell,.address-preview-map,.address-preview-map iframe,.message-map-frame,.message-map-frame iframe{width:100%}.address-input-stack{grid-template-columns:1fr}.address-preview-shell,.address-preview-map,.address-preview-map iframe,.address-preview-empty{height:196px;min-height:196px}.chat-response-block,.date-step-block,.address-step-block,.choice-step-block,.rich-input-block,.selection-wrap,.debug-panel{margin-left:0}.message-avatar{width:34px;height:34px}.assistant-bubble,.user-bubble{max-width:88%}.center-logo-badge{width:46px;height:46px}}
