/* Product shell and V2 mockup composition. Values use the canonical tokens. */
[hidden] { display: none !important; }
.phone { width: var(--io-phone-max); }
.app-view, .area-view { display: flex; flex: 1; flex-direction: column; min-height: 0; overflow: hidden; }
.app-view { transition: opacity var(--io-duration-base) var(--io-ease), transform var(--io-duration-base) var(--io-ease); }
.app-view.screen-leaving { opacity: 0; transform: translateY(-8px); }
.app-view.screen-entering { opacity: 0; transform: translateY(8px); }
.app-view:focus { outline: none; }
.area-view { color: var(--io-text); font-size: var(--io-type-sm); line-height: var(--io-leading-body); }
.area-view p, .area-view h1, .area-view h2, .area-view h3,
.home-discovery p, .home-discovery h2, .home-discovery h3 { margin: 0; }
:where(.area-view, .home-discovery, .home-quick-replies) button { font: inherit; cursor: pointer; }
.area-view button, .area-view input, .product-detail button { touch-action: manipulation; }
.area-view :focus-visible, .product-ready :focus-visible, .product-detail :focus-visible { outline: var(--io-stroke-focus) solid var(--io-border-focus); outline-offset: var(--io-space-1); }
.product-head { gap: var(--io-space-2); }
.product-head .brand { min-width: 0; gap: var(--io-space-3); }
.product-head h1 { font-size: var(--io-type-lg); font-weight: 500; line-height: var(--io-leading-tight); border-left: var(--io-stroke-hairline) solid var(--io-text); padding-left: var(--io-space-3); white-space: nowrap; }
.product-head h1:focus { outline: none; }
.product-head .wordmark { width: 92px; }
.product-head .account-icon { width: var(--io-tap); height: var(--io-tap); border-color: var(--io-turq-500); }

/* Five destinations from MENU-APROVADO.png; selection is always turquoise. */
.design-icon { display: inline-block; flex: none; width: 24px; height: 24px; background: currentColor; mask: var(--icon-url) center / contain no-repeat; -webkit-mask: var(--icon-url) center / contain no-repeat; }
.icon-home { --icon-url: url("/assets/design-v2/home.svg"); }
.icon-person { --icon-url: url("/assets/design-v2/person.svg"); }
.icon-live { --icon-url: url("/assets/design-v2/live.svg"); }
.icon-sport { --icon-url: url("/assets/design-v2/sport.svg"); }
.icon-do { --icon-url: url("/assets/design-v2/do.svg"); }
.icon-microphone { --icon-url: url("/assets/design-v1/microphone.svg"); }
.icon-send { --icon-url: url("/assets/design-v1/send.svg"); }
.area-nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); flex: 0 0 auto; padding: 8px 6px max(8px, env(safe-area-inset-bottom)); border-top: 1px solid var(--io-border); background: var(--io-canvas); }
.area-nav a { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 52px; min-width: 0; gap: 5px; color: var(--io-nav-inactive); text-decoration: none; font-size: var(--io-type-xs); font-weight: 400; line-height: 1.4; white-space: nowrap; }
.area-nav .design-icon { width: 24px; height: 24px; }
.area-nav a[aria-current] { color: var(--io-turq-700); }
.area-nav a[aria-current] .design-icon { color: var(--io-nav-active); }
.area-nav a:hover { color: var(--io-turq-700); }
.area-nav a:focus-visible { outline-offset: -3px; border-radius: 6px; }
.nav-live-dot, .nav-activity { position: absolute; top: 4px; left: calc(50% + 16px); width: 6px; height: 6px; border-radius: 50%; background: var(--io-live-indicator); }
.nav-activity { display: none; background: var(--io-nav-active); }
.chat-pending [data-area="iollo"] .nav-activity { display: block; }

/* The same composer is inline in large/compact state, docked in minimal. */
.area-scroll { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; padding: 12px 24px 24px; }
.area-dock { flex: 0 0 auto; padding: 8px 24px 10px; background: var(--io-canvas); }
.product-ready .main-composer { flex-shrink: 0; min-height: var(--io-composer-height); margin: 0; padding: 5px 5px 5px 16px; gap: 8px; border: 1px solid var(--io-border); border-radius: 999px; background: var(--io-surface); box-shadow: none; }
.product-ready .main-composer input { min-width: 0; font-size: 16px; }
.product-ready .main-composer input::placeholder { color: var(--io-text-secondary); }
.product-ready .main-composer .mic-button { display: flex; align-items: center; justify-content: center; flex: none; gap: 4px; min-width: 44px; height: 44px; width: auto; padding: 0 12px; border: 1px solid var(--io-nav-active); border-radius: 999px; background: transparent; color: var(--io-turq-700); font-size: 14px; font-weight: 600; }
.product-ready .mic-button .design-icon, .product-ready .mic-button svg { width: 18px; height: 18px; }
.product-ready .main-composer .send { display: grid; place-items: center; width: 44px; height: 44px; background: var(--io-action-primary); color: var(--io-text); box-shadow: var(--io-shadow-control); }
.product-ready .main-composer .send .design-icon { width: 24px; height: 24px; }
.composer-avatar { display: none; }
[data-conversation-state="minimal"] .composer-avatar { display: block; flex: none; width: 36px; height: 36px; }
[data-conversation-state="minimal"] .main-composer { padding-left: 6px; box-shadow: var(--io-shadow-control); }
[data-conversation-state="minimal"] .mic-button span:not(.design-icon) { display: none; }
[data-conversation-state="minimal"] .main-composer .mic-button { padding-inline: 0; width: 44px; }
.conversation-slot { overflow-anchor: none; }
.live-empty { gap: 12px; min-height: 250px; align-content: center; text-align: center; }
.area-status { margin: var(--io-space-2) 0 0 !important; font-size: var(--io-type-xs); color: var(--io-turq-700); }
.area-legal { margin: var(--io-space-2) 0 0 !important; color: var(--io-text-secondary); font-size: var(--io-type-xs); line-height: var(--io-leading-body); text-align: center; }
.area-legal a { color: var(--io-turq-700); }
.product-ready .followup-composer { position: sticky; bottom: 0; z-index: var(--io-z-sticky); margin-top: var(--io-space-4); box-shadow: 0 -8px 0 4px var(--io-canvas); }

