@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:"Outfit", system-ui, sans-serif;--heading:"Outfit", system-ui, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body,button,input,select,textarea{font-family:var(--sans)}body{margin:0}input[type=date],input[type=time],input[type=datetime-local]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#002642;background-color:#fff}html,body,#root{text-align:center;width:100%;min-height:100dvh;margin:0;padding:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:700}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.employee-dashboard{--ed-bg:#f8fafc;--ed-foreground:#0f172a;--ed-muted:#64748b;--ed-card:#fff;--ed-border:#0f172a14;--ed-primary:#1e3a5f;--ed-primary-fg:#fff;--ed-muted-bg:#f1f5f9;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--ed-bg);color:var(--ed-foreground);box-sizing:border-box;-webkit-overflow-scrolling:touch;text-align:left;height:100%;min-height:0;padding:24px;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden auto}.employee-dashboard *,.employee-dashboard :before,.employee-dashboard :after{box-sizing:border-box}.employee-dashboard h1,.employee-dashboard h2,.employee-dashboard h3{color:var(--ed-foreground)}.ed-page{flex-direction:column;gap:24px;max-width:1120px;margin:0 auto;display:flex}.ed-greeting-title{letter-spacing:-.02em;color:var(--ed-foreground);margin:0;font-size:1.5rem;font-weight:600}.ed-greeting-sub{color:var(--ed-muted);margin:4px 0 0;font-size:.875rem}.ed-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (width>=1024px){.ed-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.ed-stat-card{background:var(--ed-card);border:1px solid var(--ed-border);border-radius:12px;padding:16px;transition:box-shadow .2s}.ed-stat-card:hover{box-shadow:0 8px 24px #0f172a0f}.ed-stat-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;display:flex}.ed-stat-value{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.ed-stat-label{color:var(--ed-muted);margin:2px 0 0;font-size:.75rem}.ed-stat-sub{color:var(--ed-muted);margin:4px 0 0;font-size:.75rem;font-weight:500}.ed-main-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.ed-main-grid{grid-template-columns:2fr 1fr}}.ed-card{background:var(--ed-card);border:1px solid var(--ed-border);border-radius:12px;overflow:hidden}.ed-card-header{border-bottom:1px solid var(--ed-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.ed-card-title{margin:0;font-size:.875rem;font-weight:600}.ed-period-tabs{background:var(--ed-muted-bg);border-radius:8px;gap:4px;padding:2px;display:flex}.ed-period-tab{color:var(--ed-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 12px;font-family:inherit;font-size:.75rem;font-weight:500;transition:background .15s,color .15s,box-shadow .15s}.ed-period-tab:hover{color:var(--ed-foreground)}.ed-period-tab.is-active{background:var(--ed-card);color:var(--ed-foreground);box-shadow:0 1px 2px #0f172a0f}.ed-card-header-main{flex-direction:column;gap:2px;min-width:0;display:flex}.ed-period-range{color:var(--ed-muted);margin:0;font-size:.75rem}.ed-shift-list{flex-direction:column;max-height:none;display:flex}.ed-shift-row{border-bottom:1px solid var(--ed-border);align-items:flex-start;gap:16px;padding:16px 20px;transition:background .15s;display:flex}.ed-shift-row:last-child{border-bottom:none}.ed-shift-row:hover{background:#f1f5f980}.ed-shift-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:8px}.ed-shift-main{flex:1;min-width:0}.ed-shift-meta-top{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;display:flex}.ed-date-badge{color:var(--ed-primary);background:#1e3a5f1a;border-radius:999px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.ed-shift-time{font-size:.875rem;font-weight:700}.ed-shift-details{flex-wrap:wrap;gap:12px 16px;display:flex}.ed-shift-detail{color:var(--ed-muted);align-items:center;gap:4px;font-size:.75rem;display:inline-flex}.ed-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:56px 24px;display:flex}.ed-empty-icon{background:var(--ed-muted-bg);width:56px;height:56px;color:var(--ed-muted);border-radius:16px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.ed-empty-title{margin:0 0 4px;font-size:.875rem;font-weight:600}.ed-empty-text{color:var(--ed-muted);max-width:280px;margin:0;font-size:.75rem;line-height:1.5}.ed-side-col{flex-direction:column;gap:16px;display:flex}.ed-today-card{background:var(--ed-primary);color:var(--ed-primary-fg);border-radius:12px;padding:20px}.ed-today-label{opacity:.6;text-transform:uppercase;letter-spacing:.06em;margin:0 0 4px;font-size:.75rem;font-weight:600}.ed-today-time{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.ed-today-sub{opacity:.7;margin:4px 0 0;font-size:.75rem}.ed-today-empty{opacity:.85;margin:0;font-size:.875rem}.ed-quick-actions{padding:16px}.ed-quick-title{color:var(--ed-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px;font-size:.75rem;font-weight:600}.ed-quick-list{flex-direction:column;gap:6px;display:flex}.ed-quick-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:10px 12px;font-family:inherit;transition:background .15s;display:flex}.ed-quick-btn:hover{background:var(--ed-muted-bg)}.ed-quick-btn-label{color:var(--ed-foreground);flex:1;font-size:.875rem;font-weight:500}.ed-quick-icon{color:var(--ed-primary);flex-shrink:0}.ed-loading{text-align:center;color:var(--ed-muted);padding:48px 24px;font-size:.875rem}.ed-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 16px;font-size:.875rem}@media (width<=640px){.employee-dashboard{padding:12px}.ed-page{gap:14px}.ed-greeting-title{font-size:1.125rem}.ed-greeting-sub{font-size:.8125rem}.ed-stats-grid{gap:8px}.ed-stat-card{border-radius:10px;padding:10px 12px}.ed-stat-icon{width:26px;height:26px;margin-bottom:6px}.ed-stat-value{font-size:1.125rem}.ed-stat-label,.ed-stat-sub{font-size:.6875rem}.ed-main-grid{gap:14px}.ed-card-header{gap:8px;padding:10px 12px}.ed-card-title{font-size:.8125rem}.ed-period-range{font-size:.6875rem}.ed-period-tab{padding:3px 8px;font-size:.6875rem}.ed-shift-row{gap:10px;padding:10px 12px}.ed-shift-dot{width:6px;height:6px;margin-top:5px}.ed-shift-meta-top{gap:6px;margin-bottom:4px}.ed-date-badge{padding:1px 6px;font-size:.6875rem}.ed-shift-time{font-size:.8125rem}.ed-shift-details{gap:4px 10px}.ed-shift-detail{gap:3px;font-size:.6875rem}.ed-side-col{gap:10px}.ed-today-card{border-radius:10px;padding:14px}.ed-today-label{font-size:.6875rem}.ed-today-time{font-size:1.25rem}.ed-today-sub,.ed-today-empty{font-size:.6875rem}.ed-quick-actions{padding:12px}.ed-quick-title{margin-bottom:8px;font-size:.6875rem}.ed-quick-list{gap:4px}.ed-quick-btn{border-radius:6px;gap:8px;padding:7px 10px}.ed-quick-btn-label{font-size:.8125rem}.ed-empty{padding:32px 16px}.ed-empty-icon{border-radius:12px;width:44px;height:44px;margin-bottom:12px}.ed-manager-card{border-radius:10px;gap:10px;padding:12px}.ed-managers-section{padding:14px}.ed-managers-section-header{gap:10px;margin-bottom:12px;padding-bottom:10px}.ed-company-hero-card{padding:14px}.ed-side-card{padding:16px}}.ed-company-grid{grid-template-columns:1fr;gap:24px;display:grid}.ed-company-hero-card--full{grid-column:1/-1}.ed-managers-section{padding:24px;overflow:visible}.ed-managers-section-header{border-bottom:1px solid var(--ed-border);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:14px;display:flex}.ed-managers-section-title{color:var(--ed-foreground);margin:0;font-size:1.125rem;font-weight:700}.ed-managers-section-hint{color:var(--ed-muted);margin:6px 0 0;font-size:.875rem;line-height:1.5}.ed-managers-count{min-width:32px;height:32px;color:var(--ed-primary);background:#1e3a5f1a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 10px;font-size:.875rem;font-weight:700;display:inline-flex}.ed-managers-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=768px){.ed-managers-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.ed-profile-row--compact{margin-bottom:0}.ed-company-hero-card{padding:24px}.ed-company-hero{align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.ed-company-logo{background:var(--ed-primary);width:56px;height:56px;color:var(--ed-primary-fg);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.125rem;font-weight:700;display:flex}.ed-company-name{margin:0;font-size:1.125rem;font-weight:600}.ed-company-sub{color:var(--ed-muted);margin:4px 0 0;font-size:.875rem}.ed-status-badge{border-radius:999px;align-items:center;gap:4px;margin-top:8px;padding:2px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.ed-status-badge.is-connected{color:#047857;background:#d1fae5}.ed-status-badge.is-pending{color:#b45309;background:#fef3c7}.ed-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ed-info-tile{background:var(--ed-muted-bg);border-radius:12px;padding:16px}.ed-info-label{color:var(--ed-muted);margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.ed-info-value{color:var(--ed-foreground);word-break:break-word;margin:0;font-size:.875rem;font-weight:600}.ed-info-tile--branches{grid-column:1/-1}.ed-branch-pills{flex-direction:column;gap:6px;display:flex}.ed-branch-pill{width:100%;color:var(--ed-primary);word-break:break-word;box-sizing:border-box;background:#1e3a5f14;border-radius:10px;align-items:center;padding:8px 12px;font-size:.8125rem;font-weight:600;line-height:1.4;display:flex}.ed-side-card{padding:28px}.ed-side-title{color:var(--ed-muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 20px;font-size:.875rem;font-weight:600}.ed-side-text{color:var(--ed-muted);margin:0;font-size:.875rem;line-height:1.55}.ed-error-inline{color:#b42318}.ed-manager-list{flex-direction:column;gap:16px;display:flex}.ed-manager-card{background:var(--ed-muted-bg);border:1px solid var(--ed-border);border-radius:14px;flex-direction:column;gap:14px;padding:18px;display:flex}.ed-manager-card:last-child{border-bottom:1px solid var(--ed-border);padding-bottom:18px}.ed-manager-role-badge{background:var(--ed-muted-bg);color:var(--ed-muted);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;align-items:center;margin-top:4px;padding:2px 8px;font-size:.6875rem;font-weight:700;display:inline-flex}.ed-manager-role-badge.is-owner{color:#1f7a3f;background:#e8f7ee}.ed-join-card{text-align:center;max-width:420px;margin:40px auto 0;padding:32px 24px}.ed-join-icon{background:var(--ed-muted-bg);width:64px;height:64px;color:var(--ed-muted);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.ed-join-title{color:var(--ed-foreground);margin:0 0 8px;font-size:1.125rem;font-weight:600}.ed-join-text{color:var(--ed-muted);margin:0 0 24px;font-size:.875rem;line-height:1.55}.ed-form-stack{text-align:left;flex-direction:column;gap:12px;display:flex}.ed-label{color:var(--ed-muted);font-size:.75rem;font-weight:600}.ed-input,.ed-select{border:1px solid var(--ed-border);background:var(--ed-muted-bg);width:100%;color:var(--ed-foreground);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:.875rem}.ed-input:focus,.ed-select:focus{outline:none;box-shadow:0 0 0 2px #3b82f640}.ed-input-code{text-align:center;letter-spacing:.12em;text-transform:uppercase;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ed-btn{cursor:pointer;border:none;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .15s,background .15s}.ed-btn:disabled{opacity:.55;cursor:not-allowed}.ed-btn-primary{background:var(--ed-primary);color:var(--ed-primary-fg)}.ed-btn-primary:hover:not(:disabled){opacity:.92}.ed-btn-secondary{background:var(--ed-card);color:var(--ed-foreground);border:1px solid var(--ed-border)}.ed-btn-secondary:hover:not(:disabled){background:var(--ed-muted-bg)}.ed-preview-box{background:var(--ed-muted-bg);border-radius:12px;flex-direction:column;gap:12px;margin-top:16px;padding:16px;display:flex}.ed-preview-title{color:var(--ed-foreground);margin:0;font-size:.9375rem;font-weight:600}.ed-alert{border-radius:12px;padding:14px 16px;font-size:.875rem}.ed-alert-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.ed-alert-warning strong{margin-bottom:4px;display:block}.ed-alert-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.ed-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.ed-mail-link{width:100%;color:var(--ed-primary);background:#1e3a5f0d;border:1px solid #1e3a5f26;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:10px 16px;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.ed-mail-link:hover{background:#1e3a5f1a}.ed-profile-row{align-items:center;gap:12px;margin-bottom:16px;display:flex}.ed-profile-avatar{background:var(--ed-primary);width:44px;height:44px;color:var(--ed-primary-fg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.ed-profile-name{margin:0;font-size:.875rem;font-weight:600}.ed-profile-meta{color:var(--ed-muted);margin:2px 0 0;font-size:.75rem}.ed-email-box{background:var(--ed-muted-bg);border-radius:10px;padding:12px}.ed-email-label{color:var(--ed-muted);margin:0 0 2px;font-size:.75rem}.ed-email-value{word-break:break-all;margin:0;font-size:.8125rem;font-weight:500}.df-root{background:0 0;border:none;align-items:stretch;width:100%;min-width:0;display:flex;position:relative}.df-input{color:#002642;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-width:0;height:38px;box-shadow:none;background:#fff;border:1px solid #dbe6f0;border-right:none;border-radius:8px 0 0 8px;outline:none;flex:1;padding:0 12px;font-family:inherit;font-size:.875rem;font-weight:500}.df-input:focus,.df-input:focus-visible{box-shadow:none;border-color:#b8c9d6;outline:none}.df-input.rt-input,.df-input.st-input{min-height:unset;box-shadow:none;border:1px solid #dbe6f0;border-right:none;border-radius:8px 0 0 8px}.df-input.rt-input:focus,.df-input.rt-input:focus-visible,.df-input.st-input:focus,.df-input.st-input:focus-visible{box-shadow:none;border-color:#b8c9d6;outline:none}.df-trigger{color:#4f646f;cursor:pointer;width:38px;height:auto;min-height:34px;box-shadow:none;background:#f8fbfd;border:1px solid #dbe6f0;border-left:none;border-radius:0 8px 8px 0;outline:none;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;padding:0;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.df-trigger:hover:not(:disabled){color:#002642;background:#eef4f8;border-color:#b8c9d6}.df-trigger:focus,.df-trigger:focus-visible{box-shadow:none;border-color:#b8c9d6;outline:none}.df-trigger:disabled{opacity:.55;cursor:not-allowed}.df-trigger-icon{width:16px;height:16px}.df-popover{z-index:10000;position:fixed}.df-calendar{color:#0f172a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff;border:1px solid #0f172a14;border-radius:12px;width:280px;padding:12px;box-shadow:0 12px 28px #0f172a1f,0 4px 10px #0f172a0f}.df-calendar-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.df-calendar-title{text-align:center;color:#0f172a;text-transform:capitalize;flex:1;font-size:.9rem;font-weight:600}.df-calendar-nav{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #0f172a14;border-radius:8px;outline:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.df-calendar-nav:hover{background:#f1f5f9}.df-calendar-nav:focus,.df-calendar-nav:focus-visible{border-color:#b8c9d6;outline:none}.df-calendar-weekdays{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}.df-calendar-weekday{color:#64748b;text-align:center;padding:4px 0;font-size:.68rem;font-weight:600}.df-calendar-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.df-calendar-day{aspect-ratio:1;color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;width:100%;font-size:.82rem;display:inline-flex}.df-calendar-day:hover:not(:disabled){background:#f1f5f9}.df-calendar-day--outside{color:#94a3b8}.df-calendar-day--selected{color:#fff;background:#1e3a5f;font-weight:600}.df-calendar-day--selected:hover:not(:disabled){background:#16304f}.df-calendar-day--today:not(.df-calendar-day--selected){box-shadow:inset 0 0 0 1px #1e3a5f}.df-calendar-day:disabled{opacity:.35;cursor:not-allowed}.df-calendar-footer{border-top:1px solid #0f172a14;justify-content:center;margin-top:8px;padding-top:8px;display:flex}.df-calendar-today{color:#1e3a5f;cursor:pointer;background:0 0;border:none;border-radius:6px;outline:none;padding:4px 8px;font-size:.78rem;font-weight:600}.df-calendar-today:hover{background:#f1f5f9}.df-calendar-today:focus,.df-calendar-today:focus-visible{background:#f1f5f9;outline:none}.reports-tab{--rt-bg:#f8fafc;--rt-foreground:#0f172a;--rt-muted:#64748b;--rt-card:#fff;--rt-border:#0f172a14;--rt-primary:#1e3a5f;--rt-primary-fg:#fff;--rt-muted-bg:#f1f5f9;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--rt-foreground);background:var(--rt-bg);box-sizing:border-box;-webkit-overflow-scrolling:touch;text-align:left;width:100%;height:100%;min-height:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden auto}.reports-tab *,.reports-tab :before,.reports-tab :after{box-sizing:border-box}.reports-tab h1,.reports-tab h2,.reports-tab h3{color:var(--rt-foreground);margin:0}.rt-page{flex-direction:column;gap:20px;max-width:1280px;margin:0 auto;padding:20px 24px 28px;display:flex}.rt-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.rt-title{letter-spacing:-.02em;color:var(--rt-foreground);margin:0;font-size:1.5rem;font-weight:600}.rt-subtitle{color:var(--rt-muted);margin:4px 0 0;font-size:.875rem}.rt-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.rt-btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s,border-color .15s,opacity .15s;display:inline-flex}.rt-btn:disabled{opacity:.55;cursor:not-allowed}.rt-btn-primary{background:var(--rt-primary);min-height:38px;color:var(--rt-primary-fg);padding:0 16px}.rt-btn-primary:hover:not(:disabled){background:#16304f}.rt-btn-secondary{background:var(--rt-card);min-height:38px;color:var(--rt-foreground);border:1px solid var(--rt-border);padding:0 16px}.rt-btn-secondary:hover:not(:disabled){background:var(--rt-muted-bg)}.rt-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (width>=1024px){.rt-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rt-stats-grid--employee{grid-template-columns:repeat(3,minmax(0,1fr))}}.rt-stat-card{background:var(--rt-card);border:1px solid var(--rt-border);border-radius:12px;padding:16px;transition:box-shadow .2s}.rt-stat-card:hover{box-shadow:0 8px 24px #0f172a0f}.rt-stat-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:12px;display:flex}.rt-stat-value{letter-spacing:-.02em;color:var(--rt-foreground);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.rt-stat-label{color:var(--rt-muted);margin:2px 0 0;font-size:.75rem}.rt-stat-sub{color:var(--rt-muted);margin:4px 0 0;font-size:.75rem;font-weight:500}.rt-card{background:var(--rt-card);border:1px solid var(--rt-border);border-radius:12px;overflow:hidden}.rt-card-padded{padding:20px}.rt-card-title{color:var(--rt-foreground);margin:0 0 16px;font-size:.9375rem;font-weight:600}.rt-card-hint{color:var(--rt-muted);margin:0 0 16px;font-size:.75rem}.rt-filters-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=768px){.rt-filters-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1100px){.rt-filters-grid--manager{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end}.rt-filters-grid--employee{grid-template-columns:repeat(2,minmax(0,1fr)) auto;align-items:end}}.rt-field{flex-direction:column;gap:6px;min-width:0;display:flex}.rt-label{color:var(--rt-muted);font-size:.75rem;font-weight:600}.rt-input,.rt-select{border:1px solid var(--rt-border);background:var(--rt-card);width:100%;min-height:40px;color:var(--rt-foreground);border-radius:10px;outline:none;padding:0 12px;font-family:inherit;font-size:.875rem;font-weight:500}.rt-input:focus,.rt-select:focus{border-color:#1e3a5f59;box-shadow:0 0 0 3px #1e3a5f14}.rt-input{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.rt-table-wrap{overflow:auto}.rt-table{border-collapse:collapse;width:100%;min-width:720px}.rt-table thead th{text-align:left;color:var(--rt-muted);background:var(--rt-muted-bg);border-bottom:1px solid var(--rt-border);padding:12px 16px;font-size:.75rem;font-weight:600}.rt-table tbody td{border-bottom:1px solid var(--rt-border);vertical-align:top;padding:14px 16px;font-size:.875rem}.rt-table tbody tr:hover{background:#f1f5f9a6}.rt-table tbody tr:last-child td{border-bottom:none}.rt-table tfoot td{background:var(--rt-muted-bg);border-top:1px solid var(--rt-border);padding:14px 16px;font-size:.875rem;font-weight:700}.rt-employee-name{color:var(--rt-foreground);font-weight:600}.rt-number{text-align:left;font-weight:600}.rt-mobile-list{flex-direction:column;gap:10px;padding:16px;display:flex}.rt-mobile-card{border:1px solid var(--rt-border);background:var(--rt-card);border-radius:12px;flex-direction:column;gap:8px;padding:14px;display:flex}.rt-mobile-card--total{background:var(--rt-muted-bg)}.rt-mobile-row{justify-content:space-between;gap:12px;font-size:.8125rem;display:flex}.rt-mobile-row span:last-child{text-align:right;font-weight:600}.rt-employee-panel{flex-direction:column;gap:20px;padding:24px;display:flex}.rt-employee-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.rt-employee-name-lg{letter-spacing:-.02em;color:var(--rt-foreground);margin:8px 0 0;font-size:1.375rem;font-weight:700}.rt-employee-meta{color:var(--rt-muted);margin:6px 0 0;font-size:.875rem}.rt-pill{background:var(--rt-muted-bg);border:1px solid var(--rt-border);min-height:32px;color:var(--rt-primary);border-radius:999px;align-items:center;padding:0 12px;font-size:.75rem;font-weight:600;display:inline-flex}.rt-empty{text-align:center;padding:40px 24px}.rt-empty-title{color:var(--rt-foreground);margin:0;font-size:1.125rem;font-weight:600}.rt-empty-text{color:var(--rt-muted);margin:8px 0 0;font-size:.875rem}.rt-loading{text-align:center;color:var(--rt-muted);padding:48px 24px;font-weight:600}.rt-toast-layer{z-index:40;pointer-events:none;width:min(420px,100% - 32px);position:fixed;top:84px;right:24px}.rt-toast{pointer-events:auto;background:var(--rt-card);border:1px solid var(--rt-border);border-radius:12px;grid-template-columns:26px minmax(0,1fr) 28px;align-items:center;gap:10px;min-height:44px;padding:10px 12px;font-size:.875rem;font-weight:600;display:grid;box-shadow:0 16px 36px #0f172a1f}.rt-toast--error{color:#b42318;border-color:#b4231833}.rt-toast-icon{background:var(--rt-muted-bg);border-radius:999px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.875rem;font-weight:700;display:flex}.rt-toast--error .rt-toast-icon{background:#b423181a}.rt-toast-close{width:28px;height:28px;color:var(--rt-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;font-size:1.125rem}.rt-toast-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=767px){.rt-page{gap:14px;padding:12px 12px 20px}.rt-header-actions,.rt-btn-primary,.rt-filters-grid .rt-btn-secondary{width:100%}}.schedule-tab{--st-bg:#f8fafc;--st-foreground:#0f172a;--st-muted:#64748b;--st-card:#fff;--st-border:#0f172a14;--st-primary:#1e3a5f;--st-primary-fg:#fff;--st-muted-bg:#f1f5f9;--st-radius:12px;color:var(--st-foreground);background:var(--st-bg);box-sizing:border-box;-webkit-overflow-scrolling:touch;width:100%;height:100%;min-height:0;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden auto}.schedule-tab *,.schedule-tab :before,.schedule-tab :after{box-sizing:border-box}.st-page{flex-direction:column;gap:20px;max-width:1280px;margin:0 auto;padding:20px 24px 28px;display:flex}.st-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.st-page-title{letter-spacing:-.02em;color:var(--st-foreground);margin:0;font-size:1.5rem;font-weight:600}.st-page-subtitle{color:var(--st-muted);margin:4px 0 0;font-size:.875rem}.st-status-badge{border:1px solid var(--st-border);background:var(--st-muted-bg);color:var(--st-foreground);border-radius:999px;align-items:center;padding:6px 12px;font-size:.8125rem;font-weight:600;display:inline-flex}.st-status-badge--published{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.st-status-badge--draft{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.st-version-toggle{flex-wrap:wrap;gap:8px;display:flex}.st-version-btn{border:1px solid var(--st-border);background:var(--st-card);height:36px;color:var(--st-foreground);cursor:pointer;border-radius:8px;padding:0 14px;font-size:.8125rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.st-version-btn:hover:not(:disabled){background:var(--st-muted-bg)}.st-version-btn--active{background:var(--st-primary);border-color:var(--st-primary);color:var(--st-primary-fg)}.st-version-btn:disabled{opacity:.45;cursor:default}.st-alert{border-radius:var(--st-radius);border:1px solid var(--st-border);background:var(--st-card);padding:10px 14px;font-size:.875rem;font-weight:500}.st-alert--error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.st-alert--success{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.st-control-panel{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius);flex-wrap:wrap;align-items:flex-end;gap:12px;padding:16px 18px;display:flex}.st-week-btn-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.st-btn--compact{min-width:0}.st-control-panel--export{justify-content:flex-end}.st-field{flex-direction:column;gap:4px;min-width:0;display:flex}.st-field-label{color:var(--st-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.st-input,.st-select{border:1px solid var(--st-border);background:var(--st-card);height:38px;color:var(--st-foreground);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:8px;padding:0 12px;font-family:inherit;font-size:.875rem;font-weight:500}.st-input:focus,.st-select:focus{outline-offset:1px;outline:2px solid #1e3a5f33}.st-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;height:38px;padding:0 16px;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .15s,background .15s}.st-btn:disabled{opacity:.55;cursor:default}.st-btn--primary{background:var(--st-primary);color:var(--st-primary-fg)}.st-btn--primary:hover:not(:disabled){background:#16304f}.st-btn--secondary{color:#1e3a5f;background:#eff6ff;border-color:#1e3a5f1f}.st-btn--secondary:hover:not(:disabled){background:#dbeafe}.st-btn--danger{color:#fff;background:#dc2626}.st-btn--danger:hover:not(:disabled){background:#b91c1c}.st-unfilled-panel{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius);padding:16px 18px}.st-unfilled-title{margin:0 0 12px;font-size:1rem;font-weight:600}.st-unfilled-item{background:var(--st-muted-bg);border:1px solid var(--st-border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;display:flex}.st-unfilled-item+.st-unfilled-item{margin-top:8px}.st-unfilled-meta{color:var(--st-muted);font-size:.8125rem}.st-unfilled-warning{color:#dc2626;font-size:.75rem;font-weight:600}.st-shift-edit{border-top:1px solid #4f646f1f;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;display:flex}.st-shift-edit-actions{flex-wrap:wrap;gap:8px;display:flex}.st-shift-edit-actions .st-btn{flex:120px}.st-layout{align-items:flex-start;gap:24px;display:flex}.st-main{flex:1;min-width:0}.st-sidebar{flex-shrink:0;width:288px}.st-calendar-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.st-calendar-header-title{margin:0;font-size:1.5rem;font-weight:600}.st-month-nav{align-items:center;gap:4px;display:flex}.st-month-nav-btn{width:32px;height:32px;color:var(--st-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:1rem;transition:background .15s;display:flex}.st-month-nav-btn:hover{background:var(--st-muted-bg)}.st-month-label{color:var(--st-foreground);text-align:center;min-width:120px;padding:0 12px;font-size:.875rem;font-weight:600}.st-legend{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:14px;display:flex}.st-legend-item{align-items:center;gap:6px;display:flex}.st-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.st-legend-dot--assigned{background:#3b82f6}.st-legend-dot--published{background:#10b981}.st-legend-dot--draft{background:#6366f1}.st-legend-dot--unfilled{background:#f97316}.st-legend-dot--empty{background:#cbd5e1}.st-legend-dot--conflict{background:#ef4444}.st-legend-label{color:var(--st-muted);font-size:.75rem}.st-calendar{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius);overflow:hidden}.st-calendar-weekdays{border-bottom:1px solid var(--st-border);background:#f1f5f999;grid-template-columns:repeat(7,1fr);display:grid}.st-calendar-weekday{text-align:center;color:var(--st-muted);text-transform:capitalize;padding:12px 0;font-size:.75rem;font-weight:600}.st-calendar-grid{grid-template-columns:repeat(7,1fr);display:grid}.st-day-cell{border:none;border-bottom:1px solid var(--st-border);border-right:1px solid var(--st-border);background:var(--st-card);text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;height:80px;min-height:80px;max-height:80px;padding:10px;transition:background .15s;display:flex;overflow:hidden}.st-day-cell:nth-child(7n){border-right:none}.st-day-cell:hover:not(.st-day-cell--selected){background:#f1f5f9b3}.st-day-cell--weekend{background:#f1f5f959}.st-day-cell--weekend:hover:not(.st-day-cell--selected){background:#f1f5f9a6}.st-day-cell--outside{opacity:.55;background:#f1f5f940}.st-day-cell--selected{box-shadow:inset 0 0 0 2px var(--st-primary);background:#1e3a5f0d}.st-day-cell--in-range{background:#eff6ff80}.st-day-number{width:24px;height:24px;color:var(--st-foreground);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.st-day-number--today{background:var(--st-primary);color:var(--st-primary-fg)}.st-day-indicator{align-items:center;gap:4px;width:100%;min-width:0;margin-top:6px;display:flex}.st-day-indicator-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.st-day-indicator-text{color:var(--st-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.st-day-indicator-count{color:var(--st-muted);font-size:.625rem;font-weight:700;line-height:1;display:none}.st-detail-panel{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius);position:sticky;top:80px;overflow:hidden}.st-detail-empty-icon{border:2px solid var(--st-muted);opacity:.35;border-radius:8px;flex-shrink:0;width:40px;height:40px;position:relative}.st-detail-empty-icon:before{content:"";background:var(--st-muted);border-radius:1px;height:2px;position:absolute;top:8px;left:6px;right:6px}.st-detail-empty-icon:after{content:"";border:2px solid var(--st-muted);border-top:none;border-radius:0 0 2px 2px;width:10px;height:8px;position:absolute;top:14px;left:8px}.st-icon-chevron-left,.st-icon-chevron-right{border:0 solid;border-width:0 0 2px 2px;width:7px;height:7px;display:block}.st-icon-chevron-left{transform:rotate(45deg)}.st-icon-chevron-right{transform:rotate(-135deg)}.st-icon-close{width:14px;height:14px;display:block;position:relative}.st-icon-close:before,.st-icon-close:after{content:"";background:currentColor;border-radius:1px;width:100%;height:2px;position:absolute;top:50%;left:0}.st-icon-close:before{transform:translateY(-50%)rotate(45deg)}.st-icon-close:after{transform:translateY(-50%)rotate(-45deg)}.st-detail-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:40px 24px;display:flex}.st-detail-empty-title{color:var(--st-foreground);margin:0;font-size:.9375rem;font-weight:600}.st-detail-empty-message{color:var(--st-muted);margin:0;font-size:.8125rem;line-height:1.45}.st-detail-content{padding:20px}.st-detail-header{justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:16px;display:flex}.st-detail-date{color:var(--st-muted);margin:0;font-size:.75rem}.st-detail-status{margin:2px 0 0;font-size:.875rem;font-weight:600}.st-detail-close{width:28px;height:28px;color:var(--st-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.125rem;display:flex}.st-detail-close:hover{background:var(--st-muted-bg)}.st-shift-time-box{border-radius:8px;margin-bottom:16px;padding:12px}.st-shift-time-box--assigned{background:#eff6ff;border:1px solid #bfdbfe}.st-shift-time-box--unfilled{background:#fef2f2;border:1px solid #fecaca}.st-shift-time-label{color:var(--st-muted);letter-spacing:.04em;margin:0 0 6px;font-size:.75rem;font-weight:600}.st-shift-time-value{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:700}.st-detail-section{margin-bottom:12px}.st-detail-section:last-child{margin-bottom:0}.st-detail-section-label{color:var(--st-muted);letter-spacing:.04em;margin:0 0 6px;font-size:.75rem;font-weight:600}.st-detail-section-value{color:var(--st-foreground);margin:0;font-size:.875rem}.st-detail-shift-card{border-bottom:1px solid var(--st-border);margin-bottom:16px;padding-bottom:16px}.st-detail-shift-card:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.st-exchange-row{flex-direction:column;gap:8px;margin-top:12px;display:flex}.st-exchange-input{border:1px solid var(--st-border);background:var(--st-card);width:100%;min-height:36px;color:var(--st-foreground);resize:vertical;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:.8125rem}.st-exchange-input:focus{outline-offset:1px;outline:2px solid #1e3a5f33}.st-exchange-sent{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:10px 12px;font-size:.8125rem;font-weight:600;line-height:1.45}.st-exchange-panel{background:var(--st-card);border:1px solid var(--st-border);border-radius:var(--st-radius);padding:16px 18px}.st-exchange-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.st-exchange-title{margin:0;font-size:1rem;font-weight:600}.st-exchange-hint{color:var(--st-muted);margin:4px 0 0;font-size:.8125rem;line-height:1.45}.st-exchange-count{color:#1e3a5f;background:#eff6ff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:.8125rem;font-weight:700;display:inline-flex}.st-exchange-empty{color:var(--st-muted);margin:0;padding:12px 0 4px;font-size:.875rem}.st-exchange-list{flex-direction:column;gap:10px;display:flex}.st-exchange-item{background:var(--st-muted-bg);border:1px solid var(--st-border);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.st-exchange-item-main{flex:1;min-width:0}.st-exchange-employee{color:var(--st-foreground);margin:0;font-size:.9375rem;font-weight:700}.st-exchange-meta{color:var(--st-muted);margin:4px 0 0;font-size:.75rem;font-weight:600}.st-exchange-note{color:var(--st-foreground);word-break:break-word;margin:8px 0 0;font-size:.8125rem;line-height:1.45}.st-exchange-note-label{color:var(--st-muted);font-weight:700}.st-exchange-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.st-loading{text-align:center;color:var(--st-muted);padding:40px 24px;font-size:.9375rem;font-weight:500}@media (width<=768px){.schedule-tab--employee .st-page{gap:12px;width:100%;max-width:none;padding:10px 8px 16px}.schedule-tab--employee .st-page-subtitle--desktop{display:none}.schedule-tab--employee .st-layout{flex-direction:column;gap:12px}.schedule-tab--employee .st-main,.schedule-tab--employee .st-sidebar,.schedule-tab--employee .st-calendar{width:100%;min-width:0}.schedule-tab--employee .st-sidebar{flex-shrink:0}.schedule-tab--employee .st-detail-panel{position:static;top:auto}.schedule-tab--employee .st-calendar{border-radius:10px}.schedule-tab--employee .st-calendar-grid{width:100%}.schedule-tab--employee .st-day-cell{align-items:center;height:80px;min-height:80px;max-height:80px;padding:8px 2px}.schedule-tab--employee .st-day-number{width:28px;height:28px;font-size:.8125rem}.schedule-tab--employee .st-day-indicator{justify-content:center;width:100%}}@media (width<=900px){.st-page{gap:14px;padding:12px 14px 20px}.st-layout{flex-direction:column;gap:16px}.st-sidebar{width:100%}.st-detail-panel{position:static}.st-day-cell{padding:8px 4px;overflow:hidden}.st-control-panel{flex-direction:column;align-items:stretch;gap:10px;padding:12px 14px}.st-field,.st-input,.st-select{width:100%}.st-week-btn-group{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.st-week-btn-group .st-btn{width:100%;padding:0 6px;font-size:.75rem}.st-control-panel .st-btn--panel-action{align-self:flex-start;width:auto;max-width:100%;padding:0 14px;font-size:.8125rem}.st-control-panel--export{justify-content:flex-start}.st-control-panel--export .st-btn--panel-action,.st-control-panel--delete .st-btn--panel-action{width:auto}.st-unfilled-item{flex-direction:column;align-items:stretch}}@media (width<=600px){.st-page{gap:12px;padding:10px 10px 16px}.st-calendar-header{margin-bottom:10px}.st-month-label{min-width:0;padding:0 6px;font-size:.8125rem}.st-legend{gap:10px;margin-bottom:10px}.st-legend-label{font-size:.6875rem}.st-calendar-weekday{padding:6px 0;font-size:.625rem}.st-day-cell{padding:8px 4px}.st-control-panel{gap:8px;padding:10px 12px}.st-week-btn-group .st-btn{height:34px;padding:0 4px;font-size:.6875rem}.st-control-panel .st-btn--panel-action{height:34px;padding:0 12px;font-size:.75rem}.st-day-indicator{justify-content:center;gap:2px;margin-top:2px}.st-day-indicator-dot{width:6px;height:6px}.st-day-indicator-text{display:none}.st-day-indicator-count{display:inline}.st-detail-content{-webkit-overflow-scrolling:touch;max-height:min(52vh,420px);padding:14px;overflow-y:auto}.st-detail-shift-card{margin-bottom:12px;padding-bottom:12px}.st-exchange-item{flex-direction:column;align-items:stretch}.st-exchange-actions{width:100%}.st-exchange-actions .st-btn{flex:calc(50% - 4px);min-width:0}.st-shift-time-value{font-size:1.05rem}}.mei-root{flex-shrink:0;position:relative}.mei-trigger{color:#002642;cursor:pointer;background:#f4faff;border:1px solid #4f646f29;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex;position:relative}.mei-trigger:hover,.mei-trigger--active{background:#fff;border-color:#00264233;box-shadow:0 4px 14px #00264214}.mei-badge{color:#fff;text-align:center;background:#dc2626;border-radius:999px;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:18px;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 2px #dee7e7}.mei-panel{z-index:120;background:#fff;border:1px solid #4f646f24;border-radius:16px;flex-direction:column;width:min(380px,100vw - 24px);max-height:min(70vh,520px);display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 18px 40px #0026422e}.mei-panel-header{background:#f8fafc;border-bottom:1px solid #4f646f1a;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px 12px;display:flex}.mei-panel-title{color:#002642;margin:0;font-size:15px;font-weight:800}.mei-panel-hint{color:#4f646f;margin:4px 0 0;font-size:12px;line-height:1.4}.mei-close{color:#4f646f;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.mei-close:hover{background:#4f646f14}.mei-close-icon{width:12px;height:12px;display:block;position:relative}.mei-close-icon:before,.mei-close-icon:after{content:"";background:currentColor;border-radius:1px;width:100%;height:2px;position:absolute;top:50%;left:0}.mei-close-icon:before{transform:translateY(-50%)rotate(45deg)}.mei-close-icon:after{transform:translateY(-50%)rotate(-45deg)}.mei-feedback{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;margin:10px 14px 0;padding:8px 10px;font-size:12px;font-weight:600}.mei-empty{text-align:center;color:#4f646f;margin:0;padding:28px 16px;font-size:13px;font-weight:600}.mei-list{flex-direction:column;gap:14px;padding:12px 14px 14px;display:flex;overflow-y:auto}.mei-section{flex-direction:column;gap:8px;display:flex}.mei-section-title{letter-spacing:.06em;text-transform:uppercase;color:#4f646f;margin:0;font-size:11px;font-weight:800}.mei-section-list{flex-direction:column;gap:10px;display:flex}.mei-item{background:#f4faff;border:1px solid #4f646f1a;border-radius:12px;flex-direction:column;gap:10px;padding:12px;display:flex}.mei-employee{color:#002642;margin:0;font-size:14px;font-weight:800}.mei-meta{color:#4f646f;margin:3px 0 0;font-size:11px;font-weight:700}.mei-note{color:#002642;word-break:break-word;margin:8px 0 0;font-size:12px;line-height:1.45}.mei-note-label{color:#4f646f;font-weight:800}.mei-actions{gap:8px;display:flex}.mei-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;flex:1;min-height:34px;padding:0 10px;font-size:12px;font-weight:800}.mei-btn:disabled{opacity:.55;cursor:default}.mei-btn--approve{color:#f4faff;background:#002642}.mei-btn--reject{color:#002642;background:#fff;border-color:#4f646f2e}@media (width<=768px){.mei-panel{width:auto;max-height:calc(100vh - 140px);position:fixed;top:58px;left:10px;right:10px}}.welcome-page{--welcome-navy:#002642;--welcome-navy-dark:#001b30;--welcome-blue:#4f646f;--welcome-blue-light:#dee7e7;--welcome-green:#2a9d8f;--welcome-green-light:#e6f4f1;--welcome-purple:#4f646f;--welcome-purple-light:#edf1f2;--welcome-text:#002642;--welcome-muted-text:#4f646f;--welcome-border:#4f646f38;--welcome-background:#f4faff;--welcome-white:#fff;background:var(--welcome-white);min-height:100vh;color:var(--welcome-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}.welcome-page,.welcome-page *{box-sizing:border-box}.welcome-page a{color:inherit;text-decoration:none}.welcome-page button{font:inherit}.welcome-container{width:min(1388px,100% - 64px);margin:0 auto}.welcome-header{z-index:100;border-bottom:1px solid var(--welcome-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;height:72px;position:sticky;top:0}.welcome-header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.welcome-logo{align-items:center;gap:14px;text-decoration:none;display:flex}.welcome-logo img{object-fit:contain;flex:none;width:34px;height:34px;display:block}.welcome-logo-text{letter-spacing:-.045em;white-space:nowrap;align-items:center;font-size:25px;font-weight:700;line-height:1;display:inline-flex}.welcome-logo-dark{color:#062b4d}.welcome-logo-pink{color:#d8acd6}.welcome-logo-image{object-fit:contain;width:34px;height:34px;display:block}.welcome-logo-icon{background:var(--welcome-navy);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.welcome-nav{align-items:center;gap:34px;display:flex}.welcome-nav a,.welcome-login-link{color:#53627a;font-size:15px;font-weight:500}.welcome-nav a:hover,.welcome-login-link:hover{color:var(--welcome-navy)}.welcome-header-actions{align-items:center;gap:20px;display:flex}.welcome-language-button{border:1px solid var(--welcome-border);min-width:42px;height:36px;color:var(--welcome-navy);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;padding:0 11px;font-size:13px;font-weight:750;transition:background .16s,border-color .16s;display:inline-flex}.welcome-language-button:hover{background:var(--welcome-green-light);border-color:#2a9d8f80}.welcome-menu-button{border:1px solid var(--welcome-border);width:42px;height:42px;color:var(--welcome-navy);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:0;display:none}.welcome-button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:48px;padding:0 24px;font-size:15px;font-weight:650;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.welcome-button:hover{transform:translateY(-1px)}.welcome-button-primary{background:var(--welcome-navy);box-shadow:0 8px 18px #1f3f6829;color:#fff!important}.welcome-button-primary:hover{background:var(--welcome-navy-dark);box-shadow:0 11px 24px #1f3f6836}.welcome-button-secondary{border-color:var(--welcome-border);background:#fff;color:var(--welcome-navy)!important}.welcome-button.small{min-height:42px;padding:0 20px}.welcome-hero{background:radial-gradient(circle at 82% 25%,#2f80ed17,#0000 28%),linear-gradient(#fff 0%,#f7f9fc 100%);padding:104px 0 96px;position:relative;overflow:hidden}.welcome-hero-grid{grid-template-columns:minmax(0,.86fr) minmax(620px,1.14fr);align-items:center;gap:72px;display:grid}.welcome-eyebrow{color:var(--welcome-navy);background:#fff;border:1px solid #d9e5f5;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:650;display:inline-flex;box-shadow:0 6px 16px #102a4d0d}.welcome-hero-copy h1{letter-spacing:-.052em;max-width:710px;color:var(--welcome-navy);margin:24px 0 22px;font-size:clamp(48px,5.1vw,74px);font-weight:700;line-height:1.04}.welcome-hero-copy h1 span{color:#2a9d8f;font-weight:500}.welcome-hero-copy>p{max-width:620px;color:var(--welcome-muted-text);margin:0;font-size:19px;line-height:1.7}.welcome-hero-actions{justify-content:center;gap:18px;margin-top:42px;display:flex}.welcome-hero-notes{color:#637187;text-align:center;justify-content:center;align-items:center;margin-top:24px;margin-left:36px;font-size:13px;display:flex}.welcome-hero-notes span{align-items:center;gap:7px;display:inline-flex}.welcome-hero-notes svg{color:var(--welcome-green)}.welcome-preview{padding:32px 0;position:relative}.welcome-preview-window{background:#fff;border:1px solid #d8e0e9;border-radius:22px;overflow:hidden;box-shadow:0 30px 70px #1532562b}.welcome-app-header{border-bottom:1px solid var(--welcome-border);background:#dee7e7;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:64px;padding:0 18px;display:grid}.welcome-app-brand{align-items:center;display:flex}.welcome-app-logo{object-fit:contain;width:auto;height:28px;display:block}.welcome-app-tabs{align-items:center;gap:8px;display:flex}.welcome-app-tabs span{color:#4f646f;white-space:nowrap;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-size:11px;font-weight:700;display:inline-flex}.welcome-app-tabs span.active{border-color:var(--welcome-navy);color:var(--welcome-navy);background:#fff;box-shadow:0 2px 8px #00264214}.welcome-app-user{background:#ffffffb8;border:1px solid #00264214;border-radius:14px;align-items:center;gap:8px;min-width:165px;padding:6px 10px;display:flex}.welcome-app-user-avatar{background:var(--welcome-navy);color:#fff;border-radius:50%;flex:none;place-items:center;width:32px;height:32px;font-size:10px;font-weight:800;display:grid}.welcome-app-user div{flex-direction:column;flex:1;align-items:center;gap:2px;min-width:0;display:flex}.welcome-app-user strong{color:var(--welcome-navy);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:750;line-height:1.1;overflow:hidden}.welcome-app-user small{color:var(--welcome-muted-text);font-size:8px;line-height:1}.welcome-preview-content{background:#f7f9fb;padding:22px 24px 24px}.welcome-preview-heading{justify-content:space-between;align-items:center;margin-bottom:12px;padding-left:0;display:flex}.welcome-preview-heading>div{flex-direction:column;gap:3px;padding-left:6px;display:flex}.welcome-preview-heading span{color:var(--welcome-navy);font-size:15px;font-weight:800;line-height:1.1}.welcome-preview-heading strong{color:#5f6f82;font-size:15px;font-weight:650;line-height:1.1}.welcome-preview-heading button{background:var(--welcome-navy);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:92px;height:34px;padding:0 14px;font-size:11px;font-weight:700;display:flex}.welcome-preview-calendar{border:1px solid var(--welcome-border);border-radius:12px;overflow:hidden}.welcome-calendar-header,.welcome-calendar-row{grid-template-columns:185px repeat(4,1fr);display:grid}.welcome-calendar-header{background:#f8fafc}.welcome-calendar-header span{border-left:1px solid var(--welcome-border);color:#7a879b;text-align:center;padding:11px 4px;font-size:9px}.welcome-calendar-header span:first-child{border-left:0}.welcome-calendar-row{border-top:1px solid var(--welcome-border);min-height:84px}.welcome-employee{text-align:left;justify-content:flex-start;align-items:center;gap:10px;padding:12px 14px;display:flex}.welcome-employee-avatar{background:var(--welcome-navy);color:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:9px;font-weight:750;display:grid}.welcome-employee-avatar.light{background:var(--welcome-blue)}.welcome-employee-avatar.green{background:var(--welcome-green)}.welcome-employee div{flex-direction:column;justify-content:center;align-items:flex-start;gap:3px;min-width:0;display:flex}.welcome-employee strong{color:var(--welcome-navy);white-space:nowrap;font-size:11px;font-weight:750;line-height:1.15;display:block}.welcome-employee small{color:#7a879b;white-space:nowrap;margin:0;font-size:9px;line-height:1.15;display:block}.welcome-shift-cell{border-left:1px solid var(--welcome-border);align-items:center;padding:7px;display:flex}.welcome-shift{color:#fff;text-align:center;border-radius:6px;width:100%;padding:8px 5px;font-size:7px;font-weight:650;display:block}.welcome-shift.blue{background:#24466f}.welcome-shift.green{background:#2a9d8f}.welcome-shift.purple{color:#002642;background:#d4a3d6}.welcome-floating-card{z-index:3;background:#fff;border:1px solid #e2e7ee;border-radius:14px;align-items:center;gap:12px;min-width:220px;padding:12px 16px;display:flex;position:absolute;box-shadow:0 14px 34px #14305321}.welcome-floating-card.top{top:2px;left:-30px}.welcome-floating-card.bottom{bottom:4px;right:-24px}.welcome-floating-icon{border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.welcome-floating-icon.blue{background:var(--welcome-blue-light);color:var(--welcome-blue)}.welcome-floating-icon.green{background:var(--welcome-green-light);color:var(--welcome-green)}.welcome-floating-card div{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.welcome-floating-card strong{margin-bottom:2px;font-size:14px;line-height:1.1}.welcome-floating-card small{color:#78869a;margin-top:0;font-size:11px;line-height:1}.welcome-industry-strip{border-top:1px solid var(--welcome-border);border-bottom:1px solid var(--welcome-border);background:#fff}.welcome-industry-strip-inner{justify-content:space-between;align-items:center;gap:36px;min-height:92px;display:flex}.welcome-industry-strip-label{color:var(--welcome-muted-text);flex:none;font-size:14px;font-weight:650}.welcome-industry-strip-list{justify-content:flex-end;align-items:center;gap:10px;display:flex}.welcome-industry-strip-item{border:1px solid var(--welcome-border);min-height:42px;color:var(--welcome-navy);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:650;transition:border-color .16s,background .16s,transform .16s;display:inline-flex}.welcome-industry-strip-item svg{color:var(--welcome-green)}.welcome-industry-strip-item:hover{background:var(--welcome-green-light);border-color:#2a9d8f73;transform:translateY(-1px)}.welcome-section{padding:110px 0}.welcome-muted{background:var(--welcome-background)}.welcome-section-heading{text-align:center;max-width:820px;margin:0 auto 48px}.welcome-section-heading>span{color:var(--welcome-green);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;margin-bottom:14px;font-size:14px;font-weight:800;line-height:1.2;display:inline-flex}.welcome-section-heading h2{max-width:820px;color:var(--welcome-navy);letter-spacing:-.035em;margin:0 auto;font-size:clamp(34px,3.4vw,48px);font-weight:800;line-height:1.12}.welcome-section-heading p{max-width:660px;color:var(--welcome-muted-text);margin:16px auto 0;font-size:17px;font-weight:450;line-height:1.65}.welcome-feature-grid,.welcome-problem-grid,.welcome-step-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.welcome-feature-card,.welcome-problem-card,.welcome-step-card,.welcome-industry-card,.welcome-benefit-card{border:1px solid var(--welcome-border);background:#fff}.welcome-feature-card{text-align:center;border-radius:18px;flex-direction:column;align-items:center;min-height:285px;padding:28px;transition:transform .18s,box-shadow .18s;display:flex}.welcome-feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #122d4e14}.welcome-feature-icon,.welcome-industry-icon,.welcome-benefit-icon,.welcome-cta-icon{background:var(--welcome-blue-light);width:48px;height:48px;color:var(--welcome-blue);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.welcome-feature-card:nth-child(2) .welcome-feature-icon{background:var(--welcome-green-light);color:var(--welcome-green)}.welcome-feature-card:nth-child(3) .welcome-feature-icon{background:var(--welcome-purple-light);color:var(--welcome-purple)}.welcome-feature-card:nth-child(4) .welcome-feature-icon{color:#e58a00;background:#fff5dd}.welcome-feature-card h3,.welcome-problem-card h3,.welcome-step-card h3,.welcome-industry-card h3,.welcome-benefit-card h3{margin:24px 0 12px;font-size:20px;line-height:1.3}.welcome-feature-card p,.welcome-problem-card p,.welcome-step-card p,.welcome-industry-card p{color:var(--welcome-muted-text);margin:0;line-height:1.65}.welcome-problem-card{border-radius:18px;flex-direction:column;min-height:360px;padding:28px;display:flex}.welcome-problem-number{color:#a9b4c4;font-size:14px;font-weight:750}.welcome-problem-card h3{margin-top:0;font-size:21px}.welcome-problem-result{border-top:1px solid var(--welcome-border);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-top:auto;padding-top:22px;display:flex}.welcome-problem-result span{max-width:220px;color:var(--welcome-navy);text-align:center;font-size:16px;font-weight:650;line-height:1.45}.welcome-problem-icon{background:var(--welcome-blue-light);width:48px;height:48px;color:var(--welcome-blue);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 22px;display:flex}.welcome-problem-card:nth-child(2) .welcome-problem-icon{background:var(--welcome-green-light);color:var(--welcome-green)}.welcome-problem-card:nth-child(3) .welcome-problem-icon{background:var(--welcome-purple-light);color:var(--welcome-purple)}.welcome-problem-card:nth-child(4) .welcome-problem-icon{color:#e58a00;background:#fff5dd}.welcome-problem-result svg{color:var(--welcome-green);flex:none}.welcome-step-card{border-radius:18px;min-height:310px;padding:28px}.welcome-step-number{background:var(--welcome-navy);color:#fff;width:54px;height:54px;box-shadow:8px 8px 0 var(--welcome-blue-light);border-radius:17px;place-items:center;font-size:15px;font-weight:750;display:grid}.welcome-step-card h3{margin-top:58px}.welcome-industry-section{background:#f8fbfd;padding:70px 0}.welcome-industry-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;margin-top:40px;display:grid}.welcome-industry-item{border:1px solid var(--welcome-border);min-height:82px;color:var(--welcome-navy);background:#fff;border-radius:14px;align-items:center;gap:10px;padding:18px;font-size:14px;font-weight:650;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.welcome-industry-item:hover{border-color:#2a9d8f73;transform:translateY(-2px);box-shadow:0 8px 20px #0026420f}.welcome-industry-item-icon{background:var(--welcome-green-light);width:34px;height:34px;color:var(--welcome-green);border-radius:10px;flex:none;place-items:center;display:grid}.welcome-benefit-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.welcome-benefit-card{text-align:center;border-radius:22px;flex-direction:column;align-items:center;min-height:490px;padding:42px;display:flex}.welcome-benefit-card.dark{border-color:var(--welcome-navy);background:var(--welcome-navy);color:#fff}.welcome-benefit-icon.light{background:var(--welcome-green-light);color:var(--welcome-green)}.welcome-benefit-card.dark .welcome-benefit-icon{color:#fff;background:#ffffff1f}.welcome-benefit-label{color:var(--welcome-blue);letter-spacing:.08em;text-transform:uppercase;margin:34px 0 0;font-size:14px;font-weight:750}.welcome-benefit-card.dark .welcome-benefit-label{color:#afc9f0}.welcome-benefit-card h3{max-width:520px;color:var(--welcome-navy);letter-spacing:-.025em;text-align:center;margin:12px auto 0;font-size:32px;font-weight:800;line-height:1.18}.welcome-benefit-card ul{flex-direction:column;align-items:center;gap:18px;margin:38px auto 0;padding:0;list-style:none;display:flex}.welcome-benefit-card li{width:fit-content;max-width:100%;color:var(--welcome-muted-text);text-align:center;justify-content:center;align-items:center;gap:11px;font-size:15px;display:flex}.welcome-benefit-card.dark li{color:#d8e3f1}.welcome-benefit-card li svg{color:var(--welcome-green);flex:none}.welcome-cta-section{padding:30px 0 110px}.welcome-cta{background:radial-gradient(circle at 85% 15%, #4a87e573, transparent 28%), var(--welcome-navy);color:#fff;text-align:center;border-radius:28px;padding:80px 32px}.welcome-cta-icon{color:#fff;background:#ffffff1f;margin:0 auto}.welcome-cta h2{letter-spacing:-.04em;max-width:800px;margin:24px auto 0;font-size:clamp(36px,4vw,54px)}.welcome-cta p{color:#cedbeb;max-width:650px;margin:18px auto 0;font-size:17px;line-height:1.65}.welcome-cta>div:last-child{justify-content:center;gap:14px;margin-top:34px;display:flex}.welcome-button-white{background:#fff;color:var(--welcome-navy)!important}.welcome-button-outline{border-color:#ffffff57;color:#fff!important}.welcome-footer{border-top:1px solid var(--welcome-border);background:var(--welcome-background);padding:66px 0 24px}.welcome-footer-main{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.welcome-footer-main>div:first-child{max-width:410px}.welcome-footer-main p{color:var(--welcome-muted-text);line-height:1.65}.welcome-footer-links{color:#58677d;flex-wrap:wrap;gap:28px;font-size:14px;font-weight:550;display:flex}.welcome-footer-bottom{border-top:1px solid var(--welcome-border);color:#8793a4;justify-content:space-between;margin-top:54px;padding-top:22px;font-size:12px;display:flex}@media (width<=1180px){.welcome-hero-grid{grid-template-columns:minmax(0,1fr);gap:56px}.welcome-hero-copy{text-align:center;max-width:780px;margin:0 auto}.welcome-industry-list{grid-template-columns:repeat(3,1fr)}.welcome-preview{max-width:850px;margin:0 auto}.welcome-feature-grid,.welcome-problem-grid,.welcome-step-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=840px){.welcome-container{width:min(100% - 36px,1388px)}.welcome-nav{border:1px solid var(--welcome-border);background:#fff;border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:12px;display:none;position:absolute;top:72px;left:18px;right:18px;box-shadow:0 18px 40px #14305326}.welcome-nav.open{display:flex}.welcome-nav a{border-radius:10px;padding:14px}.welcome-menu-button{display:inline-flex}.welcome-login-link{display:none}.welcome-hero{padding-top:72px}.welcome-preview-content{padding:16px}.welcome-app-user-arrow{width:16px;height:16px;color:var(--welcome-navy);flex:none;justify-content:center;align-items:center;margin-left:2px;font-size:14px;line-height:1;display:flex}.welcome-app-header{grid-template-columns:auto 1fr}.welcome-app-tabs{grid-column:1/-1;padding-bottom:10px;overflow-x:auto}.welcome-app-user{justify-self:end}.welcome-calendar-header,.welcome-calendar-row{grid-template-columns:125px repeat(4,minmax(88px,1fr))}.welcome-preview-calendar{overflow-x:auto}.welcome-floating-card.top{left:-6px}.welcome-floating-card.bottom{right:-6px}.welcome-industry-strip-inner,.welcome-footer-main{flex-direction:column;align-items:flex-start;padding:24px 0}.welcome-industry-strip-list{flex-wrap:wrap;justify-content:flex-start;width:100%}.welcome-benefit-grid{grid-template-columns:1fr}}@media (width<=620px){.welcome-header{height:64px}.welcome-section-heading{margin-bottom:34px}.welcome-section-heading>span{font-size:12px}.welcome-section-heading h2{font-size:32px;line-height:1.15}.welcome-section-heading p{font-size:16px;line-height:1.55}.welcome-header-inner{gap:10px}.welcome-logo{gap:8px;min-width:0}.welcome-logo-image,.welcome-logo img{width:30px;height:30px}.welcome-logo-text{font-size:21px}.welcome-header-actions{gap:8px}.welcome-language-button{min-width:44px;height:42px;padding:0 10px}.welcome-menu-button{width:42px;height:42px}.welcome-container{width:calc(100% - 32px);max-width:100%}.welcome-language-button{min-width:40px;height:34px}.welcome-industry-strip-list{grid-template-columns:1fr 1fr;gap:8px;display:grid}.welcome-industry-strip-item{justify-content:flex-start;width:100%;padding:0 12px}.welcome-logo-image{height:32px}.welcome-industry-section{padding:64px 0}.welcome-industry-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.welcome-industry-item{min-width:0;min-height:66px;padding:12px;font-size:13px}.welcome-nav{top:64px}.welcome-header-actions .welcome-button{display:none}.welcome-hero{padding:48px 0 64px}.welcome-hero-grid{display:block}.welcome-hero-copy{text-align:center;width:100%;max-width:none;margin:0}.welcome-eyebrow{white-space:normal;text-align:center;justify-content:center;max-width:100%;padding:8px 12px;font-size:13px}.welcome-hero-copy h1{letter-spacing:-.045em;overflow-wrap:anywhere;width:100%;max-width:none;margin:28px auto 20px;font-size:clamp(42px,12vw,58px);line-height:1.02}.welcome-hero-copy h1 span{margin-top:6px;display:block}.welcome-hero-copy>p{text-align:center;width:100%;max-width:520px;margin:0 auto;font-size:17px;line-height:1.55}.welcome-hero-actions{flex-direction:column;gap:12px;width:100%;margin-top:32px;margin-left:0}.welcome-hero-actions .welcome-button{width:100%;min-height:56px;padding:0 18px}.welcome-hero-notes{justify-content:center;width:100%;margin:20px 0 0;font-size:13px}.welcome-preview{display:none}.welcome-preview-window{border-radius:16px}.welcome-app-header{padding:10px 12px}.welcome-app-logo{height:24px}.welcome-app-user div{display:none}.welcome-app-tabs{gap:5px}.welcome-app-tabs span{min-height:32px;padding:0 10px;font-size:9px}.welcome-floating-card{display:none}.welcome-section{padding:76px 0}.welcome-feature-grid,.welcome-problem-grid,.welcome-step-grid,.welcome-benefit-grid{grid-template-columns:minmax(0,1fr);gap:16px}.welcome-industry-list{grid-template-columns:1fr}.welcome-feature-card,.welcome-problem-card,.welcome-step-card{min-height:auto}.welcome-step-card h3{margin-top:42px}.welcome-benefit-card{min-height:auto;padding:30px 24px}.welcome-benefit-card h3{font-size:27px}.welcome-cta-section{padding-bottom:76px}.welcome-cta{border-radius:22px;padding:58px 22px}.welcome-footer-links{flex-direction:column;gap:16px}.welcome-footer-bottom{flex-direction:column;gap:10px}}@media (width<=390px){.welcome-industry-list{grid-template-columns:1fr}.welcome-logo-text{font-size:19px}.welcome-hero-copy h1{font-size:40px}}
