.chat-fab{position:fixed;right:24px;bottom:24px;z-index:9000;padding:12px 18px;border-radius:999px;background:#111;color:#fff;border:none;font:inherit;cursor:pointer;box-shadow:0 4px 16px #0000002e}.chat-panel{position:fixed;right:24px;bottom:80px;width:min(380px,calc(100vw - 32px));max-height:70vh;z-index:9001;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 12px 32px #0000002e;display:flex;flex-direction:column;overflow:hidden}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #eee;font-size:14px}.chat-header button{background:none;border:none;cursor:pointer;font:inherit;color:#666}.chat-messages{flex:1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.chat-msg{padding:8px 12px;border-radius:10px;max-width:85%;white-space:pre-wrap;font-size:14px;line-height:1.4}.chat-msg.user{align-self:flex-end;background:#111;color:#fff}.chat-msg.assistant{align-self:flex-start;background:#f3f3f3;color:#111}.chat-input{display:flex;gap:8px;padding:10px;border-top:1px solid #eee}.chat-input input{flex:1;padding:8px 10px;border:1px solid #ddd;border-radius:8px;font:inherit}.chat-input button{padding:8px 14px;border-radius:8px;border:none;background:#111;color:#fff;font:inherit;cursor:pointer}.chat-input button:disabled{opacity:.5;cursor:default}.chat-error{color:#b00020;font-size:13px;padding:0 14px 10px}:root{--paper: #f5efe4;--paper-deep: #ece3d2;--ink: #161b29;--ink-soft: #3a3f50;--ink-mute: #6c7080;--rule: rgba(22, 27, 41, .14);--rule-strong: rgba(22, 27, 41, .32);--accent: #cf3a2a;--accent-soft: #fce7df;--accent-ink: #7a1d10;--highlight: rgba(207, 58, 42, .22)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:radial-gradient(110% 60% at 50% -10%,#fbf6ec 0%,transparent 60%),var(--paper);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100dvh;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.4;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.09  0 0 0 0 0.1  0 0 0 0 0.16  0 0 0 0.05 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>")}#root{position:relative;z-index:1}a{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:var(--rule-strong);transition:color .12s ease,text-decoration-color .12s ease}a:hover{color:var(--accent);text-decoration-color:var(--accent)}a:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}button{font-family:inherit;font-size:1rem;cursor:pointer;border:0}button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media print{body{background:#fff}body:before{display:none}}
