.dashboard-auth-mode{transition:all .16s ease}.dashboard-loading-dot{width:11px;height:11px;border-radius:9999px;background:#0f766e;box-shadow:0 0 #0f766e73;animation:dashboard-pulse 1.3s ease-out infinite;flex:none}@keyframes dashboard-pulse{0%{box-shadow:0 0 #0f766e73}70%{box-shadow:0 0 0 8px #0f766e00}to{box-shadow:0 0 #0f766e00}}.dashboard-auth-mode.is-active{background:#fff;box-shadow:0 1px 2px #0f172a14}.dashboard-nav-item{border:1px solid transparent;transition:all .18s ease}.dashboard-nav-item:hover{background:#f8fafc;border-color:#e2e8f0}.dashboard-nav-subitem{margin-left:.45rem;width:calc(100% - .45rem)}.dashboard-nav-item.is-active{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.dashboard-sidebar-overlay{position:fixed;inset:0;z-index:44;border:0;background:#0f172a61}@media(max-width:1023px){.dashboard-sidebar{position:fixed;inset:0 auto 0 0;z-index:45;width:min(88vw,340px);max-width:340px;overflow-y:auto;transform:translate(-104%);transition:transform .22s ease;border-right:1px solid #e2e8f0;border-bottom:0;box-shadow:0 28px 52px -34px #0f172ad1}.dashboard-sidebar.is-open{transform:translate(0)}}@media(min-width:1024px){.dashboard-sidebar{transform:none!important}.dashboard-sidebar-overlay{display:none!important}}.dashboard-conversations-layout{min-height:420px}.dashboard-conversations-list{display:flex;flex-direction:column;min-height:0}.dashboard-conversations-list-body{flex:1;min-height:0;overflow-y:auto;padding-right:.125rem}.dashboard-conversation-pane,.dashboard-conversation-pane-inner{min-height:0;height:100%}.dashboard-chat-bg{background-color:#efeae2;background-image:radial-gradient(circle at 16px 16px,rgba(15,23,42,.06) 1.4px,transparent 0);background-size:24px 24px;overflow-y:auto;flex:1;min-height:0}.dashboard-chat-shell{background:#fff;height:100%;min-height:0;display:flex;flex-direction:column}@media(min-width:1024px){.dashboard-conversations-layout{min-height:0;height:var(--dashboard-conversations-height, auto);max-height:var(--dashboard-conversations-height, none);overflow:hidden}}@media(max-width:1023px){.dashboard-mobile-chat-open{position:fixed;inset:4.25rem 0 0;z-index:29;background:#f1f5f9}.dashboard-mobile-chat-open .dashboard-chat-shell{width:100%;height:calc(100dvh - 4.25rem);min-height:0;border-radius:0;border-left:0;border-right:0;border-bottom:0}.dashboard-chat-shell{min-height:calc(100dvh - 10.5rem)}}.dashboard-client-panel-backdrop{position:absolute;inset:0;z-index:39;border:0;background:#0f172a47;border-radius:1rem}.dashboard-client-panel{position:absolute;right:1rem;top:1rem;z-index:40;width:min(360px,calc(100% - 2rem));max-height:calc(100% - 2rem);overflow-y:auto;border-radius:1rem;border:1px solid #e2e8f0;background:#f8fafc;padding:1rem;box-shadow:0 20px 45px -30px #0f172a99}.calendar-shell{border:1px solid #e2e8f0;border-radius:1rem;background:#fff;padding:.75rem}.calendar-grid{display:grid;grid-template-columns:72px repeat(7,minmax(120px,1fr));gap:.5rem;align-items:start}.calendar-hours{position:relative;border-right:1px solid #e2e8f0}.calendar-hour-label{position:absolute;right:.5rem;transform:translateY(-.5rem);color:#94a3b8;font-size:11px;font-weight:700;letter-spacing:.04em}.calendar-day{min-width:0}.calendar-day-header{margin-bottom:.35rem;border-radius:.65rem;border:1px solid #e2e8f0;background:#f8fafc;padding:.45rem .5rem;text-align:center}.calendar-column{position:relative;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;overflow:hidden;cursor:pointer}.calendar-hour-line{position:absolute;left:0;right:0;border-top:1px dashed #e2e8f0}.calendar-event{position:absolute;left:.35rem;right:.35rem;z-index:2;border-radius:.6rem;border:1px solid #bfdbfe;background:#eff6ff;padding:.25rem .4rem;overflow:hidden;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.calendar-event:hover{border-color:#93c5fd;box-shadow:0 8px 20px -16px #0f172acc}.calendar-event:focus-visible{outline:2px solid #60a5fa;outline-offset:1px}.dashboard-modal{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:1rem}.dashboard-modal.hidden{display:none}.dashboard-modal-backdrop{position:absolute;inset:0;border:0;background:#0f172a73;cursor:pointer}.dashboard-modal-panel{position:relative;z-index:1;width:min(920px,100%);max-height:calc(100vh - 2rem);overflow-y:auto;border-radius:1rem;border:1px solid #dbe2ea;background:#fff;padding:1rem}.dashboard-connect-modal-panel{width:min(560px,100%);padding:1.25rem}.dashboard-onboarding-modal-panel{width:min(1120px,100%);max-height:calc(100vh - 2rem);padding:1.25rem;position:relative;background:radial-gradient(circle at top left,rgba(16,185,129,.08),transparent 24%),linear-gradient(180deg,#fff,#f8fafc)}.dashboard-onboarding-confetti{position:absolute;inset:0;z-index:2;width:100%;height:100%;pointer-events:none}.dashboard-onboarding-loading-overlay{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:1.5rem;border-radius:inherit;background:#ffffffd1;backdrop-filter:blur(5px)}.dashboard-onboarding-loading-card{width:min(460px,100%);border:1px solid #dbe2ea;border-radius:1.5rem;background:#fff;padding:1.5rem;text-align:center;box-shadow:0 24px 40px -24px #0f172a59}@media(max-width:767px){.dashboard-onboarding-modal-panel{padding:1rem}.dashboard-onboarding-loading-card{padding:1.25rem}}body.dashboard-modal-open{overflow:hidden}@keyframes typingDot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.typing-dot{animation:typingDot 1.1s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@media(prefers-reduced-motion:reduce){.typing-dot{animation:none}}
