:root {
  color-scheme: dark;
  --ink: #dce7ea;
  --paper: #080c11;
  --surface: #0d131a;
  --surface-2: #111a23;
  --surface-3: #17232d;
  --accent: #62d9e6;
  --accent-strong: #8cecf4;
  --muted: #8b9ba3;
  --line: rgba(171, 205, 215, .16);
  --line-strong: rgba(98, 217, 230, .38);
  --danger: #ff8e7a;
  --sans: 'DM Sans', sans-serif;
  --display: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.58; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; }
img { display: block; max-width: 100%; }
::selection { background: var(--accent); color: #071014; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .75rem 1rem; background: var(--accent); color: #071014; font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 72px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(8, 12, 17, .94); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .75rem; min-width: max-content; font-weight: 600; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line-strong); background: var(--surface-2); color: var(--accent); font-size: .7rem; letter-spacing: .12em; }
.site-header nav { display: flex; gap: clamp(1rem, 2.4vw, 2.25rem); color: var(--muted); font-size: .86rem; }
.site-header nav a, .text-link, .header-cta, .whatsapp-inline { border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease; }
.site-header nav a:hover, .text-link:hover, .header-cta:hover, .whatsapp-inline:hover { color: var(--accent-strong); border-color: currentColor; }
.header-cta { color: var(--accent-strong); font-size: .86rem; font-weight: 600; border-bottom-color: var(--line-strong); }

.hero { min-height: calc(92svh - 72px); display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: clamp(2.5rem, 6vw, 7rem); padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 6vw, 7rem); align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 2rem clamp(1rem, 6vw, 7rem); pointer-events: none; border-left: 1px solid var(--line); border-right: 1px solid var(--line); opacity: .35; }
.hero-copy, .hero-system { position: relative; z-index: 1; min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 1.6rem; color: var(--accent); font-size: .7rem; font-weight: 600; letter-spacing: .18em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(98, 217, 230, .1); }
.hero h1, .section h2, .statement h2, .login-card h1, .dashboard h1 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.055em; line-height: 1.02; }
.hero h1 { max-width: 900px; font-size: clamp(2.55rem, 5.2vw, 5.6rem); text-wrap: balance; }
.hero h1 em { color: var(--accent-strong); font-style: normal; }
.hero-lead { max-width: 650px; margin: 1.6rem 0; color: var(--muted); font-size: clamp(.95rem, 1.2vw, 1.12rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 2rem; }
.button { min-height: 52px; padding: .9rem 1.25rem; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--line-strong); background: transparent; color: var(--ink); cursor: pointer; font-weight: 600; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--accent); }
.button-primary { border-color: var(--accent); background: var(--accent); color: #071014; }
.button-primary:hover { background: var(--accent-strong); border-color: var(--accent-strong); }
.text-link { color: var(--ink); font-weight: 600; }
.capability-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: 650px; margin-top: clamp(2.25rem, 5vw, 4rem); padding-top: .85rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-system { aspect-ratio: 1; width: min(100%, 460px); justify-self: end; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface); }
.hero-system::before, .hero-system::after { content: ''; position: absolute; background: var(--line-strong); }
.hero-system::before { width: 116%; height: 1px; }
.hero-system::after { width: 1px; height: 116%; }
.orbit { position: absolute; border: 1px solid var(--line-strong); border-radius: 50%; }
.orbit::after { content: ''; position: absolute; width: 9px; height: 9px; top: 8%; left: 22%; border: 2px solid var(--surface); border-radius: 50%; background: var(--accent); }
.orbit-a { width: 70%; height: 70%; }
.orbit-b { width: 40%; height: 40%; border-style: dashed; }
.system-core { z-index: 2; width: 27%; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--accent); border-radius: 50%; background: var(--surface-3); color: var(--accent-strong); text-align: center; }
.system-core span { font-size: .55rem; letter-spacing: .14em; }
.system-core strong { font-size: clamp(.78rem, 1.2vw, 1.05rem); }
.system-label { position: absolute; z-index: 3; padding: .4rem .6rem; border: 1px solid var(--line); background: var(--paper); color: var(--muted); font-size: .63rem; font-weight: 600; letter-spacing: .14em; }
.system-label.top { top: 7%; left: 22%; }
.system-label.right { right: -4%; top: 51%; }
.system-label.bottom { bottom: 10%; left: 10%; }

