#chat-center .sy-chat__teaser{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3)}#chat-center .sy-chat__teaser-cta{display:inline-flex;align-items:center;gap:var(--space-2);min-height:48px;padding:var(--space-2) var(--space-6);border:none;border-radius:999px;background:linear-gradient(135deg,#d8b45e,var(--gold));color:var(--ink);font-family:var(--font-text);font-size:var(--text-base);font-weight:600;cursor:pointer;box-shadow:0 6px 20px #c8a24b59;transition:transform .15s ease,box-shadow .15s ease}#chat-center .sy-chat__teaser-cta:hover{transform:translateY(-1px);box-shadow:0 8px 26px #c8a24b73}#chat-center .sy-chat__teaser-sub{display:flex;align-items:center;gap:var(--space-2);margin:0;color:var(--coolgrey);font-size:var(--text-sm)}#chat-center .sy-chat{position:fixed;right:24px;bottom:96px;z-index:90;display:flex;flex-direction:column;width:min(400px,calc(100vw - 32px));max-height:min(620px,calc(100dvh - 130px));background:linear-gradient(180deg,var(--navy),var(--ink));border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:0 24px 70px #0000008c,inset 0 1px #ffffff0a;overflow:clip;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(14px) scale(.97);transform-origin:bottom right;transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s}#chat-center .sy-chat.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:opacity .22s ease,transform .22s ease,visibility 0s}#chat-center .sy-chat:focus{outline:none}#chat-center .sy-chat__head{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--line);background:#ffffff05;flex-shrink:0}#chat-center .sy-chat__ava{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#d8b45e,var(--gold) 60%,#a8853c);color:var(--ink);font-family:var(--font-mono);font-size:var(--text-sm);font-weight:700;letter-spacing:.02em}#chat-center .sy-chat__id{flex:1;min-width:0}#chat-center .sy-chat__id p{margin:0}#chat-center .sy-chat__title{color:var(--offwhite);font-weight:600;font-size:var(--text-base);line-height:var(--leading-tight)}#chat-center .sy-chat__status{display:flex;align-items:center;gap:var(--space-2);color:var(--coolgrey);font-size:var(--text-xs);margin-top:2px}#chat-center .sy-chat__pulse{width:8px;height:8px;flex-shrink:0;border-radius:50%;background:var(--emerald);box-shadow:0 0 #19a97480;animation:sy-pulse 2.4s ease-out infinite}#chat-center .sy-chat__hide{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:transparent;color:var(--coolgrey);cursor:pointer;transition:color .15s ease,background .15s ease}#chat-center .sy-chat__hide:hover{color:var(--offwhite);background:#ffffff0f}#chat-center .sy-chat__body{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding:var(--space-4)}#chat-center .sy-chat__widget{display:flex;flex-direction:column;flex:1;min-height:0}#chat-center .sy-chat__launcher{position:fixed;right:24px;bottom:24px;z-index:91;display:grid;place-items:center;width:56px;height:56px;border:none;border-radius:50%;background:linear-gradient(135deg,#d8b45e,var(--gold) 55%,#b08c3f);color:var(--ink);cursor:pointer;box-shadow:0 10px 30px #c8a24b73;transition:transform .18s ease,box-shadow .18s ease;animation:sy-breathe 3.2s ease-in-out infinite}#chat-center .sy-chat__launcher:after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(200,162,75,.55);animation:sy-ring 2.8s ease-out infinite}#chat-center .sy-chat__launcher:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 14px 36px #c8a24b8c}#chat-center .sy-chat__launcher.is-open{animation:none}#chat-center .sy-chat__launcher.is-open:after{animation:none;opacity:0}#chat-center .sy-chat__log{display:flex;flex-direction:column;gap:var(--space-3);flex:1;min-height:220px;overflow-y:auto;padding:var(--space-1) var(--space-1) var(--space-2);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}#chat-center .sy-chat__row{display:flex;align-items:flex-end;gap:var(--space-2);animation:sy-in .22s ease-out both}#chat-center .sy-chat__row.is-user{justify-content:flex-end}#chat-center .sy-chat__mini{display:grid;place-items:center;width:26px;height:26px;flex-shrink:0;border-radius:50%;border:1px solid rgba(200,162,75,.45);background:#c8a24b1f;color:var(--gold);font-family:var(--font-mono);font-size:10px;font-weight:700}#chat-center .sy-chat__bubble{margin:0;max-width:82%;padding:var(--space-2) var(--space-3);border-radius:14px;font-size:var(--text-base);line-height:var(--leading-body);white-space:pre-wrap;overflow-wrap:anywhere}#chat-center .is-assistant .sy-chat__bubble{background:#ffffff0a;border:1px solid var(--line);border-bottom-left-radius:4px;color:var(--offwhite)}#chat-center .is-user .sy-chat__bubble{background:linear-gradient(135deg,#d2ab57,var(--gold));border-bottom-right-radius:4px;color:var(--ink);font-weight:500}#chat-center .sy-chat__chips{display:flex;flex-wrap:wrap;gap:var(--space-2);padding-left:34px}#chat-center .sy-chat__chip{padding:var(--space-2) var(--space-3);border-radius:999px;border:1px solid rgba(200,162,75,.45);background:#c8a24b14;color:var(--offwhite);font-family:var(--font-text);font-size:var(--text-sm);line-height:1.2;cursor:pointer;transition:background .15s ease,border-color .15s ease}#chat-center .sy-chat__chip:hover{background:#c8a24b2e;border-color:var(--gold)}#chat-center .sy-chat__dots{display:inline-flex;gap:5px;padding:var(--space-2) var(--space-1)}#chat-center .sy-chat__dots span{width:6px;height:6px;border-radius:50%;background:var(--coolgrey);animation:sy-bounce 1.2s ease-in-out infinite}#chat-center .sy-chat__dots span:nth-child(2){animation-delay:.15s}#chat-center .sy-chat__dots span:nth-child(3){animation-delay:.3s}#chat-center .sy-chat__notice{margin:var(--space-3) 0 0;padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);line-height:var(--leading-body);border:1px solid var(--line);background:#ffffff08;color:var(--coolgrey);flex-shrink:0}#chat-center .sy-chat__notice.is-degraded{border-color:#c8a24b66;background:#c8a24b14;color:var(--offwhite)}#chat-center .sy-chat__form{margin-top:var(--space-3);flex-shrink:0}#chat-center .sy-chat__inputbar{display:flex;align-items:flex-end;gap:var(--space-2);padding:var(--space-2) var(--space-2) var(--space-2) var(--space-4);background:#ffffff0a;border:1px solid var(--line);border-radius:24px;transition:border-color .15s ease,box-shadow .15s ease}#chat-center .sy-chat__inputbar:focus-within{border-color:#c8a24b99;box-shadow:0 0 0 3px #c8a24b26}#chat-center .sy-chat__input{flex:1;min-height:34px;max-height:140px;padding:var(--space-1) 0;background:transparent;border:none;outline:none;resize:none;color:var(--offwhite);font-family:var(--font-text);font-size:var(--text-base);line-height:1.5;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}#chat-center .sy-chat__input::placeholder{color:var(--coolgrey);opacity:.85}#chat-center .sy-chat__send{display:grid;place-items:center;width:44px;height:44px;flex-shrink:0;border:none;border-radius:50%;background:linear-gradient(135deg,#d8b45e,var(--gold));color:var(--ink);cursor:pointer;box-shadow:0 4px 14px #c8a24b59;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}#chat-center .sy-chat__send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #c8a24b73}#chat-center .sy-chat__send:active:not(:disabled){transform:scale(.96)}#chat-center .sy-chat__send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}#chat-center .sy-chat__panel{display:flex;flex-direction:column;gap:var(--space-3);font-size:var(--text-base);line-height:var(--leading-body)}#chat-center .sy-chat__panel-body{margin:0;color:var(--offwhite)}#chat-center .sy-chat__opt{display:flex;gap:var(--space-3);align-items:flex-start;min-height:44px;padding:var(--space-2) var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffff08;cursor:pointer;transition:border-color .15s ease}#chat-center .sy-chat__opt:hover{border-color:#c8a24b73}#chat-center .sy-chat__opt input{accent-color:var(--gold)}#chat-center .sy-chat__opt-sub{color:var(--coolgrey);font-size:var(--text-sm)}#chat-center .sy-chat__link{color:var(--gold);text-decoration-color:#c8a24b99;text-underline-offset:3px}#chat-center .sy-chat__link:hover{text-decoration-color:var(--gold)}#chat-center .sy-chat__cta:hover:not(:disabled){filter:brightness(1.06)}#chat-center .sy-chat__cta:disabled{opacity:.5;cursor:not-allowed}#chat-center .sy-chat__challenge{display:flex;justify-content:center;margin:var(--space-2) 0;flex-shrink:0}@keyframes sy-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes sy-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}@keyframes sy-pulse{0%{box-shadow:0 0 #19a97480}70%{box-shadow:0 0 0 7px #19a97400}to{box-shadow:0 0 #19a97400}}@keyframes sy-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes sy-ring{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.55);opacity:0}to{transform:scale(1.55);opacity:0}}@media(prefers-reduced-motion:reduce){#chat-center .sy-chat,#chat-center .sy-chat__row,#chat-center .sy-chat__dots span,#chat-center .sy-chat__pulse,#chat-center .sy-chat__launcher,#chat-center .sy-chat__launcher:after{animation:none;transition:none}}@media(max-width:640px){#chat-center .sy-chat{right:10px;left:10px;bottom:88px;width:auto;max-height:calc(100dvh - 104px)}#chat-center .sy-chat__launcher{right:16px;bottom:16px}#chat-center .sy-chat__body{padding:var(--space-3)}#chat-center .sy-chat__log{min-height:180px}#chat-center .sy-chat__bubble{max-width:88%}#chat-center .sy-chat__chips{padding-left:0}}
