.gotik-chat-widget,.gotik-chat-page{overflow:auto;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;font-size:14px;line-height:1.5}.gotik-chat-widget .button,.gotik-chat-page .button{border:none;padding:12px 24px;text-align:center;text-decoration:none;display:inline-block;font-size:15px;font-weight:500;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000001a}.gotik-chat-widget .button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,#ffffff4d,#fff0);transform:translate(-100%);transition:transform .6s ease}.gotik-chat-widget .button:hover:before{transform:translate(100%)}.gotik-chat-widget .button:hover,.gotik-chat-page .button:hover{opacity:1;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.gotik-chat-widget .button:active,.gotik-chat-page .button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.gotik-chat-widget .button.disabled,.gotik-chat-widget .button:disabled,.gotik-chat-page .button.disabled,.gotik-chat-page .button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.gotik-chat-widget .button.disabled:hover,.gotik-chat-page .button.disabled:hover{transform:none}.gotik-chat-widget .text-error,.gotik-chat-page .text-error{color:var(--error-foreground, #ef4444);font-weight:500}.gotik-chat-widget .text-success,.gotik-chat-page .text-success{color:var(--success-foreground, #10b981);font-weight:500}.gotik-chat-widget .error-message,.gotik-chat-page .error-message{white-space:break-spaces;word-break:break-word}.gotik-chat-widget .error-container,.gotik-chat-page .error-container{display:flex;background:#ef44441a;border:1px solid var(--error-foreground, #ef4444);border-radius:12px;padding:12px 16px;gap:8px;width:100%;align-items:center;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gotik-chat-widget .error-container:before{content:"⚠";font-size:16px}.gotik-chat-widget .hidden{display:none!important}/*!* Scrollbar styling *!*/.gotik-chat-widget ::-webkit-scrollbar{width:6px;height:6px}.gotik-chat-widget ::-webkit-scrollbar-track{background:var(--foreground, #000);opacity:.1;border-radius:3px}.gotik-chat-widget ::-webkit-scrollbar-thumb{background:#0000004d;border-radius:3px}.gotik-chat-widget ::-webkit-scrollbar-thumb:hover{background:#00000080}body{margin:0;padding:0;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,sans-serif}.gotik-chat-page{padding:0;margin:0;font-size:15px;min-height:100vh;display:flex;align-items:center;justify-content:center}.gotik-chat-page .page-container{max-width:800px;min-height:100vh;display:flex;justify-content:center;align-items:center;margin:0 auto;width:100%;padding:20px;box-sizing:border-box}@media (max-width: 768px){body,.gotik-chat-page .page-container{padding:10px}}