.statement { padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 12vw, 14rem); border-block: 1px solid var(--line); background: var(--surface-2); }
.statement p { margin: 0 0 1.5rem; color: var(--accent); }
.statement h2 { max-width: 1080px; color: #cbd9dd; font-size: clamp(1.85rem, 3.8vw, 4rem); text-wrap: balance; }
.section { padding: clamp(4rem, 7vw, 7rem) clamp(1rem, 6vw, 7rem); }
.section-intro { display: grid; grid-template-columns: .7fr 1.3fr; column-gap: 6vw; margin-bottom: clamp(3rem, 7vw, 5rem); }
.section-intro .eyebrow { grid-row: 1 / span 2; }
.section h2 { font-size: clamp(2rem, 3.5vw, 3.8rem); text-wrap: balance; }
.section-intro > p:last-child { max-width: 650px; color: var(--muted); font-size: 1rem; }
.services { background: var(--paper); }
.service-list { border-top: 1px solid var(--line-strong); }
.service-item { display: grid; grid-template-columns: 60px minmax(0, 1fr) auto; gap: 1.5rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); align-items: start; transition: padding .2s ease, background .2s ease; }
.service-item:hover { padding-inline: 1rem; background: var(--surface); }
.service-number { color: var(--accent); font-size: .73rem; font-variant-numeric: tabular-nums; }
.service-item h3 { margin: 0 0 .55rem; font-family: var(--display); font-size: clamp(1.25rem, 1.8vw, 1.85rem); letter-spacing: -.035em; }
.service-item p { max-width: 680px; margin: 0; color: var(--muted); }
.service-tag { padding: .45rem .65rem; border: 1px solid var(--line-strong); color: var(--accent); font-size: .64rem; letter-spacing: .14em; }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; border-block: 1px solid var(--line); background: var(--surface); }
.process-heading { position: sticky; top: 120px; align-self: start; }
.process-heading h2 { max-width: 490px; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 1.25rem; padding: 0 0 2.25rem; margin-bottom: 2.25rem; border-bottom: 1px solid var(--line); }
.process-steps li > span { color: var(--accent); font-weight: 600; }
.process-steps h3 { margin: 0 0 .45rem; font-family: var(--display); font-size: 1.4rem; letter-spacing: -.035em; }
.process-steps p { max-width: 520px; margin: 0; color: var(--muted); }