/* Shared cards, buttons and editorial hierarchy. */
.product-intro { display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: center; gap: var(--io-space-3); margin-bottom: var(--io-space-5); }
.product-character { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.product-intro p { font-size: var(--io-type-md); line-height: var(--io-leading-body); text-wrap: pretty; }
.product-section { display: grid; gap: var(--io-space-3); margin-top: var(--io-space-6); }
.product-section h2 { font-size: var(--io-type-lg); font-weight: 700; line-height: var(--io-leading-tight); letter-spacing: var(--io-tracking-tight); }
.product-section-head { display: flex; align-items: center; justify-content: space-between; gap: var(--io-space-2); }
.product-section-head h2 { flex: 1; }
.product-section-head > button { flex: 0 0 auto; }
.product-label { color: var(--io-accent-text); font-size: var(--io-type-xs); line-height: var(--io-leading-tight); font-weight: 700; letter-spacing: var(--io-tracking-label); text-transform: uppercase; }
.product-meta, .product-example { color: var(--io-text-secondary); font-size: var(--io-type-xs); line-height: var(--io-leading-body); }
.product-example { margin-top: var(--io-space-2) !important; }
.product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: var(--io-space-2); }
.product-button { display: inline-flex; align-items: center; justify-content: center; gap: var(--io-space-2); min-height: var(--io-tap); padding: var(--io-space-2) var(--io-space-3); border: var(--io-stroke-hairline) solid var(--io-gold-500); border-radius: var(--io-radius-md); background: transparent; color: var(--io-text); font-size: var(--io-type-sm); font-weight: 600; line-height: 1.25; text-decoration: none; cursor: pointer; }
.product-button svg { flex: none; width: var(--io-icon-md); height: var(--io-icon-md); }
.product-button.primary { background: var(--io-action-primary); border-color: var(--io-gold-500); color: var(--io-action-primary-text); }
.product-button.quiet { border-color: var(--io-border); font-size: var(--io-type-xs); }
.product-button.text, .product-text-button { min-height: var(--io-tap); padding: var(--io-space-1) 0; border: 0; background: transparent; color: var(--io-turq-700); font-size: var(--io-type-xs); text-decoration: underline; text-underline-offset: var(--io-space-1); cursor: pointer; }
.product-button:hover { filter: brightness(.97); }
.product-button[aria-pressed="true"] { border-color: var(--io-accent-text); background: var(--io-accent-soft); color: var(--io-accent-text); }
.product-media { position: relative; min-height: 248px; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; border-radius: var(--io-radius-lg); background: var(--io-ink-800); color: var(--io-white); box-shadow: var(--io-shadow-card); }
.product-media > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-media::after { content: ''; position: absolute; z-index: -1; inset: 0; background: var(--io-gradient-media); }
.product-media-copy { display: grid; width: 100%; gap: var(--io-space-2); padding: var(--io-space-4); }
.product-media h2 { font-size: var(--io-type-xl); font-weight: 800; line-height: var(--io-leading-tight); letter-spacing: var(--io-tracking-tight); }
.product-media p { font-size: var(--io-type-sm); }
.product-media .product-actions { margin-top: var(--io-space-1); }
.product-media .product-actions > button { flex: 1; }
.product-media .product-button.secondary { color: var(--io-gold-300); background: var(--io-sports-scrim-soft); }
.product-badge { display: inline-flex; align-items: center; width: fit-content; padding: var(--io-space-1) var(--io-space-2); border: var(--io-stroke-hairline) solid var(--io-gold-500); border-radius: var(--io-radius-pill); background: var(--io-sports-scrim-soft); color: var(--io-gold-300); font-size: var(--io-type-xs); font-weight: 600; line-height: 1.25; }
.product-media-top { position: absolute; top: var(--io-space-4); left: var(--io-space-4); }

/* Para ti. */
.product-filters { display: flex; gap: var(--io-space-4); overflow-x: auto; scrollbar-width: none; margin-top: var(--io-space-4); border-bottom: var(--io-stroke-hairline) solid var(--io-border); }
.product-filters button { flex: none; min-height: var(--io-tap); padding: var(--io-space-2) 0; border: 0; border-bottom: var(--io-stroke-focus) solid transparent; background: transparent; color: var(--io-text-secondary); font-size: var(--io-type-xs); font-weight: 700; }
.product-filters button[aria-pressed="true"] { color: var(--io-turq-700); border-bottom-color: var(--io-turq-500); }
.editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--io-space-3); }
.editorial-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-surface-soft); box-shadow: var(--io-shadow-card); }
.editorial-card > img { display: block; width: 100%; height: 116px; object-fit: cover; }
.editorial-copy { display: flex; flex: 1; flex-direction: column; gap: var(--io-space-2); padding: var(--io-space-3); }
.editorial-copy h3 { font-size: var(--io-type-md); line-height: var(--io-leading-tight); letter-spacing: var(--io-tracking-tight); }
.editorial-copy .product-actions { margin-top: auto; }
.editorial-copy .product-button { flex: 1; padding-inline: var(--io-space-2); font-size: var(--io-type-xs); }
.editorial-wide { grid-column: 1 / -1; position: relative; min-height: 240px; isolation: isolate; color: var(--io-white); }
.editorial-wide > img { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.editorial-wide::after { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--io-gradient-media); }
.editorial-wide .editorial-copy { justify-content: flex-end; padding: var(--io-space-4); }
.editorial-wide .product-label { color: var(--io-gold-300); }
.editorial-wide h3 { max-width: 16ch; font-size: var(--io-type-xl); }
.editorial-wide .product-actions { margin-top: var(--io-space-2); }
.editorial-wide .product-button { flex: 0 1 auto; color: var(--io-gold-300); font-size: var(--io-type-sm); }
.product-save { display: grid; flex: none; place-items: center; width: var(--io-tap); height: var(--io-tap); padding: 0; background: transparent; border: var(--io-stroke-hairline) solid var(--io-border); color: var(--io-turq-700); border-radius: var(--io-radius-md); }
.product-save svg { width: var(--io-icon-md); height: var(--io-icon-md); }
.product-save[aria-pressed="true"] { background: var(--io-turq-100); color: var(--io-turq-700); }
.editorial-wide .product-save { border-color: var(--io-gold-500); color: var(--io-gold-300); }
.editorial-wide .product-save[aria-pressed="true"] { background: var(--io-gold-300); color: var(--io-ink-950); }
.product-empty { padding: var(--io-space-5); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-md); color: var(--io-text-secondary); }
.product-now { padding: var(--io-space-4); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-surface-soft); }
.product-now h2 { margin: var(--io-space-2) 0; }

