.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-md);background:#0f172a61;box-sizing:border-box}.modal{width:min(100%,720px);max-height:calc(100vh - 32px);overflow-y:auto;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 18px 48px #0f172a38;box-sizing:border-box}.confirm-modal{width:100%;display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-lg);background:var(--color-surface);box-sizing:border-box}.confirm-modal__header{display:flex;flex-direction:column;gap:var(--space-sm);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.confirm-modal__title{margin:0;color:var(--color-text);font-size:var(--text-lg);font-weight:900;line-height:1.2}.confirm-modal__description{margin:0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600;line-height:1.45}.confirm-modal__description.warning{color:var(--warning-text)}.confirm-modal__body{display:flex;flex-direction:column;gap:var(--space-md);color:var(--color-text);font-size:var(--text-sm);line-height:1.45}.confirm-modal__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.credentials-modal{max-width:560px}.credentials-modal__warning{padding:var(--space-sm) var(--space-md);background:color-mix(in srgb,var(--warning-text) 10%,var(--color-surface));color:var(--warning-text);border:1px solid color-mix(in srgb,var(--warning-text) 28%,var(--color-border));font-size:var(--text-sm);font-weight:700;line-height:1.45}.credentials-modal__list{display:flex;flex-direction:column;gap:var(--space-sm);margin:0}.credentials-modal__item{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-md);background:var(--color-surface-alt);border:1px solid var(--color-border)}.credentials-modal__label{display:inline-flex;align-items:center;gap:var(--space-xs);margin:0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:800}.credentials-modal__label svg{color:var(--color-primary)}.credentials-modal__value{margin:0;color:var(--color-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:clamp(15px,3vw,18px);font-weight:800;line-height:1.35;overflow-wrap:anywhere}.credentials-modal__value--password{letter-spacing:.04em}@media(max-width:420px){.credentials-modal__item{padding:var(--space-sm)}.credentials-modal .confirm-modal__actions .cta{width:100%}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{height:100%;font-size:16px;-webkit-text-size-adjust:100%}body{min-height:100%;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-background);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{border:none;background:none;cursor:pointer}input,textarea,select{outline:none}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4{line-height:1.2}ul,ol{list-style:none;padding:0}a{color:inherit;text-decoration:none}table{border-collapse:collapse;width:100%}#root{min-height:100%}:root{--color-background: #F8FAFC;--color-surface: #FFFFFF;--color-surface-alt: #F1F5F9;--color-border: #E2E8F0;--color-text: #0F172A;--color-text-secondary: #64748B;--color-text-muted: #94A3B8;--color-primary: #2563EB;--color-primary-hover: #1D4ED8;--color-primary-light: #DBEAFE;--success-bg: #DCFCE7;--success-text: #15803D;--warning-bg: #FEF3C7;--warning-text: #B45309;--danger-bg: #FEE2E2;--danger-text: #B91C1C;font-family:Inter,system-ui,sans-serif;--text-xs: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 20px;--text-xl: 28px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-card: 0 1px 3px rgba(15, 23, 42, .08)}:root .debug{border:1px solid purple}.login-form-page{min-height:100vh;justify-content:center}.login-form-page .form-card{max-width:420px;margin:0 auto}.login-form-page .form-actions{justify-content:stretch}.login-form-page .form-actions .cta{width:100%}.form-page{width:100%;max-width:920px;display:flex;flex-direction:column;gap:20px;margin:0 auto;padding:16px;box-sizing:border-box}.form-header{display:flex;flex-direction:column;gap:6px}.form-header h1{margin:0;color:var(--color-text);font-size:clamp(24px,4vw,34px);font-weight:900;line-height:1.1}.form-header p{margin:0;color:var(--color-text-secondary);font-size:14px;line-height:1.45}.form-card{width:100%;display:flex;flex-direction:column;gap:18px;padding:20px;background:var(--color-surface);border:1px solid var(--color-border);box-sizing:border-box}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-grid .form-group--full,.form-grid .form-fieldset--full{grid-column:1 / -1}.form-group{min-width:0;display:flex;flex-direction:column;gap:6px}.form-row{min-width:0;display:flex;flex-direction:column;gap:7px}.form-label{color:var(--color-text-secondary);font-size:12px;font-weight:800;line-height:1.2;letter-spacing:.04em}.form-control{width:100%;min-width:0;height:42px;padding:0 12px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);font-size:14px;font-weight:600;outline:none;box-sizing:border-box}.form-control::placeholder{color:var(--color-text-muted);font-weight:500}.form-control:hover{border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border))}.form-control:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.form-control[aria-invalid=true]{border-color:var(--danger-text);box-shadow:0 0 0 3px var(--danger-bg)}.form-control:read-only{background:var(--color-surface-alt);color:var(--color-text-secondary)}.form-fieldset{min-width:0;display:flex;flex-direction:column;gap:10px;margin:0;padding:0;border:none}.form-radio-group{display:flex;flex-wrap:wrap;gap:10px}.form-radio{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 12px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);font-size:14px;font-weight:700;cursor:pointer;box-sizing:border-box}.form-radio:hover{background:var(--color-surface-alt)}.form-radio input{width:16px;height:16px;accent-color:var(--color-primary)}.form-password{position:relative;display:flex;flex-direction:column;gap:8px}.form-password .form-control{padding-right:46px}.form-password-toggle{position:absolute;top:4px;right:4px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;color:var(--color-text-secondary);cursor:pointer}.form-password-toggle:hover{background:var(--color-surface-alt);border-color:var(--color-border);color:var(--color-text)}.form-error{margin:0;color:var(--danger-text);font-size:13px;font-weight:700;line-height:1.35}.form-warning{margin:0;color:var(--warning-text);font-size:13px;font-weight:700;line-height:1.35}.form-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:10px;padding-top:4px}.form-actions__spacer{flex:1 1 auto}@media(max-width:700px){.form-page{gap:16px;padding:12px}.form-card{gap:16px;padding:16px;border-left:0;border-right:0}.form-grid{grid-template-columns:1fr;gap:16px}.form-control{height:40px;font-size:14px}.form-radio{min-height:40px}.form-actions{justify-content:stretch}.form-actions .cta{flex:1 1 auto}}@media(max-width:420px){.form-page{padding:10px}.form-card{padding:14px}.form-header h1{font-size:22px}.form-header p{font-size:13px}.form-radio-group{flex-direction:column}.form-radio{width:100%}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions .cta{width:100%}.change-password-page{min-height:100vh;justify-content:center}.change-password-card{max-width:520px;align-self:center}.change-password-card__icon{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:var(--space-md);background:var(--color-primary-light);color:var(--color-primary);border:1px solid color-mix(in srgb,var(--color-primary) 20%,var(--color-border))}.change-password-card__actions{margin-top:var(--space-lg);justify-content:stretch}.change-password-card__actions .cta{width:100%}.change-password-page{justify-content:flex-start}.change-password-card__icon{width:48px;height:48px}}.cta{display:flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:0 14px;height:38px;font-size:14px;font-weight:500}.cta--primary{background:#fff;color:var(--color-primary);border:1px solid var(--color-primary)}.cta--primary:hover{background:var(--color-surface-alt)}.cta--secondary{background:var(--color-surface);color:var(--color-text)}.cta--success{background:#fff;color:var(--success-text);border:1px solid var(--success-text)}.cta--warning{background:#fff;color:var(--warning-text);border:1px solid var(--warning-text)}.cta--danger{background:#fff;color:var(--danger-text);border:1px solid var(--danger-text)}.cta--ghost{background:#fff;border:1px solid var(--color-border);color:var(--color-text)}.page-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:var(--space-md) var(--space-lg)}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-xl)}.company{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--color-text)}.company-icon{font-size:22px;color:var(--color-text-secondary)}.page-title h1{margin:0 0 8px;color:var(--color-text);font-size:28px;line-height:1.15;font-weight:750;letter-spacing:-.03em}.page-title p{margin:0;max-width:620px;color:var(--color-text-secondary);font-size:16px;line-height:1.45}@media(max-width:700px){.page-title p{display:none}.page-title h1{text-align:start;font-size:16px}}.page-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.page-actions-left,.page-actions-right{display:flex;align-items:center;gap:var(--space-sm)}.action-filter{display:flex;align-items:center;gap:10px;color:var(--color-text);font-size:14px;font-weight:600}.action-checkbox{width:18px;height:18px;border:1px solid var(--color-border);accent-color:var(--color-primary)}.action-select{height:42px;min-width:220px;padding:0 14px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);font-size:15px;font-weight:600}.action-tabs{display:flex;align-items:center;background:var(--color-surface);border:1px solid var(--color-border);overflow:hidden}.action-tab{height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;color:var(--color-text-secondary);font-size:12px;font-weight:600;border-right:1px solid var(--color-border);text-decoration:none}.action-tab:last-child{border-right:none}.action-tab:hover{color:var(--color-text);background:var(--color-surface-alt)}.action-tab.active{color:var(--color-primary);background:var(--color-primary-light)}.table-card{width:100%;background:var(--color-surface);border:1px solid var(--color-border);overflow:hidden}.table-scroll{width:100%;overflow-x:auto}.app-table{width:100%;border-collapse:collapse;color:var(--color-text);font-size:14px}.app-table thead{background:var(--color-surface-alt)}.app-table th{padding:14px 16px;color:var(--color-text-secondary);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-align:left;border-bottom:1px solid var(--color-border)}.app-table td{padding:16px;vertical-align:middle;border-bottom:1px solid var(--color-border)}.app-table tbody tr:last-child td{border-bottom:none}.app-table tbody tr:hover{background:#f8fafc}.table-main{font-weight:700;color:var(--color-text)}.table-secondary{margin-top:2px;color:var(--color-text-secondary);font-size:13px;font-weight:400}.table-muted{color:var(--color-text-muted)}.table-number{font-weight:700;white-space:nowrap}.table-actions{width:1%;white-space:nowrap;text-align:right}.table-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;font-size:13px;font-weight:700;white-space:nowrap}.table-badge-success{background:var(--success-bg);color:var(--success-text)}.table-badge-warning{background:var(--warning-bg);color:var(--warning-text)}.table-badge-danger{background:var(--danger-bg);color:var(--danger-text)}.table-badge-neutral{background:var(--color-surface-alt);color:var(--color-text-secondary)}.table-badge-primary{background:var(--color-primary-light);color:var(--color-primary)}.table-action-button{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:14px;font-weight:700}.table-action-button:hover{color:var(--color-text);background:var(--color-surface-alt)}.table-icon-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;color:var(--color-text-secondary)}.table-icon-button:hover{background:var(--color-surface-alt);border-color:var(--color-border);color:var(--color-text)}.app-table.compact th,.app-table.compact td{padding:12px 14px}.table-summary-row td{background:#f8fafc;font-weight:700;border-bottom:1px solid var(--color-border)}.table-total{display:inline-flex;align-items:center;padding:3px 8px;background:var(--color-primary-light);color:var(--color-primary);font-weight:800}@media(max-width:700px){.app-table{min-width:620px;font-size:14px}.app-table th{padding:12px;font-size:11px}.app-table td{padding:14px 12px}.table-secondary{font-size:12px}.table-action-button{height:32px;padding:0 10px;font-size:13px}}.employee-table-card{width:100%}.employee-table-scroll{width:100%;overflow-x:hidden}.employee-table{width:100%;min-width:0;table-layout:fixed}.employee-table__identity{width:32%}.employee-table__email{width:30%}.employee-table__phone{width:18%}.employee-table__status{width:12%;white-space:nowrap}.employee-table__actions{width:8%;white-space:nowrap}.employee-table__name,.employee-table__role,.employee-table__email span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.employee-table__name,.employee-table__role{max-width:100%}.employee-table__action-button svg{flex:0 0 auto}.employee-table__empty{padding:20px 16px;text-align:center}@media(max-width:900px){.employee-table__phone{display:none}.employee-table__identity{width:20%}.employee-table__email{width:34%}.employee-table__status{width:16%}.employee-table__actions{width:12%}}@media(max-width:700px){.employee-table{min-width:0;font-size:13px}.employee-table th,.employee-table td{padding:12px 10px}.employee-table__email{display:none}.employee-table__identity{width:40%}.employee-table__status,.employee-table__actions{width:15%}.employee-table .table-badge{min-height:26px;padding:0 8px;font-size:12px}.employee-table__action-label{display:none}.employee-table__action-button{width:34px;min-width:34px;height:34px;padding:0}}.timesheet-site-card__actionsPanel{margin-top:4px;padding-top:12px;border-top:1px solid var(--color-border)}.timesheet-site-card__actionsSummary{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:var(--color-text-secondary);font-size:12px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;-webkit-user-select:none;user-select:none}.timesheet-site-card__actionsSummary:hover{color:var(--color-text)}.timesheet-site-card__actionsSummary::marker{color:var(--color-text-muted)}.timesheet-site-card__actionsPanel[open] .timesheet-site-card__actionsSummary{margin-bottom:12px;color:var(--color-text)}.timesheet-site-card__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.timesheet-site-selector{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;width:100%}.timesheet-site-selector__field{min-width:0}.timesheet-site-selector__select{cursor:pointer}.timesheet-site-selector__actions{display:flex;align-items:flex-end;justify-content:flex-end}.timesheet-site-selector__actions .cta{width:38px;min-width:38px;max-width:38px;height:38px;min-height:38px;padding:0}.timesheet-site-selector__actions .cta__chevron{width:22px;height:22px}.period-selector{margin-bottom:24px}.period-selector__content{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:var(--color-surface);border:1px solid var(--color-border)}.period-selector__label{color:var(--color-text);font-size:15px;font-weight:900;line-height:1.2}.period-selector__select{width:auto;min-width:180px;height:40px;padding:0 38px 0 12px;background-color:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);font-size:14px;font-weight:700;outline:none;cursor:pointer;box-sizing:border-box}.period-selector__select:hover{border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border));background:var(--color-surface-alt)}.period-selector__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.timesheet-table{table-layout:fixed;width:100%}.timesheet-table__date{width:92px}.timesheet-table__sites{width:auto}.timesheet-table__total{width:64px}.timesheet-table__status{width:118px}.timesheet-table__actions{width:92px}.timesheet-table th,.timesheet-table td{min-width:0}.timesheet-table th:nth-child(1),.timesheet-table td:nth-child(1),.timesheet-table th:nth-child(2),.timesheet-table td:nth-child(2),.timesheet-table th:nth-child(4),.timesheet-table td:nth-child(4),.timesheet-table th:nth-child(5),.timesheet-table td:nth-child(5){padding-inline:8px;white-space:nowrap}.timesheet-table th:nth-child(2),.timesheet-table td:nth-child(2),.timesheet-table th:nth-child(4),.timesheet-table td:nth-child(4){text-align:center}.timesheet-table th:nth-child(5),.timesheet-table td:nth-child(5){text-align:right}.timesheet-table th:nth-child(4),.timesheet-table td:nth-child(4){width:1%;padding-inline:6px;text-align:center;white-space:nowrap}.timesheet-table .table-badge{max-width:100%;overflow:hidden;text-overflow:ellipsis}.timesheet-table .table-number{display:inline-flex;justify-content:center;min-width:max-content}.timesheet-table .table-secondary,.timesheet-table .table-main{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-week{display:flex;flex-direction:column;gap:20px;padding:12px;background:var(--color-surface);border:1px solid var(--color-border);transition:background-color .18s ease}.ts-week__summary{position:relative;cursor:pointer;list-style:none}.ts-week__summary[open]{background:var(--color-border)}.ts-week__summary:after{content:"⌄";position:absolute;bottom:0;translate:-30% 50%;left:0;transform:translateY(-50%);transition:transform .2s ease;color:var(--color-text-secondary);font-size:18px;font-weight:900}.ts-week[open] .ts-week__summary:after{transform:translateY(-50%) rotate(180deg)}.ts-week[open]{background:var(--color-border)}.ts-week__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.ts-week__titleBlock{min-width:0;display:flex;flex-direction:row;gap:4px}.ts-week__status{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);background:var(--color-surface-alt)}.ts-week__status--approved{color:var(--success-text);background:color-mix(in srgb,var(--success-text) 10%,var(--color-surface));border-color:color-mix(in srgb,var(--success-text) 28%,var(--color-border))}.ts-week__status--attention{color:var(--warning-text);background:color-mix(in srgb,var(--warning-text) 12%,var(--color-surface));border-color:color-mix(in srgb,var(--warning-text) 30%,var(--color-border))}.ts-week__status svg{stroke:currentColor}.ts-week__title{margin:0;color:var(--color-text);font-size:16px;font-weight:900;line-height:1.2}.ts-week__right{flex:0 0 auto;display:inline-flex;align-items:center;gap:var(--space-sm)}.ts-week__range{margin:0;color:var(--color-text-secondary);font-size:13px;font-weight:600;line-height:1.35}.ts-week__total{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:4px 6px 4px 12px;background:var(--color-surface-alt);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:13px;font-weight:700;white-space:nowrap}.ts-week__totalLabel{color:var(--color-text-secondary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.ts-week__totalValue{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;background:var(--color-primary-light);color:var(--color-primary);font-size:13px;font-weight:900}@media(max-width:700px){.ts-week__title{font-size:12px}.ts-week__range{font-size:10px}}.timesheet-form-page{max-width:1040px}.timesheet-form-section{gap:18px}.timesheet-form-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--color-border)}.timesheet-form-section__titleBlock{min-width:0;display:flex;flex-direction:column;gap:4px}.timesheet-form-section__title{margin:0;color:var(--color-text);font-size:16px;font-weight:900;line-height:1.2}.timesheet-form-section__description{margin:0;color:var(--color-text-secondary);font-size:13px;font-weight:600;line-height:1.4}.timesheet-date-field{max-width:280px}.timesheet-site-list,.timesheet-activity-list{display:flex;flex-direction:column;gap:14px}.timesheet-site-card{width:100%;padding:14px;background:var(--color-surface-alt);border:1px solid var(--color-border);box-sizing:border-box}.timesheet-site-card__content{display:flex;flex-direction:column;gap:14px}.timesheet-site-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid var(--color-border)}.timesheet-site-card__title{margin:0;color:var(--color-text);font-size:15px;font-weight:900;line-height:1.25}.timesheet-site-card__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding-top:4px}.timesheet-activity-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;width:100%;padding:10px;background:var(--color-surface);border:1px solid var(--color-border);box-sizing:border-box}.timesheet-activity-row__main,.timesheet-activity-row__control{min-width:0}.timesheet-activity-row__manual{display:flex;align-items:center;gap:8px;min-width:0}.timesheet-duration-fields{display:grid;grid-template-columns:64px auto 64px auto;align-items:center;gap:6px;white-space:nowrap}.timesheet-duration-fields__input{height:38px;padding-inline:8px;text-align:center}.timesheet-duration-fields__unit{color:var(--color-text-secondary);font-size:13px;font-weight:800}.timesheet-form-actions{z-index:5;margin-top:4px;padding:14px 0 0;background:linear-gradient(180deg,transparent,var(--color-surface) 32%)}@media(max-width:700px){.timesheet-site-selector{grid-template-columns:4fr 1fr;align-items:stretch;gap:10px}.timesheet-site-selector__actions{justify-content:flex-end}.timesheet-site-selector__actions .cta{width:100%;max-width:none}.period-selector{margin-bottom:18px}.period-selector__content{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.period-selector__select{width:100%;min-width:0}.timesheet-table{min-width:0;width:100%}.timesheet-table__date{width:86px}.timesheet-table__total{width:82px}.timesheet-table__status{width:auto}.timesheet-table__sites{width:0}.timesheet-table__actions{width:82px}.timesheet-table__sites,.timesheet-table th:nth-child(3),.timesheet-table td:nth-child(3){display:none}.timesheet-table th,.timesheet-table td{padding-inline:6px}.timesheet-table th:nth-child(2),.timesheet-table td:nth-child(2){padding-inline:4px}.timesheet-table .table-actions{text-align:right}}.timesheet-site-card__actionsPanel{padding-top:10px}.timesheet-site-card__actionsSummary{width:100%;justify-content:center}.timesheet-site-card__actions{flex-direction:column;align-items:stretch}.timesheet-site-card__actions .cta{max-width:none;width:100%}@media(min-width:520px)and (max-width:700px){.timesheet-table__date{width:88px}.timesheet-table__status{width:auto}.timesheet-table__total{width:56px}.timesheet-table__actions{width:84px}.timesheet-table__actions .timesheet-table__total,.timesheet-table__actions .timesheet-table th:nth-child(4),.timesheet-table__actions .timesheet-table td:nth-child(4){display:table-cell}.timesheet-table__actions .timesheet-table th:nth-child(4),.timesheet-table__actions .timesheet-table td:nth-child(4){padding-inline:4px;text-align:center}@media(min-width:701px){.timesheet-table__sites,.timesheet-table__total,.timesheet-table th:nth-child(3),.timesheet-table td:nth-child(3),.timesheet-table th:nth-child(4),.timesheet-table td:nth-child(4){display:table-cell}}}@media(max-width:700px){.timesheet-form-page{padding:12px}.timesheet-form-section__header{flex-direction:column;align-items:stretch;gap:12px}.timesheet-date-field{max-width:none}.timesheet-site-card{padding:12px}.timesheet-site-card__actions{flex-direction:column;align-items:stretch}.timesheet-site-card__actions .cta{max-width:none;width:100%}.timesheet-activity-row{grid-template-columns:1fr 1fr 1fr 1fr;align-items:stretch;gap:10px}.timesheet-duration-fields{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto}.timesheet-form-actions{flex-direction:column-reverse;align-items:stretch}.timesheet-form-actions .cta{width:100%;max-width:none}}.ts-view{width:min(100%,920px);display:flex;flex-direction:column;gap:var(--space-md);margin:0 auto;padding:var(--space-md);box-sizing:border-box}.ts-view-loading{width:min(100%,920px);margin:0 auto;padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:700;box-sizing:border-box}.ts-view__reason{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);background:var(--danger-bg);border:1px solid color-mix(in srgb,var(--danger-text) 22%,var(--color-border));box-sizing:border-box}.ts-view__reason-label{color:var(--danger-text);font-size:var(--text-xs);font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.05em}.ts-view__reason-text{margin:0;color:var(--color-text);font-size:var(--text-sm);font-weight:650;line-height:1.45}@media(max-width:700px){.ts-view{gap:var(--space-xl);padding:12px}.ts-view__reason{padding:14px}}.ts-view__header{width:100%;padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);box-sizing:border-box}.ts-view__header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.ts-view__titleBlock{min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.ts-view__eyebrow{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.05em}.ts-view__title{margin:0;color:var(--color-text);font-size:var(--text-lg);font-weight:900;line-height:1.15}.ts-view__subtitle{margin:0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600;line-height:1.35}.ts-view__header .table-badge{flex:0 0 auto}.ts-view__meta{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);overflow:hidden}.ts-view__meta-row{display:grid;grid-template-columns:170px minmax(0,1fr);align-items:center;gap:var(--space-md);min-height:46px;padding:12px var(--space-md);border-bottom:1px solid var(--color-border)}.ts-view__meta-row:last-child{border-bottom:none}.ts-view__meta-label{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.ts-view__meta-value{min-width:0;color:var(--color-text);font-size:var(--text-sm);font-weight:800;line-height:1.35}.ts-view__meta-value--total{width:fit-content;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;background:var(--color-primary-light);color:var(--color-primary)}.ts-view__meta-list{min-width:0;color:var(--color-text);font-size:var(--text-sm);font-weight:650;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-view__section{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);overflow:hidden}.ts-view__section-header{padding:12px var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.ts-view__section-title{margin:0;color:var(--color-text);font-size:var(--text-md);font-weight:900;line-height:1.2}.ts-view__section-description{margin:3px 0 0;color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:600;line-height:1.35}.ts-view__site-list{display:flex;flex-direction:column}.ts-view__empty{padding:14px var(--space-md);color:var(--color-text-secondary);background:var(--color-surface-alt);font-size:var(--text-sm);font-weight:700}@media(max-width:700px){.ts-view__section-header,.ts-view__empty{padding:12px 14px}}.ts-view__site-card{display:flex;flex-direction:column;background:var(--color-surface)}.ts-view__site-card+.ts-view__site-card{border-top:1px solid var(--color-border)}.ts-view__site-header{padding:10px var(--space-md) 8px;background:var(--color-surface-alt);border-bottom:1px solid var(--color-border)}.ts-view__site-title{margin:0;color:var(--color-text);font-size:var(--text-sm);font-weight:900;line-height:1.25}@media(max-width:700px){.ts-view__site-header{padding:10px 14px 8px}}@media(max-width:700px){.ts-view__activity-row{gap:var(--space-sm);min-height:36px;padding:9px 14px}.ts-view__activity-label,.ts-view__activity-duration{font-size:13px}}.ts-view__activity-list{display:flex;flex-direction:column}.ts-view__activity-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-md);min-height:38px;padding:9px var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.ts-view__activity-row:last-child{border-bottom:none}.ts-view__activity-label{min-width:0;color:var(--color-text);font-size:var(--text-sm);font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-view__activity-duration{color:var(--color-text);font-size:var(--text-sm);font-weight:800;line-height:1.2;white-space:nowrap}.timesheet-activities-table{width:100%;display:flex;flex-direction:column;border:1px solid var(--color-border);background:var(--color-surface);overflow:hidden}.timesheet-activities-table__header,.timesheet-activity-row{display:grid;grid-template-columns:minmax(0,1fr) 72px 72px 38px;align-items:center;gap:8px;width:100%}.timesheet-activities-table__header{min-height:34px;padding:0 8px;background:var(--color-surface-alt);border-bottom:1px solid var(--color-border);color:var(--color-text-secondary);font-size:11px;font-weight:800;line-height:1.2;letter-spacing:.04em}.timesheet-activities-table__header span:nth-child(2),.timesheet-activities-table__header span:nth-child(3){text-align:center}.timesheet-activities-table__body{display:flex;flex-direction:column}.timesheet-activity-row{min-width:0;padding:8px;background:var(--color-surface);border:0;border-bottom:1px solid var(--color-border);box-sizing:border-box}.timesheet-activity-row:last-child{border-bottom:0}.timesheet-activity-row__main{min-width:0}.timesheet-activity-row__control{height:36px;min-width:0;padding-inline:10px;font-size:13px}.timesheet-activity-row__manual{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:6px;min-width:0}.timesheet-duration-fields{display:contents}.timesheet-duration-fields__input{width:100%;height:36px;padding-inline:4px;text-align:center;font-size:13px}.timesheet-activity-row>.cta,.timesheet-activity-row__manual .activity__iconBtn{width:34px;min-width:34px;max-width:34px;height:34px;min-height:34px;padding:0}.timesheet-activity-row>.cta .cta__chevron,.timesheet-activity-row__manual .activity__iconBtn .cta__chevron{width:20px;height:20px}@media(max-width:700px){.timesheet-activities-table__header,.timesheet-activity-row{grid-template-columns:minmax(0,1fr) 48px 56px 32px;gap:5px}.timesheet-activities-table__header{min-height:30px;padding-inline:7px;font-size:10px}.timesheet-activity-row{padding:7px}.timesheet-activity-row__control{height:34px;padding-inline:7px;font-size:12px}.timesheet-duration-fields__input{height:34px;font-size:12px}.timesheet-activity-row>.cta,.timesheet-activity-row__manual .activity__iconBtn{width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px}.timesheet-activity-row>.cta .cta__chevron,.timesheet-activity-row__manual .activity__iconBtn .cta__chevron{width:18px;height:18px}}@media(max-width:420px){.timesheet-activities-table__header,.timesheet-activity-row{grid-template-columns:minmax(0,1fr) 42px 48px 30px;gap:4px}.timesheet-activity-row{padding:6px}.timesheet-activity-row__control{height:32px;padding-inline:6px;font-size:12px}.timesheet-duration-fields__input{height:32px}.timesheet-activity-row>.cta,.timesheet-activity-row__manual .activity__iconBtn{width:30px;min-width:30px;max-width:30px;height:30px;min-height:30px}}.timesheet-site-handwritten{display:flex;flex-direction:column;gap:var(--space-md);width:100%}.timesheet-site-handwritten__actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-sm)}.timesheet-site-handwritten__actions .cta{width:auto}@media(max-width:700px){.timesheet-site-handwritten__actions{justify-content:stretch}.timesheet-site-handwritten__actions .cta{flex:1 1 0;max-width:none}}.menu{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);z-index:1000}.menu__header{display:flex;align-items:center;justify-content:center;padding:var(--space-sm);border-bottom:1px solid var(--color-border)}.menu__toggle,.menu-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;transition:background-color .14s ease,color .14s ease,border-color .14s ease}.menu__toggle:hover,.menu-mobile-toggle:hover{background:var(--color-surface-alt);color:var(--color-text)}.menu__sections{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-sm)}.menu-section{display:flex;flex-direction:column;gap:var(--space-xs)}.menu-section__title{padding:0 10px;color:var(--color-text-muted);font-size:11px;font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.06em}.menu-section .menu__links{padding:0}.menu__links{display:flex;flex-direction:column;gap:var(--space-xs)}.menu-link{min-width:0;display:flex;align-items:center;gap:var(--space-sm);height:40px;padding:0 10px;color:var(--color-text-secondary);border:1px solid transparent;font-size:var(--text-sm);font-weight:700;line-height:1;text-decoration:none;transition:background-color .14s ease,color .14s ease,border-color .14s ease}.menu-link:hover{background:var(--color-surface-alt);color:var(--color-text)}.menu-link--active{background:var(--color-primary-light);color:var(--color-primary);border-color:color-mix(in srgb,var(--color-primary) 22%,var(--color-border))}.menu-link__iconWrap{flex:0 0 auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.menu-link__icon{stroke:currentColor}.menu-link__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:768px){.menu--closed .menu-section__title{display:none}.menu--closed .menu__sections{gap:var(--space-sm);padding:var(--space-sm)}}.menu-mobile-toggle{position:fixed;top:var(--space-md);left:var(--space-md);z-index:1200;box-shadow:var(--shadow-card)}.menu-overlay{position:fixed;inset:0;z-index:950;background:#0f172a47;border:0;cursor:pointer}@media(max-width:767px){.menu{position:fixed;top:0;bottom:0;left:0;z-index:1100;width:min(82vw,300px);display:flex;flex-direction:column;border-top:0;border-bottom:0;border-left:0;transform:translate(-105%);transition:transform .18s ease}.menu--open{transform:translate(0)}.menu--closed{transform:translate(-105%)}.menu__header{justify-content:flex-end;min-height:68px;padding:var(--space-md)}.menu__toggle{display:inline-flex}.menu__links{gap:var(--space-sm);padding:var(--space-md)}.menu-link{height:44px;padding:0 12px;font-size:var(--text-sm)}.menu__sections{gap:var(--space-lg);padding:var(--space-md)}.menu-section{gap:var(--space-sm)}.menu-section__title{padding:0 12px}.menu-link__label{display:inline}}@media(min-width:768px){.menu-mobile-toggle,.menu-overlay{display:none}.menu{position:fixed;top:0;bottom:0;left:0;display:flex;flex-direction:column;border-top:0;border-bottom:0;border-left:0;transition:width .18s ease}.menu--closed{width:64px}.menu--open{width:220px}.menu__header{min-height:64px}.menu__links{flex:1;overflow-y:auto}.menu--closed .menu-link{justify-content:center;padding:0}.menu--closed .menu-link__label{display:none}.menu--open .menu-link__label{display:inline}.menu--closed .menu__toggle{width:40px}}@media(min-width:768px){.page{--app-menu-width: 64px}.page--menu-open{--app-menu-width: 220px}.page--menu-closed{--app-menu-width: 64px}.page .page-header,.page .hero{margin-left:var(--app-menu-width);transition:margin-left .18s ease}}@media(max-width:767px){.page .page-header{padding-left:68px}.page .hero{margin-left:0}}.flex-col{display:flex;flex-direction:column}.flex-col.center{align-items:center}.flex-row{display:flex;flex-direction:row}.flex-row.center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.align-center{align-items:center}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.site-table-card{margin-top:var(--space-md)}.site-table{table-layout:fixed;width:100%}.site-table__name{width:100px}.site-table__status{width:130px}.site-table__creator{width:100px}.site-table__created-at{width:130px}.site-table__actions{width:100px}.site-table th,.site-table td{min-width:0}.site-table th:nth-child(2),.site-table td:nth-child(2),.site-table th:nth-child(4),.site-table td:nth-child(4){text-align:center}.site-table th:nth-child(5),.site-table td:nth-child(5){text-align:right}.site-table .table-main,.site-table .table-secondary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-table .table-badge{max-width:100%}.site-table .table-number{display:inline-flex;justify-content:center;min-width:max-content}.site-table__sort-button{display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;border:0;color:inherit;font:inherit;line-height:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.site-table__sort-button:hover{color:var(--color-text);text-decoration:underline;text-underline-offset:3px}.site-table__empty{padding:28px 16px;color:var(--color-text-secondary);text-align:center;font-size:14px;font-weight:700}.prestation-group-form-modal{width:min(100%,620px)}.prestation-form-section{display:flex;flex-direction:column;border:1px solid var(--color-border);overflow:hidden}.prestation-form-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:12px var(--space-md);background:var(--color-surface-alt);border-bottom:1px solid var(--color-border)}.prestation-form-section__title{margin:0;color:var(--color-text);font-size:var(--text-md);font-weight:900;line-height:1.2}.prestation-form-section__description{margin:4px 0 0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600;line-height:1.35}.prestation-form-row-list{display:flex;flex-direction:column}.prestation-form-row{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:var(--space-sm);padding:8px;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-sizing:border-box}.prestation-form-row:last-child{border-bottom:none}.prestation-form-row__main{min-width:0}@media(max-width:700px){.prestation-group-form-modal{width:100%}.prestation-form-section__header{flex-direction:column;align-items:stretch;gap:var(--space-sm);padding:12px}.prestation-form-section__header .cta{width:100%}.prestation-form-row{grid-template-columns:minmax(0,1fr) 32px;gap:6px;padding:7px}}@media(max-width:650px){.site-table-card .table-scroll{overflow-x:hidden}.site-table.app-table{width:100%;min-width:0;table-layout:fixed}.site-table__name{width:auto}.site-table__status{width:92px}.site-table__creator,.site-table__created-at{width:0}.site-table__actions{width:72px}.site-table th:nth-child(3),.site-table td:nth-child(3),.site-table th:nth-child(4),.site-table td:nth-child(4){display:none}.site-table th,.site-table td{padding-inline:8px}}@media(max-width:520px){.site-table__status,.site-table__creator,.site-table__actions{width:1fr}.site-table th,.site-table td{padding-inline:6px}.site-table .table-badge{padding-inline:8px;font-size:12px}.site-table .cta{padding-inline:8px;font-size:13px}}@media(max-width:700px){.site-form__actions{flex-direction:column}}.site-view{width:min(100%,920px);display:flex;flex-direction:column;gap:var(--space-md);margin:0 auto;padding:var(--space-md);box-sizing:border-box}.site-view--state{padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:700}.site-view__content{display:flex;flex-direction:column;gap:var(--space-md)}.site-view__header{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);box-sizing:border-box}.site-view__title-block{min-width:0;display:flex;flex-direction:column;gap:var(--space-xs)}.site-view__eyebrow{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.05em}.site-view__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md)}.site-view__title{min-width:0;margin:0;color:var(--color-text);font-size:clamp(22px,4vw,30px);font-weight:900;line-height:1.1;overflow:hidden;text-overflow:ellipsis}.site-view__title-row .table-badge{flex:0 0 auto}.site-view__meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid var(--color-border)}.site-view__meta-item{min-width:0;display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--color-surface-alt);border:1px solid var(--color-border)}.site-view__meta-label{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:400;line-height:1.2;letter-spacing:.04em}.site-view__meta-value{min-width:0;color:var(--color-text);font-size:var(--text-sm);font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-view__section{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);overflow:hidden}.site-view__section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.site-view__section-title{margin:0;color:var(--color-text);font-size:var(--text-md);font-weight:900;line-height:1.2}.site-view__section-description{margin:4px 0 0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600;line-height:1.35}.site-view__kpi-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md);padding:var(--space-md)}.site-view__kpi-card{min-width:0;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);overflow:hidden}.site-view__kpi-card-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:12px var(--space-md);background:var(--color-surface-alt);border-bottom:1px solid var(--color-border)}.site-view__kpi-year{margin:0;color:var(--color-text);font-size:var(--text-md);font-weight:900;line-height:1.2}.site-view__total{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;background:var(--color-primary-light);color:var(--color-primary);font-size:var(--text-sm);font-weight:900;white-space:nowrap}.site-view__activity-list{display:flex;flex-direction:column}.site-view__activity-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-md);min-height:42px;padding:10px var(--space-md);border-bottom:1px solid var(--color-border)}.site-view__activity-row:last-child{border-bottom:none}.site-view__activity-label{min-width:0;color:var(--color-text);font-size:var(--text-sm);font-weight:650;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-view__activity-total{color:var(--color-text);font-size:var(--text-sm);font-weight:900;line-height:1.2;white-space:nowrap}.site-view__empty{padding:var(--space-md);color:var(--color-text-secondary);background:var(--color-surface-alt);font-size:var(--text-sm);font-weight:700}.site-view__empty-inline{padding:12px var(--space-md);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:700}.site-view__actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:var(--space-sm);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card)}@media(max-width:700px){.site-view{gap:var(--space-md);padding:12px}.site-view__title-row{flex-direction:column;align-items:flex-start;gap:var(--space-sm)}.site-view__meta-grid{grid-template-columns:1fr 1fr}.site-view__kpi-list{grid-template-columns:1fr;gap:var(--space-sm);padding:12px}.site-view__section-header,.site-view__header,.site-view__actions{padding:14px}.site-view__actions{flex-direction:column-reverse;align-items:stretch}.site-view__actions .cta{width:100%;max-width:none}}.prestation-page{width:min(100%,1040px);display:flex;flex-direction:column;gap:var(--space-md);margin:0 auto;padding:var(--space-md);box-sizing:border-box}.prestation-action-bar{display:flex;justify-content:flex-end;align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.prestation-section{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);box-sizing:border-box}.prestation-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.prestation-section__title{margin:0;color:var(--color-text);font-size:var(--text-lg);font-weight:900;line-height:1.15}.prestation-section__description{margin:4px 0 0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600;line-height:1.4}.prestation-group-list{display:flex;flex-direction:column;gap:var(--space-md)}.prestation-group-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);overflow:hidden}.prestation-group-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:12px var(--space-md);background:var(--color-surface-alt);border-bottom:1px solid var(--color-border)}.prestation-group-card__title-block{min-width:0;display:flex;flex-direction:column;gap:3px}.prestation-group-card__eyebrow{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.05em}.prestation-group-card__title{min-width:0;margin:0;color:var(--color-text);font-size:var(--text-md);font-weight:900;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prestation-row-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-sm);padding:var(--space-md)}.prestation-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-md);min-height:46px;padding:10px 12px;background:var(--color-surface);border:1px solid var(--color-border);box-sizing:border-box}.prestation-row:last-child{border-bottom:1px solid var(--color-border)}.prestation-row:hover{background:#f8fafc}.prestation-row__main{min-width:0}.prestation-row__label{display:block;color:var(--color-text);font-size:var(--text-sm);font-weight:750;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prestation-row__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:var(--space-xs);white-space:nowrap}.prestation-icon-button{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer}.prestation-icon-button:hover{background:var(--color-surface-alt);color:var(--color-text)}.prestation-icon-button--danger{color:var(--danger-text)}.prestation-icon-button--danger:hover{background:var(--danger-bg);border-color:color-mix(in srgb,var(--danger-text) 24%,var(--color-border));color:var(--danger-text)}.prestation-empty{padding:var(--space-md);color:var(--color-text-secondary);background:var(--color-surface-alt);border:1px solid var(--color-border);font-size:var(--text-sm);font-weight:700}.prestation-empty--inline{border:none}.prestation-edit-modal{width:min(100%,460px);display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);box-sizing:border-box}.prestation-edit-modal__header{display:flex;flex-direction:column;gap:4px;padding-bottom:var(--space-md);border-bottom:1px solid var(--color-border)}.prestation-edit-modal__title{margin:0;color:var(--color-text);font-size:var(--text-lg);font-weight:900;line-height:1.15}.prestation-edit-modal__description{margin:0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600;line-height:1.4}.prestation-edit-modal__actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:var(--space-sm);padding-top:var(--space-xs)}.prestation-choice-modal{width:min(100%,520px)}.prestation-choice-list{display:flex;flex-direction:column;gap:var(--space-sm)}.prestation-choice-card{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:var(--space-md);padding:14px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);text-align:left;cursor:pointer;box-sizing:border-box}.prestation-choice-card:hover{background:var(--color-surface-alt);border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border))}.prestation-choice-card__icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary-light);color:var(--color-primary)}.prestation-choice-card__content{min-width:0;display:flex;flex-direction:column;gap:3px}.prestation-choice-card__title{color:var(--color-text);font-size:var(--text-sm);font-weight:900;line-height:1.25}.prestation-choice-card__description{color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:600;line-height:1.35}@media(max-width:700px){.prestation-choice-modal{width:100%}.prestation-choice-card{grid-template-columns:38px minmax(0,1fr);gap:var(--space-sm);padding:12px}.prestation-choice-card__icon{width:38px;height:38px}}@media(max-width:700px){.prestation-page{gap:var(--space-md);padding:12px}.prestation-action-bar{align-items:stretch}.prestation-action-bar .cta{width:100%}.prestation-section{padding:14px}.prestation-section__header{padding-bottom:14px}.prestation-section__title{font-size:var(--text-md)}.prestation-row-list{display:flex;flex-direction:column;gap:0;padding:0}.prestation-row{border:0;border-bottom:1px solid var(--color-border);gap:var(--space-sm);padding:9px 12px}.prestation-row:last-child{border-bottom:none}.prestation-icon-button{width:32px;height:32px}.prestation-edit-modal__actions{flex-direction:column-reverse;align-items:stretch}.prestation-edit-modal__actions .cta{width:100%}}.hours-page{width:min(100%,1120px);display:flex;flex-direction:column;gap:var(--space-md);margin:0 auto;padding:var(--space-md);box-sizing:border-box}.hours-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.hours-actions__period{min-width:0}.hours-actions__download{flex:0 0 auto}.hours-period-selector{display:flex;align-items:center;gap:var(--space-sm);min-width:0}.hours-period-selector__label{color:var(--color-text);font-size:var(--text-sm);font-weight:900;line-height:1.2}.hours-period-selector__select{width:auto;min-width:190px;height:38px;cursor:pointer}.hours-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-md)}.hours-card{min-width:0;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);overflow:hidden}.hours-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-md);padding:var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.hours-card__employee{min-width:0;display:flex;flex-direction:column;gap:4px}.hours-card__eyebrow{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.05em}.hours-card__title{min-width:0;margin:0;color:var(--color-text);font-size:var(--text-lg);font-weight:900;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hours-card__total{flex:0 0 auto;display:inline-flex;align-items:center;gap:var(--space-sm);min-height:34px;padding:4px 6px 4px 12px;background:var(--color-surface-alt);border:1px solid var(--color-border);color:var(--color-text-secondary);white-space:nowrap}.hours-card__total-label{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.hours-card__total-value{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;background:var(--color-primary-light);color:var(--color-primary);font-size:var(--text-sm);font-weight:900}.hours-week-list{display:flex;flex-direction:column}.hours-week-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:var(--space-md);min-height:44px;padding:10px var(--space-md);border-bottom:1px solid var(--color-border)}.hours-week-row:last-child{border-bottom:none}.hours-week-row:hover{background:#f8fafc}.hours-week-row__week{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 8px;background:var(--color-surface-alt);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:900;white-space:nowrap}.hours-week-row__dates{min-width:0;color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:650;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hours-week-row__total{color:var(--color-text);font-size:var(--text-sm);font-weight:900;line-height:1.2;white-space:nowrap}.hours-holidays{display:flex;flex-direction:column;margin-top:auto;border-top:1px solid var(--color-border)}.hours-holidays__header{padding:10px var(--space-md);background:var(--color-surface-alt);color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:900;line-height:1.2;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border)}.hours-holidays__list{display:flex;flex-direction:column}.hours-holiday-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-md);min-height:40px;padding:9px var(--space-md);border-bottom:1px solid var(--color-border)}.hours-holiday-row:last-child{border-bottom:none}.hours-holiday-row__date{color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:700}.hours-holiday-row__total{color:var(--color-text);font-size:var(--text-sm);font-weight:900;white-space:nowrap}.hours-empty{padding:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:700;text-align:center}@media(max-width:900px){.hours-report-grid{grid-template-columns:1fr}}@media(max-width:700px){.hours-page{padding:12px}.hours-actions{flex-direction:column;align-items:stretch;padding:14px}.hours-actions__download .cta{width:100%}.hours-period-selector{flex-direction:column;align-items:stretch}.hours-period-selector__select{width:100%;min-width:0}.hours-card__header{flex-direction:column;align-items:stretch;padding:14px}.hours-card__total{justify-content:space-between}.hours-week-row{grid-template-columns:48px minmax(0,1fr) auto;gap:var(--space-sm);padding:9px 12px}.hours-week-row__week,.hours-week-row__dates,.hours-week-row__total,.hours-holiday-row__date,.hours-holiday-row__total{font-size:13px}.hours-holidays__header,.hours-holiday-row{padding-inline:12px}}.dashboard{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:32px 0}.dashboard__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.dashboard__title{margin:0;color:#111827;font-size:2rem;font-weight:800;letter-spacing:-.03em}.dashboard__subtitle{margin:8px 0 0;color:#6b7280;font-size:.95rem}.dashboard__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.dashboard-card{padding:20px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 10px 25px #0f172a0f;cursor:pointer}.dashboard-card--primary{border-color:#bfdbfe;background:linear-gradient(135deg,#eff6ff,#fff)}.dashboard-card--warning{border-color:#fed7aa;background:linear-gradient(135deg,#fff7ed,#fff)}.dashboard-card__label{margin:0;color:#6b7280;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.dashboard-card__value{margin:12px 0 0;color:#111827;font-size:2.25rem;font-weight:800;line-height:1}.dashboard-card__description{margin:8px 0 0;color:#6b7280;font-size:.95rem}.dashboard-section{padding:22px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 10px 25px #0f172a0f;cursor:pointer}.dashboard-section__header{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.dashboard-section__title{margin:0;color:#111827;font-size:1.25rem;font-weight:800}.dashboard-section__description{margin:6px 0 0;color:#6b7280;font-size:.95rem}.dashboard-site-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.dashboard-site{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:14px;background:#f9fafb}.dashboard-site__dot{width:10px;height:10px;flex:0 0 auto;border-radius:999px;background:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.dashboard-site__name{color:#111827;font-size:.95rem;font-weight:600}.dashboard-empty{padding:18px;border:1px dashed #d1d5db;border-radius:14px;background:#f9fafb;color:#6b7280;font-size:.95rem;text-align:center}@media(max-width:768px){.dashboard{width:min(100% - 20px,1120px);padding:20px 0}.dashboard__grid{grid-template-columns:1fr}.dashboard__title{font-size:1.6rem}.dashboard-card__value{font-size:2rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
