/* Jadwaly Blogs: editorial first, product-aware second. */
.blog-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 46px 0 96px; }
.blog-header .site-nav a.is-current { color: var(--violet); background: var(--violet-soft); }

.blog-hero { max-width: 790px; margin: 0 auto; padding: 54px 0 58px; text-align: center; }
.blog-hero .eyebrow { justify-content: center; }
.blog-hero h1 { margin: 17px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(3rem, 5.4vw, 5.7rem); font-weight: 700; line-height: .99; letter-spacing: -.085em; }
.blog-hero h1 span { color: var(--violet); }
.blog-hero-lede { max-width: 620px; margin: 22px auto 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.8; }

.featured-post { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 426px; overflow: hidden; border: 1px solid rgba(255,255,255,.84); border-radius: 30px; background: rgba(255,255,255,.64); box-shadow: 0 1px 0 rgba(255,255,255,.95) inset, 0 28px 75px rgba(57,31,125,.14); backdrop-filter: blur(20px) saturate(145%); -webkit-backdrop-filter: blur(20px) saturate(145%); }
.featured-media { position: relative; display: block; min-height: 100%; overflow: hidden; background: linear-gradient(135deg, #221052, #7347ef); }
.featured-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,15,69,.04), rgba(29,15,69,.36)); }
.featured-media img { display: block; width: 100%; height: 100%; min-height: 426px; object-fit: cover; object-position: 62% 53%; transform: scale(1.015); transition: transform .55s ease; }
.featured-media:hover img { transform: scale(1.06); }
.featured-media-label { position: absolute; z-index: 1; bottom: 23px; left: 23px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: white; background: rgba(30,15,76,.35); box-shadow: 0 6px 20px rgba(25,10,70,.14); font-family: var(--mono); font-size: .62rem; letter-spacing: .05em; backdrop-filter: blur(9px); }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px clamp(30px, 5vw, 62px); }
.post-kicker, .post-meta { margin: 0; color: var(--violet); font-family: var(--mono); font-size: .62rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.featured-copy h2 { max-width: 13ch; margin: 19px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(2.15rem, 3.55vw, 3.8rem); line-height: 1.02; letter-spacing: -.075em; }
.featured-copy > p:not(.post-kicker) { max-width: 43ch; margin: 18px 0 0; color: var(--ink-soft); font-size: .87rem; line-height: 1.76; }
.post-link { display: inline-flex; align-items: center; gap: 7px; width: max-content; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--violet); font-size: .76rem; font-weight: 800; transition: gap .2s ease, color .2s ease; }
.post-link:hover { gap: 11px; color: var(--violet-deep); }

