body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%;margin:0;max-width:100vw;overflow-x:hidden;padding:0;position:relative}:root{--tax-nav-height:70px;--tax-nav-bg:#fff;--tax-nav-color:#1f2937;--tax-nav-border:#e5e7eb;--tax-primary-color:#3b82f6;--tax-accent-color:#60a5fa;--tax-accent-hover:#93c5fd;--tax-success-color:#10b981;--tax-transition-speed:0.3s;--tax-border-radius:8px;--tax-shadow:0 2px 10px #00000014;--tax-shadow-hover:0 8px 30px #3b82f626;--tax-glass-effect:#fffffff2;--tax-text-primary:#111827;--tax-text-secondary:#6b7280}.tax-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;background:var(--tax-glass-effect);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--tax-nav-border);box-shadow:0 2px 10px #00000014;box-shadow:var(--tax-shadow);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.tax-header__container{align-items:center;display:flex;height:70px;height:var(--tax-nav-height);justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem;position:relative}.tax-header__brand{align-items:center;display:flex;text-decoration:none;transition:transform .3s ease;z-index:1001}.tax-header__brand:hover{transform:translateY(-1px)}.tax-header__logo{height:40px;margin-right:12px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.tax-header__logo:hover{filter:drop-shadow(0 4px 8px rgba(59,130,246,.3));transform:scale(1.1)}.tax-header__brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);background:linear-gradient(135deg,var(--tax-accent-color) 0,var(--tax-primary-color) 100%);-webkit-background-clip:text;background-clip:text;color:#3b82f6;color:var(--tax-primary-color);font-size:1.5rem;font-weight:700}.tax-header__menu-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;height:22px;justify-content:space-between;padding:0;position:relative;transition:all .3s ease;width:30px;z-index:1001}.tax-header__menu-btn:hover{opacity:.8}.tax-header__menu-btn-line{background:#1f2937;background:var(--tax-nav-color);border-radius:2px;height:3px;transform-origin:center;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:100%}.tax-header__menu-btn:hover .tax-header__menu-btn-line{background:#3b82f6;background:var(--tax-primary-color)}.tax-header__menu-btn--active .tax-header__menu-btn-line:first-child{background:#3b82f6;background:var(--tax-primary-color);transform:rotate(45deg) translate(7px,7px)}.tax-header__menu-btn--active .tax-header__menu-btn-line:nth-child(2){opacity:0;transform:translateX(-10px)}.tax-header__menu-btn--active .tax-header__menu-btn-line:nth-child(3){background:#3b82f6;background:var(--tax-primary-color);transform:rotate(-45deg) translate(7px,-7px)}.tax-header__sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.tax-mobile-menu{background:linear-gradient(160deg,#fff,#f9fafb 80%,#f3f4f6);border-left:1px solid #e5e7eb;border-left:1px solid var(--tax-nav-border);box-shadow:-10px 0 40px #0000001a;display:flex;flex-direction:column;height:100vh;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);visibility:hidden;width:420px;z-index:1000}.tax-mobile-menu--open{opacity:1;transform:translateX(0);visibility:visible}.tax-mobile-menu__header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--tax-nav-border);display:flex;height:auto;justify-content:space-between;padding:1rem}.tax-mobile-menu__brand{align-items:center;display:flex;gap:12px}.tax-mobile-menu__logo{height:36px}.tax-mobile-menu__brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1f2937 10%,#3b82f6 90%);background:linear-gradient(135deg,var(--tax-nav-color) 10%,var(--tax-primary-color) 90%);-webkit-background-clip:text;background-clip:text;color:#3b82f6;color:var(--tax-primary-color);font-size:1.6rem;font-weight:700}.tax-mobile-menu__close-btn{align-items:center;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;border-radius:var(--tax-border-radius);color:#111827;color:var(--tax-text-primary);cursor:pointer;display:flex;font-size:2rem;height:44px;justify-content:center;line-height:1;transition:all .3s ease;width:44px}.tax-mobile-menu__close-btn:hover{background:#3b82f633;color:#3b82f6;color:var(--tax-primary-color);transform:scale(1.1)}.tax-mobile-menu__content{flex:1 1;overflow-y:auto;padding:1rem 0}.tax-mobile-menu__main{padding:0 1.5rem}.tax-mobile-menu__title{background:#3b82f614;border-left:4px solid #3b82f6;border-left:4px solid var(--tax-primary-color);border-radius:8px;border-radius:var(--tax-border-radius);color:#3b82f6;color:var(--tax-primary-color);font-size:.9rem;font-weight:600;letter-spacing:1px;margin:0 0 1.5rem;padding:.75rem 1rem;text-transform:uppercase}.tax-mobile-menu__items{display:flex;flex-direction:column;gap:4px}.tax-mobile-menu__item{background:#ffffffb3;border:1px solid #0000;border-radius:8px;border-radius:var(--tax-border-radius);overflow:hidden;transition:all .3s ease}.tax-mobile-menu__item:hover{background:#3b82f60d;border-color:#3b82f64d;box-shadow:0 4px 12px #3b82f61a}.tax-mobile-menu__link{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--tax-border-radius);color:#111827;color:var(--tax-text-primary);cursor:pointer;display:flex;font-size:1.1rem;font-weight:500;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.tax-mobile-menu__link:hover{background:#3b82f614;color:#3b82f6;color:var(--tax-primary-color);transform:translateX(5px)}.tax-mobile-menu__link-text{flex:1 1}.tax-mobile-menu__arrow{align-items:center;color:#3b82f6;color:var(--tax-primary-color);display:flex;height:24px;justify-content:center;transition:transform .3s ease;width:24px}.tax-mobile-menu__dropdown-btn:hover .tax-mobile-menu__arrow{transform:translateX(4px)}.tax-mobile-menu__submenu{display:flex;flex-direction:column;height:100%}.tax-mobile-menu__back-btn{align-items:center;background:#3b82f614;border:none;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--tax-nav-border);color:#3b82f6;color:var(--tax-primary-color);cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:1.25rem 1.5rem;text-decoration:none;transition:all .3s ease}.tax-mobile-menu__back-btn:hover{background:#3b82f61f;color:#3b82f6;color:var(--tax-primary-color);padding-left:1.8rem}.tax-mobile-menu__back-icon{align-items:center;display:flex;height:20px;justify-content:center;width:20px}.tax-mobile-menu__back-text{font-weight:600}.tax-mobile-menu__submenu-content{flex:1 1;overflow-y:auto;padding:1.5rem}.tax-mobile-menu__submenu-title{background:#3b82f614;border-left:4px solid #3b82f6;border-left:4px solid var(--tax-primary-color);border-radius:8px;border-radius:var(--tax-border-radius);color:#3b82f6;color:var(--tax-primary-color);font-size:1.2rem;font-weight:600;margin:0 0 1.5rem;padding:.75rem 1rem}.tax-mobile-menu__submenu-items{display:flex;flex-direction:column;gap:6px}.tax-mobile-menu__submenu-link{align-items:center;background:#ffffffb3;border:1px solid #0000;border-radius:8px;border-radius:var(--tax-border-radius);color:#111827;color:var(--tax-text-primary);cursor:pointer;display:flex;font-weight:500;justify-content:space-between;padding:1.25rem 1.5rem;text-decoration:none;transition:all .3s ease}.tax-mobile-menu__submenu-link:hover{background:#3b82f614;border-color:#3b82f633;color:#3b82f6;color:var(--tax-primary-color);transform:translateX(5px)}.tax-mobile-menu__submenu-link--active{background:linear-gradient(45deg,#3b82f61a,#60a5fa1a);border-color:#3b82f64d;color:#3b82f6;color:var(--tax-primary-color)}.tax-mobile-menu__submenu-link-text{flex:1 1}.tax-mobile-menu__active-indicator{align-items:center;color:#10b981;color:var(--tax-success-color);display:flex;height:20px;justify-content:center;width:20px}.tax-mobile-menu__footer{background:#fff;border-top:1px solid #e5e7eb;border-top:1px solid var(--tax-nav-border);padding:1.5rem;position:relative;text-align:center}.tax-mobile-menu__footer-text{color:#6b7280;color:var(--tax-text-secondary);font-size:.9rem;font-weight:500;line-height:1.4;margin:0}.tax-mobile-menu__footer-glow{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--tax-primary-color),#0000);border-radius:50%;filter:blur(1px);height:3px;left:50%;position:absolute;top:-2px;transform:translateX(-50%);width:120px}.tax-mobile-menu__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:999}.tax-mobile-menu__overlay--active{opacity:1;visibility:visible}.tax-mobile-menu__content::-webkit-scrollbar{width:6px}.tax-mobile-menu__content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#3b82f6,#60a5fa);background:linear-gradient(45deg,var(--tax-primary-color),var(--tax-accent-color));border-radius:6px}.tax-mobile-menu__content::-webkit-scrollbar-track{background:#3b82f61a}@keyframes taxMenuSlideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.tax-mobile-menu--open .tax-mobile-menu__item{animation:taxMenuSlideIn .3s ease forwards}.tax-mobile-menu--open .tax-mobile-menu__item:first-child{animation-delay:.1s}.tax-mobile-menu--open .tax-mobile-menu__item:nth-child(2){animation-delay:.15s}.tax-mobile-menu--open .tax-mobile-menu__item:nth-child(3){animation-delay:.2s}.tax-mobile-menu--open .tax-mobile-menu__item:nth-child(4){animation-delay:.25s}.tax-mobile-menu--open .tax-mobile-menu__item:nth-child(5){animation-delay:.3s}.tax-mobile-menu--open .tax-mobile-menu__item:nth-child(6){animation-delay:.35s}@media (max-width:768px){.tax-mobile-menu{border-left:none;width:100%}.tax-header__container{padding:0 1rem}.tax-mobile-menu__header{padding:1rem}}@media (max-width:480px){.tax-header__container{padding:0 .75rem}.tax-header__brand-text{font-size:1.25rem}.tax-header__logo{height:36px}.tax-mobile-menu__brand-text{font-size:1.1rem}.tax-mobile-menu__logo{height:32px}.tax-mobile-menu__link{font-size:1rem;padding:1rem 1.25rem}.tax-mobile-menu__submenu-link{padding:1rem 1.25rem}}.tax-header__menu-btn:focus-visible,.tax-mobile-menu__back-btn:focus-visible,.tax-mobile-menu__close-btn:focus-visible,.tax-mobile-menu__dropdown-btn:focus-visible,.tax-mobile-menu__link:focus-visible,.tax-mobile-menu__submenu-link:focus-visible{border-radius:8px;border-radius:var(--tax-border-radius);outline:2px solid #3b82f6;outline:2px solid var(--tax-primary-color);outline-offset:2px}.tax-mobile-menu__dropdown-btn:disabled,.tax-mobile-menu__link:disabled{cursor:not-allowed;opacity:.6}.cont-1{margin:0 auto;max-width:1400px;padding:0 2rem}.hero-section{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;min-height:80vh;padding:4rem 0}.hero-content{max-width:600px}.hero-badge{align-items:center;background:linear-gradient(135deg,#3b82f6,#16a34a);background:linear-gradient(135deg,var(--accent-color),var(--highlight-color));border-radius:50px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{color:#0f172a;color:var(--primary-color);font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#3b82f6);background:linear-gradient(135deg,var(--primary-color) 0,var(--accent-color) 100%);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#64748b;color:var(--text-light);font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.cta-button{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;padding:1rem 2rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.cta-button.primary{background:#3b82f6;background:var(--accent-color);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);color:#fff}.cta-button.primary:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.cta-button.secondary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;color:#0f172a;color:var(--primary-color)}.cta-button.secondary:hover{background:#fff;box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.cta-button.large{font-size:1.125rem;padding:1.25rem 2.5rem}.hero-visual{height:400px;position:relative}.floating-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);color:#0f172a;color:var(--primary-color);display:flex;font-weight:600;gap:.75rem;padding:1.5rem;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.floating-card i{color:#3b82f6;color:var(--accent-color);font-size:1.25rem}.card-1{animation:float 3s ease-in-out infinite;left:5%;top:30%}.card-2{animation:float 3s ease-in-out 1s infinite;right:20%;top:50%}.card-3{bottom:20%}.card-3,.card-4{animation:float 3s ease-in-out 2s infinite;left:30%}.card-4{top:40%}.card-5{animation:float 3s ease-in-out 2s infinite;left:40%;top:10%}.card-6{animation:float 3s ease-in-out 1s infinite;bottom:1%;left:10%}.card-7{animation:float 3s ease-in-out 2s infinite;left:10%;top:1%}.floating-card:hover{box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-5px) scale(1.05)}.section-header{margin:6rem 0 3rem;text-align:center}.section-title1{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:2.5rem;font-weight:700;gap:.75rem;justify-content:center;margin-bottom:1rem}.section-title1 i{color:#3b82f6;color:var(--accent-color)}.section-subtitle{color:#64748b;color:var(--text-light);font-size:1.125rem;margin:0 auto;max-width:600px}.grid-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:3rem 0}.category-card{align-items:flex-start;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);color:#1e293b;color:var(--text-color);display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.category-card:before{background:linear-gradient(90deg,#0000,#3b82f60a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.category-card:hover:before{left:100%}.category-card:hover{border-color:#3b82f64d;box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-8px)}.card-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.card-icon i{color:#fff;font-size:1.5rem}.card-content{flex:1 1}.card-title{color:#0f172a;color:var(--primary-color);font-size:1.375rem;font-weight:600;margin-bottom:.75rem}.tool-desc{color:#64748b;color:var(--text-light);font-size:.95rem;line-height:1.6}.card-hover{color:#3b82f6;color:var(--accent-color);opacity:0;position:absolute;right:1.5rem;top:1.5rem;transform:translateX(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.card-hover.active{opacity:1;transform:translateX(0)}.cta-section{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color),#1e293b);border-radius:16px;border-radius:var(--radius);color:#fff;margin:4rem 0;padding:4rem 2rem;text-align:center}.cta-content h3{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:4rem 0}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.feature-card:hover{box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.feature-icon i{color:#fff;font-size:2rem}.feature-card h4{color:#0f172a;color:var(--primary-color);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#64748b;color:var(--text-light);line-height:1.6}@media (max-width:1024px){.hero-section{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-visual{height:300px}}@media (max-width:768px){.cont{padding:0 1rem}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.grid-layout{grid-template-columns:1fr}.hero-actions{justify-content:center}.category-card{flex-direction:column;text-align:center}.card-icon{margin:0 auto}}@media (max-width:640px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.cta-button{justify-content:center;width:100%}.features-grid{grid-template-columns:1fr}}:root{--glass:#ffffff0d}.footer-main{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);color:#f8fafc;color:var(--bg-color);overflow:hidden;position:relative}.footer-main:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-wrapper{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;padding:4rem 0 3rem}.footer-brand{display:flex;flex-direction:column}.brand-section{position:-webkit-sticky;position:sticky;top:2rem}.brand-logo{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.logo-img{height:60px;object-fit:contain;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:60px}.brand-logo:hover .logo-img{filter:drop-shadow(0 4px 12px rgba(59,130,246,.3));transform:scale(1.1) rotate(5deg)}.brand-text{display:flex;flex-direction:column}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#3b82f6);background:linear-gradient(135deg,var(--bg-color) 0,var(--accent-color) 100%);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700;margin:0}.brand-tagline{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:500;margin-top:.25rem}.brand-description{color:#fffc;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.social-section{margin-top:2rem}.social-title{color:#f8fafc;color:var(--bg-color);font-size:1rem;font-weight:600;margin-bottom:1rem}.social-icons{display:flex;gap:.75rem}.social-link{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,89%,.067);border:1px solid #fff3;border-radius:8px;border-radius:var(--radius-sm);color:#fff;display:flex;height:44px;justify-content:center;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:44px}.social-link:hover{background:#3b82f6;background:var(--accent-color);border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.social-tooltip{background:#0f172a;background:var(--primary-color);border:1px solid #ffffff1a;border-radius:8px;border-radius:var(--radius-sm);bottom:-40px;color:#fff;font-size:.75rem;left:50%;opacity:0;padding:.5rem .75rem;position:absolute;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);visibility:hidden;white-space:nowrap}.social-link:hover .social-tooltip{bottom:-35px;opacity:1;visibility:visible}.footer-links-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.footer-col{display:flex;flex-direction:column}.col-title{align-items:center;color:#f8fafc;color:var(--bg-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem}.col-title i{color:#3b82f6;color:var(--accent-color);font-size:.875rem}.col-list{flex-direction:column;list-style:none;margin:0;padding:0}.col-link,.col-list{display:flex;gap:.75rem}.col-link{align-items:center;border-radius:8px;border-radius:var(--radius-sm);color:#fffc;overflow:hidden;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.col-link:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.col-link:hover:before{left:100%}.col-link:hover{background:#3b82f61a;color:#f8fafc;color:var(--bg-color);padding-left:.75rem}.col-link i{color:#3b82f6;color:var(--accent-color);font-size:.875rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:16px}.col-link:hover i{color:#f8fafc;color:var(--bg-color);transform:scale(1.2)}.newsletter-section{margin-top:.5rem}.newsletter-text{color:#fffc;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.newsletter-form{display:flex;gap:.5rem;position:relative}.newsletter-input{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,89%,.067);border:1px solid #fff3;border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--primary-color);flex:1 1;font-size:.875rem;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.newsletter-input:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.newsletter-input::placeholder{color:#ffffff80}.newsletter-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.newsletter-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-1px)}.footer-bottom{padding:2rem 0}.footer-divider{background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;margin-bottom:2rem}.bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.copyright{color:#fffc;font-size:.875rem;margin:0}.copyright-brand{color:#f8fafc;color:var(--bg-color);font-weight:600}.footer-badges{display:flex;flex-wrap:wrap;gap:1rem}.badge{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,89%,.067);border:1px solid #fff3;border-radius:50px;color:#fff;display:flex;font-size:.75rem;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.badge:hover{background:#3b82f61a;border-color:#3b82f6;border-color:var(--accent-color);transform:translateY(-1px)}.badge i{color:#3b82f6;color:var(--accent-color);font-size:.625rem}@media (max-width:1024px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-links-grid{grid-template-columns:repeat(2,1fr)}.brand-section{position:static}}@media (max-width:768px){.footer-wrapper{padding:0 1.5rem}.footer-content{padding:3rem 0 2rem}.footer-links-grid{gap:2rem;grid-template-columns:1fr}.bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-badges{justify-content:center}}@media (max-width:640px){.footer-wrapper{padding:0 1rem}.brand-logo{flex-direction:column;gap:.75rem;text-align:center}.social-icons{justify-content:center}.newsletter-form{flex-direction:column}.badge{font-size:.7rem;padding:.4rem .75rem}}.atp-contact-main{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh}.atp-contact-hero{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:4rem 2rem}.atp-hero-badge{align-items:center;background:linear-gradient(135deg,#3b82f6,#16a34a);background:linear-gradient(135deg,var(--accent-color),var(--highlight-color));border-radius:50px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.atp-hero-title{color:#0f172a;color:var(--primary-color);font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.atp-gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f172a,#3b82f6);background:linear-gradient(135deg,var(--primary-color) 0,var(--accent-color) 100%);-webkit-background-clip:text;background-clip:text}.atp-hero-subtitle{color:#64748b;color:var(--text-light);font-size:1.25rem;line-height:1.6;max-width:500px}.atp-floating-icon,.atp-hero-visual{align-items:center;display:flex;justify-content:center}.atp-floating-icon{animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-radius:50%;height:200px;width:200px}.atp-floating-icon i{color:#fff;font-size:4rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.atp-contact-container{margin:0 auto;max-width:1400px;padding:0 2rem 4rem}.atp-section-header{margin-bottom:3rem;text-align:center}.atp-section-header h2{color:#0f172a;color:var(--primary-color);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.atp-section-header p{color:#64748b;color:var(--text-light);font-size:1.125rem}.atp-contact-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.atp-contact-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.atp-contact-card:before{background:linear-gradient(90deg,#0000,#3b82f60d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.atp-contact-card:hover:before{left:100%}.atp-contact-card:hover{border-color:#3b82f64d;box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-8px)}.atp-card-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.atp-card-icon i{color:#fff;font-size:1.5rem}.atp-card-content{flex:1 1}.atp-card-content h3{color:#0f172a;color:var(--primary-color);font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.atp-card-content p{color:#64748b;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.atp-card-action{align-items:center;background:#3b82f61a;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.atp-card-action:hover{background:#3b82f6;background:var(--accent-color);color:#fff;transform:translateY(-1px)}.atp-contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.atp-form-section{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:2.5rem}.atp-form-header{margin-bottom:2rem}.atp-form-header h2{color:#0f172a;color:var(--primary-color);font-size:2rem;font-weight:700;margin-bottom:.5rem}.atp-form-header p{color:#64748b;color:var(--text-light)}.atp-contact-form{display:flex;flex-direction:column;gap:1.5rem}.atp-form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.atp-form-group{display:flex;flex-direction:column}.atp-form-group label{color:#0f172a;color:var(--primary-color);font-weight:600;margin-bottom:.5rem}.atp-input-wrapper{align-items:center;display:flex;position:relative}.atp-input-wrapper i{color:#64748b;color:var(--text-light);left:1rem;position:absolute;z-index:1}.atp-input-wrapper input,.atp-input-wrapper textarea{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-family:inherit;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.atp-input-wrapper textarea{min-height:120px;resize:vertical}.atp-input-wrapper input:focus,.atp-input-wrapper textarea:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.atp-submit-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.75rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.atp-submit-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.atp-map-section{display:flex;flex-direction:column}.atp-map-header{margin-bottom:1.5rem}.atp-map-header h3{color:#0f172a;color:var(--primary-color);font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.atp-map-header p{color:#64748b;color:var(--text-light)}.atp-contact-map{border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);flex:1 1;overflow:hidden;position:relative}.atp-contact-map iframe{border:none;display:block;height:100%;min-height:400px;width:100%}.atp-map-overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);bottom:1rem;left:1rem;padding:1rem;position:absolute;right:1rem}.atp-overlay-content h4{color:#0f172a;color:var(--primary-color);font-size:1rem;font-weight:600;margin-bottom:.25rem}.atp-overlay-content p{color:#64748b;color:var(--text-light);font-size:.875rem;margin-bottom:1rem}.atp-overlay-actions{display:flex;gap:.5rem}.atp-overlay-btn{align-items:center;background:#3b82f61a;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.atp-overlay-btn:hover{background:#3b82f6;background:var(--accent-color);color:#fff}.atp-faq-section{margin-top:4rem}.atp-faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.atp-faq-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);display:flex;gap:1rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.atp-faq-item:hover{border-color:#3b82f64d;box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.atp-faq-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.atp-faq-icon i{color:#fff;font-size:1.25rem}.atp-faq-content h4{color:#0f172a;color:var(--primary-color);font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.atp-faq-content p{color:#64748b;color:var(--text-light);line-height:1.6}@media (max-width:1024px){.atp-contact-hero{text-align:center}.atp-contact-content,.atp-contact-hero{gap:2rem;grid-template-columns:1fr}.atp-hero-title{font-size:2.5rem}}@media (max-width:768px){.atp-contact-container{padding:0 1rem 2rem}.atp-contact-hero{padding:2rem 1rem}.atp-contact-cards,.atp-faq-grid,.atp-form-row{grid-template-columns:1fr}.atp-contact-card{flex-direction:column;text-align:center}.atp-card-icon{margin:0 auto}}@media (max-width:640px){.atp-hero-title{font-size:2rem}.atp-form-section{padding:1.5rem}.atp-floating-icon{height:150px;width:150px}.atp-floating-icon i{font-size:3rem}}:root{--primary-dark:#0f3054;--primary-green:#3b8dcb;--accent-hover:#5ba8e8;--pure-white:#fff;--background-light:#f8f9fa;--text-dark:#1a202c;--text-muted:#718096;--border-light:#e2e8f0;--border-lighter:#f1f5f9;--gradient-primary:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary-green) 100%);--gradient-light:linear-gradient(135deg,#5ba8e81a,#5ba8e84d);--shadow-light:0 2px 20px #19692c14;--shadow-medium:0 8px 30px #19692c1f}.privacy-policy{background:#fff;background:var(--pure-white);min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.policy-header{background:linear-gradient(135deg,#0f3054,#3b8dcb);background:var(--gradient-primary);color:#fff;color:var(--pure-white);padding:4rem 0;text-align:center}.header-content h1{font-weight:700;letter-spacing:-.02em}.last-updated{font-size:1rem;font-weight:500;margin-bottom:1.5rem;opacity:.9}.header-description{font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:800px;opacity:.9}.policy-content{padding:4rem 0}.policy-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:300px 1fr}.table-of-contents{background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.table-of-contents h3{border-bottom:2px solid #3b8dcb;border-bottom:2px solid var(--primary-green);color:#1a202c;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.table-of-contents ul{display:flex;flex-direction:column;gap:.75rem;list-style:none}.table-of-contents li a{border-bottom:1px solid #0000;color:#718096;color:var(--text-muted);display:block;font-weight:500;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.table-of-contents li a:hover{border-bottom-color:#3b8dcb;border-bottom-color:var(--primary-green);color:#0f3054;color:var(--primary-dark);transform:translateX(4px)}.policy-sections{display:flex;flex-direction:column;gap:3rem}.policy-section{scroll-margin-top:2rem}.policy-section h2{border-bottom:2px solid #f1f5f9;border-bottom:2px solid var(--border-lighter);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.5rem}.policy-section h2,.section-content{color:#1a202c;color:var(--text-dark)}.section-content{line-height:1.7}.section-content h3{color:#0f3054;color:var(--primary-dark);font-size:1.25rem;font-weight:600;margin:2rem 0 1rem}.section-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin:1.5rem 0 .5rem}.section-content p{color:#1a202c;color:var(--text-dark);margin-bottom:1rem}.section-content ul{margin:1rem 0;padding-left:1.5rem}.section-content li{color:#1a202c;color:var(--text-dark);margin-bottom:.5rem}.section-content strong{color:#0f3054;color:var(--primary-dark);font-weight:600}.security-features{background:linear-gradient(135deg,#5ba8e81a,#5ba8e84d);background:var(--gradient-light);border-left:4px solid #3b8dcb;border-left:4px solid var(--primary-green);border-radius:12px;margin:1.5rem 0;padding:1.5rem}.security-features h3{color:#0f3054!important;color:var(--primary-dark)!important;margin-top:0!important}.rights-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.right-item{background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;transition:all .3s ease}.right-item:hover{border-color:#3b8dcb;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.right-item h4{color:#0f3054;color:var(--primary-dark);font-size:1.1rem;margin:0 0 .5rem}.right-item p{color:#718096;color:var(--text-muted);font-size:.9rem;margin:0}.contact-info{background:#f8f9fa;background:var(--background-light);border-radius:12px;margin-top:1rem;padding:1.5rem}.contact-item{color:#1a202c;color:var(--text-dark);margin-bottom:.5rem}.contact-item strong{color:#0f3054;color:var(--primary-dark)}.policy-actions{background:linear-gradient(135deg,#5ba8e81a,#5ba8e84d);background:var(--gradient-light);padding:4rem 0;text-align:center}.actions-content h3{color:#1a202c;color:var(--text-dark);font-size:2rem;font-weight:700;margin-bottom:1rem}.actions-content p{color:#718096;color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.action-buttons{display:flex;gap:1rem}.action-buttons,.btn{justify-content:center}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;padding:12px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#0f3054,#3b8dcb);background:var(--gradient-primary);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);color:#fff;color:var(--pure-white)}.btn-primary:hover{box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--pure-white);border:2px solid #e2e8f0;border:2px solid var(--border-light);color:#0f3054;color:var(--primary-dark)}.btn-secondary:hover{border-color:#3b8dcb;border-color:var(--primary-green);transform:translateY(-2px)}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:2rem 0}.team-member{align-items:center;background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;display:flex;flex-direction:column;padding:2rem;text-align:center;transition:all .3s ease}.team-member:hover{border-color:#3b8dcb;border-color:var(--primary-green);box-shadow:0 8px 30px #19692c1f;box-shadow:var(--shadow-medium);transform:translateY(-4px)}.member-avatar{font-size:3rem;margin-bottom:1rem}.member-info h4{color:#1a202c;color:var(--text-dark);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.member-role{color:#3b8dcb;color:var(--primary-green);font-weight:600;margin-bottom:.25rem}.member-expertise{color:#718096;color:var(--text-muted);font-size:.9rem;margin-bottom:1rem}.member-description{color:#1a202c;color:var(--text-dark);line-height:1.5;margin-bottom:1rem}.member-focus{color:#718096;color:var(--text-muted);font-size:.9rem;margin-bottom:0}.values-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.value-item{align-items:flex-start;background:#fff;background:var(--pure-white);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.value-item:hover{border-color:#3b8dcb;border-color:var(--primary-green);box-shadow:0 2px 20px #19692c14;box-shadow:var(--shadow-light);transform:translateY(-2px)}.value-icon{align-items:center;background:linear-gradient(135deg,#5ba8e81a,#5ba8e84d);background:var(--gradient-light);border-radius:10px;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;padding:.5rem;width:60px}.value-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.value-content p{color:#718096;color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0}.timeline{display:flex;flex-direction:column;gap:2rem;margin:2rem 0;position:relative}.timeline:before{background:#3b8dcb;background:var(--primary-green);bottom:0;content:"";left:30px;opacity:.3;position:absolute;top:0;width:2px}.timeline-item{align-items:flex-start;display:flex;gap:1.5rem;position:relative}.timeline-year{background:linear-gradient(135deg,#0f3054,#3b8dcb);background:var(--gradient-primary);border-radius:20px;color:#fff;color:var(--pure-white);flex-shrink:0;font-size:.9rem;font-weight:700;min-width:80px;padding:.5rem 1rem;position:relative;text-align:center;z-index:2}.timeline-content{background:#f8f9fa;background:var(--background-light);border:1px solid #e2e8f0;border:1px solid var(--border-light);border-radius:12px;flex:1 1;padding:1.5rem}.timeline-content h4{color:#1a202c;color:var(--text-dark);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.timeline-content p{color:#718096;color:var(--text-muted);line-height:1.5;margin:0}@media (max-width:968px){.policy-grid{gap:3rem;grid-template-columns:1fr}.table-of-contents{position:static}.rights-grid{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 1.5rem}.policy-header{padding:3rem 0}.header-content h1{font-size:2.5rem}.policy-content{padding:3rem 0}.action-buttons{align-items:center;flex-direction:column}.btn{width:200px}.team-grid,.values-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-year{font-size:.8rem;min-width:60px;padding:.5rem .75rem}.value-item{align-items:center;flex-direction:column;text-align:center}.value-icon{margin-bottom:.5rem}}@media (max-width:480px){.container{padding:0 1rem}.header-content h1{font-size:2rem}.table-of-contents{padding:1.5rem}.policy-section h2{font-size:1.5rem}.right-item{padding:1rem}.team-member{padding:1.5rem}.timeline-item{flex-direction:column;gap:1rem}.timeline:before{display:none}.timeline-year{align-self:flex-start}}@media print{.policy-actions,.table-of-contents{display:none}.policy-grid{grid-template-columns:1fr}.policy-header{background:none;color:#1a202c;color:var(--text-dark);padding:2rem 0}}.btn:focus-visible,.table-of-contents a:focus-visible{border-radius:4px;outline:2px solid #3b8dcb;outline:2px solid var(--primary-green);outline-offset:2px}.payroll-calculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.info-box,.input-label-1{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;gap:.5rem}.info-box{background:#3b82f60d;border:1px solid #3b82f633;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem 1rem}.info-box i{color:#3b82f6;color:var(--accent-color)}.info-box strong{display:block;margin-bottom:.25rem}.employer-section,.tax-info{margin-top:1.5rem}.tax-band{grid-template-columns:1fr auto auto}.tax-band.personal-allowance{background:#10b9811a;border-left:3px solid #10b981}.band-name{color:#64748b;color:var(--text-light);text-align:right}.region-en{border-left:3px solid #3b82f6}.region-sc{border-left:3px solid #10b981}.region-wa{border-left:3px solid #ef4444}.region-ni{border-left:3px solid #8b5cf6}.input-with-icon .fa-pound-sign{color:#64748b;color:var(--text-light)}.checkbox-group{align-items:center;display:flex;gap:.75rem;padding:.75rem 0}.modern-checkbox{background:#fff;border:2px solid #3b82f680;border-radius:4px;cursor:pointer;height:18px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:18px}.modern-checkbox:checked{background:#3b82f6;background:var(--accent-color);border-color:#3b82f6;border-color:var(--accent-color)}.fa-krone-sign{font-family:Font Awesome\ 5 Free;font-weight:900}.fa-krone-sign:before{content:"kr";font-family:inherit;font-weight:600}@media (max-width:768px){.mobile-tabs{display:flex}.inputs-panel,.results-panel{display:none}.inputs-panel.active,.results-panel.active{display:block}.summary-grid{grid-template-columns:1fr}.header-content h1{font-size:2rem}.payroll-chart{height:240px!important;width:240px!important}.country-buttons{gap:.4rem;margin-top:1.5rem}.country-btn{flex:1 1;font-size:.75rem;max-width:calc(33.333% - .4rem);min-width:80px;padding:.5rem .75rem}.country-btn span{display:none}.country-btn i{font-size:1.1rem;margin:0}.tax-band{gap:.5rem;grid-template-columns:1fr}.band-name,.info-box,.tax-band{text-align:center}.info-box{flex-direction:column;gap:.75rem}}@keyframes regionChange{0%{opacity:.7;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.results-panel{animation:regionChange .3s ease-out}@media (max-width:640px){.payroll-calculator{padding:1rem .5rem}.inputs-panel,.results-panel{padding:1.5rem}.toggle-group{grid-template-columns:1fr}.calculator-header{padding:2rem 1rem}.header-content h1{flex-direction:column;font-size:2rem;gap:.5rem}.header-content p{font-size:1rem}.country-buttons{gap:.3rem}.country-btn{max-width:calc(25% - .3rem);min-width:70px;padding:.4rem .6rem}.country-btn i{font-size:1rem}}:root{--primary-dark:#0f172a;--primary-medium:#3b82f6;--primary-light:#e0f2fe;--text-dark:#333;--text-light:#666;--background:#fff;--border-light:#e0e0e0;--light-bg:#f8fafc}*{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.cont{border-radius:8px;margin:0 auto;max-width:900px;padding:40px}.hd{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-light);margin-bottom:30px;padding-bottom:20px}.ttl{color:#0f172a;color:var(--primary-dark);font-size:32px;line-height:1.3;margin-bottom:15px}.meta{color:#666;color:var(--text-light);display:flex;font-size:14px;gap:15px}.sec{margin-bottom:40px}.stt{border-bottom:2px solid #e0f2fe;border-bottom:2px solid var(--primary-light);color:#0f172a;color:var(--primary-dark);font-size:24px;margin-bottom:20px;margin-top:30px;padding-bottom:10px}.stt-sm{color:#3b82f6;color:var(--primary-medium);font-size:18px;margin-bottom:15px;margin-top:20px}.p{color:#333;color:var(--text-dark);line-height:1.7}.lst,.p{margin-bottom:20px}.lst{padding-left:20px}.li{color:#333;color:var(--text-dark);line-height:1.6;margin-bottom:10px;padding-left:8px}.hl{color:#3b82f6;color:var(--primary-medium);font-weight:600}.ex{background-color:#e0f2fe;background-color:var(--primary-light);border-left:4px solid #3b82f6;border-left:4px solid var(--primary-medium);border-radius:0 4px 4px 0;margin-bottom:20px;padding:20px}.code{background-color:#fafafa;border:1px solid #e0e0e0;border-left:4px solid #3b82f6;border:1px solid var(--border-light);border-left:4px solid var(--primary-medium);border-radius:6px;box-shadow:0 1px 4px #0000000f;color:#333;color:var(--text-dark);font-size:14px;line-height:1.6;margin:20px 0;padding:18px 20px;white-space:pre-wrap;word-break:break-word}.tbl{border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000000d;margin-bottom:25px;overflow:hidden;width:100%}.tbl td,.tbl th{border:1px solid #e0f2fe;border:1px solid var(--primary-light)}.tbl th{background-color:#0f172a;background-color:var(--primary-dark);color:#fff;color:var(--background);font-weight:600;padding:12px 15px;text-align:left}.tbl td{color:#333;color:var(--text-dark);padding:10px 15px}.tbl tr:nth-child(2n){background-color:#f8fafc;background-color:var(--light-bg)}.tbl tr:hover{background-color:#e0f2fe;background-color:var(--primary-light)}.faq{background-color:#f8fafc;background-color:var(--light-bg);border-radius:8px;margin-top:40px;padding:25px}.faq-item{border-bottom:1px solid #e0e0e0;border-bottom:1px solid var(--border-light);margin-bottom:25px;padding-bottom:20px}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-q{color:#0f172a;color:var(--primary-dark);font-size:18px;font-weight:600;margin-bottom:10px}.faq-a{color:#333;color:var(--text-dark);line-height:1.6}.concl{background-color:#e0f2fe;background-color:var(--primary-light);border-radius:8px;margin-top:30px;padding:25px}@media (max-width:768px){.cont{padding:20px}.ttl{font-size:26px}.stt{font-size:22px}.stt-sm{font-size:16px}.tbl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;position:relative}.tbl:after{bottom:8px;color:#666;color:var(--text-light);content:"Scroll →";font-size:14px;opacity:.6;pointer-events:none;position:absolute;right:8px}.tbl td,.tbl th{white-space:nowrap}.meta{flex-direction:column;gap:8px}.concl,.faq{padding:20px}}@media (max-width:480px){.ttl{font-size:22px}.stt{font-size:20px}.p{font-size:15px}.code{font-size:13px;padding:15px}}.panel-header{justify-content:space-between}.export-btn,.panel-header{align-items:center;display:flex}.export-btn{background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.export-btn:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-1px)}.toggle-group{grid-gap:.5rem;background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);display:grid;gap:.5rem;grid-template-columns:1fr 1fr;padding:.25rem}.toggle-btn{background:#0000;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.toggle-btn.active{background:#fff;box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);color:#3b82f6;color:var(--accent-color)}.breakdown-legend{padding:1.5rem}.detailed-breakdown,.tax-info{margin-bottom:2rem}.tax-info{background:#fff;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow)}.tax-info h4{color:var(--primary-color)}.tax-bands{display:flex;flex-direction:column;gap:.75rem}.tax-band{grid-gap:1rem;align-items:center;background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);display:grid;font-size:.875rem;gap:1rem;grid-template-columns:1fr auto auto auto;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.tax-band:hover{background:#3b82f60d;transform:translateX(4px)}.band-range{color:#1e293b;color:var(--text-color);font-weight:500}.band-rate{color:#3b82f6;color:var(--accent-color);font-weight:600}.band-amount{color:#64748b;color:var(--text-light);text-align:right}.band-tax{color:#0f172a;color:var(--primary-color);font-weight:600;text-align:right}.employer-section{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);margin-bottom:2rem;padding:1.5rem}.employer-section h4{color:#0f172a;color:var(--primary-color);font-weight:600;margin-bottom:1rem}.employer-costs{display:flex;flex-direction:column;gap:.75rem}.cost-item{align-items:center;background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);display:flex;justify-content:space-between;padding:.75rem}.cost-item.total{background:#10b9811a;font-weight:600}.recommendations{display:flex;flex-direction:column;gap:1rem}.recommendation-item{align-items:flex-start;background:#3b82f60d;border-left:4px solid #3b82f6;border-left:4px solid var(--accent-color);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:1rem;padding:1rem}.recommendation-item i{color:#3b82f6;color:var(--accent-color);margin-top:.125rem}.recommendation-item span{color:#1e293b;color:var(--text-color);line-height:1.5}@media (max-width:768px){.mobile-tabs{display:flex}.inputs-panel,.results-panel{display:none}.inputs-panel.active,.results-panel.active{display:block}.summary-grid{grid-template-columns:1fr}.header-content h1{font-size:2rem}.payroll-chart{height:240px!important;width:240px!important}.panel-header{align-items:flex-start;flex-direction:column;gap:1rem}.tax-band{gap:.5rem;grid-template-columns:1fr}.band-amount,.band-tax,.tax-band{text-align:center}}@media (max-width:640px){.tax-reports-container{padding:1rem .5rem}.inputs-panel,.results-panel{padding:1.5rem}.toggle-group{grid-template-columns:1fr}.calculator-header{padding:2rem 1rem}.header-content h1{flex-direction:column;font-size:2rem;gap:.5rem}.header-content p{font-size:1rem}.country-buttons{gap:.3rem}.country-btn{max-width:calc(25% - .3rem);min-width:70px;padding:.4rem .6rem}.country-btn span{display:none}.country-btn i{font-size:1rem}}.property-tax-calculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.calculator-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.calculator-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.header-content h1{align-items:center;display:flex;font-size:3rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.header-content h1 i{color:#3b82f6;color:var(--accent-color)}.header-content p{color:#ffffffe6;font-size:1.25rem;margin:0 auto;max-width:600px}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 0 0 #3b82f600}}.country-btn.active{animation:pulse-glow 2s infinite}.country-buttons{flex-wrap:wrap;gap:.75rem;margin-top:2rem;padding:0 1rem}.country-btn,.country-buttons{display:flex;justify-content:center}.country-btn{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-color);cursor:pointer;font-size:.875rem;font-weight:500;gap:.5rem;min-width:100px;padding:.75rem 1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.country-btn:hover{background:#74a7fa14;border-color:#2275fa4d}.country-btn.active,.country-btn:hover{box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);color:#fff;transform:translateY(-2px)}.country-btn.active{background:linear-gradient(135deg,#3b82f6,#2563eb);background:linear-gradient(135deg,var(--accent-color),var(--accent-hover));border-color:#3b82f6;border-color:var(--accent-color)}.country-btn i{font-size:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1);transition:transform var(--transition)}.country-btn.active i,.country-btn:hover i{transform:scale(1.1)}.country-btn span{font-weight:600}.calculator-container{background:#fffc;border-radius:16px;box-shadow:0 4px 20px #0f172a14}.mobile-tabs{background:#fff;border-bottom:1px solid #e2e8f0cc;display:none}.tab-btn{align-items:center;background:none;border:none;color:#64748b;color:var(--text-light);cursor:pointer;display:flex;flex:1 1;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.tab-btn.active{background:#3b82f60d;border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--accent-color);color:#3b82f6;color:var(--accent-color)}.calculator-content{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.inputs-panel,.results-panel{overflow-y:auto;padding:2rem}.inputs-panel{background:#fff;border-right:1px solid #e2e8f0cc}.results-panel{background:#f8fafc;background:var(--bg-color)}.panel-header{border-bottom:1px solid #e2e8f0cc;margin-bottom:2rem;padding-bottom:1rem}.panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.5rem;font-weight:700;gap:.75rem}.panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.input-grid{gap:1.5rem}.input-grid,.input-group{display:flex;flex-direction:column}.input-group{gap:.5rem}.input-label{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;gap:.5rem}.input-label i{color:#3b82f6;color:var(--accent-color);font-size:.875rem}.modern-input,.modern-select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:1rem;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.modern-input:focus,.modern-select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon i{color:#64748b;color:var(--text-light);left:1rem;position:absolute;z-index:1}.input-with-icon .modern-input{padding-left:2.5rem}.summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.summary-card{align-items:center;background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.summary-card:hover{box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.summary-icon{align-items:center;border-radius:8px;border-radius:var(--radius-sm);display:flex;font-size:1.25rem;height:50px;justify-content:center;width:50px}.summary-content h4{color:#64748b;color:var(--text-light);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.summary-amount{color:#0f172a;color:var(--primary-color);font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.summary-subtitle{color:#64748b;color:var(--text-light);font-size:.75rem}.chart-section{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}.chart-container{align-items:center;display:flex;justify-content:center;position:relative}.payroll-chart{height:280px!important;width:280px!important}.chart-center{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.chart-net{color:#0f172a;color:var(--primary-color);font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.chart-label{color:#64748b;color:var(--text-light);font-size:.875rem}.breakdown-legend{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1rem}.breakdown-legend h4{color:#0f172a;color:var(--primary-color);font-weight:600;margin-bottom:1rem}.legend-item{align-items:center;border-bottom:1px solid #e2e8f0cc;display:flex;gap:1rem;padding:.75rem 0}.legend-item:last-child{border-bottom:none}.legend-color{border-radius:50%;flex-shrink:0;height:12px;width:12px}.legend-content{flex:1 1;justify-content:space-between}.legend-content,.legend-label{align-items:center;display:flex}.legend-label{color:#1e293b;color:var(--text-color);font-size:.875rem;gap:.5rem}.legend-label i{color:#64748b;color:var(--text-light);font-size:.75rem}.legend-value{color:#0f172a;color:var(--primary-color);font-size:.875rem;font-weight:600}.detailed-breakdown{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);margin-bottom:1.5rem;padding:1.5rem}.detailed-breakdown h4{color:#0f172a;color:var(--primary-color);font-weight:600;margin-bottom:1rem}.breakdown-grid{display:flex;flex-direction:column;gap:.75rem}.breakdown-item{align-items:center;background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);display:flex;justify-content:space-between;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.breakdown-item:hover{background:#3b82f60d}.breakdown-item span:first-child{color:#1e293b;color:var(--text-color);font-weight:500}.breakdown-item span:last-child{color:#0f172a;color:var(--primary-color);font-weight:600}.breakdown-item.total{background:#10b9811a;font-weight:600}@media (max-width:1024px){.calculator-content{grid-template-columns:1fr}.inputs-panel{border-bottom:1px solid #e2e8f0cc;border-right:none}.chart-section{grid-template-columns:1fr}.country-buttons{gap:.5rem}.country-btn{font-size:.8rem;min-width:90px;padding:.6rem 1rem}}@media (max-width:768px){.mobile-tabs{display:flex}.inputs-panel,.results-panel{display:none}.inputs-panel.active,.results-panel.active{display:block}.summary-grid{grid-template-columns:1fr}.header-content h1{font-size:2rem}.payroll-chart{height:240px!important;width:240px!important}.country-buttons{gap:.4rem;margin-top:1.5rem}.country-btn{flex:1 1;font-size:.75rem;max-width:calc(33.333% - .4rem);min-width:80px;padding:.5rem .75rem}.country-btn span{display:none}.country-btn i{font-size:1.1rem;margin:0}}@media (max-width:640px){.property-tax-calculator{padding:1rem .5rem}.inputs-panel,.results-panel{padding:1.5rem}.calculator-header{padding:2rem 1rem}.header-content h1{flex-direction:column;font-size:2rem;gap:.5rem}.header-content p{font-size:1rem}.country-buttons{gap:.3rem}.country-btn{max-width:calc(25% - .3rem);min-width:70px;padding:.4rem .6rem}.country-btn i{font-size:1rem}}.tax-reports-container{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.calculator-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--glass);border:1px solid #e2e8f0cc;border-radius:var(--radius);box-shadow:var(--shadow);margin:0 auto;max-width:1200px;overflow:hidden}.navigation-buttons{border-top:1px solid #e2e8f0cc;display:flex;justify-content:space-between;margin-top:2rem;padding-top:1rem}.nav-btn{align-items:center;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:var(--radius-sm);color:var(--text-color);cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all var(--transition)}.nav-btn:hover{background:#fff;transform:translateY(-1px)}.nav-btn.primary,.nav-btn:hover{border-color:var(--accent-color)}.nav-btn.primary{background:var(--accent-color);color:#fff}.nav-btn.primary:hover{background:var(--accent-hover)}.section-title{border-bottom:2px solid #3b82f61a;color:var(--primary-color);font-size:1.1rem;font-weight:600;margin:1.5rem 0 1rem;padding-bottom:.5rem}.checkbox-group{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.checkbox-label{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-weight:500;gap:.5rem}.checkbox-label input[type=checkbox]{border:2px solid #e2e8f0cc;border-radius:4px;height:18px;width:18px}.refund{color:#10b981!important}.owed{color:#ef4444!important}.summary-amount.owed,.summary-amount.refund{font-size:1.5rem}.chart-net.refund{color:#10b981}.chart-net.owed{color:#ef4444}.breakdown-item.final{background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-left:4px solid var(--accent-color);font-weight:700}.remove-btn{align-items:center;background-color:#ff4d4f;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;justify-content:center;margin:.5rem;padding:6px 10px;transition:background-color .2s ease,transform .2s ease}.remove-btn i{pointer-events:none}.remove-btn:hover{background-color:#ff7875;transform:scale(1.1)}.remove-btn:focus{box-shadow:0 0 0 2px #ff4d4f66;outline:none}.add-btn{align-items:center;background-color:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin:.5rem;padding:8px 16px;transition:background-color .2s ease,transform .2s ease}.add-btn i{font-size:16px}.add-btn:hover{background-color:#45a049;transform:scale(1.05)}.add-btn:focus{box-shadow:0 0 0 2px #4caf5066;outline:none}.tax-info{background-color:#fff;border-radius:12px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:700px;padding:1.5rem}.tax-info h4{color:#111827;font-size:1.4rem}.beneficiary-distribution{display:flex;flex-direction:column;gap:1rem}.distribution-item{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;justify-content:space-between;padding:.85rem 1rem;transition:transform .2s ease,box-shadow .2s ease}.distribution-item:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.beneficiary-info{display:flex;flex-direction:column;gap:.25rem}.beneficiary-name{color:#1f2937;font-size:1rem;font-weight:500}.beneficiary-relationship{color:#6b7280;font-size:.875rem}.charity-badge{background-color:#ecfdf5;border-radius:6px;color:#10b981;display:inline-block;font-size:.75rem;font-weight:600;margin-top:.25rem;padding:.2rem .5rem}.distribution-details{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.distribution-share{color:#111827;font-weight:600}.distribution-amount{color:#374151;font-size:.9rem}.tax-info{background:#f8fafc;border-radius:16px;box-shadow:0 4px 12px #0000000d;margin-top:2rem;padding:1.8rem}.tax-info h4{border-left:4px solid #2563eb;color:#0f172a;font-size:1.3rem;font-weight:600;margin-bottom:1rem;padding-left:.6rem}.canton-comparison{overflow-x:auto}.comparison-table{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:grid;grid-template-columns:repeat(6,1fr);overflow:hidden}.table-header{display:contents}.table-header span{background:#f1f5f9;border-bottom:1px solid #e2e8f0;color:#334155;font-weight:600;padding:.8rem;text-align:center}.table-row{display:contents;transition:background .2s ease}.table-row:hover{background:#f8fafc}.table-row span{border-bottom:1px solid #f1f5f9;color:#475569;font-size:.95rem;padding:.8rem;text-align:center}.canton-name{color:#1e293b;font-weight:500;padding-left:1rem;text-align:left!important}.toggle-group{margin-bottom:20px}.input-label{display:inline-block;font-size:15px;font-weight:600;margin-bottom:8px}.radio-group{display:flex;flex-direction:row;gap:10px;margin-top:8px}.radio-label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px}.radio-label input[type=radio]{accent-color:#2563eb;cursor:pointer;height:16px;width:16px}.radio-label span{cursor:pointer}@media (max-width:768px){.navigation-buttons{flex-direction:column;gap:1rem}.nav-btn{justify-content:center}.checkbox-group{grid-template-columns:repeat(2,1fr)}}@media print{.tax-reports-container{background:#fff;padding:0}.calculator-header{background:#0f172a!important;-webkit-print-color-adjust:exact}.export-btn,.mobile-tabs,.navigation-buttons{display:none}.comparison-table{grid-template-columns:1fr 1fr 1fr}.table-header span:nth-child(n+4),.table-row span:nth-child(n+4){display:none}}.TimeCard-calculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.TimeCard-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.TimeCard-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.TimeCard-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.TimeCard-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.TimeCard-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.TimeCard-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.TimeCard-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:350px 1fr;margin:0 auto;max-width:1400px}.TimeCard-settings-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimeCard-panel-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.TimeCard-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.TimeCard-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.TimeCard-settings-grid{display:flex;flex-direction:column;gap:2rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1.5rem}.TimeCard-settings-group{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.1rem}.TimeCard-settings-group h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeCard-settings-group h3 i{color:#3b82f6;color:var(--accent-color)}.TimeCard-input-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.TimeCard-input-field{display:flex;flex-direction:column;gap:.5rem}.TimeCard-input-field label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.TimeCard-input-field input,.TimeCard-input-field select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.TimeCard-input-field input:focus,.TimeCard-input-field select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.TimeCard-toggle-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.TimeCard-toggle-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.TimeCard-toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.TimeCard-toggle-switch input{height:0;opacity:0;width:0}.TimeCard-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.TimeCard-slider,.TimeCard-slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.TimeCard-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.TimeCard-toggle-switch input:checked+.TimeCard-slider{background-color:#3b82f6;background-color:var(--accent-color)}.TimeCard-toggle-switch input:checked+.TimeCard-slider:before{transform:translateX(24px)}.TimeCard-quick-actions{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.TimeCard-quick-actions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeCard-action-buttons{display:flex;flex-direction:column;gap:.75rem}.TimeCard-action-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeCard-action-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.TimeCard-action-btn.TimeCard-reset-btn{background:#ef4444;background:var(--error-color)}.TimeCard-action-btn.TimeCard-reset-btn:hover{background:#dc2626}.TimeCard-entries-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimeCard-header-row{align-items:center;display:flex;justify-content:space-between}.TimeCard-add-day-btn{align-items:center;background:#16a34a;background:var(--highlight-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeCard-add-day-btn:hover{background:#15803d;transform:translateY(-2px)}.TimeCard-entries-table-container{overflow-x:auto;padding:1.5rem}.TimeCard-time-entries-table{background:#fff;border-collapse:initial;border-radius:8px;border-radius:var(--radius-sm);border-spacing:0;box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden;width:100%}.TimeCard-time-entries-table th{background:#f8fafc;background:var(--bg-color);border-bottom:2px solid #e2e8f0cc;color:#1e293b;color:var(--text-color);font-weight:600;padding:1rem;text-align:left}.TimeCard-time-entries-table td{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1rem}.TimeCard-time-entries-table tr:last-child td{border-bottom:none}.TimeCard-time-entries-table tr.TimeCard-holiday-row{background:#f59e0b0d}.TimeCard-time-entries-table tr.TimeCard-weekend-row{background:#3b82f60d}.TimeCard-day-cell{display:flex;flex-direction:column;gap:.5rem}.TimeCard-day-name{color:#1e293b;color:var(--text-color);font-weight:600}.TimeCard-day-options{display:flex;gap:.75rem}.TimeCard-day-checkbox{align-items:center;color:#64748b;color:var(--text-light);cursor:pointer;display:flex;font-size:.75rem;gap:.25rem}.TimeCard-break-input,.TimeCard-date-input,.TimeCard-notes-input,.TimeCard-time-input{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.TimeCard-break-input:focus,.TimeCard-date-input:focus,.TimeCard-notes-input:focus,.TimeCard-time-input:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 2px #3b82f61a;outline:none}.TimeCard-break-cell{align-items:center;display:flex;gap:.5rem}.TimeCard-break-input{width:60px}.TimeCard-break-checkbox{align-items:center;color:#64748b;color:var(--text-light);cursor:pointer;display:flex;font-size:.75rem;gap:.25rem}.TimeCard-manual-entry{display:flex;flex-direction:column;gap:.5rem}.TimeCard-manual-input{align-items:center;display:flex;gap:.5rem}.TimeCard-manual-input label{color:#64748b;color:var(--text-light);font-size:.75rem;min-width:60px}.TimeCard-manual-input input{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.5rem;width:60px}.TimeCard-manual-input span{color:#64748b;color:var(--text-light);font-size:.75rem}.TimeCard-hours-cell,.TimeCard-ot-cell{text-align:center}.TimeCard-total-hours{color:#1e293b;color:var(--text-color);font-size:1rem;font-weight:600}.TimeCard-ot-hours{color:#f59e0b;color:var(--warning-color);font-size:1rem;font-weight:600}.TimeCard-special-cell{text-align:center}.TimeCard-holiday-badge,.TimeCard-weekend-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.25rem .5rem}.TimeCard-holiday-badge{background:#f59e0b1a;color:#f59e0b;color:var(--warning-color)}.TimeCard-weekend-badge{background:#3b82f61a;color:#3b82f6;color:var(--accent-color)}.TimeCard-remove-btn{align-items:center;background:#ef44441a;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;color:var(--error-color);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:32px}.TimeCard-remove-btn:hover{background:#ef444433}.TimeCard-remove-btn:disabled{cursor:not-allowed;opacity:.5}.TimeCard-summary-section{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.TimeCard-summary-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.TimeCard-summary-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.TimeCard-summary-header h3 i{color:#3b82f6;color:var(--accent-color)}.TimeCard-export-buttons{display:flex;gap:.75rem}.TimeCard-export-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeCard-export-btn:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-2px)}.TimeCard-summary-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.TimeCard-summary-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimeCard-summary-card-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1rem 1.5rem}.TimeCard-summary-card-header h4{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.TimeCard-summary-card-header h4 i{color:#3b82f6;color:var(--accent-color)}.TimeCard-summary-card-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.TimeCard-pay-item,.TimeCard-rate-item,.TimeCard-summary-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.TimeCard-pay-label,.TimeCard-rate-label,.TimeCard-summary-label{color:#64748b;color:var(--text-light);font-size:.875rem}.TimeCard-pay-value,.TimeCard-rate-value,.TimeCard-summary-value{color:#1e293b;color:var(--text-color);font-weight:600}.TimeCard-summary-item.TimeCard-holiday .TimeCard-summary-value{color:#f59e0b;color:var(--warning-color)}.TimeCard-summary-item.TimeCard-weekend .TimeCard-summary-value{color:#3b82f6;color:var(--accent-color)}.TimeCard-pay-item.TimeCard-special .TimeCard-pay-value{color:#f59e0b;color:var(--warning-color)}.TimeCard-pay-total{align-items:center;border-top:2px solid #e2e8f0cc;display:flex;justify-content:space-between;margin-top:.5rem;padding:1rem 0}.TimeCard-pay-total .TimeCard-pay-label{color:#0f172a;color:var(--primary-color);font-size:1rem;font-weight:600}.TimeCard-pay-total .TimeCard-pay-value.TimeCard-total{color:#16a34a;color:var(--highlight-color);font-size:1.25rem}@media (max-width:1024px){.TimeCard-container{grid-template-columns:1fr}.TimeCard-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.TimeCard-header-content h1{font-size:2rem}.TimeCard-input-row,.TimeCard-summary-grid{grid-template-columns:1fr}.TimeCard-time-entries-table{display:block;overflow-x:auto;white-space:nowrap}.TimeCard-export-buttons{flex-direction:column;width:100%}.TimeCard-export-btn{justify-content:center;width:100%}}@media (max-width:640px){.TimeCard-calculator{padding:1rem .5rem}.TimeCard-header{padding:2rem 1rem}.TimeCard-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.TimeCard-entries-table-container,.TimeCard-panel-header,.TimeCard-summary-section{padding:1rem}.TimeCard-day-options{flex-direction:column;gap:.25rem}.TimeCard-manual-input{flex-wrap:wrap}}.HoursDecimal-converter{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.HoursDecimal-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.HoursDecimal-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.HoursDecimal-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.HoursDecimal-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.HoursDecimal-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.HoursDecimal-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px;margin:0 auto;max-width:1200px}.HoursDecimal-main-panel{display:flex;flex-direction:column;gap:2rem}.HoursDecimal-panel-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.5rem}.HoursDecimal-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.HoursDecimal-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-conversion-grid{display:flex;flex-direction:column;gap:1.5rem}.HoursDecimal-conversion-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.HoursDecimal-conversion-card-header{align-items:center;background:#f8fafc;background:var(--bg-color);border-bottom:1px solid #e2e8f0cc;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.HoursDecimal-conversion-card-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.HoursDecimal-conversion-card-header h3 i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-auto-toggle,.HoursDecimal-auto-toggle label{align-items:center;display:flex;gap:.5rem}.HoursDecimal-auto-toggle label{color:#64748b;color:var(--text-light);cursor:pointer;font-size:.875rem}.HoursDecimal-auto-toggle input[type=checkbox]{border:2px solid #3b82f6;border:2px solid var(--accent-color);border-radius:4px;cursor:pointer;height:18px;width:18px}.HoursDecimal-input-group{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.HoursDecimal-time-inputs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.HoursDecimal-time-input{display:flex;flex-direction:column;gap:.5rem}.HoursDecimal-time-input label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.HoursDecimal-time-input input{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:1rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.HoursDecimal-time-input input:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.HoursDecimal-decimal-input,.HoursDecimal-time-string-input{display:flex;flex-direction:column;gap:.5rem}.HoursDecimal-decimal-input label,.HoursDecimal-time-string-input label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.HoursDecimal-decimal-input input,.HoursDecimal-time-string-input input{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:1rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.HoursDecimal-decimal-input input:focus,.HoursDecimal-time-string-input input:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.HoursDecimal-format-hint{color:#64748b;color:var(--text-light);font-size:.75rem;margin-top:.25rem}.HoursDecimal-convert-btn-group{display:flex;gap:.75rem}.HoursDecimal-convert-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.HoursDecimal-convert-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.HoursDecimal-copy-btn{align-items:center;background:#16a34a;background:var(--highlight-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.HoursDecimal-copy-btn:hover{background:#15803d;box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.HoursDecimal-result-display{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:1.5rem;text-align:center}.HoursDecimal-result-label{align-items:center;color:#64748b;color:var(--text-light);display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-bottom:.5rem}.HoursDecimal-result-label i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-result-value{color:#0f172a;color:var(--primary-color);font-size:2rem;font-weight:700;margin-bottom:.5rem}.HoursDecimal-result-detail{color:#64748b;color:var(--text-light);font-size:.875rem}.HoursDecimal-quick-conversions{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.5rem}.HoursDecimal-quick-conversions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.HoursDecimal-quick-conversions h3 i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-quick-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.HoursDecimal-quick-btn{align-items:center;background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.HoursDecimal-quick-btn:hover{background:#3b82f60d;border-color:#3b82f6;border-color:var(--accent-color);transform:translateY(-2px)}.HoursDecimal-quick-time{color:#1e293b;color:var(--text-color);font-weight:600}.HoursDecimal-quick-arrow{color:#64748b;color:var(--text-light)}.HoursDecimal-quick-decimal{color:#3b82f6;color:var(--accent-color);font-weight:600}.HoursDecimal-side-panel{display:flex;flex-direction:column;gap:1.5rem}.HoursDecimal-equivalents-card,.HoursDecimal-history-card,.HoursDecimal-settings-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.HoursDecimal-equivalents-header,.HoursDecimal-history-header,.HoursDecimal-settings-header{align-items:center;background:#f8fafc;background:var(--bg-color);border-bottom:1px solid #e2e8f0cc;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.HoursDecimal-equivalents-header h3,.HoursDecimal-history-header h3,.HoursDecimal-settings-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.HoursDecimal-equivalents-header h3 i,.HoursDecimal-history-header h3 i,.HoursDecimal-settings-header h3 i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-clear-history{background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;color:var(--error-color);cursor:pointer;font-size:.875rem;padding:.25rem .5rem}.HoursDecimal-clear-history:hover{background:#ef44441a}.HoursDecimal-clear-history:disabled{cursor:not-allowed;opacity:.5}.HoursDecimal-settings-content{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.HoursDecimal-setting{display:flex;flex-direction:column;gap:.5rem}.HoursDecimal-setting label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.HoursDecimal-setting select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.HoursDecimal-setting select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.HoursDecimal-format-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.HoursDecimal-format-btn{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-color);cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.HoursDecimal-format-btn:hover{background:#3b82f60d;border-color:#3b82f6;border-color:var(--accent-color)}.HoursDecimal-reset-section{border-top:1px solid #e2e8f0cc;margin-top:1rem;padding-top:1rem}.HoursDecimal-reset-btn{align-items:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;color:var(--error-color);cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.HoursDecimal-reset-btn:hover{background:#ef444433;transform:translateY(-2px)}.HoursDecimal-history-content{max-height:300px;overflow-y:auto;padding:1.5rem}.HoursDecimal-empty-history{align-items:center;color:#64748b;color:var(--text-light);display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.HoursDecimal-empty-history i{color:#64748b4d;font-size:3rem;margin-bottom:1rem}.HoursDecimal-empty-history p{font-size:.875rem}.HoursDecimal-history-list{display:flex;flex-direction:column;gap:.75rem}.HoursDecimal-history-item{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:.75rem;position:relative}.HoursDecimal-history-input{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.25rem}.HoursDecimal-history-input i{color:#3b82f6;color:var(--accent-color);font-size:.75rem}.HoursDecimal-history-result{color:#16a34a;color:var(--highlight-color);font-size:.875rem;font-weight:500;margin-bottom:.25rem}.HoursDecimal-history-time{color:#64748b;color:var(--text-light);font-size:.75rem}.HoursDecimal-history-copy{align-items:center;background:#10b9811a;border:none;border-radius:4px;color:#16a34a;color:var(--highlight-color);cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:24px}.HoursDecimal-history-copy:hover{background:#10b98133}.HoursDecimal-equivalents-content{padding:1.5rem}.HoursDecimal-equivalents-table{display:flex;flex-direction:column;gap:.5rem}.HoursDecimal-equivalents-row{grid-gap:1rem;display:grid;font-size:.875rem;gap:1rem;grid-template-columns:1fr 1fr 1.5fr;padding:.75rem}.HoursDecimal-equivalents-header-row{background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-color);font-weight:600}.HoursDecimal-equivalents-row:not(.HoursDecimal-equivalents-header-row){border-bottom:1px solid #e2e8f0cc}.HoursDecimal-equivalents-row:last-child:not(.HoursDecimal-equivalents-header-row){border-bottom:none}.HoursDecimal-equivalents-minutes{color:#1e293b;color:var(--text-color);font-weight:500}.HoursDecimal-equivalents-decimal{color:#3b82f6;color:var(--accent-color);font-weight:500}.HoursDecimal-equivalents-use{color:#64748b;color:var(--text-light)}.HoursDecimal-info-section{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);margin-top:2rem;overflow:hidden}.HoursDecimal-info-content{padding:2rem}.HoursDecimal-info-content h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem}.HoursDecimal-info-content h3 i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-info-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.HoursDecimal-info-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:1.5rem}.HoursDecimal-info-card h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.HoursDecimal-info-card h4 i{color:#3b82f6;color:var(--accent-color)}.HoursDecimal-info-card p{color:#1e293b;color:var(--text-color);font-size:.875rem;line-height:1.5;margin-bottom:1rem}.HoursDecimal-info-card ul{list-style:none;margin:0;padding:0}.HoursDecimal-info-card li{color:#1e293b;color:var(--text-color);font-size:.875rem;line-height:1.5;margin-bottom:.5rem;padding-left:1rem;position:relative}.HoursDecimal-info-card li:before{color:#3b82f6;color:var(--accent-color);content:"•";left:0;position:absolute}.HoursDecimal-formula-example{background:#3b82f60d;border-left:3px solid #3b82f6;border-left:3px solid var(--accent-color);border-radius:8px;border-radius:var(--radius-sm);font-family:monospace;margin-top:1rem;padding:.75rem}@media (max-width:1024px){.HoursDecimal-container{grid-template-columns:1fr}.HoursDecimal-time-inputs{grid-template-columns:repeat(3,1fr)}.HoursDecimal-quick-buttons{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}@media (max-width:768px){.HoursDecimal-header-content h1{font-size:2rem}.HoursDecimal-time-inputs{grid-template-columns:1fr}.HoursDecimal-quick-buttons{grid-template-columns:repeat(2,1fr)}.HoursDecimal-convert-btn-group{flex-direction:column}.HoursDecimal-info-grid{grid-template-columns:1fr}.HoursDecimal-equivalents-row{gap:.25rem;grid-template-columns:1fr}}@media (max-width:640px){.HoursDecimal-converter{padding:1rem .5rem}.HoursDecimal-header{padding:2rem 1rem}.HoursDecimal-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.HoursDecimal-result-value{font-size:1.5rem}.HoursDecimal-quick-buttons{grid-template-columns:1fr}}.BillingHours-calculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.BillingHours-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.BillingHours-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.BillingHours-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.BillingHours-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.BillingHours-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.BillingHours-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.BillingHours-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:350px 1fr;margin:0 auto;max-width:1400px}.BillingHours-settings-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.BillingHours-panel-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.BillingHours-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.BillingHours-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.BillingHours-settings-grid{display:flex;flex-direction:column;gap:2rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1.5rem}.BillingHours-settings-group{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.1rem}.BillingHours-settings-group h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.BillingHours-settings-group h3 i{color:#3b82f6;color:var(--accent-color)}.BillingHours-input-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.BillingHours-input-field{display:flex;flex-direction:column;gap:.5rem}.BillingHours-input-field label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.BillingHours-input-field input,.BillingHours-input-field select,.BillingHours-input-field textarea{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.BillingHours-input-field input:focus,.BillingHours-input-field select:focus,.BillingHours-input-field textarea:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.BillingHours-input-field textarea{min-height:60px;resize:vertical}.BillingHours-toggle-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.BillingHours-toggle-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.BillingHours-toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.BillingHours-toggle-switch input{height:0;opacity:0;width:0}.BillingHours-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.BillingHours-slider,.BillingHours-slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.BillingHours-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.BillingHours-toggle-switch input:checked+.BillingHours-slider{background-color:#3b82f6;background-color:var(--accent-color)}.BillingHours-toggle-switch input:checked+.BillingHours-slider:before{transform:translateX(24px)}.BillingHours-quick-actions{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.BillingHours-quick-actions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.BillingHours-action-buttons{display:flex;flex-direction:column;gap:.75rem}.BillingHours-action-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.BillingHours-action-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.BillingHours-action-btn.BillingHours-reset-btn{background:#ef4444;background:var(--error-color)}.BillingHours-action-btn.BillingHours-reset-btn:hover{background:#dc2626}.BillingHours-entries-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.BillingHours-header-row{align-items:center;display:flex;justify-content:space-between}.BillingHours-add-entry-btn{align-items:center;background:#16a34a;background:var(--highlight-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.BillingHours-add-entry-btn:hover{background:#15803d;transform:translateY(-2px)}.BillingHours-entries-table-container{overflow-x:auto;padding:1.5rem}.BillingHours-time-entries-table{background:#fff;border-collapse:initial;border-radius:8px;border-radius:var(--radius-sm);border-spacing:0;box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);min-width:1000px;overflow:hidden;width:100%}.BillingHours-time-entries-table th{background:#f8fafc;background:var(--bg-color);border-bottom:2px solid #e2e8f0cc;color:#1e293b;color:var(--text-color);font-weight:600;padding:1rem;text-align:left}.BillingHours-time-entries-table td{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1rem}.BillingHours-time-entries-table tr:last-child td{border-bottom:none}.BillingHours-nonbillable-row{background:#ef44440d}.BillingHours-afterhours-row{background:#3b82f60d}.BillingHours-weekend-row{background:#f59e0b0d}.BillingHours-rush-row{background:#8b5cf60d}.BillingHours-holiday-row{background:#10b9810d}.BillingHours-billable-select,.BillingHours-date-input,.BillingHours-description-input,.BillingHours-partial-input,.BillingHours-task-select,.BillingHours-time-input{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.BillingHours-billable-select:focus,.BillingHours-date-input:focus,.BillingHours-description-input:focus,.BillingHours-partial-input:focus,.BillingHours-task-select:focus,.BillingHours-time-input:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 2px #3b82f61a;outline:none}.BillingHours-task-select{min-width:120px}.BillingHours-billable-select{min-width:100px}.BillingHours-partial-input{margin-top:.25rem;width:60px}.BillingHours-hours-cell{min-width:80px}.BillingHours-hours-display{display:flex;flex-direction:column;gap:.25rem}.BillingHours-billable-hours{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.BillingHours-nonbillable-hours{background:#ef44441a;border-radius:4px;color:#64748b;color:var(--text-light);display:inline-block;font-size:.75rem;padding:.125rem .25rem}.BillingHours-rate-cell{min-width:100px}.BillingHours-rate-display{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.BillingHours-rate-amount{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.BillingHours-rate-badge{border-radius:12px;font-size:.625rem;font-weight:600;letter-spacing:.5px;padding:.125rem .375rem;text-transform:uppercase}.BillingHours-rate-badge.afterhours{background:#3b82f61a;color:#3b82f6;color:var(--accent-color)}.BillingHours-rate-badge.weekend{background:#f59e0b1a;color:#f59e0b;color:var(--warning-color)}.BillingHours-rate-badge.rush{background:#8b5cf61a;color:#8b5cf6}.BillingHours-rate-badge.holiday{background:#10b9811a;color:#16a34a;color:var(--highlight-color)}.BillingHours-amount-cell{min-width:100px;text-align:right}.BillingHours-amount{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:700}.BillingHours-entry-actions{display:flex;gap:.5rem}.BillingHours-duplicate-btn,.BillingHours-remove-btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:32px}.BillingHours-duplicate-btn{background:#3b82f61a;color:#3b82f6;color:var(--accent-color)}.BillingHours-duplicate-btn:hover{background:#3b82f633}.BillingHours-remove-btn{background:#ef44441a;color:#ef4444;color:var(--error-color)}.BillingHours-remove-btn:hover{background:#ef444433}.BillingHours-remove-btn:disabled{cursor:not-allowed;opacity:.5}.BillingHours-summary-section{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.BillingHours-summary-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.BillingHours-summary-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.BillingHours-summary-header h3 i{color:#3b82f6;color:var(--accent-color)}.BillingHours-export-buttons{display:flex;gap:.75rem}.BillingHours-export-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.BillingHours-export-btn:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-2px)}.BillingHours-summary-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.BillingHours-summary-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.BillingHours-summary-card-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1rem 1.5rem}.BillingHours-summary-card-header h4{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.BillingHours-summary-card-header h4 i{color:#3b82f6;color:var(--accent-color)}.BillingHours-summary-card-content{display:flex;flex-direction:column;gap:1rem;max-height:300px;overflow-y:auto;padding:1.5rem}.BillingHours-summary-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.BillingHours-summary-label{color:#64748b;color:var(--text-light);font-size:.875rem}.BillingHours-summary-value{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.BillingHours-summary-value.BillingHours-billable{color:#16a34a;color:var(--highlight-color)}.BillingHours-summary-value.BillingHours-nonbillable{color:#ef4444;color:var(--error-color)}.BillingHours-summary-value.BillingHours-efficiency{color:#3b82f6;color:var(--accent-color)}.BillingHours-summary-value.BillingHours-discount{color:#ef4444;color:var(--error-color)}.BillingHours-summary-value.BillingHours-retainer{color:#f59e0b;color:var(--warning-color)}.BillingHours-total-item{background:#16a34a0d;border-top:2px solid #16a34a1a;margin:0 -1.5rem;padding:1rem 1.5rem}.BillingHours-total-item .BillingHours-summary-label{color:#0f172a;color:var(--primary-color);font-size:1rem;font-weight:700}.BillingHours-total-item .BillingHours-summary-value{color:#16a34a;color:var(--highlight-color);font-size:1.25rem;font-weight:800}.BillingHours-task-breakdown-item{border-bottom:1px solid #e2e8f080;padding:.5rem 0}.BillingHours-task-breakdown-item:last-child{border-bottom:none}.BillingHours-task-breakdown-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.BillingHours-task-breakdown-name{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.BillingHours-task-breakdown-hours{background:#3b82f61a;border-radius:12px;color:#64748b;color:var(--text-light);font-size:.75rem;padding:.125rem .5rem}.BillingHours-task-breakdown-amount{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}@media (max-width:1024px){.BillingHours-container{grid-template-columns:1fr}.BillingHours-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.BillingHours-header-content h1{font-size:2rem}.BillingHours-input-row,.BillingHours-summary-grid{grid-template-columns:1fr}.BillingHours-time-entries-table{display:block;overflow-x:auto;white-space:nowrap}.BillingHours-export-buttons{flex-direction:column;width:100%}.BillingHours-export-btn{justify-content:center;width:100%}}@media (max-width:640px){.BillingHours-calculator{padding:1rem .5rem}.BillingHours-header{padding:2rem 1rem}.BillingHours-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.BillingHours-entries-table-container,.BillingHours-panel-header,.BillingHours-summary-section{padding:1rem}.BillingHours-rate-display{align-items:flex-start;flex-direction:column;gap:.25rem}}.TimesheetConverter-calculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.TimesheetConverter-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.TimesheetConverter-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.TimesheetConverter-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.TimesheetConverter-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.TimesheetConverter-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.TimesheetConverter-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.TimesheetConverter-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:380px 1fr;margin:0 auto;max-width:1400px}.TimesheetConverter-panel-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.TimesheetConverter-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.TimesheetConverter-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.TimesheetConverter-settings-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimesheetConverter-settings-grid{display:flex;flex-direction:column;gap:2rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1.5rem}.TimesheetConverter-settings-group{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.1rem}.TimesheetConverter-settings-group h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.25rem}.TimesheetConverter-settings-group h3 i{color:#3b82f6;color:var(--accent-color)}.TimesheetConverter-input-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.TimesheetConverter-input-field:last-child{margin-bottom:0}.TimesheetConverter-input-field label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.TimesheetConverter-input-field input,.TimesheetConverter-input-field select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.TimesheetConverter-input-field input:focus,.TimesheetConverter-input-field select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.TimesheetConverter-input-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.TimesheetConverter-toggle-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.TimesheetConverter-toggle-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem}.TimesheetConverter-toggle-label:last-child{margin-bottom:0}.TimesheetConverter-toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.TimesheetConverter-toggle-switch.small{height:20px;width:40px}.TimesheetConverter-toggle-switch input{height:0;opacity:0;width:0}.TimesheetConverter-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.TimesheetConverter-slider,.TimesheetConverter-slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.TimesheetConverter-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.TimesheetConverter-toggle-switch.small .TimesheetConverter-slider:before{bottom:3px;height:14px;left:3px;width:14px}.TimesheetConverter-toggle-switch input:checked+.TimesheetConverter-slider{background-color:#3b82f6;background-color:var(--accent-color)}.TimesheetConverter-toggle-switch input:checked+.TimesheetConverter-slider:before{transform:translateX(24px)}.TimesheetConverter-toggle-switch.small input:checked+.TimesheetConverter-slider:before{transform:translateX(20px)}.TimesheetConverter-bulk-input{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-family:inherit;font-size:.875rem;min-height:120px;padding:.75rem;resize:vertical;width:100%}.TimesheetConverter-bulk-input:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.TimesheetConverter-bulk-actions{display:flex;gap:.75rem;margin:1rem 0}.TimesheetConverter-bulk-clear-btn,.TimesheetConverter-bulk-parse-btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimesheetConverter-bulk-parse-btn{background:#3b82f6;background:var(--accent-color);color:#fff}.TimesheetConverter-bulk-parse-btn:hover{background:#2563eb;background:var(--accent-hover)}.TimesheetConverter-bulk-clear-btn{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;color:#1e293b;color:var(--text-color)}.TimesheetConverter-bulk-clear-btn:hover{background:#e2e8f0cc}.TimesheetConverter-bulk-hint{align-items:center;color:#64748b;color:var(--text-light);display:flex;font-size:.75rem;gap:.25rem}.TimesheetConverter-quick-actions{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.TimesheetConverter-quick-actions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimesheetConverter-action-buttons{display:flex;flex-direction:column;gap:.75rem}.TimesheetConverter-action-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimesheetConverter-action-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.TimesheetConverter-action-btn.TimesheetConverter-reset-btn{background:#ef4444;background:var(--error-color)}.TimesheetConverter-action-btn.TimesheetConverter-reset-btn:hover{background:#dc2626}.TimesheetConverter-timesheet-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimesheetConverter-header-row{align-items:center;display:flex;justify-content:space-between}.TimesheetConverter-add-entry-btn{align-items:center;background:#16a34a;background:var(--highlight-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimesheetConverter-add-entry-btn:hover{background:#15803d;transform:translateY(-2px)}.TimesheetConverter-quick-stats{grid-gap:1rem;background:#fff;border-bottom:1px solid #e2e8f0cc;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:1.5rem}.TimesheetConverter-stat-card{align-items:center;background:#f8fafc;background:var(--bg-color);border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.25rem}.TimesheetConverter-stat-icon{align-items:center;background:#3b82f61a;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.TimesheetConverter-stat-content h4{color:#64748b;color:var(--text-light);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.TimesheetConverter-stat-value{color:#0f172a;color:var(--primary-color);font-size:1.5rem;font-weight:700;line-height:1}.TimesheetConverter-stat-subtext{color:#64748b;color:var(--text-light);font-size:.75rem;margin-top:.25rem}.TimesheetConverter-table-container{background:#fff;border-bottom:1px solid #e2e8f0cc;overflow-x:auto;padding:1.5rem}.TimesheetConverter-timesheet-table{background:#fff;border-collapse:initial;border-radius:8px;border-radius:var(--radius-sm);border-spacing:0;box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden;width:100%}.TimesheetConverter-timesheet-table th{background:#f8fafc;background:var(--bg-color);border-bottom:2px solid #e2e8f0cc;color:#1e293b;color:var(--text-color);font-weight:600;padding:1rem;text-align:left;white-space:nowrap}.TimesheetConverter-timesheet-table td{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:.75rem 1rem}.TimesheetConverter-timesheet-table tr:last-child td{border-bottom:none}.TimesheetConverter-timesheet-table tr.TimesheetConverter-nonbillable-row{background:#e2e8f04d}.TimesheetConverter-break-input,.TimesheetConverter-date-input,.TimesheetConverter-decimal-input,.TimesheetConverter-notes-input,.TimesheetConverter-project-input,.TimesheetConverter-task-input,.TimesheetConverter-time-input,.TimesheetConverter-timeformat-input{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.TimesheetConverter-break-input:focus,.TimesheetConverter-date-input:focus,.TimesheetConverter-decimal-input:focus,.TimesheetConverter-notes-input:focus,.TimesheetConverter-project-input:focus,.TimesheetConverter-task-input:focus,.TimesheetConverter-time-input:focus,.TimesheetConverter-timeformat-input:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 2px #3b82f61a;outline:none}.TimesheetConverter-time-input:disabled{background:#f8fafc;background:var(--bg-color);cursor:not-allowed;opacity:.7}.TimesheetConverter-decimal-cell,.TimesheetConverter-timecell{min-width:100px}.TimesheetConverter-billable-toggle{display:flex;justify-content:center}.TimesheetConverter-entry-actions{display:flex;gap:.5rem}.TimesheetConverter-duplicate-btn,.TimesheetConverter-remove-btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:32px}.TimesheetConverter-duplicate-btn{background:#3b82f61a;color:#3b82f6;color:var(--accent-color)}.TimesheetConverter-duplicate-btn:hover{background:#3b82f633}.TimesheetConverter-remove-btn{background:#ef44441a;color:#ef4444;color:var(--error-color)}.TimesheetConverter-remove-btn:hover{background:#ef444433}.TimesheetConverter-remove-btn:disabled{cursor:not-allowed;opacity:.5}.TimesheetConverter-total-row{background:#f8fafc;background:var(--bg-color)}.TimesheetConverter-total-decimal,.TimesheetConverter-total-time{text-align:center}.TimesheetConverter-total-decimal{color:#3b82f6;color:var(--accent-color)}.TimesheetConverter-total-time{color:#16a34a;color:var(--highlight-color)}.TimesheetConverter-summary-section{background:#fff;padding:1.5rem}.TimesheetConverter-summary-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.TimesheetConverter-summary-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.TimesheetConverter-summary-header h3 i{color:#3b82f6;color:var(--accent-color)}.TimesheetConverter-export-buttons{display:flex;gap:.75rem}.TimesheetConverter-export-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimesheetConverter-export-btn:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-2px)}.TimesheetConverter-summary-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.TimesheetConverter-summary-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimesheetConverter-summary-card-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1rem 1.5rem}.TimesheetConverter-summary-card-header h4{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.TimesheetConverter-summary-card-header h4 i{color:#3b82f6;color:var(--accent-color)}.TimesheetConverter-summary-card-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.TimesheetConverter-project-item{padding:.5rem 0}.TimesheetConverter-project-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.TimesheetConverter-project-name{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:500}.TimesheetConverter-project-hours{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.TimesheetConverter-project-bar{background:#e2e8f0cc;border-radius:3px;height:6px;margin-bottom:.25rem;overflow:hidden}.TimesheetConverter-project-fill{background:#3b82f6;background:var(--accent-color);border-radius:3px;height:100%;transition:width .3s ease}.TimesheetConverter-project-percentage{color:#64748b;color:var(--text-light);font-size:.75rem;text-align:right}.TimesheetConverter-distribution-item{padding:.5rem 0}.TimesheetConverter-distribution-label{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.TimesheetConverter-distribution-label span:first-child{color:#1e293b;color:var(--text-color);font-size:.875rem}.TimesheetConverter-distribution-label span:last-child{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.TimesheetConverter-distribution-value{color:#64748b;color:var(--text-light);font-size:.875rem}.TimesheetConverter-conversion-item{align-items:center;border-bottom:1px solid #e2e8f066;display:flex;justify-content:space-between;padding:.5rem 0}.TimesheetConverter-conversion-item:last-child{border-bottom:none}.TimesheetConverter-conversion-label{color:#1e293b;color:var(--text-color);font-size:.875rem}.TimesheetConverter-conversion-value{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.TimesheetConverter-examples-section{margin-top:2rem}.TimesheetConverter-examples-section h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimesheetConverter-examples-section h4 i{color:#16a34a;color:var(--highlight-color)}.TimesheetConverter-examples-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.TimesheetConverter-example-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.25rem}.TimesheetConverter-example-card h5{border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--accent-color);color:#0f172a;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.TimesheetConverter-example-content{color:#1e293b;color:var(--text-color);display:flex;flex-direction:column;font-size:.875rem;gap:.25rem}.TimesheetConverter-example-content div{padding:.25rem 0}@media (max-width:1200px){.TimesheetConverter-examples-grid,.TimesheetConverter-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.TimesheetConverter-container{grid-template-columns:1fr}.TimesheetConverter-settings-grid{max-height:none}}@media (max-width:768px){.TimesheetConverter-header-content h1{font-size:2rem}.TimesheetConverter-quick-stats{grid-template-columns:repeat(2,1fr)}.TimesheetConverter-input-row{grid-template-columns:1fr}.TimesheetConverter-summary-header{align-items:flex-start;flex-direction:column;gap:1rem}.TimesheetConverter-export-buttons{width:100%}.TimesheetConverter-export-btn{flex:1 1;justify-content:center}.TimesheetConverter-examples-grid{grid-template-columns:1fr}}@media (max-width:640px){.TimesheetConverter-calculator{padding:1rem .5rem}.TimesheetConverter-header{padding:2rem 1rem}.TimesheetConverter-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.TimesheetConverter-panel-header{padding:1rem}.TimesheetConverter-quick-stats{grid-template-columns:1fr}.TimesheetConverter-summary-section,.TimesheetConverter-table-container{padding:1rem}.TimesheetConverter-summary-grid{grid-template-columns:1fr}.TimesheetConverter-timesheet-table{display:block;overflow-x:auto;white-space:nowrap}.TimesheetConverter-action-buttons,.TimesheetConverter-bulk-actions{flex-direction:column}}.TimesheetConverter-settings-grid::-webkit-scrollbar{width:6px}.TimesheetConverter-settings-grid::-webkit-scrollbar-track{background:#e2e8f04d;border-radius:3px}.TimesheetConverter-settings-grid::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}.TimesheetConverter-settings-grid::-webkit-scrollbar-thumb:hover{background:#3b82f680}.SalaryToHourly-calculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.SalaryToHourly-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.SalaryToHourly-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.SalaryToHourly-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.SalaryToHourly-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.SalaryToHourly-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.SalaryToHourly-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.SalaryToHourly-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:380px 1fr;margin:0 auto;max-width:1400px}.SalaryToHourly-panel-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.SalaryToHourly-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.SalaryToHourly-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.SalaryToHourly-settings-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.SalaryToHourly-settings-grid{display:flex;flex-direction:column;gap:2rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1.5rem}.SalaryToHourly-settings-group{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.5rem}.SalaryToHourly-settings-group h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.25rem}.SalaryToHourly-settings-group h3 i{color:#3b82f6;color:var(--accent-color)}.SalaryToHourly-input-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.SalaryToHourly-input-field:last-child{margin-bottom:0}.SalaryToHourly-input-field label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.SalaryToHourly-input-field input,.SalaryToHourly-input-field select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.SalaryToHourly-input-field input:focus,.SalaryToHourly-input-field select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.SalaryToHourly-input-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.SalaryToHourly-currency-input{align-items:center;display:flex;position:relative}.SalaryToHourly-currency-symbol{color:#64748b;color:var(--text-light);font-weight:500;padding:0 .75rem;position:absolute}.SalaryToHourly-currency-input input{padding-left:2rem;width:100%}.SalaryToHourly-currency-input .SalaryToHourly-currency-symbol:first-child{left:0}.SalaryToHourly-currency-input .SalaryToHourly-currency-symbol:last-child{padding-right:.75rem;right:0}.SalaryToHourly-currency-input input:has(+.SalaryToHourly-currency-symbol:last-child){padding-right:2rem}.SalaryToHourly-percentage-input{align-items:center;display:flex;position:relative}.SalaryToHourly-percentage-symbol{color:#64748b;color:var(--text-light);font-weight:500;position:absolute;right:.75rem}.SalaryToHourly-percentage-input input{padding-right:2rem;width:100%}.SalaryToHourly-deduction-input{display:flex;gap:.5rem}.SalaryToHourly-deduction-input input{flex:1 1}.SalaryToHourly-deduction-type{min-width:80px;width:80px}.SalaryToHourly-toggle-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.SalaryToHourly-toggle-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem}.SalaryToHourly-toggle-label:last-child{margin-bottom:0}.SalaryToHourly-toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.SalaryToHourly-toggle-switch input{height:0;opacity:0;width:0}.SalaryToHourly-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.SalaryToHourly-slider,.SalaryToHourly-slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.SalaryToHourly-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.SalaryToHourly-toggle-switch input:checked+.SalaryToHourly-slider{background-color:#3b82f6;background-color:var(--accent-color)}.SalaryToHourly-toggle-switch input:checked+.SalaryToHourly-slider:before{transform:translateX(24px)}.SalaryToHourly-summary-item{align-items:center;border-bottom:1px solid #e2e8f066;display:flex;justify-content:space-between;padding:.75rem 0}.SalaryToHourly-summary-item:last-child{border-bottom:none}.SalaryToHourly-summary-value{color:#3b82f6;color:var(--accent-color);font-weight:600}.SalaryToHourly-comparison-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.SalaryToHourly-comparison-value{color:#16a34a;color:var(--highlight-color);font-weight:600}.SalaryToHourly-quick-actions{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.SalaryToHourly-quick-actions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.SalaryToHourly-action-buttons{display:flex;flex-direction:column;gap:.75rem}.SalaryToHourly-action-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.SalaryToHourly-action-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.SalaryToHourly-action-btn.SalaryToHourly-reset-btn{background:#ef4444;background:var(--error-color)}.SalaryToHourly-action-btn.SalaryToHourly-reset-btn:hover{background:#dc2626}.SalaryToHourly-results-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.SalaryToHourly-header-row{align-items:center;display:flex;justify-content:space-between}.SalaryToHourly-export-buttons{display:flex;gap:.75rem}.SalaryToHourly-export-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.SalaryToHourly-export-btn:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-2px)}.SalaryToHourly-quick-stats{grid-gap:1rem;background:#fff;border-bottom:1px solid #e2e8f0cc;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:1.5rem}.SalaryToHourly-stat-card{align-items:center;background:#f8fafc;background:var(--bg-color);border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.25rem}.SalaryToHourly-stat-icon{align-items:center;background:#3b82f61a;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.SalaryToHourly-stat-content h4{color:#64748b;color:var(--text-light);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.SalaryToHourly-stat-value{color:#0f172a;color:var(--primary-color);font-size:1.5rem;font-weight:700;line-height:1}.SalaryToHourly-stat-subtext{color:#64748b;color:var(--text-light);font-size:.75rem;margin-top:.25rem}.SalaryToHourly-results-section{padding:1.5rem}.SalaryToHourly-results-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.SalaryToHourly-results-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.SalaryToHourly-results-card-header{background:#f8fafc;background:var(--bg-color);border-bottom:1px solid #e2e8f0cc;padding:1rem 1.5rem}.SalaryToHourly-results-card-header h4{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.SalaryToHourly-results-card-header h4 i{color:#3b82f6;color:var(--accent-color)}.SalaryToHourly-results-card-content{padding:1.5rem}.SalaryToHourly-annual-item{margin-bottom:1.25rem}.SalaryToHourly-annual-item:last-child{margin-bottom:0}.SalaryToHourly-annual-label{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.SalaryToHourly-annual-label span:first-child{color:#1e293b;color:var(--text-color);font-size:.875rem}.SalaryToHourly-annual-value{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.SalaryToHourly-net-pay .SalaryToHourly-annual-value{color:#16a34a;color:var(--highlight-color)}.SalaryToHourly-annual-bar{background:#e2e8f0cc;border-radius:4px;height:8px;overflow:hidden}.SalaryToHourly-annual-fill{background:#3b82f6;background:var(--accent-color);border-radius:4px;height:100%;transition:width .3s ease}.SalaryToHourly-annual-fill.deductions{background:#ef4444;background:var(--error-color)}.SalaryToHourly-annual-fill.net{background:#16a34a;background:var(--highlight-color)}.SalaryToHourly-annual-breakdown{border-top:1px solid #e2e8f0cc;margin-top:1.5rem;padding-top:1rem}.SalaryToHourly-breakdown-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.SalaryToHourly-breakdown-label{color:#64748b;color:var(--text-light);flex:1 1;font-size:.75rem}.SalaryToHourly-breakdown-value{color:#1e293b;color:var(--text-color);font-size:.75rem;font-weight:600;min-width:80px;text-align:right}.SalaryToHourly-breakdown-percentage{color:#64748b;color:var(--text-light);font-size:.75rem;min-width:40px;text-align:right}.SalaryToHourly-comparison-chart{display:flex;flex-direction:column;gap:1.25rem}.SalaryToHourly-comparison-item.detailed{padding:0}.SalaryToHourly-comparison-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.SalaryToHourly-comparison-header span:first-child{color:#1e293b;color:var(--text-color);font-size:.875rem}.SalaryToHourly-comparison-rate{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.SalaryToHourly-comparison-bar{background:#e2e8f0cc;border-radius:3px;height:6px;margin-bottom:.25rem;overflow:hidden}.SalaryToHourly-comparison-fill{border-radius:3px;height:100%;transition:width .3s ease}.SalaryToHourly-comparison-fill.yours{background:#16a34a;background:var(--highlight-color)}.SalaryToHourly-comparison-fill.industry{background:#3b82f6;background:var(--accent-color)}.SalaryToHourly-comparison-fill.median{background:#f59e0b;background:var(--warning-color)}.SalaryToHourly-comparison-fill.living{background:#8b5cf6}.SalaryToHourly-comparison-difference{color:#64748b;color:var(--text-light);font-size:.75rem;text-align:right}.SalaryToHourly-comparison-summary{border-top:1px solid #e2e8f0cc;margin-top:1.5rem;padding-top:1rem}.SalaryToHourly-summary-item .positive{color:#16a34a;color:var(--highlight-color)}.SalaryToHourly-summary-item .negative{color:#ef4444;color:var(--error-color)}.SalaryToHourly-retirement-inputs{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.SalaryToHourly-retirement-results{border-top:1px solid #e2e8f0cc;padding-top:1rem}.SalaryToHourly-retirement-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.SalaryToHourly-retirement-item span:first-child{color:#1e293b;color:var(--text-color);font-size:.875rem}.SalaryToHourly-retirement-value{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.SalaryToHourly-retirement-value.positive{color:#16a34a;color:var(--highlight-color)}.SalaryToHourly-scenarios-section{margin-top:2rem}.SalaryToHourly-scenarios-section h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.SalaryToHourly-scenarios-section h4 i{color:#16a34a;color:var(--highlight-color)}.SalaryToHourly-scenarios-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.SalaryToHourly-scenario-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.25rem}.SalaryToHourly-scenario-card h5{border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--accent-color);color:#0f172a;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.SalaryToHourly-scenario-content{color:#1e293b;color:var(--text-color);display:flex;flex-direction:column;font-size:.75rem;gap:.25rem}.SalaryToHourly-scenario-content div{padding:.125rem 0}.SalaryToHourly-scenario-result{border-top:1px solid #e2e8f0cc;color:#3b82f6;color:var(--accent-color);font-weight:600;margin-top:.5rem;padding-top:.5rem}@media (max-width:1200px){.SalaryToHourly-results-grid,.SalaryToHourly-scenarios-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.SalaryToHourly-container{grid-template-columns:1fr}.SalaryToHourly-settings-grid{max-height:none}.SalaryToHourly-quick-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.SalaryToHourly-header-content h1{font-size:2rem}.SalaryToHourly-input-row{grid-template-columns:1fr}.SalaryToHourly-header-row{align-items:flex-start;flex-direction:column;gap:1rem}.SalaryToHourly-export-buttons{width:100%}.SalaryToHourly-export-btn{flex:1 1;justify-content:center}.SalaryToHourly-results-grid,.SalaryToHourly-scenarios-grid{grid-template-columns:1fr}}@media (max-width:640px){.SalaryToHourly-calculator{padding:1rem .5rem}.SalaryToHourly-header{padding:2rem 1rem}.SalaryToHourly-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.SalaryToHourly-panel-header{padding:1rem}.SalaryToHourly-quick-stats{grid-template-columns:1fr}.SalaryToHourly-results-section{padding:1rem}.SalaryToHourly-action-buttons{flex-direction:column}}.SalaryToHourly-settings-grid::-webkit-scrollbar{width:6px}.SalaryToHourly-settings-grid::-webkit-scrollbar-track{background:#e2e8f04d;border-radius:3px}.SalaryToHourly-settings-grid::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}.SalaryToHourly-settings-grid::-webkit-scrollbar-thumb:hover{background:#3b82f680}.TimeOffAccrual-calculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.TimeOffAccrual-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.TimeOffAccrual-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.TimeOffAccrual-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.TimeOffAccrual-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.TimeOffAccrual-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.TimeOffAccrual-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.TimeOffAccrual-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:380px 1fr;margin:0 auto;max-width:1400px}.TimeOffAccrual-panel-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.TimeOffAccrual-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.TimeOffAccrual-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.TimeOffAccrual-settings-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimeOffAccrual-header-row{align-items:center;display:flex;justify-content:space-between}.TimeOffAccrual-add-btn{align-items:center;background:#16a34a;background:var(--highlight-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeOffAccrual-add-btn:hover{background:#15803d;transform:translateY(-2px)}.TimeOffAccrual-settings-grid{display:flex;flex-direction:column;gap:2rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1.5rem}.TimeOffAccrual-settings-group{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.5rem}.TimeOffAccrual-settings-group h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.25rem}.TimeOffAccrual-settings-group h3 i{color:#3b82f6;color:var(--accent-color)}.TimeOffAccrual-input-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.TimeOffAccrual-input-field:last-child{margin-bottom:0}.TimeOffAccrual-input-field label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.TimeOffAccrual-input-field input,.TimeOffAccrual-input-field select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.TimeOffAccrual-input-field input:focus,.TimeOffAccrual-input-field select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.TimeOffAccrual-input-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.TimeOffAccrual-toggle-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.TimeOffAccrual-toggle-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem}.TimeOffAccrual-toggle-label:last-child{margin-bottom:0}.TimeOffAccrual-toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.TimeOffAccrual-toggle-switch input{height:0;opacity:0;width:0}.TimeOffAccrual-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.TimeOffAccrual-slider,.TimeOffAccrual-slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.TimeOffAccrual-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.TimeOffAccrual-toggle-switch input:checked+.TimeOffAccrual-slider{background-color:#3b82f6;background-color:var(--accent-color)}.TimeOffAccrual-toggle-switch input:checked+.TimeOffAccrual-slider:before{transform:translateX(24px)}.TimeOffAccrual-policy-selector{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.TimeOffAccrual-policy-tab{background:#f8fafc;background:var(--bg-color);border-left:4px solid #3b82f6;border-left:4px solid var(--accent-color);border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;padding:1rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeOffAccrual-policy-tab:hover{background:#3b82f60d;transform:translateX(4px)}.TimeOffAccrual-policy-tab.active{background:#3b82f61a;border-left-color:#3b82f6;border-left-color:var(--accent-color)}.TimeOffAccrual-policy-tab-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.TimeOffAccrual-policy-name{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.TimeOffAccrual-policy-type{font-size:.75rem;font-weight:500;text-transform:capitalize}.TimeOffAccrual-policy-balance{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.TimeOffAccrual-delete-policy-btn{align-items:center;background:#ef44441a;border:none;border-radius:4px;color:#ef4444;color:var(--error-color);cursor:pointer;display:flex;font-size:.75rem;height:24px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:24px}.TimeOffAccrual-delete-policy-btn:hover{background:#ef444433}.TimeOffAccrual-policy-actions{display:flex;gap:.75rem}.TimeOffAccrual-action-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeOffAccrual-action-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.TimeOffAccrual-action-btn.small{font-size:.875rem;padding:.5rem .75rem}.TimeOffAccrual-action-btn.TimeOffAccrual-reset-btn{background:#ef4444;background:var(--error-color)}.TimeOffAccrual-action-btn.TimeOffAccrual-reset-btn:hover{background:#dc2626}.TimeOffAccrual-advanced-group{border:2px solid #3b82f633}.TimeOffAccrual-quick-actions{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.TimeOffAccrual-quick-actions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeOffAccrual-action-buttons{display:flex;flex-direction:column;gap:.75rem}.TimeOffAccrual-results-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.TimeOffAccrual-tabs{background:#fff;border-bottom:1px solid #e2e8f0cc;display:flex;padding:0 1.5rem}.TimeOffAccrual-tab{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#64748b;color:var(--text-light);cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeOffAccrual-tab.active,.TimeOffAccrual-tab:hover{background:#3b82f60d;color:#3b82f6;color:var(--accent-color)}.TimeOffAccrual-tab.active{border-bottom-color:#3b82f6;border-bottom-color:var(--accent-color)}.TimeOffAccrual-tab-content{background:#fff;padding:1.5rem}.TimeOffAccrual-warnings{margin-bottom:2rem}.TimeOffAccrual-warnings h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeOffAccrual-warnings-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.TimeOffAccrual-warning-card{align-items:flex-start;border-left:4px solid #f59e0b;border-left:4px solid var(--warning-color);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:1rem;padding:1rem}.TimeOffAccrual-warning-card.high{background:#ef44440d;border-left-color:#ef4444;border-left-color:var(--error-color)}.TimeOffAccrual-warning-card.medium{background:#f59e0b0d;border-left-color:#f59e0b;border-left-color:var(--warning-color)}.TimeOffAccrual-warning-card.low{background:#3b82f60d;border-left-color:#3b82f6;border-left-color:var(--accent-color)}.TimeOffAccrual-warning-icon{color:#f59e0b;color:var(--warning-color);font-size:1.25rem}.TimeOffAccrual-warning-card.high .TimeOffAccrual-warning-icon{color:#ef4444;color:var(--error-color)}.TimeOffAccrual-warning-card.low .TimeOffAccrual-warning-icon{color:#3b82f6;color:var(--accent-color)}.TimeOffAccrual-warning-content{flex:1 1}.TimeOffAccrual-warning-message{color:#1e293b;color:var(--text-color);font-weight:500;margin-bottom:.25rem}.TimeOffAccrual-warning-policy{color:#64748b;color:var(--text-light);font-size:.75rem}.TimeOffAccrual-balance-summary{margin-bottom:2rem}.TimeOffAccrual-balance-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.TimeOffAccrual-balance-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem}.TimeOffAccrual-as-of-date{align-items:center;display:flex;gap:.75rem}.TimeOffAccrual-as-of-date span{color:#64748b;color:var(--text-light);font-size:.875rem}.TimeOffAccrual-as-of-date input{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:.5rem}.TimeOffAccrual-balance-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.TimeOffAccrual-balance-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.5rem}.TimeOffAccrual-balance-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.TimeOffAccrual-balance-card-header h4{color:#0f172a;color:var(--primary-color);font-size:1rem;font-weight:600}.TimeOffAccrual-balance-type{font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.TimeOffAccrual-balance-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.TimeOffAccrual-balance-stat{display:flex;flex-direction:column;gap:.25rem}.TimeOffAccrual-balance-label{color:#64748b;color:var(--text-light);font-size:.75rem}.TimeOffAccrual-balance-value{color:#1e293b;color:var(--text-color);font-size:1.125rem;font-weight:700}.TimeOffAccrual-balance-value.positive{color:#16a34a;color:var(--highlight-color)}.TimeOffAccrual-balance-value.negative{color:#ef4444;color:var(--error-color)}.TimeOffAccrual-balance-meter{margin-bottom:1.5rem;position:relative}.TimeOffAccrual-meter-label{align-items:center;color:#64748b;color:var(--text-light);display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.5rem}.TimeOffAccrual-meter-bar{background:#e2e8f0cc;border-radius:4px;height:8px;overflow:hidden;position:relative}.TimeOffAccrual-meter-fill{border-radius:4px;height:100%;transition:width .3s ease}.TimeOffAccrual-meter-indicator{position:absolute;top:-8px;transform:translateX(-50%);z-index:2}.TimeOffAccrual-meter-indicator-line{background:#1e293b;background:var(--text-color);height:24px;margin:0 auto;width:2px}.TimeOffAccrual-meter-indicator-label{color:#1e293b;color:var(--text-color);font-size:.75rem;font-weight:600;left:50%;position:absolute;top:-24px;transform:translateX(-50%);white-space:nowrap}.TimeOffAccrual-balance-footer{align-items:center;border-top:1px solid #e2e8f0cc;display:flex;justify-content:space-between;padding-top:1rem}.TimeOffAccrual-balance-footer-item{display:flex;flex-direction:column;gap:.25rem}.TimeOffAccrual-balance-footer-item span:first-child{color:#64748b;color:var(--text-light);font-size:.75rem}.TimeOffAccrual-balance-footer-value{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}.TimeOffAccrual-quick-stats-overview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.TimeOffAccrual-stat-card{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.25rem}.TimeOffAccrual-stat-icon{align-items:center;background:#3b82f61a;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.TimeOffAccrual-stat-content h4{color:#64748b;color:var(--text-light);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.TimeOffAccrual-stat-value{color:#0f172a;color:var(--primary-color);font-size:1.5rem;font-weight:700;line-height:1}.TimeOffAccrual-stat-subtext{color:#64748b;color:var(--text-light);font-size:.75rem;margin-top:.25rem}.TimeOffAccrual-export-section{margin-bottom:2rem}.TimeOffAccrual-export-section h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeOffAccrual-export-buttons{display:flex;gap:1rem}.TimeOffAccrual-export-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;flex:1 1;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.TimeOffAccrual-export-btn:hover{background:#2563eb;background:var(--accent-hover);transform:translateY(-2px)}.TimeOffAccrual-table-container{margin-bottom:2rem;overflow-x:auto}.TimeOffAccrual-adjustments-table,.TimeOffAccrual-usage-table{background:#fff;border-collapse:initial;border-radius:8px;border-radius:var(--radius-sm);border-spacing:0;box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden;width:100%}.TimeOffAccrual-adjustments-table th,.TimeOffAccrual-usage-table th{background:#f8fafc;background:var(--bg-color);border-bottom:2px solid #e2e8f0cc;color:#1e293b;color:var(--text-color);font-weight:600;padding:1rem;text-align:left;white-space:nowrap}.TimeOffAccrual-adjustments-table td,.TimeOffAccrual-usage-table td{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:.75rem 1rem}.TimeOffAccrual-adjustments-table tr:last-child td,.TimeOffAccrual-usage-table tr:last-child td{border-bottom:none}.TimeOffAccrual-adjustment-type-select,.TimeOffAccrual-date-input,.TimeOffAccrual-description-input,.TimeOffAccrual-hours-input,.TimeOffAccrual-policy-select,.TimeOffAccrual-status-select{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.TimeOffAccrual-adjustment-type-select:focus,.TimeOffAccrual-date-input:focus,.TimeOffAccrual-description-input:focus,.TimeOffAccrual-hours-input:focus,.TimeOffAccrual-policy-select:focus,.TimeOffAccrual-status-select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 2px #3b82f61a;outline:none}.TimeOffAccrual-delete-btn{align-items:center;background:#ef44441a;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;color:var(--error-color);cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:32px}.TimeOffAccrual-delete-btn:hover{background:#ef444433}.TimeOffAccrual-delete-btn.small{font-size:.75rem;height:24px;width:24px}.TimeOffAccrual-leave-periods{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);padding:1.5rem}.TimeOffAccrual-leave-periods h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeOffAccrual-leave-actions{margin-bottom:1rem}.TimeOffAccrual-leave-list{display:flex;flex-direction:column;gap:.75rem}.TimeOffAccrual-leave-item{align-items:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);display:flex;justify-content:space-between;padding:.75rem}.TimeOffAccrual-leave-dates{display:flex;flex-direction:column;gap:.25rem}.TimeOffAccrual-leave-dates span:first-child{color:#1e293b;color:var(--text-color);font-size:.875rem}.TimeOffAccrual-leave-type{color:#64748b;color:var(--text-light);font-size:.75rem;text-transform:capitalize}.TimeOffAccrual-checkbox-label{align-items:center;color:#1e293b;color:var(--text-color);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.TimeOffAccrual-checkbox-label input[type=checkbox]{cursor:pointer;height:16px;width:16px}.TimeOffAccrual-adjustments-info{margin-top:2rem}.TimeOffAccrual-info-card{background:#3b82f60d;border-left:4px solid #3b82f6;border-left:4px solid var(--accent-color);border-radius:16px;border-radius:var(--radius);padding:1.5rem}.TimeOffAccrual-info-card h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.TimeOffAccrual-info-card p{color:#1e293b;color:var(--text-color);font-size:.875rem;line-height:1.5;margin-bottom:1rem}.TimeOffAccrual-info-card ul{margin:0;padding-left:1.5rem}.TimeOffAccrual-info-card li{color:#1e293b;color:var(--text-color);font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.TimeOffAccrual-forecast-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.TimeOffAccrual-forecast-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem}.TimeOffAccrual-forecast-date{align-items:center;display:flex;gap:.75rem}.TimeOffAccrual-forecast-date span{color:#64748b;color:var(--text-light);font-size:.875rem}.TimeOffAccrual-forecast-date input{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:.5rem}.TimeOffAccrual-forecast-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}.TimeOffAccrual-forecast-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.5rem}.TimeOffAccrual-forecast-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.TimeOffAccrual-forecast-card-header h4{color:#0f172a;color:var(--primary-color);font-size:1rem;font-weight:600}.TimeOffAccrual-forecast-type{font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.TimeOffAccrual-forecast-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.TimeOffAccrual-forecast-stat{display:flex;flex-direction:column;gap:.25rem}.TimeOffAccrual-forecast-label{color:#64748b;color:var(--text-light);font-size:.75rem}.TimeOffAccrual-forecast-value{color:#1e293b;color:var(--text-color);font-size:1.125rem;font-weight:700}.TimeOffAccrual-forecast-value.positive{color:#16a34a;color:var(--highlight-color)}.TimeOffAccrual-forecast-value.negative{color:#ef4444;color:var(--error-color)}.TimeOffAccrual-forecast-meter{margin-bottom:1.5rem;position:relative}.TimeOffAccrual-forecast-meter-label{align-items:center;color:#64748b;color:var(--text-light);display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:.5rem}.TimeOffAccrual-forecast-meter-bar{background:#e2e8f0cc;border-radius:4px;height:8px;overflow:hidden;position:relative}.TimeOffAccrual-forecast-meter-current,.TimeOffAccrual-forecast-meter-projected{border-radius:4px;height:100%;left:0;position:absolute;top:0}.TimeOffAccrual-forecast-info{border-top:1px solid #e2e8f0cc;padding-top:1rem}.TimeOffAccrual-forecast-info-item{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem}.TimeOffAccrual-forecast-info-item:last-child{margin-bottom:0}.TimeOffAccrual-forecast-info-item.warning{color:#f59e0b;color:var(--warning-color)}.TimeOffAccrual-forecast-info-item i{font-size:.875rem}.TimeOffAccrual-forecast-scenarios h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeOffAccrual-scenarios-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.TimeOffAccrual-scenario-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.25rem}.TimeOffAccrual-scenario-card h5{border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--accent-color);color:#0f172a;color:var(--primary-color);font-size:.875rem;font-weight:600;margin-bottom:.75rem;padding-bottom:.5rem}.TimeOffAccrual-scenario-content{color:#1e293b;color:var(--text-color);display:flex;flex-direction:column;font-size:.75rem;gap:.25rem}.TimeOffAccrual-scenario-content div{padding:.125rem 0}.TimeOffAccrual-scenario-result{border-top:1px solid #e2e8f0cc;color:#3b82f6;color:var(--accent-color);font-weight:600;margin-top:.5rem;padding-top:.5rem}.TimeOffAccrual-history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.TimeOffAccrual-history-header h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem}.TimeOffAccrual-history-filter select{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:.5rem}.TimeOffAccrual-history-timeline{margin-bottom:2rem}.TimeOffAccrual-history-item{align-items:flex-start;border-bottom:1px solid #e2e8f0cc;display:flex;gap:1.5rem;padding:1rem 0}.TimeOffAccrual-history-item:last-child{border-bottom:none}.TimeOffAccrual-history-date{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600;min-width:120px}.TimeOffAccrual-history-period{color:#64748b;color:var(--text-light);display:block;font-size:.75rem;font-weight:400}.TimeOffAccrual-history-content{align-items:center;display:flex;flex:1 1;justify-content:space-between}.TimeOffAccrual-history-description{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;gap:.5rem}.TimeOffAccrual-history-description i,.TimeOffAccrual-history-hours{color:#16a34a;color:var(--highlight-color)}.TimeOffAccrual-history-hours{font-weight:600}.TimeOffAccrual-upcoming-accruals{margin-bottom:2rem}.TimeOffAccrual-upcoming-accruals h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.TimeOffAccrual-upcoming-list{display:flex;flex-direction:column;gap:.75rem}.TimeOffAccrual-upcoming-item{align-items:center;background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:1.5rem;padding:.75rem}.TimeOffAccrual-upcoming-date{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600;min-width:100px}.TimeOffAccrual-upcoming-description{color:#1e293b;color:var(--text-color);flex:1 1;font-size:.875rem}.TimeOffAccrual-upcoming-hours{color:#16a34a;color:var(--highlight-color);font-size:.875rem;font-weight:600}.TimeOffAccrual-history-summary{margin-top:2rem}.TimeOffAccrual-summary-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);padding:1.5rem}.TimeOffAccrual-summary-card h5{color:#0f172a;color:var(--primary-color);font-size:1rem;font-weight:600;margin-bottom:1rem}.TimeOffAccrual-summary-content{display:flex;flex-direction:column;gap:.75rem}.TimeOffAccrual-summary-item{align-items:center;border-bottom:1px solid #e2e8f066;display:flex;justify-content:space-between;padding:.5rem 0}.TimeOffAccrual-summary-item:last-child{border-bottom:none}.TimeOffAccrual-summary-item span:first-child{color:#1e293b;color:var(--text-color);font-size:.875rem}.TimeOffAccrual-summary-item span:last-child{color:#3b82f6;color:var(--accent-color);font-size:.875rem;font-weight:600}@media (max-width:1200px){.TimeOffAccrual-balance-grid,.TimeOffAccrual-forecast-grid,.TimeOffAccrual-quick-stats-overview,.TimeOffAccrual-scenarios-grid,.TimeOffAccrual-warnings-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.TimeOffAccrual-container{grid-template-columns:1fr}.TimeOffAccrual-settings-grid{max-height:none}}@media (max-width:768px){.TimeOffAccrual-header-content h1{font-size:2rem}.TimeOffAccrual-input-row{grid-template-columns:1fr}.TimeOffAccrual-tabs{flex-wrap:nowrap;overflow-x:auto}.TimeOffAccrual-tab{white-space:nowrap}.TimeOffAccrual-balance-header,.TimeOffAccrual-forecast-header,.TimeOffAccrual-history-header{align-items:flex-start;flex-direction:column;gap:1rem}.TimeOffAccrual-export-buttons{flex-direction:column}.TimeOffAccrual-balance-stats,.TimeOffAccrual-forecast-stats,.TimeOffAccrual-quick-stats-overview,.TimeOffAccrual-scenarios-grid,.TimeOffAccrual-warnings-grid{grid-template-columns:1fr}}@media (max-width:640px){.TimeOffAccrual-calculator{padding:1rem .5rem}.TimeOffAccrual-header{padding:2rem 1rem}.TimeOffAccrual-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.TimeOffAccrual-panel-header,.TimeOffAccrual-tab-content{padding:1rem}.TimeOffAccrual-balance-grid,.TimeOffAccrual-forecast-grid{grid-template-columns:1fr}.TimeOffAccrual-action-buttons{flex-direction:column}}.TimeOffAccrual-settings-grid::-webkit-scrollbar{width:6px}.TimeOffAccrual-settings-grid::-webkit-scrollbar-track{background:#e2e8f04d;border-radius:3px}.TimeOffAccrual-settings-grid::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}.TimeOffAccrual-settings-grid::-webkit-scrollbar-thumb:hover{background:#3b82f680}.OvertimeCalculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.OvertimeCalculator-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.OvertimeCalculator-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.OvertimeCalculator-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.OvertimeCalculator-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.OvertimeCalculator-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.OvertimeCalculator-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.OvertimeCalculator-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:380px 1fr;margin:0 auto;max-width:1400px}.OvertimeCalculator-panel-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.OvertimeCalculator-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.OvertimeCalculator-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.OvertimeCalculator-settings-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.OvertimeCalculator-settings-grid{display:flex;flex-direction:column;gap:2rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1.5rem}.OvertimeCalculator-settings-group{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.1rem}.OvertimeCalculator-settings-group h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.25rem}.OvertimeCalculator-settings-group h3 i{color:#3b82f6;color:var(--accent-color)}.OvertimeCalculator-input-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.OvertimeCalculator-input-field label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.OvertimeCalculator-input-field input,.OvertimeCalculator-input-field select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.OvertimeCalculator-input-field input:focus,.OvertimeCalculator-input-field select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.OvertimeCalculator-input-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.OvertimeCalculator-toggle-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.OvertimeCalculator-toggle-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem}.OvertimeCalculator-toggle-label:last-child{margin-bottom:0}.OvertimeCalculator-toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.OvertimeCalculator-toggle-switch input{height:0;opacity:0;width:0}.OvertimeCalculator-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.OvertimeCalculator-slider,.OvertimeCalculator-slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.OvertimeCalculator-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.OvertimeCalculator-toggle-switch input:checked+.OvertimeCalculator-slider{background-color:#3b82f6;background-color:var(--accent-color)}.OvertimeCalculator-toggle-switch input:checked+.OvertimeCalculator-slider:before{transform:translateX(24px)}.OvertimeCalculator-tiers-header{color:#64748b;color:var(--text-light);font-size:.875rem;font-weight:600;margin-bottom:.75rem}.OvertimeCalculator-tier-row,.OvertimeCalculator-tiers-header{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr 60px}.OvertimeCalculator-tier-row{align-items:center;margin-bottom:.5rem}.OvertimeCalculator-tier-input,.OvertimeCalculator-tier-select{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.5rem}.OvertimeCalculator-tier-input:focus,.OvertimeCalculator-tier-select:focus{border-color:#3b82f6;border-color:var(--accent-color);outline:none}.OvertimeCalculator-tier-actions,.OvertimeCalculator-tier-remove{display:flex;justify-content:center}.OvertimeCalculator-tier-remove{align-items:center;background:#ef44441a;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;color:var(--error-color);cursor:pointer;height:30px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:30px}.OvertimeCalculator-tier-remove:hover{background:#ef444433}.OvertimeCalculator-tier-remove:disabled{cursor:not-allowed;opacity:.5}.OvertimeCalculator-add-tier{align-items:center;background:#3b82f61a;border:1px dashed #3b82f64d;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.OvertimeCalculator-add-tier:hover{background:#3b82f633;border-color:#3b82f6;border-color:var(--accent-color)}.OvertimeCalculator-apply-all{background:#10b981;background:var(--success-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-weight:500;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.OvertimeCalculator-apply-all:hover{background:#0d9669}.OvertimeCalculator-quick-actions{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.OvertimeCalculator-quick-actions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.OvertimeCalculator-action-buttons{display:flex;flex-direction:column;gap:.75rem}.OvertimeCalculator-action-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.OvertimeCalculator-action-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.OvertimeCalculator-main-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.OvertimeCalculator-daily-section{background:#fff}.OvertimeCalculator-daily-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:1.5rem}.OvertimeCalculator-day-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.OvertimeCalculator-day-card.weekend{background:#e2e8f080;border-color:#94a3b84d}.OvertimeCalculator-day-card.holiday{background:#dcfce780;border-color:#22c55e4d}.OvertimeCalculator-day-card:hover{box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.OvertimeCalculator-day-header{align-items:center;border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--accent-color);display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.OvertimeCalculator-day-header h4{color:#0f172a;color:var(--primary-color);font-size:1rem;font-weight:600}.OvertimeCalculator-date{color:#64748b;color:var(--text-light);font-size:.875rem}.OvertimeCalculator-day-controls{margin-bottom:1rem}.OvertimeCalculator-day-toggles{display:flex;gap:1rem;margin:.75rem 0}.OvertimeCalculator-day-toggle{align-items:center;color:#1e293b;color:var(--text-color);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.OvertimeCalculator-day-toggle input[type=checkbox]{cursor:pointer;height:16px;width:16px}.OvertimeCalculator-day-summary{border-top:1px solid #e2e8f0cc;display:flex;justify-content:space-between;padding-top:.75rem}.OvertimeCalculator-day-stat{display:flex;flex-direction:column;font-size:.875rem;gap:.25rem}.OvertimeCalculator-day-stat span:first-child{color:#64748b;color:var(--text-light)}.OvertimeCalculator-day-stat.overtime span:last-child{color:#ef4444;color:var(--error-color);font-weight:600}.OvertimeCalculator-results-section{background:#fff}.OvertimeCalculator-quick-stats{grid-gap:1rem;background:#f8fafc;background:var(--bg-color);border-bottom:1px solid #e2e8f0cc;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:1.5rem}.OvertimeCalculator-stat-card{align-items:center;background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.25rem}.OvertimeCalculator-stat-icon{align-items:center;background:#3b82f61a;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.OvertimeCalculator-stat-content h4{color:#64748b;color:var(--text-light);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.OvertimeCalculator-stat-value{color:#0f172a;color:var(--primary-color);font-size:1.5rem;font-weight:700;line-height:1}.OvertimeCalculator-stat-subtext{color:#64748b;color:var(--text-light);font-size:.75rem;margin-top:.25rem}.OvertimeCalculator-breakdown-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:1.5rem}.OvertimeCalculator-breakdown-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.OvertimeCalculator-breakdown-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1rem 1.5rem}.OvertimeCalculator-breakdown-header h4{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.OvertimeCalculator-breakdown-header h4 i{color:#3b82f6;color:var(--accent-color)}.OvertimeCalculator-breakdown-content{padding:1.5rem}.OvertimeCalculator-pay-item{align-items:center;border-bottom:1px solid #e2e8f066;display:flex;justify-content:space-between;padding:.75rem 0}.OvertimeCalculator-pay-item:last-child{border-bottom:none}.OvertimeCalculator-pay-item.overtime{color:#ef4444;color:var(--error-color)}.OvertimeCalculator-pay-label{display:flex;flex-direction:column;gap:.25rem}.OvertimeCalculator-pay-label span:first-child{font-size:.875rem;font-weight:500}.OvertimeCalculator-pay-label span:last-child{color:#64748b;color:var(--text-light);font-size:.75rem}.OvertimeCalculator-pay-value{font-size:.875rem;font-weight:600}.OvertimeCalculator-pay-total{align-items:center;border-top:2px solid #3b82f6;border-top:2px solid var(--accent-color);display:flex;justify-content:space-between;margin-top:.5rem;padding:1rem 0}.OvertimeCalculator-distribution-item{border-bottom:1px solid #e2e8f066;padding:.75rem 0}.OvertimeCalculator-distribution-item:last-child{border-bottom:none}.OvertimeCalculator-distribution-label{align-items:center;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.OvertimeCalculator-distribution-bar{background:#e2e8f0cc;border-radius:4px;height:8px;overflow:hidden}.OvertimeCalculator-distribution-fill{border-radius:4px;height:100%;transition:width .3s ease}.OvertimeCalculator-distribution-total{align-items:center;border-top:2px solid #3b82f6;border-top:2px solid var(--accent-color);display:flex;font-weight:600;justify-content:space-between;margin-top:.5rem;padding:1rem 0}.OvertimeCalculator-comparison-item{align-items:center;border-bottom:1px solid #e2e8f066;display:flex;justify-content:space-between;padding:.75rem 0}.OvertimeCalculator-comparison-item.with-ot{color:#10b981;color:var(--success-color)}.OvertimeCalculator-comparison-label{display:flex;flex-direction:column;font-size:.875rem;gap:.25rem}.OvertimeCalculator-comparison-value{font-size:.875rem;font-weight:600}.OvertimeCalculator-comparison-difference{align-items:center;border-top:2px solid #3b82f6;border-top:2px solid var(--accent-color);display:flex;justify-content:space-between;margin-top:.5rem;padding:1rem 0}.OvertimeCalculator-comparison-difference.positive{color:#10b981;color:var(--success-color)}.OvertimeCalculator-comparison-difference.negative{color:#ef4444;color:var(--error-color)}.OvertimeCalculator-table-section{background:#f8fafc;background:var(--bg-color);border-top:1px solid #e2e8f0cc;padding:1.5rem}.OvertimeCalculator-table-header{margin-bottom:1rem}.OvertimeCalculator-table-header h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.OvertimeCalculator-table-container{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow-x:auto}.OvertimeCalculator-table{background:#fff;border-collapse:collapse;width:100%}.OvertimeCalculator-table th{background:#f8fafc;background:var(--bg-color);border-bottom:2px solid #e2e8f0cc;color:#1e293b;color:var(--text-color);font-weight:600;padding:1rem;text-align:left;white-space:nowrap}.OvertimeCalculator-table td{border-bottom:1px solid #e2e8f066;font-size:.875rem;padding:.75rem 1rem}.OvertimeCalculator-table tr:last-child td{border-bottom:none}.OvertimeCalculator-table tr.holiday{background:#dcfce74d}.OvertimeCalculator-table tr.weekend{background:#e2e8f04d}.OvertimeCalculator-table .overtime-cell{color:#ef4444;color:var(--error-color);font-weight:600}.OvertimeCalculator-type-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.OvertimeCalculator-type-badge.regular{background:#3b82f61a;color:#3b82f6;color:var(--accent-color)}.OvertimeCalculator-type-badge.weekend{background:#94a3b81a;color:#64748b;color:var(--text-light)}.OvertimeCalculator-type-badge.holiday{background:#22c55e1a;color:#10b981;color:var(--success-color)}.OvertimeCalculator-notes-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.OvertimeCalculator-table-total{background:#f8fafc;background:var(--bg-color);font-weight:600}.OvertimeCalculator-settings-grid::-webkit-scrollbar{width:6px}.OvertimeCalculator-settings-grid::-webkit-scrollbar-track{background:#e2e8f04d;border-radius:3px}.OvertimeCalculator-settings-grid::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}.OvertimeCalculator-settings-grid::-webkit-scrollbar-thumb:hover{background:#3b82f680}@media (max-width:1200px){.OvertimeCalculator-breakdown-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.OvertimeCalculator-container{grid-template-columns:1fr}.OvertimeCalculator-settings-grid{max-height:none}}@media (max-width:768px){.OvertimeCalculator-header-content h1{font-size:2rem}.OvertimeCalculator-breakdown-grid,.OvertimeCalculator-daily-grid,.OvertimeCalculator-input-row,.OvertimeCalculator-quick-stats{grid-template-columns:1fr}}@media (max-width:640px){.OvertimeCalculator{padding:1rem .5rem}.OvertimeCalculator-header{padding:2rem 1rem}.OvertimeCalculator-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.OvertimeCalculator-breakdown-grid,.OvertimeCalculator-daily-grid,.OvertimeCalculator-panel-header,.OvertimeCalculator-quick-stats{padding:1rem}.OvertimeCalculator-action-buttons{flex-direction:column}.OvertimeCalculator-table-container{font-size:.875rem}}:root{--primary-color:#0f172a;--accent-color:#3b82f6;--accent-hover:#2563eb;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--info-color:#8b5cf6;--bg-color:#f8fafc;--text-color:#1e293b;--text-light:#64748b;--highlight-color:#16a34a;--radius:16px;--radius-sm:8px;--transition:0.3s cubic-bezier(0.4,0,0.2,1);--shadow:0 4px 20px #0f172a14;--shadow-hover:0 8px 40px #0f172a1f;--glass:#fffc}.BreakTimeCalculator{background:linear-gradient(135deg,#f8fafc,#f1f5f9);min-height:100vh;padding:2rem 1rem}.BreakTimeCalculator-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:linear-gradient(135deg,var(--primary-color) 0,#1e293b 100%);border-radius:16px;border-radius:var(--radius);color:#f8fafc;color:var(--bg-color);margin-bottom:1rem;overflow:hidden;padding:3rem 1rem;position:relative}.BreakTimeCalculator-header:before{background:linear-gradient(90deg,#0000,#3b82f6,#0000);background:linear-gradient(90deg,#0000,var(--accent-color),#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.BreakTimeCalculator-header-content{margin:0 auto;max-width:1200px;position:relative;text-align:center;z-index:2}.BreakTimeCalculator-header-content h1{align-items:center;display:flex;font-size:2.5rem;font-weight:800;gap:1rem;justify-content:center;margin-bottom:1rem}.BreakTimeCalculator-header-content h1 i{color:#3b82f6;color:var(--accent-color)}.BreakTimeCalculator-header-content p{color:#ffffffe6;font-size:1.1rem;margin:0 auto;max-width:600px}.BreakTimeCalculator-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:380px 1fr;margin:0 auto;max-width:1400px}.BreakTimeCalculator-panel-header{background:#fff;border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.BreakTimeCalculator-panel-header h2{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1.25rem;font-weight:700;gap:.75rem}.BreakTimeCalculator-panel-header h2 i{color:#3b82f6;color:var(--accent-color)}.BreakTimeCalculator-settings-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.BreakTimeCalculator-settings-grid{display:flex;flex-direction:column;gap:2rem;max-height:calc(100vh - 300px);overflow-y:auto;padding:1.5rem}.BreakTimeCalculator-settings-group{background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);padding:1.1rem}.BreakTimeCalculator-settings-group h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1.25rem}.BreakTimeCalculator-settings-group h3 i{color:#3b82f6;color:var(--accent-color)}.BreakTimeCalculator-input-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.BreakTimeCalculator-input-field.small{margin-bottom:.5rem}.BreakTimeCalculator-input-field label{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.BreakTimeCalculator-input-field input,.BreakTimeCalculator-input-field select{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);font-size:.875rem;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.BreakTimeCalculator-input-field input:focus,.BreakTimeCalculator-input-field select:focus{border-color:#3b82f6;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.BreakTimeCalculator-input-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.BreakTimeCalculator-toggle-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:1rem}.BreakTimeCalculator-toggle-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:1rem}.BreakTimeCalculator-toggle-label:last-child{margin-bottom:0}.BreakTimeCalculator-toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.BreakTimeCalculator-toggle-switch input{height:0;opacity:0;width:0}.BreakTimeCalculator-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.BreakTimeCalculator-slider,.BreakTimeCalculator-slider:before{position:absolute;transition:.3s cubic-bezier(.4,0,.2,1);transition:var(--transition)}.BreakTimeCalculator-slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:18px;left:4px;width:18px}.BreakTimeCalculator-toggle-switch input:checked+.BreakTimeCalculator-slider{background-color:#3b82f6;background-color:var(--accent-color)}.BreakTimeCalculator-toggle-switch input:checked+.BreakTimeCalculator-slider:before{transform:translateX(24px)}.BreakTimeCalculator-breaks-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.BreakTimeCalculator-break-item{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:1rem}.BreakTimeCalculator-break-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.BreakTimeCalculator-break-type{border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);flex:1 1;font-size:.875rem;padding:.5rem}.BreakTimeCalculator-break-remove{align-items:center;background:#ef44441a;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#ef4444;color:var(--error-color);cursor:pointer;display:flex;height:30px;justify-content:center;margin-left:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:30px}.BreakTimeCalculator-break-remove:hover{background:#ef444433}.BreakTimeCalculator-break-controls{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:.75rem}.BreakTimeCalculator-break-toggles{display:flex;gap:1rem}.BreakTimeCalculator-break-toggle{align-items:center;color:#1e293b;color:var(--text-color);cursor:pointer;display:flex;font-size:.875rem;gap:.5rem}.BreakTimeCalculator-break-toggle input[type=checkbox]{cursor:pointer;height:16px;width:16px}.BreakTimeCalculator-add-break{align-items:center;background:#3b82f61a;border:1px dashed #3b82f64d;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition);width:100%}.BreakTimeCalculator-add-break:hover{background:#3b82f633;border-color:#3b82f6;border-color:var(--accent-color)}.BreakTimeCalculator-quick-actions{background:#fff;border-top:1px solid #e2e8f0cc;padding:1.5rem}.BreakTimeCalculator-quick-actions h3{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.BreakTimeCalculator-action-buttons{display:flex;flex-direction:column;gap:.75rem}.BreakTimeCalculator-action-btn{align-items:center;background:#3b82f6;background:var(--accent-color);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.BreakTimeCalculator-action-btn:hover{background:#2563eb;background:var(--accent-hover);box-shadow:0 8px 40px #0f172a1f;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.BreakTimeCalculator-main-panel{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;background:var(--glass);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.BreakTimeCalculator-results-section{background:#fff}.BreakTimeCalculator-quick-stats{grid-gap:1rem;background:#f8fafc;background:var(--bg-color);border-bottom:1px solid #e2e8f0cc;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);padding:1.5rem}.BreakTimeCalculator-stat-card{align-items:center;background:#fff;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);display:flex;gap:1rem;padding:1.25rem}.BreakTimeCalculator-stat-card.compliant{background:#10b9811a}.BreakTimeCalculator-stat-card.non-compliant{background:#ef44441a}.BreakTimeCalculator-stat-icon{align-items:center;background:#3b82f61a;border-radius:8px;border-radius:var(--radius-sm);color:#3b82f6;color:var(--accent-color);display:flex;font-size:1.25rem;height:48px;justify-content:center;width:48px}.BreakTimeCalculator-stat-card.compliant .BreakTimeCalculator-stat-icon{background:#10b98133;color:#10b981;color:var(--success-color)}.BreakTimeCalculator-stat-card.non-compliant .BreakTimeCalculator-stat-icon{background:#ef444433;color:#ef4444;color:var(--error-color)}.BreakTimeCalculator-stat-content h4{color:#64748b;color:var(--text-light);font-size:.875rem;font-weight:600;margin-bottom:.25rem}.BreakTimeCalculator-stat-value{color:#0f172a;color:var(--primary-color);font-size:1.5rem;font-weight:700;line-height:1}.BreakTimeCalculator-stat-subtext{color:#64748b;color:var(--text-light);font-size:.75rem;margin-top:.25rem}.BreakTimeCalculator-timeline-section{border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.BreakTimeCalculator-timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.BreakTimeCalculator-timeline-header h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.BreakTimeCalculator-timeline-header h4 i{color:#3b82f6;color:var(--accent-color)}.BreakTimeCalculator-shift-hours{background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-light);font-size:.875rem;padding:.5rem 1rem}.BreakTimeCalculator-timeline{display:flex;flex-direction:column;gap:.75rem}.BreakTimeCalculator-timeline-item{align-items:center;background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);display:flex;gap:1rem;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition)}.BreakTimeCalculator-timeline-item:hover{box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);transform:translateX(4px)}.BreakTimeCalculator-timeline-item.shift{border-left:4px solid #3b82f6;border-left:4px solid var(--accent-color)}.BreakTimeCalculator-timeline-item.meal{border-left:4px solid #10b981;border-left:4px solid var(--success-color)}.BreakTimeCalculator-timeline-item.break{border-left:4px solid #f59e0b;border-left:4px solid var(--warning-color)}.BreakTimeCalculator-timeline-time{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600;min-width:60px}.BreakTimeCalculator-timeline-label{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.BreakTimeCalculator-timeline-label strong{color:#1e293b;color:var(--text-color)}.BreakTimeCalculator-timeline-duration{color:#64748b;color:var(--text-light);font-size:.875rem}.BreakTimeCalculator-timeline-bar{background:#e2e8f0cc;border-radius:4px;flex:2 1;height:8px;overflow:hidden}.BreakTimeCalculator-timeline-fill{border-radius:4px;height:100%}.BreakTimeCalculator-schedule-section{border-bottom:1px solid #e2e8f0cc;padding:1.5rem}.BreakTimeCalculator-schedule-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.BreakTimeCalculator-schedule-header h4{align-items:center;color:#0f172a;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.BreakTimeCalculator-schedule-header h4 i{color:#3b82f6;color:var(--accent-color)}.BreakTimeCalculator-break-count{background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-light);font-size:.875rem;padding:.5rem 1rem}.BreakTimeCalculator-table-container{border-radius:8px;border-radius:var(--radius-sm);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow-x:auto}.BreakTimeCalculator-table{background:#fff;border-collapse:collapse;width:100%}.BreakTimeCalculator-table th{background:#f8fafc;background:var(--bg-color);border-bottom:2px solid #e2e8f0cc;color:#1e293b;color:var(--text-color);font-weight:600;padding:1rem;text-align:left;white-space:nowrap}.BreakTimeCalculator-table td{border-bottom:1px solid #e2e8f066;font-size:.875rem;padding:1rem}.BreakTimeCalculator-table tr:last-child td{border-bottom:none}.BreakTimeCalculator-break-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.BreakTimeCalculator-break-badge.lunch{background:#10b9811a;color:#10b981;color:var(--success-color)}.BreakTimeCalculator-break-badge.short{background:#f59e0b1a;color:#f59e0b;color:var(--warning-color)}.BreakTimeCalculator-duration-badge{background:#f8fafc;background:var(--bg-color);border-radius:8px;border-radius:var(--radius-sm);color:#1e293b;color:var(--text-color);display:inline-block;font-weight:500;padding:.25rem .5rem}.BreakTimeCalculator-status-badge{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.BreakTimeCalculator-status-badge.paid{background:#10b9811a;color:#10b981;color:var(--success-color)}.BreakTimeCalculator-status-badge.unpaid{background:#94a3b81a;color:#64748b;color:var(--text-light)}.BreakTimeCalculator-status-badge.mandatory{background:#ef44441a;color:#ef4444;color:var(--error-color)}.BreakTimeCalculator-status-badge.optional{background:#f59e0b1a;color:#f59e0b;color:var(--warning-color)}.BreakTimeCalculator-status-badge.compliant{background:#10b9811a;color:#10b981;color:var(--success-color)}.BreakTimeCalculator-table-total{background:#f8fafc;background:var(--bg-color);font-weight:600}.BreakTimeCalculator-recommendations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:1.5rem}.BreakTimeCalculator-recommendations-card{background:#f8fafc;background:var(--bg-color);border:1px solid #e2e8f0cc;border-radius:16px;border-radius:var(--radius);box-shadow:0 4px 20px #0f172a14;box-shadow:var(--shadow);overflow:hidden}.BreakTimeCalculator-recommendations-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0cc;display:flex;justify-content:space-between;padding:1rem 1.5rem}.BreakTimeCalculator-recommendations-header h4{align-items:center;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;font-weight:600;gap:.5rem}.BreakTimeCalculator-compliance-status{border-radius:20px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.BreakTimeCalculator-compliance-status.compliant{background:#10b9811a;color:#10b981;color:var(--success-color)}.BreakTimeCalculator-compliance-status.issues{background:#ef44441a;color:#ef4444;color:var(--error-color)}.BreakTimeCalculator-recommendations-content{padding:1.5rem}.BreakTimeCalculator-issues-list{list-style:none;margin:0 0 1.5rem;padding:0}.BreakTimeCalculator-issue-item{align-items:flex-start;border-bottom:1px solid #e2e8f066;color:#ef4444;color:var(--error-color);display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 0}.BreakTimeCalculator-issue-item:last-child{border-bottom:none}.BreakTimeCalculator-issue-item i{color:#ef4444;color:var(--error-color);margin-top:.125rem}.BreakTimeCalculator-compliance-success{color:#10b981;color:var(--success-color);margin-bottom:1.5rem;padding:1rem;text-align:center}.BreakTimeCalculator-compliance-success i{font-size:2rem;margin-bottom:.5rem}.BreakTimeCalculator-compliance-details h5,.BreakTimeCalculator-compliance-success p{color:#1e293b;color:var(--text-color);font-size:.875rem}.BreakTimeCalculator-compliance-details h5{font-weight:600;margin-bottom:1rem}.BreakTimeCalculator-policy-details{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;border-radius:var(--radius-sm);padding:1rem}.BreakTimeCalculator-policy-item{align-items:center;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 0}.BreakTimeCalculator-policy-item span:first-child{color:#64748b;color:var(--text-light)}.BreakTimeCalculator-policy-item span:last-child{color:#1e293b;color:var(--text-color);font-weight:600}.BreakTimeCalculator-recommendations-list{list-style:none;margin:0 0 1.5rem;padding:0}.BreakTimeCalculator-recommendation-item{align-items:flex-start;border-bottom:1px solid #e2e8f066;color:#1e293b;color:var(--text-color);display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 0}.BreakTimeCalculator-recommendation-item:last-child{border-bottom:none}.BreakTimeCalculator-recommendation-item i{color:#3b82f6;color:var(--accent-color);margin-top:.125rem}.BreakTimeCalculator-no-recommendations{color:#10b981;color:var(--success-color);margin-bottom:1.5rem;padding:1rem;text-align:center}.BreakTimeCalculator-no-recommendations i{font-size:2rem;margin-bottom:.5rem}.BreakTimeCalculator-no-recommendations p,.BreakTimeCalculator-productivity-tips h5{color:#1e293b;color:var(--text-color);font-size:.875rem}.BreakTimeCalculator-productivity-tips h5{font-weight:600;margin-bottom:.75rem}.BreakTimeCalculator-tips-list{color:#64748b;color:var(--text-light);font-size:.875rem;list-style:none;margin:0;padding:0}.BreakTimeCalculator-tips-list li{padding:.25rem 0 .25rem 1rem;position:relative}.BreakTimeCalculator-tips-list li:before{color:#3b82f6;color:var(--accent-color);content:"•";left:0;position:absolute}.BreakTimeCalculator-cost-analysis{display:flex;flex-direction:column;gap:1rem}.BreakTimeCalculator-cost-item{align-items:center;border-bottom:1px solid #e2e8f066;display:flex;justify-content:space-between;padding:.75rem 0}.BreakTimeCalculator-cost-item:last-child{border-bottom:none}.BreakTimeCalculator-cost-label{display:flex;flex-direction:column;gap:.25rem}.BreakTimeCalculator-cost-label span:first-child{color:#1e293b;color:var(--text-color);font-size:.875rem;font-weight:600}.BreakTimeCalculator-cost-label span:last-child{color:#64748b;color:var(--text-light);font-size:.75rem}.BreakTimeCalculator-cost-value{color:#3b82f6;color:var(--accent-color);font-size:1rem;font-weight:700}.BreakTimeCalculator-cost-summary{align-items:center;border-top:2px solid #3b82f6;border-top:2px solid var(--accent-color);display:flex;justify-content:space-between;margin-top:.5rem;padding:1rem 0}.BreakTimeCalculator-cost-summary .BreakTimeCalculator-cost-value{color:#10b981;color:var(--success-color)}.BreakTimeCalculator-settings-grid::-webkit-scrollbar{width:6px}.BreakTimeCalculator-settings-grid::-webkit-scrollbar-track{background:#e2e8f04d;border-radius:3px}.BreakTimeCalculator-settings-grid::-webkit-scrollbar-thumb{background:#3b82f64d;border-radius:3px}.BreakTimeCalculator-settings-grid::-webkit-scrollbar-thumb:hover{background:#3b82f680}@media (max-width:1200px){.BreakTimeCalculator-recommendations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.BreakTimeCalculator-container{grid-template-columns:1fr}.BreakTimeCalculator-settings-grid{max-height:none}}@media (max-width:768px){.BreakTimeCalculator-header-content h1{font-size:2rem}.BreakTimeCalculator-quick-stats{grid-template-columns:repeat(2,1fr)}.BreakTimeCalculator-break-controls,.BreakTimeCalculator-input-row,.BreakTimeCalculator-recommendations-grid{grid-template-columns:1fr}}@media (max-width:640px){.BreakTimeCalculator{padding:1rem .5rem}.BreakTimeCalculator-header{padding:2rem 1rem}.BreakTimeCalculator-header-content h1{flex-direction:column;font-size:1.75rem;gap:.5rem}.BreakTimeCalculator-panel-header{padding:1rem}.BreakTimeCalculator-quick-stats{grid-template-columns:1fr}.BreakTimeCalculator-recommendations-grid,.BreakTimeCalculator-schedule-section,.BreakTimeCalculator-timeline-section{padding:1rem}.BreakTimeCalculator-action-buttons{flex-direction:column}.BreakTimeCalculator-table-container{font-size:.875rem}.BreakTimeCalculator-timeline-item{align-items:flex-start;flex-direction:column;gap:.5rem}.BreakTimeCalculator-timeline-bar{width:100%}}