:root{--alpha-blue-dark:#1a3a5c;--alpha-blue-medium:#2c5282;--alpha-blue-soft:#e8edf4;--alpha-gold:#c9a961;--alpha-gold-light:#d4b87a;--alpha-white:#fff;--alpha-gray-light:#f0f2f5;--alpha-gray-medium:#d8dce3;--alpha-text:#2d3748}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}#root{flex-direction:column;height:100vh;display:flex;overflow:hidden}body{background:linear-gradient(180deg, var(--alpha-blue-soft) 0%, var(--alpha-gray-light) 100%);color:var(--alpha-text);font-family:Playfair Display,Georgia,serif;font-size:18px;line-height:1.65}.alpha-chat-container [data-testid=agent-chat-root] .MuiTypography-body2{font-size:1.125rem!important;line-height:1.75!important}.alpha-chat-container [data-testid=agent-chat-root] .MuiTypography-body1{font-size:1.15rem!important;line-height:1.75!important}.alpha-chat-container [data-testid=agent-chat-root] .MuiInputBase-input{font-size:1.1rem!important}.alpha-chat-container [data-testid=agent-chat-root] .MuiTypography-caption{font-size:.875rem!important}.alpha-header{background:linear-gradient(135deg, var(--alpha-blue-dark) 0%, var(--alpha-blue-medium) 100%);color:var(--alpha-white);flex-shrink:0;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.alpha-header-content{align-items:center;gap:1.5rem;display:flex}.alpha-logo{border:2px solid var(--alpha-gold);object-fit:cover;background:#fff;border-radius:50%;width:44px;height:44px}.alpha-header-text h1{letter-spacing:.5px;margin-bottom:.15rem;font-size:1.5rem;font-weight:600}.alpha-header-tagline{opacity:.95;letter-spacing:.3px;margin-bottom:.1rem;font-family:Lato,Helvetica,sans-serif;font-size:.95rem;font-weight:400}.alpha-header-subtitle{opacity:.75;font-family:Lato,Helvetica,sans-serif;font-size:.8rem;font-weight:300}.alpha-header-badge{background:var(--alpha-gold);color:var(--alpha-blue-dark);letter-spacing:.5px;border-radius:16px;padding:.3rem .9rem;font-family:Lato,sans-serif;font-size:.75rem;font-weight:600}.alpha-main{flex-direction:column;flex:1;width:100%;max-width:1200px;min-height:0;margin:0 auto;padding:1rem 2rem;display:flex;overflow:hidden}.alpha-layout{flex:1;grid-template-columns:1fr;gap:1rem;width:100%;max-width:900px;min-height:0;margin:0 auto;display:grid}.alpha-layout.alpha-authed{grid-template-columns:320px 1fr;max-width:1100px}.alpha-chat-container{background:#fff;border-radius:12px;flex-direction:column;min-height:0;display:flex;overflow:hidden;box-shadow:0 4px 24px #1a3a5c1a}.alpha-chat-container [data-testid=agent-chat-root]{flex-direction:column;display:flex;height:100%!important;max-height:none!important}.alpha-chat-container [data-testid=agent-chat-root]>div:nth-child(2){flex:1;min-height:0;overflow-y:auto!important}.alpha-chat-container [data-testid=agent-chat-root]>form{flex-shrink:0}.alpha-side{background:#fff;border-radius:12px;height:fit-content;padding:2rem;box-shadow:0 4px 20px #00000014}.alpha-side-title{text-transform:uppercase;letter-spacing:1px;color:var(--alpha-gold);margin-bottom:1.5rem;font-family:Lato,sans-serif;font-size:.85rem;font-weight:600}.alpha-side-profile{border-bottom:1px solid var(--alpha-gray-medium);flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.alpha-avatar-btn{border:3px solid var(--alpha-gold);cursor:pointer;background:var(--alpha-gray-light);width:80px;height:80px;color:var(--alpha-blue-dark);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:600;display:flex;position:relative;overflow:hidden}.alpha-avatar-btn img{object-fit:cover;width:100%;height:100%}.alpha-avatar-cam{background:var(--alpha-gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex;position:absolute;bottom:0;right:0}.alpha-side-block{margin-bottom:1.5rem}.alpha-side-label{text-transform:uppercase;letter-spacing:.5px;color:#718096;margin-bottom:.5rem;font-family:Lato,sans-serif;font-size:.75rem}.alpha-side-value{color:var(--alpha-text);font-size:1.05rem;font-weight:500}.alpha-side-name{cursor:pointer;align-items:center;gap:.5rem;display:flex}.alpha-edit-pencil{opacity:.6;font-size:.9rem}.alpha-name-edit{align-items:center;gap:.5rem;display:flex}.alpha-name-edit input{border:1px solid var(--alpha-gray-medium);border-radius:6px;flex:1;padding:.5rem;font-size:.95rem}.alpha-mini-btn{background:var(--alpha-gray-light);border:1px solid var(--alpha-gray-medium);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex}.alpha-mini-btn-ok{background:var(--alpha-gold);color:#fff;border-color:var(--alpha-gold)}.alpha-logout-mini{border:1px solid var(--alpha-blue-medium);color:var(--alpha-blue-medium);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-family:Lato,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.alpha-logout-mini:hover{background:var(--alpha-blue-medium);color:#fff}.alpha-side-definitions{counter-reset:def-counter;list-style:none}.alpha-side-definition{counter-increment:def-counter;border-bottom:1px solid var(--alpha-gray-medium);padding:.75rem 0;font-size:1rem;line-height:1.6}.alpha-side-definition:before{content:counter(def-counter) ". ";color:var(--alpha-gold);margin-right:.5rem;font-weight:600}.alpha-placeholder{color:#a0aec0;font-style:italic}.alpha-side-status{border-top:1px solid var(--alpha-gray-medium);margin-top:1.5rem;padding-top:1.5rem}.alpha-badge{background:var(--alpha-gold);color:var(--alpha-blue-dark);border-radius:16px;padding:.4rem 1rem;font-family:Lato,sans-serif;font-size:.8rem;font-weight:600;display:inline-block}.alpha-badge-onboarding{background:var(--alpha-gray-medium);color:var(--alpha-text)}.alpha-mail-note{color:#718096;margin-top:.5rem;font-size:.75rem;font-style:italic}.alpha-footer{background:var(--alpha-blue-dark);color:var(--alpha-white);text-align:center;flex-shrink:0;padding:.4rem 1.5rem}.alpha-footer-content{max-width:1200px;margin:0 auto}.alpha-footer p{opacity:.8;margin-bottom:.2rem;font-family:Lato,sans-serif;font-size:.8rem}.alpha-footer a{color:var(--alpha-gold);text-decoration:none}.alpha-footer a:hover{text-decoration:underline}.alpha-footer-credit{opacity:.5;justify-content:center;align-items:center;gap:.3rem;margin-top:.25rem;font-family:Lato,sans-serif;font-size:.65rem;display:flex}.alpha-footer-credit a{color:var(--alpha-gold);text-decoration:none}.alpha-footer-credit a:hover{opacity:1;text-decoration:underline}.alpha-footer-logo{opacity:.7}@media (width<=1024px){.alpha-main{max-width:100%;padding:2rem 1.5rem}.alpha-layout,.alpha-layout.alpha-authed{max-width:100%}body{font-size:16px}.alpha-header,.alpha-footer{display:none}.alpha-layout.alpha-authed{grid-template-columns:1fr}.alpha-header{gap:.5rem;padding:.4rem .75rem}.alpha-header-content{gap:.6rem;min-width:0}.alpha-header-text{min-width:0}.alpha-header-text h1{font-size:1.15rem}.alpha-header-tagline{font-size:.75rem;line-height:1.25}.alpha-header-subtitle{font-size:.68rem;line-height:1.2}.alpha-header-badge{flex-shrink:0;padding:.25rem .75rem;font-size:.7rem}.alpha-main{padding:.5rem .75rem}.alpha-chat-container{border-radius:10px;min-height:0}.alpha-chat-container [data-testid=agent-chat-root]{min-height:0}.alpha-side{max-height:28vh;padding:1rem;overflow-y:auto}.alpha-side-profile{flex-direction:row;gap:.6rem;margin-bottom:.75rem;padding-bottom:.75rem}.alpha-avatar-btn{border-width:2px;width:52px;height:52px;font-size:1.4rem}.alpha-avatar-cam{width:20px;height:20px;font-size:.7rem}.alpha-side-block,.alpha-side-title{margin-bottom:.75rem}.alpha-side-value,.alpha-side-definition{font-size:.9rem}.alpha-chat-container [data-testid=agent-chat-root] .MuiTypography-body2{font-size:.95rem!important;line-height:1.5!important}.alpha-chat-container [data-testid=agent-chat-root] .MuiTypography-body1{font-size:1rem!important;line-height:1.5!important}.alpha-chat-container [data-testid=agent-chat-root] .MuiInputBase-input{font-size:.95rem!important}}@media (width<=480px){.alpha-header{padding:.4rem .75rem}.alpha-logo{width:38px;height:38px}.alpha-header-text h1{font-size:1.2rem}.alpha-header-tagline{font-size:.8rem}.alpha-header-tagline,.alpha-header-subtitle{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.alpha-header-badge{padding:.2rem .5rem;font-size:.62rem}.alpha-chat-container [data-testid=agent-chat-root] .MuiTypography-body2{font-size:.9rem!important;line-height:1.45!important}.alpha-chat-container [data-testid=agent-chat-root] .MuiInputBase-input{font-size:.9rem!important}.alpha-main{padding:.5rem}.alpha-chat-container [data-testid=agent-chat-root]>div:nth-child(2),.alpha-chat-container [data-testid=agent-chat-root]>form{padding:.75rem}}