.post-list { padding-top: 92px; }
.blog-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.blog-section-heading h2, .whats-new-heading h2, .blog-cta h2 { margin: 13px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(2.2rem, 4.2vw, 3.8rem); line-height: 1.02; letter-spacing: -.075em; }
.post-count { padding-bottom: 5px; color: var(--ink-soft); font-family: var(--mono); font-size: .64rem; white-space: nowrap; }
.blog-categories { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 29px; padding: 0 0 24px; border-bottom: 1px solid rgba(45,32,84,.11); }
.category-button { min-height: 36px; padding: 0 13px; border: 1px solid rgba(50,36,92,.12); border-radius: 999px; color: var(--ink-soft); background: rgba(255,255,255,.46); font-size: .7rem; font-weight: 800; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.category-button:hover, .category-button:focus-visible { color: var(--violet); border-color: rgba(109,60,243,.32); background: var(--violet-soft); outline: none; transform: translateY(-1px); }
.category-button.is-active { color: white; border-color: var(--ink); background: var(--ink); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.post-card { overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.7); box-shadow: 0 1px 0 rgba(255,255,255,.95) inset, 0 14px 40px rgba(56,31,123,.07); transition: transform .25s ease, box-shadow .25s ease; backdrop-filter: blur(16px) saturate(135%); -webkit-backdrop-filter: blur(16px) saturate(135%); }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 1px 0 rgba(255,255,255,.95) inset, 0 24px 48px rgba(56,31,123,.15); }
.post-art { position: relative; display: block; min-height: 192px; overflow: hidden; }
.post-art::before { content: ""; position: absolute; width: 250px; height: 250px; right: -80px; bottom: -160px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.post-art > b { position: absolute; right: 19px; bottom: 17px; color: rgba(255,255,255,.9); font-family: var(--mono); font-size: .64rem; letter-spacing: .08em; line-height: 1.25; }
.post-art > span:first-child { position: absolute; top: 18px; left: 20px; color: rgba(255,255,255,.76); font-family: var(--mono); font-size: .64rem; }
.art-purple { background: linear-gradient(135deg, #2b155f, #845cff); }.art-blue { background: linear-gradient(135deg, #173a72, #61a1ff); }.art-orange { background: linear-gradient(135deg, #9d4e17, #ffc767); }.art-mint { background: linear-gradient(135deg, #13664d, #9de1ba); }.art-pink { background: linear-gradient(135deg, #7f285e, #ff9ccf); }.art-dark { background: linear-gradient(135deg, #131226, #3a3a74); }
.art-folder { display: grid; position: absolute; top: 52px; left: 24%; width: 108px; height: 82px; place-items: center; border-radius: 10px 10px 15px 15px; color: #8d4d17; background: #fff2d7; font-family: var(--mono); font-size: .72rem; box-shadow: 12px 13px 0 rgba(111,54,11,.23); transform: rotate(-8deg); }.art-lock, .art-spark, .art-signal { position: absolute; top: 35px; left: 25%; color: #e4fff0; font-size: 5.2rem; transform: rotate(-8deg); }.art-spark { color: #fff3fb; font-size: 6rem; }.art-signal { color: #c4baff; font-size: 6.3rem; }.art-lines { position: absolute; top: 38px; left: 20%; width: 170px; height: 100px; border: 2px solid rgba(255,255,255,.68); border-radius: 14px; transform: rotate(-7deg); }.art-lines::before, .art-lines::after { content: ""; position: absolute; left: 18px; right: 18px; height: 7px; border-radius: 99px; background: rgba(255,255,255,.65); }.art-lines::before { top: 27px; box-shadow: 0 20px 0 rgba(255,255,255,.45), 0 40px 0 rgba(255,255,255,.35); }
.post-card-copy { padding: 21px 22px 23px; }.post-meta { color: var(--ink-soft); font-size: .57rem; }.post-card h3 { margin: 12px 0 0; color: var(--ink); font-family: var(--display); font-size: 1.24rem; line-height: 1.12; letter-spacing: -.055em; }.post-card h3 a:hover { color: var(--violet); }.post-card-copy > p:not(.post-meta) { min-height: 46px; margin: 11px 0 0; color: var(--ink-soft); font-size: .76rem; line-height: 1.65; }.post-card .post-link { margin-top: 18px; font-size: .7rem; }
.empty-posts { margin: 28px 0 0; color: var(--ink-soft); }

.whats-new { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: 70px; align-items: start; margin-top: 108px; padding: 44px 0; border-top: 1px solid rgba(45,32,84,.11); border-bottom: 1px solid rgba(45,32,84,.11); }
.whats-new-heading h2 { max-width: 9ch; font-size: clamp(2rem, 3.5vw, 3.25rem); }.whats-new-heading > p:last-child { max-width: 33ch; margin: 15px 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.7; }
.update-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }.update-item { position: relative; min-height: 184px; padding: 20px; border: 1px solid rgba(255,255,255,.88); border-radius: 18px; background: rgba(255,255,255,.54); box-shadow: 0 1px 0 rgba(255,255,255,.88) inset; }.update-date { color: var(--violet); font-family: var(--mono); font-size: .56rem; letter-spacing: .06em; }.update-item h3 { margin: 16px 0 0; padding-right: 18px; color: var(--ink); font-family: var(--display); font-size: 1rem; line-height: 1.15; letter-spacing: -.045em; }.update-item p { margin: 10px 0 0; color: var(--ink-soft); font-size: .7rem; line-height: 1.55; }.update-mark { position: absolute; top: 20px; right: 20px; color: var(--violet); font-size: .9rem; }

.blog-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 58px; padding: 34px 38px; border: 1px solid rgba(255,255,255,.85); border-radius: 24px; background: linear-gradient(120deg, rgba(255,255,255,.75), rgba(235,228,255,.82)); box-shadow: 0 1px 0 rgba(255,255,255,.94) inset, 0 18px 55px rgba(56,31,123,.07); }.blog-cta h2 { max-width: 16ch; font-size: clamp(1.7rem, 3vw, 2.45rem); }.blog-cta .button { flex: none; }

.blog-footer { display: grid; grid-template-columns: 1fr auto 1fr auto; gap: 18px; align-items: center; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0 35px; border-top: 1px solid rgba(45,32,84,.11); }.blog-footer p { margin: 0; color: var(--ink-soft); font-size: .72rem; }.blog-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; color: var(--ink-soft); font-size: .67rem; font-weight: 700; }.blog-footer nav a:hover { color: var(--violet); }.blog-copyright { color: var(--ink-soft); font-family: var(--mono); font-size: .58rem; white-space: nowrap; }

.article-page { width: min(100% - 40px, 820px); margin: 56px auto 96px; padding: 58px 60px 82px; border: 1px solid rgba(255,255,255,.88); border-radius: 32px; background: rgba(255,255,255,.7); box-shadow: 0 1px 0 rgba(255,255,255,.94) inset, 0 24px 80px rgba(67,42,126,.1); backdrop-filter: blur(20px) saturate(145%); -webkit-backdrop-filter: blur(20px) saturate(145%); }.back-link { display: inline-flex; gap: 8px; color: var(--violet); font-size: .75rem; font-weight: 800; }.article-page > .post-kicker { margin-top: 54px; }.article-page h1 { max-width: 14ch; margin: 16px 0 0; color: var(--ink); font-family: var(--display); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.08em; }.article-lede { max-width: 55ch; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.03rem; line-height: 1.8; }.article-meta { margin-top: 20px; color: var(--ink-soft); font-family: var(--mono); font-size: .61rem; }.article-body { margin-top: 58px; padding-top: 30px; border-top: 1px solid rgba(59,42,103,.1); }.article-body p { margin: 0 0 24px; color: var(--ink-soft); font-size: .96rem; line-height: 1.9; }.article-body h2 { margin: 42px 0 12px; color: var(--ink); font-family: var(--display); font-size: 1.55rem; letter-spacing: -.06em; }.article-cta { margin-top: 22px; }.related-posts { display: grid; gap: 0; margin-top: 48px; padding: 20px 0 0; border-top: 1px solid rgba(59,42,103,.1); }.related-posts strong { margin-bottom: 8px; color: var(--ink); font-family: var(--display); font-size: 1.1rem; letter-spacing: -.04em; }.related-posts a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(59,42,103,.1); color: var(--ink-soft); font-size: .78rem; }.related-posts a:hover { color: var(--violet); }.related-posts a span { color: var(--violet); }
.article-body h3 { margin: 30px 0 12px; color: var(--ink); font-family: var(--display); font-size: 1.15rem; letter-spacing: -.045em; }
.article-body ul, .article-body ol { display: grid; gap: 10px; margin: 0 0 26px; padding-inline-start: 24px; color: var(--ink-soft); font-size: .9rem; line-height: 1.75; }
.article-body li::marker { color: var(--violet); font-weight: 800; }
.article-body a { color: var(--violet); font-weight: 800; text-decoration: underline; text-decoration-color: rgba(109,60,243,.28); text-underline-offset: 3px; }
.article-body blockquote { position: relative; margin: 0 0 38px; padding: 26px 28px 26px 58px; border: 1px solid rgba(124,86,237,.16); border-radius: 22px; color: var(--ink); background: linear-gradient(135deg, rgba(239,233,255,.92), rgba(255,255,255,.82)); box-shadow: 0 15px 45px rgba(74,45,142,.08); font-size: 1rem; line-height: 1.75; }
.article-body blockquote::before { content: "✦"; position: absolute; top: 27px; left: 26px; color: var(--violet); font-size: 1.05rem; }
.article-table-wrap { margin: 24px 0 38px; overflow-x: auto; border: 1px solid rgba(73,51,124,.12); border-radius: 22px; background: rgba(255,255,255,.76); box-shadow: 0 18px 55px rgba(56,31,123,.08); -webkit-overflow-scrolling: touch; }
.article-body table { width: 100%; min-width: 820px; border-collapse: collapse; text-align: start; }
.article-body th, .article-body td { padding: 18px 20px; border-bottom: 1px solid rgba(73,51,124,.1); border-inline-end: 1px solid rgba(73,51,124,.08); vertical-align: top; color: var(--ink-soft); font-size: .76rem; line-height: 1.65; }
.article-body th { color: var(--ink); background: rgba(239,233,255,.72); font-family: var(--display); font-size: .78rem; letter-spacing: -.025em; }
.article-body th:first-child, .article-body td:first-child { width: 17%; color: var(--ink); font-weight: 800; }
.article-body th:nth-child(2), .article-body td:nth-child(2) { background: rgba(244,240,255,.55); }
.article-body tr:last-child td { border-bottom: 0; }
.article-body th:last-child, .article-body td:last-child { border-inline-end: 0; }