/* Desporto: first visit + persistent dashboard. */
.sports-setup { display: grid; justify-items: center; gap: var(--io-space-5); text-align: center; padding: var(--io-space-4) 0; }
.sports-setup > .product-character { width: 200px; }
.sports-setup h2 { font-size: var(--io-type-xl); line-height: var(--io-leading-tight); }
.sports-setup > p { font-size: var(--io-type-md); }
.sports-setup > .product-meta { font-size: var(--io-type-xs); }
.product-choices { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--io-space-2); }
.sports-setup [data-sports-modalities] { display: grid; gap: var(--io-space-4); justify-items: center; }
.sports-setup h3 { font-size: var(--io-type-md); font-weight: 600; }
.sports-other { display: grid; width: 100%; gap: var(--io-space-2); text-align: left; }
.sports-other > div { display: flex; gap: var(--io-space-2); }
.sports-other input { min-width: 0; width: 100%; border: var(--io-stroke-hairline) solid var(--io-border-control); border-radius: var(--io-radius-sm); padding: var(--io-space-2); font: inherit; }
.match-hero { min-height: 260px; }
.match-context { color: var(--io-gold-300); }
.product-list { overflow: hidden; border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-surface-soft); }
.product-row { display: flex; align-items: center; gap: var(--io-space-2); min-height: 80px; padding: var(--io-space-3); }
.product-row + .product-row { border-top: var(--io-stroke-hairline) solid var(--io-border); }
.product-row > div, .product-row > h3 { flex: 1; min-width: 0; }
.product-row h3 { font-size: var(--io-type-sm); font-weight: 500; line-height: var(--io-leading-body); }
.product-row .product-button { flex: none; font-size: var(--io-type-xs); padding-inline: var(--io-space-2); }
.product-symbol { display: grid; place-items: center; width: var(--io-tap); height: var(--io-tap); flex: none; background: var(--io-gold-100); color: var(--io-gold-700); border-radius: var(--io-radius-round); }
.product-symbol svg { width: var(--io-icon-lg); height: var(--io-icon-lg); }
.product-symbol.teal { background: var(--io-turq-100); color: var(--io-turq-700); }
.match-list { overflow: hidden; border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); }
.match-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) var(--io-icon-md); align-items: center; width: 100%; min-height: 60px; gap: var(--io-space-2); padding: var(--io-space-3); border: 0; background: var(--io-surface-soft); text-align: left; }
.match-row + .match-row { border-top: var(--io-stroke-hairline) solid var(--io-border); }
.match-row > span { color: var(--io-text-secondary); font-size: var(--io-type-xs); }
.match-row strong { font-size: var(--io-type-sm); font-weight: 600; }
.match-versus { color: var(--io-text-secondary); margin-inline: var(--io-space-1); }
.match-row svg { width: var(--io-icon-md); height: var(--io-icon-md); }
.club-card { display: grid; grid-template-columns: var(--io-tap) minmax(0, 1fr); gap: var(--io-space-3); padding: var(--io-space-4); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-surface-soft); }
.club-card h3 { font-size: var(--io-type-md); }
.club-card p { color: var(--io-text-secondary); font-size: var(--io-type-xs); }
.club-card .product-actions { grid-column: 1 / -1; }
.club-card .product-actions > button { flex: 1; }

/* Fazer: a coherent workspace, not a numbered menu. */
.fazer-intro { grid-template-columns: 112px minmax(0, 1fr); }
.plan-card { display: grid; grid-template-columns: 92px minmax(0, 1fr); align-items: start; gap: var(--io-space-3); padding: var(--io-space-3); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-surface-soft); box-shadow: var(--io-shadow-card); }
.plan-photo { width: 100%; height: 210px; object-fit: cover; object-position: 63% center; border-radius: var(--io-radius-md); }
.plan-copy { display: grid; gap: var(--io-space-2); }
.plan-copy .product-label { color: var(--io-turq-700); }
.plan-copy h2 { font-size: var(--io-type-xl); line-height: var(--io-leading-tight); letter-spacing: var(--io-tracking-tight); }
.plan-copy > p { color: var(--io-text-secondary); font-size: var(--io-type-sm); }
.plan-card .product-actions { grid-column: 1 / -1; }
.plan-card .product-actions > button { flex: 1; }
.plan-card progress { display: block; appearance: none; width: 100%; height: var(--io-progress-height); overflow: hidden; border: 0; border-radius: var(--io-radius-round); background: var(--io-surface-sunk); }
.plan-card progress::-webkit-progress-bar { background: var(--io-surface-sunk); }
.plan-card progress::-webkit-progress-value { background: var(--io-turq-500); border-radius: var(--io-radius-round); }
.plan-card progress::-moz-progress-bar { background: var(--io-turq-500); }
.plan-checklist { display: grid; gap: 0; }
.plan-checklist label { display: flex; align-items: center; min-height: var(--io-tap); gap: var(--io-space-2); cursor: pointer; font-size: var(--io-type-xs); }
.plan-checklist input { appearance: none; display: grid; place-content: center; width: var(--io-icon-md); height: var(--io-icon-md); flex: none; margin: 0; border: var(--io-stroke-hairline) solid var(--io-border-control); border-radius: var(--io-radius-round); }
.plan-checklist input:checked { background: var(--io-turq-500); border-color: var(--io-turq-700); }
.plan-checklist input:checked::after { content: ''; width: 9px; height: 5px; border: solid var(--io-ink-950); border-width: 0 0 2px 2px; transform: translateY(-1px) rotate(-45deg); }
.plan-checklist input:checked + span { text-decoration: line-through; color: var(--io-text-secondary); }
.task-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--io-space-3); }
.task-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: var(--io-space-2); padding: var(--io-space-3); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-surface-soft); text-align: left; }
.task-card strong { font-size: var(--io-type-md); line-height: var(--io-leading-tight); }
.task-card > span:not(.product-symbol):not(.task-arrow) { color: var(--io-text-secondary); font-size: var(--io-type-sm); }
.task-card .product-symbol { color: var(--io-turq-700); background: var(--io-turq-100); }
.task-card:nth-child(odd) .product-symbol { color: var(--io-gold-700); background: var(--io-gold-100); }
.task-arrow { display: grid; place-items: center; align-self: flex-end; width: var(--io-icon-xl); height: var(--io-icon-xl); margin-top: auto; border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-round); }
.task-arrow svg { width: var(--io-icon-md); height: var(--io-icon-md); }
.task-card:hover { border-color: var(--io-gold-500); }

