.series-tracker-module__miPuVW__tracker{gap:var(--space-4);margin:var(--space-6) 0;padding:var(--space-5);background-color:var(--bg-surface);border:var(--border-width) solid var(--border-color-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.series-tracker-module__miPuVW__head{justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.series-tracker-module__miPuVW__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.series-tracker-module__miPuVW__eyebrow{font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-600)}.series-tracker-module__miPuVW__seriesTitle{font-size:var(--text-md);font-weight:var(--font-bold);color:var(--text-primary);line-height:1.3}.series-tracker-module__miPuVW__counter{padding:2px var(--space-3);border-radius:var(--radius-full);background-color:var(--color-primary-600);color:var(--text-inverse);font-size:var(--text-sm);font-weight:var(--font-semibold);white-space:nowrap;flex-shrink:0}.series-tracker-module__miPuVW__dots{align-items:center;gap:var(--space-2);margin:0;padding:0;list-style:none;display:flex}.series-tracker-module__miPuVW__dot{border-radius:var(--radius-full);background-color:var(--border-color);flex:1;min-width:8px;height:8px}.series-tracker-module__miPuVW__dot[data-state=done]{background-color:color-mix(in srgb, var(--color-primary-500) 55%, transparent)}.series-tracker-module__miPuVW__dot[data-state=current]{background-color:var(--color-primary-600)}.series-tracker-module__miPuVW__nav{gap:var(--space-3);flex-wrap:wrap;display:flex}.series-tracker-module__miPuVW__navLink{padding:var(--space-3);border:var(--border-width) solid var(--border-color-light);border-radius:var(--radius-md);background-color:var(--bg-body);transition:border-color var(--duration-fast) var(--ease-default), transform var(--duration-fast) var(--ease-default);flex-direction:column;flex:220px;gap:2px;text-decoration:none;display:flex}.series-tracker-module__miPuVW__navLink[data-dir=next]{text-align:right;margin-left:auto}.series-tracker-module__miPuVW__navLink:hover{border-color:var(--color-primary-500);transform:translateY(-2px)}.series-tracker-module__miPuVW__navLabel{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-primary-600)}.series-tracker-module__miPuVW__navTitle{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.series-tracker-module__miPuVW__guideLink{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-link);align-self:flex-start;text-decoration:none}.series-tracker-module__miPuVW__guideLink:hover{text-decoration:underline}@media (max-width:575px){.series-tracker-module__miPuVW__navLink[data-dir=next]{text-align:left;margin-left:0}}
.component-module__Sp0IKG__section{padding:var(--space-3) var(--space-4) var(--space-6)}@media (min-width:768px){.component-module__Sp0IKG__section{padding:var(--space-4) var(--space-6) var(--space-8)}}.component-module__Sp0IKG__callout{align-items:stretch;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);border:1px solid color-mix(in srgb, currentColor 35%, transparent);flex-direction:column;max-width:1100px;margin:0 auto;display:flex}.component-module__Sp0IKG__ctaWrapper{flex-shrink:0;justify-content:center;width:100%;display:flex}@media (min-width:768px){.component-module__Sp0IKG__callout{align-items:center;gap:var(--space-4);flex-direction:row}.component-module__Sp0IKG__callout[data-has-cta=true]{gap:var(--space-6)}.component-module__Sp0IKG__ctaWrapper{width:auto;margin-left:auto}}.component-module__Sp0IKG__callout[data-variant=info]{background:var(--color-info-light);color:var(--color-info-dark)}.component-module__Sp0IKG__callout[data-variant=tip]{background:var(--color-success-light);color:var(--color-success-dark)}.component-module__Sp0IKG__callout[data-variant=warning]{background:var(--color-warning-light);color:var(--color-warning-dark)}.component-module__Sp0IKG__callout[data-variant=danger]{background:var(--color-danger-light);color:var(--color-danger-dark)}.component-module__Sp0IKG__icon{flex-shrink:0;font-size:1.5rem;line-height:1}.component-module__Sp0IKG__body{flex:1;min-width:0}.component-module__Sp0IKG__header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.component-module__Sp0IKG__title{color:inherit;margin:0;font-weight:600}.component-module__Sp0IKG__content{color:var(--text-primary)}.component-module__Sp0IKG__content p{color:inherit;margin:0}.component-module__Sp0IKG__content p+p{margin-top:var(--space-2)}.component-module__Sp0IKG__content a{color:currentColor;font-weight:500;text-decoration:underline}.component-module__Sp0IKG__content strong{color:currentColor}.component-module__Sp0IKG__content ul,.component-module__Sp0IKG__content ol{margin:var(--space-2) 0;padding-left:var(--space-5)}.component-module__Sp0IKG__content li{margin:var(--space-1) 0}[data-theme=dark] .component-module__Sp0IKG__callout[data-variant=info]{background:color-mix(in srgb, var(--color-info) 14%, transparent);color:var(--color-info-light)}[data-theme=dark] .component-module__Sp0IKG__callout[data-variant=tip]{background:color-mix(in srgb, var(--color-success) 14%, transparent);color:var(--color-success-light)}[data-theme=dark] .component-module__Sp0IKG__callout[data-variant=warning]{background:color-mix(in srgb, var(--color-warning) 14%, transparent);color:var(--color-warning-light)}[data-theme=dark] .component-module__Sp0IKG__callout[data-variant=danger]{background:color-mix(in srgb, var(--color-danger) 14%, transparent);color:var(--color-danger-light)}[data-theme=dark] .component-module__Sp0IKG__content{color:var(--text-primary)}
.section-shell-module__1he8Da__section{padding-block:var(--space-16);padding-inline:var(--space-4)}@media (min-width:768px){.section-shell-module__1he8Da__section{padding-block:var(--space-20);padding-inline:var(--space-6)}}.section-shell-module__1he8Da__section[data-pad-top=compact]{padding-block-start:var(--space-8)}.section-shell-module__1he8Da__section[data-pad-top=none]{padding-block-start:0}.section-shell-module__1he8Da__section[data-pad-bottom=compact]{padding-block-end:var(--space-8)}.section-shell-module__1he8Da__section[data-pad-bottom=none]{padding-block-end:0}.section-shell-module__1he8Da__inner{margin:0 auto}.section-shell-module__1he8Da__inner[data-width=prose]{max-width:720px}.section-shell-module__1he8Da__inner[data-width=normal]{max-width:960px}.section-shell-module__1he8Da__inner[data-width=wide]{max-width:var(--content-max-width)}.section-shell-module__1he8Da__bareBlock{min-width:0}.section-shell-module__1he8Da__header{gap:var(--space-3);margin-bottom:var(--space-10);flex-direction:column;display:flex}.section-shell-module__1he8Da__inner[data-align=center] .section-shell-module__1he8Da__header,.section-shell-module__1he8Da__bareBlock[data-align=center] .section-shell-module__1he8Da__header{text-align:center;align-items:center}.section-shell-module__1he8Da__inner[data-align=left] .section-shell-module__1he8Da__header,.section-shell-module__1he8Da__bareBlock[data-align=left] .section-shell-module__1he8Da__header{text-align:left;align-items:flex-start}.section-shell-module__1he8Da__eyebrow{}.section-shell-module__1he8Da__title{font-size:var(--text-3xl);font-weight:var(--font-bold);letter-spacing:-.025em;color:var(--text-primary);margin:0;line-height:1.15}@media (min-width:768px){.section-shell-module__1he8Da__title{font-size:var(--text-4xl)}}.section-shell-module__1he8Da__subtitle{max-width:600px;font-size:var(--text-md);color:var(--text-secondary);margin:0;line-height:1.6}
.component-module__gwFQra__grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:768px){.component-module__gwFQra__grid{gap:var(--space-6);grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.component-module__gwFQra__grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.component-module__gwFQra__grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.component-module__gwFQra__grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}}.component-module__gwFQra__card{--accent-fg:var(--color-primary-600);--accent-bg-soft:color-mix(in srgb, var(--color-primary-500) 12%, transparent);--accent-stripe:linear-gradient(90deg, var(--color-primary-500), var(--color-primary-300));gap:var(--space-3);padding:var(--space-6);background-color:var(--bg-surface);border:var(--border-width) solid var(--border-color-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);color:inherit;transition:all var(--duration-fast) var(--ease-default);flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.component-module__gwFQra__card[data-accent=success]{--accent-fg:var(--color-success);--accent-bg-soft:color-mix(in srgb, var(--color-success) 14%, transparent);--accent-stripe:linear-gradient(90deg, var(--color-success), color-mix(in srgb, var(--color-success) 60%, white))}.component-module__gwFQra__card[data-accent=warning]{--accent-fg:var(--color-warning);--accent-bg-soft:color-mix(in srgb, var(--color-warning) 14%, transparent);--accent-stripe:linear-gradient(90deg, var(--color-warning), color-mix(in srgb, var(--color-warning) 60%, white))}.component-module__gwFQra__card[data-accent=info]{--accent-fg:var(--color-info);--accent-bg-soft:color-mix(in srgb, var(--color-info) 14%, transparent);--accent-stripe:linear-gradient(90deg, var(--color-info), color-mix(in srgb, var(--color-info) 60%, white))}.component-module__gwFQra__card[data-accent=neutral]{--accent-fg:var(--text-secondary);--accent-bg-soft:var(--bg-surface-hover);--accent-stripe:linear-gradient(90deg, var(--border-color), var(--border-color-light))}.component-module__gwFQra__card[data-stripe]:before{content:"";background:var(--accent-stripe);height:4px;position:absolute;top:0;left:0;right:0}.component-module__gwFQra__card:not([data-muted]):hover{border-color:color-mix(in srgb, var(--accent-fg) 45%, var(--border-color-light));box-shadow:0 14px 30px color-mix(in srgb, var(--accent-fg) 22%, transparent), var(--shadow-sm);transform:translateY(-4px)}.component-module__gwFQra__card[data-clickable]:hover .component-module__gwFQra__cardLink{gap:var(--space-2)}.component-module__gwFQra__cardHead{align-items:center;gap:var(--space-3);display:flex}.component-module__gwFQra__iconWrapper{border-radius:var(--radius-lg);background-color:var(--accent-bg-soft);width:56px;height:56px;color:var(--accent-fg);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.component-module__gwFQra__cardTitle{min-width:0;font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);overflow-wrap:break-word;flex:1;margin:0;line-height:1.3}.component-module__gwFQra__cardBody{font-size:var(--text-sm);color:var(--text-secondary);white-space:pre-line;flex:1;margin:0;line-height:1.6}.component-module__gwFQra__badgeRow{margin-bottom:calc(-1 * var(--space-1));justify-content:flex-end;display:flex}.component-module__gwFQra__statusBadge{padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-semibold);letter-spacing:.02em;white-space:nowrap;align-items:center;line-height:1.5;display:inline-flex}.component-module__gwFQra__statusBadge[data-status=complete]{color:var(--color-success);background-color:color-mix(in srgb, var(--color-success) 14%, transparent);border:1px solid color-mix(in srgb, var(--color-success) 35%, transparent)}.component-module__gwFQra__statusBadge[data-status=soon]{color:var(--text-muted);background-color:var(--bg-surface-hover);border:1px solid var(--border-color)}.component-module__gwFQra__card[data-muted]{opacity:.62;box-shadow:none}.component-module__gwFQra__card[data-muted] .component-module__gwFQra__iconWrapper{filter:grayscale()}.component-module__gwFQra__cardLink{align-items:center;gap:var(--space-1);margin-top:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--accent-fg);transition:gap var(--duration-fast) var(--ease-default);display:inline-flex}
.component-module__pk04kW__section{padding:var(--space-3) var(--space-4) var(--space-6)}@media (min-width:768px){.component-module__pk04kW__section{padding:var(--space-4) var(--space-6) var(--space-8)}}.component-module__pk04kW__figure{max-width:1100px;margin:0 auto}.component-module__pk04kW__bar{justify-content:space-between;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--bg-surface-hover);border:1px solid var(--border-color);border-radius:var(--radius-md) var(--radius-md) 0 0;border-bottom:none;display:flex}.component-module__pk04kW__name{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-muted)}.component-module__pk04kW__copy{padding:var(--space-1) var(--space-2);font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-link);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none}.component-module__pk04kW__copy:hover{background:var(--bg-surface-active)}.component-module__pk04kW__pre{padding:var(--space-4);-webkit-overflow-scrolling:touch;background:color-mix(in srgb, var(--text-primary) 5%, var(--bg-surface));border:1px solid var(--border-color);border-radius:0 0 var(--radius-md) var(--radius-md);margin:0;overflow-x:auto}.component-module__pk04kW__pre code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:var(--text-sm);color:var(--text-primary);white-space:pre;line-height:1.6}.component-module__pk04kW__caption{max-width:1100px;margin:var(--space-2) auto 0;font-size:var(--text-xs);color:var(--text-muted)}
.cta-arrow-label-module__YOZOoa__root{align-items:center;gap:var(--space-2);display:inline-flex}
.cookie-banner-module__oXRsZW__text{font-size:var(--text-sm);color:var(--text-secondary);line-height:var(--leading-relaxed);margin:0}.cookie-banner-module__oXRsZW__text a{color:var(--text-link);text-decoration:underline}html[data-consent-decided="1"] .cookie-banner-module__oXRsZW__consentBackdrop{display:none}.cookie-banner-module__oXRsZW__modalBackdrop{z-index:var(--z-modal);background-color:var(--bg-overlay);padding:var(--space-4);justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (min-width:768px){.cookie-banner-module__oXRsZW__modalBackdrop{align-items:center}}.cookie-banner-module__oXRsZW__modalDialog{background-color:var(--bg-surface);border-radius:var(--radius-lg);width:100%;max-width:460px;max-height:calc(100vh - var(--space-8));box-shadow:var(--shadow-xl);flex-direction:column;display:flex;overflow:hidden}.cookie-banner-module__oXRsZW__modalHeader{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:var(--border-width) solid var(--border-color-light);display:flex}.cookie-banner-module__oXRsZW__modalTitle{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.cookie-banner-module__oXRsZW__modalClose{appearance:none;color:var(--text-muted);cursor:pointer;padding:var(--space-1);font-size:var(--text-xl);border-radius:var(--radius-sm);background:0 0;border:none;line-height:1}.cookie-banner-module__oXRsZW__modalClose:hover{color:var(--text-primary);background-color:var(--bg-surface-hover)}.cookie-banner-module__oXRsZW__modalBody{padding:var(--space-4) var(--space-5);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.cookie-banner-module__oXRsZW__modalFooter{padding:var(--space-4) var(--space-5);border-top:var(--border-width) solid var(--border-color-light);display:flex}.cookie-banner-module__oXRsZW__decisionActions{gap:var(--space-2);flex-direction:column;width:100%;display:flex}.cookie-banner-module__oXRsZW__decisionActions>button{width:100%;min-height:44px}.cookie-banner-module__oXRsZW__secondaryActions{justify-content:space-between;align-items:center;gap:var(--space-2);display:flex}.cookie-banner-module__oXRsZW__secondaryActions>button{min-height:44px}.cookie-banner-module__oXRsZW__category{gap:var(--space-1);cursor:pointer;flex-direction:column;display:flex}.cookie-banner-module__oXRsZW__categoryRow{align-items:center;gap:var(--space-3);min-height:32px;display:flex}.cookie-banner-module__oXRsZW__categoryTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary)}.cookie-banner-module__oXRsZW__categoryDescription{font-size:var(--text-xs);color:var(--text-muted);line-height:var(--leading-normal);margin:0}.cookie-banner-module__oXRsZW__categorySwitch{appearance:none;border-radius:var(--radius-full);background:var(--color-neutral-400);cursor:pointer;width:40px;height:22px;transition:background-color var(--duration-fast) var(--ease-default);border:none;flex-shrink:0;position:relative}.cookie-banner-module__oXRsZW__categorySwitch:after{content:"";border-radius:var(--radius-full);background:var(--color-neutral-0);width:18px;height:18px;box-shadow:var(--shadow-sm);transition:transform var(--duration-fast) var(--ease-default);position:absolute;top:2px;left:2px}.cookie-banner-module__oXRsZW__categorySwitch:checked{background:var(--color-primary-500)}.cookie-banner-module__oXRsZW__categorySwitch:checked:after{transform:translate(18px)}.cookie-banner-module__oXRsZW__categorySwitch:focus-visible{box-shadow:var(--ring-primary);outline:none}.cookie-banner-module__oXRsZW__categorySwitch:disabled{cursor:not-allowed;opacity:.6}
.device-frame-module___AdkPG__wrapper{max-width:100%;display:block;position:relative}.device-frame-module___AdkPG__wrapper img{object-fit:contain;width:100%;height:100%;display:block}.device-frame-module___AdkPG__laptop{flex-direction:column;align-items:center;width:100%;display:flex}.device-frame-module___AdkPG__laptopBody{aspect-ratio:16/10;background:linear-gradient(#1c1c20 0%,#0e0e12 100%);border-radius:12px;width:100%;padding:18px 14px 12px;position:relative;box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #ffffff0a}.device-frame-module___AdkPG__laptopCamera{background:#0a0a0c;border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #2a2a30}.device-frame-module___AdkPG__laptopScreen{background:#000;border-radius:4px;width:100%;height:100%;position:relative;overflow:hidden}.device-frame-module___AdkPG__laptopHinge{background:linear-gradient(#0a0a0c 0%,#1a1a20 40%,#2a2a30 50%,#1a1a20 60%,#0a0a0c 100%);width:100%;height:6px}.device-frame-module___AdkPG__laptopBase{background:linear-gradient(#e8e8ec 0%,#d0d0d4 35%,#b0b0b4 70%,#909094 100%);border-bottom-right-radius:6px;border-bottom-left-radius:6px;width:108%;height:18px;margin:0 -4%;position:relative;box-shadow:inset 0 1px #fffc,inset 0 -1px #00000026}.device-frame-module___AdkPG__laptopBaseNotch{background:linear-gradient(#707074 0%,#909094 100%);border-bottom-right-radius:100%;border-bottom-left-radius:100%;width:12%;height:5px;position:absolute;top:0;left:50%;transform:translate(-50%)}.device-frame-module___AdkPG__phone{width:100%;max-width:var(--device-max-width,280px);aspect-ratio:9/19.5;background:linear-gradient(135deg,#2a2a30 0%,#18181c 100%);border-radius:clamp(28px,16%,44px);padding:8px;position:relative}.device-frame-module___AdkPG__phone:before{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff14;position:absolute;inset:0}.device-frame-module___AdkPG__phoneScreen{background:#000;border-radius:clamp(22px,13%,38px);width:100%;height:100%;position:relative;overflow:hidden}.device-frame-module___AdkPG__phoneIsland{z-index:2;background:#000;border-radius:999px;width:30%;max-width:96px;height:22px;position:absolute;top:10px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #1a1a1e}.device-frame-module___AdkPG__phoneHomeIndicator{z-index:2;background:#ffffff73;border-radius:999px;width:35%;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.device-frame-module___AdkPG__phoneButtonVolUp,.device-frame-module___AdkPG__phoneButtonVolDown,.device-frame-module___AdkPG__phoneButtonPower{background:#14141a;border-radius:0 2px 2px 0;width:3px;position:absolute}.device-frame-module___AdkPG__phoneButtonVolUp{height:6%;top:18%;left:-2px}.device-frame-module___AdkPG__phoneButtonVolDown{height:9%;top:28%;left:-2px}.device-frame-module___AdkPG__phoneButtonPower{border-radius:2px 0 0 2px;height:9%;top:22%;right:-2px}.device-frame-module___AdkPG__tablet{aspect-ratio:4/3;background:linear-gradient(135deg,#2c2c32 0%,#1a1a1e 100%);border-radius:22px;width:100%;padding:16px;position:relative}.device-frame-module___AdkPG__tablet:before{content:"";pointer-events:none;border:1px solid #ffffff0f;border-radius:22px;position:absolute;inset:0}.device-frame-module___AdkPG__tabletScreen{background:#000;border-radius:6px;width:100%;height:100%;position:relative;overflow:hidden}.device-frame-module___AdkPG__tabletCamera{z-index:2;background:#0a0a0c;border-radius:50%;width:6px;height:6px;position:absolute;top:6px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 1px #2a2a30}.device-frame-module___AdkPG__browser{aspect-ratio:16/10;background:var(--bg-surface);border:1px solid var(--border-color-light);border-radius:12px;flex-direction:column;width:100%;display:flex;overflow:hidden}.device-frame-module___AdkPG__browserChrome{background:linear-gradient(#f4f4f6 0%,#e8e8ec 100%);border-bottom:1px solid #d8d8dc;flex-shrink:0;align-items:center;gap:12px;height:36px;padding:0 14px;display:flex}[data-theme=dark] .device-frame-module___AdkPG__browserChrome{background:linear-gradient(#2a2a30 0%,#1e1e22 100%);border-bottom-color:#14141a}.device-frame-module___AdkPG__browserLights{flex-shrink:0;gap:6px;display:flex}.device-frame-module___AdkPG__browserLight{border-radius:50%;width:11px;height:11px;display:block}.device-frame-module___AdkPG__browserLight[data-color=red]{background:#ff5f57;box-shadow:inset 0 0 0 .5px #0000001a}.device-frame-module___AdkPG__browserLight[data-color=yellow]{background:#febc2e;box-shadow:inset 0 0 0 .5px #0000001a}.device-frame-module___AdkPG__browserLight[data-color=green]{background:#28c840;box-shadow:inset 0 0 0 .5px #0000001a}.device-frame-module___AdkPG__browserUrl{background:var(--bg-surface);max-width:60%;height:22px;color:var(--text-secondary);font-size:11px;font-family:var(--font-family);border:1px solid #d8d8dc;border-radius:6px;flex:1;justify-content:center;align-items:center;margin:0 auto;padding:0 12px;display:flex}[data-theme=dark] .device-frame-module___AdkPG__browserUrl{background:#14141a;border-color:#2a2a30}.device-frame-module___AdkPG__browserScreen{flex:1;position:relative;overflow:hidden}
.image-lightbox-module__2J43bG__trigger{border-radius:var(--radius-lg);background:var(--bg-surface);width:100%;box-shadow:var(--shadow-sm);cursor:zoom-in;border:0;margin:0;padding:0;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden}.image-lightbox-module__2J43bG__deviceTrigger{cursor:zoom-in;background:0 0;border:0;width:100%;margin:0;padding:0;display:block}.image-lightbox-module__2J43bG__deviceTrigger:focus-visible{outline:2px solid var(--color-primary-600);outline-offset:4px;border-radius:var(--radius-md)}.image-lightbox-module__2J43bG__trigger:hover{box-shadow:var(--shadow-md)}.image-lightbox-module__2J43bG__trigger:hover .image-lightbox-module__2J43bG__zoomBadge{opacity:1;transform:scale(1)}.image-lightbox-module__2J43bG__trigger:focus-visible{outline:2px solid var(--color-primary-600);outline-offset:2px}.image-lightbox-module__2J43bG__thumb{width:100%;height:auto;display:block}.image-lightbox-module__2J43bG__zoomBadge{width:36px;height:36px;color:var(--color-neutral-0);opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:999px;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:inline-flex;position:absolute;top:12px;right:12px;transform:scale(.8)}@media (hover:none){.image-lightbox-module__2J43bG__zoomBadge{opacity:1;transform:scale(1)}}.image-lightbox-module__2J43bG__dialog{background:0 0;border:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:0;overflow:hidden}.image-lightbox-module__2J43bG__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000eb;animation:.18s image-lightbox-module__2J43bG__fadeIn}.image-lightbox-module__2J43bG__dialogInner{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;padding:48px 24px 24px;animation:.22s image-lightbox-module__2J43bG__zoomIn;display:flex;position:relative}.image-lightbox-module__2J43bG__closeButton{width:44px;height:44px;color:var(--color-neutral-0);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:#ffffff1f;border:0;border-radius:999px;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:inline-flex;position:fixed;top:16px;right:16px}.image-lightbox-module__2J43bG__closeButton:hover{background:#ffffff38;transform:scale(1.05)}.image-lightbox-module__2J43bG__closeButton:focus-visible{outline:2px solid var(--color-neutral-0);outline-offset:2px}.image-lightbox-module__2J43bG__fullImage{object-fit:contain;border-radius:var(--radius-md);width:auto;max-width:100%;height:auto;max-height:calc(100vh - 120px)}@media (max-width:767px){.image-lightbox-module__2J43bG__dialogInner{padding:56px 12px 16px}.image-lightbox-module__2J43bG__fullImage{width:100%;height:auto;max-height:calc(100vh - 96px)}}.image-lightbox-module__2J43bG__dialogCaption{color:#ffffffd9;font-size:var(--text-sm);text-align:center;max-width:720px;margin:16px 0 0;font-style:italic}@keyframes image-lightbox-module__2J43bG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes image-lightbox-module__2J43bG__zoomIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
.component-module__VDTqaG__gate{gap:var(--space-6);margin:var(--space-8) 0;padding:var(--space-6);background-color:var(--bg-surface);border:var(--border-width) solid var(--border-color-light);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);grid-template-columns:1fr;display:grid}@media (min-width:768px){.component-module__VDTqaG__gate{align-items:start;gap:var(--space-8);padding:var(--space-8);grid-template-columns:1.1fr 1fr}}.component-module__VDTqaG__title{margin:0 0 var(--space-2);font-size:var(--text-xl);font-weight:var(--font-bold);letter-spacing:-.01em;color:var(--text-primary);line-height:1.25}@media (min-width:768px){.component-module__VDTqaG__title{font-size:var(--text-2xl)}}.component-module__VDTqaG__subtitle{font-size:var(--text-md);color:var(--text-secondary);margin:0;line-height:1.6}.component-module__VDTqaG__benefits{margin:var(--space-4) 0 0;gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.component-module__VDTqaG__benefit{align-items:flex-start;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5;display:flex}.component-module__VDTqaG__benefitIcon{color:var(--color-success);flex-shrink:0;margin-top:1px}.component-module__VDTqaG__form{gap:var(--space-4);flex-direction:column;display:flex}.component-module__VDTqaG__field{gap:var(--space-2);flex-direction:column;display:flex}.component-module__VDTqaG__label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-primary)}.component-module__VDTqaG__required{color:var(--color-danger);margin-left:2px}.component-module__VDTqaG__input{width:100%;min-height:44px;padding:var(--space-2) var(--space-3);font-size:var(--text-md);color:var(--text-primary);background-color:var(--bg-input);border:var(--border-width) solid var(--border-color);border-radius:var(--radius-md)}.component-module__VDTqaG__input:focus{border-color:var(--border-color-focus);box-shadow:var(--ring-primary);outline:none}.component-module__VDTqaG__consent{align-items:flex-start;gap:var(--space-2);cursor:pointer;display:flex}.component-module__VDTqaG__consentCheckbox{appearance:none;border:2px solid var(--border-color);border-radius:var(--radius-sm);background:var(--bg-input);cursor:pointer;width:20px;height:20px;transition:background var(--duration-fast) var(--ease-default), border-color var(--duration-fast) var(--ease-default);flex-shrink:0;margin:2px 0 0;position:relative}.component-module__VDTqaG__consentCheckbox:checked{background:var(--color-primary-600);border-color:var(--color-primary-600)}.component-module__VDTqaG__consentCheckbox:checked:after{content:"";border:solid var(--color-neutral-0);border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.component-module__VDTqaG__consentCheckbox:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary-600) 25%, transparent);outline:none}.component-module__VDTqaG__consentText{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-secondary)}.component-module__VDTqaG__consentLink{color:var(--text-link);text-underline-offset:2px;text-decoration:underline}.component-module__VDTqaG__error{font-size:var(--text-sm);color:var(--color-danger);margin:0}
.legal-layout-module__wVn1MW__main{background-color:var(--bg-body)}.legal-layout-module__wVn1MW__hero{background:radial-gradient(55% 90% at 88% 8%, color-mix(in srgb, var(--color-accent) 22%, transparent) 0%, transparent 60%), linear-gradient(105deg, var(--color-primary-50) 0%, var(--color-primary-100) 55%, var(--color-primary-200) 100%);border-bottom:var(--border-width) solid var(--border-color);position:relative;overflow:hidden}.legal-layout-module__wVn1MW__hero:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(to right, color-mix(in srgb, var(--color-primary-400) 12%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--color-primary-400) 12%, transparent) 1px, transparent 1px);-webkit-mask-image:radial-gradient(115% 100% at 0% 0%, var(--color-neutral-900) 0%, transparent 62%);-webkit-mask-image:radial-gradient(115% 100% at 0% 0%, var(--color-neutral-900) 0%, transparent 62%);mask-image:radial-gradient(115% 100% at 0% 0%, var(--color-neutral-900) 0%, transparent 62%);background-size:32px 32px;position:absolute;inset:0}.legal-layout-module__wVn1MW__heroInner{z-index:1;gap:var(--space-4);padding-block:var(--space-6);flex-direction:column;display:flex;position:relative;}@media (min-width:768px){.legal-layout-module__wVn1MW__heroInner{justify-content:space-between;align-items:center;gap:var(--space-8);flex-direction:row}}.legal-layout-module__wVn1MW__heroText{flex:1;min-width:0}.legal-layout-module__wVn1MW__heroTitle{font-size:var(--text-3xl);font-weight:var(--font-bold);letter-spacing:-.025em;color:var(--color-primary-700);margin:0;line-height:1.1}@media (min-width:768px){.legal-layout-module__wVn1MW__heroTitle{font-size:var(--text-4xl)}}.legal-layout-module__wVn1MW__heroSubtitle{margin:var(--space-4) 0 0;max-width:46ch;font-size:var(--text-md);color:var(--text-secondary);line-height:1.6}@media (min-width:768px){.legal-layout-module__wVn1MW__heroSubtitle{font-size:var(--text-lg)}}.legal-layout-module__wVn1MW__heroArt{display:none}@media (min-width:768px){.legal-layout-module__wVn1MW__heroArt{flex-shrink:0;justify-content:flex-end;width:32%;max-width:220px;display:flex}}.legal-layout-module__wVn1MW__heroArtSvg{width:100%;height:auto}.legal-layout-module__wVn1MW__container{}.legal-layout-module__wVn1MW__breadcrumbs{margin:var(--space-5) 0 var(--space-6);}.legal-layout-module__wVn1MW__crumbHome{align-items:center;gap:var(--space-1);display:inline-flex}.legal-layout-module__wVn1MW__grid{padding-bottom:var(--space-16);}.legal-layout-module__wVn1MW__article{border-radius:var(--radius-xl);min-width:0;box-shadow:var(--shadow-md);padding:var(--space-6) var(--space-5);}@media (min-width:768px){.legal-layout-module__wVn1MW__article{padding:var(--space-10)}}.legal-layout-module__wVn1MW__articleHead{align-items:center;gap:var(--space-4);margin-bottom:var(--space-8);padding-bottom:var(--space-6);border-bottom:var(--border-width) solid var(--border-color-light);display:flex}.legal-layout-module__wVn1MW__articleIcon{color:var(--color-primary-600);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.legal-layout-module__wVn1MW__articleHeadText{gap:var(--space-2);flex-direction:column;display:flex}.legal-layout-module__wVn1MW__articleTitle{font-size:var(--text-2xl);font-weight:var(--font-bold);letter-spacing:-.02em;color:var(--text-primary);margin:0;line-height:1.2}@media (min-width:768px){.legal-layout-module__wVn1MW__articleTitle{font-size:var(--text-3xl)}}.legal-layout-module__wVn1MW__lastUpdated{font-size:var(--text-sm);color:var(--text-muted);margin:0}.legal-layout-module__wVn1MW__callout{gap:var(--space-3);margin-bottom:var(--space-8);padding:var(--space-4) var(--space-5);border-radius:var(--radius-lg);background-color:var(--tint-surface);border:var(--border-width) solid var(--tint-border);align-items:flex-start;display:flex}.legal-layout-module__wVn1MW__calloutIcon{color:var(--tint-icon);flex-shrink:0;margin-top:1px;display:inline-flex}.legal-layout-module__wVn1MW__calloutText{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.65}@media (min-width:768px){.legal-layout-module__wVn1MW__calloutText{font-size:var(--text-md)}}.legal-layout-module__wVn1MW__articleBody>section{padding:0}.legal-layout-module__wVn1MW__articleBody>section>div{max-width:none}.legal-layout-module__wVn1MW__articleBody h2{padding-top:var(--space-6);border-top:var(--border-width) solid var(--border-color-light);color:var(--color-primary-700)}.legal-layout-module__wVn1MW__articleBody h2:first-child{border-top:none;padding-top:0}[data-theme=dark] .legal-layout-module__wVn1MW__hero{background:linear-gradient(100deg, var(--bg-surface) 0%, var(--color-primary-900) 100%)}[data-theme=dark] .legal-layout-module__wVn1MW__heroTitle{color:var(--text-primary)}[data-theme=dark] .legal-layout-module__wVn1MW__articleBody h2{color:var(--color-primary-200)}
.legal-sidebar-module__Eg7xJa__ctaColumn{}.legal-sidebar-module__Eg7xJa__contactCard,.legal-sidebar-module__Eg7xJa__trialCard{border-radius:var(--radius-lg);padding:var(--space-5)}.legal-sidebar-module__Eg7xJa__contactCard{box-shadow:var(--shadow-sm);gap:var(--space-4);flex-direction:column;display:flex;}.legal-sidebar-module__Eg7xJa__contactTitle{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--text-primary);margin:0}.legal-sidebar-module__Eg7xJa__contactRow{align-items:flex-start;gap:var(--space-3);display:flex}.legal-sidebar-module__Eg7xJa__contactIcon{border-radius:var(--radius-full);background-color:var(--tint-surface);width:42px;height:42px;color:var(--tint-icon);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.legal-sidebar-module__Eg7xJa__contactText{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.6}.legal-sidebar-module__Eg7xJa__ctaLink{text-decoration:none;display:block}.legal-sidebar-module__Eg7xJa__trialCard{background:radial-gradient(95% 70% at 100% 0%, color-mix(in srgb, var(--color-accent) 16%, transparent) 0%, transparent 55%), linear-gradient(to right, color-mix(in srgb, var(--color-primary-400) 9%, transparent) 1px, transparent 1px), linear-gradient(to bottom, color-mix(in srgb, var(--color-primary-400) 9%, transparent) 1px, transparent 1px), var(--tint-surface);border:var(--border-width) solid var(--tint-border);box-shadow:var(--shadow-sm);background-size:auto,28px 28px,28px 28px,auto}.legal-sidebar-module__Eg7xJa__trialTitle{margin:0 0 var(--space-4);font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--text-primary);line-height:1.3}.legal-sidebar-module__Eg7xJa__trialList{margin:0 0 var(--space-4);gap:var(--space-3);flex-direction:column;padding:0;list-style:none;display:flex}.legal-sidebar-module__Eg7xJa__trialItem{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-primary);display:flex}.legal-sidebar-module__Eg7xJa__trialCheck{color:var(--color-accent);flex-shrink:0}.legal-sidebar-module__Eg7xJa__trialShot{aspect-ratio:16/11;margin-bottom:var(--space-4);border-radius:var(--radius-md);border:var(--border-width) solid var(--border-color-light);box-shadow:var(--shadow-md);background-color:var(--bg-surface-hover);position:relative;overflow:hidden}.legal-sidebar-module__Eg7xJa__trialShotImg{object-fit:cover}.legal-sidebar-module__Eg7xJa__btnInner{align-items:center;gap:var(--space-2);display:inline-flex}
.youtube-lightbox-module__-N26Cq__dialog{background:0 0;border:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:0;overflow:hidden}.youtube-lightbox-module__-N26Cq__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000eb;animation:.18s youtube-lightbox-module__-N26Cq__fadeIn}.youtube-lightbox-module__-N26Cq__dialogInner{box-sizing:border-box;justify-content:center;align-items:center;width:100vw;height:100vh;padding:48px 24px;animation:.22s youtube-lightbox-module__-N26Cq__zoomIn;display:flex;position:relative}.youtube-lightbox-module__-N26Cq__closeButton{width:44px;height:44px;color:var(--color-neutral-0);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:#ffffff1f;border:0;border-radius:999px;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:inline-flex;position:fixed;top:16px;right:16px}.youtube-lightbox-module__-N26Cq__closeButton:hover{background:#ffffff38;transform:scale(1.05)}.youtube-lightbox-module__-N26Cq__closeButton:focus-visible{outline:2px solid var(--color-neutral-0);outline-offset:2px}.youtube-lightbox-module__-N26Cq__videoFrame{aspect-ratio:16/9;background:var(--color-neutral-900);border-radius:var(--radius-md);width:100%;max-width:1200px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080}.youtube-lightbox-module__-N26Cq__iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@keyframes youtube-lightbox-module__-N26Cq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes youtube-lightbox-module__-N26Cq__zoomIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
.page-shell-module__0QBcBW__bareMain{min-height:100dvh}
.header-module__1fS-dq__nav{top:var(--topbar-height);z-index:var(--z-sticky);min-height:var(--header-height);padding:var(--space-3) var(--space-6);background:var(--bg-surface);border-bottom:var(--border-width) solid var(--border-color-light);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);justify-content:space-between;align-items:center;display:flex;position:fixed;left:0;right:0}.header-module__1fS-dq__navInner{width:100%;max-width:var(--content-max-width);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.header-module__1fS-dq__brand{align-items:center;gap:var(--space-2);color:var(--text-primary);font-weight:var(--font-bold);font-size:var(--text-lg);min-width:0;text-decoration:none;display:flex}.header-module__1fS-dq__brandLogo{object-fit:contain;flex-shrink:0;width:36px;height:36px}.header-module__1fS-dq__brandText{flex-direction:column;min-width:0;line-height:1.05;display:flex}.header-module__1fS-dq__brandName{font-weight:var(--font-bold);font-size:var(--text-lg);letter-spacing:-.01em}.header-module__1fS-dq__brandAccent{color:var(--color-accent)}.header-module__1fS-dq__brandSlogan{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-muted);letter-spacing:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media (max-width:380px){.header-module__1fS-dq__brandSlogan{display:none}}.header-module__1fS-dq__menuToggle{cursor:pointer;width:40px;height:40px;color:var(--text-primary);border-radius:var(--radius-md);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:24px;display:inline-flex}.header-module__1fS-dq__menuToggle:hover{background:var(--bg-surface-hover)}@media (min-width:768px){.header-module__1fS-dq__menuToggle{display:none}}.header-module__1fS-dq__navLinks{align-items:center;gap:var(--space-2);display:none}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen{top:var(--header-height);max-height:calc(100vh - var(--header-height));max-height:calc(100dvh - var(--header-height));background:var(--bg-surface);border-bottom:var(--border-width) solid var(--border-color-light);padding:var(--space-4);box-shadow:var(--shadow-md);gap:var(--space-1);animation:header-module__1fS-dq__slideInDown var(--duration-normal) var(--ease-out);flex-direction:column;display:flex;position:absolute;left:0;right:0;overflow-y:auto}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__navLink{justify-content:center;width:100%}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__ctaWrapper>*{align-self:center}@media (min-width:768px){.header-module__1fS-dq__navLinks{box-shadow:none;background:0 0;border:none;flex-direction:row;padding:0;animation:none;display:flex;position:static}}.header-module__1fS-dq__navLink{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-md);font-weight:var(--font-semibold);color:var(--text-primary);transition:all var(--duration-fast) var(--ease-default);text-decoration:none;display:inline-flex}.header-module__1fS-dq__navLink:hover{color:var(--text-primary);background:var(--bg-surface-hover)}.header-module__1fS-dq__navLinkIcon{color:var(--color-primary-500);flex-shrink:0;align-items:center;display:inline-flex}.header-module__1fS-dq__pulseDot{background:var(--color-success);width:8px;height:8px;box-shadow:0 0 0 0 color-mix(in srgb, var(--color-success) 60%, transparent);border-radius:50%;flex-shrink:0;animation:1.6s ease-out infinite header-module__1fS-dq__navPulse;display:inline-block}@keyframes header-module__1fS-dq__navPulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--color-success) 55%, transparent)}70%{box-shadow:0 0 0 7px #0000}to{box-shadow:0 0 #0000}}@media (prefers-reduced-motion:reduce){.header-module__1fS-dq__pulseDot{animation:none}}.header-module__1fS-dq__ctaWrapper{align-items:center;gap:var(--space-2);margin-left:var(--space-4);display:flex}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__ctaWrapper{width:100%;margin-left:0;margin-top:var(--space-2);padding-top:var(--space-3);border-top:var(--border-width) solid var(--border-color-light);flex-direction:column;align-items:center}@keyframes header-module__1fS-dq__slideInDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.header-module__1fS-dq__navDropdown{position:relative}.header-module__1fS-dq__navDropdownTrigger{align-items:center;gap:var(--space-1);cursor:pointer;padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-family:inherit;font-size:var(--text-md);font-weight:var(--font-semibold);color:var(--text-primary);transition:all var(--duration-fast) var(--ease-default);background:0 0;border:none;display:inline-flex}.header-module__1fS-dq__navDropdownTrigger:hover{color:var(--text-primary);background:var(--bg-surface-hover)}.header-module__1fS-dq__navDropdownChevron{transition:transform var(--duration-fast) var(--ease-default);flex-shrink:0}.header-module__1fS-dq__navDropdownOpen .header-module__1fS-dq__navDropdownChevron{transform:rotate(180deg)}.header-module__1fS-dq__navDropdownMenu{min-width:280px;padding:var(--space-3);background:var(--bg-surface);border:var(--border-width) solid var(--border-color-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);margin-top:8px;display:none;position:absolute;top:100%;left:50%;transform:translate(-50%)}.header-module__1fS-dq__navDropdownMenu:before{content:"";height:16px;position:absolute;top:-16px;left:0;right:0}@media (min-width:768px){.header-module__1fS-dq__navDropdownOpen .header-module__1fS-dq__navDropdownMenu{gap:var(--space-1);grid-template-columns:1fr;display:grid}.header-module__1fS-dq__navDropdownOpen .header-module__1fS-dq__navDropdownMenu[data-cols="2"]{grid-template-columns:repeat(2,1fr);min-width:480px}}.header-module__1fS-dq__navDropdownItem{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);color:var(--text-primary);transition:background var(--duration-fast) var(--ease-default);font-size:var(--text-sm);font-weight:var(--font-medium);white-space:nowrap;text-decoration:none;display:flex}.header-module__1fS-dq__navDropdownItem:hover{background:var(--bg-surface-hover);color:var(--color-primary-700)}.header-module__1fS-dq__navDropdownItemIcon{border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-primary-500) 12%, transparent);width:32px;height:32px;color:var(--color-primary-600);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__navDropdown{width:100%}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__navDropdownTrigger{justify-content:center;width:100%}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__navDropdownMenu{width:100%;min-width:0;padding:var(--space-2) 0 0;box-shadow:none;margin-top:var(--space-1);background:0 0;border:none;display:none;position:static;transform:none}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__navDropdownOpen .header-module__1fS-dq__navDropdownMenu{gap:var(--space-1);flex-direction:column;display:flex}.header-module__1fS-dq__navLinks.header-module__1fS-dq__mobileOpen .header-module__1fS-dq__navDropdownItem{background:var(--bg-surface-hover);justify-content:center}
.topbar-module__Y2WcDa__bar{z-index:var(--z-sticky);height:var(--topbar-height);padding:0 var(--space-6);background:var(--bg-cockpit-from);display:none;position:fixed;top:0;left:0;right:0}.topbar-module__Y2WcDa__inner{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;max-width:var(--content-max-width);height:100%;margin:0 auto;display:flex}.topbar-module__Y2WcDa__mail{align-items:center;gap:var(--space-2);color:var(--cockpit-text-muted);font-size:var(--text-xs);transition:color var(--duration-fast) var(--ease-default);text-decoration:none;display:inline-flex}.topbar-module__Y2WcDa__mail:hover{color:var(--color-neutral-0)}@media (min-width:768px){.topbar-module__Y2WcDa__bar{display:flex}}
.post-module__SXyCLW__main{padding-top:var(--page-offset);min-height:calc(100vh - var(--page-offset));background:var(--bg-body)}.post-module__SXyCLW__container{padding-bottom:var(--space-6);}.post-module__SXyCLW__layout{}.post-module__SXyCLW__layoutNoToc{}.post-module__SXyCLW__article{background:var(--bg-surface);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-6) var(--space-5);min-width:0}@media (min-width:768px){.post-module__SXyCLW__article{padding:var(--space-10) var(--space-8)}}.post-module__SXyCLW__articleHeader{margin-bottom:var(--space-6);padding-bottom:var(--space-5);border-bottom:1px solid var(--border-color-light)}.post-module__SXyCLW__tag{margin-bottom:var(--space-3);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--color-primary-500);font-weight:600;display:inline-block}.post-module__SXyCLW__articleTitle{margin:0 0 var(--space-3);color:var(--text-primary);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.post-module__SXyCLW__articleExcerpt{font-size:var(--text-lg);color:var(--text-muted);margin:0 0 var(--space-4);line-height:1.5}.post-module__SXyCLW__byline{gap:var(--space-3);font-size:var(--text-sm);color:var(--text-muted);flex-wrap:wrap;display:flex}.post-module__SXyCLW__author{color:var(--text-secondary);font-weight:600}.post-module__SXyCLW__cover{border-radius:var(--radius-md);margin-bottom:var(--space-6);overflow:hidden}.post-module__SXyCLW__cover img{width:100%;height:auto;display:block}.post-module__SXyCLW__content{}.post-module__SXyCLW__content>*{max-width:100%}.post-module__SXyCLW__articleFooter{margin-top:var(--space-8);padding-top:var(--space-5);border-top:1px solid var(--border-color-light)}.post-module__SXyCLW__backLink{color:var(--color-primary-500);font-weight:500;font-size:var(--text-sm)}.post-module__SXyCLW__backLink:hover{text-decoration:underline}.post-module__SXyCLW__aside{}.post-module__SXyCLW__asideBox{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5);}.post-module__SXyCLW__asideTitle{margin:0 0 var(--space-4);font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--text-primary)}.post-module__SXyCLW__latestList{gap:var(--space-4);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.post-module__SXyCLW__latestLink{flex-direction:column;gap:2px;display:flex}.post-module__SXyCLW__latestTitle{font-size:var(--text-sm);color:var(--text-primary);font-weight:600;line-height:1.35}.post-module__SXyCLW__latestLink:hover .post-module__SXyCLW__latestTitle{color:var(--color-primary-500)}.post-module__SXyCLW__latestDate{font-size:var(--text-xs);color:var(--text-muted)}.post-module__SXyCLW__cta{background:linear-gradient(160deg, var(--color-primary-500), var(--color-primary-600));color:var(--color-neutral-0);border-radius:var(--radius-lg);padding:var(--space-6)}.post-module__SXyCLW__ctaTitle{font-size:var(--text-lg);margin:0 0 var(--space-2);color:var(--color-neutral-0);font-weight:800;line-height:1.25}.post-module__SXyCLW__ctaText{font-size:var(--text-sm);margin:0 0 var(--space-4);color:#ffffffe6;line-height:1.55}.post-module__SXyCLW__ctaButton{padding:var(--space-3) var(--space-4);background:var(--color-neutral-0);color:var(--color-primary-500);font-weight:700;font-size:var(--text-sm);border-radius:var(--radius-md);transition:transform .15s,box-shadow .15s;display:inline-block}.post-module__SXyCLW__ctaButton:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0000002e}
.help-search-module__EsArqq__search{max-width:640px;margin:0 auto;position:relative}.help-search-module__EsArqq__input{width:100%;padding:var(--space-3) var(--space-5);font-size:var(--text-lg);border:1px solid var(--border-color);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);background:#fff;transition:border-color .15s,box-shadow .15s}.help-search-module__EsArqq__input:focus{border-color:var(--color-primary-500);box-shadow:var(--ring-primary);outline:none}.help-search-module__EsArqq__results{top:calc(100% + var(--space-2));border:1px solid var(--border-color-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:10;background:#fff;max-height:400px;position:absolute;left:0;right:0;overflow-y:auto}.help-search-module__EsArqq__list{padding:var(--space-1);flex-direction:column;margin:0;list-style:none;display:flex}.help-search-module__EsArqq__item{margin:0}.help-search-module__EsArqq__link{padding:var(--space-3);border-radius:var(--radius-md);color:var(--text-primary);flex-direction:column;gap:2px;text-decoration:none;display:flex}.help-search-module__EsArqq__link:hover{background:var(--bg-surface-hover)}.help-search-module__EsArqq__itemTitle{font-size:var(--text-sm);font-weight:500;line-height:1.3}.help-search-module__EsArqq__itemMeta{font-size:var(--text-xs);color:var(--text-muted)}.help-search-module__EsArqq__empty{padding:var(--space-4);text-align:center;color:var(--text-muted);font-size:var(--text-sm);margin:0}
.blog-toc-module__rgJszq__wrap{margin-bottom:var(--space-6)}@media (min-width:1280px){.blog-toc-module__rgJszq__wrap{display:none}}.blog-toc-module__rgJszq__toggle{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4);background:var(--bg-surface);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);font-weight:600;font-size:var(--text-md);color:var(--text-primary);cursor:pointer;transition:border-color .15s;display:flex}.blog-toc-module__rgJszq__toggle:hover{border-color:var(--color-primary-500)}.blog-toc-module__rgJszq__icon{font-size:var(--text-lg);color:var(--text-muted);text-align:center;width:1.25em;line-height:1}.blog-toc-module__rgJszq__list{margin:var(--space-2) 0 0;padding:var(--space-3) var(--space-2);background:var(--bg-surface);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);flex-direction:column;gap:2px;list-style:none;animation:.15s ease-out blog-toc-module__rgJszq__tocIn;display:flex}@keyframes blog-toc-module__rgJszq__tocIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.blog-toc-module__rgJszq__link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.4;display:block}.blog-toc-module__rgJszq__link:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.blog-toc-module__rgJszq__list li[data-level="3"] .blog-toc-module__rgJszq__link{padding-left:var(--space-6)}
.feature-module__rbQ1rW__main{min-height:60vh}.feature-module__rbQ1rW__breadcrumbs{background:var(--bg-surface);border-bottom:1px solid var(--border-color-light);font-size:var(--text-sm);color:var(--text-muted);padding:12px 0}.feature-module__rbQ1rW__breadcrumbsInner{flex-wrap:wrap;align-items:center;gap:8px;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.feature-module__rbQ1rW__breadcrumbs a{color:var(--text-muted);text-decoration:none;transition:color .15s}.feature-module__rbQ1rW__breadcrumbs a:hover{color:var(--text-primary);text-decoration:underline}.feature-module__rbQ1rW__crumbCategory{color:var(--text-muted)}.feature-module__rbQ1rW__crumbCurrent{color:var(--text-primary);font-weight:500}
.funkcje-module__NkY2yG__main{padding-top:var(--page-offset);min-height:calc(100vh - var(--page-offset));background:var(--bg-body)}.funkcje-module__NkY2yG__hero{}.funkcje-module__NkY2yG__hero .funkcje-module__NkY2yG__container{z-index:1;position:relative}.funkcje-module__NkY2yG__container{max-width:1280px;padding:0 var(--space-4);margin:0 auto}@media (min-width:1280px){.funkcje-module__NkY2yG__container{padding:0 var(--space-8)}}.funkcje-module__NkY2yG__title{text-align:center;margin:0 0 var(--space-3);color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700}.funkcje-module__NkY2yG__subtitle{font-size:var(--text-lg);color:var(--text-muted);text-align:center;margin:0 auto var(--space-6);max-width:720px}.funkcje-module__NkY2yG__gridSection{padding:var(--space-10) 0}.funkcje-module__NkY2yG__empty{text-align:center;color:var(--text-muted);padding:var(--space-12) 0}.funkcje-module__NkY2yG__group{margin-bottom:var(--space-12)}.funkcje-module__NkY2yG__group:last-child{margin-bottom:0}.funkcje-module__NkY2yG__groupTitle{font-size:var(--text-2xl);margin:0 0 var(--space-5);color:var(--text-primary);padding-bottom:var(--space-3);border-bottom:2px solid var(--color-primary-500);font-weight:700;display:inline-block}.funkcje-module__NkY2yG__grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:640px){.funkcje-module__NkY2yG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.funkcje-module__NkY2yG__grid{grid-template-columns:repeat(3,1fr)}}.funkcje-module__NkY2yG__card{background:var(--bg-surface);border:1px solid var(--border-color-light);border-radius:var(--radius-lg);padding:var(--space-6);gap:var(--space-3);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.funkcje-module__NkY2yG__card:hover{border-color:var(--color-primary-500);box-shadow:var(--shadow-md);transform:translateY(-2px)}.funkcje-module__NkY2yG__cardIcon{border-radius:var(--radius-md);background:rgba(var(--color-primary-rgb), .1);justify-content:center;align-items:center;width:48px;height:48px;font-size:28px;display:inline-flex}.funkcje-module__NkY2yG__cardTitle{font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:600}.funkcje-module__NkY2yG__cardTagline{font-size:var(--text-sm);color:var(--text-muted);flex:1;margin:0;line-height:1.5}.funkcje-module__NkY2yG__cardLink{font-size:var(--text-sm);color:var(--color-primary-500);margin-top:var(--space-2);font-weight:600}
.not-found-module__AV6fKa__section{text-align:center;min-height:clamp(440px,72vh,760px);padding:var(--space-12) var(--space-6) var(--space-16);justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;display:flex}.not-found-module__AV6fKa__code{letter-spacing:-.05em;background:linear-gradient(135deg, var(--color-primary-600), var(--color-primary-400));-webkit-text-fill-color:transparent;color:var(--color-primary-600);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(7rem,24vw,13rem);font-weight:800;line-height:.85}.not-found-module__AV6fKa__title{color:var(--text-primary);margin:var(--space-2) 0 0;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;line-height:1.2}.not-found-module__AV6fKa__subtitle{font-size:var(--text-lg);color:var(--text-muted);max-width:460px;margin:0 auto;line-height:1.6}.not-found-module__AV6fKa__actions{gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap;justify-content:center;display:flex}
.article-module__ge6wTW__main{padding-top:var(--page-offset);min-height:calc(100vh - var(--page-offset));background:var(--bg-body)}.article-module__ge6wTW__container{padding-bottom:var(--space-6);}.article-module__ge6wTW__layout{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.article-module__ge6wTW__layout{gap:var(--space-8);grid-template-columns:260px 1fr}}@media (min-width:1280px){.article-module__ge6wTW__layout{gap:var(--space-8);grid-template-columns:240px 1fr 220px}}@media (min-width:1440px){.article-module__ge6wTW__layout{gap:var(--space-10);grid-template-columns:260px 1fr 240px}}.article-module__ge6wTW__sidebar{display:none}@media (min-width:1024px){.article-module__ge6wTW__sidebar{top:calc(var(--page-offset) + var(--space-4));height:fit-content;max-height:calc(100vh - var(--page-offset) - var(--space-8));display:block;position:sticky;overflow-y:auto}}.article-module__ge6wTW__article{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-6) var(--space-5);min-width:0;}@media (min-width:768px){.article-module__ge6wTW__article{padding:var(--space-10) var(--space-8)}}.article-module__ge6wTW__articleHeader{margin-bottom:var(--space-6);padding-bottom:var(--space-5);border-bottom:1px solid var(--border-color-light)}.article-module__ge6wTW__articleTitle{color:var(--text-primary);margin:0 0 var(--space-3);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.article-module__ge6wTW__articleExcerpt{font-size:var(--text-lg);color:var(--text-muted);margin:0;line-height:1.5}.article-module__ge6wTW__articleMeta{font-size:var(--text-sm);color:var(--text-muted);margin:var(--space-3) 0 0}.article-module__ge6wTW__articleMeta time{color:var(--text-secondary);font-weight:500}.article-module__ge6wTW__articleContent{}.article-module__ge6wTW__articleContent>*{max-width:100%}.article-module__ge6wTW__pager{gap:var(--space-3);margin-top:var(--space-10);padding-top:var(--space-5);border-top:1px solid var(--border-color-light);grid-template-columns:1fr;display:grid}@media (min-width:641px){.article-module__ge6wTW__pager{grid-template-columns:1fr 1fr}}.article-module__ge6wTW__pagerLink{padding:var(--space-3) var(--space-4);border:1px solid var(--border-color-light);border-radius:var(--radius-md);color:var(--text-primary);flex-direction:column;gap:4px;min-width:0;text-decoration:none;transition:border-color .12s,background .12s;display:flex}.article-module__ge6wTW__pagerLink:hover{border-color:var(--color-primary-500);background:var(--bg-surface-hover)}.article-module__ge6wTW__pagerLink[data-direction=next]{text-align:right}.article-module__ge6wTW__pagerLabel{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.article-module__ge6wTW__pagerTitle{font-size:var(--text-sm);color:var(--color-primary-500);white-space:nowrap;text-overflow:ellipsis;font-weight:500;line-height:1.3;overflow:hidden}.article-module__ge6wTW__articleFooter{margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--border-color-light)}.article-module__ge6wTW__backLink{color:var(--color-primary-500);font-weight:500;font-size:var(--text-sm);text-decoration:none}.article-module__ge6wTW__backLink:hover{text-decoration:underline}
.category-module__A8k0xa__main{padding-top:var(--page-offset);min-height:calc(100vh - var(--page-offset));background:var(--bg-body)}.category-module__A8k0xa__container{padding-top:var(--space-6);padding-bottom:var(--space-6);}.category-module__A8k0xa__layout{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.category-module__A8k0xa__layout{gap:var(--space-8);grid-template-columns:260px 1fr}.category-module__A8k0xa__sidebar{top:calc(var(--page-offset) + var(--space-4));height:fit-content;max-height:calc(100vh - var(--page-offset) - var(--space-8));position:sticky;overflow-y:auto}}.category-module__A8k0xa__content{border-radius:var(--radius-lg);padding:var(--space-6) var(--space-5);min-width:0;}@media (min-width:768px){.category-module__A8k0xa__content{padding:var(--space-10) var(--space-8)}}.category-module__A8k0xa__categoryHeader{margin-bottom:var(--space-6);padding-bottom:var(--space-5);border-bottom:1px solid var(--border-color-light)}.category-module__A8k0xa__categoryTitle{color:var(--text-primary);margin:0 0 var(--space-2);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.category-module__A8k0xa__categoryDescription{font-size:var(--text-lg);color:var(--text-muted);margin:0 0 var(--space-3);line-height:1.5}.category-module__A8k0xa__categoryCount{font-size:var(--text-sm);color:var(--text-muted);margin:0}.category-module__A8k0xa__articleList{gap:var(--space-3);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.category-module__A8k0xa__articleItem{margin:0}.category-module__A8k0xa__articleLink{gap:var(--space-2);padding:var(--space-4) var(--space-5);border:1px solid var(--border-color-light);border-radius:var(--radius-md);background:var(--bg-surface);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .12s,box-shadow .12s,background .12s;display:flex}.category-module__A8k0xa__articleLink:hover{border-color:var(--color-primary-500);background:var(--bg-surface-hover);box-shadow:var(--shadow-sm)}.category-module__A8k0xa__articleTitle{font-size:var(--text-lg);color:var(--text-primary);margin:0;font-weight:600;line-height:1.3}.category-module__A8k0xa__articleExcerpt{font-size:var(--text-sm);color:var(--text-muted);margin:0;line-height:1.5}.category-module__A8k0xa__articleCta{font-size:var(--text-sm);color:var(--color-primary-500);font-weight:500}.category-module__A8k0xa__empty{text-align:center;color:var(--text-muted);font-size:var(--text-md);padding:var(--space-10)}.category-module__A8k0xa__footer{margin-top:var(--space-8);padding-top:var(--space-5);border-top:1px solid var(--border-color-light)}.category-module__A8k0xa__backLink{color:var(--color-primary-500);font-weight:500;font-size:var(--text-sm);text-decoration:none}.category-module__A8k0xa__backLink:hover{text-decoration:underline}
.pomoc-module__IPWr7G__main{padding-top:var(--page-offset);min-height:calc(100vh - var(--page-offset));background:var(--bg-body)}.pomoc-module__IPWr7G__hero{overflow:visible;}.pomoc-module__IPWr7G__hero .pomoc-module__IPWr7G__container{z-index:2;position:relative}.pomoc-module__IPWr7G__container{padding-top:0;padding-bottom:0;}.pomoc-module__IPWr7G__title{text-align:center;margin:0 0 var(--space-3);color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700}.pomoc-module__IPWr7G__subtitle{font-size:var(--text-lg);color:var(--text-muted);text-align:center;margin:0 auto var(--space-6);max-width:600px}.pomoc-module__IPWr7G__gridSection{padding:var(--space-10) 0}.pomoc-module__IPWr7G__grid{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:640px){.pomoc-module__IPWr7G__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pomoc-module__IPWr7G__grid{grid-template-columns:repeat(3,1fr)}}.pomoc-module__IPWr7G__card{border-radius:var(--radius-lg);padding:var(--space-5);gap:var(--space-3);flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;}.pomoc-module__IPWr7G__card:hover{border-color:var(--color-primary-500);box-shadow:var(--shadow-md)}.pomoc-module__IPWr7G__cardHeader{gap:var(--space-3);align-items:flex-start;display:flex}.pomoc-module__IPWr7G__cardIcon{border-radius:var(--radius-md);background:var(--color-info-light);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.pomoc-module__IPWr7G__cardHeaderText{flex:1;min-width:0}.pomoc-module__IPWr7G__cardTitle{font-size:var(--text-lg);color:var(--text-primary);margin:0 0 var(--space-1);font-weight:600;line-height:1.3}.pomoc-module__IPWr7G__cardTitleLink{color:inherit;text-decoration:none}.pomoc-module__IPWr7G__cardTitleLink:hover{color:var(--color-primary-500);text-decoration:underline}.pomoc-module__IPWr7G__cardCount{font-size:var(--text-xs);color:var(--text-muted);font-weight:500}.pomoc-module__IPWr7G__cardDescription{font-size:var(--text-sm);color:var(--text-muted);margin:0;line-height:1.5}.pomoc-module__IPWr7G__cardArticles{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.pomoc-module__IPWr7G__cardArticleItem{margin:0}.pomoc-module__IPWr7G__cardArticleLink{align-items:center;gap:var(--space-2);padding:var(--space-2) 0;font-size:var(--text-sm);color:var(--text-secondary);line-height:1.4;text-decoration:none;display:flex}.pomoc-module__IPWr7G__cardArticleLink:before{content:"📄";opacity:.6;font-size:.85rem}.pomoc-module__IPWr7G__cardArticleLink:hover{color:var(--color-primary-500)}.pomoc-module__IPWr7G__cardExpand{margin-top:var(--space-1)}.pomoc-module__IPWr7G__cardMore{align-items:center;gap:var(--space-1);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--text-sm);color:var(--color-primary-500);padding:var(--space-1) 0;font-weight:500;list-style:none;display:inline-flex}.pomoc-module__IPWr7G__cardMore::-webkit-details-marker{display:none}.pomoc-module__IPWr7G__cardMore:after{content:"";border-top:5px solid;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;transition:transform .15s}.pomoc-module__IPWr7G__cardExpand[open]>.pomoc-module__IPWr7G__cardMore:after{transform:rotate(180deg)}.pomoc-module__IPWr7G__cardMore:hover .pomoc-module__IPWr7G__cardMoreLabel,.pomoc-module__IPWr7G__cardMore:hover .pomoc-module__IPWr7G__cardLessLabel{text-decoration:underline}.pomoc-module__IPWr7G__cardLessLabel,.pomoc-module__IPWr7G__cardExpand[open]>.pomoc-module__IPWr7G__cardMore .pomoc-module__IPWr7G__cardMoreLabel{display:none}.pomoc-module__IPWr7G__cardExpand[open]>.pomoc-module__IPWr7G__cardMore .pomoc-module__IPWr7G__cardLessLabel{display:inline}.pomoc-module__IPWr7G__empty{text-align:center;color:var(--text-muted);font-size:var(--text-lg);padding:var(--space-12)}
.slownik-module__1Vp-4W__main{padding-top:var(--page-offset);min-height:calc(100vh - var(--page-offset));background:var(--bg-body)}.slownik-module__1Vp-4W__container{padding-top:var(--space-8);padding-bottom:var(--space-8);}.slownik-module__1Vp-4W__termContainer{padding-bottom:var(--space-8);}.slownik-module__1Vp-4W__hero{}.slownik-module__1Vp-4W__hero .slownik-module__1Vp-4W__container{z-index:1;padding-top:0;padding-bottom:0;position:relative}.slownik-module__1Vp-4W__title{font-size:var(--text-3xl);font-weight:var(--font-bold);color:var(--text-primary);margin:0 0 var(--space-2)}.slownik-module__1Vp-4W__subtitle{font-size:var(--text-lg);color:var(--text-secondary);margin:0}.slownik-module__1Vp-4W__layout{gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:1024px){.slownik-module__1Vp-4W__layout{gap:var(--space-8);grid-template-columns:240px 1fr;align-items:start}}.slownik-module__1Vp-4W__toc{min-width:0}@media (min-width:1024px){.slownik-module__1Vp-4W__toc{top:calc(var(--page-offset) + var(--space-4));height:fit-content;position:sticky}}.slownik-module__1Vp-4W__tocHeading{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 var(--space-2)}.slownik-module__1Vp-4W__tocList{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}@media (min-width:1024px){.slownik-module__1Vp-4W__tocList{gap:var(--space-1);flex-direction:column}}.slownik-module__1Vp-4W__tocLink{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);border:var(--border-width) solid var(--border-color-light);color:var(--text-secondary);font-size:var(--text-sm);text-decoration:none;transition:color .12s,background .12s,border-color .12s;display:block}@media (min-width:1024px){.slownik-module__1Vp-4W__tocLink{border-color:#0000}}.slownik-module__1Vp-4W__tocLink:hover{color:var(--color-primary-600);background:var(--bg-surface-hover);border-color:var(--border-color-light)}.slownik-module__1Vp-4W__content{min-width:0}.slownik-module__1Vp-4W__categorySection{scroll-margin-top:calc(var(--page-offset) + var(--space-4))}.slownik-module__1Vp-4W__categorySection:not(:last-child){margin-bottom:var(--space-10)}.slownik-module__1Vp-4W__categoryTitle{font-size:var(--text-xl);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 var(--space-1)}.slownik-module__1Vp-4W__categoryDescription{color:var(--text-muted);margin:0 0 var(--space-4)}.slownik-module__1Vp-4W__termList{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}@media (min-width:768px){.slownik-module__1Vp-4W__termList{gap:var(--space-4);grid-template-columns:1fr 1fr}}@media (min-width:1280px){.slownik-module__1Vp-4W__termList{grid-template-columns:1fr 1fr 1fr}}.slownik-module__1Vp-4W__termItem{padding:var(--space-4);border-radius:var(--radius-md);scroll-margin-top:calc(var(--page-offset) + var(--space-4));}@keyframes slownik-module__1Vp-4W__termFlash{0%,65%{border-color:var(--color-primary-400);box-shadow:var(--ring-primary);background-color:color-mix(in srgb, var(--color-primary-500) 8%, var(--bg-surface))}to{border-color:var(--border-color-light);box-shadow:none;background-color:var(--bg-surface)}}.slownik-module__1Vp-4W__termFlash{animation:slownik-module__1Vp-4W__termFlash 2.5s var(--ease-default)}.slownik-module__1Vp-4W__termName{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 var(--space-1)}.slownik-module__1Vp-4W__termLink{color:var(--text-link);text-decoration:none}.slownik-module__1Vp-4W__termLink:hover{text-decoration:underline}.slownik-module__1Vp-4W__termDefinition{color:var(--text-secondary);margin:0;line-height:1.5}.slownik-module__1Vp-4W__empty{color:var(--text-muted)}.slownik-module__1Vp-4W__article{border-radius:var(--radius-lg);max-width:820px;padding:var(--space-6) var(--space-5);margin:0 auto;}@media (min-width:768px){.slownik-module__1Vp-4W__article{padding:var(--space-10) var(--space-8)}}.slownik-module__1Vp-4W__articleHeader{margin-bottom:var(--space-6);padding-bottom:var(--space-5);border-bottom:var(--border-width) solid var(--border-color-light)}.slownik-module__1Vp-4W__articleTitle{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:var(--font-bold);color:var(--text-primary);margin:0 0 var(--space-3);line-height:1.2}.slownik-module__1Vp-4W__articleLead{font-size:var(--text-lg);color:var(--text-muted);margin:0;line-height:1.55}.slownik-module__1Vp-4W__articleContent{}.slownik-module__1Vp-4W__articleContent>*{max-width:100%}.slownik-module__1Vp-4W__sectionHeading{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:var(--space-8) 0 var(--space-3)}.slownik-module__1Vp-4W__references{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.slownik-module__1Vp-4W__references li{padding:var(--space-2) var(--space-3);border-left:3px solid var(--color-primary-400);background:var(--bg-surface-hover);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--text-sm)}.slownik-module__1Vp-4W__references a{color:var(--text-link);text-decoration:none}.slownik-module__1Vp-4W__references a:hover{text-decoration:underline}.slownik-module__1Vp-4W__relatedList{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.slownik-module__1Vp-4W__relatedChip{border-color:var(--border-color);color:var(--text-link);font-weight:var(--font-normal);background:0 0;text-decoration:none;transition:border-color .12s,background .12s;display:inline-block;}a.slownik-module__1Vp-4W__relatedChip:hover{border-color:var(--color-primary-400);background:var(--bg-surface-hover)}.slownik-module__1Vp-4W__ctaBox{margin-top:var(--space-8);padding:var(--space-5) var(--space-6);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-primary-500) 8%, var(--bg-surface));border:var(--border-width) solid color-mix(in srgb, var(--color-primary-500) 20%, transparent);align-items:flex-start;gap:var(--space-3);flex-direction:column;display:flex}.slownik-module__1Vp-4W__ctaText{font-size:var(--text-md);font-weight:var(--font-medium);color:var(--text-primary);margin:0}.slownik-module__1Vp-4W__cta{}.slownik-module__1Vp-4W__backLink{margin-top:var(--space-8);color:var(--color-primary-600);font-weight:var(--font-medium);font-size:var(--text-sm);text-decoration:none;display:inline-block}.slownik-module__1Vp-4W__backLink:hover{text-decoration:underline}