.portfolio { overflow: hidden; background: #0a0f15; }
.portfolio-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }
.carousel-controls { display: flex; gap: .6rem; }
.circle-button { width: 48px; height: 48px; border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.circle-button:hover { border-color: var(--accent); background: var(--accent); color: #071014; }
.portfolio-track { display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--accent) var(--surface); padding-bottom: 1.5rem; }
.project-card { flex: 0 0 min(72vw, 820px); min-width: 0; scroll-snap-align: start; }
.project-card img { width: 100%; aspect-ratio: 1.58; border: 1px solid var(--line); background: var(--surface-2); object-fit: cover; }
.project-meta { display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; }
.project-meta h3 { margin: 0; font-family: var(--display); font-size: 1.25rem; }
.project-meta p { margin: .25rem 0; color: var(--muted); }
.project-meta > a { color: var(--accent); font-size: 1.4rem; }
.portfolio-empty { min-height: 280px; padding: clamp(2rem, 4vw, 3.5rem); display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--surface); }
.portfolio-empty span { color: var(--accent); font-size: .68rem; letter-spacing: .17em; }
.portfolio-empty p { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.9rem); line-height: 1.3; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--surface-2); }
.contact-copy { position: sticky; top: 120px; align-self: start; }
.contact-copy h2 { max-width: 620px; font-size: clamp(2.2rem, 4vw, 4.1rem); }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 1rem; }
.whatsapp-inline { display: inline-block; margin-top: 1.5rem; color: var(--accent); font-weight: 600; border-bottom-color: var(--line-strong); }
.contact-form { padding: clamp(1.5rem, 4vw, 3.5rem); display: grid; gap: 1.35rem; border: 1px solid var(--line); background: var(--surface); color: var(--ink); }
.contact-form label, .login-card label, .upload-form label { display: grid; gap: .45rem; color: #b8c6ca; font-size: .78rem; font-weight: 600; letter-spacing: .035em; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea, .login-card input, .upload-form input, .upload-form textarea, .admin-section select { width: 100%; padding: .75rem .1rem; border: 0; border-bottom: 1px solid #40505a; border-radius: 0; background: transparent; color: var(--ink); }
select option { background: var(--surface-2); color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .login-card input:focus, .upload-form input:focus, .upload-form textarea:focus { border-color: var(--accent); outline: 0; }
.contact-form textarea, .upload-form textarea { resize: vertical; }
.contact-form fieldset { margin: 0; padding: 0; border: 0; }
.contact-form legend { margin-bottom: .6rem; color: #b8c6ca; font-size: .78rem; font-weight: 600; }
.choice-row { display: flex; flex-wrap: wrap; gap: .7rem; }
.choice-row label { display: block; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: block; padding: .65rem 1rem; border: 1px solid var(--line); color: var(--muted); cursor: pointer; }
.choice-row input:checked + span { border-color: var(--accent); background: rgba(98, 217, 230, .1); color: var(--accent-strong); }
.choice-row input:focus-visible + span { outline: 3px solid var(--accent); }
.optional, .contact-form small { color: var(--muted); font-weight: 400; }
.form-submit { width: 100%; margin-top: .4rem; }
.form-notice { padding: .8rem 1rem; border-left: 3px solid; }
.form-notice.success { border-color: #72d69a; background: rgba(71, 170, 112, .13); color: #a4e6bd; }
.form-notice.error { border-color: var(--danger); background: rgba(211, 79, 62, .13); color: #ffb0a2; }

footer { padding: 2.2rem clamp(1rem, 6vw, 7rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-top: 1px solid var(--line); background: #06090d; color: var(--muted); font-size: .82rem; }

.admin-body { min-height: 100vh; background: var(--paper); }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: .65fr 1.35fr; }
.login-brand { padding: 3rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); background: var(--surface); }
.login-brand p { color: var(--accent); font-size: .68rem; letter-spacing: .18em; }
.login-card { width: min(520px, calc(100% - 2rem)); margin: auto; padding: clamp(2rem, 5vw, 4.5rem); display: grid; gap: 1.4rem; border: 1px solid var(--line); background: var(--surface); }
.login-card h1 { font-size: clamp(2rem, 3.3vw, 3.3rem); }
.login-card p, .back-link { color: var(--muted); }
.login-card .button { width: 100%; margin-top: .5rem; }
.back-link { text-align: center; font-size: .85rem; }
.admin-header { min-height: 76px; padding: .8rem clamp(1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); background: #06090d; }
.admin-header > div:last-child { display: flex; align-items: center; gap: 1.5rem; font-size: .85rem; }
.admin-header form { display: inline; }
.admin-header button { border: 0; background: none; color: var(--ink); cursor: pointer; }
.dashboard { width: min(1440px, calc(100% - 2rem)); margin: 0 auto; padding: 4rem 0; }
.dashboard-title { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 3rem; }
.dashboard-title h1 { font-size: clamp(2.3rem, 4vw, 4rem); }
.metric { display: grid; padding-left: 2rem; border-left: 1px solid var(--line-strong); }
.metric strong { color: var(--accent); font-family: var(--display); font-size: 2rem; }
.metric span, .admin-section-head span { color: var(--muted); font-size: .8rem; }
.admin-section { margin-top: 1.5rem; padding: clamp(1.2rem, 3vw, 2.5rem); border: 1px solid var(--line); background: var(--surface); }
.admin-section-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
.admin-section-head h2 { margin: 0; font-family: var(--display); font-size: 1.35rem; }
.admin-help { max-width: 760px; margin: .25rem 0 0; color: var(--muted); font-size: .8rem; }
.admin-help code { color: var(--accent); font-size: .78rem; }
.table-wrap { overflow: auto; }
table { width: 100%; min-width: 760px; border-collapse: collapse; font-size: .86rem; }
th { color: var(--muted); text-align: left; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
th, td { padding: 1rem .8rem; border-bottom: 1px solid var(--line); vertical-align: top; }
td:first-child { display: grid; gap: .18rem; }
td a, .project-admin-list small { color: var(--muted); }
.message-cell { min-width: 250px; max-width: 420px; }
.pill { display: inline-block; padding: .2rem .45rem; border: 1px solid var(--line-strong); color: var(--accent); font-size: .72rem; }
.empty-cell { padding: 3rem !important; color: var(--muted); text-align: center !important; }
.portfolio-admin-grid, .examples-admin-grid { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(400px, 1.3fr); gap: 3rem; }
.upload-form { display: grid; gap: 1rem; align-self: start; }
.upload-form h3 { margin: 0; }
.file-field { padding: 1rem; border: 1px dashed var(--line-strong); }
.file-field input { border: 0; }
.project-admin-list, .example-admin-list { display: grid; gap: .8rem; align-content: start; }
.project-admin-list article { display: grid; grid-template-columns: 100px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); }
.project-admin-list img { width: 100px; height: 70px; object-fit: cover; }
.project-admin-list article > div, .example-admin-list article > div:nth-child(2) { display: grid; }
.danger { border: 0; background: transparent; color: var(--danger); cursor: pointer; }
.slug-field { display: flex; align-items: center; border-bottom: 1px solid #40505a; }
.slug-field span, .upload-form small, .example-admin-list a { color: var(--muted); font-weight: 400; }
.slug-field input { border: 0 !important; }
.example-admin-list a { font-size: .82rem; }
.example-admin-list article { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding-bottom: .8rem; border-bottom: 1px solid var(--line); }
.example-monogram { width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid var(--line-strong); background: var(--surface-2); color: var(--accent); font-size: .72rem; font-weight: 600; letter-spacing: .1em; }
.php-confirm { grid-template-columns: auto 1fr !important; align-items: start; gap: .7rem !important; padding: .85rem; border: 1px solid rgba(255, 171, 82, .35); background: rgba(255, 138, 91, .08); }
.php-confirm input { width: auto !important; margin: .25rem 0 0; padding: 0; }
.php-confirm span { color: #d8c6b9; font-weight: 400; letter-spacing: 0; line-height: 1.4; }

.examples-page { min-height: calc(100vh - 72px); }
.examples-hero { padding: clamp(3.5rem, 7vw, 6.5rem) clamp(1rem, 6vw, 7rem) 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.examples-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); letter-spacing: -.055em; line-height: 1; }
.examples-hero h1 em { color: var(--accent); font-style: normal; }
.examples-hero > p:last-child { max-width: 540px; color: var(--muted); font-size: clamp(.95rem, 1.2vw, 1.1rem); }
.examples-grid { padding: 1.5rem clamp(1rem, 6vw, 7rem) clamp(4rem, 7vw, 7rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.example-card { min-height: 230px; padding: clamp(1.25rem, 2.5vw, 2rem); display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 1.25rem; background: var(--surface); transition: background .2s ease; }
.example-card:hover { background: var(--surface-3); }
.example-index { color: var(--accent); font-size: .7rem; letter-spacing: .16em; }
.example-card > div { align-self: end; }
.example-card h2 { margin: 0; font-family: var(--display); font-size: clamp(1.35rem, 2vw, 2.1rem); letter-spacing: -.04em; line-height: 1.08; }
.example-card p { margin: .75rem 0 0; color: var(--muted); overflow-wrap: anywhere; }
.example-arrow { grid-column: 2; grid-row: 1 / span 2; align-self: end; color: var(--accent); font-size: 1.35rem; }
.examples-empty { min-height: 300px; margin: 1.5rem clamp(1rem, 6vw, 7rem) clamp(4rem, 7vw, 7rem); padding: clamp(1.5rem, 4vw, 3.5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; border: 1px solid var(--line); background: var(--surface); }
.examples-empty h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3.5vw, 3.5rem); letter-spacing: -.045em; line-height: 1.05; }

@media (max-width: 1080px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-system { width: min(78vw, 480px); justify-self: center; margin-top: 1rem; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro .eyebrow { grid-row: auto; }
  .process, .contact { grid-template-columns: 1fr; }
  .process-heading, .contact-copy { position: static; }
  .portfolio-admin-grid, .examples-admin-grid { grid-template-columns: 1fr; }
  .examples-hero { grid-template-columns: 1fr; }
  .examples-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }
  .header-cta { max-width: 145px; text-align: right; line-height: 1.25; }
  .hero { padding-top: 3.5rem; }
  .hero::before { display: none; }
  .hero h1 { font-size: clamp(2.25rem, 10vw, 3.6rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; }
  .hero-actions .text-link { padding-block: .7rem; }
  .capability-line { grid-template-columns: 1fr; gap: .55rem; }
  .hero-system { width: min(88vw, 400px); }
  .statement { padding-block: 3.5rem; }
  .section { padding-block: 3.5rem; }
  .section-intro { margin-bottom: 3rem; }
  .service-item { grid-template-columns: 38px minmax(0, 1fr); gap: 1rem; }
  .service-item:hover { padding-inline: 0; }
  .service-tag { display: none; }
  .portfolio-head { align-items: start; }
  .portfolio-head h2 { font-size: 1.9rem; }
  .project-card { flex-basis: 88vw; }
  .field-row { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  .login-shell { grid-template-columns: 1fr; }
  .login-brand { display: none; }
  .dashboard { padding-block: 2.5rem; }
  .dashboard-title { align-items: start; flex-direction: column; }
  .metric { padding-left: 0; border-left: 0; }
  .admin-section { padding: 1rem; }
  .admin-section-head { align-items: flex-start; flex-direction: column; }
  .project-admin-list article { grid-template-columns: 76px minmax(0, 1fr); }
  .project-admin-list img { width: 76px; height: 60px; }
  .project-admin-list form, .example-admin-list form { grid-column: 2; }
  .example-admin-list article { grid-template-columns: 48px minmax(0, 1fr); }
  .example-monogram { width: 48px; height: 48px; }
  .examples-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 1.3rem; }
  .login-card { padding: 2rem 1.4rem; }
}

@media (max-width: 430px) {
  .brand > span:last-child { display: none; }
  .system-label.right { right: -1%; }
  .choice-row { display: grid; grid-template-columns: 1fr 1fr; }
  .choice-row span { text-align: center; }
  .button { gap: 1rem; }
  .admin-header > div:last-child { gap: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
