/*!
 * 
 *   react-simple-keyboard v3.8.158
 *   https://github.com/hodgef/react-simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 *//*!
 * 
 *   simple-keyboard v3.8.108
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:rgba(5,25,70,.53);color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:rgba(0,0,0,.03);cursor:pointer}li.hg-candidate-box-list-item:active{background:rgba(0,0,0,.1)}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}:root{--bg-dark: #0f172a;--primary-gradient: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);--secondary-gradient: linear-gradient(135deg, #8E2DE2 0%, #4A00E0 100%);--message-me-bg: #4F46E5;--message-match-bg: #27272a;--text-primary: #ffffff;--text-secondary: #9ca3af;--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--font-main: "Outfit", sans-serif}html,body{margin:0;padding:0;font-family:var(--font-main);background-color:var(--bg-dark);color:var(--text-primary);overflow:hidden;width:100%;height:100%;min-height:100vh;min-height:100dvh;-webkit-text-size-adjust:100%}*{box-sizing:border-box}.app-container{width:100%;height:100%;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.glass{background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border)}.chat-screen{display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.chat-header{padding:20px;padding-top:max(20px,env(safe-area-inset-top));display:flex;align-items:center;gap:15px;background:rgba(15,23,42,.9);border-bottom:1px solid var(--glass-border);z-index:10;flex-shrink:0}.chat-input-area{padding:15px;padding-bottom:max(40px,env(safe-area-inset-bottom));display:flex;gap:10px;align-items:center;background:rgba(15,23,42,.95);border-top:1px solid var(--glass-border)}.chat-input-field{flex:1;background:rgba(255,255,255,.1);height:50px;border-radius:25px;padding:0 20px;color:#fff;border:none;outline:none;font-size:1.1rem}.chat-input-field::placeholder{color:#ffffff80}.avatar{width:48px;height:48px;border-radius:50%;background:var(--primary-gradient);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;box-shadow:0 4px 15px #ff6b6b4d}.header-info h2{margin:0;font-size:1.2rem;font-weight:600}.header-info span{font-size:.8rem;color:var(--text-secondary)}.chat-messages{flex:1;padding:20px 20px 80px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.message{max-width:80%;padding:12px 18px;border-radius:20px;font-size:1rem;line-height:1.4;position:relative}.message.me{align-self:flex-end;background:var(--message-me-bg);border-bottom-right-radius:4px;box-shadow:0 4px 15px #4f46e54d}.message.match{align-self:flex-start;background:var(--message-match-bg);border-bottom-left-radius:4px;color:var(--text-primary)}.typing-indicator{align-self:flex-start;background:var(--message-match-bg);padding:15px 20px;border-radius:20px 20px 20px 4px;display:flex;gap:5px;width:fit-content}.dot{width:8px;height:8px;background:var(--text-secondary);border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.control-panel{padding:20px;max-width:600px;margin:0 auto}.control-btn{width:100%;padding:15px;margin-bottom:15px;border:none;border-radius:12px;background:var(--glass-bg);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid var(--glass-border)}.control-btn:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.control-btn.primary{background:var(--primary-gradient);border:none}.control-btn.danger{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%);border:none}.fade-in-up{animation:fadeInUp .5s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.notification-banner{position:fixed;top:10px;left:10px;right:10px;background:rgba(15,23,42,.95);border:1px solid var(--glass-border);border-radius:12px;padding:12px 15px;display:flex;align-items:center;gap:15px;box-shadow:0 10px 25px #00000080;z-index:1000;animation:slideDown .4s cubic-bezier(.175,.885,.32,1.275) forwards;margin-top:env(safe-area-inset-top);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.notification-banner.exiting{animation:slideUp .3s ease-in forwards}@keyframes slideDown{0%{transform:translateY(-150%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translateY(0);opacity:1}to{transform:translateY(-150%);opacity:0}}
