:root{--background:#fff;--foreground:#0a0a0a;--primary:#171717;--primary-foreground:#fafafa;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#f5f5f5;--accent-foreground:#171717;--border:#e5e5e5;--input:#e5e5e5;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;letter-spacing:0;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}button,input{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.auth-layout{background:#fff;grid-template-columns:minmax(320px,43%) 1fr;min-height:100dvh;display:grid}.brand-panel{background:var(--primary);min-height:100dvh;position:relative;overflow:hidden}.brand-panel-image,.brand-panel-shade{width:100%;height:100%;position:absolute;inset:0}.brand-panel-image{object-fit:cover}.brand-panel-shade{background:#00000057}.brand-logo{z-index:1;color:#fff;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex;position:absolute;top:34px;left:38px}.brand-logo img{object-fit:contain;width:32px;height:32px}.brand-panel-copy{z-index:1;color:#fff;max-width:440px;position:absolute;bottom:40px;left:38px;right:38px}.brand-panel-copy p{margin:0 0 10px;font-size:36px;font-weight:600;line-height:1.1}.brand-panel-copy span{color:#fffc;font-size:14px;line-height:1.5}.auth-content{flex-direction:column;min-width:0;min-height:100dvh;padding:32px clamp(28px,6vw,92px) 44px;display:flex}.auth-form-wrap{width:min(100%,430px);margin:auto;padding:44px 0 28px}.eyebrow{color:var(--muted-foreground);text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:500}h1{color:var(--foreground);margin:0;font-size:30px;font-weight:600;line-height:1.2}.auth-subtitle{color:var(--muted-foreground);margin:10px 0 28px;font-size:14px}.social-buttons{gap:10px;display:grid}.secondary-button{border:1px solid var(--input);min-height:44px;color:var(--foreground);background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:9px;font-size:14px;font-weight:500;display:inline-flex}.secondary-button:hover:not(:disabled){background:var(--accent);border-color:var(--border);color:var(--accent-foreground)}.social-button{cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:10px;width:100%;height:48px;padding:0 16px;font-size:14px;font-weight:500;display:inline-flex}.social-button:focus-visible{outline-offset:2px;outline:3px solid #18181b3d}.tringify-button{color:#fff;background:#000;border:0;border-radius:8px;font-weight:500}.tringify-button:hover:not(:disabled){background:var(--primary)}.tringify-button img{object-fit:contain;width:20px;height:20px}.google-button{color:#1f1f1f;background:#fff;border:1px solid #747775;border-radius:4px;font-family:Google Sans,Roboto,Arial,sans-serif;font-weight:500}.google-button:hover:not(:disabled){background:#f8fafd;border-color:#5f6368}.google-button img{object-fit:contain;width:20px;height:auto;display:block}.divider{color:var(--muted-foreground);align-items:center;gap:12px;margin:25px 0;font-size:12px;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}form{gap:17px;display:grid}.field{color:var(--foreground);gap:7px;font-size:14px;font-weight:500;display:grid}.field input{border:1px solid var(--input);width:100%;height:46px;color:var(--foreground);background:#fff;border-radius:5px;outline:0;padding:0 13px;font-size:14px;font-weight:400}.field input:focus{box-shadow:none;border-color:#0a0a0a66}.field .otp-input{text-align:center;font-variant-numeric:tabular-nums;letter-spacing:0;height:54px;font-size:24px;font-weight:600}.password-input{position:relative}.password-input input{padding-right:46px}.icon-button{width:36px;height:36px;color:inherit;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.icon-button svg{width:18px;height:18px}.password-toggle{color:var(--muted-foreground);position:absolute;top:5px;right:5px}.forgot-link,.text-button,.mode-switch button{width:fit-content;color:var(--foreground);background:0 0;border:0;padding:0;font-size:14px;font-weight:500}.forgot-link{justify-self:end;margin-top:-7px}.forgot-link:hover,.text-button:hover,.mode-switch button:hover{text-decoration:underline}.turnstile-slot{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.turnstile-slot.is-interactive{clip-path:none;align-items:center;width:100%;height:auto;min-height:65px;display:flex;position:static;overflow:visible}.primary-button{color:#fff;background:#000;border:1px solid #000;border-radius:5px;justify-content:center;align-items:center;gap:9px;width:100%;height:48px;font-size:14px;font-weight:500;display:inline-flex}.primary-button:hover:not(:disabled){background:var(--primary)}.primary-button svg{width:17px;height:17px}.mode-switch{color:var(--muted-foreground);text-align:center;margin:24px 0 0;font-size:14px}.mode-switch button{margin-left:6px}.back-button{color:var(--muted-foreground);background:0 0;border:0;align-items:center;gap:6px;margin:0 0 26px;padding:0;font-size:14px;font-weight:500;display:inline-flex}.back-button svg{width:16px;height:16px}.auth-confirmation{text-align:center}.confirmation-mark{color:#216846;background:#e4f1e9;border-radius:50%;place-items:center;width:44px;height:44px;margin:0 auto 22px;font-size:20px;font-weight:700;display:grid}.auth-confirmation p:not(.eyebrow){color:var(--muted-foreground);margin:13px 0 26px;font-size:14px;line-height:1.5}.auth-confirmation .text-button{margin-top:20px}.inline-error{color:#8f2e29;background:#fff3f2;border-left:3px solid #ba3e37;margin-top:24px;padding:13px;font-size:14px}.toast{border:1px solid var(--border);width:100%;color:var(--foreground);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;padding:24px 32px 24px 24px;font-size:14px;transition:transform .15s,opacity .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.toast[data-state=open]{animation:.18s ease-out toast-in}.toast[data-state=closed]{animation:.15s ease-in toast-out}.toast[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x));transition:none}.toast[data-swipe=cancel]{transform:translate(0)}.toast[data-swipe=end]{animation:.12s ease-out toast-swipe-out}.toast-description{line-height:1.45}.toast-close{width:28px;height:28px;color:color-mix(in srgb, var(--foreground) 50%, transparent);opacity:0;background:0 0;border:0;border-radius:6px;place-items:center;transition:color .15s,opacity .15s;display:grid;position:absolute;top:8px;right:8px}.toast:hover .toast-close,.toast-close:focus-visible{opacity:1;color:var(--foreground)}.toast-close svg{width:16px;height:16px}.toast-viewport{z-index:100;outline:none;flex-direction:column;gap:8px;width:100%;max-width:420px;max-height:100dvh;margin:0;padding:16px;list-style:none;display:flex;position:fixed;bottom:0;right:0}@keyframes toast-in{0%{opacity:0;transform:translateY(100%)}}@keyframes toast-out{to{opacity:0;transform:translate(100%)}}@keyframes toast-swipe-out{to{transform:translateX(var(--radix-toast-swipe-end-x))}}.loading-screen{z-index:80;background:#fff;place-content:center;min-height:100dvh;display:grid;position:fixed;inset:0}.loading-mark{place-items:center;width:48px;height:48px;display:grid}.loading-mark img{object-fit:contain;width:42px;height:42px;animation:2.8s linear infinite easyhelppanel-logo-spin}@keyframes easyhelppanel-logo-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loading-mark img,.shadcn-skeleton{animation:none}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.workspace-shell{--workspace-header-height:48px;--workspace-sidebar-width:240px;min-height:100dvh;color:var(--foreground);background:var(--background)}.workspace-header{z-index:40;height:var(--workspace-header-height);grid-template-columns:var(--workspace-sidebar-width) minmax(240px, 1fr) auto;color:#fff;background:#000;border-bottom:1px solid #1f2937;align-items:center;gap:12px;padding:0 12px 0 0;display:grid;position:fixed;inset:0 0 auto}.workspace-brand{align-items:center;gap:8px;min-width:0;height:100%;padding:0 16px;display:flex}.workspace-brand img,.workspace-mobile-sidebar .sidebar-header img{object-fit:contain;filter:brightness(0)invert();width:24px;height:24px}.workspace-brand span{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:500;overflow:hidden}.workspace-mobile-trigger{color:#9ca3af;background:0 0;border:0;border-radius:5px;place-items:center;width:32px;height:32px;padding:0;display:none}.workspace-mobile-trigger:hover{color:#fff;background:#1f2937}.workspace-mobile-trigger svg{width:16px;height:16px}.workspace-search{justify-self:center;width:min(100%,448px);position:relative}.workspace-search>svg{z-index:1;color:#fff9;pointer-events:none;width:16px;height:16px;position:absolute;top:10px;left:12px}.workspace-search input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;outline:0;width:100%;height:36px;padding:0 12px 0 36px;font-size:14px}.workspace-search input:hover{background:#ffffff26;border-color:#ffffff4d}.workspace-search input:focus{box-shadow:none;border-color:#ffffff4d}.workspace-search-results{z-index:70;border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:12px;padding:5px;position:absolute;top:44px;left:0;right:0;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.workspace-search-results button{width:100%;min-height:36px;color:var(--foreground);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:0 9px;font-size:14px;display:flex}.workspace-search-results button:hover{background:var(--accent);color:var(--accent-foreground)}.workspace-search-results button svg{width:16px;height:16px;color:var(--muted-foreground)}.workspace-search-results p{color:var(--muted-foreground);margin:0;padding:12px 10px;font-size:14px}.workspace-header-actions{justify-content:flex-end;align-items:center;gap:4px;display:flex}.workspace-header-button,.workspace-account-trigger{color:#ffffffb3;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;height:32px;padding:0;display:inline-flex}.workspace-header-button{width:32px}.workspace-header-button:hover,.workspace-account-trigger:hover,.workspace-account-trigger[data-state=open]{color:#fff;background:#ffffff1a}.workspace-header-button svg{width:16px;height:16px}.workspace-account-trigger{gap:5px;padding:0 5px}.workspace-account-trigger>span{color:#fff;background:#ffffff1f;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:400;display:grid}.workspace-account-trigger>svg{width:13px;height:13px}.workspace-sidebar{z-index:30;top:var(--workspace-header-height);width:var(--workspace-sidebar-width);border-right:1px solid var(--border);background:var(--background);flex-direction:column;display:flex;position:fixed;bottom:0;left:0;overflow-y:auto}.sidebar-wrapper{width:100%;min-height:100dvh}.sidebar-content{flex:1;min-height:0;overflow:auto}.shell-navigation{flex-direction:column;padding:2px 0 18px;display:flex}.sidebar-group{width:100%;padding:8px;position:relative}.sidebar-group-label{color:#a0a0a0;letter-spacing:0;text-transform:uppercase;align-items:center;height:32px;padding:0 8px;font-size:10px;font-weight:600;display:flex}.sidebar-group-content{width:100%}.sidebar-menu{flex-direction:column;gap:0;width:100%;margin:0;padding:0;list-style:none;display:flex}.sidebar-menu-item{position:relative}.sidebar-menu-button{width:100%;height:32px;color:var(--foreground);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 8px;font-size:12px;font-weight:400;display:flex;overflow:hidden}.sidebar-menu-button:hover{background:var(--accent);color:var(--accent-foreground)}.sidebar-menu-button[data-active=true]{background:var(--accent);color:var(--accent-foreground);font-weight:500}.sidebar-menu-button svg{flex:none;width:14px;height:14px}.sidebar-menu-button span{text-overflow:ellipsis;overflow:hidden}.sidebar-peer.workspace-mobile-sidebar{display:none}.sidebar-inner{flex-direction:column;width:100%;height:100%;display:flex}.sidebar-trigger{background:0 0;border:0}.workspace-content{min-width:0;min-height:100dvh;margin-left:var(--workspace-sidebar-width);padding-top:var(--workspace-header-height);overflow-x:clip}.shell-page{width:100%;padding:32px 24px 48px}.shell-page-narrow{max-width:760px}.shell-page-heading{margin-bottom:28px}.shell-page-heading h1{color:var(--foreground);font-size:24px;font-weight:600;line-height:1.33}.shell-page-heading>p:not(.eyebrow){color:var(--muted-foreground);margin:8px 0 0;font-size:14px}.settings-tabs-scroll{width:100%;max-width:100%;overflow-x:auto}.shadcn-tabs-list{border-bottom:1px solid var(--border);width:100%;min-width:max-content;color:var(--muted-foreground);background:0 0;border-radius:0;justify-content:flex-start;align-items:center;gap:4px;padding:0;display:inline-flex}.shadcn-tabs-trigger{min-height:42px;color:inherit;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;border-radius:0;outline:0;justify-content:center;align-items:center;padding:10px 16px;font-size:14px;font-weight:500;display:inline-flex}.shadcn-tabs-trigger:focus-visible{box-shadow:0 0 0 1px var(--foreground)}.shadcn-tabs-trigger:hover{color:var(--foreground);border-bottom-color:#7373734d}.shadcn-tabs-trigger[data-state=active]{border-bottom-color:var(--foreground);color:var(--foreground);box-shadow:none;background:0 0}.shadcn-tabs-content{outline:0;margin-top:24px}.shadcn-tabs-content[data-state=inactive]{display:none}.settings-tab-panel{width:100%}.settings-section-heading{margin-bottom:20px}.settings-section-heading h2{color:var(--foreground);margin:0;font-size:20px;font-weight:600;line-height:1.4}.settings-section-heading p{color:var(--muted-foreground);margin:4px 0 0;font-size:14px}.settings-card{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.settings-card-header{flex-direction:column;gap:6px;padding:24px;display:flex}.settings-card-header h2{margin:0;font-size:24px;font-weight:600;line-height:1}.settings-card-header p{color:var(--muted-foreground);margin:0;font-size:14px}.settings-card-content{gap:24px;padding:0 24px 24px;display:grid}.settings-field{gap:8px;display:grid}.settings-field label{color:var(--foreground);font-size:14px;font-weight:500;line-height:1}.settings-field input,.settings-field select{border:1px solid var(--input);background:var(--background);width:100%;height:40px;color:var(--foreground);border-radius:6px;outline:0;padding:8px 12px;font-size:14px;font-weight:400}.team-list{gap:16px}.team-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.team-row>div{gap:4px;min-width:0;display:grid}.team-row strong{font-size:14px;font-weight:600}.team-row span{color:var(--muted-foreground);font-size:14px}.team-permission{align-items:center;gap:8px;font-size:14px;display:flex}.team-page .settings-card+.settings-tab-panel{margin-top:24px}.team-page .team-table th:first-child{width:22%}.team-page .team-table th:nth-child(2){width:18%}.team-page .team-table th:nth-child(3),.team-page .team-table th:nth-child(4){width:16%}.team-page .team-table th:nth-child(5),.team-page .team-table th:nth-child(6){width:14%}.team-page .audit-table td .secondary-button{width:auto;min-width:0;min-height:32px;padding:0 12px}.team-invite-actions{gap:8px;display:flex}.practice-home-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.select-org-invites{gap:12px;margin-bottom:24px;display:grid}.settings-field input:focus-visible{border-color:#0a0a0a66}.settings-field input:disabled{cursor:not-allowed;background:var(--muted);opacity:.5}.settings-field>p{color:var(--muted-foreground);margin:0;font-size:12px}.settings-field .settings-field-counter{text-align:right}.settings-card-actions{justify-content:flex-end;display:flex}.settings-save-button{width:auto;min-width:118px;height:40px;padding:0 16px}.overview-account{border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:720px;padding:24px 0}.overview-account h2{color:var(--foreground);margin:0;font-size:20px;font-weight:600}.overview-account>p:last-child{color:var(--muted-foreground);margin:7px 0 0;font-size:14px}.profile-details{border-top:1px solid var(--border);margin:0}.profile-details>div{border-bottom:1px solid var(--border);grid-template-columns:150px minmax(0,1fr);align-items:center;gap:20px;min-height:62px;display:grid}.profile-details dt{color:var(--muted-foreground);font-size:14px;font-weight:500}.profile-details dd{overflow-wrap:anywhere;min-width:0;color:var(--foreground);margin:0;font-size:14px}.settings-form{width:min(100%,430px)}.security-list{display:grid}.security-row{border-bottom:1px solid var(--border);grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:78px;padding:16px 20px;display:grid}.security-row:last-child{border-bottom:0}.security-row>svg{width:18px;height:18px;color:var(--muted-foreground)}.security-row>div{gap:5px;min-width:0;display:grid}.security-row strong{overflow-wrap:anywhere;min-width:0;font-size:14px;font-weight:500}.security-row span{color:var(--muted-foreground);font-size:12px}.security-row button{align-items:center;gap:7px;width:auto;min-height:36px;padding:0 12px;display:inline-flex}.security-row button svg{width:14px;height:14px}.current-device{background:var(--muted);border-radius:4px;margin-left:7px;padding:2px 6px;display:inline-block;color:var(--foreground)!important;font-size:11px!important}.security-loading{gap:12px;padding:20px;display:grid}.security-loading>*{height:44px}.security-empty{color:var(--muted-foreground);text-align:center;margin:0;padding:30px 20px;font-size:14px}.security-revoke-others{width:auto;margin-top:16px}.audit-row{grid-template-columns:20px minmax(0,1fr)}.audit-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.audit-heading .icon-button,.audit-toolbar .icon-button,.audit-pagination .icon-button{flex:none;width:36px;height:36px}.audit-heading .spin{animation:.8s linear infinite audit-spin}.audit-toolbar{align-items:center;gap:10px;margin-bottom:14px;display:flex}.audit-search{border:1px solid var(--input);background:var(--background);border-radius:6px;flex:320px;align-items:center;gap:8px;min-width:220px;height:38px;padding:0 11px;display:flex}.audit-search:focus-within{border-color:#0a0a0a73;box-shadow:0 0 0 1px #0a0a0a14}.audit-search svg{width:16px;height:16px;color:var(--muted-foreground);flex:none}.audit-search input{width:100%;min-width:0;color:var(--foreground);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.audit-pagination select{border:1px solid var(--input);background:var(--background);height:38px;color:var(--foreground);font:inherit;border-radius:6px;outline:0;padding:0 30px 0 11px;font-size:14px}.audit-action-trigger{border:1px solid var(--input);background:var(--background);min-width:160px;height:38px;color:var(--foreground);font:inherit;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:0 10px 0 11px;font-size:14px;display:inline-flex}.audit-action-trigger:hover,.audit-action-trigger[data-state=open]{background:var(--accent)}.audit-action-trigger:focus-visible{border-color:#0a0a0a73;outline:0;box-shadow:0 0 0 1px #0a0a0a14}.audit-action-trigger:disabled{cursor:not-allowed;opacity:.5}.audit-action-trigger svg{width:16px;height:16px;color:var(--muted-foreground);flex:none}.audit-action-menu{min-width:220px;max-height:min(360px, var(--radix-dropdown-menu-content-available-height));overflow-y:auto}.audit-action-menu .shadcn-dropdown-item>svg{opacity:0}.audit-action-menu .shadcn-dropdown-item>svg.is-selected{opacity:1}.audit-date-trigger{border:1px solid var(--input);background:var(--background);min-width:220px;height:38px;color:var(--foreground);border-radius:6px;justify-content:flex-start;align-items:center;gap:8px;padding:0 11px;font-size:14px;font-weight:400;display:inline-flex}.audit-date-trigger:hover,.audit-date-trigger[data-state=open]{background:var(--accent)}.audit-date-trigger.is-empty{color:var(--muted-foreground)}.audit-date-trigger svg{flex:none;width:16px;height:16px}.audit-calendar-popover{width:auto;max-width:calc(100vw - 24px);padding:0}.audit-calendar-popover .rdp-root{--rdp-accent-color:#0a0a0a;--rdp-accent-background-color:#f5f5f5;margin:0;padding:12px}.audit-calendar-popover .rdp-month_caption{font-size:14px;font-weight:500}.audit-calendar-popover .rdp-dropdown{font:inherit}.audit-calendar-popover .rdp-button_previous,.audit-calendar-popover .rdp-button_next{border-radius:5px}.audit-calendar-popover .rdp-day_button{border-radius:5px;font-size:12px}.audit-calendar-popover .rdp-range_middle .rdp-day_button{border-radius:0}.audit-table-wrap{position:relative}.audit-table-wrap[aria-busy=true]:after{content:"";background:var(--foreground);transform-origin:0;height:2px;animation:1.1s ease-in-out infinite audit-loading;position:absolute;top:0;left:0;right:0}.audit-table{border-collapse:collapse;table-layout:fixed;width:100%}.audit-table th{border-bottom:1px solid var(--border);height:44px;color:var(--muted-foreground);text-align:left;padding:0 14px;font-size:12px;font-weight:500}.audit-table td{border-bottom:1px solid var(--border);height:58px;color:var(--muted-foreground);vertical-align:middle;padding:10px 14px;font-size:14px}.audit-table tbody tr:last-child td{border-bottom:0}.audit-table th:first-child{width:18%}.audit-table th:nth-child(2){width:20%}.audit-table th:nth-child(3){width:32%}.audit-table th:nth-child(4){width:13%}.audit-table th:nth-child(5){width:17%}.audit-table td strong{color:var(--foreground);font-size:14px;font-weight:500}.audit-table td>span:not(.audit-source):not(.audit-mobile-meta){text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.audit-source{border:1px solid var(--border);color:var(--foreground);border-radius:5px;padding:3px 7px;font-size:11px;display:inline-flex}.audit-mobile-meta{display:none}.audit-table-loading{gap:13px;padding:16px;display:grid}.audit-table-loading>*{height:38px}.audit-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:230px;padding:28px;display:flex}.audit-empty svg{width:34px;height:34px;color:var(--muted-foreground);opacity:.55;margin-bottom:7px}.audit-empty strong{font-size:14px;font-weight:500}.audit-empty span{color:var(--muted-foreground);font-size:12px}.audit-pagination{border-top:1px solid var(--border);min-height:54px;color:var(--muted-foreground);justify-content:flex-end;align-items:center;gap:18px;padding:8px 12px;font-size:12px;display:flex}.audit-pagination label,.audit-pagination>div{align-items:center;gap:7px;display:flex}.audit-pagination select{width:68px;height:34px;padding-left:8px}@keyframes audit-spin{to{transform:rotate(360deg)}}@keyframes audit-loading{0%{transform:scaleX(.08)}50%{transform:translate(45%)scaleX(.55)}to{transform:translate(100%)scaleX(.08)}}@media (width<=640px){.security-row{grid-template-columns:20px minmax(0,1fr)}.security-row button{grid-column:2;justify-self:start}.audit-toolbar{flex-wrap:wrap}.audit-search{flex-basis:100%}.audit-action-trigger{flex:150px}.audit-date-trigger{width:100%}.audit-table thead{display:none}.audit-table,.audit-table tbody,.audit-table tr,.audit-table td{width:100%;display:block}.audit-table tr{border-bottom:1px solid var(--border);padding:12px 14px}.audit-table tbody tr:last-child{border-bottom:0}.audit-table td{border:0;height:auto;padding:0}.audit-table td:not(:first-child){display:none}.audit-mobile-meta{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;display:block;overflow:hidden}.audit-pagination{flex-wrap:wrap;justify-content:space-between;gap:8px 12px}}.shadcn-dropdown-content,.shadcn-popover-content{z-index:80;border:1px solid var(--border);background:var(--background);min-width:224px;color:var(--foreground);transform-origin:var(--radix-dropdown-menu-content-transform-origin,var(--radix-popover-content-transform-origin));border-radius:12px;padding:4px;animation:.12s ease-out shadcn-menu-in;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes shadcn-menu-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.shadcn-dropdown-label{outline:0;padding:6px 8px;font-size:12px;font-weight:500}.shadcn-dropdown-item{cursor:default;-webkit-user-select:none;user-select:none;border-radius:8px;outline:0;align-items:center;gap:9px;min-height:32px;padding:0 8px;font-size:14px;display:flex}.shadcn-dropdown-item[data-highlighted]{background:var(--accent);color:var(--accent-foreground)}.shadcn-dropdown-item[data-disabled]{pointer-events:none;opacity:.5}.shadcn-dropdown-item svg{width:16px;height:16px}.shadcn-dropdown-separator{background:var(--border);height:1px;margin:4px -4px}.account-popover{width:224px}.account-popover-identity{flex-direction:column;gap:4px;font-weight:400;display:flex}.account-popover-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.account-popover-identity span{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.workspace-popover-section-label{color:var(--muted-foreground);font-size:12px}.workspace-sign-out{color:var(--foreground)}.notifications-popover{width:310px;padding:0}.workspace-popover-heading{border-bottom:1px solid var(--border);align-items:center;min-height:48px;padding:0 14px;font-size:14px;display:flex}.workspace-empty-state{color:var(--muted-foreground);text-align:center;margin:0;padding:32px 18px;font-size:14px}.shadcn-sheet-overlay{z-index:60;background:#00000085;animation:.15s ease-out sheet-fade-in;position:fixed;inset:0}.shadcn-sheet-content{z-index:61;border-right:1px solid var(--border);background:var(--background);width:min(320px,86vw);animation:.18s ease-out sheet-slide-in;position:fixed;inset:0 auto 0 0;box-shadow:12px 0 34px #0000002e}@keyframes sheet-fade-in{0%{opacity:0}}@keyframes sheet-slide-in{0%{transform:translate(-100%)}}.sidebar-mobile.workspace-mobile-sidebar{width:min(var(--sidebar-width), 86vw);padding:0}.workspace-mobile-sidebar .sidebar-header{border-bottom:1px solid var(--border);flex-direction:row;justify-content:space-between;align-items:center;min-height:60px;padding:0 12px 0 16px;display:flex}.workspace-mobile-sidebar .sidebar-header>div{align-items:center;gap:10px;display:flex}.workspace-mobile-sidebar .sidebar-header img{filter:brightness(0)}.workspace-mobile-sidebar .sidebar-header strong{color:var(--foreground);font-size:14px;font-weight:600}.workspace-mobile-sidebar .shell-navigation{overflow-y:auto}.secondary-button{padding:0 15px}.secondary-button svg{width:16px;height:16px}.connected-account-list{border-top:1px solid var(--border)}.connected-account{border-bottom:1px solid var(--border);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;display:grid}.connected-account>img{object-fit:contain;width:22px;height:22px}.connected-account>img.provider-logo-on-light{filter:brightness(0)}.connected-account-icon{width:21px;height:21px;color:var(--muted-foreground)}.connected-account>strong{min-width:0;color:var(--foreground);font-size:14px;font-weight:500}.connected-account .secondary-button{min-height:38px}.shadcn-skeleton{background:var(--muted);border-radius:6px;animation:2s cubic-bezier(.4,0,.6,1) infinite shadcn-skeleton-pulse}@keyframes shadcn-skeleton-pulse{50%{opacity:.5}}.connected-account-skeleton-icon{width:22px;height:22px}.connected-account-skeleton-name{width:min(160px,45vw);height:14px}.connected-account-skeleton-action{width:72px;height:38px}.linked-status{color:var(--foreground);align-items:center;gap:6px;font-size:14px;font-weight:500;display:inline-flex}.linked-status svg{width:16px;height:16px}:root{--ehp-canvas:#f7f8fa;--ehp-surface:#fff;--ehp-surface-subtle:#f2f4f7;--ehp-strong:#111827;--ehp-text:#344054;--ehp-muted:#667085;--ehp-line:#e4e7ec;--ehp-brand:#155eef;--ehp-brand-hover:#004eeb;--ehp-focus:#155eef38}:root[data-theme=dark]{--background:#0b0f16;--foreground:#f2f4f7;--primary:#f2f4f7;--primary-foreground:#101828;--muted:#171c26;--muted-foreground:#98a2b3;--accent:#1d2533;--accent-foreground:#f9fafb;--border:#293142;--input:#344054;--ehp-canvas:#0b0f16;--ehp-surface:#111722;--ehp-surface-subtle:#171e2b;--ehp-strong:#f9fafb;--ehp-text:#d0d5dd;--ehp-muted:#98a2b3;--ehp-line:#293142;--ehp-brand:#84adff;--ehp-brand-hover:#b2ccff;--ehp-focus:#84adff38}:root[data-theme=dark] .auth-layout,:root[data-theme=dark] .auth-content,:root[data-theme=dark] .secondary-button,:root[data-theme=dark] .field input{background:var(--background);color:var(--foreground)}.workspace-picker-layout{background:var(--ehp-canvas);min-height:100dvh;color:var(--ehp-text)}.workspace-picker-topbar{border-bottom:1px solid var(--ehp-line);background:var(--ehp-surface);justify-content:space-between;align-items:center;gap:24px;height:60px;padding:0 28px;display:flex}.workspace-picker-brand,.workspace-picker-topbar>div{align-items:center;gap:12px;min-width:0;display:flex}.workspace-picker-brand img{object-fit:contain;width:28px;height:28px}.workspace-picker-brand span{color:var(--ehp-strong);font-size:14px;font-weight:600}.workspace-picker-topbar>div:last-child>span{max-width:280px;color:var(--ehp-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.text-icon-button{min-height:36px;color:var(--ehp-text);background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:500;display:inline-flex}.text-icon-button:hover:not(:disabled){background:var(--ehp-surface-subtle)}.text-icon-button svg{width:16px;height:16px}.workspace-picker-page,.workspace-create-page{width:min(100% - 40px,760px);margin:0 auto;padding:64px 0}.workspace-picker-page>header,.workspace-create-page>header{margin:22px 0 30px}.workspace-picker-page h1,.workspace-create-page h1{color:var(--ehp-strong);font-size:26px}.workspace-picker-page header>p:last-child,.workspace-create-page header>p:last-child{color:var(--ehp-muted);margin:8px 0 0;font-size:14px;line-height:1.55}.page-eyebrow{color:var(--ehp-muted);text-transform:uppercase;margin:0 0 7px;font-size:11px;font-weight:600}.workspace-picker-actions{grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-bottom:18px;display:grid}.workspace-picker-actions>label{border:1px solid var(--ehp-line);background:var(--ehp-surface);border-radius:6px;grid-template-columns:18px minmax(0,1fr) 28px;align-items:center;gap:8px;height:42px;padding:0 10px 0 13px;display:grid}.workspace-picker-actions label>svg{width:17px;color:var(--ehp-muted)}.workspace-picker-actions input{min-width:0;color:var(--ehp-strong);background:0 0;border:0;outline:0;font-size:14px}.workspace-picker-actions label button{width:28px;height:28px;color:var(--ehp-muted);background:0 0;border:0;place-items:center;padding:0;display:grid}.workspace-picker-actions label button svg{width:15px}.workspace-picker-actions .primary-button svg{width:16px}.workspace-picker-list{border:1px solid var(--ehp-line);background:var(--ehp-surface);border-radius:7px;overflow:hidden}.workspace-picker-row{border:0;border-bottom:1px solid var(--ehp-line);width:100%;min-height:72px;color:var(--ehp-text);text-align:left;background:0 0;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:13px;padding:12px 16px;display:grid}.workspace-picker-row:last-child{border-bottom:0}.workspace-picker-row:hover{background:var(--ehp-surface-subtle)}.workspace-picker-row>span:nth-child(2){gap:3px;min-width:0;display:grid}.workspace-picker-row strong,.workspace-picker-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.workspace-picker-row strong{color:var(--ehp-strong);font-size:14px}.workspace-picker-row small{color:var(--ehp-muted);font-size:12px}.workspace-picker-row>svg{width:17px;color:var(--ehp-muted)}.workspace-avatar{background:var(--ehp-surface-subtle);width:38px;height:38px;color:var(--ehp-strong);border-radius:6px;place-items:center;font-size:14px;font-weight:600;display:grid}.workspace-picker-empty{text-align:center;padding:48px 24px}.workspace-picker-empty strong{color:var(--ehp-strong);font-size:14px}.workspace-picker-empty p{color:var(--ehp-muted);margin:7px 0 0;font-size:12px}.workspace-picker-skeleton>div{grid-template-columns:38px 1fr;gap:13px;padding:16px;display:grid}.workspace-picker-skeleton>div>div{width:38px;height:38px}.workspace-picker-skeleton span{gap:7px;display:grid}.workspace-picker-skeleton span>div:first-child{width:42%;height:12px}.workspace-picker-skeleton span>div:last-child{width:24%;height:10px}.workspace-create-page{width:min(100% - 40px,600px)}.workspace-create-page form{padding-top:4px}.workspace-create-page .field input{background:var(--ehp-surface);color:var(--ehp-strong)}.workspace-create-page .field small{color:var(--ehp-muted);font-size:12px;font-weight:400}.workspace-username-input{border:1px solid var(--input);background:var(--ehp-surface);border-radius:5px;grid-template-columns:auto minmax(0,1fr);align-items:center;height:46px;display:grid;overflow:hidden}.workspace-username-input:focus-within{border-color:var(--ehp-brand);box-shadow:0 0 0 3px var(--ehp-focus)}.workspace-username-input span{border-right:1px solid var(--ehp-line);background:var(--ehp-surface-subtle);height:100%;color:var(--ehp-muted);align-items:center;padding:0 11px;font-size:12px;font-weight:400;display:flex}.workspace-username-input input{height:100%!important;box-shadow:none!important;border:0!important}.form-actions{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.form-actions button{min-width:112px}.workspace-shell{--workspace-header-height:56px;background:var(--ehp-canvas);color:var(--ehp-text)}.workspace-header,.workspace-sidebar,.workspace-mobile-sidebar{background:var(--ehp-surface);border-color:var(--ehp-line)}.workspace-brand{gap:9px}.workspace-brand>span{color:var(--ehp-strong)}.workspace-brand img,.workspace-mobile-sidebar .sidebar-header img{filter:none}.workspace-search>svg{color:var(--ehp-muted)}.workspace-search input{border-color:var(--ehp-line);background:var(--ehp-surface-subtle);color:var(--ehp-strong)}.workspace-search input::placeholder{color:var(--ehp-muted)}.workspace-search input:hover,.workspace-search input:focus{border-color:var(--input);background:var(--ehp-surface-subtle)}.workspace-header-button,.workspace-account-trigger{color:var(--ehp-muted)}.workspace-header-button:hover,.workspace-account-trigger:hover,.workspace-account-trigger[data-state=open],.workspace-account-trigger>span{background:var(--ehp-surface-subtle);color:var(--ehp-strong)}:root[data-theme=dark] .workspace-brand img,:root[data-theme=dark] .workspace-mobile-sidebar .sidebar-header img{filter:none}.workspace-content{min-width:0;padding:var(--workspace-header-height) 0 0;background:var(--ehp-canvas)}.sidebar-workspace{border:1px solid var(--ehp-line);background:var(--ehp-surface);width:calc(100% - 16px);min-height:52px;color:var(--ehp-text);text-align:left;border-radius:6px;grid-template-columns:30px minmax(0,1fr) 15px;align-items:center;gap:9px;margin:10px 8px 3px;padding:7px 8px;display:grid}.sidebar-workspace:hover{background:var(--ehp-surface-subtle)}.sidebar-workspace>span:first-child{background:var(--ehp-surface-subtle);width:30px;height:30px;color:var(--ehp-strong);border-radius:5px;place-items:center;font-size:12px;font-weight:600;display:grid}.sidebar-workspace>span:nth-child(2){gap:2px;min-width:0;display:grid}.sidebar-workspace strong,.sidebar-workspace small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar-workspace strong{color:var(--ehp-strong);font-size:12px}.sidebar-workspace small{color:var(--ehp-muted);font-size:10px}.sidebar-workspace>svg{width:14px}.shell-navigation [data-sidebar=group-label]{color:var(--ehp-muted)}.shell-navigation [data-sidebar=menu-button]{color:var(--ehp-text)}.shell-navigation [data-sidebar=menu-button][data-active=true]{background:var(--ehp-surface-subtle);color:var(--ehp-strong)}.helpdesk-inbox{height:calc(100dvh - var(--workspace-header-height));background:var(--ehp-surface);grid-template-columns:220px minmax(280px,360px) minmax(420px,1fr);min-height:520px;display:grid}.inbox-queues,.conversation-list{border-right:1px solid var(--ehp-line);min-width:0}.inbox-queues{background:var(--ehp-canvas);padding:18px 12px}.inbox-pane-heading{justify-content:space-between;align-items:center;gap:12px;padding:0 5px 17px;display:flex}.inbox-pane-heading h1{color:var(--ehp-strong);font-size:20px}.queue-list{gap:3px;display:grid}.queue-item{width:100%;height:38px;color:var(--ehp-text);text-align:left;background:0 0;border:0;border-radius:5px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;padding:0 10px;display:grid}.queue-item.is-active{background:var(--ehp-surface-subtle);color:var(--ehp-strong);font-weight:600}.queue-item svg{width:16px}.pane-note{color:var(--ehp-muted);margin:18px 10px 0;font-size:11px;line-height:1.5}.conversation-list,.conversation-detail{background:var(--ehp-surface);grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid}.conversation-toolbar{border-bottom:1px solid var(--ehp-line);align-items:center;gap:8px;height:56px;padding:0 12px;display:flex}.conversation-toolbar label{border:1px solid var(--ehp-line);background:var(--ehp-canvas);min-width:0;height:34px;color:var(--ehp-muted);border-radius:5px;flex:1;grid-template-columns:16px 1fr;align-items:center;gap:8px;padding:0 10px;display:grid}.conversation-toolbar label svg{width:15px}.conversation-toolbar input{min-width:0;color:var(--ehp-text);background:0 0;border:0;font-size:12px}.inbox-empty{text-align:center;place-self:center;justify-items:center;min-width:0;max-width:300px;padding:30px 20px;display:grid}.inbox-empty>svg{width:28px;height:28px;color:var(--ehp-muted);stroke-width:1.5px;margin-bottom:15px}.inbox-empty strong{color:var(--ehp-strong);font-size:14px}.inbox-empty p{color:var(--ehp-muted);margin:7px 0 0;font-size:12px;line-height:1.55}.conversation-detail .inbox-empty{grid-row:1/-1}.helpdesk-page{min-height:calc(100dvh - 60px);padding:28px 32px}.helpdesk-page-header{align-items:flex-start;gap:12px;max-width:680px;display:flex}.helpdesk-page-header>svg{width:20px;color:var(--ehp-muted);margin-top:2px}.helpdesk-page-header h1{color:var(--ehp-strong);font-size:20px}.helpdesk-page-header p{color:var(--ehp-muted);margin:5px 0 0;font-size:12px;line-height:1.55}.helpdesk-page-empty{border-top:1px solid var(--ehp-line);border-bottom:1px solid var(--ehp-line);text-align:center;margin-top:30px;padding:52px 20px}.helpdesk-page-empty p{color:var(--ehp-strong);margin:0;font-size:14px;font-weight:600}.helpdesk-page-empty span{color:var(--ehp-muted);margin-top:6px;font-size:12px;display:block}@media (width<=1100px){.helpdesk-inbox{grid-template-columns:190px minmax(280px,340px) minmax(320px,1fr)}}@media (width<=780px){.auth-layout{grid-template-columns:minmax(0,1fr);min-height:100dvh}.brand-panel{display:none}.auth-content{width:100%;min-height:100dvh;padding:24px 20px 36px}.auth-form-wrap{width:min(100%,430px);padding:24px 0}.toast-viewport{max-width:100%;padding:12px}.workspace-picker-topbar{padding:0 16px}.workspace-picker-topbar>div:last-child>span{display:none}.workspace-picker-page,.workspace-create-page{width:min(100% - 28px,640px);padding:38px 0}.workspace-picker-actions{grid-template-columns:1fr}.workspace-picker-actions .primary-button{width:100%}.workspace-username-input{grid-template-columns:auto minmax(100px,1fr)}.workspace-username-input span{padding:0 8px;font-size:11px}.helpdesk-inbox{height:calc(100dvh - var(--workspace-header-height));grid-template-columns:1fr;min-height:0}.inbox-queues{display:none}.conversation-list{border-right:0}.conversation-detail{display:none}.helpdesk-page{padding:22px 18px}}@media (width<=480px){.workspace-brand>span,.workspace-search{display:none}.workspace-picker-page h1,.workspace-create-page h1{overflow-wrap:anywhere;font-size:22px}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}}