/* Home — measured composition: welcome → composer → replies → resume → stories. */
.product-ready .head { min-height: 58px; padding: 16px 26px 8px; }
.product-ready .wordmark { width: 80px; height: auto; }
.product-ready .head .account-pill { min-height: 44px; padding: 6px 13px; border: 1px solid var(--io-border); border-radius: 999px; color: var(--io-text-secondary); font-size: 13px; font-weight: 500; }
.product-head .brand { gap: 8px; }
.product-head .brand h1 { font-size: 17px; }
.product-ready .main-home { overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; overflow-anchor: none; justify-content: flex-start; align-items: stretch; gap: 12px; padding: 0 26px 24px; }
.product-ready .main-home > * { flex: 0 0 auto; }
.home-welcome { display: grid; justify-items: center; gap: 4px; position: relative; text-align: center; }
.product-ready .main-mascot { position: relative; width: 132px; height: 116px; margin: 0 0 5px; isolation: isolate; }
.product-ready .main-mascot::after { content: ''; position: absolute; z-index: -1; left: 18%; right: 14%; bottom: 5%; height: 11%; border-radius: 50%; background: radial-gradient(ellipse, #efbb48a6, #ffd56c38 50%, transparent 72%); filter: blur(4px); }
.product-ready .main-greeting { margin: 0; font-size: 22px; font-weight: 800; line-height: 1.24; letter-spacing: -.04em; }
.product-ready .main-question { margin: 0; font-size: 18px; font-weight: 500; line-height: 1.4; }
.home-quick-replies { display: grid; grid-template-columns: repeat(2, minmax(0, max-content)); justify-content: center; gap: 8px; padding-top: 0; }
.home-quick-replies .product-button { min-height: 44px; font-size: 13px; font-weight: 400; padding: 8px 14px; border-color: var(--io-border); border-radius: 999px; }
.home-quick-replies .product-button:first-child { grid-column: 1 / -1; justify-self: center; }
.home-skip { align-self: center; min-height: 44px; margin: -8px 0 0; color: var(--io-text-secondary); text-decoration: none; }
.home-discovery { margin-top: 4px; gap: 12px; }
.home-discovery h2, .main-home .product-section h2 { font-size: 15px; font-weight: 600; letter-spacing: -.025em; }
.home-update { display: grid; grid-template-columns: minmax(68px, 1fr) minmax(0, 3fr); gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--io-border); }
.home-update:last-child { padding-bottom: 0; border: 0; }
.home-update-context { display: flex; flex-direction: column; align-items: flex-start; }
.home-update-context .product-character { width: 70px; height: 70px; object-fit: contain; }
.home-update-context p { font-size: 13px; font-weight: 400; line-height: 1.45; overflow-wrap: anywhere; }
.home-update .product-button { font-size: 13px; min-height: 44px; border-radius: 999px; padding: 7px 12px; width: fit-content; }
.home-meta { border-top: 1px solid var(--io-border); padding-top: 12px; }
.home-meta .usage-chip { display: block; width: fit-content; margin: 0 auto 8px; padding: 0; border: 0; background: transparent; font-size: 13px; font-weight: 400; }
.product-ready .main-home .guest-note { margin-top: 8px; padding: 12px; font-size: 13px; font-weight: 400; }
.product-ready .main-home .link-button { font-size: 13px; min-height: 44px; }
.product-resume-slot:empty { display: none; }
.product-resume-slot .product-section { grid-template-columns: minmax(0, 1fr); margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--io-border); gap: 8px; }
.product-resume { min-width: 0; width: 100%; display: flex; align-items: center; gap: 12px; padding: 8px; border: 1px solid var(--io-border); border-radius: 12px; background: transparent; }
.product-resume .character-art { width: 52px; height: 52px; flex: none; border-right: 1px solid var(--io-border); padding-right: 8px; }
.product-resume > div { min-width: 0; flex: 1; }
.product-resume h3 { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 13px; font-weight: 600; }
.product-resume p { margin: 4px 0 0; font-size: 13px; color: var(--io-text-secondary); }
.product-resume .product-button { min-height: 44px; font-size: 13px; border-radius: 999px; padding: 6px 12px; color: var(--io-gold-700); }

/* An accessible detail sheet keeps the illustrative card honest and actionable. */
.product-detail { position: fixed; inset: auto 0 var(--io-space-5); width: min(calc(100% - 32px), 400px); max-height: calc(100dvh - 40px); overflow-y: auto; padding: 0; border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-canvas); color: var(--io-text); box-shadow: var(--io-shadow-overlay); font-family: var(--io-font); }
.product-detail::backdrop { background: var(--io-scrim); }
.product-detail > img { display: block; width: 100%; height: 200px; object-fit: cover; }
.product-detail-close { position: absolute; right: var(--io-space-3); top: var(--io-space-3); display: grid; place-items: center; width: var(--io-tap); height: var(--io-tap); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-round); background: var(--io-canvas); cursor: pointer; }
.product-detail-close svg { width: var(--io-icon-lg); height: var(--io-icon-lg); }
.product-detail-copy { display: grid; gap: var(--io-space-4); padding: var(--io-space-5); }
.product-detail-copy h2 { margin: 0; font-size: var(--io-type-xl); line-height: var(--io-leading-tight); }
.product-detail-copy p { margin: 0; font-size: var(--io-type-md); line-height: var(--io-leading-body); }

@media (max-width: 430px) {
  .stage { min-height: var(--io-viewport-height, 100dvh); padding: 0; }
  .phone { width: 100%; min-height: 0; height: var(--io-viewport-height, 100dvh); border-radius: 0; box-shadow: none; }
  .product-ready .head { padding-top: max(var(--io-space-4), env(safe-area-inset-top)); }
  .product-ready .main-composer input { font-size: 16px; }
}
@media (max-width: 360px) {
  .area-scroll, .product-ready .main-home { padding-inline: var(--io-space-3); }
  .product-head { padding-inline: var(--io-space-3); }
  .product-head .wordmark { width: 80px; }
  .product-head h1 { font-size: var(--io-type-md); }
  .area-dock { padding-inline: var(--io-space-2); }
  .product-ready .main-composer { padding-left: 12px; gap: 6px; }
  .product-ready .main-composer .mic-button { padding-inline: 8px; }
  .product-ready .main-home { padding-inline: 18px; }
  .product-intro { grid-template-columns: 76px minmax(0,1fr); }
  .product-intro p { font-size: var(--io-type-sm); }
  .editorial-copy .product-actions { gap: var(--io-space-1); }
  .editorial-card:not(.editorial-wide) .product-save { width: 100%; }
  .home-update { grid-template-columns: minmax(68px, 1fr) minmax(0, 3fr); gap: 12px; }
  .plan-card { grid-template-columns: 76px minmax(0,1fr); }
}
@media (max-height: 560px) {
  .phone { min-height: 0; }
  .area-legal { display: none; }
  .product-ready .head { min-height: 60px; padding-block: var(--io-space-2); }
  .area-dock { padding-block: var(--io-space-2); }
}
@media (prefers-reduced-motion: reduce) { .app-view { transition: none; } }

.product-ready .beta-chip, .product-ready .account-pill { font-size: var(--io-type-xs); }
.match-hero .product-actions, .plan-card > .product-actions { display: grid; grid-template-columns: 1.25fr .75fr; align-items: stretch; }
.product-ready .main-composer .mic-button, .product-button, .product-save { transition: background var(--io-duration-fast) var(--io-ease), border-color var(--io-duration-fast) var(--io-ease); }
@media (forced-colors: active) {
  .plan-checklist input { appearance: auto; }
  .plan-checklist input::after { display: none; }
}

