.result-panel.active{transform:translateY(88%);opacity:1}.stat-label i{width:8px;height:auto;margin-right:5px;opacity:.8;display:inline-block;vertical-align:baseline}@media (max-width:991px){.result-panel.active{display:block;transform:none!important;animation:fadeIn .4s ease forwards}}.dl-split-input,.dl-split-select{padding:.4rem .2rem;height:40px}.dl-weekly-row{display:grid;grid-template-columns:80px 1.8fr 1.8fr 1fr 1fr;gap:.75rem;align-items:center;padding:.5rem;border-bottom:1px solid rgba(224,224,224,.36);min-width:650px}.dl-weekly-row:last-child{border-bottom:none}.dl-time-group{display:flex;align-items:center}.dl-input-group{display:flex;align-items:center;border:1px solid var(--clr-border);border-radius:var(--radius-md);background:#f9f9f9;width:100%}.dl-time-inputs{display:flex;align-items:center;padding:0 .5rem;flex-grow:1;border-radius:var(--radius-md) 0 0 var(--radius-md);background:#fff;border-right:1px solid var(--clr-border)}.dl-split-input{border:none;padding:.5rem 0;text-align:center;width:2.6rem;outline:none;background:0 0;color:var(--clr-text)}.dl-split-select{border:none;padding:.5rem 2rem .5rem .8rem;border-radius:0 var(--radius-md) var(--radius-md) 0;background-color:#f9f9f9;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5 5L9 1' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:10px;color:var(--clr-text);cursor:pointer;outline:none;font-weight:500;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none}.dl-break-input-wrapper{border:1px solid var(--clr-border);border-radius:var(--radius-md);overflow:hidden;display:flex;align-items:center;background:#fff;padding-right:.5rem}.dl-break-input-wrapper input{border:none;padding:.5rem;width:100%;outline:none;text-align:center}.dl-break-input-wrapper span{color:var(--clr-muted);font-size:.85rem;white-space:nowrap}@media (max-width:991px){.dl-break-input-wrapper{margin-left:15px}}@media (max-width:768px){.dl-weekly-row{display:flex;flex-direction:column;background:#fff;margin-bottom:1rem;padding:1.25rem;border:1px solid var(--clr-border);border-radius:var(--radius-lg);box-shadow:none;gap:1rem;min-width:0}.dl-weekly-row>div:first-child{font-size:1.2rem;color:var(--clr-secondary);border-bottom:1px solid var(--clr-border);width:100%;padding-bottom:.5rem;margin-bottom:.5rem}.dl-time-group{width:100%;justify-content:space-between;display:flex;align-items:center}.dl-split-input,.dl-split-select{flex:1;text-align:center;height:48px;font-size:16px;margin-left:9px}.dl-split-select{flex:0 0 85px}.dl-weekly-row .dl-time-group:nth-of-type(2)::before{content:"Start";font-weight:600;color:var(--clr-muted);width:60px}.dl-weekly-row .dl-time-group:nth-of-type(3)::before{content:"End";font-weight:600;color:var(--clr-muted);width:60px}.dl-weekly-row .dl-time-group:nth-of-type(4)::before{content:"Break";font-weight:600;color:var(--clr-muted);width:60px}.dl-weekly-row .dl-time-group:nth-of-type(5)::before{content:"Total";font-weight:600;color:var(--clr-muted);width:60px}}.dl-split-input:focus,.dl-split-select:focus{outline:none;border:none;box-shadow:none;background:0 0!important}.dl-custom-select-wrapper{position:relative;user-select:none;width:100%}.dl-custom-select-wrapper select{display:none}.dl-custom-trigger{background-color:#f9f9f9;padding:.5rem 1rem;font-size:1rem;color:#121b2d;cursor:pointer;display:flex;align-items:center;justify-content:space-between;height:100%;border-radius:0 var(--radius-md) var(--radius-md) 0;border:1px solid transparent}.dl-custom-trigger::after{content:"";display:inline-block;width:10px;height:6px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1L5 5L9 1' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;margin-left:10px}.dl-custom-options{position:absolute;display:none;top:100%;left:0;right:0;background:#fff;border:1px solid var(--clr-border);border-radius:var(--radius-md);box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:10;overflow:hidden;margin-top:5px}.dl-custom-select-wrapper.open .dl-custom-options{display:block}.dl-custom-option{padding:10px 15px;cursor:pointer;transition:background .2s}.dl-custom-option:hover{background:#f0f0f0}.dl-custom-option.selected{background:#e6ecf1;font-weight:600;color:var(--clr-primary)}