:root{--brand-primary:#22c55e;--brand-secondary:#16a34a}html{scroll-behavior:smooth}:focus-visible{outline:2px solid var(--accent-9);outline-offset:2px}button{font-family:inherit}a{transition:color .15s}.grain:before{content:"";pointer-events:none;opacity:.015;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-a6);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--gray-a8)}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fade-in}.animate-fade-in-delay-100{opacity:0;animation:.5s ease-out .1s forwards fade-in}.animate-fade-in-delay-200{opacity:0;animation:.5s ease-out .2s forwards fade-in}.animate-fade-in-delay-300{opacity:0;animation:.5s ease-out .3s forwards fade-in}.chat-bubble{z-index:9990;cursor:pointer;background:var(--accent-9);color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;animation:2s ease-in-out 3 chat-pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #00000026}.chat-bubble:hover{animation:none;transform:scale(1.05);box-shadow:0 6px 24px #0003}@keyframes chat-pulse{0%,to{transform:scale(1);box-shadow:0 4px 20px #00000026}50%{box-shadow:0 6px 28px #00000038,0 0 0 8px color-mix(in srgb,var(--accent-9)12%,transparent);transform:scale(1.08)}}.chat-bubble-badge{background:#ef4444;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:-2px;right:-2px}.chat-window{z-index:9990;border-radius:16px;flex-direction:column;width:380px;max-height:560px;animation:.25s ease-out chat-slide-up;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 8px 40px #0000001f,0 0 0 1px #0000000d}@keyframes chat-slide-up{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.chat-window{border-radius:0;width:100%;max-height:100dvh;bottom:0;right:0}.chat-bubble{bottom:16px;right:16px}.chat-greeting{max-width:calc(100vw - 48px);bottom:70px;right:16px}}.chat-greeting{z-index:9991;cursor:pointer;border-radius:12px;align-items:center;gap:10px;max-width:260px;padding:12px 16px;font-size:13px;font-weight:500;line-height:1.4;transition:opacity .3s,transform .3s;animation:.35s ease-out chat-greeting-in;display:flex;position:fixed;bottom:84px;right:24px;box-shadow:0 4px 24px #0000001a,0 0 0 1px #0000000a}.chat-greeting.chat-greeting-hiding{opacity:0;transform:translateY(6px)}.chat-greeting-light{color:#18181b;background:#fff}.chat-greeting-dark{color:#f4f4f5;background:#2a2a2c}.chat-greeting-text{flex:1}.chat-greeting-dismiss{cursor:pointer;color:var(--gray-8);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:color .15s;display:flex}.chat-greeting-dismiss:hover{color:var(--gray-11)}@keyframes chat-greeting-in{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-light{color:#18181b;background:#fff}.chat-dark{color:#f4f4f5;background:#1c1c1e}.chat-header{border-bottom:1px solid var(--gray-a4);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.chat-header-info{align-items:center;gap:10px;display:flex}.chat-avatar{background:var(--accent-9);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-header-title{font-size:14px;font-weight:600;line-height:1.2}.chat-header-subtitle{color:var(--gray-9);margin-top:1px;font-size:11px;line-height:1.2}.chat-header-actions{align-items:center;gap:4px;display:flex}.chat-header-btn{cursor:pointer;color:var(--gray-9);background:0 0;border:none;border-radius:8px;align-items:center;padding:6px 8px;transition:background .15s,color .15s;display:flex}.chat-header-btn:hover{background:var(--gray-a3);color:var(--gray-12)}.chat-telegram-banner{background:color-mix(in srgb,var(--green-9)10%,transparent);color:var(--green-11);border-bottom:1px solid color-mix(in srgb,var(--green-9)18%,transparent);flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.chat-dark .chat-telegram-banner{background:color-mix(in srgb,var(--green-9)14%,transparent);color:var(--green-11)}.chat-telegram-banner:hover{background:color-mix(in srgb,var(--green-9)18%,transparent)}.chat-messages{flex-direction:column;flex:1;gap:12px;min-height:200px;max-height:320px;padding:16px;display:flex;overflow-y:auto}.chat-message{align-items:flex-start;gap:8px;max-width:90%;display:flex}.chat-message-user{flex-direction:row-reverse;align-self:flex-end}.chat-message-assistant{align-self:flex-start}.chat-message-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;margin-top:2px;display:flex}.chat-message-avatar-assistant{background:var(--green-a3);color:var(--green-9)}.chat-message-avatar-user{background:var(--gray-a3);color:var(--gray-9)}.chat-message-bubble{word-wrap:break-word;white-space:pre-wrap;border-radius:14px;padding:10px 14px;font-size:13px;line-height:1.55}.chat-message-bubble-assistant{background:var(--gray-a2);border-bottom-left-radius:4px}.chat-message-bubble-user{background:var(--accent-9);color:#fff;border-bottom-right-radius:4px}.chat-typing{color:var(--gray-9);align-items:center;gap:6px;font-style:italic;display:flex}.chat-spinner{animation:.8s linear infinite chat-spin}@keyframes chat-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-link{color:var(--green-11);font-weight:500;text-decoration:none}.chat-link:hover{text-underline-offset:2px;text-decoration:underline}.chat-md{overflow-wrap:break-word}.chat-md .chat-p{margin:0}.chat-md .chat-p+.chat-p{margin-top:8px}.chat-md .chat-strong{font-weight:600}.chat-md .chat-em{font-style:italic}.chat-md .chat-code-inline{background:var(--gray-a3);border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.chat-md .chat-code-pre{background:var(--gray-a3);border-radius:8px;margin:8px 0;padding:10px 12px;font-size:.85em;line-height:1.5;overflow-x:auto}.chat-md .chat-code-pre .chat-code-block{background:0 0;border-radius:0;padding:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace}.chat-md .chat-ul,.chat-md .chat-ol{margin:6px 0;padding-left:20px}.chat-md .chat-li{margin:2px 0}.chat-md .chat-li+.chat-li{margin-top:4px}.chat-md h1{margin:10px 0 4px;font-size:14px;font-weight:650;line-height:1.3}.chat-md h1:first-child{margin-top:0}.chat-md h2{margin:8px 0 3px;font-size:13px;font-weight:620;line-height:1.35}.chat-md h2:first-child{margin-top:0}.chat-md h3{margin:6px 0 2px;font-size:13px;font-weight:600;line-height:1.4}.chat-md h3:first-child{margin-top:0}.chat-message-bubble-user .chat-code-inline{background:#ffffff26}.chat-input-area{border-top:1px solid var(--gray-a4);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.chat-input{border:1px solid var(--gray-a5);resize:none;color:inherit;background:0 0;border-radius:12px;outline:none;flex:1;max-height:80px;padding:10px 14px;font-family:inherit;font-size:13px;line-height:1.4;transition:border-color .15s}.chat-input::placeholder{color:var(--gray-8)}.chat-input:focus{border-color:var(--accent-8)}.chat-send-btn{cursor:pointer;background:var(--accent-9);color:#fff;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:opacity .15s,transform .15s;display:flex}.chat-send-btn:hover:not(:disabled){transform:scale(1.05)}.chat-send-btn:disabled{opacity:.4;cursor:default}.chat-footer{text-align:center;color:var(--gray-8);border-top:1px solid var(--gray-a3);flex-shrink:0;padding:8px 16px;font-size:10px}
