/* * Nubenetes V2 Elite Portal - Enterprise Aesthetic (Cyber Cloud) * Color Palette: Deep Space Black & Neon Cyan */ html { scroll-behavior: smooth; } .md-content { max-width: 1600px; margin: 0 auto; } :root { /* LIGHT MODE - Modern, Crisp, High Contrast */ --md-primary-fg-color: #09090b; /* Zinc 950 */ --md-primary-fg-color--light: #18181b; /* Zinc 900 */ --md-primary-fg-color--dark: #000000; --md-accent-fg-color: #0ea5e9; /* Vibrant Sky Blue */ --md-accent-fg-color--transparent: rgba(14, 165, 233, 0.15); --md-primary-bg-color: #ffffff; --md-primary-bg-color--light: #f4f4f5; /* Zinc 100 */ /* Header Overrides */ --md-header-bg-color: #09090b; --md-header-fg-color: #ffffff; } [data-md-color-scheme="slate"] { /* DARK MODE - "Cyber Cloud" (Deep Space & Neon) */ --md-primary-fg-color: #ffffff; --md-primary-fg-color--light: #e2e8f0; --md-primary-fg-color--dark: #94a3b8; --md-accent-fg-color: #22d3ee; /* Brighter Neon Cyan */ --md-accent-fg-color--transparent: rgba(34, 211, 238, 0.15); --md-default-bg-color: #09090b; /* Zinc 950 for main body */ --md-code-bg-color: #18181b; /* Zinc 900 for code blocks */ /* Header Overrides (Dark) */ --md-header-bg-color: rgba(0, 0, 0, 0.85); --md-header-fg-color: #ffffff; } /* ---------------------------------------------------- */ /* UI DYNAMICS & GLASSMORPHISM */ /* ---------------------------------------------------- */ /* Solid/Glass Header */ .md-header { background-color: var(--md-header-bg-color) !important; color: var(--md-header-fg-color) !important; } .md-header__button.md-logo img, .md-header__button.md-logo svg { fill: currentColor !important; } /* Ensure Search and Nav Icons are visible */ .md-header__topic, .md-header__button, .md-header__title, .md-search__input, .md-search__icon { color: inherit !important; } /* Navigation Tabs */ .md-tabs { background-color: var(--md-header-bg-color); opacity: 0.95; } .md-tabs__link { color: rgba(255, 255, 255, 0.7) !important; } .md-tabs__link--active, .md-tabs__link:hover { color: #ffffff !important; opacity: 1; } [data-md-color-scheme="slate"] .md-header { backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); } /* ---------------------------------------------------- */ /* ENHANCED TAGS AND CHIPS */ /* ---------------------------------------------------- */ .md-tag { border-radius: 4px; display: inline-block; font-size: 0.65rem; font-weight: 700; line-height: 1.2; padding: 0.2rem 0.4rem; vertical-align: middle; text-transform: uppercase; letter-spacing: 0.025em; transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease; cursor: pointer; } .md-tag:hover { transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); opacity: 0.95; } .md-tag--info { background-color: rgba(14, 165, 233, 0.1); color: #0284c7; } [data-md-color-scheme="slate"] .md-tag--info { background-color: rgba(56, 189, 248, 0.15); color: #7dd3fc; } .md-tag--success { background-color: rgba(34, 197, 94, 0.1); color: #16a34a; } [data-md-color-scheme="slate"] .md-tag--success { background-color: rgba(74, 222, 128, 0.15); color: #86efac; } .md-tag--warning { background-color: rgba(249, 115, 22, 0.1); color: #ea580c; } [data-md-color-scheme="slate"] .md-tag--warning { background-color: rgba(253, 186, 116, 0.15); color: #fdbb74; } .md-tag--critical { background-color: rgba(239, 68, 68, 0.1); color: #dc2626; } [data-md-color-scheme="slate"] .md-tag--critical { background-color: rgba(252, 165, 165, 0.15); color: #fca5a5; } .md-tag--primary { background-color: rgba(6, 182, 212, 0.1); color: #0891b2; } [data-md-color-scheme="slate"] .md-tag--primary { background-color: rgba(103, 232, 249, 0.15); color: #67e8f9; } .md-tag--secondary { background-color: rgba(139, 92, 246, 0.1); color: #7c3aed; } [data-md-color-scheme="slate"] .md-tag--secondary { background-color: rgba(196, 181, 253, 0.15); color: #c4b5fd; } /* ---------------------------------------------------- */ /* LABEL HEATMAP (Confluence-style popular-labels cloud) */ /* ---------------------------------------------------- */ .v2-tag-heatmap { display: flex; flex-wrap: wrap; gap: 0.45rem 0.7rem; align-items: baseline; padding: 1.1rem 1.2rem; margin: 1rem 0 1.75rem; border: 1px solid rgba(38, 50, 56, 0.12); border-radius: 10px; background: rgba(38, 50, 56, 0.04); } [data-md-color-scheme="slate"] .v2-tag-heatmap { background: rgba(255, 255, 255, 0.03); border-color: rgba(255, 255, 255, 0.1); } .v2-heat-tag { display: inline-flex; align-items: baseline; gap: 0.2em; line-height: 1.1; font-weight: 600; text-decoration: none; color: #455a64; transition: color 0.15s ease, transform 0.15s ease; } .v2-heat-tag:hover { transform: translateY(-1px); color: var(--md-accent-fg-color); } .v2-heat-n { font-size: 0.6em; font-weight: 700; opacity: 0.55; vertical-align: super; } /* Size + warmth ramp: level 1 = least used, level 6 = most used. */ .v2-heat-1 { font-size: 0.8rem; opacity: 0.7; } .v2-heat-2 { font-size: 0.95rem; } .v2-heat-3 { font-size: 1.15rem; } .v2-heat-4 { font-size: 1.45rem; } .v2-heat-5 { font-size: 1.8rem; color: #ef6c00; } .v2-heat-6 { font-size: 2.25rem; color: #d84315; font-weight: 700; } [data-md-color-scheme="slate"] .v2-heat-tag { color: #b0bec5; } [data-md-color-scheme="slate"] .v2-heat-5 { color: #ffb74d; } [data-md-color-scheme="slate"] .v2-heat-6 { color: #ff8a65; } /* ---------------------------------------------------- */ /* MICRO-ANIMATIONS & HOVER STATES */ /* ---------------------------------------------------- */ /* Smooth Transition for all links */ a { transition: color 0.25s ease-in-out, text-shadow 0.25s ease-in-out; } /* Navigation items highlight with subtle glow in dark mode */ .md-nav__link:hover { color: var(--md-accent-fg-color); } [data-md-color-scheme="slate"] .md-nav__link:hover { text-shadow: 0 0 8px rgba(6, 182, 212, 0.4); } /* Fix mobile navigation drawer header and repository section contrast in dark mode */ @media screen and (max-width: 76.1875em) { [data-md-color-scheme="slate"] .md-nav--primary .md-nav__title { background-color: #18181b !important; /* Solid Zinc 900 for dark mode */ color: #ffffff !important; border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; } [data-md-color-scheme="slate"] .md-nav--primary .md-nav__title .md-logo svg, [data-md-color-scheme="slate"] .md-nav--primary .md-nav__title .md-logo img { fill: #ffffff !important; } [data-md-color-scheme="slate"] .md-nav--primary .md-nav__title .md-icon { color: #ffffff !important; } [data-md-color-scheme="slate"] .md-nav__source { background-color: #0f0f11 !important; /* Solid Zinc 950 / dark background */ border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; } [data-md-color-scheme="slate"] .md-source { color: #ffffff !important; } } /* Elegant Table Rows (Audit Matrix) */ .md-typeset table tr { transition: background-color 0.2s ease-in-out, transform 0.2s ease; } .md-typeset table tr:hover { background-color: var(--md-accent-fg-color--transparent); } /* Buttons and primary actions */ .md-button { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 8px; font-weight: 600; border: 1px solid transparent; } .md-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(14, 165, 233, 0.25); } [data-md-color-scheme="slate"] .md-button:hover { box-shadow: 0 0 20px rgba(6, 182, 212, 0.35); border: 1px solid rgba(6, 182, 212, 0.5); } /* Star tags (Platinum status) */ .md-typeset mark { background-color: rgba(245, 158, 11, 0.15); /* Subtle Amber */ color: #d97706; border-radius: 4px; padding: 0.1em 0.3em; font-weight: bold; } [data-md-color-scheme="slate"] .md-typeset mark { background-color: rgba(251, 191, 36, 0.15); color: #fbbf24; text-shadow: 0 0 5px rgba(251, 191, 36, 0.4); } .channel-logo { width: 48px; height: 48px; object-fit: contain; margin: 6px; transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s ease; vertical-align: middle; } .channel-logo:hover { transform: scale(1.15); filter: brightness(1.25); box-shadow: 0 0 12px var(--md-accent-fg-color); border-radius: 4px; } /* Dark-logo fix: invert black-on-transparent logos so they remain visible in dark mode */ [data-md-color-scheme="slate"] img[src*="nutanix_logo"] { filter: invert(1); } [data-md-color-scheme="slate"] img[src*="nutanix_logo"]:hover { filter: invert(1) brightness(1.25); } /* V2 Homepage Hero Dashboard Cards */ .hero-badge-card { flex: 1; max-width: 280px; min-width: 200px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px; padding: 24px 16px; text-align: center; background: rgba(255, 255, 255, 0.015); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: inline-block; cursor: pointer; vertical-align: top; } .hero-badge-card img { width: 100px; height: 100px; object-fit: contain; margin-bottom: 12px; transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), filter 0.25s ease; } .hero-badge-card:hover { transform: translateY(-4px); } .hero-badge-card:hover img { transform: scale(1.15); filter: brightness(1.25); } /* Modifiers for custom theme accents */ .hero-badge-card--cyan { border-color: rgba(34, 211, 238, 0.15); background: rgba(34, 211, 238, 0.015); } .hero-badge-card--cyan:hover { background: rgba(34, 211, 238, 0.04) !important; box-shadow: 0 8px 24px rgba(34, 211, 238, 0.15); border-color: #22d3ee !important; } .hero-badge-card--purple { border-color: rgba(139, 92, 246, 0.15); background: rgba(139, 92, 246, 0.015); } .hero-badge-card--purple:hover { background: rgba(139, 92, 246, 0.04) !important; box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15); border-color: #a78bfa !important; } .hero-badge-card--pink { border-color: rgba(236, 72, 153, 0.15); background: rgba(236, 72, 153, 0.015); } .hero-badge-card--pink:hover { background: rgba(236, 72, 153, 0.04) !important; box-shadow: 0 8px 24px rgba(236, 72, 153, 0.15); border-color: #f472b6 !important; } .hero-badge-card--teal { border-color: rgba(20, 184, 166, 0.15); background: rgba(20, 184, 166, 0.015); } .hero-badge-card--teal:hover { background: rgba(20, 184, 166, 0.04) !important; box-shadow: 0 8px 24px rgba(20, 184, 166, 0.15); border-color: #2dd4bf !important; } .hero-badge-card--amber { border-color: rgba(245, 158, 11, 0.2); background: rgba(245, 158, 11, 0.02); } .hero-badge-card--amber:hover { background: rgba(245, 158, 11, 0.06) !important; box-shadow: 0 8px 24px rgba(245, 158, 11, 0.18); border-color: #f59e0b !important; } /* Gold: the flagship Awesome Lists card (matches the ⭐ Awesome Lists hero). */ .hero-badge-card--gold { border-color: rgba(251, 191, 36, 0.25); background: rgba(251, 191, 36, 0.025); } .hero-badge-card--gold:hover { background: rgba(251, 191, 36, 0.07) !important; box-shadow: 0 8px 24px rgba(251, 191, 36, 0.22); border-color: #fbbf24 !important; } .hero-badge-icon { /* Match the 100px logo box on the other hero cards so the emoji-based Intelligence Digest card is the same height. */ height: 100px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; line-height: 1; margin-bottom: 12px; } .hero-badge-title { font-weight: bold; font-size: 0.95rem; color: var(--md-primary-fg-color); } .hero-badge-subtitle { font-size: 0.78rem; color: var(--md-primary-fg-color--dark); margin-top: 4px; } /* Intelligence Digest mini-preview on index */ .digest-preview { background: rgba(245, 158, 11, 0.04); border: 1px solid rgba(245, 158, 11, 0.15); border-radius: 12px; padding: 20px 24px; margin: 24px 0; } .digest-preview-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; } .digest-preview-title { font-weight: 700; font-size: 1rem; color: var(--md-primary-fg-color); } .digest-preview-link { font-size: 0.8rem; color: #f59e0b; text-decoration: none; font-weight: 600; letter-spacing: 0.02em; } .digest-preview-link:hover { text-decoration: underline; } .digest-preview-list { list-style: none; margin: 0; padding: 0; } .digest-preview-list li { padding: 5px 0; border-bottom: 1px solid rgba(245, 158, 11, 0.08); font-size: 0.875rem; display: flex; align-items: center; gap: 8px; } .digest-preview-list li:last-child { border-bottom: none; } .digest-preview-cat { font-size: 0.7rem; color: #f59e0b; background: rgba(245, 158, 11, 0.1); border-radius: 4px; padding: 1px 6px; white-space: nowrap; } /* Hero Showcase Image wrapper (4 cars in a container) */ .hero-showcase-wrapper { margin: 24px auto; max-width: 1100px; /* Increased from 650px to make it responsive and as large as possible */ width: 100%; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.015); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1); position: relative; display: block; } [data-md-color-scheme="slate"] .hero-showcase-wrapper { border-color: rgba(34, 211, 238, 0.1); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); } .hero-showcase-link { display: block; text-decoration: none; color: inherit; position: relative; } .hero-showcase-image { width: 100% !important; display: block; object-fit: cover; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease; margin: 0 !important; } .hero-showcase-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; background: rgba(9, 9, 11, 0.5); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-top: 1px solid rgba(255, 255, 255, 0.06); gap: 16px; flex-wrap: wrap; } [data-md-color-scheme="slate"] .hero-showcase-footer { background: rgba(0, 0, 0, 0.6); } .hero-showcase-badge { background: rgba(34, 211, 238, 0.1); border: 1px solid rgba(34, 211, 238, 0.3); color: var(--md-accent-fg-color); font-size: 0.72rem; font-weight: 700; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); letter-spacing: 0.05em; transition: all 0.3s ease; white-space: nowrap; } .hero-showcase-caption { font-size: 0.8rem; color: var(--md-primary-fg-color--dark); text-align: right; flex: 1; min-width: 250px; line-height: 1.4; transition: color 0.3s ease; } /* Hover effects */ .hero-showcase-wrapper:hover { transform: translateY(-4px); border-color: var(--md-accent-fg-color); box-shadow: 0 12px 30px rgba(34, 211, 238, 0.15); } .hero-showcase-wrapper:hover .hero-showcase-image { transform: scale(1.02); /* slightly reduced zoom to keep it elegant */ filter: brightness(1.05) contrast(1.02); } .hero-showcase-wrapper:hover .hero-showcase-footer { border-top-color: rgba(34, 211, 238, 0.3); background: rgba(34, 211, 238, 0.02) !important; } .hero-showcase-wrapper:hover .hero-showcase-badge { background: var(--md-accent-fg-color); color: #09090b; box-shadow: 0 0 10px var(--md-accent-fg-color); } .hero-showcase-wrapper:hover .hero-showcase-caption { color: var(--md-primary-fg-color); } /* Clickable Quote Card */ .quote-card-link { display: block; text-decoration: none !important; color: inherit !important; margin: 28px auto; max-width: 1100px; width: 100%; } .quote-card { padding: 28px 36px; border-radius: 14px; border: 1px dashed rgba(34, 211, 238, 0.25); background: rgba(34, 211, 238, 0.005); position: relative; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-align: center; } [data-md-color-scheme="slate"] .quote-card { background: rgba(34, 211, 238, 0.015); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); } .quote-card::before { content: '“'; position: absolute; top: -10px; left: 24px; font-size: 4.5rem; font-family: Georgia, serif; color: rgba(34, 211, 238, 0.25); line-height: 1; } .quote-card-text { font-size: 1.15rem; font-style: italic; font-weight: 500; line-height: 1.6; margin-bottom: 10px; color: var(--md-primary-fg-color); transition: color 0.3s ease; } [data-md-color-scheme="slate"] .quote-card-text { color: #e2e8f0; } .quote-card-author { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--md-accent-fg-color); transition: text-shadow 0.3s ease; } /* Quote Hover effects */ .quote-card-link:hover .quote-card { transform: translateY(-2px); border-style: solid; border-color: var(--md-accent-fg-color); background: rgba(34, 211, 238, 0.03) !important; box-shadow: 0 8px 24px rgba(34, 211, 238, 0.18); } .quote-card-link:hover .quote-card-text { color: #ffffff; text-shadow: 0 0 10px rgba(255, 255, 255, 0.35); } .quote-card-link:hover .quote-card-author { text-shadow: 0 0 8px rgba(34, 211, 238, 0.5); } /* ---------------------------------------------------- */ /* INTERACTIVE FILTER & SEARCH SYSTEM UI */ /* ---------------------------------------------------- */ .v2-filtered-hidden { display: none !important; } .v2-filter-container { margin: 24px 0 20px 0; padding: 20px; border-radius: 12px; border: 1px solid rgba(0, 0, 0, 0.08); background: rgba(244, 244, 245, 0.5); /* Zinc 100 translucent */ backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); display: flex; flex-direction: column; gap: 16px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; } [data-md-color-scheme="slate"] .v2-filter-container { border-color: rgba(34, 211, 238, 0.15); background: rgba(24, 24, 27, 0.6); /* Zinc 900 translucent */ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); } .v2-search-wrapper { position: relative; display: flex; align-items: center; width: 100%; } .v2-search-input { width: 100%; padding: 12px 40px 12px 16px; font-size: 0.85rem; font-family: inherit; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.15); background: #ffffff; color: var(--md-primary-fg-color); transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); outline: none; } [data-md-color-scheme="slate"] .v2-search-input { border-color: rgba(255, 255, 255, 0.08); background: rgba(9, 9, 11, 0.7); /* Zinc 950 */ color: #ffffff; } .v2-search-input:focus { border-color: var(--md-accent-fg-color); box-shadow: 0 0 0 3px var(--md-accent-fg-color--transparent); } [data-md-color-scheme="slate"] .v2-search-input:focus { border-color: var(--md-accent-fg-color); box-shadow: 0 0 12px rgba(34, 211, 238, 0.25); background: rgba(9, 9, 11, 0.9); } .v2-search-clear { position: absolute; right: 14px; font-size: 1.4rem; cursor: pointer; color: var(--md-primary-fg-color--dark); transition: color 0.2s ease; user-select: none; line-height: 1; } .v2-search-clear:hover { color: var(--md-accent-fg-color); } .v2-tag-pills { display: flex; flex-wrap: wrap; gap: 8px; } .v2-pill { padding: 6px 12px; font-size: 0.68rem; font-weight: 700; border-radius: 6px; border: 1px solid rgba(0, 0, 0, 0.08); background: rgba(0, 0, 0, 0.02); color: var(--md-primary-fg-color--dark); cursor: pointer; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); text-transform: uppercase; letter-spacing: 0.05em; font-family: inherit; } [data-md-color-scheme="slate"] .v2-pill { border-color: rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.6); } .v2-pill:hover { border-color: var(--md-accent-fg-color); color: var(--md-primary-fg-color); background: var(--md-accent-fg-color--transparent); } [data-md-color-scheme="slate"] .v2-pill:hover { color: #ffffff; text-shadow: 0 0 8px rgba(34, 211, 238, 0.3); } .v2-pill.active { border-color: var(--md-accent-fg-color) !important; color: #ffffff !important; background: var(--md-accent-fg-color) !important; box-shadow: 0 4px 10px rgba(14, 165, 233, 0.3); } [data-md-color-scheme="slate"] .v2-pill.active { color: #09090b !important; background: var(--md-accent-fg-color) !important; box-shadow: 0 0 14px rgba(34, 211, 238, 0.4); } .v2-filter-stats { display: flex; justify-content: space-between; font-size: 0.72rem; color: var(--md-primary-fg-color--dark); border-top: 1px solid rgba(0, 0, 0, 0.06); padding-top: 12px; margin-top: 4px; } [data-md-color-scheme="slate"] .v2-filter-stats { border-top-color: rgba(255, 255, 255, 0.06); } .v2-visible-count, .v2-total-count { color: var(--md-primary-fg-color); font-weight: 700; } [data-md-color-scheme="slate"] .v2-visible-count, [data-md-color-scheme="slate"] .v2-total-count { color: #ffffff; } /* ---------------------------------------------------- */ /* V2 PREMIUM DYNAMIC EXPANSION */ /* ---------------------------------------------------- */ /* 1. Lazy Video Container Hover Animations */ .video-lazy-container { position: relative; transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease; } .video-lazy-container:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(34, 211, 238, 0.2); } .video-lazy-container:hover .video-lazy-thumbnail { opacity: 1 !important; transform: scale(1.01); } .video-lazy-container:hover .video-lazy-play-btn { background: var(--md-accent-fg-color) !important; box-shadow: 0 0 18px var(--md-accent-fg-color); transform: translate(-50%, -50%) scale(1.08); } .video-lazy-container:hover .video-lazy-play-btn svg { fill: #09090b !important; } /* 2. Theme-Aware Mermaid Flowchart Styles */ .mermaid { background-color: var(--md-primary-bg-color--light) !important; border: 1px solid rgba(0, 0, 0, 0.06); border-radius: 12px; padding: 20px; margin: 20px 0; display: block; transition: background-color 0.3s ease, border-color 0.3s ease; } [data-md-color-scheme="slate"] .mermaid { background-color: var(--md-code-bg-color) !important; border-color: rgba(255, 255, 255, 0.08); } [data-md-color-scheme="slate"] .mermaid svg { filter: invert(0.9) hue-rotate(180deg) brightness(1.1); } /* 3. V2 Sparkline Path Drawing Animation */ .v2-sparkline { overflow: visible !important; } .v2-sparkline-path { stroke-dasharray: 120; stroke-dashoffset: 120; animation: v2-sparkline-draw 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; } @keyframes v2-sparkline-draw { to { stroke-dashoffset: 0; } } /* 4. Glassmorphic Code Copy Clipboard Button Overrides */ .highlight { position: relative; } .md-clipboard { position: absolute; top: 8px; right: 8px; opacity: 0 !important; transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s ease, border-color 0.25s ease, transform 0.2s ease !important; background-color: rgba(9, 9, 11, 0.65) !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.12) !important; border-radius: 6px !important; color: rgba(255, 255, 255, 0.75) !important; cursor: pointer; z-index: 5; } .highlight:hover .md-clipboard { opacity: 1 !important; } .md-clipboard:hover { background-color: var(--md-accent-fg-color) !important; color: #09090b !important; border-color: var(--md-accent-fg-color) !important; transform: scale(1.06); } [data-md-color-scheme="slate"] .md-clipboard { background-color: rgba(0, 0, 0, 0.55) !important; } /* ---------------------------------------------------- */ /* PERFORMANCE OPTIMIZATIONS FOR DENSE INDEXES */ /* ---------------------------------------------------- */ /* NOTE: `content-visibility: auto` was removed here (v2.9.2). It deferred painting of off-screen