@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";.website{display:flex;flex-direction:column;--web-bg: #ffffff;--web-bg-soft: #f4f6f9;--web-bg-elevated: #ffffff;--web-bg-card: #ffffff;--web-border: #e2e8f0;--web-border-strong: #cbd5e1;--web-text: #334155;--web-text-muted: #64748b;--web-heading: #0f172a;--web-accent: #1e4976;--web-accent-hover: #2a6cb0;--web-brand: #1e4976;--web-brand-hover: #163a5f;--web-brand-dim: rgba(30, 73, 118, .08);--web-label: #475569;--web-max: 1240px;--web-radius: 12px;--web-radius-lg: 16px;--web-shadow: 0 12px 40px rgba(15, 23, 42, .08);--web-shadow-sm: 0 4px 16px rgba(15, 23, 42, .06);--web-header-h: 68px;--web-section-gap: clamp(3rem, 6vw, 4.5rem);--web-section-gap-inner: clamp(2rem, 4vw, 3rem);font-family:DM Sans,system-ui,sans-serif;background:var(--web-bg);color:var(--web-text);min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased}.website__page-section{scroll-margin-top:calc(var(--web-header-h) + 1rem)}.website *,.website *:before,.website *:after{box-sizing:border-box}.website a:not(.website__btn){color:var(--web-accent);text-decoration:none;transition:color .2s ease}.website a:not(.website__btn):hover{color:var(--web-accent-hover)}.website__header{position:sticky;top:0;z-index:100;height:var(--web-header-h);display:flex;align-items:center;background:#fffffff0;-webkit-backdrop-filter:blur(12px) saturate(1.2);backdrop-filter:blur(12px) saturate(1.2);border-bottom:1px solid var(--web-border);box-shadow:0 1px #0f172a0a;isolation:isolate}.website__header-inner{width:100%;max-width:var(--web-max);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem}.website__logo{display:block;line-height:0}.website__logo img{width:52px;height:auto;display:block;transition:opacity .2s ease}.website__header .website__logo{padding-block:.5rem;padding-inline:.2rem .6rem}.website__header .website__logo img{width:56px}.website__logo:hover img{opacity:.85}.website__header-actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-shrink:0}.website__nav{display:flex;align-items:center;justify-content:center;min-width:0}.website__lang{display:flex;align-items:center;gap:.5rem}.website__header .website__lang a{font-size:.75rem;font-weight:500;letter-spacing:.04em;line-height:1;color:#0f172a33;text-decoration:none;transition:color .2s ease}.website__header .website__lang a:hover{color:#0f172a66}.website__header .website__lang a.is-active{font-weight:700;color:var(--web-heading)}.website__nav-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:10px;cursor:pointer;padding:0}.website__nav-toggle span,.website__nav-toggle span:before,.website__nav-toggle span:after{display:block;width:20px;height:2px;background:var(--web-heading);border-radius:1px;position:relative;transition:transform .2s ease,opacity .2s ease}.website__nav-toggle span:before,.website__nav-toggle span:after{content:"";position:absolute;left:0}.website__nav-toggle span:before{top:-6px}.website__nav-toggle span:after{top:6px}.website__nav-toggle.is-open span{background:transparent}.website__nav-toggle.is-open span:before{top:0;transform:rotate(45deg)}.website__nav-toggle.is-open span:after{top:0;transform:rotate(-45deg)}.website__nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.15rem;position:relative}.website__nav-indicator{position:absolute;z-index:0;border-radius:8px;background:var(--web-brand-dim);pointer-events:none;will-change:left,top,width,height}.website__nav>ul>li{position:relative;display:flex;align-items:center}.website__nav-link,.website__nav>ul>li>a{color:var(--web-text);font-size:.875rem;font-weight:500;padding:.4rem .75rem;border-radius:8px;display:grid;place-items:center;line-height:1;white-space:nowrap;transition:color .2s ease,background .2s ease}.website__nav-link,.website__nav>ul>li>a.website__nav-link{position:relative;z-index:1;background:transparent}.website__nav-link:hover,.website__nav>ul>li>a.website__nav-link:hover{color:var(--web-heading);background:var(--web-bg-card)}.website__nav-link.is-active,.website__nav>ul>li>a.website__nav-link.is-active{color:var(--web-brand);background:var(--web-brand-dim);box-shadow:none}.website__nav-item--dropdown{position:relative}.website__nav-dropdown-trigger{color:var(--web-text);font-size:.9rem;font-weight:500;padding:.5rem .85rem;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.25rem;line-height:1.2;border:none;background:transparent;font-family:inherit;cursor:pointer;transition:color .2s ease,background .2s ease}.website__nav-dropdown-trigger:hover,.website__nav-dropdown-trigger.is-active{color:var(--web-heading);background:var(--web-bg-card)}.website__nav-dropdown-trigger.is-active{color:var(--web-brand);background:var(--web-brand-dim);box-shadow:none}.website__nav-chevron{display:inline-block;width:.45rem;height:.45rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.website__nav-item--dropdown.is-open .website__nav-chevron{transform:rotate(-135deg) translateY(1px)}.website__nav-item--dropdown>.website__nav-submenu{display:none;position:absolute;top:100%;right:0;margin-top:.25rem;min-width:260px;background:var(--web-bg-elevated);border:1px solid var(--web-border);border-radius:var(--web-radius);padding:.5rem;z-index:30;box-shadow:var(--web-shadow);list-style:none}.website__nav-item--dropdown.is-open>.website__nav-submenu{display:block}.website__nav-submenu-overview{border-bottom:1px solid var(--web-border);margin-bottom:.35rem;padding-bottom:.35rem}.website__nav-submenu-overview a{font-weight:600;color:var(--web-heading)}.website__nav-submenu a{color:var(--web-text);display:block;padding:.55rem .75rem;font-size:.875rem;border-radius:8px;transition:background .15s ease,color .15s ease}.website__nav-submenu a:hover{background:var(--web-brand-dim);color:var(--web-brand)}.website__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.website__btn:active{transform:scale(.98)}.website a.website__btn--primary,.website__btn--primary{background:var(--web-brand-hover);color:#fff;font-weight:700;box-shadow:0 1px 2px #0f172a1f}.website a.website__btn--primary:hover,.website a.website__btn--primary:focus-visible,.website__btn--primary:hover,.website__btn--primary:focus-visible{background:#0f2d4a;color:#fff;box-shadow:0 8px 24px #0f172a40}.website__btn--ghost,.website__btn--outline{background:transparent;color:var(--web-brand);border:2px solid var(--web-brand)}.website__btn--ghost:hover,.website__btn--outline:hover{background:var(--web-brand-dim);color:var(--web-brand-hover);border-color:var(--web-brand-hover)}.website__btn--nav{padding:.5rem 1rem;font-size:.85rem}.website__btn--lg{padding:.85rem 1.5rem;font-size:1rem}.website__hero{position:relative;overflow:hidden;background:var(--web-bg-soft)}.website__hero--modern{min-height:clamp(420px,52vh,560px)}.website__hero-frame{position:relative;min-height:clamp(420px,52vh,560px);overflow:hidden;transform-origin:center top;box-shadow:0 20px 48px #0f172a24;will-change:margin,border-radius,transform}.website__hero--scroll-narrow .website__hero-inner{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;max-width:var(--web-max);margin:0 auto;padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2rem)}.website__hero--scroll-narrow .website__hero-inner>*{pointer-events:auto}.website__hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.website__hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-repeat:no-repeat;background-size:cover;opacity:0;transform:scale(1.03);transition:opacity 1s ease,transform 8s ease}.website__hero-slide.is-active{opacity:1;transform:scale(1)}.website__hero--modern .website__hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0f172ab8,#0f172a73 42%,#0f172a26)}.website__hero-inner{position:relative;z-index:2;max-width:var(--web-max);margin:0 auto;padding:clamp(2.5rem,6vw,4rem) clamp(1rem,4vw,2rem);min-height:inherit;display:flex;align-items:center}.website__hero-panel{max-width:100%}.website__hero-eyebrow{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#e2e8f0;margin-bottom:1rem;padding:.35rem .85rem;background:#ffffff1f;border-radius:999px;border:1px solid rgba(255,255,255,.25)}.website__hero-title{font-family:Plus Jakarta Sans,DM Sans,sans-serif;font-size:clamp(1.2rem,4.2vw,3rem);font-weight:800;color:#fff;line-height:1.08;margin:0 0 1rem;letter-spacing:-.03em;white-space:nowrap}.website__hero-lead{font-size:clamp(1rem,1.8vw,1.15rem);color:#ffffffeb;max-width:34rem;margin:0 0 1.5rem;line-height:1.6}.website__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.website__hero--modern .website__btn--outline{color:#fff;border-color:#ffffffbf;background:#ffffff14}.website__hero--modern .website__btn--outline:hover{background:#ffffff2e;color:#fff;border-color:#fff}.website__hero-dots{position:absolute;left:50%;bottom:clamp(1rem,2.5vw,1.5rem);z-index:3;display:flex;align-items:center;justify-content:center;gap:.45rem;transform:translate(-50%);margin:0;padding:0}.website__hero-dot{display:block;flex:0 0 auto;width:6px;height:6px;min-width:6px;min-height:6px;max-width:6px;max-height:6px;padding:0;border:none;border-radius:50%;aspect-ratio:1;line-height:0;box-sizing:border-box;background:#ffffff73;cursor:pointer;transition:background .2s ease}.website__hero-dot:hover{background:#ffffffbf}.website__hero-dot:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:2px}.website__hero-dot.is-active{background:#fff}.website__stats-wrap{position:relative}.website__stats-frame{position:relative;overflow:hidden;background:var(--web-brand);border-bottom:1px solid var(--web-border);transform-origin:center top;box-shadow:0 16px 40px #0f172a1f;will-change:margin,border-radius,transform}.website__stats{border-bottom:none;background:transparent}.website__stats-inner{max-width:var(--web-max);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid;grid-template-columns:repeat(4,1fr)}.website__stat{padding:1.75rem 1rem;text-align:center;border-right:1px solid rgba(255,255,255,.15)}.website__stat:last-child{border-right:none}.website__stat-value{display:block;font-family:Plus Jakarta Sans,sans-serif;font-size:1.85rem;font-weight:800;color:#fff;line-height:1.2}.website__stat-label{font-size:.82rem;color:#ffffffd1;margin-top:.35rem}.website__features{padding-block:var(--web-section-gap);padding-inline:clamp(1rem,4vw,2rem);background:var(--web-bg)}.website__features-inner,.website__sectors-inner{max-width:var(--web-max);margin:0 auto}.website__features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.website__feature{padding:1.75rem 1.5rem;background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:var(--web-radius-lg);box-shadow:var(--web-shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.website__feature:hover{transform:translateY(-3px);box-shadow:var(--web-shadow)}.website__feature-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:10px;background:var(--web-brand-dim);color:var(--web-brand)}.website__feature-icon svg{display:block}.website__feature h3{font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:700;color:var(--web-heading);margin:0 0 .5rem}.website__feature p{margin:0;font-size:.92rem;color:var(--web-text-muted);line-height:1.55}.website__sectors{padding:0 clamp(1rem,4vw,2rem) clamp(3rem,7vw,4rem);background:var(--web-bg-soft)}.website__sectors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.website__sector-card{position:relative;min-height:220px;border-radius:var(--web-radius-lg);overflow:hidden;background-size:cover;background-position:center;color:#fff;display:flex;align-items:flex-end;box-shadow:var(--web-shadow-sm);transition:transform .25s ease,box-shadow .25s ease}.website__sector-card:hover{transform:translateY(-4px);box-shadow:var(--web-shadow);color:#fff}.website__sector-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 20%,rgba(15,23,42,.82) 100%)}.website__sector-card-content{position:relative;z-index:1;padding:1.25rem;width:100%}.website__sector-card h3{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:700;margin:0 0 .35rem;color:#fff}.website__sector-card-link{font-size:.82rem;font-weight:600;opacity:.9}.website__sectors-more{text-align:center;margin:2rem 0 0}.website__card-more{margin-top:1rem}.website__main{display:flex;flex-direction:column;gap:var(--web-section-gap);max-width:var(--web-max);margin:0 auto;padding:0 clamp(1rem,4vw,2rem) clamp(2.5rem,6vw,4rem)}.website__main>*{margin-bottom:0}.website__main>.website__cta-band{margin-top:0}.website__main--service-detail{padding-top:clamp(1.15rem,2.5vw,1.65rem);padding-bottom:clamp(1.5rem,3vw,2.25rem)}.website__main--service-detail .website__section{margin-bottom:clamp(1.35rem,3.5vw,2rem)}.website__section--service-intro{padding-top:0;margin-bottom:clamp(1.15rem,3vw,1.65rem)!important}.website__service-detail-intro{display:grid;grid-template-columns:minmax(220px,.92fr) 1.08fr;gap:clamp(1rem,2.5vw,1.5rem);align-items:start}.website__service-detail-intro--text-only{grid-template-columns:1fr}.website__service-detail-content{display:flex;flex-direction:column;gap:clamp(1rem,2.5vw,1.35rem);min-width:0}.website__service-detail-intro:not(.website__service-detail-intro--text-only) .website__card-grid--service-detail{grid-template-columns:1fr;gap:1rem}.website__service-detail-gallery{display:grid;gap:.5rem;margin:0}.website__service-detail-gallery__cell{margin:0;border-radius:var(--web-radius);overflow:hidden;border:1px solid var(--web-border);box-shadow:var(--web-shadow-sm)}.website__service-detail-gallery__cell img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(hover:hover){.website__service-detail-gallery__cell:hover img{transform:scale(1.05)}}@media(prefers-reduced-motion:reduce){.website__service-detail-gallery__cell img{transition:none}.website__service-detail-gallery__cell:hover img{transform:none}}.website__service-detail-gallery--count-1{grid-template-columns:1fr}.website__service-detail-gallery--count-1 .website__service-detail-gallery__cell--lead img{aspect-ratio:4 / 3}.website__service-detail-gallery--count-multi{grid-template-columns:repeat(2,minmax(0,1fr))}.website__service-detail-gallery--count-multi .website__service-detail-gallery__cell--lead{grid-column:1 / -1}.website__service-detail-gallery--count-multi .website__service-detail-gallery__cell--lead img{aspect-ratio:16 / 10}.website__service-detail-gallery--count-multi .website__service-detail-gallery__cell--thumb img{aspect-ratio:4 / 3}.website__service-detail-gallery--count-3{grid-template-columns:repeat(2,minmax(0,1fr))}.website__service-detail-gallery--count-3 .website__service-detail-gallery__cell--lead{grid-column:1 / -1}.website__service-detail-gallery--count-3 .website__service-detail-gallery__cell--lead img{aspect-ratio:16 / 10}.website__service-detail-gallery--count-3 .website__service-detail-gallery__cell--thumb img{aspect-ratio:1 / 1}.website__service-detail-gallery--count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.website__service-detail-gallery--count-4 .website__service-detail-gallery__cell--lead img{aspect-ratio:5 / 4}.website__service-detail-gallery--count-4 .website__service-detail-gallery__cell--tile img{aspect-ratio:4 / 3}.website__service-detail-gallery--count-6{grid-template-columns:repeat(3,minmax(0,1fr))}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell--lead{grid-column:1 / -1}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell--lead img{aspect-ratio:16 / 10}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell:nth-child(1){grid-column:1 / -1}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell:nth-child(2){grid-column:1;grid-row:2 / span 2}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell:nth-child(3){grid-column:2;grid-row:2}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell:nth-child(4){grid-column:3;grid-row:2}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell:nth-child(5){grid-column:2;grid-row:3}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell:nth-child(6){grid-column:3;grid-row:3}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell--feature img{min-height:100%}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell--thumb img{aspect-ratio:1 / 1}.website__service-detail-gallery--count-7{grid-template-columns:repeat(3,minmax(0,1fr))}.website__service-detail-gallery--count-7 .website__service-detail-gallery__cell--lead{grid-column:1 / -1}.website__service-detail-gallery--count-7 .website__service-detail-gallery__cell--lead img{aspect-ratio:16 / 10}.website__service-detail-gallery--count-7 .website__service-detail-gallery__cell--thumb img{aspect-ratio:1 / 1}.website__prose--service-detail p{margin:0 0 .75rem;line-height:1.65}.website__prose--service-detail p:last-child{margin-bottom:0}.website__cta-band--service-detail{margin-top:clamp(1rem,2.5vw,1.5rem)!important;padding:clamp(1.35rem,3vw,2rem)}.website__section{margin-bottom:var(--web-section-gap)}#sluzby.website__page-section{display:flex;flex-direction:column;gap:var(--web-section-gap)}.website__page-section>.website__section{margin-bottom:0}.website__page-section>.website__cta-band{margin-top:0}.website__section-header{margin-bottom:2rem}.website__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--web-accent);opacity:1;margin:0 0 .5rem}.website__section-title{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.5rem,3vw,2.15rem);font-weight:800;color:var(--web-heading);margin:0 0 .5rem;letter-spacing:-.03em}.website__section-title--sub{margin-top:1.5rem}.website__section-header--center{text-align:center;max-width:40rem;margin-left:auto;margin-right:auto}.website__section-desc{color:var(--web-text-muted);margin:0;max-width:36rem}.website__page-banner{position:relative;overflow:visible;padding:clamp(1.25rem,3vw,1.75rem) 0 0;border-bottom:1px solid var(--web-border);background:linear-gradient(180deg,var(--web-bg-soft) 0%,var(--web-bg) 100%)}.website__page-banner-frame{position:relative;overflow:hidden;margin-bottom:clamp(1.5rem,4vw,2.5rem);padding:clamp(2rem,5vw,3rem) clamp(1rem,4vw,2rem) clamp(1.5rem,3vw,2rem);transform-origin:center top;box-shadow:0 16px 40px #0f172a1a;background:linear-gradient(180deg,var(--web-bg-soft) 0%,var(--web-bg) 100%);will-change:margin,border-radius,transform}.website__page-banner--with-back{padding-top:clamp(1.1rem,2.5vw,1.5rem);padding-bottom:clamp(1rem,2.5vw,1.35rem)}.website__page-banner-back{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 0 .65rem;border:1px solid var(--web-border);border-radius:10px;background:var(--web-bg-card);color:var(--web-heading);box-shadow:var(--web-shadow-sm);transition:border-color .2s ease,color .2s ease,background .2s ease}.website__page-banner-back:hover,.website__page-banner-back:focus-visible{border-color:var(--web-brand);color:var(--web-brand);background:var(--web-brand-dim)}.website__page-banner-parallax{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.website__page-banner-heading{display:flex;align-items:flex-start;gap:1rem}.website__page-banner-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:3.25rem;height:3.25rem;margin-top:.15rem;border-radius:12px;background:var(--web-brand-dim);color:var(--web-brand)}.website__page-banner-icon svg{display:block;width:26px;height:26px}.website__page-banner-inner{position:relative;z-index:1;max-width:var(--web-max);margin:0 auto}.website__page-title{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--web-heading);margin:0 0 .75rem;line-height:1.1;letter-spacing:-.02em}.website__page-banner--with-back .website__page-title{font-size:clamp(1.65rem,4vw,2.35rem);margin-bottom:.45rem}.website__page-lead{font-size:1.1rem;color:var(--web-text-muted);margin:0;max-width:40rem}.website__page-banner--with-back .website__page-lead{font-size:1rem;line-height:1.5}.website__prose{max-width:42rem}.website__prose p{margin:0 0 1.1rem;line-height:1.7}.website__prose--wide{max-width:none}.website__about-split,.website__section-visual-split{display:grid;grid-template-columns:minmax(280px,.9fr) 1.2fr;gap:clamp(1.5rem,4vw,2.5rem);align-items:start}.website__section-visual-split--offerings{grid-template-columns:1.15fr minmax(260px,.85fr)}.website__section-visual-split--history{grid-template-columns:1.2fr minmax(260px,.85fr)}.website__card-grid--in-split{margin:0}.website__about-visual,.website__section-visual{margin:0;border-radius:var(--web-radius-lg);overflow:hidden;border:1px solid var(--web-border);box-shadow:var(--web-shadow-sm)}.website__about-visual img,.website__section-visual img{display:block;width:100%;height:100%;min-height:280px;max-height:520px;object-fit:cover}.website__about-copy .website__quote{margin-top:2rem;margin-bottom:0}.website__service-card-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin-bottom:1rem;border-radius:10px;background:var(--web-brand-dim);color:var(--web-brand)}.website__service-card-icon svg{display:block}.website__quote{position:relative;margin:3rem 0;padding:2rem 2rem 2rem 2.5rem;background:var(--web-bg-soft);border:1px solid var(--web-border);border-radius:var(--web-radius-lg);border-left:4px solid var(--web-brand);box-shadow:var(--web-shadow-sm)}.website__quote p{font-size:clamp(1.1rem,2vw,1.35rem);color:var(--web-heading);margin:0;line-height:1.5;font-weight:500}.website__card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.website__card{background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:var(--web-radius-lg);padding:1.75rem;box-shadow:var(--web-shadow-sm);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.website__card:hover{border-color:var(--web-border-strong);transform:translateY(-2px);box-shadow:var(--web-shadow)}.website__card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--web-brand-dim);border:none;border-radius:10px;color:var(--web-brand);font-size:1.1rem;margin-bottom:1rem}.website__card-icon svg{display:block}.website__card h3,.website__card h4{font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:700;color:var(--web-heading);margin:0 0 .75rem}.website__card ul{margin:0;padding:0;list-style:none}.website__card li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.95rem;color:var(--web-text)}.website__card li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--web-accent)}.website__services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;width:100%}.website__service-card{display:flex;flex-direction:column;padding:1.75rem;background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:var(--web-radius-lg);color:inherit;box-shadow:var(--web-shadow-sm);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.website__service-card:hover{border-color:var(--web-brand);transform:translateY(-3px);box-shadow:var(--web-shadow);color:inherit}.website__service-card h3{font-family:Plus Jakarta Sans,sans-serif;font-size:1.15rem;color:var(--web-heading);margin:0 0 .5rem}.website__service-card p{flex:1;margin:0 0 1rem;font-size:.9rem;color:var(--web-text-muted);line-height:1.5}.website__service-card span{font-size:.85rem;font-weight:600;color:var(--web-brand)}.website__back-link{font-size:.9rem;font-weight:600;color:var(--web-brand)}.website__back-link:hover{color:var(--web-heading)}.website__gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.website__gallery--single{grid-template-columns:1fr;max-width:56rem}.website__gallery--single .website__gallery-item:first-child{grid-row:auto;aspect-ratio:16 / 9}.website__gallery-item{position:relative;border-radius:var(--web-radius);overflow:hidden;aspect-ratio:4 / 3;border:1px solid var(--web-border)}.website__gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.website__gallery-item:hover img{transform:scale(1.05)}.website__gallery-item figcaption{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000000d9);color:#fff;font-size:.85rem;font-weight:500}.website__timeline{--timeline-gutter: 2.75rem;--timeline-dot: 12px;--timeline-dot-offset: .4rem;position:relative;display:grid;gap:0;margin:0;padding:0 0 0 var(--timeline-gutter)}.website__timeline:before{content:"";position:absolute;left:calc(var(--timeline-gutter) / 2 - 1px);top:calc(var(--timeline-dot-offset) + var(--timeline-dot) / 2);bottom:calc(var(--timeline-dot-offset) + var(--timeline-dot) / 2);width:2px;background:linear-gradient(to bottom,var(--web-brand) 0%,color-mix(in srgb,var(--web-brand) 35%,var(--web-border)) 55%,var(--web-border) 100%);border-radius:2px}.website__timeline>*:not(:last-child) .website__timeline-item{padding-bottom:3.75rem}.website__timeline-item{display:grid;grid-template-columns:minmax(4.75rem,6.25rem) 1fr;gap:0 1.75rem;align-items:start;position:relative;margin:0}.website__timeline-item:before{content:"";position:absolute;left:calc(var(--timeline-gutter) / 2 * -1 - var(--timeline-dot) / 2);top:var(--timeline-dot-offset);width:var(--timeline-dot);height:var(--timeline-dot);border-radius:50%;background:var(--web-brand);box-shadow:0 0 0 3px var(--web-bg),0 0 0 5px color-mix(in srgb,var(--web-brand) 18%,transparent);z-index:1}.website__timeline-year{display:block;margin:0;padding-top:.15rem;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:1rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--web-brand);white-space:nowrap}.website__timeline-body{padding-top:.1rem}.website__timeline-body p{margin:0;line-height:1.75;color:var(--web-text)}.website__justified-mosaic{--mosaic-gap: 4px;width:100%;display:flex;flex-direction:column;gap:var(--mosaic-gap)}.website__justified-mosaic--bleed{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.website__justified-mosaic-row{display:flex;width:100%;margin:0;padding:0}.website__justified-mosaic-cell{flex:0 0 auto;overflow:hidden;line-height:0}.website__reference-card-link{display:block;color:inherit;text-decoration:none}.website__reference-card-link:hover{color:inherit}.website__reference-card{position:relative;overflow:hidden}.website__reference-card-photo{transition:filter .25s ease}.website__reference-card:hover .website__reference-card-photo,.website__reference-card:focus-within .website__reference-card-photo{filter:brightness(1.05)}.website__reference-card-frame{position:relative;width:100%;height:100%;line-height:0;overflow:hidden}.website__reference-card-photo-wrap{position:absolute;top:0;right:0;bottom:0;left:0;line-height:0}.website__reference-card-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.website__reference-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#64748b8c;opacity:1;transition:opacity .35s ease;z-index:1;pointer-events:none}.website__reference-card-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 35%,rgba(15,23,42,.75) 100%);z-index:2;pointer-events:none;transition:none}.website__reference-card:hover .website__reference-card-overlay,.website__reference-card:focus-within .website__reference-card-overlay{opacity:0}.website__reference-card-content{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:1rem 1.15rem;line-height:1.4}.website__reference-card-content h3{font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .25rem;line-height:1.3}.website__reference-card-content p{margin:0;font-size:.82rem;color:#ffffffe0;line-height:1.4}.website__tags{display:flex;flex-wrap:wrap;gap:.5rem}.website__tag{padding:.5rem 1rem;font-size:.8rem;font-weight:600;color:var(--web-heading);background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:999px;letter-spacing:.02em}.website__main:has(>.website__section--reference-dark:last-child){padding-bottom:0}.website__section--reference-dark{display:flow-root;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:0;padding:clamp(2.5rem,6vw,4rem) 0 0;background:#0f172a;color:#cbd5e1}.website__section--reference-dark:last-child{padding-bottom:clamp(2.5rem,5vw,3.5rem)}.website__section--reference-dark .website__section-header{max-width:var(--web-max);margin-left:auto;margin-right:auto;padding:0 clamp(1rem,4vw,2rem);margin-bottom:2rem}.website__section-header--reference-partners,.website__section-header--reference-portfolio{margin-top:var(--web-section-gap-inner);margin-bottom:2rem}.website__section--reference-dark .website__eyebrow{color:#94a3b8}.website__section--reference-dark .website__section-title{color:#fff}.website__section--reference-dark .website__section-desc{color:#94a3b8}.website__section--reference-dark .website__reference-card-link:hover,.website__section--reference-dark .website__reference-card-link:focus-within{color:inherit}.website__contact-team{margin-top:var(--web-section-gap-inner)}.website__contact-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:2.5rem;align-items:start}.website__contact-info{padding:1.75rem;background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:var(--web-radius-lg)}.website__contact-info h2{font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;color:var(--web-heading);margin:0 0 1rem}.website__contact-info p{margin:0 0 .75rem;line-height:1.6}.website__contact-visual{margin:1.5rem 0 0;border-radius:var(--web-radius);overflow:hidden;border:1px solid var(--web-border);box-shadow:var(--web-shadow-sm);background:var(--web-bg-soft)}.website__contact-visual img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.website__contact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin:2rem 0}.website__contact-card{padding:1.25rem;background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:var(--web-radius);transition:border-color .2s ease}.website__contact-card:hover{border-color:var(--web-border-strong)}.website__contact-card h3{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--web-text-muted);margin:0 0 .75rem}.website__contact-card p{margin:.2rem 0;font-size:.9rem}.website__form-panel{padding:1.75rem;background:var(--web-bg-card);border:1px solid var(--web-border);border-radius:var(--web-radius-lg)}.website__form-panel h2{font-family:Plus Jakarta Sans,sans-serif;font-size:1.25rem;color:var(--web-heading);margin:0 0 1.25rem}.website__form label{display:block;margin-bottom:.4rem;font-size:.85rem;font-weight:500;color:var(--web-text-muted)}.website__form input,.website__form textarea{width:100%;margin-bottom:1rem;padding:.75rem 1rem;border:1px solid var(--web-border);border-radius:10px;background:#fff;color:var(--web-heading);font:inherit;transition:border-color .2s ease,box-shadow .2s ease}.website__form input:focus,.website__form textarea:focus{outline:none;border-color:var(--web-accent);box-shadow:0 0 0 3px #2a6cb059}.website__form textarea{min-height:140px;resize:vertical}.website__alert{padding:1rem 1.25rem;border-radius:var(--web-radius);background:#1e497633;border:1px solid rgba(42,108,176,.45);color:var(--web-heading)}.website__cta-band{margin-top:0;padding:clamp(2rem,5vw,3rem);text-align:center;background:var(--web-brand);border:none;border-radius:var(--web-radius-lg);box-shadow:var(--web-shadow)}.website__cta-band h2{font-family:Plus Jakarta Sans,sans-serif;font-size:clamp(1.35rem,3vw,1.75rem);color:#fff;margin:0 0 .5rem}.website__cta-band p{color:#ffffffe0;margin:0 0 1.25rem;max-width:36rem;margin-left:auto;margin-right:auto}.website__cta-band .website__btn--primary{background:#fff;color:#0f2d4a}.website__cta-band .website__btn--primary:hover,.website__cta-band .website__btn--primary:focus-visible{background:#f8fafc;color:#0f2d4a;box-shadow:0 8px 24px #00000026}.website__footer{margin-top:auto;border-top:none;background:#0f172a;color:#cbd5e1}.website__footer-grid{max-width:var(--web-max);margin:0 auto;padding:3rem clamp(1rem,4vw,2rem) 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem}.website__footer-brand p{margin:.75rem 0 0;font-size:.9rem;color:#94a3b8;max-width:22rem}.website__footer-col h4{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#e2e8f0;margin:0 0 1rem}.website__footer-col ul{list-style:none;margin:0;padding:0}.website__footer-col li{margin-bottom:.5rem}.website__footer-col a{color:#cbd5e1;font-size:.9rem}.website__footer-col a:hover{color:#fff}.website__footer-bottom{max-width:var(--web-max);margin:0 auto;padding:1.25rem clamp(1rem,4vw,2rem);border-top:1px solid rgba(255,255,255,.1);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;color:#94a3b8}.website__footer-social{display:flex;gap:1rem}.website__footer-social a{color:#94a3b8;font-weight:500}.website__footer-social a:hover{color:#fff}.website__nav-mobile-cta{display:none}@media(max-width:900px){.website__about-split,.website__service-detail-intro{grid-template-columns:1fr}.website__service-detail-gallery--count-4,.website__service-detail-gallery--count-6,.website__service-detail-gallery--count-7,.website__service-detail-gallery--count-multi{grid-template-columns:repeat(2,minmax(0,1fr))}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell--lead,.website__service-detail-gallery--count-7 .website__service-detail-gallery__cell--lead{grid-column:1 / -1}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell--feature{grid-row:span 1;grid-column:1 / -1}.website__service-detail-gallery--count-6 .website__service-detail-gallery__cell--feature img{aspect-ratio:16 / 10}.website__service-detail-gallery--count-7 .website__service-detail-gallery__cell--thumb img{aspect-ratio:4 / 3}.website__about-split,.website__section-visual-split,.website__section-visual-split--history{grid-template-columns:1fr}.website__section-visual-split--history .website__section-visual{order:-1}.website__about-visual img,.website__section-visual img{max-height:240px;min-height:200px}.website__features-grid,.website__sectors-grid,.website__services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.website__timeline{--timeline-gutter: 2.25rem}.website__timeline>*:not(:last-child) .website__timeline-item{padding-bottom:3rem}.website__timeline-item{grid-template-columns:4.25rem 1fr;gap:0 1.25rem}.website__timeline-year{font-size:.9rem}.website__stats-inner{grid-template-columns:repeat(4,1fr)}.website__stat{padding:.65rem .4rem;border-bottom:none}.website__stat:nth-child(2){border-right:1px solid rgba(255,255,255,.15)}.website__stat:nth-child(1),.website__stat:nth-child(2){border-bottom:none}.website__stat-value{font-size:1.15rem;line-height:1.15}.website__stat:nth-child(3) .website__stat-value{font-size:.62rem;letter-spacing:-.02em}.website__stat-label{font-size:.65rem;margin-top:.2rem;line-height:1.15}.website__gallery,.website__contact-layout{grid-template-columns:1fr}.website__footer-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.website__header-inner{display:flex;align-items:center;justify-content:space-between}.website__nav-toggle{display:flex}.website__nav{display:none;justify-content:stretch;position:absolute;top:100%;left:0;right:0;z-index:99;height:calc(100dvh - var(--web-header-h));max-height:calc(100dvh - var(--web-header-h));background:var(--web-bg);padding:1.5rem;overflow-y:auto;border-top:1px solid var(--web-border);box-shadow:0 12px 40px #0f172a1f}.website__nav.is-open{display:block}.website__nav ul{flex-direction:column;align-items:stretch;gap:.25rem}.website__nav>ul>li>a{padding:.75rem 1rem;font-size:1rem}.website__nav-dropdown-trigger{width:100%;justify-content:space-between;padding:.75rem 1rem;font-size:1rem}.website__nav-submenu{position:static;margin-top:0;min-width:0;background:transparent;border:none;box-shadow:none;padding:0 0 .25rem 1rem}.website__nav-item--dropdown>.website__nav-submenu{display:none}.website__nav-item--dropdown.is-open>.website__nav-submenu{display:block}.website__btn--nav-hide-mobile{display:none}.website__nav-mobile-cta{display:block;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--web-border)}.website__nav-mobile-cta .website__btn{width:100%}.website__features-grid,.website__sectors-grid,.website__services-grid{grid-template-columns:1fr}.website__stats-inner{grid-template-columns:repeat(4,1fr)}.website__stat{padding:.5rem .25rem;border-bottom:none}.website__stat:nth-child(2){border-right:1px solid rgba(255,255,255,.15)}.website__stat:nth-child(1),.website__stat:nth-child(2){border-bottom:none}.website__stat-value{font-size:1rem;line-height:1.15}.website__stat:nth-child(3) .website__stat-value{font-size:.58rem;letter-spacing:-.02em}.website__stat-label{font-size:.6rem;margin-top:.15rem;line-height:1.15}.website__procedural-mesh{opacity:.35}.website__timeline{--timeline-gutter: 2rem;--timeline-dot: 10px;--timeline-dot-offset: .35rem;padding-left:var(--timeline-gutter)}.website__timeline>*:not(:last-child) .website__timeline-item{padding-bottom:2.5rem}.website__timeline-item{grid-template-columns:3.75rem 1fr;gap:0 1rem}.website__timeline-year{font-size:.85rem}}.website{--web-atmosphere: 0;--web-bg-atmosphere: color-mix( in srgb, var(--web-bg-soft) calc((1 - var(--web-atmosphere)) * 100%), #e8eef5 calc(var(--web-atmosphere) * 100%) )}.website__scroll-progress{position:fixed;top:var(--web-header-h);left:0;right:0;height:3px;z-index:101;background:linear-gradient(90deg,var(--web-brand),var(--web-accent-hover));pointer-events:none}.website__stats-frame .website__stats-inner{position:relative;z-index:1}.website__stats .website__stat{display:flex;flex-direction:column;align-items:center;justify-content:center}.website__procedural-mesh{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;opacity:.55}.website__procedural-mesh svg{width:100%;height:100%;animation:meshShift 18s ease-in-out infinite alternate}.website__procedural-mesh--cta{opacity:.35}.website__procedural-mesh--banner{opacity:.22}.website__section--compact{padding-top:0}.website__footer .website__footer-grid>*{min-width:0}.website__cta-band{position:relative;overflow:hidden}.website__cta-band>:not(.website__procedural-mesh){position:relative;z-index:1}.website__cta-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/website/illustrations/cta-texture.webp) center / cover no-repeat;opacity:.15;pointer-events:none;z-index:0}.website__features{background:var(--web-bg)}.website__sectors{background:color-mix(in srgb,var(--web-bg-atmosphere) 70%,#ffffff 30%);transition:background .4s ease}.website__sectors-grid>*{height:100%}.website__sectors-grid .website__sector-card{height:100%;min-height:220px}.website__sector-card:hover{transform:translateY(-6px)}@keyframes meshShift{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-2%,1%)}}@media(prefers-reduced-motion:reduce){.website__procedural-mesh svg{animation:none}.website__sector-card:hover{transform:none}.website__sectors{transition:none}}:root{--color-bg: #f3f6fb;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-border: #d7dfeb;--color-border-strong: #b6c2d4;--color-text: #0f172a;--color-text-muted: #51607a;--color-primary: #2f6fed;--color-primary-hover: #205fdf;--color-primary-active: #1d52be;--color-danger: #d92d20;--color-warning: #b7791f;--color-success: #13795b;--color-info: #2563eb;--font-family-base: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.375rem;--font-size-2xl: 1.875rem;--line-height-sm: 1.3;--line-height-md: 1.5;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 2.5rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .08);--shadow-md: 0 10px 20px rgba(15, 23, 42, .08);--control-height: 2.5rem;--transition-fast: .13s ease}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font-family-base);font-size:var(--font-size-md);line-height:var(--line-height-md);background:var(--color-bg);color:var(--color-text)}h1,h2,h3,h4,p{margin:0}h1{font-size:var(--font-size-2xl);line-height:var(--line-height-sm)}h2{font-size:var(--font-size-xl);line-height:var(--line-height-sm)}h3{font-size:var(--font-size-lg);line-height:var(--line-height-sm)}ul{margin:0;padding-left:1.1rem}li{margin-bottom:var(--space-2)}button,input,select{font:inherit}input:not([type=radio]):not([type=checkbox]),select,button{min-height:var(--control-height);border-radius:var(--radius-sm)}input:not([type=radio]):not([type=checkbox]),select{height:var(--control-height);line-height:calc(var(--control-height) - 2px);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding-block:0;padding-inline:var(--space-3)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:calc(var(--space-3) + 1.25rem);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2351607a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-3) center;background-size:1rem}input[type=radio]{min-height:1rem;width:1rem;height:1rem;padding:0;margin:0;accent-color:var(--color-primary)}input::placeholder{color:var(--color-text-muted)}button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:0 var(--space-4);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}button:hover{background:var(--color-surface-muted)}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(47,111,237,.25);outline-offset:1px;border-color:var(--color-primary)}button:disabled,input:disabled,select:disabled{opacity:.55;cursor:not-allowed}.layout{max-width:1120px;margin:0 auto;padding:var(--space-6) var(--space-4)}.topbar{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-5)}.topbar p{color:var(--color-text-muted);margin-top:var(--space-1)}.tabs{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-5)}.tabs button{border-color:transparent;background:#e9effa;color:#223250;font-weight:var(--font-weight-medium)}.tabs button:hover{background:#dde7f9}.tabs button.is-active{background:var(--color-primary);color:#fff}.btn{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-weight:var(--font-weight-medium)}.btn-primary{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.btn-primary:hover{border-color:var(--color-primary-hover);background:var(--color-primary-hover)}.btn-danger{border-color:#efb4ae;color:var(--color-danger);background:#fff5f4}.btn-danger:hover{background:#ffeceb}.input,.select{width:auto}.form-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3)}.form-row>label{font-weight:var(--font-weight-semibold);color:var(--color-text-muted)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5)}.card>h2{margin-bottom:var(--space-4)}.inline-form{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3)}.inline-form label,.inline-form strong{font-weight:var(--font-weight-semibold);color:var(--color-text-muted)}.inline-form label{display:inline-flex;align-items:center;gap:var(--space-1)}.login{max-width:460px;margin:4rem auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-6)}.login h1{font-size:var(--font-size-xl);margin-bottom:var(--space-2)}.login p{color:var(--color-text-muted)}.login form{margin-top:var(--space-4);display:grid;gap:var(--space-2)}.error{border:1px solid #f3b8b3;background:#fef2f1;color:var(--color-danger);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);margin-bottom:var(--space-3)}.inline-loading{display:inline-flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);color:var(--color-text);font-weight:var(--font-weight-medium)}.spinner{width:.9rem;height:.9rem;border-radius:999px;border:2px solid var(--color-border-strong);border-top-color:currentColor;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .5rem;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold)}.badge--success{color:var(--color-success);background:#e8faf3}.badge--warning{color:var(--color-warning);background:#fff7e9}.badge--danger{color:var(--color-danger);background:#fef2f1}.empty-state{border:1px dashed var(--color-border-strong);color:var(--color-text-muted);background:var(--color-surface-muted);border-radius:var(--radius-sm);padding:var(--space-3)}.month-card-grid{display:flex;flex-direction:column;gap:var(--space-3)}.month-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);padding:var(--space-3)}.month-card h3,.month-card h4{margin:0;font-size:var(--font-size-md)}.rides-overview>header{margin-bottom:var(--space-2)}.rides-overview>.inline-form{margin-bottom:var(--space-3)}.month-card header{margin-bottom:var(--space-2)}.lunch-item{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);padding:var(--space-2) var(--space-3);margin-bottom:0}.lunch-main-line{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.lunch-breakdown{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--font-size-sm)}.lunch-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-2)}.ride-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-2)}.pdf-items-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-2);align-items:start}.pdf-actions{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-1);margin-top:0}.pdf-actions .btn{width:140px}.pdf-item-layout{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-3)}.pdf-text-col{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:var(--space-1);margin-right:auto}.pdf-main-line{justify-content:flex-start}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:var(--space-4);z-index:1000}.confirm-dialog-backdrop{z-index:1100}.confirm-dialog-panel{width:min(480px,100%)}.confirm-dialog-panel p{margin:0;color:var(--color-text-muted)}.modal-panel{width:min(960px,100%);max-height:90vh;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}.modal-form-section{margin:0;padding:0;border:none}.modal-form-section+.modal-form-section{padding-top:var(--space-3);border-top:1px solid var(--color-border)}.form-error{margin:0;color:var(--color-danger, #c0392b);font-size:var(--font-size-sm)}.pdf-preview-frame{width:100%;height:min(75vh,820px);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff}.ride-meta{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--font-size-sm)}.vacation-date-time{align-items:center}.vacation-date-time__label{font-weight:var(--font-weight-semibold);color:var(--color-text-muted);min-width:4.5rem}.time-radio-group{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}.time-radio-option{display:inline-flex;align-items:center;gap:var(--space-1);font-weight:var(--font-weight-normal);color:var(--color-text);cursor:pointer}.vacation-status-group{margin-top:1.5rem}.vacation-status-group-title{margin:0 0 .75rem;font-size:1.1rem}.vacation-month-group{margin:0 0 1.25rem .75rem}.vacation-month-group h4{margin:0 0 .5rem;color:var(--text-muted, #666);font-size:.95rem;font-weight:600}.vacation-item{margin-bottom:var(--space-2)}.vacation-item-row{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.vacation-item-meta{flex:1 1 320px}.vacation-select-checkbox{margin:0;align-self:center}.vacation-item-actions{display:inline-flex;align-items:center;gap:var(--space-1);margin-left:auto}.item-actions{display:inline-flex;align-items:stretch;gap:var(--space-1)}.item-actions .btn{display:inline-flex;align-items:center;justify-content:center;height:var(--control-height);white-space:nowrap}.debug-clear-section{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--border-color, #e2e8f0)}.debug-clear-section .item-actions{flex-wrap:wrap}.ride-form-row{align-items:flex-start}.ride-field{display:inline-flex;flex-direction:column;align-items:flex-start;gap:var(--space-1);min-width:160px;text-align:left}.ride-field .input,.ride-field .select{width:100%}.ride-field>span{width:100%;text-align:left}@media(max-width:640px){.ride-field{width:100%;min-width:0}}.ride-create-form{display:flex;flex-direction:column;gap:var(--space-4)}.ride-create-form .ride-form-section{border:0;margin:0;padding:0;min-width:0}.ride-create-form .ride-form-section legend{display:block;width:100%;padding:0;margin:0 0 var(--space-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-muted)}.ride-form-helper{padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface);border:1px dashed var(--color-border)}.ride-form-section__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-3);align-items:start}.ride-form-section__grid--route{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.ride-create-form .ride-field{min-width:0;width:auto}.ride-field--full{width:100%;min-width:0}.ride-field--span-full{grid-column:1 / -1}.ride-field--empty{min-height:2.75rem;visibility:hidden;pointer-events:none}.ride-form-route-preview{margin:var(--space-2) 0 0}.ride-form-actions{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-3);padding-top:var(--space-1);border-top:1px solid var(--color-border)}.ride-form-actions__message{flex:1 1 100%;margin:0}.ride-form-actions .ride-field{flex:0 1 220px}@media(max-width:640px){.ride-form-section__grid,.ride-form-section__grid--route{grid-template-columns:1fr}.ride-field--empty{display:none}.ride-form-actions{flex-direction:column;align-items:stretch}.ride-form-actions .ride-field,.ride-form-actions .btn{width:100%}}.ride-matrix-scroll{overflow:auto;max-width:100%;border:1px solid var(--color-border);border-radius:var(--radius-md)}.ride-matrix-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.ride-matrix-table th,.ride-matrix-table td{border:1px solid var(--color-border);padding:var(--space-2);vertical-align:middle}.ride-matrix-table__corner,.ride-matrix-table__employee-header{position:sticky;left:0;z-index:2;background:var(--color-surface);text-align:left;min-width:12rem}.ride-matrix-table thead th{position:sticky;top:0;z-index:1;background:var(--color-surface-elevated)}.ride-matrix-table__corner{z-index:3}.ride-matrix-table__cell{text-align:center}.ride-matrix-table__header-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;padding:0;border:none;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.ride-matrix-table__car-header .ride-matrix-table__header-btn{align-items:center;text-align:center;min-width:5.5rem}.ride-matrix-table__car-name,.ride-matrix-table__employee-name{font-weight:600}.ride-matrix-table__car-plate,.ride-matrix-table__employee-ref{font-size:var(--font-size-xs);color:var(--color-text-muted)}.employee-ride-defaults{display:grid;gap:var(--space-3)}.employee-ride-defaults__row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md)}.employee-ride-defaults__name{flex:1 1 12rem;min-width:10rem}.employee-ride-defaults-bulk{padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-elevated)}.employee-ride-defaults-bulk__toolbar{display:flex;flex-wrap:wrap;gap:var(--space-2)}.employee-ride-defaults-bulk__employees{display:grid;gap:var(--space-2);max-height:14rem;overflow:auto;padding:var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.employee-ride-defaults-bulk__employee-option{display:flex;align-items:center;gap:var(--space-2);cursor:pointer}.employee-ride-defaults-bulk__form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-3)}.employee-ride-defaults-bulk__toggle{display:flex;align-items:center;gap:var(--space-2);flex:1 1 100%}.employee-section__header{margin-bottom:0}.employee-section__tabs{align-items:center}.employee-section__add-btn{margin-left:auto}.tabs--secondary{margin-top:calc(-1 * var(--space-2))}.employee-section__rides{gap:var(--space-4)}.employee-ride-summary{margin:0;font-size:var(--font-size-sm)}.employee-ride-settings-panel{gap:var(--space-4)}.ride-matrix-table__defaults-header{min-width:6.5rem;background:var(--color-surface-elevated);font-size:var(--font-size-xs);text-align:center}.ride-matrix-table__defaults-cell{min-width:6.5rem;vertical-align:middle;background:var(--color-surface)}.ride-matrix-table__compact-select{width:100%;min-width:5.5rem;font-size:var(--font-size-xs);padding:var(--space-1)}.ride-matrix-table__compact-input{width:100%;margin-top:var(--space-1);font-size:var(--font-size-xs);padding:var(--space-1)}.section-stack>*+*{margin-top:var(--space-4)}.text-muted{color:var(--color-text-muted)}.row-between{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.list-unstyled{list-style:none;padding-left:0;margin:0}