.match-row { grid-template-columns: 48px minmax(0, 1fr) 12px minmax(0, 1fr) 16px; gap: var(--io-space-1); }
.match-row .match-team { display: flex; align-items: center; justify-content: flex-end; gap: var(--io-space-1); min-width: 0; color: var(--io-text); }
.match-row .match-team.away { justify-content: flex-start; }
.match-row strong { overflow: hidden; text-overflow: ellipsis; font-size: var(--io-type-xs); }
.match-row .match-time { font-size: var(--io-type-xs); line-height: 1.25; }
.team-mark { flex: none; width: 16px; height: 16px; border-radius: var(--io-radius-round); border: 2px solid var(--io-surface); box-shadow: 0 0 0 1px var(--io-border); }
.team-mark.benfica { background: var(--io-team-benfica); }
.team-mark.porto { background: var(--io-team-porto); }
.team-mark.sporting { background: var(--io-team-sporting); }
.team-mark.braga { background: var(--io-team-braga); }
.match-row .match-versus { margin: 0; text-align: center; }

/* Profile overview and saved collection follow the V2 profile mockups. */
.profile-intro { grid-template-columns: 104px minmax(0, 1fr); }
.profile-intro .character-art { width: 104px; height: 104px; }
.profile-intro > div { display: grid; gap: var(--io-space-2); }
.profile-intro p, .profile-page-intro p { text-wrap: pretty; }
.profile-menu { overflow: hidden; border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-surface-soft); }
.profile-row { display: flex; align-items: center; gap: var(--io-space-3); width: 100%; padding: var(--io-space-4); border: 0; border-bottom: var(--io-stroke-hairline) solid var(--io-border); background: transparent; text-align: left; color: var(--io-text); }
.profile-row:last-child { border-bottom: 0; }
.profile-row > span:nth-child(2) { display: grid; gap: var(--io-space-1); flex: 1; min-width: 0; }
.profile-row strong { font-size: var(--io-type-md); font-weight: 600; }
.profile-row small { font-size: var(--io-type-xs); line-height: var(--io-leading-body); color: var(--io-text-secondary); }
.profile-row > svg { flex: none; width: var(--io-icon-md); height: var(--io-icon-md); color: var(--io-gold-700); }
.profile-symbol { display: grid; place-items: center; width: var(--io-avatar-md); height: var(--io-avatar-md); flex: none; border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-round); background: var(--io-surface); color: var(--io-turq-700); }
.profile-symbol svg { width: var(--io-icon-lg); height: var(--io-icon-lg); }
.profile-callout, .profile-empty { display: grid; gap: var(--io-space-4); padding: var(--io-space-5); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); background: var(--io-accent-soft); }
.profile-callout p, .profile-empty p { font-size: var(--io-type-sm); }
.profile-callout h2, .profile-empty h3 { font-size: var(--io-type-lg); }
.profile-empty { justify-items: start; background: var(--io-surface-soft); }
.profile-saved-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--io-space-3); }
.profile-saved-grid .editorial-card { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 330px; color: var(--io-white); background: var(--io-ink-800); }
.profile-saved-grid .editorial-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.profile-saved-grid .editorial-card::after { content: ''; position: absolute; z-index: -1; inset: 0; background: var(--io-gradient-media), linear-gradient(var(--io-sports-scrim-soft), var(--io-sports-scrim-soft)); }
.profile-saved-grid .editorial-copy { width: 100%; min-width: 0; justify-content: end; background: transparent; }
.profile-saved-grid .editorial-copy h3 { font-size: var(--io-type-md); }
.profile-saved-grid .product-label { color: var(--io-gold-300); }
.profile-saved-grid .product-actions { flex-direction: column; align-items: stretch; }
.profile-saved-grid .product-button, .profile-saved-grid .product-save { color: var(--io-gold-300); border-color: var(--io-gold-500); background: var(--io-sports-scrim-soft); }
.profile-saved-grid .editorial-copy .product-actions { margin-top: var(--io-space-2); }
.profile-saved-grid .product-save { position: absolute; top: var(--io-space-2); right: var(--io-space-2); width: var(--io-tap) !important; height: var(--io-tap); border-radius: var(--io-radius-md); }
.profile-saved-grid .editorial-copy .product-meta { color: var(--io-white); font-size: var(--io-type-xs); }
.profile-page-intro { display: grid; gap: var(--io-space-2); margin-bottom: var(--io-space-5); }
.profile-page-intro h2 { font-size: var(--io-type-xl); }
.profile-preferences { display: grid; gap: var(--io-space-5); }
.profile-preferences fieldset { min-width: 0; display: grid; gap: var(--io-space-3); margin: 0; padding: var(--io-space-4); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-lg); }
.profile-preferences legend { padding-inline: var(--io-space-2); font-size: var(--io-type-lg); font-weight: 700; }
.profile-choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--io-space-2); }
.profile-choice { display: flex; align-items: center; min-height: var(--io-tap); gap: var(--io-space-2); font-size: var(--io-type-sm); cursor: pointer; }
.profile-choice input { width: 20px; height: 20px; flex: none; margin: 0; accent-color: var(--io-turq-700); }
.profile-field { display: grid; gap: var(--io-space-2); font-size: var(--io-type-sm); }
.profile-field input, .profile-field select { width: 100%; min-width: 0; min-height: var(--io-tap); box-sizing: border-box; padding: var(--io-space-2) var(--io-space-3); border: var(--io-stroke-hairline) solid var(--io-border); border-radius: var(--io-radius-md); background: var(--io-surface); color: var(--io-text); font: inherit; font-size: 16px; }
.profile-sync { display: grid; gap: var(--io-space-2); padding: var(--io-space-3); margin-bottom: var(--io-space-4); border: var(--io-stroke-hairline) solid var(--io-gold-500); border-radius: var(--io-radius-md); font-size: var(--io-type-xs); background: var(--io-surface-soft); }
.profile-sync .product-button { justify-self: start; }
.area-view button:disabled { cursor: wait; opacity: .55; }
@media (max-width: 360px) {
  .profile-intro { grid-template-columns: 76px minmax(0,1fr); }
  .profile-intro .character-art { width: 76px; height: 76px; }
  .profile-row { padding: var(--io-space-3); gap: var(--io-space-2); }
  .profile-preferences fieldset { padding: var(--io-space-3); }
  .profile-choice-grid { column-gap: var(--io-space-1); }
  .profile-choice { font-size: var(--io-type-xs); }
}

