@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');

:root { --navy: #07182b; --navy-2: #0d263f; --ink: #101c2b; --paper: #f6f8fb; --white: #fff; --muted: #8090a2; --line: #dce4ec; --orange: #ff674d; --orange-dark: #e9543d; --blue: #5d9cff; --green: #6bcf9a; --sans: 'Noto Sans SC', 'Manrope', sans-serif; --mono: 'DM Mono', monospace; }
* { box-sizing: border-box; } html { scroll-behavior: smooth; overflow-x: clip; } body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: clip; } body::selection { color: var(--white); background: var(--orange); } a { color: inherit; text-decoration: none; }.page-shell, .site-header { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.ambient-wrap { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }.ambient { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(2px); }.ambient-one { width: 480px; height: 480px; top: -140px; right: -140px; background: radial-gradient(circle, rgba(93,156,255,.12), transparent 65%); }.ambient-two { width: 400px; height: 400px; top: 480px; left: -180px; background: radial-gradient(circle, rgba(255,103,77,.1), transparent 67%); }
.site-header { position: relative; z-index: 5; min-height: 86px; display: flex; align-items: center; justify-content: space-between; }.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 18px rgba(7,24,43,.18); transform: rotate(-5deg); }.brand-mark img { width: 38px; height: 38px; object-fit: cover; transform: rotate(5deg); }.brand strong { display: block; font-size: 17px; letter-spacing: -.07em; }.brand small { display: block; margin-top: 5px; color: var(--muted); font: 9px var(--mono); letter-spacing: .18em; }.main-nav { display: flex; align-items: center; gap: 32px; color: #596c7f; font-size: 13px; font-weight: 700; }.main-nav a { transition: color .2s; }.main-nav a:hover { color: var(--orange); }.nav-contact { display: inline-flex; align-items: center; gap: 10px; padding: 11px 15px; color: var(--white); border-radius: 6px; background: var(--navy); box-shadow: 0 8px 16px rgba(7,24,43,.12); }.nav-contact span { color: var(--orange); }.menu-toggle { display: none; }
.hero { position: relative; min-height: 700px; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 40px; padding: 85px 0 76px; }.hero-copy { position: relative; z-index: 2; }.hero-kicker { display: flex; align-items: center; gap: 10px; color: var(--muted); font: 10px var(--mono); letter-spacing: .08em; }.kicker-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,103,77,.12); }.hero-kicker b { margin-left: 3px; padding: 4px 7px; color: var(--orange-dark); border: 1px solid rgba(255,103,77,.3); border-radius: 3px; font-size: 8px; }.hero-card { padding: 30px 30px 26px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: 0 18px 40px rgba(24,53,79,.08); }.hero-card h1 { margin: 4px 0 0; }.hero-card .hero-lede { max-width: none; margin: 24px 0 0; }.cli-panel { margin-top: 24px; padding: 18px 19px 12px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }.cli-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 13px; color: var(--muted); font: 9px var(--mono); letter-spacing: .1em; }.cli-panel-head b { color: var(--orange); font-weight: 500; }.cli-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 20px; margin: 0; padding: 0; list-style: none; }.cli-list li { padding-bottom: 12px; border-bottom: 1px dashed var(--line); }.cli-list li:nth-last-child(-n+2) { border-bottom: 0; padding-bottom: 0; }.cli-list b { display: block; color: var(--navy); font-size: 12px; letter-spacing: -.04em; }.cli-list small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.5; }.linux-banner { display: flex; align-items: center; gap: 12px; margin-top: 16px; padding: 14px 18px; border-radius: 9px; color: var(--white); background: linear-gradient(120deg, #123454, #07182b); }.linux-banner span { color: var(--orange); font: 26px var(--mono); }.linux-banner b { font-size: 13px; letter-spacing: -.03em; }.linux-banner small { margin-left: auto; color: #9db4ca; font: 9px var(--mono); }.hero h1 { margin: 27px 0 0; color: var(--navy); font-size: clamp(49px, 6vw, 84px); line-height: 1.06; letter-spacing: -.095em; font-weight: 900; }.hero h1 span, .section-intro em, .scene-copy em, .download-copy em { color: var(--orange); font-style: normal; }.hero-lede { max-width: 505px; margin: 28px 0 32px; color: #66798d; font-size: 15px; line-height: 1.9; }.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 26px; }.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 50px; padding: 0 19px; border-radius: 5px; font-size: 12px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }.button:hover { transform: translateY(-3px); }.button span { font: 16px var(--mono); }.button-primary { color: var(--white); background: var(--orange); box-shadow: 0 11px 22px rgba(255,103,77,.2); }.button-primary:hover { background: var(--orange-dark); box-shadow: 0 14px 25px rgba(255,103,77,.28); }.button-ghost { color: var(--navy); border: 1px solid var(--line); background: rgba(255,255,255,.7); }.hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: #9aa8b5; font: 9px var(--mono); }.hero-trust i { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }
.device-stage { position: relative; min-height: 550px; display: grid; place-items: center; }.phone-shadow { position: absolute; bottom: 42px; left: 19%; width: 57%; height: 38px; border-radius: 50%; background: rgba(7,24,43,.22); filter: blur(24px); transform: rotate(-7deg); }.phone { position: relative; z-index: 2; width: 278px; height: 555px; padding: 9px; border: 5px solid #172b42; border-radius: 35px; background: #102035; box-shadow: 24px 28px 0 rgba(7,24,43,.08), 0 24px 50px rgba(7,24,43,.28); transform: rotate(6deg); }.phone-notch { position: absolute; z-index: 3; top: 11px; left: 50%; width: 92px; height: 19px; border-radius: 0 0 13px 13px; background: #172b42; transform: translateX(-50%); }.phone-screen { position: relative; height: 100%; overflow: hidden; padding: 26px 16px 14px; border-radius: 24px; background: #f4f7fb; }.app-status { display: flex; justify-content: space-between; margin: 0 4px 26px; color: #8393a5; font: 8px var(--mono); }.app-top { display: flex; align-items: center; gap: 9px; }.app-logo, .download-logo { display: grid; place-items: center; color: var(--white); background: var(--orange); }.app-logo { width: 31px; height: 31px; border-radius: 10px 10px 10px 2px; font-weight: 900; }.app-top b { display: block; color: var(--navy); font-size: 12px; }.app-top small { display: block; margin-top: 4px; color: #91a0af; font-size: 8px; }.bell { margin-left: auto; color: #8796a7; font-size: 19px; }.runtime-card { display: flex; justify-content: space-between; align-items: center; margin-top: 23px; padding: 16px; border-radius: 13px; color: var(--white); background: linear-gradient(135deg, #132e4b, #244e73); box-shadow: 0 9px 17px rgba(18,53,85,.17); }.runtime-card small { display: block; color: #9bb2ca; font-size: 8px; }.runtime-card strong { display: block; margin-top: 5px; font: 700 13px var(--sans); }.online { display: block; margin-top: 9px; color: #a8dcbc; font: 8px var(--mono); }.online i { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: var(--green); }.runtime-glyph { color: #78aeed; font: 30px var(--mono); }.mini-title { display: flex; align-items: center; justify-content: space-between; margin: 21px 1px 11px; }.mini-title b { color: var(--navy); font-size: 10px; }.mini-title small { color: #91a0af; font: 8px var(--mono); }.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.quick-grid > div { padding: 10px 9px; border: 1px solid #e3eaf1; border-radius: 10px; background: var(--white); }.quick-icon { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; font: 13px var(--mono); }.quick-icon.orange { color: #f17b51; background: #fff0e8; }.quick-icon.blue { color: #548ee5; background: #eaf2ff; }.quick-icon.green { color: #40ac72; background: #e8f8ef; }.quick-icon.violet { color: #9378d4; background: #f2edff; }.quick-grid b { display: block; margin-top: 8px; color: var(--navy); font-size: 9px; }.quick-grid small { display: block; margin-top: 3px; color: #98a5b2; font-size: 7px; }.activity { margin-top: 5px; }.activity-row { display: flex; align-items: center; gap: 7px; padding: 8px 1px; border-bottom: 1px solid #e5ebf1; }.activity-icon { display: grid; place-items: center; width: 24px; height: 24px; color: #ec7757; border-radius: 7px; background: #fff0e9; font: 11px var(--mono); }.activity-icon.web { color: #4e91e7; background: #eaf2ff; }.activity-row b { display: block; color: var(--navy); font: 8px var(--mono); }.activity-row small { display: block; margin-top: 3px; color: #98a5b2; font-size: 7px; }.activity-row em { margin-left: auto; color: #56aa7d; font: 7px var(--mono); font-style: normal; }.phone-nav { position: absolute; right: 15px; bottom: 8px; left: 15px; display: flex; justify-content: space-around; padding-top: 10px; border-top: 1px solid #e1e8ef; background: #f4f7fb; }.phone-nav span { color: #a7b2bd; text-align: center; font-size: 14px; }.phone-nav .active { color: var(--orange); }.phone-nav small { display: block; margin-top: 3px; font: 7px var(--sans); }.orb { position: absolute; z-index: 1; border-radius: 50%; filter: blur(1px); }.orb-red { width: 180px; height: 180px; right: 3%; top: 7%; background: radial-gradient(circle at 35% 35%, #ffb298, var(--orange)); opacity: .84; }.orb-blue { width: 230px; height: 230px; bottom: 10%; left: 0; background: radial-gradient(circle at 40% 35%, #a9d1ff, #5e9cf2); opacity: .65; }.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 8px; color: var(--navy); background: rgba(255,255,255,.83); box-shadow: 0 12px 24px rgba(7,24,43,.13); backdrop-filter: blur(10px); font: 9px var(--mono); }.floating-chip span { color: var(--orange); }.chip-runtime { top: 16%; right: 4%; }.chip-secure { bottom: 17%; left: 0; }.chip-secure span { color: #66bb89; }
.proof-bar { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }.proof-bar > div { padding: 24px 30px; border-right: 1px solid var(--line); }.proof-bar > div:first-child { padding-left: 0; }.proof-bar > div:last-child { border: 0; }.proof-bar strong { display: block; color: var(--navy); font-size: 18px; letter-spacing: -.06em; }.proof-bar span { display: block; margin-top: 7px; color: var(--muted); font-size: 11px; }
.capabilities { padding: 145px 0 150px; }.section-intro { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 80px; margin-bottom: 54px; }.eyebrow { margin: 0 0 19px; color: var(--muted); font: 9px var(--mono); letter-spacing: .1em; }.eyebrow span { margin-left: 11px; color: var(--orange); }.section-intro h2, .scene-copy h2, .download-copy h2 { margin: 0; color: var(--navy); font-size: clamp(42px, 5vw, 69px); line-height: 1.09; letter-spacing: -.09em; font-weight: 900; }.section-intro > p { margin: 0 0 5px; color: #788a9d; font-size: 14px; line-height: 1.9; }.capability-grid { display: grid; grid-template-columns: 1.08fr .92fr .92fr; grid-template-rows: 1fr 1fr; gap: 15px; }.capability-card { position: relative; min-height: 330px; padding: 26px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--white); transition: transform .25s, box-shadow .25s; }.capability-card:hover { transform: translateY(-6px); box-shadow: 0 20px 30px rgba(24,53,79,.1); }.card-large { grid-row: 1 / 3; min-height: 675px; color: var(--white); background: var(--navy); border-color: var(--navy); }.card-wide { grid-column: 2 / 4; min-height: 330px; background: #fff0e9; border-color: #ffe0d5; }.card-top { display: flex; align-items: center; justify-content: space-between; color: #8e9dad; font: 9px var(--mono); }.card-large .card-top { color: #87a2bd; }.card-tag { letter-spacing: .1em; }.capability-card h3 { margin: 22px 0 10px; color: var(--navy); font-size: 23px; letter-spacing: -.08em; }.card-large h3 { color: var(--white); font-size: 28px; }.capability-card p { max-width: 400px; margin: 0; color: #8494a3; font-size: 12px; line-height: 1.85; }.card-large p { color: #a7bbce; }.capability-card a { position: absolute; bottom: 27px; left: 27px; color: var(--orange-dark); font: 9px var(--mono); }.card-large a { color: #ff9f86; }.capability-card a span { margin-left: 8px; }.runtime-illustration { position: relative; height: 340px; margin: 38px 0 4px; }.layer { position: absolute; width: 214px; height: 108px; left: 50%; border-radius: 16px; transform: translateX(-50%) rotate(-8deg); }.layer-back { top: 73px; background: #1b3d5d; opacity: .54; transform: translateX(-39%) rotate(7deg); }.layer-mid { top: 48px; background: #27587e; opacity: .74; transform: translateX(-47%) rotate(-1deg); }.layer-front { top: 27px; display: flex; flex-direction: column; justify-content: center; padding-left: 30px; background: linear-gradient(130deg, #3778a4, #163453); box-shadow: 0 20px 40px rgba(0,0,0,.2); }.layer-front span { font: 10px var(--mono); color: #8eb8d9; }.layer-front b { margin-top: 5px; font-size: 22px; }.runtime-illustration i { position: absolute; right: 13px; bottom: 42px; color: #6fa9d5; font: 54px var(--mono); font-style: normal; }
.terminal-art, .browser-art, .relay-art { margin: 35px 0 20px; }.terminal-art { position: relative; height: 105px; padding: 21px; overflow: hidden; color: #c5ddf5; border-radius: 9px; background: #112943; font: 10px/2 var(--mono); }.terminal-art::after { content: ''; position: absolute; right: -28px; bottom: -65px; width: 170px; height: 170px; border: 1px solid #3d709a; border-radius: 50%; opacity: .5; }.terminal-art span { color: #8cb5d7; }.terminal-art b { display: block; color: #f0a18d; font-weight: 400; }.terminal-art i { display: inline-block; width: 6px; height: 13px; margin-left: 4px; vertical-align: -3px; background: var(--orange); }.browser-art { height: 105px; overflow: hidden; border: 1px solid #dce5ee; border-radius: 9px; background: #f6f9fc; }.browser-head { display: flex; align-items: center; gap: 4px; height: 27px; padding: 0 9px; border-bottom: 1px solid #e2e9f0; }.browser-head i { width: 5px; height: 5px; border-radius: 50%; background: #cad3dd; }.browser-head i:first-child { background: var(--orange); }.browser-head span { margin-left: 7px; color: #9ba9b5; font: 7px var(--mono); }.browser-lines { padding: 18px 22px; }.browser-lines b { display: block; width: 70%; height: 5px; margin-bottom: 8px; border-radius: 3px; background: #d9e4ee; }.browser-lines b:nth-child(2) { width: 48%; }.browser-lines b:nth-child(3) { width: 62%; }.browser-lines b:nth-child(4) { width: 37%; }.play { position: absolute; right: 31px; bottom: 43px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; color: var(--white); background: var(--orange); font-size: 10px; }.relay-art { position: relative; display: flex; align-items: center; gap: 14px; height: 110px; padding: 0 24px; color: #577085; border: 1px solid #f2cabe; border-radius: 9px; background: rgba(255,255,255,.58); font: 9px var(--mono); }.relay-art b { color: var(--orange); font-size: 16px; }.relay-art strong { color: var(--navy); font-size: 15px; }.relay-art i { position: absolute; right: 16px; bottom: 13px; color: #ba8276; font: 8px var(--mono); font-style: normal; }
.scenes { color: var(--white); background: var(--navy); }.scene-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; padding: 132px 0; }.scene-copy .eyebrow { color: #7890a7; }.scene-copy h2 { color: var(--white); }.scene-copy > p:not(.eyebrow) { max-width: 390px; margin: 29px 0; color: #8da3b9; font-size: 13px; line-height: 1.9; }.light-link { color: var(--white); border-color: #9cb1c5; }.scene-list { padding-top: 9px; }.scene-item { display: grid; grid-template-columns: 45px 1fr 20px; gap: 15px; align-items: center; min-height: 100px; border-bottom: 1px solid #213953; color: #698198; transition: color .2s, padding .2s; }.scene-item:hover, .scene-item.active { padding-left: 8px; color: var(--white); }.scene-item > span { align-self: start; padding-top: 26px; color: var(--orange); font: 9px var(--mono); }.scene-item b { display: block; font-size: 20px; letter-spacing: -.06em; }.scene-item small { display: block; margin-top: 6px; color: #7e95ab; font-size: 10px; }.scene-item strong { color: var(--orange); font: 17px var(--mono); }
.download-section { display: grid; grid-template-columns: 1fr 355px; gap: 95px; align-items: center; padding: 125px 7%; background: var(--white); }.download-copy h2 { color: var(--navy); }.download-copy > p:not(.eyebrow) { max-width: 450px; margin: 27px 0; color: #778a9c; font-size: 13px; line-height: 1.9; }.download-notes { display: flex; flex-wrap: wrap; gap: 10px 22px; color: #688096; font: 10px var(--mono); }.download-notes span::first-letter { color: var(--green); }.download-panel { padding: 27px; border-radius: 12px; color: var(--white); background: linear-gradient(145deg, #123454, #07182b); box-shadow: 0 20px 40px rgba(7,24,43,.18); }.download-panel-top { display: flex; justify-content: space-between; color: #82a0bc; font: 9px var(--mono); }.download-panel-top b { color: #ff9f86; font-weight: 500; }.download-panel-main { display: flex; align-items: center; gap: 13px; margin: 51px 0 34px; }.download-logo { width: 42px; height: 42px; border-radius: 13px 13px 13px 3px; font-size: 20px; font-weight: 900; }.download-panel-main strong { display: block; font-size: 22px; letter-spacing: -.08em; }.download-panel-main small { display: block; margin-top: 5px; color: #91aac0; font-size: 9px; }.button-light { width: 100%; color: var(--navy); background: var(--white); }.button-light:hover { box-shadow: 0 12px 22px rgba(255,255,255,.12); }.download-panel p { margin: 16px 0 0; color: #7590aa; text-align: center; font: 9px var(--mono); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; padding: 37px 0 47px; }.site-footer p { color: var(--muted); font-size: 11px; }.footer-contact { text-align: right; }.footer-contact span { display: block; color: #a3b0bd; font: 9px var(--mono); }.footer-contact b { display: block; margin-top: 7px; color: var(--navy); font: 11px var(--mono); }.copyright { grid-column: 1/-1; color: #a2afbb; font: 9px var(--mono); }.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .2s; }
@media (max-width: 1080px) { .section-intro { gap: 50px; }.capability-grid { gap: 12px; }.capability-card { padding: 22px 23px; }.card-large { min-height: 596px; }.runtime-illustration { height: 298px; }.scene-inner { gap: 60px; }.download-section { gap: 50px; padding: 110px 5%; }.relay-art { gap: 10px; padding: 0 18px; } }
@media (max-width: 800px) { .page-shell, .site-header { width: min(100% - 36px, 580px); }.site-header { min-height: 72px; }.menu-toggle { display: block; padding: 9px; border: 0; color: var(--navy); background: none; font: 10px var(--mono); }.main-nav { display: none; position: absolute; z-index: 8; right: 0; top: 61px; flex-direction: column; align-items: stretch; gap: 0; width: 190px; padding: 8px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); box-shadow: 0 15px 28px rgba(7,24,43,.13); }.main-nav.is-open { display: flex; }.main-nav a { padding: 13px; }.nav-contact { margin-top: 5px; border-radius: 4px; }.hero { display: block; min-height: auto; padding: 70px 0 65px; }.hero h1 { font-size: clamp(48px, 14vw, 76px); }.hero-lede { font-size: 14px; }.device-stage { min-height: 600px; margin-top: 25px; }.phone { width: 258px; height: 518px; }.chip-runtime { right: 0; }.chip-secure { left: 0; }.proof-bar { grid-template-columns: 1fr; }.proof-bar > div, .proof-bar > div:first-child { padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); }.proof-bar > div:last-child { border-bottom: 0; }.capabilities { padding: 100px 0; }.section-intro { display: block; }.section-intro > p { margin-top: 26px; }.capability-grid { display: block; }.capability-card, .card-large, .card-wide { min-height: 330px; margin-bottom: 14px; }.card-large { min-height: 615px; }.runtime-illustration { height: 285px; }.scene-inner { display: block; padding: 95px 0; }.scene-list { margin-top: 58px; }.download-section { display: block; padding: 90px 27px; }.download-panel { margin-top: 44px; }.site-footer { grid-template-columns: 1fr auto; gap: 24px 12px; }.site-footer p { grid-column: 1/-1; order: 3; }.footer-contact { text-align: right; }.copyright { grid-column: 1/-1; } }
@media (max-width: 520px) { .hero { padding: 58px 0 50px; }.hero h1 { font-size: clamp(38px, 11vw, 50px); }.hero-card { padding: 22px 20px; }.hero-actions { flex-wrap: wrap; gap: 10px; }.button { gap: 18px; }.hero-trust { flex-wrap: wrap; }.cli-list { gap: 10px 14px; }.cli-list b { font-size: 11px; }.cli-list small { font-size: 8px; }.linux-banner { flex-wrap: wrap; gap: 8px; }.linux-banner small { margin-left: 0; width: 100%; }.device-stage { min-height: 540px; margin-top: 10px; }.phone { width: 240px; height: 490px; transform: rotate(4deg); }.section-intro h2, .scene-copy h2, .download-copy h2 { font-size: clamp(32px, 9vw, 42px); }.section-intro > p { margin-top: 20px; }.capabilities { padding: 78px 0; }.capability-card, .card-large, .card-wide { min-height: 320px; }.card-large { min-height: 560px; }.runtime-illustration { height: 250px; }.capability-card a { position: static; display: inline-block; margin-top: 18px; }.scene-inner { padding: 75px 0; }.scene-list { margin-top: 44px; }.scene-item { grid-template-columns: 34px 1fr 16px; gap: 10px; min-height: 88px; }.download-section { padding: 72px 20px; }.download-panel { padding: 22px; }.download-panel-main { margin: 38px 0 28px; }.site-footer { grid-template-columns: 1fr; gap: 22px 0; text-align: left; }.footer-contact { text-align: left; } }
