*{margin:0;padding:0;box-sizing:border-box}:root{--purple-primary: #6c5ccc;--purple-dark: #5a4fcf;--purple-light: #a89ee0;--purple-bg: #eceaf8;--green-primary: #4caf7d;--text-dark: #2d2d5e;--text-medium: #6b6b9e;--text-light: #a0a0c0;--white: #ffffff;--orange: #f07d42;--blue-accent: #5b9cf6}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-dark);min-height:100vh;-webkit-font-smoothing:antialiased;background:#f2f0ff}#root{width:100%;min-height:100vh}.phone-frame{width:100%;max-width:480px;min-width:320px;min-height:100vh;background:var(--white);overflow:hidden;position:relative;display:flex;flex-direction:column;margin:0 auto}.tab-screen{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:0 20px;position:relative;z-index:1;gap:18px}.tab-screen:after{content:"";display:block;height:56px;flex-shrink:0}.tab-screen::-webkit-scrollbar{display:none}.wave-bg{position:fixed;top:0;left:0;right:0;height:200px;pointer-events:none;z-index:0;background:#f2f0ff}.wave-bg:after{content:"";position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent,#f2f0ff);pointer-events:none}.wave-bg svg{width:100%;height:100%}.toast-container{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:200;max-width:420px;width:calc(100% - 40px);pointer-events:none}.toast{padding:12px 18px;border-radius:14px;font-size:14px;font-weight:700;text-align:left;box-shadow:0 4px 20px #00000026;animation:toast-in .25s ease-out;pointer-events:auto}.toast.success{background:#e8f5e9;color:#2e7d32}.toast.error{background:#ffebee;color:#c62828}@keyframes toast-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.login-screen{background:#f2f0ff;position:relative;overflow:hidden;padding-top:15vh}.login-logo-area{display:flex;align-items:center;justify-content:center;gap:14px;padding:0 32px 48px;position:relative;z-index:1}.login-brand{font-size:26px;color:var(--text-dark)}.login-brand-bold{font-weight:800}.login-brand-light{font-weight:400}.login-title{font-size:24px;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:8px}.login-subtitle{font-size:14px;color:var(--text-medium);text-align:center;margin-bottom:28px}.login-form-area{padding:0 28px;position:relative;z-index:1;display:flex;flex-direction:column;gap:0}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-field{display:flex;align-items:center;background:#fff;border-radius:16px;padding:0 16px;height:58px;margin-bottom:14px;box-shadow:0 2px 12px #7c6fcd14;border:1.5px solid transparent}.login-field.error{border-color:#d32f2f;margin-bottom:4px}.field-error{font-size:12px;color:#d32f2f;padding-left:16px;margin-bottom:10px;display:block}.login-field-icon{display:flex;align-items:center;margin-right:12px;flex-shrink:0}.login-input{flex:1;border:none;background:transparent;font-size:15px;color:var(--text-dark);outline:none;font-family:inherit}.login-input::placeholder{color:var(--text-light)}.login-eye-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:4px;margin-left:8px}.login-link{background:none;border:none;color:var(--purple-primary);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit}.login-link:hover{text-decoration:underline}.login-btn{width:100%;padding:18px;background:linear-gradient(135deg,#8b7ed8,#5a4fcf);color:#fff;border:none;border-radius:30px;font-size:18px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .2s,transform .15s;margin-bottom:24px;box-shadow:0 6px 20px #5a4fcf59}.login-btn:hover{opacity:.9;transform:translateY(-1px)}@media(max-width:380px){.login-brand{font-size:22px}.login-title{font-size:20px}.login-subtitle{font-size:13px}.login-input{font-size:14px}.login-btn{font-size:16px}}.recovery-screen{background:#f2f0ff;position:relative;overflow:hidden;padding-top:15vh}.recovery-form-area{padding:0 28px;position:relative;z-index:1;display:flex;flex-direction:column;gap:0}.recovery-title{font-size:24px;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:8px}.recovery-subtitle{font-size:14px;color:var(--text-medium);text-align:center;margin-bottom:28px}@media(max-width:380px){.recovery-title{font-size:20px}.recovery-subtitle{font-size:13px}}.recovery-cooldown{font-size:13px;color:var(--text-medium);text-align:center;margin-top:-10px;margin-bottom:14px}.verify-screen{background:#f2f0ff;position:relative;overflow:hidden;padding-top:15vh}.verify-form-area{padding:0 28px;position:relative;z-index:1;display:flex;flex-direction:column;gap:0}.verify-title{font-size:24px;font-weight:700;color:var(--text-dark);text-align:center;margin-bottom:8px}.verify-subtitle{font-size:14px;color:var(--text-medium);text-align:center;margin-bottom:28px}.verify-code-input{text-align:center;font-size:24px;letter-spacing:8px;text-indent:8px;font-weight:600}@media(max-width:380px){.verify-title{font-size:20px}.verify-subtitle{font-size:13px}.verify-code-input{font-size:20px;letter-spacing:4px;text-indent:4px}}.verify-cooldown{font-size:13px;color:var(--text-medium);text-align:center;margin-bottom:14px}.verify-links{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:8px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;min-width:320px;background:#fff;border-top:1px solid rgba(124,111,205,.1);z-index:100;box-shadow:0 -4px 20px #7c6fcd14}.bottom-nav-inner{max-width:480px;margin:0 auto;display:flex;justify-content:space-around;padding:10px 0}.bottom-nav-item{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--text-light);padding:8px 12px;transition:color .2s}.bottom-nav-item.active{color:var(--purple-primary)}.bottom-nav-item:focus-visible{outline:2px solid rgba(124,111,205,.4);outline-offset:2px;border-radius:8px}.app-header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 24px 16px}.app-header-title{font-size:24px;font-weight:800;color:var(--text-dark);line-height:1.3;margin-bottom:4px}.app-header-subtitle{font-size:13px;color:var(--text-medium)}.app-header-icons{display:flex;gap:12px;align-items:center;flex-shrink:0}.icon-btn{width:44px;height:44px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #7c6fcd1f;position:relative}.badge-btn{position:relative}.badge{position:absolute;top:-4px;right:-4px;background:#e53935;color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #f2f0ff}.ind-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ind-metric-card{background:#fff;border-radius:18px;padding:18px 16px;display:flex;flex-direction:column;gap:4px;box-shadow:0 4px 16px #7c6fcd1a}.ind-metric-label{font-size:12px;color:var(--text-medium);font-weight:500}.ind-metric-value{font-size:28px;font-weight:800}.ind-metric-value.green{color:#4caf7d}.ind-metric-value.orange{color:#f0b429}.ind-metric-trend{font-size:11px;color:var(--text-light)}.ind-chart-card{background:#fff;border-radius:20px;padding:18px 16px;box-shadow:0 4px 16px #7c6fcd1a}.ind-chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.ind-chart-title{font-size:15px;font-weight:700;color:var(--text-dark)}.period-filters{display:flex;gap:4px;background:#f2f0ff;border-radius:10px;padding:3px}.period-btn{background:none;border:none;border-radius:8px;padding:4px 10px;font-size:11px;font-weight:600;color:var(--text-medium);cursor:pointer;font-family:inherit;transition:background .2s,color .2s}.period-btn.active{background:#fff;color:var(--purple-primary);box-shadow:0 1px 4px #7c6fcd26}.bar-chart{display:flex;align-items:flex-end;justify-content:space-around;height:120px;gap:6px}.bar-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;height:100%}.bar-track{flex:1;width:100%;background:#f2f0ff;border-radius:6px;display:flex;align-items:flex-end;overflow:hidden}.bar-fill{width:100%;border-radius:6px;transition:height .4s ease;min-height:4px}.bar-label{font-size:11px;color:var(--text-medium);font-weight:500}.ind-sectors-card{background:#fff;border-radius:20px;padding:18px 16px;box-shadow:0 4px 16px #7c6fcd1a}.ind-sectors-title{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:16px}.sector-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.sector-row:last-child{margin-bottom:0}.sector-info{display:flex;flex-direction:column;width:90px;flex-shrink:0}.sector-name{font-size:13px;font-weight:600;color:var(--text-dark)}.sector-risk{font-size:11px;font-weight:600}.sector-bar-track{flex:1;height:8px;background:#f2f0ff;border-radius:4px;overflow:hidden}.sector-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.sector-pct{font-size:12px;font-weight:700;color:var(--text-dark);width:32px;text-align:right;flex-shrink:0}.checkin-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 4px 16px #7c6fcd1a}.checkin-header{display:flex;align-items:center;gap:12px;margin-bottom:18px}.checkin-emoji{font-size:28px}.checkin-title{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:2px}.checkin-subtitle{font-size:12px;color:var(--text-medium)}.mood-row{display:flex;justify-content:space-between;gap:4px}.mood-btn{display:flex;flex-direction:column;align-items:center;gap:6px;background:#f4f2ff;border:2px solid transparent;border-radius:14px;padding:10px 6px;cursor:pointer;font-family:inherit;flex:1;transition:border-color .2s,background .2s}.mood-btn.selected{border-color:var(--purple-primary);background:#ede9ff}.mood-emoji{font-size:24px}.mood-label{font-size:10px;color:var(--text-medium);font-weight:500}.checkin-confirm{margin-top:14px;background:#e8f5ee;border-radius:10px;padding:10px 14px;font-size:13px;color:#3a9c63;font-weight:500;text-align:center}.resources-section{display:flex;flex-direction:column;gap:10px}.resources-title{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.resource-card{display:flex;align-items:center;gap:14px;padding:16px;border-radius:18px;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:transform .15s}.resource-card:hover{transform:translate(2px)}.resource-icon{font-size:26px}.resource-body{flex:1}.resource-title{font-size:14px;font-weight:700;margin-bottom:2px}.resource-desc{font-size:12px;color:var(--text-medium);line-height:1.4}.resource-arrow{font-size:22px;font-weight:300}.support-card{background:#fff;border-radius:18px;padding:16px 18px;display:flex;align-items:center;gap:14px;box-shadow:0 4px 16px #7c6fcd1a}.support-info{display:flex;align-items:center;gap:12px;flex:1}.support-icon{font-size:24px}.support-title{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:2px}.support-subtitle{font-size:12px;color:var(--text-medium)}.support-btn{background:linear-gradient(135deg,#7c6fcd,#5a4fcf);color:#fff;border:none;border-radius:12px;padding:10px 20px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .2s}.support-btn:hover{opacity:.9}.profile-card{background:linear-gradient(135deg,#8b7ed8,#5a4fcf);border-radius:20px;padding:20px;display:flex;align-items:center;gap:14px;box-shadow:0 6px 24px #5a4fcf4d}.profile-avatar{width:54px;height:54px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;color:#fff;flex-shrink:0;border:2px solid rgba(255,255,255,.4)}.profile-info{flex:1;display:flex;flex-direction:column;gap:2px}.profile-name{font-size:16px;font-weight:700;color:#fff}.profile-role{font-size:12px;color:#fffc}.profile-email{font-size:11px;color:#ffffffa6}.profile-edit-btn{background:#fff3;border:1px solid rgba(255,255,255,.35);border-radius:10px;padding:7px 14px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s}.profile-edit-btn:hover{background:#ffffff4d}.settings-section-title{font-size:12px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;padding-left:4px}.settings-group{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px #7c6fcd14}.settings-row{display:flex;align-items:center;gap:12px;padding:15px 16px;background:none;border:none;cursor:pointer;font-family:inherit;width:100%;text-align:left;transition:background .15s}.settings-row:hover{background:#faf9ff}.settings-row-icon{font-size:18px;width:24px;text-align:center;flex-shrink:0}.settings-row-label{flex:1;font-size:15px;color:var(--text-dark);font-weight:500}.settings-divider{height:1px;background:#7c6fcd14;margin-left:52px}.toggle-switch{width:44px;height:26px;border-radius:13px;background:#ddd;border:none;cursor:pointer;position:relative;transition:background .2s;flex-shrink:0;padding:0}.toggle-switch.on{background:var(--purple-primary)}.toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0003;transition:transform .2s}.toggle-switch.on .toggle-thumb{transform:translate(18px)}.change-pw-panel{padding:12px 16px 16px;border-top:1px solid rgba(124,111,205,.08)}.change-pw-panel form{display:flex;flex-direction:column}.change-pw-field{display:flex;align-items:center;background:#f8f7ff;border-radius:12px;padding:0 12px;height:48px;margin-bottom:10px;border:1.5px solid transparent}.change-pw-field.error{border-color:#d32f2f;margin-bottom:4px}.change-pw-field-icon{display:flex;align-items:center;margin-right:10px;flex-shrink:0}.change-pw-input{flex:1;border:none;background:transparent;font-size:14px;color:var(--text-dark);outline:none;font-family:inherit}.change-pw-input::placeholder{color:var(--text-light)}.change-pw-eye{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:4px;margin-left:6px}.change-pw-field-error{font-size:12px;color:#d32f2f;padding-left:12px;margin-bottom:8px;display:block}.change-pw-submit{width:100%;padding:14px;background:linear-gradient(135deg,#8b7ed8,#5a4fcf);color:#fff;border:none;border-radius:24px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;margin-top:4px;box-shadow:0 4px 14px #5a4fcf4d;transition:opacity .2s}.change-pw-submit:disabled{opacity:.6;cursor:not-allowed}.change-pw-submit:hover:not(:disabled){opacity:.9}.logout-section{margin-top:4px;display:flex;flex-direction:column;align-items:center;gap:12px}.logout-btn{width:100%;padding:15px;background:none;border:1.5px solid #e53935;border-radius:16px;color:#e53935;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s}.logout-btn:hover{background:#fff5f5}.app-version{font-size:12px;color:var(--text-light)}.searchable-select{position:relative}.searchable-select-bar{display:flex;align-items:center;background:#f8f7ff;border:1.5px solid rgba(124,111,205,.15);border-radius:12px;padding:0 12px;height:44px;transition:border-color .2s}.searchable-select-bar:focus-within,.searchable-select-bar.focused{border-color:var(--purple-primary)}.searchable-select-icon{display:flex;align-items:center;margin-right:10px;flex-shrink:0}.searchable-select-input{flex:1;border:none;background:transparent;font-size:14px;color:var(--text-dark);outline:none;font-family:inherit;height:100%}.searchable-select-input::placeholder{color:var(--text-light)}.searchable-select-clear{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:4px;margin-left:4px;flex-shrink:0}.searchable-select-clear:focus-visible{outline:2px solid rgba(124,111,205,.4);outline-offset:2px}.searchable-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid rgba(124,111,205,.15);border-radius:0;box-shadow:0 4px 16px #7c6fcd1f;max-height:180px;overflow-y:auto;z-index:10;scrollbar-width:thin;scrollbar-color:rgba(124,111,205,.2) transparent}.searchable-select-dropdown::-webkit-scrollbar{width:4px}.searchable-select-dropdown::-webkit-scrollbar-thumb{background:#7c6fcd33;border-radius:2px}.searchable-select-option{display:block;width:100%;padding:10px 14px;border:none;background:none;font-size:14px;font-family:inherit;color:var(--text-dark);text-align:left;cursor:pointer;transition:background .1s}.searchable-select-option:hover,.searchable-select-option.highlighted{background:#f4f2ff}.searchable-select-option.selected{color:var(--purple-primary);font-weight:600;background:#ede9ff}.searchable-select-option:focus-visible{outline:2px solid rgba(124,111,205,.4);outline-offset:2px}.searchable-select-loading{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px}.searchable-select-loading-dot{width:6px;height:6px;border-radius:50%;background:var(--purple-primary);opacity:.4;animation:searchable-select-pulse 1s ease-in-out infinite}.searchable-select-loading-dot:nth-child(2){animation-delay:.15s}.searchable-select-loading-dot:nth-child(3){animation-delay:.3s}@keyframes searchable-select-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.employers-toolbar-btn:focus-visible,.employers-sort-chip:focus-visible,.employers-filter-apply:focus-visible,.employers-filter-clear:focus-visible,.employers-row:focus-visible,.employers-tooltip-trigger:focus-visible{outline:2px solid rgba(124,111,205,.4);outline-offset:2px}.employers-summary{display:flex}.employers-metric-card{background:#fff;border-radius:12px;padding:8px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 12px #7c6fcd14;flex:1}.employers-metric-icon{width:30px;height:30px;border-radius:8px;background:var(--purple-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.employers-metric-text{display:flex;flex-direction:column;gap:1px}.employers-metric-value{font-size:18px;font-weight:800;color:var(--purple-primary);line-height:1.2}.employers-metric-label{font-size:11px;color:var(--text-light);font-weight:500}.employers-toolbar{display:flex;gap:8px}.employers-toolbar-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1.5px solid rgba(124,111,205,.15);border-radius:20px;background:#fff;font-size:13px;font-weight:600;color:var(--text-medium);cursor:pointer;transition:all .2s;font-family:inherit}.employers-toolbar-btn:hover{border-color:var(--purple-primary);color:var(--purple-primary)}.employers-toolbar-btn.active{background:var(--purple-primary);color:#fff;border-color:var(--purple-primary)}.employers-toolbar-btn.has-value:not(.active){background:var(--purple-primary);color:#fff;border-color:var(--purple-primary)}.employers-filters-btn{margin-left:auto}.employers-filter-panel,.employers-new-panel{background:#fff;border-radius:16px;padding:16px;box-shadow:0 2px 12px #7c6fcd14;display:flex;flex-direction:column;gap:16px}.employers-new-panel form{display:flex;flex-direction:column;gap:16px}.employers-filter-section{display:flex;flex-direction:column;gap:8px}.employers-filter-section-title{font-size:12px;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.08em;padding-left:2px}.employers-search-bar{display:flex;align-items:center;background:#f8f7ff;border:1.5px solid rgba(124,111,205,.15);border-radius:12px;padding:0 12px;height:44px;transition:border-color .2s}.employers-search-bar:focus-within{border-color:var(--purple-primary)}.employers-search-icon{display:flex;align-items:center;margin-right:10px;flex-shrink:0}.employers-search-input,.employers-new-input{flex:1;border:none;background:transparent;font-size:14px;color:var(--text-dark);outline:none;font-family:inherit;height:100%}.employers-search-input::placeholder,.employers-new-input::placeholder{color:var(--text-light)}.employers-tooltip-wrap{display:flex;align-items:center;gap:6px;position:relative}.employers-tooltip-trigger{display:flex;align-items:center;background:none;border:none;cursor:help;padding:0}.employers-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:0;right:0;padding:10px 12px;background:var(--text-dark);color:#fff;font-size:12px;font-weight:400;line-height:1.5;border-radius:10px;text-transform:none;letter-spacing:normal;z-index:20;pointer-events:none}.employers-tooltip-trigger:hover .employers-tooltip,.employers-tooltip-trigger:focus .employers-tooltip{display:block}.employers-sort-panel{display:flex;gap:8px}.employers-sort-chip{padding:6px 14px;border:1.5px solid rgba(124,111,205,.15);border-radius:16px;background:#fff;font-size:13px;font-weight:500;color:var(--text-dark);cursor:pointer;transition:all .2s;font-family:inherit}.employers-sort-chip:hover{border-color:var(--purple-primary)}.employers-sort-chip.selected{background:#ede9ff;border-color:var(--purple-primary);color:var(--purple-primary);font-weight:600}.employers-filter-actions{display:flex;flex-direction:column;gap:8px;margin-top:4px}.employers-filter-apply{width:100%;padding:14px;border:none;border-radius:24px;background:linear-gradient(135deg,#8b7ed8,#5a4fcf);font-size:15px;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #5a4fcf4d;transition:opacity .2s}.employers-filter-apply:hover:not(:disabled){opacity:.9}.employers-filter-apply:disabled{opacity:.6;cursor:not-allowed}.employers-filter-clear{width:100%;padding:12px;border:none;border-radius:24px;background:none;font-size:14px;font-weight:600;color:var(--text-medium);cursor:pointer;font-family:inherit;transition:color .2s}.employers-filter-clear:hover{color:var(--purple-primary)}.employers-list{display:flex;flex-direction:column;gap:10px}.employers-group{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 2px 12px #7c6fcd14}.employers-row{display:flex;align-items:center;gap:12px;padding:15px 16px;background:none;border:none;cursor:pointer;font-family:inherit;width:100%;text-align:left;transition:background .15s}.employers-row:hover{background:#faf9ff}.employers-divider{height:1px;background:#7c6fcd14;margin-left:52px}.employers-card-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#ede9ff,#dbd5f7);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:var(--purple-primary);flex-shrink:0}.employers-card-body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.employers-card-name{font-size:15px;font-weight:500;color:var(--text-dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employers-card-client{font-size:12px;color:var(--text-light);font-weight:400}.employers-row-chevron{display:flex;align-items:center;flex-shrink:0;transition:transform .2s}.employers-row-chevron.open{transform:rotate(90deg)}.employers-detail-panel{padding:12px 16px 16px;border-top:1px solid rgba(124,111,205,.08)}.employers-detail-text{font-size:14px;color:var(--text-medium)}.employers-skeleton-card{display:flex;align-items:center;gap:12px;padding:15px 16px;pointer-events:none}.employers-skeleton-body{flex:1;display:flex;flex-direction:column}.employers-skeleton-circle{width:36px;height:36px;border-radius:10px;flex-shrink:0;background:linear-gradient(90deg,#f0eef8 25%,#e8e5f3,#f0eef8 75%);background-size:200% 100%;animation:employers-shimmer 1.5s ease-in-out infinite}.employers-skeleton-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#f0eef8 25%,#e8e5f3,#f0eef8 75%);background-size:200% 100%;animation:employers-shimmer 1.5s ease-in-out infinite}.employers-skeleton-line.wide{width:70%;margin-bottom:6px}.employers-skeleton-line.narrow{width:40%;height:10px}@keyframes employers-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.employers-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;text-align:center}.employers-empty-icon{display:flex;align-items:center;justify-content:center}.employers-empty-text{font-size:14px;color:var(--text-medium);font-weight:500}.employers-end-of-list{display:flex;align-items:center;justify-content:center;gap:6px;padding:16px;color:var(--text-light);font-size:13px}.dashboard-screen{background:#f2f0ff}.status-card{background:#fff;border-radius:20px;padding:18px 20px;box-shadow:0 4px 20px #7c6fcd1a}.status-card-header{display:flex;align-items:center;gap:14px;margin-bottom:14px}.status-card-title{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.status-badge{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--green-primary);font-weight:600}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.status-divider{height:1px;background:#7c6fcd1a;margin-bottom:14px}.status-metrics{list-style:none;display:flex;flex-direction:column;gap:10px}.status-metrics li{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-dark)}.metric-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.green{background:#4caf7d}.blue{background:#5b9cf6}.red{background:#e53935}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.action-card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:18px 16px;border:none;border-radius:18px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;color:#fff;line-height:1.4;text-align:left;transition:transform .15s,box-shadow .15s;min-height:100px}.action-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.action-card.purple{background:linear-gradient(135deg,#8b7ed8,#6a58d4)}.action-card.green-soft{background:linear-gradient(135deg,#c8e6d0,#a5d6b5);color:var(--text-dark)}.action-card.blue{background:linear-gradient(135deg,#6aacf8,#4a8fe8)}.action-card.orange{background:linear-gradient(135deg,#f09060,#e06030)}.action-icon{font-size:26px}.insights-title{font-size:17px;font-weight:700;color:var(--text-dark);margin-bottom:12px}.insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.insight-card{background:#fff;border-radius:16px;padding:16px 14px;display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-dark);font-weight:500;box-shadow:0 2px 10px #7c6fcd14;line-height:1.4}.insight-icon{font-size:20px;flex-shrink:0}