/* Persistent Fazer plans reuse the approved card, checklist and form styles. */
.user-plan { display:block; margin-block:16px; }
.user-plan .plan-copy { min-width:0; }
.user-plan h3 { font-size:22px; overflow-wrap:anywhere; }
.user-plan .product-actions { display:flex; flex-wrap:wrap; margin-top:16px; }
.user-plan .plan-checklist span { overflow-wrap:anywhere; }
.user-plan .plan-checklist input:checked + span { text-decoration:line-through; }
.plans-workspace > .product-actions { justify-content:space-between; flex-wrap:wrap; }
.plan-editor { margin-block:16px; }
.plan-edit-step { display:flex; align-items:end; gap:8px; margin-bottom:12px; }
.plan-edit-step label { flex:1; min-width:0; }
.plan-edit-step input { width:100%; box-sizing:border-box; }

.answer-plan { min-height:44px; margin-top:8px; border:1px solid var(--io-turq-700); border-radius:14px; padding:8px 14px; background:transparent; color:var(--io-turq-700); font:600 13px "Plus Jakarta Sans",sans-serif; cursor:pointer; }
.answer-plan:focus-visible { outline:3px solid var(--io-turq-700); outline-offset:3px; }
.chat-plan-dialog { box-sizing:border-box; width:min(520px,calc(100% - 24px)); max-height:calc(100dvh - 32px); overflow:auto; }
.chat-plan-dialog .profile-preferences { margin:0; }
.chat-plan-dialog h2 { margin-top:0; }
.chat-plan-dialog details { margin-block:12px; }
.chat-plan-dialog summary { min-height:44px; cursor:pointer; }
.chat-plan-source { white-space:pre-wrap; overflow-wrap:anywhere; font-size:13px; max-height:220px; overflow:auto; }
.chat-plan-dialog { padding:var(--io-space-5); }
.chat-plan-dialog .profile-preferences { gap:var(--io-space-3); }
.chat-plan-dialog h2 { margin:0; font-size:var(--io-type-xl); line-height:var(--io-leading-tight); }
.chat-plan-dialog p { margin:0; font-size:var(--io-type-sm); line-height:var(--io-leading-body); }
.chat-plan-dialog details { margin:0; }
.chat-plan-dialog .product-actions { position:sticky; bottom:calc(-1 * var(--io-space-5)); padding-block:var(--io-space-3); background:var(--io-canvas); }
.chat-plan-dialog .plan-edit-step { margin-bottom:var(--io-space-2); }

[data-editorial-root] > .product-actions { justify-content:space-between; align-items:center; flex-wrap:wrap; }
.real-editorial-grid .editorial-card { position:relative; }
.real-editorial-grid .editorial-wide { min-height:340px; background:var(--io-ink-800); }
.real-editorial-grid .editorial-wide .editorial-copy { padding-top:100px; }
.real-editorial-grid .editorial-wide .product-meta { color:var(--io-white); }
.real-editorial-grid .editorial-copy h3 { overflow-wrap:anywhere; }
.real-editorial-grid .product-actions { flex-wrap:wrap; }
.real-editorial-grid .product-button { text-decoration:none; }
.real-editorial-grid .editorial-wide .product-button.primary { color:var(--io-ink-800); }
.real-editorial-grid .editorial-no-image { height:60px; background:var(--io-surface-soft); border-bottom:1px solid var(--io-border); }
.real-editorial-grid .editorial-wide .editorial-no-image { display:none; }
.real-editorial-grid .editorial-wide.image-unavailable .editorial-copy { padding-top:24px; }

.editorial-source-status summary { min-height:44px; cursor:pointer; display:flex; align-items:center; }
.editorial-source-status p { margin:0 0 12px; }
[data-editorial-more] { margin-top:16px; }
.real-editorial-grid .editorial-wide:has(.editorial-no-image) .editorial-copy { padding-top:24px; }

.saved-real-articles .profile-empty > svg { width:32px; height:32px; color:var(--io-turq-700); }
.profile-saved-grid .saved-article-card .editorial-copy { padding-top:100px; }
.profile-saved-grid .saved-article-card .product-actions { flex-wrap:wrap; }
.profile-saved-grid .saved-article-card .product-button { flex:1 1 100%; }
.profile-saved-grid .saved-article-card .product-button.quiet { color:var(--io-white); }

.saved-real-articles .profile-saved-grid { grid-template-columns:1fr; }
.saved-real-articles .saved-article-card h3 { font-size:var(--io-type-lg); }
.saved-real-articles .saved-article-card .product-actions { display:flex; }
.saved-real-articles .saved-article-card .product-button { flex:1 1 auto; }

[data-sports-feed] > .product-actions { justify-content:space-between; align-items:center; flex-wrap:wrap; }

