.app-sidebar{display:flex;flex-direction:column;background-color:var(--surface-sidebar, #13161F);color:var(--color-text-inverse, #fff);height:var(--app-height, 100vh);position:fixed;left:0;top:0;z-index:1200;transition:width .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);overflow:hidden;box-sizing:border-box}@media(max-width:1023px){.app-sidebar{width:240px;transform:translate(-100%);pointer-events:none;box-shadow:none}.app-sidebar.app-sidebar--mobile-open{transform:translate(0);pointer-events:auto;box-shadow:2px 0 12px #0003}}@media(min-width:1024px){.app-sidebar{width:64px}.app-sidebar:not(.app-sidebar--collapsed){width:240px}}.app-sidebar__header{position:relative;padding:var(--space-md, 16px);border-bottom:1px solid var(--sidebar-border, rgba(255,255,255,.1));display:flex;align-items:center;justify-content:space-between}.app-sidebar--collapsed .app-sidebar__header{padding:var(--space-md, 16px) var(--space-sm, 8px);justify-content:center}.app-sidebar__home-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;padding:var(--space-xs, 4px);border-radius:var(--radius-md, 8px);color:var(--color-text-inverse, #fff);transition:all .2s cubic-bezier(.4,0,.2,1)}.app-sidebar__home-btn:hover{background-color:var(--sidebar-hover, rgba(255,255,255,.08));transform:scale(1.05)}.app-sidebar__collapse-btn{display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;padding:var(--space-xs, 4px);border-radius:var(--radius-md, 8px);color:var(--color-text-inverse, #fff)}.app-sidebar__collapse-btn:hover{background-color:var(--sidebar-hover, rgba(255,255,255,.08))}.app-sidebar--collapsed .app-sidebar__collapse-btn{display:none}@media(max-width:1023px){.app-sidebar__collapse-btn{display:none}}.app-sidebar__nav{flex:1;overflow-y:auto;margin-top:var(--space-sm, 8px);-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.app-sidebar__nav-list{list-style:none;padding:0;margin:0}.app-sidebar__nav-item{display:flex;align-items:center;width:calc(100% - var(--space-xs, 4px) * 2);min-height:48px;background:transparent;color:var(--color-text-inverse, #fff);border:none;cursor:pointer;position:relative;margin:2px var(--space-xs, 4px);border-radius:var(--radius-md, 8px);font-family:var(--font-family, inherit);font-size:var(--font-size-body, 14px);transition:background-color .2s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1)}.app-sidebar__nav-item:not(.app-sidebar__nav-item--collapsed){padding-left:var(--space-lg, 20px);padding-right:var(--space-lg, 20px);justify-content:flex-start}.app-sidebar__nav-item--collapsed{padding-left:var(--space-md, 16px);padding-right:var(--space-md, 16px);justify-content:center}.app-sidebar__nav-item:hover{background-color:var(--sidebar-hover-strong, rgba(94, 106, 210, .15))}.app-sidebar__nav-item:active{transform:scale(.98)}.app-sidebar__nav-item--active{background-color:var(--sidebar-active-bg, rgba(94, 106, 210, .25))!important}.app-sidebar__nav-item--active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:linear-gradient(180deg,var(--color-brand-primary, #5E6AD2),#7C85DE)}.app-sidebar__nav-item--active .app-sidebar__nav-icon{filter:drop-shadow(0 0 4px rgba(94,106,210,.4))}.app-sidebar__nav-icon{display:flex;align-items:center;justify-content:center;min-width:0;color:var(--color-text-inverse, #fff)}.app-sidebar__nav-icon:not(.app-sidebar__nav-icon--collapsed){min-width:40px}.app-sidebar__nav-icon svg,.app-sidebar__nav-icon .MuiSvgIcon-root{color:var(--color-text-inverse, #fff)!important;fill:currentColor;width:24px;height:24px}.app-sidebar__nav-label{font-weight:var(--font-weight-regular, 400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sidebar__nav-label--active{font-weight:var(--font-weight-semibold, 600)}.app-sidebar__badge{margin-left:auto;background:var(--color-error, #E5484D);color:#fff;font-size:11px;font-weight:600;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px}.app-sidebar__bottom{padding:var(--space-sm, 8px);border-top:1px solid var(--sidebar-border, rgba(255,255,255,.1))}.app-sidebar__divider{display:none}.app-sidebar__nav::-webkit-scrollbar{width:6px}.app-sidebar__nav::-webkit-scrollbar-track{background:var(--sidebar-scrollbar-track, rgba(255,255,255,.05))}.app-sidebar__nav::-webkit-scrollbar-thumb{background:var(--sidebar-scrollbar-thumb, rgba(255,255,255,.2));border-radius:3px}.app-sidebar__nav::-webkit-scrollbar-thumb:hover{background:var(--sidebar-scrollbar-thumb-hover, rgba(255,255,255,.3))}.shellSwitcher-overlayBackdrop{position:fixed;inset:0;background:#0f172a8c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:var(--space-xl, 24px);animation:shellSwitcher-fadeIn .14s ease}.shellSwitcher-overlayPanel{background:var(--color-surface, #ffffff);border-radius:var(--radius-2xl, 20px);box-shadow:var(--shadow-lg, 0 20px 40px rgba(15, 23, 42, .25));padding:var(--space-xl, 32px);width:min(720px,100%);max-height:90vh;overflow-y:auto}.shellSwitcher-overlayTitle{margin:0 0 var(--space-lg, 16px);font-size:18px;font-weight:600;color:var(--color-text-primary, #0f172a)}.shellSwitcher-overlayHint{margin:0 0 var(--space-xl, 24px);font-size:13px;color:var(--color-text-tertiary, #64748b)}.shellSwitcher-overlayGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-lg, 16px)}.shellSwitcher-card{display:flex;flex-direction:column;gap:var(--space-sm, 8px);padding:var(--space-lg, 20px);border-radius:var(--radius-lg, 12px);border:1px solid var(--color-border, #e2e8f0);background:var(--color-surface-elevated, #f8fafc);cursor:pointer;text-align:start;color:inherit;font:inherit;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.shellSwitcher-card:hover,.shellSwitcher-card:focus-visible{transform:translateY(-2px);border-color:var(--color-brand-primary, #5e6ad2);box-shadow:var(--shadow-md, 0 6px 14px rgba(15, 23, 42, .1));outline:none}.shellSwitcher-cardIcon{font-size:22px;color:var(--color-brand-primary, #5e6ad2)}.shellSwitcher-cardLabel{font-weight:600;font-size:15px}.shellSwitcher-cardDescription{font-size:13px;color:var(--color-text-tertiary, #64748b)}@keyframes shellSwitcher-fadeIn{0%{opacity:0}to{opacity:1}}.shellSwitcher-dropdown{position:absolute;top:calc(100% + 8px);inset-inline-start:0;min-width:260px;background:var(--color-surface, #ffffff);border-radius:var(--radius-lg, 12px);box-shadow:var(--shadow-md, 0 6px 14px rgba(15, 23, 42, .15));border:1px solid var(--color-border, #e2e8f0);padding:var(--space-xs, 6px);z-index:2000;animation:shellSwitcher-fadeIn .1s ease}.shellSwitcher-dropdownItem{display:flex;align-items:center;gap:var(--space-sm, 8px);padding:var(--space-sm, 8px) var(--space-md, 12px);border-radius:var(--radius-md, 8px);cursor:pointer;color:inherit;text-align:start;background:transparent;border:0;font:inherit;width:100%}.shellSwitcher-dropdownItem[aria-selected=true],.shellSwitcher-dropdownItem:hover{background:var(--color-surface-hover, #f1f5f9)}.shellChrome-topBar{position:sticky;top:0;z-index:1000;display:flex;align-items:center;gap:var(--space-lg, 16px);height:56px;padding:0 var(--space-lg, 16px);background:var(--color-surface, #ffffff);border-bottom:1px solid var(--color-border, #e2e8f0)}.shellChrome-topBar-leading{display:flex;align-items:center;gap:var(--space-sm, 8px);position:relative}.shellChrome-topBar-center{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.shellChrome-topBar-trailing{display:flex;align-items:center;gap:var(--space-sm, 8px)}.shellChrome-iconLink,.shellChrome-avatarButton{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;padding:4px;border-radius:var(--radius-md, 8px);cursor:pointer;color:var(--color-brand-primary, #5e6ad2)}.shellChrome-iconLink:focus-visible,.shellChrome-avatarButton:focus-visible{outline:2px solid var(--color-brand-primary, #5e6ad2);outline-offset:2px}.shellChrome-iconLink:hover{background:var(--color-surface-hover, #f1f5f9)}.shellChrome-layout{display:flex;flex-direction:column;min-height:100vh;background:var(--color-bg-page, #f8fafc)}.shellChrome-body{display:flex;flex:1;min-height:0}.shellChrome-sidebar{flex-shrink:0}.shellChrome-main{flex:1;min-width:0;display:flex;flex-direction:column}.shellChrome-skipLink{position:absolute;inset-inline-start:-9999px;top:4px;z-index:var(--z-tooltip, 700);padding:4px 12px;background:#d97757;color:#fff;border-radius:var(--radius-sm, 6px);font-size:13px;text-decoration:none;white-space:nowrap}.shellChrome-skipLink:focus{inset-inline-start:4px}.shellChrome-layout--phone{display:flex;flex-direction:column;height:var(--app-height, 100vh);min-height:var(--app-height, 100vh);overflow:hidden;background:var(--color-bg-page, #ffffff)}.shellChrome-main--phone{flex:1;overflow:auto;background:var(--color-bg-page, #ffffff);padding-inline-start:var(--safe-area-left, 0);padding-inline-end:var(--safe-area-right, 0);padding-block-start:var(--safe-area-top, 0);padding-block-end:calc(64px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.shellChrome-hamburger{color:var(--color-text-primary, #0f172a)!important}.toastProvider-toastContainer{position:fixed;top:calc(24px + var(--safe-area-top));right:calc(24px + var(--safe-area-right));display:flex;flex-direction:column;gap:var(--space-lg);z-index:1400;pointer-events:none}@media(max-width:767px){.toastProvider-toastContainer{left:calc(16px + var(--safe-area-left));right:calc(16px + var(--safe-area-right));top:calc(12px + var(--safe-area-top))}}.toastProvider-toast{display:flex;flex-direction:row;gap:var(--space-lg);align-items:flex-start;background:linear-gradient(145deg,#fff,#f8f9fa);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);border-radius:var(--radius-2xl);padding:var(--space-lg);min-width:280px;max-width:420px;pointer-events:auto;transform-origin:top right;position:relative;overflow:hidden;animation:toastProvider-slideIn .26s ease}.toastProvider-toastLeaving{animation:toastProvider-slideOut .26s ease}.toastProvider-toast:before{content:"";position:absolute;inset:0;z-index:0}.toastProvider-toastSuccess:before{background:linear-gradient(135deg,#00ca721f,#00ca720a)}.toastProvider-toastInfo:before{background:linear-gradient(135deg,#6161ff1f,#6161ff0a)}.toastProvider-toastWarning:before{background:linear-gradient(135deg,#ffcc001f,#ffcc000a)}.toastProvider-toastError:before{background:linear-gradient(135deg,#fb275d1f,#fb275d0a)}.toastProvider-iconContainer{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #0000000a;z-index:1}.toastProvider-iconContainerSuccess{background-color:#00ca7229;color:var(--color-success)}.toastProvider-iconContainerInfo{background-color:#6161ff29;color:var(--color-primary)}.toastProvider-iconContainerWarning{background-color:#ffcc0029;color:var(--color-warning)}.toastProvider-iconContainerError{background-color:#fb275d29;color:var(--color-error)}.toastProvider-content{flex-grow:1;z-index:1}.toastProvider-title{font-weight:700;color:var(--color-text-primary)}.toastProvider-description{color:var(--color-text-secondary);margin-top:var(--space-xs)}.toastProvider-actionButton{background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;padding:4px 10px;border-radius:var(--radius-md);z-index:1;white-space:nowrap;transition:background .15s ease,opacity .15s ease;flex-shrink:0;align-self:center}.toastProvider-actionButton:hover{opacity:.85;background:#0000000a}.toastProvider-actionButton:active{opacity:.7}.toastProvider-closeButton{color:var(--color-text-secondary);z-index:1}.toastProvider-closeButtonSuccess:hover{color:var(--color-success)}.toastProvider-closeButtonInfo:hover{color:var(--color-primary)}.toastProvider-closeButtonWarning:hover{color:var(--color-warning)}.toastProvider-closeButtonError:hover{color:var(--color-error)}@keyframes toastProvider-slideIn{0%{opacity:0;transform:translate(12px) translateY(8px)}to{opacity:1;transform:translate(0) translateY(0)}}@keyframes toastProvider-slideOut{0%{opacity:1;transform:translate(0) translateY(0)}to{opacity:0;transform:translate(12px) translateY(-6px)}}.errorBoundary-container{display:flex;align-items:center;justify-content:center;min-height:300px;width:100%;height:100%;padding:var(--space-xl)}.errorBoundary-content{display:flex;flex-direction:column;gap:var(--space-lg);align-items:center;justify-content:center;background-color:var(--color-surface-gray);border-radius:var(--radius-xl);padding:var(--space-2xl);border:1px solid var(--color-border);box-shadow:var(--shadow-md);max-width:480px;text-align:center}.errorBoundary-iconContainer{width:72px;height:72px;border-radius:var(--radius-2xl);background:linear-gradient(135deg,#fb275d1f,#fb275d0a);display:flex;align-items:center;justify-content:center}.errorBoundary-icon{width:36px;height:36px;color:var(--color-error)}.errorBoundary-title{font-weight:600;color:var(--color-text-primary)}.errorBoundary-description{color:var(--color-text-secondary);line-height:1.6}.errorBoundary-retryButton{margin-top:var(--space-sm)}.errorBoundary-compact{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md);background-color:#fb275d14;border-radius:var(--radius-md);border:1px solid rgba(251,39,93,.2)}.errorBoundary-compactIcon{width:20px;height:20px;color:var(--color-error);flex-shrink:0}.errorBoundary-compactText{color:var(--color-text-secondary);flex:1}.shell-spaceRow{display:flex;align-items:center;gap:10px;width:100%;padding:6px 10px;background:none;border:none;border-radius:8px;cursor:pointer;text-align:start;transition:background .12s ease-out,color .12s ease-out;position:relative;color:#55554f;margin:1px 0;line-height:1.35}.shell-spaceRow:hover{background:#503c280d;color:#1f1f1e}.shell-spaceRow--active{background:#503c2817;color:#1f1f1e}.shell-spaceRow-icon{flex-shrink:0;width:20px;height:20px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff}.shell-spaceRow-name{font-size:13.5px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.shell-spaceRow--active .shell-spaceRow-name{font-weight:600}.shell-desktopSidebar{position:fixed;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:var(--shell-sidebar-width-expanded, 260px);background:#f7f5f0;border-inline-end:1px solid #E8E1D5;display:flex;flex-direction:column;z-index:var(--z-drawer, 300);transition:width var(--motion-duration-medium, .18s) cubic-bezier(.4,0,.2,1);overflow:hidden}.shell-desktopSidebar--collapsed{width:var(--shell-sidebar-width-collapsed, 56px)}.shell-desktopSidebar-brand{display:flex;align-items:center;gap:8px;padding:12px 16px 8px;flex-shrink:0}.shell-desktopSidebar--collapsed .shell-desktopSidebar-brand{padding:12px 0 8px;justify-content:center}.shell-desktopSidebar-brandMark{width:22px;height:22px;border-radius:5px;background:#d97757;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;letter-spacing:-.01em;flex-shrink:0;-webkit-user-select:none;user-select:none}.shell-desktopSidebar-brandName{font-size:13px;font-weight:600;letter-spacing:-.01em;color:#1f1f1e;white-space:nowrap}.shell-desktopSidebar-orgHeader{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:8px 8px 4px;border-radius:8px;min-height:52px;border:1px solid transparent;flex-shrink:0;overflow:hidden}.shell-desktopSidebar-orgHeader--collapsed{margin:0 4px 4px;padding:8px;justify-content:center;min-height:40px}.shell-desktopSidebar-orgMark{flex-shrink:0;width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,#2f2b25,#3e3930);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#f5f2eb;letter-spacing:-.02em;box-shadow:inset 0 0 0 1px #ffffff0a,0 1px 2px #0000001f;-webkit-user-select:none;user-select:none}.shell-desktopSidebar-orgLabel{flex:1;min-width:0}.shell-desktopSidebar-orgName{font-size:13.5px;font-weight:600;color:#1f1f1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.015em;line-height:1.2}.shell-desktopSidebar-nav{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 8px 4px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.08) transparent}.shell-desktopSidebar-nav::-webkit-scrollbar{width:3px}.shell-desktopSidebar-nav::-webkit-scrollbar-thumb{background:#00000014;border-radius:2px}.shell-desktopSidebar-navSection{margin-top:12px}.shell-desktopSidebar-navSection:first-child{margin-top:0}.shell-desktopSidebar-navSection--studio{margin-top:16px;border-block-start:1px solid var(--shell-border-faint, #E8E1D5);padding-block-start:8px}.shell-desktopSidebar-sectionHeader{display:flex;align-items:center;justify-content:space-between;padding:4px 8px 4px 12px;margin-bottom:2px}.shell-desktopSidebar-sectionLabel{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#b0b0a8}.shell-desktopSidebar-addBtn{color:#8a8a82!important;width:20px!important;height:20px!important;padding:0!important;border-radius:5px!important}.shell-desktopSidebar-addBtn:hover{color:#1f1f1e!important;background:#e8e1d5!important}.shell-desktopSidebar-addBtnCollapsed{margin:4px auto;display:flex!important;color:#8a8a82!important;border-radius:6px!important}.shell-desktopSidebar-addBtnCollapsed:hover{color:#1f1f1e!important;background:#e8e1d5!important}.shell-navRow{display:flex;align-items:center;gap:10px;width:100%;padding:6px 10px;background:none;border:none;border-radius:8px;cursor:pointer;text-align:start;position:relative;color:#55554f;margin:1px 0;transition:background .12s ease-out,color .12s ease-out;line-height:1.35}.shell-navRow:hover{background:#503c280d;color:#1f1f1e}.shell-navRow--active{background:#503c2817;color:#1f1f1e}.shell-navRow-icon{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;opacity:.7}.shell-navRow--active .shell-navRow-icon{opacity:1}.shell-navRow-icon .MuiSvgIcon-root{font-size:16px}.shell-navRow-label{font-size:13.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.shell-navRow--active .shell-navRow-label{font-weight:600}.shell-desktopSidebar-footer{border-block-start:1px solid #E8E1D5;padding:8px;display:flex;align-items:center;flex-shrink:0}.shell-desktopSidebar-footer .shell-navRow{flex:1;margin:0}.shell-desktopSidebar--collapsed .shell-desktopSidebar-footer{justify-content:center;gap:0;padding:6px 4px}.shell-desktopSidebar--collapsed .shell-desktopSidebar-footer .shell-navRow{flex:none;width:24px;height:32px;padding:0;justify-content:center}.shell-desktopSidebar-collapseBtn{flex-shrink:0;color:#8a8a82!important;border-radius:6px!important;width:24px!important;height:24px!important}.shell-desktopSidebar-collapseBtn:hover{color:#55554f!important;background:#e8e1d5!important}.crm-topBarActions{display:flex;align-items:center;gap:10px;flex:0 1 640px;min-width:0;width:100%;max-width:640px}.crm-topBarActions-search{flex:1;display:flex;align-items:center;gap:8px;padding:7px 12px;background:#f0ebe2;border:1px solid #E8E1D5;border-radius:8px;color:#8a8a82;font-size:13px;font-family:inherit;cursor:pointer;transition:border-color .12s ease-out,background .12s ease-out;-webkit-user-select:none;user-select:none}.crm-topBarActions-search:hover{border-color:#ded4c2;background:#f7f5f0}.crm-topBarActions-searchIcon{font-size:14px!important;color:#8a8a82;flex-shrink:0}.crm-topBarActions-searchPlaceholder{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:#8a8a82}.crm-topBarActions-searchKbd{margin-inline-start:auto;font-size:11px;font-weight:500;font-family:inherit;padding:2px 6px;background:#f7f5f0;border:1px solid #E8E1D5;border-radius:5px;color:#8a8a82;flex-shrink:0}.crm-topBarActions-createBtn{width:34px;height:34px;border-radius:8px;border:none;background:#d97757;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 1px 2px #00000014;transition:filter .12s ease-out,box-shadow .12s ease-out}.crm-topBarActions-createBtn:hover{filter:brightness(1.05);box-shadow:0 2px 4px #0000001a}.crm-topBarActions-createBtn:active{filter:brightness(.97);box-shadow:0 1px 2px #0000000f}@media(max-width:640px){.crm-topBarActions-search{display:none}.crm-topBarActions{justify-content:flex-end}}.shell-phoneTabBar{position:fixed;inset-block-end:0;inset-inline-start:0;inset-inline-end:0;display:flex;align-items:stretch;background:#f7f5f0;border-block-start:1px solid #E8E1D5;z-index:var(--z-sticky, 200);padding-bottom:env(safe-area-inset-bottom,0px);height:calc(64px + env(safe-area-inset-bottom,0px))}.shell-phoneTab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;cursor:pointer;padding:6px 0;color:#8a8a82;transition:color .12s ease-out;min-width:0}.shell-phoneTab:hover{color:#1f1f1e}.shell-phoneTab--active{color:#d97757}.shell-phoneTab-icon{font-size:22px!important}.shell-phoneTab-label{font-size:10px;font-weight:600;letter-spacing:.01em;white-space:nowrap}.shell-spacesDrawer{padding:8px 0 16px}.shell-spacesDrawer-handle{width:36px;height:4px;background:#0000001f;border-radius:2px;margin:0 auto 12px}.shell-spacesDrawer-title{font-size:16px;font-weight:600;color:var(--shell-sidebar-text, #1F1F1E);margin:0 16px 8px}.shell-spacesDrawer-dot{width:10px;height:10px;border-radius:50%;margin-inline-end:12px;flex-shrink:0}:root{--font-body: "Inter", "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Inter", "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary: #5E6AD2;--color-secondary: #05A2C2;--color-border: #E1E4EA;--color-divider: #F0F1F4;--color-background: #FAFBFC;--color-surface: #F4F5F7;--color-surface-gray: #ECEEF2;--color-node-background-gray: #F4F5F7;--color-aura-gray: #8B8FA3;--gradient-primary: linear-gradient(135deg, #5E6AD2, #7C85DE);--gradient-primary-end: #7C85DE;--color-node-trigger: #E5484D;--color-node-action: #5E6AD2;--color-node-conditional: #05A2C2;--color-node-switch: #8E4EC6;--color-node-delay: #E87B35;--color-node-loop: #30A46C;--color-node-variable: #8E4EC6;--color-trigger-whatsapp: #25D366;--color-trigger-email: #3E63DD;--color-trigger-webhook: #5E6AD2;--color-trigger-facebook: #1877F2;--color-trigger-timer: #E87B35;--color-action-sms: #25D366;--motion-scale-hover: 1.02;--motion-scale-active: .98;--motion-shadow-soft: 0 8px 20px rgba(26, 31, 58, .08);--motion-shadow-lifted: 0 12px 24px rgba(26, 31, 58, .1);--breakpoint-md: 768px;--border-radius: 12px;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px)}.react-flow__node{overflow:visible!important}.react-flow__node:focus,.react-flow__node:focus-visible,.react-flow__node.selected{outline:none!important;box-shadow:none!important}*{transition:background-color var(--motion-duration-fast) var(--motion-easing-standard),border-color var(--motion-duration-fast) var(--motion-easing-standard),color var(--motion-duration-fast) var(--motion-easing-standard)}html,body{margin:0;padding:0;width:100%;height:100%;background-color:var(--color-background);font-family:var(--font-body);font-size:16px;line-height:1.6;letter-spacing:.01em;color:var(--color-text-primary);-webkit-text-size-adjust:100%}body{-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,[role=button],a{touch-action:manipulation}@media(pointer:coarse){body{touch-action:manipulation}}@media(max-width:767px){input,textarea,select{font-size:16px}body{line-height:1.5}::-webkit-scrollbar{width:0;height:0}.MuiDialog-paper{margin:16px!important;max-height:calc(var(--app-height, 100vh) - 32px)!important}.MuiMenu-paper{max-height:calc(var(--app-height, 100vh) - 100px)!important}.MuiCard-root:active,.MuiButton-root:active,.MuiIconButton-root:active,.MuiChip-root:active{transform:scale(.97)}}@media(max-width:1023px)and (orientation:landscape){.app-contentArea{padding-bottom:calc(56px + var(--safe-area-bottom, 0px))!important}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0;letter-spacing:0}h1{font-weight:700;font-size:var(--font-size-display, 1.75rem);line-height:1.2}h2{font-weight:600;font-size:var(--font-size-heading, 1.25rem);line-height:1.2}h3{font-weight:600;font-size:var(--font-size-lead, 1.125rem);line-height:1.35}h4{font-weight:600;font-size:var(--font-size-subhead, 1rem);line-height:1.35}h5{font-weight:400;font-size:var(--font-size-body, .875rem);line-height:1.5}h6{font-weight:400;font-size:var(--font-size-caption, .8125rem);line-height:1.5}#root{width:100%;height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b4b9c4}.volares-toolbar{position:fixed;top:0;right:0;height:var(--space-3xl);background-color:#13161f;border-radius:0 0 0 var(--space-md);padding:0 var(--space-lg);display:flex;align-items:center;justify-content:flex-end;z-index:1200;box-shadow:var(--motion-shadow-soft);color:#fff;transition:box-shadow var(--motion-duration-medium) var(--motion-easing-standard),transform var(--motion-duration-medium) var(--motion-easing-standard)}.volares-toolbar *,.volares-toolbar svg{color:#fff!important}.volares-toolbar svg{stroke:#fff!important}.no-transition,.no-transition *{transition:none!important}@media(prefers-reduced-motion:reduce){:root{--motion-duration-fast: 0ms;--motion-duration-medium: 0ms;--motion-duration-normal: 0ms;--motion-duration-slow: 0ms;--motion-duration-spring: 0ms;--motion-scale-hover: 1;--motion-scale-active: 1}*{animation-duration:0ms!important;animation-iteration-count:1!important}.volares-toolbar{transform:none!important;box-shadow:var(--motion-shadow-soft)!important}}.app-contentArea{flex:1;display:flex;flex-direction:column;overflow:auto;background-color:var(--shell-content-bg, #FFFFFF);-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.app-contentArea.builder-fullscreen{overflow:hidden;padding:0}.builderPage-fadeIn{animation:builderPage-crossfade .2s ease-out}@keyframes builderPage-crossfade{0%{opacity:0}to{opacity:1}}.pageTransition-fadeIn{animation:pageTransition-fadeIn .15s ease-out}@keyframes pageTransition-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.builderPage-fadeIn,.pageTransition-fadeIn{animation:none}}
