.upgrade-modal-overlay{--um-blue:#247afb;--um-blue-hover:#1b66da;--um-text:#0b1220;--um-muted:#6b7280;--um-card-bg:#fff;z-index:1000;box-sizing:border-box;-webkit-backdrop-filter:blur(4px);background:#0b12208c;justify-content:center;align-items:center;padding:20px;animation:.22s ease-out upgrade-overlay-in;display:flex;position:fixed;inset:0}.upgrade-modal-card{box-sizing:border-box;background:var(--um-card-bg);text-align:center;width:100%;max-width:440px;font-family:var(--sans,system-ui, sans-serif);color:var(--um-text);border-radius:20px;padding:40px 36px 32px;animation:.28s cubic-bezier(.16,1,.3,1) upgrade-card-in;position:relative;box-shadow:0 24px 60px #0b122047,0 4px 12px #0b12201f}.upgrade-modal-close{cursor:pointer;width:32px;height:32px;color:var(--um-muted);background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;font-size:22px;line-height:1;transition:background .15s,color .15s;display:flex;position:absolute;top:16px;right:16px}.upgrade-modal-close:hover{color:var(--um-text);background:#f1f3f7}.upgrade-modal-icon{background:linear-gradient(135deg, #4f9bff 0%, var(--um-blue) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;line-height:1;display:flex;box-shadow:0 10px 24px #247afb66}.upgrade-modal-badge{color:var(--um-blue);letter-spacing:.06em;text-transform:uppercase;background:#e8f1ff;border-radius:999px;margin-bottom:14px;padding:5px 12px;font-size:11px;font-weight:600;display:inline-block}.upgrade-modal-title{letter-spacing:-.01em;color:var(--um-text);margin:0 0 10px;font-size:21px;font-weight:700;line-height:1.25}.upgrade-modal-subtitle{max-width:360px;color:var(--um-muted);margin:0 auto 24px;font-size:14.5px;line-height:1.6}.upgrade-modal-benefits{text-align:left;flex-direction:column;gap:12px;margin:0 0 28px;padding:0;list-style:none;display:flex}.upgrade-modal-benefits li{color:var(--um-text);padding-left:34px;font-size:14px;line-height:1.5;position:relative}.upgrade-modal-benefits li:before{content:"✓";color:#1faa5a;background:#e3f5ea;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.upgrade-modal-actions{flex-direction:column;gap:10px;display:flex}.upgrade-modal-cta{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:0;border-radius:12px;width:100%;padding:14px 20px;font-family:inherit;font-size:15px;font-weight:600;transition:opacity .18s,transform .1s,box-shadow .18s;box-shadow:0 6px 16px #247afb52}.upgrade-modal-cta:hover{opacity:.9;box-shadow:0 8px 20px #247afb66}.upgrade-modal-cta:active{transform:translateY(1px)}.upgrade-modal-later{width:100%;color:var(--um-muted);cursor:pointer;background:0 0;border:0;border-radius:12px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s,color .15s}.upgrade-modal-later:hover{color:var(--um-text);background:#f1f3f7}@keyframes upgrade-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes upgrade-card-in{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=480px){.upgrade-modal-card{border-radius:18px;padding:32px 22px 26px}.upgrade-modal-title{font-size:19px}.upgrade-modal-subtitle{font-size:14px}}@media (prefers-reduced-motion:reduce){.upgrade-modal-overlay,.upgrade-modal-card{animation:none}}.auth-page{--auth-blue:#247afb;--auth-blue-hover:#1b66da;--auth-black:#000;--auth-black-hover:#1c1c1c;--auth-field-bg:#f4f6fa;--auth-field-border:#e3e7ef;--auth-text:#0b1220;--auth-muted:#8a93a6;text-align:left;min-height:100svh;font-family:var(--sans,system-ui, sans-serif);display:flex}.auth-left{box-sizing:border-box;background:#eef2f8;flex-direction:column;flex:50%;justify-content:center;align-items:center;gap:28px;min-width:0;padding:24px;display:flex;position:relative;overflow-y:auto}.auth-left>*{z-index:1;position:relative}.auth-particles{z-index:0;pointer-events:none;position:absolute;inset:0}.auth-particles canvas{width:100%;height:100%;display:block}.auth-logo{width:188px;height:auto;display:block}.auth-right{flex:50%;min-width:0;position:relative;overflow:hidden}.auth-video{object-fit:cover;pointer-events:none;border:0;width:100%;height:100%;position:absolute;inset:0}.auth-overlay{z-index:1;pointer-events:none;background:#0009;position:absolute;inset:0}.auth-right-overlay{z-index:2;box-sizing:border-box;justify-content:center;align-items:center;padding:32px;display:flex;position:absolute;inset:0}.auth-right-content{text-align:center;color:#fff;flex-direction:column;align-items:center;gap:18px;max-width:440px;display:flex}.auth-right-content h1{letter-spacing:-1px;color:#fff;text-shadow:0 2px 8px #0009;margin:0;font-size:clamp(28px,4.5vw,48px);font-weight:700}.auth-right-content p{color:#ffffffd9;text-shadow:0 1px 4px #0000008c;margin:0;font-size:16px;line-height:1.6}.auth-right-content .btn-base{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:12px;margin-top:4px;padding:14px 28px;font-size:15px;font-weight:600;transition:opacity .2s,transform 50ms}.auth-right-content .btn-base:hover{opacity:.9}.auth-right-content .btn-base:active{transform:scale(.98)}.auth-left>div:not(.auth-particles){box-sizing:border-box;background:#fff;border-radius:24px;flex-direction:column;gap:20px;width:100%;max-width:400px;padding:40px 32px;display:flex;box-shadow:0 20px 45px -20px #14285a40,0 4px 12px -6px #14285a1a}.auth-left h1{letter-spacing:-.5px;color:var(--auth-text);margin:0 0 4px;font-size:19px;font-weight:700;line-height:1.25}.auth-left form+p,.auth-left>div>p[style]{font-size:14px}.auth-page form{flex-direction:column;gap:16px;display:flex}.auth-page .input-field{flex-direction:column;gap:6px;display:flex}.auth-page .input-field label{color:var(--auth-text);font-size:13px;font-weight:600}.auth-page .input-field input{box-sizing:border-box;width:100%;color:var(--auth-text);background:var(--auth-field-bg);border:1.5px solid var(--auth-field-border);border-radius:12px;outline:none;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.auth-page .input-field input::placeholder{color:var(--auth-muted)}.auth-page .input-field input:focus{border-color:var(--auth-blue);background:#fff;box-shadow:0 0 0 3px #247afb26}.auth-page .register-success{flex-direction:column;gap:15px;display:flex}.auth-page form button[type=submit],.auth-page .register-success button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border-style:solid;border-width:0;border-radius:12px;width:100%;margin-top:4px;padding:15px 20px;font-size:15px;font-weight:600;transition:opacity .2s,transform 50ms}.auth-page form button[type=submit]:hover,.auth-page .register-success button:hover{opacity:.9}.auth-page form button[type=submit]:active,.auth-page .register-success button:active{transform:scale(.99)}.auth-left>div>p{color:var(--auth-muted);text-align:center;margin:0;font-size:14px}.auth-left>div>p button[type=button]{color:var(--auth-blue);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.auth-left>div>p button[type=button]:hover{text-decoration:underline}.auth-page .social-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.auth-page .social-buttons:before{content:"";background:var(--auth-field-border);flex:1 0 100%;height:1px;margin:4px 0}.auth-page .social-buttons button{color:var(--auth-black);cursor:pointer;background:0 0;border:2px solid #247afb;border-radius:12px;justify-content:center;align-items:center;padding:9px;transition:opacity .2s,transform 50ms;display:flex}.auth-page .social-buttons button:hover{opacity:.65}.auth-page .social-buttons button:active{transform:scale(.95)}.auth-page .social-icon{object-fit:contain;width:22px;height:22px;display:block}@media (width<=860px){.auth-page{flex-direction:column-reverse}.auth-left,.auth-right{flex:auto}.auth-right{min-height:220px;max-height:38vh}.auth-right-content p{display:none}.auth-right-content{gap:14px}}@media (width<=480px){.auth-left>div:not(.auth-particles){border-radius:20px;padding:32px 22px}.auth-left h1{font-size:19px}}.register-form form{position:relative}.register-loading-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5;background:#ffffffb3;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.register-gif{width:30px;height:30px;display:block}.avatar{object-fit:cover;background-color:#f3f4f6;border:1px solid #0000000f;border-radius:50%;flex-shrink:0;transition:opacity .2s;display:inline-block}.user-menu-wrapper{width:100%;position:relative}.user-menu-trigger{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:background .15s;display:flex}.user-menu-trigger:hover{background:#f5f5f5}.user-menu-avatar{color:#fff;text-transform:uppercase;background:#247afb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.user-menu-email{color:#111;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.875rem;font-weight:600;overflow:hidden}.user-menu-chevron{color:#888;flex-shrink:0;font-size:.75rem;transition:transform .15s}.user-menu-chevron-open{transform:rotate(180deg)}.user-menu-dropdown{z-index:1000;background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:8px;padding:6px;position:absolute;bottom:100%;left:0;right:0;box-shadow:0 6px 20px #0000001a}.user-menu-item{cursor:pointer;text-align:left;color:#444;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.85rem;transition:background .15s,color .15s;display:flex}.user-menu-item:hover{background:#f0f0f0}.user-menu-item-icon{flex-shrink:0;width:16px;font-size:.85rem}.user-menu-divider{background:#e5e5e5;height:1px;margin:6px 4px}.user-menu-item-logout{color:#dc2626}.user-menu-item-logout:hover{background:#fef2f2}#root.dashboard-active{text-align:left!important;width:100%!important;max-width:none!important;min-height:100vh!important;margin:0!important;display:block!important}.dashboard-layout{background-color:#f9f9f8;grid-template-columns:260px 1fr;height:100vh;font-family:Segoe UI,sans-serif;display:grid;overflow:hidden}.sidebar{color:#111;z-index:100;background:#fff;border-right:1px solid #ddd;flex-direction:column;width:260px;height:100vh;padding:20px 12px;transition:transform .3s;display:flex;position:relative;overflow:hidden}.sidebar:before{content:"";pointer-events:none;z-index:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75' viewBox='0 0 75 75'%3E%3Cg fill='none' stroke='%23b9c6d6' stroke-width='18' stroke-linejoin='round'%3E%3Cg transform='rotate(35 12.5 12.5) translate(12.5 12.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(110 37.5 12.5) translate(37.5 12.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(-20 62.5 12.5) translate(62.5 12.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(75 12.5 37.5) translate(12.5 37.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(160 37.5 37.5) translate(37.5 37.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(200 62.5 37.5) translate(62.5 37.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(-50 12.5 62.5) translate(12.5 62.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(20 37.5 62.5) translate(37.5 62.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3Cg transform='rotate(130 62.5 62.5) translate(62.5 62.5) scale(0.017361) translate(-288 -256)'%3E%3Cpath d='M32 48C32 21.5 53.5 0 80 0l48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0 0 128c0 53 43 96 96 96s96-43 96-96l0-128-32 0c-17.7 0-32-14.3-32-32S238.3 0 256 0l48 0c26.5 0 48 21.5 48 48l0 144c0 77.4-55 142-128 156.8l0 19.2c0 61.9 50.1 112 112 112s112-50.1 112-112l0-85.5c-37.3-13.2-64-48.7-64-90.5 0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 85.5c0 97.2-78.8 176-176 176S160 465.2 160 368l0-19.2C87 334 32 269.4 32 192L32 48zM480 224a32 32 0 1 0 0-64 32 32 0 1 0 0 64z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:75px;position:absolute;inset:0}.sidebar>*{z-index:1;position:relative}.sidebar-top{margin-bottom:24px}.sidebar-logo{color:#111;background:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:center;gap:10px;margin-bottom:2px;padding:6px 8px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 6px 20px #0000001a}.sidebar-logo span{font-size:1.4rem}.sidebar-logo h5{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:15px;overflow:hidden}.sidebar-upgrade{margin-bottom:16px}.upgrade-card{cursor:pointer;text-align:left;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:56px;padding:12px;transition:background .2s;display:flex;position:relative;overflow:hidden}.upgrade-card:hover{background:#fff}.upgrade-card-border{border-radius:inherit;opacity:0;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(90deg,#1486c4b3,#ec4899b3,#f97316b3) 0 0/300% 100%;padding:1px;transition:opacity .2s ease-in-out;animation:1s ease-in-out infinite alternate upgrade-gradient-sweep;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.upgrade-card:hover .upgrade-card-border{opacity:1}@keyframes upgrade-gradient-sweep{0%{background-position:0%}to{background-position:100%}}.upgrade-card-text{flex-direction:column;gap:4px;min-width:0;display:flex}.upgrade-card-title{color:#111;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:600;line-height:1;overflow:hidden}.upgrade-card-subtitle{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;overflow:hidden}.upgrade-card-icon{color:#fff;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.upgrade-card-icon svg{width:14px;height:14px}.btn-new-chat{color:#111;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:22px;height:19px;margin-left:auto;padding:0;font-size:12px;font-weight:600;transition:background .2s;display:flex}.btn-new-chat:hover{background:#ebebeb}.sidebar-nav{flex-direction:column;flex:1;gap:2px;display:flex}.sidebar-nav a{color:#444;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:10px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.sidebar-nav a:hover{color:#111;background:#f0f0f0}.sidebar-nav a.active{color:#fff;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border-left-color:#0000}.sidebar-recents{border-top:1px solid #e5e5e5;margin-top:16px;padding-top:16px}.sidebar-recents-header{justify-content:space-between;align-items:center;margin-bottom:6px;padding:0 8px;display:flex}.sidebar-recents-label{letter-spacing:.04em;text-transform:uppercase;color:#888;font-size:.7rem;font-weight:600}.sidebar-recents-all{color:#247afb;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .15s}.sidebar-recents-all:hover{color:#1c6ae0;text-decoration:underline}.sidebar-recents-list{scrollbar-width:thin;scrollbar-color:#d9d9d6 transparent;flex-direction:column;gap:2px;max-height:200px;display:flex;overflow-y:auto}.sidebar-recents-list::-webkit-scrollbar{width:6px}.sidebar-recents-list::-webkit-scrollbar-track{background:0 0}.sidebar-recents-list::-webkit-scrollbar-thumb{background:#d9d9d6;border-radius:999px}.sidebar-recents-list::-webkit-scrollbar-thumb:hover{background:#c2c2bd}.sidebar-recent-item{color:#444;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-recent-item:hover{color:#111;background:#f0f0f0}.sidebar-recent-icon{color:#999;flex-shrink:0;font-size:.75rem}.sidebar-recent-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.sidebar-bottom{border-top:1px solid #e5e5e5;margin-top:auto;padding-top:16px}.user-profile-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;transition:background .15s;display:flex}.user-profile-btn:hover,.user-profile-btn:active{background:#f5f5f5}.user-profile-link{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.user-avatar{color:#fff;text-transform:uppercase;background:#247afb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.user-info{flex:1;overflow:hidden}.user-name{color:#111;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.user-email{color:#666;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.btn-logout{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.btn-logout:hover{color:#111;background:#f0f0f0}.main-content{background-image:url(/assets/topbar-bg-2-CssPRUWg.jpg);background-position:1928px 52px;background-repeat:repeat;flex-direction:column;height:100vh;display:flex;overflow:hidden}.main-body{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:32px;margin:10px;padding:40px 24px;display:flex;overflow-y:auto}.welcome-greeting{color:#888;font-size:1rem;font-weight:500}.welcome-center{text-align:center;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:12px;width:90%;min-height:calc(100vh - 300px);padding:10px;display:flex}.welcome-icon{font-size:64px;line-height:1}.welcome-heading{color:#111;font-size:2rem;font-weight:600}.welcome-subtitle{color:#888;font-size:1rem}.suggestion-grid{flex-direction:row;gap:10px;width:100%;max-width:956px;margin-top:30px;display:flex}.suggestion-card{cursor:pointer;text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex:1;padding:10px;transition:border-color .2s,box-shadow .2s}.suggestion-card:hover{border-color:#247afb;box-shadow:0 2px 8px #247afb1a}.suggestion-card-title{color:#908e8a;font-size:12px;font-weight:600}.suggestion-card-sub{color:#888;font-size:12px}.claude-input-box{width:100%;max-width:660px}.claude-input-inner{cursor:text;background:#fff;border:1px solid #0000;border-radius:20px;flex-direction:column;gap:10px;padding:14px 14px 10px;transition:box-shadow .2s;display:flex;box-shadow:0 .25rem 1.25rem #00000009,0 0 0 .5px #0000001f}.claude-input-inner:hover{box-shadow:0 .25rem 1.25rem #00000009,0 0 0 .5px #00000047}.claude-input-inner:focus-within{box-shadow:0 .25rem 1.25rem #00000013,0 0 0 .5px #00000047}.claude-textarea{resize:none;color:#111;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;min-height:3rem;max-height:24rem;padding:0 6px;font-family:Segoe UI,sans-serif;font-size:1rem;line-height:1.6;overflow-y:auto}.claude-textarea::placeholder{color:#aaa}.claude-input-footer{justify-content:space-between;align-items:center;display:flex}.claude-footer-left{align-items:center;gap:2px;display:flex}.claude-footer-right{align-items:center;gap:4px;display:flex}.claude-icon-btn{cursor:pointer;color:#666;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;transition:background .15s,color .15s;display:flex}.claude-icon-btn:hover{color:#111;background:#f0f0f0}.claude-model-selector{position:relative}.claude-model-btn{color:#555;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:5px;height:32px;padding:0 10px;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:flex}.claude-model-btn:hover{color:#111;background:#f0f0f0}.claude-chevron{opacity:.7;font-size:.6rem}.claude-model-menu{z-index:50;background:#fff;border:1px solid #e5e5e5;border-radius:12px;min-width:200px;margin:0;padding:4px;list-style:none;position:absolute;bottom:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001a}.claude-model-item{color:#333;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:.85rem;transition:background .15s;display:flex}.claude-model-item:hover{background:#f5f5f5}.claude-model-item.active{color:#247afb;font-weight:600}.claude-model-check{color:#247afb;flex-shrink:0;width:14px;font-size:.7rem}.claude-send-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;transition:opacity .15s,transform .15s;display:flex}.claude-send-btn:hover{opacity:.9;transform:scale(1.06)}.hamburger-btn{z-index:200;color:#fff;cursor:pointer;background:#0f0f0f;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:none;position:fixed;top:16px;left:16px}.sidebar-overlay{z-index:99;background:#00000080;display:none;position:fixed;inset:0}@media (width<=768px){.dashboard-layout{grid-template-columns:1fr}.sidebar{z-index:100;height:100vh;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay.overlay-open{display:block}.hamburger-btn{display:flex}.main-content{width:100%}.main-body{padding:72px 16px 24px}.welcome-center{min-height:calc(100vh - 116px)}.welcome-heading{font-size:1.5rem}.suggestion-grid{flex-direction:column}.claude-input-box{max-width:100%}}.recent-consultations{width:100%;max-width:720px;margin-top:40px}.recent-consultations-header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.recent-consultations-header h2{color:#111;font-size:1.15rem;font-weight:600}.recent-view-all{color:#247afb;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:500;transition:opacity .15s}.recent-view-all:hover{opacity:.75}.recent-consultations-list{flex-direction:column;gap:8px;display:flex}.recent-consultation-item{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex-direction:row;align-items:center;gap:12px;padding:10px 12px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 1px 2px #0000000a}.recent-consultation-item:hover{border-color:#247afb;box-shadow:0 2px 8px #247afb1a}.recent-consultation-avatar{object-fit:cover;object-position:top;border-radius:50%;flex-shrink:0;width:40px;height:40px}.recent-consultation-info{flex-direction:column;gap:2px;min-width:0;display:flex}.recent-consultation-info h4{color:#111;margin:0;font-size:.9rem;font-weight:600}.recent-consultation-info p{color:#888;margin:0;font-size:.8rem}.agent-chat-messages{flex-direction:column;gap:16px;width:100%;max-width:720px;max-height:60vh;margin:0 auto;padding:4px;display:flex;overflow-y:auto}.agent-chat-row{flex-direction:column;gap:8px;display:flex}.agent-chat-messages .chat-message{border-radius:16px;width:fit-content;max-width:70%;padding:10px 14px;font-size:.95rem;line-height:1.5}.agent-chat-messages .chat-message.user{color:#fff;background:#247afb;border-bottom-right-radius:4px;align-self:flex-end}.agent-chat-messages .chat-message.bot{color:#111;background:#f0f0f0;border-bottom-left-radius:4px;align-self:flex-start}.agent-chat-messages .chat-message.bot.typing{color:#888;font-style:italic}.redirect-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:12px;flex-direction:row;align-self:flex-start;align-items:center;gap:12px;width:100%;max-width:380px;padding:12px;transition:border-color .2s,box-shadow .2s;display:flex}.redirect-card:hover{border-color:#247afb;box-shadow:0 2px 8px #247afb1a}.redirect-card-avatar{object-fit:cover;object-position:top;border-radius:50%;flex-shrink:0;width:48px;height:48px}.redirect-card-info{flex-direction:column;gap:2px;min-width:0;display:flex}.redirect-card-info h4{color:#111;margin:0;font-size:.9rem;font-weight:600}.redirect-card-info p{color:#888;margin:0;font-size:.8rem}.redirect-card-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:8px;flex-shrink:0;margin-left:auto;padding:8px 14px;font-size:.85rem;font-weight:500;transition:opacity .15s,transform .15s}.redirect-card-btn:hover{opacity:.9}.recent-filter-segment{background:#6b72800f;border:none;border-radius:999px;gap:2px;margin-bottom:12px;padding:4px;display:inline-flex;box-shadow:inset 0 0 0 1px #0b12200a}.recent-filter-btn{white-space:nowrap;cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;height:32px;padding:0 14px;font-family:inherit;font-size:.875rem;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.recent-filter-btn:hover{color:#0b1220}.recent-filter-btn.active{color:#0b1220;background:#fff;font-weight:500;box-shadow:0 1px 2px #0b122014,0 1px 3px #0b12200f}.recent-empty{color:#999;padding:12px 0;font-size:.85rem}@keyframes mc-btn-spin{to{transform:rotate(360deg)}}.profile-btn.is-loading{cursor:progress;position:relative;color:#0000!important}.profile-btn.is-loading:after{content:"";border:2px solid #ffffff73;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin:-8px 0 0 -8px;animation:.6s linear infinite mc-btn-spin;position:absolute;top:50%;left:50%}.main-content:has(.profile-page){scrollbar-width:thin;scrollbar-color:#d9d9d6 transparent;overflow-y:auto}.main-content:has(.profile-page)::-webkit-scrollbar{width:6px}.main-content:has(.profile-page)::-webkit-scrollbar-track{background:0 0}.main-content:has(.profile-page)::-webkit-scrollbar-thumb{background:#d9d9d6;border-radius:999px}.main-content:has(.profile-page)::-webkit-scrollbar-thumb:hover{background:#c2c2bd}.dashboard-content{justify-content:center;padding:2rem;display:flex}.profile-card{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:16px;width:100%;max-width:440px;padding:2.5rem;box-shadow:0 4px 16px #0000000a}.profile-avatar{color:#247afb;background:#eaf2ff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;font-size:2.5rem;display:flex}.profile-card h2{color:#1a1a2e;margin:0 0 .25rem;font-size:1.25rem}.profile-card>p{color:#666;margin-bottom:1.5rem;font-size:.9rem}.profile-info{text-align:left;flex-direction:column;gap:.25rem;margin-bottom:1.5rem;display:flex}.profile-row{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.profile-row:last-child{border-bottom:none}.profile-row .label{color:#888;font-size:.875rem}.profile-row .value{color:#1a1a2e;font-size:.9rem;font-weight:600}.profile-row .value.active{color:#16a34a}.logout-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:opacity .15s}.logout-btn:hover{opacity:.9}.main-content:has(.ai-doctors-page){display:block;overflow-y:auto}.ai-doctors-page{max-width:1100px;margin:0 auto;padding:32px 40px}.ai-doctors-grid{grid-template-columns:repeat(var(--ai-cols,1), minmax(0, 1fr));gap:20px;display:grid}@media (width<=900px){.ai-doctors-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.ai-doctors-page{padding:20px 16px}.ai-doctors-grid{grid-template-columns:1fr}}.agent-detail-page{max-width:700px;margin:0 auto;padding:2rem}.main-content:has(.agent-detail-page){overflow-y:auto}.agent-detail-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;width:100%;max-width:400px;margin:0 auto;overflow:hidden;box-shadow:0 14px 34px #11182714}.agent-card-banner{background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);height:90px}.agent-card-body{text-align:center;margin-top:-52px;padding:0 1.75rem 1.75rem}.agent-card-body h1{margin:0 0 .25rem;font-size:1.4rem}.agent-detail-avatar-img{object-fit:cover;object-position:top;border:4px solid #fff;border-radius:50%;width:110px;height:110px;margin-bottom:.75rem;box-shadow:0 6px 16px #11182726}.agent-detail-role{color:#247afb;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.agent-detail-description{color:#666;text-align:center;margin-bottom:1.5rem;font-size:.9rem;line-height:1.55}.consultation-options h3{margin-bottom:1rem;font-size:1rem}.consultation-buttons{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=420px){.consultation-buttons{grid-template-columns:1fr}}.consultation-option{white-space:nowrap;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 12px;font-size:13px;font-weight:500;line-height:1;transition:background .2s,box-shadow .2s,transform .1s;display:inline-flex}.consultation-option:first-child{color:#1f2937;background:#fff;border:1px solid #e5e7eb;box-shadow:0 1px 3px #a6afc373}.consultation-option:first-child:hover{background:#f9fafb}.consultation-option:first-child .consultation-icon{color:#247afb}.consultation-option:last-child{color:#fff;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);box-shadow:0 4px 12px #247afb52}.consultation-option:last-child:hover{opacity:.9}.consultation-option:active{transform:translateY(1px)}.consultation-icon{color:currentColor;align-items:center;margin:0;font-size:18px;line-height:1;display:inline-flex}.consultation-option h4{white-space:nowrap;margin:0;font-size:13px;font-weight:500;line-height:1}.doctor-detail-page{max-width:700px;margin:0 auto;padding:2rem}.main-content:has(.doctor-detail-page){overflow-y:auto}.btn-back{cursor:pointer;color:#444;background:0 0;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:2rem;padding:.5rem 1rem}.doctor-detail-stats{gap:.5rem;margin-bottom:.85rem;display:flex}.doctor-stat-card{background:#f4f8ff;border:1px solid #e0e8f7;border-radius:12px;flex-direction:column;flex:1;align-items:center;min-width:0;padding:.65rem .4rem;display:flex}.doctor-stat-value{color:#247afb;font-size:1.25rem;font-weight:700;line-height:1.1}.doctor-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;text-align:center;margin-top:.3rem;font-size:.65rem;font-weight:500}.doctor-detail-languages{justify-content:center;gap:.5rem;margin-bottom:.85rem;display:flex}.document-card{background:linear-gradient(135deg,#fdfeff 0%,#f6f9ff 100%);border:1px solid #e0e0e0;border-left:3px solid #247afb;border-radius:12px;flex-direction:row;align-self:flex-start;align-items:center;gap:12px;width:100%;max-width:420px;margin-bottom:1rem;padding:12px 14px;transition:border-color .2s,box-shadow .2s,transform .15s;animation:.25s ease-out document-card-in;display:flex}@keyframes document-card-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.document-card:hover{border-color:#247afb;box-shadow:0 4px 14px #247afb24}.document-card-icon{color:#fff;background:linear-gradient(135deg,#247afb 0%,#4f9bff 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;display:inline-flex;box-shadow:0 4px 10px #247afb40}.document-card-info{text-align:left;flex-direction:column;gap:2px;min-width:0;display:flex}.document-card-info h4{color:#111;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:600;overflow:hidden}.document-card-info p{color:#888;margin:0;font-size:.8rem}.document-card-info p.document-card-error{color:#e5484d}.document-card-btn{color:#247afb;cursor:pointer;background:#fff;border:1px solid #247afb;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;margin-left:auto;padding:8px 16px;font-size:.85rem;font-weight:600;line-height:1;transition:background .18s,color .18s,transform .1s,box-shadow .18s;display:inline-flex}.document-card-btn:hover:not(:disabled){color:#fff;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);box-shadow:0 6px 16px #247afb52}.document-card-btn:active:not(:disabled){transform:scale(.97)}.document-card-btn:focus-visible{outline-offset:2px;outline:2px solid #247afb}.document-card-btn:disabled{opacity:.65;cursor:progress}@media (width<=480px){.document-card{flex-direction:column;align-items:flex-start}.document-card-btn{justify-content:center;width:100%;margin-left:0}}.consultation-page{max-width:920px;margin:0 auto;padding:2rem}.main-content:has(.consultation-page){overflow-y:auto}.consultation-page:has(.chat-window){flex-direction:column;min-height:100%;display:flex}.consultation-topbar{z-index:5;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex;position:sticky;top:12px}.consultation-topbar .btn-back{background:#fff;flex-shrink:0;margin-bottom:0;box-shadow:0 4px 16px #00000014}.consultation-header{background:#fff;border:1px solid #e0e0e0;border-left:4px solid #247afb;border-radius:12px;flex:1;align-items:center;gap:1rem;padding:10px;display:flex;box-shadow:0 4px 16px #00000014}.consultation-avatar{object-fit:cover;object-position:top;border-radius:50%;width:40px;height:40px}.consultation-header h2{letter-spacing:-.24px;margin:0 0 2px;font-size:16px;line-height:1.2}.consultation-header p{color:#6b7280;margin:0;font-size:13px;line-height:1.2}.chat-window{background:0 0;flex-direction:column;flex:1;display:flex}.chat-messages{flex-direction:column;flex:1;padding:1.5rem;display:flex}.chat-message.bot{background:#fff;border:1px solid #e0e0e0;border-radius:12px;max-width:70%;margin-bottom:1rem;padding:.75rem 1rem;box-shadow:0 1px 3px #0000000f}.chat-message.user{color:#fff;background:#247afb;border-radius:12px 12px 4px;align-self:flex-end;max-width:70%;margin-bottom:1rem;padding:.75rem 1rem}.chat-message.bot.typing{color:#888;font-style:italic}.chat-input-bar{background:#fff;border:1px solid #e0e0e0;border-radius:12px;gap:.5rem;padding:1rem;display:flex;position:sticky;bottom:12px;box-shadow:0 4px 16px #00000014}.chat-input-bar input{border:1px solid #e0e0e0;border-radius:8px;outline:none;flex:1;padding:.75rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.chat-input-bar input:focus{border-color:#247afb;box-shadow:0 0 0 3px #247afb26}.chat-input-bar button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;transition:opacity .15s}.chat-input-bar button:hover:not(:disabled){opacity:.9}.chat-input-bar button:disabled{opacity:.45;cursor:not-allowed}.video-window{background:#1a1a2e;border-radius:12px;justify-content:center;align-items:center;height:500px;display:flex;position:relative}.video-placeholder{text-align:center;color:#fff}.video-placeholder span{margin-bottom:1rem;font-size:4rem;display:block}.video-note{color:#888;margin-top:.5rem;font-size:.85rem}.video-consultation-label{text-align:center;color:#1a1a1a;margin:16px 0 0;font-size:1rem;font-weight:600}.btn-start-video{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;padding:0;font-size:22px;line-height:1;transition:opacity .18s,transform .1s,box-shadow .18s;display:inline-flex;box-shadow:0 8px 20px #247afb59}.btn-start-video .svg-inline--fa{transform:translate(2px)}.btn-start-video:hover{opacity:.9;box-shadow:0 10px 24px #247afb73}.btn-start-video:active{transform:scale(.96)}.btn-stop-video{color:#fff;cursor:pointer;background:#e5484d;border:none;border-radius:999px;margin:16px auto 0;padding:12px 28px;font-size:.95rem;font-weight:600;line-height:1;transition:background .18s,transform .1s,box-shadow .18s;display:block;box-shadow:0 8px 20px #e5484d52}.btn-stop-video:hover{background:#cf3a3f;box-shadow:0 10px 24px #e5484d6b}.btn-stop-video:active{transform:scale(.96)}.btn-stop-video:focus-visible{outline-offset:2px;outline:2px solid #e5484d}.video-window:fullscreen{background:#0e1525;border-radius:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.video-window:fullscreen{background:#0e1525;border-radius:0;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.video-window:fullscreen .persona-video{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100vh}.video-window:fullscreen .persona-video{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100vh}.medcare-logo-overlay{z-index:10;pointer-events:none;width:229.2px;height:auto;display:none;position:absolute;top:20px;left:20px}.video-window:fullscreen .medcare-logo-overlay{display:block}.video-window:fullscreen .medcare-logo-overlay{display:block}@media (width<=600px){.medcare-logo-overlay{width:130px;top:12px;left:12px}}.mic-check{--mic-blue:#247afb;--mic-blue-hover:#1b66da;--mic-text:#1a1a1a;--mic-muted:#6b7280;--mic-ok:#16a34a;--mic-error:#dc2626;box-sizing:border-box;max-width:440px;font-family:var(--sans,system-ui, sans-serif);text-align:center;color:var(--mic-text);margin:16px auto;font-size:14px;line-height:1.4}.mic-check-status{justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:1.4;display:flex}.mic-check-status span{font-size:14px}.mic-check-status .svg-inline--fa{flex-shrink:0;width:16px;height:16px;font-size:16px}.mic-check-prompt{color:var(--mic-muted)}.mic-check-ok{color:var(--mic-text)}.mic-check-ok .svg-inline--fa{color:var(--mic-ok)}.mic-check-error,.mic-check-error .svg-inline--fa{color:var(--mic-error)}.mic-check-active{flex-direction:column;align-items:center;gap:10px;display:flex}.mic-level{background:#f3f4f6;border-radius:999px;width:100%;max-width:360px;height:8px;margin:0 auto;overflow:hidden}.mic-level-fill{background:linear-gradient(90deg,#247afb,#5b9bff);border-radius:999px;height:100%;transition:width 80ms linear}.mic-check-blocked{flex-direction:column;align-items:center;gap:10px;padding:12px;display:flex}.mic-check-enable-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;transition:opacity .18s,transform .1s;display:inline-flex}.mic-check-enable-btn .svg-inline--fa{width:16px;height:16px;font-size:16px}.mic-check-enable-btn:hover{opacity:.9}.mic-check-enable-btn:active{transform:scale(.99)}.mic-check-hint{max-width:380px;color:var(--mic-muted);margin:0 auto;font-size:12.5px;line-height:1.45}.video-placeholder .mic-check,.video-placeholder .mic-check-status,.video-placeholder .mic-check-status span{font-size:14px}.video-placeholder .mic-check-hint{font-size:12.5px}.video-placeholder .mic-check .svg-inline--fa{width:16px;height:16px;font-size:16px}@media (width<=480px){.mic-check{margin:12px auto}.mic-check-blocked{padding:8px}.mic-check-enable-btn{padding:9px 16px}}.fullscreen-btn{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#1a1a2e8c;border:1px solid #ffffff2e;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:16px;line-height:1;transition:background .18s,border-color .18s,transform .1s,box-shadow .18s;display:inline-flex;position:absolute;top:16px;right:16px;box-shadow:0 4px 14px #00000040}.fullscreen-btn:hover{background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border-color:#0000;box-shadow:0 6px 18px #247afb73}.fullscreen-btn:active{transform:scale(.94)}.fullscreen-btn:focus-visible{outline-offset:2px;outline:2px solid #247afb}.diag-panel{--diag-bg:#0e1525b8;--diag-border:#ffffff14;--diag-text:#c3c9d6;--diag-muted:#7d8597;--diag-mono:ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace;background:var(--diag-bg);border:1px solid var(--diag-border);width:100%;max-width:360px;color:var(--diag-text);-webkit-backdrop-filter:blur(6px);opacity:.8;border-radius:10px;margin:16px auto 0;font-size:12px;line-height:1.4;transition:opacity .2s}.diag-panel:hover{opacity:1}.diag-toggle{cursor:pointer;width:100%;color:var(--diag-muted);letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:8px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}.diag-toggle span{text-align:left;flex:1}.diag-toggle .svg-inline--fa{opacity:.8;font-size:11px}.diag-toggle:hover{color:var(--diag-text)}.diag-body{border-top:1px solid var(--diag-border);padding:4px 12px 12px}.diag-session{border-bottom:1px dashed var(--diag-border);font-family:var(--diag-mono);color:var(--diag-muted);word-break:break-all;margin-bottom:8px;padding-bottom:8px;font-size:11px}.diag-row{align-items:center;gap:8px;padding:3px 0;display:flex}.diag-label{color:var(--diag-text);flex:1}.diag-detail{font-family:var(--diag-mono);color:var(--diag-muted);text-align:right;word-break:break-word;font-size:11px}.diag-dot{background:var(--diag-muted);border-radius:50%;flex-shrink:0;width:8px;height:8px}.diag-ok{background:#34d399;box-shadow:0 0 6px #34d39999}.diag-warn{background:#f59e0b}.diag-error{background:#ef4444}.diag-idle{background:#5b6473}@media (prefers-reduced-motion:reduce){.diag-panel{transition:none}}.doc-download{margin-top:12px}.doc-download-btn{color:#247afb;cursor:pointer;background:#fff;border:1px solid #247afb;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 24px;font-size:.95rem;font-weight:600;line-height:1;transition:background .18s,color .18s,transform .1s,box-shadow .18s;display:inline-flex}.doc-download-btn .svg-inline--fa{font-size:1rem}.doc-download-btn:hover:not(:disabled){color:#fff;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);box-shadow:0 8px 20px #247afb52}.doc-download-btn:active:not(:disabled){transform:scale(.98)}.doc-download-btn:focus-visible{outline-offset:2px;outline:2px solid #247afb}.doc-download-btn:disabled{opacity:.65;cursor:progress}.doc-download-error{color:#e5484d;text-align:center;margin-top:8px;font-size:.85rem}.main-content:has(.ai-agents-page){display:block;overflow-y:auto}.ai-agents-page{max-width:1100px;margin:0 auto;padding:32px 40px}.ai-agents-grid{grid-template-columns:repeat(var(--ai-cols,1), minmax(0, 1fr));gap:20px;display:grid}@media (width<=900px){.ai-agents-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.ai-agents-page{padding:20px 16px}.ai-agents-grid{grid-template-columns:1fr}}.notfound-wrapper{box-sizing:border-box;flex:1;justify-content:center;align-items:center;width:100%;padding:24px;display:flex}.notfound-card{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:480px;display:flex}.notfound-code{letter-spacing:-6px;color:#1486c4;-webkit-user-select:none;user-select:none;margin:0;font-size:clamp(120px,22vw,220px);font-weight:900;line-height:1}.notfound-logo{width:clamp(120px,20vw,180px);height:auto;margin-bottom:8px}.notfound-divider{background:#247afb80;border-radius:99px;width:48px;height:3px;margin:4px 0}.notfound-title{color:var(--text-h);letter-spacing:-.3px;margin:0;font-size:clamp(20px,4vw,26px);font-weight:700}.notfound-subtitle{color:var(--text);margin:0;font-size:clamp(14px,2vw,16px);line-height:1.6}.notfound-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%);border:none;border-radius:10px;margin-top:12px;padding:12px 32px;font-size:15px;font-weight:600;transition:opacity .18s,transform .18s;box-shadow:0 4px 16px #247afb4d}.notfound-btn:hover{opacity:.88;transform:translateY(-2px)}.notfound-btn:active{opacity:1;transform:translateY(0)}@media (width<=480px){.notfound-code{letter-spacing:-3px}}.consultations-page{padding:2rem}.consultations-list{max-width:700px;margin:1.5rem auto 0}.consultation-item{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:12px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 1px 3px #0000000f}.consultation-item:hover{border-color:#247afb;transform:translateY(-2px);box-shadow:0 4px 12px #247afb1f}.consultation-item-avatar{object-fit:cover;object-position:top;border-radius:50%;flex-shrink:0;width:56px;height:56px}.consultation-item-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.consultation-item-info h3{color:#1a1a2e;margin:0;font-size:1rem;font-weight:600}.consultation-item-info p{color:#666;margin:0;font-size:.9rem}.consultation-item-date{color:#999;font-size:.8rem}.consultations-toolbar{flex-wrap:wrap;align-items:center;gap:12px;max-width:700px;margin:1.5rem auto 0;display:flex}.filter-segment{background:#6b72800f;border:none;border-radius:999px;gap:2px;padding:4px;display:inline-flex;box-shadow:inset 0 0 0 1px #0b12200a}.filter-segment-btn{white-space:nowrap;cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;height:32px;padding:0 14px;font-family:inherit;font-size:.875rem;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.filter-segment-btn:hover{color:#0b1220}.filter-segment-btn.active{color:#0b1220;background:#fff;font-weight:500;box-shadow:0 1px 2px #0b122014,0 1px 3px #0b12200f}.filter-search{color:#1a1a2e;background:#ffffff78;border:1px solid #e0e0e0;border-radius:8px;flex-grow:1;padding:8px 12px;font-size:.9rem;transition:border-color .15s}.filter-search:focus{border-color:#247afb;outline:none}.filter-sort{color:#1a1a2e;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:8px;font-size:.9rem;transition:border-color .15s}.filter-sort:focus{border-color:#247afb;outline:none}.consultations-count{color:#999;max-width:700px;margin:.75rem auto 0;font-size:.85rem}@media (width<=768px){.consultations-toolbar{flex-direction:column;align-items:stretch}.filter-search{width:100%}}.subscription-page{--sub-blue:#247afb;--sub-blue-hover:#1b66da;--sub-text:#0b1220;--sub-heading:#1a1a1a;--sub-muted:#6b7280;--sub-border:#e5e7eb;box-sizing:border-box;max-width:960px;font-family:var(--sans,system-ui, sans-serif);color:var(--sub-text);margin:0 auto;padding:32px 40px}.btn-back{color:var(--sub-muted);cursor:pointer;background:0 0;border:0;margin-bottom:20px;padding:4px 0;font-family:inherit;font-size:14px;transition:color .15s}.btn-back:hover{color:var(--sub-text)}.subscription-header{margin-bottom:28px}.subscription-title{color:var(--sub-heading);letter-spacing:-.01em;margin:0;font-size:24px;font-weight:700}.subscription-subtitle{color:#000;background-color:#fff;border-bottom:4px solid #e4e5e8;border-radius:0;margin:10px 0 25px;padding:5px;font-size:14px;font-weight:400;line-height:1.5}.subscription-loading{text-align:center;color:var(--sub-muted);padding:40px 0;font-size:14px}.subscription-plans{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:24px;margin-top:24px;display:grid}.plan-card{box-sizing:border-box;border:1px solid var(--sub-border);background:#fff;border-radius:16px;flex-direction:column;padding:28px;transition:box-shadow .18s,transform .18s;display:flex;position:relative}.plan-card-premium{border:2px solid var(--sub-blue);background:linear-gradient(#fff 0%,#f5f9ff 100%);box-shadow:0 12px 32px -12px #247afb4d}.plan-card-current{box-shadow:0 0 0 3px #247afb2e}.plan-card-premium.plan-card-current{box-shadow:0 0 0 3px #247afb2e,0 12px 32px -12px #247afb4d}.plan-card-badge{color:#4b5563;letter-spacing:.05em;text-transform:uppercase;background:#f3f4f6;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:16px;right:16px}.plan-card-badge-featured{background:var(--sub-blue);color:#fff}.plan-name{color:var(--sub-heading);margin:0;font-size:18px;font-weight:700}.plan-price{align-items:baseline;gap:6px;margin:12px 0;display:flex}.plan-price-amount{color:var(--sub-text);font-size:32px;font-weight:700}.plan-price-period{color:var(--sub-muted);font-size:13px}.plan-tagline{color:var(--sub-muted);margin:0;font-size:13.5px;line-height:1.5}.plan-features{flex-direction:column;gap:12px;margin:20px 0;padding:0;list-style:none;display:flex}.plan-features li{color:#374151;padding-left:28px;font-size:14px;line-height:1.5;position:relative}.plan-features li:before{content:"✓";color:#16a34a;background:#16a34a1f;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.plan-cta{cursor:pointer;border:0;border-radius:12px;width:100%;margin-top:auto;padding:13px;font-family:inherit;font-size:15px;font-weight:600;transition:background .18s,transform .1s}.plan-cta-upgrade{color:#fff;background:linear-gradient(90deg,#1486c4 0%,#76cf7e 100%)}.plan-cta-upgrade:hover{opacity:.9}.plan-cta-upgrade:active{transform:scale(.99)}.plan-cta-current{color:#9ca3af;cursor:not-allowed;background:#e5e7eb}.subscription-feedback{text-align:center;margin-top:16px;font-size:14px}.subscription-feedback.is-ok{color:#16a34a}.subscription-feedback.is-error{color:#dc2626}.subscription-demo{text-align:center;margin-top:28px}.subscription-demo-reset{color:#9ca3af;cursor:pointer;background:0 0;border:0;padding:4px 8px;font-family:inherit;font-size:12.5px;transition:color .15s}.subscription-demo-reset:hover{color:var(--sub-muted);text-decoration:underline}.usage-block{border:1px solid var(--sub-border);background:#fff;border-radius:16px;margin-top:32px;padding:24px 28px}.usage-title{color:var(--sub-heading);margin:0;font-size:16px;font-weight:700}.usage-period{color:var(--sub-muted);margin:4px 0 0;font-size:13px}.usage-bars{flex-direction:column;gap:18px;margin-top:20px;display:flex}.usage-item{flex-direction:column;gap:8px;display:flex}.usage-item-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.usage-item-label{color:#374151;font-size:14px;font-weight:500}.usage-item-count{font-variant-numeric:tabular-nums;color:var(--sub-muted);font-size:13px}.usage-bar{background:#eef2f7;border-radius:999px;height:8px;overflow:hidden}.usage-bar-fill{background:linear-gradient(90deg, #4f9bff 0%, var(--sub-blue) 100%);border-radius:999px;height:100%;transition:width .4s}.main-content:has(.subscription-page){scrollbar-width:thin;scrollbar-color:#d9d9d6 transparent;overflow-y:auto}.main-content:has(.subscription-page)::-webkit-scrollbar{width:6px}.main-content:has(.subscription-page)::-webkit-scrollbar-track{background:0 0}.main-content:has(.subscription-page)::-webkit-scrollbar-thumb{background:#d9d9d6;border-radius:999px}.main-content:has(.subscription-page)::-webkit-scrollbar-thumb:hover{background:#c2c2bd}@media (width<=720px){.subscription-page{padding:24px 18px}.subscription-plans{grid-template-columns:1fr}}.main-content:has(.checkout-page){overflow-y:auto}.checkout-page{scrollbar-width:thin;scrollbar-color:#c7ccd6 transparent;max-width:480px;margin:0 auto;padding:2rem 1rem 3rem}.main-content:has(.checkout-page)::-webkit-scrollbar{width:8px}.main-content:has(.checkout-page)::-webkit-scrollbar-track{background:0 0}.main-content:has(.checkout-page)::-webkit-scrollbar-thumb{background:#c7ccd6 padding-box padding-box;border:2px solid #0000;border-radius:999px}.main-content:has(.checkout-page)::-webkit-scrollbar-thumb:hover{background:#aab1bf padding-box padding-box}.btn-back{cursor:pointer;color:#444;background:0 0;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.95rem;transition:background .15s}.btn-back:hover{background:#f5f5f5}.checkout-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;box-shadow:0 12px 32px #11182714,0 2px 6px #1118270a}.checkout-head{align-items:center;gap:14px;margin-bottom:22px;display:flex}.checkout-head-icon{color:#fff;background:linear-gradient(135deg,#4f9bff 0%,#247afb 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;display:flex;box-shadow:0 8px 18px #247afb52}.checkout-title{color:#111827;margin:0 0 4px;font-size:22px;font-weight:600;line-height:1.2}.checkout-subtitle{color:#6b7280;margin:0;font-size:15px}.checkout-demo-banner{color:#247afb;background:#e6f1fb;border-radius:8px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 14px;font-size:13px;line-height:1.4;display:flex}.checkout-form{flex-direction:column;gap:16px;display:flex}.checkout-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-label{color:#374151;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.checkout-label .svg-inline--fa{color:#9ca3af}.checkout-brands{align-items:center;gap:6px;display:flex}.checkout-brands svg{border-radius:4px;display:block;box-shadow:0 1px 2px #1118271f}.checkout-input{box-sizing:border-box;color:#111827;border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.checkout-input::placeholder{color:#9ca3af}.checkout-input:focus{border-color:#247afb;box-shadow:0 0 0 3px #247afb26}.checkout-row{gap:12px;display:flex}.checkout-field{flex-direction:column;flex:1;gap:6px;display:flex}.checkout-summary{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:16px}.checkout-summary-line{color:#111827;justify-content:space-between;font-size:15px;font-weight:500;display:flex}.checkout-summary-note{color:#6b7280;margin:4px 0 0;font-size:13px}.checkout-error{color:#dc2626;text-align:center;margin-top:12px;font-size:13px}.btn-pay{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f9bff 0%,#247afb 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:20px;padding:14px;font-family:inherit;font-size:16px;font-weight:600;transition:filter .18s,box-shadow .18s,transform .1s;display:flex;box-shadow:0 8px 20px #247afb4d}.btn-pay:hover{filter:brightness(.96);box-shadow:0 10px 24px #247afb66}.btn-pay:active{transform:translateY(1px)}.btn-pay:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.checkout-secure-note{color:#9ca3af;justify-content:center;align-items:center;gap:6px;margin:16px 0 0;font-size:12.5px;display:flex}@media (width<=520px){.checkout-card{padding:20px}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.page-header{text-align:left;margin-bottom:28px}.page-header h1{letter-spacing:normal;color:#1a1a1a;margin:0;font-size:24px;font-weight:700}.page-header p{color:#6b7280;margin:6px 0 0;font-size:14px}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
