*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", system-ui, sans-serif;--accent-blue: #0071e3;--accent-blue-hover: #005bb5;--accent-blue-soft: rgba(0, 113, 227, .12);--section-header: #1d1d1f;--section-header-bg: #f5f5f7;--anthracite: #1d1d1f;--anthracite-mid: #3a3a3c;--silver: #86868b;--silver-light: #d2d2d7;--accent: #0071e3;--accent-hover: #005bb5;--accent-muted: #1f6fc2;--accent-soft: rgba(0, 113, 227, .12);--accent-soft-strong: rgba(0, 113, 227, .22);--accent-light: #e8f2ff;--de-yellow: #efd88a;--de-red: #cf7d7d;--bg: #f5f5f7;--bg-card: #ffffff;--bg-elevated: rgba(255, 255, 255, .96);--border: #e8e8ed;--border-strong: #d2d2d7;--text: #1d1d1f;--text-muted: #515154;--green: #248a3d;--green-soft: rgba(36, 138, 61, .1);--radius: 14px;--radius-sm: 10px;--radius-pill: var(--radius-sm);--shadow: 0 1px 2px rgba(0, 0, 0, .04);--shadow-lg: 0 1px 3px rgba(0, 0, 0, .04), 0 12px 40px rgba(0, 0, 0, .06);--shadow-card-hover: 0 16px 48px rgba(0, 0, 0, .08);--header-gradient: linear-gradient(135deg, #f5f5f7 0%, #ffffff 100%);--ref-red: #dc2626;--ref-red-hover: #b91c1c;--konfi-price-font: var(--font-sans);--konfi-price-numeric: tabular-nums;--konfi-price-surcharge-fs: 12px;--konfi-price-surcharge-fw: 600;--konfi-price-surcharge-color: var(--accent-blue);--konfi-price-total-fw: 700;--konfi-price-total-color: var(--anthracite)}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.55;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh}.konfiLanding{min-height:100vh;max-width:1200px;margin:0 auto;padding:40px 18px 64px}.konfiLandingHeader{display:flex;flex-direction:column;align-items:center;gap:14px;margin-bottom:30px}.konfiLandingLogo{width:min(220px,58vw);height:auto}.konfiLandingTitle{margin:0;font-size:clamp(1.65rem,2.8vw,2.3rem);font-weight:700;letter-spacing:.01em;color:#111827;text-align:center}.konfiLandingGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.konfiLandingCard{display:flex;flex-direction:column;gap:12px;min-height:380px;padding:16px 16px 18px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;color:inherit;text-decoration:none;box-shadow:0 8px 24px #0f172a0d;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.konfiLandingCard:hover{transform:translateY(-2px);border-color:#0071e359;box-shadow:0 14px 30px #0f172a14;background:#fbfdff}.konfiLandingCardImageWrap{width:100%;aspect-ratio:1 / 1;padding:6px 0;border-radius:12px;overflow:hidden;border:1px solid #e9edf3;background:linear-gradient(180deg,#f8fafc,#f1f5f9);display:flex;align-items:center;justify-content:center}.konfiLandingCardImage{width:100%;height:100%;object-fit:contain;display:block}.konfiLandingCardTitle{margin:0;font-size:1.02rem;line-height:1.35;color:#111827}.konfiLandingCardSub{margin:0;font-size:.93rem;line-height:1.5;color:#4b5563}.konfiLandingCardCta{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;background:var(--accent-blue);color:#fff;font-size:12px;font-weight:600;letter-spacing:.01em}.konfiGatePage{min-height:100vh;display:grid;place-items:center;padding:28px 16px}.konfiGateCard{width:min(680px,100%);display:grid;gap:12px;padding:clamp(20px,3vw,32px);border-radius:20px;border:1px solid rgba(15,23,42,.1);background:#fff;box-shadow:0 16px 36px #0f172a14}.konfiGateLogo{width:min(170px,50vw);height:auto}.konfiGateBadge{justify-self:start;padding:4px 10px;border-radius:999px;border:1px solid rgba(0,113,227,.26);background:#0071e314;color:#005bb5;font-size:12px;font-weight:700;letter-spacing:.01em}.konfiGateTitle{margin:0;font-size:clamp(1.55rem,2.5vw,2.05rem);line-height:1.2;color:#0f172a}.konfiGateHint{margin:0;font-size:1rem;line-height:1.55;color:#475569}.konfiGateForm{display:grid;gap:10px;margin-top:4px}.konfiGateLabel{font-size:13px;font-weight:600;color:#334155}.konfiGateInput{width:100%;height:46px;padding:0 14px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;font-size:16px;color:#0f172a;transition:border-color .14s ease,box-shadow .14s ease}.konfiGateInput:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #0071e32e}.konfiGateError{margin:0;padding:9px 11px;border-radius:10px;border:1px solid rgba(185,28,28,.25);background:#b91c1c0f;color:#b91c1c;font-size:14px}.konfiGateSubmit{justify-self:start;margin-top:4px;padding:10px 16px;border-radius:12px;border:1px solid var(--accent-blue);background:var(--accent-blue);color:#fff;font-size:15px;font-weight:700}.konfiGateSubmit:hover{background:var(--accent-blue-hover);border-color:var(--accent-blue-hover)}.konfiLoadingShell{position:relative;min-height:100vh;padding:16px;background:#f5f5f7;overflow:hidden}.konfiLoadingShellHeader{height:56px;border-radius:14px;background:linear-gradient(90deg,#edf1f6,#f7f9fc,#edf1f6);border:1px solid #e5eaf1}.konfiLoadingShellBody{margin-top:12px;display:grid;grid-template-columns:minmax(260px,380px) minmax(0,1fr);gap:12px}.konfiLoadingShellPreview,.konfiLoadingShellConfig{border-radius:14px;border:1px solid #e5eaf1;background:linear-gradient(180deg,#f8fafd,#f2f6fb)}.konfiLoadingShellPreview{min-height:520px}.konfiLoadingShellConfig{min-height:520px;padding:14px}.konfiLoadingShellLine{height:18px;border-radius:999px;background:#e9eef5}.konfiLoadingShellLineWide{width:min(360px,74%)}.konfiLoadingShellGrid{margin-top:14px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.konfiLoadingShellCard{min-height:118px;border-radius:12px;border:1px solid #e4eaf2;background:#f3f7fc}.konfiLoadingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#f5f7fa9e;-webkit-backdrop-filter:saturate(80%) blur(1px);backdrop-filter:saturate(80%) blur(1px);color:#334155;font-weight:600;letter-spacing:.01em}.konfiLoadingSpinner{width:36px;height:36px;border-radius:999px;border:3px solid rgba(51,65,85,.18);border-top-color:#0071e3;animation:konfiSpin .8s linear infinite}@keyframes konfiSpin{to{transform:rotate(360deg)}}@media (max-width: 980px){.konfiLandingGrid{grid-template-columns:1fr}.konfiLandingCard{min-height:0}.konfiLoadingShellBody{grid-template-columns:1fr}.konfiLoadingShellPreview,.konfiLoadingShellConfig{min-height:240px}}.globalErrorFallback{min-height:100vh;display:grid;place-items:center;padding:20px;background:#f8fafc}.globalErrorCard{width:100%;max-width:620px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 12px 30px #0f172a14;padding:18px}.globalErrorTitle{margin:0;font-size:20px;color:#0f172a}.globalErrorHint{margin:8px 0 0;color:#334155}.globalErrorDev{margin-top:10px;padding:10px;max-height:170px;overflow:auto;font-size:12px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.globalErrorActions{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.globalErrorBtn{border:1px solid #94a3b8;background:#fff;color:#0f172a;border-radius:8px;padding:9px 12px;font-weight:600}.globalErrorBtnPrimary{border-color:var(--accent-blue);background:var(--accent-blue);color:#fff}html[data-konfi-embed="1"]{overflow-x:hidden}html[data-konfi-embed="1"] body{background:#fff;width:100%;max-width:none;margin:0}html[data-konfi-embed="1"] #root{width:100%;max-width:none}html[data-konfi-embed="1"] .app{min-height:auto;width:100%;max-width:none}button{cursor:pointer;font-family:inherit}:focus{outline:none}:focus-visible{outline:3px solid var(--accent-blue);outline-offset:2px}input,select{font-family:inherit}.cookieConsent{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;background:#0f172a;color:#f8fafc;border-radius:12px;box-shadow:0 12px 30px #0f172a4d;padding:14px 16px}.cookieConsentText{margin:0;font-size:.92rem;line-height:1.45}.cookieConsentText a{color:#93c5fd}.cookieConsentActions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.cookieBtn{border:1px solid rgba(248,250,252,.35);background:transparent;color:#f8fafc;border-radius:8px;padding:8px 12px;font-size:.88rem}.cookieBtnPrimary{background:var(--accent);border-color:var(--accent)}.featureFlagsDebugPanel{position:fixed;right:12px;bottom:12px;z-index:10000;width:min(360px,calc(100vw - 24px));border:1px solid #cbd5e1;border-radius:12px;background:#0f172af5;color:#e2e8f0;box-shadow:0 14px 28px #0f172a52}.featureFlagsDebugToggle{width:100%;border:0;background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;font-size:12px;font-weight:700;letter-spacing:.01em}.featureFlagsDebugBadge{min-width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;background:#38bdf83d;border:1px solid rgba(125,211,252,.4)}.featureFlagsDebugBody{border-top:1px solid rgba(148,163,184,.35);padding:10px 12px 12px;max-height:min(62vh,520px);overflow:auto}.featureFlagsDebugHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:12px}.featureFlagsDebugHeaderActions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px}.featureFlagsDebugCopySnapshot{border:1px solid rgba(125,211,252,.55);border-radius:6px;background:#0e749059;color:#e0f2fe;padding:3px 8px;font-size:11px;white-space:nowrap}.featureFlagsDebugCopySnapshot:hover{background:#0e749080}.featureFlagsDebugCopyHint{margin:0 0 8px;font-size:11px;color:#7dd3fc}.featureFlagsDebugResetAll,.featureFlagsDebugReset{border:1px solid rgba(148,163,184,.65);border-radius:6px;background:#1e293bd9;color:#e2e8f0;padding:3px 8px;font-size:11px}.featureFlagsDebugReset:disabled{opacity:.45;cursor:not-allowed}.featureFlagsDebugList{display:grid;gap:6px}.featureFlagsDebugRow{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:8px}.featureFlagsDebugSwitch{border:1px solid rgba(148,163,184,.65);border-radius:7px;background:#1e293bcc;color:#e2e8f0;font-size:11px;font-weight:700;letter-spacing:.02em;padding:4px 0}.featureFlagsDebugSwitch.is-on{background:#16a34a47;border-color:#4ade8099}.featureFlagsDebugSwitch.is-off{background:#be185d33;border-color:#f472b673}.featureFlagsDebugKey{font-size:11px;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featureFlagsDebugHint{margin-top:8px;font-size:11px;color:#94a3b8}html.konfi-offer-pdf-capture .konfi-summary-offer-viewport{display:block!important;position:fixed!important;left:0!important;top:0!important;width:210mm!important;max-width:none!important;z-index:2147483645!important;opacity:0!important;pointer-events:none!important;overflow:visible!important;margin:0!important;padding:0!important}html.konfi-offer-pdf-capture .konfi-offer-root{width:210mm!important;max-width:210mm!important;min-width:210mm!important;box-sizing:border-box!important}html.konfi-offer-pdf-capture .konfi-offer-root.offerPdfFv,html.konfi-offer-pdf-capture .offerPdfFv{height:auto!important;min-height:0!important;max-height:none!important}html.konfi-offer-pdf-capture .offerPdfFvInner{min-height:0!important;height:auto!important}html.konfi-offer-pdf-capture .konfi-pdf-page-header,html.konfi-offer-pdf-capture .konfi-pdf-first-page-address,html.konfi-offer-pdf-capture .konfi-pdf-page-body,html.konfi-offer-pdf-capture .konfi-pdf-page-footer{width:100%!important;box-sizing:border-box!important}html.konfi-offer-pdf-capture .konfi-pdf-page-footer{margin-top:0!important;padding-top:0!important}.konfi-offer-root .konfi-pdf-page-body{flex:0 1 auto;min-height:0;width:100%;box-sizing:border-box}.konfi-offer-root .konfi-pdf-page-footer{flex:0 0 auto;width:100%;box-sizing:border-box}html.konfi-offer-pdf-capture .konfi-offer-thumbs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}html.konfi-offer-pdf-capture .konfi-offer-footer{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}
