/* AssetLens visual system. This layer changes presentation only; page structure and behavior stay in styles.css. */
:root {
  --al-ink: #142b43;
  --al-ink-strong: #10263d;
  --al-body: #4f6579;
  --al-muted: #667f93;
  --al-blue: #286d9b;
  --al-blue-dark: #174562;
  --al-blue-pale: #f0f7fc;
  --al-line: #d9e5ef;
  --al-line-soft: #e7eef4;
  --al-shadow: 0 14px 42px rgba(18, 53, 81, .055), 0 2px 8px rgba(18, 53, 81, .025);
  --al-shadow-hover: 0 22px 48px rgba(18, 53, 81, .105), 0 5px 16px rgba(18, 53, 81, .035);
  font-family: Inter, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  color: var(--al-ink);
  background: #f7f9fc;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
}
html { text-rendering: optimizeLegibility; }
/* Reserve the same content width as pages grow or shrink vertically. */
html { scrollbar-gutter: stable; }
body { background: linear-gradient(180deg, #f9fbfe 0, #f7f9fc 340px, #f7f9fc 100%); }
main { width: 100%; color: var(--al-ink); }
.docs-page { max-width: none; margin-inline: 0; }
h1, h2, h3 { color: var(--al-ink-strong); font-family: Inter, "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif; text-wrap: balance; }
h1 { font-weight: 700; letter-spacing: -.04em; }
h2 { font-weight: 680; letter-spacing: -.026em; }
h3 { font-weight: 660; letter-spacing: -.018em; }
p { color: var(--al-body); line-height: 1.72; }
button, input, select, textarea { font-family: inherit; }
button, .primary, .profile-primary, .profile-secondary, .issuer-open { transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease, color .18s ease; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 2px solid #3689bc; outline-offset: 3px; }
input::placeholder, textarea::placeholder { color: #8398aa; }
::selection { background: #cce9fb; color: #12354e; }

/* Shared chrome and controls. */
.header { border-bottom-color: var(--al-line-soft); background: rgba(255,255,255,.97); box-shadow: 0 5px 26px rgba(21,52,76,.035); }
.header nav a { color: #526779; font-size: 13px; font-weight: 620; letter-spacing: -.005em; }
.header nav a:hover { color: var(--al-blue-dark); background: #f0f6fa; }
.header nav a.active { color: #163c59; background: #eaf2f8; box-shadow: inset 0 0 0 1px #e1ecf4; }
.header-actions > .project-x, .header-actions > .network, .header-wallet-connect, .header-wallet-menu > summary, .language-switch > summary { border-color: #d4e1eb; background: #fff; box-shadow: 0 3px 10px rgba(23,59,87,.045); }
.header-actions > .project-x:hover, .header-wallet-connect:hover, .language-switch > summary:hover { background: #f4f9fd; border-color: #adcbdc; }
.header-wallet-popover, .language-switch-menu { border-color: var(--al-line); box-shadow: 0 24px 56px rgba(19,48,71,.17); }
.network-mark { background: linear-gradient(145deg, #213d5a, #102b43); }
footer { border-top-color: var(--al-line-soft); background: #fff; color: var(--al-muted); font-size: 12px; }
footer .footer-brand { color: var(--al-ink); }
.eyebrow, .profile-kicker, .docs-eyebrow, .wallet-search-eyebrow, .roadmap-eyebrow, .lensy-eyebrow { letter-spacing: .17em; }
.text-link { color: var(--al-blue); text-underline-offset: 3px; }
.text-link:hover { color: #13486b; }
.panel, .catalog-controls, .docs-section, .issuer-directory-card, .issuer-explainer, .profile-section, .profile-feature-grid article, .lensy-chat-card, .lensy-capabilities { border-color: var(--al-line); background-color: #fff; box-shadow: var(--al-shadow); }
.panel { border-radius: 20px; }
.service-shell, .profile-welcome, .wallet-search-hero, .issuers-hero, .docs-hero, .lensy-hero, .roadmap-hero { border-radius: 23px; }
.primary, .profile-primary, .issuer-open { border-color: #1b4a6a; background: #173e5b; box-shadow: 0 7px 17px rgba(21,59,85,.14); color: #fff; }
.primary:hover, .profile-primary:hover, .issuer-open:hover { border-color: #286a94; background: #205c81; box-shadow: 0 10px 22px rgba(21,59,85,.18); color: #fff; transform: translateY(-1px); }
.profile-secondary, .catalog-more { border-color: #c8dce9; color: #245b7b; background: #fff; }
.profile-secondary:hover, .catalog-more:hover { border-color: #8fbad3; color: #174c6b; background: #f4f9fd; }

/* Landing area: restrained color, clearer reading order, consistent cards. */
.service-shell { border-color: #d6e4ef; box-shadow: 0 23px 58px rgba(18,53,81,.065); }
.service-hero { background: radial-gradient(circle at 94% 0, rgba(160,213,245,.22), transparent 33%), linear-gradient(116deg, #fff 7%, #fcfdff 61%, #f1f8fe 100%); }
.service-intro h1 { color: var(--al-ink-strong); font-size: clamp(38px, 3.5vw, 48px); font-weight: 720; letter-spacing: -.047em; line-height: 1.09; }
.service-intro > p { color: #50697e; font-size: 15px; line-height: 1.72; }
.service-capability-strip > span { color: #315b77; font-size: 12px; }
.rwa-counter { border-color: #c9dfed; background: rgba(255,255,255,.86); box-shadow: 0 18px 38px rgba(32,92,131,.085); }
.counter-value strong { color: #174c73; font-weight: 690; }
.counter-value > span { color: #405d74; font-size: 13px; }
.service-tools-heading h2 { color: var(--al-ink-strong); font-size: 24px; font-weight: 690; }
.service-tools-aside p { color: #627b8d; font-size: 12px; line-height: 1.5; }
.service-tool-card { border-color: var(--al-line); border-radius: 18px; box-shadow: 0 8px 26px rgba(19,54,81,.055); }
.service-tool-card:hover { border-color: #98c0da; box-shadow: var(--al-shadow-hover); }
.service-tool-card h3 { color: var(--al-ink-strong); font-size: 18px; font-weight: 690; letter-spacing: -.025em; }
.service-tool-card p { color: #526c80; font-size: 12.3px; line-height: 1.55; }
.service-tool-eyebrow { color: #597a91; font-size: 9.5px; letter-spacing: .12em; }
.service-tool-status { font-size: 10px; }
.service-tool-action { color: #1e648e; font-size: 11px; }
.service-scope p { color: #61798b; font-size: 11.5px; }

/* Catalog: cards and filters act as one polished data surface. */
.catalog-controls { border-radius: 20px; padding: 24px 26px; }
.catalog-controls-heading h2 { color: var(--al-ink); font-size: 19px; }
.catalog-controls .searchbox, .catalog-controls select, .holdings-tools label, .holdings-tools select { border-color: #cddfea; border-radius: 11px; background: #fff; }
.catalog-controls .searchbox:focus-within, .holdings-tools label:focus-within { border-color: #79add0; box-shadow: 0 0 0 4px rgba(75,148,195,.12); }
.catalog-controls input, .catalog-controls select { color: #24435d; font-size: 13px; }
.catalog-controls .chips button, .catalog-favorites, .reset-filters { font-size: 12px; font-weight: 650; }
.catalog-controls .chips button { border: 1px solid #d8e5ed; border-radius: 9px; background: #fff; color: #49667c; }
.catalog-controls .chips button:hover { background: #f4f9fc; border-color: #aac8dc; }
.catalog-controls .chips button.active { background: #e9f3fa; border-color: #a9cde3; color: #174f75; }
.catalog-sort-note { color: #647c8f; font-size: 12px; }
.underlying-card { border-color: var(--al-line); border-radius: 19px; box-shadow: 0 7px 24px rgba(21,52,76,.04); font-family: inherit; }
.underlying-card:hover { border-color: #a9c6da; box-shadow: var(--al-shadow-hover); }
.underlying-card .card-link h3 { color: var(--al-ink-strong); font-size: 22px; font-weight: 700; letter-spacing: -.033em; }
.underlying-card-category, .underlying-card-ticker { color: #607a8e; font-size: 12px; }
.underlying-card-description { color: #536b7e; font-size: 13px; line-height: 1.6; }
.underlying-card-market-cap > span { color: #688295; font-size: 10.5px; }
.underlying-card-market-cap > strong { color: #193e5a; font-size: 15px; font-weight: 700; }
.available-tokens { border-color: #dbeaf4; background: #f2f8fc; }
.available-tokens-label, .token-network { color: #5b788d; font-size: 11px; }
.available-token .catalog-token-price { color: #193f5c; font-size: 13px; font-weight: 690; }

/* Asset passport: editorial information with precise financial figures. */
.real-passport { --passport-ink: #162e46; --passport-body: #52697c; --passport-muted: #657d90; --passport-font: Inter, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif; }
.real-passport .panel { border-color: var(--al-line); border-radius: 21px; box-shadow: var(--al-shadow); }
.real-passport .asset-heading h1 { color: var(--al-ink-strong); font-size: 35px; font-weight: 710; letter-spacing: -.04em; }
.real-passport .panel :is(h2, h3) { color: var(--al-ink); font-weight: 670; }
.real-passport .panel :is(p, .asset-terms dd, .comment p) { color: #52697c; line-height: 1.74; }
.real-passport .underlying-stats > *, .real-passport .market-price-card { border-color: #dce7f0; background: #f7fbfe; }
.real-passport .market-guard { border-color: #d3e4ef; background: #f7fbfe; box-shadow: none; }
.real-passport .panel :is(.detail-list dt, .token-fact dt) { color: #6d8497; }
.real-passport .panel :is(.detail-list dd, .token-fact dd) { color: #203d55; }
.real-passport .panel .buy-row strong, .real-passport .panel .history-summary strong { color: var(--al-ink-strong); font-variant-numeric: tabular-nums; }
.real-passport .panel :is(.chart-source, .price-context, .history-point, .compact-label, .document-row small) { color: #637b8e; font-size: 12px; }

/* Public wallets and personal profile. */
.profile-page { --profile-ink: #172f47; --profile-muted: #637b8e; --profile-line: var(--al-line); --profile-blue: #246d99; }
.profile-welcome, .profile-hero, .wallet-search-hero, .wallet-search-result-head { border-color: #d4e4ef; box-shadow: var(--al-shadow); }
.profile-welcome, .wallet-search-hero { background: radial-gradient(circle at 87% 6%, rgba(151,209,245,.25), transparent 35%), linear-gradient(119deg, #fff 18%, #fafdff 62%, #eff8fe 100%); }
.profile-welcome h1, .wallet-search-copy h1 { color: var(--al-ink-strong); font-weight: 720; letter-spacing: -.047em; }
.profile-welcome p, .wallet-search-copy > p { color: #526b7e; font-size: 15px; line-height: 1.73; }
.profile-welcome .profile-security, .wallet-search-help, .wallet-search-disclaimer { color: #667f91; font-size: 11px; }
.profile-feature-grid article { border-radius: 17px; }
.profile-feature-grid h2, .wallet-search-features h2 { color: var(--al-ink); font-size: 14px; font-weight: 680; }
.profile-feature-grid p, .wallet-search-features p { color: #586f82; font-size: 12px; line-height: 1.6; }
.wallet-search-control { border-color: #b9d3e5; box-shadow: 0 10px 28px rgba(29,77,110,.09); }
.wallet-search-form > label { color: #315b76; font-size: 12px; }
.wallet-search-control button { background: #173e5b; font-size: 12px; }
.wallet-search-control button:hover { background: #225f84; }
.wallet-search-preview { border-color: #c4dce9; box-shadow: 0 23px 57px rgba(23,68,100,.14); }
.wallet-search-features { border-color: var(--al-line); box-shadow: var(--al-shadow); }
.wallet-search-preview-grid small, .wallet-search-live-card small { font-size: 9px; }
.profile-hero { background: #fff; }
.profile-identity h1 { color: var(--al-ink-strong); }
.profile-identity p { color: #536d80; font-size: 13px; }
.profile-links a, .profile-chain-badge, .profile-refresh-badge { font-size: 11px; }
.profile-summary { border-color: var(--al-line); box-shadow: var(--al-shadow); }
.profile-summary span { color: #607b90; font-size: 11px; }
.profile-summary strong { color: #173e5a; font-size: 27px; font-variant-numeric: tabular-nums; }
.profile-summary small { color: #6a8294; font-size: 11px; }
.profile-section { border-radius: 20px; }
.profile-section-title span { color: #5e7a90; font-size: 10px; }
.profile-section-title h2 { color: var(--al-ink-strong); }
.profile-section-title > small, .profile-section-title > a { font-size: 11px; }
.allocation-donut span, .allocation-legend span small, .profile-data-note { color: #637c8f; font-size: 11px; }
.allocation-balance { border-color: #cee2ee; background: linear-gradient(145deg, #fbfdff 0%, #f0f8fc 100%); }
.allocation-balance-head span, .allocation-balance-head small { font-size: 10px; }
.allocation-balance-head strong { font-size: 14px; }
.allocation-balance-score > span { font-size: 10px; }
.allocation-balance-analysis p, .allocation-balance-labels, .allocation-balance-foot > span, .allocation-balance-foot p { font-size: 11px; }
.allocation-balance-foot { grid-template-columns:minmax(120px,auto) 1fr; }
.holdings-tools input, .holdings-tools select, .holdings-tools button { font-size: 12px; }
.holdings-table th { color: #637a8d; font-size: 12px; font-weight: 650; }
.holdings-table td { color: #294a64; font-size: 13px; }
.holdings-table td span small { font-size: 11px; }
.activity-list strong, .activity-list b { color: #1d405a; font-size: 13px; }
.activity-list small, .activity-value small { color: #657e91; font-size: 11px; }
.wallet-explorer-note p { color: #5f788b; font-size: 11px; }
.wallet-explorer-note strong { color: #284d67; font-size: 12px; }
.profile-favorite-card { border-color: var(--al-line); background: #fff; }
.profile-favorite-card strong { font-size: 12px; }
.profile-favorite-card small, .profile-empty p, .profile-load-error p, .profile-account-row, .profile-account-row button { font-size: 11px; }
.profile-empty h3, .profile-load-error h2 { font-size: 15px; }

/* Issuers, documentation, roadmap and the assistant share the same type scale. */
.issuers-hero, .docs-hero, .lensy-hero { border-color: #d3e4ef; box-shadow: var(--al-shadow); }
.issuers-hero, .docs-hero { background: radial-gradient(circle at 90% 4%, rgba(153,209,243,.24), transparent 35%), linear-gradient(119deg, #fff 16%, #f6fbff 100%); }
.issuers-hero h1, .docs-hero h1 { color: var(--al-ink-strong); font-weight: 710; letter-spacing: -.043em; }
.issuers-hero p, .docs-hero p { color: #526b7e; font-size: 15px; line-height: 1.72; }
.issuer-card-identity h2, .issuer-profile-main h1 { color: var(--al-ink-strong); font-weight: 690; }
.issuer-card-identity p, .issuer-profile-main p { color: #526b7d; font-size: 13px; }
.issuer-explainer strong { color: #244961; font-size: 14px; }
.issuer-explainer p { color: #5d7385; font-size: 12px; }
.issuer-passport { font-family: inherit; }
.issuer-passport .panel, .issuer-sources, .docs-index { border-color: var(--al-line); box-shadow: var(--al-shadow); }
.issuer-details > div { font-size: 13px; }
.issuer-structure-row p, .issuer-role-note p, .issuer-source-card p { color: #5b7284; font-size: 12px; }
.issuer-source-card .text-link { font-size: 11px; }
.docs-page { color: var(--al-ink); font-family: inherit; }
.docs-section h2 { color: var(--al-ink); font-size: 19px; }
.docs-section p { color: #526b7e; font-size: 14px; line-height: 1.72; }
.docs-index a { color: #4c687d; font-size: 13px; }
.docs-note { background: #173b57; }
.docs-note p { color: #d7e5ed; font-size: 13px; }
.roadmap-hero { background: radial-gradient(circle at 80% 12%, rgba(70,145,194,.16), transparent 37%), linear-gradient(123deg, #102a42 0%, #163e59 55%, #102d46 100%); box-shadow: 0 23px 58px rgba(17,46,68,.16); }
.roadmap-hero h1 { font-weight: 710; letter-spacing: -.045em; }
.roadmap-hero-copy > p { color: #d0e0ea; font-size: 15px; line-height: 1.7; }
.roadmap-stage { border-color: var(--al-line); box-shadow: var(--al-shadow); }
.roadmap-stage:hover { box-shadow: var(--al-shadow-hover); }
.roadmap-stage h2 { color: var(--al-ink); font-weight: 690; }
.roadmap-stage-body > p { color: #536c7e; font-size: 13px; }
.roadmap-stage li { color: #294b64; font-size: 12px; }
.roadmap-intro p, .roadmap-network p { color: #5c7486; font-size: 13px; }
.roadmap-network { border-color: var(--al-line); box-shadow: var(--al-shadow); }
.lensy-hero { background: radial-gradient(circle at 83% 10%, rgba(137,208,245,.22), transparent 33%), linear-gradient(121deg, #fff 12%, #fafdff 62%, #eef8fe 100%); }
.lensy-hero h1 { color: var(--al-ink-strong); font-weight: 720; letter-spacing: -.045em; }
.lensy-hero-copy > p { color: #536c7f; font-size: 15px; line-height: 1.72; }
.lensy-section-heading h2 { color: var(--al-ink-strong); font-weight: 690; }
.lensy-section-heading p { color: #597184; font-size: 13px; }
.lensy-capability h3 { color: #244963; font-size: 13px; }
.lensy-capability p { color: #5c7386; font-size: 11.5px; }
.lensy-message p { color: #2b4b63; font-size: 13px; }
.lensy-message-user p { color: #fff; }
.lensy-chat-notice span { color: #79684e; font-size: 11px; }
.lensy-chat-footnote { color: #698092; font-size: 11px; }

/* A stronger visual language: midnight-blue introductions, quiet data surfaces. */
:root {
  --al-ink: #122b44;
  --al-ink-strong: #10253c;
  --al-body: #50677c;
  --al-line: #d5e3ed;
  --al-shadow: 0 18px 48px rgba(13, 44, 72, .07), 0 2px 8px rgba(13, 44, 72, .025);
  --al-shadow-hover: 0 24px 52px rgba(13, 44, 72, .13), 0 4px 13px rgba(13, 44, 72, .04);
  font-family: "Segoe UI Variable Text", "Segoe UI", Inter, Arial, sans-serif;
}
body { background: linear-gradient(180deg, #f7f9fc, #f3f7fb 680px, #f6f9fc); }
h1, h2, h3 { font-family: "Segoe UI Variable Display", "Segoe UI", Inter, Arial, sans-serif; }
.header { border-bottom: 1px solid #d9e6ef; box-shadow: 0 8px 28px rgba(20, 52, 80, .055); }
.header nav a { font-weight: 650; }
.header nav a.active { background: #173c5a; color: #fff; box-shadow: 0 6px 17px rgba(17, 58, 90, .17); }
.header nav a.active:hover { background: #205377; color: #fff; }
.primary, .profile-primary, .issuer-open { background: linear-gradient(125deg, #1e638c, #123c5b); border-color: #184d71; }
.panel, .catalog-controls, .docs-section, .issuer-directory-card, .issuer-explainer, .profile-section, .lensy-chat-card, .lensy-capabilities { box-shadow: var(--al-shadow); }
footer { background: #102c45; border-top-color: #102c45; color: #b9d1e1; }
footer .footer-brand { color: #fff; }

/* Introductions use the same brand palette without altering their content or layout. */
.service-hero, .profile-welcome, .wallet-search-hero, .issuers-hero, .docs-hero, .lensy-hero {
  border-color: #214e70;
  background: radial-gradient(circle at 85% -4%, rgba(88, 167, 217, .31), transparent 38%), linear-gradient(112deg, #102a43 2%, #173b59 57%, #1b577c 100%);
  box-shadow: 0 26px 58px rgba(12, 43, 70, .18);
}
.service-hero, .issuers-hero, .docs-hero { position: relative; isolation: isolate; overflow: hidden; }
.service-hero::before, .issuers-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(rgba(183, 224, 249, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(183, 224, 249, .055) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent 20%, #000 100%);
}
.service-hero::after, .issuers-hero::after {
  content: ""; position: absolute; right: -190px; top: -230px; width: 670px; height: 670px; border: 1px solid rgba(184, 229, 255, .15); border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(174, 225, 255, .035), 0 0 0 150px rgba(174, 225, 255, .023); pointer-events: none;
}
.service-copy, .rwa-counter, .issuers-hero > * { position: relative; z-index: 1; }
.service-intro { border-color: #cddce7; box-shadow: 0 26px 66px rgba(13, 44, 72, .105); background: #fff; }
.service-intro .eyebrow, .issuers-hero .eyebrow, .docs-eyebrow, .wallet-search-eyebrow, .lensy-eyebrow, .profile-welcome .profile-kicker { color: #a9d7f0; }
.service-live-dot, .wallet-search-eyebrow i, .docs-eyebrow span, .issuers-hero .eyebrow span { background: #78d3ff; box-shadow: 0 0 0 5px rgba(111, 206, 255, .17); }
.service-eyebrow-divider { color: #74a5c3; }
.service-intro h1 { color: #fff; font-size: clamp(42px, 3.7vw, 54px); line-height: 1.055; letter-spacing: -.049em; }
.service-intro h1 > span { color: #a9defb; }
.service-intro > p, .service-lead, .service-intro .service-lead { color: #d1e2ee; font-size: 16px; line-height: 1.68; }
.service-capability-strip span, .lensy-hero-points > span { border-color: rgba(179, 223, 246, .25); background: rgba(220, 240, 252, .09); color: #e4f3fc; font-size: 11px; }
.service-capability-strip span::before { background: #79d3ff; box-shadow: 0 0 0 3px rgba(121, 211, 255, .12); }
.rwa-counter, .issuers-hero aside, .docs-hero-meta { border-color: rgba(229, 243, 252, .9); background: linear-gradient(148deg, #fff, #edf7fd); box-shadow: 0 24px 52px rgba(6, 28, 47, .21); backdrop-filter: none; }
.rwa-counter .counter-value strong, .issuers-hero aside strong { color: #174f77; }
.service-tools-heading { border-top: 0; padding-top: 32px; background: #fff; }
.service-tools-heading h2 { font-size: 25px; letter-spacing: -.033em; }
.service-tools-heading > div > span { font-size: 10px; color: #3279a5; }
.service-tools { background: #fff; }
.service-tool-card { border-color: #d3e2ec; background: linear-gradient(155deg, #fff 45%, #f5faff); box-shadow: 0 11px 28px rgba(18, 55, 83, .075); }
.service-tool-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, #225d84, #82c9ec); }
.service-tool-card:hover { border-color: #85b6d1; transform: translateY(-4px); box-shadow: var(--al-shadow-hover); }
.service-tool-card h3 { font-size: 19px; line-height: 1.24; }
.service-tool-card p { color: #526b7e; font-size: 12.5px; }
.service-tool-action { color: #175d88; font-size: 11px; border-color: #dce9f1; }
.service-tool-eyebrow { color: #507891; font-size: 9.5px; }
.service-tool-status { background: #edf5fa; color: #315d78; font-size: 10px; }
.service-carousel-nav button:not(:disabled):last-child { background: #173e5c; color: #fff; border-color: #173e5c; }
.service-carousel-nav button:not(:disabled):last-child:hover { background: #25638b; color: #fff; }
.service-scope { background: #fff; }

/* The catalogue is a research workspace, not a stack of generic cards. */
.catalog-controls { border-color: #cddfea; background: linear-gradient(130deg, #edf5fa, #f8fbfd 48%, #f1f7fb); box-shadow: 0 18px 42px rgba(19, 56, 85, .07); }
.catalog-controls-heading h2 { font-size: 21px; letter-spacing: -.025em; }
.catalog-controls .searchbox, .catalog-controls select { background: #fff; border-color: #bdcfdb; box-shadow: 0 3px 10px rgba(18, 61, 90, .035); }
.catalog-controls .chips button.active { background: #173e5c; border-color: #173e5c; color: #fff; }
.catalog-controls .chips button.active:hover { background: #205a7f; color: #fff; }
.underlying-card { border-color: #d4e2ec; box-shadow: 0 11px 30px rgba(14, 47, 76, .06); }
.underlying-card:hover { border-color: #80b5d2; transform: translateY(-3px); box-shadow: var(--al-shadow-hover); }
.underlying-card .card-link h3 { font-size: 23px; }
.available-tokens { background: #edf6fb; border-color: #d1e5f0; }

/* Passport: a clear identity header above dense, source-backed data. */
.real-passport .panel { border-color: #d5e3ed; box-shadow: var(--al-shadow); }
.real-passport .asset-info { overflow: hidden; }
.real-passport .asset-info > .asset-heading { margin: -28px -28px 0; padding: 28px 32px; border: 0; background: radial-gradient(circle at 90% -30%, rgba(105, 190, 236, .28), transparent 35%), linear-gradient(115deg, #102b45, #1c5274); }
.real-passport .asset-heading h1 { color: #fff; font-size: 37px; line-height: 1.12; }
.real-passport .asset-heading .token-icon { background: #fff; box-shadow: 0 9px 26px rgba(3, 25, 44, .18); }
.real-passport .asset-heading h1 .product-brand { color: #dff2ff; border-color: rgba(218, 239, 251, .42); background: rgba(202, 231, 248, .12); }
.real-passport .underlying-section h2, .real-passport .token-workspace h2 { color: #173d5a; font-weight: 690; }
.real-passport .underlying-stats > div { border: 1px solid #dce9f2; border-radius: 14px; background: linear-gradient(145deg, #f2f8fc, #fff); }
.real-passport .underlying-stats strong { color: #143f5e; font-size: 24px; font-variant-numeric: tabular-nums; }
.real-passport .token-workspace { border-top: 3px solid #5eaad6; }
.real-passport .market-price-card { border-color: #cfe3ef; background: #f0f7fc; }
.real-passport .token-tab-list button[aria-selected="true"], .real-passport .anchor-nav button.active { color: #145b88; }

/* Personal and public portfolio pages retain all data but gain hierarchy. */
.profile-welcome { position: relative; isolation: isolate; }
.profile-welcome::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(155, 213, 245, .08)); }
.profile-welcome h1, .wallet-search-copy h1, .issuers-hero h1, .docs-hero h1, .lensy-hero h1 { color: #fff; font-size: clamp(43px, 4vw, 56px); line-height: 1.06; letter-spacing: -.048em; }
.profile-welcome p, .wallet-search-copy > p, .issuers-hero p, .docs-hero p, .lensy-hero-copy > p { color: #d2e3ee; font-size: 16px; line-height: 1.68; }
.profile-welcome .profile-security, .wallet-search-help { color: #bdd3e2; font-size: 11px; }
.profile-welcome-actions > a { color: #b9e4fb; }
.profile-welcome .profile-primary { border-color: #fff; background: #fff; color: #163e5d; box-shadow: 0 14px 29px rgba(4, 25, 44, .2); }
.profile-welcome .profile-primary:hover { border-color: #dbf0ff; background: #e9f6fd; color: #123e5f; }
.profile-welcome .profile-preview-card { border-color: #dcebf3; background: linear-gradient(145deg, #fff, #e8f5fc); box-shadow: 0 28px 54px rgba(4, 26, 45, .28); color: #173b57; }
.profile-preview-card > strong { color: #245575; }
.profile-preview-card > small { color: #5b788e; }
.profile-preview-orbit { border-color: rgba(97, 174, 217, .13); }
.profile-preview-bars i { background: #c4deed; }
.profile-preview-bars i:nth-child(2), .profile-preview-bars i:nth-child(4) { background: #609ec4; }
.wallet-search-hero::before { border-color: rgba(193, 230, 249, .13); box-shadow: 0 0 0 64px rgba(151, 211, 244, .035), 0 0 0 128px rgba(151, 211, 244, .02); }
.wallet-search-eyebrow { color: #a9d7f0; }
.wallet-search-hero .wallet-search-form > label { color: #cde7f6; font-size: 11px; }
.wallet-search-result-head .wallet-search-form > label { color: #315b76; font-size: 11px; }
.wallet-search-control { border-color: #d9e9f2; box-shadow: 0 16px 36px rgba(4, 26, 45, .19); }
.wallet-search-preview { box-shadow: 0 29px 61px rgba(4, 26, 45, .28); transform: rotate(-1deg); }
.wallet-search-orbit { border-color: rgba(182, 226, 249, .2); }
.wallet-search-live-card { box-shadow: 0 15px 35px rgba(4, 26, 45, .22); }
.profile-hero, .wallet-search-result-head { border-top: 3px solid #5aa7d1; }
.profile-summary { border-color: #cfdfeb; }
.profile-summary article:first-child { background: #173e5b; }
.profile-summary article:first-child span, .profile-summary article:first-child small { color: #c7e0ee; }
.profile-summary article:first-child strong { color: #fff; }
.profile-section { border-color: #d5e3ed; }
.allocation-balance { border-color: #c3deeb; }
.profile-section-title h2 { font-size: 22px; letter-spacing: -.03em; }
.profile-section-title span { font-size: 10.5px; }
.profile-data-note { font-size: 12px; line-height: 1.65; }
.activity-section { display: flex; flex-direction: column; }
.activity-section .profile-data-note { margin-top: auto; padding-top: 16px; border-top: 1px solid #e4edf3; }
.allocation-legend span strong { font-size: 14px; }
.allocation-balance-analysis p, .allocation-balance-foot p { font-size: 11.5px; line-height: 1.55; }
.allocation-donut { position: relative; display: flex; align-items: center; justify-content: center; padding: 0; background: none; }
.allocation-donut-chart { position: absolute; inset: 0; width: 100%; height: 100%; }
.allocation-donut > div { position: relative; width: 150px; height: 150px; }
.allocation-color-0 { background: #196b9b; }
.allocation-color-1 { background: #3d91bf; }
.allocation-color-2 { background: #6db7d8; }
.allocation-color-3 { background: #83c7b4; }
.allocation-color-4 { background: #e0b66e; }
.allocation-color-5 { background: #9a91d1; }
.allocation-color-6 { background: #d88382; }
.allocation-color-7 { background: #90a5b4; }

/* Documentation, issuer data and the assistant follow the same editorial rhythm. */
.docs-hero::after { border-color: rgba(177, 223, 248, .19); box-shadow: 0 0 0 34px rgba(171, 218, 244, .055), 0 0 0 70px rgba(171, 218, 244, .03); }
.docs-hero-guide { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; width: 100%; padding-top: 20px; border-top: 1px solid rgba(207, 232, 246, .25); }
.docs-hero-guide > div { display: grid; align-content: start; gap: 6px; padding-right: 10px; }
.docs-hero-guide > div + div { padding-left: 24px; border-left: 1px solid rgba(207, 232, 246, .2); }
.docs-hero-guide span { color: #94cbe9; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; }
.docs-hero-guide strong { color: #fff; font-size: 16px; font-weight: 680; line-height: 1.3; }
.docs-hero-guide small { color: #c7dce9; font-size: 13px; line-height: 1.45; }
@media (min-width: 601px) { .docs-hero { flex-direction: column; align-items: stretch; } }
@media (max-width: 600px) {
  .docs-hero-guide { grid-template-columns: 1fr; gap: 15px; padding-top: 18px; }
  .docs-hero-guide > div + div { padding-top: 15px; padding-left: 0; border-top: 1px solid rgba(207, 232, 246, .2); border-left: 0; }
}
.docs-hero-meta span { background: #f4faff; }
.docs-index { border-color: #d5e4ed; box-shadow: var(--al-shadow); }
.docs-index a:hover { color: #155b86; background: #edf6fb; }
.docs-section { border-color: #d5e3ed; }
.docs-section-lead { border-top: 3px solid #61add5; }
.docs-index a { font-size: 14px; }
.issuer-directory-card { border-color: #d3e3ed; }
.issuer-directory-card:hover { border-color: #8dbbd4; box-shadow: var(--al-shadow-hover); }
.issuer-explainer { background: #f4f9fc; }
.issuer-structure-row p, .issuer-role-note p, .issuer-source-card p { font-size: 13px; line-height: 1.6; }
.roadmap-hero { background: radial-gradient(circle at 83% -5%, rgba(91, 172, 220, .26), transparent 37%), linear-gradient(115deg, #102a43, #1b5275); }
.roadmap-stage { border-color: #d4e3ed; }
.roadmap-stage:hover { border-color: #8cbad3; }
.roadmap-stage li { font-size: 13px; }
.lensy-status { border-color: rgba(188, 226, 246, .38); background: rgba(200, 230, 247, .12); color: #d7f0ff; }
.lensy-status i { background: #7dd9ff; }
.lensy-eyebrow { color: #a9d7f0; }
.lensy-hero-points b { background: #d9f1e9; }
.lensy-visual { background: radial-gradient(ellipse at 52% 56%, rgba(215, 241, 255, .25), transparent 64%); }
.lensy-glow { background: radial-gradient(circle, rgba(169, 225, 253, .36), rgba(85, 170, 220, .15) 48%, transparent 70%); }
.lensy-orbit { border-color: rgba(190, 229, 249, .2); }
.lensy-float-card { box-shadow: 0 18px 40px rgba(4, 27, 48, .21); }
.lensy-chat-header { background: #f0f7fb; }
.lensy-capability { background: #f8fbfe; border-color: #d9e7ef; }
.lensy-capability p { font-size: 13px; line-height: 1.58; }
.lensy-chat-notice span, .lensy-chat-footnote { font-size: 12px; }
.lensy-roadmap { border-color: #cae1ed; background: #eef7fc; }

/* Align the first reading line across top-level introductions. */
@media (min-width: 1181px) {
  .service-intro, .service-hero { border-radius: 23px; }
  .service-hero, .issuers-hero, .docs-hero { height: 356px; }
  .roadmap-hero, .lensy-hero, .wallet-search-hero, .profile-welcome { height: 512px; }
  .service-hero { margin: -1px -1px 0; padding: 44px 48px 39px; }
  .issuers-hero, .docs-hero { align-items: start; padding: 44px 48px; }
  .issuers-hero { grid-template-columns: minmax(0, 1fr) 305px; }
  .issuers-hero .issuer-counter { display: flex; flex-direction: column; justify-content: space-between; align-self: center; width: 305px; height: 215px; padding: 24px 25px; border-radius: 22px; }
  .issuers-hero .issuer-counter .counter-top { font-size: 9px; font-weight: 750; letter-spacing: 1.2px; text-transform: uppercase; }
  .issuers-hero .issuer-counter .counter-network { font-size: 10px; text-transform: none; }
  .issuers-hero .issuer-counter .counter-value { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 20px; margin: 18px 0; }
  .issuers-hero .issuer-counter .counter-value strong { margin: 0; font-size: 64px; line-height: .95; font-weight: 650; letter-spacing: -3.5px; }
  .issuers-hero .issuer-counter .counter-value > span { display: block; font-size: 13px; line-height: 1.55; }
  .issuers-hero .issuer-counter .counter-caption { font-size: 10px; line-height: 1.3; }
  .roadmap-hero-copy { justify-content: flex-start; padding: 45px 35px 58px 49px; }
  .lensy-hero-copy { justify-content: flex-start; padding: 44px 20px 60px 48px; }
  .wallet-search-copy { justify-content: flex-start; padding: 44px 35px 58px 48px; }
  .profile-welcome { align-items: start; padding: 44px 48px 58px; }
  .profile-welcome aside { align-self: center; }
  .service-hero .eyebrow, .issuers-hero .eyebrow, .docs-eyebrow,
  .roadmap-eyebrow, .lensy-eyebrow, .wallet-search-eyebrow,
  .profile-welcome .profile-kicker { margin-bottom: 20px; }
  .profile-welcome h1 { margin-top: 0; }
  .lensy-status { position: absolute; top: 44px; right: 24px; margin: 0; }
}

.network-mark { display: flex; align-items: center; justify-content: center; }
.network-mark::before, .network-mark::after { content: none; }
.network-mark img { display: block; width: 22px; height: auto; }

@media (max-width: 960px) {
  .service-intro h1 { font-size: 38px; }
  .service-tool-card p { font-size: 12px; }
}
@media (max-width: 700px) {
  .service-intro h1 { font-size: 32px; }
  .profile-welcome h1, .wallet-search-copy h1 { font-size: 36px; }
  .issuers-hero h1, .docs-hero h1 { font-size: 34px; }
  .catalog-controls { padding: 20px; }
  .service-tool-card { min-height: 292px; }
}
@media (prefers-reduced-motion: reduce) {
  button, .primary, .profile-primary, .profile-secondary, .issuer-open, .underlying-card, .service-tool-card, .roadmap-stage { transition: none; }
}
