@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";.app-shell{min-height:100vh;width:100%;max-width:100%;display:grid;grid-template-columns:15.5rem minmax(0,1fr)}.sidebar{display:flex;flex-direction:column;gap:1rem;padding:1rem .9rem;border-right:1px solid var(--line);background:#fff;box-shadow:6px 0 20px #0f2d2505;position:sticky;top:0;height:100vh;z-index:10}.sidebar__brand{display:flex;align-items:center;gap:.65rem;padding:.1rem .2rem .4rem;text-decoration:none}.sidebar__brand strong{display:block;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;color:var(--surface-deep);letter-spacing:-.02em}.sidebar__brand-badge{width:2.4rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:#fff;border:1px solid var(--line);padding:.2rem;overflow:hidden;flex-shrink:0}.sidebar__brand-badge-img{width:100%;height:100%;object-fit:contain;display:block}.sidebar__nav{display:flex;flex-direction:column;gap:.25rem}.sidebar__link,.sidebar__foot-link{display:flex;align-items:center;gap:.65rem;border-radius:var(--radius-md);padding:.6rem .85rem;border:0;background:transparent;color:var(--text-soft);font-weight:600;font-size:.88rem;transition:all .15s ease}.sidebar__link.is-active{background:linear-gradient(135deg,#074e3e,#0b6852);color:#fff;box-shadow:var(--shadow-sm)}.sidebar__link:hover:not(.is-active),.sidebar__foot-link:hover{background:#10b98114;color:var(--surface-deep)}.sidebar__compose{margin-top:auto;width:100%}.sidebar__footer{margin-top:auto;display:flex;flex-direction:column;gap:.25rem}.app-main{min-width:0;max-width:100%;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.6rem;background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:5}.topbar:before{content:"";position:absolute;top:0;left:0;right:0;height:2.5px;background:linear-gradient(90deg,#10b981,#06b6d4,#6366f1)}.topbar__title-group{flex:1 1 20rem;min-width:0}.topbar__title{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;color:var(--surface-deep)}.topbar__title-group p{margin:.1rem 0 0;color:var(--text-soft);font-size:.8rem;line-height:1.4}.topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;flex:0 1 auto}.topbar__profile{display:flex;align-items:center;gap:.65rem;padding:.25rem .65rem;border-radius:var(--radius-md);background:#0e2b240a;border:1px solid rgba(14,43,36,.06)}.topbar__profile strong{display:block;font-size:.84rem;font-weight:700;color:var(--text-primary)}.topbar__profile small{color:var(--text-soft);font-size:.72rem;font-weight:600}.page-content{width:100%;max-width:100%;margin:0;padding:1.25rem 1.4rem;box-sizing:border-box;overflow-x:hidden}.workspace-page{display:flex;flex-direction:column;min-width:0;width:100%;max-width:100%;gap:1.1rem;animation:fadeSlide .35s cubic-bezier(.16,1,.3,1) both}@keyframes fadeSlide{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;width:100%}.page-header h1{margin:0;font-family:Outfit,sans-serif;font-size:1.65rem;font-weight:800;letter-spacing:-.02em;color:var(--surface-deep)}.page-header p{margin:.15rem 0 0;color:var(--text-soft);max-width:46rem;line-height:1.45;font-size:.86rem}.page-eyebrow{display:inline-block;margin-bottom:.2rem;color:var(--mint);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.page-header__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.metric-grid.metric-grid--4,.metric-grid--4{display:grid!important;gap:1.25rem!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-bottom:1.75rem!important;width:100%!important}@media (max-width: 1100px){.metric-grid.metric-grid--4,.metric-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 540px){.metric-grid.metric-grid--4,.metric-grid--4{grid-template-columns:1fr!important}}.directory-grid{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.filter-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-row--spaced{justify-content:space-between}.filter-chip{display:inline-flex;align-items:center;gap:.5rem;border:1px solid var(--line);border-radius:99px;padding:.6rem 1.1rem;background:#fff;color:var(--text-soft);font-weight:700;font-size:.86rem;cursor:pointer;transition:all .18s ease;box-shadow:var(--shadow-sm)}.filter-chip:hover{border-color:var(--line-strong);color:var(--text-primary);transform:translateY(-1px)}.filter-chip.is-active{background:linear-gradient(135deg,#074e3e,#0b6852);color:#fff;border-color:transparent}.compact-search{display:flex;align-items:center;gap:.65rem;padding:.55rem 1rem;border-radius:99px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);color:var(--text-soft);min-width:260px}.compact-search input{border:0;background:transparent;padding:0;outline:none;font-size:.88rem;color:var(--text);width:100%}.client-card{background:#ffffffeb;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.4rem 1.6rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.1rem;transition:all .18s cubic-bezier(.4,0,.2,1)}.client-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.client-card__header,.client-card__footer,.client-card__metric{display:flex;align-items:center;justify-content:space-between;gap:1rem}.client-card__header>div{flex:1;min-width:0}.client-card__header strong{display:block;font-size:1rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.client-card__header span{color:var(--text-soft);font-size:.82rem}.client-card__metric span{font-size:.82rem;font-weight:700;color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em}.client-card__metric strong{font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800;color:var(--surface-deep)}.progress-line{height:.45rem;border-radius:99px;background:#0e2b2414;overflow:hidden}.progress-line span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#10b981,#0b6852);transition:width .3s ease}.client-card__footer{padding-top:.85rem;border-top:1px solid var(--line);font-size:.84rem}.client-card__footer span{color:var(--text-soft);font-weight:600}.metric-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:1.75rem}@media (max-width: 1280px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 480px){.metric-grid{grid-template-columns:1fr}}.stat-card{position:relative;overflow:hidden;padding:1.35rem 1.5rem;border-radius:20px;border:1px solid rgba(226,232,240,.85);background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 4px 20px -2px #0f172a0a,0 2px 6px -1px #0f172a05;transition:all .24s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;justify-content:space-between;min-height:145px}.stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 30px -10px #0f172a14,0 8px 15px -6px #0f172a0a;border-color:#cbd5e1f2}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3.5px}.stat-card--mint:before{background:linear-gradient(90deg,#10b981,#34d399)}.stat-card--sky:before{background:linear-gradient(90deg,#0284c7,#38bdf8)}.stat-card--emerald:before{background:linear-gradient(90deg,#059669,#10b981)}.stat-card--violet:before{background:linear-gradient(90deg,#7c3aed,#a78bfa)}.stat-card--rose:before{background:linear-gradient(90deg,#e11d48,#fb7185)}.stat-card__header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;z-index:1}.stat-card__icon{width:2.85rem;height:2.85rem;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;box-shadow:inset 0 1px 2px #fff9;transition:transform .2s ease}.stat-card:hover .stat-card__icon{transform:scale(1.08) rotate(-3deg)}.stat-card--mint .stat-card__icon{background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669;border:1px solid rgba(16,185,129,.2)}.stat-card--sky .stat-card__icon{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#0284c7;border:1px solid rgba(2,132,199,.2)}.stat-card--emerald .stat-card__icon{background:linear-gradient(135deg,#ecfdf5,#a7f3d0);color:#047857;border:1px solid rgba(5,150,105,.2)}.stat-card--violet .stat-card__icon{background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#6d28d9;border:1px solid rgba(109,40,217,.2)}.stat-card--rose .stat-card__icon{background:linear-gradient(135deg,#fff1f2,#ffe4e6);color:#e11d48;border:1px solid rgba(225,29,72,.2)}.stat-card__delta{padding:.25rem .65rem;border-radius:9999px;background:#dcfce7;color:#15803d;font-size:.76rem;font-weight:800;letter-spacing:.02em}.stat-card__delta.is-negative{background:#fee2e2;color:#991b1b}.stat-card__subtext{font-size:.74rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:.25rem .6rem;border-radius:9999px;border:1px solid rgba(226,232,240,.9)}.stat-card__body{margin-top:1.1rem;z-index:1}.stat-card__label{display:block;color:#64748b;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.stat-card__value{margin-top:.25rem;font-family:Outfit,sans-serif;font-size:clamp(1.9rem,2.6vw,2.4rem);font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.1}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:1.5rem;align-items:stretch}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}}.panel--chart,.panel--side{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.75rem;box-shadow:0 4px 20px -2px #0f172a08;display:flex;flex-direction:column;justify-content:space-between}.legend-group{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;color:var(--text-soft);font-size:.86rem;font-weight:600}.dot{display:inline-block;width:.65rem;height:.65rem;margin-right:.45rem;border-radius:99px;background:#0e2b2426}.dot--solid{background:#059669}.bar-chart{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:1.1rem;align-items:end;height:210px;padding-top:1.5rem;padding-bottom:.5rem}.bar-chart__column{display:flex;flex-direction:column;align-items:center;gap:.75rem;height:100%}.bar-chart__bar-shell{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center}.bar-chart__bar{width:75%;max-width:38px;min-height:12px;border-radius:var(--radius-md) var(--radius-md) 0 0;background:#f1f5f9;border:1px solid var(--line);overflow:hidden;display:flex;align-items:flex-end;transition:height .35s cubic-bezier(.4,0,.2,1)}.bar-chart__bar-fill{width:100%;background:linear-gradient(180deg,#10b981,#059669);border-radius:inherit;transition:height .4s ease}.bar-chart__column span{color:var(--text-soft);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.agent-list{display:flex;flex-direction:column;gap:.9rem;margin-top:1.1rem}.agent-card{display:flex;gap:1rem;align-items:center;padding:1rem 1.25rem;border-radius:14px;background:#f8fafc;border:1px solid var(--line);transition:all .18s ease}.agent-card:hover{background:#fff;border-color:var(--line-strong);box-shadow:0 4px 16px #0000000a}.agent-card__content{flex:1;min-width:0}.agent-card__content strong{display:block;margin-bottom:.35rem;font-size:.94rem;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-card__content small{color:var(--text-soft);font-size:.82rem;font-weight:600}.agent-card__bar{height:.45rem;margin-bottom:.5rem;border-radius:99px;background:#0e2b2414;overflow:hidden}.agent-card__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#10b981,#059669)}.panel--insight{display:flex;align-items:center;gap:1.4rem;background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.6rem 1.8rem;box-shadow:0 4px 20px #00000008}.panel__progress{--progress: 50%;width:5.5rem;height:5.5rem;display:grid;place-items:center;border-radius:99px;background:radial-gradient(circle at center,#ffffff 58%,transparent 59%),conic-gradient(#059669 var(--progress),rgba(14,43,36,.08) 0);font-weight:800;font-size:1.1rem;color:var(--surface-deep);box-shadow:var(--shadow-sm)}.panel__progress--cool{background:radial-gradient(circle at center,#ffffff 58%,transparent 59%),conic-gradient(#0284c7 var(--progress),rgba(3,105,161,.1) 0);color:#0284c7}.login-fullpage-screen{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;min-height:100vh;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;z-index:9999;background:#fff}@media (max-width: 900px){.login-fullpage-screen{grid-template-columns:1fr;position:relative;height:auto;min-height:100vh;overflow-y:auto}.login-animated-panel{display:none}}.login-animated-panel{position:relative;background:linear-gradient(135deg,#f0fdf4,#ecfdf5 45%,#f0f9ff);color:#0f172a;padding:2.25rem 2.75rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;height:100%;border-right:1px solid rgba(226,232,240,.85)}.panel-brand-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start;gap:.9rem;font-family:Outfit,Sora,sans-serif;font-size:1.4rem;font-weight:800;color:#0f172a;flex-shrink:0;width:100%;letter-spacing:-.02em}.brand-logo-box{width:3.2rem;height:2.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;background:#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 4px 14px #0f172a0f;padding:.3rem .45rem;overflow:hidden}.brand-logo-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.animated-bg-sphere{position:absolute;border-radius:50%;pointer-events:none}.animated-bg-sphere--1{top:-80px;right:-80px;width:380px;height:380px;background:#6ee7b7;filter:blur(80px);opacity:.5;animation:pulseGlow 6s ease-in-out infinite alternate}.animated-bg-sphere--2{bottom:-90px;left:-70px;width:420px;height:420px;background:#7dd3fc;filter:blur(85px);opacity:.5;animation:floatSlow 8s ease-in-out infinite alternate}.animated-bg-sphere--3{top:40%;right:10%;width:300px;height:300px;background:#a7f3d0;filter:blur(90px);opacity:.45;animation:floatSlow 7s ease-in-out 1s infinite alternate}.bubbly-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:1}.bubble{position:absolute;border-radius:50%;background:radial-gradient(circle at 32% 32%,#fffffff2,#a7f3d059 55%,#7dd3fc40);border:1.5px solid rgba(255,255,255,.75);box-shadow:0 8px 24px #10b98124,inset 0 2px 6px #ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:bubbleFloat 9s cubic-bezier(.4,0,.2,1) infinite;opacity:.75}.bubble--1{width:85px;height:85px;left:10%;bottom:-100px;animation-duration:11s;animation-delay:0s}.bubble--2{width:55px;height:55px;left:65%;bottom:-80px;animation-duration:8.5s;animation-delay:1.5s}.bubble--3{width:105px;height:105px;left:78%;bottom:-120px;animation-duration:13s;animation-delay:3s}.bubble--4{width:42px;height:42px;left:26%;bottom:-60px;animation-duration:7.5s;animation-delay:2.2s}.bubble--5{width:70px;height:70px;left:45%;bottom:-90px;animation-duration:10.5s;animation-delay:4.2s}.bubble--6{width:34px;height:34px;left:86%;bottom:-50px;animation-duration:6.5s;animation-delay:.8s}@keyframes bubbleFloat{0%{transform:translateY(0) scale(.8) rotate(0);opacity:0}15%{opacity:.85}50%{transform:translateY(-50vh) scale(1.06) rotate(180deg);opacity:.75}85%{opacity:.85}to{transform:translateY(-105vh) scale(.85) rotate(360deg);opacity:0}}.login-panel-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;width:100%;max-width:520px;margin:auto}.login-panel-badge{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:fit-content;background:#fff;border:1px solid rgba(16,185,129,.3);border-radius:9999px;padding:.42rem 1rem;font-size:.75rem;font-weight:800;letter-spacing:.09em;color:#047857;box-shadow:0 4px 14px #10b9811f;margin:0 auto}.live-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981;animation:livePulse 1.8s ease-in-out infinite}.login-hero-title{margin:0;font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:clamp(1.75rem,2.4vw,2.5rem);font-weight:850;line-height:1.22;letter-spacing:-.035em;color:#0f172a;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.15rem;width:100%}.hero-top-line{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.15rem}.hero-bottom-line{display:block;text-align:center}.login-hero-title .gradient-text{background:linear-gradient(135deg,#059669,#10b981 40%,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:850;display:inline;filter:drop-shadow(0 2px 8px rgba(16,185,129,.15))}.login-hero-title .hero-accent-symbol{color:#10b981;font-weight:800;margin:0 .15em;display:inline}.login-panel-content p{margin:0 auto;color:#475569;font-size:1.02rem;line-height:1.6;font-weight:500;text-align:center;max-width:460px}.login-feature-pills{display:flex;align-items:center;justify-content:center;gap:.65rem;flex-wrap:wrap;margin-top:.4rem}.feature-pill{display:inline-flex;align-items:center;gap:.4rem;background:#ffffffe0;border:1px solid rgba(226,232,240,.95);border-radius:9999px;padding:.38rem .85rem;font-size:.76rem;font-weight:750;color:#1e293b;box-shadow:0 2px 8px #0f172a0a;transition:all .2s ease}.feature-pill:hover{transform:translateY(-1px);border-color:#a7f3d0;color:#047857}.animated-preview-card{position:relative;z-index:2;margin:.85rem auto 0;width:100%;max-width:440px;padding:1.15rem 1.35rem;border-radius:20px;background:#ffffffeb;border:1px solid rgba(255,255,255,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 45px -15px #0f172a14,0 8px 20px -6px #0f172a0a;animation:floatSlow 5s ease-in-out infinite alternate;display:flex;flex-direction:column;gap:.85rem;text-align:left}.preview-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.user-info{display:flex;align-items:center;gap:.85rem}.preview-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:800;font-size:.9rem;display:grid;place-items:center;box-shadow:0 4px 14px #10b98140}.user-info strong{display:block;font-size:.95rem;font-weight:700;color:#0f172a}.user-info small{color:#64748b;font-size:.78rem;font-weight:600}.preview-status-pill{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;padding:.28rem .75rem;border-radius:9999px;font-size:.76rem;font-weight:800}.preview-message-box{background:#f8fafc;padding:.95rem 1.15rem;border-radius:14px;border:1px solid #e2e8f0}.preview-message-box p{margin:0;font-size:.9rem;color:#334155;line-height:1.5;font-style:italic;font-weight:500}.preview-message-box time{display:block;margin-top:.4rem;font-size:.74rem;color:#94a3b8;font-style:normal;font-weight:600}.preview-metrics-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.mini-stat{display:flex;flex-direction:column;align-items:center;text-align:center}.mini-stat span{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;color:#0f172a}.mini-stat small{font-size:.72rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-weight:700}.login-panel-footer{position:relative;z-index:2;font-size:.82rem;color:#64748b;font-weight:600;flex-shrink:0;text-align:left;width:100%}.login-form-panel{display:flex;align-items:center;justify-content:center;padding:3rem 2.5rem;background-color:#f8fafc;height:100%;position:relative;overflow-y:auto;overflow-x:hidden}.right-panel-theme-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.right-bg-sphere{position:absolute;border-radius:50%;pointer-events:none}.right-bg-sphere--top-right{top:-90px;right:-90px;width:380px;height:380px;background:radial-gradient(circle,rgba(110,231,183,.35) 0%,rgba(16,185,129,.14) 50%,transparent 75%);filter:blur(50px);animation:floatSlow 7s ease-in-out infinite alternate}.right-bg-sphere--bottom-left{bottom:-100px;left:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(125,211,252,.32) 0%,rgba(56,189,248,.12) 50%,transparent 75%);filter:blur(55px);animation:floatSlow 9s ease-in-out 1s infinite alternate}.auth-card-wrapper{position:relative;z-index:2;width:100%;max-width:410px;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;padding:2.25rem 2rem;border-radius:24px;border:1px solid rgba(226,232,240,.9);box-shadow:0 25px 60px -15px #0f172a14,0 10px 25px -6px #0f172a08;margin:auto;transition:all .3s ease}.auth-card-wrapper h1{margin:1.25rem 0 .45rem;font-family:Outfit,sans-serif;font-size:1.95rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.2}.auth-card-wrapper p{margin:0;font-size:.92rem;color:#64748b;line-height:1.55;max-width:360px}.auth-card__badge{display:inline-flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;border-radius:18px;color:#fff;background:linear-gradient(135deg,#074e3e,#10b981);box-shadow:0 10px 22px -4px #10b98161;flex-shrink:0}.auth-form{display:flex;flex-direction:column;gap:1.25rem;width:100%;text-align:left;margin-top:1.75rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field span{font-size:.78rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em;transition:color .2s ease}.form-field:focus-within span{color:#059669}.input-shell{display:flex;align-items:center;gap:.85rem;padding:0 1.15rem;height:52px;min-height:52px;border-radius:16px;background:#ecfdf5!important;border:1.5px solid #a7f3d0!important;transition:all .25s cubic-bezier(.16,1,.3,1);color:#0f172a;box-shadow:0 2px 8px #10b98114}.input-icon-box{display:inline-flex;align-items:center;justify-content:center;color:#047857;flex-shrink:0;transition:all .2s ease}.input-shell:hover{border-color:#34d399!important;background:#d1fae5!important;box-shadow:0 4px 14px #10b98126}.input-shell:focus-within{background:#ecfdf5!important;border-color:#10b981!important;box-shadow:0 4px 20px #10b98138,0 0 0 4px #10b98124;transform:translateY(-1px)}.input-shell input:-webkit-autofill,.input-shell input:-webkit-autofill:hover,.input-shell input:-webkit-autofill:focus{-webkit-text-fill-color:#0f172a!important;-webkit-box-shadow:0 0 0px 1000px #ecfdf5 inset!important;transition:background-color 5000s ease-in-out 0s}.input-shell:focus-within .input-icon-box{transform:scale(1.06);box-shadow:0 4px 14px #10b98173}.input-shell input{border:0;background:transparent;padding:0;outline:none;font-size:.96rem;color:#0f172a;width:100%;height:100%;font-weight:600;font-family:inherit;caret-color:#059669}.input-shell input::placeholder{color:#a0aec0;font-weight:500}.form-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.86rem;font-weight:600;text-align:left}.button--lg{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;height:50px;min-height:50px;padding:0 1.5rem;font-size:.96rem;font-weight:800;border-radius:16px;margin-top:.65rem;background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;box-shadow:0 10px 24px -4px #10b98159;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.button--lg:hover{transform:translateY(-2px);box-shadow:0 14px 28px -4px #10b98173;background:linear-gradient(135deg,#047857,#059669)}.button--lg:active{transform:translateY(0);box-shadow:0 6px 16px -2px #10b98159}.auth-card__meta{margin-top:1.5rem;font-size:.88rem;color:#64748b;text-align:center}.auth-card__meta a{color:#059669;font-weight:700;text-decoration:none}.auth-card__meta a:hover{text-decoration:underline}.auth-footer-powered{position:absolute;bottom:2rem;font-size:.84rem;font-weight:600;color:#94a3b8}@keyframes livePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.6}}@keyframes floatSlow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulseGlow{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.65;transform:scale(1.1)}}.splash-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;background:linear-gradient(135deg,#ecfdf5,#f0f9ff 45%,#f5f3ff);display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .6s cubic-bezier(.4,0,.2,1),visibility .6s ease;pointer-events:all}.splash-overlay.is-fading{opacity:0;visibility:hidden;pointer-events:none}.splash-aura-sphere{position:absolute;border-radius:50%;pointer-events:none;filter:blur(80px)}.splash-aura-sphere--1{width:420px;height:420px;background:#6ee7b7;opacity:.55;top:15%;left:25%;animation:splashPulse 2.2s ease-in-out infinite alternate}.splash-aura-sphere--2{width:460px;height:460px;background:#7dd3fc;opacity:.5;bottom:15%;right:20%;animation:splashFloat 2.8s ease-in-out infinite alternate}.splash-content-box{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.2rem;animation:splashScaleIn .8s cubic-bezier(.16,1,.3,1) forwards}.splash-logo-card{width:100px;height:82px;background:#fff;border-radius:1.25rem;padding:.75rem 1rem;border:1px solid rgba(226,232,240,.9);box-shadow:0 12px 35px #0f172a14,0 0 45px #10b98140;display:flex;align-items:center;justify-content:center;animation:logoBreathing 2.2s cubic-bezier(.4,0,.2,1) infinite alternate}.splash-logo-img{width:100%;height:100%;object-fit:contain}.splash-app-title{font-family:Outfit,Sora,sans-serif;font-size:1.85rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0}.splash-loader-track{width:180px;height:5px;background:#0f172a14;border-radius:999px;overflow:hidden}.splash-loader-bar{width:100%;height:100%;background:linear-gradient(90deg,#10b981,#0284c7,#6366f1);border-radius:999px;animation:splashFill 4.2s cubic-bezier(.65,0,.35,1) forwards}.splash-loading-text{font-size:.82rem;font-weight:700;color:#475569;letter-spacing:.06em;text-transform:uppercase}.login-form-panel.has-entered .auth-card-wrapper h1,.login-form-panel.has-entered .auth-card-wrapper p{animation:fadeInUpSlow .6s cubic-bezier(.16,1,.3,1) both}.form-field--staggered-1{animation:fadeInUpSlow .6s .15s cubic-bezier(.16,1,.3,1) both}.form-field--staggered-2{animation:fadeInUpSlow .6s .3s cubic-bezier(.16,1,.3,1) both}.form-field--staggered-3{animation:fadeInUpSlow .6s .45s cubic-bezier(.16,1,.3,1) both}.form-field--staggered-4{animation:fadeInUpSlow .6s .6s cubic-bezier(.16,1,.3,1) both}@keyframes splashScaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes logoBreathing{0%{transform:scale(1);box-shadow:0 0 45px #10b98166,0 10px 30px #0006}to{transform:scale(1.08);box-shadow:0 0 75px #10b981b3,0 15px 45px #00000080}}@keyframes splashFill{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes splashPulse{0%{opacity:.25;transform:scale(1)}to{opacity:.55;transform:scale(1.15)}}@keyframes splashFloat{0%{transform:translateY(0)}to{transform:translateY(-20px)}}@keyframes fadeInUpSlow{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-height: 850px){.login-animated-panel{padding:1.5rem 2rem}.login-panel-content{gap:.75rem}.login-hero-title{font-size:1.85rem}.login-panel-content p{font-size:.88rem}.animated-preview-card{margin-top:.5rem;padding:.95rem 1.15rem;gap:.65rem}.login-form-panel{padding:1.5rem 1.25rem}.auth-card-wrapper{padding:1.65rem 1.5rem}.auth-card__badge{width:3.1rem;height:3.1rem}.auth-card-wrapper h1{font-size:1.65rem;margin:.85rem 0 .3rem}.auth-form{margin-top:1.15rem;gap:.9rem}}.workspace-page{gap:1.75rem!important}.directory-grid{display:grid;grid-template-columns:2.1fr 1fr;gap:1.75rem;margin-bottom:.5rem}@media (max-width: 1024px){.directory-grid{grid-template-columns:1fr}}.summary-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:1.1rem;margin-top:1.1rem}@media (max-width: 768px){.summary-strip{grid-template-columns:repeat(2,1fr)}}.summary-strip>div{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.1rem 1.35rem;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 2px 8px #0f172a08;transition:all .2s ease}.summary-strip>div:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 20px #0f172a0f}.summary-strip strong{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1.1}.summary-strip span{font-size:.74rem;font-weight:750;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.panel{padding:1.75rem 2rem!important;border-radius:20px!important}.panel__header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.25rem}.panel--accent{background:#fff!important;border:1px solid #e2e8f0!important;border-left:4.5px solid #10b981!important;display:flex;flex-direction:column;justify-content:space-between}.panel--accent h2{color:#0f172a;margin-top:0;font-size:1.2rem;font-weight:800}.panel--accent p{color:#475569;font-size:.88rem;line-height:1.6}.compact-search{display:flex;align-items:center;gap:.75rem;padding:.6rem 1.1rem;height:46px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;width:min(380px,100%);transition:all .2s ease;color:#94a3b8}.compact-search:focus-within{border-color:#10b981;box-shadow:0 0 0 3.5px #10b9811f;color:#059669;background:#fff}.compact-search input{border:0;background:transparent;outline:none;font-size:.9rem;color:#0f172a;width:100%;font-weight:500}.member-cell{display:flex;align-items:center;gap:1rem}.member-cell strong{display:block;font-size:.95rem;font-weight:750;color:#0f172a;margin-bottom:.15rem}.member-cell span{color:#64748b;font-size:.82rem;font-weight:500}.table-wrapper{width:100%;max-width:100%;overflow-x:auto;border-radius:16px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 2px 10px #0f172a08;margin-top:.5rem}.data-table{width:100%;border-collapse:collapse;text-align:left}.data-table th{background:#f8fafc;color:#475569;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:1.1rem 1.5rem;border-bottom:1.5px solid #e2e8f0}.data-table td{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover{background:#f8fafc}.table-action{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font-weight:750;font-size:.82rem;padding:.5rem .95rem;height:38px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease}.table-action:hover:not(:disabled){background:#0f172a;color:#fff;border-color:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.table-footer{margin-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#64748b;font-size:.88rem;font-weight:600;padding:.25rem .5rem}.pagination{display:flex;align-items:center;gap:.45rem}.pagination button{min-width:2.3rem;height:2.3rem;padding:0 .6rem;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-weight:750;font-size:.86rem;display:flex;align-items:center;justify-content:center;transition:all .18s ease;cursor:pointer}.pagination button:hover:not(:disabled):not(.is-active){background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.pagination .is-active{background:#0f172a;color:#fff;border-color:#0f172a;box-shadow:0 4px 12px #0f172a26}.table-role-select{height:40px;padding:0 .95rem;border-radius:10px;border:1.5px solid #cbd5e1;background:#fff;color:#0f172a;font-weight:650;font-size:.84rem;cursor:pointer;outline:none;transition:all .18s ease;width:100%;max-width:220px}.table-role-select:hover,.table-role-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811f}.role-locked-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:9999px;background:#f1f5f9;color:#64748b;font-size:.78rem;font-weight:700}.queries-layout{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:1.25rem;height:calc(100vh - 140px);min-height:580px;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.queries-panel{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;padding:1.25rem 1.4rem;background:#fffffff0;border:1px solid rgba(226,232,240,.9);border-radius:20px;box-shadow:0 10px 30px -10px #0f172a0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-sizing:border-box}.queries-list{display:flex;flex-direction:column;height:100%}.queries-list__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.1rem;width:100%}.queries-list__items{flex:1;display:flex;flex-direction:column;gap:.9rem;width:100%;overflow-y:auto;padding-right:.35rem;align-content:flex-start;justify-content:flex-start}.query-item{display:flex;align-items:flex-start;gap:.75rem;text-align:left;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:.85rem .95rem;transition:all .2s cubic-bezier(.16,1,.3,1);cursor:pointer;box-shadow:0 2px 8px #0f172a08;width:100%;box-sizing:border-box}.query-item:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 22px #0f172a0f}.query-item.is-selected{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border-color:#10b981;border-left:4.5px solid #059669;box-shadow:0 6px 20px #10b98126}.query-item__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.query-item__top,.query-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.query-item__top strong,.query-item__name{font-size:.92rem;font-weight:750;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.query-item__time{font-size:.76rem;color:#64748b;font-weight:600;white-space:nowrap;flex-shrink:0}.team-card-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.team-role-pill{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:9999px;background:#f1f5f9;color:#334155;font-size:.72rem;font-weight:700;border:1px solid #e2e8f0}.query-item__preview{margin:0;font-size:.86rem;color:var(--text-soft);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.query-item__bottom span,.query-item__assignee,.message-bubble__meta,.thread-actions__transfer select,.notes-list{color:var(--text-faint)}.queries-thread{display:flex;flex-direction:column;height:100%}.chat-status-top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.1rem;border-radius:var(--radius-lg);margin-bottom:.9rem;transition:all .2s ease;box-shadow:0 2px 8px #00000008}.chat-status-top-bar.is-resolved{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid #a7f3d0}.chat-status-top-bar.is-active{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd}.status-top-info{display:flex;align-items:center;gap:.85rem}.status-top-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:9999px;font-size:.76rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.chat-status-top-bar.is-resolved .status-top-pill{background:#059669;color:#fff}.chat-status-top-bar.is-active .status-top-pill{background:#0284c7;color:#fff}.status-assignment-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:9999px;font-size:.78rem;font-weight:700}.status-assignment-pill.is-assigned{background:#0ea5e91f;color:#0284c7;border:1px solid rgba(14,165,233,.3)}.status-assignment-pill.is-unassigned{background:#f59e0b1f;color:#d97706;border:1px solid rgba(245,158,11,.3)}.status-top-message{font-size:.88rem;font-weight:600}.chat-status-top-bar.is-resolved .status-top-message{color:#065f46}.chat-status-top-bar.is-active .status-top-message{color:#075985}.status-top-action-btn{background:#fff;border:1px solid #0284c7;color:#0284c7;padding:.35rem .85rem;border-radius:var(--radius-md);font-size:.82rem;font-weight:700;cursor:pointer;transition:all .18s ease}.status-top-action-btn:hover{background:#0284c7;color:#fff}.queries-thread.is-fullscreen{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;z-index:99999!important;border-radius:0!important;margin:0!important;padding:1.25rem 1.75rem!important;background:#fff!important;box-shadow:none!important;box-sizing:border-box!important;overflow:hidden!important}.thread-header{padding-bottom:1rem;border-bottom:1px solid var(--line)}.thread-header__identity,.thread-header__actions,.thread-actions__transfer{display:flex;align-items:center;gap:.95rem}.thread-header__meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;color:var(--text-soft);font-size:.86rem}.thread-actions{padding:.85rem 0;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.thread-actions__transfer select{border:1px solid var(--line);border-radius:var(--radius-md);padding:.65rem .95rem;background:#fff;font-size:.88rem;font-weight:600;color:var(--text);outline:none;transition:all .18s ease}.thread-actions__transfer select:focus{border-color:var(--mint);box-shadow:0 0 0 3px #10b9811f}.thread-messages{flex:1;display:flex;flex-direction:column;gap:.85rem;padding:1.25rem 1.4rem;margin:1rem 0;overflow-y:auto;background:#f8fafc;border-radius:var(--radius-lg);border:1px solid var(--line);justify-content:flex-start;align-content:flex-start}.message-row{display:flex;align-items:flex-end;gap:.75rem;width:100%}.message-row.is-own{justify-content:flex-end}.message-bubble{max-width:min(80%,36rem);padding:.9rem 1.25rem;border-radius:1.25rem 1.25rem 1.25rem .35rem;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .12s ease}.message-bubble.is-own{background:#e6f4ea;color:#064e3b;border:1px solid #bbf7d0;border-radius:1.25rem 1.25rem .35rem;box-shadow:0 1px 4px #10b98114}.message-bubble__meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.35rem;font-size:.78rem;flex-wrap:wrap;color:var(--text-faint)}.message-bubble.is-own .message-bubble__meta{color:#047857}.message-bubble p{margin:0;line-height:1.6;font-size:.95rem;font-weight:500;color:var(--text-primary)}.message-bubble.is-own p{color:#064e3b;font-weight:600}.thread-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center;padding-top:.85rem;border-top:1px solid var(--line)}.thread-composer input{border:1px solid var(--line);border-radius:var(--radius-md);background:#f8fafc;padding:.9rem 1.2rem;color:var(--text);font-size:.94rem;outline:none;transition:all .18s ease}.thread-composer input:focus{background:#fff;border-color:var(--mint);box-shadow:0 0 0 3.5px #10b98126}.thread-composer .button{white-space:nowrap;padding:.9rem 1.5rem;border-radius:var(--radius-md)}.queries-list__header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.85rem;width:100%}.queries-tab-switcher{display:flex;align-items:center;width:100%;background:#f1f5f9;border:1.5px solid #e2e8f0;padding:4px;border-radius:14px;gap:4px;box-shadow:inset 0 1.5px 4px #0f172a0a;box-sizing:border-box}.tab-switcher-btn{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .5rem;height:38px;border:1px solid transparent;background:transparent;color:#64748b;font-size:.81rem;font-weight:750;border-radius:10px;cursor:pointer;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.tab-switcher-btn:hover:not(.is-active){color:#0f172a;background:#fff9}.tab-switcher-btn.is-active{background:#fff;color:#047857;font-weight:850;border-color:#cbd5e1;box-shadow:0 3px 10px #0f172a0f}.filter-row{display:flex;align-items:center;gap:.35rem;overflow-x:auto;padding-bottom:.15rem;width:100%;box-sizing:border-box;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{padding:.3rem .6rem;font-size:.76rem;font-weight:650;border-radius:9999px;white-space:nowrap;flex-shrink:0;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .18s ease}.filter-chip.is-active{background:#ecfdf5;color:#047857;border-color:#10b981;font-weight:750}.queries-list__new-team-bar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem .1rem;width:100%;box-sizing:border-box}.queries-list__new-team-bar .button{padding:.35rem .65rem;font-size:.78rem;white-space:nowrap;flex-shrink:0;border-radius:10px}.team-bar-title{font-size:.88rem;font-weight:800;color:#0f172a;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.team-picker-modal{width:100%;max-width:480px;background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);border:1px solid var(--line);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;max-height:85vh}.team-picker-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.team-picker-header h3{margin:0 0 .25rem;font-size:1.15rem;font-weight:800;color:var(--text-primary)}.team-picker-header p{margin:0;font-size:.8rem;color:var(--text-muted);line-height:1.4}.team-picker-close-btn{background:transparent;border:none;font-size:1.1rem;color:var(--text-muted);cursor:pointer;padding:.25rem}.team-picker-search-box{display:flex;align-items:center;gap:.5rem;background:#f8fafc;border:1px solid var(--line);border-radius:var(--radius-md);padding:.65rem .9rem}.team-picker-search-box input{border:none;background:transparent;outline:none;width:100%;font-size:.88rem;color:var(--text-primary)}.team-picker-list{display:flex;flex-direction:column;gap:.4rem;overflow-y:auto;max-height:320px;padding-right:.25rem}.team-picker-item{display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);text-align:left;cursor:pointer;transition:all .15s ease}.team-picker-item:hover{background:#f0fdf4;border-color:var(--mint);transform:translateY(-1px)}.team-picker-item__info{flex:1;display:flex;flex-direction:column}.team-picker-item__info strong{font-size:.9rem;color:var(--text-primary)}.team-picker-item__info small{font-size:.76rem;color:var(--text-muted)}.team-picker-item__role{font-size:.72rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;background:#e0f2fe;color:#0369a1;text-transform:capitalize}.team-picker-empty{padding:2rem 1rem;text-align:center;font-size:.84rem;color:var(--text-muted)}.team-dm-empty{display:flex;align-items:center;justify-content:center;text-align:center}.team-dm-empty-card{max-width:380px;display:flex;flex-direction:column;align-items:center;gap:.75rem}.team-dm-icon-badge{font-size:2.5rem;background:#ecfdf5;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(16,185,129,.25);margin-bottom:.5rem}.team-dm-empty-card h2{margin:0;font-size:1.25rem;font-weight:800;color:var(--text-primary)}.team-dm-empty-card p{margin:0;font-size:.88rem;color:var(--text-muted);line-height:1.5}.team-dm-header{padding:1rem 1.2rem;border-bottom:1px solid var(--line);background:#fff}.team-dm-identity{display:flex;align-items:center;gap:1rem}.team-dm-info{display:flex;flex-direction:column;gap:.25rem}.team-dm-name-row{display:flex;align-items:center;gap:.65rem}.team-dm-partner-name{font-size:1.15rem;font-weight:800;color:var(--text-primary);letter-spacing:-.01em}.team-dm-role-badge{font-size:.72rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;background:#dbeafe;color:#1e40af;text-transform:capitalize}.team-dm-privacy-pill{font-size:.78rem;font-weight:600;color:#047857;display:inline-flex;align-items:center;gap:.4rem}.privacy-dot{width:6px;height:6px;border-radius:50%;background:#10b981}.team-dm-messages{flex:1;overflow-y:auto;padding:1rem}.team-dm-empty-messages{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.88rem}.team-dm-composer{padding:.85rem 1rem;border-top:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:.6rem}.composer-mode-bar{display:flex;align-items:center;gap:.5rem}.mode-label{font-size:.78rem;font-weight:700;color:var(--text-muted)}.mode-btn{padding:.2rem .65rem;border-radius:999px;border:1px solid var(--line);background:transparent;font-size:.78rem;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .15s ease}.mode-btn.is-active{background:#047857;color:#fff;border-color:#047857}.composer-input-row{display:flex;align-items:center;gap:.75rem;width:100%}.composer-input-row input{flex:1;border:1px solid var(--line);border-radius:var(--radius-md);padding:.75rem 1rem;font-size:.9rem;outline:none;background:#f8fafc}.composer-input-row input:focus{background:#fff;border-color:var(--mint);box-shadow:0 0 0 3px #10b98126}.system-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.system-card{background:#ffffffeb;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.4rem 1.6rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem;transition:all .18s cubic-bezier(.4,0,.2,1)}.system-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--line-strong)}.system-card__header{display:flex;align-items:center;gap:1rem}.system-card__header h3{margin:0;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700;color:var(--surface-deep)}.system-card__header p{margin:.2rem 0 0;font-size:.84rem;color:var(--text-soft)}.system-card__icon{width:2.8rem;height:2.8rem;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.system-card__icon--emerald{background:var(--mint-soft);color:var(--surface-deep-2)}.system-card__icon--blue{background:#e0f2fe;color:#0369a1}.system-card__icon--purple{background:#f3e8ff;color:#7e22ce}.system-card__status{display:flex;align-items:center;gap:.65rem;padding-top:.85rem;border-top:1px solid var(--line)}.pulse-indicator{width:.65rem;height:.65rem;border-radius:50%;position:relative}.pulse-indicator--green{background:var(--mint);box-shadow:0 0 #10b98180;animation:pulse 1.8s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.system-card__status-text{font-size:.86rem;font-weight:700;color:var(--text-primary)}.settings-main-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:1.4rem}.system-detail-panel{background:#ffffffeb;border:1px solid var(--line);border-radius:var(--radius-xl);padding:1.8rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.4rem}.panel-title-group h2{margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;color:var(--surface-deep)}.panel-title-group p{margin:.25rem 0 0;color:var(--text-soft);font-size:.88rem}.metrics-list{display:flex;flex-direction:column;gap:.85rem}.metric-row{display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.25rem;border-radius:var(--radius-md);background:#f8fafc;border:1px solid var(--line)}.metric-label{font-size:.82rem;font-weight:700;color:var(--text-soft);text-transform:uppercase;letter-spacing:.06em}.metric-value{font-size:.94rem;color:var(--text-primary)}.code-badge{font-family:monospace;background:#0e2b2412;padding:.3rem .65rem;border-radius:var(--radius-sm);font-size:.85rem;color:var(--surface-deep);font-weight:600}.system-action-panel{background:linear-gradient(160deg,#074e3e,#0b6852 60%,#04362b);color:#fff;border-radius:var(--radius-xl);padding:2rem 1.8rem;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;justify-content:space-between;gap:1.2rem}.action-panel-badge{width:3.2rem;height:3.2rem;border-radius:var(--radius-lg);background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff}.system-action-panel h2{margin:0;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800}.system-action-panel p{margin:0;color:#f0fdf8d1;font-size:.94rem;line-height:1.65}.action-message{margin-top:1rem;padding:.9rem 1.1rem;border-radius:var(--radius-md);background:#ffffff24;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.9rem;font-weight:600}.public-screen{min-height:100vh;display:flex;flex-direction:column;padding:1.4rem 2rem 1.2rem}.public-nav,.public-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.public-nav{padding:.4rem 0 1.6rem;animation:fadeSlide .4s ease both}.public-brand{display:inline-flex;align-items:center;gap:.85rem;font-family:Sora,Manrope,sans-serif;font-size:1.35rem;font-weight:750;letter-spacing:-.03em;color:var(--surface-deep);text-decoration:none}.public-brand-badge{width:3.2rem;height:2.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.75rem;background:#fff;border:1px solid rgba(10,38,31,.1);box-shadow:0 2px 8px #0a261f0d;padding:.3rem .45rem;overflow:hidden;flex-shrink:0}.public-brand-badge-img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.public-nav__action{min-width:0;display:flex;justify-content:flex-end}.public-main{flex:1;display:flex;align-items:center;justify-content:center}.public-footer{padding-top:1.2rem;color:var(--text-faint);font-size:.82rem}.public-footer strong{color:var(--surface-deep)}.public-footer__note{flex:1 1 18rem;color:var(--text-soft);text-align:center}:root{color-scheme:light;--bg: #f2f5f8;--surface: rgba(255, 255, 255, .95);--surface-strong: #ffffff;--surface-muted: #f8fafc;--surface-deep: #059669;--surface-deep-2: #10b981;--line: rgba(14, 43, 36, .08);--line-strong: rgba(7, 78, 62, .16);--text: #0f2d25;--text-primary: #0f2d25;--text-soft: #526b62;--text-faint: #889e96;--text-muted: #64748b;--mint: #10b981;--mint-soft: #d1fae5;--color-mint-bg: #e6f4ea;--color-mint: #047857;--color-primary-dark: #059669;--bg-surface: #ffffff;--bg-hover: #f8fafc;--border-color: rgba(14, 43, 36, .08);--sky: #e0f2fe;--rose: #fee2e2;--warning: #f59e0b;--shadow-xl: 0 20px 40px -10px rgba(15, 45, 37, .1);--shadow-lg: 0 10px 24px -6px rgba(15, 45, 37, .07);--shadow-sm: 0 2px 8px rgba(15, 45, 37, .04);--radius-xl: 18px;--radius-lg: 14px;--radius-md: 10px;--radius-sm: 8px}*{box-sizing:border-box}html{font-size:clamp(13px,.95vw,15px);width:100%;overflow-x:clip}body{margin:0;width:100%;min-height:100vh;background:var(--bg);color:var(--text);font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:clip;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}#root{min-height:100vh;width:100%;overflow-x:clip}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0e2b2426;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#0e2b244d}.button,.public-nav__cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:var(--radius-md);padding:.55rem .95rem;font-weight:700;font-size:.84rem;transition:all .16s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm)}.button:hover,.public-nav__cta:hover,.icon-button:hover,.sidebar__link:hover,.filter-chip:hover,.query-item:hover,.table-action:hover,.sidebar__foot-link:hover,.text-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.button:active,.icon-button:active{transform:translateY(0)}.button:disabled,.icon-button:disabled,.table-action:disabled{cursor:not-allowed;opacity:.55;transform:none!important;box-shadow:none!important}.button--primary,.public-nav__cta{background:linear-gradient(135deg,#074e3e,#0b6852);color:#fff;border:1px solid rgba(255,255,255,.1)}.button--primary:hover{background:linear-gradient(135deg,#095a48,#0e7d63)}.button--ghost{background:#fff;border:1px solid var(--line);color:var(--text);box-shadow:var(--shadow-sm)}.button--ghost:hover{border-color:var(--line-strong)}.button--ghost-inverse{border-color:#ffffff40;color:#fff;background:#ffffff1f}.text-button{padding:0;background:transparent;border:0;color:var(--surface-deep-2);font-size:.82rem;font-weight:700}.text-button:hover{color:var(--surface-deep)}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;color:var(--text-soft);transition:all .16s cubic-bezier(.4,0,.2,1)}.icon-button:hover{color:var(--surface-deep);border-color:var(--line-strong)}.icon-button--accent{color:var(--surface-deep)}.icon-button--primary{background:linear-gradient(135deg,#074e3e,#0b6852);border-color:transparent;color:#fff}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field>span,.form-field__row span{color:var(--text-soft);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.form-field input,.form-field select,.form-field textarea,.input-shell{width:100%;border-radius:var(--radius-md);border:1px solid var(--line);background:#fff;transition:all .16s ease}.form-field input,.form-field select,.form-field textarea{padding:.6rem .85rem;color:var(--text);font-size:.88rem}.form-field textarea{min-height:6rem;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus,.input-shell:focus-within{outline:none;border-color:var(--mint);box-shadow:0 0 0 3px #10b9811f}.input-shell{display:flex;align-items:center;gap:.5rem;padding:0 .85rem;color:var(--text-faint)}.input-shell input{border:0;padding:.6rem 0;background:transparent;box-shadow:none}.form-error{padding:.65rem .9rem;border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.84rem;font-weight:600}.avatar-circle{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:99px;background:linear-gradient(135deg,#074e3e,#10b981);color:#fff;font-size:.78rem;font-weight:800;box-shadow:var(--shadow-sm);flex-shrink:0}.loading-screen,.empty-state{width:min(600px,100%);max-width:100%;margin:4vh auto;padding:2rem 1.8rem;border-radius:var(--radius-xl);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-lg);text-align:center}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-screen__ring{width:2.6rem;height:2.6rem;border:3px solid rgba(16,185,129,.18);border-top-color:var(--mint);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state__icon{width:3.2rem;height:3.2rem;border-radius:var(--radius-lg);background:var(--mint-soft);color:var(--surface-deep-2);display:inline-flex;align-items:center;justify-content:center;margin-bottom:.8rem}.empty-state h3{margin:0;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.empty-state p{margin:.4rem 0 1.2rem;color:var(--text-soft);font-size:.88rem;line-height:1.5}.pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:99px;padding:.2rem .65rem;font-size:.74rem;font-weight:700}.pill--status-open{background:#fef3c7;color:#92400e}.pill--status-assigned{background:#e0f2fe;color:#0369a1}.pill--status-resolved{background:#dcfce7;color:#15803d}.pill--channel-whatsapp{background:#e6f4ea;color:#0b6852}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#072e2673;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:99999;animation:fadeIn .18s ease}.modal-card{width:min(460px,100%);max-height:86vh;overflow-y:auto;background:#fff;border-radius:var(--radius-xl);padding:1.6rem;box-shadow:var(--shadow-xl);border:1px solid var(--line);display:flex;flex-direction:column;gap:1rem;animation:scaleUp .2s cubic-bezier(.16,1,.3,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.96) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.page-eyebrow{display:inline-flex;align-items:center;gap:.4rem;background:#10b9811f;border:1px solid rgba(16,185,129,.28);border-radius:9999px;padding:.25rem .75rem;color:#047857;font-size:.72rem;font-weight:800;letter-spacing:.08em}.page-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981;animation:livePulse 1.8s ease-in-out infinite}.card,.panel,.table-card{background:#fffffff0;border:1px solid rgba(226,232,240,.9);border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px -10px #0f172a0d,0 4px 12px -4px #0f172a05;transition:all .25s cubic-bezier(.16,1,.3,1)}.card:hover,.panel:hover,.table-card:hover{border-color:#10b98140;box-shadow:0 16px 36px -12px #0f172a14,0 6px 16px -4px #10b9810f}.badge,.status-pill,.role-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:9999px;font-size:.76rem;font-weight:800;letter-spacing:.02em;transition:all .18s ease}.badge--mint,.badge--active{background:#ecfdf5;border:1px solid #a7f3d0;color:#047857;box-shadow:0 2px 8px #10b9811f}.badge--sky{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1;box-shadow:0 2px 8px #38bdf81f}.badge--violet{background:#f5f3ff;border:1px solid #ddd6fe;color:#6d28d9;box-shadow:0 2px 8px #a855f71f}.badge--amber{background:#fffbeb;border:1px solid #fde68a;color:#b45309;box-shadow:0 2px 8px #f59e0b1f}
