.main-header.transparent{background-color:transparent;box-shadow:none;border-bottom:none}.main-header.settings-background{background-color:var(--settings-bg);box-shadow:none}.main-header{display:flex;justify-content:space-between;align-items:center;padding-top:calc(10px + env(safe-area-inset-top,0px));padding-right:10px;padding-bottom:0;padding-left:10px;width:100%;box-sizing:border-box;background-color:var(--header-bg);color:var(--text-color);top:0;left:0;right:0;z-index:100;box-shadow:0 2px 16px #0000000f}@media screen and (max-width: 768px){.main-header{padding-top:calc(12px + env(safe-area-inset-top,0px));min-height:60px}}.header-title{background:linear-gradient(90deg,#4180ee,#1defcc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;font-family:Montserrat,sans-serif;font-size:2rem;font-style:normal;font-weight:700;line-height:normal;margin:0;position:relative;top:-3px}.header-title.settings-title{background:linear-gradient(90deg,#4180ee,#1defcc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;font-family:Montserrat,sans-serif;font-size:2.8rem;font-style:normal;font-weight:700;line-height:normal}.header-title-container{display:flex;align-items:center;gap:10px;justify-content:center;flex:2}.status-indicator{width:7.769px;height:7.769px;flex-shrink:0;transform:translate(-10px,-10px)}.header-slot{flex:1}.header-slot.left{display:flex;justify-content:flex-start}.header-slot.right{display:flex;justify-content:flex-end}.header-icon-btn{background:transparent;border:none;cursor:pointer;padding:10px;color:var(--text-color);z-index:2}.header-icon-btn svg{width:20px;height:20px}.offline-screen{position:fixed;inset:0;background:linear-gradient(135deg,#f8fbff,#e6f2ff);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;padding:20px;text-align:center;color:#0f2d5c;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.offline-screen__content{max-width:400px;width:100%;animation:fadeInUp .6s ease-out}.offline-screen__icon{width:120px;height:120px;margin:0 auto 30px;background:#2563eb14;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(37,99,235,.2);animation:pulse 2s infinite}.offline-screen__icon svg{width:60px;height:60px;fill:currentColor}.offline-screen__title{font-size:28px;font-weight:700;margin-bottom:16px;background:linear-gradient(45deg,#0ea5e9,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.offline-screen__message{font-size:16px;line-height:1.6;margin-bottom:30px;opacity:.9;color:#0f2d5ce6}.offline-screen__actions{display:flex;flex-direction:column;gap:12px;align-items:center}.offline-screen__retry-btn{background:#2563eb;border:2px solid #2563eb;color:#fff;padding:12px 24px;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:140px}.offline-screen__retry-btn:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb33}.offline-screen__retry-btn:active{transform:translateY(0)}.offline-screen__retry-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.offline-screen__status{font-size:14px;opacity:.7;margin-top:20px;padding:8px 16px;background:#2563eb14;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.offline-screen__features{margin-top:30px;padding:20px;background:#2563eb0f;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(37,99,235,.15)}.offline-screen__features-title{font-size:18px;font-weight:600;margin-bottom:15px;color:#0f2d5cf2}.offline-screen__features-list{list-style:none;padding:0;margin:0;text-align:left}.offline-screen__features-list li{font-size:14px;opacity:.8;position:relative;padding:8px 0 8px 25px}.offline-screen__features-list li:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700;font-size:16px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 #fff6}50%{transform:scale(1.05);box-shadow:0 0 0 20px #fff0}}body[data-theme=dark] .offline-screen{background:linear-gradient(135deg,#0b1020,#0e1b3d);color:#e5f0ff}body[data-theme=dark] .offline-screen__icon{background:#3b82f626;border-color:#3b82f640}body[data-theme=dark] .offline-screen__retry-btn{background:#3b82f6;border-color:#3b82f6}body[data-theme=dark] .offline-screen__retry-btn:hover{background:#2563eb;border-color:#2563eb}@media (max-width: 480px){.offline-screen__content{max-width:100%;padding:0 20px}.offline-screen__title{font-size:24px}.offline-screen__icon{width:100px;height:100px}.offline-screen__icon svg{width:50px;height:50px}.offline-screen__features{margin-top:20px;padding:15px}}:root{--min-vw:360px}html{font-size:62.5%;box-sizing:border-box;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}*,*:before,*:after{box-sizing:inherit}html,body{min-width:var(--min-vw);overflow-x:auto}body{--background-color: #fff;--settings-bg: #f7f7f7;--text-color: #000;--header-bg: #f8f8f8;--sidebar-bg: #f8f8f8;--chat-bg: #fff;--chat-item-bg: #f0f0f0;--user-bubble-bg: linear-gradient(92deg, #4180ee -14.67%, #1defcc 121.42%), #235ee4;--bot-bubble-bg: #e5e8ea;--input-bg: #e1e1e1;--button-bg: #007bff;--button-text: #fff;--settings-item-bg: #fff;--user-bubble-text-color: #f5f7f6;--bot-bubble-text-color: #5f6274;--placeholder-color: rgba(32, 33, 39, .5);--mascot-glow-background: rgba(84, 144, 189, .5);--feature-card-bg: rgba(255, 255, 255, .5);--feature-card-border: 1px solid rgba(116, 117, 133, .5);--feature-card-backdrop-blur: blur(5px);--feature-card-text-color: #5c5c5c;--chevron-color: #202127;background-color:var(--background-color);min-height:100vh;height:100dvh;width:100%;overflow-y:hidden;position:relative;overscroll-behavior:contain;margin:0;line-height:1.5;transition:all .2s ease-in-out;overscroll-behavior-y:none;overscroll-behavior-x:none;-webkit-overflow-scrolling:touch;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}body[data-theme=dark]{--background-color: #212228;--settings-bg: #191a1f;--text-color: #fff;--header-bg: #202127;--sidebar-bg: rgba(23, 24, 30, .9);--chat-bg: #202127;--settings-item-bg: #202127;--chat-item-bg: #2d2d2d;--user-bubble-bg: linear-gradient(92deg, #4180ee -14.67%, #1defcc 121.42%), #235ee4;--bot-bubble-bg: #e5e8ea;--input-bg: #2d2d2d;--button-bg: #bb86fc;--button-text: #000;--user-bubble-text-color: #f5f7f6;--bot-bubble-text-color: #5f6274;--placeholder-color: rgba(255, 255, 255, .5);--mascot-glow-background: rgba(84, 144, 189, .5);--feature-card-bg: rgba(23, 24, 30, .5);--feature-card-border: .74px solid rgba(116, 117, 133, .5);--feature-card-backdrop-blur: blur(3.8px);--feature-card-text-color: #fff;--chevron-color: #fff}#root{height:100%;width:100%}a{font-weight:500;text-decoration:inherit}
