@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');:root{--primary-color: #10B981;--primary-hover: #059669;--secondary-color: #06B6D4;--secondary-hover: #0891B2;--bg-dark: #0B1120;--bg-darker: #020617;--text-main: #0F172A;--text-muted: #475569;--text-light: #475569;--glass-bg: rgba(15,23,42,0.7);--glass-border: rgba(255,255,255,0.08)}*{margin: 0;padding: 0;box-sizing: border-box;font-family: 'Inter',sans-serif}body.dark-theme-page,body.raas-dark,body.cyber-theme,[data-theme="dark"]{--text-main: #F8FAFC;--text-muted: #94A3B8;--text-light: #CBD5E1;background: radial-gradient(120% 120% at 50% 10%,#020617 30%,#0B1120 70%,#064e3b 100%) !important;background-color: #0B1120 !important;color: var(--text-main) !important;min-height: 100vh;display: flex;flex-direction: column;overflow-x: hidden}body{min-height: 100vh;display: flex;flex-direction: column;overflow-x: hidden;color: var(--text-main);background-color: #ffffff}.glass-panel{background: #ffffff;border: 1px solid #e2e8f0;border-radius: 16px;box-shadow: 0 10px 30px rgba(15,23,42,0.06);color: var(--text-main)}body.dark-theme-page .glass-panel,body.raas-dark .glass-panel,.dark-theme-page .glass-panel,[data-theme="dark"] .glass-panel{background: var(--glass-bg);backdrop-filter: blur(12px);-webkit-backdrop-filter: blur(12px);border: 1px solid var(--glass-border);box-shadow: 0 4px 30px rgba(0,0,0,0.5);color: #F8FAFC}h1,h2,h3{font-weight: 700;line-height: 1.2}.text-gradient{background: linear-gradient(to right,var(--primary-color),var(--secondary-color));-webkit-background-clip: text;-webkit-text-fill-color: transparent}.btn{display: inline-block;padding: 12px 24px;border-radius: 8px;font-weight: 600;text-decoration: none;transition: all 0.3s ease;cursor: pointer;border: none;text-align: center}.btn-primary{background: var(--primary-color);color: white;box-shadow: 0 4px 14px rgba(16,185,129,0.4)}.btn-primary:hover{background: var(--primary-hover);transform: translateY(-2px);box-shadow: 0 6px 20px rgba(16,185,129,0.6)}.btn-secondary{background: var(--secondary-color);color: white;box-shadow: 0 4px 14px rgba(16,185,129,0.4)}.btn-secondary:hover{background: var(--secondary-hover);transform: translateY(-2px);box-shadow: 0 6px 20px rgba(16,185,129,0.6)}.btn-outline{background: transparent;color: var(--primary-color);border: 1.5px solid var(--primary-color)}.btn-outline:hover{background: var(--primary-color);color: #ffffff}.form-group{margin-bottom: 20px}.form-group label{display: block;margin-bottom: 8px;font-size: 0.9rem;color: var(--text-muted)}.form-control{width: 100%;padding: 12px 16px;border: 1px solid #cbd5e1;border-radius: 8px;color: #0f172a;font-size: 1rem;transition: all 0.3s ease;background: #ffffff}.form-control:focus{outline: none;border-color: var(--primary-color);box-shadow: 0 0 0 3px rgba(16,185,129,0.15)}body.dark-theme-page .form-control,body.raas-dark .form-control,.bg-dark .form-control{background: rgba(15,23,42,0.6);border-color: var(--glass-border);color: var(--text-main)}body.dark-theme-page .form-control:focus,body.raas-dark .form-control:focus,.bg-dark .form-control:focus{border-color: var(--primary-color);box-shadow: 0 0 0 3px rgba(16,185,129,0.2)}@keyframes fadeInUp{from{opacity: 0;transform: translateY(20px)}to{opacity: 1;transform: translateY(0)}}.animate-fade-in-up{animation: fadeInUp 0.8s cubic-bezier(0.16,1,0.3,1) forwards}.navbar{padding: 20px 5%;display: flex;justify-content: space-between;align-items: center;position: sticky;top: 0;z-index: 100;background: rgba(2,6,23,0.8);backdrop-filter: blur(10px);border-bottom: 1px solid var(--glass-border)}.navbar-brand{font-size: 1.5rem;font-weight: 700;color: white;text-decoration: none;display: flex;align-items: center;gap: 10px}.nav-links{display: flex;gap: 20px}.nav-links a{color: var(--text-muted);text-decoration: none;font-weight: 500;transition: color 0.3s ease}.nav-links a:hover{color: var(--text-main)}.btn,button,a.btn,input[type="submit"],input[type="button"]{min-height: 44px;min-width: 44px}.form-control,.form-select,input[type="text"],input[type="email"],input[type="password"],input[type="url"],input[type="number"],input[type="date"],input[type="tel"],textarea,select{min-height: 44px;font-size: 16px !important}.extra-small{font-size: 0.72rem}.container{max-width: 100%}@media (max-width: 576px){.display-1,.display-2,.display-3,.display-4,.display-5{font-size: 1.5rem !important;line-height: 1.3 !important}h1{font-size: 1.4rem !important}h2{font-size: 1.2rem !important}h3{font-size: 1.1rem !important}h4{font-size: 1rem !important}.lead{font-size: 0.92rem !important}.p-5{padding: 1rem !important}.p-4{padding: 0.85rem !important}.px-5{padding-left: 1rem !important;padding-right: 1rem !important}.py-5{padding-top: 1.5rem !important;padding-bottom: 1.5rem !important}.btn-lg{width: 100% !important;font-size: 0.95rem !important;padding: 12px 16px !important}.d-flex{flex-wrap: wrap !important}.row{margin-left: 0 !important;margin-right: 0 !important}.nav-pills,.nav-tabs{flex-wrap: nowrap !important;overflow-x: auto !important;-webkit-overflow-scrolling: touch;scrollbar-width: none;padding-bottom: 4px}.nav-pills::-webkit-scrollbar,.nav-tabs::-webkit-scrollbar{display: none}.nav-pills .nav-item,.nav-tabs .nav-item{flex-shrink: 0 !important}.dashboard-container{padding: 16px 12px !important}.card-body{padding: 16px !important}.badge{white-space: nowrap;font-size: 0.68rem !important}.row .col-md-3,.row .col-lg-3,.row .col-md-4,.row .col-lg-4{flex: 0 0 100% !important;max-width: 100% !important}table{font-size: 0.78rem !important}.table td,.table th{padding: 6px 8px !important}.site-footer .row{text-align: center}.site-footer .col-md-4,.site-footer .col-md-3{flex: 0 0 100% !important;max-width: 100% !important;margin-bottom: 12px !important}img,video,iframe,embed,object{max-width: 100% !important;height: auto !important}[style*="grid-template-columns"]{grid-template-columns: 1fr !important}}@media (min-width: 577px) and (max-width: 767px){.display-5{font-size: 1.8rem !important}h1{font-size: 1.6rem !important}.lead{font-size: 0.95rem !important}.p-5{padding: 1.5rem !important}[style*="grid-template-columns: 1.3fr"],[style*="grid-template-columns: 1.5fr"]{grid-template-columns: 1fr 1fr !important}}@media (min-width: 768px){.container{max-width: 1200px}}.form-label,.form-group label{color: #334155;font-weight: 600}body.dark-theme-page .form-label,body.dark-theme-page .form-group label,body.raas-dark .form-label,body.raas-dark .form-group label{color: var(--text-muted)}.crunchy-card{background: rgba(15,23,42,0.85);border: 1px solid rgba(255,255,255,0.08);border-radius: 18px;box-shadow: 0 10px 30px rgba(0,0,0,0.4);transition: all 0.25s cubic-bezier(0.16,1,0.3,1)}.crunchy-card:hover{border-color: rgba(16,185,129,0.35);transform: translateY(-2px)}.evidence-pill{display: inline-flex;align-items: center;gap: 6px;padding: 3px 10px;border-radius: 20px;font-size: 0.75rem;font-weight: 700;background: rgba(16,185,129,0.12);color: #34D399;border: 1px solid rgba(16,185,129,0.3)}.card.bg-slate-900,.bg-slate-900{background-color: rgba(15,23,42,0.92) !important;background: rgba(15,23,42,0.92) !important;border-color: rgba(255,255,255,0.08) !important;color: #F8FAFC !important}.card.bg-slate-800,.bg-slate-800{background-color: rgba(30,41,59,0.75) !important;background: rgba(30,41,59,0.75) !important;border-color: rgba(255,255,255,0.08) !important;color: #F8FAFC !important}.border-slate-800{border-color: rgba(255,255,255,0.08) !important}.border-slate-700{border-color: rgba(255,255,255,0.15) !important}body.dark-theme-page .card,.cyber-theme .card{background-color: rgba(15,23,42,0.92);border-color: rgba(255,255,255,0.08);color: #F8FAFC}.navbar.fixed-top,.navbar.sticky-top,nav.navbar{position: fixed !important;top: 0 !important;left: 0 !important;right: 0 !important;width: 100% !important;z-index: 1060 !important;background: rgba(2,6,23,0.96) !important;backdrop-filter: blur(16px) !important;-webkit-backdrop-filter: blur(16px) !important;border-bottom: 1px solid rgba(255,255,255,0.08) !important;box-shadow: 0 4px 25px rgba(0,0,0,0.5) !important}body{padding-top: 66px !important}.header-brand-logo{height: 38px;width: auto;object-fit: contain;box-shadow: 0 0 15px rgba(16,185,129,0.25);transition: all 0.25s ease}.header-brand-title{font-size: 1.15rem;font-weight: 800;letter-spacing: -0.01em;line-height: 1.1}.header-brand-tagline{font-size: 0.65rem;color: #10b981;font-weight: 700;letter-spacing: 0.4px;margin-top: 1px;line-height: 1.2}@media (max-width: 991.98px){.header-brand-logo{height: 30px !important}.header-brand-title{font-size: 1.02rem !important}.header-brand-tagline{font-size: 0.58rem !important;letter-spacing: 0.2px}}@media (max-width: 480px){.header-brand-logo{height: 26px !important;border-radius: 5px !important}.header-brand-title{font-size: 0.94rem !important}.header-brand-tagline{display: none !important}.navbar{padding-top: 0.35rem !important;padding-bottom: 0.35rem !important}body{padding-top: 56px !important}}.site-footer{position: relative;z-index: 10;background-color: #030712 !important;color: #cbd5e1 !important}.site-footer p,.site-footer p.text-slate-200,.site-footer p.text-slate-300,.site-footer p.text-slate-400,.site-footer p.text-muted{color: #e2e8f0 !important;font-size: 0.92rem !important;opacity: 1 !important}.site-footer .copyright,.site-footer small,.site-footer .text-xs{color: #cbd5e1 !important;font-size: 0.82rem !important;opacity: 1 !important}.site-footer a:not(.btn){color: #cbd5e1 !important;text-decoration: none !important;transition: all 0.25s ease;display: inline-block;opacity: 1 !important}.site-footer a:not(.btn):hover{color: #38bdf8 !important;transform: translateX(5px)}.site-footer h3.footer-col-title,.footer-col-title{color: #ffffff !important;font-size: 0.95rem;font-weight: 700;letter-spacing: 0.05em;text-transform: uppercase;margin-bottom: 1.5rem !important;position: relative;padding-bottom: 0.5rem;opacity: 1 !important}.footer-col-title::after{content: '';position: absolute;left: 0;bottom: 0;height: 2px;width: 30px;background: #38bdf8;border-radius: 2px}.site-footer .text-purple-300{color: #d8b4fe !important}.site-footer .text-purple-300:hover{color: #e9d5ff !important}.site-footer .text-amber-300{color: #fcd34d !important}.site-footer .text-amber-300:hover{color: #fde68a !important}.site-footer .text-sky-300{color: #7dd3fc !important}.site-footer .text-sky-300:hover{color: #bae6fd !important}.site-footer .text-emerald-400{color: #34d399 !important}.site-footer .text-cyan-400{color: #22d3ee !important}.site-footer .text-purple-400{color: #c084fc !important}.site-footer .text-sky-400{color: #38bdf8 !important}.site-footer .footer-link-list{gap: 0.8rem !important}#hrlinkedSupportLauncher{position: fixed !important;bottom: 22px !important;right: 105px !important;z-index: 2147483640 !important;display: flex !important;align-items: center !important;visibility: visible !important;opacity: 1 !important;pointer-events: all !important}#hrlinkedSupportLauncherBtn{display: flex !important;align-items: center !important;justify-content: center !important;height: 46px !important;min-height: 46px !important;width: 46px !important;min-width: 46px !important;max-width: 46px !important;padding: 0 !important;background: linear-gradient(135deg,#10b981 0%,#047857 100%) !important;color: #ffffff !important;border: 2px solid #34d399 !important;border-radius: 50px !important;font-weight: 700 !important;font-family: inherit !important;cursor: pointer !important;box-shadow: 0 4px 15px rgba(16,185,129,0.4) !important;transition: max-width 0.35s cubic-bezier(0.16,1,0.3,1),padding 0.3s ease,transform 0.2s ease !important;text-decoration: none !important;overflow: hidden !important;white-space: nowrap !important}#hrlinkedSupportLauncherBtn:hover{width: auto !important;max-width: 240px !important;padding: 0 16px 0 6px !important;transform: translateY(-2px) !important}#hrlinkedSupportLauncherBtn .hrl-icon-circle{display: inline-flex !important;align-items: center !important;justify-content: center !important;width: 42px !important;height: 42px !important;flex-shrink: 0 !important}#hrlinkedSupportLauncherBtn .hrl-text-label{display: inline-flex !important;align-items: center !important;gap: 8px !important;max-width: 0 !important;opacity: 0 !important;overflow: hidden !important;white-space: nowrap !important;transition: max-width 0.35s cubic-bezier(0.16,1,0.3,1),opacity 0.25s ease,margin 0.3s ease !important;margin-left: 0 !important}#hrlinkedSupportLauncherBtn:hover .hrl-text-label{max-width: 180px !important;opacity: 1 !important;margin-left: 4px !important}@media (max-width: 768px){#hrlinkedSupportLauncher{bottom: 85px !important;right: 20px !important}}