@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";.sg-workspace{display:flex;flex:1;min-height:0;min-width:0;width:100%;flex-direction:column;position:relative;font:13px Arial,sans-serif;color:#202124;background:#fff}.sg-workspace *{box-sizing:border-box}.sg-workspace button{font:inherit;color:inherit;cursor:pointer;border:1px solid #dadce0;background:#fff;border-radius:4px;padding:5px 8px}.sg-workspace button:disabled{opacity:.45;cursor:default}.sg-formula{display:flex;align-items:center;gap:8px;min-height:36px;border-bottom:1px solid #dadce0;padding-right:10px}.sg-address{width:95px;flex-shrink:0;text-align:center;border-right:1px solid #dadce0}.sg-fx{font-style:italic;color:#687078}.sg-formula input{flex:1;min-width:0;border:0;background:#fff;color:#202124;padding:6px;font:13px Arial,sans-serif}.sg-toolbar{display:flex;align-items:center;gap:5px;padding:6px 10px;flex-wrap:wrap;background:#f8fafd;border-bottom:1px solid #dadce0}.sg-range{flex:1;min-width:140px;font-size:11px;color:#59636d}.sg-toolbar form{display:flex;gap:3px}.sg-toolbar input{width:86px;border:1px solid #dadce0;border-radius:3px;padding:4px}.sg-view-label{color:#52615a;padding:0 8px}.sg-scroll{min-width:0;min-height:0;overflow:auto;overscroll-behavior:auto;outline:none;scrollbar-width:none;grid-area:1/1}.sg-grid{display:grid;width:max-content;isolation:isolate}.sg-header{background:#f4f5f7;color:#5e646c;border-right:1px solid #d7dbe0;border-bottom:1px solid #d7dbe0;display:flex;align-items:center;justify-content:center;font:11px Arial,sans-serif;position:sticky;-webkit-user-select:none;user-select:none}.sg-corner{top:0;left:0;z-index:10}.sg-cell{min-width:0;min-height:0;display:flex;overflow:hidden;cursor:cell}.sg-cell:hover{outline:1px solid #a8c7fa;outline-offset:-1px}.sg-cell.sg-selected{outline:2px solid #1a73e8;outline-offset:-2px}.sg-cell.sg-changed{box-shadow:inset 3px 0 #4a8d58}.sg-cell-text{display:block;width:100%;min-width:0;overflow:hidden;text-overflow:clip}.sg-cell a{color:inherit;text-decoration:underline}.sg-frozen-row{box-shadow:0 2px #9aa0a6}.sg-frozen-column{border-right:2px solid #9aa0a6!important}.sg-edit{width:100%;height:100%;min-width:0;min-height:0;border:0;outline:0;background:#fff;font:inherit;color:inherit}.sg-workspace .sg-dropdown{display:flex;align-items:center;justify-content:space-between;gap:5px;max-width:100%;width:100%;min-height:0;height:100%;max-height:24px;padding:0 5px;border:0;background:transparent;color:inherit;font:inherit;white-space:nowrap;text-align:inherit}.sg-dropdown>span:first-child{overflow:hidden;text-overflow:ellipsis}.sg-workspace .sg-pill{border-radius:14px;background:#7880881a}.sg-cell input[type=checkbox]{margin:auto;width:15px;height:15px;accent-color:#5f6368}.sg-cell input[type=checkbox]:disabled{opacity:.85}.sg-note,.sg-error{position:absolute;right:0;top:0;width:0;height:0;border-top:6px solid #5f6368;border-left:6px solid transparent}.sg-error{border-top-color:#d93025}.sg-smart-chip{border-radius:12px;background:#edf2fa;padding:1px 5px;white-space:nowrap}.sg-options{position:absolute;right:16px;bottom:65px;width:min(340px,90%);max-height:50%;overflow:auto;z-index:20;background:#fff;box-shadow:0 3px 18px #0004;border:1px solid #dadce0;border-radius:8px;padding:12px}.sg-options>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:8px}.sg-options p{font-size:12px;color:#5f6368;margin:9px 0}.sg-option-list{display:flex;flex-direction:column;gap:4px}.sg-option-list button{text-align:left}.sg-option-list button[aria-disabled=true]{cursor:default}.sg-status{font-size:11px;color:#657078;border-top:1px solid #dadce0;padding:5px 12px;min-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sg-tabs{display:flex;overflow-x:auto;flex-shrink:0;gap:2px;background:#f8fafd;border-top:1px solid #dadce0;padding:0 10px}.sg-workspace .sg-tabs button{white-space:nowrap;padding:10px 16px;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;font-weight:500}.sg-workspace .sg-tabs button[aria-current=page]{color:#137333;background:#e6f4ea;font-weight:700;box-shadow:inset 0 -3px #188038}.sg-workspace button:focus-visible{outline:2px solid #1a73e8;outline-offset:1px}.sg-virtual-canvas{position:relative;isolation:isolate;min-width:100%;min-height:100%}.sg-scroll{overflow-anchor:none}.sg-load-error{padding:8px 12px;color:#9d2727;background:#fff4f2}.sg-pending:after{content:"";width:35%;height:4px;margin:auto;background:#edf0f4;border-radius:3px}.sg-pending{background-color:#fafbfc!important}.sg-grid-area{display:grid;grid-template-columns:minmax(0,1fr) 18px;grid-template-rows:minmax(0,1fr) 18px;flex:1 1 0%;min-width:0;min-height:0;overflow:hidden}.sg-scroll::-webkit-scrollbar{display:none}.sg-virtual-canvas{flex:none;max-width:none;max-height:none}.sg-scrollbar{position:relative;background:#e8edf2;touch-action:none;-webkit-user-select:none;user-select:none;cursor:default;min-width:0;min-height:0;overflow:hidden}.sg-scrollbar-horizontal{grid-area:2/1;border-top:1px solid #c4cbd3}.sg-scrollbar-vertical{grid-area:1/2;border-left:1px solid #c4cbd3}.sg-scroll-thumb{position:absolute;background:#7b8794;border:2px solid #e8edf2;border-radius:8px;min-width:0;min-height:0}.sg-scrollbar-horizontal .sg-scroll-thumb{height:100%;top:0;left:0}.sg-scrollbar-vertical .sg-scroll-thumb{width:100%;top:0;left:0}.sg-scrollbar:hover .sg-scroll-thumb,.sg-scrollbar:focus-visible .sg-scroll-thumb{background:#526478}.sg-scrollbar:focus-visible{outline:2px solid #1a73e8;outline-offset:-2px}.sg-scrollbar[aria-disabled=true] .sg-scroll-thumb{background:#c4cbd3}.sg-scrollbar-corner{grid-area:2/2;background:#e8edf2;border-top:1px solid #c4cbd3;border-left:1px solid #c4cbd3}.sg-formula,.sg-toolbar,.sg-status{flex-shrink:0;min-width:0}.drive-documents{min-height:100vh;background:#f5f7fa;color:#172638;font-family:system-ui,-apple-system,sans-serif;padding:30px 24px 64px}.drive-documents *{box-sizing:border-box}.drive-container{max-width:1280px;margin:0 auto}.drive-back{color:#526475;text-decoration:none;font-size:14px}.drive-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:26px 0}.drive-header h1{font-size:30px;letter-spacing:-.6px;margin:0 0 7px;font-weight:650}.drive-header p{margin:0;color:#607184;font-size:14px}.drive-readonly{background:#e9eef3;color:#4c6175;border-radius:20px;padding:8px 12px;font-size:12px;white-space:nowrap}.drive-search{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #bccbd8;border-radius:10px;padding:7px 14px;box-shadow:0 2px 5px #152b4010}.drive-search>span{font-size:29px;color:#526a81;line-height:1}.drive-search input{flex:1;min-width:0;border:0;background:transparent;outline:none;padding:10px 0;font-size:16px;color:#172638}.drive-search:focus-within{outline:2px solid #446f92;outline-offset:2px}.drive-documents button{font:inherit;font-size:13px;border:1px solid #c9d3df;border-radius:6px;background:#fff;color:#2d465d;padding:7px 10px;cursor:pointer;white-space:nowrap}.drive-documents button:hover:not(:disabled){background:#edf3f8;border-color:#7593ad}.drive-documents button:focus-visible{outline:2px solid #446f92;outline-offset:3px}.drive-documents button:disabled{opacity:.45;cursor:default}.drive-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin:25px 0;color:#63768a;font-size:14px}.drive-breadcrumbs button{border:0;padding:4px 0;background:transparent;color:#3e6689;white-space:normal;text-align:left}.drive-breadcrumbs button[aria-current=page]{color:#172638;font-weight:600}.drive-list-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0 12px}.drive-list-title h2{font-size:18px;font-weight:600;margin:0;overflow-wrap:anywhere}.drive-list-title>span{font-size:12px;color:#63768a;white-space:nowrap}.drive-table-wrap{border:1px solid #dde4ec;border-radius:10px;overflow-x:auto;background:#fff}.drive-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.drive-table th{background:#f8fafc;color:#63768a;font-size:12px;font-weight:600;padding:13px 17px;border-bottom:1px solid #dde4ec}.drive-table td{padding:16px 17px;border-bottom:1px solid #edf1f5;vertical-align:middle}.drive-table tbody tr:last-child td{border-bottom:0}.drive-table tbody tr:hover{background:#fafcfe}.drive-table td:first-child{width:100%;min-width:220px}.drive-name{display:flex;align-items:center;gap:13px}.drive-icon{display:inline-flex;width:28px;flex-shrink:0;justify-content:center;font-size:25px;color:#748fa8}.drive-folder-icon{font-size:24px}.drive-name>div{min-width:0;overflow-wrap:anywhere}.drive-documents .drive-filename{padding:0;border:0;border-radius:2px;background:transparent;text-align:left;white-space:normal;font-size:14px;font-weight:500;color:#203b54;overflow-wrap:anywhere}.drive-name small{display:block;font-size:12px;color:#6b7d8e;margin-top:5px;line-height:1.5}.drive-type,.drive-date{white-space:nowrap;color:#67788a;font-size:12px}.drive-actions{display:flex;gap:6px;justify-content:flex-end;min-width:285px}.drive-actions-heading{text-align:right}.drive-empty{padding:36px 20px;margin:0;text-align:center;color:#65788a;font-size:14px}.drive-error{color:#a83434;background:#fff0f0;padding:12px;border-radius:6px}.drive-notice{font-size:14px;color:#607184}.drive-more{text-align:center;margin:20px 0}.drive-more button{padding:10px 25px}.drive-permissions{background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:24px;margin-top:28px}.drive-permissions h2{font-size:18px}.drive-permissions p{font-size:14px}.drive-permissions select{padding:8px;border:1px solid #c9d3df;border-radius:6px}.drive-sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:900px){.drive-date{display:none}.drive-actions{min-width:0;flex-wrap:wrap;max-width:240px}.drive-header{align-items:flex-start;flex-direction:column;gap:14px}}@media(max-width:600px){.drive-documents{padding:22px 12px 40px}.drive-type{display:none}.drive-table td,.drive-table th{padding:12px 10px}.drive-table td:first-child{min-width:160px}.drive-actions{min-width:130px;gap:5px}.drive-actions button{font-size:12px;padding:6px 8px}.drive-readonly{font-size:11px}}.drive-permissions-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:12000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px}.drive-permissions-modal{width:min(680px,100%);max-height:min(720px,90vh);overflow:auto;background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 24px 70px #0f172a47;padding:22px}.drive-permissions-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.drive-permissions-header h2{margin:0;font-size:20px}.drive-permissions-header p{margin:5px 0 0;color:#607184;overflow-wrap:anywhere}.drive-permissions-close{font-size:24px!important;line-height:1!important;padding:4px 9px!important}.drive-permissions-list{margin:18px 0;border-top:1px solid #e2e8f0}.drive-permission-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #e2e8f0}.drive-permission-row span{min-width:0;overflow-wrap:anywhere}.drive-permissions-empty{color:#607184;padding:12px 0}.drive-permissions-add{display:grid;grid-template-columns:minmax(0,1fr) 110px auto;gap:8px;align-items:center}.drive-permissions-add select{min-width:0;padding:8px;border:1px solid #c9d3df;border-radius:6px}@media(max-width:600px){.drive-permissions-backdrop{padding:12px}.drive-permissions-modal{padding:16px}.drive-permissions-add{grid-template-columns:1fr}.drive-permission-row{align-items:flex-start;flex-direction:column}}.messenger-widget-container{position:fixed;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.messenger-launcher-btn{z-index:3}.messenger-launcher-btn{width:60px;height:60px;border-radius:50%;background:#eab308;color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:transform .2s,background .2s}.messenger-launcher-btn:hover{transform:scale(1.05);background:#ca8a04}.messenger-widget-window{position:absolute;bottom:0;left:0;width:430px;height:680px;background:#0f172a;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080;border:1px solid #334155;transition:height .3s ease}.messenger-widget-window.minimized{height:48px}.messenger-widget-header{height:48px;flex-shrink:0;padding:0 16px;background:#1e293b;display:flex;align-items:center;justify-content:space-between;cursor:grab;-webkit-user-select:none;user-select:none;border-bottom:1px solid #334155;touch-action:none}.messenger-widget-header:active{cursor:grabbing}.header-title{display:flex;align-items:center;gap:8px;color:#f8fafc;font-weight:600;font-size:14px}.header-icon{color:#eab308;width:18px;height:18px}.header-actions{display:flex;gap:4px}.action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#94a3b8;border-radius:4px;cursor:pointer;transition:background .2s,color .2s}.action-btn:hover{background:#334155;color:#f8fafc}.messenger-drag-shield{position:absolute;top:48px;left:0;right:0;bottom:0;z-index:10000;background:transparent}.messenger-widget-body{flex:1;min-height:0;background:#fff;overflow:hidden}.messenger-iframe{width:100%;height:100%;border:none}@media(max-width:768px){.messenger-widget-container{bottom:20px!important;left:20px!important;right:20px!important;top:auto!important;width:auto!important}.messenger-widget-window{width:calc(100vw - 40px);height:80vh;max-width:none;left:0!important;bottom:72px!important}}.messenger-widget-window.closed-hidden{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(20px);transition:all .3s ease}.unread-badge{position:absolute;top:-5px;right:-5px;background-color:#ef4444;color:#fff;font-size:12px;font-weight:700;min-width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #0003;border:2px solid #facc15;z-index:20;pointer-events:none}.header-badge{background-color:#ef4444;color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:0 6px;margin-left:8px;height:18px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000004d}@keyframes unread-pulse-glow{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 12px #ef444400}to{box-shadow:0 0 #ef444400}}.unread-pulse{animation:unread-pulse-glow 2s infinite!important;border:2px solid #ef4444!important}.messenger-launcher-btn{position:relative!important;overflow:visible!important}.header-title{position:relative!important}.messenger-widget-container{width:60px;height:60px;pointer-events:none}.messenger-widget-container .messenger-launcher-btn,.messenger-widget-container .messenger-widget-window{pointer-events:auto}.messenger-widget-container:has(.messenger-widget-window:not(.closed-hidden)){width:60px;height:60px}.messenger-widget-window{max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}.messenger-notification-panel{flex:1;min-height:0;overflow:hidden}@media(max-width:768px){.messenger-widget-window{height:min(680px,80dvh);max-height:calc(100dvh - 112px);max-width:calc(100vw - 40px)}.messenger-widget-window.minimized{height:48px}}.messenger-widget-header{gap:8px}.messenger-widget-header .header-title{min-width:0;overflow:hidden}.messenger-widget-header .header-title>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messenger-widget-header .header-icon,.messenger-widget-header .header-actions{flex-shrink:0}.nc-stack,.nc-history,.nc-empty{color:#e2e8f0;font-family:inherit;font-size:13px;line-height:1.45;box-sizing:border-box}.nc-stack *,.nc-history *,.nc-empty *{box-sizing:border-box}.nc-stack{position:absolute;z-index:2;display:flex;flex-direction:column;gap:8px;pointer-events:auto;padding:0;border:0;background:transparent;box-shadow:none}.nc-stack-heading{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;color:#cbd5e1;font-size:12px}.nc-stack-cards{overflow-y:auto;overflow-x:hidden;min-height:0;display:flex;flex-direction:column;gap:8px;overscroll-behavior:contain}.nc-card{border:1px solid #334155;border-left:3px solid transparent;background:#172238;border-radius:8px;padding:11px 12px;min-width:0;flex-shrink:0;text-align:left}.nc-card.nc-unread{border-left-color:#60a5fa;background:#182b45}.nc-card.nc-inaccessible{background:#172238}.nc-card-meta{display:flex;align-items:center;gap:6px;color:#94a3b8;font-size:10px;min-width:0}.nc-type{display:inline-flex;align-items:center;gap:5px;font-weight:600}.nc-card-meta time{margin-left:auto;text-align:right}.nc-unread-dot{width:6px;height:6px;background:#60a5fa;border-radius:50%;flex-shrink:0}.nc-card-title{display:block;color:#f1f5f9;font-size:13px;font-weight:650;line-height:1.4;margin:7px 0 4px;overflow-wrap:anywhere}.nc-card-preview{display:block;color:#cbd5e1;font-size:12px;margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.nc-stack .nc-card-title,.nc-stack .nc-card-preview{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.nc-card-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.nc-card button,.nc-stack-heading button,.nc-history button,.messenger-host-tabs button{font:inherit;cursor:pointer;border:0}.nc-card-actions button,.nc-stack-heading button{background:transparent;color:#93c5fd;font-size:11px;display:inline-flex;align-items:center;gap:3px;padding:3px;border-radius:4px}.nc-card .nc-card-link{display:block;width:100%;text-align:left;padding:0;background:transparent;color:inherit}.nc-card button:focus-visible,.nc-stack button:focus-visible,.nc-history button:focus-visible,.messenger-host-tabs button:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.nc-card button:disabled,.nc-history button:disabled{opacity:.5;cursor:default}.nc-history{height:100%;overflow-y:auto;overflow-x:hidden;background:#0f172a;padding:14px;overscroll-behavior:contain}.nc-history-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.nc-history-heading h2{font-size:17px;margin:0;color:#f8fafc}.nc-history-heading p{margin:2px 0 0;font-size:12px;color:#94a3b8}.nc-history-tools{display:flex;gap:6px}.nc-history-tools button,.nc-error button,.nc-load-more{background:#24344d;color:#dbeafe;border-radius:6px;padding:7px 9px;font-size:11px!important}.nc-history-list{display:flex;flex-direction:column;gap:9px}.nc-load-more{display:block;margin:16px auto 4px}.nc-empty{padding:36px 20px;text-align:center;color:#94a3b8;background:#0f172a}.nc-empty h3{color:#e2e8f0;font-size:15px;margin:12px 0 6px}.nc-empty p{margin:0}.nc-error{border:1px solid #92400e;border-radius:8px;background:#422a14;padding:12px;margin-bottom:12px}.nc-error p{margin:0 0 8px}.nc-status,.nc-connection{color:#94a3b8;font-size:12px}.messenger-host-tabs{display:flex;flex-shrink:0;background:#172238;border-bottom:1px solid #334155;padding:0 12px}.messenger-host-tabs button{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;padding:11px 4px;color:#94a3b8;background:transparent;border-bottom:2px solid transparent;font-size:12px}.messenger-host-tabs button[aria-selected=true]{color:#f8fafc;border-bottom-color:#eab308}.nc-tab-count{color:#bfdbfe;background:#1e40af;border-radius:10px;padding:0 5px;font-size:10px}.nc-launcher-badge{position:absolute;bottom:-7px;left:-7px;display:inline-flex;align-items:center;justify-content:center;gap:3px;min-width:24px;height:22px;padding:0 5px;border:2px solid #0f172a;border-radius:12px;background:#2563eb;color:#fff;font-size:11px;font-weight:700;pointer-events:none}@media(max-width:768px){.nc-stack{display:none!important}.nc-history{padding:10px}}@media(prefers-reduced-motion:reduce){.messenger-widget-window{transition:none}}@media(display-mode:standalone){.nc-stack{display:none!important}}.nc-card:has(.nc-card-link){cursor:pointer}.nc-history-heading,.nc-history-tools{flex-wrap:wrap}.nc-settings{border:1px solid #475569;background:#172238;border-radius:8px;padding:12px;margin-bottom:14px}.nc-settings h3{margin:0 0 10px;font-size:13px;color:#f1f5f9}.nc-settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.nc-settings-toggle input{accent-color:#60a5fa;width:18px;height:18px;flex-shrink:0}.nc-settings p{font-size:12px;color:#cbd5e1;margin:8px 0 0}.nc-settings button{margin-top:8px;padding:6px 8px;border-radius:4px;color:#dbeafe;background:#24344d}.nc-settings input:focus-visible{outline:2px solid #93c5fd;outline-offset:3px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden;width:100%;-webkit-font-smoothing:antialiased;touch-action:manipulation}.email-body-container{max-width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;box-sizing:border-box!important;word-break:break-word;overflow-wrap:break-word}.email-body-container table{width:100%!important;max-width:100%!important;table-layout:fixed!important}.email-body-container td{word-break:break-word;overflow-wrap:break-word}.email-body-container img{max-width:100%!important;height:auto!important}@media(max-width:768px){.message-action-btn{padding:4px 8px!important;font-size:11px!important;gap:4px!important}}::-webkit-scrollbar{width:1px;height:1px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#78787859;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#7878788c}.right-sidebar-panel ::-webkit-scrollbar{width:0;background:transparent}.right-sidebar-panel{scrollbar-width:none}.mobile-list-container::-webkit-scrollbar,.message-list-pane::-webkit-scrollbar,.message-list-pane [data-virtuoso-scroller]::-webkit-scrollbar,.mobile-list-container [data-virtuoso-scroller]::-webkit-scrollbar{width:0;background:transparent}.mobile-list-container,.message-list-pane,.message-list-pane [data-virtuoso-scroller],.mobile-list-container [data-virtuoso-scroller]{scrollbar-width:none}*{box-sizing:border-box}button:disabled{opacity:.7;cursor:not-allowed}svg{vertical-align:middle}.dark-email-invert{filter:invert(1) hue-rotate(180deg)}.dark-email-invert img,.dark-email-invert video{filter:invert(1) hue-rotate(180deg)!important}.email-body-container{background:#fff!important;color:#111!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;padding:20px}@media(max-width:480px){.email-body-container{padding:10px!important}}#root .email-body-container *:not(a):not(img):not(video){color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important;visibility:visible!important;filter:none!important;mix-blend-mode:normal!important}#root .email-body-container a,#root .email-body-container a *{color:#3b82f6!important;-webkit-text-fill-color:#3b82f6!important;opacity:1!important;visibility:visible!important}.email-body-container *{max-width:100%!important}.compose-windows-container{position:fixed;bottom:0;right:50px;display:flex;flex-direction:row-reverse;align-items:flex-end;gap:15px;z-index:1100;pointer-events:none}.compose-modal{width:650px;height:650px;max-height:calc(100vh - 20px);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;box-shadow:0 4px 16px #0003!important;transition:height .2s ease,width .2s ease}.compose-modal.minimized{height:44px;width:280px;cursor:pointer}.compose-modal.maximized{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:80vw!important;height:80vh!important;max-width:1200px!important;max-height:90vh!important;border-radius:8px!important;z-index:1200!important}.mobile-fab{position:fixed;bottom:30px;right:30px;background:#eab308;color:#000;border-radius:16px;padding:12px 24px;display:flex;align-items:center;gap:8px;font-weight:600;box-shadow:0 4px 12px #0006;z-index:1002;border:1px solid rgba(0,0,0,.1);cursor:pointer;transition:transform .2s,background .2s}.mobile-fab:hover{transform:scale(1.05);background:#facc15}.mobile-fab svg{color:#000!important}.mobile-only{display:none!important}.desktop-only{display:initial}.app-sidebar{width:250px;transition:transform .3s ease;z-index:1001}.mobile-menu-btn{display:none;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:4px;align-items:center;justify-content:center;margin-right:10px}.mobile-menu-btn:hover{background:#80808033}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;opacity:0;transition:opacity .3s ease;pointer-events:none}.sidebar-overlay.active{display:block;opacity:1;pointer-events:auto}@media(max-width:768px){.mobile-only{display:flex!important}.desktop-only{display:none!important}.app-sidebar{position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);border-radius:0 16px 16px 0;visibility:hidden}.app-sidebar.open{transform:translate(0);box-shadow:2px 0 10px #00000080;visibility:visible}.right-sidebar-panel{position:fixed!important;top:0;bottom:0;right:0;width:85%!important;max-width:320px;z-index:1001;box-shadow:-2px 0 10px #00000080}.mobile-menu-btn{display:flex}.mobile-search-pill{display:flex;align-items:center;margin:10px 15px;padding:5px 10px;border:1px solid var(--border, rgba(255, 255, 255, .1));border-radius:24px;box-shadow:0 1px 3px #0003;transition:background .3s ease,border-color .3s ease}.mobile-search-pill input{flex:1;background:transparent;border:none;color:var(--text, #fff);outline:none;font-size:16px;padding:5px}.mobile-list-container{padding-bottom:80px}.mobile-email-row{align-items:flex-start!important;padding:12px 15px!important}.mobile-email-content{display:flex;flex-direction:column;flex:1;min-width:0}.mobile-email-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.mobile-email-sender{font-weight:700;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.mobile-email-date{font-size:12px;margin-left:10px}.mobile-email-subject-line{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2px}.mobile-email-subject{font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.mobile-email-snippet{font-size:13px;color:#aaa;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compose-windows-container{right:0;bottom:0;left:0;flex-direction:column-reverse;gap:0;align-items:stretch}.compose-modal{top:0;bottom:0;left:0;right:0;width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0;z-index:2000;position:fixed;padding-top:env(safe-area-inset-top,10px)!important;padding-bottom:env(safe-area-inset-bottom,10px)!important}.compose-modal.minimized{position:static;height:48px!important;width:100%!important;border-radius:8px 8px 0 0;border-top:1px solid rgba(128,128,128,.2);z-index:1500}.compose-modal.maximized{position:fixed!important;top:0!important;left:0!important;transform:none!important;width:100%!important;height:100dvh!important;max-height:100dvh!important;border-radius:0!important}}.invoice-editor-container{display:flex;flex-direction:row}@media(max-width:768px){.invoice-editor-container{flex-direction:column}}.signature-preview img{max-width:100%;height:auto!important;max-height:200px}.thread-badge{background:#22c55e;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;margin-right:8px;cursor:pointer;display:inline-flex;align-items:center;text-transform:uppercase;flex-shrink:0}.thread-badge:hover{background:#16a34a}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#333 25%,#444,#333 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear;border-radius:4px}.light-mode .skeleton{background:linear-gradient(90deg,#eee 25%,#f5f5f5,#eee 75%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}.resizer{width:10px;margin:0 -5px;cursor:col-resize;background:transparent;border-right:1px solid rgba(128,128,128,.3);transition:border-right .2s,background .2s;z-index:10;flex-shrink:0}.resizer:hover,.resizer.resizing{background:#3b82f60d;border-right:2px solid #3b82f6}.pane-container{display:flex;flex:1;min-width:0;height:100%;overflow:hidden}.message-list-pane{display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;background:inherit}.message-content-pane{flex:1;min-width:0;height:100%;overflow:hidden;background:inherit}@media(max-width:768px){.resizer{display:none}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes ping{0%{transform:scale(1);box-shadow:0 0 #3b82f666}70%{transform:scale(1.05);box-shadow:0 0 0 10px #3b82f600}to{transform:scale(1);box-shadow:0 0 #3b82f600}}.animate-slide-up{animation:slideUp .3s ease-out}.animate-ping{animation:ping 2s cubic-bezier(0,0,.2,1) infinite}@media(max-width:768px){.header-toolbar.mobile-header{padding:0 5px!important;gap:0!important}.header-toolbar.mobile-header button,.header-toolbar.mobile-header .mobile-search-toggle{padding:4px!important;min-width:28px!important;flex:0 0 auto!important}.header-toolbar.mobile-header h1{font-size:14px!important;max-width:60px!important;flex-shrink:0!important}.mobile-search-toggle{display:flex!important;transition:color .2s}.mobile-search-bar{width:100%;box-sizing:border-box;z-index:100}.mobile-search-bar input{width:100%;-webkit-appearance:none;border-radius:20px}.mobile-search-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:24px!important;font-weight:300;opacity:.8}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:0px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#9b9b9b66;border-radius:20px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64646499}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.4) transparent}@media(max-width:768px){.messenger-widget-container,.messenger-launcher-btn,.messenger-widget-window,.messenger-drag-shield{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.mobile-fab{z-index:2147483647!important;pointer-events:auto!important;touch-action:manipulation!important}.compose-windows-container{left:0!important;right:0!important;bottom:0!important;z-index:2147483646!important;pointer-events:none!important}.compose-windows-container .compose-modal,.compose-modal{z-index:2147483646!important;pointer-events:auto!important;touch-action:auto!important}.compose-modal button,.compose-modal input,.compose-modal textarea,.compose-modal select{pointer-events:auto!important;touch-action:manipulation!important}}@media(min-width:769px){.app-sidebar{width:250px!important;min-width:250px!important;max-width:250px!important;flex:0 0 250px!important;box-sizing:border-box!important}.right-panel-container{flex:0 0 auto!important;box-sizing:border-box!important}.right-panel-container>.desktop-only{width:56px!important;min-width:56px!important;max-width:56px!important;flex:0 0 56px!important;box-sizing:border-box!important}.pane-container{flex:1 1 auto!important;min-width:0!important}}@media(max-width:768px){html,body,#root{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.app-container,.main-content,.pane-container,.email-list,.email-list-container{max-width:100vw!important;overflow-x:hidden!important}.right-panel-container.right-panel-closed{display:none!important;width:0!important;min-width:0!important;max-width:0!important;flex:0 0 0!important;overflow:hidden!important;border-left:none!important}.right-panel-container.right-panel-open{display:flex!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(337px,92vw)!important;min-width:min(337px,92vw)!important;max-width:min(337px,92vw)!important;height:100dvh!important;flex:0 0 min(337px,92vw)!important;z-index:2147483645!important;overflow:hidden!important;border-left:1px solid rgba(128,128,128,.35)!important}.right-panel-container.right-panel-open .right-sidebar-panel{width:calc(min(337px,92vw) - 57px)!important;min-width:calc(min(337px,92vw) - 57px)!important;max-width:calc(min(337px,92vw) - 57px)!important}}@media(max-width:768px){.compose-modal form{min-height:0!important;overflow:hidden!important}.compose-scroll-area{min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;padding-bottom:12px!important}.compose-ai-panel-wrap{flex-shrink:0!important;margin:6px 12px 0!important}}.email-row-hover-actions{opacity:0;pointer-events:none;transition:opacity .12s ease}.mobile-email-row:hover .email-row-hover-actions{opacity:1;pointer-events:auto}.swipeable-wrapper{overscroll-behavior-x:contain;-webkit-user-select:none;user-select:none}@media(max-width:768px){.mobile-email-row{touch-action:pan-y;-webkit-tap-highlight-color:transparent}.swipeable-wrapper{touch-action:pan-y}}.mobile-starred-filter-bar{scrollbar-width:none}.mobile-starred-filter-bar::-webkit-scrollbar{display:none}.service-catalog-frame{display:block;flex:1 1 auto;min-width:0;min-height:0}@media(max-width:768px){.right-panel-container.right-panel-open.service-catalog-panel{left:0!important;right:0!important;width:100vw!important;min-width:100vw!important;max-width:100vw!important;height:100dvh!important;flex:0 0 100vw!important;border-left:none!important;overflow:hidden!important}.right-panel-container.right-panel-open.service-catalog-panel .right-sidebar-panel{width:100%!important;min-width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;flex:1 1 auto!important;overflow:hidden!important}.right-panel-container.right-panel-open.service-catalog-panel .service-catalog-frame{width:100%!important;height:100%!important;min-height:0!important;flex:1 1 auto!important;overflow:auto!important;-webkit-overflow-scrolling:touch;touch-action:pan-y}}@media(max-width:768px){.mobile-toolbar-scroll{width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;justify-content:flex-start!important;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none}.mobile-toolbar-scroll::-webkit-scrollbar{display:none}.mobile-toolbar-scroll>*{flex-shrink:0}.service-catalog-mobile-header{width:100%;min-height:48px;height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 14px;font-size:15px;font-weight:700;position:relative;z-index:5}.right-panel-container.service-catalog-panel .service-catalog-frame{height:calc(100% - 48px)!important}}@media(min-width:1200px){.compose-modal.document-docked{position:fixed!important;top:16px!important;right:16px!important;bottom:16px!important;left:auto!important;transform:none!important;width:560px!important;height:auto!important;max-width:560px!important;max-height:none!important;border-radius:8px!important;z-index:1300!important}.compose-modal.document-docked.minimized{top:auto!important;right:16px!important;bottom:16px!important;left:auto!important;width:280px!important;height:44px!important;max-width:280px!important;max-height:44px!important;border-radius:8px!important}.pdf-modal-root.pdf-modal-docked{right:580px!important;z-index:1250!important}}.compose-modal.pdf-overlay>:not(.pdf-modal-root){position:relative;z-index:2200}.compose-modal.pdf-overlay.minimized{z-index:2200!important}.document-workspace-header{flex-wrap:nowrap!important;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.document-workspace-header::-webkit-scrollbar{display:none}.document-workspace-meta{flex:1 1 auto;min-width:0;flex-wrap:nowrap!important}.document-workspace-actions,.document-workspace-template-actions{flex-wrap:nowrap!important}.document-workspace-actions button,.document-workspace-template-actions button{display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap;flex-shrink:0}@media(max-width:1300px){.document-workspace-header{gap:7px!important;padding-left:10px!important;padding-right:10px!important}.document-workspace-meta{gap:7px!important}.document-workspace-meta label:nth-of-type(1) select{width:135px!important}.document-workspace-meta label:nth-of-type(2) select{width:110px!important}.document-workspace-meta label:nth-of-type(3) select{width:175px!important}.document-workspace-actions button,.document-workspace-template-actions button{font-size:0!important;gap:0!important;width:36px;min-width:36px;height:36px;padding:0!important}.document-workspace-actions button svg,.document-workspace-template-actions button svg{width:17px;height:17px;flex-shrink:0}}@media(max-width:1150px){.document-workspace-title strong{display:none}.document-workspace-meta label:nth-of-type(1) select{width:120px!important}.document-workspace-meta label:nth-of-type(2) select{width:100px!important}.document-workspace-meta label:nth-of-type(3) select{width:150px!important}}