/* Home card proportions follow the 802 px reference; content stays live. */
[data-home-updates] { display: grid; gap: 12px; }
.home-update-context { padding-top: 2px; gap: 4px; }
.home-update[data-home-area="fazer"] .product-character { width: 82px; max-width: 100%; height: 82px; }
.home-live-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; min-height: 144px; overflow: hidden; isolation: isolate; border: 1px solid var(--io-border); border-radius: 12px; background: var(--io-surface-soft); }
.home-live-card > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.home-live-card.has-photo { color: #fff; background: #272520; }
.home-live-card.has-photo::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #15191418, #151914c2 55%, #151914eb); }
.home-live-card .editorial-copy { display: flex; flex-direction: column; flex: none; gap: 6px; padding: 9px; }
.home-live-card h3 { font-size: 16px; font-weight: 700; line-height: 1.25; overflow-wrap: anywhere; letter-spacing: -.025em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.home-live-card .product-label { align-self: flex-start; font-size: 13px; font-weight: 500; letter-spacing: -.02em; line-height: 1.3; border: 1px solid currentColor; padding: 3px 6px; border-radius: 999px; }
.home-live-card.has-photo .product-label { color: #ffcf70; background: #1e201d80; }
.home-update[data-home-area="desporto"] .product-label { color: #fff; border-color: transparent; background: #267743; }
.home-live-card .product-meta { font-size: 13px; line-height: 1.4; }
.home-live-card.has-photo .product-meta { color: #f4f0e7; }
.home-card-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 3px; }
.home-card-actions .product-button { display: inline-flex; align-items: center; justify-content: center; gap: 5px; flex: 1 1 85px; min-width: 0; padding: 6px 8px; line-height: 1.25; text-align: center; }
.home-card-actions .product-button:only-child { flex: 0 1 auto; padding-inline: 14px; }
.home-card-actions .design-icon { flex: none; width: 17px; height: 17px; }
.home-live-card.has-photo .product-button.secondary { color: #ffd171; border-color: #ffd171; background: #14171280; }
.home-live-card.live-unavailable { min-height: 144px; }
.home-live-card.live-unavailable .product-label { color: var(--io-text-secondary); }
.home-live-card.live-unavailable.has-photo .product-label { color: #fff; background: #37322e; border-color: #b5ada3; }
.home-briefing-card > img { object-position: center 45%; }
.home-live-card.live-unavailable > img { object-position: 38% center; }
.home-live-card[data-content-state="loading"] { opacity: .72; }
.home-plan-card .product-label { background: #007f91; color: #fff; border-color: transparent; }
.home-plan-card.has-cover > img { left: auto; width: 54%; }
.home-plan-card.has-cover::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #f4eee5 40%, #f4eee5f0 52%, #f4eee500 88%); }
.home-plan-card.has-cover h3, .home-plan-card.has-cover .home-plan-next { max-width: 72%; }
.home-plan-card.has-cover .product-button.secondary { background: #f7f3ecdf; }
.home-plan-next { font-size: 13px; line-height: 1.4; color: var(--io-text-secondary); display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.home-plan-progress { display: flex; gap: 3px; height: 5px; margin: 2px 0; }
.home-plan-progress span { flex: 1; min-width: 0; border-radius: 999px; background: #dfd7cb; }
.home-plan-progress .is-done { background: var(--io-nav-active); }
.home-plan-card.has-cover .home-plan-progress { width: 72%; }
.plan-editor select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--io-border); border-radius: 10px; background: var(--io-surface); color: var(--io-text); font: inherit; }
.user-plan .plan-cover { width: 100%; height: 110px; object-fit: cover; border-radius: 10px; }

/* Fazer and Perfil: the individual 04-FAZER / 05-PERFIL-v2 compositions. */
.surface-artwork { display:block; width:32px; height:32px; object-fit:contain; flex:none; }
.surface-symbol { display:grid; place-items:center; flex:none; width:42px; height:42px; border:1px solid var(--io-border); border-radius:50%; background:var(--io-surface); }
.mockup-surface .area-scroll { padding:8px 22px 20px; }
.mockup-surface .product-head { padding-inline:20px; }
.mockup-surface .product-head .wordmark { width:75px; }
.mockup-surface .product-head .brand { gap:10px; }
.mockup-surface .product-head h1 { font-size:16px; padding-left:10px; font-weight:500; }
.mockup-surface .product-section { margin-top:18px; gap:10px; }
.mockup-surface .product-section > h2, .mockup-surface .product-section-head > h2 { font-size:var(--io-type-section); line-height:1.3; letter-spacing:-.025em; }
.mockup-surface .product-button { min-height:44px; padding:7px 10px; border-radius:13px; font-size:13px; font-weight:500; }
.mockup-surface .product-button.secondary { color:var(--io-gold-700); border-color:#e1a447; background:transparent; }
.mockup-surface .product-intro { grid-template-columns:134px minmax(0,1fr); gap:14px; margin:0 0 14px; }
.mockup-surface .product-intro p { font-size:15px; line-height:1.5; font-weight:400; }
.mockup-surface .product-character { height:134px; width:134px; }
.fazer-intro p { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5; overflow:hidden; }
.fazer-highlight { display:grid; grid-template-columns:minmax(0,1fr); gap:12px; padding:10px; border:1px solid var(--io-border); border-radius:17px; background:var(--io-surface); box-shadow:0 4px 12px #55422308; }
.fazer-highlight.with-cover { grid-template-columns:29% minmax(0,1fr); }
.fazer-cover { width:100%; height:100%; min-height:140px; max-height:180px; object-fit:cover; border-radius:13px; }
.fazer-plan-copy { min-width:0; display:grid; gap:4px; align-content:start; }
.fazer-plan-copy .product-label { font-size:11px; letter-spacing:.07em; color:var(--io-turq-700); }
.fazer-plan-copy h2 { font-size:18px; line-height:1.22; letter-spacing:-.04em; overflow-wrap:anywhere; }
.fazer-plan-copy .fazer-progress-label { font-size:13px; color:var(--io-text-secondary); }
.fazer-plan-copy progress { width:100%; height:5px; margin:4px 0; border:0; border-radius:99px; overflow:hidden; background:#ece6dd; accent-color:var(--io-nav-active); }
.fazer-plan-copy progress::-webkit-progress-bar { background:#ece6dd; border-radius:99px; }
.fazer-plan-copy progress::-webkit-progress-value { background:var(--io-nav-active); border-radius:99px; }
.fazer-plan-copy progress::-moz-progress-bar { background:var(--io-nav-active); border-radius:99px; }
.fazer-plan-copy .plan-checklist { gap:0; margin:2px 0 0; }
.fazer-plan-copy .plan-checklist label { display:flex; align-items:center; gap:8px; min-height:34px; font-size:13px; line-height:1.35; }
.fazer-plan-copy .plan-checklist input { width:16px; height:16px; min-width:16px; margin:0; }
.fazer-plan-copy .plan-checklist span { overflow-wrap:anywhere; }
.fazer-plan-copy input:checked + span { text-decoration:line-through; }
.fazer-more { min-height:44px; font-size:12px; text-align:left; }
.fazer-plan-actions { display:grid; grid-template-columns:1.35fr 1fr; gap:8px; }
.with-cover .fazer-plan-actions { grid-column:1 / -1; margin-left:calc(29% + 8px); }
.mockup-surface .fazer-plan-actions .product-button { padding-inline:6px; min-width:0; line-height:1.25; }
.mockup-surface .fazer-plan-actions .secondary { color:var(--io-text); }
.fazer-plan-empty { padding:18px; display:grid; gap:10px; border:1px solid var(--io-border); border-radius:17px; background:var(--io-surface-soft); }
.fazer-plan-empty h2 { font-size:18px; }.fazer-plan-empty p { font-size:14px; }.fazer-plan-empty button { justify-self:start; }
[data-fazer-status]:empty { display:none; }
.mockup-surface .task-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.mockup-surface .task-card { display:grid; grid-template-columns:38px minmax(0,1fr); align-items:start; align-content:start; gap:8px; position:relative; min-height:126px; padding:10px 8px 30px; border:1px solid var(--io-border); border-radius:16px; background:transparent; color:var(--io-text); text-align:left; }
.task-card .surface-symbol { width:38px; height:40px; }
.task-card .surface-artwork { width:30px; height:30px; }
.mockup-surface .task-copy { min-width:0; display:grid; gap:6px; }
.mockup-surface .task-card strong { font-size:13px; font-weight:700; line-height:1.2; letter-spacing:-.035em; }
.mockup-surface .task-copy > span { font-size:12px; line-height:1.4; color:var(--io-text-secondary); }
.mockup-surface .task-arrow { position:absolute; right:8px; bottom:7px; width:27px; height:23px; display:grid; place-items:center; margin:0; border:1px solid var(--io-border); border-radius:99px; }
.task-arrow svg { width:16px; height:16px; }
.fazer-suggestions { overflow:hidden; border:1px solid var(--io-border); border-radius:16px; background:transparent; }
.fazer-suggestion { display:grid; grid-template-columns:30px minmax(0,1fr) auto; gap:9px; align-items:center; padding:5px 8px; min-height:49px; font-size:13px; line-height:1.3; }
.fazer-suggestion + .fazer-suggestion, .fazer-recent-row + .fazer-recent-row { border-top:1px solid var(--io-border); }
.fazer-suggestion .surface-symbol { width:28px; height:28px; }.fazer-suggestion .surface-artwork { width:22px; height:22px; }
.mockup-surface .fazer-suggestion .product-button { border-radius:99px; min-height:36px; padding:5px 9px; }
.fazer-recent-row { display:flex; align-items:center; gap:10px; min-height:48px; width:100%; padding:5px 8px; border:0; background:transparent; text-align:left; color:var(--io-text); font-size:13px; }
.fazer-recent-row > span:nth-child(2) { flex:1; min-width:0; overflow-wrap:anywhere; }
.fazer-recent-row .surface-symbol { width:28px; height:28px; border:0; background:transparent; }.fazer-recent-row .surface-artwork { width:24px; height:24px; }
.recent-link { color:var(--io-turq-700); display:flex; align-items:center; }.recent-link .surface-artwork { width:18px; height:18px; }
.fazer-recent > .product-text-button { justify-self:start; font-size:13px; }
.mockup-surface .area-dock { padding:8px 18px; }
.mockup-surface .main-composer { border-color:#edbd77; }
.mockup-surface .main-composer .mic-button { background:var(--io-nav-active); color:white; padding-inline:9px; font-size:13px; }
#area-fazer .main-composer .mic-button { background:#dff3f5; color:var(--io-turq-700); border-color:transparent; }
.mockup-surface .main-composer .send { color:white; }
.mockup-surface .main-composer input { width:100%; }
.mockup-surface .area-legal { font-size:11px; }
.profile-overview-intro > div { display:grid; gap:5px; }
.profile-continuations { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
.profile-continuation { display:grid; grid-template-columns:40% minmax(0,1fr); min-height:142px; min-width:0; border:1px solid var(--io-border); border-radius:16px; background:var(--io-surface-soft); overflow:hidden; }
.profile-continuation > img { width:100%; height:100%; object-fit:cover; border-radius:15px; }
.profile-continuation > div { min-width:0; padding:12px 7px; display:flex; flex-direction:column; gap:8px; }
.profile-continuation .product-label { font-size:10px; color:var(--io-turq-700); line-height:1.3; letter-spacing:.015em; }
.profile-continuation h3 { font-size:14px; font-weight:500; line-height:1.35; letter-spacing:-.035em; overflow-wrap:anywhere; display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden; }
.mockup-surface .profile-continuation .product-button { margin-top:auto; border-radius:13px; font-size:12px; padding:5px 2px; width:100%; }
.profile-continuation.image-unavailable { grid-template-columns:1fr; }
.mockup-surface .profile-menu { border-radius:16px; background:transparent; }
.mockup-surface .profile-row { padding:8px; gap:12px; min-height:62px; }
.mockup-surface .profile-row strong { font-size:16px; font-weight:500; letter-spacing:-.025em; }
.mockup-surface .profile-row small { font-size:12px; }
.mockup-surface .profile-symbol { width:40px; height:40px; }
.profile-row > .surface-artwork { width:19px; height:19px; }
.profile-symbol .surface-artwork { width:28px; height:28px; }
.profile-knowledge { display:grid; justify-items:center; gap:12px; padding:14px 10px; border:1px solid #f0e0c9; border-radius:16px; background:radial-gradient(ellipse at 50% 50%,#fff1dc,#fbf4e9); text-align:center; }
.profile-knowledge > p { font-size:13px; }
.profile-facts { width:100%; display:flex; flex-wrap:wrap; gap:6px; justify-content:center; }
.profile-fact { display:flex; flex:1 1 90px; align-items:center; gap:6px; min-width:0; padding:10px 8px; background:var(--io-surface); border:1px solid #f0e0c9; border-radius:99px; font-size:12px; line-height:1.4; text-align:left; }
.profile-fact span { min-width:0; overflow-wrap:anywhere; }.profile-fact .surface-artwork { width:22px; height:22px; }
.profile-knowledge > .product-button { min-width:125px; }.profile-knowledge > .product-text-button { min-height:44px; font-size:12px; }
.profile-account { border-top:1px solid var(--io-border); padding-top:14px; }
.profile-account p { overflow-wrap:anywhere; }.profile-account .product-button { justify-self:start; }
.profile-guest-note { display:grid; gap:4px; font-size:13px; }.profile-guest-note button { justify-self:start; }
@media (max-width:390px) {
  .mockup-surface .area-scroll { padding-inline:18px; }
  .mockup-surface .product-intro { grid-template-columns:112px minmax(0,1fr); gap:10px; }
  .mockup-surface .product-character { width:112px; height:112px; }
  .mockup-surface .product-intro p { font-size:14px; }
  .mockup-surface .task-card { grid-template-columns:32px minmax(0,1fr); gap:6px; padding-inline:7px; }
  .task-card .surface-symbol { width:32px; height:36px; }.task-card .surface-artwork { width:27px; height:27px; }
  .with-cover .fazer-plan-actions { margin-left:0; }
  .profile-continuation { grid-template-columns:34% minmax(0,1fr); }
}
@media (forced-colors:active) { .surface-artwork { forced-color-adjust:none; } }
/* Refinements from the first 430 px browser comparison. */
.product-ready .mockup-surface .product-head { min-height:60px; padding-block:8px; }
.mockup-surface .product-head .account-icon { color:var(--io-nav-active); }
#area-fazer .product-intro { grid-template-columns:124px minmax(0,1fr); margin-bottom:10px; }
#area-fazer .product-character { width:124px; height:112px; }
.mockup-surface .task-card strong { color:var(--io-text); }
.mockup-surface .task-copy > span { font-size:13px; }
.fazer-plan-copy .plan-checklist label { min-height:44px; }
.fazer-plan-copy .plan-checklist input:checked::after { border-color:white; }
.mockup-surface .fazer-suggestion .product-button { min-height:44px; }
@media (max-width:390px) { #area-fazer .product-intro { grid-template-columns:112px minmax(0,1fr); } #area-fazer .product-character { width:112px; height:106px; } }
@media (max-width:390px) { .profile-fact { flex-basis:120px; } }
