/**
 * FlowPartners — skórka landingu i kokpitu twórcy.
 * Źródło projektu: „Flowrolls Program Partnerski.dc.html" (Claude Design),
 * ekrany 1a–1h. Typografia Quicksand, akcent #1B9E55, przyciski #111.
 * Mobile = ten sam DOM + media queries (ekrany 1b/1h).
 */

.fp { font-family: 'Quicksand', ui-sans-serif, system-ui, sans-serif; color: #111; -webkit-font-smoothing: antialiased; line-height: 1.5; }
.fp *, .fp *::before, .fp *::after { box-sizing: border-box; }
.fp h1, .fp h2, .fp h3, .fp p, .fp fieldset, .fp ol { margin: 0; padding: 0; border: 0; }
.fp a { color: #111; }
.fp button { font-family: inherit; cursor: pointer; }

/* ── Typografia i drobiazgi ─────────────────────────────────────────── */
.fp-h1 { font-weight: 800; font-size: clamp(28px, 4vw, 44px); line-height: 1.12; letter-spacing: -0.015em; text-wrap: balance; }
.fp-h2 { font-weight: 800; font-size: clamp(20px, 2.4vw, 24px); letter-spacing: -0.01em; }
.fp-h3 { font-weight: 800; font-size: 19px; }
.fp-kicker { font: 700 10px ui-monospace, Menlo, monospace; letter-spacing: 0.16em; text-transform: uppercase; color: #1B9E55; }
.fp-eyebrow { display: block; font: 700 9.5px ui-monospace, Menlo, monospace; letter-spacing: 0.13em; text-transform: uppercase; color: #9a9a9a; }
.fp-lead { font-size: 15px; color: #555; line-height: 1.7; margin-top: 16px; max-width: 480px; text-wrap: pretty; }
.fp-muted { font-size: 13px; color: #666; line-height: 1.7; }
.fp-muted-s { font-size: 11.5px; color: #8a8a8a; }
.fp-green { color: #1B9E55; }
.fp-red { color: #c0392b; }
.fp-center { display: block; text-align: center; margin-top: 9px; }
.fp-req { color: #E74C3C; }
.fp-opt { font-weight: 600; color: #9a9a9a; }
.fp-mono { font: 600 13px ui-monospace, Menlo, monospace; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fp-error { color: #c0392b; font-size: 11.5px; font-weight: 700; margin-top: 5px; }
.fp-empty { padding: 18px 22px; font-size: 12.5px; color: #777; }

/* ── Karty i przyciski ──────────────────────────────────────────────── */
.fp-card { background: #fff; border: 1px solid #ececec; border-radius: 12px; }
.fp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 8px; padding: 15px 24px; font-weight: 800; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border: none; transition: background .15s, color .15s, border-color .15s; }
.fp .fp-btn-dark { background: #111; color: #fff; }
.fp .fp-btn-dark:hover { background: #2d2d2d; color: #fff; text-decoration: none; }
.fp .fp-btn-outline { background: #fff; color: #111; border: 1px solid #111; }
.fp .fp-btn-outline:hover { background: #111; color: #fff; text-decoration: none; }
.fp .fp-btn-ghost { background: #fff; color: #111; border: 1px solid #d9d9d9; }
.fp .fp-btn-ghost:hover { border-color: #111; text-decoration: none; }
.fp .fp-btn-disabled { background: #c9c9c9; color: #fff; cursor: not-allowed; }
.fp-btn-block { width: 100%; }
.fp-btn-s { padding: 11px 16px; font-size: 10.5px; }
.fp-btn-xs { padding: 8px 12px; font-size: 9.5px; flex: none; }

/* ── Landing (1a/1b) ────────────────────────────────────────────────── */
.fp-landing { max-width: 1152px; margin: 0 auto; }
.fp-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; padding: 44px 0 40px; align-items: center; }
.fp-hero-stats { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.fp-stat-chip { border: 1px solid #ececec; border-radius: 10px; padding: 14px 18px; background: #fff; }
.fp-stat-chip b { display: block; font-weight: 800; font-size: 21px; }
.fp-stat-chip span { font-size: 11px; color: #777; font-weight: 600; margin-top: 2px; display: block; }
.fp-hero-cta { display: flex; gap: 16px; margin-top: 28px; align-items: center; }
.fp-link-underline { font-weight: 800; font-size: 12.5px; text-decoration: underline; text-underline-offset: 3px; }
.fp-hero-media { min-height: 320px; border-radius: 14px; background: repeating-linear-gradient(45deg, #f5f5f5 0 12px, #ececec 12px 24px); }
/* Ze zdjęciem: bez paska w tle, obraz wypełnia kadr i nie rozciąga się. */
.fp-hero-media-foto { background: none; overflow: hidden; }
.fp-hero-media-foto img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; border-radius: 14px; }

.fp-section { padding: 34px 0; }
.fp-section-gray { background: #f8f8f8; border-radius: 16px; padding: 40px 44px; margin: 10px 0; }
.fp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.fp-step { padding: 24px; }
.fp-step h3 { font-weight: 800; font-size: 15.5px; margin-top: 14px; }
.fp-step p { font-size: 12.5px; color: #666; line-height: 1.65; margin-top: 6px; text-wrap: pretty; }
.fp-step-no { width: 34px; height: 34px; border-radius: 50%; background: #111; color: #fff; font-weight: 800; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; }
.fp-step-no-s { width: 24px; height: 24px; font-size: 11px; flex: none; }

.fp-rules { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; margin-top: 20px; }
.fp-rates { overflow: hidden; }
.fp-rates-head { display: flex; justify-content: space-between; padding: 13px 22px; font-weight: 800; font-size: 10px; letter-spacing: 0.11em; text-transform: uppercase; color: #7c7c7c; }
.fp-rates-row { display: flex; justify-content: space-between; padding: 13px 22px; border-top: 1px solid #f1f1f1; font-size: 13px; }
.fp-rates-row span { font-weight: 600; }
.fp-rules-side { display: flex; flex-direction: column; gap: 16px; }
.fp-rule { padding: 18px 22px; flex: 1; }
.fp-rule h3 { font-weight: 800; font-size: 13.5px; }
.fp-rule p { font-size: 11.5px; color: #666; line-height: 1.6; margin-top: 6px; }

.fp-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.fp-faq details { border-bottom: 1px solid #ececec; padding: 14px 2px; }
.fp-faq details:first-of-type { border-top: 1px solid #ececec; margin-top: 18px; }
.fp-faq summary { font-weight: 800; font-size: 13.5px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.fp-faq summary::after { content: '⌄'; font-size: 15px; transition: transform .15s; }
.fp-faq details[open] summary::after { transform: rotate(180deg); }
.fp-faq summary::-webkit-details-marker { display: none; }
.fp-faq details p { font-size: 12.5px; color: #666; line-height: 1.7; margin-top: 10px; text-wrap: pretty; }
.fp-note { background: #f8f8f8; border-radius: 10px; padding: 14px 17px; font-size: 11.5px; color: #555; line-height: 1.65; margin-top: 16px; text-wrap: pretty; }

/* ── Formularz zgłoszenia ───────────────────────────────────────────── */
.fp-apply { border-radius: 14px; box-shadow: 0 10px 34px rgba(0, 0, 0, .06); padding: 28px 30px; }
.fp-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.fp-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fp-row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin-top: 16px; }
.fp-field { margin-top: 16px; }
.fp-field > label, .fp-field > legend { display: block; font-weight: 800; font-size: 11.5px; margin-bottom: 6px; }
.fp-field input[type=text], .fp-field input[type=email], .fp-field input[type=url], .fp-field select { width: 100%; height: 44px; border: 1px solid #dcdcdc; border-radius: 8px; padding: 0 13px; font-size: 13px; font-family: inherit; background: #fff; color: #111; outline: none; }
.fp-field input:focus, .fp-field select:focus { border-color: #111; outline: 2px solid #111; outline-offset: 1px; }
.fp-upper { text-transform: uppercase; }
.fp-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.fp-chip { position: relative; }
.fp-chip input { position: absolute; opacity: 0; inset: 0; }
.fp-chip span { display: inline-flex; align-items: center; height: 36px; padding: 0 15px; border-radius: 99px; border: 1px solid #dcdcdc; background: #fff; color: #444; font-weight: 700; font-size: 11px; cursor: pointer; }
.fp-chip:hover span { border-color: #111; }
.fp-chip input:checked + span { background: #111; border-color: #111; color: #fff; font-weight: 800; }
.fp-chip input:focus-visible + span { outline: 2px solid #111; outline-offset: 1px; }
.fp-type-cards { display: flex; gap: 10px; }
.fp-type-card { position: relative; flex: 1; }
.fp-type-card input { position: absolute; opacity: 0; inset: 0; }
.fp-type-body { display: block; border: 1px solid #dcdcdc; border-radius: 10px; padding: 13px 15px; cursor: pointer; }
.fp-type-card:hover .fp-type-body { border-color: #111; }
.fp-type-card input:checked + .fp-type-body { border: 1.5px solid #111; }
.fp-type-card input:focus-visible + .fp-type-body { outline: 2px solid #111; outline-offset: 1px; }
.fp-type-body b { font-weight: 800; font-size: 12.5px; }
.fp-type-body small { display: block; font-size: 10.5px; color: #777; margin-top: 5px; line-height: 1.5; }
.fp-consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 18px; font-size: 11.5px; line-height: 1.6; color: #333; }
.fp-consent input { width: 19px; height: 19px; margin: 1px 0 0; flex: none; accent-color: #111; }
.fp-consent a { font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.fp-apply .fp-btn-block { margin-top: 18px; }

/* ── Stan 1c ────────────────────────────────────────────────────────── */
.fp-done-wrap { display: flex; justify-content: center; padding: 30px 0; }
.fp-done { max-width: 520px; padding: 40px 42px; text-align: center; box-shadow: 0 10px 34px rgba(0, 0, 0, .08); }
.fp-done-badge { width: 62px; height: 62px; border-radius: 50%; background: #E9F9F0; display: inline-flex; align-items: center; justify-content: center; }
.fp-done .fp-h3 { margin-top: 16px; }
.fp-done .fp-muted { margin-top: 8px; }
.fp-done-steps { text-align: left; background: #f8f8f8; border-radius: 10px; padding: 16px 20px 16px 36px; margin: 20px 0 0; font-size: 12px; color: #444; line-height: 2; }
.fp-done .fp-btn { margin-top: 22px; }

/* ── Kokpit: powłoka (1d) ───────────────────────────────────────────── */
.fp-portal { display: grid; grid-template-columns: 230px 1fr; background: #fbfbfa; border: 1px solid #ececec; border-radius: 12px; overflow: hidden; min-height: 640px; }
.fp-side { background: #fff; border-right: 1px solid #ececec; padding: 22px 0 0; display: flex; flex-direction: column; }
.fp-side-brand { display: flex; align-items: center; gap: 8px; padding: 0 22px 20px; border-bottom: 1px solid #f0f0f0; }
.fp-wordmark { font-family: 'Caveat', cursive; font-size: 19px; font-weight: 700; }
.fp-badge-partner { border: 1.5px solid #111; border-radius: 4px; padding: 1px 5px; font-size: 7.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.fp-side-nav { display: flex; flex-direction: column; gap: 2px; padding: 14px 12px; }
.fp .fp-nav-item { display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 8px; color: #555; font-weight: 700; font-size: 12.5px; text-decoration: none; }
.fp .fp-nav-item:hover { background: #f4f4f4; text-decoration: none; color: #111; }
.fp .fp-nav-item.is-active { background: #111; color: #fff; font-weight: 800; }
.fp-side-user { margin-top: auto; padding: 16px 22px; border-top: 1px solid #f0f0f0; display: flex; align-items: center; gap: 10px; }
.fp-side-user b { display: block; font-weight: 800; font-size: 12px; }
.fp-side-user small { font-size: 10px; color: #9a9a9a; }
.fp-avatar { width: 32px; height: 32px; border-radius: 50%; background: #111; color: #fff; font-weight: 800; font-size: 11px; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.fp-main { padding: 28px 32px 36px; min-width: 0; }
.fp-main-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.fp-period { margin-left: auto; display: flex; border: 1px solid #dcdcdc; border-radius: 8px; overflow: hidden; }
.fp-period a { padding: 9px 14px; font-weight: 700; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; background: #fff; color: #666; text-decoration: none; border-left: 1px solid #dcdcdc; }
.fp-period a:first-child { border-left: none; }
.fp-period a.is-active { background: #111; color: #fff; font-weight: 800; }
.fp-notice { background: #E9F9F0; border: 1px solid #bfe8d0; color: #157a44; border-radius: 10px; padding: 12px 16px; font-weight: 700; font-size: 12.5px; margin-bottom: 16px; }

/* ── Kokpit: statystyki, wykres, tabele ─────────────────────────────── */
.fp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.fp-stat { padding: 18px 20px; }
.fp-stat small { font: 700 9px ui-monospace, Menlo, monospace; letter-spacing: 0.12em; text-transform: uppercase; color: #9a9a9a; }
.fp-stat b { display: block; font-weight: 800; font-size: 26px; margin-top: 8px; }
.fp-stat-sub { display: block; font-size: 10.5px; font-weight: 700; color: #8a8a8a; margin-top: 4px; }
.fp-stat-dark { background: #111; border-color: #111; color: #fff; }
.fp-stat-dark a { display: inline-block; font-size: 10.5px; font-weight: 800; color: #fff; margin-top: 4px; text-decoration: underline; text-underline-offset: 2px; }
.fp-chart { padding: 20px 24px; margin-top: 14px; }
.fp-chart-head { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.fp-chart-head b { font-weight: 800; font-size: 14px; }
.fp-legend { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 700; color: #666; }
.fp-legend i { width: 16px; height: 3px; border-radius: 2px; }
.fp-chart-svg { width: 100%; height: auto; margin-top: 12px; display: block; }
.fp-chart-x { display: flex; justify-content: space-between; font-size: 9.5px; color: #b0b0b0; font-weight: 600; margin-top: 4px; }
.fp-table-card { overflow: hidden; margin-top: 14px; }
.fp-table-title { display: flex; align-items: center; gap: 10px; padding: 15px 22px; flex-wrap: wrap; }
.fp-table-title b { font-weight: 800; font-size: 14px; }
.fp-tr { display: grid; grid-template-columns: 110px 1fr 130px 130px 130px; gap: 14px; align-items: center; padding: 13px 22px; border-top: 1px solid #f1f1f1; font-size: 12.5px; }
.fp-table-4 .fp-tr { grid-template-columns: 120px 1fr 150px 150px; }
.fp-tr:hover { background: #fbfbfb; }
.fp-th { font-weight: 800; font-size: 9.5px; letter-spacing: 0.11em; text-transform: uppercase; color: #7c7c7c; padding: 10px 22px; }
.fp-th:hover { background: transparent; }
.fp-chip-status { display: inline-block; padding: 4px 9px; border-radius: 5px; font-weight: 800; font-size: 9px; letter-spacing: 0.07em; text-transform: uppercase; }

/* ── Kokpit: kod i materiały (1e) ───────────────────────────────────── */
.fp-code-card { padding: 30px 34px; margin-top: 18px; }
.fp-code-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.fp-code-box { display: flex; align-items: center; gap: 14px; border: 2px dashed #111; border-radius: 12px; padding: 20px 24px; margin-top: 12px; }
.fp-code { font: 800 30px ui-monospace, Menlo, monospace; letter-spacing: 0.14em; }
.fp-code-box .fp-btn { margin-left: auto; flex: none; }
.fp-green-note { display: flex; align-items: center; gap: 9px; background: #E9F9F0; border-radius: 8px; padding: 11px 14px; margin-top: 12px; font-weight: 700; font-size: 12px; color: #157a44; }
.fp-link-box { display: flex; align-items: center; gap: 12px; border: 1px solid #e2e2e2; border-radius: 12px; padding: 16px 18px; margin-top: 12px; }
.fp-link-box .fp-btn { margin-left: auto; flex: none; }
.fp-link-box + .fp-muted-s { display: block; margin-top: 12px; line-height: 1.65; }
.fp-materials { padding: 0 0 20px; margin-top: 18px; }
.fp-packs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 0 22px; }
.fp-pack { border: 1px solid #ececec; border-radius: 12px; padding: 16px 18px; display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.fp-pack.is-mine { border: 1.5px solid #111; }
.fp-pack-head { display: flex; align-items: center; gap: 8px; }
.fp-pack-head b { font-weight: 800; font-size: 14px; }
.fp-badge-mine { background: #E9F9F0; color: #1B9E55; border-radius: 4px; padding: 2px 7px; font-weight: 800; font-size: 8.5px; letter-spacing: 0.06em; text-transform: uppercase; }
.fp-tags { background: #f8f8f8; border-radius: 10px; padding: 16px 20px; margin: 16px 22px 0; }
.fp-tags b { font-weight: 800; font-size: 12.5px; }
.fp-tags-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.fp-tag { background: #fff; border: 1px solid #dcdcdc; border-radius: 99px; padding: 10px 16px; font-weight: 700; font-size: 11.5px; }
.fp-tag:hover { border-color: #111; }

/* ── Kokpit: wypłaty (1f) ───────────────────────────────────────────── */
.fp-balance { padding: 26px 30px; margin-top: 18px; max-width: 520px; }
.fp-balance-amount { font-weight: 800; font-size: 34px; margin-top: 8px; }
.fp-progress { height: 7px; border-radius: 99px; background: #efefef; overflow: hidden; margin-top: 14px; }
.fp-progress i { display: block; height: 100%; border-radius: 99px; }
.fp-progress-note { font-weight: 700; font-size: 11px; margin: 6px 0 16px; }
.fp-progress-note.fp-green { color: #1B9E55; }
.fp-progress-note.fp-amber, .fp-amber { color: #B26A00; }
.fp-billing { padding: 0 22px 22px; margin-top: 14px; }
.fp-billing .fp-table-title { padding: 15px 0; }
.fp-seg { display: inline-flex; border: 1px solid #dcdcdc; border-radius: 8px; overflow: hidden; }
.fp-seg-item { position: relative; }
.fp-seg-item input { position: absolute; opacity: 0; inset: 0; }
.fp-seg-item span { display: inline-block; padding: 11px 18px; font-weight: 700; font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; background: #fff; color: #666; cursor: pointer; border-left: 1px solid #dcdcdc; }
.fp-seg-item:first-child span { border-left: none; }
.fp-seg-item input:checked + span { background: #111; color: #fff; font-weight: 800; }
.fp-billing .fp-muted-s { display: block; margin: 10px 0 14px; }

/* ── Stany 1g ───────────────────────────────────────────────────────── */
.fp-portal-locked { display: flex; justify-content: center; padding: 26px 0; }
.fp-pending { max-width: 560px; padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.fp-amber-banner { background: #FFF7E8; border: 1px solid #f3ddb0; border-radius: 10px; padding: 14px 17px; display: flex; gap: 12px; font-size: 12px; color: #7a5200; line-height: 1.65; }
.fp-amber-banner svg { flex: none; margin-top: 1px; }
.fp-locked-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; }
.fp-locked-tile { border: 1px solid #ececec; border-radius: 10px; padding: 16px; position: relative; overflow: hidden; }
.fp-locked-blur { filter: blur(4px); opacity: .45; }
.fp-locked-blur small { font: 700 9px ui-monospace, Menlo, monospace; text-transform: uppercase; color: #9a9a9a; }
.fp-locked-blur b { display: block; font: 800 22px ui-monospace, Menlo, monospace; margin-top: 6px; }
.fp-lock { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.fp-onboarding { padding: 18px 20px; margin-top: 18px; }
.fp-onb-title { font-weight: 800; font-size: 17px; }
.fp-onb-steps { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; }
.fp-onb-step { display: flex; gap: 12px; align-items: center; border: 1px solid #ececec; border-radius: 10px; padding: 13px 15px; }
.fp-onb-step > div { flex: 1; }
.fp-onb-step b { font-size: 12.5px; }
.fp-onb-step small { display: block; font-size: 11px; color: #777; margin-top: 2px; }

/* ── Mobile (1b/1h) ─────────────────────────────────────────────────── */
@media (max-width: 980px) {
	.fp-hero { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
	.fp-hero-media { min-height: 170px; }
	.fp-steps { grid-template-columns: 1fr; }
	.fp-rules { grid-template-columns: 1fr; }
	.fp-bottom { grid-template-columns: 1fr; gap: 28px; }
	.fp-section-gray { padding: 28px 20px; }
	.fp-stats { grid-template-columns: 1fr 1fr; }
	.fp-code-grid { grid-template-columns: 1fr; }
	.fp-row-3 { grid-template-columns: 1fr; }
	.fp-portal { grid-template-columns: 1fr; }
	.fp-side { flex-direction: row; align-items: center; gap: 6px; padding: 10px 12px; border-right: none; border-bottom: 1px solid #ececec; overflow-x: auto; }
	.fp-side-brand { padding: 0 10px 0 0; border-bottom: none; }
	.fp-side-nav { flex-direction: row; padding: 0; }
	.fp-nav-item { padding: 9px 11px; white-space: nowrap; }
	.fp-side-user { margin: 0 0 0 auto; padding: 0 0 0 10px; border-top: none; }
	.fp-side-user div { display: none; }
	.fp-main { padding: 18px 16px 24px; }
	.fp-packs { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	.fp-row-2 { grid-template-columns: 1fr; }
	.fp-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
	.fp-stat b { font-size: 20px; }
	.fp-tr { grid-template-columns: 90px 1fr 110px; }
	.fp-tr span:nth-child(4), .fp-tr span:nth-child(5) { display: none; }
	.fp-table-4 .fp-tr { grid-template-columns: 100px 1fr 110px; }
	.fp-table-4 .fp-tr span:nth-child(4) { display: none; }
	.fp-code { font-size: 24px; }
	.fp-code-box { flex-wrap: wrap; }
	.fp-locked-grid { grid-template-columns: 1fr; }
	.fp-type-cards { flex-direction: column; }
}
