@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0";.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#eef2ff,#f8fafc);font-family:Inter,sans-serif}.login-card{background:#fff;padding:2.75rem 3rem;border-radius:16px;box-shadow:0 24px 60px #0f172a1f;border:1px solid rgba(15,23,42,.06);width:100%;max-width:420px;text-align:center}.login-header h1{margin-bottom:.5rem;color:#1a1a1a;font-size:1.75rem}.login-header p{color:#666;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1rem}.form-group{text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;color:#333;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #e1e4e8;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.login-button{background-image:linear-gradient(135deg,#6366f1,#2563eb);color:#fff;border:none;padding:.95rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;margin-top:1rem;box-shadow:0 10px 30px #4f46e559}.login-button:hover{transform:translateY(-1px);box-shadow:0 14px 35px #4f46e566}.login-button:disabled{background-color:#ccc;cursor:not-allowed}.forgot-password{margin-top:1.5rem;font-size:.875rem}.forgot-password a{color:#4f46e5;text-decoration:none;font-weight:500}.forgot-password a:hover{text-decoration:underline}.error-message{background-color:#fee2e2;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem;text-align:left}.success-message{background-color:#dcfce7;color:#166534;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem;text-align:left}.crm_module,.crm-contacts-theme{--cc-bg: #f4f7fb;--cc-surface: #ffffff;--cc-border: #dbe4f0;--cc-text: #0f172a;--cc-muted: #516079;--cc-primary: #3b5bfd;--cc-primary-2: #2e49d6;--cc-shadow: 0 10px 28px rgba(15, 23, 42, .08);--cc-radius: 12px}.crm_module{background:var(--cc-bg);color:var(--cc-text);height:100%;padding:16px}.crm_contacts{background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:var(--cc-radius);box-shadow:var(--cc-shadow);overflow:visible}.crm-contacts__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:12px 14px;gap:12px;border-bottom:1px solid var(--cc-border);background:#fff}.crm-contacts__toolbar--header{border:1px solid var(--cc-border);border-radius:14px;box-shadow:0 10px 24px #0f172a14;padding:10px 12px}.crm-contacts__left,.crm-contacts__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.crm-contacts__right{flex:1;justify-content:flex-start}.crm-icon-btn{height:38px;width:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--cc-border);background:#fff;cursor:pointer;color:var(--cc-muted)}.crm-icon-btn:hover{background:#f7f9fd;color:var(--cc-text)}.crm-btn{height:38px;padding:0 12px;border-radius:10px;border:1px solid var(--cc-border);background:#fff;cursor:pointer;color:var(--cc-text);font-weight:600;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.crm-btn:hover{background:#f7f9fd}.crm-btn--primary{background:linear-gradient(180deg,var(--cc-primary),var(--cc-primary-2));border-color:#0000000f;color:#fff}.crm-btn--primary:hover{background:linear-gradient(180deg,var(--cc-primary),var(--cc-primary-2));filter:brightness(1.03)}.crm-btn--success{background:#16a34a;border-color:#16a34a;color:#fff}.crm-btn--success:hover{background:#15803d;border-color:#15803d}.crm-btn--muted{background:#f1f5f9;border-color:#e2e8f0;color:#334155}.crm-btn--muted:hover{background:#e2e8f0;border-color:#cbd5e1}.crm-btn__caret{opacity:.85}.crm-split{display:inline-flex;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.06)}.crm-split .crm-btn{border-radius:0;border:none;height:38px}.crm-split .crm-btn--primary{border:none}.crm-split__divider{width:1px;background:#ffffff47}.crm-field{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 10px;border-radius:10px;border:1px solid var(--cc-border);background:#fff}.crm-field input{border:none;outline:none;background:transparent;min-width:220px;width:260px;font-size:14px;color:var(--cc-text)}.crm-field input::-moz-placeholder{color:#8a99b1}.crm-field input::placeholder{color:#8a99b1}.crm-field__btn{width:30px;height:30px;border-radius:8px;border:none;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#7a8aa5}.crm-field__btn:hover{background:#f1f5fb;color:#233048}.crm-search-panel{position:fixed;top:120px;left:50%;transform:translate(-50%);width:min(720px,calc(100vw - 48px));background:#fff;border:1px solid var(--cc-border);border-radius:14px;box-shadow:0 22px 70px #0f172a38;padding:10px;z-index:60}.crm-filter-panel{position:absolute;top:calc(100% + 10px);left:0;width:320px;max-width:calc(100vw - 32px);background:#fff;border:1px solid var(--cc-border);border-radius:14px;box-shadow:0 22px 70px #0f172a38;padding:12px;z-index:60;max-height:min(760px,calc(100vh - 160px));overflow:auto}.crm-filter-panel__title{font-weight:900;color:#22314a;margin-bottom:10px}.crm-filter-panel__search{display:flex;align-items:center;gap:8px;height:38px;padding:0 10px;border-radius:10px;border:1px solid var(--cc-border);background:#fff}.crm-filter-panel__search input{border:none;outline:none;background:transparent;width:100%;font-size:14px;color:var(--cc-text)}.crm-filter-panel__body{padding:10px 0 0;display:flex;flex-direction:column;gap:12px}.crm-filter-row{display:flex;flex-direction:column;gap:8px}.crm-filter-select{height:34px;border-radius:10px;border:1px solid var(--cc-border);background:#fff;padding:0 10px;font-weight:700;color:var(--cc-text);max-width:220px}.crm-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.crm-filter-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:1px solid #e4eaf6;background:#f7f9ff;color:#2a3b56;font-weight:800;font-size:12px}.crm-filter-panel__actions{display:flex;gap:8px;margin-top:12px}.crm-filter-panel__actions .crm-btn{flex:1;justify-content:center}.crm-search-panel__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 6px 10px;border-bottom:1px solid #edf2fa;margin-bottom:10px}.crm-search-panel__title{font-weight:900;color:#22314a}.crm-search-panel__hide{border:none;background:transparent;cursor:pointer;font-weight:800;color:#2f4ee9}.crm-search-scopes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 14px;padding:0 6px 12px}.crm-scope{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#233048;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.crm-scope input{width:16px;height:16px;accent-color:var(--cc-primary)}.crm-search-results{border-top:1px solid #edf2fa;padding-top:10px;max-height:min(420px,calc(100vh - 220px));overflow:auto}.crm-result-group{padding:8px 6px}.crm-result-group__title{font-weight:900;color:#22314a;margin-bottom:6px}.crm-result{padding:10px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-result:hover{background:#f2f6ff}.crm-result__main{display:flex;flex-direction:column;gap:2px;min-width:0}.crm-result__name{font-weight:900;color:#122034;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-result__meta{color:var(--cc-muted);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-result__hint{color:#7a8aa5;font-weight:700;white-space:nowrap}.crm-select-btn{height:38px;padding:0 12px;border-radius:10px;border:1px solid var(--cc-border);background:#fff;cursor:pointer;color:var(--cc-text);font-weight:700;display:inline-flex;align-items:center;gap:8px}.crm-select-btn:hover{background:#f7f9fd}.crm-menu-wrap{position:relative;display:inline-flex}.crm-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;background:#fff;border:1px solid var(--cc-border);border-radius:12px;box-shadow:0 18px 50px #0f172a2e;padding:6px;z-index:50;max-height:min(420px,calc(100vh - 140px));overflow:auto}.crm-menu--right{right:0;left:auto}.crm-menu__item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:10px;border:none;background:transparent;cursor:pointer;color:var(--cc-text);font-size:14px;font-weight:600;text-align:left}.crm-menu__item:hover{background:#f2f6ff}.crm-menu__item--muted{color:var(--cc-muted);font-weight:600}.crm-menu__sep{height:1px;background:#edf2fa;margin:6px 4px}.crm-tag{font-size:12px;padding:2px 8px;border-radius:999px;background:#eef2ff;color:#3246d8;font-weight:800}.crm-contacts__subbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--cc-border);background:#f5f7fb;color:var(--cc-muted);font-weight:600}.crm-contacts__subleft,.crm-contacts__subright{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.crm-contacts__meta strong{color:var(--cc-text);font-weight:800}.crm-contacts__subright .crm-select-native{height:34px;border-radius:10px;border:1px solid var(--cc-border);background:#fff;padding:0 10px;font-weight:700;color:var(--cc-text)}.crm-pager{display:inline-flex;align-items:center;gap:6px}.crm-pager__btn{width:34px;height:34px;border-radius:10px;border:1px solid var(--cc-border);background:#fff;cursor:pointer;color:var(--cc-muted);display:inline-flex;align-items:center;justify-content:center}.crm-pager__btn:disabled{opacity:.5;cursor:not-allowed}.crm-table-wrap{background:#fff;overflow:auto}.crm-table{width:100%;border-collapse:separate;border-spacing:0;min-width:980px}.crm-contacts__import-wrap{padding:18px;background:#fff}.crm-import{border:1px solid var(--cc-border);border-radius:16px;background:#fff;padding:18px;min-height:520px}.crm-import__title{font-weight:900;color:#122034;font-size:18px;margin-bottom:14px}.crm-import__drop{border:1px solid #dbe4f0;border-radius:16px;background:#fbfdff;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:26px}.crm-import__drop--active{outline:3px solid rgba(59,91,253,.18);border-color:#3b5bfd8c}.crm-import__drop-icon{width:46px;height:46px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#2e49d6}.crm-import__drop-title{font-weight:900;color:#122034;margin-top:6px}.crm-import__drop-sub{color:#6b7c98;font-weight:600}.crm-import__drop-links{margin-top:10px;color:#6b7c98;font-weight:600}.crm-import__link{border:none;background:transparent;cursor:pointer;color:#2f4ee9;font-weight:800;text-decoration:underline;padding:0 2px}.crm-import__hint{margin-top:14px;color:#6b7c98;font-weight:600;text-align:center;max-width:520px}.crm-import__file{margin-top:14px;border:1px solid #e4eaf6;background:#fff;border-radius:14px;padding:12px 14px;width:min(520px,100%);display:flex;align-items:baseline;justify-content:space-between;gap:10px}.crm-import__file-name{font-weight:900;color:#122034;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-import__file-meta{color:#6b7c98;font-weight:700;font-size:12px}.crm-import__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.crm-import__actions--between{justify-content:space-between;align-items:center;flex-wrap:wrap}.crm-import__actions-left,.crm-import__actions-right{display:inline-flex;align-items:center;gap:12px}.crm-import__file-input{display:none}.crm-import__error{margin-top:14px;width:min(720px,100%);border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:12px;padding:10px 12px;font-weight:700}.crm-import__tabs{display:flex;gap:14px;border-bottom:1px solid #edf2fa;padding-bottom:10px;margin-bottom:10px}.crm-import__tab{border:none;background:transparent;cursor:pointer;font-weight:800;color:#5b6a84;padding:8px 2px}.crm-import__tab:disabled{opacity:.6;cursor:not-allowed}.crm-import__tab--active{color:#2f4ee9;border-bottom:2px solid #2f4ee9}.crm-import__counts{display:flex;gap:10px;color:#6b7c98;font-weight:700;margin-bottom:10px}.crm-import__count-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #e4eaf6;background:#f7f9ff;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800;color:#31445f;cursor:pointer}.crm-import__count-btn:hover{background:#eef3ff}.crm-import__count-btn--active{background:#eef2ff;border-color:#3b5bfd59;color:#2f4ee9}.crm-import__table-wrap{border:1px solid #edf2fa;border-radius:14px;overflow:auto;background:#fff}.crm-import__table{width:100%;border-collapse:separate;border-spacing:0;min-width:920px}.crm-import__table thead th{position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid #edf2fa;padding:12px;text-align:left;font-size:12px;color:#233048;font-weight:900}.crm-import__table tbody td{padding:12px;border-bottom:1px solid #f1f5fb;color:#1b273a;vertical-align:middle}.crm-import__row--unmapped td{background:#fff7ed}.crm-import__file-col{font-weight:800}.crm-import__select{height:34px;width:100%;min-width:280px;border-radius:10px;border:1px solid var(--cc-border);background:#fff;padding:0 10px;font-weight:700;color:var(--cc-text)}.crm-import__sample{color:#6b7c98;font-weight:600}.crm-table thead th{position:sticky;top:0;z-index:5;background:#fff;border-bottom:1px solid var(--cc-border);padding:12px 10px;text-align:left;font-size:13px;color:#233048;font-weight:800}.crm-table thead th:first-child{width:44px}.crm-table tbody td{padding:14px 10px;border-bottom:1px solid #eef2fa;vertical-align:top;color:#1b273a}.crm-table tbody tr:hover td{background:#fbfcff}.crm-table__contact{display:flex;align-items:flex-start;gap:0}.crm-avatar{width:32px;height:32px;border-radius:10px;background:#eef2ff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;color:#3246d8;flex:0 0 auto}.crm-contact__name{font-weight:900;color:#122034;line-height:1.2}.crm-contact__meta{color:var(--cc-muted);font-size:13px;margin-top:2px;line-height:1.3}.crm-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid #e4eaf6;background:#f7f9ff;color:#2a3b56}.crm-actions{display:inline-flex;gap:8px}.crm-link{color:#2f4ee9;font-weight:800;text-decoration:none}.crm-link:hover{text-decoration:underline}@media(max-width:720px){.crm-field input{min-width:140px;width:180px}.crm-search-scopes{grid-template-columns:repeat(2,minmax(0,1fr))}}.crm-card-view{display:none;padding:16px;gap:16px;flex-direction:column}.crm-card{background:#fff;border:1px solid var(--cc-border);border-radius:var(--cc-radius);padding:16px;box-shadow:0 4px 6px #00000005}.crm-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.crm-card__title{font-weight:600;font-size:16px;color:var(--cc-text)}.crm-card__subtitle{color:var(--cc-muted);font-size:14px;margin-top:2px}.crm-card__row{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:8px}.crm-card__label{color:var(--cc-muted)}.crm-card__value{color:var(--cc-text);font-weight:500;text-align:right}@media(max-width:768px){.crm-table-wrap{display:none!important}.crm-card-view{display:flex!important}.crm-contacts__subbar{flex-direction:column;align-items:flex-start;gap:12px;height:auto!important}.crm-contacts__subright{width:100%;justify-content:space-between}}.crm-pill--warning{background:#fff8e6;color:#b7791f;border-color:#fbd38d}.crm-pill--success{background:#f0fff4;color:#2f855a;border-color:#9ae6b4}.crm-pill--previous{background:#f1f5f9;color:#64748b;border-color:#cbd5e1}.crm-accounts__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:12px 14px;gap:12px;border-bottom:1px solid var(--cc-border);background:#fff}.crm-accounts__left,.crm-accounts__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.crm-accounts__right{flex:1;justify-content:flex-start}.crm_accounts{background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:var(--cc-radius);box-shadow:var(--cc-shadow);overflow:visible}.crm-accounts__subbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid var(--cc-border);background:#f5f7fb;color:var(--cc-muted);font-weight:600}.crm-accounts__subleft,.crm-accounts__subright{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.crm-accounts__meta strong{color:var(--cc-text);font-weight:800}.my-account-page{padding:2rem;max-width:800px}.page-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:#1a1a1a}.section-title{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:#333;border-bottom:2px solid #eee;padding-bottom:.5rem}.section-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.info-grid.dense{gap:1rem 1.5rem;margin-bottom:1rem}.info-item{display:flex;flex-direction:column}.info-item label{font-size:.85rem;color:#666;margin-bottom:.25rem;font-weight:500}.info-item span{font-size:1rem;color:#111;font-weight:500}.info-item span.uuid{font-family:monospace;font-size:.85rem;color:#888}.mt-4{margin-top:2rem}.mt-3{margin-top:1rem}.mb-4{margin-bottom:1.5rem}.pt-2{padding-top:1rem}.border-t{border-top:1px solid #eee}.org-name{font-size:1.25rem;font-weight:600;color:#2563eb;margin-bottom:1rem}.role-block h4{font-size:.95rem;font-weight:600;color:#444;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}@layer properties,theme,base,components,utilities;@layer theme{:root,:host{--font-sans:"Inter","Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.relative{position:relative}.flex{display:flex}.hidden{display:none}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}.material-symbol{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}.timezone-floater{color:#64748b;white-space:nowrap;align-items:flex-start;gap:4px;margin-left:1rem;padding-left:1rem;font-size:.7rem;font-weight:600;display:flex}.sidebar-compact .timezone-floater{left:100px}.material-symbols-outlined{font-family:Material Symbols Outlined;font-style:normal;font-weight:400;line-height:1;display:inline-block}:root{color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;background:#f1f5f9;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}*,:before,:after{box-sizing:border-box}body,#root{background:#f1f5f9;min-height:100vh;margin:0}html,body,#root{height:100%}.app-shell{color:#0f172a;background:#f8fafc;height:100vh;display:flex;position:relative;overflow:hidden}@supports (height:100dvh){.app-shell{height:100dvh;min-height:100dvh}}@supports (height:100svh){.app-shell{height:100svh;min-height:100svh}}.sidebar{color:#fff;z-index:10;background:#344a5d;flex-direction:column;gap:1.5rem;width:260px;height:100%;padding:1.25rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:4px 0 24px #0000000d}.sidebar-compact .sidebar{width:80px;padding:1.25rem .5rem}.sidebar-header{align-items:center;gap:1rem;height:40px;padding:0 .5rem;display:flex}.logo-mark{letter-spacing:-.02em;color:#fff;flex-direction:column;font-size:1.1rem;font-weight:700;line-height:1.1;display:flex}.logo-mark-title{letter-spacing:-.5px;font-size:1.5rem;font-weight:700;line-height:1}.logo-mark-title--crm{letter-spacing:-.6px;color:#0000;text-shadow:0 1px #0f172a26;background:linear-gradient(135deg,#2563eb,#38bdf8);-webkit-background-clip:text;font-weight:800}.logo-mark-title--hrm{letter-spacing:-.6px;color:#0000;text-shadow:0 1px #4c1d9533;background:linear-gradient(135deg,#7c3aed,#c084fc);-webkit-background-clip:text;align-items:center;gap:.45rem;padding-left:1.75rem;font-weight:800;display:inline-flex;position:relative}.logo-mark-title--hrm:before{content:"";background:linear-gradient(135deg,#c084fc,#7c3aed);border-radius:999px 999px 0 0;width:18px;height:9px;position:absolute;top:50%;left:0;transform:translateY(-75%);box-shadow:0 4px 10px #581c8759}.logo-mark-title--hrm:after{content:"";background:#f5d0fe;border-radius:999px;width:8px;height:8px;position:absolute;top:50%;left:5px;transform:translateY(-135%);box-shadow:0 2px 6px #7e22ce59}.logo-mark small{opacity:.6;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:500}.sidebar-search{background:#ffffff1a;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.6rem 1rem;transition:all .2s;display:flex}.sidebar-search:focus-within{background:#ffffff26;border-color:#fff3;box-shadow:0 4px 12px #0000001a}.sidebar-search .material-symbol{opacity:.7;color:var(--sidebar-text-color,#fff);font-size:1.2rem}.sidebar-search input{color:var(--sidebar-text-color,#fff);background:0 0;border:none;outline:none;width:100%;font-size:.9rem;font-weight:500}.sidebar-search input::-moz-placeholder{color:var(--sidebar-text-color,#ffffff80);opacity:.6}.sidebar-search input::placeholder{color:var(--sidebar-text-color,#ffffff80);opacity:.6}.sidebar nav{flex-direction:column;flex:1;gap:.5rem;padding-right:.25rem;display:flex;overflow-y:auto}.sidebar nav::-webkit-scrollbar{width:4px}.sidebar nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.menu-group{flex-direction:column;display:flex}.menu-trigger{color:#fffc;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.menu-trigger:hover{color:#fff;background:#ffffff14;transform:translate(4px)}.menu-trigger.expanded{color:#fff;background:#ffffff0d}.menu-group.active .menu-trigger{color:#fff;background:linear-gradient(90deg,#ffffff26,#ffffff0d);box-shadow:0 2px 8px #0000001a}.menu-group.active .menu-trigger:before{content:"";background:#60a5fa;border-radius:0 4px 4px 0;width:3px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.menu-icon{filter:drop-shadow(0 2px 4px #0000001a);justify-content:center;width:24px;font-family:Material Symbols Outlined;font-size:1.35rem;font-style:normal;font-weight:400;display:inline-flex}.menu-labels{text-align:left;flex-direction:column;flex:1;gap:2px;display:flex}.menu-labels small{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500;display:block}.material-symbol.chevron{opacity:.5;font-size:1.1rem;transition:transform .3s}.material-symbol.chevron.open{opacity:1;transform:rotate(180deg)}.submenu{flex-direction:column;gap:2px;margin:.25rem 0 .5rem;padding:0;list-style:none;display:flex;position:relative}.submenu:before{content:"";background:#ffffff1a;border-radius:2px;width:2px;position:absolute;top:0;bottom:10px;left:22px}.submenu li{position:relative}.submenu-item{color:#ffffffb3;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;width:100%;padding:.5rem 1rem .5rem 3.5rem;font-size:.95rem;font-weight:400;transition:all .2s;display:flex}.submenu-item:hover{color:#fff;background:#ffffff0d}.submenu-item.active{color:#60a5fa;background:#60a5fa1a;font-weight:600}.submenu-item:before{content:"";background:0 0;border:2px solid #fff3;border-radius:50%;width:8px;height:8px;transition:all .2s;position:absolute;left:19px}.submenu-item:hover:before{background:#fff3;border-color:#fff}.submenu-item.active:before{background:#60a5fa;border-color:#60a5fa;box-shadow:0 0 8px #60a5fa66}.sidebar-compact .sidebar-search,.sidebar-compact .menu-labels,.sidebar-compact .sidebar-search input,.sidebar-compact .logo-mark small,.sidebar-compact .material-symbol.chevron,.sidebar-compact .submenu{display:none}.sidebar-compact .menu-trigger{justify-content:center;padding:.75rem}.sidebar-compact .menu-trigger:hover{background:#ffffff1a;transform:none}.content-area{flex-direction:column;flex:1;gap:1rem;height:100%;padding:1.25rem;display:flex;overflow-y:auto}.content-area.module-hrm{background:#f8fafc;gap:0;padding:0}.content-area.module-hrm .top-bar{padding:1.25rem 1.25rem 1rem}.top-bar{border-bottom:1px solid #e2e8f0;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.top-left{flex:auto;align-items:center;gap:.75rem;min-width:0;display:flex;overflow:hidden}.primary-links{scrollbar-width:none;gap:.35rem;display:flex;overflow-x:auto}.primary-links::-webkit-scrollbar{display:none}.primary-links button{color:#0f172a;cursor:pointer;white-space:nowrap;background:#0f172a08;border:1px solid #0f172a1a;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-weight:600;transition:all .2s;display:inline-flex}.primary-links button:hover{color:#4338ca;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-color:#4f46e566;box-shadow:0 6px 18px #4f46e526}.primary-links button .material-symbol{color:inherit;font-size:1.1rem}.top-right{flex-shrink:0;align-items:center;gap:.5rem;margin-left:auto;display:flex}.ghost-button{color:inherit;cursor:pointer;background:0 0;border:none;border-radius:.65rem;padding:.35rem}.ghost-button:hover{background:#0f172a14}.pill{color:#0369a1;background:#e0f2fe;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.avatar{color:#fff;background:#1d4ed8;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:600;display:flex}.page-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.page-heading h1{margin:.25rem 0 0;font-size:1.5rem}.heading-actions{align-items:center;gap:.5rem;display:flex}.primary-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#2563eb);border:none;border-radius:.75rem;align-items:center;gap:.35rem;padding:.55rem 1rem;font-weight:600;display:inline-flex}.primary-button.ghost{color:#1d4ed8;background:#2563eb1f}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.stats-card{background:#fff;border-radius:1rem;flex-direction:column;gap:.35rem;padding:1rem;display:flex;box-shadow:0 8px 20px #0f172a14}.stats-card header{color:#475569;justify-content:space-between;align-items:center;display:flex}.stats-card strong{color:#0f172a;font-size:1.75rem}.panel-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem;margin-bottom:4rem;display:grid}.panel{background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 4px 12px #0f172a0d}.panel header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.panel header h3{margin:0}.panel header p{color:#64748b;margin:0;font-size:.9rem}.empty-state{text-align:center;color:#64748b;border:1px dashed #cbd5f5;border-radius:.85rem;padding:2rem 1rem}.empty-state span{margin-bottom:.5rem;font-size:2rem;display:block}.timeline{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.timeline li{align-items:flex-start;gap:.75rem;display:flex}.bullet{border-radius:50%;width:12px;height:12px;margin-top:.4rem;display:inline-flex}.bullet.success{background:#22c55e}.bullet.warning{background:#f97316}.bullet.info{background:#3b82f6}.softphone-toggle{color:#fff;cursor:pointer;z-index:40;background:#0ea5e9;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 12px 30px #0ea5e959}.softphone-widget{z-index:40;background:#fff;border-radius:1.25rem;flex-direction:column;gap:1rem;width:min(380px,90vw);padding:1rem;display:flex;position:fixed;bottom:5rem;right:1.5rem;box-shadow:0 25px 60px #0f172a40}.softphone-widget header{justify-content:space-between;display:flex}.softphone-tabs{background:#e2e8f0;border-radius:999px;padding:.25rem;display:flex}.softphone-tabs button{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:999px;flex:1;padding:.35rem .75rem;font-weight:600}.softphone-tabs button.active{color:#0f172a;background:#fff;box-shadow:0 4px 10px #0f172a26}.dial-pad input{border:1px solid #cbd5f5;border-radius:.85rem;width:100%;margin-bottom:.75rem;padding:.65rem .75rem;font-size:1.1rem}.dial-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.dial-grid button{cursor:pointer;background:#f8fafc;border:none;border-radius:.85rem;padding:.85rem;font-size:1.25rem;box-shadow:inset 0 0 0 1px #e2e8f0}.dial-controls{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.85rem;display:grid}.dial-controls button{cursor:pointer;background:#f1f5f9;border:none;border-radius:.85rem;padding:.65rem}.call-button{color:#fff;background:#22c55e;justify-content:center;align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.settings-pane{color:#475569;flex-direction:column;gap:.5rem;display:flex}.settings-pane ul{margin:0;padding-left:1.25rem}.mobile-only{display:none}.mobile-nav-backdrop{backdrop-filter:blur(2px);z-index:35;background:#0f172a8c;position:fixed;inset:0}@media(max-width:960px){.app-shell{flex-direction:column}.sidebar{z-index:40;flex-direction:column;align-items:stretch;width:min(320px,82vw);height:100vh;position:fixed;top:0;left:0;transform:translate(-110%);box-shadow:10px 0 30px #00000040}.sidebar nav{display:flex}.mobile-nav-open .sidebar{transform:translate(0)}.sidebar-compact .sidebar-search,.sidebar-compact .menu-labels,.sidebar-compact .sidebar-search input,.sidebar-compact .logo-mark small,.sidebar-compact .material-symbol.chevron,.sidebar-compact .submenu{display:block}.sidebar-compact .submenu{display:flex}.sidebar-compact .menu-trigger{justify-content:flex-start;padding:.75rem 1rem}.mobile-only{display:inline-flex}.primary-links{display:none}.page-heading{flex-direction:column;align-items:flex-start}.timezone-floater{bottom:1rem;left:1rem}}@media(hover:none)and (pointer:coarse){input,select,textarea{font-size:16px!important}}@media(max-width:600px){.content-area{padding:1rem}.content-area.module-hrm{padding:0}.content-area.module-hrm .top-bar{padding:1rem 1rem .75rem}.top-right .pill{display:none}.softphone-widget{left:1rem;right:1rem}}.softphone-wrapper{z-index:1000;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:2rem;right:2rem}.softphone-fab{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #4f46e566}.softphone-fab:hover{transform:scale(1.05);box-shadow:0 6px 16px #4f46e580}.softphone-fab .material-symbol{font-size:32px}.softphone-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;width:360px;height:700px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;overflow:hidden;box-shadow:0 12px 32px #00000026,0 4px 8px #0000000d}.softphone-panel.standalone{width:100vw;height:100vh;box-shadow:none;border:none;border-radius:0;animation:none}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.softphone-header{color:#fff;background:#4f46e5;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.header-title{align-items:center;gap:.75rem;font-size:1.1rem;font-weight:600;display:flex}.header-actions{align-items:center;gap:.5rem;display:flex}.header-actions .icon-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.header-actions .icon-btn:hover{background:#fff3}.softphone-tabs{background:0 0;justify-content:space-between;gap:.5rem;padding:.5rem 1rem;display:flex}.softphone-tabs button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;padding:.75rem .5rem;font-size:.95rem;font-weight:600;transition:all .2s;position:relative}.softphone-tabs button:hover{color:#64748b}.softphone-tabs button.active{color:#4f46e5;background:#fff;font-weight:700;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.softphone-content{background:#fff;flex-direction:column;flex:1;min-height:0;padding:1.25rem;display:flex;overflow:hidden}.keypad-view{flex-direction:column;justify-content:center;gap:.5rem;height:100%;display:flex}.display-area{text-align:center;margin-bottom:.5rem;padding:0 1rem}.input-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;transition:border-color .2s;display:flex}.input-wrapper:focus-within{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.search-icon{color:#cbd5e1;font-size:1.25rem}.number-input{text-align:center;color:#1e293b;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1.1rem;font-weight:500}.number-input::-moz-placeholder{color:#cbd5e1;font-size:1rem;font-weight:400}.number-input::placeholder{color:#cbd5e1;font-size:1rem;font-weight:400}.clear-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.clear-btn:hover{color:#64748b}.clear-btn .material-symbol{font-size:1.25rem}.status-indicator{color:#64748b;height:1.25rem;font-size:.8rem}.connection-status{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#f1f5f9;border-radius:999px;align-items:center;gap:.35rem;margin-left:.75rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:opacity .2s;display:flex}.connection-status:hover{opacity:.8}.connection-status.online{color:#166534;background:#dcfce7}.connection-status.offline{color:#64748b;background:#f1f5f9}.connection-status.busy{color:#991b1b;background:#fee2e2}.status-dot{background-color:currentColor;border-radius:50%;width:6px;height:6px}.connection-error-banner{color:#991b1b;background:#fee2e2;border-bottom:1px solid #fecaca;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;display:flex}.connection-error-banner button{color:inherit;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;display:flex}.dial-grid{grid-template-columns:repeat(3,auto);justify-content:center;gap:.5rem;display:grid}.dial-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;line-height:1;transition:all .2s;display:flex}.dial-btn .digit{font-size:1.25rem;font-weight:600}.dial-btn .sub-text{color:#94a3b8;letter-spacing:.5px;margin-top:2px;font-size:.6rem;font-weight:500}.dial-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.dial-btn:active{background:#f1f5f9;transform:translateY(0)}.call-actions{justify-content:center;align-items:center;height:56px;margin-top:1rem;display:flex;position:relative}.call-btn{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;transition:transform .2s;display:flex;box-shadow:0 4px 12px #22c55e66}.call-btn.primary{background:#22c55e}.call-btn.danger{background:#ef4444;box-shadow:0 4px 12px #ef444466}.call-btn.success{background:#22c55e;box-shadow:0 4px 12px #22c55e66}.call-btn:hover{transform:scale(1.05)}.call-btn.primary:hover{box-shadow:0 6px 16px #22c55e80}.call-btn.danger:hover{box-shadow:0 6px 16px #ef444480}.history-view{color:#94a3b8;justify-content:center;align-items:center;height:100%;display:flex}.empty-history{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.empty-history .material-symbol{opacity:.5;font-size:48px}.settings-view{flex-direction:column;flex:1;min-height:0;padding-right:.5rem;display:flex;overflow-y:auto}.settings-header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.settings-header h3{color:#1e293b;margin:0;font-size:1.1rem}.add-account-btn{color:#4f46e5;cursor:pointer;background:#eff6ff;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.add-account-btn:hover{background:#e0e7ff}.accounts-list{flex-direction:column;gap:.75rem;display:flex}.account-item{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.account-item:hover{background:#f8fafc;border-color:#cbd5e1}.account-item.active{background:#eef2ff;border-color:#4f46e5}.account-info{flex:1;align-items:center;gap:1rem;display:flex}.radio-indicator{border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.account-item.active .radio-indicator{border-color:#4f46e5}.radio-indicator .dot{background:#4f46e5;border-radius:50%;width:10px;height:10px}.account-name{color:#1e293b;font-weight:600}.account-detail{color:#64748b;font-size:.8rem}.account-actions{gap:.5rem;display:flex}.account-actions button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem}.account-actions button:hover{color:#4f46e5;background:#e0e7ff}.account-actions button.danger:hover{color:#ef4444;background:#fee2e2}.edit-account-form{flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex}.form-header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.back-btn{cursor:pointer;color:#64748b;background:0 0;border:none;padding:0;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:#475569;font-size:.875rem;font-weight:500}.form-group input,.form-group select{border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:.75rem;font-size:.95rem}.form-group input:focus,.form-group select:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51a}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.form-group.checkbox{flex-direction:row;align-items:center;padding-top:1.5rem}.form-group.checkbox input{width:auto;margin-right:.5rem}.required{color:#ef4444;margin-left:.25rem}.form-actions{flex-direction:column;align-items:center;gap:1rem;margin-top:1rem;display:flex}.save-btn{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;flex-shrink:0;width:auto;min-width:200px;padding:.875rem 2rem;font-weight:600;transition:background .2s}.save-btn:hover{background:#4338ca}.form-error{color:#ef4444;text-align:center;background:#fef2f2;border-radius:6px;width:100%;padding:.5rem 1rem;font-size:.875rem}.incoming-call-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.3s ease-in-out fadeIn;display:flex}.caller-avatar-large{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;display:flex}.caller-avatar-large .material-symbol{font-size:40px}.incoming-info h3{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:1rem;font-weight:500}.caller-name{color:#1e293b;margin:0;font-size:1.5rem;font-weight:700}.caller-number{color:#64748b;margin:.5rem 0 1rem;font-size:1.125rem}.incoming-actions-large{gap:2rem;margin-top:auto;margin-bottom:1rem;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.on-call-view{text-align:center;flex-direction:column;align-items:center;width:100%;height:100%;padding:1rem;animation:.3s ease-in-out fadeIn;display:flex}.control-grid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;max-width:320px;margin:auto 0;display:grid}.control-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;transition:all .2s;display:flex}.control-btn:hover{color:#1e293b;background:#f1f5f9}.control-btn.active{color:#4f46e5;background:#e0e7ff}.control-btn span:not(.material-symbol){font-size:.75rem;font-weight:500}.in-call-keypad{flex-direction:column;align-items:center;gap:1rem;margin:auto 0;display:flex}.hide-keypad-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;display:flex}.hide-keypad-btn:hover{color:#1e293b;background:#f1f5f9}.softphone-panel{width:340px;height:600px}.on-call-view.keypad-active .incoming-info{margin-top:1rem;margin-bottom:1rem}.on-call-view.keypad-active .incoming-info h3{font-size:.9rem}.on-call-view.keypad-active .caller-name{font-size:1.2rem}.on-call-view.keypad-active .caller-number{margin-bottom:1rem}.control-grid{gap:.5rem;max-width:280px}.control-btn{padding:.25rem}.control-btn .material-symbol{font-size:20px}.control-btn span:not(.material-symbol){font-size:.7rem}.app-switcher-dropdown{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:1rem;width:240px;margin-top:.5rem;padding:1rem;display:grid;position:absolute;top:100%;right:0;box-shadow:0 10px 15px -3px #0000001a}.app-switcher-item{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;transition:background .2s;display:flex}.app-switcher-item.disabled{opacity:.5;cursor:not-allowed}.app-switcher-item.disabled:hover{color:#64748b;background:0 0}.app-switcher-item:hover{color:#0f172a;background:#f1f5f9}.app-switcher-item .material-symbol{font-size:24px}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-header h1{color:#1e293b;margin:0;font-size:1.8rem;font-weight:700}.data-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.data-table{border-collapse:collapse;text-align:left;width:100%}.data-table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.875rem;font-weight:600}.data-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover{background:#f8fafc}.status-badge{text-transform:uppercase;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-badge.active{color:#166534;background:#dcfce7}.status-badge.draft{color:#475569;background:#f1f5f9}.action-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:inline-flex}.action-btn:hover{color:#0f172a;background:#f1f5f9}.action-btn.edit{color:#3b82f6}.action-btn.edit:hover{background:#eff6ff}.editor-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.editor-container h2{color:#1e293b;margin-top:0;margin-bottom:1.5rem;font-size:1.25rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#475569;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-input,.form-select,.form-textarea{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:200px;line-height:1.5}.form-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-primary{color:#fff;background:#3b82f6}.btn-primary:hover{background:#2563eb}.btn-secondary{color:#475569;background:#f1f5f9}.btn-secondary:hover{color:#1e293b;background:#e2e8f0}.nested-menu-container{position:relative}.nested-submenu{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex;position:relative}.nested-submenu:before{content:"";z-index:1;background:#344a5d;width:4px;position:absolute;top:-5px;bottom:-10px;left:22px;transform:translate(-50%)}.nested-item{color:#ffffffb3;text-align:left;cursor:pointer;z-index:2;background:0 0;border:none;align-items:center;width:100%;padding:.35rem 1rem .35rem 4.5rem;font-size:.9rem;transition:all .2s;display:flex;position:relative}.nested-item:hover{color:#fff}.nested-item.active{color:#60a5fa}.nested-item:after{content:"-";color:#ffffff4d;font-family:monospace;position:absolute;left:3.5rem}.user-menu-dropdown{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.25rem;width:220px;padding:.5rem;display:flex;position:absolute;top:120%;right:0;box-shadow:0 10px 15px -3px #0000001a}.user-info{flex-direction:column;padding:.75rem;display:flex}.user-info strong{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.user-info small{color:#64748b;font-size:.75rem}.user-menu-dropdown hr{border:none;border-top:1px solid #f1f5f9;width:100%;margin:.25rem 0}.user-menu-item{text-align:left;cursor:pointer;color:#475569;background:0 0;border:none;border-radius:6px;align-items:center;gap:.75rem;width:100%;padding:.6rem .75rem;font-size:.9rem;transition:all .2s;display:flex}.user-menu-item:hover{color:#0f172a;background-color:#f8fafc}.user-menu-item .material-symbol{font-size:1.2rem}.user-menu-item.danger{color:#ef4444}.user-menu-item.danger:hover{color:#dc2626;background-color:#fef2f2}.user-modal-overlay{z-index:1200;background:#0f172a73;justify-content:center;align-items:flex-start;padding:4rem 1rem;display:flex;position:fixed;inset:0}.user-modal{background:#fff;border:1px solid #e2e8f0cc;border-radius:18px;width:540px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;box-shadow:0 35px 80px #0f172a2e}.user-modal-header{border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.user-modal-header h2{margin:0;font-size:1.5rem}.user-modal-header p{text-transform:uppercase;letter-spacing:.15em;color:#94a3b8;margin:0;font-size:.7rem}.close-btn{background:#6366f114;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.user-modal-form{flex-direction:column;gap:1.25rem;display:flex}.user-modal-section{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;flex-direction:column;gap:1rem;padding:1rem 1.25rem;display:flex}.user-modal-section h3{text-transform:uppercase;letter-spacing:.1em;color:#475569;margin:0;font-size:.95rem}.user-modal-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.user-modal-field label{letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.user-modal-field input,.user-modal-field select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:.65rem .85rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.user-modal-field input:focus,.user-modal-field select:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.user-modal-checkbox{color:#475569;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.user-modal-checkbox input{accent-color:#6366f1;width:18px;height:18px}.user-modal-actions{border-top:1px solid #edf2f7;justify-content:flex-end;gap:.75rem;padding-top:1rem;display:flex}.timezone-floater{color:#64748b;white-space:nowrap;align-items:center;gap:6px;margin-left:1rem;font-size:1rem;display:flex}@media(max-width:720px){.timezone-floater{display:none}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.hrm_module{--hrm-table-th-size: .95rem;--hrm-table-th-weight: 700;--hrm-table-td-size: .9rem;--hrm-table-td-weight: 400;--hrm-table-primary-size: .9rem;--hrm-table-primary-weight: 600;--hrm-table-primary-color: #1d4ed8;--hrm-table-small-size: .72rem;--hrm-tab-size: .85rem;--hrm-tab-weight: 600;--hrm-tab-active-size: .9rem;--hrm-tab-active-weight: 700;--hrm-controls-size: .85rem;--hrm-controls-weight: 600;--hrm-section-title-size: .83rem}.hrm-main{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.hrm-main-header h1{margin:0;font-size:1.4rem;font-weight:900;color:#434851fc}.hrm-main-header p{margin:.25rem 0 0;color:#64748b}.hrm-page-toolbar{padding:1rem;min-height:72px}.hrm-page-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-height:40px}.hrm-page-title{display:flex;align-items:center;gap:.5rem;font-weight:800;color:#0f172abb;font-size:1.25rem;align-self:center;min-height:40px;line-height:1.1}.hrm-page-title .material-symbol{font-size:1.3rem}.hrm_attendances .hrm-page-title .material-symbol{color:#2563eb}.hrm_myaccount .hrm-page-title .material-symbol{color:#6366f1}.hrm_payroll .hrm-page-title .material-symbol{color:#16a34a}.hrm-page-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:var(--hrm-controls-size);font-weight:var(--hrm-controls-weight);color:#050505b0;font-family:inherit}.hrm-page-controls .hrm-control,.hrm-page-controls select,.hrm-page-controls input,.hrm-page-controls button{font-size:inherit;font-family:inherit}.hrm-control{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .85rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#24262ae9;min-height:40px;line-height:1.2}.hrm-control .material-symbol{font-size:1.25rem;color:#64748b}.hrm-control select{border:none;outline:none;background:transparent;color:#334155ef;font-size:inherit;font-weight:600}.hrm-page-controls .hrm-form-select{min-height:40px;font-weight:600;border-radius:10px}.hrm-page-controls .primary-button,.hrm-page-controls .primary-button.ghost{min-height:40px;height:40px;padding:.55rem .9rem;font-size:inherit;font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.hrm-page-controls .primary-button{background:#2563eb;border-color:#2563eb;color:#fff}.hrm-page-controls .primary-button.ghost{background:#e0e7ff;border-color:#e0e7ff;color:#1d4ed8}.hrm_module .primary-button{border-radius:12px;font-weight:600}.hrm_module .primary-button.ghost{background:#e0e7ff;border-color:#e0e7ff;color:#1d4ed8}.hrm-control--select{min-width:150px}.hrm-page-controls .hrm-control{height:40px}.hrm-page-controls .hrm-control select,.hrm-page-controls .hrm-form-select{height:100%;line-height:1}.hrm-tab-strip{display:flex;flex-wrap:wrap;gap:.5rem;background:#f3f4f6;padding:.5rem;border-radius:.75rem}.hrm-tab{flex:1 1 calc(50% - .5rem);display:inline-flex;align-items:center;justify-content:center;gap:.1rem;padding:.5rem 1rem;font-size:1rem;font-weight:500;border-radius:.5rem;border:1px solid transparent;background:transparent;color:#24262ae9;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.hrm-tab{flex:0 0 auto}}.hrm-tab .material-symbol{font-size:1.1rem}.hrm-tab:hover{color:#111827;background:#fff9}.hrm-tab.active{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px #0000000d;color:#0f172a;font-weight:var(--hrm-tab-active-weight);font-size:var(--hrm-tab-active-size)}.hrm-tab.active.blue{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.hrm-tab.active.green{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.hrm-tab.active.yellow{background:#fefce8;border-color:#fde68a;color:#a16207}.hrm-tab.active.red{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.hrm-tab.active.purple{background:#faf5ff;border-color:#e9d5ff;color:#7e22ce}.hrm-admin-section{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.hrm-admin-section-header h3{margin:0;font-size:var(--hrm-tab-active-size);font-weight:700;color:#0f172a}.hrm-admin-section-header p{margin:.35rem 0 0;font-size:var(--hrm-tab-size);color:#64748b}.hrm-admin-form{display:flex;flex-direction:column;gap:.9rem;max-width:420px}.hrm-admin-field{display:flex;flex-direction:column;gap:.35rem;font-size:var(--hrm-tab-size);font-weight:600;color:#334155}.hrm-admin-field input{border:1px solid #e2e8f0;border-radius:12px;padding:.6rem .85rem;font-size:var(--hrm-tab-size);font-weight:500;color:#0f172a;background:#fff}.hrm-admin-actions{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.hrm-admin-message{font-size:var(--hrm-tab-size);font-weight:600}.hrm-admin-message.error{color:#dc2626}.hrm-admin-message.success{color:#16a34a}.hrm-tab.active.orange{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.hrm-tab.active.gray{background:#f8fafc;border-color:#e2e8f0;color:#475569}.hrm_module .data-table th{text-transform:none;letter-spacing:.01em;font-size:var(--hrm-table-th-size, 1rem);font-weight:var(--hrm-table-th-weight, 600);color:#475569}.hrm_module .data-table td{font-size:var(--hrm-table-td-size, .9rem);font-weight:var(--hrm-table-td-weight, 400);color:#334155}.hrm_module .data-table td.hrm-table-primary{font-size:var(--hrm-table-primary-size, .9rem);font-weight:var(--hrm-table-primary-weight, 600);color:var(--hrm-table-primary-color, #1d4ed8)}.hrm_module .data-table td small{font-size:var(--hrm-table-small-size, .72rem);color:#94a3b8}.hrm-employee-cell{display:flex;flex-direction:column;gap:.15rem}.hrm-employee-name{font-weight:var(--hrm-table-primary-weight, 600);color:var(--hrm-table-primary-color, #1d4ed8);font-size:var(--hrm-table-primary-size, .9rem)}.hrm-employee-id{font-size:var(--hrm-table-small-size, .72rem);color:#94a3b8}.hrm-employee-meta{font-size:var(--hrm-table-small-size, .72rem);color:#64748b}.hrm_module .hrm-icon-btn{padding:.35rem .5rem}.hrm_module .hrm-icon-btn .material-symbol{font-size:.95rem}@media(max-width:900px){.hrm-main{padding:1rem}.hrm-page-toolbar{padding:.75rem}.hrm-page-toolbar-row{align-items:flex-start}.hrm-page-controls{width:100%;flex-direction:column;align-items:stretch}.hrm-page-controls .hrm-control,.hrm-page-controls .primary-button,.hrm-page-controls .primary-button.ghost{width:100%;justify-content:space-between}.hrm-page-controls .primary-button,.hrm-page-controls .primary-button.ghost{justify-content:center}.hrm-control-group{width:100%;flex-wrap:wrap}.hrm-control-group input{flex:1 1 160px;min-width:0}.hrm-control-group span{color:#94a3b8}.data-table-container{overflow:visible}.data-table{border-collapse:separate;border-spacing:0 .85rem}.data-table thead{display:none}.data-table tbody tr{display:block;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 24px #0f172a0f;padding:.75rem 1rem}.data-table tbody tr.hrm-table-empty{box-shadow:none;text-align:center;padding:1rem}.data-table tbody tr.hrm-table-empty td{display:block;border-bottom:none;padding:.5rem 0}.data-table tbody tr.hrm-att-details-row{box-shadow:none;border:none;padding:0;background:transparent}.data-table tbody tr.hrm-att-details-row td{display:block;border-bottom:none;padding:0}.data-table tbody tr.hrm-att-details-row td:before{display:none}.data-table tbody td{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.45rem 0;border-bottom:1px dashed #e2e8f0}.data-table tbody td:last-child{border-bottom:none}.data-table tbody td:before{content:attr(data-label);flex:0 0 120px;color:#64748b;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.data-table tbody td.hrm-table-primary{flex-direction:column;align-items:flex-start}.data-table tbody td.hrm-table-primary:before{margin-bottom:.35rem}.data-table tbody td.hrm-table-primary:before,.data-table tbody td[data-label=Action]:before{color:#475569}.data-table tbody td[data-label=Action]{justify-content:flex-start}.data-table tbody td[data-label=Action]:before{flex:0 0 90px}.data-table .hrm-col-select{display:none}}@media(max-width:600px){.hrm-control-group{flex-direction:column;align-items:stretch}.hrm-control-group span{display:none}}.hrm-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.hrm-modal{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;min-width:320px;max-width:400px;text-align:center}.hrm-modal h3{margin-top:0;color:#1e293b;font-size:1.25rem;font-weight:600}.hrm-modal p{color:#64748b;margin-bottom:2rem}.hrm-modal .actions{display:flex;gap:1rem;justify-content:center}.hrm-modal .actions button{padding:.5rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;border:none}.hrm-modal .actions button.primary{background:#16a34a;color:#fff}.hrm-modal .actions button.secondary{background:#e2e8f0;color:#475569}.hrm-dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.75rem 1rem}.hrm-dashboard-toolbar .hrm-date{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hrm-dashboard-toolbar .hrm-date strong{font-weight:800;color:#0f172a}.hrm-dashboard-toolbar .hrm-date .muted{color:#64748b}.hrm-dashboard-toolbar .hrm-actions{display:flex;gap:.75rem;flex-wrap:wrap}.hrm-timekeeping-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hrm-timekeeping-card header h3{margin:0;font-size:1.2rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.hrm-timekeeping-card header p{margin:.15rem 0 0;font-size:.85rem;color:#64748b}.hrm-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:900px){.hrm-detail-grid{grid-template-columns:1fr}}.hrm-detail-tabs{display:flex;gap:.75rem;flex-wrap:wrap;border-top:1px solid #eef2f7;padding-top:.75rem}.hrm-tracking-tabs{display:flex;flex-wrap:wrap;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:.5rem;margin-bottom:1rem}.hrm-panel{border-radius:.5rem;padding:1rem}.hrm-panel-header{display:flex;align-items:center;margin-bottom:.75rem}.hrm-panel-icon{padding:.25rem;border-radius:.25rem;margin-right:.2rem;display:grid;place-items:center}.hrm-panel-icon .material-symbol{font-size:1rem}.hrm-panel-title{font-weight:700;font-size:.95rem}.hrm-panel-subtitle{font-size:.9rem;margin-top:.1rem}.hrm-panel-body{display:flex;flex-direction:column;gap:.5rem}.hrm-row-card{background:#fff;border-radius:.35rem;padding:.75rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hrm-row-title{font-size:.95rem;font-weight:700;color:#111827}.hrm-row-subtitle{font-size:.75rem;margin-top:.25rem}.hrm-row-right{font-size:.9rem;font-weight:800;white-space:nowrap}.hrm-panel-idle{background:#fef2f2;border:1px solid #fecaca}.hrm-panel-idle .hrm-panel-icon{background:#fee2e2;color:#dc2626}.hrm-panel-idle .hrm-panel-title{color:#991b1b}.hrm-panel-idle .hrm-panel-subtitle,.hrm-panel-idle .hrm-row-subtitle,.hrm-panel-idle .hrm-row-right{color:#dc2626}.hrm-row-card-idle{border:1px solid #fecaca}.hrm-panel-apps{background:#fff7ed;border:1px solid #fed7aa}.hrm-panel-apps .hrm-panel-icon{background:#ffedd5;color:#ea580c}.hrm-panel-apps .hrm-panel-title{color:#9a3412}.hrm-panel-apps .hrm-panel-subtitle{color:#ea580c}.hrm-row-card-apps{border:1px solid #fed7aa}.hrm-row-card-apps .hrm-row-subtitle{color:#6b7280}.hrm-panel-websites{background:#fefce8;border:1px solid #fde68a}.hrm-panel-websites .hrm-panel-icon{background:#fef9c3;color:#ca8a04}.hrm-panel-websites .hrm-panel-title{color:#854d0e}.hrm-panel-websites .hrm-panel-subtitle{color:#a16207}.hrm-row-card-websites{border:1px solid #fde68a}.hrm-row-card-websites .hrm-row-subtitle{color:#6b7280}.hrm-panel-screenshots{background:#f0fdf4;border:1px solid #bbf7d0}.hrm-panel-screenshots .hrm-panel-icon{background:#dcfce7;color:#15803d}.hrm-panel-screenshots .hrm-panel-title{color:#166534}.hrm-panel-screenshots .hrm-panel-subtitle{color:#15803d}.hrm-tag{font-size:.75rem;padding:.25rem .5rem;border-radius:999px;font-weight:700;text-transform:capitalize;white-space:nowrap}.hrm-tag.productive{background:#dcfce7;color:#15803d}.hrm-tag.communication{background:#dbeafe;color:#1d4ed8}.hrm-tag.non-productive{background:#fee2e2;color:#b91c1c}.hrm-screenshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(min-width:640px){.hrm-screenshot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.hrm-screenshot-card{background:#fff;border:1px solid #bbf7d0;border-radius:.5rem;padding:.5rem}.hrm-screenshot-thumb{aspect-ratio:16 / 9;background:#f3f4f6;border-radius:.35rem;display:grid;place-items:center}.hrm-screenshot-thumb .material-symbol{font-size:1.5rem;color:#9ca3af}.hrm-screenshot-meta{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.hrm-screenshot-meta span:first-child{font-size:.75rem;font-weight:700;color:#374151}.hrm-screenshot-meta .muted{font-size:.65rem;color:#6b7280}.hrm-activities-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}@media(max-width:1100px){.hrm-activities-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hrm-activities-summary{grid-template-columns:1fr}}.hrm-summary-card{border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:1rem}.hrm-summary-title{font-size:.85rem;color:#64748b;font-weight:600}.hrm-summary-value{font-size:2rem;font-weight:800;color:#0f172a;margin-top:.25rem}.hrm-summary-sub{margin-top:.25rem;font-size:.8rem;color:#94a3b8}.hrm-summary-card.red{border-left:6px solid #ef4444}.hrm-summary-card.orange{border-left:6px solid #f97316}.hrm-summary-card.yellow{border-left:6px solid #f59e0b}.hrm-summary-card.green{border-left:6px solid #22c55e}.hrm-activities-tabs{padding:1rem}.hrm-tracking-tabs{display:flex;flex-wrap:wrap;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:.5rem}.hrm-panel{border:1px solid #e2e8f0;border-radius:16px;background:#fff;padding:1rem;margin-top:.75rem}.hrm-panel-header{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.hrm-panel-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5}.hrm-panel-title{font-weight:800;color:#0f172a}.hrm-panel-subtitle{color:#64748b;font-size:.85rem;margin-top:.1rem}.hrm-panel-body{padding-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.hrm-row-card{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.hrm-row-title{font-weight:700;color:#0f172a}.hrm-row-subtitle{color:#64748b;font-size:.85rem;margin-top:.15rem}.hrm-row-right{font-weight:800;color:#0f172a;white-space:nowrap}.hrm-tag{font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;white-space:nowrap}.hrm-tag.productive{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.hrm-tag.non-productive{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hrm-panel-idle{border-left:6px solid #ef4444}.hrm-panel-apps{border-left:6px solid #f97316}.hrm-panel-websites{border-left:6px solid #f59e0b}.hrm-panel-screenshots{border-left:6px solid #22c55e}.hrm-screenshot-grid{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}@media(max-width:900px){.hrm-screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hrm-screenshot-grid{grid-template-columns:1fr}}.hrm-screenshot-card{border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;background:#fff}.hrm-screenshot-thumb{height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#eef2ff);color:#64748b}.hrm-screenshot-meta{padding:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-weight:700;color:#0f172a}.hrm-screenshot-meta .muted{color:#94a3b8;font-weight:600;font-size:.8rem}.hrm-attendances-select,.hrm-attendances-action{font-size:inherit}.hrm-attendances-tabs{padding:1rem}.hrm-attendances-tabstrip{display:flex;flex-wrap:wrap;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:.5rem}@media(min-width:768px){.hrm-att-tab{flex:0 0 auto}}.hrm-att-tab .material-symbol{font-size:1.1rem}.hrm-att-tab:hover{color:#111827}.hrm-att-tab.active{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #0000000f;color:#111827}.hrm-att-tab.active.blue{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.hrm-att-tab.active.yellow{background:#fefce8;border-color:#fde68a;color:#a16207}.hrm-att-tab.active.green{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.hrm-att-table{margin-top:.75rem}.hrm-att-row-expanded{background:#f8fafc}.hrm-att-details-row td{padding:0}.hrm-leave-detail{background:#f8fafc;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0}.hrm-leave-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 20px #0f172a0f;overflow:hidden}.hrm-leave-detail-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.hrm-leave-detail-profile{display:flex;align-items:center;gap:1rem}.hrm-leave-detail-avatar{width:44px;height:44px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-weight:700;display:flex;align-items:center;justify-content:center}.hrm-leave-detail-name{font-weight:700;color:#0f172a}.hrm-leave-detail-meta{font-size:.8rem;color:#64748b}.hrm-leave-detail-status{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .75rem;border-radius:999px;background:#fef9c3;color:#854d0e}.hrm-leave-detail-status.approved{background:#dcfce7;color:#166534}.hrm-leave-detail-status.rejected{background:#fee2e2;color:#b91c1c}.hrm-leave-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;padding:1.5rem}@media(max-width:1100px){.hrm-leave-detail-grid{grid-template-columns:1fr}}.hrm-leave-detail-section h4{margin:0 0 .75rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.hrm-leave-detail-kv{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dashed #e2e8f0}.hrm-leave-detail-kv:last-child{border-bottom:none}.hrm-leave-detail-kv span{color:#64748b;font-size:.85rem}.hrm-leave-detail-kv strong{color:#0f172a;font-weight:700}.hrm-leave-detail-kv strong.muted{color:#64748b}.hrm-leave-detail-kv strong.accent{color:#15803d}.hrm-leave-detail-time{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.hrm-leave-detail-time-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#334155}.hrm-leave-detail-time-row.muted{color:#64748b;font-size:.8rem}.hrm-leave-detail-duration{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;font-size:.85rem;color:#64748b}.hrm-leave-detail-duration strong{color:#0f172a;font-weight:700}.hrm-leave-detail-reason{border:1px dashed #cbd5e1;border-radius:12px;padding:.85rem;font-size:.85rem;color:#334155;min-height:80px;background:#fff}.hrm-leave-detail-footer{background:#f0fdf4;border-top:1px solid #dcfce7;color:#166534;font-size:.8rem;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem}.hrm-att-details{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem}.hrm-att-details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:900px){.hrm-att-details-grid{grid-template-columns:1fr}}.hrm-att-detail-card{border-radius:14px;border:1px solid #e2e8f0;background:#fff;padding:.85rem}.hrm-att-detail-title{font-weight:900;color:#0f172a;margin-bottom:.5rem}.hrm-att-detail-list{display:flex;flex-direction:column;gap:.5rem}.hrm-att-chip{border-radius:12px;padding:.65rem .75rem;border:1px solid #e2e8f0;background:#f8fafc}.hrm-att-chip-top{display:flex;justify-content:space-between;gap:.75rem;font-weight:800;color:#0f172a}.hrm-att-chip-sub{margin-top:.15rem;font-size:.8rem;color:#64748b}.hrm-att-detail-card.blue{border-color:#bfdbfe;background:#eff6ff}.hrm-att-detail-card.purple{border-color:#e9d5ff;background:#faf5ff}.hrm-att-detail-card.indigo{border-color:#c7d2fe;background:#eef2ff}.hrm-att-detail-card.gray{border-color:#e2e8f0;background:#f8fafc}.hrm-att-chip.blue{border-color:#bfdbfe;background:#eff6ff}.hrm-att-chip.purple{border-color:#e9d5ff;background:#faf5ff}.hrm-att-chip.indigo{border-color:#c7d2fe;background:#eef2ff}.hrm-att-chip.gray{border-color:#e2e8f0;background:#fff}.hrm-att-unworked{margin-top:.75rem;display:flex;flex-direction:column;gap:1.25rem}.hrm-att-section-title{font-weight:900;color:#0f172a;margin-bottom:.5rem}.hrm-att-kv-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding:1rem;background:#f8fafc;border-top:1px solid #e2e8f0}@media(max-width:900px){.hrm-att-kv-grid{grid-template-columns:1fr}}.hrm-att-kv-grid div{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.75rem}.hrm-att-kv-grid span{display:block;font-size:.8rem;color:#64748b;font-weight:700}.hrm-att-kv-grid strong{display:block;margin-top:.15rem;color:#0f172a;font-weight:900}.hrm-att-summary{margin-top:.75rem}.hrm-att-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media(max-width:900px){.hrm-att-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hrm-att-summary-grid{grid-template-columns:1fr}}.hrm-att-summary-card{border-radius:16px;border:1px solid #e2e8f0;background:#fff;padding:1rem}.hrm-att-summary-label{font-size:.85rem;color:#64748b;font-weight:700}.hrm-att-summary-value{margin-top:.25rem;font-size:1.25rem;font-weight:900;color:#0f172a}.hrm-att-summary-card.blue{background:#eff6ff;border-color:#bfdbfe}.hrm-att-summary-card.green{background:#ecfdf5;border-color:#bbf7d0}.hrm-att-summary-card.yellow{background:#fefce8;border-color:#fde68a}.hrm-att-summary-card.indigo{background:#eef2ff;border-color:#c7d2fe}.hrm-att-summary-card.red{background:#fef2f2;border-color:#fecaca}.hrm-modal-overlay{position:fixed;inset:0;z-index:9999;background:#0f172a99;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hrm-modal{background:#fff;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:90%;max-width:420px;padding:2rem;animation:slideUp .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.hrm-modal--tall{max-height:92vh;display:flex;flex-direction:column}.hrm-modal--compact{padding:1.5rem}.hrm-modal-body{flex:1 1 auto;overflow-y:auto;padding-right:.35rem;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.hrm-modal-body::-webkit-scrollbar{width:8px}.hrm-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.hrm-modal-body::-webkit-scrollbar-track{background:transparent}.hrm-modal--compact .hrm-modal-body{padding-right:0;scrollbar-width:none}.hrm-modal--compact .hrm-modal-body::-webkit-scrollbar{width:0}.hrm-modal-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;margin-top:1rem;border-top:1px solid #e2e8f0;background:#fff}.hrm-modal--compact .hrm-modal-footer{padding-top:.75rem;margin-top:.75rem}.secondary-button{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0;padding:.55rem 1rem;border-radius:.75rem;font-weight:600;cursor:pointer}.secondary-button:hover{background:#e2e8f0;border-color:#cbd5e1}.danger-button{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;padding:.55rem 1rem;border-radius:.75rem;font-weight:600;cursor:pointer}.danger-button:hover{background:#fecaca;border-color:#fca5a5}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hrm-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.hrm-modal-header h3{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0;letter-spacing:-.02em}.hrm-modal-header button{background:#f1f5f9;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s}.hrm-modal-header button:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.hrm-modal-content{margin-bottom:2rem}.hrm-modal-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.hrm-modal .hrm-control{width:100%;margin-bottom:1rem;border:2px solid #e2e8f0;padding:.75rem 1rem;border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;background:#f8fafc;transition:border-color .2s,background .2s}.hrm-modal .hrm-control:focus-within{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.hrm-modal .hrm-control span{font-size:.75rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.hrm-modal .hrm-input{width:100%;font-family:inherit;font-size:1.25rem;font-weight:600;color:#334155;border:none;outline:none;background:transparent}.hrm-payroll-tabs{padding:1rem}.hrm-payroll-tabstrip{display:flex;flex-wrap:wrap;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:.5rem}.hrm-payroll-tab{flex:1 1 calc(50% - .5rem);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:800;border-radius:.4rem;border:1px solid transparent;background:transparent;color:#6b7280;cursor:pointer;transition:color .15s ease,background .15s ease,box-shadow .15s ease,border-color .15s ease}@media(min-width:768px){.hrm-payroll-tab{flex:0 0 auto}}.hrm-payroll-tab .material-symbol{font-size:1.1rem}.hrm-payroll-tab:hover{color:#111827}.hrm-payroll-tab.active{background:#fff;border-color:#e5e7eb;box-shadow:0 1px 2px #0000000f;color:#111827}.hrm-payroll-tab.active.green{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.hrm-payroll-tab.active.blue{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.hrm-payroll-tab.active.purple{background:#faf5ff;border-color:#e9d5ff;color:#6d28d9}.hrm-payroll-runs{margin-top:.75rem}.hrm-payroll-runs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:900px){.hrm-payroll-runs-grid{grid-template-columns:1fr}}.hrm-payroll-run-card{border-radius:16px;border:1px solid #bbf7d0;background:#ecfdf5;padding:1rem}.hrm-payroll-run-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.hrm-payroll-run-id{font-size:.8rem;font-weight:800;color:#166534}.hrm-payroll-run-period{font-weight:800;color:#0f172a;margin-top:.15rem}.hrm-payroll-run-total{margin-top:.75rem;font-weight:800;color:#166534}.hrm-status-pill{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:900;border:1px solid #e2e8f0;background:#fff;color:#0f172a;white-space:nowrap}.hrm-status-pill.processed{background:#dcfce7;border-color:#bbf7d0;color:#166534}.hrm-status-pill.draft{background:#fef9c3;border-color:#fde68a;color:#a16207}.hrm-payroll-employees{margin-top:.75rem}.hrm-payroll-emp-name{font-weight:900;color:#0f172a}.hrm-payroll-emp-id{font-size:.8rem;color:#64748b;margin-top:.1rem}.hrm-payroll-reports{margin-top:.75rem}.hrm-payroll-reports-placeholder{border-radius:16px;border:1px solid #e9d5ff;background:#faf5ff;padding:1rem;font-weight:700;color:#6d28d9}.hrm-myaccount-tabs{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);display:flex;flex-direction:column}.hrm-myaccount-tabstrip{display:flex;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-color);background:var(--surface-bg);overflow-x:auto}.hrm-myaccount-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:var(--hrm-tab-size);font-weight:500;color:var(--text-secondary);background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:all .2s}.hrm-myaccount-tab:hover{background:#0000000d;color:var(--text-primary)}.hrm-myaccount-tab.active{background:#eff6ff;color:#2563eb}.hrm-myaccount-tab.active.green{background:#f0fdf4;color:#166534}.hrm-myaccount-tab.active.red{background:#fef2f2;color:#b91c1c}.hrm-myaccount-tab.active.orange{background:#fff7ed;color:#c2410c}.hrm-myaccount-tab.active.purple{background:#faf5ff;color:#7e22ce}.hrm-myaccount-toolbar{padding:1rem}.hrm-myaccount-toolbar-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hrm-myaccount-title{display:flex;align-items:center;gap:.5rem;font-weight:900;color:#0f172a}.hrm-myaccount-title .material-symbol{color:#6366f1}.hrm-myaccount-sub{color:#64748b;font-weight:700;font-size:var(--hrm-tab-size)}.hrm-myaccount-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:1.5rem}@media(max-width:980px){.hrm-myaccount-grid{grid-template-columns:1fr}}.hrm-myaccount-account{padding:1.5rem}@media(max-width:1100px){.hrm-myaccount-account{padding:1.25rem}}.hrm-myaccount-account-grid{display:grid;grid-template-columns:minmax(320px,440px) minmax(0,1fr);gap:1.5rem;align-items:start}@media(max-width:1100px){.hrm-myaccount-account-grid{grid-template-columns:1fr}}.hrm-myaccount-stack{display:flex;flex-direction:column;gap:1.5rem}.hrm-profile-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 10px 18px #0f172a0f}.hrm-profile-hero{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.hrm-profile-identity{display:flex;align-items:center;gap:1rem}.hrm-profile-avatar{width:56px;height:56px;border-radius:16px;background:linear-gradient(140deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.08em}.hrm-profile-details h3{margin:.2rem 0 0;font-size:var(--hrm-tab-size);font-weight:700;color:#0f172a}.hrm-profile-name-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.hrm-profile-meta{display:flex;gap:.5rem;margin-top:.35rem;flex-wrap:wrap}.hrm-profile-details p{margin:.25rem 0 0;color:#475569;font-weight:600;font-size:calc(var(--hrm-tab-size) - .05rem)}.hrm-profile-tag{font-size:calc(var(--hrm-tab-size) - .15rem);font-weight:700;color:#64748b}.hrm-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.5rem}@media(max-width:640px){.hrm-profile-grid{grid-template-columns:1fr}}.hrm-profile-item{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:.75rem .95rem}.hrm-profile-item span{display:block;font-size:calc(var(--hrm-tab-size) - .1rem);color:#94a3b8;font-weight:700}.hrm-profile-item strong{display:inline-flex;margin-top:.25rem;color:#0f172a;font-weight:600;font-size:var(--hrm-tab-size);line-height:1.4}.hrm-profile-pill{display:inline-flex;align-items:center;background:#e0f2fe;color:#0369a1;border-radius:999px;padding:.2rem .6rem;font-size:calc(var(--hrm-tab-size) - .1rem);font-weight:700}.hrm-status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .6rem;font-size:calc(var(--hrm-tab-size) - .15rem);font-weight:800;border:1px solid #e2e8f0;background:#f1f5f9;color:#334155}.hrm-status-pill.success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.hrm-status-pill.danger{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.hrm-profile-actions{display:inline-flex;align-items:center;gap:.75rem;flex-wrap:wrap}.hrm-tracking-card{padding:1.5rem;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 10px 18px #0f172a0f}.hrm-tracking-card header h3{margin:0;font-size:var(--hrm-tab-size);font-weight:700;color:#0f172a}.hrm-tracking-card header p{margin:.35rem 0 0;color:#64748b;font-weight:600;font-size:var(--hrm-tab-size)}.hrm-myaccount-section{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:1rem;margin-bottom:1rem}.hrm-myaccount-section:last-child{margin-bottom:0}.hrm-myaccount-section-header{margin-bottom:.75rem}.hrm-myaccount-section-header h4{margin:0;font-size:var(--hrm-tab-size);font-weight:700;color:#0f172a}.hrm-myaccount-section-header p{margin:.25rem 0 0;color:#64748b;font-size:calc(var(--hrm-tab-size) - .05rem)}.hrm-myaccount-card{padding:1rem}.hrm-myaccount-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.hrm-myaccount-kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media(max-width:980px){.hrm-myaccount-kv{grid-template-columns:1fr}}.hrm-kv{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:.85rem 1rem}.hrm-kv span{display:block;color:#64748b;font-size:calc(var(--hrm-tab-size) - .05rem);font-weight:600}.hrm-myaccount-breaks{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:.75rem}.hrm-break-card{border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:.75rem .9rem}.hrm-break-card span{display:block;color:#64748b;font-size:var(--hrm-tab-size);font-weight:700}.hrm-break-card strong{display:block;margin-top:.2rem;color:#334155;font-size:calc(var(--hrm-tab-size) - .1rem);font-weight:500}.hrm-kv strong{display:block;margin-top:.15rem;color:#334155;font-size:var(--hrm-tab-size);font-weight:400}.hrm-myaccount-actions{margin-top:.85rem;display:flex;gap:.75rem;flex-wrap:wrap}.hrm-myaccount-list{display:flex;flex-direction:column;gap:.75rem}.hrm-setting-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;padding:.9rem 1rem;line-height:1.4}.hrm-setting-row.compact{background:#fff}.hrm-setting-title{font-weight:700;color:#0f172a;font-size:var(--hrm-tab-size)}.hrm-setting-sub{margin-top:.15rem;font-size:calc(var(--hrm-tab-size) - .05rem);color:#64748b}.hrm-select,.hrm-number{border:1px solid #e2e8f0;border-radius:12px;padding:.55rem .75rem;background:#fff;color:#0f172a;font-weight:800;min-width:160px}.hrm-number{min-width:110px;width:110px;text-align:right}.hrm-select:disabled,.hrm-number:disabled{opacity:.6;background:#f1f5f9}.hrm-switch{position:relative;display:inline-flex;align-items:center}.hrm-switch input{position:absolute;opacity:0;pointer-events:none}.hrm-switch-ui{display:inline-block;width:46px;height:26px;border-radius:999px;background:#e2e8f0;border:1px solid #cbd5e1;position:relative;transition:background .2s ease,border-color .2s ease}.hrm-switch-ui:after{content:"";position:absolute;top:50%;left:3px;width:20px;height:20px;transform:translateY(-50%);border-radius:999px;background:#fff;box-shadow:0 2px 8px #0f172a2e;transition:left .2s ease}.hrm-switch input:checked+.hrm-switch-ui{background:#6366f1;border-color:#4f46e5}.hrm-switch input:checked+.hrm-switch-ui:after{left:23px}.hrm-switch input:focus-visible+.hrm-switch-ui{outline:3px solid rgba(99,102,241,.25);outline-offset:2px}.hrm-myaccount-note{margin-top:.85rem;display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-weight:700;font-size:var(--hrm-tab-size)}.hrm-myaccount-note .material-symbol{color:#6366f1}
