:root{--primary-blue: #003366;--primary-orange: #FFA500;--secondary-blue: #0055A4;--dark-blue: #002244;--light-bg: #F8FAFC;--white: #FFFFFF;--text-dark: #1A202C;--text-light: #4A5568;--accent-blue: #EBF8FF;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-md: 12px;--radius-lg: 20px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{margin:0;padding:0;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{display:none}body{font-family:var(--font-sans);background-color:var(--white);color:var(--text-dark);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:all .2s ease}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:all .3s ease}.container{max-width:1240px;margin:0 auto;padding:0 32px}@media(max-width:768px){.container{padding:0 20px}}@media(max-width:480px){.container{padding:0 16px}}.btn{padding:12px 24px;border-radius:30px;font-weight:600;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.btn-primary{background-color:var(--primary-orange);color:var(--white)}.btn-primary:hover{background-color:#e69500;transform:translateY(-2px)}.btn-secondary{background-color:transparent;border:1.5px solid var(--primary-blue);color:var(--primary-blue)}.btn-secondary:hover{background-color:var(--accent-blue)}.section-padding{padding:80px 0}@media(max-width:768px){.section-padding{padding:60px 0}}.section-title{font-size:32px;font-weight:800;color:var(--primary-blue);margin-bottom:20px}@media(max-width:768px){.section-title{font-size:28px}}.badge{background-color:var(--accent-blue);color:var(--secondary-blue);padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;display:inline-block;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:80px 20px;align-items:flex-start}@media(max-width:968px){.split-layout{grid-template-columns:1fr;gap:40px;padding:60px 20px}}@media(max-width:480px){h1{font-size:32px!important}h2{font-size:28px!important}h3{font-size:24px!important}}.navbar-container{padding:20px 0;position:sticky;top:0;background-color:var(--white);z-index:1000;border-bottom:1px solid #F1F5F9}.navbar-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-icon{background-color:#036;color:var(--white);width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;box-shadow:0 10px 20px #0033661a}.logo-text{font-size:24px;font-weight:800;color:#036;letter-spacing:-.5px}.nav-pill{background-color:var(--white);padding:6px;border-radius:40px;border:1px solid #F1F5F9;box-shadow:0 4px 20px #0000000a}.nav-links{display:flex;align-items:center;gap:2px}.nav-links li a{font-size:13px;font-weight:600;color:#4a5568;padding:8px 16px;border-radius:30px;transition:all .3s ease;cursor:pointer;text-decoration:none;display:inline-block}.nav-links li a.active{background-color:#036;color:var(--white)}.nav-links li a:not(.active):hover{background-color:#e2e8f0;color:#036}.menu-toggle{display:none;background:none;border:none;color:#036;cursor:pointer;padding:8px;z-index:2001;transition:transform .3s ease}.menu-toggle:active{transform:scale(.9)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(-20px)}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu-inner{width:100%;max-width:400px;padding:40px}.mobile-nav-links{list-style:none;display:flex;flex-direction:column;gap:12px;align-items:center}.mobile-nav-links li{width:100%;text-align:center;opacity:0;transform:translateY(10px);transition:all .4s ease}.mobile-menu.open .mobile-nav-links li{opacity:1;transform:translateY(0)}.mobile-nav-links li a{font-size:20px;font-weight:700;color:#036;text-decoration:none;display:block;padding:12px;border-radius:12px;transition:all .2s ease}.mobile-nav-links li a.active{background-color:#036;color:#fff}.mobile-nav-links li a:not(.active):hover{background-color:#f1f5f9}@media(max-width:1024px){.desktop-only{display:none}.menu-toggle{display:block}}@media(max-width:480px){.logo-text{font-size:20px}.logo-icon{width:36px;height:36px;font-size:18px;border-radius:10px}}.footer{background-color:#036;color:var(--white);padding:60px 0 30px;font-family:Inter,sans-serif}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:30px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:20px}.logo-icon-box{background-color:orange;color:var(--white);width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.logo-text-box{display:flex;flex-direction:column}.logo-name{font-size:20px;font-weight:700;color:var(--white);line-height:1.2}.logo-location{font-size:12px;color:#ffffffb3}.footer-tagline{font-size:14px;color:#ffffffb3;line-height:1.6;margin-bottom:24px;max-width:280px}.footer-socials{display:flex;gap:12px}.footer-socials a{width:32px;height:32px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);transition:all .3s ease}.footer-socials a:hover{background-color:orange;transform:translateY(-2px)}.footer-heading{font-size:16px;font-weight:700;margin-bottom:25px;color:var(--white);position:relative}.footer-links li{margin-bottom:12px}.footer-links a{font-size:14px;color:#ffffffb3;transition:all .2s ease;text-decoration:none}.footer-links a:hover{color:var(--white)}.footer-info li{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px;font-size:14px;color:#ffffffb3}.info-icon{color:orange;flex-shrink:0;margin-top:2px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#ffffff80}.legal-links{display:flex;gap:20px}.legal-links a{color:#ffffff80;text-decoration:none}.legal-links a:hover{color:var(--white)}@media(max-width:1024px){.footer-main{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:600px){.footer-main{grid-template-columns:1fr;gap:30px}.footer-bottom{flex-direction:column;gap:15px;text-align:center}.legal-links{justify-content:center}}.hero-section{padding:100px 0;background:radial-gradient(circle at top right,#f0f7ff,#fff);overflow:hidden}@media(max-width:768px){.hero-section{padding:60px 0}}.hero-container{display:flex;align-items:center;justify-content:space-between;gap:60px}.hero-content{flex:1;max-width:600px}.hero-title{font-size:56px;line-height:1.1;font-weight:800;color:var(--primary-blue);margin-bottom:24px}.hero-title span{color:var(--secondary-blue)}.hero-subtitle{font-size:18px;color:var(--text-light);margin-bottom:40px;max-width:500px}.hero-actions{display:flex;gap:16px}.hero-visual{flex:1;position:relative;height:500px;display:flex;align-items:center;justify-content:center}.central-logo{z-index:10}.logo-box{background-color:var(--white);color:var(--primary-blue);width:100px;height:100px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:24px;box-shadow:0 20px 40px #0033661a;border:1px solid #E2E8F0}.floating-card{position:absolute;background-color:var(--white);padding:16px;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);width:160px;border:1px solid #F1F5F9}.top-left{top:20px;left:0}.top-right{top:60px;right:40px}.bottom-left{bottom:40px;left:40px}.bottom-right{bottom:80px;right:0}.card-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.card-title{font-size:12px;font-weight:700;color:var(--primary-blue)}.skeleton-line{height:6px;background-color:#edf2f7;border-radius:3px;margin-bottom:8px}.skeleton-line.short{width:60%}@media(max-width:968px){.hero-container{flex-direction:column;text-align:center;gap:40px}.hero-subtitle{margin:0 auto 40px}.hero-actions{justify-content:center}.hero-visual{height:400px;width:100%;margin-top:40px}.hero-title{font-size:40px}}@media(max-width:480px){.hero-title{font-size:32px}.hero-subtitle{font-size:16px}.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}.hero-visual{height:300px}.logo-box{width:80px;height:80px;font-size:20px}.floating-card{width:130px;padding:12px}}.trusted-container{display:flex;align-items:center;justify-content:space-between;gap:80px}.trusted-info{flex:1}.trusted-text{color:var(--text-light);margin-bottom:20px;font-size:16px;max-width:500px}.trusted-card{flex:.8;background-color:var(--white);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #F1F5F9;position:relative}.trusted-card:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background-color:var(--primary-orange);border-radius:20px 20px 0 0}.card-heading{font-size:20px;font-weight:700;color:var(--primary-blue);margin-bottom:24px}.benefit-list{margin-bottom:30px}.benefit-list li{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;color:var(--text-dark);font-size:14px}.check-icon{color:var(--primary-orange);flex-shrink:0}.btn-full-blue{width:100%;background-color:var(--primary-blue);color:var(--white);padding:14px;border-radius:8px;font-weight:600;font-size:14px}.btn-full-blue:hover{background-color:var(--secondary-blue)}@media(max-width:968px){.trusted-container{flex-direction:column;gap:40px}}.mobile-app-section{padding:100px 0;background-color:var(--white)}.mobile-app-header{text-align:center;margin-bottom:60px}.download-badge{background-color:#ebf8ff;color:#3182ce;padding:6px 16px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:1px;margin-bottom:15px;display:inline-block}.section-title-main{font-size:36px;font-weight:800;color:#1a365d;margin-bottom:15px}.section-subtitle-main{font-size:16px;color:#4a5568}.mobile-app-card{background-color:#036;border-radius:40px;padding:60px;display:flex;align-items:center;gap:60px;color:var(--white);overflow:hidden;position:relative;box-shadow:0 20px 40px #0363}.mobile-app-content{flex:1;z-index:2}.mobile-badge{background-color:#ffffff1a;color:var(--orange);border:1px solid rgba(255,165,0,.3);margin-bottom:25px}.mobile-app-title{font-size:52px;font-weight:800;line-height:1.1;margin-bottom:30px}.mobile-app-text{font-size:16px;opacity:.8;line-height:1.6;margin-bottom:40px;max-width:500px}.mobile-app-user-types{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:40px}.user-type-card{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:20px;border-radius:12px}.user-type-title{font-size:18px;font-weight:800;color:var(--orange);margin-bottom:8px}.user-type-card p{font-size:13px;opacity:.7;line-height:1.5}.mobile-app-buttons{display:flex;gap:20px}.app-store-btn{display:flex;align-items:center;gap:12px;padding:10px 24px;border-radius:12px;text-decoration:none;transition:transform .2s ease}.app-store-btn:hover{transform:translateY(-2px)}.white-btn{background-color:var(--white);color:#036}.outline-btn{background-color:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3)}.btn-icon{font-size:24px}.btn-text{display:flex;flex-direction:column}.btn-text .small{font-size:10px;font-weight:600;opacity:.8}.btn-text .large{font-size:16px;font-weight:800}.mobile-app-visual{flex:1;position:relative;display:flex;justify-content:center;align-items:center;height:500px}.orange-glow{position:absolute;width:300px;height:380px;background:linear-gradient(135deg,#ff8c00,orange);filter:blur(60px);opacity:.6;border-radius:40px;transform:rotate(-15deg)}.image-frame{position:relative;z-index:2;border:8px solid rgba(10,20,40,.8);border-radius:30px;overflow:hidden;box-shadow:0 30px 60px #0006;transform:rotate(5deg);width:440px}.new-app-img{width:100%;display:block}@media(max-width:1024px){.mobile-app-card{flex-direction:column;padding:40px}.mobile-app-visual{height:400px;width:100%}.mobile-app-title{font-size:36px}.mobile-app-user-types{grid-template-columns:1fr}}.testimonials-container{display:flex;flex-direction:column}.testimonials-header{margin-bottom:30px}.blue-badge{background-color:#e6f0ff;color:#3182ce}.testimonials-list{display:flex;flex-direction:column;gap:20px}.testimonial-card{background-color:var(--white);padding:24px 30px;border-radius:20px;box-shadow:0 4px 20px #0033660a;position:relative;border:1px solid #F1F5F9}.quote-icon-top{position:absolute;top:20px;right:20px;opacity:.15;color:#718096}.testimonial-text{font-size:14px;color:#4a5568;line-height:1.6;margin-bottom:20px;max-width:90%}.testimonial-author{display:flex;align-items:center;gap:12px}.author-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.author-initial{width:40px;height:40px;border-radius:50%;background-color:#ed8936;color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.author-name{font-size:14px;font-weight:700;color:var(--primary-blue)}.author-title{font-size:12px;color:#718096}.cta-section{padding:80px 0;background-color:var(--white);text-align:center}@media(max-width:768px){.cta-section{padding:60px 0}}.cta-title{font-size:32px;font-weight:800;color:#036;margin-bottom:12px}@media(max-width:768px){.cta-title{font-size:24px}}.cta-subtitle{font-size:14px;color:#4a5568;margin-bottom:60px}@media(max-width:768px){.cta-subtitle{margin-bottom:40px}}.cta-inner-banner{background-color:#036;background-image:radial-gradient(circle at 10% 90%,rgba(255,255,255,.05) 0%,transparent 40%);padding:80px 40px;border-radius:40px;text-align:center;position:relative;overflow:hidden;box-shadow:0 40px 100px #0003}@media(max-width:768px){.cta-inner-banner{padding:60px 20px;border-radius:24px}}.inner-cta-title{font-size:40px;font-weight:800;color:var(--white);margin-bottom:24px}@media(max-width:768px){.inner-cta-title{font-size:28px}}.cta-text{max-width:650px;margin:0 auto 40px;color:#fffc;font-size:15px;line-height:1.6}@media(max-width:768px){.cta-text{font-size:14px}}.cta-actions{display:flex;justify-content:center;gap:20px}@media(max-width:600px){.cta-actions{flex-direction:column;gap:15px;align-items:center}}.btn-request{background:orange;color:var(--white);padding:16px 36px;border-radius:40px;font-weight:700;text-decoration:none;box-shadow:0 10px 25px #ffa5004d;transition:all .3s ease;white-space:nowrap}@media(max-width:600px){.btn-request{width:100%;max-width:300px}}.btn-request:hover{transform:translateY(-2px);box-shadow:0 15px 30px #ffa50066}.btn-talent-pool{background-color:transparent;color:var(--white);padding:16px 36px;border-radius:40px;font-weight:700;border:2px solid rgba(255,255,255,.6);text-decoration:none;transition:all .3s ease;white-space:nowrap}@media(max-width:600px){.btn-talent-pool{width:100%;max-width:300px}}.btn-talent-pool:hover{background-color:#ffffff1a;border-color:var(--white)}.blog-section{padding:80px 0}@media(max-width:768px){.blog-section{padding:60px 0}}.blog-header{text-align:center;margin-bottom:60px}@media(max-width:768px){.blog-header{margin-bottom:40px}}.blog-title{font-size:36px;font-weight:800;color:#036;margin:15px 0}@media(max-width:768px){.blog-title{font-size:28px}}.blog-subtitle{font-size:16px;color:#4a5568}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}@media(max-width:1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr;gap:25px}}.blog-card{background-color:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #0000000d;transition:all .3s ease;border:1px solid #F1F1F1;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001a}.blog-image-box{position:relative;height:220px;overflow:hidden}.blog-image-box img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card:hover .blog-image-box img{transform:scale(1.05)}.blog-badge{position:absolute;top:15px;left:15px;background-color:#ebf8ff;color:#0056b3;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;z-index:1}.blog-content{padding:24px;flex:1;display:flex;flex-direction:column}.blog-meta{font-size:12px;color:#a0aec0;margin-bottom:12px}.blog-post-title{font-size:18px;font-weight:800;color:#2d3748;margin-bottom:15px;line-height:1.4}.blog-post-desc{font-size:14px;color:#718096;line-height:1.6;margin-bottom:20px}.read-more{font-size:13px;font-weight:700;color:orange;text-decoration:none;transition:all .2s ease;margin-top:auto;display:inline-flex;align-items:center;gap:5px}.read-more:hover{gap:8px}.article-modal-overlay{position:fixed;inset:0;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;animation:fadeIn .25s ease}.article-modal-content{background:#fff;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;border-radius:20px;position:relative;box-shadow:0 25px 60px #00000040;animation:scaleIn .25s ease}.article-close-btn{position:absolute;top:18px;right:18px;width:42px;height:42px;border:none;background:#f3f4f6;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2;transition:.2s ease}.article-close-btn:hover{background:#e5e7eb}.article-modal-image-box{position:relative;width:100%;height:320px;overflow:hidden;border-radius:20px 20px 0 0}.article-modal-image{width:100%;height:100%;object-fit:cover}.article-modal-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#dbeafe,#bfdbfe);display:flex;justify-content:center;align-items:center;color:#036;font-size:22px;font-weight:700}.article-modal-body{padding:30px}.article-modal-title{font-size:32px;font-weight:800;color:#0f172a;margin:12px 0 16px;line-height:1.2}.article-modal-excerpt{font-size:18px;color:#475569;margin-bottom:24px;line-height:1.7}.article-modal-text{font-size:16px;color:#334155;line-height:1.9}.article-modal-text p{margin-bottom:18px}.article-modal-text h1,.article-modal-text h2,.article-modal-text h3,.article-modal-text h4{margin-top:24px;margin-bottom:14px;color:#0f172a}.article-modal-text img{max-width:100%;border-radius:12px;margin:20px 0}.article-modal-loader{min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:#036;font-weight:600}.blog-load-more-wrap{margin-top:42px;display:flex;justify-content:center}.blog-load-more-btn{background:#036;color:#fff;border:none;padding:14px 28px;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;transition:.25s ease;display:inline-flex;align-items:center;gap:10px;box-shadow:0 12px 24px #0033662e}.blog-load-more-btn:hover{transform:translateY(-2px);background:#00264d}.blog-load-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.article-modal-image-box{height:220px}.article-modal-body{padding:20px}.article-modal-title{font-size:24px}.article-modal-excerpt{font-size:16px}.blog-load-more-btn{width:100%;justify-content:center}}.about-section{padding:80px 0;max-width:900px!important;margin:0 auto}@media(max-width:768px){.about-section{padding:60px 0}}.about-header{text-align:left;margin-bottom:50px}@media(max-width:768px){.about-header{margin-bottom:30px;text-align:center}}.about-main-title{font-size:44px;font-weight:800;color:#036;margin:20px 0}@media(max-width:768px){.about-main-title{font-size:32px}}.about-intro{font-size:16px;color:#4a5568;max-width:600px;line-height:1.6}@media(max-width:768px){.about-intro{margin:0 auto}}.title-underline{width:80px;height:4px;background-color:orange;margin-top:30px}@media(max-width:768px){.title-underline{margin:20px auto 0}}.about-content{display:flex;flex-direction:column;gap:50px}@media(max-width:768px){.about-content{gap:30px}}.about-subtitle{font-size:24px;font-weight:800;color:#036;margin-bottom:25px}@media(max-width:768px){.about-subtitle{font-size:20px;margin-bottom:15px}}.about-text{font-size:15px;color:#4a5568;line-height:1.7}.approach-pill{background-color:#f7fafc;padding:40px;border-radius:20px;border-left:5px solid #EBF4FF}@media(max-width:768px){.approach-pill{padding:25px}}.approach-title{font-size:20px;font-weight:800;color:#036;margin-bottom:15px}.why-choose-us{margin-top:20px}.choices-list{display:flex;flex-direction:column;gap:15px}.choice-item{display:flex;align-items:flex-start;gap:12px}.check-icon{margin-top:3px;flex-shrink:0}.choice-text{font-size:15px;color:#4a5568;line-height:1.4}@media(max-width:600px){.about-main-title{font-size:28px}.approach-pill{padding:20px}}.services-page{padding:80px 0;background-color:var(--white);overflow-x:hidden}@media(max-width:768px){.services-page{padding:40px 0}}.services-header-top{text-align:center;margin-bottom:60px}@media(max-width:768px){.services-header-top{margin-bottom:40px}}.main-title{font-size:42px;font-weight:800;color:#036;margin:15px 0}@media(max-width:768px){.main-title{font-size:32px}}.main-subtitle{font-size:15px;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.services-split-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:start}@media(max-width:1024px){.services-split-grid{grid-template-columns:1fr;gap:40px}}.column-title{font-size:32px;font-weight:800;color:#036;margin-bottom:30px}@media(max-width:768px){.column-title{font-size:24px;margin-bottom:20px}}.facilities-section.full-width{max-width:1100px;margin:0 auto}.facilities-section.split-left{padding-top:10px}.facility-grid{display:grid;gap:16px}.facility-grid.split-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.facility-grid.full-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:60px}@media(max-width:480px){.facility-grid.split-grid,.facility-grid.full-grid{grid-template-columns:1fr}}.facility-card{background-color:var(--white);padding:16px 20px;border-radius:16px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 15px #00000005;border:1px solid #F1F5F9;transition:all .2s ease}.facility-card.clickable{cursor:pointer}.facility-card.clickable:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000d}.facility-card.clickable.active{background-color:#f8fafc;border-color:#e2e8f0}.facility-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:800;font-size:16px;flex-shrink:0}.facility-name{font-size:14px;font-weight:600;color:#1e293b;line-height:1.4}.view-all-btn{border:1.5px solid #003366;color:#036;background:transparent;padding:12px 24px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:all .3s ease;width:fit-content}@media(max-width:480px){.view-all-btn{width:100%}}.view-all-btn:hover{background-color:#036;color:var(--white)}.testimonials-section{background-color:#f8fafc;padding:40px;border-radius:24px}@media(max-width:768px){.testimonials-section{padding:30px 20px}}.testimonial-stack{display:flex;flex-direction:column;gap:20px}.testimonial-mini-card{background-color:var(--white);padding:30px;border-radius:20px;box-shadow:0 10px 40px #0000000a;position:relative}.quote-icon{position:absolute;top:20px;right:25px;font-size:50px;color:#ebf8ff;font-family:Georgia,serif;line-height:1}.testimonial-text{font-size:14px;font-style:italic;color:#4a5568;line-height:1.6;margin-bottom:20px;position:relative;z-index:1}.testimonial-author-box{display:flex;align-items:center;gap:15px}.author-img,.author-letter{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.author-letter{display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:800;font-size:14px}.author-name{font-size:14px;font-weight:800;color:#036;margin-bottom:2px}.author-title{font-size:12px;color:#a0aec0}.service-details-section{margin-top:60px;animation:fadeIn .4s ease}@media(max-width:768px){.service-details-section{margin-top:40px}}.details-title{font-size:32px;font-weight:800;color:#036;margin-bottom:20px}@media(max-width:768px){.details-title{font-size:24px}}.details-description{font-size:16px;color:#4a5568;line-height:1.7;margin-bottom:40px;font-weight:400}.details-image-wrapper{width:100%;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media(max-width:768px){.details-image-wrapper{border-radius:16px}}.details-main-image{width:100%;height:auto;display:block;object-fit:cover}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.how-it-works-section{padding:100px 0;background-color:var(--white)}.hiw-header{text-align:center;margin-bottom:60px}.hiw-title{font-size:36px;font-weight:800;color:#036;margin:15px 0}.hiw-subtitle{font-size:16px;color:#4a5568}.hiw-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1100px;margin:0 auto}.hiw-card{background-color:var(--white);padding:50px;border-radius:30px;box-shadow:0 15px 50px #0000000d;position:relative;overflow:hidden;border:1px solid #F1F1F1}.card-title{font-size:24px;font-weight:800;color:#036;margin-bottom:40px}.steps-list{display:flex;flex-direction:column;gap:30px}.step-item{display:flex;gap:20px;position:relative}.step-number{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:var(--white);flex-shrink:0;z-index:2;box-shadow:0 4px 10px #0000001a}.blue-bg{background-color:#0056b3}.orange-bg{background-color:orange}.step-connector{position:absolute;left:21px;top:44px;width:2px;height:30px;background-color:#e2e8f0;z-index:1}.step-title{font-size:18px;font-weight:800;color:#2d3748;margin-bottom:5px}.step-desc{font-size:14px;color:#718096;line-height:1.5}.corner-shape-bottom{position:absolute;bottom:0;right:0;width:120px;height:120px;background:radial-gradient(circle at bottom right,#EBF5FF 0%,transparent 70%);z-index:0}.corner-shape-top{position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle at top right,#FFF5E6 0%,transparent 70%);z-index:0}@media(max-width:900px){.hiw-grid{grid-template-columns:1fr;gap:40px}}@media(max-width:600px){.hiw-card{padding:30px}}.faq-section{padding:clamp(60px,8vw,100px) 0;background-color:#fbfbfb;overflow:hidden}.faq-header{text-align:center;margin-bottom:clamp(30px,5vw,60px)}.faq-title{font-size:clamp(28px,5vw,42px);font-weight:800;color:#036;margin:15px 0;line-height:1.2}.faq-subtitle{font-size:clamp(14px,2vw,16px);color:#4a5568;max-width:600px;margin:0 auto}.faq-container{max-width:800px;margin:0 auto;padding:0 20px}@media(max-width:480px){.faq-container{padding:0 16px}}.faq-list{background-color:var(--white);border-radius:24px;padding:12px;box-shadow:0 10px 40px #0000000d}@media(max-width:768px){.faq-list{border-radius:20px;padding:8px}}.faq-item{border-bottom:1px solid #F1F1F1;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:12px}.faq-item:last-child{border-bottom:none}.faq-item:hover:not(.active){background-color:#f8fafc}.faq-question{padding:clamp(18px,4vw,24px) clamp(15px,3vw,20px);display:flex;justify-content:space-between;align-items:center;font-size:clamp(14px,2.5vw,16px);font-weight:700;color:#2d3748;gap:15px}.faq-icon{color:#cbd5e0;transition:transform .4s cubic-bezier(.4,0,.2,1),color .3s ease;flex-shrink:0}.faq-item.active{background-color:var(--white);box-shadow:0 8px 30px #00336614;border:1px solid #E2E8F0;margin:12px 10px 18px}@media(max-width:768px){.faq-item.active{margin:8px 6px 12px}}@media(max-width:480px){.faq-item.active{margin:8px 4px 12px}}.faq-item.active .faq-question{background-color:#f0f7ff;border-radius:12px 12px 0 0;color:#036}.faq-item.active .faq-icon{transform:rotate(180deg);color:#036}.faq-answer{max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);padding:0 clamp(15px,3vw,20px);opacity:0}.faq-item.active .faq-answer{max-height:500px;padding:clamp(18px,4vw,24px) clamp(15px,3vw,20px);opacity:1}.faq-answer p{font-size:clamp(13px,2.2vw,15px);color:#718096;line-height:1.7}.portals-page-wrapper{background-color:var(--white);padding:80px 0 120px;min-height:100vh}@media(max-width:768px){.portals-page-wrapper{padding:40px 0 80px}}.portals-content-container{max-width:1000px;margin:0 auto}.portals-hero-header{text-align:center;margin-bottom:60px;animation:fadeIn .8s ease}@media(max-width:768px){.portals-hero-header{margin-bottom:40px}}.hero-massive-title{font-size:64px;font-weight:900;color:#06c;margin-bottom:24px;text-transform:uppercase;letter-spacing:-1px}@media(max-width:768px){.hero-massive-title{font-size:36px;letter-spacing:0}}.hero-sub-title{font-size:24px;font-weight:800;color:#1a202c;margin-bottom:12px}@media(max-width:768px){.hero-sub-title{font-size:20px}}.hero-desc{font-size:15px;color:#4a5568}.portal-section{text-align:center;margin-bottom:60px}@media(max-width:768px){.portal-section{margin-bottom:40px}}.light-blue-badge{background-color:#ebf8ff;color:#3182ce;padding:6px 16px;border-radius:20px;font-size:11px;font-weight:700;display:inline-block;margin-bottom:15px;text-transform:uppercase}.section-title{font-size:18px;font-weight:800;color:#1a202c;margin-bottom:8px}.section-desc{font-size:13px;color:#718096;margin-bottom:40px}@media(max-width:768px){.section-desc{margin-bottom:25px}}.admin-card-wrapper{max-width:480px;margin:0 auto}.public-cards-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:30px}@media(max-width:768px){.public-cards-wrapper{grid-template-columns:1fr;gap:20px}}.portal-card-premium{background:var(--white);border:1px solid #f1f5f9;border-radius:20px;padding:30px;box-shadow:0 10px 40px #0000000a;text-align:left;transition:all .3s ease}@media(max-width:768px){.portal-card-premium{padding:24px}}.portal-card-premium:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000014}.portal-card-header{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px}.portal-icon-box{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-icon-box.dark-blue{background-color:#1e3a8a}.portal-icon-box.blue{background-color:#0056b3}.portal-icon-box.orange{background-color:#f97316}.admin-e-icon{color:#fff;font-size:24px;font-weight:600}.portal-header-text{flex-grow:1}.portal-name{font-size:15px;font-weight:800;color:#1a202c;margin-bottom:6px}.portal-description{font-size:12px;color:#718096;line-height:1.5}.portal-feature-list{list-style:none;padding:0;margin:0 0 30px;display:flex;flex-direction:column;gap:15px}.portal-feature-list li{display:flex;align-items:center;gap:12px;font-size:12px;color:#4a5568;font-weight:500}.feature-icon-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.feature-icon-circle.dark-blue-circle{background-color:#1e3a8a}.portal-access-btn{width:100%;padding:12px;border-radius:8px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border:none;transition:all .2s}.portal-access-btn.dark-blue-btn{background-color:#1e3a8a;color:#fff}.portal-access-btn:hover{opacity:.9}.support-section-wrapper{margin-top:60px}.support-card-outlined{border:1px solid #e2e8f0;border-radius:16px;padding:40px;text-align:center;max-width:800px;margin:0 auto}@media(max-width:768px){.support-card-outlined{padding:30px 20px}}.support-title{color:#1e3a8a;font-size:16px;font-weight:800;margin-bottom:15px}.support-desc{font-size:13px;color:#718096;margin-bottom:25px}.contact-support-btn{background:transparent;color:#1e3a8a;border:1px solid #1e3a8a;padding:8px 24px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.contact-support-btn:hover{background-color:#1e3a8a;color:#fff}.contact-page{padding:80px 0;background-color:#f8fafc;display:flex;justify-content:center}@media(max-width:768px){.contact-page{padding:40px 0}}.contact-container{display:flex;background-color:var(--white);border-radius:40px;overflow:hidden;box-shadow:0 40px 100px #0000001a;max-width:1000px;width:100%}@media(max-width:900px){.contact-container{flex-direction:column;border-radius:24px;margin:0 20px}}@media(max-width:480px){.contact-container{margin:0 16px;border-radius:0}}.contact-info-card{background-color:#036;background-image:radial-gradient(circle at top right,rgba(255,255,255,.1) 0%,transparent 70%);color:var(--white);padding:60px;width:40%}@media(max-width:900px){.contact-info-card{width:100%;padding:40px}}@media(max-width:480px){.contact-info-card{padding:30px 20px}}.info-title{font-size:36px;font-weight:800;margin-bottom:24px}@media(max-width:480px){.info-title{font-size:28px}}.info-desc{font-size:15px;color:#fffc;line-height:1.6;margin-bottom:60px}@media(max-width:480px){.info-desc{margin-bottom:40px}}.info-items{display:flex;flex-direction:column;gap:40px}@media(max-width:480px){.info-items{gap:30px}}.item-label{font-size:14px;font-weight:700;color:orange;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px}.info-item p{font-size:15px;line-height:1.5}.contact-form-card{padding:60px;width:60%}@media(max-width:900px){.contact-form-card{width:100%;padding:40px}}@media(max-width:480px){.contact-form-card{padding:30px 20px}}.form-title{font-size:28px;font-weight:800;color:#036;margin-bottom:40px}@media(max-width:480px){.form-title{font-size:22px;margin-bottom:30px}}.contact-form{display:flex;flex-direction:column;gap:24px}.form-group input,.form-group textarea{width:100%;padding:14px 18px;border-radius:12px;border:1px solid #E2E8F0;background-color:#f8fafc;font-size:14px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#036;background-color:var(--white);box-shadow:0 0 0 4px #0033660d}.contact-submit-btn{background-color:#036;color:var(--white);padding:16px;border-radius:12px;font-weight:700;font-size:15px;border:none;cursor:pointer;transition:all .3s ease;margin-top:10px}.contact-submit-btn:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 10px 20px #00336626}.contact-submit-btn:active{transform:translateY(0)}.join-page{padding:80px 0;text-align:center;background-color:var(--white)}@media(max-width:768px){.join-page{padding:60px 0}}.join-header{margin-bottom:60px}@media(max-width:768px){.join-header{margin-bottom:40px}}.join-main-title{font-size:36px;font-weight:800;color:#036;margin-bottom:12px}@media(max-width:768px){.join-main-title{font-size:28px}}.join-subtitle{font-size:15px;color:#718096}.join-banner{background-color:#036;background-image:radial-gradient(circle at 10% 90%,rgba(255,255,255,.05) 0%,transparent 40%);padding:80px 40px;border-radius:40px;text-align:center;position:relative;overflow:hidden;box-shadow:0 40px 100px #0003}@media(max-width:768px){.join-banner{padding:60px 20px;border-radius:24px}}.banner-title{font-size:40px;font-weight:800;color:var(--white);margin-bottom:24px}@media(max-width:768px){.banner-title{font-size:32px}}.banner-text{max-width:650px;margin:0 auto 40px;color:#fffc;font-size:16px;line-height:1.6}@media(max-width:768px){.banner-text{font-size:14px;margin-bottom:30px}}.join-actions{display:flex;justify-content:center;gap:20px}@media(max-width:600px){.join-actions{flex-direction:column;gap:15px;align-items:center}}.btn-staff{background-color:orange;color:var(--white);padding:16px 36px;border-radius:40px;font-weight:700;text-decoration:none;box-shadow:0 10px 25px #ffa5004d;transition:all .3s ease;white-space:nowrap}@media(max-width:600px){.btn-staff{width:100%;max-width:300px}}.btn-staff:hover{transform:translateY(-2px);box-shadow:0 15px 30px #ffa50066}.btn-talent{background-color:transparent;color:var(--white);padding:16px 36px;border-radius:40px;font-weight:700;border:2px solid rgba(255,255,255,.6);text-decoration:none;transition:all .3s ease;white-space:nowrap}@media(max-width:600px){.btn-talent{width:100%;max-width:300px}}.btn-talent:hover{background-color:#ffffff1a;border-color:var(--white)}.apply-section{padding:100px 0;display:flex;justify-content:center}.apply-card{background-color:var(--white);width:100%;max-width:600px;padding:60px;border-radius:40px;box-shadow:0 20px 60px #0000000d;border:1px solid #F1F1F1;text-align:center}.apply-title{font-size:32px;font-weight:800;color:#036;margin-bottom:12px}.apply-subtitle{font-size:14px;color:#4a5568;margin-bottom:40px}.apply-form{text-align:left}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-group label{display:block;font-size:13px;font-weight:700;color:#2d3748;margin-bottom:8px}.form-group input{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #E2E8F0;background-color:#f8fafc;font-size:14px;color:#4a5568}.field-error{color:#e53e3e;font-size:12px;margin-top:4px}.form-group select{width:100%;padding:14px 16px;border-radius:10px;border:1px solid #E2E8F0;background-color:#f8fafc;font-size:14px;color:#4a5568}.form-group input::placeholder{color:#a0aec0}.submit-btn{width:100%;background:linear-gradient(to right,orange,#ff8c00);color:var(--white);padding:16px;border-radius:12px;font-weight:700;font-size:15px;border:none;cursor:pointer;box-shadow:0 4px 15px #ffa5004d;margin-top:20px;transition:all .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffa50066}@media(max-width:600px){.apply-card{padding:40px 20px}.form-row{grid-template-columns:1fr}}.compliance-page{padding:60px 0;background-color:#f8fafc}@media(max-width:768px){.compliance-page{padding:30px 0}}.compliance-page-card{max-width:1100px;margin:0 auto;background-color:var(--white);padding:60px;border-radius:24px;box-shadow:0 4px 20px #0000000d}@media(max-width:1024px){.compliance-page-card{padding:40px;border-radius:0}}@media(max-width:768px){.compliance-page-card{padding:30px 20px}}.compliance-header{text-align:center;margin-bottom:60px}@media(max-width:768px){.compliance-header{margin-bottom:40px}}.compliance-badge{background-color:#ebf8ff;color:#3182ce;padding:6px 16px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:1px;margin-bottom:20px;display:inline-block;text-transform:uppercase}.compliance-main-title{font-size:42px;font-weight:800;color:#1a365d;margin:0 0 15px}@media(max-width:768px){.compliance-main-title{font-size:32px}}.compliance-subtitle{font-size:16px;color:#4a5568;max-width:700px;margin:0 auto 30px;line-height:1.6}.compliance-meta{display:flex;justify-content:center;gap:30px;font-size:13px;color:#718096;font-weight:600;flex-wrap:wrap}.compliance-layout{display:flex;gap:40px}@media(max-width:1024px){.compliance-layout{flex-direction:column;gap:40px}}.compliance-sidebar{width:280px;flex-shrink:0}@media(max-width:1024px){.compliance-sidebar{width:100%}}.sidebar-title{font-size:12px;font-weight:800;color:#1a365d;margin-bottom:25px;letter-spacing:1px;text-transform:uppercase}.sidebar-nav{list-style:none;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden;margin-bottom:30px}.sidebar-nav li{padding:15px 20px;display:flex;align-items:center;gap:15px;font-size:13px;font-weight:700;color:#4a5568;cursor:pointer;border-bottom:1px solid #E2E8F0;transition:all .2s ease}.sidebar-nav li:last-child{border-bottom:none}.sidebar-nav li.active{background-color:#f8fafc;color:#3182ce}.nav-num{width:24px;height:24px;background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;color:#a0aec0}.sidebar-nav li.active .nav-num{background-color:#3182ce;color:var(--white);border-color:#3182ce}.sidebar-revision-box{border:1px solid #E2E8F0;padding:24px;border-radius:12px}.revision-title{font-size:13px;font-weight:800;color:#1a365d;margin-bottom:10px}.sidebar-revision-box p{font-size:12px;color:#718096;line-height:1.6;margin-bottom:12px}.revision-email{font-size:13px;color:#3182ce;font-weight:700;text-decoration:none}.compliance-main{flex:1}.primary-commitment{background-color:#036;color:var(--white);padding:30px;border-radius:16px;display:flex;gap:25px;align-items:center;margin-bottom:30px}@media(max-width:600px){.primary-commitment{flex-direction:column;text-align:center;padding:25px;gap:15px}}.commitment-icon{width:50px;height:50px;background-color:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.commitment-text h3{font-size:18px;font-weight:800;margin-bottom:8px}.commitment-text p{font-size:14px;opacity:.8;line-height:1.6}.accordion-item{background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;margin-bottom:15px;overflow:hidden}.accordion-summary{padding:20px 30px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:15px}@media(max-width:600px){.accordion-summary{padding:15px 20px}}.section-meta{display:block;font-size:10px;font-weight:800;color:#a0aec0;letter-spacing:1px;margin-bottom:4px}.section-title{font-size:15px;font-weight:700;color:#1a365d}.chevron-icon{font-size:18px;color:#3182ce;flex-shrink:0}.accordion-content{padding:0 30px 30px}@media(max-width:600px){.accordion-content{padding:0 20px 20px}}.accordion-content p{font-size:14px;color:#4a5568;line-height:1.7;margin-bottom:20px}.blue-alert-box{background-color:#ebf8ff;border-left:4px solid #3182CE;padding:20px;color:#2c5282;font-size:13px;font-weight:600;margin-bottom:20px;line-height:1.6}.compliance-pill-tags{display:flex;gap:10px;flex-wrap:wrap}.pill-tag{background-color:#f0fff4;color:#38a169;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700}.compliance-support-card{background-color:#036;color:var(--white);padding:40px;border-radius:20px;text-align:center;margin-top:50px}@media(max-width:768px){.compliance-support-card{padding:30px 20px;margin-top:30px}}.compliance-support-card h3{font-size:24px;margin-bottom:10px}.compliance-support-card p{font-size:15px;opacity:.8;margin-bottom:30px}.compliance-btns{display:flex;justify-content:center;gap:15px}@media(max-width:480px){.compliance-btns{flex-direction:column}}.btn-white{background-color:var(--white);color:#036;border:none;padding:12px 25px;border-radius:8px;font-weight:700;cursor:pointer}.btn-outline{background-color:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3);padding:12px 25px;border-radius:8px;font-weight:700;cursor:pointer}.privacy-page{padding:60px 0;background-color:#f8fafc}@media(max-width:768px){.privacy-page{padding:30px 0}}.privacy-page-card{max-width:1000px;margin:0 auto;background-color:var(--white);padding:60px;border-radius:24px;box-shadow:0 4px 20px #0000000d}@media(max-width:1024px){.privacy-page-card{padding:40px;border-radius:0}}@media(max-width:768px){.privacy-page-card{padding:30px 20px}}.privacy-header{text-align:center;margin-bottom:50px}@media(max-width:768px){.privacy-header{margin-bottom:30px}}.legal-badge{background-color:#ebf8ff;color:#3182ce;padding:6px 16px;border-radius:20px;font-size:11px;font-weight:800;letter-spacing:1px;display:inline-block;margin-bottom:20px;text-transform:uppercase}.privacy-title{font-size:42px;font-weight:800;color:#1a365d;margin:0 0 15px}@media(max-width:768px){.privacy-title{font-size:32px}}.privacy-subtitle{font-size:16px;color:#4a5568;max-width:600px;margin:0 auto 20px;line-height:1.6}.last-updated{font-size:12px;font-weight:700;color:#3182ce;display:flex;align-items:center;justify-content:center;gap:8px}.dot{width:6px;height:6px;background-color:#3182ce;border-radius:50%}.privacy-toc-box{background-color:#f8fafc;border:1px solid #E2E8F0;border-radius:12px;padding:30px;margin:40px 0}@media(max-width:768px){.privacy-toc-box{padding:20px;margin:30px 0}}.toc-title{font-size:11px;font-weight:800;color:#718096;margin-bottom:20px;letter-spacing:1px;text-transform:uppercase}.toc-grid{display:flex;gap:40px}@media(max-width:768px){.toc-grid{flex-direction:column;gap:15px}}.toc-col{flex:1;display:flex;flex-direction:column;gap:12px}.toc-link{font-size:13px;color:#2d3748;text-decoration:none;font-weight:600;transition:color .2s ease;display:flex;align-items:center}.toc-link:hover{color:#3182ce}.toc-num{color:#3182ce;margin-right:8px}.privacy-intro-box{background-color:#ebf8ff;padding:24px 30px;border-radius:12px;margin-bottom:60px;border-left:6px solid #3182CE}@media(max-width:768px){.privacy-intro-box{padding:20px;margin-bottom:40px}}.privacy-intro-box p{font-size:15px;color:#2c5282;line-height:1.7}.policy-section{padding:40px 0;border-bottom:1px solid #E2E8F0}@media(max-width:768px){.policy-section{padding:30px 0}}.section-header-row{display:flex;align-items:center;gap:15px;margin-bottom:25px}.section-number-circle{width:30px;height:30px;background-color:#036;color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.section-heading{font-size:24px;font-weight:800;color:#1a365d;margin:0}@media(max-width:768px){.section-heading{font-size:20px}}.section-intro{font-size:15px;color:#4a5568;line-height:1.8;margin-bottom:25px}.sub-section{margin-top:30px}.sub-section-title{font-size:14px;font-weight:800;color:#2d3748;margin-bottom:15px;text-transform:uppercase}.policy-list{list-style:none}.policy-list li{font-size:14px;color:#4a5568;margin-bottom:15px;padding-left:20px;position:relative;line-height:1.6}.policy-list li:before{content:"•";color:#3182ce;font-weight:700;position:absolute;left:0}.warning-box{background-color:#fff9e6;border:1px solid #FFE58F;padding:24px;border-radius:12px;color:#856404;font-weight:700;font-size:14px;margin:30px 0;display:flex;gap:12px;line-height:1.6}.warning-icon{font-size:18px;flex-shrink:0}.privacy-cta{background-color:#036;padding:40px 60px;border-radius:20px;display:flex;justify-content:space-between;align-items:center;margin-top:60px;color:var(--white);gap:30px}@media(max-width:768px){.privacy-cta{flex-direction:column;text-align:center;padding:30px 20px;margin-top:40px}}.cta-title{font-size:22px;font-weight:800;margin-bottom:8px}.cta-desc{font-size:14px;opacity:.8}.contact-us-btn{background-color:var(--white);color:#036;border:none;padding:14px 28px;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;white-space:nowrap}@media(max-width:480px){.contact-us-btn{width:100%}}.notfound-page{padding:100px 0;background-color:#f8fafc;min-height:80vh;display:flex;align-items:center}.error-card{max-width:800px;margin:0 auto;background-color:var(--white);padding:60px;border-radius:30px;box-shadow:0 40px 100px #0000000d;text-align:center;border:1px solid #F1F5F9}.error-badge{background-color:#ebf8ff;color:#3182ce}.error-code{font-size:120px;font-weight:900;color:#3182ce;line-height:1;margin:20px 0}.error-title{font-size:32px;font-weight:800;color:#2d3748;margin-bottom:20px}.error-text{font-size:16px;color:#718096;line-height:1.6;max-width:550px;margin:0 auto 40px}.error-actions{display:flex;justify-content:center;gap:20px;margin-bottom:50px}.btn-home{background-color:#1a365d;color:var(--white);padding:16px 32px;border-radius:12px;font-weight:700;text-decoration:none;transition:all .3s ease}.btn-home:hover{background-color:#2c5282;transform:translateY(-2px)}.btn-back{background-color:var(--white);color:#1a365d;border:2px solid #1A365D;padding:14px 32px;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-back:hover{background-color:#f7fafc}.divider{height:1px;background-color:#e2e8f0;margin-bottom:50px}.dest-title{font-size:18px;font-weight:800;color:#2d3748;margin-bottom:30px}.dest-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.dest-card{display:flex;align-items:center;gap:15px;padding:20px;background-color:#f8fafc;border-radius:16px;text-decoration:none;text-align:left;border:1px solid #E2E8F0;transition:all .3s ease}.dest-card:hover{background-color:var(--white);border-color:#3182ce;transform:translateY(-5px);box-shadow:0 10px 25px #0033660d}.dest-icon{width:44px;height:44px;background-color:#ebf8ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.dest-info h5{font-size:14px;font-weight:800;color:#1a365d;margin-bottom:2px}.dest-info p{font-size:12px;color:#718096}@media(max-width:600px){.error-code{font-size:80px}.error-actions{flex-direction:column}.dest-grid{grid-template-columns:1fr}}.facility-layout{display:flex;min-height:100vh;background-color:#f8fafc;font-family:Inter,sans-serif}.facility-main-content{flex:1;overflow-y:auto;height:100vh}.notifications-page,.profile-page,.role-management-page,.billing-page,.messaging-page,.dashboard-container,.professionals-page,.timesheets-page,.invoices-page{padding:32px}.facility-sidebar{width:280px;background:#fff;border-right:1px solid #eef2f6;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sidebar-header{padding:32px 24px}.facility-brand{display:flex;align-items:center;gap:16px}.brand-icon{width:44px;height:44px;background-color:#036;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00336626}.brand-text h3{font-size:1rem;font-weight:800;color:#036;margin:0;font-family:Outfit,sans-serif}.brand-text span{font-size:.75rem;color:#94a3b8;font-weight:600;display:block}.sidebar-nav{flex:1;padding:12px 16px;overflow-y:auto}.menu-item{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:12px 20px;color:#475569;text-decoration:none;font-size:.85rem;font-weight:700;border-radius:14px;margin-bottom:8px;transition:all .2s;cursor:pointer}.item-main{display:flex;align-items:center;gap:16px;flex:1}.hf-staff-cell{display:flex;align-items:center;gap:10px}.hf-staff-avatar{width:24px;height:24px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b}.hf-type-tag{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:6px;background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.hf-type-tag.clock-in{background:#ecfdf5;color:#059669;border-color:#10b981}.hf-type-tag.clock-out{background:#eff6ff;color:#2563eb;border-color:#3b82f6}.hf-type-tag.break-start{background:#fff7ed;color:#d97706;border-color:#f59e0b}.hf-timestamp-cell{display:flex;flex-direction:column}.hf-date{font-size:.75rem;color:#94a3b8}.hf-header-btns{display:flex;gap:12px}.export-all-btn-v2.secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.hf-activity-layout{background:transparent;border:none;box-shadow:none;padding:0}.hf-search-filter-row{display:flex;gap:16px;margin-bottom:24px}.hf-search-input{flex:1;display:flex;align-items:center;background:#f1f5f9;border-radius:24px;padding:10px 20px;color:#64748b}.hf-search-input input{border:none;background:transparent;flex:1;margin-left:10px;font-size:.9rem;outline:none;color:#334155}.hf-filter-btn{background:#036;color:#fff;border:none;padding:0 24px;border-radius:24px;display:flex;align-items:center;gap:8px;font-weight:600;cursor:pointer}.activity-tabs{margin-bottom:32px}.gray-bg{background:#e2e8f0}.activity-cards-list{display:flex;flex-direction:column;gap:24px}.shift-activity-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000005}.sac-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.sac-staff-info h3{font-size:1.25rem;color:#0f172a;margin-bottom:4px}.sac-staff-info p{color:#475569;font-size:.9rem;margin-bottom:8px}.sac-date{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#94a3b8}.badge-yellow,.badge-red,.badge-green{padding:4px 12px;border-radius:6px;font-size:.75rem;font-weight:700}.badge-yellow{background:#fef9c3;color:#a16207}.badge-red{background:#fee2e2;color:#b91c1c}.badge-green{background:#dcfce7;color:#15803d}.sac-alert{display:flex;gap:12px;padding:16px;border-radius:8px;margin-bottom:24px}.sac-alert.yellow{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.sac-alert.red{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.sac-alert.red-light{background:#fef2f2;border:none;color:#b91c1c}.alert-text strong{display:block;margin-bottom:4px}.alert-text p{font-size:.85rem;line-height:1.5}.alert-text span{font-weight:700}.sac-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.sac-info-box{padding:16px;border-radius:8px}.sac-info-box.blue{background:#eff6ff;border:1px solid #bfdbfe}.sac-info-box.green{background:#f0fdf4;border:1px solid #bbf7d0}.sac-info-box label{display:block;font-size:.75rem;color:#64748b;margin-bottom:8px}.sac-info-box strong{display:block;font-size:.95rem;color:#1e293b;margin-bottom:4px}.sac-info-box p{font-size:.85rem;color:#64748b}.rate-val{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:4px}.rate-val .currency{color:#10b981}.rate-val span{font-size:.75rem;color:#94a3b8;font-weight:400}.sac-track-box{background:#036;color:#fff;border-radius:12px;padding:24px;display:flex;justify-content:space-between;margin-bottom:24px}.track-left{display:flex;gap:16px;align-items:flex-start}.track-title{font-size:.75rem;color:#ffffffb3;margin-bottom:6px;font-weight:600}.track-val{font-size:1.8rem;font-weight:700;margin-bottom:4px}.track-sub{font-size:.8rem;color:#ffffffb3}.sac-section{margin-bottom:32px}.sac-section-label{font-size:.8rem;color:#64748b;margin-bottom:12px}.sac-timeline-box{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:8px;margin-bottom:8px}.sac-timeline-box.green,.sac-timeline-box.green-light{background:#f8fafc;border:1px solid #e2e8f0}.sac-timeline-box.red{background:#fef2f2;border:1px solid #fecaca}.sac-timeline-box.yellow{background:#fffbeb;border:1px solid #fde68a}.sac-timeline-box.neutral{background:#f8fafc;border:1px solid #e2e8f0}.sac-timeline-box.orange-outline{background:#fff7ed;border:1px solid #fdba74}.sac-timeline-box.orange-light{background:#fff;border:1px solid #ffedd5}.tl-left{display:flex;gap:12px;align-items:center}.tl-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center}.tl-icon.green,.tl-icon.green-solid{background:#dcfce7;color:#15803d}.tl-icon.red{background:#fecaca;color:#b91c1c}.tl-icon.yellow{background:#fde68a;color:#b45309}.tl-icon.neutral{background:#e2e8f0;color:#64748b}.tl-icon.orange{background:#ffedd5;color:#ea580c}.tl-icon.orange-faded{background:#ffedd5;color:#fb923c}.tl-left strong{display:block;font-size:.9rem;color:#1e293b;margin-bottom:4px}.tl-left p{font-size:.8rem;color:#64748b}.tl-right{display:flex;align-items:center;gap:12px}.tl-badge{padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px}.tl-badge.blue{background:#eff6ff;color:#2563eb}.tl-badge.green-outline{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.tl-badge.red{background:#fee2e2;color:#b91c1c}.tl-badge.yellow-fill{background:#fef3c7;color:#b45309}.tl-badge.neutral{background:#f1f5f9;color:#94a3b8}.tl-badge.orange-fill{background:#ffedd5;color:#ea580c}.tl-time{font-size:.85rem;font-weight:700;color:#1e293b}.tl-time.green-text{color:#15803d}.text-red{color:#ef4444!important}.text-orange{color:#ea580c!important}.text-orange-light{color:#f97316!important}.text-orange-lg{font-size:1.25rem;font-weight:700;color:#ea580c;margin-bottom:4px;text-align:right}.text-orange-faded{color:#fb923c!important}.text-red-small{font-size:.75rem;color:#ef4444;font-weight:600;text-align:right}.sac-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat-grid-item{border:1px solid #e2e8f0;border-radius:8px;padding:16px}.stat-grid-item.red-bg{background:#fef2f2;border-color:#fca5a5}.stat-grid-item label{display:block;font-size:.75rem;color:#64748b;margin-bottom:8px}.stat-grid-item strong{display:block;font-size:.9rem;color:#1e293b}.sac-stats-row.big{display:flex;gap:16px;margin-bottom:24px}.stat-box.outline{flex:1;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.stat-box.outline.red{background:#fef2f2;border-color:#fecaca}.stat-box.outline.green{background:#f0fdf4;border-color:#bbf7d0}.stat-box.outline label{display:block;font-size:.75rem;color:#64748b;margin-bottom:8px}.stat-box.outline .val{font-size:1.25rem;font-weight:700;color:#1e293b}.stat-box.outline .sub{font-size:.75rem;display:block;margin-top:4px}.sac-override-box{background:#fff;border:1px solid #fecaca;border-radius:8px;padding:24px;margin-top:8px}.override-header{display:flex;align-items:center;gap:8px;color:#b91c1c;margin-bottom:12px}.override-desc{font-size:.85rem;color:#475569;margin-bottom:20px}.override-form{display:flex;gap:24px;margin-bottom:24px}.form-group{flex:1}.form-group label{display:block;font-size:.8rem;font-weight:600;color:#334155;margin-bottom:8px}.input-field{width:100%;padding:12px 16px;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;font-weight:600}.input-field.disabled{background:#f1f5f9;color:#64748b}.override-actions{display:flex;gap:12px}.btn-approve-red{background:#dc2626;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-weight:600;cursor:pointer}.btn-adjust{background:#fff;border:1px solid #cbd5e1;color:#475569;padding:10px 24px;border-radius:6px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer}.sac-actions{display:flex;gap:12px;border-top:1px solid #f1f5f9;padding-top:24px}.btn-secondary{background:#fff;border:1px solid #cbd5e1;color:#475569;padding:8px 16px;border-radius:6px;font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:8px;cursor:pointer}.btn-outline-red{background:#fff;border:1px solid #fca5a5;color:#ef4444;padding:8px 16px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer}.sac-approval-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:24px}.sac-approval-box>strong{color:#15803d;display:block;margin-bottom:8px}.sac-approval-box>p{font-size:.85rem;color:#475569;margin-bottom:24px}.app-stats{display:flex;gap:48px}.app-stats label{display:block;font-size:.75rem;color:#64748b;margin-bottom:4px}.app-stats strong{font-size:1.1rem;color:#1e293b}.btn-primary-green{background:#15803d;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer}.menu-item:hover{background:#f8fafc;color:#036}.menu-item.active{background:#036;color:#fff;box-shadow:0 4px 12px #0363}.menu-item.active-parent{background:#f1f5f9;color:#036;border:1px solid #e2e8f0}.menu-item.active .item-icon{color:#fff}.menu-item.active-parent .item-icon,.menu-item.active-parent .submenu-arrow{color:#036}.item-icon{display:flex;align-items:center;color:#64748b}.has-submenu{justify-content:space-between}.submenu-arrow{transition:transform .3s;color:#94a3b8}.active-parent .submenu-arrow{color:#fff}.submenu-arrow.rotated{transform:rotate(180deg)}.submenu{padding:4px 12px 12px}.submenu-item{display:block;text-decoration:none;margin-bottom:4px;border-radius:12px;transition:all .2s}.sub-active-capsule{display:flex;align-items:center;gap:12px;padding:12px 20px;border-radius:12px;color:#475569;font-size:.85rem;font-weight:700;transition:all .2s}.submenu-item.active .sub-active-capsule{background:#036;color:#fff;box-shadow:0 4px 12px #0363}.submenu-item:hover .sub-active-capsule{background:#f1f5f9}.submenu-item.active:hover .sub-active-capsule{background:#036}.submenu-item.active .sub-icon,.submenu-item.active .sub-text{color:#fff}.sidebar-footer{padding:24px;border-top:1px solid #f1f5f9}.footer-links{display:flex;flex-direction:column;gap:16px}.footer-link-btn{width:100%;display:flex;align-items:center;gap:12px;background:transparent;border:none;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s}.footer-icon-circle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f1f5f9;border-radius:50%;color:#64748b}.back-btn{border:1.5px solid #e2e8f0;border-radius:100px;padding:10px 24px;color:#475569}.logout-link{color:#ef4444;padding:12px 24px}.logout-link:hover{background:#fff1f2;border-radius:14px}.dashboard-container{padding:32px}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.header-info h1{font-size:1.5rem;font-weight:700;color:#036;margin-bottom:4px}.header-info p{color:#64748b;font-size:.9rem}.header-actions{display:flex;align-items:center;gap:16px}.icon-badge-btn{position:relative;width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer}.badge-num{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid white}.badge-num.orange{background:#f97316}.badge-num.blue{background:#3b82f6}.exit-portal-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:.85rem;font-weight:600;cursor:pointer}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #f1f5f9;display:flex;align-items:center;gap:16px}.stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-content h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.stat-content .stat-title{font-size:.85rem;color:#64748b;margin:2px 0}.stat-content .stat-sub{font-size:.75rem;color:#94a3b8}.quick-actions-section{margin-bottom:32px}.quick-actions-section h2{font-size:1.1rem;font-weight:700;color:#036;margin-bottom:16px}.quick-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.action-card{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;border-radius:12px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.action-card.blue{background:#036;color:#fff;border:none}.action-card.orange{background:#f97316;color:#fff;border:none}.action-card.outline{background:#fff;color:#475569;border:1px solid #e2e8f0}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.dashboard-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.activity-section{background:#fff;padding:24px;border-radius:16px;border:1px solid #f1f5f9}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header h2{font-size:1.1rem;font-weight:700;color:#036}.view-all-btn{background:none;border:none;color:#3b82f6;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px}.shift-item-card{padding:16px;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:flex-start}.shift-date-box{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#64748b;margin-bottom:4px}.shift-time{font-size:.85rem;color:#475569}.shift-role-name{margin:8px 0 4px;font-size:.95rem;color:#1e293b}.shift-staff{font-size:.8rem;color:#94a3b8}.status-badge{padding:4px 10px;border-radius:100px;font-size:.75rem;font-weight:600}.status-badge.confirmed{background:#ecfdf5;color:#10b981}.status-badge.open{background:#fff7ed;color:#f97316}.timesheet-item-card{padding:16px;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:12px}.ts-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ts-status-pill{font-size:.75rem;font-weight:600;padding:2px 8px}.ts-status-pill.pending{color:#f97316}.ts-status-pill.approved{color:#10b981}.ts-role{font-size:.85rem;color:#64748b}.ts-dates{font-size:.85rem;color:#475569;margin:4px 0}.ts-hours{font-size:.9rem;font-weight:600;color:#1e293b}.ts-actions{display:flex;gap:12px;margin-top:16px}.btn-approve{flex:1;padding:8px;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer}.professionals-page,.timesheets-page,.activity-page,.invoices-page{padding:32px}.section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.applicants-badge-btn{background:#f97316;color:#fff;border:none;padding:8px 16px;border-radius:100px;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer}.applicants-badge-btn .badge{background:#fff;color:#f97316;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.section-subtitle,.subtitle{font-size:.95rem;color:#64748b;margin-bottom:32px}.search-filter-row{display:flex;gap:16px;margin-bottom:32px}.search-wrapper{flex:1;display:flex;align-items:center;gap:12px;padding:12px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;color:#94a3b8}.search-wrapper input{flex:1;background:none;border:none;outline:none;font-size:.95rem;color:#1e293b}.filter-btn-dark{padding:12px 24px;background:#036;color:#fff;border:none;border-radius:100px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer}.tabs-container{display:flex;background:#f1f5f9;padding:4px;border-radius:100px;width:fit-content;margin-bottom:32px}.tab-btn{padding:8px 32px;border:none;background:none;border-radius:100px;font-size:.9rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.tab-btn.active{background:#fff;color:#1e293b;box-shadow:0 2px 8px #0000000d}.professionals-grid{display:flex;flex-direction:column;gap:24px}.pro-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:32px;transition:all .2s}.pro-card:hover{box-shadow:0 12px 30px #0000000a}.pro-header{display:flex;gap:24px;margin-bottom:32px}.pro-avatar{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:800}.pro-name-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.pro-name-row h3{font-size:1.2rem;font-weight:800;color:#1e293b}.status-pill-small{padding:4px 10px;border-radius:100px;font-size:.7rem;font-weight:700}.status-pill-small.active,.status-pill-small.paid{background:#ecfdf5;color:#10b981}.status-pill-small.working{background:#fff1f2;color:#ef4444}.status-pill-small.unpaid{background:#fff7ed;color:#f97316}.pro-role{font-size:.95rem;color:#64748b;font-weight:600;margin-bottom:4px}.pro-loc{font-size:.85rem;color:#94a3b8;display:flex;align-items:center;gap:4px}.pro-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.detail-item label{display:block;font-size:.8rem;color:#94a3b8;margin-bottom:4px}.detail-item p{font-size:.95rem;color:#1e293b}.detail-item p.rating{display:flex;align-items:center;gap:6px}.cert-section{margin-bottom:32px}.cert-section label{display:block;font-size:.8rem;color:#94a3b8;margin-bottom:12px}.cert-pills{display:flex;gap:8px;flex-wrap:wrap}.cert-pill{padding:6px 14px;border:1.5px solid #3b82f6;color:#3b82f6;border-radius:100px;font-size:.8rem;font-weight:700}.pro-actions{display:flex;gap:12px}.btn-details-outline,.btn-contact-outline{flex:1;padding:12px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;font-weight:700;color:#475569;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.btn-invite-solid{flex:1.2;padding:12px;background:#f97316;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.export-all-btn{padding:10px 20px;background:#036;color:#fff;border:none;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer}.timesheet-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.t-stat-card{background:#fff;border:1px solid #f1f5f9;padding:24px;border-radius:16px;display:flex;align-items:center;gap:16px}.t-stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.t-stat-info h3{font-size:1.4rem;font-weight:800;color:#1e293b;margin:0}.t-stat-info p{font-size:.85rem;color:#64748b;margin-top:2px}.timesheets-table-container{background:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden}.table-header{padding:24px;font-weight:700;color:#1e293b;border-bottom:1px solid #f1f5f9}.timesheets-table,.invoices-table{width:100%;border-collapse:collapse}.timesheets-table th,.invoices-table th{text-align:left;padding:16px 24px;background:#f8fafc;font-size:.85rem;color:#64748b;border-bottom:1px solid #f1f5f9}.timesheets-table td,.invoices-table td{padding:16px 24px;font-size:.9rem;color:#475569;border-bottom:1px solid #f1f5f9}.highlight-row{background:snow}.status-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;font-size:.8rem;font-weight:700}.status-tag.submitted{background:#ecfdf5;color:#10b981}.status-tag.awaiting-clock-out{background:#f3e8ff;color:#a855f7}.status-tag.pending-approval{background:#fff7ed;color:#f97316}.status-tag.approved{background:#eff6ff;color:#3b82f6}.status-tag.rejected{background:#fff1f2;color:#ef4444}.status-tag.dispute{background:#fff7ed;color:#f97316}.status-tag.locked{background:#fefce8;color:#eab308}.actions-cell{display:flex;gap:8px;justify-content:flex-end}.icon-btn-gray,.icon-btn-green,.icon-btn-red{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s}.icon-btn-gray{background:#f1f5f9;color:#475569}.icon-btn-green{background:#10b981;color:#fff}.icon-btn-red{background:#ef4444;color:#fff}.activity-item-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:32px;margin-bottom:32px}.activity-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.clock-window-alert{background:#036;color:#fff;padding:24px;border-radius:16px;display:flex;align-items:center;gap:20px;margin-bottom:32px}.activity-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.detail-box{padding:24px;border-radius:16px}.detail-box.gray{background:#f8fafc;border:1px solid #e2e8f0}.detail-box.green{background:#ecfdf5;border:1px solid #d1fae5}.clock-info-rows{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.clock-row{display:flex;align-items:center;gap:20px}.clock-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.clock-icon-box.blue{background:#eff6ff;color:#3b82f6}.clock-icon-box.green{background:#ecfdf5;color:#10b981}.summary-boxes-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.summary-box{padding:16px;border:1px solid #e2e8f0;border-radius:12px}.summary-box.pink{background:#fff1f2;border-color:#fecaca}.summary-box.orange{background:#fff7ed;border-color:#ffedd5}.activity-footer-msg{background:#eff6ff;color:#3b82f6;padding:16px 24px;border-radius:12px;font-size:.9rem;margin-bottom:24px}.invoice-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.inv-stat-card{background:#fff;border:1px solid #f1f5f9;padding:24px;border-radius:16px}.inv-stat-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.inv-stat-badge{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.inv-stat-label{font-size:.85rem;color:#64748b;font-weight:600}.inv-stat-card h3{font-size:1.8rem;font-weight:800;color:#1e293b}.invoices-table-card{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:32px}.view-details-btn-solid{padding:8px 16px;background:#036;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.invoice-detail-modal{width:680px!important;max-height:90vh!important;padding:48px!important;background:#fff!important;border-radius:32px!important;overflow-y:auto!important;position:relative!important;margin:auto!important;animation:modalAppear .4s ease-out!important;display:block!important}.invoice-detail-modal .modal-header{display:flex!important;justify-content:space-between!important;align-items:flex-start!important;margin-bottom:40px!important;border:none!important;padding:0!important}.inv-title h2{font-size:2rem!important;font-weight:900!important;color:#036!important;margin:0!important}.inv-title p{font-size:1.1rem!important;color:#94a3b8!important;font-weight:600!important;margin-top:4px!important}.status-badge{padding:8px 20px!important;border-radius:100px!important;font-weight:800!important;font-size:.9rem!important;text-transform:capitalize!important}.status-badge.unpaid{background:#fee2e2!important;color:#ef4444!important}.status-badge.paid{background:#ecfdf5!important;color:#10b981!important}.invoice-detail-modal .close-btn{background:none!important;border:none!important;color:#94a3b8!important;cursor:pointer!important;padding:0!important;margin-left:24px!important}.inv-pro-info-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:32px!important;margin-bottom:40px!important}.pro-info-item label{display:block!important;font-size:.85rem!important;color:#94a3b8!important;font-weight:800!important;text-transform:uppercase!important;margin-bottom:8px!important}.pro-info-item p{font-size:1.1rem!important;font-weight:800!important;color:#1e293b!important;margin:0!important}.inv-period-banner{background:#036!important;border-radius:20px!important;padding:24px 32px!important;display:flex!important;align-items:center!important;gap:20px!important;color:#fff!important;margin-bottom:40px!important}.banner-icon-box{width:44px!important;height:44px!important;background:#ffffff1a!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.banner-text strong{display:block!important;font-size:1.15rem!important;font-weight:800!important}.banner-text p{font-size:.95rem!important;opacity:.8!important;margin:4px 0 0!important}.inv-details-section h3,.inv-line-items-section h3{font-size:1.1rem!important;font-weight:800!important;color:#1e293b!important;margin-bottom:20px!important}.inv-days-scroll-grid{display:flex!important;gap:12px!important;margin-bottom:40px!important;overflow-x:auto!important;padding-bottom:8px!important}.inv-day-tile{min-width:100px!important;background:#f8fafc!important;border:1.5px solid #f1f5f9!important;border-radius:16px!important;padding:16px!important;text-align:center!important}.inv-day-tile .day-label{display:block!important;font-size:.85rem!important;font-weight:700!important;color:#94a3b8!important;margin-bottom:6px!important}.inv-day-tile .time-val{font-size:.9rem!important;font-weight:800!important;color:#1e293b!important}.inv-total-hours-tile{min-width:80px!important;background:#eff6ff!important;border:1.5px solid #bfdbfe!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;color:#3b82f6!important;font-size:1.25rem!important}.inv-breakdown-table{background:#f8fafc!important;border:1.5px solid #f1f5f9!important;border-radius:20px!important;padding:8px!important;margin-bottom:40px!important}.inv-breakdown-row{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:20px 24px!important;border-bottom:1px solid #f1f5f9!important}.inv-breakdown-row:last-child{border-bottom:none!important}.item-desc h4{font-size:1rem!important;font-weight:800!important;color:#1e293b!important;margin:0!important}.item-desc p{font-size:.9rem!important;color:#94a3b8!important;font-weight:600!important;margin-top:4px!important}.item-price{font-size:1.15rem!important;font-weight:900!important;color:#1e293b!important}.item-price.negative{color:#ef4444!important}.item-price.blue{color:#3b82f6!important}.inv-footer-summary{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important;margin-bottom:48px!important}.summary-block{background:#f8fafc!important;border-radius:20px!important;padding:24px!important;text-align:center!important}.summary-block.highlight-blue{background:#eff6ff!important;border:1.5px solid #bfdbfe!important}.summary-block label{display:block!important;font-size:.85rem!important;color:#3b82f6!important;font-weight:800!important;text-transform:uppercase!important;margin-bottom:8px!important}.summary-block .val{font-size:1.5rem!important;font-weight:900!important;color:#036!important;margin:0!important}.modal-footer-actions{display:grid!important;grid-template-columns:1fr 2fr 1.5fr!important;gap:16px!important;border-top:1px solid #f1f5f9!important;padding-top:32px!important}.modal-footer-actions .btn-secondary{background:#fff!important;border:1.5px solid #e2e8f0!important;color:#475569!important;padding:16px!important;border-radius:16px!important;font-weight:800!important;cursor:pointer!important}.modal-footer-actions .btn-primary-dark{background:#1e293b!important;color:#fff!important;border:none!important;padding:16px!important;border-radius:16px!important;font-weight:800!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.modal-footer-actions .btn-success-green{background:#10b981!important;color:#fff!important;border:none!important;padding:16px!important;border-radius:16px!important;font-weight:800!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}} .shifts-container{padding:32px}.shifts-main-grid{display:grid;grid-template-columns:1.8fr 1fr;gap:32px}.section-desc{font-size:.9rem;color:#64748b;margin-bottom:24px}.shift-post-form{display:flex;flex-direction:column;gap:20px}.form-group label{display:block;font-size:.85rem;font-weight:600;color:#1e293b;margin-bottom:8px}.date-input-wrapper{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:.9rem}.form-select,.form-input,.form-textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#1e293b;font-family:inherit;font-size:.9rem;transition:all .2s}.form-select:focus,.form-input:focus,.form-textarea:focus{outline:none;border-color:#036;background:#fff}.form-header-with-btn{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.add-shift-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f97316;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer}.shift-requirements-card{background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0}.shift-requirements-card h3{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:20px}.form-row{display:flex;gap:16px;margin-bottom:16px}.flex-1{flex:1}.currency-input{display:flex;align-items:center;gap:8px;padding:4px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.currency-input span{color:#64748b;font-weight:600}.currency-input .form-input{border:none;background:none;padding:8px 0}.form-textarea{height:120px;resize:none}.form-actions-row{display:flex;gap:16px;margin-top:12px}.post-shift-btn{flex:1;padding:14px;background:#036;color:#fff;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer}.save-draft-btn{flex:1;padding:14px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer}.view-status-btn{background:#fff;border:1px solid #e2e8f0;padding:6px 12px;border-radius:8px;font-size:.8rem;font-weight:600;color:#475569;cursor:pointer}.status-card-item{background:#fff;padding:16px;border-radius:12px;border:1px solid #f1f5f9;margin-bottom:16px}.status-flex{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.status-info h4{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:4px}.status-info p{font-size:.85rem;color:#64748b;margin:2px 0}.staff-info{font-size:.85rem;color:#3b82f6;font-weight:600}.status-pill{padding:4px 10px;border-radius:100px;font-size:.7rem;font-weight:700}.status-pill.cancelled{background:#fee2e2;color:#ef4444}.status-pill.filled{background:#f3e8ff;color:#a855f7}.status-pill.completed{background:#ecfdf5;color:#10b981}.view-details-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px;border:1px solid #f1f5f9;border-radius:8px;background:#fff;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer}.messaging-page{padding:32px}.messages-banner{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #f1f5f9;padding:24px 32px;border-radius:20px;margin-bottom:32px}.messages-banner h2{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:4px}.messages-banner p{font-size:.95rem;color:#64748b;font-weight:600}.new-message-btn{padding:12px 24px;background:#f97316;color:#fff;border:none;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer}.messaging-layout{display:grid;grid-template-columns:320px 1fr;gap:32px;height:700px}.conversations-panel{background:#fff;border:1px solid #f1f5f9;border-radius:20px;display:flex;flex-direction:column;overflow:hidden}.search-box-container{padding:24px;position:relative}.search-box-container .search-icon{position:absolute;left:40px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-box-container input{width:100%;padding:12px 12px 12px 48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:.9rem;outline:none}.filter-tabs-small{display:flex;padding:0 24px 24px;gap:8px;border-bottom:1px solid #f1f5f9}.filter-tab{padding:6px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.8rem;font-weight:700;color:#475569;cursor:pointer}.filter-tab.active{background:#036;color:#fff;border-color:#036}.conversation-list{flex:1;overflow-y:auto}.conversation-item{padding:20px 24px;display:flex;gap:16px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:all .2s}.conversation-item:hover{background:#f8fafc}.conversation-item.active{background:#eff6ff;border-left:4px solid #3b82f6}.avatar{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;flex-shrink:0}.item-content{flex:1;overflow:hidden}.item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.item-header h3{font-size:1rem;color:#1e293b;font-weight:800}.unread-badge{background:#f97316;color:#fff;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800}.item-content .role{font-size:.8rem;color:#64748b;font-weight:600;margin-bottom:4px}.item-content .snippet{font-size:.85rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}.item-footer{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#94a3b8}.chat-window-panel{background:#fff;border:1px solid #f1f5f9;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;position:relative}.empty-chat-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.empty-chat-state h3{font-size:1.5rem;color:#1e293b;margin:24px 0 8px}.empty-chat-state p{font-size:1rem;color:#64748b;margin-bottom:32px}.start-new-btn{padding:12px 24px;background:#f97316;color:#fff;border:none;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer}.chat-header{padding:20px 32px;border-bottom:1px solid #f1f5f9;background:#036;color:#fff;display:flex;align-items:center;gap:16px}.chat-avatar{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;border:1.5px solid rgba(255,255,255,.2)}.chat-title h3{font-size:1.1rem;font-weight:800}.chat-title p{font-size:.85rem;opacity:.8}.chat-more-btn{margin-left:auto;background:none;border:none;color:#fff;cursor:pointer}.messages-area{flex:1;overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:24px}.message-bubble-wrapper{display:flex}.message-bubble-wrapper.sent{justify-content:flex-end}.message-bubble{max-width:60%;padding:20px;border-radius:16px;position:relative}.sent .message-bubble{background:#036;color:#fff;border-bottom-right-radius:4px}.received .message-bubble{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.message-header{display:flex;gap:12px;margin-bottom:8px;font-size:.75rem;font-weight:600;opacity:.6}.received .sender{color:#036}.message-text{font-size:.95rem;line-height:1.5}.message-status{position:absolute;bottom:8px;right:12px;opacity:.6}.message-date-separator{text-align:center;margin:16px 0;position:relative}.message-date-separator:before{content:"";position:absolute;left:0;top:50%;width:100%;height:1px;background:#f1f5f9}.message-date-separator span{position:relative;background:#fff;padding:0 16px;font-size:.75rem;color:#94a3b8;font-weight:600}.chat-input-container{padding:24px 32px;border-top:1px solid #f1f5f9}.input-wrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:8px 16px;display:flex;align-items:center;gap:12px}.input-wrapper textarea{flex:1;background:none;border:none;outline:none;font-size:.95rem;padding:12px 0;resize:none}.attach-btn,.send-btn{background:none;border:none;color:#94a3b8;cursor:pointer;transition:all .2s}.send-btn{background:#f97316;color:#fff;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.input-hint{font-size:.75rem;color:#94a3b8;margin-top:8px;text-align:center}.new-message-modal{background:#fff;width:500px;border-radius:20px;box-shadow:0 20px 50px #0000001a}.modal-form{padding:32px}.form-group label{display:block;font-size:.85rem;font-weight:700;color:#1e293b;margin-bottom:8px}.select-wrapper{padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;align-items:center;color:#475569;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;outline:none}.modal-actions-row{display:flex;gap:16px;margin-top:32px}.btn-cancel{flex:1;padding:14px;background:#f1f5f9;border:none;border-radius:12px;font-weight:700;color:#475569;cursor:pointer}.btn-send-message{flex:1.5;padding:14px;background:#f97316;color:#fff;border:none;border-radius:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.billing-page{background-color:#f8fafc;min-height:100vh;padding:24px}.billing-pro-header-dark{background:#036;color:#fff;padding:40px;border-radius:24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.pro-profile-box{display:flex;align-items:center;gap:24px}.pro-avatar-large{width:64px;height:64px;background:#fff3;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800}.pro-main-meta h2{font-size:1.75rem;font-weight:800;margin:0}.pro-main-meta p{font-size:1rem;opacity:.8;margin:4px 0 0}.billing-period-grid{display:flex;gap:40px}.period-box label{display:block;font-size:.75rem;font-weight:800;opacity:.6;margin-bottom:4px;text-transform:uppercase}.period-box strong{font-size:1.1rem;font-weight:800}.billing-layout-grid{display:grid;grid-template-columns:1fr 400px;gap:32px}.account-verification-box-v2{background:#fff;border:1.5px solid #ecfdf5;border-radius:20px;padding:32px;margin-bottom:24px;box-shadow:0 4px 6px -1px #0000000d}.v-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.v-title{display:flex;align-items:center;gap:12px}.v-title h3{font-size:1.1rem;font-weight:800;color:#065f46;margin:0}.v-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.v-item label{display:block;font-size:.85rem;color:#64748b;font-weight:600;margin-bottom:4px}.v-item span{font-weight:700;color:#1e293b}.billing-alert-info{background:#eff6ff;border-radius:16px;padding:16px 24px;display:flex;align-items:center;gap:16px;color:#3b82f6;margin-bottom:32px}.billing-alert-info p{font-size:.9rem;font-weight:600;line-height:1.5;margin:0}.payment-information-form-v2{background:#fff;padding:40px;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d}.form-main-title{font-size:1.5rem;font-weight:800;color:#1e293b;margin:0}.payment-information-form-v2>p{color:#64748b;font-size:1rem;margin-bottom:40px}.form-section-v2{margin-bottom:40px}.s-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#036}.s-header h3{font-size:1.1rem;font-weight:800;margin:0}.s-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.s-field label{display:block;font-size:.9rem;font-weight:700;color:#475569;margin-bottom:8px}.s-field input,.s-select,.s-field textarea{width:100%;padding:14px 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;font-weight:600;outline:none;transition:all .2s}.s-field input:focus{border-color:#036;background:#fff}.s-field .h{display:block;font-size:.8rem;color:#94a3b8;margin-top:6px}.s-field.full{grid-column:span 2}.form-footer-v2{display:flex;gap:16px;margin-top:40px;border-top:1px solid #f1f5f9;padding-top:32px}.btn-cancel-v2{background:#fff;border:1.5px solid #e2e8f0;color:#475569;padding:14px 24px;border-radius:12px;font-weight:800;cursor:pointer}.btn-process-v2{background:#036;color:#fff;border:none;padding:14px 40px;border-radius:12px;font-weight:800;cursor:pointer;flex:1}.payment-summary-card{background:#fff;padding:32px;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d;position:sticky;top:24px}.payment-summary-card h3{font-size:1.25rem;font-weight:800;color:#1e293b;margin-bottom:24px}.summary-list .s-row{display:flex;justify-content:space-between;margin-bottom:16px;font-size:.95rem}.summary-list label{color:#64748b;font-weight:600}.summary-list strong{color:#1e293b;font-weight:800}.summary-list .deduction strong{color:#ef4444}.summary-list .divider{height:1px;background:#f1f5f9;margin:20px 0}.summary-list .subtotal{margin-bottom:24px}.fees-highlight-box{background:#f8fafc;border-radius:16px;padding:20px;margin-bottom:24px}.f-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.9rem}.f-row:last-child{margin-bottom:0}.f-row span{color:#94a3b8;font-weight:600}.f-row strong{color:#475569;font-weight:700}.summary-list .total{align-items:center;margin-bottom:32px}.summary-list .total label{font-size:1.1rem;color:#1e293b;font-weight:800}.summary-list .total .total-val{font-size:1.75rem;font-weight:900;color:#036}.payment-details-footer h4{font-size:.95rem;font-weight:800;color:#1e293b;margin-bottom:12px}.payment-details-footer ul{list-style:none;padding:0;margin:0}.payment-details-footer li{font-size:.85rem;color:#64748b;font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}.payment-details-footer li:before{content:"";width:6px;height:6px;background:#3b82f6;border-radius:50%}.acc-row{display:flex;border-bottom:1px solid rgba(16,185,129,.1);padding-bottom:8px}.acc-row label{flex:1;font-size:.9rem;color:#065f46;font-weight:600}.acc-row .val{font-family:Inter,sans-serif;font-weight:600;color:#065f46;letter-spacing:.5px}.billing-alert{background:#eff6ff;padding:16px 24px;border-radius:12px;display:flex;align-items:center;gap:16px;margin-bottom:40px}.billing-alert p{color:#1d4ed8;font-size:.85rem;line-height:1.4}.payment-information-form{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:40px}.form-section-title{font-size:1.25rem;font-weight:800;color:#1e293b;margin-bottom:8px}.form-section-subtitle{font-size:.95rem;color:#64748b;margin-bottom:32px}.form-section{padding-top:32px;margin-top:32px;border-top:1px solid #f1f5f9}.form-section .title-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#036}.form-section h3{font-size:1.1rem;font-weight:800}.go-back-btn{padding:8px 16px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.input-with-icon svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8}.input-with-icon input{padding-left:44px!important}.hint{font-size:.75rem;color:#94a3b8;margin-top:6px}.form-actions-row{display:flex;gap:20px;margin-top:48px;border-top:1px solid #f1f5f9;padding-top:32px}.btn-process{flex:1.5;padding:16px;background:#036;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s}.btn-process:hover{background:#024;transform:translateY(-2px)}.notifications-banner-box{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:40px;box-shadow:0 4px 6px -1px #0000000d}.banner-inner-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.banner-inner-header h2{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:8px}.banner-inner-header p{color:#64748b;font-size:1rem;font-weight:600}.mark-all-btn{padding:8px 20px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;font-weight:700;color:#475569;cursor:pointer;font-size:.9rem}.notif-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:48px}.notif-stat-card{background:#fff;border:1.5px solid #f1f5f9;padding:32px 24px;border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.notif-stat-card .val{font-size:2.5rem;font-weight:800;margin-bottom:8px;line-height:1;color:#036}.notif-stat-card .label{font-size:1rem;font-weight:700;color:#64748b}.notif-list{display:flex;flex-direction:column;gap:20px}.notif-item{display:flex;gap:24px;padding:24px 32px;border:2px solid #f1f5f9;border-radius:20px;transition:all .2s;position:relative}.notif-item.new-border{border-color:#036;background:#fff}.notif-icon-box{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-main{flex:1}.notif-header .title-row{display:flex;align-items:center;gap:12px;margin-bottom:8px}.notif-header h3{font-size:1.1rem;font-weight:800;color:#036}.new-tag{background:#036;color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:900}.notif-desc{font-size:1rem;color:#475569;font-weight:500;margin-bottom:12px}.notif-time{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#94a3b8;font-weight:600}.load-more-container{text-align:center;margin-top:48px}.btn-load-more{padding:14px 40px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;font-weight:700;color:#475569;cursor:pointer;font-size:1rem}.profile-main-box{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:40px;margin-bottom:32px}.box-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.box-header-row h2{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:4px}.box-header-row p{font-size:.95rem;color:#64748b;font-weight:600}.change-pass-btn{padding:10px 20px;background:#036;color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer}.facility-identity{display:flex;align-items:center;gap:20px;margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #f1f5f9}.brand-logo-large{width:72px;height:72px;background:#eff6ff;border-radius:16px;display:flex;align-items:center;justify-content:center}.identity-text h3{font-size:1.25rem;font-weight:800;color:#1e293b}.identity-text p{font-size:.95rem;color:#64748b;font-weight:600}.btn-save-changes{padding:14px 40px;background:#036;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer}.btn-cancel-profile{padding:14px 40px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;font-weight:700;color:#475569;cursor:pointer}.billing-info-box{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:40px}.billing-info-box h3{font-size:1.1rem;font-weight:800;color:#1e293b;margin-bottom:32px}.btn-update-billing{padding:12px 24px;background:#036;color:#fff;border:none;border-radius:10px;font-weight:700;margin-top:24px;cursor:pointer}.role-banner-box{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:40px;margin-bottom:32px}.role-banner-box h2{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:4px}.role-banner-box p{font-size:.95rem;color:#64748b;font-weight:600;margin-bottom:32px}.role-filter-row{display:flex;gap:16px}.search-box-large{flex:1;position:relative}.search-box-large svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-box-large input{width:100%;padding:14px 14px 14px 48px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none}.btn-filter-large{padding:14px 24px;background:#036;color:#fff;border:none;border-radius:12px;font-weight:700;display:flex;align-items:center;gap:10px;cursor:pointer}.role-table-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:32px}.role-table-container h3{font-size:1.1rem;font-weight:800;color:#1e293b;margin-bottom:24px}.role-table{width:100%;border-collapse:collapse}.role-table th{text-align:left;padding:16px;font-size:.85rem;color:#64748b;font-weight:700;border-bottom:1px solid #f1f5f9}.role-table td{padding:20px 16px;border-bottom:1px solid #f1f5f9;font-size:.95rem;color:#1e293b}.row-highlight{background:#fef2f2}.status-pill-small{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:800}.status-pill-small.active{background:#eff6ff;color:#3b82f6}.status-pill-small.inactive{background:#f8fafc;color:#64748b}.status-pill-small.pending{background:#ecfdf5;color:#10b981}.dept-tag{padding:4px 8px;background:#f1f5f9;border-radius:6px;font-weight:700;font-size:.8rem}.joined-cell{display:flex;flex-direction:column}.joined-cell small{font-size:.75rem;color:#94a3b8;margin-top:2px}.auth-badge{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;font-size:.85rem;font-weight:700;width:fit-content}.auth-badge.approved{background:#ecfdf5;color:#10b981}.auth-badge.pending{background:#fff7ed;color:#f97316}.auth-badge.rejected{background:#fef2f2;color:#ef4444}.action-btns-cell{display:flex;gap:8px}.btn-table-action{width:32px;height:32px;border-radius:8px;border:1.5px solid #f1f5f9;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-table-action:hover{transform:translateY(-2px)}.btn-table-action.edit{color:#3b82f6}.btn-table-action.delete{color:#ef4444}.btn-table-action.view{color:#64748b}.btn-table-action.reject{color:#ef4444}.table-footer-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding-top:24px;border-top:1px solid #f1f5f9}.rows-per-page{display:flex;align-items:center;gap:12px;font-size:.85rem;color:#64748b;font-weight:600}.select-box-mini{padding:4px 10px;border:1px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;gap:6px;font-weight:800}.pagination{display:flex;align-items:center;gap:4px}.page-btn{min-width:32px;height:32px;border:none;background:none;border-radius:8px;color:#64748b;font-weight:700;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.page-btn.active{background:#036;color:#fff}.page-dots{color:#94a3b8;padding:0 4px}.modal-header-centered{text-align:center;margin-bottom:32px}.modal-header-centered h2{font-size:1.75rem;font-weight:800;color:#036;margin-bottom:12px}.modal-header-centered .subtitle{font-size:1.25rem;font-weight:600;color:#1e293b}.modal-top-icon{text-align:center;margin-bottom:24px}.bell-circle{width:80px;height:80px;background:#fefce8;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.modal-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.btn-cancel-modal{padding:14px;border:1.5px solid #e2e8f0;background:#fff;border-radius:12px;font-weight:700;color:#004d99;cursor:pointer}.btn-confirm-modal{padding:14px;border:none;background:#036;color:#fff;border-radius:12px;font-weight:700;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:40px;overflow-y:auto}.edit-role-modal{background:#fff;width:600px;max-height:90vh;border-radius:24px;padding:40px;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000026}.modal-close{position:absolute;top:24px;right:24px;background:none;border:none;color:#94a3b8;cursor:pointer}.edit-role-modal h2{font-size:1.75rem;font-weight:800;color:#036;margin-bottom:8px}.edit-role-modal .modal-header p{color:#64748b;font-size:1rem;margin-bottom:32px;font-weight:500}.user-short-info{display:grid;grid-template-columns:1fr 1.5fr;gap:20px;padding:20px;background:#f8fafc;border:1.5px solid #f1f5f9;border-radius:16px;margin-bottom:32px}.info-item label{display:block;font-size:.75rem;font-weight:800;color:#94a3b8;margin-bottom:4px;text-transform:uppercase}.info-item span{font-size:1rem;font-weight:700;color:#1e293b}.section-label{display:block;font-size:1.1rem;font-weight:800;color:#1e293b;margin-bottom:16px}.role-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.role-card{padding:16px;border:2px solid #f1f5f9;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.role-card.active{border-color:#036;background:#eff6ff}.role-tag{font-size:.9rem;font-weight:800;padding:6px 16px;border-radius:8px}.role-tag.admin{background:#fdf2ff;color:#d946ef}.role-tag.user{background:#eff6ff;color:#3b82f6}.role-tag.guest{background:#f0fdf4;color:#22c55e}.role-desc-box{background:#fff;border:1.5px solid #f1f5f9;padding:16px 20px;border-radius:12px;margin-bottom:32px;font-size:.9rem}.role-desc-box strong{color:#1e293b;display:block;margin-bottom:4px;font-weight:800}.role-desc-box p{color:#64748b;line-height:1.5;font-weight:500}.permissions-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.perm-item{display:flex;gap:16px;padding:16px;border:1.5px solid #f1f5f9;border-radius:14px;align-items:flex-start}.perm-item input[type=checkbox]{width:22px;height:22px;margin-top:2px;border-radius:6px;cursor:pointer}.perm-item label{flex:1;cursor:pointer}.perm-item .p-name{display:block;font-size:.95rem;font-weight:800;color:#1e293b}.perm-item .p-desc{display:block;font-size:.85rem;color:#94a3b8;font-weight:600}.status-toggle-btns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:40px}.status-btn{padding:14px;border:2px solid #f1f5f9;border-radius:12px;font-weight:800;cursor:pointer;background:#fff;transition:all .2s}.active-btn.active{border-color:#10b981;background:#ecfdf5;color:#065f46}.inactive-btn.active{border-color:#ef4444;background:#fef2f2;color:#991b1b}.modal-footer-btns{display:grid;grid-template-columns:1fr 1.5fr;gap:16px;border-top:1px solid #f1f5f9;padding-top:32px}.modal-footer-btns .btn-cancel{padding:14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;font-weight:700;color:#475569;cursor:pointer;transition:all .2s}.modal-footer-btns .btn-save-role{padding:14px;background:#036;color:#fff;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s}.modal-footer-btns .btn-save-role:hover{background:#024;transform:translateY(-2px)}.success-overlay-fixed{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000}.success-card{background:#fff;padding:48px;border-radius:32px;text-align:center;width:440px;box-shadow:0 40px 100px -20px #0003}.success-icon-animated{margin-bottom:32px;display:flex;justify-content:center}.check-outer{width:100px;height:100px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:checkPop .5s cubic-bezier(.175,.885,.32,1.275)}.success-card h3{font-size:1.5rem;font-weight:800;color:#036;margin-top:16px}.shifts-main-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:32px;margin-top:32px}.no-padding-bg{padding:0!important;background:transparent!important}.shift-post-form{background:#fff;border:1.5px solid #f1f5f9;border-radius:20px;padding:40px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:12px}.date-input-box,.form-input-styled{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px 20px;display:flex;align-items:center;gap:12px;color:#1e293b;font-weight:600}.form-select-large,.form-select-styled{width:100%;padding:14px 20px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;color:#1e293b;font-weight:600;outline:none}.form-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;margin-top:32px}.btn-add-shift-inline{background:#f59e0b;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer}.shift-card-requirement{border:1.5px solid #f1f5f9;border-radius:20px;padding:24px;margin-bottom:32px}.shift-card-requirement h3{font-size:1.1rem;color:#1e293b;margin-bottom:24px}.card-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.card-input-group label{font-size:.85rem;color:#64748b;margin-bottom:8px}.card-select,.card-input,.form-input-plain{width:100%;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-weight:600}.full-width{grid-column:span 2}.currency-box,.rate-box{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden}.cur-sym{padding:12px 16px;color:#f59e0b;font-weight:800}.cur-input{flex:1;border:none;outline:none;padding:12px;font-weight:600}.cur-unit,.rate-box .unit{padding:12px 16px;color:#94a3b8;font-size:.85rem}.form-textarea-classic,.form-textarea-styled{width:100%;height:120px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:16px 20px;resize:none}.form-footer-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.btn-submit-post,.btn-save-full{background:#036;color:#fff;border:none;padding:16px;border-radius:14px;font-weight:800;cursor:pointer}.btn-save-draft,.btn-cancel-plain{background:#fff;border:1.5px solid #e2e8f0;color:#475569;padding:16px;border-radius:14px;font-weight:800;cursor:pointer}.recent-label{color:#1e293b;font-weight:800;font-size:.9rem;margin-bottom:16px}.status-cards-stack{display:flex;flex-direction:column;gap:16px}.mini-status-card{background:#fff;border:1.5px solid #f1f5f9;border-radius:20px;padding:24px}.mini-content{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.left-info h4{font-size:1.1rem;color:#1e293b;margin-bottom:8px;font-weight:800}.left-info span{display:block;font-size:.9rem;color:#64748b;font-weight:500}.left-info .needed{color:#036;font-size:.9rem;font-weight:700;margin-top:8px}.mini-badge{padding:6px 16px;border-radius:12px;font-size:.8rem;font-weight:800}.mini-badge.open{background:#eff6ff;color:#3b82f6}.mini-badge.cancelled{background:#fff7ed;color:#f97316}.mini-badge.filled{background:#f5f3ff;color:#8b5cf6}.mini-badge.completed{background:#f0fdf4;color:#10b981}.mini-view-btn{width:100%;border:1.5px solid #f1f5f9;padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:800;color:#1e293b;cursor:pointer}.posted-shifts-table-container,.applicants-table-container{background:#fff;border:1.5px solid #f1f5f9;border-radius:20px;padding:32px;margin-top:32px}.posted-shifts-table-container h3,.applicants-table-container h3{font-size:1.25rem;font-weight:800;margin-bottom:24px}.shifts-table,.applicants-table{width:100%;border-collapse:separate;border-spacing:0 12px}.shifts-table th,.applicants-table th{color:#64748b;font-size:.85rem;padding:0 16px;text-align:left;text-transform:uppercase;font-weight:800}.shifts-table td,.applicants-table td{padding:20px 16px;background:#fff;font-size:.95rem;vertical-align:middle;border-bottom:1px solid #f8fafc;color:#1e293b}.req-status-badge{background:#eff6ff;color:#3b82f6;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:800}.dept-tag-light{background:#f1f5f9;color:#475569;padding:6px 12px;border-radius:8px;font-size:.85rem;font-weight:800}.shift-status-pill{padding:6px 16px;border-radius:12px;font-size:.85rem;font-weight:800}.shift-status-pill.open{background:#eff6ff;color:#3b82f6}.shift-status-pill.cancelled{background:#fff7ed;color:#fb923c}.shift-status-pill.filled{background:#f5f3ff;color:#8b5cf6}.shift-status-pill.completed{background:#f0fdf4;color:#10b981}.shift-status-pill.draft{background:#f8fafc;color:#94a3b8}.app-status-badge{display:flex;align-items:center;gap:6px;padding:6px 16px;border-radius:12px;font-size:.85rem;font-weight:800;width:fit-content}.app-status-badge.pending{background:#fff7ed;color:#f59e0b}.app-status-badge.approved{background:#ecfdf5;color:#10b981}.app-status-badge.rejected{background:#fef2f2;color:#ef4444}.row-urgent-bg td{background:#fff7ed!important}.posted-shift-modal,.edit-shift-modal{background:#fff;width:560px;border-radius:24px;padding:40px}.modal-close-btn{position:absolute;top:32px;right:40px;background:#fff;border:1.5px solid #e2e8f0;padding:8px 20px;border-radius:12px;font-weight:800;cursor:pointer}.modal-header-main h2{font-size:2rem;font-weight:800;color:#036;margin-bottom:32px}.blue-date-box{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:20px;padding:24px;margin:32px 0}.blue-date-box label{color:#64748b;font-size:.9rem;font-weight:700;margin-bottom:12px;display:block}.date-flex{display:flex;align-items:center;gap:12px;color:#036;font-size:1.1rem;font-weight:800;margin-bottom:8px}.blue-date-box p{font-size:1.1rem;color:#475569;font-weight:700;margin:0}.status-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.status-tag.open{background:#eff6ff;color:#3b82f6;padding:6px 16px;border-radius:12px;font-weight:800}.info-row{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:24px 0}.info-col label{display:block;color:#64748b;font-size:.9rem;font-weight:700;margin-bottom:8px}.info-col span{display:block;color:#1e293b;font-size:1.1rem;font-weight:800}.info-col .faded{color:#94a3b8}.btn-orange-full{width:100%;background:#f59e0b;color:#fff;border:none;padding:18px;border-radius:16px;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;margin-bottom:32px;transition:all .2s}.modal-footer-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;border-top:1px solid #f1f5f9;padding-top:32px}.btn-outline-red{background:#fff;border:1.5px solid #fee2e2;color:#ef4444;padding:16px;border-radius:14px;font-weight:800;cursor:pointer}.btn-dark-blue{background:#036;color:#fff;border:none;padding:16px;border-radius:14px;font-weight:800;cursor:pointer}.btn-add-new-shift{background:#f59e0b;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:800;display:flex;align-items:center;gap:10px;cursor:pointer}.status-header-box,.applicants-header-box{background:#fff;border:1.5px solid #f1f5f9;border-radius:20px;padding:40px;display:grid;grid-template-columns:1fr auto;gap:24px}.status-filter-row,.applicants-filter-row{grid-column:span 2;display:flex;gap:16px}.search-box-wide{flex:1;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px 24px;display:flex;align-items:center;gap:16px}.search-box-wide input{background:transparent;border:none;outline:none;flex:1;font-weight:600;color:#1e293b;font-size:1rem}.btn-filter-dark{background:#036;color:#fff;border:none;padding:14px 24px;border-radius:14px;font-weight:800;display:flex;align-items:center;gap:10px;cursor:pointer}.applicant-detail-modal{background:#fff;width:640px;max-height:90vh;overflow-y:auto;border-radius:32px;padding:48px;position:relative;margin:auto}.app-profile-header{display:flex;align-items:center;gap:24px;margin-bottom:40px;position:relative}.avatar-circle-blue{width:80px;height:80px;background:#036;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800}.profile-main-info h2{font-size:2.25rem;font-weight:900;color:#1e293b;margin:0}.profile-main-info .role{font-size:1.25rem;color:#64748b;font-weight:700;margin:4px 0 8px}.rating-row{display:flex;align-items:center;gap:10px;color:#64748b;font-weight:600;font-size:1rem}.star-icon{color:#f59e0b}.app-status-fixed{position:absolute;top:0;right:0}.app-info-boxes{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}.info-box-light{border-radius:20px;padding:24px}.info-box-light.blue{background:#eff6ff;border:1.5px solid #bfdbfe}.info-box-light.purple{background:#f5f3ff;border:1.5px solid #ddd6fe}.info-box-light label{display:block;color:#64748b;font-size:.9rem;font-weight:700;margin-bottom:12px}.box-content{display:flex;align-items:center;gap:12px;color:#1e293b;font-size:1.15rem;font-weight:800;margin-bottom:8px}.info-box-light p{margin:0;color:#64748b;font-weight:600;font-size:1.05rem}.certifications-section label{display:block;font-size:1rem;font-weight:700;color:#475569;margin-bottom:16px}.cert-tags-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px}.cert-tag-blue{background:#fff;border:1.5px solid #003366;color:#036;padding:6px 14px;border-radius:12px;font-weight:800;font-size:.9rem}.professional-message-box label{display:block;font-size:1rem;font-weight:700;color:#475569;margin-bottom:12px}.message-bubble{background:#f8fafc;border-radius:20px;padding:24px;border:1.5px solid #f1f5f9;margin-bottom:32px}.message-bubble p{margin:0;color:#475569;line-height:1.6;font-weight:600;font-size:1.05rem}.btn-custom-invite-orange{width:100%;background:#f59e0b;color:#fff;border:none;padding:18px;border-radius:18px;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;margin-bottom:32px;box-shadow:0 4px 12px #f59e0b33}.evaluation-actions{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;border-top:1px solid #f1f5f9;padding-top:32px}.btn-accept-green{background:#10b981;color:#fff;border:none;border-radius:16px;padding:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.btn-reject-outline{background:#fff;border:1.5px solid #fee2e2;color:#ef4444;border-radius:16px;padding:16px;font-weight:800;cursor:pointer}.btn-contact-simple{background:#fff;border:1.5px solid #e2e8f0;color:#1e293b;border-radius:16px;padding:16px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.edit-shift-modal{background:#fff;width:720px;max-height:90vh;overflow-y:auto;border-radius:32px;padding:48px;position:relative;margin:auto}.edit-modal-header{margin-bottom:40px}.edit-modal-header h2{font-size:2.25rem;font-weight:900;color:#036;margin:0}.edit-modal-header p{font-size:1.1rem;color:#64748b;font-weight:600;margin-top:8px}.edit-form-body{display:flex;flex-direction:column;gap:0}.inv-form-group{margin-bottom:24px}.inv-form-group label{display:block;font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:12px}.section-header-box-v2{background:#fff;border:1.5px solid #f1f5f9;border-radius:20px;padding:40px;display:grid;grid-template-columns:1fr auto;gap:24px;margin-top:32px}.header-text h2{font-size:1.75rem;font-weight:800;color:#036;margin:0}.header-text p{font-size:1.1rem;color:#64748b;font-weight:500;margin-top:8px}.applicants-badge-btn{background:#f59e0b;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-weight:800;display:flex;align-items:center;gap:10px;cursor:pointer}.applicants-badge-btn .badge{background:#ef4444;border:2px solid white;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-left:4px}.search-filter-row-v2{display:flex;gap:16px;margin-top:24px}.search-wrapper-wide{flex:1;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:14px 24px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 6px -1px #0000000d}.search-wrapper-wide input{background:transparent;border:none;outline:none;flex:1;font-weight:600;color:#1e293b;font-size:1rem}.filter-btn-blue{background:#036;color:#fff;border:none;padding:14px 24px;border-radius:14px;font-weight:800;display:flex;align-items:center;gap:10px;cursor:pointer}.tabs-selection-row{display:flex;gap:8px;margin-top:24px;background:#f1f5f9;padding:6px;border-radius:14px;width:fit-content}.tab-item{border:none;background:transparent;padding:10px 24px;border-radius:10px;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s}.tab-item.active{background:#fff;color:#036;box-shadow:0 4px 6px -1px #0000001a}.professionals-list-stack{display:flex;flex-direction:column;gap:20px;margin-top:32px}.professional-pro-card{background:#fff;border:1.5px solid #f1f5f9;border-radius:20px;padding:32px;transition:transform .2s}.professional-pro-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -10px #0000001a}.pro-card-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px;align-items:center}.pro-main-section{display:flex;align-items:center;gap:20px}.avatar-box{width:64px;height:64px;border-radius:16px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:800}.info-text h3{font-size:1.25rem;font-weight:800;color:#1e293b;margin:0}.name-status-row{display:flex;align-items:center;gap:10px}.info-text .role{font-size:.95rem;color:#64748b;font-weight:600;margin:4px 0}.loc-row{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#94a3b8;font-weight:600}.pro-stats-section label,.pro-shift-section label{display:block;font-size:.8rem;color:#94a3b8;font-weight:700;margin-bottom:8px;text-transform:uppercase}.rating-text-pro{display:flex;align-items:center;gap:6px;color:#1e293b}.certs-row-mini{display:flex;gap:6px;flex-wrap:wrap}.cert-tag-mini{background:#eff6ff;color:#3b82f6;padding:4px 10px;border-radius:8px;font-size:.75rem;font-weight:800}.pro-shift-section{display:flex;flex-direction:column;gap:20px}.shift-info-box p{font-size:.95rem;color:#475569;font-weight:700;margin:0}.pro-card-actions{display:flex;flex-direction:column;gap:10px}.btn-pro-action{width:100%;padding:12px;border-radius:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:.9rem}.btn-pro-action.details,.btn-pro-action.contact{background:#fff;border:1.5px solid #e2e8f0;color:#1e293b}.btn-pro-action.invite{background:#f59e0b;color:#fff;border:none}.professional-details-modal{background:#fff;width:640px;max-height:90vh;overflow-y:auto;border-radius:32px;padding:48px;position:relative;margin:auto}.modal-close-icon-btn{position:absolute;top:32px;right:32px;background:none;border:none;color:#94a3b8;cursor:pointer}.modal-header-section h2{font-size:2rem;font-weight:900;color:#036;margin:0}.modal-header-section p{font-size:1.1rem;color:#64748b;font-weight:600;margin-top:8px}.pro-evaluation-header{display:flex;align-items:center;gap:24px;margin:40px 0;background:#036;padding:32px;border-radius:24px;color:#fff}.eval-avatar-box{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.25rem;font-weight:800;color:#fff}.eval-main-info h3{font-size:1.75rem;font-weight:800;margin:0}.eval-main-info p{font-size:1.1rem;opacity:.8;font-weight:600;margin:4px 0 12px}.eval-rating{display:flex;align-items:center;gap:8px;background:#ffffff1a;width:fit-content;padding:6px 14px;border-radius:12px;font-weight:800}.pro-info-grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}.info-box-v2{background:#f8fafc;border:1.5px solid #f1f5f9;padding:20px;border-radius:20px}.info-box-v2 label{display:block;font-size:.85rem;color:#94a3b8;font-weight:800;margin-bottom:8px;text-transform:uppercase}.info-box-v2 strong{font-size:1.1rem;color:#1e293b;font-weight:800}.status-tag-v2{display:inline-block;padding:4px 16px;border-radius:12px;font-size:.85rem;font-weight:800}.status-tag-v2.active{background:#ecfdf5;color:#10b981}.status-tag-v2.working{background:#eff6ff;color:#3b82f6}.certs-section-details label,.performance-metrics label,.next-shift-box-v2 label{display:block;font-size:1rem;font-weight:800;color:#1e293b;margin-bottom:20px}.certs-list-details{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:40px}.cert-badge-details{border:1.5px solid #003366;color:#036;padding:8px 18px;border-radius:14px;font-weight:800;font-size:.9rem}.metric-row{margin-bottom:24px}.metric-info{display:flex;justify-content:space-between;margin-bottom:12px;font-weight:800;font-size:1rem;color:#475569}.metric-info .perc{color:#036}.metric-bar-bg{background:#f1f5f9;height:10px;border-radius:10px;position:relative;overflow:hidden}.metric-bar-fill{height:100%;border-radius:10px;transition:width 1s cubic-bezier(.4,0,.2,1)}.metric-bar-fill.reliability{background:#036}.metric-bar-fill.satisfaction{background:#10b981}.metric-bar-fill.skill{background:linear-gradient(90deg,#3b82f6,#f59e0b,#ef4444)}.skill-level-row{display:flex;justify-content:space-between;margin-top:32px;margin-bottom:12px;font-weight:800}.levelExpert{color:#f59e0b}.next-shift-box-v2{margin-top:40px}.shift-content{background:#eff6ff;border:1.5px solid #bfdbfe;padding:20px;border-radius:20px}.shift-content .blue-text{color:#036;font-weight:800;font-size:1.1rem}.modal-footer-v2{display:grid;grid-template-columns:1fr 2fr;gap:16px;margin-top:48px;border-top:1px solid #f1f5f9;padding-top:32px}.btn-footer-close{background:#fff;border:1.5px solid #e2e8f0;padding:16px;border-radius:16px;font-weight:800;color:#475569;cursor:pointer}.btn-footer-contact{background:#036;color:#fff;border:none;padding:16px;border-radius:16px;font-weight:800;cursor:pointer;font-size:1.1rem}.custom-invitation-modal{background:#fff;width:720px;max-height:90vh;overflow-y:auto;border-radius:32px;padding:48px;position:relative;margin:auto}.inv-input-box{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;padding:16px 20px;display:flex;align-items:center;gap:12px;color:#1e293b;font-weight:700}.inv-select,.inv-textarea{width:100%;padding:16px 20px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;color:#1e293b;font-weight:700;outline:none}.inv-textarea{height:120px;resize:none}.section-title{display:block;font-size:1.1rem;font-weight:800;color:#1e293b;margin:32px 0 16px}.inv-requirement-card{border:1.5px solid #f1f5f9;border-radius:24px;padding:32px;margin-bottom:32px}.inv-requirement-card h3{font-size:1.25rem;font-weight:800;color:#1e293b;margin-bottom:24px}.inv-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.inv-field label{display:block;font-size:.9rem;color:#64748b;font-weight:700;margin-bottom:8px}.inv-field-select,.inv-field-input{width:100%;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 16px;font-weight:700}.inv-currency-box{display:flex;align-items:center;gap:8px;border:1.5px solid #e2e8f0;border-radius:12px;padding:14px 16px;color:#036;font-weight:800}.inv-currency-box .unit{color:#94a3b8;font-weight:600}.inv-footer{display:grid;grid-template-columns:1fr 1.5fr;gap:16px;margin-top:40px}.btn-inv-cancel{background:#fff;border:1.5px solid #e2e8f0;color:#475569;padding:18px;border-radius:16px;font-weight:800;cursor:pointer}.btn-inv-send{background:#036;color:#fff;border:none;padding:18px;border-radius:16px;font-weight:800;font-size:1.1rem;cursor:pointer}.timesheets-page.hf-layout{background-color:#f8fafc;min-height:100vh;padding:24px}.hf-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.hf-title-row .title-stack h2{font-size:1.8rem;font-weight:800;color:#036;margin:0;font-family:Outfit,sans-serif}.hf-title-row .title-stack p{color:#64748b;font-size:1rem;font-weight:500}.export-all-btn-v2{background:#036;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 12px #0363;transition:all .2s}.export-all-btn-v2:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0033664d}.hf-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.hf-stat-card{background:#fff;padding:24px;border-radius:20px;border:1px solid #f1f5f9;display:flex;align-items:center;gap:20px;box-shadow:0 4px 20px #00000005}.hf-stat-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center}.hf-stat-val{font-size:1.75rem;font-weight:800;color:#1e293b;line-height:1.2}.hf-stat-label{font-size:.9rem;color:#64748b;font-weight:600;margin-top:2px}.hf-tabs-row{margin-bottom:32px}.hf-pill-tabs{background:#f1f5f9;padding:6px;border-radius:100px;display:flex;width:fit-content;gap:4px}.hf-tab-pill{padding:10px 24px;border:none;background:transparent;border-radius:100px;font-size:.9rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s}.hf-tab-pill.active{background:#fff;color:#1e293b;box-shadow:0 4px 12px #00000014}.hf-table-wrapper{background:#fff;border-radius:24px;border:1px solid #f1f5f9;overflow:hidden;box-shadow:0 10px 30px #00000008}.hf-table-header-bar{padding:24px 32px;font-weight:800;color:#1e293b;font-size:1.1rem;border-bottom:1px solid #f1f5f9}.hf-timesheets-table{width:100%;border-collapse:collapse}.hf-timesheets-table th{background:#fafafa;padding:18px 32px;text-align:left;font-size:.85rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f5f9}.hf-timesheets-table td{padding:24px 32px;border-bottom:1px solid #f8fafc;font-size:.95rem;color:#475569}.hf-timesheets-table tr:hover{background:#fbfcfe}.hf-highlight-row{background:snow!important}.hf-status-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;font-size:.85rem;font-weight:800;white-space:nowrap}.hf-status-tag.submitted-for-review{background:#dcfce7;color:#15803d}.hf-status-tag.admin-approved{background:#dbeafe;color:#1e40af}.hf-status-tag.admin-rejected{background:#fee2e2;color:#b91c1c}.hf-sched-cell{display:flex;flex-direction:column;gap:4px}.hf-time-range{font-weight:700;color:#1e293b}.hf-duration-sub{font-size:.8rem;color:#94a3b8;font-weight:600}.hf-actions-cell{display:flex;gap:12px;justify-content:flex-end}.hf-action-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s}.hf-action-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.hf-modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.hf-modal-card{background:#fff;width:100%;border-radius:32px;box-shadow:0 25px 50px -12px #00000026;display:flex;flex-direction:column;max-height:95vh;animation:modalAppear .3s ease-out}@keyframes modalAppear{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.hf-modal-header{padding:40px 48px 24px;position:relative}.hf-modal-title{font-size:2rem;font-weight:800;color:#036;margin-bottom:8px;font-family:Outfit,sans-serif}.hf-modal-subtitle{font-size:1.1rem;color:#64748b;font-weight:500}.hf-modal-close{position:absolute;top:40px;right:48px;width:44px;height:44px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .2s}.hf-modal-close:hover{background:#f1f5f9;color:#1e293b}.hf-modal-body{padding:0 48px 40px;overflow-y:auto}.hf-reject-modal{width:800px}.hf-staff-block{margin-bottom:32px}.hf-staff-block h3{font-size:1.5rem;font-weight:800;color:#1e293b;margin-bottom:8px}.hf-staff-block .period{display:flex;align-items:center;gap:8px;color:#94a3b8;font-weight:600}.hf-data-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px;margin-bottom:32px}.hf-data-box label{display:block;font-size:.9rem;font-weight:700;color:#64748b;margin-bottom:24px}.hf-timesheet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}.hf-total-hours-abs{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.25rem;font-weight:800;color:#1e293b}.special-note-group{margin-bottom:40px}.special-note-group label{display:block;font-size:.95rem;font-weight:700;color:#475569;margin-bottom:12px}.hf-textarea-large{width:100%;height:180px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:16px;padding:24px;font-size:1rem;font-family:inherit;resize:none;outline:none;transition:all .2s}.hf-textarea-large:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.hf-modal-footer{padding:0 48px 48px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.btn-reject-hf{padding:18px;background:#fff;color:#ef4444;border:1.5px solid #ef4444;border-radius:16px;font-weight:800;font-size:1rem;cursor:pointer;transition:all .2s}.btn-reject-hf:hover{background:#fef2f2}.btn-cancel-hf{padding:18px;background:#fff;color:#1e293b;border:1.5px solid #e2e8f0;border-radius:16px;font-weight:800;font-size:1rem;cursor:pointer}.hf-dispute-modal{width:720px}.hf-discrepancy-box{background:#fef2f2;border:1px solid #f87171;border-radius:20px;padding:24px;margin-bottom:32px}.hf-discrepancy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dis-item label{display:block;font-size:.75rem;font-weight:700;color:#334155;text-transform:uppercase;margin-bottom:8px}.dis-val-box{background:#fff;padding:12px 16px;border-radius:10px;border:1px solid #fee2e2;font-weight:700;color:#1e293b}.dis-sub{font-size:.7rem;color:#64748b;margin-top:6px;font-weight:600}.hf-input-group{margin-bottom:24px}.hf-input-group label{display:block;font-size:.85rem;font-weight:700;color:#475569;text-transform:uppercase;margin-bottom:12px}.hf-input-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.hf-pill-input{width:100%;padding:14px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-weight:700;font-size:.95rem;outline:none}.hf-dispute-reasons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.reason-chip{padding:10px 18px;border-radius:100px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.reason-chip.active{background:#fff7ed;color:#f97316;border-color:#fdba74}.hf-upload-zone{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:20px;padding:40px;text-align:center;cursor:pointer;transition:all .2s}.hf-upload-zone:hover{border-color:#3b82f6;background:#eff6ff}.upload-icon-circle{width:48px;height:48px;background:#f97316;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 16px}.btn-upload-solid{display:inline-flex;align-items:center;gap:8px;background:#f97316;color:#fff;border:none;padding:8px 20px;border-radius:8px;font-weight:700;margin-top:16px}.btn-submit-dispute{padding:18px;background:#036;color:#fff;border:none;border-radius:16px;font-weight:800;font-size:1rem;cursor:pointer}.hf-staff-detail-modal{width:1000px}.hf-detail-header-v3{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.hf-submitted-badge{background:#dcfce7;color:#15803d;padding:6px 16px;border-radius:100px;font-size:.85rem;font-weight:800;display:flex;align-items:center;gap:6px}.hf-info-tiles-v3{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.hf-tile-v3{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.hf-tile-v3.blue{background:#eff6ff;border-color:#dbeafe}.hf-tile-v3.green{background:#f0fdf4;border-color:#dcfce7}.hf-tile-v3 label{display:block;font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:8px}.hf-tile-v3 strong{display:block;font-size:1.1rem;font-weight:800;color:#1e293b}.hf-hourly-rate-v3{display:flex;align-items:center;gap:12px}.hf-hr-icon{color:#10b981}.hf-hr-val{font-size:1.5rem;font-weight:800;color:#1e293b}.hf-hr-unit{color:#94a3b8;font-size:.9rem}.hf-timeline-entry{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px 24px;display:flex;align-items:center;gap:20px;margin-bottom:16px}.entry-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.entry-icon-box.blue{background:#eff6ff;color:#3b82f6}.entry-icon-box.green{background:#f0fdf4;color:#10b981}.entry-icon-box.neutral{background:#f8fafc;color:#64748b}.entry-content{flex:1}.entry-content strong{display:block;font-size:1rem;color:#1e293b;margin-bottom:2px}.entry-content p{color:#64748b;font-size:.85rem;font-weight:500}.entry-badge{background:#f1f5f9;color:#64748b;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:4px}.entry-badge.green{color:#10b981;background:#ecfdf5}.hf-total-footer-v3{background:#eff6ff;border:1.5px solid #dbeafe;border-radius:20px;padding:32px;display:flex;justify-content:space-between;align-items:center;margin-top:32px}.hf-ft-col label{display:block;font-size:.8rem;font-weight:700;color:#3b82f6;margin-bottom:8px}.hf-ft-col .val{font-size:2rem;font-weight:900;color:#1e3a8a}.hf-modal-actions-bar{display:flex;gap:16px;padding-top:32px;border-top:1px solid #f1f5f9;margin-top:32px}.btn-hf-approve{background:#10b981;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:800;display:flex;align-items:center;gap:8px;cursor:pointer}.btn-hf-outline-red{background:#fff;color:#ef4444;border:1.5px solid #ef4444;padding:12px 24px;border-radius:12px;font-weight:800;display:flex;align-items:center;gap:8px;cursor:pointer}.btn-hf-outline-blue{background:#fff;color:#036;border:1.5px solid #003366;padding:12px 24px;border-radius:12px;font-weight:800;display:flex;align-items:center;gap:8px;cursor:pointer}.btn-hf-outline-dispute{background:#fff;color:#f97316;border:1.5px solid #f97316;padding:12px 24px;border-radius:12px;font-weight:800;display:flex;align-items:center;gap:8px;cursor:pointer}.btn-hf-close-gray{background:#fff;color:#475569;border:1.5px solid #e2e8f0;padding:12px 24px;border-radius:12px;font-weight:800;cursor:pointer;margin-left:auto}.hf-modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.hf-modal-content{background:#fff;border-radius:24px;width:90%;margin:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.notification-modal-card{background:#fff;width:440px;padding:48px;border-radius:32px;text-align:center;box-shadow:0 40px 100px -20px #0003;position:relative;animation:modalAppear .4s cubic-bezier(.175,.885,.32,1.275)}.notif-header{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:24px}.notif-header h2{font-size:1.75rem;font-weight:800;color:#036;margin:0}.notification-modal-card p{color:#64748b;font-weight:600;font-size:1.1rem;line-height:1.5;margin-bottom:32px}.notif-btns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.btn-confirm-notif{background:#036;color:#fff;border:none;padding:16px;border-radius:14px;font-weight:800;cursor:pointer;transition:all .2s}.btn-confirm-notif:hover{background:#024;transform:translateY(-2px)}.btn-close-notif{background:#fff;border:1.5px solid #e2e8f0;color:#475569;padding:16px;border-radius:14px;font-weight:800;cursor:pointer;transition:all .2s}.btn-close-notif:hover{background:#f8fafc;transform:translateY(-2px)}.change-password-modal{background:#fff;width:500px;padding:48px;border-radius:32px;box-shadow:0 25px 50px -12px #00000040;text-align:center;position:relative;animation:modalAppear .4s ease-out}.modal-top-icon{display:flex;justify-content:center;margin-bottom:24px}.bell-circle{width:80px;height:80px;background:#fefce8;border-radius:50%;display:flex;align-items:center;justify-content:center}.modal-header-centered{margin-bottom:32px}.modal-header-centered h2{font-size:1.75rem;font-weight:800;color:#036;margin:0}.modal-header-centered .subtitle{font-size:1.1rem;color:#475569;font-weight:600;margin-top:8px}.change-pass-form{text-align:left}.change-pass-form .form-group{margin-bottom:20px}.change-pass-form label{display:block;font-size:.9rem;font-weight:700;color:#1e293b;margin-bottom:8px}.change-pass-form input{width:100%;padding:14px 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;font-weight:600;outline:none;transition:all .22s}.change-pass-form input:focus{border-color:#036;background:#fff;box-shadow:0 0 0 4px #0033660d}.success-card-v2,.success-modal-content{background:#fff;padding:60px;border-radius:40px;text-align:center;width:480px;box-shadow:0 40px 100px -20px #0003;animation:successZoomIn .5s cubic-bezier(.34,1.56,.64,1)}.success-card-v2 h3,.success-modal-content h2{font-size:1.75rem;font-weight:800;color:#036;margin-top:32px}.success-check-animated,.success-check-circle{display:flex;justify-content:center;margin-bottom:8px}.check-ring,.success-check-circle{width:100px;height:100px;background:#ecfdf5;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:checkRingScale .6s ease-out}.success-check-animated .check-icon{transform:scale(0);animation:checkPop .4s .3s forwards cubic-bezier(.34,1.56,.64,1)}@keyframes successZoomIn{0%{opacity:0;transform:scale(.85) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes checkRingScale{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes checkPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.facility-auth-page{min-height:100vh;background:radial-gradient(circle at top right,#f8faff,#f1f4f9);padding:2rem;font-family:Inter,system-ui,-apple-system,sans-serif}.auth-header-nav{max-width:1200px;margin:0 auto}.back-link{display:flex;align-items:center;gap:8px;background:none;border:none;color:#036;font-weight:500;cursor:pointer;font-size:.9rem;transition:transform .2s}.back-link:hover{transform:translate(-4px)}.auth-main{max-width:480px;margin:2rem auto;display:flex;flex-direction:column;align-items:center}.portal-branding{text-align:center;margin-bottom:2.5rem}.portal-icon-container{width:64px;height:64px;background-color:#036;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 10px 25px #0363}.portal-branding h1{color:#036;font-size:2rem;font-weight:700;margin-bottom:.5rem}.portal-branding p{color:#64748b;font-size:1rem}.auth-card{width:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 35px #0000000d}.auth-tabs{display:flex;background:#f1f5f9;padding:6px;margin:20px;border-radius:12px}.auth-tab{flex:1;padding:10px;border:none;background:none;font-weight:600;color:#64748b;cursor:pointer;border-radius:8px;transition:all .3s}.auth-tab.active{background:#fff;color:#036;box-shadow:0 4px 10px #0000000d}.auth-content{padding:20px 40px 40px}.form-header{margin-bottom:2rem}.form-header h2{font-size:1.25rem;color:#1e293b;margin-bottom:.5rem}.form-header p{color:#64748b;font-size:.9rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.input-wrapper input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#1e293b;transition:all .2s}.input-wrapper input:focus{outline:none;border-color:#036;background:#fff}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.remember-me{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#64748b;cursor:pointer}.forgot-btn{background:none;border:none;color:#036;font-size:.85rem;font-weight:500;cursor:pointer}.submit-btn{width:100%;padding:14px;background:#036;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#024}.helper-text{font-size:.8rem;color:#64748b;margin-bottom:1.5rem}.auth-footer{text-align:center;margin-top:1.5rem}.auth-footer p{font-size:.9rem;color:#64748b}.inline-btn{background:none;border:none;color:#036;font-weight:600;cursor:pointer}.modal-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.success-modal{background:#fff;padding:40px;border-radius:20px;text-align:center;animation:slideUp .3s ease-out}.success-icon-wrapper{margin-bottom:20px}.success-modal h3{color:#036;font-size:1.25rem;font-weight:600}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.shifts-status-page{padding:32px;font-family:Inter,sans-serif;color:#334155;background-color:#f8fafc;min-height:100vh}.ss-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.ss-header-info h1{font-size:1.5rem;font-weight:800;color:#036;margin:0 0 4px}.ss-header-info p{font-size:.9rem;color:#64748b;margin:0}.ss-go-back-btn{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:20px;color:#0f172a;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s}.ss-go-back-btn:hover{background:#f1f5f9}.ss-header-box{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 32px;margin-bottom:24px;box-shadow:0 2px 4px #00000005}.ss-header-box-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.ss-box-left h2{font-size:1.25rem;font-weight:800;color:#036;margin:0 0 8px}.ss-box-left p{font-size:.9rem;color:#64748b;margin:0}.ss-btn-add-new-shift{display:flex;align-items:center;gap:6px;background:#f59e0b;color:#fff;border:none;padding:10px 20px;border-radius:24px;font-size:.9rem;font-weight:700;cursor:pointer}.ss-btn-add-new-shift:hover{background:#d97706}.ss-filter-row{display:flex;gap:16px}.ss-search-box-wide{flex:1;display:flex;align-items:center;gap:12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px}.ss-search-box-wide input{border:none;background:transparent;width:100%;outline:none;font-size:.95rem;color:#0f172a;font-family:inherit}.ss-btn-filter-dark{display:flex;align-items:center;gap:8px;background:#036;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:.95rem;font-weight:700;cursor:pointer}.ss-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 32px;box-shadow:0 2px 4px #00000005}.ss-table-container h3{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0 0 24px}.ss-table-responsive{overflow-x:auto;margin-bottom:24px}.ss-shifts-table{width:100%;border-collapse:collapse}.ss-shifts-table th,.ss-shifts-table td{padding:16px 12px;text-align:left;border-bottom:1px solid #f1f5f9;font-size:.9rem}.ss-shifts-table th{color:#64748b;font-weight:600}.ss-shifts-table td{color:#0f172a;font-weight:500}.ss-req-status-badge{background:#e0f2fe;color:#0284c7;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:800}.ss-dept-tag-light{color:#475569;font-weight:600}.ss-scheduled-cell{display:flex;flex-direction:column}.ss-scheduled-cell small{color:#94a3b8;font-size:.75rem;margin-top:2px}.ss-status-pill{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:800}.ss-status-pill.open{background:#e0e7ff;color:#4338ca}.ss-status-pill.cancelled{background:#ffedd5;color:#ea580c}.ss-status-pill.filled{background:#f3e8ff;color:#a855f7}.ss-status-pill.completed{background:#dcfce7;color:#15803d}.ss-status-pill.draft{background:#f1f5f9;color:#475569}.ss-btn-view-action{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:700;color:#475569;cursor:pointer}.ss-btn-view-action:hover{background:#f8fafc}.ss-table-footer-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:16px}.ss-rows-per-page{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#64748b}.ss-select-box-mini{border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;background:#fff;color:#0f172a;font-weight:600}.ss-total-count{padding-left:8px}.ss-pagination{display:flex;gap:4px;align-items:center}.ss-page-btn{display:flex;justify-content:center;align-items:center;width:32px;height:32px;border:1px solid transparent;border-radius:4px;background:transparent;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer}.ss-page-btn:hover{background:#f1f5f9}.ss-page-btn.ss-active{background:#f1f5f9;color:#0f172a}.ss-page-dots{color:#64748b;margin:0 4px}.ss-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0f172a66;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ss-modal-container{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;overflow-y:auto}.ss-posted-modal{width:600px;padding:32px}.ss-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.ss-modal-header h2{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}.ss-modal-close-btn{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:6px 16px;font-size:.8rem;font-weight:700;color:#334155;cursor:pointer}.ss-info-section{margin-bottom:24px}.ss-status-row{display:flex;justify-content:space-between;align-items:flex-start}.ss-info-group{display:flex;flex-direction:column}.ss-info-group label{font-size:.95rem;font-weight:800;color:#0f172a;margin-bottom:4px}.ss-info-group span{font-size:.85rem;color:#64748b}.ss-status-badge-open{background:#e0e7ff;color:#4338ca;padding:2px 12px;border-radius:12px;font-size:.75rem;font-weight:800}.ss-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-bottom:24px}.ss-highlight-box{background:#f0f7ff;border-radius:12px;padding:16px 20px;margin-bottom:24px}.ss-box-label{font-size:.75rem;font-weight:600;color:#64748b;margin:0 0 12px}.ss-box-content{display:flex;align-items:flex-start;gap:12px}.ss-box-icon{color:#036;margin-top:2px}.ss-box-text{display:flex;flex-direction:column;gap:4px}.ss-box-date{font-size:.95rem;font-weight:800;color:#0f172a}.ss-box-time{font-size:.85rem;color:#475569}.ss-special-note p{font-size:.9rem;color:#0f172a;line-height:1.5;margin:8px 0 0}.ss-modal-footer{display:flex;flex-direction:column;gap:16px;margin-top:40px}.ss-btn-applicants-orange{background:#f59e0b;color:#fff;border:none;border-radius:8px;padding:14px;font-size:.95rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.ss-footer-actions-split{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ss-btn-cancel-red{background:#fff;border:1px solid #fca5a5;color:#ef4444;padding:14px;border-radius:8px;font-weight:700;cursor:pointer}.ss-btn-edit-blue{background:#036;color:#fff;border:none;padding:14px;border-radius:8px;font-weight:700;cursor:pointer}.ss-edit-modal{width:650px}.ss-edit-header{padding:32px 32px 0}.ss-edit-header h2{font-size:1.25rem;font-weight:800;color:#036;margin:0 0 4px}.ss-edit-header p{font-size:.9rem;color:#64748b;margin:0}.ss-edit-body{padding:32px}.ss-form-row{margin-bottom:20px}.ss-form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.ss-form-group label{font-size:.85rem;font-weight:700;color:#334155}.ss-input-with-icon{display:flex;align-items:center;gap:10px;border:1px solid #e2e8f0;border-radius:8px;padding:10px 16px}.ss-input-with-icon input{border:none;outline:none;width:100%;font-size:.9rem;color:#0f172a}.ss-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ss-form-select,.ss-form-input{width:100%;padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#0f172a;outline:none;background:#fff}.ss-form-section{margin:24px 0}.ss-section-label{display:block;font-size:.85rem;font-weight:700;color:#334155;margin-bottom:16px}.ss-requirement-card{border:1px solid #e2e8f0;border-radius:12px;padding:24px}.ss-requirement-card h3{font-size:1rem;color:#0f172a;margin:0 0 20px}.ss-req-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 20px}.ss-full-width{grid-column:span 2}.ss-rate-input-wrapper{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:8px;padding:0 16px}.ss-orange-text{color:#f59e0b;font-weight:800}.ss-currency{color:#64748b;font-weight:600;margin-right:8px}.ss-rate-input{flex:1;border:none;padding:10px 0;outline:none;font-weight:600;color:#0f172a}.ss-unit{color:#94a3b8;font-size:.8rem}.ss-form-textarea{width:100%;min-height:100px;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;font-family:inherit;font-size:.9rem;resize:vertical}.ss-edit-footer{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0 32px 32px}.ss-btn-cancel-plain{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px;font-weight:700;color:#475569;cursor:pointer}.ss-btn-save-blue{background:#036;border:none;color:#fff;border-radius:8px;padding:14px;font-weight:700;cursor:pointer}.ss-success-toast{background:#fff;width:240px;padding:32px;border-radius:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px}.ss-success-icon-circle{width:64px;height:64px;background:#036;border-radius:50%;display:flex;justify-content:center;align-items:center}.ss-success-toast p{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0;line-height:1.3}:root{--pro-primary: #f59e0b;--pro-primary-dark: #d97706;--pro-secondary: #003366;--pro-accent: #f97316;--pro-bg: #f8fafc;--pro-sidebar-bg: #ffffff;--pro-text: #334155;--pro-text-dark: #0f172a;--pro-text-light: #64748b;--pro-border: #e2e8f0;--pro-white: #ffffff;--pro-slate-50: #f8fafc;--pro-slate-100: #f1f5f9;--pro-slate-200: #e2e8f0;--pro-slate-300: #cbd5e1;--pro-slate-400: #94a3b8;--pro-slate-500: #64748b;--pro-orange-500: #f59e0b}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:4px}.gap-3{gap:12px}.gap-5{gap:20px}.gap-6{gap:24px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-6{margin-bottom:24px}.mb-10{margin-bottom:40px}.mt-1{margin-top:4px}.mt-3{margin-top:12px}.ml-2{margin-left:8px}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.p-8{padding:32px}.p-10{padding:40px}.px-1{padding-left:4px;padding-right:4px}.px-4{padding-left:16px;padding-right:16px}.px-6{padding-left:24px;padding-right:24px}.px-8{padding-left:32px;padding-right:32px}.px-10{padding-left:40px;padding-right:40px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-8{padding-top:32px;padding-bottom:32px}.py-10{padding-top:40px;padding-bottom:40px}.w-full{width:100%}.w-2{width:8px}.w-5{width:20px}.w-10{width:40px}.w-12{width:48px}.w-14{width:56px}.w-16{width:64px}.h-2{height:8px}.h-5{height:20px}.h-10{height:40px}.h-12{height:48px}.h-14{height:56px}.h-16{height:64px}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.border{border:1px solid #e2e8f0}.border-none,.\!border-none{border:none!important}.border-b{border-bottom:1px solid #e2e8f0}.border-t{border-top:1px solid #e2e8f0}.border-r{border-right:1px solid #e2e8f0}.border-slate-50,.\!border-slate-50{border-color:#f8fafc!important}.border-slate-100,.\!border-slate-100{border-color:#f1f5f9!important}.border-slate-200,.\!border-slate-200{border-color:#e2e8f0!important}.outline-none,.\!outline-none{outline:none!important}.\!bg-transparent{background-color:transparent!important}.\!shadow-none{box-shadow:none!important}.\!m-0{margin:0!important}.\!p-0{padding:0!important}.\!p-10{padding:40px!important}.\!p-12{padding:48px!important}.\!mb-8{margin-bottom:32px!important}.\!mb-10{margin-bottom:40px!important}.\!pb-10{padding-bottom:40px!important}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-2xl{border-radius:16px}.rounded-3xl{border-radius:24px}.rounded-full{border-radius:9999px}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-xs{font-size:11px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.top-0{top:0}.right-0{right:0}.z-20{z-index:20}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.cursor-pointer{cursor:pointer}.text-white{color:#fff}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-700{color:#334155}.text-blue-500{color:#3b82f6}.text-orange-500{color:#f59e0b}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}.pro-layout-container{display:flex;min-height:100vh;background-color:var(--pro-bg)}.hf-pay-document{background:#fff;border-radius:0 0 20px 20px;overflow:hidden}.hf-table{width:100%;border-collapse:collapse;margin:24px 0}.hf-table th{text-align:left;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;padding:12px 16px;border-bottom:2px solid #f1f5f9}.hf-table td{padding:16px;font-size:14px;color:#334155;border-bottom:1px solid #f1f5f9}.hf-table tr:last-child td{border-bottom:none}.hf-table .bold-val{font-weight:800;color:#0f172a}.hf-faq-column{display:flex;flex-direction:column;gap:16px}.hf-faq-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.hf-faq-header{width:100%;padding:20px;display:flex;justify-content:space-between;align-items:center;background:#fff;font-size:15px;font-weight:700;color:#1e293b;text-align:left}.hf-faq-header:hover{background:#f8fafc}.hf-faq-answer{padding:0 20px 20px;font-size:14px;color:#64748b;line-height:1.6}.contact-chip-hf{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;gap:16px;align-items:center}.contact-chip-hf .icon-wrap{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.pro-sidebar{width:260px;height:100vh;background:var(--pro-white);border-right:1px solid var(--pro-border);position:fixed;display:flex;flex-direction:column;z-index:100}.pro-sidebar-brand{padding:24px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--pro-border)}.pro-brand-icon{background:var(--pro-primary);width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #f59e0b33}.pro-brand-text h3{font-size:16px;color:var(--pro-secondary);margin:0}.pro-brand-text p{font-size:11px;color:var(--pro-text-light);margin:0}.pro-sidebar-nav{flex:1;padding:20px 12px;overflow-y:auto}.pro-nav-link{display:flex;align-items:center;gap:12px;padding:12px 20px;margin:4px 16px;border-radius:12px;color:#64748b;font-size:14px;font-weight:500;transition:all .2s}.pro-nav-link:hover{background-color:#f8fafc;color:#1e293b}.pro-nav-link.active{background-color:orange!important;color:#fff!important;font-weight:700;box-shadow:0 4px 12px #ffa50040}.pro-nav-link.active .pro-nav-icon{color:var(--pro-white)}.pro-sidebar-footer{padding:16px;border-top:1px solid var(--pro-border);display:flex;flex-direction:column;gap:8px}.pro-footer-action{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;background:var(--pro-white);border:1px solid var(--pro-border);border-radius:12px;font-size:13px;font-weight:600;color:var(--pro-text-dark);cursor:pointer;transition:all .2s ease}.pro-footer-action:hover{background:#f8fafc;border-color:#cbd5e1}.pro-footer-action.logout{color:#ef4444}.pro-footer-action.logout:hover{background:#fef2f2;border-color:#fca5a5}.pro-main-wrapper{margin-left:260px;flex:1;display:flex;flex-direction:column;min-width:0}.pro-header{height:80px;background:var(--pro-white);padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--pro-border);position:sticky;top:0;z-index:50}.pro-header-left{display:flex;align-items:center;gap:16px}.pro-user-status{position:relative;width:44px;height:44px}.pro-avatar-img{width:100%;height:100%;border-radius:12px;object-fit:cover}.pro-status-dot{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;border:2px solid var(--pro-white)}.pro-status-dot.online{background-color:#22c55e}.pro-header-titles h1{font-size:20px;color:var(--pro-secondary);margin:0}.pro-header-titles p{font-size:13px;color:var(--pro-text-light);margin:0}.pro-header-right{display:flex;align-items:center;gap:24px}.pro-icon-actions{display:flex;gap:10px}.pro-icon-btn{position:relative;width:40px;height:40px;border-radius:12px;border:1px solid var(--pro-border);background:var(--pro-white);color:var(--pro-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.pro-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1}.pro-badge{position:absolute;top:-4px;right:-4px;background:var(--pro-primary);color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid var(--pro-white)}.pro-header-exit-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--pro-white);border:1px solid var(--pro-border);border-radius:10px;font-size:13px;font-weight:600;color:var(--pro-text);cursor:pointer;transition:all .2s}.pro-dashboard{padding:30px 40px;max-width:1400px;margin:0 auto;width:100%}.pro-welcome-banner{background:linear-gradient(135deg,#f59e0b,#fbbf24);padding:32px;border-radius:12px;color:#fff;margin-bottom:24px;box-shadow:0 4px 20px #f59e0b26}.pro-welcome-banner h2{font-size:24px;margin-bottom:8px}.pro-welcome-banner p{font-size:15px;opacity:.95}.pro-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.pro-stat-card{background:var(--pro-white);padding:24px;border-radius:12px;display:flex;align-items:center;gap:20px;border:1px solid var(--pro-border);position:relative;transition:transform .2s}.pro-stat-card:hover{transform:translateY(-4px)}.stat-icon-wrapper{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-value{font-size:22px;font-weight:700;color:var(--pro-text-dark);display:block}.stat-label{font-size:13px;color:var(--pro-text-light)}.stat-sub{font-size:11px;color:var(--pro-text-light);margin-top:4px;display:block}.pro-section-title{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.pro-section-title h3{font-size:16px;font-weight:700;color:var(--pro-secondary)}.pro-quick-actions{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:32px}.pro-action-tile{padding:20px;border-radius:12px;border:none;display:flex;flex-direction:column;align-items:center;gap:12px;font-weight:600;cursor:pointer;transition:all .2s}.pro-action-tile.bordered{border:1px solid var(--pro-border)}.pro-action-tile:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000000d}.pro-dashboard-main-grid{display:grid;grid-template-columns:1.8fr 1.2fr;gap:24px}.pro-shift-card{background:var(--pro-white);padding:24px;border-radius:12px;border:1px solid var(--pro-border);margin-bottom:16px}.status-badge{padding:4px 12px;border-radius:6px;font-size:11px;font-weight:700}.status-badge.confirmed{background:#dcfce7;color:#166534}.status-badge.invited{background:#eff6ff;color:#1e40af}.shift-card-body{padding:16px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin:16px 0}.shift-detail{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:8px}.shift-rate{font-weight:700;color:var(--pro-primary)}.shift-card-actions{display:flex;gap:12px}.pro-btn-sm{padding:6px 12px;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;border:none;transition:all .2s}.pro-btn-sm.primary{background:#dcfce7;color:#166534}.pro-btn-sm.primary:hover{background:#bbf7d0}.pro-btn-sm.danger{background:#fee2e2;color:#ef4444}.pro-btn-sm.danger:hover{background:#fecaca}.text-btn{background:none;border:none;padding:0;text-decoration:underline;font-size:12px}.pro-remainders-card{background:#fff9f5;border:1px solid #ffedd5;border-radius:12px;padding:20px}.remainder-item{background:var(--pro-white);padding:16px;border-radius:10px;margin-bottom:12px}.remainder-item.bordered{border:1px solid #fed7aa}.remainder-time{font-size:11px;font-weight:700;color:#2563eb}.remainder-action-btn{width:100%;padding:10px;margin-top:12px;background:var(--pro-primary);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.view-all-notifications-link{width:100%;padding:10px;background:none;border:1px solid #fed7aa;color:var(--pro-primary);border-radius:10px;font-weight:600;cursor:pointer}.hf-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px;margin-bottom:20px;transition:all .2s}.hf-item-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000d}.hf-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;transition:all .2s}.hf-stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.hf-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center}.hf-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin:20px 0}.hf-data-cell{display:flex;flex-direction:column;gap:4px}.hf-modal-grid-compact{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0}.hf-alert-box{display:flex;gap:12px;padding:16px;border-radius:12px;background:#eff6ff;border:1px solid #dbeafe;color:#1e40af;font-size:13px;margin-bottom:20px}.hf-data-cell label{font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.hf-data-cell span{font-size:14px;font-weight:700;color:#1e293b}.pro-tabs-container{background:#f1f5f9;padding:6px;border-radius:12px;display:flex;gap:6px;margin-bottom:32px}.hf-tab{flex:1;padding:10px;border-radius:8px;font-size:14px;font-weight:700;color:#64748b;background:transparent;transition:all .2s}.hf-tab.active{background:#fff;color:#0f172a;box-shadow:0 2px 4px #0000000d}.hf-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.hf-alert-box{background:#fef2f2;border:1px solid #fee2e2;border-radius:12px;padding:16px;display:flex;gap:12px;color:#991b1b;font-size:13px}.hf-alert-box strong{display:block;font-weight:800;margin-bottom:2px}.clocking-action-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.clocking-meta h4{font-size:15px;font-weight:800;color:#1e293b;margin-bottom:2px}.clocking-meta p{font-size:12px;color:#64748b;font-weight:600}.timer-box-hf{background:#eff6ff;border:1.5px solid #dbeafe;border-radius:16px;padding:24px;text-align:center;margin:32px 0}.timer-box-hf .time-label{font-size:12px;font-weight:800;color:#1e40af;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:6px}.timer-box-hf .clock-digits{font-size:42px;font-weight:950;color:#1e3a8a;letter-spacing:2px;font-variant-numeric:tabular-nums}.pro-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.pro-modal-content{background:var(--pro-white);width:95%;max-width:580px;max-height:92vh;border-radius:24px;position:relative;box-shadow:0 25px 50px -12px #00000059;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.pro-modal-content.hf-modal-bank{max-width:620px}.pro-modal-content.max-w-xl{max-width:576px}.modal-close-btn{position:absolute;top:24px;right:24px;background:none;border:none;cursor:pointer;color:#64748b}.dispute-modal .modal-header{padding:32px 32px 24px;border-bottom:1px solid var(--pro-border)}.dispute-modal .modal-header h2{font-size:22px;color:#036;margin-bottom:8px;font-weight:700}.dispute-modal .modal-header p{font-size:14px;color:#64748b}.dispute-modal .modal-body{padding:24px 32px;overflow-y:auto;max-height:65vh;display:flex;flex-direction:column;gap:24px}.dispute-modal .modal-footer{padding:20px 32px;border-top:1px solid var(--pro-border);display:flex;justify-content:space-between;align-items:center;background:#fff}.section-label,.section-label-red{font-size:11px;font-weight:700;color:#64748b;margin-bottom:10px;display:block;text-transform:uppercase}.text-red{color:#ef4444}.system-record-box{background:#fee2e2;border:1px solid #ef4444;border-radius:16px;padding:20px}.record-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.record-item label{font-size:11px;font-weight:700;color:#64748b;margin-bottom:8px;display:block}.record-item input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:14px;color:#334155}.helper-text{font-size:11px;color:#64748b;margin-top:6px;display:block}.actual-time-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.input-field input{width:100%;padding:12px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;color:#334155}.reason-chips{display:flex;flex-wrap:wrap;gap:10px}.reason-chip{padding:8px 16px;border-radius:20px;border:1px solid #cbd5e1;background:#fff;font-size:12px;color:#64748b;cursor:pointer;transition:all .2s}.reason-chip:hover{border-color:#f97316}.reason-chip.active{background:#fff7ed;border-color:#fdba74;color:#f97316;font-weight:600}.notes-section textarea{width:100%;height:90px;padding:12px;border-radius:8px;border:1px solid #cbd5e1;resize:none;font-size:14px;color:#334155;font-family:inherit}.upload-box{border:1.5px dashed #cbd5e1;border-radius:12px;padding:24px;text-align:center;background:#f8fafc}.upload-icon-circle{background:#f97316;color:#fff;width:40px;height:40px;border-radius:8px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center}.upload-box h4{font-size:15px;color:#0f172a;margin-bottom:6px}.upload-box p{font-size:13px;color:#64748b;margin-bottom:16px}.choose-file-btn{background:#f97316;color:#fff;border:none;padding:8px 20px;border-radius:20px;font-weight:600;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.choose-file-btn:hover{background:#ea580c}.dispute-note{font-size:11px;color:#64748b;max-width:200px;line-height:1.4;margin:0}.footer-btns{display:flex;gap:12px}.cancel-btn{padding:10px 24px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-weight:600;color:#334155;font-size:14px;cursor:pointer}.submit-dispute-btn{padding:10px 24px;border-radius:8px;background:#036;color:#fff;border:none;font-weight:600;font-size:14px;cursor:pointer}.submit-dispute-btn:hover{background:#024}@media(max-width:1024px){.pro-stats-grid{grid-template-columns:repeat(2,1fr)}.pro-quick-actions{grid-template-columns:repeat(3,1fr)}}.profile-wrapper{max-width:900px;margin:0 auto;padding:20px 0}.profile-header-card{background:#fff;border-radius:12px;border:1px solid var(--pro-border);padding:24px 32px;margin-bottom:24px}.profile-info-content{display:flex;justify-content:space-between;align-items:center}.profile-info-content h2{color:#036;font-size:20px;font-weight:700;margin-bottom:4px}.profile-info-content p{color:#64748b;font-size:14px;margin:0}.manage-banking-btn{background:#f59e0b;color:#fff;border:none;padding:10px 20px;border-radius:30px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.manage-banking-btn:hover{background:#d97706}.dollar-icon{background:#fff3;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.profile-section-card{background:#fff;border-radius:12px;border:1px solid var(--pro-border);padding:32px;margin-bottom:24px}.profile-badge-row{display:flex;gap:20px;align-items:center;border-bottom:1px solid #f1f5f9;padding-bottom:24px;margin-bottom:24px}.profile-avatar-large{background:#f97316;color:#fff;width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.profile-titles h3{font-size:18px;color:#0f172a;margin-bottom:4px}.profile-titles p{font-size:14px;color:#64748b;margin-bottom:8px}.status-badge-active{background:#dcfce7;color:#166534;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;display:inline-block}.section-title{font-size:18px;color:#036;font-weight:700;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.input-group label{display:block;font-size:12px;font-weight:700;color:#0f172a;margin-bottom:8px}.input-group input,.input-group select,.input-group textarea{width:100%;padding:12px 14px;border-radius:8px;border:1px solid #cbd5e1;background:#f8fafc;font-size:14px;color:#334155;font-family:inherit}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{outline:none;border-color:#f59e0b;background:#fff}.full-width{grid-column:1 / -1}.profile-actions{margin-top:32px;display:flex;gap:12px}.pro-btn-primary{background:#f97316;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.pro-btn-primary:hover{background:#ea580c}.pro-btn-secondary{background:#fff;color:#334155;border:1px solid #cbd5e1;padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.back-to-profile-btn{background:none;border:none;font-size:14px;font-weight:600;color:#64748b;margin-bottom:20px;cursor:pointer;display:flex;align-items:center;gap:8px}.back-to-profile-btn:hover{color:#0f172a}.bank-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}.bank-header h2{font-size:20px;color:#036;margin-bottom:4px}.bank-subtitle{font-size:14px;color:#64748b}.add-bank-btn{background:#f59e0b;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px}.bank-cards-list{display:flex;flex-direction:column;gap:16px}.bank-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;position:relative}.primary-card{border:2px solid #22c55e}.primary-badge{position:absolute;top:24px;right:24px;background:#22c55e;color:#fff;font-size:10px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.5px}.bank-card-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.bank-icon{background:#1e3a8a;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.bank-title h3{font-size:16px;color:#0f172a;margin-bottom:2px}.bank-title p{font-size:13px;color:#64748b}.bank-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:y-20px x-40px;border-bottom:1px solid #f1f5f9;padding-bottom:20px;margin-bottom:20px}.detail-item label{display:block;font-size:11px;color:#94a3b8;margin-bottom:6px}.detail-item p{font-size:13px;color:#1e293b;font-weight:500}.bank-card-actions{display:flex;gap:12px}.bank-action-btn{padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.edit-btn{background:#fff;border:1px solid #cbd5e1;color:#475569}.set-primary-btn{background:#fffbeb;border:1px solid #fde68a;color:#b45309}.remove-btn{background:#fff;border:1px solid #fecaca;color:#ef4444}.bank-modal{max-width:600px;border-radius:12px}.bank-modal .modal-header h2{font-size:20px;color:#1e293b}.secure-info-banner{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:16px;display:flex;gap:12px;margin-bottom:24px}.info-icon{color:#3b82f6;flex-shrink:0}.secure-info-text h4{font-size:14px;color:#1e3a8a;margin-bottom:4px}.secure-info-text p{font-size:12px;color:#475569;line-height:1.5}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.helper-text-bottom{display:block;font-size:11px;color:#64748b;margin-top:6px}.input-with-icon{position:relative}.input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.input-with-icon input{padding-left:40px}.checkbox-group{display:flex;align-items:center;gap:10px;margin-top:24px;border-top:1px solid #f1f5f9;padding-top:24px}.checkbox-group input[type=checkbox]{width:18px;height:18px;border-radius:4px;border:1px solid #cbd5e1}.checkbox-group label{font-size:14px;color:#334155}.bank-footer{border-top:1px solid #f1f5f9;padding:20px 32px;background:#fff}.footer-btns-right{display:flex;justify-content:flex-end;gap:12px;width:100%}.save-bank-btn{background:#f59e0b;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.save-bank-btn:hover{background:#d97706}.pt-override .modal-body{padding-top:8px}.mt-4{margin-top:16px}.credentials-wrapper{max-width:1000px;margin:0 auto;padding:20px 0}.credentials-header-action{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;background:#fff;padding:20px 24px;border-radius:12px;border:1px solid var(--pro-border)}.header-text h2{font-size:20px;font-weight:700;color:#036;margin-bottom:4px}.header-text p{font-size:14px;color:#64748b;margin:0}.upload-new-btn{background:#f59e0b;color:#fff;border:none;padding:10px 20px;border-radius:30px;font-weight:600;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .2s}.upload-new-btn:hover{background:#d97706}.credential-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.cred-stat-card{background:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;gap:16px;border:1px solid var(--pro-border)}.border-success{border-left:2px solid #22c55e}.border-warning{border-left:2px solid #f97316}.border-pending{border-left:2px solid #eab308}.border-danger{border-left:2px solid #ef4444}.stat-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.bg-green-50{background:#dcfce7}.text-green-600{color:#166534}.bg-orange-50{background:#ffedd5}.text-orange-500{color:#f97316}.bg-yellow-50{background:#fef9c3}.text-yellow-600{color:#ca8a04}.bg-red-50{background:#fee2e2}.text-red-500{color:#ef4444}.stat-content h3{font-size:20px;color:#0f172a;margin-bottom:2px}.stat-content p{font-size:13px;color:#64748b;margin:0}.credentials-list{display:flex;flex-direction:column;gap:16px}.cred-item-card{background:#fff;border-radius:12px;border:1px solid var(--pro-border);padding:24px}.cred-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.cred-title-section{display:flex;gap:16px;align-items:center}.cred-icon-box{background:#1e3a8a;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cred-title-section h4{font-size:16px;color:#0f172a;margin-bottom:4px}.cred-title-section p{font-size:13px;color:#64748b;margin:0}.cred-status-badge{font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px}.status-approved{background:#dcfce7;color:#166534}.status-pending{background:#ffedd5;color:#ea580c}.status-expired,.status-rejected{background:#fee2e2;color:#b91c1c}.cred-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:16px;border-bottom:1px solid #f1f5f9;padding-bottom:20px}.cred-detail label{display:block;font-size:11px;color:#94a3b8;margin-bottom:8px}.cred-detail p{font-size:13px;color:#1e293b;font-weight:500;display:flex;align-items:center;gap:6px;margin:0}.inline-icon{color:#94a3b8}.italic-text{font-style:italic;color:#475569!important;font-weight:400!important}.cred-alert-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;padding:16px;display:flex;gap:12px;margin-bottom:20px}.alert-icon{color:#ea580c;margin-top:2px}.cred-alert-box strong{font-size:13px;color:#c2410c;display:block;margin-bottom:4px}.cred-alert-box p{font-size:12px;color:#c2410c;margin:0}.cred-actions-row{display:flex;gap:12px}.download-btn,.upload-renewal-btn{display:flex;align-items:center;gap:8px}.upload-view-header{margin-bottom:16px}.upload-form{margin-top:24px}.upload-box.bordered{border:1.5px dashed #cbd5e1;background:#f8fafc;border-radius:12px;padding:32px;text-align:center}.large-icon{width:48px;height:48px;border-radius:12px;margin-bottom:16px}.right-icon input{padding-right:40px;padding-left:14px}.right-icon .input-icon{left:auto;right:14px}.mb-8{margin-bottom:32px}.border-top{border-top:1px solid #f1f5f9}.label-hidden label{visibility:hidden}.shifts-wrapper{max-width:1000px;margin:0 auto;padding:20px 0}.shifts-header-card{margin-bottom:24px;padding:0 4px}.shifts-toolbar{display:flex;gap:16px;margin-bottom:24px}.search-input-wrapper{flex:1;position:relative}.search-input-wrapper input{width:100%;padding:12px 16px 12px 42px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;background:#f8fafc}.search-input-wrapper input:focus{outline:none;border-color:#036;background:#fff}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8}.filter-btn{background:#036;color:#fff;border:none;padding:0 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px}.shifts-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.shifts-stat-card{background:#fff;border-radius:12px;padding:24px;border:1px solid var(--pro-border)}.border-blue{border-left:2px solid #3b82f6}.border-green{border-left:2px solid #22c55e}.border-orange{border-left:2px solid #f97316}.border-purple{border-left:2px solid #8b5cf6}.shifts-stat-card h3{font-size:24px;color:#036;margin-bottom:4px}.shifts-stat-card p{font-size:14px;color:#64748b;margin:0}.pro-tabs-row{display:flex;background:#e2e8f0;border-radius:30px;padding:4px;display:inline-flex;margin-bottom:24px}.pro-tab{background:transparent;border:none;padding:8px 32px;border-radius:20px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.pro-tab.active{background:#fff;color:#0f172a;box-shadow:0 2px 4px #0000000d}.shifts-grid{display:flex;flex-direction:column;gap:24px}.grid-2-col{display:grid;grid-template-columns:1fr 1fr}.shift-card{background:#fff;border-radius:12px;border:1px solid var(--pro-border);padding:24px;display:flex;flex-direction:column}.shift-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.shift-header h3{font-size:16px;color:#0f172a;margin-bottom:4px}.shift-header p{font-size:13px;color:#64748b;margin:0}.standard-shift-layout{flex:1;display:flex;flex-direction:column}.staff-needed{color:#036;font-size:13px;font-weight:700;margin-bottom:16px;display:block}.shift-details-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.sh-detail-row{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#334155}.sh-icon{color:#94a3b8;margin-top:2px;flex-shrink:0}.rate-txt,.rate-txt strong{color:#ca8a04}.shift-special-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:12px 16px}.shift-special-note span{display:block;font-size:11px;color:#1e3a8a;margin-bottom:4px}.shift-special-note p{font-size:13px;color:#2563eb;margin:0}.shift-actions{display:flex;gap:12px;margin-top:auto}.btn-solid-blue{background:#036;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px}.btn-outline{background:#fff;color:#475569;border:1px solid #cbd5e1;padding:8px 16px;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px}.btn-outline-cancel{background:#fef2f2;color:#ef4444;border:1px solid #fecaca;padding:8px 16px;border-radius:6px;font-weight:600;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px}.active-shift-layout{display:flex;flex-direction:column}.active-shift-boxes{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px}.info-box label{display:block;font-size:11px;color:#0f172a;font-weight:700;margin-bottom:4px}.info-box p{font-size:13px;color:#475569;margin:0}.time-rate-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.time-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:16px}.rate-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:16px}.box-label{display:block;font-size:11px;color:#64748b;margin-bottom:8px}.notification-modal{text-align:center;max-width:400px;padding:32px;display:flex;flex-direction:column;align-items:center}.modal-icon-warning{display:flex;justify-content:center;margin-bottom:20px}.pro-form-modal{max-width:550px;padding:0;text-align:left}.form-modal-header{padding:32px;border-bottom:1px solid #f1f5f9;position:relative}.form-modal-header h3{font-size:20px;font-weight:700;color:#036;margin-bottom:4px}.form-modal-header p{font-size:13px;color:#64748b;margin:0}.form-modal-close{position:absolute;top:32px;right:32px;background:none;border:none;color:#94a3b8;cursor:pointer;transition:color .2s}.form-modal-close:hover{color:#f97316}.form-modal-body{padding:32px;overflow-y:auto;flex:1;min-height:0}.form-modal-footer{padding:24px 32px;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px}.modal-input-group{margin-bottom:20px}.modal-input-group label{display:block;font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.modal-input-box{width:100%;padding:12px 16px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font-size:14px;color:#334155;transition:all .2s}.modal-input-box:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.confirm-btn-warning{background:#f59e0b;color:#fff;border:none;padding:12px 32px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s}.confirm-btn-warning:hover{background:#d97706}.cancel-btn-outline{background:#fff;color:#475569;border:1px solid #cbd5e1;padding:12px 32px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.shift-details-modal{max-width:600px;padding:0;text-align:left}.shift-detail-header-card{background:linear-gradient(135deg,#036,#001f3f);border-radius:12px;padding:24px;display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;border-left:4px solid #f97316}.shift-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.shift-info-item{display:flex;gap:12px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.shift-info-item .icon-box{background:#fff;color:#94a3b8;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 4px #00000005}.shift-info-content label{display:block;font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.shift-info-content span{display:block;font-size:13px;font-weight:600;color:#1e293b}.shift-detail-special-box{border:1px solid #bfdbfe;background:#eff6ff;border-radius:10px;padding:20px}.shift-detail-special-box span{font-size:11px;font-weight:700;color:#1e40af;text-transform:uppercase;display:block;margin-bottom:8px}.shift-detail-special-box p{font-size:13px;color:#1d4ed8;margin:0;line-height:1.5}.warning-box{background:#fffbeb;border:1px solid #fde68a}.warning-box strong{font-size:11px;font-weight:700;color:#854d0e;text-transform:uppercase;display:block;margin-bottom:12px}.warning-box ul li{font-size:12px;color:#92400e;margin-bottom:8px;line-height:1.4}.pro-top-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.timesheet-active-card{background:#fff;border-radius:16px;border:1px solid var(--pro-border);padding:32px;flex:1;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d}.clocking-section{border-bottom:1px solid #f1f5f9;padding-bottom:16px;margin-bottom:24px}.clocking-section:last-of-type{border-bottom:none}.clock-action-row{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;transition:all .2s}.clock-action-row:hover{border-color:#cbd5e1;background:#f1f5f9}.action-info{display:flex;align-items:center;gap:16px}.action-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000000d}.clock-btn{padding:8px 20px;border-radius:8px;font-size:12px;font-weight:700;border:none;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.5px}.clock-btn.clock-in{background:#2563eb;color:#fff;box-shadow:0 4px 6px #2563eb33}.clock-btn.clock-in:hover{background:#1d4ed8}.clock-btn.clock-out{background:#16a34a;color:#fff;box-shadow:0 4px 6px #16a34a33}.clock-btn.clock-out:hover{background:#15803d}.clock-btn.break-in{background:#f59e0b;color:#fff;box-shadow:0 4px 6px #f59e0b33}.clock-btn.break-in:hover{background:#d97706}.clock-btn.break-out{background:#10b981;color:#fff;box-shadow:0 4px 6px #10b98133}.clock-btn.break-out:hover{background:#059669}.clock-btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.total-hours-footer{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;padding:32px;display:flex;align-items:center;border:1px solid #bfdbfe;box-shadow:inset 0 2px 4px #00000005}.total-hours-footer strong{letter-spacing:-1px}.btn-outline-cancel{background:#fff1f2;color:#e11d48;border:1px solid #fecdd3;padding:10px 24px;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:all .2s}.btn-outline-cancel:hover{background:#ffe4e6;border-color:#fda4af}.timesheet-submit-btn{background:#1e293b;color:#fff;border:none;padding:12px 32px;border-radius:10px;font-weight:800;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:0 10px 15px -3px #1e293b33;transition:all .2s}.timesheet-submit-btn:hover{background:#0f172a;transform:translateY(-1px)}.submit-dispute-btn.large-btn{padding:12px 24px;font-size:14px}.history-item-card{background:#fff;border-radius:12px;border:1px solid var(--pro-border);padding:24px}.history-data-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#f8fafc;border-radius:10px;padding:20px}.history-footer{display:flex;justify-content:space-between;align-items:flex-end}.status-pending-orange{background:#fff7ed;color:#f97316}.status-pending-blue{background:#eff6ff;color:#3b82f6}.invoice-icon{background:#dcfce7;color:#22c55e;border-radius:8px;padding:10px}.payment-summary-block{background:#eff6ff;border-radius:8px;padding:16px;display:flex;justify-content:space-between;align-items:center;border:1px solid #bfdbfe}.messaging-wrapper{display:grid;grid-template-columns:350px 1fr;border:1px solid var(--pro-border);border-radius:12px;height:calc(100vh - 200px);background:#fff;overflow:hidden}.conversations-sidebar{border-right:1px solid var(--pro-border);display:flex;flex-direction:column}.conv-search-box{padding:16px;border-bottom:1px solid var(--pro-border)}.conv-tabs{display:flex;padding:0 16px;border-bottom:1px solid var(--pro-border)}.conv-tab{padding:12px 10px;font-size:13px;font-weight:600;color:#64748b;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;flex:1}.conv-tab.active{color:#036;border-bottom-color:#036}.conv-list{flex:1;overflow-y:auto}.conv-card{padding:16px;border-bottom:1px solid #f1f5f9;cursor:pointer;position:relative}.conv-card:hover{background:#f8fafc}.conv-card.active{background:#eff6ff}.conv-card.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#036}.avatar-initials{width:40px;height:40px;border-radius:8px;background:#036;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.unread-badge{background:#f97316;color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;margin-left:auto}.chat-container{display:flex;flex-direction:column;background:#f8fafc}.chat-header{background:#fff;padding:16px 24px;border-bottom:1px solid var(--pro-border);display:flex;justify-content:space-between;align-items:center}.messages-list{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.message-bubble{max-width:80%;padding:12px 16px;border-radius:12px;position:relative;font-size:14px}.message-bubble.received{background:#fff;color:#1e293b;align-self:flex-start;border-bottom-left-radius:2px;box-shadow:0 2px 4px #00000005}.message-bubble.sent{background:#036;color:#fff;align-self:flex-end;border-bottom-right-radius:2px}.chat-input-area{background:#fff;padding:16px 24px;border-top:1px solid var(--pro-border)}.input-wrapper{display:flex;align-items:center;background:#f1f5f9;border-radius:10px;padding:4px 8px}.chat-input{flex:1;border:none;background:transparent;padding:10px;font-size:14px}.chat-input:focus{outline:none}.send-btn{background:#f97316;color:#fff;border:none;border-radius:8px;padding:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.send-btn:hover{background:#ea580c}.paystub-modal{max-width:850px;padding:0;background:#fafafa}.earnings-preview-header{background:linear-gradient(135deg,#036,#001f3f);padding:40px 32px;text-align:left;color:#fff;display:flex;justify-content:space-between;align-items:center;border-bottom:4px solid #f97316}.earnings-preview-header h2{font-size:28px;letter-spacing:1px;margin-bottom:4px;font-weight:800}.earnings-preview-header .doc-type{font-size:10px;text-transform:uppercase;letter-spacing:3px;opacity:.7;font-weight:700}.pay-grid{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;margin:24px 0;box-shadow:0 4px 6px -1px #0000000d}.pay-cell{padding:16px 20px;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;gap:4px}.pay-cell:nth-child(3n){border-right:none}.pay-cell:last-child,.pay-cell:nth-last-child(2),.pay-cell:nth-last-child(3){border-bottom:none}.pay-cell label{font-size:10px;color:#64748b;font-weight:700;text-transform:uppercase}.pay-cell span{font-size:13px;color:#1e293b;font-weight:600}.pay-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:24px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.pay-table th{text-align:left;padding:14px 20px;background:#f8fafc;color:#475569;font-weight:700;font-size:11px;text-transform:uppercase;border-bottom:1px solid #e2e8f0}.pay-table td{padding:14px 20px;border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:13px}.pay-table tr:last-child td{border-bottom:none}.net-pay-section{margin-top:32px;background:#1e293b;border-radius:12px;padding:24px 32px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 15px -3px #1e293b33}.net-pay-label{display:flex;flex-direction:column;gap:4px}.net-pay-label span:first-child{font-size:11px;font-weight:700;opacity:.6;text-transform:uppercase}.net-pay-label span:last-child{font-size:24px;font-weight:800;letter-spacing:-.5px}.net-pay-amount{font-size:32px;font-weight:800;color:#22c55e}.notif-card{border-left-width:4px}.notif-card.border-blue{border-left-color:#3b82f6}.notif-card.border-orange{border-left-color:#f97316}.notif-card.border-green{border-left-color:#22c55e}.notif-card.border-purple{border-left-color:#3b82f6}.support-center-card{background:#f97316;padding:20px;border-radius:12px;display:flex;align-items:center;gap:16px;color:#fff;margin-bottom:32px}.support-center-card .icon-box{background:#fff;color:#f97316;border-radius:8px;padding:8px}.support-grid{display:grid;grid-template-columns:350px 1fr;gap:24px;align-items:start}.support-left-col,.support-right-col{display:flex;flex-direction:column;gap:24px}.history-item-card{background:#fff;border-radius:12px;border:1px solid var(--pro-border);padding:24px;box-shadow:0 2px 4px #00000005;transition:transform .2s,box-shadow .2s}.history-item-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.quick-links-list{display:flex;flex-direction:column;gap:12px}.quick-link-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-radius:8px;text-decoration:none;transition:all .2s;border:1px solid transparent}.quick-link-item:hover{background:#eff6ff;border-color:#bfdbfe;transform:translate(4px)}.quick-link-text{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#334155}.quick-link-icon{color:#94a3b8}.contact-method{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9;margin-bottom:12px}.contact-method:last-child{margin-bottom:0}.contact-icon-box{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info h4{font-size:14px;font-weight:700;color:#1e293b;margin-bottom:2px}.contact-info p{font-size:12px;color:#64748b;margin:0}.contact-info .sub-text{font-size:10px;color:#94a3b8;margin-top:2px}.support-form-card{padding:32px}.form-input-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item-premium{border:1px solid #f1f5f9;border-radius:10px;overflow:hidden;transition:all .2s}.faq-item-premium:hover{border-color:#cbd5e1}.faq-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border:none;cursor:pointer;text-align:left}.faq-header span{font-size:14px;font-weight:600;color:#334155}.faq-answer{padding:0 20px 20px;background:#fff;font-size:13px;color:#64748b;line-height:1.6}.support-center-card{background:linear-gradient(135deg,#036,#004080);padding:60px 40px;border-radius:24px;display:flex;align-items:center;gap:32px;color:#fff;margin-bottom:40px;box-shadow:0 10px 15px -3px #0363}.support-center-card .icon-box{background:#ffffff1a;color:#fff;border-radius:20px;padding:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.support-center-info h2{font-size:32px;font-weight:900;margin-bottom:8px}.support-center-info p{font-size:18px;color:#bfdbfe;font-weight:500}.support-grid{display:grid;grid-template-columns:1fr 2fr;gap:32px;align-items:flex-start}.support-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;padding:32px;margin-bottom:24px}.support-card-title{font-size:20px;font-weight:800;color:#036;margin-bottom:32px;display:flex;align-items:center;gap:12px}.support-contact-list{display:flex;flex-direction:column;gap:24px}.contact-item{display:flex;align-items:center;gap:20px}.contact-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.bg-blue-50{background:#eff6ff;color:#2563eb}.bg-green-50{background:#f0fdf4;color:#16a34a}.bg-purple-50{background:#faf5ff;color:#9333ea}.contact-text h4{font-size:14px;font-weight:900;color:#1e293b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.contact-text p{font-size:15px;color:#475569;font-weight:700;margin:0}.contact-text span{font-size:11px;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:1px}.support-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.support-form-full{grid-column:1 / -1}.support-input-group{display:flex;flex-direction:column;gap:8px}.support-input-group label{font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px}.support-input,.support-select,.support-textarea{width:100%;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;font-weight:600;color:#334155;transition:all .2s}.support-input:focus,.support-select:focus,.support-textarea:focus{outline:none;background:#fff;border-color:#f97316;box-shadow:0 0 0 4px #f973161a}.support-submit-btn{width:100%;background:#036;color:#fff;padding:20px;border-radius:16px;border:none;font-size:16px;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s;box-shadow:0 10px 15px -3px #0363}.support-submit-btn:hover{background:#002855;transform:translateY(-2px);box-shadow:0 20px 25px -5px #0033664d}.faq-premium-list{display:flex;flex-direction:column;gap:16px}.faq-premium-item{border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;transition:all .2s}.faq-premium-item.active{background:#f8fafc;border-color:#bfdbfe;box-shadow:0 0 0 1px #3b82f633}.faq-premium-header{width:100%;padding:24px;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left}.faq-premium-item.active .faq-premium-header{background:#f8fafc}.faq-premium-header span{font-size:15px;font-weight:800;color:#334155}.faq-premium-item.active .faq-premium-header span{color:#1e3a8a}.faq-chevron{width:32px;height:32px;border-radius:50%;background:#f8fafc;color:#94a3b8;display:flex;align-items:center;justify-content:center;transition:all .2s}.faq-premium-item.active .faq-chevron{background:#2563eb;color:#fff;transform:rotate(180deg)}.faq-premium-answer{padding:0 24px 24px;font-size:14px;color:#64748b;font-weight:500;line-height:1.6}.premium-confirm-modal{max-width:480px!important;padding:0!important;border-radius:32px!important;text-align:center}.error-modal-content,.success-modal-content{padding:40px 32px;display:flex;flex-direction:column;align-items:center}.error-x-icon{width:80px;height:80px;background:#fee2e2;color:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border:4px solid #fef2f2;box-shadow:0 10px 15px -3px #ef44441a}.success-check-icon{width:80px;height:80px;background:#dcfce7;color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;border:4px solid #f0fdf4;box-shadow:0 10px 15px -3px #22c55e1a}.premium-confirm-modal h2{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:12px;line-height:1.2}.premium-confirm-modal p{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:32px}.modal-action-btns{display:flex;gap:12px;width:100%;justify-content:center}.modal-btn-orange{background:#f97316;color:#fff;border:none;padding:14px 28px;border-radius:12px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s;flex:1;max-width:180px;box-shadow:0 4px 6px -1px #f9731633}.modal-btn-orange:hover{background:#ea580c;transform:translateY(-1px);box-shadow:0 10px 15px -3px #f973164d}.modal-btn-white{background:#fff;color:#475569;border:1px solid #e2e8f0;padding:14px 28px;border-radius:12px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s;flex:1;max-width:180px}.modal-btn-white:hover{background:#f8fafc;border-color:#cbd5e1}.animate-in{animation-duration:.3s;animation-fill-mode:both}.fade-in{animation-name:fadeIn}.zoom-in{animation-name:zoomIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.empty-state-container{padding:80px 40px;background:#fff;border-radius:24px;border:1px dashed #e2e8f0;text-align:center;display:flex;flex-direction:column;align-items:center;max-width:600px;margin:40px auto}.empty-state-icon{width:100px;height:100px;background:#f8fafc;color:#94a3b8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.empty-state-container h3{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:12px}.empty-state-container p{font-size:14px;color:#64748b;max-width:320px;line-height:1.6;margin-bottom:32px}.flex-layout{display:flex;align-items:center}.gap-4{gap:16px}.back-circle-btn{width:40px;height:40px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#94a3b8;border:1px solid #e2e8f0;transition:all .2s;cursor:pointer}.back-circle-btn:hover{color:#334155;border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.form-footer-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:32px;margin-top:32px;border-top:1px solid #f1f5f9}.pro-dashboard{background-color:#f8fafc;min-height:100vh}.dashboard-banner{background:linear-gradient(90deg,#ff8c00,#ffae00);border-radius:16px;padding:32px;margin-bottom:32px;color:#fff;box-shadow:0 4px 15px #ff8c0033}.dashboard-banner h1{font-size:28px;font-weight:800;margin-bottom:8px}.dashboard-banner p{font-size:16px;opacity:.9}.pro-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.stat-card-high-fidelity{background:#fff;border-radius:20px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;transition:transform .2s,box-shadow .2s}.stat-card-high-fidelity:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.stat-icon-circle{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.stat-icon-circle.purple{background-color:#f5f3ff;color:#7c3aed}.stat-icon-circle.blue{background-color:#eff6ff;color:#2563eb}.stat-icon-circle.green{background-color:#f0fdf4;color:#16a34a}.stat-icon-circle.orange{background-color:#fff7ed;color:#ea580c}.stat-card-high-fidelity h3{font-size:28px;font-weight:800;color:#1e293b;margin-bottom:4px}.stat-card-high-fidelity .label{font-size:14px;color:#64748b;font-weight:500}.stat-card-high-fidelity .subtext{font-size:12px;color:#94a3b8;margin-top:8px}.quick-actions-card{background:#fff;border-radius:20px;padding:24px;border:1px solid #e2e8f0;margin-bottom:32px}.quick-actions-card h3{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:24px}.quick-actions-row{display:flex;gap:16px}.quick-action-btn-hf{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px;border-radius:12px;font-size:13px;font-weight:700;transition:all .2s;border:1px solid #e2e8f0;background:#fff;color:#334155}.quick-action-btn-hf.orange{background-color:orange;color:#fff;border-color:orange}.quick-action-btn-hf.navy{background-color:#036;color:#fff;border-color:#036}.quick-action-btn-hf:not(.orange):not(.navy):hover{background-color:#f8fafc;border-color:#cbd5e1}.quick-action-btn-hf.orange:hover{background-color:#e69500}.quick-action-btn-hf.navy:hover{background-color:#024}.dashboard-split{display:grid;grid-template-columns:1fr 340px;gap:24px}.upcoming-shifts-card{background:#fff;border-radius:20px;padding:32px;border:1px solid #e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header h2{font-size:20px;font-weight:800;color:#0f172a}.view-all-btn{color:#2563eb;font-size:14px;font-weight:700;display:flex;align-items:center;gap:4px}.shift-card-hf{border:1px solid #f1f5f9;border-radius:16px;padding:24px;margin-bottom:16px}.shift-card-hf:last-child{margin-bottom:0}.shift-card-hf .badge-row{display:flex;justify-content:flex-end;margin-bottom:16px}.shift-badge-hf{font-size:11px;font-weight:800;padding:4px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.shift-badge-hf.confirmed{background-color:#f0fdf4;color:#16a34a}.shift-badge-hf.invited{background-color:#f5f3ff;color:#7c3aed}.shift-card-hf h4{font-size:16px;font-weight:800;color:#1e293b;margin-bottom:4px}.shift-card-hf .dept{font-size:13px;color:#64748b;margin-bottom:16px}.shift-meta-row{display:flex;justify-content:space-between;align-items:center}.shift-info-hf{display:flex;flex-direction:column;gap:4px}.info-item-hf{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;font-weight:500}.shift-rate-hf{font-size:18px;font-weight:800;color:orange}.shift-actions-hf{display:flex;gap:12px;margin-top:20px}.dispute-link{font-size:12px;font-weight:700;color:#ef4444;background-color:#fef2f2;padding:6px 12px;border-radius:6px;display:inline-block}.accept-btn{background-color:#22c55e;color:#fff;padding:6px 16px;border-radius:6px;font-size:12px;font-weight:700}.remainders-sidebar{background:#fff7ed;border:1px solid #ffedd5;border-radius:20px;padding:24px}.remainders-sidebar h3{font-size:18px;font-weight:800;color:#ea580c;display:flex;align-items:center;gap:8px;margin-bottom:24px}.remainder-item-hf{background:#fff;border-radius:12px;padding:16px;border:1px solid #fcecc0;margin-bottom:16px;position:relative}.remainder-item-hf .time-badge{position:absolute;top:12px;right:12px;font-size:10px;font-weight:700;color:#ea580c;background:#fff7ed;padding:2px 8px;border-radius:4px}.remainder-item-hf h4{font-size:14px;font-weight:800;color:#1e293b;margin-bottom:6px}.remainder-item-hf p{font-size:12px;color:#64748b;margin-bottom:16px;line-height:1.5}.renew-btn-hf{width:100%;background-color:orange;color:#fff;padding:10px;border-radius:8px;font-size:13px;font-weight:800}.view-all-notif{width:100%;background:transparent;color:#ea580c;font-size:13px;font-weight:800;margin-top:16px;border:1px solid #ffedd5;padding:8px;border-radius:8px}.nav-link.active{background-color:orange!important;color:#fff!important;font-weight:800;box-shadow:0 4px 10px #ffa5004d}.nav-link.active .nav-icon{color:#fff!important}.active-timer-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;padding:24px;text-align:center;margin-bottom:24px}.timer-label{font-size:14px;font-weight:700;color:#1e40af;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:8px}.timer-clock{font-size:32px;font-weight:800;color:#1e40af;font-variant-numeric:tabular-nums}.attestation-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:24px}.attestation-card h4{font-size:11px;font-weight:800;color:#475569;text-transform:uppercase;margin-bottom:12px;letter-spacing:.5px}.timesheet-history-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;margin-bottom:16px;transition:all .2s}.timesheet-history-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.timesheet-data-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;background:#f8fafc;border-radius:10px;padding:16px}.ts-data-cell label{display:block;font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:4px}.ts-data-cell span{font-size:14px;font-weight:700;color:#334155}.ts-data-cell.highlight span{color:#f97316}.net-pay-block{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:24px;text-align:center;margin-top:24px}.net-pay-block .label{font-size:12px;font-weight:800;color:#166534;margin-bottom:4px}.net-pay-block .amount{font-size:32px;font-weight:800;color:#15803d}.pay-table{width:100%;border-collapse:collapse;margin-top:16px}.pay-table th{text-align:left;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;padding:12px 16px;border-bottom:1px solid #f1f5f9}.pay-table td{padding:12px 16px;font-size:13px;color:#475569;border-bottom:1px solid #f1f5f9}.pay-table tr.bg-slate-50{background:#f8fafc}.important-box{background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;padding:20px;margin-top:24px}.important-box h5{font-size:13px;font-weight:800;color:#92400e;margin-bottom:12px}.important-box ul{list-style:disc;padding-left:20px}.important-box li{font-size:12px;color:#b45309;margin-bottom:6px}.statement-title-section{text-align:center;margin-bottom:32px;border-bottom:2px solid #f1f5f9;padding-bottom:24px}.statement-title-section h1{font-size:24px;font-weight:800;color:#036;letter-spacing:2px}.statement-footer{text-align:center;font-size:10px;color:#94a3b8;margin-top:32px;text-transform:uppercase}.pay-section-header{font-size:12px;font-weight:800;color:#036;background:#eff6ff;padding:8px 16px;border-radius:6px;margin-top:32px;margin-bottom:16px}.shifts-header-flex{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.shift-card-footer{display:flex;gap:12px;border-top:1px solid #f1f5f9;padding-top:16px;margin-top:16px}.info-list{list-style:disc;padding-left:20px;color:#475569;font-size:13px}.info-list li{margin-bottom:8px}.display-block{display:block}.secondary-text{color:#1e293b;font-weight:700;font-size:14px}.muted-text{color:#64748b;font-size:13px}.small-text{font-size:12px}.highlight-text{color:#f97316;font-weight:700}.text-green{color:#16a34a;font-weight:700}.full-width{width:100%}.mb-4{margin-bottom:16px}.mt-2{margin-top:8px}.pt-4{padding-top:16px}.gap-2{gap:8px}.clocking-event-row{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;transition:all .2s}.event-info{display:flex;align-items:center;gap:16px}.event-icon-box{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.event-icon-box.blue{background:#eff6ff;color:#3b82f6}.event-icon-box.orange{background:#fff7ed;color:#f97316}.event-icon-box.green{background:#f0fdf4;color:#22c55e}.event-details h4{font-size:14px;font-weight:800;color:#1e293b;margin-bottom:2px}.event-details p{font-size:12px;color:#64748b;font-weight:600}.event-status-tag{font-size:10px;font-weight:800;padding:4px 10px;border-radius:6px;background:#f8fafc;color:#94a3b8;text-transform:uppercase}.event-status-tag.active{background:#f0fdf4;color:#22c55e}.timer-banner-hf{padding:20px 32px;border-radius:16px;display:flex;justify-content:space-between;align-items:center;margin:24px 0}.timer-banner-hf.blue{background:#eff6ff;border:1px solid #dbeafe;color:#1e40af}.timer-banner-hf.orange{background:#fff7ed;border:1px solid #ffedd5;color:#92400e}.timer-label-hf{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:800}.timer-digits-hf{font-size:24px;font-weight:900;letter-spacing:1px}.attestation-list{display:flex;flex-direction:column;gap:16px}.attestation-item{display:flex;gap:12px;cursor:pointer}.attestation-checkbox{width:18px;height:18px;border:2px solid #e2e8f0;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;transition:all .2s}.attestation-item:hover .attestation-checkbox{border-color:#f97316}.attestation-checkbox.checked{background:#f97316;border-color:#f97316;color:#fff}.attestation-text{font-size:12px;color:#475569;font-weight:600;line-height:1.5}.attestation-text strong{color:#1e293b}.timesheet-summary-footer{background:#eff6ff;border:1px solid #dbeafe;border-radius:16px;padding:24px 32px;display:grid;grid-template-columns:repeat(3,1fr);margin:32px 0}.summary-col h4{font-size:11px;font-weight:800;color:#60a5fa;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.summary-col .value{font-size:28px;font-weight:900;color:#1e40af}.summary-col .value.earnings{color:#f59e0b}.review-warning-box{background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;padding:20px;margin-top:24px;font-size:13px;color:#92400e;line-height:1.6;font-weight:600}.earnings-preview-header{background:#036;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:20px;border-top-right-radius:20px;position:relative}.modal-close-btn-hf{position:absolute;right:24px;top:50%;transform:translateY(-50%);color:#cbd5e1;transition:all .2s;background:transparent;padding:8px;border-radius:50%}.modal-close-btn-hf:hover{background:#ffffff1a;color:#fff}.hf-pay-document{background:#fdfdfd}.statement-title-section{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:24px;border-bottom:2px solid #f1f5f9}.statement-title-section h1{font-size:28px;font-weight:900;color:#1e293b;letter-spacing:-.5px;margin:0}.hf-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%}.hf-modal-grid>div{min-width:0}@media(max-width:640px){.hf-modal-grid{grid-template-columns:1fr}}.hf-pay-table-wrapper{margin:24px 0}.hf-table{width:100%;border-collapse:collapse}.hf-table th{background:#1e293b;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;text-align:left;padding:12px 16px;letter-spacing:1px}.hf-table td{padding:16px;font-size:14px;color:#475569;border-bottom:1px solid #f1f5f9;font-weight:500}.hf-table tr:hover td{background:#f8fafc}.hf-table .bold-val{font-weight:800;color:#1e293b}.net-pay-banner-hf{background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;color:#fff;margin:32px 0;box-shadow:0 10px 25px -5px #10b9814d}.net-pay-banner-hf .label{font-size:20px;font-weight:900;letter-spacing:1px}.net-pay-banner-hf .amount{font-size:32px;font-weight:950}.earnings-info-box-hf{background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;padding:24px;margin-top:32px}.earnings-info-box-hf h5{font-size:13px;font-weight:900;color:#92400e;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.earnings-info-box-hf ul{list-style:none;padding:0;margin:0}.earnings-info-box-hf li{font-size:12px;color:#b45309;font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:8px}.earnings-info-box-hf li:before{content:"";width:4px;height:4px;background:#fbbf24;border-radius:50%}.paystub-card-hf{border-left:4px solid #10b981}.pay-method-banner{background:#eff6ff;padding:10px 16px;border-radius:8px;font-size:12px;font-weight:700;color:#2563eb;display:flex;align-items:center;gap:8px}.modal-input-group label{display:block;font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.modal-input-box{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #e2e8f0;font-size:14px;font-weight:600;color:#1e293b;background:#f8fafc;transition:all .2s}.modal-input-box:focus{background:#fff;border-color:#f97316;outline:none;box-shadow:0 0 0 4px #f973161a}.hf-shift-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px}@media(max-width:1024px){.hf-shift-grid{grid-template-columns:1fr}}.hf-shift-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}.hf-shift-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 24px -8px #00000014}.hf-shift-card-header{margin-bottom:20px}.hf-shift-card-header h3{font-size:18px;font-weight:800;color:#1e293b;margin-bottom:4px}.hf-shift-card-header .role{font-size:13px;color:#64748b;font-weight:700}.staff-needed-badge{color:#2563eb;font-size:13px;font-weight:800;margin-bottom:12px;display:block}.hf-shift-info-list{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.hf-shift-info-item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#475569;font-weight:600;line-height:1.4}.hf-shift-info-item svg{color:#cbd5e1;flex-shrink:0}.hf-shift-compensation{font-size:13px;font-weight:800;color:#f59e0b;margin-top:auto;padding-top:16px;border-top:1px solid #f1f5f9}.hf-special-note-box{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;padding:14px 20px;margin:20px 0}.hf-special-note-box label{display:block;font-size:10px;font-weight:800;color:#1e40af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.hf-special-note-box p{font-size:12px;color:#1e3a8a;font-weight:700}.hf-shift-card-actions{display:flex;gap:12px;margin-top:12px}.hf-modal-branding-header{background:#036;padding:40px;border-radius:20px 20px 0 0;display:flex;justify-content:space-between;align-items:center;color:#fff}.hf-modal-brand-info{display:flex;align-items:center;gap:20px}.hf-modal-brand-icon-box{width:60px;height:60px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:14px;display:flex;align-items:center;justify-content:center}.hf-modal-brand-text h3{font-size:22px;font-weight:900;margin-bottom:2px}.hf-modal-brand-text p{font-size:14px;font-weight:700;opacity:.7}.hf-modal-scroll-area{padding:40px;max-height:70vh;overflow-y:auto}.hf-info-section{margin-bottom:32px}.hf-info-section-title{font-size:12px;font-weight:950;color:#1e293b;text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;display:block}.hf-info-card-block{background:#f8fafc;border-radius:16px;padding:24px;display:flex;align-items:center;gap:20px}.hf-info-card-icon{color:#3b82f6}.hf-info-card-content label{display:block;font-size:11px;font-weight:800;color:#94a3b8;margin-bottom:2px}.hf-info-card-content span{font-size:15px;font-weight:900;color:#1e293b}.hf-special-requirements-banner{background:#eff6ff;border:2px solid #3b82f6;border-radius:16px;padding:24px;margin-bottom:32px}.hf-important-reminders-box{background:#fffbeb;border:2px solid #fde047;border-radius:16px;padding:24px}.hf-important-reminders-box h4{color:#854d0e;font-size:15px;font-weight:900;margin-bottom:16px}.hf-reminder-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.hf-reminder-list li{font-size:13px;color:#a16207;font-weight:700;display:flex;align-items:center;gap:8px}.hf-reminder-list li:before{content:"•";color:#f59e0b;font-weight:900}.hf-modal-bank{max-width:680px!important;border-radius:16px!important}.hf-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width:640px){.hf-form-grid-2{grid-template-columns:1fr}}.support-center-banner{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;display:flex;align-items:center;gap:20px;margin-bottom:32px}.support-icon-box{width:60px;height:60px;background:#f59e0b;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 16px -4px #f59e0b4d}.support-main-layout{display:grid;grid-template-columns:350px 1fr;gap:32px}@media(max-width:1024px){.support-main-layout{grid-template-columns:1fr}}.support-sidebar{display:flex;flex-direction:column;gap:32px}.hf-contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px}.contact-method-item{display:flex;gap:16px;margin-bottom:24px}.contact-icon-wrap{width:44px;height:44px;border-radius:12px;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center}.contact-icon-wrap.green{background:#f0fdf4;color:#22c55e}.contact-icon-wrap.purple{background:#faf5ff;color:#a855f7}.contact-info-text h4{font-size:14px;font-weight:800;color:#1e293b;margin-bottom:2px}.contact-info-text p{font-size:13px;color:#64748b;font-weight:600}.quick-links-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px}.quick-link-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:14px;font-weight:700;color:#475569;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s}.quick-link-item:hover{color:#f59e0b;padding-left:4px}.quick-link-item:last-child{border-bottom:none}.support-request-form{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px}.faq-section-hf{margin-top:40px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px}.faq-item-hf{border-bottom:1px solid #f1f5f9}.faq-header-hf{width:100%;padding:24px 0;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-size:14px;font-weight:800;color:#334155;cursor:pointer;text-align:left}.hf-bank-modal-line{border:0;border-top:1px solid #f1f5f9;margin:30px 0}.btn-hf-ghost{padding:12px 30px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:14px;font-weight:700;transition:all .2s}.btn-hf-ghost:hover{background:#f8fafc;border-color:#cbd5e1}.btn-hf-primary{padding:12px 30px;border-radius:8px;background:#f59e0b;color:#1e293b;font-size:14px;font-weight:700;border:none;box-shadow:0 4px 12px #f59e0b33;transition:all .2s}.btn-hf-primary:hover{background:#d97706;transform:translateY(-1px)}.hf-profile-header-card{text-align:center;padding:60px 40px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-bottom:32px}.pro-avatar-huge{width:120px;height:120px;background:#f59e0b;color:#fff;border-radius:30px;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:900;margin:0 auto 24px;box-shadow:0 20px 40px -12px #f59e0b4d}.hf-profile-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hf-input-container{display:flex;flex-direction:column;gap:8px;text-align:left}.hf-input-container label{font-size:11px;font-weight:800;color:#1e293b;text-transform:uppercase;letter-spacing:.5px}.hf-input-wrapper svg{position:absolute;left:16px;color:#cbd5e1}.hf-input-field{width:100%;padding:14px 16px 14px 48px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;color:#334155;transition:all .2s}.hf-input-field.no-icon{padding-left:16px}.hf-input-field:focus{background:#fff;border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b1a;outline:none}.hf-bank-section{display:flex;flex-direction:column;gap:20px}.hf-bank-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;display:flex;flex-direction:column;position:relative}.hf-bank-card.primary{border:2px solid #10b981}.hf-bank-card-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.hf-bank-icon-box{width:50px;height:50px;background:#1e293b;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.hf-bank-card-title h4{font-size:16px;font-weight:800;color:#1e293b;margin-bottom:2px}.hf-bank-card-title p{font-size:13px;color:#64748b;font-weight:600}.hf-primary-label{position:absolute;top:30px;right:30px;background:#10b981;color:#fff;font-size:10px;font-weight:900;padding:4px 12px;border-radius:6px;text-transform:uppercase;letter-spacing:1px}.hf-bank-data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.hf-bank-data-cell label{display:block;font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-bottom:4px}.hf-bank-data-cell span{font-size:14px;font-weight:700;color:#334155}.hf-modal-bank{max-width:620px!important}.hf-bank-modal-line{border:0;border-top:1px solid #f1f5f9;margin:24px 0}.hf-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.hf-special-requirements-banner{display:flex;align-items:center;padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.hf-input-container label{display:block;font-size:13px;font-weight:700;color:#1e293b;margin-bottom:8px}.hf-input-wrapper{position:relative;display:flex;align-items:center}.hf-input-wrapper svg{position:absolute;left:16px;color:#94a3b8}.hf-input-field{width:100%;height:52px;padding:0 16px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:14px;font-weight:600;color:#1e293b;transition:all .2s}.hf-input-field:not(.no-icon){padding-left:48px}.hf-input-field:focus{border-color:orange;background:#fff;outline:none;box-shadow:0 0 0 4px #ffa5001a}.btn-hf-primary{background:#ffb800;color:#036;font-weight:800;padding:12px 32px;border-radius:10px;border:none;font-size:14px;cursor:pointer;transition:all .2s}.btn-hf-primary:hover{background:#f0ad00}.btn-hf-ghost{background:#fff;color:#64748b;font-weight:800;padding:12px 32px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;cursor:pointer;transition:all .2s}.btn-hf-ghost:hover{background:#f8fafc;color:#1e293b}.hf-noti-summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media(max-width:1024px){.hf-noti-summary-grid{grid-template-columns:repeat(2,1fr)}}.hf-noti-item{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:24px 32px;display:flex;align-items:center;gap:24px;margin-bottom:16px;transition:all .2s}.hf-noti-item:hover{border-color:#cbd5e1;transform:translate(4px);box-shadow:0 4px 12px #0000000d}.hf-noti-item.is-new{border:1.5px solid #f59e0b;background:#fffcf0}.noti-icon-wrap{width:50px;height:50px;border-radius:14px;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.noti-icon-wrap.blue{background:#eff6ff;color:#3b82f6}.noti-icon-wrap.orange{background:#fff7ed;color:#f97316}.noti-icon-wrap.green{background:#f0fdf4;color:#22c55e}.noti-icon-wrap.purple{background:#faf5ff;color:#a855f7}.noti-content-text{flex:1;text-align:left}.noti-content-text h4{font-size:15px;font-weight:800;color:#1e293b;margin-bottom:2px}.noti-content-text p{font-size:13px;font-weight:600;color:#64748b}.hf-status-badge{padding:4px 12px;border-radius:6px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.5px}.hf-status-badge.pending{background:#fff7ed;color:#f97316;border:1px solid #ffedd5}.hf-status-badge.approved{background:#f0fdf4;color:#16a34a;border:1px solid #dcfce7}.hf-status-badge.paid{background:#f0fdf9;color:#0d9488;border:1px solid #ccfbf1}.hf-status-badge.available{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.hf-status-badge.active{background:#f0fdf4;color:#16a34a;border:1px solid #dcfce7}.hf-info-card-block{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#f8fafc;border-radius:12px;border:1px solid transparent}.hf-info-card-icon{width:44px;height:44px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#036;flex-shrink:0}.hf-info-card-content label{display:block;font-size:11px;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.hf-info-card-content span{font-size:14px;font-weight:700;color:#1e293b}.hf-clocking-cta-row{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:12px}.hf-clocking-cta-info{display:flex;align-items:center;gap:16px}.hf-clocking-cta-icon{width:40px;height:40px;background:#eff6ff;color:#3b82f6;border-radius:10px;display:flex;align-items:center;justify-content:center}.hf-clocking-cta-icon.orange{background:#fffae6;color:#ffb800}.hf-clocking-cta-text h4{font-size:14px;font-weight:800;color:#1e293b;margin-bottom:2px}.hf-clocking-cta-text p{font-size:12px;font-weight:600;color:#94a3b8}.btn-clock-action{padding:6px 16px;border-radius:8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px;border:1px solid transparent;transition:all .2s}.btn-clock-action.blue{background:#eff6ff;color:#3b82f6;border-color:#dbeafe}.btn-clock-action.green{background:#f0fdf4;color:#16a34a;border-color:#dcfce7}.btn-clock-action.orange{background:#fffae6;color:#ffb800;border-color:#ffedd5}.hf-reminder-list{list-style:none;padding:0;margin:0}.hf-reminder-list li{font-size:13px;font-weight:600;color:#92400e;margin-bottom:8px;padding-left:20px;position:relative}.hf-reminder-list li:before{content:"•";position:absolute;left:0;color:#ffb800;font-weight:900}.noti-meta-text{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.noti-new-badge{background:#f59e0b;color:#fff;font-size:10px;font-weight:950;padding:2px 10px;border-radius:6px;text-transform:uppercase}.messaging-main-container{background:#fff;border:1px solid #e2e8f0;border-radius:24px;display:grid;grid-template-columns:400px 1fr;height:750px;overflow:hidden}@media(max-width:1024px){.messaging-main-container{grid-template-columns:1fr;height:calc(100vh - 120px)}.msg-threads-pane.is-hidden,.msg-chat-pane.is-hidden{display:none}}.msg-threads-pane{border-right:1px solid #f1f5f9;display:flex;flex-direction:column}.msg-search-header{padding:30px;border-bottom:1px solid #f1f5f9}.msg-threads-list{flex:1;overflow-y:auto}.msg-thread-item{padding:24px 30px;display:flex;gap:16px;cursor:pointer;border-bottom:1px solid #f8fafc;transition:all .2s;text-align:left}.msg-thread-item:hover{background:#f8fafc}.msg-thread-item.active{background:#fffcf0;border-left:4px solid #f59e0b;padding-left:26px}.msg-thread-avatar{width:48px;height:48px;border-radius:12px;background:#1e3a8a;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.msg-thread-info{flex:1}.msg-thread-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.msg-thread-top h4{font-size:14px;font-weight:800;color:#1e293b}.msg-thread-time{font-size:11px;font-weight:600;color:#94a3b8}.msg-thread-preview{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.msg-chat-pane{display:flex;flex-direction:column;background:#fcfcfc}.msg-chat-header{padding:24px 30px;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.msg-chat-body{flex:1;padding:40px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.msg-bubble{max-width:70%;padding:16px 20px;border-radius:12px;font-size:13px;line-height:1.5;position:relative;text-align:left}.msg-bubble.received{align-self:flex-start;background:#fff;color:#334155;border:1px solid #e2e8f0;border-bottom-left-radius:2px}.msg-bubble.sent{align-self:flex-end;background:#036;color:#fff;border-bottom-right-radius:2px}.msg-bubble-meta{font-size:10px;margin-top:8px;display:flex;align-items:center;gap:4px}.msg-chat-footer{padding:30px;background:#fff;border-top:1px solid #f1f5f9}.msg-input-wrap{display:flex;gap:16px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:8px 16px}.msg-input-box{flex:1;background:transparent;border:none;padding:12px 0;font-size:14px;font-weight:600;outline:none}.block{display:block}.inline-block{display:inline-block}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.bg-\[\#003366\],.\!bg-\[\#003366\]{background-color:#036!important}.bg-\[\#ffb800\],.\!bg-\[\#ffb800\]{background-color:#ffb800!important}.bg-\[\#16a34a\],.\!bg-\[\#16a34a\]{background-color:#16a34a!important}.bg-\[\#f0fdf4\],.\!bg-\[\#f0fdf4\]{background-color:#f0fdf4!important}.bg-\[\#fff9f5\],.\!bg-\[\#fff9f5\]{background-color:#fff9f5!important}.bg-\[\#fffbeb\],.\!bg-\[\#fffbeb\]{background-color:#fffbeb!important}.bg-\[\#eff6ff\],.\!bg-\[\#eff6ff\]{background-color:#eff6ff!important}.bg-slate-900,.\!bg-slate-900{background-color:#0f172a!important}.bg-white\/10{background-color:#ffffff1a!important}.bg-slate-50\/20{background-color:#f8fafc33!important}.bg-slate-50\/30{background-color:#f8fafc4d!important}.bg-slate-50\/50,.\!bg-slate-50\/50{background-color:#f8fafc80!important}.\!bg-slate-50{background-color:#f8fafc!important}.\!bg-slate-100{background-color:#f1f5f9!important}.text-\[\#003366\],.\!text-\[\#003366\]{color:#036!important}.text-\[\#16a34a\],.\!text-\[\#16a34a\]{color:#16a34a!important}.text-\[\#d97706\],.\!text-\[\#d97706\]{color:#d97706!important}.text-\[\#1e40af\],.\!text-\[\#1e40af\]{color:#1e40af!important}.text-white\/40{color:#fff6!important}.text-white\/70{color:#ffffffb3!important}.text-\[10px\],.\!text-\[10px\]{font-size:10px!important}.text-3xl,.\!text-3xl{font-size:30px!important}.text-4xl,.\!text-4xl{font-size:36px!important}.text-5xl{font-size:48px!important;line-height:1!important}.border-\[\#fef3c7\],.\!border-\[\#fef3c7\]{border-color:#fef3c7!important}.border-\[\#dbeafe\],.\!border-\[\#dbeafe\]{border-color:#dbeafe!important}.border-white\/20{border-color:#fff3!important}.border-b-2{border-bottom-width:2px!important}.\!border-l-4{border-left-width:4px!important}.\!border-l-\[\#ffb800\]{border-left-color:#ffb800!important}.rounded-\[32px\]{border-radius:32px!important}.rounded-\[40px\]{border-radius:40px!important}.tracking-\[2px\]{letter-spacing:2px!important}.tracking-\[4px\]{letter-spacing:4px!important}.backdrop-blur-md{backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}.shadow-blue-100{box-shadow:0 10px 15px -3px #2563eb1a!important}.shadow-orange-100{box-shadow:0 10px 15px -3px #f59e0b1a!important}.shadow-slate-200{box-shadow:0 10px 15px -3px #1e293b1a!important}.opacity-40{opacity:.4!important}.opacity-60{opacity:.6!important}.leading-relaxed{line-height:1.625!important}.max-h-\[80vh\]{max-height:80vh!important}.max-h-\[92vh\]{max-height:92vh!important}.mb-0\.5{margin-bottom:2px!important}.gap-0\.5{gap:2px!important}.flex-row,.\!flex-row{flex-direction:row!important}.text-\[\#d97706\]\/40{color:#d9770666!important}.\!h-auto{height:auto!important}.\!h-14{height:56px!important}.\!pl-12{padding-left:48px!important}.\!py-4{padding-top:16px!important;padding-bottom:16px!important}.\!resize-none{resize:none!important}.\!mb-1{margin-bottom:4px!important}.hf-data-cell.highlight-green{background-color:#f0fdf480!important;border-color:#dcfce7!important}.hf-payment-banner{background-color:#eff6ff!important;border:1px solid #dbeafe!important;border-radius:12px!important;padding:12px 24px!important;font-size:13px!important;font-weight:700!important;color:#1e40af!important;display:flex!important;align-items:center!important;gap:8px!important}.msg-bubble-sent{background-color:#036!important;color:#fff!important;border-radius:24px 24px 0!important;padding:16px 24px!important;font-size:14px!important;font-weight:600!important;box-shadow:0 4px 12px #0033661a!important}.msg-bubble-received{background-color:#f1f5f9!important;color:#334155!important;border-radius:24px 24px 24px 0!important;padding:16px 24px!important;font-size:14px!important;font-weight:600!important;border:1px solid #e2e8f0!important}.btn-orange-fab{width:56px!important;height:56px!important;background-color:#ffb800!important;color:#fff!important;border-radius:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:none!important;box-shadow:0 10px 20px #ffb8004d!important;cursor:pointer!important;transition:all .2s!important}.btn-orange-fab:hover{transform:scale(1.05)!important;filter:brightness(1.1)!important}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.pro-auth-wrapper{min-height:100vh;background:radial-gradient(circle at top right,#fff5eb,#fff);display:flex;flex-direction:column;align-items:center;padding:40px 20px}.pro-auth-nav{width:100%;max-width:1200px;margin-bottom:20px}.back-btn{background:none;border:none;color:#1e3a8a;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer;transition:transform .2s ease}.back-btn:hover{transform:translate(-5px)}.pro-auth-header{text-align:center;margin-bottom:30px}.pro-icon-circle{background-color:#f59e0b;width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 4px 12px #f59e0b4d}.error-banner,.pro-error-banner{border-radius:8px;padding:10px 14px;font-size:13.5px;font-weight:500;margin-bottom:14px;line-height:1.45}.error-banner{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.pro-error-banner{background:#fff7ed;border:1px solid #fed7aa;color:#c2410c}.submit-btn:disabled,.pro-submit-btn:disabled{opacity:.65;cursor:not-allowed}.auth-footer,.pro-auth-footer{margin-top:16px;text-align:center;font-size:13.5px;color:#6b7280}.inline-btn,.pro-inline-btn,.pro-forgot-link{background:none;border:none;padding:0;cursor:pointer;font-size:inherit;font-weight:600;text-decoration:underline}.inline-btn,.forgot-btn{color:#036}.pro-inline-btn,.pro-forgot-link{color:#f97316}.inline-btn:hover,.pro-inline-btn:hover,.pro-forgot-link:hover{opacity:.75}.inline-btn:disabled,.pro-inline-btn:disabled{opacity:.45;cursor:not-allowed;text-decoration:none}.pro-auth-header h1{font-size:28px;color:#1e3a8a;margin-bottom:8px}.pro-auth-header p{color:#6b7280;font-size:15px}.pro-auth-card{background:#fff;width:100%;max-width:480px;border-radius:20px;box-shadow:0 10px 40px #00000014;overflow:hidden}.pro-auth-tabs{display:flex;background:#f3f4f6;padding:6px;margin:15px;border-radius:12px}.auth-tab{flex:1;border:none;background:none;padding:10px 0;font-size:14px;font-weight:600;color:#374151;cursor:pointer;border-radius:8px;transition:all .2s}.auth-tab.active{background:#fff;color:#111827;box-shadow:0 2px 8px #0000000d}.auth-form-container{padding:10px 30px 40px}.form-info{margin-bottom:24px}.form-info h3{font-size:18px;color:#1e3a8a;margin-bottom:4px;font-weight:800}.form-info p{font-size:13px;color:#6b7280}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:800;color:#374151;margin-bottom:6px}.form-group input{width:100%;padding:14px;border:none;border-radius:10px;font-size:14px;outline:none;transition:background .2s;background-color:#f3f4f6}.form-group input:focus{background-color:#e5e7eb}.form-options{text-align:right;margin-bottom:20px}.form-options a{font-size:13px;color:#f59e0b;text-decoration:none;font-weight:500}.pro-submit-btn{width:100%;background-color:orange;color:#fff;border:none;padding:16px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s}.pro-submit-btn:hover{background-color:#ff8c00}.success-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.success-modal{background:#fff;padding:40px;border-radius:24px;text-align:center;max-width:400px;width:90%;box-shadow:0 20px 60px #00000026}.check-circle-anim{margin-bottom:20px}.success-modal h2{font-size:22px;color:#111827;line-height:1.4}.status-overlay-fixed{position:fixed;inset:0;z-index:99999;background:#00000073;display:flex;align-items:center;justify-content:center;animation:status-fade-in .2s ease}.status-success-card{background:#fff;border-radius:28px;padding:52px 48px 44px;display:flex;flex-direction:column;align-items:center;gap:20px;box-shadow:0 32px 80px #0000002e;animation:status-pop-in .3s cubic-bezier(.34,1.56,.64,1);min-width:300px;max-width:420px;text-align:center}.status-success-card h3{font-size:1.25rem;font-weight:800;color:#036;margin:0;line-height:1.3}.status-icon-ring{width:88px;height:88px;border-radius:50%;display:flex;align-items:center;justify-content:center}.status-icon-ring.success{background:#ecfdf5;color:#036}.status-error-banner{display:flex;align-items:center;gap:10px;background:#fff7ed;border:1.5px solid #fed7aa;color:#c2410c;border-radius:10px;padding:11px 14px;font-size:13.5px;font-weight:600;margin-bottom:16px;line-height:1.4}.status-error-icon{flex-shrink:0;display:flex;align-items:center}.status-error-text{flex:1}.status-error-close{flex-shrink:0;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;color:#c2410c;opacity:.6;transition:opacity .15s}.status-error-close:hover{opacity:1}@keyframes status-fade-in{0%{opacity:0}to{opacity:1}}@keyframes status-pop-in{0%{opacity:0;transform:scale(.85) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}