.comparison-article { position: relative; width: min(100% - 40px, 1120px); overflow: hidden; padding: 66px clamp(32px, 6vw, 76px) 86px; isolation: isolate; }
.comparison-article::before { content: ""; position: absolute; z-index: -1; top: -210px; right: -170px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, rgba(255,255,255,.98), rgba(218,210,255,.62) 48%, rgba(180,207,255,.22) 69%, transparent 72%); }
.comparison-article > .post-kicker { margin-top: 62px; }
.comparison-article h1 { max-width: 16ch; font-size: clamp(3rem, 6.3vw, 6.1rem); letter-spacing: -.065em; }
.comparison-article h1::first-line { color: var(--violet); }
.comparison-article .article-lede { max-width: 72ch; font-size: 1.08rem; }
.comparison-hero-art { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; gap: clamp(18px, 5vw, 62px); align-items: center; min-height: 270px; margin: 44px 0 32px; padding: 34px clamp(24px, 5vw, 60px); overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 30px; direction: ltr; background: linear-gradient(135deg, rgba(236,230,255,.9), rgba(255,255,255,.84) 52%, rgba(219,238,255,.78)); box-shadow: 0 1px 0 rgba(255,255,255,.98) inset, 0 28px 70px rgba(64,39,126,.12); }
.comparison-hero-art::before, .comparison-hero-art::after { content: ""; position: absolute; border: 1px solid rgba(109,60,243,.14); border-radius: 50%; }
.comparison-hero-art::before { width: 310px; height: 310px; margin-left: 52%; }
.comparison-hero-art::after { width: 190px; height: 190px; margin-left: 58%; }
.comparison-brand { position: relative; z-index: 1; display: grid; width: clamp(110px, 16vw, 168px); aspect-ratio: 1; place-items: center; justify-self: center; border: 1px solid rgba(255,255,255,.92); border-radius: 34%; color: white; font-family: var(--display); font-size: clamp(4rem, 9vw, 7rem); font-weight: 800; line-height: 1; letter-spacing: -.1em; box-shadow: 0 20px 45px rgba(46,25,99,.2), 0 1px 0 rgba(255,255,255,.5) inset; transform: rotate(-5deg); }
.comparison-brand-j { background: linear-gradient(145deg, #2b155f, #7a4df4 64%, #9b7bff); }
.comparison-brand-b { background: linear-gradient(145deg, #1b4b70, #4296c5 62%, #85d7df); transform: rotate(5deg); }
.comparison-hero-art i { position: relative; z-index: 2; display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(89,62,145,.14); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.84); box-shadow: 0 12px 34px rgba(55,34,111,.12); font-family: var(--mono); font-size: .68rem; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.comparison-article .article-body { margin-top: 44px; }
.comparison-article .article-body h2 { margin-top: 58px; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.05; }

.blog-page .eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); font-family: var(--mono); font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 5px rgba(109,60,243,.1); }.eyebrow-dot.blue { background: #5d82ff; box-shadow: 0 0 0 5px rgba(93,130,255,.1); }.eyebrow-dot.mint { background: #4ec89a; box-shadow: 0 0 0 5px rgba(78,200,154,.1); }.eyebrow-dot.orange { background: #f4a34d; box-shadow: 0 0 0 5px rgba(244,163,77,.12); }
html[dir="rtl"] .blog-page { text-align: right; } html[dir="rtl"] .featured-media-label { right: 23px; left: auto; } html[dir="rtl"] .post-art > b { right: auto; left: 19px; text-align: left; } html[dir="rtl"] .post-art > span:first-child { right: 20px; left: auto; } html[dir="rtl"] .art-folder, html[dir="rtl"] .art-lock, html[dir="rtl"] .art-spark, html[dir="rtl"] .art-signal { right: 24%; left: auto; } html[dir="rtl"] .update-item h3 { padding-right: 0; padding-left: 18px; } html[dir="rtl"] .update-mark { right: auto; left: 20px; } html[dir="rtl"] .blog-footer { direction: ltr; } html[dir="rtl"] .blog-footer p, html[dir="rtl"] .blog-footer nav, html[dir="rtl"] .blog-footer .brand { direction: rtl; }
html[dir="rtl"] .article-body blockquote { padding-right: 58px; padding-left: 28px; }
html[dir="rtl"] .article-body blockquote::before { right: 26px; left: auto; }

html[data-theme="dark"] .featured-post, html[data-theme="dark"] .post-card, html[data-theme="dark"] .update-item, html[data-theme="dark"] .blog-cta, html[data-theme="dark"] .article-page { border-color: var(--line); background: rgba(25,20,46,.76); box-shadow: 0 1px 0 rgba(255,255,255,.04) inset, 0 22px 65px rgba(0,0,0,.25); } html[data-theme="dark"] .category-button { border-color: var(--line); background: rgba(25,20,46,.6); } html[data-theme="dark"] .category-button.is-active { background: var(--violet); border-color: var(--violet); }

@media (max-width: 900px) { .blog-page { width: min(100% - 32px, 720px); padding-top: 26px; }.featured-post { grid-template-columns: 1fr; }.featured-media, .featured-media img { min-height: 350px; }.featured-copy { padding: 42px 40px 46px; }.post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.whats-new { grid-template-columns: 1fr; gap: 30px; }.whats-new-heading h2 { max-width: none; }.update-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }.blog-footer { width: min(100% - 32px, 720px); grid-template-columns: 1fr; justify-items: center; text-align: center; }.blog-cta { padding: 30px; }.comparison-article { width: min(100% - 32px, 820px); }.comparison-hero-art { min-height: 230px; } }
@media (max-width: 600px) { .blog-page { width: min(100% - 24px, 470px); padding: 18px 0 70px; }.blog-hero { padding: 36px 0 42px; }.blog-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }.blog-hero-lede { font-size: .9rem; }.featured-post { min-height: 0; border-radius: 23px; }.featured-media, .featured-media img { min-height: 265px; }.featured-media img { object-position: 61% 54%; }.featured-media-label { bottom: 16px; left: 16px; }.featured-copy { padding: 30px 24px 35px; }.featured-copy h2 { font-size: 2.15rem; }.post-list { padding-top: 62px; }.blog-section-heading { align-items: start; }.blog-section-heading h2 { font-size: 2.4rem; }.post-count { padding-top: 20px; }.blog-categories { flex-wrap: nowrap; overflow-x: auto; margin-right: -12px; margin-left: -12px; padding-right: 12px; padding-left: 12px; scrollbar-width: none; }.category-button { flex: 0 0 auto; }.post-grid { grid-template-columns: 1fr; gap: 14px; }.post-art { min-height: 174px; }.post-card-copy { padding: 19px 20px 21px; }.whats-new { margin-top: 74px; padding: 34px 0; }.update-list { grid-template-columns: 1fr; }.update-item { min-height: 0; }.blog-cta { align-items: flex-start; flex-direction: column; margin-top: 40px; padding: 27px 24px; border-radius: 20px; }.blog-cta h2 { font-size: 2rem; }.blog-footer { width: calc(100% - 24px); }.article-page { width: calc(100% - 24px); margin-top: 34px; padding: 38px 24px 62px; border-radius: 24px; }.article-page > .post-kicker { margin-top: 39px; }.article-page h1 { font-size: clamp(2.55rem, 13vw, 4rem); }.article-lede { font-size: .9rem; }.article-body { margin-top: 42px; }.article-body p { font-size: .9rem; line-height: 1.8; }.article-body h2 { margin-top: 34px; font-size: 1.35rem; }.article-body blockquote { padding: 22px 22px 22px 48px; font-size: .88rem; }.article-body blockquote::before { top: 23px; left: 21px; }.article-table-wrap { margin-right: -12px; margin-left: -12px; border-radius: 17px; }.article-body th, .article-body td { padding: 15px; font-size: .7rem; }.comparison-article { width: calc(100% - 24px); }.comparison-article > .post-kicker { margin-top: 42px; }.comparison-article h1 { font-size: clamp(2.6rem, 12.7vw, 4.1rem); }.comparison-hero-art { min-height: 184px; margin: 30px 0 24px; padding: 24px 18px; border-radius: 22px; }.comparison-brand { width: 92px; border-radius: 29%; font-size: 4rem; }.comparison-hero-art i { width: 43px; height: 43px; font-size: .58rem; }.comparison-hero-art::before { width: 220px; height: 220px; }.comparison-hero-art::after { width: 130px; height: 130px; } html[dir="rtl"] .featured-media-label { right: 16px; left: auto; } html[dir="rtl"] .article-body blockquote { padding-right: 48px; padding-left: 22px; } html[dir="rtl"] .article-body blockquote::before { right: 21px; left: auto; } }
