*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--c-black: #0a0a0a;--c-bg: #0f0f0f;--c-surface: #1a1a1a;--c-surface-hover: #222222;--c-graphite: #2a2a2a;--c-graphite-light: #3a3a3a;--c-border: #2e2e2e;--c-border-light: #383838;--c-text: #f0f0f0;--c-text-muted: #9a9a9a;--c-text-subtle: #6b6b6b;--c-red: #e8282b;--c-red-dark: #b71c1f;--c-red-glow: rgba(232, 40, 43, .15);--c-white: #ffffff;--c-green: #22c55e;--c-green-soft: rgba(34, 197, 94, .12);--ff-main: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--header-h: 64px;--panel-w: 340px;--t-fast: .15s ease;--t-normal: .25s ease;--t-smooth: .35s cubic-bezier(.4, 0, .2, 1);--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-full: 9999px}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--ff-main);background:var(--c-bg);color:var(--c-text);min-height:100vh;min-height:100dvh;overflow:hidden}img{display:block;max-width:100%;height:auto}#app{display:flex;flex-direction:column;height:100vh;height:100dvh}#page-header{height:var(--header-h);background:linear-gradient(180deg,#141414,#111);border-bottom:1px solid var(--c-border);display:flex;align-items:center;padding:0 24px;flex-shrink:0;position:relative;z-index:100}#page-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--c-red) 30%,var(--c-red) 70%,transparent);opacity:.4}.header-inner{width:100%;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:14px}.brand-logo{width:40px;height:40px;background:var(--c-red);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px var(--c-red-glow);position:relative;overflow:hidden}.brand-logo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%)}.brand-m{font-size:22px;font-weight:800;color:var(--c-white);line-height:1;position:relative;z-index:1}.brand-text{display:flex;flex-direction:column;gap:1px}.brand-name{font-size:16px;font-weight:700;color:var(--c-white);letter-spacing:-.02em;line-height:1.2}.brand-tagline{font-size:11px;font-weight:500;color:var(--c-text-muted);letter-spacing:.04em;text-transform:uppercase}#main-content{flex:1;display:flex;overflow:hidden;min-height:0}#assistant-panel{width:var(--panel-w);flex-shrink:0;background:linear-gradient(180deg,#141414,#111);border-right:1px solid var(--c-border);display:flex;flex-direction:column;overflow-y:auto;padding:32px 24px}.assistant-card{display:flex;flex-direction:column;align-items:center;gap:24px}.avatar-wrapper{position:relative;width:220px;height:220px;flex-shrink:0}.avatar-img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:var(--r-xl);border:2px solid var(--c-border-light);box-shadow:0 4px 20px #0006,0 0 40px var(--c-red-glow);transition:var(--t-smooth)}.avatar-img:hover{border-color:var(--c-red);box-shadow:0 8px 30px #00000080,0 0 60px var(--c-red-glow);transform:translateY(-2px)}.status-badge{position:absolute;bottom:12px;right:12px;width:24px;height:24px;background:var(--c-surface);border-radius:var(--r-full);display:flex;align-items:center;justify-content:center;border:2px solid #141414}.status-dot{width:12px;height:12px;background:var(--c-green);border-radius:var(--r-full);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 #22c55e80}50%{box-shadow:0 0 0 6px #22c55e00}}.assistant-info{text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.assistant-name{font-size:24px;font-weight:700;color:var(--c-white);letter-spacing:-.02em}.assistant-role{font-size:14px;font-weight:500;color:var(--c-text-muted)}.assistant-status{display:flex;align-items:center;gap:8px;margin-top:4px;padding:6px 14px;background:var(--c-green-soft);border-radius:var(--r-full);border:1px solid rgba(34,197,94,.15)}.status-indicator{width:8px;height:8px;background:var(--c-green);border-radius:var(--r-full);animation:pulse-dot 2s ease-in-out infinite}.status-text{font-size:12px;font-weight:600;color:var(--c-green);letter-spacing:.02em}.assistant-description{font-size:13px;line-height:1.6;color:var(--c-text-muted);text-align:center;padding:0 8px}.assistant-features{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:8px}.feature-item{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--c-surface);border-radius:var(--r-md);border:1px solid var(--c-border);transition:var(--t-fast)}.feature-item:hover{background:var(--c-surface-hover);border-color:var(--c-border-light)}.feature-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.feature-label{font-size:13px;font-weight:500;color:var(--c-text-muted)}#webchat-section{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;position:relative;background:var(--c-bg)}#webchat-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,var(--c-red-glow) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(42,42,42,.3) 0%,transparent 50%);pointer-events:none;z-index:0}#webchat-container{flex:1;display:flex;flex-direction:column;position:relative;min-height:0;overflow:hidden;z-index:1}.webchat-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:var(--c-bg);z-index:10;transition:opacity .5s ease}.webchat-loading.hidden{opacity:0;pointer-events:none}.loading-spinner{width:40px;height:40px;border:3px solid var(--c-graphite);border-top-color:var(--c-red);border-radius:var(--r-full);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.webchat-loading p{font-size:14px;color:var(--c-text-muted);font-weight:500}div[id^=bp-web-widget] button,div[class*=bpw] button[class*=launcher],div[class*=bpw] button[class*=Fab],.bpw-widget-btn,.bpw-floating-button,button[aria-label="Open chat"],button[aria-label="Close chat"],div[id^=bp-web-widget]>div>button{display:none!important;visibility:hidden!important;width:0!important;height:0!important;opacity:0!important;pointer-events:none!important;position:absolute!important;overflow:hidden!important}div[id^=bp-web-widget]{position:fixed!important;top:var(--header-h)!important;left:var(--panel-w)!important;right:0!important;bottom:0!important;width:auto!important;height:auto!important;max-width:none!important;max-height:none!important;z-index:50!important;border-radius:0!important;box-shadow:none!important;transform:none!important;margin:0!important;padding:0!important}div[id^=bp-web-widget]>div{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;position:relative!important;border-radius:0!important;box-shadow:none!important;top:0!important;right:0!important;bottom:0!important;left:0!important}div[id^=bp-web-widget] iframe{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;border:none!important;border-radius:0!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important}@media(max-width:900px){:root{--panel-w: 280px}#assistant-panel{padding:24px 16px}.avatar-wrapper{width:180px;height:180px}.assistant-name{font-size:20px}.assistant-description{font-size:12px}}@media(max-width:680px){:root{--header-h: 56px;--panel-w: 0px}#main-content{flex-direction:column}#assistant-panel{width:100%;flex-direction:row;padding:16px;overflow:visible;border-right:none;border-bottom:1px solid var(--c-border)}.assistant-card{flex-direction:row;align-items:center;gap:16px;width:100%}.avatar-wrapper{width:60px;height:60px;flex-shrink:0}.avatar-img{border-radius:var(--r-md)}.status-badge{width:18px;height:18px;bottom:-2px;right:-2px;border-width:2px}.status-dot{width:8px;height:8px}.assistant-info{text-align:left;align-items:flex-start;gap:2px}.assistant-name{font-size:16px}.assistant-role{font-size:12px}.assistant-status{padding:4px 10px;margin-top:2px}.status-text{font-size:11px}.assistant-description,.assistant-features{display:none}#webchat-section{flex:1;min-height:0}.brand-name{font-size:14px}.brand-tagline{font-size:10px}.brand-logo{width:34px;height:34px}.brand-m{font-size:18px}#page-header{height:56px;padding:0 16px}div[id^=bp-web-widget]{top:148px!important;left:0!important}}@media(max-width:400px){.brand-tagline{display:none}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--c-graphite-light);border-radius:var(--r-full)}::-webkit-scrollbar-thumb:hover{background:var(--c-text-subtle)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.assistant-card{animation:fadeInUp .6s ease-out}.feature-item:nth-child(1){animation:fadeInUp .6s ease-out .1s both}.feature-item:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.feature-item:nth-child(3){animation:fadeInUp .6s ease-out .3s both}
