:root{--white: #ffffff;--gray-25: #f8f9fb;--gray-50: #edeff5;--gray-200: #babfdb;--gray-700: #2a346d;--border: #e4e7ec;--text: #181d27;--text-muted: #667085;--accent: #2795b5;--period-bg: #eaf7fa;--error-50: #fef3f2;--error-200: #fecdca;--error-700: #b42318;--warning-25: #fffcf5;--warning-50: #fffaeb;--warning-200: #fedf89;--warning-700: #b54708;--shadow-xs: 0 1px 2px 0 rgba(16, 24, 40, .05)}*{box-sizing:border-box}html,body{margin:0;background:var(--white);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}p,h1,h2{margin:0}.page{display:flex;flex-direction:column;min-height:100vh}.header{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 48px;border-bottom:1px solid var(--border)}.logo{position:relative;width:119.295px;height:32px;flex-shrink:0}.logo img{position:absolute;display:block}.logo .logo-text{top:25.97%;right:32.89%;bottom:18.48%;left:0;width:67.11%;height:55.55%}.logo .logo-mark{top:15.62%;right:0;bottom:18.86%;left:68.45%;width:31.55%;height:65.52%}.site-label{max-width:50%;padding:5px 10px;border-radius:999px;font-size:14px;font-weight:600;line-height:20px;color:var(--gray-700);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content{display:flex;flex-direction:column;gap:32px;width:680px;max-width:100%;margin:0 auto;padding:56px 0 64px;flex:1}.intro{display:flex;flex-direction:column;gap:12px}.title{font-size:34px;font-weight:400;line-height:1.18;color:var(--gray-700);overflow-wrap:anywhere}.period{display:flex;align-items:center;gap:12px;padding:16px;border-radius:10px;background:var(--period-bg)}.period img{flex-shrink:0}.period p{font-size:19px;font-weight:600;line-height:1.35;color:var(--gray-700)}.subtitle{font-size:16px;line-height:24px;color:var(--text-muted)}.week{display:flex;flex-direction:column;gap:10px}.day{display:flex;align-items:center;gap:16px;min-height:76px;padding:14px 18px;border:1px solid var(--gray-200);border-radius:12px;background:var(--white)}.day--work{box-shadow:var(--shadow-xs)}.day--absence{min-height:64px;padding:12px 16px;border-color:var(--error-200);border-radius:10px;background:var(--error-50)}.day--conge{border-color:var(--warning-200);background:var(--warning-25)}.day-date{display:flex;flex-direction:column;gap:2px;width:160px;flex-shrink:0;white-space:nowrap}.day-name{font-size:14px;font-weight:600;line-height:20px;color:var(--text)}.day-number{font-size:12px;font-weight:500;line-height:18px;color:var(--text-muted)}.day-body{display:flex;flex:1;flex-direction:column;gap:4px;min-width:0}.hours{display:flex;align-items:center;gap:8px}.hours img{flex-shrink:0}.hours p{font-size:19px;line-height:1.25;color:var(--text)}.badge{align-self:flex-start;padding:2px 8px;border:1px solid;border-radius:16px;font-size:12px;font-weight:500;line-height:18px;text-align:center;white-space:nowrap}.badge--rest{border-color:var(--gray-200);background:var(--gray-50);color:var(--gray-700)}.badge--absence{border-color:var(--error-200);background:var(--error-50);color:var(--error-700)}.badge--conge{border-color:var(--warning-200);background:var(--warning-50);color:var(--warning-700)}.summary{display:flex;flex-direction:column;gap:12px}.summary-title{font-size:16px;font-weight:600;line-height:24px}.summary-grid{display:flex;gap:8px}.stat{display:flex;flex:1;align-items:center;gap:8px;min-width:0;padding:10px 12px;border-radius:6px;background:var(--gray-25)}.stat-value{font-size:18px;font-weight:600;color:var(--accent);white-space:nowrap}.stat-label .long{display:none}.stat-label{font-size:12px;font-weight:500;line-height:18px;color:var(--text-muted)}.footer{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;border-top:1px solid var(--border)}.footer p{font-size:12px;font-weight:500;line-height:18px;color:var(--text-muted)}.login{display:flex;flex-direction:column;gap:20px;width:400px;max-width:100%;margin:0 auto;padding:56px 0 64px;flex:1}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:14px;font-weight:500;line-height:20px;color:var(--gray-700)}.field input{height:44px;padding:10px 14px;border:1px solid var(--gray-200);border-radius:8px;font:inherit;font-size:16px;color:var(--text);box-shadow:var(--shadow-xs)}.field input:focus{outline:2px solid var(--period-bg);border-color:var(--accent)}.button{height:44px;border:0;border-radius:8px;background:var(--gray-700);color:var(--white);font:inherit;font-size:16px;font-weight:600;cursor:pointer}.button:disabled{opacity:.6;cursor:default}.link-button{align-self:center;border:0;background:none;color:var(--accent);font:inherit;font-size:14px;font-weight:500;cursor:pointer}.notice{padding:12px 14px;border-radius:8px;font-size:14px;line-height:20px;background:var(--period-bg);color:var(--gray-700)}.notice--error{background:var(--error-50);color:var(--error-700)}.state{padding:56px 16px;text-align:center;color:var(--text-muted);flex:1}@media (max-width: 720px){.header{padding:0 16px}.content,.login{padding:32px 16px 40px}.title{font-size:28px}.period{align-items:flex-start}.period p{font-size:17px}.day{min-height:78px;padding:14px}.day--absence{min-height:64px;gap:12px;padding:12px 16px}.day-date{width:104px}.hours p{font-size:17px}.summary-grid{flex-direction:column}.stat-label .short{display:none}.stat-label .long{display:inline}}.dash{display:flex;flex-direction:column;height:100vh;height:100dvh;background:#f7f8fc;font-family:DM Sans,sans-serif;color:#2a346d}.dash-top{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 24px;background:var(--white);border-bottom:1px solid var(--border)}.dash-user{display:flex;align-items:center;gap:14px}.dash-site{font-size:14px;font-weight:700}.dash-avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#edeff5;font-size:14px;font-weight:700}.site-select{height:40px;padding:0 12px;border:1px solid #c7cbe2;border-radius:8px;font:inherit;font-size:14px;color:#2a346d;background:var(--white)}.dash-main{display:flex;flex:1;flex-direction:column;min-height:0;padding:20px 20px 0}.dash-title{margin:0 0 18px;font-size:36px;font-weight:700;color:#101844}.dash-card{overflow:auto;flex:0 1 auto;min-height:0;background:var(--white);border-radius:8px 8px 0 0}.pl{width:100%;min-width:1100px;border-collapse:separate;border-spacing:0;table-layout:fixed}.pl-col-employee{width:20%}.pl-col-weekday{width:11.6%}.pl-col-weekend{width:11%}.pl thead th{position:sticky;z-index:3;background:var(--white)}.pl thead tr:first-child th{top:0}.pl thead tr:nth-child(2) th{top:64px}.pl-corner{left:0;z-index:4!important;padding:16px;border-right:1px solid #edeff5;border-bottom:1px solid #edeff5;font-size:16px;font-weight:700;text-align:left}.pl-weeknav{height:64px;border-bottom:1px solid #edeff5}.pl-weeknav,.pl-weeknav>span{text-align:center}.pl-weeknav--mobile,.pl-total-short{display:none}.pl-weeknav button{border:0;background:none;color:#2a346d;cursor:pointer;padding:0 15px;vertical-align:middle}.pl-weeknav button svg{display:block}.pl-weeknav>span{display:inline-flex;flex-direction:column;gap:4px;vertical-align:middle}.pl-period{font-size:16px;font-weight:500;color:#2a346d}.pl-weeknum{font-size:12px;font-weight:500;color:#6f78ab}.pl-day{height:34px;border-right:1px solid #edeff5;border-bottom:1px solid #edeff5;font-size:14px;font-weight:600;color:#2a346d}.pl-day.is-today{color:#2a8bab}.pl-day.is-today .pl-daynum{padding:0 3px;border-radius:4px;background:#2a8bab;color:var(--white)}.pl-banner{height:60px;padding:0 10px;font-size:16px;font-weight:700;color:#fff7f4}.pl-banner-inner{position:sticky;left:10px;display:inline-flex;align-items:center}.pl-banner-toggle{display:inline-flex;align-items:center;gap:12px;border:0;background:none;color:inherit;font:inherit;cursor:pointer;padding:0}.pl-unpublished{margin-left:12px;padding:3px 10px;border:1px solid rgba(255,247,244,.7);border-radius:999px;font-size:12px;font-weight:500}.pl-row th,.pl-row td{border-bottom:2px solid #eef1f5}.pl-employee{position:sticky;left:0;z-index:2;height:100px;padding:8px;background:var(--white);border-right:1px solid #edeff5;text-align:left;font-weight:400}.pl-employee-cell{display:flex;align-items:center;gap:10px}.pl-avatar{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;color:var(--white);font-size:16px;font-weight:700}.pl-employee-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.pl-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;color:#101844}.pl-role{display:inline-flex;align-items:center;gap:4px;padding:1px 8px;border:1px solid #c7cbe2;border-radius:999px;font-size:9px;color:#4c5690}.pl-role-dot{width:7px;height:7px;border-radius:50%}.pl-hours{padding:1px 4px;border-radius:3px;background:#edeff5;font-size:10px;color:#2a346d}.pl-cell{padding:3px;vertical-align:middle;border-right:1px solid #edeff5}.pl-cell.is-today{background:#2a8bab0d}.pl-box{position:relative;display:flex;flex-direction:column;justify-content:space-between;height:70px;margin:3px 0;padding:5px 4px 12px;border:1px solid;border-radius:5px;overflow:hidden}.pl-box.is-elsewhere{opacity:.5}.pl-box-top{display:flex;align-items:flex-start;gap:4px}.pl-chip{padding:2px 4px;border-radius:4px;color:var(--white);font-size:15px;font-weight:700;line-height:20px}.pl-pause{margin-left:auto;font-size:11px;font-weight:500}.pl-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;color:#2a346d}.pl-label.is-empty{font-size:12px;color:#2a346d4f}.pl-label.is-absence{font-size:12px}.pl-box:has(.pl-allday){padding:3px}.pl-allday{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;font-size:12px;font-weight:700;text-align:center}.pl-allday-sub{font-weight:400;color:#2a346d}.pl-elsewhere{font-size:10px;color:#2a346d}.pl-box--conge{flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;padding:6px;background:#7ec3db;border-color:#0f556d;color:#0f556d}.pl-box--conge svg{flex-shrink:0}.pl-conge-text{display:flex;flex-direction:column;min-width:0;text-align:center;flex:1}.pl-conge-label{font-size:12px;font-weight:700;color:#2a346d}.pl-sub{font-size:12px;color:#2a346d}.pl-remote{position:absolute;top:3px;right:3px;width:20px;height:20px;border-radius:50%;background:#2a8bab;color:var(--white);font-size:13px;line-height:20px;text-align:center}.pl-total th,.pl-total td{position:sticky;bottom:0;z-index:2;height:44px;background:#2a8bab;color:var(--white);font-size:15px;font-weight:600;text-align:center;border-right:1px solid rgba(255,255,255,.45)}.pl-total th{left:0;z-index:3;padding:0 10px;text-align:left}.dash-nav{display:flex;align-self:stretch;gap:8px;margin:0 auto 0 40px}.dash-nav button{display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:0;border-bottom:3px solid transparent;background:none;font:inherit;font-size:15px;font-weight:700;color:#6f78ab;white-space:nowrap;cursor:pointer}.dash-nav button:hover{color:#1a7290}.dash-nav button[aria-current=page]{border-bottom-color:#1a7290;color:#1a7290}.cc{display:flex;flex:0 1 auto;flex-direction:column;min-height:0;background:var(--white);border-radius:8px 8px 0 0}.cc-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:20px;box-shadow:0 1px 2px #1018280f}.cc-filters{display:flex}.cc-filters button{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 16px;border:1px solid #c7cbe2;border-right-width:0;background:var(--white);font:inherit;font-size:12px;color:#6f78ab;cursor:pointer}.cc-filters button:first-child{border-radius:4px 0 0 4px}.cc-filters button:last-child{border-right-width:1px;border-radius:0 4px 4px 0}.cc-filters button.is-active{background:#edeff5;color:#101844}.cc-month{display:flex;align-items:center;gap:8px;height:32px;padding:0 11px;border:1px solid #c7cbe2;border-radius:12px}.cc-picker{position:relative}.cc-picker-toggle{width:150px;border:0;background:none;font:inherit;font-size:16px;font-weight:600;color:#2a346d;text-align:center;cursor:pointer}.cc-picker-panel{position:absolute;top:calc(100% + 10px);left:50%;z-index:40;width:260px;padding:12px;border:1px solid #c7cbe2;border-radius:10px;background:var(--white);box-shadow:0 10px 24px #10182824;transform:translate(-50%)}.cc-picker-year{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:16px;font-weight:700;color:#2a346d}.cc-picker-year button{display:inline-flex;padding:6px;border:0;border-radius:6px;background:none;cursor:pointer}.cc-picker-year button:hover,.cc-picker-months button:hover{background:#edeff5}.cc-picker-months{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.cc-picker-months button{height:36px;border:1px solid transparent;border-radius:8px;background:none;font:inherit;font-size:14px;font-weight:500;color:#2a346d;text-align:center;cursor:pointer}.cc-picker-months button.is-current{border-color:#2a8bab}.cc-picker-months button.is-selected,.cc-picker-months button.is-selected:hover{background:#2a8bab;color:var(--white)}.cc-month button{display:inline-flex;padding:4px;border:0;background:none;cursor:pointer}.cc-scroll{overflow:auto;min-height:0}.cc-table{width:100%;min-width:calc(300px + var(--days) * 30px);border-collapse:separate;border-spacing:0;table-layout:fixed}.cc-corner,.cc-person{position:sticky;left:0;z-index:2;width:300px;background:var(--white);border-right:1px solid #edeff5}.cc-table thead th{position:sticky;top:0;z-index:3;background:var(--white);box-shadow:0 1px 2px #1018280f}.cc-table thead .cc-corner{z-index:4}.cc-head{padding:0}.cc-days,.cc-cells{display:flex}.cc-day{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:4px 0;font-size:14px;font-weight:600;color:#2a346d;background:var(--white)}.cc-day.is-sunday{border-right:1px solid #f87171}.cc-day.is-today{background:#cfe0e6}.cc-letter{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-bottom:4px;border-radius:50%;background:#edeff5;font-size:12px;font-weight:400;color:#6f78ab}.cc-day.is-today .cc-letter{background:#2a8bab;color:var(--white)}.cc-day.is-today .cc-num{color:#1a7290}.cc-table tbody tr td{border-top:1px solid #edeff5}.cc-table tbody tr:last-child td{border-bottom:1px solid #edeff5}.cc-table tr.is-me .cc-person{background:#f4fafc}.cc-person{padding:8px 0}.cc-person-inner{display:flex;align-items:center;gap:8px;margin-left:20px}.cc-avatar{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:var(--white);font-size:10px;font-weight:700}.cc-person-text{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.cc-name{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;color:#2a346d}.cc-role{display:inline-flex;align-items:center;gap:4px;margin-top:2px;padding:2px 6px;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:300;color:#4c5690}.cc-role-dot{width:8px;height:8px;border-radius:50%}.cc-lane{position:relative;height:60px;padding:0}.cc-cells{height:60px}.cc-cell{flex:1;border-right:1px solid #edeff5}.cc-cell.is-sunday{border-right-color:#f87171}.cc-cell.is-today{background:#cfe0e6}.cc-bar{position:absolute;z-index:1;display:flex;align-items:center;gap:16px;padding:0 4px;border-radius:2px;overflow:hidden;cursor:default}.cc-bar svg{flex-shrink:0}.cc-bar-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;color:var(--white)}.cc-tip{position:fixed;z-index:1000;width:300px;padding:8px 12px;border:2px solid #2a8bab;border-radius:8px;background:var(--white);box-shadow:0 10px 15px -3px #0000001a;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:#6f78ab}.cc-tip p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-empty{display:flex;flex-direction:column;align-items:center;padding:64px 16px;color:#d1d5db;text-align:center}.cc-empty-title{margin:16px 0 8px;font-size:16px;font-weight:500;color:#4c5690}.cc-empty-sub{font-size:14px;color:#636b9e}.pl-filters{display:flex;flex-wrap:wrap;align-items:center;gap:12px 20px;margin-bottom:14px}.pl-search{display:flex;flex:0 1 320px;align-items:center;gap:8px;height:42px;padding:0 12px;border:1px solid #c7cbe2;border-radius:8px;background:var(--white);color:#8e96c1}.pl-search input{flex:1;min-width:0;border:0;outline:0;background:none;font:inherit;font-size:14px;color:#2a346d}.pl-search:focus-within{border-color:#2a8bab}.pl-mine{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:500;color:#2a346d;cursor:pointer;-webkit-user-select:none;user-select:none}.pl-mine input{position:absolute;opacity:0;pointer-events:none}.pl-switch{position:relative;width:38px;height:22px;border-radius:999px;background:#c7cbe2;transition:background .15s}.pl-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:var(--white);transition:transform .15s}.pl-mine input:checked+.pl-switch{background:#2a8bab}.pl-mine input:checked+.pl-switch:after{transform:translate(16px)}.pl-mine input:focus-visible+.pl-switch{outline:2px solid #2a8bab;outline-offset:2px}.view-switch{display:flex;margin-bottom:12px;padding:3px;border-radius:10px;background:#e4e7f1}.view-switch button{flex:1;height:36px;border:0;border-radius:8px;background:none;font:inherit;font-size:14px;font-weight:600;color:#6f78ab;cursor:pointer}.view-switch button[aria-selected=true]{background:var(--white);color:#2a346d;box-shadow:var(--shadow-xs)}.dv{flex:1;min-height:0;overflow-y:auto;padding-bottom:16px}.dv-days{position:sticky;top:0;z-index:2;box-shadow:0 4px 10px #10182814;display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:12px;padding:6px;border-radius:12px;background:var(--white);box-shadow:var(--shadow-xs)}.dv-day{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 0;border:0;border-radius:8px;background:none;font:inherit;color:#2a346d;cursor:pointer}.dv-day-name{font-size:12px;font-weight:500;color:#6f78ab}.dv-day-num{font-size:17px;font-weight:700}.dv-day.is-today .dv-day-num{color:#2a8bab}.dv-day.is-selected{background:#2a8bab;color:var(--white)}.dv-day.is-selected .dv-day-name,.dv-day.is-selected .dv-day-num{color:var(--white)}.dv-day-dot{width:5px;height:5px;border-radius:50%}.dv-day-dot.is-on{background:#2a8bab}.dv-day.is-selected .dv-day-dot.is-on{background:var(--white)}.dv-mine{margin-bottom:14px;padding:12px;border:1px solid #2a8bab;border-radius:12px;background:var(--white)}.dv-mine-title{margin-bottom:8px;font-size:13px;font-weight:700;color:#2a8bab;text-transform:uppercase;letter-spacing:.04em}.dv-group{margin-bottom:12px;border-radius:12px;background:var(--white)}.dv-banner{position:sticky;top:70px;z-index:1;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:space-between;width:100%;height:48px;padding:0 12px 0 14px;border:0;font:inherit;font-size:15px;font-weight:700;color:#fff7f4;cursor:pointer;text-align:left}.dv-banner-meta{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.dv-row{display:grid;grid-template-columns:minmax(0,min(40%,200px)) minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;border-bottom:1px solid #eef1f5}.dv-row:last-child{border-bottom:0}.dv-row.is-idle .dv-person{opacity:.55}.dv-row.is-me{background:#2a8bab0f}.dv-person{display:flex;align-items:center;gap:8px;min-width:0}.dv-avatar{width:36px;height:36px;font-size:12px}.dv-plans{display:flex;flex-direction:column;gap:4px;min-width:0}.dv-plans .pl-box{height:auto;min-height:60px;max-width:460px;margin:0;gap:4px}.dv-mine .pl-box{max-width:none}.dv-plans .pl-pause{font-size:11px}.dv .pl-role{font-size:10px}.dv-plans .pl-allday{padding:6px 0}.dv-empty{font-size:13px;color:#8e96c1}.dv-total{padding:12px 14px;border-radius:10px;background:#2a8bab;color:var(--white);font-size:14px}@media (max-width: 900px){.pl-weeknav--mobile{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:8px 0;border-radius:8px;background:var(--white)}.pl-weeknav--mobile button{padding:0 10px}.pl-weeknav--mobile .pl-period{font-size:14px}.pl thead .pl-weeknav{display:none}.pl-search{flex:1 1 100%}.dash{height:auto;min-height:100vh;min-height:100dvh}.dash-main{display:block}.dv{overflow:visible}}@media (max-width: 720px){.dash-top{padding:0 16px}.dash-main{padding:12px 16px 0}.pl thead tr:nth-child(2) th{top:0}.pl-total-long,.pl-avatar{display:none}.dv .pl-avatar{display:inline-flex}.dash{padding-bottom:calc(60px + env(safe-area-inset-bottom))}.dash-nav{position:fixed;right:0;bottom:0;left:0;z-index:30;gap:0;height:calc(60px + env(safe-area-inset-bottom));margin:0;padding-bottom:env(safe-area-inset-bottom);background:var(--white);border-top:1px solid var(--border);box-shadow:0 -2px 8px #1018280f}.dash-nav button{flex:1;flex-direction:column;justify-content:center;gap:3px;padding:0;border-bottom:0;border-top:3px solid transparent;font-size:11px;font-weight:600}.dash-nav button[aria-current=page]{border-top-color:#1a7290}.cc-toolbar{padding:12px}.cc-filters{width:100%}.cc-filters button{flex:1;justify-content:center;padding:0 8px}.cc-month{width:100%;justify-content:space-between}.cc-table{min-width:calc(140px + var(--days) * 30px)}.cc-corner,.cc-person{width:140px}.cc-person-inner{margin-left:10px}.cc-role{display:none}.cc-avatar{width:22px;height:22px;font-size:9px}.cc-bar{gap:6px}.cc-bar-label{font-size:12px}.pl-total-short{display:inline}.pl-box-top{flex-wrap:wrap;gap:3px}.pl-chip{padding:1px 3px;font-size:13px;line-height:18px}.pl-pause{font-size:10px}.dash-title{font-size:28px}.dash-avatar{display:none}.pl{width:1168px;min-width:0}.pl-col-employee{width:118px}.pl-col-weekday,.pl-col-weekend{width:150px}}
