    * { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }

    /* Tailwind .hidden can lose to component display rules loaded after the build */
    .hidden { display: none !important; }

    /* ══════════════════════════════════════
       ULTRA-PREMIUM BACKGROUND SYSTEM
    ══════════════════════════════════════ */
    body {
      background: #e8f0fe;
      min-height: 100vh;
      position: relative;
      overflow-x: hidden;
    }
    .dark body { background: #060a14 !important; }

    .bg-canvas {
      position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
    }

    /* Deep base mesh */
    .bg-base {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 100% 80% at 0% 0%, rgba(99,102,241,.2) 0%, transparent 50%),
        radial-gradient(ellipse 80% 60% at 100% 0%, rgba(14,165,233,.18) 0%, transparent 45%),
        radial-gradient(ellipse 70% 55% at 50% 100%, rgba(59,130,246,.16) 0%, transparent 50%),
        radial-gradient(ellipse 50% 40% at 80% 60%, rgba(16,185,129,.12) 0%, transparent 45%),
        radial-gradient(ellipse 40% 35% at 20% 70%, rgba(139,92,246,.1) 0%, transparent 40%),
        linear-gradient(175deg, #fafcff 0%, #eef4ff 35%, #e4edff 65%, #dce8ff 100%);
    }
    .dark .bg-base {
      background:
        radial-gradient(ellipse 90% 70% at 5% 0%, rgba(59,130,246,.18) 0%, transparent 50%),
        radial-gradient(ellipse 70% 55% at 100% 10%, rgba(16,185,129,.1) 0%, transparent 45%),
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(139,92,246,.12) 0%, transparent 50%),
        radial-gradient(ellipse 45% 35% at 75% 50%, rgba(14,165,233,.08) 0%, transparent 40%),
        linear-gradient(165deg, #060a14 0%, #0c1222 40%, #101c33 70%, #0a1020 100%);
    }

    /* Animated aurora ribbons */
    .bg-aurora {
      position: absolute; inset: -50%;
      background:
        radial-gradient(ellipse 50% 40% at 25% 35%, rgba(59,130,246,.22) 0%, transparent 70%),
        radial-gradient(ellipse 45% 35% at 75% 25%, rgba(16,185,129,.16) 0%, transparent 65%),
        radial-gradient(ellipse 40% 30% at 55% 75%, rgba(139,92,246,.18) 0%, transparent 60%),
        conic-gradient(from 180deg at 40% 50%, rgba(59,130,246,.12), transparent 30%, rgba(14,165,233,.1), transparent 60%, rgba(16,185,129,.08));
      filter: blur(70px) saturate(1.4);
      animation: auroraShift 25s ease-in-out infinite alternate;
      opacity: .9;
    }
    .bg-aurora-2 {
      position: absolute; inset: -30%;
      background:
        radial-gradient(ellipse 35% 25% at 65% 40%, rgba(236,72,153,.08) 0%, transparent 70%),
        radial-gradient(ellipse 30% 20% at 30% 60%, rgba(14,165,233,.14) 0%, transparent 65%);
      filter: blur(90px);
      animation: auroraShift2 30s ease-in-out infinite alternate-reverse;
      opacity: .7;
    }
    .dark .bg-aurora { opacity: .65; filter: blur(90px) saturate(1.2); }
    .dark .bg-aurora-2 { opacity: .45; }

    @keyframes auroraShift {
      0% { transform: translate(0, 0) rotate(0deg) scale(1); }
      33% { transform: translate(4%, -3%) rotate(4deg) scale(1.06); }
      66% { transform: translate(-3%, 2%) rotate(-3deg) scale(1.03); }
      100% { transform: translate(2%, 4%) rotate(2deg) scale(1.05); }
    }
    @keyframes auroraShift2 {
      0% { transform: translate(0, 0) scale(1); }
      50% { transform: translate(-5%, 4%) scale(1.08); }
      100% { transform: translate(4%, -3%) scale(1.04); }
    }

    /* Morphing gradient blobs */
    .bg-blob {
      position: absolute; filter: blur(70px); opacity: .55;
      animation: blobFloat 20s ease-in-out infinite;
    }
    .bg-blob-1 {
      width: 45vw; height: 45vw; max-width: 600px; max-height: 600px;
      top: -15%; right: -10%;
      background: linear-gradient(135deg, rgba(59,130,246,.35), rgba(99,102,241,.2));
      border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
      animation: blobFloat 22s ease-in-out infinite, blobMorph 18s ease-in-out infinite;
    }
    .bg-blob-2 {
      width: 40vw; height: 40vw; max-width: 500px; max-height: 500px;
      bottom: -10%; left: -12%;
      background: linear-gradient(135deg, rgba(16,185,129,.28), rgba(14,165,233,.15));
      border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
      animation: blobFloat 26s ease-in-out infinite reverse, blobMorph 22s ease-in-out infinite reverse;
      animation-delay: -8s;
    }
    .bg-blob-3 {
      width: 30vw; height: 30vw; max-width: 400px; max-height: 400px;
      top: 40%; left: 35%;
      background: linear-gradient(135deg, rgba(139,92,246,.2), rgba(59,130,246,.12));
      border-radius: 50% 50% 30% 70% / 40% 60% 40% 60%;
      animation: blobFloat 24s ease-in-out infinite, blobMorph 20s ease-in-out infinite;
      animation-delay: -14s;
      opacity: .35;
    }
    .dark .bg-blob { opacity: .35; }

    @keyframes blobMorph {
      0%, 100% { border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
      25% { border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%; }
      50% { border-radius: 50% 60% 30% 60% / 30% 40% 70% 50%; }
      75% { border-radius: 40% 50% 60% 30% / 60% 30% 50% 70%; }
    }
    @keyframes blobFloat {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      33% { transform: translate(25px, -20px) rotate(5deg); }
      66% { transform: translate(-15px, 15px) rotate(-3deg); }
    }

    /* Center hero spotlight */
    .bg-spotlight {
      position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
      width: 120%; height: 70%;
      background: radial-gradient(ellipse 50% 60% at 50% 0%, rgba(255,255,255,.5) 0%, rgba(59,130,246,.08) 35%, transparent 70%);
      animation: spotlightPulse 8s ease-in-out infinite;
    }
    .dark .bg-spotlight {
      background: radial-gradient(ellipse 50% 55% at 50% 0%, rgba(59,130,246,.15) 0%, rgba(99,102,241,.06) 40%, transparent 70%);
    }
    @keyframes spotlightPulse {
      0%, 100% { opacity: .8; transform: translateX(-50%) scale(1); }
      50% { opacity: 1; transform: translateX(-50%) scale(1.03); }
    }

    /* Iridescent shimmer overlay */
    .bg-shimmer {
      position: absolute; inset: 0;
      background: linear-gradient(
        125deg,
        transparent 0%, transparent 40%,
        rgba(255,255,255,.06) 45%,
        rgba(59,130,246,.04) 50%,
        rgba(16,185,129,.04) 55%,
        rgba(139,92,246,.03) 60%,
        transparent 65%, transparent 100%
      );
      background-size: 250% 250%;
      animation: shimmerSweep 12s ease-in-out infinite;
      mix-blend-mode: overlay;
    }
    .dark .bg-shimmer {
      background: linear-gradient(125deg, transparent 40%, rgba(96,165,250,.06) 50%, rgba(16,185,129,.04) 55%, transparent 65%);
      background-size: 250% 250%;
      mix-blend-mode: soft-light;
    }
    @keyframes shimmerSweep {
      0%, 100% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
    }

    /* Premium dot grid */
    .bg-grid {
      position: absolute; inset: 0;
      background-image:
        radial-gradient(circle at center, rgba(59,130,246,.12) 1px, transparent 1px);
      background-size: 32px 32px;
      mask-image: radial-gradient(ellipse 90% 80% at 50% 30%, black 10%, transparent 75%);
      -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 30%, black 10%, transparent 75%);
      animation: gridDrift 50s linear infinite;
      opacity: .6;
    }
    .bg-grid-lines {
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(59,130,246,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(59,130,246,.03) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: radial-gradient(ellipse 85% 75% at 50% 35%, black 5%, transparent 80%);
      -webkit-mask-image: radial-gradient(ellipse 85% 75% at 50% 35%, black 5%, transparent 80%);
    }
    .dark .bg-grid {
      background-image: radial-gradient(circle at center, rgba(96,165,250,.15) 1px, transparent 1px);
    }
    .dark .bg-grid-lines {
      background-image:
        linear-gradient(rgba(96,165,250,.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(96,165,250,.05) 1px, transparent 1px);
    }
    @keyframes gridDrift {
      0% { transform: translate(0, 0); }
      100% { transform: translate(32px, 32px); }
    }

    /* Corner prism accents */
    .bg-prism {
      position: absolute; width: 50%; height: 50%; opacity: .4;
    }
    .bg-prism-tl {
      top: 0; left: 0;
      background: radial-gradient(ellipse at 0% 0%, rgba(59,130,246,.15) 0%, transparent 60%);
    }
    .bg-prism-br {
      bottom: 0; right: 0;
      background: radial-gradient(ellipse at 100% 100%, rgba(16,185,129,.12) 0%, transparent 55%);
    }

    .bg-noise {
      position: absolute; inset: 0; opacity: .4; mix-blend-mode: overlay;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    }

    .bg-vignette {
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 95% 85% at 50% 40%, transparent 30%, rgba(232,240,254,.4) 100%),
        linear-gradient(180deg, transparent 85%, rgba(59,130,246,.04) 100%);
    }
    .dark .bg-vignette {
      background:
        radial-gradient(ellipse 90% 80% at 50% 40%, transparent 20%, rgba(4,8,16,.8) 100%),
        linear-gradient(180deg, transparent 80%, rgba(0,0,0,.3) 100%);
    }

    /* Light beams */
    .bg-beam {
      position: absolute; top: -20%; height: 140%;
      background: linear-gradient(180deg, transparent 0%, rgba(59,130,246,.06) 40%, rgba(255,255,255,.08) 50%, rgba(16,185,129,.05) 60%, transparent 100%);
      transform-origin: top center;
      animation: beamSweep 20s ease-in-out infinite;
    }
    .bg-beam-1 { left: 15%; width: 2px; animation-delay: 0s; }
    .bg-beam-2 { left: 48%; width: 1px; animation-delay: -7s; opacity: .8; }
    .bg-beam-3 { left: 78%; width: 2px; animation-delay: -14s; opacity: .6; }
    .bg-beam-4 { left: 92%; width: 1px; animation-delay: -10s; opacity: .4; }
    @keyframes beamSweep {
      0%, 100% { transform: rotate(-6deg) translateX(0); opacity: .3; }
      50% { transform: rotate(6deg) translateX(15px); opacity: .85; }
    }

    /* Glowing orbs */
    .bg-orb {
      position: absolute; border-radius: 50%;
      filter: blur(60px);
      animation: orbFloat 16s ease-in-out infinite;
    }
    .bg-orb-1 { width: 480px; height: 480px; background: rgba(59,130,246,.22); top: -10%; right: -5%; box-shadow: 0 0 120px rgba(59,130,246,.15); }
    .bg-orb-2 { width: 380px; height: 380px; background: rgba(16,185,129,.16); bottom: 5%; left: -8%; box-shadow: 0 0 100px rgba(16,185,129,.1); animation-delay: -5s; }
    .bg-orb-3 { width: 300px; height: 300px; background: rgba(139,92,246,.14); top: 42%; left: 50%; animation-delay: -10s; }
    .dark .bg-orb-1 { background: rgba(59,130,246,.12); }
    .dark .bg-orb-2 { background: rgba(16,185,129,.08); }
    .dark .bg-orb-3 { background: rgba(139,92,246,.08); }

    @keyframes orbFloat {
      0%, 100% { transform: translate(0, 0) scale(1); }
      33% { transform: translate(30px, -25px) scale(1.08); }
      66% { transform: translate(-20px, 18px) scale(.92); }
    }

    /* Elegant rings */
    .bg-ring {
      position: absolute; border-radius: 50%;
      border: 1px solid transparent;
      background: linear-gradient(#eef4ff, #eef4ff) padding-box,
                  linear-gradient(135deg, rgba(59,130,246,.2), rgba(16,185,129,.15), rgba(139,92,246,.1)) border-box;
      animation: ringPulse 12s ease-in-out infinite;
    }
    .dark .bg-ring {
      background: linear-gradient(#0c1222, #0c1222) padding-box,
                  linear-gradient(135deg, rgba(59,130,246,.15), rgba(16,185,129,.1)) border-box;
    }
    .bg-ring-1 { width: 340px; height: 340px; top: 10%; left: -10%; }
    .bg-ring-2 { width: 500px; height: 500px; bottom: -8%; right: -15%; animation-delay: -4s; }
    .bg-ring-3 { width: 200px; height: 200px; top: 52%; right: 15%; animation-delay: -8s; }
    @keyframes ringPulse {
      0%, 100% { transform: scale(1) rotate(0deg); opacity: .3; }
      50% { transform: scale(1.06) rotate(8deg); opacity: .6; }
    }

    /* Floating accents */
    .bg-shape {
      position: absolute; opacity: .2;
      animation: shapeFloat 18s ease-in-out infinite;
    }
    .bg-shape-diamond {
      width: 52px; height: 52px;
      background: linear-gradient(135deg, rgba(59,130,246,.6), rgba(16,185,129,.4));
      transform: rotate(45deg); border-radius: 10px;
      top: 20%; right: 12%; box-shadow: 0 0 30px rgba(59,130,246,.2);
    }
    .bg-shape-plus { width: 36px; height: 36px; top: 65%; left: 10%; animation-delay: -6s; }
    .bg-shape-plus::before, .bg-shape-plus::after {
      content: ''; position: absolute; background: linear-gradient(90deg, rgba(99,102,241,.5), rgba(59,130,246,.3)); border-radius: 2px;
    }
    .bg-shape-plus::before { width: 100%; height: 3px; top: 50%; transform: translateY(-50%); }
    .bg-shape-plus::after { width: 3px; height: 100%; left: 50%; transform: translateX(-50%); }
    .bg-shape-diamond { animation-name: shapeFloatDiamond; }
    @keyframes shapeFloat {
      0%, 100% { transform: translateY(0) rotate(0deg); }
      50% { transform: translateY(-22px) rotate(15deg); }
    }
    @keyframes shapeFloatDiamond {
      0%, 100% { transform: rotate(45deg) translateY(0); }
      50% { transform: rotate(45deg) translateY(-24px); }
    }

    /* Star field */
    .bg-stars {
      position: absolute; inset: 0;
    }
    .bg-star {
      position: absolute; border-radius: 50%;
      background: rgba(255,255,255,.8);
      box-shadow: 0 0 4px rgba(255,255,255,.6);
      animation: starTwinkle 4s ease-in-out infinite;
    }
    .dark .bg-star { background: rgba(255,255,255,.9); }
    @keyframes starTwinkle {
      0%, 100% { opacity: .2; transform: scale(.8); }
      50% { opacity: 1; transform: scale(1.2); }
    }

    /* Bottom wave */
    .bg-wave {
      position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
      background: linear-gradient(180deg, transparent, rgba(59,130,246,.06));
      mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0,80 C360,120 720,20 1080,60 C1260,80 1380,70 1440,80 L1440,120 L0,120 Z'/%3E%3C/svg%3E");
      mask-size: cover; mask-position: bottom;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0,80 C360,120 720,20 1080,60 C1260,80 1380,70 1440,80 L1440,120 L0,120 Z'/%3E%3C/svg%3E");
      -webkit-mask-size: cover; -webkit-mask-position: bottom;
      animation: waveShift 14s ease-in-out infinite alternate;
    }
    .bg-wave-2 {
      position: absolute; bottom: 0; left: 0; right: 0; height: 160px; opacity: .5;
      background: linear-gradient(180deg, transparent, rgba(16,185,129,.04));
      mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0,64 C240,100 480,30 720,64 C960,98 1200,40 1440,64 L1440,120 L0,120 Z'/%3E%3C/svg%3E");
      mask-size: cover; mask-position: bottom;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M0,64 C240,100 480,30 720,64 C960,98 1200,40 1440,64 L1440,120 L0,120 Z'/%3E%3C/svg%3E");
      -webkit-mask-size: cover; -webkit-mask-position: bottom;
      animation: waveShift 18s ease-in-out infinite alternate-reverse;
    }
    @keyframes waveShift {
      0% { transform: translateX(0); }
      100% { transform: translateX(-4%); }
    }

    /* Cursor glow */
    .bg-cursor-glow {
      position: fixed; width: 520px; height: 520px; border-radius: 50%;
      background: radial-gradient(circle, rgba(59,130,246,.1) 0%, rgba(16,185,129,.05) 30%, rgba(139,92,246,.03) 50%, transparent 70%);
      transform: translate(-50%, -50%);
      pointer-events: none; z-index: 1; opacity: 0;
      transition: opacity .5s ease;
      will-change: transform;
    }
    .bg-cursor-glow.visible { opacity: 1; }
    .dark .bg-cursor-glow {
      background: radial-gradient(circle, rgba(96,165,250,.14) 0%, rgba(16,185,129,.06) 35%, transparent 70%);
    }

    /* Particles */
    .particle {
      position: fixed; border-radius: 50%; pointer-events: none; z-index: 1;
      animation: particleFloat linear infinite;
    }
    .particle-dot {
      background: rgba(255,255,255,.7);
      box-shadow: 0 0 8px rgba(59,130,246,.5), 0 0 2px rgba(255,255,255,.8);
    }
    .dark .particle-dot {
      background: rgba(147,197,253,.6);
      box-shadow: 0 0 10px rgba(96,165,250,.5);
    }
    .particle-spark {
      width: 2px !important; height: 14px !important; border-radius: 2px;
      background: linear-gradient(180deg, transparent, rgba(59,130,246,.6), rgba(16,185,129,.4), transparent);
      animation-name: sparkFloat;
    }
    @keyframes particleFloat {
      0% { transform: translateY(105vh) scale(0); opacity: 0; }
      8% { opacity: 1; }
      92% { opacity: 1; }
      100% { transform: translateY(-8vh) scale(1); opacity: 0; }
    }
    @keyframes sparkFloat {
      0% { transform: translateY(105vh) rotate(0deg); opacity: 0; }
      10% { opacity: .9; }
      90% { opacity: .9; }
      100% { transform: translateY(-8vh) rotate(180deg); opacity: 0; }
    }

    @media (prefers-reduced-motion: reduce) {
      .bg-aurora, .bg-aurora-2, .bg-blob, .bg-grid, .bg-shimmer, .bg-beam,
      .bg-orb, .bg-ring, .bg-shape, .bg-wave, .bg-wave-2, .bg-spotlight,
      .bg-star, .particle { animation: none !important; }
      .bg-cursor-glow { display: none; }
    }

    /* ── Glass cards ── */
    .glass {
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      border: 1px solid rgba(255,255,255,.7);
      border-radius: 1.5rem;
      box-shadow: 0 4px 32px rgba(59,130,246,.06), 0 1px 3px rgba(0,0,0,.04);
      transition: transform .35s cubic-bezier(.34,1.56,.64,1), box-shadow .35s ease;
    }
    .glass:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(59,130,246,.12), 0 2px 8px rgba(0,0,0,.06); }
    .dark .glass {
      background: rgba(15,23,42,.75);
      border-color: rgba(51,65,85,.5);
      box-shadow: 0 4px 32px rgba(0,0,0,.2);
    }
    .dark .glass:hover { box-shadow: 0 12px 40px rgba(59,130,246,.15); }

    /* ── Premium hero strip ── */
    .hero-strip { text-align: center; animation: fadeUp .8s cubic-bezier(.22,1,.36,1) both; }
    .hero-badge {
      display: inline-flex; align-items: center; gap: .5rem;
      padding: .375rem 1rem .375rem .5rem; border-radius: 9999px;
      background: rgba(255,255,255,.75);
      backdrop-filter: blur(16px) saturate(1.6);
      -webkit-backdrop-filter: blur(16px) saturate(1.6);
      border: 1px solid rgba(255,255,255,.8);
      box-shadow: 0 4px 20px rgba(59,130,246,.1), 0 1px 0 rgba(255,255,255,.9) inset;
      font-size: .75rem; font-weight: 600; color: #2563eb;
      margin-bottom: 1rem;
    }
    .dark .hero-badge {
      background: rgba(15,23,42,.7);
      border-color: rgba(59,130,246,.2);
      box-shadow: 0 4px 20px rgba(0,0,0,.2);
    }
    .hero-badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #10b981; box-shadow: 0 0 8px #10b981; animation: livePulse 2s infinite; }
    .hero-title {
      font-size: clamp(1.75rem, 5vw, 2.5rem); font-weight: 800; letter-spacing: -.03em;
      background: linear-gradient(135deg, #0f172a 0%, #1e40af 50%, #0f172a 100%);
      background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text; animation: textShimmer 6s linear infinite;
    }
    .dark .hero-title { background: linear-gradient(135deg, #f8fafc, #60a5fa, #f8fafc); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; }
    @keyframes textShimmer { 0%,100%{background-position:0% center} 50%{background-position:100% center} }

    /* ── Trust row ── */
    .trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin-top: 1.25rem; }
    .trust-item { display: flex; align-items: center; gap: .5rem; font-size: .75rem; font-weight: 600; color: #64748b; }
    .trust-icon { width: 1.75rem; height: 1.75rem; border-radius: .5rem; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.7); border: 1px solid #e2e8f0; color: #3b82f6; }

    /* ── Status cards ── */
    .status-card {
      position: relative; overflow: hidden;
      background: linear-gradient(145deg, rgba(255,255,255,.92) 0%, rgba(248,250,252,.85) 100%);
      backdrop-filter: blur(32px) saturate(1.8);
      -webkit-backdrop-filter: blur(32px) saturate(1.8);
      border-radius: 1.5rem;
      border: 1px solid rgba(255,255,255,.85);
      box-shadow:
        0 8px 32px rgba(59,130,246,.1),
        0 1px 0 rgba(255,255,255,.9) inset,
        0 0 0 1px rgba(59,130,246,.04);
      transition: all .45s cubic-bezier(.34,1.56,.64,1);
    }
    .status-card::after {
      content: ''; position: absolute; top: -50%; right: -30%; width: 60%; height: 100%;
      background: radial-gradient(circle, rgba(59,130,246,.06) 0%, transparent 70%);
      pointer-events: none;
    }
    .status-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, #3b82f6, #10b981, #3b82f6);
      background-size: 200% 100%;
      animation: shimmer 3s linear infinite;
    }
    .status-card:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 16px 48px rgba(59,130,246,.14); }
    .status-card-blue::before { background: linear-gradient(90deg, #3b82f6, #60a5fa, #3b82f6); background-size: 200% 100%; }
    .status-card-green::before { background: linear-gradient(90deg, #10b981, #34d399, #10b981); background-size: 200% 100%; }
    .dark .status-card {
      background: linear-gradient(135deg, rgba(30,41,59,.9) 0%, rgba(15,23,42,.85) 100%);
      border-color: rgba(51,65,85,.6);
    }

    @keyframes shimmer {
      0% { background-position: 200% 0; }
      100% { background-position: -200% 0; }
    }

    .status-icon-wrap {
      width: 3rem; height: 3rem; border-radius: .875rem;
      display: flex; align-items: center; justify-content: center;
      animation: iconPop .6s cubic-bezier(.34,1.56,.64,1) both;
    }
    .status-icon-blue { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; }
    .status-icon-green { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #059669; }
    .dark .status-icon-blue { background: linear-gradient(135deg, #1e3a5f, #1e40af); color: #60a5fa; }
    .dark .status-icon-green { background: linear-gradient(135deg, #064e3b, #065f46); color: #34d399; }

    @keyframes iconPop {
      from { opacity: 0; transform: scale(.5) rotate(-10deg); }
      to { opacity: 1; transform: scale(1) rotate(0); }
    }

    .status-dot {
      width: .625rem; height: .625rem; border-radius: 50%;
      background: #10b981; position: relative; display: inline-block;
    }
    .status-dot::before {
      content: ''; position: absolute; inset: -4px; border-radius: 50%;
      background: rgba(16,185,129,.35);
      animation: pulseRing 2s ease-out infinite;
    }
    @keyframes pulseRing {
      0% { transform: scale(.8); opacity: 1; }
      100% { transform: scale(2); opacity: 0; }
    }

    .status-badge {
      display: inline-flex; align-items: center; gap: .375rem;
      padding: .25rem .75rem; border-radius: 9999px;
      font-size: .75rem; font-weight: 600; letter-spacing: .025em;
      animation: badgeIn .5s ease both;
    }
    .status-badge-online { background: #ecfdf5; color: #059669; border: 1px solid #a7f3d0; }
    .status-badge-updated { background: #eff6ff; color: #2563eb; border: 1px solid #bfdbfe; }
    .dark .status-badge-online { background: rgba(16,185,129,.15); color: #34d399; border-color: rgba(16,185,129,.3); }
    .dark .status-badge-updated { background: rgba(59,130,246,.15); color: #60a5fa; border-color: rgba(59,130,246,.3); }

    @keyframes badgeIn {
      from { opacity: 0; transform: translateX(-8px); }
      to { opacity: 1; transform: translateX(0); }
    }

    .status-date-box {
      background: linear-gradient(135deg, #f8fafc, #f1f5f9);
      border: 1px solid #e2e8f0; border-radius: .875rem;
      padding: 1rem; position: relative; overflow: hidden;
      transition: background .3s ease;
    }
    .status-date-box::after {
      content: ''; position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent);
      animation: dateShine 4s ease-in-out infinite;
    }
    .dark .status-date-box { background: linear-gradient(135deg, #1e293b, #0f172a); border-color: #334155; }

    @keyframes dateShine {
      0%, 100% { left: -100%; }
      50% { left: 150%; }
    }

    /* ── Buttons ── */
    .btn-primary {
      padding: .875rem 1.5rem; border-radius: .875rem; border: none; cursor: pointer;
      background: linear-gradient(135deg, #3b82f6 0%, #2563eb 50%, #1d4ed8 100%);
      background-size: 200% 100%; color: #fff; font-weight: 600;
      box-shadow: 0 4px 16px rgba(59,130,246,.4), inset 0 1px 0 rgba(255,255,255,.2);
      transition: all .3s cubic-bezier(.34,1.56,.64,1);
      position: relative; overflow: hidden;
    }
    .btn-primary::after {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent);
      transform: translateX(-100%); transition: transform .5s ease;
    }
    .btn-primary:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(59,130,246,.5); background-position: 100% 0; }
    .btn-primary:hover:not(:disabled)::after { transform: translateX(100%); }
    .btn-primary:active:not(:disabled) { transform: translateY(0); }
    .btn-primary:disabled { opacity: .65; cursor: not-allowed; }

    .btn-secondary {
      padding: .875rem 1.5rem; border-radius: .875rem; cursor: pointer;
      background: #fff; color: #475569; font-weight: 600;
      border: 1.5px solid #e2e8f0;
      transition: all .25s ease;
      box-shadow: 0 1px 3px rgba(0,0,0,.04);
    }
    .btn-secondary:hover { background: #f8fafc; border-color: #cbd5e1; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.06); }
    .dark .btn-secondary { background: #1e293b; color: #e2e8f0; border-color: #475569; }

    /* ── Inputs ── */
    .input-field {
      width: 100%; padding: .875rem 1rem; border-radius: .875rem;
      border: 1.5px solid #e2e8f0; background: #fff; outline: none;
      transition: all .25s ease;
      box-shadow: 0 1px 3px rgba(0,0,0,.03);
    }
    .input-field:focus {
      border-color: #3b82f6;
      box-shadow: 0 0 0 4px rgba(59,130,246,.12), 0 1px 3px rgba(0,0,0,.03);
      transform: translateY(-1px);
    }
    .dark .input-field { background: #1e293b; border-color: #334155; color: #f1f5f9; }

    /* ── Verify icon ── */
    .verify-icon {
      width: 5.5rem; height: 5.5rem; border-radius: 1.375rem;
      background: linear-gradient(135deg, #3b82f6, #2563eb);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 12px 40px rgba(59,130,246,.4), inset 0 1px 0 rgba(255,255,255,.2);
      animation: iconFloat 3s ease-in-out infinite, iconGlow 2s ease-in-out infinite alternate;
    }
    @keyframes iconFloat {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }
    @keyframes iconGlow {
      from { box-shadow: 0 12px 40px rgba(59,130,246,.35); }
      to { box-shadow: 0 16px 48px rgba(59,130,246,.55); }
    }

    /* ── Page animations ── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    @keyframes scaleIn {
      from { opacity: 0; transform: scale(.92); }
      to { opacity: 1; transform: scale(1); }
    }
    @keyframes slideRight {
      from { opacity: 0; transform: translateX(-16px); }
      to { opacity: 1; transform: translateX(0); }
    }

    .anim-fade-up { animation: fadeUp .7s cubic-bezier(.22,1,.36,1) both; }
    .anim-fade-up-1 { animation-delay: .1s; }
    .anim-fade-up-2 { animation-delay: .2s; }
    .anim-fade-up-3 { animation-delay: .35s; }
    .anim-fade-up-4 { animation-delay: .5s; }
    .fade-in { animation: fadeIn .5s ease both; }
    .scale-in { animation: scaleIn .5s cubic-bezier(.34,1.56,.64,1) both; }

    /* ── Header ── */
    .site-header {
      background: rgba(255,255,255,.72);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      border-bottom: 1px solid rgba(255,255,255,.65);
      transition: box-shadow .3s ease, background .3s ease;
    }
    .site-header.scrolled {
      box-shadow: 0 4px 32px rgba(59,130,246,.1);
      background: rgba(255,255,255,.88);
    }
    .dark .site-header { background: rgba(15,23,42,.78); border-color: rgba(51,65,85,.5); }
    .dark .site-header.scrolled { background: rgba(15,23,42,.92); box-shadow: 0 4px 32px rgba(0,0,0,.3); }

    /* ── Loading spinner ── */
    .spinner {
      width: 1.25rem; height: 1.25rem; border: 2px solid rgba(255,255,255,.3);
      border-top-color: #fff; border-radius: 50%;
      animation: spin .7s linear infinite; display: inline-block;
    }
    @keyframes spin { to { transform: rotate(360deg); } }

    /* ── Stat cards in results ── */
    .stat-card {
      border-radius: .875rem; padding: 1rem;
      background: linear-gradient(135deg, #f8fafc, #f1f5f9);
      border: 1px solid #e2e8f0;
      animation: scaleIn .4s cubic-bezier(.34,1.56,.64,1) both;
      transition: transform .25s ease;
    }
    .stat-card:hover { transform: scale(1.03); }
    .dark .stat-card { background: linear-gradient(135deg, #1e293b, #0f172a); border-color: #334155; }

    /* ── Table rows ── */
    .result-row { animation: slideRight .4s ease both; }

    /* ── Live tick ── */
    .live-tick { animation: livePulse 2s ease-in-out infinite; }
    @keyframes livePulse {
      0%, 100% { opacity: 1; }
      50% { opacity: .6; }
    }

    /* ══════════════════════════════════════
       VERIFY SECTION — Premium Design
    ══════════════════════════════════════ */

    .verify-spotlight {
      position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
      width: 120%; height: 120%; pointer-events: none; z-index: 0;
      background: radial-gradient(ellipse at center, rgba(59,130,246,.12) 0%, transparent 65%);
      animation: spotlightPulse 4s ease-in-out infinite;
    }
    @keyframes spotlightPulse { 0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1)} 50%{opacity:1;transform:translate(-50%,-50%) scale(1.05)} }

    .verify-card {
      position: relative;
      border-radius: 2rem;
      padding: 2px;
      background: linear-gradient(135deg, #3b82f6, #818cf8, #34d399, #a78bfa, #60a5fa, #3b82f6);
      background-size: 400% 400%;
      animation: borderRotate 8s linear infinite, cardReveal .9s cubic-bezier(.22,1,.36,1) both;
      box-shadow:
        0 32px 80px rgba(59,130,246,.22),
        0 8px 32px rgba(99,102,241,.1),
        0 0 0 1px rgba(255,255,255,.6) inset;
    }
    .verify-card-inner {
      background: linear-gradient(165deg, rgba(255,255,255,.97) 0%, rgba(248,250,255,.95) 45%, rgba(240,247,255,.93) 100%);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-radius: 1.9rem;
      padding: 2.75rem 2.25rem;
      position: relative;
      overflow: hidden;
    }
    .verify-steps {
      display: flex; justify-content: center; gap: .5rem; margin-bottom: 2rem;
      animation: titleIn .7s .3s both;
    }
    .verify-step {
      display: flex; align-items: center; gap: .375rem;
      padding: .375rem .875rem; border-radius: 9999px;
      font-size: .65rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
      color: #94a3b8; background: #f1f5f9; border: 1px solid #e2e8f0;
      transition: all .3s ease;
    }
    .verify-step.active { color: #2563eb; background: #eff6ff; border-color: #bfdbfe; box-shadow: 0 2px 8px rgba(59,130,246,.15); }
    .verify-step-num { width: 1.25rem; height: 1.25rem; border-radius: 50%; background: currentColor; color: #fff; display: flex; align-items: center; justify-content: center; font-size: .6rem; }
    .verify-step.active .verify-step-num { background: #3b82f6; }
    .verify-card-inner::before {
      content: '';
      position: absolute; top: -50%; left: -50%; width: 200%; height: 200%;
      background: radial-gradient(circle at 30% 20%, rgba(59,130,246,.06) 0%, transparent 50%),
                  radial-gradient(circle at 70% 80%, rgba(16,185,129,.05) 0%, transparent 50%);
      pointer-events: none;
    }
    .dark .verify-card-inner {
      background: linear-gradient(160deg, rgba(15,23,42,.97) 0%, rgba(30,41,59,.95) 100%);
    }

    @keyframes borderRotate {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    @keyframes cardReveal {
      from { opacity: 0; transform: translateY(32px) scale(.96); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    /* Icon with rings */
    .verify-hero {
      position: relative;
      width: 7rem; height: 7rem;
      margin: 0 auto 1.5rem;
      display: flex; align-items: center; justify-content: center;
      animation: heroIn .9s cubic-bezier(.34,1.56,.64,1) .2s both;
    }
    .verify-ring {
      position: absolute; border-radius: 50%;
      border: 2px solid rgba(59,130,246,.2);
      animation: ringExpand 3s ease-out infinite;
    }
    .verify-ring-1 { inset: -8px; animation-delay: 0s; }
    .verify-ring-2 { inset: -20px; border-color: rgba(59,130,246,.12); animation-delay: .6s; }
    .verify-ring-3 { inset: -32px; border-color: rgba(59,130,246,.06); animation-delay: 1.2s; }

    @keyframes ringExpand {
      0% { transform: scale(.85); opacity: 1; }
      100% { transform: scale(1.15); opacity: 0; }
    }
    @keyframes heroIn {
      from { opacity: 0; transform: scale(.4) rotate(-20deg); }
      to { opacity: 1; transform: scale(1) rotate(0); }
    }

    .verify-icon {
      width: 5.5rem; height: 5.5rem; border-radius: 1.375rem;
      background: linear-gradient(135deg, #3b82f6 0%, #2563eb 60%, #1d4ed8 100%);
      display: flex; align-items: center; justify-content: center;
      position: relative; z-index: 2;
      box-shadow: 0 16px 48px rgba(59,130,246,.45), inset 0 1px 0 rgba(255,255,255,.25);
      animation: iconFloat 3s ease-in-out infinite, iconGlow 2.5s ease-in-out infinite alternate;
    }
    .verify-icon svg { animation: checkDraw .6s ease .5s both; }
    @keyframes checkDraw {
      from { opacity: 0; transform: scale(.5); }
      to { opacity: 1; transform: scale(1); }
    }

    /* Title stagger */
    .verify-title { animation: titleIn .7s cubic-bezier(.22,1,.36,1) .35s both; }
    .verify-subtitle { animation: titleIn .7s cubic-bezier(.22,1,.36,1) .45s both; }
    @keyframes titleIn {
      from { opacity: 0; transform: translateY(12px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Textarea wrapper */
    .textarea-wrap {
      position: relative;
      animation: titleIn .7s cubic-bezier(.22,1,.36,1) .55s both;
    }
    .textarea-wrap::before {
      content: '';
      position: absolute; inset: -2px; border-radius: 1rem;
      background: linear-gradient(135deg, #3b82f6, #60a5fa, #10b981);
      background-size: 200% 200%;
      opacity: 0;
      transition: opacity .3s ease;
      animation: borderRotate 4s linear infinite;
      z-index: 0;
    }
    .textarea-wrap:focus-within::before { opacity: 1; }
    .textarea-wrap .input-field {
      position: relative; z-index: 1;
      border-radius: .875rem;
      min-height: 9rem;
      resize: vertical;
      line-height: 1.8;
      transition: all .3s cubic-bezier(.34,1.56,.64,1);
    }
    .textarea-wrap:focus-within .input-field {
      border-color: transparent;
      box-shadow: 0 8px 32px rgba(59,130,246,.12);
      transform: translateY(-2px);
    }

    /* Number counter badge */
    .number-counter {
      position: absolute; bottom: .75rem; right: .75rem; z-index: 2;
      display: flex; align-items: center; gap: .375rem;
      padding: .25rem .625rem; border-radius: 9999px;
      background: rgba(59,130,246,.1); border: 1px solid rgba(59,130,246,.2);
      font-size: .7rem; font-weight: 600; color: #2563eb;
      transition: all .3s ease;
      opacity: 0; transform: scale(.8);
    }
    .number-counter.visible { opacity: 1; transform: scale(1); animation: popIn .4s cubic-bezier(.34,1.56,.64,1); }
    .number-counter.has-numbers { background: rgba(16,185,129,.1); border-color: rgba(16,185,129,.25); color: #059669; }
    @keyframes popIn {
      from { transform: scale(.5); opacity: 0; }
      to { transform: scale(1); opacity: 1; }
    }

    /* Upload drop zone */
    .upload-zone {
      position: relative;
      border: 2px dashed #cbd5e1;
      border-radius: 1rem;
      padding: 1.25rem;
      text-align: center;
      cursor: pointer;
      transition: all .3s cubic-bezier(.34,1.56,.64,1);
      animation: titleIn .7s cubic-bezier(.22,1,.36,1) .65s both;
      background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    }
    .upload-zone:hover, .upload-zone.drag-over {
      border-color: #3b82f6;
      background: linear-gradient(135deg, #eff6ff, #dbeafe);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(59,130,246,.12);
    }
    .upload-zone.drag-over { animation: dragPulse .6s ease infinite; }
    .dark .upload-zone { background: linear-gradient(135deg, #1e293b, #0f172a); border-color: #475569; }
    .dark .upload-zone:hover { background: linear-gradient(135deg, #1e3a5f, #1e293b); }

    @keyframes dragPulse {
      0%, 100% { box-shadow: 0 0 0 0 rgba(59,130,246,.3); }
      50% { box-shadow: 0 0 0 8px rgba(59,130,246,0); }
    }

    .upload-icon {
      width: 2.5rem; height: 2.5rem; margin: 0 auto .5rem;
      border-radius: .75rem;
      background: linear-gradient(135deg, #dbeafe, #bfdbfe);
      display: flex; align-items: center; justify-content: center;
      color: #2563eb;
      transition: transform .3s ease;
    }
    .upload-zone:hover .upload-icon { transform: translateY(-3px) scale(1.1); }

    /* Action buttons row */
    .verify-actions { animation: titleIn .7s cubic-bezier(.22,1,.36,1) .7s both; }

    .btn-verify {
      padding: 1.125rem 1.75rem; border-radius: 1rem; border: none; cursor: pointer;
      background: linear-gradient(135deg, #2563eb 0%, #3b82f6 40%, #1d4ed8 100%);
      background-size: 200% 100%; color: #fff; font-weight: 800; font-size: 1rem;
      box-shadow: 0 8px 28px rgba(37,99,235,.45), 0 2px 0 rgba(255,255,255,.2) inset, 0 -2px 0 rgba(0,0,0,.1) inset;
      transition: all .4s cubic-bezier(.34,1.56,.64,1);
      position: relative; overflow: hidden; letter-spacing: .02em;
      text-transform: none;
    }
    .btn-verify::before {
      content: ''; position: absolute; inset: 0;
      background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.2) 50%, transparent 100%);
      transform: translateX(-100%);
    }
    .btn-verify:hover:not(:disabled)::before { animation: btnShine .6s ease; }
    .btn-verify:hover:not(:disabled) {
      transform: translateY(-3px) scale(1.02);
      box-shadow: 0 12px 32px rgba(59,130,246,.55);
      background-position: 100% 0;
    }
    .btn-verify.ready { animation: btnPulse 2s ease-in-out infinite; }
    .btn-verify:disabled { opacity: .7; cursor: not-allowed; transform: none; }

    @keyframes btnShine { to { transform: translateX(100%); } }
    @keyframes btnPulse {
      0%, 100% { box-shadow: 0 6px 20px rgba(59,130,246,.45); }
      50% { box-shadow: 0 6px 32px rgba(59,130,246,.7), 0 0 0 4px rgba(59,130,246,.15); }
    }

    /* Loading overlay — only visible while verifying */
    .loading-overlay {
      position: absolute; inset: 0; z-index: 20;
      background: rgba(255,255,255,.92);
      backdrop-filter: blur(8px);
      border-radius: 1.65rem;
      display: flex;
      flex-direction: column;
      align-items: center; justify-content: center; gap: 1.25rem;
      animation: fadeIn .3s ease;
    }
    .loading-overlay.is-active {
      display: flex;
    }
    .loading-overlay[hidden] {
      display: none !important;
    }
    .dark .loading-overlay { background: rgba(15,23,42,.92); }

    .loading-rings {
      position: relative; width: 4rem; height: 4rem;
    }
    .loading-ring {
      position: absolute; inset: 0; border-radius: 50%;
      border: 3px solid transparent;
    }
    .loading-ring-1 { border-top-color: #3b82f6; animation: spin .8s linear infinite; }
    .loading-ring-2 { inset: 6px; border-right-color: #60a5fa; animation: spin 1.2s linear infinite reverse; }
    .loading-ring-3 { inset: 12px; border-bottom-color: #10b981; animation: spin .6s linear infinite; }

    .loading-text {
      font-size: .9rem; font-weight: 600; color: #475569;
      animation: loadingText 1.5s ease-in-out infinite;
    }
    .dark .loading-text { color: #94a3b8; }
    @keyframes loadingText {
      0%, 100% { opacity: 1; }
      50% { opacity: .5; }
    }

    .loading-dots { display: flex; gap: .375rem; }
    .loading-dot {
      width: .5rem; height: .5rem; border-radius: 50%;
      background: #3b82f6;
      animation: dotBounce 1.2s ease-in-out infinite;
    }
    .loading-dot:nth-child(2) { animation-delay: .2s; background: #60a5fa; }
    .loading-dot:nth-child(3) { animation-delay: .4s; background: #10b981; }
    @keyframes dotBounce {
      0%, 80%, 100% { transform: translateY(0); }
      40% { transform: translateY(-8px); }
    }

    /* Progress bar */
    .progress-bar-wrap {
      width: 12rem; height: 4px; background: #e2e8f0; border-radius: 9999px; overflow: hidden;
    }
    .progress-bar {
      height: 100%; border-radius: 9999px;
      background: linear-gradient(90deg, #3b82f6, #10b981);
      animation: progressSlide 2s ease-in-out infinite;
      width: 40%;
    }
    @keyframes progressSlide {
      0% { transform: translateX(-100%); }
      100% { transform: translateX(350%); }
    }

    /* Format examples (display only) */
    .format-examples-row {
      display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center;
    }
    .format-example {
      padding: .35rem .875rem; border-radius: .5rem;
      background: #f8fafc; border: 1px dashed #cbd5e1;
      font-family: ui-monospace, monospace; font-size: .8rem; font-weight: 600;
      color: #475569; letter-spacing: .02em;
    }
    .dark .format-example {
      background: #1e293b; border-color: #475569; color: #94a3b8;
    }

    /* Hint chips */
    .hint-chips {
      display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center;
      animation: titleIn .7s cubic-bezier(.22,1,.36,1) .75s both;
    }
    .hint-chip {
      padding: .25rem .75rem; border-radius: 9999px;
      background: #f1f5f9; border: 1px solid #e2e8f0;
      font-size: .7rem; font-weight: 500; color: #64748b;
      cursor: pointer; transition: all .2s ease;
      font-family: monospace;
    }
    .hint-chip:hover {
      background: #eff6ff; border-color: #bfdbfe; color: #2563eb;
      transform: translateY(-2px);
    }

    /* Results transition */
    .results-enter { animation: resultsIn .6s cubic-bezier(.22,1,.36,1) both; }
    @keyframes resultsIn {
      from { opacity: 0; transform: translateY(20px) scale(.97); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .success-burst {
      width: 4.5rem; height: 4.5rem; border-radius: 50%;
      background: linear-gradient(135deg, #d1fae5, #6ee7b7);
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 1.25rem;
      animation: burstIn .7s cubic-bezier(.34,1.56,.64,1) both;
      color: #047857;
      box-shadow: 0 12px 40px rgba(16,185,129,.35), 0 0 0 8px rgba(16,185,129,.1);
    }
    .premium-stat {
      border-radius: 1rem; padding: 1.25rem 1rem; text-align: center;
      background: linear-gradient(145deg, #fff, #f8fafc);
      border: 1px solid #e8eef5;
      box-shadow: 0 4px 16px rgba(0,0,0,.03);
      position: relative; overflow: hidden;
      animation: scaleIn .4s cubic-bezier(.34,1.56,.64,1) both;
      transition: transform .25s ease;
    }
    .premium-stat:hover { transform: scale(1.03); }
    .dark .premium-stat { background: linear-gradient(145deg, #1e293b, #0f172a); border-color: #334155; }
    .premium-stat::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: var(--stat-color, #3b82f6);
    }
    .premium-footer {
      background: linear-gradient(180deg, transparent, rgba(255,255,255,.45));
      backdrop-filter: blur(12px);
      border-top: 1px solid rgba(255,255,255,.6);
      padding: 2.5rem 1rem;
    }
    .dark .premium-footer {
      background: linear-gradient(180deg, transparent, rgba(15,23,42,.5));
      border-top-color: rgba(51,65,85,.5);
    }
    @keyframes burstIn {
      from { transform: scale(0) rotate(-180deg); opacity: 0; }
      to { transform: scale(1) rotate(0); opacity: 1; }
    }

    /* Verify error banner */
    .verify-error {
      display: none;
      margin-bottom: 1rem;
      padding: .875rem 1rem;
      border-radius: .875rem;
      border: 1px solid #fecaca;
      background: linear-gradient(135deg, #fef2f2, #fff1f2);
      color: #b91c1c;
      font-size: .875rem;
      font-weight: 600;
      text-align: center;
      animation: fadeUp .4s ease both;
    }
    .verify-error.visible { display: block; }
    .dark .verify-error {
      background: linear-gradient(135deg, rgba(127,29,29,.25), rgba(69,10,10,.2));
      border-color: rgba(248,113,113,.3);
      color: #fca5a5;
    }
    #verify-form, #bulk-results { position: relative; z-index: 5; }

    /* Form exit animation */
    .form-exit { animation: formOut .4s ease forwards; }
    @keyframes formOut {
      to { opacity: 0; transform: scale(.96) translateY(-10px); }
    }

    /* ── Responsive — all devices ── */
    html {
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }

    .safe-x {
      padding-left: max(1rem, env(safe-area-inset-left));
      padding-right: max(1rem, env(safe-area-inset-right));
    }
    .safe-top { padding-top: env(safe-area-inset-top); }
    .safe-bottom { padding-bottom: max(.5rem, env(safe-area-inset-bottom)); }

    .touch-target {
      min-height: 44px;
      min-width: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
    }
    .table-scroll table { min-width: 18rem; width: 100%; }

    .results-actions {
      display: flex;
      flex-direction: column;
      gap: .75rem;
    }
    @media (min-width: 640px) {
      .results-actions { flex-direction: row; flex-wrap: wrap; }
      .results-actions .btn-verify { flex: 1; min-width: 12rem; }
    }

    @media (hover: none) {
      .glass:hover, .status-card:hover, .premium-stat:hover,
      .upload-zone:hover, .hint-chip:hover, .btn-verify:hover:not(:disabled),
      .btn-secondary:hover, .btn-primary:hover:not(:disabled) {
        transform: none;
      }
    }

    @media (max-width: 639px) {
      .hero-badge {
        font-size: .6875rem;
        padding: .35rem .875rem .35rem .45rem;
        max-width: calc(100vw - 2rem);
      }
      .hero-title {
        font-size: clamp(1.45rem, 7.5vw, 1.875rem);
        line-height: 1.15;
        padding: 0 .25rem;
      }
      .trust-row { gap: .625rem 1rem; margin-top: 1rem; }
      .trust-item { font-size: .6875rem; }
      .trust-icon { width: 1.5rem; height: 1.5rem; }

      .status-card { border-radius: 1.25rem; }
      .status-card.p-6 { padding: 1.25rem; }
      .status-date-text { font-size: .875rem; line-height: 1.4; word-break: break-word; }

      .verify-card { border-radius: 1.5rem; }
      .verify-card-inner { padding: 1.5rem 1rem; border-radius: 1.35rem; }
      .verify-steps {
        flex-wrap: wrap;
        gap: .375rem;
        margin-bottom: 1.25rem;
        padding: 0 .25rem;
      }
      .verify-step { padding: .35rem .65rem; font-size: .58rem; }
      .verify-step-num { width: 1.1rem; height: 1.1rem; font-size: .55rem; }

      .verify-hero { width: 5.5rem; height: 5.5rem; margin-bottom: 1rem; }
      .verify-icon { width: 4.25rem; height: 4.25rem; border-radius: 1.1rem; }
      .verify-icon svg { width: 2rem; height: 2rem; }
      .verify-ring-2 { inset: -14px; }
      .verify-ring-3 { inset: -22px; }

      .verify-title { font-size: 1.375rem !important; }
      .verify-subtitle { font-size: .8125rem !important; margin-bottom: 1.25rem !important; padding: 0 .25rem; }

      .textarea-wrap .input-field {
        min-height: 7.5rem;
        font-size: 16px;
        padding: .75rem .875rem;
      }
      .number-counter {
        font-size: .625rem;
        bottom: .5rem;
        right: .5rem;
        max-width: calc(100% - 1rem);
      }

      .hint-chips { gap: .375rem; }
      .hint-chip {
        padding: .4rem .65rem;
        font-size: .6875rem;
        min-height: 36px;
        display: inline-flex;
        align-items: center;
      }

      .upload-zone { padding: 1rem .75rem; }
      .btn-verify, .btn-secondary, .btn-primary {
        font-size: .9375rem;
        padding: .9375rem 1.25rem;
        min-height: 48px;
        width: 100%;
      }

      .premium-stat { padding: 1rem .75rem; }
      .premium-stat .stat-value { font-size: 1.375rem !important; }
      .loading-overlay { border-radius: 1.25rem; padding: 1rem; }
      .progress-bar-wrap { width: 9rem; max-width: 80%; }

      .bg-blob-3, .bg-beam-4, .bg-wave-2, .bg-shimmer,
      .bg-shape, .bg-ring-2, .bg-ring-3, .bg-aurora-2 { display: none; }
      .bg-aurora { opacity: .5; filter: blur(50px); }
      .bg-blob-1 { width: 70vw; height: 70vw; }
      .bg-blob-2 { width: 60vw; height: 60vw; }
      .bg-orb-1 { width: 260px; height: 260px; }
      .bg-orb-2 { width: 220px; height: 220px; }
      .bg-orb-3 { display: none; }
    }

    @media (max-width: 359px) {
      .hero-badge-long { display: none; }
      .hero-badge-short { display: inline; }
      .trust-item span:not(.trust-icon) { font-size: .625rem; }
      .verify-step { padding: .3rem .5rem; }
    }
    @media (min-width: 360px) {
      .hero-badge-short { display: none; }
    }
