@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";html,body{color:#191919b8;letter-spacing:.16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricprecision;background:#eaeaea;min-height:100%;margin:8px;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:300;line-height:28px}#root{min-height:100%}.dashboard-page{width:100%;min-height:100vh;font:inherit;color:inherit;background:#ececec;animation:.55s cubic-bezier(.22,1,.36,1) both dashboardPageIn;overflow:hidden}.dashboard-shell{box-sizing:border-box;background:#f8f8f5;border-radius:22px;flex-direction:column;width:auto;height:calc(100vh - 32px);margin:16px;padding:18px;display:flex;position:relative;overflow:hidden}.dashboard-header{grid-template-columns:360px minmax(0,1fr) 160px;align-items:start;column-gap:28px;margin-bottom:12px;padding:0;display:grid}.dashboard-header-left{flex-direction:column;gap:4px;min-width:0;display:flex}.dashboard-header h1{color:#151515;margin:0;font-size:10px;font-weight:700;line-height:1.35}.dashboard-subtitle{color:#8a8a84;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:10px;font-weight:500;line-height:1.35;overflow:hidden}.dashboard-header-center{flex-direction:column;align-items:center;gap:8px;min-width:0;display:flex}.dashboard-header-right{justify-content:flex-end;align-items:flex-start;min-width:0;display:flex}.dashboard-back-link{z-index:20;color:#686863;font-size:11px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .18s,opacity .18s;position:absolute;top:20px;right:24px}.dashboard-back-link:hover{color:#151515}.dashboard-back-link:focus-visible{outline-offset:3px;border-radius:3px;outline:2px solid #15151533}.dashboard-status-row{color:#777772;justify-content:center;align-items:center;gap:8px;min-width:0;font-size:10px;font-weight:500;display:flex}.dashboard-export-button,.dashboard-filters button{color:#151515;cursor:pointer;background:#fff;border:1px solid #d8d8d2;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-family:inherit;font-size:10px;font-weight:600;line-height:1.2;transition:background .18s,border-color .18s,transform .18s;display:inline-flex}.dashboard-export-button:hover,.dashboard-filters button:hover{background:#f3f3ef;border-color:#ccccc6}.dashboard-export-button:active,.dashboard-filters button:active{transform:translateY(1px)}.dashboard-export-button:focus-visible,.dashboard-filters button:focus-visible{outline-offset:3px;outline:2px solid #15151533}.dashboard-filters{justify-content:center;align-items:center;gap:8px;min-width:0;margin:0;padding:0;display:flex}.dashboard-filter-tabs{justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;display:flex}.dashboard-filter-divider{color:#c8c8c2;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:11px}.dashboard-filter-button{color:#8a8a84;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:11px;font-weight:600;line-height:1.2;transition:color .18s}.dashboard-filter-button:hover,.dashboard-filter-button.active{color:#151515}.dashboard-filter-button:focus-visible{outline-offset:3px;border-radius:3px;outline:2px solid #15151533}.dashboard-kpi-row{background:#fff;border:1px solid #deded8;border-radius:16px;flex-shrink:0;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:10px;display:grid;overflow:hidden}.dashboard-kpi-card{box-sizing:border-box;background:0 0;border:none;flex-direction:column;justify-content:center;min-width:0;min-height:50px;padding:8px 10px;transition:background .18s,color .18s;display:flex;position:relative}.dashboard-kpi-card:not(:last-child):after{content:"";background:#ecece8;width:1px;height:20px;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.dashboard-kpi-card:hover{background:#fafaf8}.dashboard-kpi-card.active{background:#f7f7f4}.dashboard-kpi-card:focus-visible{z-index:1;outline-offset:-2px;outline:2px solid #1515152e}.dashboard-kpi-header{min-width:0;margin-bottom:2px}.dashboard-kpi-header p,.dashboard-kpi-label{color:#73736d;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:10px;font-weight:600;line-height:1.3;overflow:hidden}.dashboard-kpi-value-row{align-items:center;gap:4px;min-width:0;display:flex}.dashboard-kpi-card strong{color:#151515;white-space:nowrap;text-overflow:ellipsis;min-width:0;margin:0;font-size:10px;font-weight:700;line-height:1.3;overflow:hidden}.dashboard-kpi-change{color:#7a7a75;white-space:nowrap;flex-shrink:0;margin:0;font-size:10px;font-weight:500;line-height:1.3}.dashboard-kpi-badge,.dashboard-kpi-filter{display:none}.dashboard-main-grid{flex:1;grid-template:"insights audience drivers geography"240px"growth growth growth growth"200px"timeline timeline timeline timeline"130px/320px 220px 320px minmax(340px,1fr);gap:14px;min-width:0;min-height:0;transition:grid-template-columns .35s,grid-template-rows .35s;display:grid}.card-growth{grid-area:growth}.card-timeline{grid-area:timeline}.card-drivers{grid-area:drivers}.card-audience{grid-area:audience}.card-geography{grid-area:geography}.card-insights{grid-area:insights}.dashboard-card{z-index:1;box-sizing:border-box;opacity:.92;will-change:transform, grid-column, grid-row, opacity;background:#fff;border:1px solid #e4e4de;border-radius:18px;flex-direction:column;min-width:0;min-height:0;padding:16px;transition:grid-column .35s,grid-row .35s,transform .25s,box-shadow .25s,border-color .25s,opacity .25s,z-index;display:flex;position:relative;overflow:visible}.dashboard-card:hover{z-index:100;border-color:#d5d5cf;transform:translateY(-2px);box-shadow:0 12px 26px #0000000d}.dashboard-card.focused{opacity:1}.dashboard-card.selection-active:not(.focused){opacity:.65}.dashboard-card.hero{background:#fff;border-color:#cfcfc8;transform:scale(1.01);box-shadow:0 20px 38px #0000000f}.dashboard-card.hero:hover{transform:scale(1.01)translateY(-2px)}.dashboard-card.hero .dashboard-card-header h2{font-weight:700}.dashboard-card.hero .dashboard-card-content{padding-top:4px}.dashboard-card-header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;padding:12px 16px 8px;display:flex}.dashboard-card-title{color:#151515;min-width:0;margin:0;font-size:10px;font-weight:650;line-height:1.3}.dashboard-card-subtitle-inline{font-size:inherit;color:#8a8a84;font-weight:450}.dashboard-card-badges{flex-shrink:0;align-items:center;gap:6px;display:flex}.dashboard-card-badge{color:#7d7d77;white-space:nowrap;background:#fafaf8;border:1px solid #e2e2dc;border-radius:999px;justify-content:center;align-items:center;padding:3px 8px;font-size:10px;font-weight:600;line-height:1.2;display:inline-flex}.dashboard-card-badge-focus{color:#fff;background:#151515;border-color:#151515}.dashboard-card-content{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:visible}.dashboard-card-footer{border-top:1px solid #efefea;flex-shrink:0;align-items:center;gap:8px;min-width:0;margin-top:12px;padding-top:10px;font-size:10px;line-height:1.3;display:flex}.dashboard-card-meta-value{color:#8a8a84;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:500;overflow:hidden}.dashboard-card-meta-divider{color:#c5c5bf;flex-shrink:0}.dashboard-chart{flex:1;width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:visible}.dashboard-chart svg{width:100%;height:100%;display:block;overflow:visible}.growth-line{fill:none}.growth-point{transition:opacity .18s,r .18s}.selected-event-line{pointer-events:none}.audience-chart,.drivers-chart,.dashboard-map-chart{flex:1;min-width:0;min-height:0;display:flex;position:relative;overflow:visible}.audience-chart svg,.drivers-chart svg,.dashboard-map-chart svg{width:100%;height:100%;display:block;overflow:visible}.dashboard-tooltip{z-index:9999;-webkit-backdrop-filter:blur(10px);color:#151515;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;will-change:transform, opacity;background:#fffffff7;border:1px solid #e3e3dd;border-radius:12px;width:176px;max-width:176px;padding:8px 10px;font-size:9px;line-height:1.4;animation:.16s dashboardTooltipFade;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 10px 24px #0000000f}.dashboard-tooltip strong{color:#151515;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:9px;font-weight:700;display:block;overflow:hidden}.dashboard-tooltip div:first-of-type{color:#7b7b75;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:9px;font-weight:500;overflow:hidden}.dashboard-tooltip div:not(:first-of-type){color:#666660;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:9px;font-weight:500;overflow:hidden}@keyframes dashboardTooltipFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.insight-panel{flex-direction:column;gap:3px;min-width:0;min-height:0;font-size:10px;display:flex}.insight-header{margin-bottom:3px}.insight-header h3,.insight-block h4{color:#151515;flex-wrap:wrap;align-items:center;gap:4px;margin:0;font-size:10px;font-weight:700;line-height:1.25;display:flex}.insight-divider{color:#b4b4ae;flex-shrink:0;font-weight:400}.insight-description,.insight-value{color:#7b7b75;font-weight:500;line-height:1.3}.insight-block{min-width:0;margin:0 0 5px}.insight-block:last-child{margin-bottom:0}.insight-block h4{margin-bottom:4px}.insight-list{margin:0;padding-left:38px;font-size:10px;list-style-position:outside}.insight-list li{margin:2px 0;padding-left:0;line-height:1.3}.dashboard-onboarding{z-index:10000;animation:.28s both dashboardOnboardingFadeIn;position:fixed;inset:0}.dashboard-onboarding-closing{pointer-events:none;animation:.24s both dashboardOnboardingFadeOut}.dashboard-onboarding-backdrop{-webkit-backdrop-filter:blur(1px);background:#1414121f;position:absolute;inset:0}.dashboard-onboarding-card{-webkit-backdrop-filter:blur(20px);box-sizing:border-box;background:#fffffff7;border:1px solid #dfdfd9f5;border-radius:20px;flex-direction:column;justify-content:space-between;width:340px;min-height:210px;padding:24px;animation:.42s cubic-bezier(.22,1,.36,1) both dashboardOnboardingCardIn;display:flex;position:absolute;top:50%;left:50%;box-shadow:0 24px 64px #00000021}.dashboard-onboarding-closing .dashboard-onboarding-card{animation:.24s both dashboardOnboardingCardOut}.dashboard-onboarding-copy{flex-direction:column;gap:6px;display:flex}.dashboard-onboarding-text{letter-spacing:0;color:#3f3f3b;max-width:292px;margin:0;font-size:11px;font-weight:500;line-height:1.4}.dashboard-onboarding-button{color:#fff;cursor:pointer;background:#151515;border:1px solid #151515;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;margin-top:20px;padding:8px 16px;font-family:inherit;font-size:11px;font-weight:550;line-height:1.3;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex}.dashboard-onboarding-button:hover{background:#30302d;transform:translateY(-1px);box-shadow:0 8px 18px #00000024}.dashboard-onboarding-button:active{transform:translateY(0)}.dashboard-onboarding-button:focus-visible{outline-offset:3px;outline:2px solid #15151547}@keyframes dashboardPageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboardOnboardingFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dashboardOnboardingFadeOut{0%{opacity:1}to{opacity:0}}@keyframes dashboardOnboardingCardIn{0%{opacity:0;transform:translate(-50%,calc(12px - 50%))scale(.985)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes dashboardOnboardingCardOut{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,calc(8px - 50%))scale(.99)}}@media (width<=1280px){.dashboard-page{height:auto;min-height:100vh;overflow:hidden auto}.dashboard-shell{border-radius:20px;height:auto;min-height:calc(100vh - 24px);margin:12px;padding:16px;overflow:visible}.dashboard-header{grid-template-columns:minmax(220px,.8fr) minmax(300px,1.4fr) 120px;column-gap:20px}.dashboard-main-grid{flex:none;grid-template:"insights audience geography"240px"drivers growth growth"220px"timeline timeline timeline"150px/minmax(240px,.9fr) minmax(240px,.9fr) minmax(320px,1.2fr)}}@media (prefers-reduced-motion:reduce){.dashboard-page,.dashboard-onboarding,.dashboard-onboarding-card,.dashboard-onboarding-closing,.dashboard-onboarding-closing .dashboard-onboarding-card,.dashboard-tooltip{animation-duration:.01ms;animation-iteration-count:1}.dashboard-card,.dashboard-kpi-card,.dashboard-export-button,.dashboard-filters button,.dashboard-filter-button,.dashboard-back-link,.dashboard-onboarding-button,.growth-point,.dashboard-main-grid{scroll-behavior:auto;transition-duration:.01ms}}.dashboard-mobile-info{box-sizing:border-box;color:#191919e6;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#eaeaea;justify-content:flex-start;align-items:center;width:auto;min-height:calc(100vh - 16px);padding:20px 12px 28px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:300;line-height:1.7;display:flex}.dashboard-mobile-info__content{flex-direction:column;align-items:center;width:100%;max-width:100%;margin-top:-40px;animation:1.2s ease-out forwards fadeInInfo;display:flex}.dashboard-mobile-preview{aspect-ratio:16/10;background:#fff;border:1px solid #19191914;border-radius:12px;width:min(100vw - 12px,620px);position:relative;overflow:hidden;box-shadow:0 2px 28px #0000000b}.dashboard-mobile-preview__image{object-fit:cover;object-position:center top;transform-origin:50%;filter:none;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block;transform:scale(1.1)}.dashboard-mobile-description{text-align:center;flex-direction:column;align-items:center;gap:4px;margin-top:8px;display:flex}.dashboard-mobile-info__title,.dashboard-mobile-info__subtitle{letter-spacing:.01em;color:#191919e6;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:300;line-height:1.7}.dashboard-mobile-info__subtitle{max-width:28ch}.dashboard-mobile-preview__glass,.dashboard-mobile-preview__fog{display:none}@keyframes fadeInInfo{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px) and (orientation:landscape){.dashboard-mobile-info{padding:8px 16px 12px}.dashboard-mobile-info__content{flex-direction:column;align-items:center;width:100%;margin:12px auto 0;display:flex}.dashboard-mobile-preview{aspect-ratio:16/10;width:352px;max-width:352px}.dashboard-mobile-description{gap:2px;margin-top:10px}.dashboard-mobile-info__title,.dashboard-mobile-info__subtitle{letter-spacing:.01em;color:#191919e6;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.85rem;font-weight:300;line-height:1.5}}:root{--font-size:12pt;--line-height:1.45;--text:#111;--muted:#6f6f6f;--line:#ddd;--bg:#fff;--soft:#f4f4f4}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--font-size);font-weight:300;line-height:var(--line-height);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricprecision}a{color:inherit;text-decoration:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#ececec;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.portfolio{max-width:1780px;min-height:100vh;margin:0 auto;padding:16px 30px 18px;font-size:12px;line-height:1.45}.portfolio-header{margin-top:28px;margin-bottom:30px}.portfolio-header-top{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:4px;display:flex}.portfolio-title{letter-spacing:.02em;font-size:14px;font-weight:700}.portfolio-back-link{color:#666;white-space:nowrap;flex-shrink:0;font-size:12px;line-height:1.45;text-decoration:none;transition:color .18s,opacity .18s}.portfolio-back-link:hover{color:#111}.portfolio-back-link:focus-visible{color:#111;outline-offset:4px;outline:1px solid}.portfolio-services{color:#666;margin-bottom:16px;font-size:12px;line-height:1.4}.portfolio-intro{color:#1f1f1f;max-width:520px;font-size:12px;line-height:1.55}.portfolio-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.project-card{background:#ececec;border:1px solid #00000009;flex-direction:column;padding:14px 16px;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;box-shadow:0 8px 24px #00000005}.project-card:hover{border-color:#0000000f;transform:translateY(-2px);box-shadow:0 12px 30px #00000009}.project-title{letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-weight:600}.project-description{margin-bottom:6px;line-height:1.45}.project-role{color:#9a9a9a;letter-spacing:.04em;margin-bottom:3px;font-weight:600}.project-list{gap:0;margin-bottom:6px;display:grid}.project-list div{line-height:1.35}.project-tags{color:#8d8d8d;margin-top:auto;line-height:1.35}.project-link{color:var(--muted);margin-top:4px;margin-bottom:4px}.project-link a{color:inherit;border-bottom:.5px solid;text-decoration:none}.project-strip{border-top:.5px solid #e4e4e4;gap:6px;margin-top:8px;padding-top:8px;display:flex}.strip-button{aspect-ratio:4/3;cursor:zoom-in;background:#efefef;border:.5px solid #ddd;flex:1;padding:0;transition:transform .18s,box-shadow .18s;overflow:hidden}.strip-button:hover{box-shadow:0 4px 12px #00000014}.strip-image{object-fit:cover;object-position:center center;background:#efefef;width:100%;height:100%;transition:transform .25s;display:block}.strip-button:hover .strip-image{transform:scale(1.05)}.project-single-image{border-top:.5px solid #e4e4e4;justify-content:flex-start;margin-top:8px;padding-top:8px;display:flex}.project-single-image .strip-button{aspect-ratio:4/3;background:0 0;border:none;flex:none;width:68px;margin:0;padding:0;overflow:hidden}.single-image{object-fit:contain;width:100%;height:100%;transition:transform .25s;display:block}.project-single-image .strip-button:hover .single-image{transform:scale(1.03)}.image-overlay{z-index:1000;opacity:0;background:#14120fc2;place-items:center;padding:48px;animation:.32s cubic-bezier(.22,1,.36,1) forwards overlayFadeIn;display:grid;position:fixed;inset:0}.image-overlay.closing{animation:.26s cubic-bezier(.4,0,1,1) forwards overlayFadeOut}.image-overlay-img{object-fit:contain;opacity:0;background:#fff;max-width:90vw;max-height:90vh;animation:.32s cubic-bezier(.22,1,.36,1) forwards overlayImageIn;display:block}.image-overlay.closing .image-overlay-img{animation:.26s cubic-bezier(.4,0,1,1) forwards overlayImageOut}.image-overlay-close{color:#fff;cursor:pointer;opacity:0;background:0 0;border:0;font-size:28px;transition:opacity .2s;animation:.32s cubic-bezier(.22,1,.36,1) forwards overlayFadeIn;position:fixed;top:24px;right:28px}.image-overlay-close:hover{opacity:.7}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes overlayImageIn{0%{opacity:0}to{opacity:1}}@keyframes overlayImageOut{0%{opacity:1}to{opacity:0}}.project-dashboard-image{border-top:.5px solid #e4e4e4;justify-content:flex-start;margin-top:8px;padding-top:8px;display:flex}.project-dashboard-image .strip-button{aspect-ratio:4/3;background:0 0;border:none;flex:none;width:80px;margin:0;padding:0;overflow:hidden}.dashboard-image{object-fit:contain;object-position:center;filter:contrast(1.08)brightness(.98);width:100%;height:100%;transition:transform .25s;display:block;transform:scale(1.12)}.project-dashboard-image .strip-button:hover .dashboard-image{transform:scale(1.16)}@media screen and (width<=900px) and (orientation:portrait){body{overflow-x:hidden}.portfolio{padding:14px 14px 22px}.portfolio-header{margin-top:8px;margin-bottom:22px}.portfolio-header-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.portfolio-title{font-size:13px;line-height:1.4}.portfolio-back-link{white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:12px}.portfolio-services,.portfolio-intro,.project-description{font-size:12px;line-height:1.6}.portfolio-services,.portfolio-intro{max-width:50ch}.project-description{max-width:38ch}.portfolio-grid{grid-template-columns:1fr;gap:14px}.project-card{padding:12px}.project-strip{gap:8px}.project-dashboard-image .strip-button{width:96px}.project-single-image .strip-button{width:84px}.image-overlay{padding:20px}}@media screen and (width<=1100px) and (orientation:landscape){body{overflow-x:hidden}.portfolio{padding:16px 20px 20px}.portfolio-header{margin-top:10px;margin-bottom:24px}.portfolio-header-top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.portfolio-back-link{white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:12px}.portfolio-services,.portfolio-intro,.project-description{font-size:12px;line-height:1.6}.portfolio-intro{max-width:none}.project-description{max-width:38ch}.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.project-card{padding:14px}.project-dashboard-image .strip-button{width:88px}.project-single-image .strip-button{width:76px}.image-overlay{padding:24px}}.gia-image-0{object-fit:contain;object-position:center;box-sizing:border-box;padding:10px}.gia-image-1{object-fit:cover;object-position:center;filter:brightness(1.06)}.gia-image-2{object-fit:contain;object-position:center;padding:0;transform:scale(1.12)}.gia-image-3{object-fit:contain;object-position:center 60%;padding:0}
