@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;700&display=swap";body{margin:0;overflow:hidden}:root{--primary-color: #1a3644;--secondary-color: #274b5c;--bg-color: #0b141a;--text-primary: #e0f0f5;--text-secondary: #8aabc2}body{margin:0;font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-primary);display:flex;justify-content:center;align-items:center;min-height:100dvh;overflow:hidden;background-image:radial-gradient(circle at top right,rgba(26,54,68,.4),transparent 40%),radial-gradient(circle at bottom left,rgba(39,75,92,.4),transparent 40%)}.hello-container{display:flex;justify-content:center;align-items:center;width:100%;height:100dvh;position:relative}.glass-card{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:4rem 5rem;text-align:center;box-shadow:0 25px 50px -12px #00000080;position:relative;z-index:10;max-height:90vh;overflow-y:auto}@media (max-width: 768px){.glass-card{padding:2rem 1.5rem;width:90%;box-sizing:border-box}}.hello-title1{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#ddf0d7,#d7fcc9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0px 4px 20px rgba(22,80,109,.2);letter-spacing:-2px}.hello-title2{font-size:3rem;font-weight:700;margin:0;background:linear-gradient(135deg,#adff6f,#acf10c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0px 4px 20px rgba(177,212,122,.2);letter-spacing:-2px}@media (max-width: 768px){.hello-title1{font-size:1.8rem;letter-spacing:-1px}.hello-title2{font-size:2.2rem;letter-spacing:-1px}}.hello-subtitle{font-size:1.5rem;font-weight:300;color:var(--text-secondary);margin-top:1rem;letter-spacing:1px}.animated-blob{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;filter:blur(80px);z-index:-1;opacity:.5;animation:pulse 8s ease-in-out infinite alternate}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:.3}to{transform:translate(-50%,-50%) scale(1.2);opacity:.6}}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1.5rem}.primary-btn{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border:none;padding:.75rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #34441a66}.primary-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #1a442999}.primary-btn:disabled{opacity:.5;cursor:not-allowed}.secondary-btn{background:transparent;color:var(--text-primary);border:1px solid rgba(255,255,255,.2);padding:.75rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-btn:hover:not(:disabled){background:#ffffff0d}.secondary-btn:disabled{opacity:.3;cursor:not-allowed}.instruction-card{max-width:600px;min-height:400px;display:flex;flex-direction:column;justify-content:space-between}.slide-content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.slide-title{font-size:2rem;color:var(--text-primary);margin-bottom:1rem}.slide-text{font-size:1.2rem;color:var(--text-secondary);line-height:1.6}.slide-image{max-width:100%;max-height:250px;object-fit:contain;border-radius:8px;margin-bottom:1.5rem}.slide-dots{display:flex;justify-content:center;gap:8px;margin:2rem 0}.dot{width:10px;height:10px;border-radius:50%;background:#fff3;transition:all .3s}.dot.active{background:var(--text-primary);transform:scale(1.2)}.slide-actions{display:flex;justify-content:space-between;gap:1rem}.profile-card{max-width:800px}.profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.profile-item{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease}.profile-item:hover{background:#ffffff0d;transform:translateY(-5px);border-color:#fff3}.profile-icon{font-size:3rem;margin-bottom:1rem}.profile-item h3{margin:0 0 .5rem;color:var(--text-primary)}.profile-item p{margin:0;color:var(--text-secondary);font-size:.9rem}.feedback-card{max-width:500px;width:100%}.feedback-form{display:flex;flex-direction:column;align-items:center}.stars{display:flex;gap:.5rem;margin-bottom:1.5rem}.star{font-size:2.5rem;color:#ffffff1a;cursor:pointer;transition:color .2s}.star.active{color:#f59e0b}.feedback-input{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;color:var(--text-primary);font-family:inherit;resize:vertical}.feedback-input:focus{outline:none;border-color:#ffffff4d}.chat-layout{display:flex;width:100vw;height:100dvh;background-color:#0b141a;overflow:hidden}.sidebar{width:30%;min-width:300px;max-width:400px;background-color:#111b21;border-right:1px solid #222d34;display:flex;flex-direction:column;transition:transform .3s ease}.sidebar--hidden{display:none}@media (max-width: 768px){.sidebar{position:absolute;z-index:100;height:100%;transform:translate(0)}.sidebar--hidden{transform:translate(-100%);display:flex}}.sidebar-header{height:60px;background-color:#202c33;display:flex;align-items:center;padding:0 16px;justify-content:space-between}.sidebar-title{color:#e9edef;font-weight:500;margin-left:10px;flex-grow:1}.api-dot{width:10px;height:10px;border-radius:50%;margin-right:10px}.api-dot--ok{background-color:#00a884}.api-dot--checking{background-color:#f0ad4e}.api-dot--error{background-color:#d9534f}.icon-btn{background:none;border:none;color:#aebac1;font-size:1.2rem;cursor:pointer;padding:8px;border-radius:50%;transition:background .2s}.icon-btn:hover{background-color:#374045}.search-bar{background-color:#111b21;padding:8px 12px;border-bottom:1px solid #222d34;display:flex;align-items:center;position:relative}.search-bar input{width:100%;background-color:#202c33;border:none;border-radius:8px;padding:8px 12px 8px 36px;color:#e9edef;font-family:inherit;font-size:.95rem}.search-bar input:focus{outline:none}.search-icon{position:absolute;left:24px;color:#8696a0;font-size:.9rem}.contact-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex-grow:1}.contact{display:flex;padding:12px 16px;cursor:pointer;border-bottom:1px solid #222d34}.contact:hover,.contact--active{background-color:#202c33}.contact-info{margin-left:12px;flex-grow:1;display:flex;flex-direction:column;justify-content:center}.contact-row{display:flex;justify-content:space-between;margin-bottom:4px}.contact-name{color:#e9edef;font-size:1.05rem;font-weight:500}.contact-time{color:#8696a0;font-size:.75rem}.contact-last{color:#8696a0;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.chat{flex-grow:1;display:flex;flex-direction:column;background-color:#0b141a;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);background-size:contain;background-blend-mode:overlay;position:relative}.chat-header{height:60px;background-color:#202c33;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #222d34}.mobile-menu{display:none}@media (max-width: 768px){.mobile-menu{display:block;margin-right:10px}}.chat-header-info{margin-left:16px;display:flex;flex-direction:column;flex-grow:1}.chat-header-name{color:#e9edef;font-size:1.05rem;font-weight:500}.chat-header-status{color:#8696a0;font-size:.8rem}.chat-header-actions{display:flex}.messages{flex-grow:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column}.date-divider{text-align:center;margin:10px 0}.date-divider span{background-color:#182229;color:#8696a0;font-size:.75rem;padding:6px 12px;border-radius:8px;box-shadow:0 1px 2px #0000004d}.msg-row{display:flex;margin-bottom:12px;align-items:flex-end}.msg-row--user{justify-content:flex-end}.msg-row--ai{justify-content:flex-start}.ai-avatar{margin-right:8px;margin-bottom:4px}.bubble{max-width:65%;padding:8px 12px;border-radius:8px;font-size:.95rem;line-height:1.4;position:relative;box-shadow:0 1px 1px #0003;color:#e9edef}@media (max-width: 768px){.bubble{max-width:85%}}.bubble--user{background-color:#005c4b;border-top-right-radius:0}.bubble--ai{background-color:#202c33;border-top-left-radius:0}.bubble--error{background-color:#5c181a;border-left:4px solid #f87171}.split-msg-container{display:flex;flex-direction:row;gap:15px;width:100%;max-width:95%}@media (max-width: 768px){.split-msg-container{flex-direction:column;gap:8px;max-width:100%}.split-msg-container .bubble--ai{border-radius:8px}}.bubble-meta{display:flex;justify-content:flex-end;align-items:center;margin-top:4px;font-size:.65rem;color:#fff9}.bubble-time{margin-right:4px}.bubble-status{color:#53bdeb}.bubble--typing{display:flex;align-items:center;gap:4px;padding:12px 16px}.dot{width:6px;height:6px;background-color:#8696a0;border-radius:50%;animation:typing 1.4s infinite ease-in-out both}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.input-bar{background-color:#202c33;padding:10px 16px;display:flex;align-items:flex-end;gap:10px}.input-wrap{flex-grow:1;background-color:#2a3942;border-radius:8px;padding:8px 12px;display:flex;align-items:center}.input-wrap textarea{width:100%;background:transparent;border:none;color:#e9edef;font-family:inherit;font-size:1rem;resize:none;max-height:120px;overflow-y:auto}.input-wrap textarea:focus{outline:none}.send-btn{background-color:#00a884;color:#111b21;border:none;border-radius:50%;width:44px;height:44px;display:flex;justify-content:center;align-items:center;font-size:1.2rem;cursor:pointer;transition:transform .2s}.send-btn:hover:not(:disabled){transform:scale(1.05)}.send-btn:disabled{background-color:#374045;color:#8696a0;cursor:not-allowed}.send-btn--active{background-color:#00a884;color:#fff}
