:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;--bg-primary: #0a0a0a;--bg-secondary: #141414;--bg-tertiary: #1a1a1a;--accent-blue: #3b82f6;--accent-blue-light: #60a5fa;--accent-blue-dark: #2563eb;--text-primary: #ffffff;--text-secondary: #e5e7eb;--text-muted: #9ca3af;--border-color: #2a2a2a;color-scheme:dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600}a{color:var(--accent-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-blue-light)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:all .25s}button:hover{background-color:var(--bg-secondary);border-color:var(--accent-blue)}button:focus,button:focus-visible{outline:2px solid var(--accent-blue);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color)}.layout{width:100%;min-height:100vh;background-color:var(--bg-primary)}.main-content{width:100%;min-height:100vh;background-color:var(--bg-primary);padding:0}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--bg-primary);padding:2rem}.login-container{width:100%;max-width:420px}.login-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:3rem;box-shadow:0 8px 32px #0000004d}.login-header{text-align:center;margin-bottom:2.5rem}.logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--accent-blue) 0%,var(--accent-blue-dark) 100%);border-radius:8px;transform:rotate(45deg)}.logo-text{font-size:1.5rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.logo-accent{color:var(--accent-blue)}.login-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.login-subtitle{font-size:1rem;color:var(--text-secondary);margin:0}.login-button{width:100%;padding:.875rem 1.5rem;background-color:#0078d4;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.login-button:hover:not(:disabled){background-color:#106ebe;transform:translateY(-1px);box-shadow:0 4px 12px #0078d44d}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{text-align:center}.login-help-text{font-size:.875rem;color:var(--text-muted);margin:0}.login-error{background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.error-message{color:#ef4444;font-size:.9375rem;font-weight:600;margin:0 0 .5rem}.error-help{color:var(--text-secondary);font-size:.8125rem;margin:.5rem 0 0;line-height:1.5}.error-help code{background-color:var(--bg-tertiary);padding:.125rem .375rem;border-radius:4px;font-size:.75rem;color:var(--accent-blue)}@media(max-width:768px){.login-card{padding:2rem}.login-title{font-size:1.75rem}}.home-page{width:100%;min-height:100vh;background-color:#f5f5f5;color:#333}.edit-button,.expand-button{background:transparent;border:none;color:#fff;padding:.25rem .5rem;cursor:pointer;font-size:.875rem;border-radius:4px;transition:background-color .2s}.edit-button:hover,.expand-button:hover{background-color:#ffffff1a}.expand-button{padding:.25rem;display:flex;align-items:center;justify-content:center}.hero-section{padding:2rem;background-color:#f5f5f5}.home-welcome-row{display:flex;align-items:stretch;justify-content:space-between;gap:1.5rem;max-width:1600px;margin:0 auto 1.5rem}.home-welcome{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.home-welcome-title{margin:0 0 .35rem;font-size:1.75rem;font-weight:600;color:#1a1a1a;letter-spacing:-.02em}.home-welcome-message{margin:0;font-size:1rem;color:#6b7280;line-height:1.5}.hero-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1rem;max-width:1600px;margin:0 auto;min-height:500px}.hero-block-link{text-decoration:none;color:inherit;display:block;width:100%;height:100%}.hero-block-link.hero-block-large{grid-row:1 / 3;min-height:500px}.hero-block-link.hero-block-large .hero-block{height:100%;min-height:500px}.hero-block-link.hero-block-small .hero-block{height:100%;min-height:240px}.hero-block{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;display:flex;align-items:stretch}.hero-block:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hero-block-large{min-height:500px;height:100%}.hero-block-small{min-height:240px;height:100%}.hero-block-image{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center}.hero-block-image img{width:100%;height:100%;object-fit:cover;display:block}.new-employees .hero-block-image{background-color:#f0f0f0}.new-employees .hero-block-image:not(.hero-block-team-lookup-grid) img{object-fit:cover;object-position:center center;width:100%;height:100%}.new-employees .hero-block-image.hero-block-team-lookup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:2px;background-color:#e0e0e0;align-items:stretch;justify-items:stretch}.new-employees .hero-block-team-lookup-cell{position:relative;min-height:0;min-width:0;overflow:hidden;background-color:#f0f0f0}.new-employees .hero-block-team-lookup-cell img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.company-gallery .hero-block-image{background-color:#f0f0f0}.company-gallery .hero-block-image.hero-block-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:2px;background-color:#e0e0e0;align-items:stretch;justify-items:stretch}.company-gallery .hero-block-gallery-cell{position:relative;min-height:0;min-width:0;overflow:hidden;background-color:#f0f0f0}.company-gallery .hero-block-gallery-cell img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.sales-update .hero-block-image{background-color:#fff;padding:1rem;margin:0}.sales-update .hero-block-image.sales-update-image-dark{background:linear-gradient(135deg,#0d3b66,#0b5fa5)}.sales-update .hero-block-image img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.hero-block-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 60%,transparent 100%);padding:2rem 1.5rem 1.5rem;z-index:1}.hero-block-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-block-small .hero-block-title{font-size:1.125rem}.world-cup-header-tile{flex-shrink:0;width:min(400px,44%);text-decoration:none;color:#f8fafc;background:linear-gradient(135deg,#0b1f3a,#12325c 45%,#0f5132);border-radius:10px;padding:.85rem 1rem;box-shadow:0 4px 14px #0f172a2e;transition:transform .2s,box-shadow .2s}.world-cup-header-tile:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0f172a38}.world-cup-header-tile-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.world-cup-header-tile-title{margin:0;font-size:.95rem;font-weight:600;color:#fff}.world-cup-header-tile-live{background:#dc2626;color:#fff;font-size:.6rem;font-weight:700;letter-spacing:.06em;padding:.15rem .45rem;border-radius:999px;animation:wc-header-pulse 1.5s ease-in-out infinite}@keyframes wc-header-pulse{0%,to{opacity:1}50%{opacity:.65}}.world-cup-header-tile-body{display:grid;grid-template-columns:1.15fr 1fr;gap:.75rem}.world-cup-header-tile-section{min-width:0}.world-cup-header-tile-label{font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#f8fafcb3;margin-bottom:.35rem}.world-cup-header-tile-status,.world-cup-header-tile-error,.world-cup-header-tile-empty{margin:0;font-size:.8rem;color:#f8fafcd9}.world-cup-header-tile-error{color:#fecaca}.world-cup-header-tile-matches{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.world-cup-header-tile-match{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.75rem;background:#ffffff14;border-radius:5px;padding:.3rem .45rem}.world-cup-header-tile-match--live{background:#dc262638;border:1px solid rgba(252,165,165,.35)}.world-cup-header-tile-match-teams{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.world-cup-header-tile-match-score{font-weight:700;flex-shrink:0}.world-cup-header-tile-groups{display:flex;flex-direction:column;gap:.3rem}.world-cup-header-tile-group{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.4rem;font-size:.75rem;background:#ffffff14;border-radius:5px;padding:.3rem .45rem}.world-cup-header-tile-group-name{font-weight:700;color:#f8fafccc}.world-cup-header-tile-group-leader{display:flex;align-items:center;gap:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.world-cup-header-tile-flag{width:16px;height:11px;object-fit:cover;border-radius:2px}.world-cup-header-tile-group-pts{font-weight:700;color:#bbf7d0}@media(max-width:900px){.home-welcome-row{flex-direction:column}.world-cup-header-tile{width:100%}.world-cup-header-tile-body{grid-template-columns:1fr 1fr}}.holidays-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:1rem;z-index:2;pointer-events:none}.holiday-item{background:#fffffff2;padding:.5rem .75rem;margin-bottom:.5rem;border-radius:4px;pointer-events:auto;width:100%;min-width:200px}.holiday-item:last-child{margin-bottom:0}.holiday-date{font-size:.75rem;font-weight:700;color:#0078d4;text-transform:uppercase;margin-bottom:.25rem}.holiday-name{font-size:.8125rem;font-weight:600;color:#333;margin-bottom:.125rem}.holiday-full-date{font-size:.75rem;color:#666}.main-content-section{padding:2rem;background-color:#f5f5f5}.content-grid{display:grid;grid-template-columns:1fr 1fr 1fr 300px;gap:2rem;max-width:1600px;margin:0 auto}.content-column{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.content-title{font-size:1rem;font-weight:600;color:#333;margin:0}.add-button,.link-button{background:transparent;border:none;color:#0078d4;padding:.25rem .5rem;cursor:pointer;font-size:.875rem;border-radius:4px;transition:background-color .2s}.add-button:hover,.link-button:hover{background-color:#f0f0f0}.header-actions{display:flex;gap:.5rem}.news-list{display:flex;flex-direction:column;gap:1.5rem}.news-item{display:flex;gap:1rem}.news-item-link{display:flex;gap:1rem;text-decoration:none;color:inherit;width:100%;transition:opacity .2s ease;cursor:pointer}.news-item-link:hover{opacity:.8}.news-image{width:120px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden}.news-image img{width:100%;height:100%;object-fit:cover}.news-content{flex:1}.news-title{font-size:.9375rem;font-weight:600;color:#333;margin:0 0 .5rem}.news-excerpt{font-size:.875rem;color:#666;margin:0 0 .5rem}.news-meta{display:flex;gap:1rem;font-size:.8125rem;color:#999}.events-list{display:flex;flex-direction:column;gap:1rem}.event-item{display:flex;gap:1rem;align-items:center}.event-calendar-icon{width:60px;height:60px;background-color:#0078d4;color:#fff;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;font-weight:600}.calendar-month{font-size:.75rem;text-transform:uppercase;line-height:1}.calendar-day{font-size:1.25rem;line-height:1;margin-top:.25rem}.calendar-month-end{font-size:.65rem;text-transform:uppercase;line-height:1;margin-top:.125rem;opacity:.9}.event-details{flex:1}.event-name{font-size:.9375rem;font-weight:600;color:#333;margin:0 0 .25rem}.event-date-time{font-size:.8125rem;color:#666;margin:0}.offices-section,.weather-section{margin-bottom:1.5rem}.offices-section:last-child,.weather-section:last-child{margin-bottom:0}.office-info,.weather-info{margin-top:1rem}.offices-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.office-item-card{padding:1rem;background-color:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.office-name{font-size:.9375rem;font-weight:600;color:#333;margin-bottom:.5rem}.office-city{font-size:.875rem;font-weight:500;color:#0078d4;margin-bottom:.25rem}.office-address{font-size:.8125rem;color:#666;line-height:1.4;margin-bottom:1rem}.office-weather-divider{height:1px;background-color:#e0e0e0;margin:1rem 0}.office-weather{margin-top:1rem}.divider{height:1px;background-color:#e0e0e0;margin:1.5rem 0}.weather-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.weather-info-card{padding:1rem;background-color:#f9f9f9;border-radius:6px;border:1px solid #e0e0e0}.weather-location{font-size:.875rem;color:#666;margin-bottom:.75rem;margin-top:0}.weather-main{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.weather-icon{font-size:2rem}.weather-temp{font-size:1.5rem;font-weight:600;color:#333}.weather-desc{font-size:.875rem;color:#666;margin-bottom:.25rem}.weather-range{font-size:.8125rem;color:#999}.content-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-section{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.sidebar-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 1rem}.quick-links-list{display:flex;flex-direction:column;gap:.75rem}.quick-link-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f5f5f5;border-radius:4px;cursor:pointer;transition:background-color .2s}.quick-link-item:hover{background-color:#e8e8e8}.quick-link-item-link{text-decoration:none;color:inherit;display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#f5f5f5;border-radius:4px;cursor:pointer;transition:background-color .2s}.quick-link-item-link:hover{background-color:#e8e8e8}.quick-link-icon{font-size:1.25rem}.quick-link-text{font-size:.875rem;color:#333}.tweet{margin-top:1rem}.tweet-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem;font-size:.8125rem}.tweet-author{font-weight:600;color:#333}.tweet-handle{color:#666}.tweet-date{color:#999;margin-left:auto}.tweet-content{margin-bottom:1rem}.tweet-content p{font-size:.875rem;color:#333;margin:0 0 .5rem;line-height:1.5}.tweet-link{font-size:.8125rem;color:#0078d4;text-decoration:none;display:block;margin-bottom:.5rem}.tweet-link:hover{text-decoration:underline}.tweet-hashtags{font-size:.8125rem;color:#0078d4}.tweet-hashtags span{margin-right:.5rem}.tweet-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.tweet-profile{display:flex;align-items:center;gap:.75rem}.tweet-avatar{width:40px;height:40px;border-radius:50%;background-color:#0078d4;flex-shrink:0}.tweet-update-text{font-size:.875rem;color:#666}.linkedin-section{margin-top:1rem}.linkedin-posts{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.linkedin-post{padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.linkedin-post:last-child{border-bottom:none;padding-bottom:0}.linkedin-post-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem;font-size:.8125rem}.linkedin-author{font-weight:600;color:#333}.linkedin-time{color:#999;margin-left:auto}.linkedin-post-content{margin-bottom:.75rem}.linkedin-post-content p{font-size:.875rem;color:#333;margin:0 0 .5rem;line-height:1.5}.linkedin-link{font-size:.8125rem;color:#0078d4;text-decoration:none;display:inline-block}.linkedin-link:hover{text-decoration:underline}.linkedin-post-footer{margin-top:.5rem}.linkedin-engagement{font-size:.8125rem}.linkedin-loading,.linkedin-error{padding:1rem;text-align:center;color:#666;font-size:.875rem}.linkedin-error{color:#d32f2f}color: #666; } @media (max-width: 1400px){.content-grid{grid-template-columns:1fr 1fr 1fr}.content-sidebar{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.hero-block-link.hero-block-large{grid-row:1 / 2;grid-column:1 / -1}.content-grid{grid-template-columns:1fr 1fr}.content-sidebar{grid-column:1 / -1;grid-template-columns:1fr}}@media(max-width:768px){.top-bar,.nav-bar{padding:.75rem 1rem}.hero-section,.main-content-section{padding:1rem}.hero-grid,.content-grid{grid-template-columns:1fr}.news-item{flex-direction:column}.news-image{width:100%;height:200px}}.app-header-top-bar{background-color:#0078d4;color:#fff;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.app-header-top-bar-left{display:flex;align-items:center}.app-header-logo{height:32px;width:auto;object-fit:contain}.app-header-top-bar-right{display:flex;align-items:center;gap:.5rem}.app-header-user{display:flex;align-items:center;gap:.75rem}.app-header-user-avatar{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3)}.app-header-user-initials{color:#fff;font-size:.875rem;font-weight:600}.app-header-user-name{color:#fff;font-size:.875rem;font-weight:500}.app-header-nav{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.app-header-nav-left{display:flex;gap:1rem}.app-header-nav-right{display:flex;align-items:center}.app-header-nav-button{background:transparent;border:none;color:#0078d4;padding:.5rem 1rem;cursor:pointer;font-size:.875rem;font-weight:500;border-radius:4px;transition:background-color .2s;text-decoration:none;display:inline-block}.app-header-nav-button:hover{background-color:#f0f0f0}.app-header-nav-button.active{font-weight:600;color:#005a9e}.app-header-dropdown{position:relative}.app-header-dropdown-trigger{cursor:pointer;font-family:inherit;border:none;background:transparent}.app-header-dropdown.open .app-header-dropdown-menu{opacity:1;visibility:visible}.app-header-dropdown-menu{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:200px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #0000001a;padding:.5rem 0;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;z-index:100}.app-header-dropdown-item{display:block;padding:.5rem 1rem;color:#333;font-size:.875rem;text-decoration:none;transition:background-color .2s}.app-header-dropdown-item:hover{background-color:#f0f0f0;color:#0078d4}.app-header-dropdown-item.active{font-weight:600;color:#0078d4;background-color:#f5f9fc}.app-header-dropdown-item-wrapper{position:relative}.app-header-dropdown-item-with-submenu{padding:0}.app-header-dropdown-item-submenu-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:.5rem 1rem;color:#333;font-size:.875rem;font-family:inherit;cursor:pointer;text-align:left;transition:background-color .2s}.app-header-dropdown-item-submenu-trigger:hover{background-color:#f0f0f0;color:#0078d4}.app-header-dropdown-item-submenu-trigger.open{font-weight:600;color:#0078d4;background-color:#f5f9fc}.app-header-dropdown-submenu-arrow{margin-left:.5rem;font-size:1rem;color:#666}.app-header-dropdown-submenu{position:absolute;left:100%;top:0;margin-left:0;min-width:220px;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #0000001a;padding:.5rem 0;z-index:101}.app-header-published-date{font-weight:500;color:#666;font-size:.875rem}@media(max-width:768px){.app-header-top-bar,.app-header-nav{padding:.75rem 1rem}.app-header-nav-left{flex-wrap:wrap;gap:.5rem}.app-header-nav-button{padding:.375rem .75rem;font-size:.8125rem}}.ask-symplistic{max-width:1600px;margin:0 auto;padding:0 2rem 2rem}.ask-symplistic-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 8px 24px #0000000a;border:1px solid #e8e8e8;display:flex;flex-direction:column;min-height:460px;height:min(72vh,680px);max-height:680px;overflow:hidden}.ask-symplistic-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.35rem;border-bottom:1px solid #f0f0f0;background:linear-gradient(180deg,#fafbfc,#fff)}.ask-symplistic-title{margin:0 0 .2rem;font-size:1.2rem;font-weight:600;color:#1a1a1a}.ask-symplistic-subtitle{margin:0;font-size:.88rem;color:#6b7280}.ask-symplistic-new-chat{flex-shrink:0;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:8px;padding:.4rem .75rem;font-size:.82rem;font-weight:500;cursor:pointer;transition:background-color .15s,border-color .15s}.ask-symplistic-new-chat:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.ask-symplistic-new-chat:disabled{opacity:.5;cursor:not-allowed}.ask-symplistic-messages{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:1rem;background:#f8f9fa}.ask-symplistic-empty{margin:auto 0;text-align:center;color:#6b7280;font-size:.95rem;line-height:1.5}.ask-symplistic-empty p{margin:0 0 1rem}.ask-symplistic-suggestions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.ask-symplistic-suggestion{border:1px solid #dbeafe;background:#fff;color:#1d4ed8;border-radius:999px;padding:.45rem .85rem;font-size:.82rem;cursor:pointer;transition:background-color .15s,border-color .15s}.ask-symplistic-suggestion:hover{background:#eff6ff;border-color:#93c5fd}.ask-symplistic-message{display:flex;flex-direction:column;gap:.35rem;max-width:85%}.ask-symplistic-message-user{align-self:flex-end}.ask-symplistic-message-assistant{align-self:flex-start;max-width:92%}.ask-symplistic-message-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af;padding:0 .25rem}.ask-symplistic-message-user .ask-symplistic-message-label{text-align:right}.ask-symplistic-message-body{padding:.75rem 1rem;border-radius:14px;font-size:.94rem;line-height:1.55;word-break:break-word}.ask-symplistic-message-user .ask-symplistic-message-body{white-space:pre-wrap;background:#0078d4;color:#fff;border-bottom-right-radius:4px}.ask-symplistic-markdown{word-break:break-word}.ask-symplistic-markdown>*:first-child{margin-top:0}.ask-symplistic-markdown>*:last-child{margin-bottom:0}.ask-symplistic-markdown p,.ask-symplistic-markdown ul,.ask-symplistic-markdown ol{margin:0 0 .65rem}.ask-symplistic-markdown h1,.ask-symplistic-markdown h2,.ask-symplistic-markdown h3,.ask-symplistic-markdown h4{margin:.85rem 0 .45rem;font-size:1rem;font-weight:600;line-height:1.35;color:#111827}.ask-symplistic-markdown h1{font-size:1.1rem}.ask-symplistic-markdown h2{font-size:1.05rem}.ask-symplistic-markdown ul,.ask-symplistic-markdown ol{padding-left:1.25rem}.ask-symplistic-markdown li{margin-bottom:.25rem}.ask-symplistic-markdown strong{font-weight:600;color:#111827}.ask-symplistic-markdown a{color:#0078d4;text-decoration:underline}.ask-symplistic-markdown code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.86em;background:#f3f4f6;padding:.1rem .35rem;border-radius:4px}.ask-symplistic-markdown pre{margin:.5rem 0 .75rem;padding:.75rem;background:#f3f4f6;border-radius:8px;overflow-x:auto}.ask-symplistic-markdown pre code{background:none;padding:0}.ask-symplistic-markdown table{width:100%;border-collapse:collapse;margin:.65rem 0 .85rem;font-size:.88rem}.ask-symplistic-markdown th,.ask-symplistic-markdown td{border:1px solid #e5e7eb;padding:.45rem .6rem;text-align:left;vertical-align:top}.ask-symplistic-markdown th{background:#f9fafb;font-weight:600}.ask-symplistic-markdown hr{border:none;border-top:1px solid #e5e7eb;margin:.75rem 0}.ask-symplistic-message-assistant .ask-symplistic-message-body{background:#fff;color:#1f2937;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.ask-symplistic-typing{display:inline-flex;gap:.25rem;align-items:center;min-height:1.2rem}.ask-symplistic-typing span{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:ask-symplistic-bounce 1.2s infinite ease-in-out}.ask-symplistic-typing span:nth-child(2){animation-delay:.15s}.ask-symplistic-typing span:nth-child(3){animation-delay:.3s}@keyframes ask-symplistic-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.ask-symplistic-error{flex-shrink:0;margin:0 1.35rem;padding:.65rem .85rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:.86rem}.ask-symplistic-composer{flex-shrink:0;display:flex;align-items:flex-end;gap:.65rem;padding:1rem 1.35rem 1.15rem;border-top:1px solid #f0f0f0;background:#fff}.ask-symplistic-input{flex:1;resize:none;border:1px solid #d1d5db;border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:.94rem;line-height:1.45;min-height:48px;max-height:120px;background:#fff;color:#111827;caret-color:#111827;-webkit-text-fill-color:#111827;transition:border-color .15s,box-shadow .15s}.ask-symplistic-input::placeholder{color:#9ca3af;-webkit-text-fill-color:#9ca3af;opacity:1}.ask-symplistic-input:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 3px #0078d41f}.ask-symplistic-input:disabled{background:#f9fafb;color:#6b7280}.ask-symplistic-send{flex-shrink:0;width:44px;height:44px;padding:0;border:none;border-radius:12px;background:#0078d4;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s,opacity .15s}.ask-symplistic-send:hover:not(:disabled){background:#106ebe;border-color:transparent}.ask-symplistic-send:disabled{opacity:.45;cursor:not-allowed}.ask-symplistic-send svg{display:block;flex-shrink:0}@media(max-width:768px){.ask-symplistic{padding:0 1rem 1rem}.ask-symplistic-card{min-height:360px;max-height:70vh}.ask-symplistic-message{max-width:92%}}.people-directory-page{width:100%;min-height:100vh;background-color:#f5f5f5}.people-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.page-header{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.page-employee-count{margin:0;font-size:.875rem;font-weight:500;color:#666;white-space:nowrap}.page-title{font-size:1.5rem;font-weight:600;margin:0;color:#000!important;background-color:transparent;padding:0}.people-container{max-width:1600px;margin:0 auto;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.people-list{display:flex;flex-direction:column}.person-item{display:flex;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;gap:1.5rem;transition:background-color .2s}.person-item:last-child{border-bottom:none}.person-item:hover{background-color:#f9f9f9}.person-image{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#e0e0e0;position:relative}.person-image img{width:100%;height:100%;object-fit:cover;display:block}.person-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0078d4,#005a9e);color:#fff;font-size:1.25rem;font-weight:600}.person-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.person-name{font-size:1rem;font-weight:600;color:#333;margin:0}.person-title,.person-office{font-size:.875rem;color:#666;margin:0}.person-contact{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.875rem}.contact-link{color:#0078d4;text-decoration:none;transition:text-decoration .2s}.contact-link:hover{text-decoration:underline}.contact-separator{color:#999}@media(max-width:768px){.people-directory-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:.5rem}.page-title{font-size:1.25rem}.person-item{padding:1rem;gap:1rem}.person-image{width:56px;height:56px}.person-contact{flex-direction:column;align-items:flex-start;gap:.25rem}.contact-separator{display:none}}.policies-page{width:100%;min-height:100vh;background-color:var(--bg-primary);padding:3rem}.page-header{max-width:1600px;margin:0 auto 2.5rem}.page-title{font-size:2rem;font-weight:600;margin:0;color:var(--text-primary);letter-spacing:-.02em}.page-description{font-size:.9375rem;color:var(--text-muted);margin:.5rem 0 0}.policies-container{max-width:1600px;margin:0 auto}.policy-section-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:all .2s ease}.policy-section-card:hover{box-shadow:0 4px 12px #3b82f614}.policy-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.policy-header h2{font-size:1.5rem;font-weight:600;margin:0;color:var(--text-primary);letter-spacing:-.01em}.policy-body{display:flex;flex-direction:column;gap:2rem}.policy-highlight{background-color:var(--bg-tertiary);border:1px solid var(--accent-blue);border-radius:6px;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.highlight-label{font-size:.9375rem;font-weight:600;color:var(--text-secondary)}.highlight-value{font-size:1.125rem;font-weight:600;color:var(--accent-blue)}.policy-details-list{display:flex;flex-direction:column;gap:1.25rem}.detail-row{display:grid;grid-template-columns:180px 1fr;gap:2rem;padding:1rem 0;border-bottom:1px solid var(--border-color)}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:var(--text-primary);font-size:.875rem}.detail-text{color:var(--text-secondary);line-height:1.6;font-size:.875rem;margin:0}@media(max-width:768px){.policies-page{padding:2rem 1.5rem}.page-title{font-size:1.75rem}.policy-section-card{padding:1.5rem}.policy-header{margin-bottom:1.5rem;padding-bottom:1rem}.policy-header h2{font-size:1.25rem}.policy-highlight{flex-direction:column;align-items:flex-start;gap:.75rem}.detail-row{grid-template-columns:1fr;gap:.5rem}}.vacation-policy-page{width:100%;min-height:100vh;background-color:#f5f5f5}.vacation-policy-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.vacation-policy-header{width:100%;margin-bottom:2rem}.vacation-policy-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.vacation-policy-content{width:100%}.vacation-policy-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.vacation-policy-text{font-size:1rem;line-height:1.8;color:#555}@media(max-width:768px){.top-bar,.nav-bar{padding:.75rem 1rem}.vacation-policy-content-wrapper{padding:1rem}.vacation-policy-title{font-size:1.5rem}.policy-section-title{font-size:1.25rem}.nav-bar-left{flex-wrap:wrap;gap:.5rem}.nav-button{padding:.375rem .75rem;font-size:.8125rem}}.travel-policy-page{width:100%;min-height:100vh;background-color:#f5f5f5}.travel-policy-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.travel-policy-header{width:100%;margin-bottom:2rem}.travel-policy-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.travel-policy-content{width:100%}.travel-policy-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.travel-policy-text{font-size:1rem;line-height:1.8;color:#555}.policy-subsection{margin-bottom:.5rem}.policy-subsection-title{font-size:1.125rem;font-weight:600;color:#444;margin-bottom:.25rem;margin-top:.5rem}.policy-list-numbered{list-style-type:decimal;margin-left:1.5rem;margin-bottom:.5rem}.policy-list-numbered li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.top-bar,.nav-bar{padding:.75rem 1rem}.travel-policy-content-wrapper{padding:1rem}.travel-policy-title{font-size:1.5rem}.policy-section-title{font-size:1.25rem}.nav-bar-left{flex-wrap:wrap;gap:.5rem}.nav-button{padding:.375rem .75rem;font-size:.8125rem}}.statutory-holidays-page{width:100%;min-height:100vh;background-color:#f5f5f5}.top-bar{background-color:#0078d4;color:#fff;padding:.5rem 2rem;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.top-bar-left{display:flex;align-items:center}.top-bar-logo{height:32px;width:auto;object-fit:contain}.top-bar-user{display:flex;align-items:center;gap:.75rem}.user-avatar-small{width:32px;height:32px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.3)}.avatar-initials-small{color:#fff;font-size:.875rem;font-weight:600}.user-name-small{color:#fff;font-size:.875rem;font-weight:500}.top-bar-right{display:flex;align-items:center;gap:.5rem}.nav-bar{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-bar-left{display:flex;gap:1rem}.nav-bar-right{display:flex;align-items:center}.nav-button{background:transparent;border:none;color:#0078d4;padding:.5rem 1rem;cursor:pointer;font-size:.875rem;font-weight:500;border-radius:4px;transition:background-color .2s;text-decoration:none;display:inline-block}.nav-button:hover{background-color:#f0f0f0}.published-date{font-weight:500;color:#666;font-size:.875rem}.statutory-holidays-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.statutory-holidays-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.holidays-container{display:flex;flex-direction:column;gap:3rem}.holiday-section{width:100%}.holiday-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;padding-bottom:.5rem}.holidays-table{width:100%;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.holiday-table-header{display:grid;grid-template-columns:2fr 1.5fr 1fr;background-color:#f5f5f5;border-bottom:2px solid #e0e0e0}.holiday-header-cell{padding:1rem;font-weight:600;color:#333;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.holiday-table-row{display:grid;grid-template-columns:2fr 1.5fr 1fr;border-bottom:1px solid #e0e0e0;transition:background-color .2s}.holiday-table-row:last-child{border-bottom:none}.holiday-table-row:hover{background-color:#f9f9f9}.holiday-cell{padding:1rem;font-size:.9375rem;color:#555}.holiday-name{font-weight:500;color:#333}.holiday-note{font-weight:400;font-size:.875rem;color:#666;font-style:italic}.holiday-date{color:#666}.holiday-day{color:#666;text-align:right}@media(max-width:768px){.top-bar,.nav-bar{padding:.75rem 1rem}.statutory-holidays-content-wrapper{padding:1rem}.statutory-holidays-title{font-size:1.5rem}.holiday-section-title{font-size:1.25rem}.nav-bar-left{flex-wrap:wrap;gap:.5rem}.nav-button{padding:.375rem .75rem;font-size:.8125rem}.holiday-table-header,.holiday-table-row{grid-template-columns:1fr;gap:.5rem}.holiday-header-cell{display:none}.holiday-cell{padding:.75rem}.holiday-cell:before{content:attr(data-label);font-weight:600;color:#333;display:block;margin-bottom:.25rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px}.holiday-name:before{content:"Holiday: "}.holiday-date:before{content:"Date: "}.holiday-day:before{content:"Day: "}.holiday-day{text-align:left}}.page-with-header{width:100%;min-height:100vh;background-color:#f5f5f5}.page-with-header-content{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.page-with-header-title{font-size:1.5rem;font-weight:600;margin:0 0 1.5rem;color:#000!important}.page-with-header-body{min-height:200px}.products-intro{font-size:1rem;line-height:1.6;color:#555;margin:0 0 2rem;max-width:720px}.products-list{display:flex;flex-direction:column;gap:2.5rem}.product-card{display:flex;gap:2rem;align-items:center;padding:1.75rem 0;border-bottom:1px solid #e8e8e8}.product-card:last-child{border-bottom:none}.product-card-image{width:528px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f0f0f0;border:1px solid #e0e0e0;box-shadow:0 2px 12px #00000014}.product-card-image img{width:100%;height:auto;display:block}.product-card-content{flex:1;min-width:0}.product-card-image-fallback{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;color:#999;padding:1rem;text-align:center}.product-card-image-fallback small{font-size:.75rem;font-weight:400;color:#bbb}.product-card-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-name{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.product-badge{font-size:.75rem;font-weight:600;color:#0078d4;background:#e8f4fc;padding:.25rem .75rem;border-radius:4px}.product-tagline{font-size:.9375rem;color:#0078d4;margin:.5rem 0 0}.product-description{font-size:.9375rem;line-height:1.65;color:#333;margin:1rem 0 0}.product-features{margin-top:1.25rem}.product-features-title{font-size:.9375rem;font-weight:600;color:#333;margin:0 0 .5rem}.product-features-list{margin:0;padding-left:1.25rem;font-size:.9375rem;line-height:1.6;color:#555}.product-features-list li{margin-bottom:.35rem}.product-usecases{font-size:.9375rem;line-height:1.65;color:#555;margin:1.25rem 0 0}.product-details{margin-top:1rem}.product-details p{font-size:.9375rem;line-height:1.65;color:#555;margin:0 0 .75rem}.product-details p:last-child{margin-bottom:0}@media(max-width:768px){.product-card{flex-direction:column}.product-card-image{width:100%;max-width:400px}}.services-intro{font-size:1rem;line-height:1.65;color:#555;margin:0 0 2rem}.services-section{margin-bottom:2.5rem}.services-section:last-child{margin-bottom:0}.services-section-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem}.services-section-desc{font-size:.9375rem;line-height:1.65;color:#333;margin:0}.services-cards{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1rem}.services-card{background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:1.25rem}.services-card-title{font-size:1rem;font-weight:600;color:#0078d4;margin:0 0 .5rem}.services-card p{font-size:.9375rem;line-height:1.6;color:#555;margin:0}@media(min-width:768px){.services-cards{grid-template-columns:repeat(3,1fr)}}.company-news-list{display:flex;flex-direction:column;gap:1.5rem}.company-news-item{display:flex;gap:1.25rem;padding:1rem 0;border-bottom:1px solid #eee}.company-news-item-link{display:flex;gap:1.25rem;text-decoration:none;color:inherit;padding:1rem 0;border-bottom:1px solid #eee;transition:opacity .2s ease;cursor:pointer}.company-news-item-link:hover{opacity:.85}.company-news-list>*:last-child{border-bottom:none}.company-news-image{width:160px;height:110px;flex-shrink:0;border-radius:6px;overflow:hidden;background:#f0f0f0}.company-news-image img{width:100%;height:100%;object-fit:cover}.company-news-content{flex:1;min-width:0}.company-news-title{font-size:1.125rem;font-weight:600;color:#333;margin:0 0 .5rem}.company-news-excerpt{font-size:.9375rem;color:#666;line-height:1.5;margin:0 0 .5rem}.company-news-meta{display:flex;gap:1rem;font-size:.8125rem;color:#999}.company-events-intro p{font-size:.95rem;line-height:1.65;color:#555;margin:0 0 2rem;max-width:860px}.company-events-list{display:flex;flex-direction:column;gap:1.5rem}.company-event-card{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;padding:1.5rem;border:1px solid #e9e9e9;border-radius:10px;background:#fafafa}.company-event-date-badge{display:flex;flex-direction:column;gap:.4rem;padding:1rem;border-radius:8px;background:#f2f7fc;border:1px solid #d9e8f6;color:#1a1a1a;align-self:start}.company-event-date-badge strong{font-size:1.05rem;font-weight:700;color:#0078d4}.company-event-date-image{margin-top:.5rem;width:100%;border-radius:8px;overflow:hidden;background:#fff;border:1px solid #d9e8f6}.company-event-date-image-dark{background:linear-gradient(135deg,#111827,#1f2937);border-color:#1f2937}.company-event-date-image img{display:block;width:100%;height:110px;object-fit:cover}.company-event-date-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#5a6b7a}.company-event-content{min-width:0}.company-event-title{font-size:1.2rem;font-weight:600;color:#222;margin:0 0 .75rem}.company-event-description{font-size:.95rem;line-height:1.7;color:#444;margin:0 0 1rem}.company-event-details-list{margin:0 0 1.25rem;padding-left:1.25rem;color:#555;line-height:1.65;font-size:.9375rem}.company-event-details-list li{margin-bottom:.45rem}.company-event-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.company-event-meta-block{display:flex;flex-direction:column;gap:.3rem;padding:.9rem 1rem;background:#fff;border:1px solid #eee;border-radius:8px;color:#444;font-size:.92rem}.company-event-meta-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.company-event-links{display:flex;gap:.9rem;flex-wrap:wrap}.company-event-link{display:inline-flex;align-items:center;color:#0078d4;text-decoration:none;font-size:.9rem;font-weight:600}.company-event-link:hover{text-decoration:underline}.company-events-footer-link{margin-top:2rem}.locations-list{display:flex;flex-direction:column;gap:2.5rem}.location-section{display:grid;grid-template-columns:480px 1fr;grid-template-rows:auto auto;gap:0 2rem;row-gap:1rem;padding-bottom:2.5rem;border-bottom:1px solid #eee}.location-section:last-child{padding-bottom:0;border-bottom:none}.location-name-row{grid-column:2;grid-row:1;margin:0 0 .25rem}.location-images{grid-column:1;grid-row:2;width:100%;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.location-image{width:100%;border-radius:8px;overflow:hidden;background:#f0f0f0}.location-image img{width:100%;height:auto;display:block;vertical-align:middle}.location-image-fallback{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#666;text-align:center;padding:1rem}.location-content{grid-column:2;grid-row:2;min-width:0}.location-name{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.location-writeup{font-size:.9375rem;line-height:1.65;color:#333}.location-writeup p{margin:0 0 1rem}.location-writeup p:last-child{margin-bottom:0}.location-address{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}.location-address strong{display:block;font-size:.875rem;color:#333;margin-bottom:.5rem}.location-address p{margin:0 0 .5rem;font-size:.9375rem;line-height:1.5;color:#555}.location-map-link{font-size:.875rem;color:#0078d4;text-decoration:none}.location-map-link:hover{text-decoration:underline}.location-map{margin-top:1rem;border-radius:8px;overflow:hidden}.location-map iframe{display:block;width:100%}@media(max-width:768px){.page-with-header-content{padding:1rem}.location-section{grid-template-columns:1fr;grid-template-rows:auto auto auto;row-gap:1.25rem}.company-event-card,.company-event-meta{grid-template-columns:1fr}.location-name-row{grid-column:1;grid-row:1;text-align:center}.location-images{grid-column:1;grid-row:2;width:100%;max-width:400px;margin:0 auto}.location-content{grid-column:1;grid-row:3}}.company-overview-main{padding:2rem;background-color:#f5f5f5}.company-overview-page-title{font-size:1.5rem;font-weight:600;color:#333;max-width:1600px;margin:0 auto 1.5rem}.company-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1600px;margin:0 auto}.company-overview-main .content-column{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.company-overview-main .content-column-full{grid-column:1 / -1}.company-overview-main .content-header{margin-bottom:1rem;border-bottom:none;padding-bottom:0}.company-overview-main .content-title{font-size:1rem;font-weight:600;color:#333;margin:0}.company-overview-main .content-body{min-height:0}.content-body-image-left{display:flex;gap:1.25rem;align-items:stretch}.content-body-image-left .company-overview-section-image{width:200px;flex-shrink:0;margin-bottom:0;border-radius:6px;overflow:hidden;background:#f0f0f0;align-self:stretch}.content-body-image-left .company-overview-section-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:left center}.company-overview-section-text{flex:1;min-width:0}.content-body-image-left .company-overview-section-text p{margin:0 0 1rem}.content-body-image-left .company-overview-section-text p:last-child{margin-bottom:0}.content-body-image-right{display:flex;gap:1.25rem;align-items:stretch}.content-body-image-right .company-overview-section-text{flex:1;min-width:0}.content-body-image-right .company-overview-section-image{width:200px;height:200px;flex-shrink:0;margin-bottom:0;border-radius:6px;overflow:hidden;background:#f0f0f0}.content-body-image-right .company-overview-section-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.company-overview-main .content-body p{margin:0 0 1rem;line-height:1.6;color:#333;font-size:.9375rem}.company-overview-main .content-body p:last-child{margin-bottom:0}.company-overview-section-image{width:100%;margin-bottom:1rem;border-radius:6px;overflow:hidden;background:#f0f0f0;text-align:left}.company-overview-section-image img{width:100%;height:auto;display:block;object-fit:cover;object-position:left center;max-height:220px}.company-overview-list{margin:0;padding-left:1.5rem;line-height:1.7;color:#333;font-size:.9375rem}.company-overview-list li{margin-bottom:.5rem}.company-overview-list li:last-child{margin-bottom:0}.leadership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.leadership-card{background:#f9f9f9;border-radius:8px;overflow:hidden;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #eee}.leadership-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1rem;background:#e0e0e0;flex-shrink:0}.leadership-photo img{width:100%;height:100%;object-fit:cover}.leadership-photo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#666}.leadership-info{width:100%}.leadership-name{font-weight:600;font-size:1.1rem;color:#1a1a1a;margin-bottom:.25rem}.leadership-title{font-size:.95rem;color:#0078d4;margin-bottom:.5rem}.leadership-email{font-size:.875rem;color:#333;text-decoration:none}.leadership-email:hover{text-decoration:underline;color:#0078d4}.leadership-list{display:flex;flex-direction:column;gap:2.5rem}.leadership-row{display:flex;gap:2rem;align-items:flex-start;padding-bottom:2.5rem;border-bottom:1px solid #eee}.leadership-row:last-child{padding-bottom:0;border-bottom:none}.leadership-row-photo{width:160px;height:160px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#e0e0e0}.leadership-row-photo img{width:100%;height:100%;object-fit:cover}.leadership-row-photo .leadership-photo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#666}.leadership-row-content{flex:1;min-width:0}.leadership-row-header{margin-bottom:1rem}.leadership-row-header .leadership-name{margin-bottom:.25rem}.leadership-row-header .leadership-title{margin-bottom:.5rem}.leadership-bio{font-size:.9375rem;line-height:1.65;color:#333}.leadership-bio p{margin:0 0 1rem}.leadership-bio p:last-child{margin-bottom:0}@media(max-width:768px){.leadership-row{flex-direction:column;gap:1.25rem;align-items:center;text-align:center}.leadership-row-photo{width:140px;height:140px}.leadership-row-header .leadership-email{display:block;margin-top:.25rem}}@media(max-width:1024px){.company-overview-grid{grid-template-columns:1fr}.company-overview-main .content-column-full{grid-column:1}}@media(max-width:768px){.company-overview-main{padding:1rem}.content-body-image-left{flex-direction:column}.content-body-image-left .company-overview-section-image{width:100%}.content-body-image-left .company-overview-section-image img{max-height:220px;min-height:0}.content-body-image-right{flex-direction:column}.content-body-image-right .company-overview-section-image{width:100%}.content-body-image-right .company-overview-section-image img{max-height:220px;min-height:0;height:auto}.leadership-grid{grid-template-columns:1fr}}.our-clients-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.our-clients-page-header .page-with-header-title{margin-bottom:0}.our-clients-count{margin:0;font-size:.875rem;font-weight:500;color:#666;white-space:nowrap}.our-clients-intro{font-size:1rem;line-height:1.65;color:#555;margin:0 0 2rem;max-width:900px}.our-clients-list{display:flex;flex-direction:column;gap:1.5rem}.our-client-card{display:flex;gap:1.5rem;padding:1.5rem;border:1px solid #e8e8e8;border-radius:10px;background:#fff;box-shadow:0 2px 8px #0000000d}.our-client-logo-panel{width:240px;min-height:140px;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:1.25rem;border-radius:8px;background:#f8f9fb;border:1px solid #edf0f3;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.our-client-logo-panel:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.our-client-logo-panel-dark{background:linear-gradient(135deg,#0d3b66,#0b5fa5);border-color:#0b5fa5}.our-client-logo{width:100%;max-width:180px;max-height:80px;object-fit:contain;display:block}.our-client-content{flex:1;min-width:0}.our-client-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.our-client-name{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.our-client-region{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:999px;background:#e8f4fc;color:#0078d4;font-size:.8125rem;font-weight:600}.our-client-description{margin:0;font-size:.9375rem;line-height:1.7;color:#444}@media(max-width:768px){.our-clients-page-header{flex-direction:column;align-items:flex-start;gap:.5rem}.our-client-card{flex-direction:column}.our-client-logo-panel{width:100%;min-height:120px}.our-client-logo{max-width:200px}}.ceo-message-intro{margin-bottom:2.5rem;overflow:hidden}.ceo-message-intro:after{content:"";display:table;clear:both}.ceo-message-intro .page-with-header-title{margin-bottom:1rem}.ceo-message-image{float:right;width:min(300px,34%);height:auto;margin:0 0 1.25rem 2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:block;object-fit:cover}.ceo-message-intro-text,.ceo-message-body{font-size:1rem;line-height:1.8;color:#444}.ceo-message-section{margin-bottom:2.5rem}.ceo-message-section:last-of-type{margin-bottom:2rem}.ceo-message-lead{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:1rem}.ceo-message-intro-text p,.ceo-message-section p{margin:0 0 1rem}.ceo-message-section-title{font-size:1.375rem;font-weight:600;color:#333;margin:0 0 1rem}.ceo-message-items{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem}.ceo-message-item{padding:1.25rem 1.5rem;border:1px solid #e8e8e8;border-radius:8px;background:#fafafa}.ceo-message-item-title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:600;color:#1a1a1a}.ceo-message-item p{margin:0}.ceo-message-signature{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e8e8e8}.ceo-message-signature-name{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#1a1a1a}.ceo-message-signature-title,.ceo-message-signature-company{margin:0;font-size:.9375rem;color:#666}@media(max-width:768px){.ceo-message-image{float:none;width:100%;max-width:280px;margin:0 auto 1.5rem}.ceo-message-section-title{font-size:1.25rem}}.company-gallery-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.company-gallery-header .page-with-header-title{margin-bottom:0}.company-gallery-add-button{flex-shrink:0;border:1px solid #0078d4;background:#0078d4;color:#fff;border-radius:6px;padding:.55rem 1rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s}.company-gallery-add-button:hover{background:#106ebe;border-color:#106ebe}.company-gallery-intro{margin:0 0 1.5rem;font-size:1rem;line-height:1.6;color:#555;max-width:640px}.company-gallery-status{margin:0 0 1rem;font-size:.92rem;color:#777}.company-gallery-status-error{color:#a16207}.company-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.company-gallery-item{margin:0;border-radius:8px;overflow:hidden;border:1px solid #e5e5e5;background:#fff}.company-gallery-image-button{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer;text-align:left}.company-gallery-image-wrap{position:relative;overflow:hidden}.company-gallery-item img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .25s ease}.company-gallery-hover{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;gap:.35rem;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.35) 55%,transparent 100%);color:#fff;opacity:0;transition:opacity .2s ease;pointer-events:none}.company-gallery-image-wrap:hover .company-gallery-hover{opacity:1}.company-gallery-image-wrap:hover img{transform:scale(1.03)}.company-gallery-hover p{margin:0;font-size:.88rem;line-height:1.4}.company-gallery-item figcaption{padding:.65rem .85rem;font-size:.875rem;color:#555}.company-gallery-lightbox-backdrop{position:fixed;inset:0;background:#0f172ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:1100}.company-gallery-lightbox{position:relative;width:100%;max-width:900px;max-height:calc(100vh - 2.5rem);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #00000047;display:flex;flex-direction:column}.company-gallery-lightbox-close{position:absolute;top:.85rem;right:.85rem;z-index:2;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:8px;background:#ffffffeb;color:#4b5563;font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0000001f}.company-gallery-lightbox-close:hover{background:#fff;color:#111}.company-gallery-lightbox-image-panel{background:#111;display:flex;align-items:center;justify-content:center;flex:1;min-height:200px;max-height:calc(100vh - 12rem)}.company-gallery-lightbox-image-panel img{display:block;width:100%;max-height:calc(100vh - 12rem);object-fit:contain}.company-gallery-lightbox-meta{padding:1.15rem 1.35rem 1.35rem;border-top:1px solid #f0f0f0}.company-gallery-lightbox-title{margin:0 0 .5rem;font-size:1.15rem;font-weight:600;color:#1a1a1a}.company-gallery-lightbox-meta p{margin:0 0 .2rem;font-size:.88rem;color:#6b7280;line-height:1.45}.company-gallery-lightbox-actions{margin-top:1rem;padding-top:.85rem;border-top:1px solid #f0f0f0}.company-gallery-lightbox-delete-error{margin:0 0 .5rem;font-size:.85rem;color:#b91c1c}.company-gallery-lightbox-delete{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:6px;padding:.45rem .85rem;font-size:.88rem;font-weight:500;cursor:pointer;transition:background-color .15s,border-color .15s}.company-gallery-lightbox-delete:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5}.company-gallery-lightbox-delete:disabled{opacity:.6;cursor:not-allowed}.company-gallery-modal-backdrop{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:1000}.company-gallery-modal{width:100%;max-width:440px;background:#fff;border-radius:12px;border:1px solid #e8e8e8;box-shadow:0 20px 50px #00000026;overflow:hidden}.company-gallery-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.35rem 1.5rem 1.1rem;border-bottom:1px solid #f0f0f0}.company-gallery-modal-title{margin:0 0 .25rem;font-size:1.2rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.company-gallery-modal-subtitle{margin:0;font-size:.875rem;line-height:1.5;color:#6b7280}.company-gallery-modal-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:8px;background:#f5f5f5;color:#6b7280;font-size:1.25rem;line-height:1;cursor:pointer;transition:background-color .15s,color .15s}.company-gallery-modal-close:hover{background:#ebebeb;color:#333}.company-gallery-form{display:flex;flex-direction:column;gap:1.1rem;padding:1.35rem 1.5rem 1.5rem}.company-gallery-file-input{display:none}.company-gallery-dropzone{position:relative;min-height:168px;border:1.5px dashed #d1d5db;border-radius:10px;background:#fafafa;cursor:pointer;overflow:hidden;transition:border-color .15s,background-color .15s}.company-gallery-dropzone:hover,.company-gallery-dropzone.is-dragging{border-color:#0078d4;background:#f0f7ff}.company-gallery-dropzone.has-preview{min-height:200px;border-style:solid;border-color:#e5e7eb}.company-gallery-dropzone-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:168px;padding:1.5rem;text-align:center}.company-gallery-dropzone-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:.75rem;border-radius:50%;background:#fff;color:#9ca3af;border:1px solid #e5e7eb}.company-gallery-dropzone.is-dragging .company-gallery-dropzone-icon,.company-gallery-dropzone:hover .company-gallery-dropzone-icon{color:#0078d4;border-color:#bfdbfe;background:#eff6ff}.company-gallery-dropzone-title{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#374151}.company-gallery-dropzone-hint{margin:0;font-size:.8rem;color:#9ca3af;line-height:1.4}.company-gallery-dropzone-preview{display:block;width:100%;height:200px;object-fit:cover}.company-gallery-dropzone-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;color:#fff;font-size:.9rem;font-weight:600;opacity:0;transition:opacity .2s}.company-gallery-dropzone.has-preview:hover .company-gallery-dropzone-overlay{opacity:1}.company-gallery-file-name{margin:-.35rem 0 0;font-size:.8rem;color:#9ca3af;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company-gallery-field{display:flex;flex-direction:column;gap:.45rem}.company-gallery-field-label{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.company-gallery-caption-input{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;padding:.65rem .85rem;font-size:.95rem;line-height:1.4;color:#1f2937;background:#fff;transition:border-color .15s,box-shadow .15s}.company-gallery-caption-input::placeholder{color:#9ca3af}.company-gallery-caption-input:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 3px #0078d41f}.company-gallery-char-count{align-self:flex-end;font-size:.75rem;color:#9ca3af}.company-gallery-form-error{padding:.65rem .85rem;border-radius:8px;background:#fef2f2;border:1px solid #fecaca;font-size:.875rem;color:#b91c1c;line-height:1.4}.company-gallery-form-actions{display:flex;justify-content:flex-end;gap:.65rem;padding-top:.25rem}.company-gallery-button-primary,.company-gallery-button-secondary{border-radius:8px;padding:.6rem 1.15rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .15s,border-color .15s}.company-gallery-button-primary{border:1px solid #0078d4;background:#0078d4;color:#fff}.company-gallery-button-primary:hover:not(:disabled){background:#106ebe;border-color:#106ebe}.company-gallery-button-primary:disabled,.company-gallery-button-secondary:disabled{opacity:.55;cursor:not-allowed}.company-gallery-button-secondary{border:1px solid #e5e7eb;background:#fff;color:#4b5563}.company-gallery-button-secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}@media(max-width:1024px){.company-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.company-gallery-header{flex-direction:column;align-items:flex-start}.company-gallery-grid{grid-template-columns:1fr}}.knowledge-hub-page{width:100%;min-height:100vh;background-color:#f5f5f5}.knowledge-hub-section{padding:2rem}.knowledge-hub-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.knowledge-hub-tile{position:relative;min-height:240px;border-radius:10px;overflow:hidden;display:flex;align-items:stretch;box-shadow:0 1px 3px #0000001f}a.knowledge-hub-tile-link{text-decoration:none;color:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}a.knowledge-hub-tile-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000029}.knowledge-hub-tile-large{grid-column:span 2;min-height:500px}.knowledge-hub-tile-bg{position:absolute;inset:0}.knowledge-hub-tile-cursor .knowledge-hub-tile-bg{background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 32%),linear-gradient(135deg,#1b1235,#4634a3 45%,#6d5efc)}.knowledge-hub-tile-github .knowledge-hub-tile-bg{background:radial-gradient(circle at top left,rgba(255,255,255,.12),transparent 30%),linear-gradient(135deg,#0f172a,#1e293b 55%,#334155)}.knowledge-hub-tile-rippling .knowledge-hub-tile-bg{background:radial-gradient(circle at center right,rgba(255,255,255,.16),transparent 30%),linear-gradient(135deg,#0b5e55,#129c8d 52%,#1dd1a1)}.knowledge-hub-tile-testiq .knowledge-hub-tile-bg{background-image:linear-gradient(to top,#000000a6,#0003,#0000001f),url(/images/testiq.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat}.knowledge-hub-tile-contentiq .knowledge-hub-tile-bg{background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 28%),linear-gradient(135deg,#3f0d12,#8b1e3f,#d72660)}.knowledge-hub-tile-gitactions .knowledge-hub-tile-bg{background:radial-gradient(circle at bottom right,rgba(255,255,255,.12),transparent 28%),linear-gradient(135deg,#1f2937,#374151 52%,#4b5563)}.knowledge-hub-tile-coming-soon-tile{pointer-events:none}.knowledge-hub-tile-coming-soon-tile .knowledge-hub-tile-bg{filter:grayscale(1);opacity:.45}.knowledge-hub-tile-coming-soon-tile .knowledge-hub-tile-content{opacity:.55}.knowledge-hub-tile-coming-soon{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:#f5f5f5b8}.knowledge-hub-tile-coming-soon span{padding:.5rem 1.25rem;border-radius:999px;background:#374151eb;color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.knowledge-hub-tile-content{position:relative;z-index:1;margin-top:auto;width:100%;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.82) 0%,rgba(0,0,0,.46) 58%,transparent 100%)}.knowledge-hub-tile-label{display:inline-flex;align-items:center;margin-bottom:.75rem;padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;background:#ffffff29;color:#fff}.knowledge-hub-tile-title{margin:0 0 .65rem;font-size:1.4rem;font-weight:600;color:#fff}.knowledge-hub-tile-large .knowledge-hub-tile-title{font-size:1.8rem}.knowledge-hub-tile-description{margin:0;color:#ffffffeb;font-size:.95rem;line-height:1.65;max-width:680px}.knowledge-hub-tile-doc-link{display:inline-block;margin-top:.85rem;font-size:.875rem;font-weight:600;color:#fffffffa}@media(max-width:1024px){.knowledge-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.knowledge-hub-tile-large{grid-column:span 2}}@media(max-width:768px){.knowledge-hub-section{padding:1rem}.knowledge-hub-grid{grid-template-columns:1fr}.knowledge-hub-tile-large{grid-column:span 1;min-height:320px}.knowledge-hub-tile{min-height:220px}}.benefits-header{width:100%;margin-bottom:2rem}.benefits-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.benefits-company{font-size:1rem;color:#666;margin:-.5rem 0 1.5rem}.benefits-body{font-size:1rem;line-height:1.75;color:#444}.benefits-intro{margin-bottom:2rem;font-size:1.0625rem;color:#333}.benefits-section{margin-bottom:2rem}.benefits-section:last-child{margin-bottom:0}.benefits-section-title{font-size:1.375rem;font-weight:600;color:#333;margin:0 0 1rem}.benefits-section p{margin-bottom:.75rem}.benefits-section p:last-child{margin-bottom:0}.benefits-table-wrap{margin-top:1.25rem;overflow-x:auto;border-radius:8px;border:1px solid #e0e0e0}.benefits-table{width:100%;border-collapse:collapse;font-size:.9375rem;line-height:1.6;color:#333}.benefits-table thead th{background:#0d9488;color:#fff;text-align:left;font-weight:600;padding:.875rem 1rem;vertical-align:top}.benefits-table tbody td{padding:1rem;vertical-align:top;border-top:1px solid #e8e8e8;background:#fff}.benefits-table tbody tr:nth-child(2n) td{background:#fafafa}.benefits-table td:first-child{width:32%;min-width:200px;font-weight:500}.benefits-table a{color:#0d9488;text-decoration:underline}.benefits-table a:hover{color:#0f766e}.benefits-table ul{margin:.5rem 0 0 1.25rem;padding:0}.benefits-table li{margin-bottom:.35rem}.benefits-table td p{margin:0 0 .5rem}.benefits-table td p:last-child{margin-bottom:0}@media(max-width:768px){.benefits-section-title{font-size:1.25rem}}.onboarding-header{width:100%;margin-bottom:2rem}.onboarding-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.onboarding-subtitle{font-size:1.125rem;color:#666;margin:-.5rem 0 1.5rem}.onboarding-body{font-size:1rem;line-height:1.75;color:#444}.onboarding-section{margin-bottom:2.5rem}.onboarding-section:last-child{margin-bottom:0}.onboarding-lead{font-size:1.0625rem;color:#333;margin-bottom:1rem}.onboarding-section-title{font-size:1.375rem;font-weight:600;color:#333;margin:0 0 1rem}.onboarding-subsection-title{font-size:1.125rem;font-weight:600;color:#444;margin:1.5rem 0 .5rem}.onboarding-section p{margin-bottom:.75rem}.onboarding-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:1rem}.onboarding-list li{margin-bottom:.35rem;line-height:1.6}.onboarding-closing{padding-top:.5rem}@media(max-width:768px){.onboarding-section-title{font-size:1.25rem}.onboarding-subsection-title{font-size:1.0625rem}}.expense-reimbursement-policy-page{width:100%;min-height:100vh;background-color:#f5f5f5}.expense-reimbursement-policy-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.expense-reimbursement-policy-header{width:100%;margin-bottom:2rem}.expense-reimbursement-policy-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.expense-reimbursement-policy-content{width:100%}.expense-reimbursement-policy-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.25rem}.expense-reimbursement-policy-company{font-size:1rem;color:#666;margin-bottom:2rem}.expense-reimbursement-policy-content .policy-section{margin-bottom:2.5rem}.expense-reimbursement-policy-content .policy-section:last-child{margin-bottom:0}.expense-reimbursement-policy-content .policy-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.expense-reimbursement-policy-content .policy-subsection{margin-bottom:1.25rem}.expense-reimbursement-policy-content .policy-subsection-title{font-size:1.125rem;font-weight:600;color:#444;margin-bottom:.5rem;margin-top:.75rem}.expense-reimbursement-policy-content .policy-section p{margin-bottom:.75rem}.expense-reimbursement-policy-content .policy-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:.75rem}.expense-reimbursement-policy-content .policy-list li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.expense-reimbursement-policy-content-wrapper{padding:1rem}.expense-reimbursement-policy-title{font-size:1.5rem}.expense-reimbursement-policy-content .policy-section-title{font-size:1.25rem}}.code-of-conduct-page{width:100%;min-height:100vh;background-color:#f5f5f5}.code-of-conduct-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.code-of-conduct-header{width:100%;margin-bottom:2rem}.code-of-conduct-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.code-of-conduct-content{width:100%}.code-of-conduct-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.code-of-conduct-content .policy-text{font-size:1rem;line-height:1.8;color:#555}.code-of-conduct-content .policy-section{margin-bottom:2.5rem}.code-of-conduct-content .policy-section:last-child,.code-of-conduct-content .policy-section-final{margin-bottom:0}.code-of-conduct-content .policy-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.code-of-conduct-content .policy-section p{margin-bottom:.75rem}.code-of-conduct-content .policy-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:.75rem}.code-of-conduct-content .policy-list li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.code-of-conduct-content-wrapper{padding:1rem}.code-of-conduct-title{font-size:1.5rem}.code-of-conduct-content .policy-section-title{font-size:1.25rem}}.it-security-policy-page{width:100%;min-height:100vh;background-color:#f5f5f5}.it-security-policy-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.it-security-policy-header{width:100%;margin-bottom:2rem}.it-security-policy-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.it-security-policy-content{width:100%}.it-security-policy-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.it-security-policy-content .policy-text{font-size:1rem;line-height:1.8;color:#555}.it-security-policy-content .policy-section{margin-bottom:2.5rem}.it-security-policy-content .policy-section:last-child,.it-security-policy-content .policy-section-final{margin-bottom:0}.it-security-policy-content .policy-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.it-security-policy-content .policy-section p{margin-bottom:.75rem}.it-security-policy-content .policy-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:.75rem}.it-security-policy-content .policy-list li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.it-security-policy-content-wrapper{padding:1rem}.it-security-policy-title{font-size:1.5rem}.it-security-policy-content .policy-section-title{font-size:1.25rem}}.responsible-ai-policy-page{width:100%;min-height:100vh;background-color:#f5f5f5}.responsible-ai-policy-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.responsible-ai-policy-header{width:100%;margin-bottom:2rem}.responsible-ai-policy-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.responsible-ai-policy-content{width:100%}.responsible-ai-policy-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.25rem}.responsible-ai-policy-company{font-size:1rem;color:#666;margin-bottom:2rem}.responsible-ai-policy-content .policy-text{font-size:1rem;line-height:1.8;color:#555}.responsible-ai-policy-content .policy-section{margin-bottom:2.5rem}.responsible-ai-policy-content .policy-section:last-child{margin-bottom:0}.responsible-ai-policy-content .policy-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.responsible-ai-policy-content .policy-section p{margin-bottom:.75rem}.responsible-ai-policy-content .policy-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:.75rem}.responsible-ai-policy-content .policy-list li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.responsible-ai-policy-content-wrapper{padding:1rem}.responsible-ai-policy-title{font-size:1.5rem}.responsible-ai-policy-content .policy-section-title{font-size:1.25rem}}.intellectual-property-policy-page{width:100%;min-height:100vh;background-color:#f5f5f5}.intellectual-property-policy-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.intellectual-property-policy-content{width:100%}.intellectual-property-policy-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.25rem}.intellectual-property-policy-company{font-size:1rem;color:#666;margin-bottom:2rem}.intellectual-property-policy-content .policy-text{font-size:1rem;line-height:1.8;color:#555}.intellectual-property-policy-content .policy-section{margin-bottom:2.5rem}.intellectual-property-policy-content .policy-section:last-child,.intellectual-property-policy-content .policy-section-final{margin-bottom:0}.intellectual-property-policy-content .policy-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.intellectual-property-policy-content .policy-section p{margin-bottom:.75rem}.intellectual-property-policy-content .policy-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:.75rem}.intellectual-property-policy-content .policy-list li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.intellectual-property-policy-content-wrapper{padding:1rem}.intellectual-property-policy-title{font-size:1.5rem}.intellectual-property-policy-content .policy-section-title{font-size:1.25rem}}.hybrid-work-policy-page{width:100%;min-height:100vh;background-color:#f5f5f5}.hybrid-work-policy-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.hybrid-work-policy-header{width:100%;margin-bottom:2rem}.hybrid-work-policy-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.hybrid-work-policy-content{width:100%}.hybrid-work-policy-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.5rem}.hybrid-work-policy-company{font-size:1rem;color:#666;margin:0 0 2rem}.policy-text{font-size:1rem;line-height:1.8;color:#555}.policy-section{margin-bottom:2.5rem}.policy-section:last-child{margin-bottom:0}.policy-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.policy-subsection{margin-top:1.5rem}.policy-subsection-title{font-size:1.125rem;font-weight:600;color:#444;margin-bottom:.75rem}.policy-section p{margin-bottom:.5rem}.policy-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:.5rem}.policy-list li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.hybrid-work-policy-content-wrapper{padding:1rem}.hybrid-work-policy-title{font-size:1.5rem}.policy-section-title{font-size:1.25rem}}.world-cup-page{background:linear-gradient(180deg,#f8fafc,#eef2ff)}.world-cup-content{border-radius:12px;box-shadow:0 8px 30px #0f172a0f}.world-cup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.world-cup-title{margin-bottom:.35rem!important}.world-cup-subtitle{margin:0;color:#64748b;font-size:.95rem}.world-cup-refresh{border:1px solid #cbd5e1;background:#fff;color:#0f172a;border-radius:8px;padding:.5rem .9rem;font-size:.875rem;cursor:pointer}.world-cup-refresh:hover{background:#f8fafc}.world-cup-updated{margin:0 0 1.5rem;color:#64748b;font-size:.85rem}.world-cup-live-count{color:#dc2626;font-weight:600}.world-cup-status,.world-cup-error,.world-cup-empty{margin:0;color:#64748b}.world-cup-error{color:#b91c1c}.world-cup-section{margin-bottom:2rem}.world-cup-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.world-cup-section-title{margin:0 0 1rem;font-size:1.15rem;font-weight:600;color:#0f172a;display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.world-cup-section-header .world-cup-section-title{margin-bottom:0}.world-cup-section-date{font-size:.875rem;font-weight:400;color:#64748b}.world-cup-group-filter{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.world-cup-group-filter select{border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .6rem;background:#fff;color:#0f172a}.wc-matches-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem}.wc-match-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem 1rem}.wc-match-row--live{border-color:#fecaca;box-shadow:0 0 0 1px #dc262614}.wc-match-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem;font-size:.75rem;color:#64748b}.wc-match-group{font-weight:600;letter-spacing:.02em}.wc-match-time{font-weight:500}.wc-live-pill{background:#dc2626;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:.15rem .45rem;border-radius:999px;animation:wc-pulse 1.5s ease-in-out infinite}@keyframes wc-pulse{0%,to{opacity:1}50%{opacity:.65}}.wc-match-teams{display:flex;flex-direction:column;gap:.45rem}.wc-team{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:.5rem}.wc-team-name{font-size:.9rem;font-weight:500;color:#0f172a}.wc-score{font-size:1rem;font-weight:700;color:#0f172a;min-width:1.25rem;text-align:right}.wc-flag{width:24px;height:16px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px #0f172a14}.wc-flag--small{width:20px;height:14px}.wc-flag--placeholder{display:inline-block;background:#e2e8f0}.wc-standings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.wc-standings-group{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.wc-standings-group-title{margin:0;padding:.75rem 1rem;font-size:.95rem;font-weight:600;color:#0f172a;background:#f8fafc;border-bottom:1px solid #e2e8f0}.wc-standings-table{width:100%;border-collapse:collapse;font-size:.8rem}.wc-standings-table th,.wc-standings-table td{padding:.45rem .5rem;text-align:center;border-bottom:1px solid #f1f5f9}.wc-standings-table th:first-child,.wc-standings-table td:first-child{text-align:left;padding-left:.75rem}.wc-standings-table th{color:#64748b;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.wc-standings-team{display:flex;align-items:center;gap:.45rem;color:#0f172a;font-weight:500}.wc-standings-points{font-weight:700}.world-cup-attribution{margin:0;font-size:.8rem;color:#94a3b8}.world-cup-attribution a{color:#2563eb}@media(max-width:768px){.world-cup-header{flex-direction:column}.wc-standings-grid{grid-template-columns:1fr}}.cpf-page{min-height:100vh;background:#f7f7f7}.cpf-hero{position:relative;max-width:1100px;margin:0 auto;padding:1.5rem 1.5rem 0}.cpf-hero-image{width:100%;height:220px;object-fit:cover;border-radius:8px;display:block}.cpf-hero-overlay{position:absolute;inset:1.5rem 1.5rem auto;height:220px;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem 2rem;background:linear-gradient(to top,#000000b8,#00000014 70%)}.cpf-hero-title{margin:0 0 .35rem;font-size:1.85rem;font-weight:600;color:#fff;letter-spacing:-.01em}.cpf-hero-subtitle{margin:0;font-size:1rem;color:#ffffffe0}.cpf-body{max-width:1100px;margin:0 auto;padding:1.5rem 1.5rem 3rem}.cpf-intro-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2.5rem}.cpf-intro-card{background:#fff;border-radius:8px;padding:1.5rem 1.75rem;border:1px solid #e5e5e5}.cpf-intro-title{margin:0 0 .75rem;font-size:1.05rem;font-weight:600;color:#222}.cpf-intro-card p{margin:0 0 .65rem;font-size:.95rem;line-height:1.65;color:#555}.cpf-intro-card p:last-child{margin-bottom:0}.cpf-section-text{margin:0 0 1rem;font-size:.98rem;line-height:1.65;color:#555}.cpf-section-text-after{margin-top:1rem;margin-bottom:0}.cpf-section{margin-bottom:2.75rem}.cpf-section-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e5e5}.cpf-section-number{flex-shrink:0;width:auto;height:auto;padding-top:.15rem;background:none;color:#999;font-size:.85rem;font-weight:500;letter-spacing:.02em}.cpf-section-title{margin:0 0 .25rem;font-size:1.4rem;font-weight:600;color:#222}.cpf-section-lead{margin:0;font-size:.98rem;color:#777;line-height:1.5}.cpf-levels{display:flex;flex-direction:column;gap:.75rem}.cpf-level-card{background:#fff;border-radius:8px;padding:1.5rem 1.75rem;border:1px solid #e5e5e5}.cpf-level-title{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#222}.cpf-level-block-label{margin:0 0 .35rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888}.cpf-level-profile{margin:0 0 1.25rem;font-size:.98rem;line-height:1.65;color:#555;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.cpf-level-columns-single{grid-template-columns:1fr}.cpf-level-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cpf-level-block h4{margin:0 0 .65rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#888}.cpf-level-block ul{margin:0;padding:0;list-style:none}.cpf-level-block li{position:relative;padding-left:1rem;margin-bottom:.4rem;font-size:.95rem;line-height:1.55;color:#555}.cpf-level-block li:before{content:"–";position:absolute;left:0;color:#bbb;font-weight:400}.cpf-check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}.cpf-check-card{display:flex;align-items:flex-start;gap:.65rem;background:#fff;border-radius:8px;padding:.9rem 1.1rem;border:1px solid #e5e5e5;font-size:.95rem;line-height:1.5;color:#555}.cpf-check-icon{flex-shrink:0;margin-top:.1rem;width:auto;height:auto;border-radius:0;background:none;color:#999;font-size:.85rem;font-weight:600}.cpf-paths{display:flex;flex-direction:column;gap:.75rem}.cpf-path-card{background:#fff;border-radius:8px;padding:1.5rem 1.75rem;border:1px solid #e5e5e5}.cpf-path-name{margin:0 0 .85rem;font-size:1.05rem;font-weight:600;color:#222}.cpf-path-steps{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .15rem;margin-bottom:.85rem}.cpf-path-step-wrap{display:inline-flex;align-items:center;gap:.15rem}.cpf-path-step{display:inline-block;padding:.3rem 0;border-radius:0;background:none;color:#444;font-size:.88rem;font-weight:500;white-space:nowrap}.cpf-path-arrow{color:#ccc;font-size:.85rem;margin:0 .35rem}.cpf-path-note{margin:0;font-size:.92rem;line-height:1.6;color:#777}.cpf-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.cpf-info-card{background:#fff;border-radius:8px;padding:1.5rem 1.75rem;border:1px solid #e5e5e5}.cpf-info-card h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:600;color:#222}.cpf-info-intro{margin:0 0 .75rem;font-size:.92rem;color:#777;line-height:1.55}.cpf-info-card p{margin:0;font-size:.95rem;line-height:1.65;color:#555}.cpf-info-card ul{margin:0;padding:0;list-style:none}.cpf-info-card li{position:relative;padding-left:1rem;margin-bottom:.35rem;font-size:.92rem;line-height:1.55;color:#555}.cpf-info-card li:before{content:"–";position:absolute;left:0;color:#bbb;font-weight:400}.cpf-footer-note{text-align:center;background:#fff;border-radius:8px;padding:2rem 2.5rem;border:1px solid #e5e5e5}.cpf-footer-note h2{margin:0 0 .75rem;font-size:1.25rem;font-weight:600;color:#222}.cpf-info-outro{margin:.75rem 0 0;font-size:.95rem;line-height:1.65;color:#555}.cpf-footer-note p{margin:0 auto .75rem;max-width:600px;font-size:.98rem;line-height:1.7;color:#555}.cpf-footer-tagline{margin-top:.75rem!important;font-weight:500;color:#888!important;font-size:.95rem!important}@media(max-width:768px){.cpf-hero,.cpf-body{padding-left:1rem;padding-right:1rem}.cpf-hero-overlay{inset:1rem 1rem auto;padding:1.25rem}.cpf-hero-title{font-size:1.4rem}.cpf-hero-image,.cpf-hero-overlay{height:180px}.cpf-intro-grid,.cpf-level-columns,.cpf-check-grid,.cpf-info-grid{grid-template-columns:1fr}.cpf-path-step{font-size:.82rem}.cpf-section-title{font-size:1.2rem}}.performance-review-process-page{width:100%;min-height:100vh;background-color:#f5f5f5}.performance-review-process-content-wrapper{max-width:1600px;margin:0 auto;padding:2rem;background-color:#fff}.performance-review-process-header{width:100%;margin-bottom:2rem}.performance-review-process-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.performance-review-process-content{width:100%}.performance-review-process-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:.25rem}.performance-review-process-company{font-size:1rem;color:#666;margin-bottom:2rem}.performance-review-process-content .policy-text{font-size:1rem;line-height:1.8;color:#555}.performance-review-process-content .policy-section{margin-bottom:2.5rem}.performance-review-process-content .policy-section:last-child,.performance-review-process-content .policy-section-final{margin-bottom:0}.performance-review-process-content .policy-section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.performance-review-process-content .policy-subsection{margin-bottom:1.25rem}.performance-review-process-content .policy-subsection-title{font-size:1.125rem;font-weight:600;color:#444;margin-bottom:.5rem;margin-top:.75rem}.performance-review-process-content .policy-section p{margin-bottom:.75rem}.performance-review-process-content .policy-list{list-style-type:disc;margin-left:1.5rem;margin-bottom:.75rem}.performance-review-process-content .policy-list li{margin-bottom:.25rem;line-height:1.6}@media(max-width:768px){.performance-review-process-content-wrapper{padding:1rem}.performance-review-process-title{font-size:1.5rem}.performance-review-process-content .policy-section-title{font-size:1.25rem}.performance-review-process-content .policy-subsection-title{font-size:1.0625rem}}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary)}
