*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f1f5f9;color:#1e293b;line-height:1.6}[hidden]{display:none!important}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}ul,ol{list-style:none}.admin-container{display:flex;min-height:100vh}.main-content{flex:1;min-width:0;margin-left:260px;display:flex;flex-direction:column;transition:margin-left .3s ease}.content-wrapper{padding:30px;flex:1}.sidebar{width:260px;background-color:#1e293b;color:#e2e8f0;position:fixed;height:100vh;overflow-y:auto;box-shadow:2px 0 10px #0000001a;z-index:1000;transition:width .3s ease}.sidebar .logo-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;padding:24px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar .logo{width:auto;display:block;transition:height .3s ease}.sidebar .logo--akki{height:26px}.sidebar .logo--sherlockode{height:34px}.sidebar .logo-separator{width:1px;height:24px;background:#ffffff2e;flex-shrink:0}.sidebar .sidebar-nav{padding:20px 0}.sidebar .sidebar-link{display:flex;align-items:center;padding:14px 24px;color:#e2e8f0;text-decoration:none;transition:all .3s ease;border-left:3px solid transparent;cursor:pointer;width:100%;border:none;background:none;font-size:15px;font-family:inherit;text-align:left}.sidebar .sidebar-link:hover{background-color:#334155;border-left-color:#3b82f6}.sidebar .sidebar-link.active{background-color:#334155;border-left-color:#3b82f6;color:#fff;font-weight:500}.sidebar .sidebar-link .icon{font-size:20px;width:30px;display:inline-flex;justify-content:center;margin-right:12px;transition:margin-right .3s ease}.sidebar .sidebar-link .text{flex:1;opacity:1;line-height:1.35;transition:opacity .3s ease}.sidebar .sidebar-divider{height:1px;background-color:#ffffff1a;margin:20px 16px}.sidebar .sidebar-section summary{cursor:pointer;display:flex;align-items:center;gap:12px}.sidebar .sidebar-section summary .text{flex:1}.sidebar .sidebar-section summary{list-style:none}.sidebar .sidebar-section summary::-webkit-details-marker{display:none}.sidebar .sidebar-section summary:hover{color:#ffffffb3}.sidebar .sidebar-section summary:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:-2px}.sidebar .sidebar-section summary:after{content:"";flex:0 0 auto;width:10px;height:7px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;transition:transform .3s ease}.sidebar .sidebar-section[open]>summary:after{transform:rotate(180deg)}.sidebar .sidebar-section[open]>summary .sidebar-alert{display:none}.sidebar .sidebar-alert{flex:0 0 auto;color:#ef4444;font-size:15px;line-height:1}.sidebar .sidebar-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background-color:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:20px}.sidebar .sidebar-section-title{padding:0 24px 8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff6;white-space:nowrap;overflow:hidden}.sidebar .sidebar-user{padding:0 24px 12px;font-size:13px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar .logout-form{margin:0}.sidebar .logout-link{color:#f87171}.sidebar .logout-link:hover{background-color:#f871711a;border-left-color:#f87171}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#ffffff0d}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar-overlay{display:none;position:fixed;inset:0;z-index:999;background-color:#0f172a80;opacity:0;pointer-events:none;transition:opacity .3s ease}.sidebar-overlay.is-open{opacity:1;pointer-events:auto}body.has-open-sidebar{overflow:hidden}.top-header{background-color:#fff;padding:20px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;gap:16px}.top-header .page-title{flex:1;min-width:0;font-size:24px;font-weight:600;color:#1e293b}.top-header .user-info{display:flex;align-items:center;gap:12px}.top-header .user-name{font-size:14px;color:#1e293b;font-weight:500}.top-header .user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.mobile-tabs{display:none;position:fixed;right:0;bottom:0;left:0;z-index:900;height:56px;padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:content-box;background-color:#ffffffeb;border-top:1px solid rgba(15,23,42,.12)}@supports (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px)){.mobile-tabs{background-color:#ffffffb8;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.mobile-tabs__item{flex:1 1 0;min-width:0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 2px;border:0;background:none;font-family:inherit;color:#64748b;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-tabs__item.is-active{color:#3b82f6}.mobile-tabs__item:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px;border-radius:6px}.mobile-tabs__icon{width:24px;height:24px;flex:0 0 auto}.mobile-tabs__label{font-size:10px;font-weight:600;line-height:1;letter-spacing:-.01em;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-tabs__alert{position:absolute;top:6px;left:50%;margin-left:6px;width:8px;height:8px;border-radius:50%;background-color:#ef4444}@media (max-width: 768px){.mobile-tabs{display:flex}.main-content>.content-wrapper{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}}.alert{padding:16px 20px;border-radius:8px;margin-bottom:20px;font-size:14px;animation:slideDown .3s ease}.alert-success{background-color:#dcfce7;color:#166534}.alert-error{background-color:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.badge{display:inline-block;padding:4px 12px;border-radius:50%;font-size:12px;font-weight:600;white-space:nowrap}.badge--pending{background:#fef9c3;color:#854d0e}.badge--success{background:#dcfce7;color:#166534}.badge--danger{background:#fee2e2;color:#991b1b}.badge--muted{background:#e2e8f0;color:#64748b}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease}.stat-card h3{font-size:14px;color:#64748b;margin-bottom:12px;text-transform:uppercase;font-weight:600}.stat-card .stat-number{font-size:32px;font-weight:700;color:#1e293b;margin:0}.stat-card .stat-label{font-size:13px;color:#94a3b8}.stat-card--link:hover{transform:translateY(-4px)}.stat-card--link{display:block}.recent-activity{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014}.recent-activity h2{font-size:20px;margin-bottom:16px;color:#1e293b}.app-dialog{position:relative;margin:auto;border:none;border-radius:10px;padding:24px;max-width:440px;width:90%;box-shadow:0 10px 40px #0003;opacity:1;transform:translateY(0) scale(1);transition:opacity .16s cubic-bezier(.16,1,.3,1),transform .16s cubic-bezier(.16,1,.3,1),display .16s allow-discrete,overlay .16s allow-discrete}.app-dialog[open]{transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1),display .26s allow-discrete,overlay .26s allow-discrete}.app-dialog:not([open]){opacity:0;transform:translateY(16px) scale(.96)}@starting-style{.app-dialog[open]{opacity:0;transform:translateY(16px) scale(.96)}}.app-dialog::backdrop{background:transparent;transition:background-color .16s cubic-bezier(.16,1,.3,1),display .16s allow-discrete,overlay .16s allow-discrete}.app-dialog[open]::backdrop{background:#0f172a66;transition:background-color .26s cubic-bezier(.16,1,.3,1),display .26s allow-discrete,overlay .26s allow-discrete}@starting-style{.app-dialog[open]::backdrop{background:transparent}}@media (prefers-reduced-motion: reduce){.app-dialog{transform:none}.app-dialog:not([open]){transform:none}@starting-style{.app-dialog[open]{transform:none}}}.app-dialog h3{margin-bottom:16px;color:#1e293b;font-size:18px}.app-dialog p{color:#64748b;margin-bottom:16px}.app-dialog textarea{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:14px}.app-dialog__error{padding:12px;border:1px solid #ef4444;border-radius:6px;background:#fee2e2;color:#991b1b}.app-dialog__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.app-dialog__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:none;color:#64748b;font-size:24px;line-height:1;cursor:pointer}.app-dialog__close:hover{background:#f1f5f9;color:#1e293b}.app-dialog--member{max-width:520px;text-align:center}.app-dialog--absence{max-width:480px}.app-dialog--absence label{display:block;margin-bottom:4px;color:#64748b;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.app-dialog--absence select,.app-dialog--absence input[type=date]{width:100%;margin-bottom:16px;padding:9px 10px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-family:inherit;font-size:14px;color:#1e293b}.app-dialog--absence input[type=date]{margin-bottom:8px}.app-dialog--absence textarea{margin-bottom:16px}.app-dialog__row{display:flex;gap:16px}.app-dialog__row>div{flex:1;min-width:0}.app-dialog__error{margin:-8px 0 16px;color:#991b1b;font-size:12px}.app-dialog__note{margin-top:8px;font-size:12px;font-style:italic}.dropzone{width:420px;max-width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:6px;background-color:#fff;transition:border-color .3s ease,background-color .3s ease}.dropzone--ready{padding:24px 16px;border:2px dashed #cbd5e1;text-align:center;cursor:pointer}.dropzone--ready:hover{border-color:#3b82f6}.dropzone:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640}.dropzone--dragging{border-color:#3b82f6;background-color:#3b82f60f}.dropzone__prompt{display:flex;flex-direction:column;gap:2px;-webkit-user-select:none;user-select:none}.dropzone__title{font-weight:600;color:#1e293b}.dropzone__action{font-size:13px;color:#64748b}.dropzone__file:not(:empty){margin-top:8px;font-size:13px;font-weight:600;color:#3b82f6;overflow-wrap:anywhere}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.pagination .btn-ghost.is-disabled{opacity:.5;cursor:default}.pagination__page{font-size:14px;color:#64748b}@media (max-width: 768px){.pagination__page-word{display:none}}.richtext{display:flex;flex-direction:column;gap:6px}.richtext__toolbar{display:flex;gap:4px}.richtext__button{min-width:32px;height:32px;padding:0 8px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#1e293b;font-size:14px;line-height:1}.richtext__button:hover{background:#f1f5f9}.richtext__button.is-active{border-color:#3b82f6;background:#f1f5f9;color:#3b82f6}.richtext__button--is-bold{font-weight:700}.richtext__button--is-italic{font-style:italic}.richtext__button--is-underline{text-decoration:underline}.richtext__editor{min-height:160px;max-height:420px;overflow-y:auto;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.6;color:#1e293b}.richtext__editor:focus{outline:none;border-color:#3b82f6}.richtext__editor p,.richtext__editor div,.richtext__editor ul,.richtext__editor ol{margin-bottom:8px}.richtext__editor p:last-child,.richtext__editor div:last-child,.richtext__editor ul:last-child,.richtext__editor ol:last-child{margin-bottom:0}.richtext__editor ul,.richtext__editor ol{padding-left:20px}.richtext__editor ul{list-style:disc}.richtext__editor ol{list-style:decimal}.richtext__editor strong,.richtext__editor b{font-weight:700}.richtext__editor em,.richtext__editor i{font-style:italic}.richtext__editor u{text-decoration:underline}.richtext__counter{align-self:flex-end}.richtext__counter.is-over{color:#991b1b;font-weight:600}.form-select{appearance:none;padding:8px 36px 8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#1e293b;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .3s ease}.form-select:hover{border-color:#64748b}.form-select:focus-visible{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640}.switch{display:inline-flex;align-items:center;gap:12px;cursor:pointer}.switch__control{position:absolute;opacity:0;width:44px;height:26px;margin:0;cursor:pointer}.switch__track{position:relative;flex:0 0 auto;width:44px;height:26px;border-radius:13px;background-color:#cbd5e1;transition:background-color .3s ease}.switch__knob{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background-color:#fff;box-shadow:0 1px 3px #0000004d;transition:transform .3s ease}.switch__control:checked+.switch__track{background-color:#22c55e}.switch__control:checked+.switch__track .switch__knob{transform:translate(18px)}.switch__control:focus-visible+.switch__track{outline:2px solid #3b82f6;outline-offset:2px}.switch__label{color:#1e293b;font-size:14px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.table-wrap,.users-table-wrapper,.tools-list,.tools-manage__table-wrap,.declaration__table-wrap,.absence-calendar__grid-wrap,.expense-report__table-wrap,.sent-emails__table-wrap{position:relative}@media (max-width: 768px){.sidebar{width:min(260px,85vw);z-index:1001;transform:translate(-100%);transition:transform .3s ease}.sidebar.is-open{transform:translate(0)}.sidebar-overlay{display:block}.main-content{margin-left:0;min-width:0}}@media (max-width: 480px){.top-header{padding:15px 20px}.top-header .page-title{font-size:20px}.top-header .user-name{display:none}.content-wrapper{padding:20px}.dashboard-grid{grid-template-columns:1fr}}.auth{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;background:#f1f5f9}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;overflow:hidden;text-align:center}.auth-accent{height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6)}.auth-brand{display:flex;align-items:center;justify-content:center;gap:20px;padding:24px 20px;background:#1e293b}.auth-brand-logo{width:auto;display:block}.auth-brand-logo--akki{height:29px}.auth-brand-logo--sherlockode{height:38px}.auth-brand-separator{width:1px;height:26px;background:#ffffff2e;flex-shrink:0}.auth-body{padding:30px 24px}.auth-title{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:8px}.auth-subtitle{font-size:14px;line-height:1.6;color:#64748b;margin-bottom:24px}.auth-slack{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:12px 20px;border:none;border-radius:8px;background:#4a154b;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:background .3s ease}.auth-slack:hover{background:#611f69;text-decoration:none}.auth-slack:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.auth-slack i{font-size:18px}.auth .alert{text-align:left}.auth-link{display:inline-block;font-size:14px;font-weight:600;color:#3b82f6;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-link:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.auth-footer{margin-top:20px;font-size:13px;color:#64748b}@media (max-width: 480px){.auth-body{padding:24px 20px}.auth-brand{flex-direction:column;gap:16px}.auth-brand-separator{display:none}}.absence-calendar__bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;margin-bottom:12px}.absence-calendar__nav{display:flex;align-items:center;gap:12px}.absence-calendar__month{font-size:16px;color:#1e293b;min-width:280px;text-align:center}.absence-calendar .btn-nav{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#fff;border:1px solid #cbd5e1;color:#1e293b;font-size:18px;line-height:1;transition:border-color .3s ease}.absence-calendar .btn-nav:hover{border-color:#3b82f6;color:#3b82f6}.absence-calendar .btn-record{padding:5px 12px;border:0;border-radius:6px;background:#3b82f6;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:filter .3s ease}.absence-calendar .btn-record:hover{filter:brightness(.92)}.absence-calendar .btn-today{margin-left:8px;padding:5px 12px;border-radius:6px;background:#fff;border:1px solid #cbd5e1;color:#64748b;font-size:13px;font-weight:600}.absence-calendar .btn-today:hover{border-color:#3b82f6;color:#3b82f6}.absence-calendar__legend-keys{display:flex;flex-wrap:wrap;align-items:center;gap:12px 16px;list-style:none;margin:0;padding:0;font-size:12px;color:#64748b}.absence-calendar__legend-keys li{display:flex;align-items:center;gap:6px}.absence-calendar__legend-keys .key{display:inline-block;width:16px;height:12px;border-radius:3px;border:1px solid transparent}.absence-calendar__legend-keys .key--cp{background:#8b7ec8}.absence-calendar__legend-keys .key--rtt{background:#9d2b58}.absence-calendar__legend-keys .key--other{background:#3f6b8f}.absence-calendar__legend-keys .key--half{position:relative;background:#e6e2f5;border-color:#8b7ec8}.absence-calendar__legend-keys .key--half:after{content:"";position:absolute;left:0;bottom:0;width:50%;height:3px;background:#8b7ec8}.absence-calendar__legend-keys .key--off{background:#eef2f7;border-color:#cbd5e1}@keyframes absence-calendar-in{0%{opacity:0}to{opacity:1}}.absence-calendar__grid-wrap{overflow:auto;max-height:calc(100vh - 200px);border-radius:10px;background:#fff;box-shadow:0 2px 8px #00000014;animation:absence-calendar-in .12s ease both}@media (prefers-reduced-motion: reduce){.absence-calendar__grid-wrap{animation:none}}.absence-calendar__grid{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%;font-size:12px}.absence-calendar__grid th,.absence-calendar__grid td{padding:0;text-align:center;box-shadow:inset -1px -1px #eef2f7}.absence-calendar__grid thead th{position:sticky;background:#f8fafc;color:#64748b;font-weight:600;z-index:2}.absence-calendar__grid .absence-calendar__weeks th{top:0;height:22px;font-size:11px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;overflow:hidden}.absence-calendar__grid .absence-calendar__days th{top:22px;height:26px}.absence-calendar .col-name{width:165px}.absence-calendar .col-day{width:26px}.absence-calendar .corner,.absence-calendar .name{position:sticky;left:0;padding:0 8px;text-align:left;background:#fff;box-shadow:inset -1px -1px #cbd5e1}.absence-calendar .corner{background:#f8fafc;z-index:4}.absence-calendar .name{height:24px;z-index:3;font-weight:500;font-size:13px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.absence-calendar .col__weekday{display:block;font-size:10px;line-height:11px;font-weight:400;opacity:.7}.absence-calendar .col__day{display:block;font-size:12px;line-height:13px}.absence-calendar .col--off,.absence-calendar .cell--off{background:#eef2f7;color:#94a3b8}.absence-calendar .col--today{background:#3b82f6;color:#fff}.absence-calendar .cell--today:not(.cell--off):not(.cell--cp):not(.cell--rtt):not(.cell--other){background:#eff5ff}.absence-calendar .cell--recordable{cursor:pointer}.absence-calendar .cell--recordable:hover{box-shadow:inset -1px -1px #eef2f7,inset 0 0 0 2px #3b82f6}.absence-calendar .cell{height:24px;position:relative}.absence-calendar .cell__label{display:block;line-height:24px;font-weight:600;font-size:10px;position:relative}.absence-calendar tbody tr:hover .cell:before{content:"";position:absolute;inset:0;background:#3b82f614;pointer-events:none}.absence-calendar tbody tr:hover .name{background:#f2f6fe}.absence-calendar .cell--cp{background:#8b7ec8}.absence-calendar .cell--cp .cell__label{color:#fff}.absence-calendar .cell--rtt{background:#9d2b58}.absence-calendar .cell--rtt .cell__label{color:#fff}.absence-calendar .cell--other{background:#3f6b8f}.absence-calendar .cell--other .cell__label{color:#fff}.absence-calendar .cell--half{position:relative}.absence-calendar .cell--half:after{content:"";position:absolute;bottom:0;width:50%;height:3px}.absence-calendar .cell--half.cell--morning:after{left:0}.absence-calendar .cell--half.cell--afternoon:after{right:0}.absence-calendar .cell--half.cell--cp{background:#e6e2f5}.absence-calendar .cell--half.cell--cp .cell__label{color:#4c1d95}.absence-calendar .cell--half.cell--cp:after{background:#8b7ec8}.absence-calendar .cell--half.cell--rtt{background:#f7dde7}.absence-calendar .cell--half.cell--rtt .cell__label{color:#831843}.absence-calendar .cell--half.cell--rtt:after{background:#9d2b58}.absence-calendar .cell--half.cell--other{background:#dbe6ef}.absence-calendar .cell--half.cell--other .cell__label{color:#1e3a52}.absence-calendar .cell--half.cell--other:after{background:#3f6b8f}.absence-calendar__legend{margin-top:16px;font-size:13px;color:#64748b}@media (max-width: 768px){.absence-calendar__bar{flex-direction:column;align-items:flex-start}.absence-calendar__month{min-width:150px;font-size:18px}.absence-calendar .col-name{width:110px}.absence-calendar .corner,.absence-calendar .name{font-size:11px}}.expense-report .form-card .form-grid{grid-template-columns:repeat(3,minmax(0,max-content));justify-content:start;column-gap:48px}@media (max-width: 768px){.expense-report .form-card .form-grid{grid-template-columns:minmax(0,1fr)}}.expense-report .form-card .form-actions{margin-top:20px;justify-content:flex-start}@media (max-width: 768px){.expense-report .form-card .form-actions .btn{flex:1;text-align:center}}.expense-report__loading{display:none;margin-top:8px;font-size:13px;font-style:italic;color:#64748b}.expense-report__upload-error:not(:empty){margin-top:8px;font-size:13px;font-weight:600;color:#991b1b}.expense-report__kept-file{display:block;margin-top:8px;color:#64748b;font-style:italic}.expense-report__period{display:flex;align-items:flex-end;flex-wrap:wrap;gap:12px;margin-bottom:20px}@media (max-width: 768px){.expense-report__period{flex-wrap:nowrap;gap:12px}.expense-report__period .form-field{flex:1 1 0;min-width:0}.expense-report__period .form-select{width:100%}}.expense-report__filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.expense-report__filters .btn-ghost.is-active{background:#1e293b;color:#fff}.expense-report__empty{color:#64748b;font-style:italic}.expense-report__table-wrap{overflow-x:auto}.expense-report__table{width:100%;border-collapse:collapse;font-size:14px}.expense-report__table th,.expense-report__table td{padding:12px;text-align:left;border-bottom:1px solid #cbd5e1}.expense-report__table th{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#64748b}.expense-report__table tbody tr:last-child td{border-bottom:none}.expense-report__table .nowrap{white-space:nowrap}.dashboard .dashboard-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:20px;margin-bottom:20px}.dashboard .panel{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.dashboard .panel__head{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px}.dashboard .panel__head h2{font-size:18px;color:#1e293b}.dashboard .panel__link{font-size:13px;font-weight:600;color:#3b82f6;white-space:nowrap}.dashboard .panel__link:hover{text-decoration:underline}.dashboard .dashboard-columns .panel{margin-bottom:0}.dashboard .panel-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #eef2f7}.dashboard .panel-row:last-child{border-bottom:none;padding-bottom:0}.dashboard .panel-row__main{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard .panel-row__title{font-weight:600;color:#1e293b;font-size:15px}.dashboard .panel-row__meta{font-size:13px;color:#64748b}.dashboard .panel-row__until{font-size:13px;color:#64748b;white-space:nowrap}.dashboard .panel-empty{color:#64748b;font-size:14px}.dashboard .panel-empty a{color:#3b82f6;font-weight:600}.dashboard .panel-empty a:hover{text-decoration:underline}.dashboard .shortcuts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr));gap:16px}.dashboard .shortcut{display:flex;flex-direction:column;gap:4px;padding:16px;border:1px solid #cbd5e1;border-radius:8px;transition:border-color .3s ease,box-shadow .3s ease}.dashboard .shortcut:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626}.dashboard .shortcut__title{font-weight:600;color:#1e293b;font-size:15px}.dashboard .shortcut__hint{font-size:13px;color:#64748b}.team-container{max-width:1200px;margin:0 auto;padding:40px 20px}.team-container .team-row{display:grid;grid-template-columns:200px 1fr;align-items:center;gap:40px;margin-bottom:60px;padding-bottom:60px}.team-container .team-row:not(:last-child){border-bottom:2px solid #e0e0e0}@media (max-width: 768px){.team-container .team-row{grid-template-columns:1fr;gap:20px;margin-bottom:40px;padding-bottom:40px}}@media (max-width: 768px){.team-container .team-row .role-title{text-align:center}}.team-container .team-row .role-title h2{font-size:24px;font-weight:600;color:#333;margin:0;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.team-container .team-row .role-title h2{font-size:20px}}.team-container .team-row .users-list{display:grid;grid-template-columns:repeat(auto-fill,130px);gap:30px;align-items:start}@media (max-width: 768px){.team-container .team-row .users-list{justify-content:center;grid-template-columns:repeat(auto-fit,100px)}}.team-container .team-row .users-list .user-card{display:flex;flex-direction:column;align-items:center;gap:12px;transition:transform .3s ease;width:100%;padding:0;border:none;background:none;font-family:inherit;text-align:center;cursor:pointer}.team-container .team-row .users-list .user-card:hover{transform:translateY(-5px)}.team-container .team-row .users-list .user-card:focus-visible{outline:2px solid #3b82f6;outline-offset:4px;border-radius:6px}.team-container .team-row .users-list .user-card .user-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:box-shadow .3s ease}@media (max-width: 768px){.team-container .team-row .users-list .user-card .user-avatar{width:100px;height:100px}}.team-container .team-row .users-list .user-card .user-avatar:hover{box-shadow:0 6px 20px #00000026}.team-container .team-row .users-list .user-card .user-avatar img{width:100%;height:100%;object-fit:cover;display:block}.team-container .team-row .users-list .user-card .user-avatar--empty{display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;font-size:32px;font-weight:700}.team-container .team-row .users-list .user-card .user-info{text-align:center}.team-container .team-row .users-list .user-card .user-info .user-name{font-size:16px;font-weight:500;color:#555;display:block}@media (max-width: 768px){.team-container .team-row .users-list .user-card .user-info .user-name{font-size:14px}}.member-sheet__avatar{width:96px;height:96px;margin:0 auto 16px;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px #0000001a}.member-sheet__avatar img{width:100%;height:100%;object-fit:cover;display:block}.member-sheet__initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f1f5f9;color:#64748b;font-size:28px;font-weight:700}.member-sheet__role{margin-bottom:20px;font-size:13px;text-transform:uppercase;letter-spacing:1px}.member-sheet__skills{padding-top:20px;border-top:1px solid #cbd5e1;text-align:left}.member-sheet__skills h4{margin-bottom:12px;font-size:13px;text-transform:uppercase;letter-spacing:1px;color:#64748b}.member-sheet__text{color:#1e293b;line-height:1.6}.member-sheet__text.is-empty{color:#64748b;font-style:italic}.member-sheet__text p,.member-sheet__text div,.member-sheet__text ul,.member-sheet__text ol{margin-bottom:8px}.member-sheet__text p:last-child,.member-sheet__text div:last-child,.member-sheet__text ul:last-child,.member-sheet__text ol:last-child{margin-bottom:0}.member-sheet__text ul,.member-sheet__text ol{padding-left:20px}.member-sheet__text ul{list-style:disc}.member-sheet__text ol{list-style:decimal}.member-sheet__text li{margin-bottom:2px}.member-sheet__text strong,.member-sheet__text b{font-weight:700}.member-sheet__text em,.member-sheet__text i{font-style:italic}.member-sheet__text u{text-decoration:underline}.users-page,.users-form{max-width:1100px}.btn{display:inline-block;padding:8px 16px;border:1px solid transparent;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.4;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background-color .3s ease,border-color .3s ease}.btn.btn-primary{background:#3b82f6;color:#fff}.btn.btn-primary:hover{background:#2563eb}.btn.btn-light{background:#fff;color:#1e293b;border-color:#cbd5e1}.btn.btn-light:hover{background:#f1f5f9}.btn.btn-danger{background:#fff;color:#991b1b;border-color:#ef4444}.btn.btn-danger:hover{background:#fee2e2}.btn.btn-success{background:#fff;color:#166534;border-color:#22c55e}.btn.btn-success:hover{background:#dcfce7}.users-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.users-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:50%;background:#fff;border:1px solid #cbd5e1;color:#64748b;font-size:14px;font-weight:600}.filter-tab.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.filter-tab.active .filter-count{background:#ffffff40;color:#fff}.filter-tab .filter-count{padding:1px 8px;border-radius:50%;background:#f1f5f9;font-size:12px;color:#64748b}.users-empty{padding:30px;background:#fff;border-radius:10px;color:#64748b;text-align:center}.users-table-wrapper{background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014;overflow-x:auto}.users-table{width:100%;border-collapse:collapse;font-size:14px}.users-table th,.users-table td{padding:12px 16px;text-align:left;vertical-align:middle}.users-table th{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;border-bottom:1px solid #cbd5e1;white-space:nowrap}.users-table tbody tr{border-bottom:1px solid rgba(203,213,225,.5)}.users-table tbody tr:last-child{border-bottom:none}.users-table tbody tr:hover{background:#f1f5f9}.users-table tbody tr.is-inactive{color:#64748b}.users-table tbody tr.is-inactive .user-cell-name{text-decoration:line-through}.users-table .text-right{text-align:right}.users-table .text-muted{color:#64748b}.user-cell{display:flex;align-items:center;gap:12px}.user-cell-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.user-cell-avatar--empty{display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:700}.user-cell-identity{display:flex;flex-direction:column}.user-cell-name{font-weight:600;color:#1e293b}.user-cell-email{font-size:12px;color:#64748b}.role-badge{display:inline-block;margin:2px 4px 2px 0;padding:2px 8px;border-radius:6px;background:#f1f5f9;font-size:12px;color:#1e293b;white-space:nowrap}.status-badge{display:inline-block;padding:2px 10px;border-radius:50%;font-size:12px;font-weight:600}.status-badge--active{background:#dcfce7;color:#166534}.status-badge--inactive{background:#fee2e2;color:#991b1b}.row-actions{display:flex;justify-content:flex-end;gap:8px}.row-actions form{margin:0}.form-card{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.form-card-title{font-size:16px;color:#1e293b;margin-bottom:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}@media (max-width: 768px){.form-grid{grid-template-columns:minmax(0,1fr)}}.form-field{display:flex;flex-direction:column;gap:6px}.form-field--full{grid-column:1/-1}.form-field label{font-size:13px;font-weight:600;color:#1e293b}.form-field input[type=text],.form-field input[type=email],.form-field input[type=date],.form-field input[type=number],.form-field textarea{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;color:#1e293b;background:#fff}.form-field input[type=text]:focus,.form-field input[type=email]:focus,.form-field input[type=date]:focus,.form-field input[type=number]:focus,.form-field textarea:focus{outline:none;border-color:#3b82f6}.form-field input[type=text]:read-only,.form-field input[type=email]:read-only,.form-field input[type=date]:read-only,.form-field input[type=number]:read-only,.form-field textarea:read-only{background:#f1f5f9;color:#64748b;cursor:not-allowed}.form-field textarea{resize:vertical;line-height:1.5}.form-hint{font-size:12px;color:#64748b}.form-avatar-preview{display:flex;align-items:center;gap:12px;margin-top:8px}.form-avatar-preview img{width:48px;height:48px;border-radius:50%;object-fit:cover}.form-errors{margin:0;padding-left:20px}.roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(200px,100%),1fr));gap:8px;margin-bottom:12px}.role-checkbox{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;color:#1e293b;cursor:pointer}.role-checkbox:hover{background:#f1f5f9}.role-checkbox--locked{opacity:.5;cursor:not-allowed}.role-checkbox--locked:hover{background:none}.form-actions{display:flex;justify-content:flex-end;gap:8px}.form-card [data-rtt-fields][hidden]{display:none}.profile-avatar{display:flex;align-items:flex-start;gap:24px}@media (max-width: 480px){.profile-avatar{flex-direction:column}}.profile-avatar__image,.profile-avatar__initials{flex:0 0 auto;width:120px;height:120px;border-radius:50%}.profile-avatar__image{object-fit:cover}.profile-avatar__initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;font-size:36px;font-weight:600;letter-spacing:1px}.profile-avatar__fields{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;flex:1;width:100%}.profile-avatar__fields .form-field{width:100%}.profile-card{display:flex;flex-direction:column;gap:20px}.profile-card .form-card-title{margin-bottom:0}.profile-display__submit{align-self:flex-start;margin-top:8px}@media (max-width: 768px){.profile-avatar__fields .btn{width:100%;text-align:center}.profile-card .form-actions{flex-direction:column;align-items:stretch;gap:12px}.profile-card .form-actions .btn{text-align:center}.profile-card .form-actions .btn-primary{order:1}.profile-card .form-actions .btn-light{order:2}}.leave .card{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:30px}.leave .card h2{font-size:20px;margin-bottom:20px;color:#1e293b}.leave .form-group{margin-bottom:20px}.leave .form-row{display:flex;gap:20px}.leave .form-row .form-group{flex:1}@media (max-width: 480px){.leave .form-row{flex-direction:column;gap:0}}.leave label{display:block;margin-bottom:5px;font-weight:600;color:#1e293b}.leave .leave-form input[type=date],.leave .leave-form input[type=file],.leave .leave-form select,.leave .leave-form textarea{width:100%;padding:8px;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:14px}@media (max-width: 768px){.leave .leave-form button[type=submit]{width:100%}}.leave .leave-form button[type=submit]{background:#3b82f6;color:#fff;padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:background .3s ease}.leave .leave-form button[type=submit]:hover{background:#2563eb}.leave .leave-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;margin-bottom:12px}.leave .leave-item__main{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px 16px}.leave .leave-item__type{font-weight:600;color:#1e293b}.leave .leave-item__dates{color:#64748b;font-size:14px}.leave .leave-item__duration{color:#1e293b;font-size:14px;font-weight:600}.leave .leave-empty{color:#64748b}.leave .leave-empty[data-empty-for]{padding:16px}.leave .leave-item__side{display:flex;align-items:center;gap:16px}.leave .leave-cancel{background:none;border:1px solid #cbd5e1;color:#64748b;padding:4px 12px;border-radius:6px;cursor:pointer;font-size:13px}.leave .leave-cancel:hover{border-color:#ef4444;color:#991b1b}.leave .leave-table td .btn-approve,.leave .leave-table td .btn-reject,.leave .leave-table td .leave-cancel{vertical-align:middle}.leave .review-item__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.leave .review-item__progress{font-size:13px;color:#64748b}.leave .review-item__meta{color:#64748b;font-size:14px}.leave .review-item__reason{font-size:14px;margin-top:4px}.leave .review-item__note{margin-top:12px;font-size:14px;color:#64748b}.leave .review-item__sheet{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;background:#f1f5f9;padding:8px 12px;border-radius:6px}.leave .review-item__actions{display:flex;align-items:flex-start;gap:16px;margin-top:16px}.leave .review-item__actions .btn-approve{background:#22c55e;color:#fff;border:none;padding:8px 18px;border-radius:6px;font-weight:600;cursor:pointer}.leave .review-item__actions .btn-reject{background:#ef4444;color:#fff;border:none;padding:8px 18px;border-radius:6px;font-weight:600;cursor:pointer;margin-top:6px}.leave .review-item__actions .review-reject summary{cursor:pointer;color:#b91c1c;font-weight:600;list-style:none}.leave .review-item__actions .review-reject textarea{display:block;width:260px;margin:8px 0;padding:8px;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit}.leave .alert ul{margin:0;padding-left:20px}.leave .table-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px}.leave .table-toolbar input[type=search],.leave .table-toolbar select{padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:14px;background:#fff}.leave .table-toolbar input[type=search]{flex:1;min-width:200px}.leave .table-toolbar select{flex:0 0 auto;min-width:180px}@media (max-width: 768px){.leave .leave-list .table-toolbar select,.leave .leave-list .table-toolbar .btn-ghost{flex:1 0 100%;min-width:0}}@media (max-width: 768px){.leave .leave-list .leave-period__bound{display:block}.leave .leave-list .leave-table td.reason>span{min-width:220px;max-width:320px}}.leave .export-cell{text-align:center}.leave .export-flag{accent-color:#22c55e;width:16px;height:16px;margin:0;cursor:pointer}.leave .export-flag--locked{pointer-events:none;cursor:default}.leave .table-wrap{overflow-x:auto}.leave .leave-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.leave .leave-table th,.leave .leave-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #eef2f7;font-size:14px}.leave .leave-table th{background:#f8fafc;color:#64748b;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.03em}.leave .leave-table tbody tr:hover{background:#f8fafc}.leave .leave-table td.reason>span{display:inline-block;max-width:240px;overflow-wrap:anywhere}.leave .leave-table small{color:#64748b}.leave .nowrap{white-space:nowrap}.leave .muted{color:#64748b}.leave .sheet-hint{margin-left:6px;font-size:12px;color:#64748b;cursor:help}.leave .resp{display:inline-block;min-width:26px;text-align:center;padding:2px 6px;border-radius:6px;font-size:12px;font-weight:600;margin-right:4px;cursor:help}.leave .resp--success{background:#dcfce7;color:#166534}.leave .resp--danger{background:#fee2e2;color:#991b1b}.leave .resp--muted{background:#e2e8f0;color:#64748b}.leave form.inline{display:inline}.leave .leave-balance{max-width:280px;margin-bottom:30px}@media (max-width: 768px){.leave .leave-balance{max-width:none}}.btn-approve,.btn-reject,.btn-ghost{border:none;border-radius:6px;padding:8px 16px;font-weight:600;font-size:14px;cursor:pointer}.btn-approve{background:#22c55e;color:#fff}.btn-reject{background:#ef4444;color:#fff}.btn-ghost{background:#e2e8f0;color:#1e293b}.btn-primary{border:none;border-radius:6px;padding:8px 16px;font-weight:600;font-size:14px;cursor:pointer;background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-sm{padding:5px 10px;font-size:13px}.sent-emails__intro{color:#64748b;font-size:14px;margin-bottom:20px}.sent-emails__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px;background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px #00000014;margin-bottom:20px}.sent-emails__filters .field{display:flex;flex-direction:column;gap:4px}.sent-emails__filters label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.sent-emails__filters input,.sent-emails__filters select{padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:14px;background:#fff;color:#1e293b}.sent-emails__filters input[type=search]{min-width:240px}.sent-emails__filters select{min-width:220px}.sent-emails__actions{display:flex;align-items:center;gap:8px}.sent-emails__summary{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;font-size:14px;color:#64748b}.sent-emails__summary strong{color:#1e293b}.sent-emails__notice{background:#fef9c3;color:#854d0e;font-size:13px;padding:12px 16px;border-radius:6px;margin-bottom:16px}.sent-emails__empty{color:#64748b;background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014}.sent-emails__table-wrap{overflow-x:auto}.sent-emails__table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.sent-emails__table th,.sent-emails__table td{padding:12px 14px;text-align:left;border-bottom:1px solid #eef2f7;font-size:14px;vertical-align:top}.sent-emails__table th{background:#f8fafc;color:#64748b;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.03em;white-space:nowrap}.sent-emails__table tbody tr:hover{background:#f8fafc}.sent-emails__table tbody tr:last-child td{border-bottom:none}.sent-emails__table th:not(:last-child),.sent-emails__table td:not(:last-child){width:1%}.sent-emails__table small{display:block;color:#64748b;font-size:12px}.sent-emails__table .recipient{font-weight:600;color:#1e293b}.sent-emails__table .nowrap{white-space:nowrap}.sent-emails .type-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.sent-emails .type-badge--leave{background:#dbeafe;color:#1e40af}.sent-emails .type-badge--expense{background:#f3e8ff;color:#6b21a8}.sent-emails .type-badge--declaration{background:#dcfce7;color:#166534}.sent-emails .type-badge--reminder{background:#fef9c3;color:#854d0e}.sent-emails .type-badge--announcement{background:#ccfbf1;color:#115e59}.sent-emails .type-badge--muted{background:#e2e8f0;color:#64748b}@media (max-width: 768px){.sent-emails__filters{flex-direction:column;align-items:stretch}.sent-emails__filters input[type=search],.sent-emails__filters select{min-width:0;width:100%}}.declaration__steps{list-style:decimal;padding-left:20px;display:flex;flex-direction:column;gap:12px;color:#1e293b}.declaration__steps li{line-height:1.6}.declaration__steps .btn{margin-top:8px}.declaration .form-field .form-select{align-self:flex-start;min-width:220px;max-width:100%}@media (max-width: 768px){.declaration .form-field .form-select{align-self:stretch;min-width:0;width:100%}}.declaration .form-card .form-grid{grid-template-columns:repeat(2,minmax(0,max-content));justify-content:start;column-gap:48px}@media (max-width: 768px){.declaration .form-card .form-grid{grid-template-columns:minmax(0,1fr)}}.declaration .form-card .form-actions{margin-top:20px;justify-content:flex-start}@media (max-width: 768px){.declaration .form-card .form-actions .btn{flex:1;text-align:center}}.declaration__filters{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px}.declaration__summary{margin-bottom:16px;color:#64748b;font-size:14px}.declaration__empty{color:#64748b;font-style:italic}.declaration__table-wrap{overflow-x:auto}.declaration__table{width:100%;border-collapse:collapse;font-size:14px}.declaration__table th,.declaration__table td{padding:12px;text-align:left;border-bottom:1px solid #cbd5e1}.declaration__table th{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:#64748b}.declaration__table tbody tr:last-child td{border-bottom:none}.declaration__table .nowrap{white-space:nowrap}.tools__bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.tools__intro{color:#64748b;font-size:14px}.tools__empty{color:#64748b;background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014}.tools__empty a{color:#3b82f6;font-weight:600}.tools__empty a:hover{text-decoration:underline}.tools__category{margin-bottom:30px}.tools__category-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #cbd5e1}.tools__count{display:inline-block;min-width:20px;padding:1px 6px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:11px;font-weight:700;text-align:center}.tools__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));gap:16px}.tools__actions{display:flex;align-items:center;gap:12px}.tools__mobile-cards{display:none}@media (max-width: 768px){.tools-list{display:none}.tools__mobile-cards{display:block}}.view-switch{display:inline-flex}@media (max-width: 768px){.view-switch{display:none}}.view-switch{border:1px solid #cbd5e1;border-radius:6px;overflow:hidden;background:#fff}.view-switch__option{padding:7px 14px;font-size:13px;font-weight:600;color:#64748b;transition:background .3s ease,color .3s ease}.view-switch__option+.view-switch__option{border-left:1px solid #cbd5e1}.view-switch__option:hover{background:#f1f5f9;color:#1e293b}.view-switch__option.is-active{background:#3b82f6;color:#fff}.tools-list{overflow-x:auto}.tools-list__table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.tools-list__table th,.tools-list__table td{padding:12px 14px;text-align:left;border-bottom:1px solid #eef2f7;font-size:14px;vertical-align:top}.tools-list__table th{background:#f8fafc;color:#64748b;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.03em;white-space:nowrap}.tools-list__table tbody tr:last-child td{border-bottom:none}.tools-list__table tbody tr:hover{background:#f8fafc}.tools-list__table th:first-child,.tools-list__table td:first-child{width:100%}.tools-list__table small{display:block;color:#64748b;font-size:12px;margin-top:2px}.tools-list__table .nowrap{white-space:nowrap}.tools-list__name{display:inline-block;font-weight:600;color:#1e293b}.tools-list__name:hover{color:#3b82f6}.tools-list__category{display:inline-block;color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.tools-list__host{color:#94a3b8;font-size:13px;white-space:nowrap}.tools-list__host:hover{color:#3b82f6;text-decoration:underline}.tools-list__open{display:inline-block;padding:5px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#3b82f6;font-size:13px;font-weight:600;white-space:nowrap;transition:background .3s ease,border-color .3s ease,color .3s ease}.tools-list__open:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.tool-card{display:flex;flex-direction:column;gap:6px;padding:16px 20px;background:#fff;border:1px solid transparent;border-radius:10px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,border-color .3s ease}.tool-card:hover{transform:translateY(-2px);border-color:#3b82f6}.tool-card__head{display:flex;align-items:center;gap:8px}.tool-card__icon{font-size:18px;line-height:1}.tool-card__name{font-weight:600;font-size:15px;color:#1e293b}.tool-card__description{font-size:13px;color:#64748b;line-height:1.4}.tool-card__host{margin-top:auto;font-size:12px;color:#94a3b8;word-break:break-all}.tools-manage__bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.tools-manage__table-wrap{overflow-x:auto}.tools-manage__table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.tools-manage__table th,.tools-manage__table td{padding:12px 14px;text-align:left;border-bottom:1px solid #eef2f7;font-size:14px;vertical-align:top}.tools-manage__table th{background:#f8fafc;color:#64748b;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.03em;white-space:nowrap}.tools-manage__table tbody tr:last-child td{border-bottom:none}.tools-manage__table tbody tr:hover{background:#f8fafc}.tools-manage__table tr.is-hidden{opacity:.55}.tools-manage__table small{display:block;color:#64748b;font-size:12px;margin-top:2px}.tools-manage__table .tool-name{font-weight:600;color:#1e293b}.tools-manage__table .tool-link{color:#3b82f6}.tools-manage__table .tool-link:hover{text-decoration:underline}.tools-manage__table .text-right{text-align:right}.tools-manage__table .nowrap{white-space:nowrap}.tool-form{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 8px #00000014;max-width:720px}.tool-form .form-group{margin-bottom:20px}.tool-form .form-row{display:flex;gap:20px}@media (max-width: 480px){.tool-form .form-row{flex-direction:column;gap:0}}.tool-form .form-group--grow{flex:1}.tool-form .form-group--icon{flex:0 0 90px}.tool-form .form-group--position{flex:0 0 120px}.tool-form label{display:block;margin-bottom:5px;font-weight:600;color:#1e293b;font-size:14px}.tool-form input[type=text],.tool-form input[type=url],.tool-form input[type=number]{width:100%;padding:9px 10px;border:1px solid #cbd5e1;border-radius:6px;font-family:inherit;font-size:14px;color:#1e293b}.tool-form .form-group--check label{display:flex;align-items:center;gap:8px;font-weight:500;color:#1e293b;cursor:pointer}.tool-form .form-group--check input{width:auto}.tool-form__actions{display:flex;align-items:center;gap:12px}.tool-form .alert ul{margin:0;padding-left:20px}
