:root{--white:#fff;--black:#000;--violet-600:#7f22fe;--violet-900:#302579;--blue-50:#eff6ff;--blue-600:#155dfc;--blue-700:#1447e6;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#99a1af;--gray-500:#6a7282;--border-gray-100:#e6e6e6;--primary-gradient:linear-gradient(to top left, var(--violet-600), var(--blue-600))}@supports (color:lab(0% 0 0)){:root{--violet-600:lab(41.088% 68.9966 -91.995);--blue-50:lab(96.492% -1.14644 -5.11479);--blue-600:lab(44.0605% 29.0279 -86.0352);--blue-700:lab(36.9089% 35.0961 -85.6872);--gray-50:lab(98.2596% -.247031 -.706708);--gray-100:lab(96.1596% -.0823438 -1.13575);--gray-200:lab(91.6229% -.159115 -2.26791);--gray-400:lab(65.9269% -.832707 -8.17473);--gray-500:lab(47.7841% -.393182 -10.0268)}}.button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:7px 15px;display:flex}.button--primary{background:linear-gradient(to top left, var(--violet-600), var(--blue-600));min-width:150px;color:var(--white);cursor:pointer;gap:5px;font-size:14px;font-weight:600}.button--secondary{min-width:150px;color:var(--black);border:1px solid var(--border-gray-100);cursor:pointer;gap:10px;font-size:14px;font-weight:600}.button--toggle{width:40px;height:35px;color:var(--black);border-radius:5px;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.button--toggle:hover{background:var(--gray-50)}.label--small{color:var(--gray-500);font-size:12px}.title{color:var(--black)}.title--medium{font-size:30px;font-weight:500}.subtitle{color:var(--gray-400)}.subtitle--small{font-size:18px}.sidebar{border-right:1px solid var(--border-gray-100);background:var(--white);flex-direction:column;width:70px;height:100%;min-height:0;transition:all .2s;display:flex;overflow:hidden}.sidebar--active{width:250px}.sidebar__header{justify-content:center;align-items:center;width:100%;height:70px;padding:0 10px;display:flex}.sidebar__header--active{justify-content:end}.sidebar__toggle{cursor:pointer;width:35px;height:35px;color:var(--black);border-radius:5px;justify-content:center;align-items:center;font-size:25px;display:flex}.sidebar__toggle:hover{background:var(--gray-100)}.sidebar__content{flex-direction:column;flex:1;align-items:center;gap:10px;padding:0 10px 35px;display:flex;overflow-y:auto}.sidebar__link{width:100%;color:var(--black);border-radius:10px;align-items:center;gap:10px;padding:12px 20px;font-size:16px;transition:all .2s;display:flex}.sidebar__link:hover{background:var(--gray-50)}.sidebar__link--active{background:var(--blue-50);color:var(--blue-700);font-weight:600}.sidebar__link--hide{justify-content:center;padding:12px}.sidebar__history{border-radius:10px;align-items:center;gap:4px;width:100%;padding:2px;display:flex;position:relative}.sidebar__history--active{background:var(--blue-50)}.sidebar__history:hover{background:var(--gray-50)}.sidebar__history-button{width:100%;min-width:0;color:var(--black);cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:10px 8px;font-size:15px;transition:background .2s;display:flex}.sidebar__history-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar__history-actions{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.sidebar__history-trigger{width:28px;height:28px;color:var(--gray-500);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;transition:all .2s;display:flex}.sidebar__history-menu{border:1px solid var(--border-gray-100);background:var(--white);z-index:20;border-radius:10px;width:150px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 28px #00000014}.sidebar__history-menu-item{width:100%;color:var(--black);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:500;transition:background .2s;display:flex}.sidebar__history-menu-item:hover:not(:disabled){background:var(--gray-50)}.sidebar__history-menu-item:disabled{opacity:.45;cursor:not-allowed}.sidebar__history-menu-item--danger{color:#b42318}.sidebar__history-inline-rename{align-items:center;gap:6px;width:100%;min-width:0;padding:6px 8px;display:flex}.sidebar__history-inline-input{border:1px solid var(--border-gray-100);min-width:0;color:var(--black);background:var(--white);border-radius:8px;outline:none;flex:1;padding:6px 8px;font-size:13px}.sidebar__history-inline-input:focus{border-color:var(--blue-600);box-shadow:0 0 0 1px var(--blue-600)}.sidebar__history-confirm{border:1px solid var(--border-gray-100);width:28px;height:28px;color:var(--blue-700);background:var(--white);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.sidebar__history-confirm:hover:not(:disabled){background:var(--gray-50)}.sidebar__history-confirm:disabled{opacity:.45;cursor:not-allowed}.sidebar__icon{font-size:20px}.sidebar__footer{border-top:1px solid var(--border-gray-100);padding:15px 20px}.sidebar__footer--hide{padding:15px 0}.sidebar__label{width:100%;margin-bottom:5px;padding:0 20px}.sidebar__history-error{color:#b42318;line-height:1.3}.icon--gray{color:var(--gray-400);font-size:16px;font-weight:700}.chat__list{border-radius:10px;flex-direction:column;justify-content:center;align-items:start;gap:5px;width:100%;padding-left:20px;display:flex}.chat__new{color:var(--black);cursor:pointer;border-radius:10px;align-items:center;gap:10px;width:100%;margin-top:5px;padding:12px 5px;transition:all .3s;display:flex}.chat__new:hover{background:var(--gray-50)}.chat__icon{color:var(--gray-400);font-size:20px}.header{background:var(--white);border-bottom:1px solid var(--border-gray-100);justify-content:space-between;align-items:center;width:100%;height:65px;padding:10px 25px;display:flex}.header__logo{justify-content:center;align-items:center;gap:10px;display:flex}.header__logo-icon{background:var(--primary-gradient);width:30px;height:30px;color:var(--white);border-radius:10px;padding:5px}.header__logo-text{color:var(--black);font-size:20px;font-weight:500}.header__navigation{justify-content:center;align-items:center;gap:15px;display:flex}.spaces{position:relative}.spaces-card{border:1px solid var(--border-gray-100);z-index:30;background:var(--white);border-radius:5px;width:250px;position:absolute;top:110%;right:0}.spaces-card__header{color:var(--gray-500);padding:15px 10px 8px;font-size:12px;font-weight:600}.spaces-card__list{border-bottom:1px solid var(--border-gray-100);width:100%}.spaces-card__item{cursor:pointer;text-align:left;border:0;align-items:center;gap:10px;width:100%;padding:10px 15px;transition:all .2s;display:flex}.spaces-card__item-content{flex-direction:column;display:flex}.spaces-card__item-content--title{color:var(--black);font-size:13px;font-weight:500}.spaces-card__item-content--subtitle{color:var(--gray-500);font-size:12px;font-weight:500}.spaces-card__item--active{background:var(--blue-50)}.spaces-card__item:hover{background:var(--gray-50)}.spaces-card__footer{color:var(--blue-600);padding:15px;font-size:14px;font-weight:600}.spaces__icon{color:var(--black);background:var(--gray-200);opacity:.8;border-radius:8px;justify-content:center;align-items:center;width:25px;height:25px;font-size:12px;font-weight:700;display:flex}.spaces__icon--active{color:var(--white);background:var(--primary-gradient)}.dashboard-page{color:#111827;background:#f6f8fc;min-height:100%;padding-bottom:28px;position:relative;overflow-x:clip}.dashboard-page--loading{justify-content:center;align-items:center;min-height:calc(100vh - 65px);padding:24px;display:flex}.dashboard-page__loader{color:#4b5563;flex-direction:column;align-items:center;gap:10px;display:flex}.dashboard-page__loader-icon{color:#06b6d4;width:34px;height:34px}.dashboard-page__glow{pointer-events:none;filter:blur(70px);opacity:.55;border-radius:999px;position:absolute}.dashboard-page__glow--left{background:#bae6fd;width:260px;height:260px;top:-90px;left:18%}.dashboard-page__glow--right{background:#bbf7d0;width:280px;height:280px;top:230px;right:-40px}.dashboard-page__container{flex-direction:column;gap:16px;max-width:1240px;margin:0 auto;padding:24px;display:flex;position:relative}.dashboard-page__hero{background:linear-gradient(135deg,#fff 0%,#ecfeff 55%,#ecfdf5 100%);border:1px solid #dbe5ef;border-radius:24px;padding:24px;box-shadow:0 8px 24px #0208170d}.dashboard-page__hero-badge{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.dashboard-page__hero-badge-icon{width:14px;height:14px}.dashboard-page__hero-title{font-size:34px;line-height:1.15;font-family:var(--font-display);color:#0f172a;margin:14px 0 0;font-weight:800}.dashboard-page__hero-subtitle{color:#475569;max-width:760px;margin:10px 0 0;font-size:15px;line-height:1.6}.dashboard-page__hero-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.dashboard-page__button{border-radius:12px;align-items:center;gap:8px;min-width:0;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.dashboard-page__button:disabled{opacity:.6;cursor:not-allowed}.dashboard-page__button--primary{color:#fff;background:var(--primary-gradient);border:0}.dashboard-page__button--primary:hover:not(:disabled){box-shadow:0 10px 20px #32257938}.dashboard-page__button--secondary{color:#334155;background:#fff;border-color:#d6dde6}.dashboard-page__button--secondary:hover:not(:disabled){color:#0369a1;border-color:#93c5fd}.dashboard-page__button--full{justify-content:center;width:100%}.dashboard-page__button-icon{flex-shrink:0;width:15px;height:15px}.dashboard-page__alert{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:500;display:flex}.dashboard-page__alert-icon{flex-shrink:0;width:16px;height:16px}.dashboard-page__setup-card{background:#fff;border:1px solid #dbe5ef;border-radius:20px;padding:22px;box-shadow:0 5px 16px #0f172a0d}.dashboard-page__setup-head{align-items:center;gap:12px;display:flex}.dashboard-page__setup-icon-wrap{background:#cffafe;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.dashboard-page__setup-icon{color:#0891b2;width:18px;height:18px}.dashboard-page__setup-title{color:#111827;margin:0;font-size:18px;font-weight:700}.dashboard-page__setup-subtitle{color:#64748b;margin:4px 0 0;font-size:13px}.dashboard-page__setup-empty-state{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-top:14px;padding:11px 12px;font-size:13px}.dashboard-page__tenant-form{flex-direction:column;gap:10px;max-width:420px;margin-top:14px;display:flex}.dashboard-page__tenant-label{color:#334155;font-size:13px;font-weight:600}.dashboard-page__tenant-input{color:#0f172a;background:#fff;border:1px solid #d6dde6;border-radius:12px;padding:11px 12px;font-size:14px}.dashboard-page__tenant-input:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 3px #22d3ee26}.dashboard-page__setup-note{color:#64748b;margin:14px 0 0;font-size:13px;line-height:1.6}.dashboard-page__stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-page__stat-card{background:#fff;border:1px solid #dbe5ef;border-radius:16px;padding:14px 16px;box-shadow:0 4px 14px #0f172a0a}.dashboard-page__stat-label{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0;font-size:11px}.dashboard-page__stat-value{color:#0f172a;margin:8px 0 0;font-size:30px;font-weight:800}.dashboard-page__stat-value--small{font-size:20px;line-height:1.2}.dashboard-page__stat-subtitle{color:#64748b;margin:8px 0 0;font-size:12px}.dashboard-page__content-grid{grid-template-columns:minmax(0,1.65fr) minmax(0,.85fr);gap:16px;display:grid}.dashboard-page__stack{flex-direction:column;gap:16px;display:flex}.dashboard-page__panel{background:#fff;border:1px solid #dbe5ef;border-radius:18px;overflow:hidden;box-shadow:0 6px 16px #0f172a0a}.dashboard-page__panel--compact{border-radius:16px}.dashboard-page__panel-header{border-bottom:1px solid #e7edf5;justify-content:space-between;align-items:center;gap:10px;padding:16px;display:flex}.dashboard-page__panel-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.dashboard-page__panel-subtitle{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.5}.dashboard-page__panel-body{padding:16px}.dashboard-page__loading-state{color:#64748b;align-items:center;gap:8px;font-size:13px;font-weight:500;display:inline-flex}.dashboard-page__loading-icon{width:15px;height:15px}.dashboard-page__empty-block{text-align:center;color:#64748b;border:1px dashed #d6dde6;border-radius:12px;padding:28px 14px;font-size:13px}.dashboard-page__activity-list{flex-direction:column;gap:9px;display:flex}.dashboard-page__activity-item{background:#fff;border:1px solid #d6dde6;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px;display:flex}.dashboard-page__activity-main{min-width:0}.dashboard-page__activity-title-wrap{align-items:center;gap:8px;display:flex}.dashboard-page__activity-icon{flex-shrink:0;width:15px;height:15px}.dashboard-page__activity-icon--session{color:#0891b2}.dashboard-page__activity-icon--workspace{color:#0f766e}.dashboard-page__activity-title{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.dashboard-page__activity-subtitle{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:6px 0 0;font-size:13px;overflow:hidden}.dashboard-page__activity-meta{text-align:right;flex-shrink:0}.dashboard-page__activity-time{color:#64748b;margin:0;font-size:12px}.dashboard-page__status-pill{letter-spacing:.06em;border-radius:999px;margin-top:8px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.dashboard-page__status-pill--active{color:#166534;background:#dcfce7}.dashboard-page__status-pill--archived{color:#475569;background:#e5e7eb}.dashboard-page__workspace-notice{color:#64748b;border:1px dashed #d6dde6;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:11px 12px;font-size:13px;display:flex}.dashboard-page__mini-button{color:#334155;border-radius:10px;min-width:0;padding:6px 10px;font-size:12px;font-weight:700}.dashboard-page__workspace-list{flex-direction:column;gap:9px;display:flex}.dashboard-page__workspace-card{text-align:left;background:#fff;border:1px solid #d6dde6;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;padding:12px;transition:all .2s;display:flex}.dashboard-page__workspace-card:hover{cursor:pointer;border-color:#93c5fd}.dashboard-page__workspace-card--selected{background:#f0fdff;border-color:#67e8f9;box-shadow:inset 0 0 0 1px #0e749014}.dashboard-page__workspace-name{color:#111827;margin:0;font-size:14px;font-weight:700}.dashboard-page__workspace-description{color:#475569;margin:6px 0 0;font-size:13px;line-height:1.5}.dashboard-page__workspace-meta{color:#64748b;margin:8px 0 0;font-size:12px}.dashboard-page__workspace-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.dashboard-page__time-pill{color:#475569;background:#fff;border:1px solid #d6dde6;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}.dashboard-page__time-pill-icon{width:13px;height:13px}.dashboard-page__selected-pill{color:#166534;background:#dcfce7;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}.dashboard-page__selected-pill-icon{width:13px;height:13px}.dashboard-page__sidebar{flex-direction:column;gap:12px;display:flex}.dashboard-page__actions{flex-direction:column;gap:9px;display:flex}.dashboard-page__context-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.dashboard-page__context-label{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:11px}.dashboard-page__context-title{color:#111827;margin:6px 0 0;font-size:14px;font-weight:700}.dashboard-page__context-text{color:#475569;margin:6px 0 0;font-size:13px;line-height:1.5}.dashboard-page__context-meta{color:#64748b;margin:8px 0 0;font-size:12px}.dashboard-page__context-empty{text-align:center;color:#64748b;border:1px dashed #d6dde6;border-radius:12px;margin:0;padding:20px 12px;font-size:13px}@media (max-width:1280px){.dashboard-page__content-grid{grid-template-columns:1fr}.dashboard-page__sidebar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (max-width:900px){.dashboard-page__container{padding:16px}.dashboard-page__hero{padding:18px}.dashboard-page__hero-title{font-size:28px}.dashboard-page__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-page__workspace-notice{flex-direction:column;align-items:flex-start}.dashboard-page__sidebar{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-page__stats-grid{grid-template-columns:1fr}.dashboard-page__hero-actions{flex-direction:column;align-items:stretch}.dashboard-page__button{justify-content:center}.dashboard-page__activity-item{flex-direction:column;align-items:flex-start}.dashboard-page__activity-meta{text-align:left}.dashboard-page__workspace-card{flex-direction:column;align-items:flex-start}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-session{background:var(--white);flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.chat-session__header{border-bottom:1px solid var(--border-gray-100);justify-content:space-between;align-items:center;width:100%;height:80px;padding:10px 20px;display:flex}.chat-session__title{color:var(--black)}.chat-session__content{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-session__messages{overscroll-behavior:contain;flex-direction:column;flex:1;gap:16px;min-height:0;padding:24px 16px;display:flex;overflow-y:auto}@media (min-width:640px){.chat-session__messages{padding-left:24px;padding-right:24px}}.chat-session__empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.chat-session__composer{border-top:1px solid var(--border-gray-100);background:var(--white);flex-shrink:0;padding:8px 16px 10px}@media (min-width:640px){.chat-session__composer{padding-left:24px;padding-right:24px}}.chat-session__meta{color:var(--gray-400);align-items:center;gap:8px;padding:0 0 8px;font-size:12px;display:flex}.chat-session__input-container{flex-direction:column;gap:5px;width:100%;display:flex;position:relative}.chat-session__input{border:1px solid var(--border-gray-100);color:var(--black);resize:none;border-radius:5px;width:100%;padding:5px 10px;font-weight:500}.chat-session__input::placeholder{color:var(--gray-400)}.chat-session__input:focus{outline:none}.workspaces-page{color:#111827;background:#f6f8fc;min-height:100%;padding:0 0 28px;position:relative;overflow-x:clip}.workspaces-page--loading{justify-content:center;align-items:center;min-height:calc(100vh - 65px);padding:24px;display:flex}.workspaces-page__loader{color:#4b5563;flex-direction:column;align-items:center;gap:10px;display:flex}.workspaces-page__loader-icon{color:#06b6d4;width:34px;height:34px;animation:1s linear infinite spin}.workspaces-page__glow{pointer-events:none;filter:blur(70px);opacity:.55;border-radius:999px;position:absolute}.workspaces-page__glow--left{background:#bae6fd;width:260px;height:260px;top:-90px;left:18%}.workspaces-page__glow--right{background:#bbf7d0;width:280px;height:280px;top:230px;right:-40px}.workspaces-page__container{flex-direction:column;gap:16px;max-width:1240px;margin:0 auto;padding:24px;display:flex;position:relative}.workspaces-page__hero{background:linear-gradient(135deg,#fff 0%,#ecfeff 55%,#ecfdf5 100%);border:1px solid #dbe5ef;border-radius:24px;padding:26px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0208170d}.workspaces-page__hero-tenant{background:#ffffffe6;border:1px solid #e5e7eb;border-radius:14px;padding:9px 12px;position:absolute;top:18px;right:20px}.workspaces-page__hero-tenant-label{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin:0;font-size:11px}.workspaces-page__hero-tenant-value{color:#0f172a;margin:4px 0 0;font-size:13px;font-weight:700}.workspaces-page__hero-badge{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.workspaces-page__hero-badge-icon{width:14px;height:14px}.workspaces-page__hero-title{font-size:34px;line-height:1.15;font-family:var(--font-display);color:#0f172a;max-width:780px;margin:14px 0 0;font-weight:800}.workspaces-page__hero-subtitle{color:#475569;max-width:760px;margin:10px 0 0;font-size:15px;line-height:1.6}.workspaces-page__hero-actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.workspaces-page__button{cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.workspaces-page__button:disabled{opacity:.55;cursor:not-allowed}.workspaces-page__button--primary{color:#fff;background:var(--primary-gradient)}.workspaces-page__button--primary:hover:not(:disabled){box-shadow:0 10px 20px #32257938}.workspaces-page__button--secondary{color:#334155;background:#fff;border-color:#d6dde6}.workspaces-page__button--secondary:hover:not(:disabled){color:#0369a1;border-color:#93c5fd}.workspaces-page__button-icon{width:15px;height:15px}.workspaces-page__alert{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:500;display:flex}.workspaces-page__alert-icon{flex-shrink:0;width:16px;height:16px}.workspaces-page__setup-card{background:#fff;border:1px solid #dbe5ef;border-radius:20px;padding:22px;box-shadow:0 5px 16px #0f172a0d}.workspaces-page__setup-head{align-items:center;gap:12px;display:flex}.workspaces-page__setup-icon-wrap{background:#cffafe;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.workspaces-page__setup-icon{color:#0891b2;width:18px;height:18px}.workspaces-page__setup-title{color:#111827;margin:0;font-size:18px;font-weight:700}.workspaces-page__setup-subtitle{color:#64748b;margin:4px 0 0;font-size:13px}.workspaces-page__setup-empty-state{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;margin-top:14px;padding:11px 12px;font-size:13px}.workspaces-page__tenant-form{flex-direction:column;gap:10px;max-width:420px;margin-top:14px;display:flex}.workspaces-page__tenant-label{color:#334155;font-size:13px;font-weight:600}.workspaces-page__tenant-input{color:#0f172a;background:#fff;border:1px solid #d6dde6;border-radius:12px;padding:11px 12px;font-size:14px}.workspaces-page__tenant-input:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 3px #22d3ee26}.workspaces-page__setup-note{color:#64748b;margin:14px 0 0;font-size:13px;line-height:1.6}.workspaces-page__stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.workspaces-page__stat-card{background:#fff;border:1px solid #dbe5ef;border-radius:16px;padding:14px 16px;box-shadow:0 4px 14px #0f172a0a}.workspaces-page__stat-label{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0;font-size:11px}.workspaces-page__stat-value{color:#0f172a;margin:8px 0 0;font-size:30px;font-weight:800}.workspaces-page__content-grid{grid-template-columns:minmax(0,1.55fr) minmax(0,.95fr);gap:16px;display:grid}.workspaces-page__panel{background:#fff;border:1px solid #dbe5ef;border-radius:18px;overflow:hidden;box-shadow:0 6px 16px #0f172a0a}.workspaces-page__panel--compact{border-radius:16px}.workspaces-page__panel-header{border-bottom:1px solid #e7edf5;padding:16px}.workspaces-page__panel-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.workspaces-page__panel-subtitle{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.5}.workspaces-page__panel-body{padding:16px}.workspaces-page__toolbar{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.workspaces-page__search{flex:1;max-width:330px;position:relative}.workspaces-page__search-icon{color:#64748b;pointer-events:none;width:15px;height:15px;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.workspaces-page__search-input{color:#0f172a;background:#fff;border:1px solid #d6dde6;border-radius:12px;width:100%;padding:9px 11px 9px 33px;font-size:13px}.workspaces-page__search-input:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 3px #22d3ee24}.workspaces-page__filter-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.workspaces-page__filter-chip{color:#334155;letter-spacing:.04em;background:#fff;border:1px solid #d6dde6;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700;transition:all .2s}.workspaces-page__filter-chip:hover{color:#0369a1;cursor:pointer;border-color:#93c5fd}.workspaces-page__filter-chip--active{background:var(--primary-gradient);color:#fff;border-color:#0000}.workspaces-page__empty-list{text-align:center;color:#64748b;border:1px dashed #d6dde6;border-radius:12px;padding:28px 14px;font-size:13px}.workspaces-page__workspace-list{flex-direction:column;gap:9px;display:flex}.workspaces-page__workspace-card{text-align:left;background:#fff;border:1px solid #d6dde6;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;padding:12px;transition:all .2s;display:flex}.workspaces-page__workspace-card:hover{cursor:pointer;border-color:#93c5fd}.workspaces-page__workspace-card--selected{background:#f0fdff;border-color:#67e8f9;box-shadow:inset 0 0 0 1px #0e749014}.workspaces-page__workspace-card-main{flex:1;min-width:0}.workspaces-page__workspace-card-top{align-items:center;gap:8px;display:flex}.workspaces-page__workspace-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.workspaces-page__workspace-status{letter-spacing:.06em;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.workspaces-page__workspace-status--active{color:#166534;background:#dcfce7}.workspaces-page__workspace-status--archived{color:#475569;background:#e5e7eb}.workspaces-page__workspace-description{color:#475569;white-space:nowrap;text-overflow:ellipsis;margin:6px 0 0;font-size:13px;overflow:hidden}.workspaces-page__workspace-meta{color:#64748b;margin:8px 0 0;font-size:12px}.workspaces-page__workspace-selected-pill{color:#166534;background:#dcfce7;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:5px 8px;font-size:11px;font-weight:700;display:inline-flex}.workspaces-page__workspace-selected-icon{width:13px;height:13px}.workspaces-page__sidebar{flex-direction:column;gap:12px;display:flex}.workspaces-page__context-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.workspaces-page__context-title{color:#111827;margin:0;font-size:14px;font-weight:700}.workspaces-page__context-text{color:#475569;margin:6px 0 0;font-size:13px;line-height:1.5}.workspaces-page__context-meta{color:#64748b;margin:8px 0 0;font-size:12px}.workspaces-page__context-empty{text-align:center;color:#64748b;border:1px dashed #d6dde6;border-radius:12px;padding:20px 12px;font-size:13px}.workspace-create-form--embedded .workspace-create-form__form{grid-template-columns:1fr}.workspace-create-form__error{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:10px;padding:10px 12px;font-size:12px}.workspace-create-form__form{grid-template-columns:1.2fr 1fr auto;gap:9px;display:grid}.workspace-create-form__input{color:#0f172a;background:#fff;border:1px solid #d6dde6;border-radius:11px;padding:10px 11px;font-size:13px}.workspace-create-form__input:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 3px #22d3ee24}.workspace-create-form__submit{background:var(--primary-gradient);color:#fff;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.workspace-create-form__submit:hover:not(:disabled){cursor:pointer;box-shadow:0 10px 20px #32257938}.workspace-create-form__submit:disabled{opacity:.6;cursor:not-allowed}.workspace-create-form__submit-icon{width:14px;height:14px}@media (max-width:1280px){.workspaces-page__hero-tenant{width:fit-content;margin-bottom:10px;position:static}.workspaces-page__content-grid{grid-template-columns:1fr}.workspaces-page__sidebar{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (max-width:900px){.workspaces-page__container{padding:16px}.workspaces-page__hero{padding:18px}.workspaces-page__hero-title{font-size:28px}.workspaces-page__stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspaces-page__toolbar{flex-direction:column;align-items:stretch}.workspaces-page__search{max-width:100%}.workspaces-page__sidebar,.workspace-create-form__form{grid-template-columns:1fr}}@media (max-width:640px){.workspaces-page__stats-grid{grid-template-columns:1fr}.workspaces-page__hero-actions{flex-direction:column;align-items:stretch}.workspaces-page__button{justify-content:center}.workspaces-page__workspace-card{flex-direction:column;align-items:flex-start}}.email-studio-page{color:#111827;background:#f6f8fc;min-height:100%;padding-bottom:28px;position:relative;overflow-x:clip}.email-studio-page__glow{pointer-events:none;filter:blur(70px);opacity:.55;border-radius:999px;position:absolute}.email-studio-page__glow--left{background:#bae6fd;width:260px;height:260px;top:-90px;left:18%}.email-studio-page__glow--right{background:#bbf7d0;width:280px;height:280px;top:230px;right:-40px}.email-studio-page__container{flex-direction:column;gap:16px;max-width:1240px;margin:0 auto;padding:24px;display:flex;position:relative}.email-studio-page__hero{background:linear-gradient(135deg,#fff 0%,#ecfeff 55%,#ecfdf5 100%);border:1px solid #dbe5ef;border-radius:24px;padding:24px;box-shadow:0 8px 24px #0208170d}.email-studio-page__hero-badge{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.email-studio-page__hero-badge-icon{width:14px;height:14px}.email-studio-page__hero-title{font-size:34px;line-height:1.15;font-family:var(--font-display);color:#0f172a;margin:14px 0 0;font-weight:800}.email-studio-page__hero-subtitle{color:#475569;max-width:760px;margin:10px 0 0;font-size:15px;line-height:1.6}.email-studio-page__hero-meta{align-items:center;gap:10px;margin-top:18px;display:flex}.email-studio-page__workspace-chip{color:#475569;background:#f8fafc;border:1px solid #d6dde6;border-radius:12px;padding:9px 14px;font-size:13px}.email-studio-page__workspace-label{color:#64748b}.email-studio-page__workspace-id{color:#0f172a;font-weight:600;font-family:var(--font-mono)}.email-studio-page__alert{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:500;display:flex}.email-studio-page__alert--warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.email-studio-page__alert--info{color:#0369a1;background:#f0f9ff;border-color:#bae6fd}.email-studio-page__alert--success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.email-studio-page__alert-icon{flex-shrink:0;width:16px;height:16px}.email-studio-page__content-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:16px;display:grid}.email-studio-page__panel{background:#fff;border:1px solid #dbe5ef;border-radius:18px;overflow:hidden;box-shadow:0 6px 16px #0f172a0a}.email-studio-page__panel--compact{border-radius:16px}.email-studio-page__panel-header{border-bottom:1px solid #e7edf5;padding:16px}.email-studio-page__panel-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.email-studio-page__panel-subtitle{color:#64748b;margin:6px 0 0;font-size:13px;line-height:1.5}.email-studio-page__panel-body{padding:16px}.email-studio-page__form-grid{flex-direction:column;gap:16px;display:flex}.email-studio-page__form-group{flex-direction:column;gap:8px;display:flex}.email-studio-page__label{color:#334155;font-size:13px;font-weight:600}.email-studio-page__textarea{color:#0f172a;resize:vertical;background:#fff;border:1px solid #d6dde6;border-radius:12px;width:100%;min-height:120px;padding:12px;font-family:inherit;font-size:14px;line-height:1.6}.email-studio-page__textarea:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 3px #22d3ee26}.email-studio-page__textarea::placeholder{color:#94a3b8}.email-studio-page__textarea:disabled{color:#64748b;cursor:not-allowed;background:#f1f5f9}.email-studio-page__input{color:#0f172a;background:#fff;border:1px solid #d6dde6;border-radius:12px;width:100%;padding:11px 12px;font-size:14px}.email-studio-page__input:focus{border-color:#22d3ee;outline:none;box-shadow:0 0 0 3px #22d3ee26}.email-studio-page__input::placeholder{color:#94a3b8}.email-studio-page__input:disabled{color:#64748b;cursor:not-allowed;background:#f1f5f9}.email-studio-page__actions{flex-wrap:wrap;gap:10px;padding-top:8px;display:flex}.email-studio-page__button{cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:8px;min-width:0;padding:10px 14px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.email-studio-page__button:disabled{opacity:.55;cursor:not-allowed}.email-studio-page__button--primary{color:#fff;background:var(--primary-gradient)}.email-studio-page__button--primary:hover:not(:disabled){box-shadow:0 10px 20px #32257938}.email-studio-page__button--secondary{color:#334155;background:#fff;border-color:#d6dde6}.email-studio-page__button--secondary:hover:not(:disabled){color:#0369a1;border-color:#93c5fd}.email-studio-page__button-icon{flex-shrink:0;width:15px;height:15px}.email-studio-page__upload-area{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.email-studio-page__upload-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #d6dde6;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.email-studio-page__upload-button:hover:not(:disabled){color:#0369a1;background:#f0f9ff;border-color:#93c5fd}.email-studio-page__upload-button:disabled{opacity:.55;cursor:not-allowed}.email-studio-page__upload-icon{width:16px;height:16px}.email-studio-page__upload-count{color:#64748b;font-size:13px}.email-studio-page__empty-state{text-align:center;color:#64748b;border:1px dashed #d6dde6;border-radius:12px;padding:28px 14px;font-size:13px}.email-studio-page__summary-card{background:#f8fafc;border:1px solid #dbe5ef;border-radius:14px;padding:14px}.email-studio-page__summary-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;display:flex}.email-studio-page__summary-row:last-child{border-bottom:none}.email-studio-page__summary-label{color:#64748b}.email-studio-page__summary-value{color:#0f172a;font-weight:600}.email-studio-page__preview-frame{background:#fff;border:1px solid #dbe5ef;border-radius:14px;overflow:hidden}.email-studio-page__preview-header{color:#334155;border-bottom:1px solid #e7edf5;padding:12px 14px;font-size:13px;font-weight:600}.email-studio-page__preview-iframe{background:#fff;border:none;width:100%;height:480px}.email-studio-page__issues-list{color:#92400e;margin:0;padding-left:18px;font-size:13px;line-height:1.6}.email-studio-page__issues-list li{margin-bottom:4px}.email-studio-page__two-column{grid-template-columns:1fr auto;align-items:end;gap:16px;display:grid}.email-studio-page__stack{flex-direction:column;gap:16px;display:flex}.is-spinning{animation:1s linear infinite spin}@media (max-width:1280px){.email-studio-page__content-grid{grid-template-columns:1fr}}@media (max-width:900px){.email-studio-page__container{padding:16px}.email-studio-page__hero{padding:18px}.email-studio-page__hero-title{font-size:28px}.email-studio-page__two-column{grid-template-columns:1fr}}@media (max-width:640px){.email-studio-page__actions{flex-direction:column}.email-studio-page__actions .email-studio-page__button{justify-content:center}}
