:root{--itk-bg:#e8eef4;--itk-bg-deep:#d8e2ec;--itk-elevated:rgba(255,255,255,0.78);--itk-elevated-solid:#f7fafc;--itk-ink:#0b1320;--itk-muted:#5a6b7d;--itk-accent:#0891b2;--itk-accent-deep:#0e7490;--itk-accent-soft:rgba(8,145,178,0.12);--itk-signal:#ea580c;--itk-signal-soft:rgba(234,88,12,0.14);--itk-ok:#059669;--itk-ok-soft:rgba(5,150,105,0.14);--itk-danger:#dc2626;--itk-danger-soft:rgba(220,38,38,0.12);--itk-border:rgba(11,19,32,0.1);--itk-border-strong:rgba(11,19,32,0.18);--itk-shadow:0 18px 40px rgba(11,19,32,0.07);--itk-radius:18px;--itk-radius-sm:12px;--itk-font:"Space Grotesk","Segoe UI",sans-serif;--itk-display:"Space Grotesk","Segoe UI",sans-serif;--itk-mono:"JetBrains Mono",ui-monospace,monospace;--itk-header-h:4.5rem;--itk-header-bg:linear-gradient(180deg,rgba(244,247,251,0.92) 0%,rgba(232,238,244,0.82) 100%);--itk-header-inset:rgba(255,255,255,0.7);--itk-body-grad-a:rgba(8,145,178,0.18);--itk-body-grad-b:rgba(234,88,12,0.12);--itk-body-grad-c:rgba(5,150,105,0.08);--itk-body-base:#f4f7fb;--itk-grid-line:rgba(11,19,32,0.035);--itk-nav-hover-bg:rgba(255,255,255,0.55);--itk-nav-active-bg:rgba(255,255,255,0.78);--itk-footer-bg:rgba(255,255,255,0.55);--itk-card-bg:var(--itk-elevated);--itk-dropdown-bg:#ffffff;--itk-theme-toggle-bg:rgba(255,255,255,0.72)}html[data-theme="dark"]{--itk-bg:#0f1724;--itk-bg-deep:#0a101a;--itk-elevated:rgba(22,32,48,0.88);--itk-elevated-solid:#162030;--itk-ink:#e8eef6;--itk-muted:#9aabbd;--itk-accent:#22d3ee;--itk-accent-deep:#67e8f9;--itk-accent-soft:rgba(34,211,238,0.14);--itk-signal:#fb923c;--itk-signal-soft:rgba(251,146,60,0.16);--itk-ok:#34d399;--itk-ok-soft:rgba(52,211,153,0.14);--itk-danger:#f87171;--itk-danger-soft:rgba(248,113,113,0.14);--itk-border:rgba(232,238,246,0.12);--itk-border-strong:rgba(232,238,246,0.2);--itk-shadow:0 18px 40px rgba(0,0,0,0.35);--itk-header-bg:linear-gradient(180deg,rgba(15,23,36,0.94) 0%,rgba(10,16,26,0.88) 100%);--itk-header-inset:rgba(255,255,255,0.04);--itk-body-grad-a:rgba(34,211,238,0.12);--itk-body-grad-b:rgba(251,146,60,0.1);--itk-body-grad-c:rgba(52,211,153,0.08);--itk-body-base:#0c121c;--itk-grid-line:rgba(232,238,246,0.04);--itk-nav-hover-bg:rgba(255,255,255,0.06);--itk-nav-active-bg:rgba(255,255,255,0.1);--itk-footer-bg:rgba(10,16,26,0.72);--itk-card-bg:rgba(22,32,48,0.88);--itk-dropdown-bg:#162030;--itk-theme-toggle-bg:rgba(255,255,255,0.08);color-scheme:dark}html[data-theme="light"]{color-scheme:light}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}.itk-body{position:relative;margin:0;color:var(--itk-ink);font-family:var(--itk-font);font-weight:400;font-size:1.02rem;line-height:1.55;background-color:var(--itk-bg);overflow-x:hidden}.itk-body::before{content:"";position:fixed;inset:0;z-index:-2;background:radial-gradient(ellipse 70% 50% at 15% -10%,var(--itk-body-grad-a),transparent 55%),radial-gradient(ellipse 55% 45% at 92% 8%,var(--itk-body-grad-b),transparent 50%),radial-gradient(ellipse 50% 40% at 50% 100%,var(--itk-body-grad-c),transparent 55%),linear-gradient(165deg,var(--itk-body-base) 0%,var(--itk-bg) 42%,var(--itk-bg-deep) 100%);animation:itk-atmosphere 18s ease-in-out infinite alternate}.itk-body::after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:0.45;background-image:linear-gradient(var(--itk-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--itk-grid-line) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,#000 20%,transparent 75%)}@keyframes itk-atmosphere{from{transform:scale(1) translate3d(0,0,0)}to{transform:scale(1.04) translate3d(-1.5%,1%,0)}}.itk-header{position:sticky;top:0;z-index:1030;border-bottom:1px solid transparent;background:var(--itk-header-bg);backdrop-filter:blur(18px) saturate(1.25);-webkit-backdrop-filter:blur(18px) saturate(1.25);box-shadow:0 1px 0 var(--itk-header-inset) inset,0 10px 28px rgba(11,19,32,0.05)}.itk-header::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--itk-accent) 22%,var(--itk-signal) 55%,transparent 100%);opacity:0.55;pointer-events:none}.itk-header .navbar,.itk-navbar{min-height:var(--itk-header-h);padding-block:0.45rem}.itk-navbar__inner{gap:0.5rem 0.75rem;flex-wrap:nowrap}.itk-nav{gap:0.05rem}@media (min-width:992px){.itk-nav .nav-link{padding:0.45rem 0.55rem !important;font-size:0.82rem}}@media (min-width:1200px){.itk-nav .nav-link{padding:0.5rem 0.68rem !important;font-size:0.86rem}}.itk-nav-theme{margin-left:0.35rem;display:flex;align-items:center}.itk-theme-toggle{--itk-toggle-w:3.15rem;--itk-toggle-h:1.85rem;display:inline-flex;align-items:center;justify-content:center;width:var(--itk-toggle-w);height:var(--itk-toggle-h);padding:0;border:0;border-radius:999px;background:transparent;color:var(--itk-ink);cursor:pointer;position:relative}.itk-theme-toggle__track{display:block;width:100%;height:100%;border-radius:inherit;border:1px solid var(--itk-border-strong);background:var(--itk-theme-toggle-bg);box-shadow:0 1px 0 var(--itk-header-inset) inset;position:relative;transition:background 0.25s ease,border-color 0.25s ease}.itk-theme-toggle__knob{position:absolute;top:50%;left:0.18rem;width:1.45rem;height:1.45rem;border-radius:50%;background:#fff;color:#0b1320;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(11,19,32,0.18);transform:translateY(-50%);transition:left 0.25s cubic-bezier(0.22,1,0.36,1),background 0.25s ease,color 0.25s ease}.itk-theme-toggle__icon{position:absolute;opacity:0;transform:scale(0.7);transition:opacity 0.2s ease,transform 0.2s ease;pointer-events:none}.itk-theme-toggle__icon--sun{opacity:1;transform:scale(1)}html[data-theme="dark"] .itk-theme-toggle__knob{left:calc(100% - 1.63rem);background:#0b1320;color:#f8fafc}html[data-theme="dark"] .itk-theme-toggle__icon--sun{opacity:0;transform:scale(0.7)}html[data-theme="dark"] .itk-theme-toggle__icon--moon{opacity:1;transform:scale(1)}.itk-theme-toggle:hover .itk-theme-toggle__track,.itk-theme-toggle:focus-visible .itk-theme-toggle__track{border-color:var(--itk-accent)}.itk-theme-toggle:focus-visible{outline:2px solid var(--itk-accent);outline-offset:3px}.itk-brand-link{display:inline-flex !important;align-items:center;gap:0.7rem;padding:0.2rem 0;text-decoration:none !important}.itk-logo{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:0.8rem;background:linear-gradient(145deg,#1a2a40,#0b1320 55%,#083344);color:#67e8f9;box-shadow:0 0 0 1px rgba(103,232,249,0.18),0 10px 22px rgba(11,19,32,0.28);transition:transform 0.35s cubic-bezier(0.22,1,0.36,1),box-shadow 0.35s ease}.navbar-brand:hover .itk-logo,.itk-brand-link:hover .itk-logo{transform:rotate(-6deg) scale(1.05);box-shadow:0 0 0 1px rgba(103,232,249,0.35),0 14px 28px rgba(8,145,178,0.28)}.itk-brand-text{display:flex;flex-direction:column;line-height:1.15;justify-content:center}.itk-brand-text__name{font-family:var(--itk-display);font-weight:800;font-size:1.05rem;letter-spacing:-0.03em;color:var(--itk-ink);white-space:nowrap}.itk-brand-text__tag{font-size:0.68rem;font-weight:650;letter-spacing:0.06em;text-transform:uppercase;color:var(--itk-accent-deep);opacity:0.9}.navbar-brand,.display-font,.itk-h1,.section-title,.itk-brand{font-family:var(--itk-display);letter-spacing:-0.03em}.itk-wait-line{display:inline-flex;align-items:center;justify-content:center;gap:0.55rem;margin:0}.itk-wait{width:1.05rem;height:1.05rem;border-radius:50%;border:2.5px solid rgba(8,145,178,0.22);border-top-color:var(--itk-accent);flex:0 0 auto;animation:itk-wait-spin 0.75s linear infinite}.itk-wait--sm{width:0.85rem;height:0.85rem;border-width:2px}@keyframes itk-wait-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.itk-wait{animation:none;border-top-color:rgba(8,145,178,0.22);opacity:0.7}}.navbar-brand{font-weight:700;font-size:1.15rem;color:var(--itk-ink) !important}.itk-nav{gap:0.15rem}.itk-nav .nav-link{position:relative;color:var(--itk-muted) !important;font-weight:600;font-size:0.86rem;letter-spacing:-0.01em;padding:0.5rem 0.7rem !important;border-radius:0.65rem;transition:color 0.2s ease,background 0.2s ease}.itk-nav .nav-link::after{content:"";position:absolute;left:0.7rem;right:0.7rem;bottom:0.28rem;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--itk-accent),var(--itk-signal));transform:scaleX(0);transform-origin:left center;transition:transform 0.22s cubic-bezier(0.22,1,0.36,1);opacity:0.9}.itk-nav .nav-link:hover,.itk-nav .nav-link:focus{color:var(--itk-ink) !important;background:var(--itk-nav-hover-bg)}.itk-nav .nav-link:hover::after,.itk-nav .nav-link:focus::after,.itk-nav .nav-link.active::after{transform:scaleX(1)}.itk-nav .nav-link.active{color:var(--itk-ink) !important;font-weight:750;background:var(--itk-nav-active-bg);box-shadow:inset 0 0 0 1px var(--itk-border)}.itk-nav .dropdown-toggle::after{margin-left:0.35em;vertical-align:0.15em;opacity:0.55;transition:transform 0.2s ease,opacity 0.2s ease}.itk-nav .dropdown.show .dropdown-toggle::after{transform:rotate(180deg);opacity:0.9}.nav-link.disabled{opacity:0.42}.itk-nav-toggle{border:1px solid var(--itk-border-strong);border-radius:0.7rem;padding:0.55rem 0.65rem;background:rgba(255,255,255,0.7)}.itk-nav-toggle:focus{box-shadow:0 0 0 3px var(--itk-accent-soft)}.itk-nav-toggle__bars,.itk-nav-toggle__bars::before,.itk-nav-toggle__bars::after{display:block;width:1.15rem;height:2px;border-radius:2px;background:var(--itk-ink)}.itk-nav-toggle__bars{position:relative}.itk-nav-toggle__bars::before,.itk-nav-toggle__bars::after{content:"";position:absolute;left:0}.itk-nav-toggle__bars::before{top:-6px}.itk-nav-toggle__bars::after{top:6px}.itk-nav-cta-wrap{margin-left:0.35rem}.itk-nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:0.48rem 0.95rem;border-radius:999px;border:0;background:linear-gradient(135deg,#0e7490 0%,#0891b2 55%,#0f766e 100%);color:#f0fdfa !important;font-weight:700;font-size:0.84rem;letter-spacing:-0.01em;text-decoration:none !important;box-shadow:0 8px 18px rgba(8,145,178,0.28);transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease}.itk-nav-cta:hover,.itk-nav-cta:focus{color:#fff !important;filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 12px 24px rgba(8,145,178,0.34)}.itk-mega-dropdown{--bs-dropdown-min-width:17.5rem;--bs-dropdown-bg:var(--itk-dropdown-bg);--bs-dropdown-link-color:var(--itk-ink);--bs-dropdown-link-hover-color:var(--itk-ink);--bs-dropdown-link-hover-bg:var(--itk-accent-soft);margin-top:0.55rem !important;padding:0.55rem;border:1px solid var(--itk-border);border-radius:1rem;background:var(--itk-dropdown-bg);backdrop-filter:blur(12px);box-shadow:0 18px 40px rgba(11,19,32,0.12),0 1px 0 var(--itk-header-inset) inset;animation:itk-mega-in 0.22s cubic-bezier(0.22,1,0.36,1) both}@keyframes itk-mega-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.itk-mega-dropdown__head{padding:0.45rem 0.7rem 0.55rem;margin-bottom:0.25rem;font-family:var(--itk-display);font-size:0.72rem;font-weight:750;letter-spacing:0.08em;text-transform:uppercase;color:var(--itk-accent-deep);border-bottom:1px solid var(--itk-border)}.itk-mega-dropdown__list{display:grid;gap:0.15rem;max-height:min(70vh,22rem);overflow:auto;padding:0.2rem}.itk-mega-dropdown .dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding:0.55rem 0.7rem;border-radius:0.65rem;color:var(--itk-ink);font-weight:600;font-size:0.88rem;white-space:normal;line-height:1.25}.itk-mega-dropdown .dropdown-item:hover,.itk-mega-dropdown .dropdown-item:focus{background:var(--itk-accent-soft);color:var(--itk-ink)}.itk-mega-dropdown .dropdown-item.active{background:linear-gradient(135deg,rgba(8,145,178,0.16),rgba(234,88,12,0.08));color:var(--itk-ink);box-shadow:inset 3px 0 0 var(--itk-accent);font-weight:700}.itk-mega-dropdown__go{flex-shrink:0;opacity:0;transform:translateX(-4px);color:var(--itk-accent-deep);transition:opacity 0.18s ease,transform 0.18s ease;font-weight:700}.itk-mega-dropdown .dropdown-item:hover .itk-mega-dropdown__go,.itk-mega-dropdown .dropdown-item:focus .itk-mega-dropdown__go,.itk-mega-dropdown .dropdown-item.active .itk-mega-dropdown__go{opacity:1;transform:translateX(0)}@media (min-width:1200px){.itk-nav .nav-link{font-size:0.84rem;padding:0.48rem 0.62rem !important}.itk-nav-drop .itk-mega-dropdown{--bs-dropdown-min-width:20rem}}@media (max-width:991.98px){.itk-brand-text__tag{display:none}#primaryNav{margin-top:0.65rem;padding:0.75rem;border-radius:1rem;border:1px solid var(--itk-border);background:var(--itk-elevated);box-shadow:var(--itk-shadow)}.itk-nav-theme{margin-left:0;margin-top:0.35rem;justify-content:flex-start}.itk-nav{gap:0.25rem;align-items:stretch !important}.itk-nav .nav-link{padding:0.7rem 0.85rem !important}.itk-nav .nav-link::after{display:none}.itk-nav-cta-wrap{margin:0.45rem 0 0}.itk-nav-cta{width:100%;padding-block:0.7rem}.itk-mega-dropdown{position:static !important;transform:none !important;margin:0.25rem 0 0.5rem !important;box-shadow:none;border:1px solid var(--itk-border);animation:none}}.itk-hub__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:0.55rem 1rem}.itk-hub__list a{display:block;padding:0.55rem 0.75rem;border-radius:0.65rem;border:1px solid var(--itk-border);background:rgba(255,255,255,0.55);color:var(--itk-ink);text-decoration:none;font-weight:600;font-size:0.92rem;transition:background 0.2s ease,border-color 0.2s ease,transform 0.2s ease}.itk-hub__list a:hover{background:#fff;border-color:var(--itk-border-strong);transform:translateY(-1px)}.itk-hero{position:relative;isolation:isolate;min-height:calc(100svh - var(--itk-header-h));display:flex;align-items:stretch;border-bottom:1px solid var(--itk-border);overflow:hidden}.itk-hero__plane{position:absolute;inset:0;z-index:0;pointer-events:none}.itk-hero__plane img{position:absolute;right:-8%;bottom:-6%;width:min(72vw,760px);height:auto;opacity:0.92;animation:itk-hero-float 7s ease-in-out infinite alternate;filter:drop-shadow(0 28px 48px rgba(11,19,32,0.12))}@keyframes itk-hero-float{from{transform:translate3d(0,0,0) rotate(-1.5deg)}to{transform:translate3d(-1.5%,-2.5%,0) rotate(1deg)}}.itk-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding-block:clamp(3.5rem,10vh,6.5rem);max-width:34rem}.itk-brand{margin:0 0 0.85rem;font-size:clamp(2.75rem,7vw,4.75rem);font-weight:800;line-height:0.95;letter-spacing:-0.045em;color:var(--itk-ink);animation:itk-rise 0.85s cubic-bezier(0.22,1,0.36,1) both}.itk-hero--compact .itk-brand{font-size:clamp(2.1rem,5.5vw,3.6rem);line-height:1.05;max-width:18ch}.itk-hero--article .itk-hero__row--article{display:grid;grid-template-columns:1fr;align-items:center;gap:1.25rem}.itk-hero--article.itk-hero--article-media .itk-hero__row--article{grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:1.5rem 2rem}.itk-hero--article .itk-hero__content{max-width:none;padding-block:0.35rem 0.15rem}.itk-hero--article .itk-article-title{margin:0 0 0.85rem;font-family:var(--itk-display);font-size:clamp(2.15rem,5vw,3.35rem);font-weight:800;line-height:1.12;letter-spacing:-0.035em;color:var(--itk-ink);max-width:none;animation:itk-rise 0.85s cubic-bezier(0.22,1,0.36,1) both}.itk-hero--article .itk-hero__lead{max-width:40rem;margin-bottom:0;font-size:1.05rem;line-height:1.55}.blog-cover--hero{margin:0;border-radius:1rem;box-shadow:0 18px 40px rgba(11,19,32,0.1);animation:itk-rise 0.9s 0.08s cubic-bezier(0.22,1,0.36,1) both}@media (max-width:991.98px){.itk-hero--article.itk-hero--article-media .itk-hero__row--article{grid-template-columns:1fr}.blog-cover--hero{order:-1;max-width:36rem}}.itk-hero__title{margin:0 0 1rem;font-family:var(--itk-display);font-size:clamp(1.35rem,2.6vw,1.85rem);font-weight:650;letter-spacing:-0.025em;color:var(--itk-ink);animation:itk-rise 0.85s 0.08s cubic-bezier(0.22,1,0.36,1) both}.itk-hero__lead{margin:0 0 1.75rem;max-width:28rem;color:var(--itk-muted);font-size:1.08rem;line-height:1.6;animation:itk-rise 0.85s 0.14s cubic-bezier(0.22,1,0.36,1) both}.itk-hero__actions{display:flex;flex-wrap:wrap;gap:0.75rem;animation:itk-rise 0.85s 0.2s cubic-bezier(0.22,1,0.36,1) both}@keyframes itk-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.btn-itk-primary,.btn-itk-secondary{display:inline-flex;align-items:center;justify-content:center;gap:0.45rem;border-radius:0.7rem;padding:0.8rem 1.35rem;font-weight:700;font-size:0.95rem;letter-spacing:-0.01em;transition:transform 0.2s ease,background 0.2s ease,border-color 0.2s ease,color 0.2s ease}.btn-itk-primary{background:var(--itk-ink);border:1px solid var(--itk-ink);color:#fff}.btn-itk-primary:hover,.btn-itk-primary:focus{background:color-mix(in srgb,var(--itk-ink) 88%,#0891b2);border-color:color-mix(in srgb,var(--itk-ink) 88%,#0891b2);color:#fff;transform:translateY(-1px)}.btn-itk-secondary{background:rgba(255,255,255,0.55);border:1px solid var(--itk-border-strong);color:var(--itk-ink);backdrop-filter:blur(8px)}.btn-itk-secondary:hover,.btn-itk-secondary:focus{border-color:var(--itk-accent);background:#fff;color:var(--itk-ink);transform:translateY(-1px)}html[data-theme="dark"] .btn-itk-primary{background:linear-gradient(165deg,#0891b2 0%,#0e7490 55%,#155e75 100%);border-color:#0891b2;color:#fff}html[data-theme="dark"] .btn-itk-primary:hover,html[data-theme="dark"] .btn-itk-primary:focus{background:linear-gradient(165deg,#06b6d4 0%,#0891b2 55%,#0e7490 100%);border-color:#06b6d4;color:#fff}html[data-theme="dark"] .btn-itk-secondary{background:rgba(255,255,255,0.06);border-color:var(--itk-border-strong);color:var(--itk-ink)}html[data-theme="dark"] .btn-itk-secondary:hover,html[data-theme="dark"] .btn-itk-secondary:focus{background:rgba(255,255,255,0.12);border-color:var(--itk-accent);color:var(--itk-ink)}.btn-itk-primary.btn-sm,.btn-itk-secondary.btn-sm{padding:0.45rem 0.9rem;font-size:0.82rem;border-radius:0.55rem}html[data-theme="dark"] .text-secondary,html[data-theme="dark"] .text-muted{color:var(--itk-muted) !important}html[data-theme="dark"] .form-control,html[data-theme="dark"] .form-select{background-color:var(--itk-elevated-solid);border-color:var(--itk-border-strong);color:var(--itk-ink)}html[data-theme="dark"] .form-control::placeholder{color:var(--itk-muted);opacity:0.75}html[data-theme="dark"] .btn-outline-secondary{color:var(--itk-muted);border-color:var(--itk-border-strong)}html[data-theme="dark"] .btn-outline-secondary:hover{color:var(--itk-ink);background:var(--itk-nav-hover-bg);border-color:var(--itk-border-strong)}html[data-theme="dark"] .alert{background:var(--itk-elevated-solid);border-color:var(--itk-border);color:var(--itk-ink)}html[data-theme="dark"] .bg-white,html[data-theme="dark"] .bg-light,html[data-theme="dark"] .card,html[data-theme="dark"] .list-group-item{background-color:var(--itk-elevated-solid) !important;color:var(--itk-ink) !important;border-color:var(--itk-border) !important}html[data-theme="dark"] .text-dark,html[data-theme="dark"] .text-body,html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3,html[data-theme="dark"] h4,html[data-theme="dark"] h5,html[data-theme="dark"] h6,html[data-theme="dark"] .h1,html[data-theme="dark"] .h2,html[data-theme="dark"] .h3,html[data-theme="dark"] .h4,html[data-theme="dark"] .h5,html[data-theme="dark"] .h6{color:var(--itk-ink) !important}html[data-theme="dark"] .table{--bs-table-color:var(--itk-ink);--bs-table-bg:transparent;--bs-table-border-color:var(--itk-border);color:var(--itk-ink)}html[data-theme="dark"] .modal-content{background:var(--itk-elevated-solid);color:var(--itk-ink);border-color:var(--itk-border)}html[data-theme="dark"] .modal-header,html[data-theme="dark"] .modal-footer{border-color:var(--itk-border)}html[data-theme="dark"] .btn-close{filter:invert(1) grayscale(1)}.itk-card{background:var(--itk-elevated);border:1px solid var(--itk-border);border-radius:var(--itk-radius);box-shadow:var(--itk-shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.itk-panel{border:1px solid var(--itk-border);border-radius:var(--itk-radius);background:var(--itk-elevated);box-shadow:var(--itk-shadow);backdrop-filter:blur(12px);overflow:hidden}.itk-section{padding-block:clamp(3rem,7vw,5rem)}.itk-section--tester{position:relative}.itk-section__label{display:block;margin-bottom:0.5rem;font-family:var(--itk-display);font-size:0.78rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--itk-accent-deep)}.itk-section__title{margin:0 0 0.5rem;font-family:var(--itk-display);font-size:clamp(1.65rem,3vw,2.15rem);font-weight:750;letter-spacing:-0.03em}.itk-section__desc{margin:0 0 2rem;max-width:36rem;color:var(--itk-muted)}.status-pill{display:inline-flex;align-items:center;gap:0.4rem;border-radius:0.45rem;padding:0.3rem 0.65rem;font-size:0.68rem;font-weight:750;letter-spacing:0.06em;text-transform:uppercase}.status-pill::before{content:"";width:0.45rem;height:0.45rem;border-radius:0.15rem;background:currentColor}.status-pill--ok{background:var(--itk-ok-soft);color:var(--itk-ok)}.status-pill--ok::before{animation:itk-pulse 1.6s ease-in-out infinite}.status-pill--wait{background:var(--itk-signal-soft);color:var(--itk-signal)}.status-pill--danger{background:var(--itk-danger-soft);color:var(--itk-danger)}@keyframes itk-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.45;transform:scale(0.85)}}.mono{font-family:var(--itk-mono)}.controller-tab{border:1px solid var(--itk-border);background:rgba(255,255,255,0.65);color:var(--itk-muted);border-radius:var(--itk-radius-sm);text-align:left;transition:border-color 0.2s ease,background 0.2s ease,color 0.2s ease}.controller-tab:hover{border-color:var(--itk-accent);color:var(--itk-ink)}.controller-tab.active,.controller-tab[aria-selected="true"]{border-color:var(--itk-accent);background:var(--itk-accent-soft);color:var(--itk-ink)}.itk-pad-slots{grid-template-columns:repeat(4,minmax(0,1fr));gap:0.5rem}.controller-tab.is-empty{opacity:0.92;border-style:dashed}@media (max-width:640px){.itk-pad-slots{grid-template-columns:1fr 1fr}}.stick-pad{position:relative;width:min(100%,220px);aspect-ratio:1;margin-inline:auto;border-radius:50%;border:1px solid var(--itk-border-strong);background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,0.75);overflow:hidden}.stick-pad__chart{position:absolute;inset:0;width:100%;height:100%;border-radius:50%;pointer-events:none;z-index:0}.stick-pad .axis-line-x,.stick-pad .axis-line-y{position:absolute;background:#000000;z-index:1;opacity:0.85}.stick-pad .axis-line-x{left:8%;right:8%;top:50%;height:1px}.stick-pad .axis-line-y{top:8%;bottom:8%;left:50%;width:1px}.stick-pad .stick-vector{position:absolute;left:50%;top:50%;width:1px;height:0;margin-left:-0.5px;transform-origin:top center;border-radius:999px;background:#ea580c;pointer-events:none;will-change:transform,height;z-index:2}.stick-pad .center-dot,.stick-pad .marker{position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%)}.stick-pad .center-dot{width:4px;height:4px;background:#16a34a;z-index:2}.stick-pad .marker{width:5px;height:5px;background:#16a34a;border:0;box-shadow:none;will-change:transform;z-index:3}.stick-pad .dir{position:absolute;color:var(--itk-muted);font-size:0.75rem;font-weight:600;z-index:2}.stick-pad .dir-up{top:0.55rem;left:50%;transform:translateX(-50%)}.stick-pad .dir-down{bottom:0.55rem;left:50%;transform:translateX(-50%)}.stick-pad .dir-left{left:0.55rem;top:50%;transform:translateY(-50%)}.stick-pad .dir-right{right:0.55rem;top:50%;transform:translateY(-50%)}.itk-stick-view__modes{display:inline-flex;flex-wrap:wrap;border:1px solid var(--itk-border-strong);border-radius:0.55rem;overflow:hidden;background:#fff}.itk-stick-view__btn{appearance:none;border:0;border-right:1px solid var(--itk-border);background:#fff;color:var(--itk-muted);font:inherit;font-size:0.85rem;font-weight:600;padding:0.45rem 0.85rem;cursor:pointer}.itk-stick-view__btn:last-child{border-right:0}.itk-stick-view__btn.is-on{background:#374151;color:#fff}[data-error].is-good{color:var(--itk-ok)}[data-error].is-bad{color:var(--itk-signal)}.btn-pad{border:1px solid var(--itk-border);border-radius:var(--itk-radius-sm);background:rgba(255,255,255,0.72);padding:0.85rem;height:100%;transition:border-color 0.12s ease,background 0.12s ease,transform 0.12s ease}.btn-pad[data-pressed="true"]{border-color:color-mix(in srgb,var(--itk-signal) 55%,var(--itk-border));background:var(--itk-signal-soft);transform:scale(0.985)}.btn-pad[data-pressed="true"] [data-state]{color:var(--itk-signal)}.trigger-meter{position:relative;width:2.6rem;height:7.25rem;overflow:hidden;border-radius:0.55rem;border:1px solid var(--itk-border-strong);background:#e4ebf2}.trigger-meter .fill{position:absolute;inset-inline:0;bottom:0;height:100%;transform-origin:bottom;transform:scaleY(0);background:linear-gradient(180deg,#22d3ee,var(--itk-accent-deep));transition:transform 0.05s linear}.trigger-meter .fill.fill-right{background:linear-gradient(180deg,#fb923c,var(--itk-signal))}.axis-meter{height:0.55rem;border-radius:0.35rem;background:#e4ebf2;overflow:hidden}.axis-meter>span{display:block;height:100%;width:50%;border-radius:inherit;background:linear-gradient(90deg,var(--itk-accent),#67e8f9)}.compat-note{border:1px dashed var(--itk-border-strong);background:rgba(255,255,255,0.45);border-radius:var(--itk-radius)}.table>:not(caption)>*>*{background:transparent}.itk-panel .table thead{background:rgba(11,19,32,0.03)}.itk-panel .table th,.itk-panel .table td{border-color:var(--itk-border);padding:0.85rem 1.15rem}.itk-content{border-top:1px solid var(--itk-border);background:linear-gradient(180deg,rgba(255,255,255,0.55),rgba(255,255,255,0.2) 180px,transparent)}.itk-tool-layout{align-items:start}.itk-article-layout{align-items:stretch}.itk-article-aside{align-self:stretch;display:flex;flex-direction:column}.itk-side-stack{position:static;display:flex;flex-direction:column;gap:1rem;flex:1 1 auto;width:100%;min-height:100%;max-height:none;overflow:visible;padding-bottom:0.25rem}.itk-side-stack .itk-side-rail{position:static;flex:0 0 auto}.itk-side-rail--cta{position:static;margin-top:0;z-index:1}.itk-side-cta-actions{display:flex;flex-wrap:wrap;gap:0.5rem}.itk-side-cta-actions .btn{flex:1 1 auto}.itk-side-rail{position:static;padding:1rem 1.05rem 1.1rem;border:1px solid var(--itk-border);border-radius:var(--itk-radius-sm);background:linear-gradient(165deg,rgba(255,255,255,0.92),rgba(241,246,250,0.88));box-shadow:0 10px 28px rgba(15,28,46,0.05)}.itk-side-rail__head{margin-bottom:0.85rem;padding-bottom:0.7rem;border-bottom:1px solid var(--itk-border)}.itk-side-rail__eyebrow{display:block;font-size:0.72rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--itk-accent,#0e7490);margin-bottom:0.2rem}.itk-side-rail__title{font-family:var(--itk-display);font-size:1.05rem;font-weight:750;letter-spacing:-0.02em;margin:0;color:var(--itk-ink)}.itk-side-rail__more{display:inline-block;margin-top:0.85rem;font-size:0.86rem;font-weight:650;color:var(--itk-ink);text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--itk-accent) 45%,transparent)}.itk-side-rail__more:hover,.itk-side-rail__more:focus-visible{color:var(--itk-accent,#0e7490)}.itk-side-rail__empty{font-size:0.9rem;color:var(--itk-muted);line-height:1.5}.itk-blog-rail{display:grid;gap:0.55rem}.itk-blog-rail__item{display:grid;grid-template-columns:56px 1fr;gap:0.55rem;align-items:start;padding:0.45rem;border-radius:0.55rem;text-decoration:none;color:inherit;transition:background 0.15s ease}.itk-blog-rail__item:hover,.itk-blog-rail__item:focus-visible{background:rgba(14,116,144,0.08)}.itk-blog-rail__thumb{display:block;width:56px;height:40px;border-radius:0.35rem;overflow:hidden;background:linear-gradient(135deg,rgba(8,145,178,0.18),rgba(15,23,42,0.08))}.itk-blog-rail__thumb img{width:100%;height:100%;object-fit:cover;display:block}.itk-blog-rail__text{min-width:0;display:grid;gap:0.15rem}.itk-blog-rail__name{font-size:0.86rem;font-weight:650;line-height:1.3;color:var(--itk-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.itk-blog-rail__sum{font-size:0.75rem;line-height:1.35;color:var(--itk-muted);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.itk-blog-rail__item:not(:has(.itk-blog-rail__thumb)){grid-template-columns:1fr}.itk-tools-rail{display:grid;gap:0.35rem;max-height:min(62vh,28rem);overflow:auto;padding-right:0.15rem}.itk-tools-rail--expanded{max-height:none !important;overflow:visible !important}.itk-side-stack .itk-tools-rail{max-height:none !important;overflow:visible !important}.itk-tools-rail__link{display:grid;gap:0.12rem;padding:0.55rem 0.6rem;border-radius:0.5rem;text-decoration:none;color:inherit;border:1px solid transparent;transition:background 0.15s ease,border-color 0.15s ease}.itk-tools-rail__link:hover,.itk-tools-rail__link:focus-visible{background:rgba(14,116,144,0.07);border-color:color-mix(in srgb,var(--itk-accent) 35%,var(--itk-border))}.itk-tools-rail__name{font-size:0.88rem;font-weight:650;color:var(--itk-ink);line-height:1.25}.itk-tools-rail__hint{font-size:0.74rem;line-height:1.35;color:var(--itk-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:991.98px){.itk-side-rail,.itk-side-stack{position:static}.itk-side-rail--cta{position:static;margin-top:0}.itk-tools-rail,.itk-side-stack .itk-tools-rail{max-height:none}}.prose-toolkit h2{font-family:var(--itk-display);font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:750;letter-spacing:-0.025em;margin-bottom:0.85rem;color:var(--itk-ink)}.prose-toolkit h3{font-family:var(--itk-display);font-size:1.08rem;font-weight:700;letter-spacing:-0.02em;margin-top:1.4rem;margin-bottom:0.5rem;color:var(--itk-ink)}.prose-toolkit p,.prose-toolkit li{color:var(--itk-muted);line-height:1.7}.prose-toolkit ol,.prose-toolkit ul{padding-left:1.15rem}.prose-toolkit code{font-family:var(--itk-mono);font-size:0.86em;border-radius:0.35rem;background:rgba(11,19,32,0.06);padding:0.12rem 0.4rem;color:var(--itk-ink)}.faq-item{transition:border-color 0.2s ease}.faq-item[open]{border-color:color-mix(in srgb,var(--itk-accent) 45%,var(--itk-border))}.faq-item summary{cursor:pointer;list-style:none;position:relative;padding-right:2.5rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"";position:absolute;right:1.25rem;top:50%;width:0.55rem;height:0.55rem;border-right:2px solid var(--itk-muted);border-bottom:2px solid var(--itk-muted);transform:translateY(-65%) rotate(45deg);transition:transform 0.25s ease}.faq-item[open] summary::after{transform:translateY(-25%) rotate(225deg)}.itk-footer{border-top:1px solid var(--itk-border);background:var(--itk-footer-bg);backdrop-filter:blur(10px)}.itk-footer__brand{font-family:var(--itk-display);font-weight:750;letter-spacing:-0.02em;font-size:1.15rem;color:var(--itk-ink)}.itk-footer__heading{font-family:var(--itk-display);font-weight:700;font-size:0.95rem;margin:0 0 0.75rem;color:var(--itk-ink)}.itk-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}.itk-footer__list a{color:var(--itk-muted);text-decoration:none;font-size:0.9rem}.itk-footer__list a:hover{color:var(--itk-ink);text-decoration:underline}.itk-footer__bottom{border-top:1px solid var(--itk-border)}.itk-footer__bottom a{color:var(--itk-muted);text-decoration:none}.itk-footer__bottom a:hover{color:var(--itk-ink);text-decoration:underline}@media (max-width:991.98px){.itk-hero{min-height:auto}.itk-hero__plane img{right:50%;bottom:-4%;transform:translateX(50%);width:min(92vw,520px);opacity:0.28;animation:none}.itk-hero__content{max-width:100%;padding-block:3.25rem 12rem}}.stick-pad .deadzone-ring{position:absolute;left:50%;top:50%;width:20%;height:20%;border:2px dashed color-mix(in srgb,var(--itk-signal) 70%,transparent);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;opacity:0.85}.itk-hero--compact .itk-hero__content{padding-block:3rem 2.5rem;max-width:42rem}.itk-hero--compact{min-height:auto}.itk-hero--tool-first{min-height:0;border-bottom:1px solid var(--itk-border)}.itk-hero--tool-first .itk-hero__row{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);align-items:center;gap:0.5rem 1.25rem}.itk-hero--tool-first .itk-hero__content{padding-block:1.15rem 1rem;max-width:none;justify-content:flex-start}.itk-hero--tool-first .itk-brand{margin-bottom:0.4rem;font-size:clamp(1.85rem,4.2vw,2.55rem);line-height:1.05}.itk-hero--tool-first .itk-hero__eyebrow{margin-bottom:0.45rem;padding:0.22rem 0.6rem;font-size:0.68rem}.itk-hero--tool-first .itk-hero__lead{margin-bottom:0.85rem;font-size:0.98rem;line-height:1.45;max-width:34rem}.itk-hero--tool-first .itk-hero__actions{gap:0.55rem}.itk-hero--tool-first .itk-hero__trust{margin-top:0.75rem;gap:0.4rem}.itk-hero--tool-first .itk-hero__trust li{padding:0.28rem 0.55rem;font-size:0.74rem}.itk-hero--tool-first .itk-hero__glow{opacity:0.55;width:min(50vw,380px);height:min(50vw,380px)}.itk-hero__visual{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;min-height:11.5rem;pointer-events:none}.itk-pad-stage{position:relative;width:min(100%,22rem);aspect-ratio:360 / 220}.itk-pad-stage__ring{position:absolute;inset:8% 10%;border:1px solid rgba(8,145,178,0.22);border-radius:50%;animation:itk-pad-ring 5.5s ease-in-out infinite}.itk-pad-stage__ring--b{inset:0% 2%;border-color:rgba(234,88,12,0.18);animation-delay:-2.4s;animation-duration:7s}.itk-pad-stage__ping{position:absolute;width:0.45rem;height:0.45rem;border-radius:50%;background:var(--itk-accent);box-shadow:0 0 0 0 rgba(8,145,178,0.35);animation:itk-pad-ping 2.8s ease-out infinite}.itk-pad-stage__ping--1{top:18%;left:12%}.itk-pad-stage__ping--2{top:28%;right:14%;background:var(--itk-signal);animation-delay:0.9s}.itk-pad-stage__ping--3{bottom:22%;left:46%;background:var(--itk-ok);animation-delay:1.6s}.itk-pad-art{position:relative;z-index:1;width:100%;height:auto;display:block;filter:drop-shadow(0 16px 28px rgba(11,19,32,0.1));animation:itk-pad-float 6s ease-in-out infinite alternate;will-change:transform}.itk-pad-art__stick--l{transform-origin:118px 118px;animation:itk-pad-stick-l 3.4s ease-in-out infinite}.itk-pad-art__stick--r{transform-origin:242px 118px;animation:itk-pad-stick-r 2.8s ease-in-out infinite}.itk-pad-art__btn{transform-box:fill-box;transform-origin:center;animation:itk-pad-btn 2.4s ease-in-out infinite}.itk-pad-art__btn--2{animation-delay:0.35s}.itk-pad-art__btn--3{animation-delay:0.7s}.itk-pad-art__btn--4{animation-delay:1.05s}.itk-pad-art__touch{animation:itk-pad-touch 2.2s ease-in-out infinite}.itk-pad-art__scan{animation:itk-pad-scan 3.2s linear infinite}.itk-pad-stage__hud{position:absolute;right:4%;bottom:6%;z-index:2;display:inline-flex;align-items:center;gap:0.35rem;padding:0.22rem 0.5rem;border-radius:999px;border:1px solid rgba(8,145,178,0.28);background:rgba(255,255,255,0.72);color:var(--itk-accent-deep);font-family:var(--itk-mono);font-size:0.62rem;font-weight:600;letter-spacing:0.06em}.itk-pad-stage__hud-bar{width:1.75rem;height:0.28rem;border-radius:999px;background:linear-gradient(90deg,var(--itk-accent),var(--itk-signal));background-size:200% 100%;animation:itk-pad-hud 1.6s linear infinite}@keyframes itk-pad-float{from{transform:translate3d(0,0,0) rotate(-1.2deg)}to{transform:translate3d(0,-5%,0) rotate(1.4deg)}}@keyframes itk-pad-ring{0%,100%{transform:scale(0.96);opacity:0.35}50%{transform:scale(1.04);opacity:0.7}}@keyframes itk-pad-ping{0%{transform:scale(0.7);box-shadow:0 0 0 0 rgba(8,145,178,0.35);opacity:0.9}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(8,145,178,0);opacity:0.35}100%{opacity:0}}@keyframes itk-pad-stick-l{0%,100%{transform:translate(0,0)}35%{transform:translate(5px,-6px)}70%{transform:translate(-4px,3px)}}@keyframes itk-pad-stick-r{0%,100%{transform:translate(0,0)}40%{transform:translate(-6px,4px)}75%{transform:translate(4px,-5px)}}@keyframes itk-pad-btn{0%,70%,100%{transform:scale(1);opacity:0.85}80%{transform:scale(1.18);opacity:1}}@keyframes itk-pad-touch{0%,100%{opacity:0.35}50%{opacity:0.95}}@keyframes itk-pad-scan{0%{transform:translateY(-28px);opacity:0}15%{opacity:0.55}85%{opacity:0.55}100%{transform:translateY(36px);opacity:0}}@keyframes itk-pad-hud{from{background-position:0% 50%}to{background-position:200% 50%}}@media (max-width:900px){.itk-hero--tool-first .itk-hero__row{grid-template-columns:1fr}.itk-hero__visual{order:-1;min-height:0;margin-top:0.35rem}.itk-pad-stage{width:min(72%,16rem)}}@media (max-width:560px){.itk-hero__visual{display:none}}@media (prefers-reduced-motion:reduce){.itk-pad-art,.itk-pad-art__stick--l,.itk-pad-art__stick--r,.itk-pad-art__btn,.itk-pad-art__touch,.itk-pad-art__scan,.itk-pad-stage__ring,.itk-pad-stage__ping,.itk-pad-stage__hud-bar{animation:none !important}}.guide-card{display:block;height:100%;padding:1.25rem 1.35rem;border:1px solid var(--itk-border);border-radius:var(--itk-radius-sm);background:rgba(255,255,255,0.72);color:inherit;text-decoration:none;transition:border-color 0.2s ease,transform 0.2s ease}.guide-card:hover,.guide-card:focus-visible{border-color:var(--itk-accent);transform:translateY(-2px);color:inherit}.guide-card h2{font-family:var(--itk-display);font-size:1.15rem;margin:0 0 0.5rem}.blog-card{display:flex;flex-direction:column;gap:0.85rem}.blog-cover{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:0.75rem;background:rgba(15,23,42,0.06);margin:0}.blog-cover--card{border-radius:0.65rem}.blog-cover-img{width:100%;height:100%;object-fit:cover;display:block}.blog-cover-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,rgba(8,145,178,0.18),rgba(15,23,42,0.08))}.blog-inline-figure{margin:1.5rem 0 2rem}.blog-inline-figure.ql-align-center,.prose-toolkit .blog-inline-figure.ql-align-center{text-align:center}.blog-inline-figure img{width:100%;max-width:100%;height:auto;border-radius:12px;border:1px solid rgba(15,28,46,0.08);display:block}.blog-inline-figure.ql-align-center img,.prose-toolkit .blog-inline-figure.ql-align-center img{margin-left:auto;margin-right:auto;width:min(100%,860px)}.blog-inline-figure figcaption{margin-top:0.5rem;font-size:0.9rem;color:var(--itk-muted,#6b7c8f)}.blog-comments{border-top:1px solid rgba(15,28,46,0.1);padding-top:2rem}.blog-comments__title{font-family:var(--itk-display);font-size:1.55rem;font-weight:700;letter-spacing:-0.02em;margin-bottom:0.35rem}.blog-comments__note{color:var(--itk-muted);font-size:0.95rem;margin-bottom:1.25rem}.blog-comments__list{list-style:none;padding:0;margin:0 0 1.75rem;display:grid;gap:1rem}.blog-comments__item{background:rgba(255,255,255,0.72);border:1px solid rgba(15,28,46,0.08);border-radius:12px;padding:1rem 1.1rem}.blog-comments__meta{display:flex;flex-wrap:wrap;gap:0.5rem 1rem;align-items:baseline;margin-bottom:0.45rem;font-size:0.92rem}.blog-comments__meta time{color:var(--itk-muted);font-size:0.85rem}.blog-comments__body{margin:0;line-height:1.55;color:var(--itk-ink)}.blog-comments__form{background:rgba(255,255,255,0.72);border:1px solid rgba(15,28,46,0.08);border-radius:12px;padding:1.15rem}.blog-comments__hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.prose-toolkit img{max-width:100%;width:100%;height:auto;border-radius:0.65rem;display:block;margin:1rem 0;float:none;clear:both}.prose-toolkit figure{display:block;margin:1.5rem 0 2rem;clear:both}.prose-toolkit figcaption,.prose-toolkit p em{display:block}.prose-toolkit .ql-align-center,.prose-toolkit [style*="text-align:center"]{text-align:center}.prose-toolkit .ql-align-right,.prose-toolkit [style*="text-align:right"]{text-align:right}.prose-toolkit .ql-align-left,.prose-toolkit [style*="text-align:left"]{text-align:left}.prose-toolkit .ql-align-center img,.prose-toolkit [style*="text-align:center"] img{margin-left:auto;margin-right:auto;width:min(100%,720px)}.prose-toolkit .ql-align-right img,.prose-toolkit [style*="text-align:right"] img{margin-left:auto;margin-right:0;width:min(100%,420px)}.prose-toolkit .ql-align-left img,.prose-toolkit [style*="text-align:left"] img{margin-left:0;margin-right:auto;width:min(100%,420px)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.itk-body::before,.itk-hero__plane img,.itk-brand,.itk-hero__title,.itk-hero__lead,.itk-hero__actions,.status-pill--ok::before,.navbar-brand:hover .itk-logo,.itk-brand-link:hover .itk-logo,.itk-mega-dropdown,.itk-nav-cta,.guide-card{animation:none !important;transition:none !important}}