@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap";:root{--blue-900: #062a5f;--blue-800: #0b3b82;--blue-700: #0f4aa6;--blue-600: #1c6ad9;--blue-500: #2f85ff;--blue-100: #e9f2ff;--white: #ffffff;--slate-900: #0b1220;--slate-700: #3a4b67;--slate-500: #6a7b95;--slate-300: #cbd6e5;--shadow-soft: 0 10px 30px rgba(15, 74, 166, .12);--shadow-card: 0 12px 40px rgba(6, 42, 95, .18);--radius-xl: 22px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--bottom-nav-height: 64px;--topbar-height: 60px}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;background:radial-gradient(circle at top,#fff,#eef4ff 35%,#d9e8ff);color:var(--slate-900);overflow-x:hidden}html,body{width:100%;max-width:100%;overflow-x:hidden}.layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh;max-width:100%;overflow-x:hidden}.shell--bare{height:100dvh}.layout--no-bottom-nav .shell{padding-bottom:0}.layout--nav-hidden{grid-template-columns:72px 1fr}.layout--nav-hidden .sidebar{width:72px;padding:16px 12px;align-items:center}.layout--nav-hidden .sidebar__user,.layout--nav-hidden .sidebar__label{display:none}.layout--nav-hidden .sidebar__nav{width:100%;display:grid;gap:10px;margin-top:8px}.layout--nav-hidden .sidebar__link{justify-content:center;padding:10px 8px}.layout--nav-hidden .sidebar__badge{position:absolute;top:4px;right:6px}.layout--nav-hidden .sidebar__brand{justify-content:center}.sidebar{background:linear-gradient(180deg,var(--blue-900),#0b356f);color:#fffc;padding:24px 18px;display:flex;flex-direction:column;gap:20px}.sidebar__brand{display:flex;align-items:center;gap:12px}.sidebar__logo-button{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;cursor:pointer}.sidebar__logo{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#ffffff26;color:#fff;font-weight:700}.sidebar__logo-image{width:44px;height:44px;display:block;object-fit:contain}.sidebar__title{color:#fff;font-weight:700;margin:0}.sidebar__subtitle{margin:4px 0 0;font-size:12px;opacity:.7}.sidebar__nav{display:grid;gap:8px}.sidebar__link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border-radius:10px;text-decoration:none;color:#ffffffd1;font-size:14px;position:relative}.sidebar__link:focus,.sidebar__link:focus-visible{outline:none;box-shadow:none}.sidebar__icon{width:18px;height:18px;flex:0 0 auto;color:#ffffffe6}.sidebar__label{flex:1}.sidebar__badge{min-width:18px;height:18px;padding:0 6px;border-radius:999px;background:#ff4d5e;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1}.toast-stack{position:fixed;right:24px;top:90px;display:grid;gap:10px;z-index:1100;pointer-events:none}.toast{min-width:220px;max-width:320px;padding:8px 10px;border-radius:12px;background:#fffffff2;box-shadow:0 12px 30px #062a5f33;border:1px solid #e2edff;display:grid;gap:4px;font-size:12px;color:var(--slate-700)}.toast__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--slate-500)}.toast--inbox{border-left:4px solid #2f85ff}.toast--cloud{border-left:4px solid #22c55e}.ring-indicator{position:fixed;right:24px;bottom:24px;z-index:1200;display:grid;gap:4px;padding:10px 12px;border-radius:14px;border:1px solid #f5d182;background:#fff8e6;box-shadow:0 12px 28px #b453092e;animation:ringPulse 1.2s ease-in-out infinite}.ring-indicator__title{font-size:12px;font-weight:700;color:#b45309;letter-spacing:.02em}.ring-indicator__subtitle{font-size:11px;color:#92400e}@keyframes ringPulse{0%{transform:translateY(0);box-shadow:0 12px 28px #b453092e}50%{transform:translateY(-2px);box-shadow:0 18px 34px #b4530942}to{transform:translateY(0);box-shadow:0 12px 28px #b453092e}}.sidebar__link:hover{background:#ffffff1f}.sidebar__link.is-active{background:#fff3;color:#fff}.sidebar__link.is-active .sidebar__icon{color:#fff}.sidebar__user{margin-top:auto;display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.12)}.sidebar__avatar{width:40px;height:40px;border-radius:12px;background:#fff3;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.sidebar__name{margin:0;color:#fff;font-weight:600;font-size:14px}.sidebar__status{margin:2px 0 0;font-size:11px;opacity:.7;text-transform:uppercase}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif;margin:0}button,input,textarea{font-family:inherit}button{cursor:pointer}.shell{min-height:100vh;height:100vh;display:flex;flex-direction:column;max-width:100%;overflow-x:hidden}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:linear-gradient(120deg,var(--blue-900),var(--blue-700));color:var(--white);box-shadow:var(--shadow-soft)}.topbar__brand{display:flex;align-items:center;gap:16px}.topbar__logo-button{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;cursor:pointer}.topbar__nav-toggle{width:38px;height:38px;border-radius:12px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);background:#ffffff1f}.topbar__nav-toggle svg{width:20px;height:20px}.topbar__logo{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#fff3;font-weight:700;font-size:16px}.topbar__logo-image{height:44px;width:auto;display:block;object-fit:contain;filter:drop-shadow(0 0 6px rgba(255,255,255,.85)) drop-shadow(0 0 14px rgba(255,255,255,.55))}.topbar__title{font-weight:700;font-size:20px}.topbar__subtitle{font-size:13px;opacity:.8}.topbar__meta{display:flex;align-items:center;gap:16px}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#06122873;display:flex;align-items:flex-end;justify-content:center;z-index:980}.mobile-menu__card{width:min(520px,100%);background:#fff;border-radius:20px 20px 0 0;padding:18px 18px 22px;box-shadow:0 -12px 32px #062a5f3d;display:grid;gap:16px;max-height:70vh;overflow-y:auto}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;font-weight:700}.mobile-menu__close{border:none;background:#eef4ff;color:var(--blue-700);font-weight:600;padding:6px 12px;border-radius:999px}.mobile-menu__nav{display:grid;gap:10px}.mobile-menu__link{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--slate-700);background:#f6f9ff;border-radius:12px;padding:8px 10px;font-weight:600}.mobile-menu__icon{width:18px;height:18px;color:var(--blue-700)}.bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;height:var(--bottom-nav-height);padding:6px 12px calc(env(safe-area-inset-bottom) + 6px);background:#fff;border-top:1px solid #e2edff;box-shadow:0 -8px 24px #062a5f1f;z-index:970;justify-content:space-between;align-items:center;gap:6px}.bottom-nav__link{flex:1;min-width:0;text-decoration:none;color:var(--slate-500);display:flex;flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:600}.bottom-nav__label{white-space:nowrap}.bottom-nav__link.is-active{color:var(--blue-700)}.bottom-nav__link.is-active .bottom-nav__icon-wrap{background:#eef4ff}.bottom-nav__icon-wrap{position:relative;width:34px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px}.bottom-nav__icon{width:20px;height:20px}.bottom-nav__badge{position:absolute;top:-4px;right:-2px;background:#ff4d5e;color:#fff;border-radius:999px;font-size:9px;font-weight:700;padding:1px 5px}.chat__back{width:34px;height:34px;border-radius:10px;border:1px solid #d8e4f8;background:#fff;display:inline-flex;align-items:center;justify-content:center}.chat__meta--status{color:var(--slate-500);font-weight:600}.sound-prompt{position:fixed;right:28px;bottom:28px;z-index:40}.sound-prompt__card{display:flex;flex-direction:column;gap:12px;padding:14px 16px;background:#fff;border-radius:14px;box-shadow:0 16px 28px #0c21482e;border:1px solid #dbe7ff;width:min(320px,90vw)}.sound-prompt__title{font-size:14px;font-weight:700;color:#0b3b82;margin:0 0 4px}.sound-prompt__subtitle{font-size:12px;color:#4c5b75;margin:0}.sound-prompt__actions{display:flex;gap:8px;justify-content:flex-end}.topbar__status{padding:6px 14px;border-radius:999px;font-size:12px;background:#ffffff2e}.topbar__status.is-online{background:#4ee7a040}.topbar__status.is-offline{background:#ff6b6b4d}.topbar__status-group{display:flex;align-items:center;gap:12px}.notice{position:relative}.notice__button{position:relative;width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;display:inline-flex;align-items:center;justify-content:center}.notice__button svg{width:18px;height:18px}.notice__badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff4d5e;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;position:absolute;top:-6px;right:-6px}.notice__panel{position:absolute;right:0;top:calc(100% + 8px);width:280px;background:#fff;border-radius:12px;border:1px solid #e2edff;box-shadow:0 12px 30px #062a5f33;z-index:1200;overflow:hidden}.notice__header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;font-size:12px;font-weight:600;color:var(--slate-700);border-bottom:1px solid #eef2f7}.notice__clear{background:none;border:0;font-size:11px;color:var(--blue-600);cursor:pointer}.notice__empty{padding:12px;font-size:12px;color:var(--slate-500)}.notice__item{width:100%;text-align:left;background:transparent;border:0;padding:8px 10px;display:grid;gap:4px;border-bottom:1px solid #eef2f7;cursor:pointer}.notice__item:last-child{border-bottom:0}.notice__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--slate-500)}.notice__text{font-size:12px;color:var(--slate-700)}.notice__time{font-size:10px;color:var(--slate-400)}.workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(280px,340px) 1fr;gap:24px;padding:28px 32px 40px;max-width:100%;overflow-x:hidden}.layout--bare .workspace{height:100%}.workspace--devices{grid-template-areas:"list detail";min-height:0}.workspace--devices .panel--list{grid-area:list}.workspace--devices .panel--chat{grid-area:detail}.workspace>*{min-width:0}.workspace--flush{gap:0;padding:0}.workspace--flush .panel{border-radius:0;box-shadow:none}.workspace--flush .panel--list{border-right:4px solid var(--slate-300)}.panel{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column;height:100%;max-width:100%;width:100%;min-width:0}.panel--list{min-height:0;min-width:0}.panel__header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 12px;border-bottom:1px solid var(--blue-100)}.panel__title-group{display:flex;align-items:center;gap:10px}.panel__count{background:var(--blue-100);color:var(--blue-800);border-radius:999px;padding:4px 10px;font-size:12px}.panel__search{padding:14px 20px 0}.panel__filters{display:flex;gap:8px;padding:10px 20px 0;flex-wrap:wrap}.panel__filter{border:1px solid #d6e2f5;background:#fff;color:var(--slate-700);border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.panel__filter.is-active{border-color:var(--blue-600);background:#e6f0ff;color:var(--blue-700)}.panel__search input{width:100%;border:1px solid var(--blue-100);border-radius:12px;padding:8px 10px;outline:none;background:#f9fbff}.panel__error{margin:8px 20px 0;padding:8px 10px;border-radius:12px;background:#fde7ea;color:#c1344b;font-size:12px}.thread-list{padding:10px 12px 16px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.dashboard-grid{flex:1;min-height:0;display:grid;grid-template-columns:1fr;gap:24px;padding:28px 32px 40px;max-width:100%}.dashboard{flex:1;min-height:0;display:flex;flex-direction:column;gap:24px;padding:28px 32px 40px;max-width:1200px;width:100%;margin:0 auto}.dashboard-cards>*,.dashboard-panels>*{min-width:0}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.dashboard-card{background:#fff;border-radius:18px;padding:18px 20px;box-shadow:var(--shadow-card);border:1px solid var(--blue-100)}.dashboard-card__label{margin:0 0 8px;font-size:12px;color:var(--slate-500);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.dashboard-card__value{margin:0;font-size:30px;font-weight:700;color:var(--slate-900)}.dashboard-card__metrics{display:grid;gap:10px}.dashboard-card__metric-label{display:block;font-size:11px;color:var(--slate-500)}.dashboard-card__metric-value{display:block;font-size:16px;font-weight:700;color:var(--blue-700)}.dashboard-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.panel__meta{font-size:12px;color:var(--slate-500)}.rank-list{padding:12px 16px 16px;display:grid;gap:12px;max-height:420px;overflow-y:auto}.rank-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:14px;border:1px solid #edf2ff;background:#fbfdff}.rank-item__index{display:inline-flex;align-items:center;gap:6px;font-weight:700;color:var(--blue-700);min-width:64px}.rank-item__badge{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:26px;padding:0 8px;border-radius:999px;background:#eef3ff;color:var(--blue-700);font-size:12px;font-weight:700}.rank-item__trophy{font-size:14px}.rank-item__index--gold .rank-item__badge{background:linear-gradient(135deg,#ffd774,#f6a623);color:#5b3600;box-shadow:0 6px 12px #f6a6234d}.rank-item__index--silver .rank-item__badge{background:linear-gradient(135deg,#f0f4f9,#cdd7e3);color:#384354;box-shadow:0 6px 12px #a0aab647}.rank-item__index--bronze .rank-item__badge{background:linear-gradient(135deg,#f3c3a0,#b56a3b);color:#4f2b12;box-shadow:0 6px 12px #b56a3b47}.rank-item__body{flex:1;min-width:0}.rank-item__name{margin:0;font-size:14px;font-weight:700;color:var(--slate-900)}.rank-item__meta{margin:2px 0 0;font-size:11px;color:var(--slate-500)}.rank-item__stats{display:grid;gap:2px;font-size:11px;color:var(--slate-600);text-align:right;min-width:70px}.contact-list{padding:12px 12px 16px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;min-width:0;display:grid;gap:8px}.contact-item{position:relative;border:1px solid #e4edff;border-radius:12px;padding:12px 12px 12px 22px;background:#fbfdff;text-align:left;display:grid;gap:6px;transition:background .2s ease;min-width:0;cursor:pointer}.contact-item--actions{padding-right:48px}.contact-item__actions{position:absolute;right:12px;bottom:10px;display:inline-flex;align-items:center;gap:8px;opacity:.7}.contact-item:hover .contact-item__actions{opacity:1}.contact-action{width:26px;height:26px;border-radius:8px;border:1px solid #d6e4ff;background:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0}.contact-action--edit{color:var(--blue-700)}.contact-action--edit:hover{background:#eaf2ff}.contact-action--delete{border-color:#f0c3cb;color:#c1344b}.contact-action--delete:hover{background:#ffeef1}.contact-item__icon{width:14px;height:14px;color:var(--slate-500)}.contact-item__icon--danger{color:#c1344b}.contact-item:before{content:"";position:absolute;left:8px;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(180deg,#5aa7ff,#8fd7ff);box-shadow:0 0 8px #5aa7ff8c;opacity:.85}.contact-item:hover{background:#f2f7ff}.contact-item.is-active{border-color:#9cc7ff;background:linear-gradient(120deg,#2f85ff1f,#4fd1ff14)}.contact-item.is-active:before{background:linear-gradient(180deg,#2f85ff,#4fd1ff);box-shadow:0 0 12px #2f85ffb3}.contact-item__name{margin:0;font-size:14px;font-weight:700;color:var(--slate-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-item__phone{margin:0;font-size:12px;color:var(--slate-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-item__meta{margin:0;font-size:11px;color:var(--blue-700);display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;background:#eef4ff;width:fit-content;font-weight:600;letter-spacing:.02em;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-item__snippet{margin:0;font-size:11px;color:var(--slate-500);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.thread{width:100%;border:none;background:transparent;display:flex;gap:12px;padding:12px 10px;border-radius:14px;text-align:left;transition:background .2s ease}.thread:hover{background:#f2f7ff}.thread.is-active{background:linear-gradient(120deg,#2f85ff26,#0f4aa61a)}.thread__avatar{width:44px;height:44px;border-radius:999px;background:var(--blue-700);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}.thread__avatar img{width:100%;height:100%;object-fit:cover}.thread__body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.thread__row,.thread__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.thread__row--device{justify-content:flex-start}.thread__row--wa{justify-content:flex-start;align-items:center;gap:6px}.thread__name{font-size:14px;font-weight:700;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread__phone{font-size:12px;color:var(--slate-500);margin:2px 0 4px}.thread__wa-icon{width:16px;height:16px;border-radius:999px;background:#25d366;color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.thread__wa-svg{width:11px;height:11px;display:block}.thread__wa-text{font-size:12px;color:var(--slate-600);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread__device{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--slate-700);min-width:0}.thread__device-icon{width:13px;height:13px;flex:0 0 auto}.thread__device-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.thread__device-name--neon{font-weight:700;color:#4aa2ff;text-shadow:0 0 6px rgba(74,162,255,.9),0 0 12px rgba(74,162,255,.6)}.thread__time{font-size:12px;color:var(--slate-500)}.thread__snippet{font-size:12px;color:var(--slate-700);margin:0;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread__meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:11px}.thread__badge{background:var(--blue-600);color:#fff;padding:2px 8px;border-radius:999px;font-size:11px}.thread__status{color:var(--slate-500)}.thread__urgent{color:#d64545}.device-list{padding:6px 8px;display:grid;gap:6px;overflow-y:auto;flex:1;min-height:0}.panel__header-actions{display:flex;gap:8px}.panel--list .panel__header{padding:8px 10px}.panel--list .panel__header-actions .button{padding:4px 8px;font-size:11px}.device-form{margin:0 12px 12px;padding:14px;border-radius:16px;border:1px solid var(--blue-100);background:#f7faff;display:grid;gap:10px}.device-form__row label{display:block;font-size:12px;color:var(--slate-500);margin-bottom:6px}.device-form__input,.device-form__textarea{width:100%;border:1px solid #d8e4f8;border-radius:12px;padding:8px 10px;font:inherit;background:#fff;color:var(--slate-900)}.device-form__textarea{resize:vertical;min-height:60px}.device-form__error{color:#c1344b;font-size:12px;font-weight:600}.device-form__actions{display:flex;gap:8px;justify-content:flex-end}.device-card{width:100%;border:1px solid var(--blue-100);border-radius:8px;padding:8px;background:#fff;display:flex;justify-content:space-between;align-items:center;text-align:left;gap:6px;min-height:36px}.device-card.is-active{border-color:var(--blue-600);box-shadow:var(--shadow-soft)}.device-card__name{font-weight:700;margin:0 0 1px;font-size:11px;line-height:1.1}.device-card__phone{margin:0;font-size:9px;color:var(--slate-500);line-height:1.1}.device-card__status{padding:2px 6px;border-radius:999px;font-size:9px;background:#f3f7ff;color:var(--slate-500);text-transform:capitalize;align-self:center;line-height:1}.device-card__info{display:flex;flex-direction:column;gap:0;min-width:0}.device-card__status.is-connected{background:#e7f6ee;color:#0f7a43}.device-card__status.is-connecting,.device-card__status.is-qr{background:#fff3d6;color:#a66a00}.device-card__status.is-disconnected,.device-card__status.is-logged_out{background:#fde7ea;color:#c1344b}.panel--chat{padding:0;min-height:0}.layout--bare .panel--chat{flex:1}.panel--detail{position:relative;background:linear-gradient(180deg,#f5f9ff,#fff 30%);border:1px solid #e2edff}.panel--detail:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#2f85ff,#4fd1ff,#9be7ff);box-shadow:0 6px 14px #2f85ff59}.chat__header{padding:8px 16px;border-bottom:none;display:flex;align-items:center;justify-content:space-between;background:#f7faff;position:relative}.chat__header-left{display:flex;align-items:center;gap:10px;min-width:0}.chat__header-left>div{min-width:0}.panel--detail .chat__header{padding:16px 20px 12px;background:#ffffffc7;border-bottom:1px solid #e4edff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.panel--detail .chat__header:after{height:1px;background:linear-gradient(90deg,#2f85ff,#4fd1ff);box-shadow:none}.chat__profile{display:flex;align-items:center;gap:8px}.chat__avatar{width:26px;height:26px;border-radius:50%;background:#dce8ff;color:var(--blue-900);font-weight:700;display:inline-flex;align-items:center;justify-content:center}.chat__header h3{font-size:14px;line-height:1.2}.chat__meta{font-size:10px;margin-top:1px}.chat__header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#2f85ff;box-shadow:0 0 8px #2f85ffcc,0 0 16px #2f85ff8c}.chat__actions{display:flex;align-items:center;gap:8px}.chat__icon{width:36px;height:36px;border-radius:12px;border:1px solid #d8e4f8;background:#fff;color:var(--blue-700);display:inline-flex;align-items:center;justify-content:center}.chat__icon svg{width:18px;height:18px}.chat__meta{color:var(--slate-500);font-size:12px;margin-top:4px}.chat__meta-link{border:none;background:transparent;color:var(--blue-600);font-size:12px;font-weight:600;padding:0;cursor:pointer}.chat__meta-link:hover{color:var(--blue-700);text-decoration:underline}.chat__status{display:flex;gap:8px}.chat__finish-button.button--ghost{padding:6px 12px;border-radius:999px;border:1px solid #c7dbff;background:#fff;color:var(--blue-700);font-size:11px;font-weight:600;box-shadow:0 6px 14px #2c60b01f;white-space:nowrap}.status-pill{padding:6px 12px;border-radius:999px;background:var(--blue-100);color:var(--blue-800);font-size:12px}.status-pill.is-device{background:#e3eefc;color:var(--blue-600)}.device-panel{padding:24px 28px 32px;display:flex;flex-direction:column;gap:20px;flex:1;min-height:0;overflow-y:auto}.device-panel__content{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"qr details";gap:20px;align-items:stretch}.device-panel__actions{display:flex;gap:12px;flex-wrap:wrap}.panel--devices .device-panel__actions{position:sticky;top:0;z-index:5;background:#fff;padding:8px 0}.panel--devices .device-panel{padding-top:16px}.device-panel__readonly{font-size:12px;font-weight:600;color:var(--slate-500);padding:6px 10px;background:#f1f5f9;border-radius:999px}.device-panel__qr{grid-area:qr;flex:1;background:#f6f9ff;border-radius:18px;padding:20px;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--slate-500)}.device-panel__qr-box img{width:240px;height:240px;object-fit:contain;margin-bottom:12px;border-radius:12px;background:#fff;padding:8px;box-shadow:var(--shadow-soft)}.device-panel__error{color:#c1344b;font-weight:600}.device-panel__details{grid-area:details;border-radius:18px;border:1px solid var(--blue-100);padding:20px;background:#fff;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:12px}.device-panel__details h4{margin:0;font-size:16px;color:var(--slate-900)}.device-panel__footer{padding:0 24px 16px;background:linear-gradient(180deg,#fff0,#fff 40%)}.device-panel__back{width:100%}.device-panel__detail{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:13px}.device-panel__detail--note{align-items:flex-start}.device-panel__label{color:var(--slate-500)}.device-panel__value{color:var(--slate-900);font-weight:600;text-align:right}.device-panel__note{white-space:pre-wrap;text-align:left;font-weight:500}.contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#062a5f8c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.contact-modal__card{width:min(720px,100%);background:#fff;border-radius:20px;padding:22px 24px 24px;box-shadow:var(--shadow-card);max-height:90vh;overflow-y:auto}.contact-modal__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.contact-modal__subtitle{margin:4px 0 0;color:var(--slate-500);font-size:12px}.contact-modal__meta{margin-top:12px;font-size:12px;color:var(--slate-700);display:flex;flex-wrap:wrap;gap:12px}.contact-modal__loading{margin-top:16px;color:var(--slate-500);font-size:13px}.context-menu__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:45}.context-menu{position:fixed;z-index:46;background:#fff;border:1px solid #dce7fb;border-radius:12px;box-shadow:0 12px 24px #143e7c29;padding:6px;min-width:170px;display:grid;gap:4px}.context-menu__item{border:none;background:transparent;padding:8px 10px;text-align:left;font-size:13px;color:var(--slate-700);border-radius:8px;cursor:pointer}.context-menu__item:hover{background:#f1f6ff;color:var(--blue-700)}.context-menu__item.is-danger{color:#c1344b}.context-menu__item.is-danger:hover{background:#fdebed}.confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:50;padding:20px}.confirm-modal__card{width:min(420px,90vw);background:#fff;border-radius:18px;padding:18px;box-shadow:0 18px 40px #0f172a33;display:grid;gap:12px}.confirm-modal__header{display:flex;align-items:center;justify-content:space-between}.confirm-modal__header h3{margin:0;font-size:16px}.confirm-modal__note{margin:0;font-size:12px;color:var(--slate-600)}.confirm-modal__label{font-size:12px;color:var(--slate-600);font-weight:600}.confirm-modal__input{width:100%;border:1px solid #d8e4f8;border-radius:12px;padding:8px 10px;font:inherit}.confirm-modal__actions{display:flex;justify-content:flex-end;gap:10px}.contact-form{margin-top:16px;display:grid;gap:12px}.panel--detail .contact-form{margin:16px 18px 20px;padding:18px;border-radius:16px;border:1px solid #e2edff;background:#fff;box-shadow:var(--shadow-soft)}.contact-form__row{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.contact-form label{display:block;font-size:12px;color:var(--slate-500);margin-bottom:6px}.panel--detail .contact-form label{font-weight:600;color:var(--slate-600)}.contact-form__input,.contact-form__textarea{width:100%;border:1px solid #d8e4f8;border-radius:12px;padding:8px 10px;font:inherit;background:#fff;color:var(--slate-900)}.contact-form__textarea{resize:vertical;min-height:80px}.contact-form__actions{display:flex;gap:10px;justify-content:flex-end}.contact-form__map{display:grid;gap:10px}.contact-form__map-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.contact-form__map-hint{font-size:12px;color:var(--slate-500)}.contact-form__map-embed{width:100%;border:1px solid #d8e4f8;border-radius:14px;overflow:hidden;background:#f8fbff}.contact-form__map-embed iframe{width:100%;height:220px;border:0;display:block}.contact-form__error{color:#c1344b;font-size:12px;font-weight:600}.contact-form__success{color:#0f7a43;font-size:12px;font-weight:600}@media (max-width: 960px){.device-panel__content{grid-template-columns:1fr}.device-panel__value{text-align:left}}.button--ghost-light{background:#e7f0ff;color:var(--blue-700)}.messages{flex:1;padding:20px 28px;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,#fff,#f5f9ff);min-height:0;display:flex;flex-direction:column}.layout--bare .messages{background:#fff}.messages__loading{color:var(--slate-500);font-size:13px;margin-bottom:12px}.messages__trace{margin:12px auto 6px;padding:0;border-radius:0;background:transparent;color:#111;font-size:11px;font-weight:600;display:flex;flex-direction:column;gap:4px;text-align:center;width:100%;max-width:100%}.messages__trace--bottom{margin-top:auto}.messages__trace-line{display:block}.messages__trace-row{display:flex;align-items:baseline;justify-content:center;gap:8px;flex-wrap:wrap}.messages__trace-label{font-size:11px;font-weight:600;color:var(--slate-500);min-width:42px}.messages__trace-list{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.messages__trace-card{display:inline-flex;flex-direction:row;align-items:center;gap:4px;padding:2px 6px;border-radius:999px;color:rgb(var(--agent-rgb));background:rgba(var(--agent-rgb),.12);border:1px solid rgba(var(--agent-rgb),.35);box-shadow:0 4px 10px #0f172a0f;max-width:100%;white-space:nowrap}.messages__trace-name{font-weight:600;font-size:10px;white-space:nowrap}.messages__trace-stamp{font-size:9px;color:rgba(var(--agent-rgb),.9);white-space:nowrap}.messages__trace-empty{font-size:12px;color:var(--slate-400)}.message{display:flex;margin-bottom:14px}.message.is-out{justify-content:flex-end}.message__bubble{max-width:64%;background:#fff;border-radius:14px;padding:8px 10px;box-shadow:var(--shadow-soft)}.message.is-out .message__bubble{background:var(--blue-700);color:#fff}.message__bubble img,.message__bubble video{max-width:100%;border-radius:12px;margin-bottom:8px}.message__text{margin:0 0 6px;font-size:12px;word-break:break-word;overflow-wrap:anywhere}.message__more{border:none;background:transparent;color:var(--blue-600);font-size:12px;font-weight:600;padding:0;cursor:pointer}.message__more:hover{color:var(--blue-700);text-decoration:underline}.message__meta{display:flex;justify-content:space-between;font-size:11px;color:var(--slate-500)}.message.is-out .message__meta{color:#ffffffb3}.messages--inbox{background:radial-gradient(circle at 12% 20%,rgba(47,133,255,.08),transparent 45%),radial-gradient(circle at 80% 10%,rgba(15,74,166,.08),transparent 40%),linear-gradient(180deg,#ffffffe0,#f3f7ffeb);padding:24px 28px;position:relative;isolation:isolate}.messages--inbox:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/logo-13072025.png) center/clamp(220px,60vmin,520px) auto no-repeat;opacity:.08;pointer-events:none;z-index:0}.messages--inbox>*{position:relative;z-index:1}.messages--inbox .message{align-items:flex-end;gap:10px;width:100%}.messages--inbox .message.is-out{justify-content:flex-end}.messages--inbox .message.is-out .message__bubble{order:1}.messages--inbox .message.is-out .message__avatar{order:2}.messages--inbox .message__avatar{width:32px;height:32px;border-radius:50%;background:#dce8ff;color:var(--blue-900);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.messages--inbox .message__avatar.is-agent{background:var(--blue-700);color:#fff}.messages--inbox .message__bubble{max-width:62%;background:#fff;border-radius:14px;padding:8px 10px;position:relative;box-shadow:0 8px 18px #0b3b821f}.messages--inbox .message.is-out .message__bubble{background:#e6f0ff;color:var(--blue-900)}.messages--inbox .message__bubble:before{content:"";position:absolute;top:12px;border:6px solid transparent}.messages--inbox .message.is-in .message__bubble:before{left:-12px;border-right-color:#fff}.messages--inbox .message.is-out .message__bubble:before{right:-12px;border-left-color:#e6f0ff}.messages--inbox .message__text{margin:0 0 6px;font-size:12px;line-height:1.45;white-space:pre-wrap}.messages--inbox .message__text a{color:#1c6ad9;font-weight:600;text-decoration:none;word-break:break-word}.messages--inbox .message__text a:hover{text-decoration:underline}.message__link-card{border:1px solid #e2e9f5;border-radius:12px;padding:8px 10px;margin:6px 0 8px;background:#f6f9ff}.message__link-title{font-weight:700;font-size:12px;color:#0b3b82;margin-bottom:4px}.message__link-url{font-size:12px;color:#1c6ad9;text-decoration:none;word-break:break-word}.message__link-url:hover{text-decoration:underline}.message__map-card{border:1px solid #e2e9f5;border-radius:12px;padding:8px;margin:6px 0 8px;background:#f6f9ff;max-width:240px}.message__map-title{font-weight:700;font-size:12px;color:#0b3b82;margin-bottom:6px}.message__map-frame{width:100%;height:120px;border:0;border-radius:10px;margin-bottom:6px}.messages--inbox .message__meta{justify-content:flex-end;gap:8px;font-size:12px;color:#1c6ad9;font-weight:600}.messages--inbox .message__time{display:inline-flex;align-items:center;gap:4px;padding:0;border-radius:0;background:transparent}.messages--inbox .message.is-out .message__time{background:transparent}.messages--inbox .message__status{text-transform:uppercase;font-size:10px;letter-spacing:.4px;color:#1c6ad9;font-weight:600}.messages--inbox .message.is-out .message__meta,.messages--inbox .message.is-out .message__status{color:#0b3b82}.composer{display:flex;gap:12px;padding:16px 20px 20px;border-top:1px solid var(--blue-100)}.composer--cloud{position:relative;align-items:flex-end;flex-wrap:nowrap;gap:10px}.composer__input{flex:1;position:relative;min-width:0}.composer textarea{flex:1;border-radius:14px;border:1px solid var(--blue-100);padding:8px 10px;resize:none;min-height:48px;outline:none}.composer__actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.composer--cloud .composer__icon{width:38px;height:38px;border-radius:12px}.composer--cloud .button--primary{height:38px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center}@media (max-width: 720px){.composer--cloud{flex-wrap:wrap}.composer--cloud .composer__actions{width:100%;justify-content:flex-end}.dashboard{padding:18px;max-width:100%}.dashboard-grid{padding:18px}.dashboard-cards,.dashboard-panels{grid-template-columns:1fr}.panel__header{flex-wrap:wrap;gap:10px}}.composer--inbox{position:relative;align-items:flex-end;padding:10px 16px;background:#f3f5f7;gap:6px}.layout--bare .composer--inbox{position:sticky;bottom:0;background:#fff;z-index:15}.composer--inbox .composer__field{flex:1;min-width:0;position:relative}.composer--inbox .composer__field textarea{min-height:54px;width:100%;max-height:180px;border-radius:20px;background:#fff;border:1px solid #e1e6ee;padding:12px 14px;overflow-y:auto}.composer--inbox .composer__icon{width:40px;height:40px;border-radius:999px;border:none;background:transparent;color:#6b7a90;display:inline-flex;align-items:center;justify-content:center;padding:0;align-self:flex-end}.composer--inbox .composer__icon svg{width:22px;height:22px}.composer--inbox .composer__send{width:44px;height:44px;border-radius:50%;border:none;background:var(--blue-700);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px #0b3b822e;align-self:flex-end}.composer--inbox .composer__send svg{width:20px;height:20px}.composer__icon{width:40px;height:40px;border-radius:12px;border:1px solid var(--blue-100);background:#f2f7ff;color:var(--blue-700);display:inline-flex;align-items:center;justify-content:center;padding:0}.composer__icon svg{width:20px;height:20px}.slash-suggestions{position:absolute;bottom:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:14px;box-shadow:var(--shadow-card);padding:10px;max-height:240px;overflow-y:auto;z-index:20}.slash-suggestion{width:100%;border:none;background:transparent;text-align:left;padding:8px 10px;border-radius:12px;display:flex;flex-direction:column;gap:4px;transition:background .2s ease}.slash-suggestion:hover{background:#e7f6ee}.slash-suggestion__title{font-weight:700;color:var(--slate-900)}.slash-suggestion__content{font-size:12px;color:var(--slate-500)}.slash-suggestions__empty{padding:12px;color:var(--slate-500);font-size:12px}.emoji-picker{position:absolute;right:140px;bottom:82px;background:#fff;border-radius:14px;box-shadow:var(--shadow-card);padding:10px;display:grid;grid-template-columns:repeat(6,1fr);gap:6px;z-index:30}.emoji-picker--inbox{left:12px;right:auto;bottom:64px}.attachment-pill--inbox{margin-left:20px;margin-top:-6px}.emoji-picker__item{border:none;background:#f5f9ff;border-radius:10px;padding:6px;font-size:16px}.attachment-pill{background:#eef4ff;color:var(--blue-800);padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;margin-left:8px}.attachment-pill button{border:none;background:transparent;font-size:16px;line-height:1;cursor:pointer}.message__media{cursor:pointer;border-radius:12px;max-width:100%;margin-bottom:8px}.messages--inbox .message__media{max-width:240px;max-height:180px;width:auto;height:auto;object-fit:cover;cursor:zoom-in;display:block}.messages--inbox .message__bubble--media{width:fit-content;max-width:280px}.messages--inbox .message__bubble--media .message__text{max-width:100%;white-space:pre-wrap}.media-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#062a5fb3;display:flex;align-items:center;justify-content:center;z-index:999}.media-viewer__content{max-width:90vw;max-height:90vh}.media-viewer__img,.media-viewer__video{max-width:90vw;max-height:90vh;border-radius:16px;box-shadow:var(--shadow-card)}.media-viewer__link{background:#fff;padding:12px 18px;border-radius:12px;text-decoration:none;color:var(--blue-700);font-weight:600}.button{border:none;padding:12px 18px;border-radius:12px;font-weight:600}.button--primary{background:var(--blue-600);color:#fff;box-shadow:var(--shadow-soft)}.button--success{background:#18a957;color:#fff;box-shadow:var(--shadow-soft)}.button--danger{background:#e4525b;color:#fff;box-shadow:var(--shadow-soft)}.button--ghost{background:#ffffff2e;color:#fff}.panel__empty{padding:40px;text-align:center;color:var(--slate-500)}.auth{min-height:100vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));background:linear-gradient(135deg,#fff,#e7f0ff)}.auth__panel{padding:56px;display:flex;flex-direction:column;justify-content:center;gap:16px}.auth__brand{display:flex;gap:14px;align-items:center}.auth__badge{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:var(--blue-700);color:#fff;font-weight:700}.auth__title{font-weight:700}.auth__subtitle{font-size:12px;color:var(--slate-500)}.auth__heading{font-size:26px}.auth__copy{color:var(--slate-700)}.auth__form{display:grid;gap:16px}.auth__field{display:grid;gap:6px;font-size:13px}.auth__field input{padding:12px;border-radius:12px;border:1px solid var(--blue-100)}.auth__error{color:#d64545;font-size:12px}.auth__art{position:relative;background:linear-gradient(160deg,var(--blue-900),var(--blue-600));overflow:hidden}.auth__wave{position:absolute;width:120%;height:60%;background:radial-gradient(circle,rgba(255,255,255,.2),transparent 60%);top:-10%;left:-10%}.auth__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:28px 28px;opacity:.4}.auth__blob{position:absolute;width:240px;height:240px;background:#fff3;border-radius:50%;bottom:-80px;right:60px}.auth__quote{position:absolute;bottom:48px;left:48px;color:#fff;max-width:240px;font-size:14px}.auth.auth--icloud{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 20px;background:radial-gradient(1200px 800px at 20% 10%,#f0f7ff,#d9e7ff 35%,#c9dbff 60%,#b9d0ff);position:relative;overflow:hidden}.auth__bubbles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.auth__bubble{position:absolute;border-radius:999px;background:#ffffff8c;border:1px solid rgba(255,255,255,.65);box-shadow:0 20px 45px #5078d240;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:bubbleFloat 18s ease-in-out infinite}.auth__bubble.bubble--1{width:160px;height:160px;top:10%;left:12%}.auth__bubble.bubble--2{width:220px;height:220px;bottom:12%;left:8%;animation-delay:-4s}.auth__bubble.bubble--3{width:140px;height:140px;top:18%;right:16%;animation-delay:-8s}.auth__bubble.bubble--4{width:260px;height:260px;bottom:-40px;right:12%;animation-delay:-6s}.auth__bubble.bubble--5{width:120px;height:120px;top:55%;right:40%;animation-delay:-10s}.auth__panel.auth__panel--icloud{width:min(420px,94vw);padding:36px 34px 32px;border-radius:28px;background:#ffffffc7;border:1px solid rgba(255,255,255,.7);box-shadow:0 24px 60px #1e3c7833;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.auth__brand.auth__brand--stack{flex-direction:column;align-items:center;text-align:center;gap:10px}.auth__logo{width:120px;height:auto}.auth__heading{text-align:center;font-size:22px}.auth__copy{text-align:center;font-size:13px}.auth__form{gap:14px}.auth__field input{background:#ffffffeb;border:1px solid rgba(120,160,255,.35);border-radius:14px;box-shadow:inset 0 1px 4px #0000000f}.auth__form .button{width:100%}@keyframes bubbleFloat{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-18px) translate(12px)}}@media (max-width: 720px){.auth__panel.auth__panel--icloud{padding:30px 26px}.auth__logo{width:100px}}.module-shell{padding:32px 40px 40px;flex:1;max-width:100%}.module-card{background:var(--white);border-radius:var(--radius-xl);padding:28px 32px;box-shadow:var(--shadow-card);max-width:560px;width:100%}.module-card h2{font-size:22px;margin-bottom:10px}.module-card p{margin:0;color:var(--slate-700);line-height:1.6}@media (max-width: 960px){.layout{grid-template-columns:1fr}.sidebar{display:none}.shell{height:100dvh;padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom))}.layout--no-bottom-nav .shell{padding-bottom:0}.topbar{position:sticky;top:0;z-index:950;padding:12px 16px;min-height:var(--topbar-height)}.workspace{grid-template-columns:1fr;padding:0;gap:0}.workspace--devices{grid-template-areas:"detail" "list";grid-template-rows:minmax(0,1fr);height:100%}.workspace--devices-detail .panel--list,.workspace--devices-list .panel--chat{display:none}.workspace--devices-detail .panel--chat,.workspace--devices-list .panel--list{height:100%;min-height:0}.panel{border-radius:0;box-shadow:none;height:100%}.panel--list,.panel--chat{flex:1}.workspace--flush .panel--list{border-right:none;border-bottom:none}.workspace--mobile-detail .panel--list,.workspace--mobile-list .panel--chat{display:none}.panel__header{padding:16px 16px 10px}.panel__search,.panel__filters{padding-left:16px;padding-right:16px}.thread-list{padding:12px 12px 16px}.thread{background:#fff;border:1px solid #e4edff;border-radius:16px;padding:14px 12px;margin-bottom:10px;box-shadow:0 10px 20px #062a5f14}.thread__row--device{display:none}.chat__header{position:sticky;top:var(--topbar-height);z-index:20;height:56px;padding:6px 12px}.layout--bare .chat__header{top:0}.chat__header h3{font-size:14px}.chat__meta{font-size:11px;margin-top:0}.messages,.messages--inbox{padding:8px 10px}.composer--inbox{padding:6px 10px;gap:6px;background:#fff;border-top:1px solid #e1e6ee;flex-direction:row;align-items:center;min-height:56px}.composer--inbox .composer__field{background:transparent;border-radius:0;padding:0}.composer--inbox .composer__field textarea{min-height:40px;padding:8px 10px;border-radius:10px;max-height:120px;border:1px solid #e1e6ee;background:#fff}.composer--inbox .composer__icon,.composer--inbox .composer__send{width:36px;height:36px}.composer--inbox .composer__icon svg,.composer--inbox .composer__send svg{width:18px;height:18px}.composer--inbox .composer__icon{border:1px solid #e1e6ee;background:#f3f5f7}.device-panel__content{grid-template-columns:1fr;grid-template-areas:"details" "qr"}.bottom-nav{display:flex}.auth__panel{padding:36px}}@media (max-width: 640px){.sidebar{display:none}.topbar{flex-direction:row;align-items:center;gap:10px;padding:8px 10px}.topbar__logo-image{height:36px}.bottom-nav__label{font-size:9px}.bottom-nav{padding-left:8px;padding-right:8px}.composer:not(.composer--inbox){flex-direction:column}.emoji-picker{right:16px;bottom:calc(var(--bottom-nav-height) + 56px)}.message__bubble{max-width:90%}}@media (min-width: 961px){body{font-family:SF Pro Display,SF Pro Text,Manrope,sans-serif;background:radial-gradient(1200px 900px at 18% 8%,#f7fbff,#e9f3ffd9,#c5d9ffbf 70%),radial-gradient(900px 700px at 85% 12%,#ffffffe6,#d9e8ffcc 45%,#b3cbffb3),linear-gradient(135deg,#f2f7ff,#dbe9ff 45%,#c3d6ff);background-attachment:fixed}.layout{padding:18px;gap:18px}.shell{border-radius:28px;background:radial-gradient(320px 320px at 12% 8%,rgba(255,255,255,.75),transparent 70%),radial-gradient(420px 420px at 88% 12%,rgba(255,255,255,.6),transparent 75%),#ffffff73;box-shadow:0 28px 70px #1e3c782e;border:1px solid rgba(255,255,255,.7);overflow:hidden}.sidebar{border-radius:24px;background:linear-gradient(180deg,#0b3b82,#0f4aa6 55%,#1c6ad9);color:#ffffffe6;border:1px solid rgba(12,40,90,.35);box-shadow:0 18px 50px #14326e47}.sidebar__title,.sidebar__subtitle,.sidebar__name,.sidebar__status{color:#ffffffe6}.sidebar__logo{background:#ffffff2e;color:#fff}.sidebar__logo-image{filter:drop-shadow(0 0 6px rgba(255,255,255,.55))}.sidebar__link{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#ffffffe0}.sidebar__link:hover{background:#ffffff38}.sidebar__link.is-active{background:#ffffff52;color:#fff;box-shadow:0 12px 26px #0a1e4659}.sidebar__link.is-active .sidebar__icon{color:#fff;filter:drop-shadow(0 0 8px rgba(255,255,255,.8))}.topbar{background:#ffffffc7;color:#1b2a45;border-bottom:1px solid rgba(255,255,255,.6);box-shadow:0 14px 36px #1e3c7829;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.topbar__logo-image{filter:none}.topbar__nav-toggle{border:1px solid rgba(125,155,255,.35);background:#ffffffb3}.topbar .button--ghost{background:#ffffffb3;color:#1b2a45;border:1px solid rgba(125,155,255,.25)}.panel{background:#fffc;border:1px solid rgba(255,255,255,.75);box-shadow:0 22px 56px #1e3c7829,inset 0 1px #fffc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workspace--flush .panel{border-radius:22px;box-shadow:0 18px 44px #1e3c7829;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.workspace--flush .panel--list{border-right:1px solid rgba(125,155,255,.25)}.panel__header{background:#ffffffa6;border-bottom:1px solid rgba(150,180,255,.3)}.panel__count{background:#2d7bff1f;color:#1d4fbf}.panel__search input{background:#ffffffe6;border:1px solid rgba(125,155,255,.35)}.panel__filter{background:#fffc;border:1px solid rgba(125,155,255,.3)}.panel__filter.is-active{background:#2d7bff26;color:#1d4fbf;border-color:#2d7bff66}.thread{background:#ffffff8c;border:1px solid rgba(125,155,255,.12)}.thread:hover{background:#ffffffe6}.thread.is-active{background:linear-gradient(120deg,#2d7bff33,#5d96ff1a);border-color:#2d7bff59}.thread__avatar{background:linear-gradient(135deg,#2d7bff,#5aa2ff);box-shadow:0 10px 24px #2d7bff4d}.thread__badge{background:#2d7bff;box-shadow:0 8px 20px #2d7bff59}.dashboard-card{background:#ffffffd1;border:1px solid rgba(255,255,255,.78);box-shadow:0 20px 48px #1e3c7824,inset 0 1px #fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard-card__metric-value{color:#1d4fbf}.button{border:1px solid rgba(125,155,255,.2)}.button--primary{background:linear-gradient(135deg,#2d7bff,#5aa2ff);box-shadow:0 12px 24px #2d7bff4d}.button--success{background:linear-gradient(135deg,#2fb56d,#5bd48f)}.button--danger{background:linear-gradient(135deg,#f05b64,#ff8591)}.button--ghost,.button--ghost-light{background:#ffffffb3;color:#1b2a45;border:1px solid rgba(125,155,255,.25)}}
