@alivecss/aliveui 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2496,6 +2496,2016 @@ video {
2496
2496
  .alive-terminal-out { color: rgba(255,255,255,0.45); }
2497
2497
  .alive-terminal-ok { color: #4ade80; }
2498
2498
  .alive-terminal-err { color: #f87171; }
2499
+
2500
+ /* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550
2501
+ AliveUI Video Blocks \u2014 cinematic building blocks for product videos
2502
+ \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 */
2503
+
2504
+ /* \u2500\u2500 Gradient Mesh Background \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2505
+ @keyframes alive-mesh-shift {
2506
+ 0% { background-position: 0% 50%; }
2507
+ 50% { background-position: 100% 50%; }
2508
+ 100% { background-position: 0% 50%; }
2509
+ }
2510
+ .alive-gradient-mesh {
2511
+ background: linear-gradient(
2512
+ 135deg,
2513
+ #6366f1 0%,
2514
+ #8b5cf6 25%,
2515
+ #06b6d4 50%,
2516
+ #6366f1 75%,
2517
+ #8b5cf6 100%
2518
+ );
2519
+ background-size: 300% 300%;
2520
+ animation: alive-mesh-shift 8s ease infinite;
2521
+ }
2522
+ .alive-gradient-mesh-warm {
2523
+ background: linear-gradient(
2524
+ 135deg,
2525
+ #f59e0b 0%,
2526
+ #ef4444 25%,
2527
+ #ec4899 50%,
2528
+ #f59e0b 75%,
2529
+ #ef4444 100%
2530
+ );
2531
+ background-size: 300% 300%;
2532
+ animation: alive-mesh-shift 8s ease infinite;
2533
+ }
2534
+ .alive-gradient-mesh-cool {
2535
+ background: linear-gradient(
2536
+ 135deg,
2537
+ #0ea5e9 0%,
2538
+ #6366f1 25%,
2539
+ #14b8a6 50%,
2540
+ #0ea5e9 75%,
2541
+ #6366f1 100%
2542
+ );
2543
+ background-size: 300% 300%;
2544
+ animation: alive-mesh-shift 8s ease infinite;
2545
+ }
2546
+ .alive-gradient-mesh-dark {
2547
+ background: linear-gradient(
2548
+ 135deg,
2549
+ #1e1b4b 0%,
2550
+ #312e81 20%,
2551
+ #1e3a5f 40%,
2552
+ #0f172a 60%,
2553
+ #1e1b4b 80%,
2554
+ #312e81 100%
2555
+ );
2556
+ background-size: 300% 300%;
2557
+ animation: alive-mesh-shift 10s ease infinite;
2558
+ }
2559
+ /* Noise overlay layer \u2014 place over any bg */
2560
+ .alive-gradient-mesh::after,
2561
+ .alive-gradient-mesh-warm::after,
2562
+ .alive-gradient-mesh-cool::after,
2563
+ .alive-gradient-mesh-dark::after {
2564
+ content: '';
2565
+ position: absolute;
2566
+ inset: 0;
2567
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' 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");
2568
+ pointer-events: none;
2569
+ }
2570
+
2571
+ /* \u2500\u2500 Counter \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2572
+ @keyframes alive-count-up {
2573
+ from { opacity: 0; transform: translateY(12px); }
2574
+ to { opacity: 1; transform: translateY(0); }
2575
+ }
2576
+ .alive-counter {
2577
+ display: inline-flex;
2578
+ flex-direction: column;
2579
+ align-items: center;
2580
+ gap: 4px;
2581
+ }
2582
+ .alive-counter-value {
2583
+ font-size: 3rem;
2584
+ font-weight: 800;
2585
+ letter-spacing: -0.03em;
2586
+ line-height: 1;
2587
+ animation: alive-count-up 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
2588
+ }
2589
+ .alive-counter-label {
2590
+ font-size: 0.8125rem;
2591
+ font-weight: 500;
2592
+ text-transform: uppercase;
2593
+ letter-spacing: 0.08em;
2594
+ opacity: 0.55;
2595
+ }
2596
+ .alive-counter-prefix,
2597
+ .alive-counter-suffix {
2598
+ font-size: 1.25rem;
2599
+ font-weight: 700;
2600
+ opacity: 0.7;
2601
+ align-self: flex-start;
2602
+ margin-top: 6px;
2603
+ }
2604
+ /* JS-driven counter \u2014 add data-target="4200" and call aliveCounter() */
2605
+ [data-alive-counter] { counter-reset: none; }
2606
+
2607
+ /* \u2500\u2500 Toast Notification \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2608
+ @keyframes alive-toast-loop {
2609
+ 0% { opacity: 0; transform: translateY(16px) scale(0.95); }
2610
+ 8% { opacity: 1; transform: translateY(0) scale(1); }
2611
+ 70% { opacity: 1; transform: translateY(0) scale(1); }
2612
+ 80% { opacity: 0; transform: translateY(-10px) scale(0.97); }
2613
+ 100% { opacity: 0; transform: translateY(16px) scale(0.95); }
2614
+ }
2615
+ .alive-toast {
2616
+ display: inline-flex;
2617
+ align-items: center;
2618
+ gap: 10px;
2619
+ padding: 12px 18px;
2620
+ border-radius: 14px;
2621
+ background: rgba(255,255,255,0.08);
2622
+ backdrop-filter: blur(16px);
2623
+ -webkit-backdrop-filter: blur(16px);
2624
+ border: 1px solid rgba(255,255,255,0.12);
2625
+ box-shadow: 0 8px 32px rgba(0,0,0,0.24), 0 1px 0 rgba(255,255,255,0.06) inset;
2626
+ font-size: 0.875rem;
2627
+ font-weight: 500;
2628
+ color: #fff;
2629
+ animation: alive-toast-loop 5s cubic-bezier(0.22, 1, 0.36, 1) infinite both;
2630
+ }
2631
+ .alive-toast-icon {
2632
+ width: 28px;
2633
+ height: 28px;
2634
+ border-radius: 8px;
2635
+ display: flex;
2636
+ align-items: center;
2637
+ justify-content: center;
2638
+ flex-shrink: 0;
2639
+ font-size: 14px;
2640
+ background: rgba(255,255,255,0.1);
2641
+ }
2642
+ .alive-toast-title { font-weight: 600; font-size: 0.875rem; }
2643
+ .alive-toast-body { font-size: 0.8125rem; opacity: 0.65; margin-top: 1px; }
2644
+ .alive-toast-content { display: flex; flex-direction: column; }
2645
+ /* variants */
2646
+ .alive-toast-success { border-color: rgba(74,222,128,0.3); background: rgba(74,222,128,0.08); }
2647
+ .alive-toast-success .alive-toast-icon { background: rgba(74,222,128,0.15); color: #4ade80; }
2648
+ .alive-toast-error { border-color: rgba(248,113,113,0.3); background: rgba(248,113,113,0.08); }
2649
+ .alive-toast-error .alive-toast-icon { background: rgba(248,113,113,0.15); color: #f87171; }
2650
+ .alive-toast-info { border-color: rgba(99,102,241,0.35); background: rgba(99,102,241,0.08); }
2651
+ .alive-toast-info .alive-toast-icon { background: rgba(99,102,241,0.15); color: #818cf8; }
2652
+ .alive-toast-warning { border-color: rgba(251,191,36,0.3); background: rgba(251,191,36,0.08); }
2653
+ .alive-toast-warning .alive-toast-icon { background: rgba(251,191,36,0.15); color: #fbbf24; }
2654
+ /* light bg variant */
2655
+ .alive-toast-light {
2656
+ background: #fff;
2657
+ border-color: rgba(0,0,0,0.08);
2658
+ color: #111;
2659
+ box-shadow: 0 8px 32px rgba(0,0,0,0.12);
2660
+ }
2661
+
2662
+ /* \u2500\u2500 Typewriter \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2663
+ @keyframes alive-blink {
2664
+ 0%, 100% { opacity: 1; }
2665
+ 50% { opacity: 0; }
2666
+ }
2667
+ @keyframes alive-type-in {
2668
+ from { clip-path: inset(0 100% 0 0); }
2669
+ to { clip-path: inset(0 0% 0 0); }
2670
+ }
2671
+ .alive-typewriter {
2672
+ display: inline-block;
2673
+ white-space: nowrap;
2674
+ border-right: 2px solid currentColor;
2675
+ animation:
2676
+ alive-type-in 2s steps(40, end) both,
2677
+ alive-blink 0.8s step-end infinite;
2678
+ }
2679
+ .alive-typewriter-fast {
2680
+ animation:
2681
+ alive-type-in 1s steps(30, end) both,
2682
+ alive-blink 0.8s step-end infinite;
2683
+ }
2684
+ .alive-typewriter-slow {
2685
+ animation:
2686
+ alive-type-in 3.5s steps(60, end) both,
2687
+ alive-blink 0.8s step-end infinite;
2688
+ }
2689
+ .alive-typewriter-no-cursor {
2690
+ border-right: none;
2691
+ animation: alive-type-in 2s steps(40, end) both;
2692
+ }
2693
+
2694
+ /* \u2500\u2500 Word Reveal \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2695
+ @keyframes alive-word-in {
2696
+ from { opacity: 0; transform: translateY(20px); filter: blur(4px); }
2697
+ to { opacity: 1; transform: translateY(0); filter: blur(0); }
2698
+ }
2699
+ @keyframes alive-word-in-up {
2700
+ from { opacity: 0; transform: translateY(-20px); }
2701
+ to { opacity: 1; transform: translateY(0); }
2702
+ }
2703
+ @keyframes alive-word-in-scale {
2704
+ from { opacity: 0; transform: scale(0.7); }
2705
+ to { opacity: 1; transform: scale(1); }
2706
+ }
2707
+ /* paused by default \u2014 add .alive-run to the wrapper to trigger */
2708
+ .alive-word-reveal > * {
2709
+ display: inline-block;
2710
+ opacity: 0;
2711
+ animation: alive-word-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
2712
+ animation-play-state: paused;
2713
+ }
2714
+ .alive-word-reveal.alive-run > * {
2715
+ animation-play-state: running;
2716
+ }
2717
+ /* stagger helpers \u2014 add these to children */
2718
+ .alive-delay-1 { animation-delay: 0.1s; }
2719
+ .alive-delay-2 { animation-delay: 0.2s; }
2720
+ .alive-delay-3 { animation-delay: 0.3s; }
2721
+ .alive-delay-4 { animation-delay: 0.4s; }
2722
+ .alive-delay-5 { animation-delay: 0.5s; }
2723
+ .alive-delay-6 { animation-delay: 0.6s; }
2724
+ .alive-delay-7 { animation-delay: 0.7s; }
2725
+ .alive-delay-8 { animation-delay: 0.8s; }
2726
+ .alive-delay-9 { animation-delay: 0.9s; }
2727
+ .alive-delay-10 { animation-delay: 1.0s; }
2728
+ .alive-delay-12 { animation-delay: 1.2s; }
2729
+ .alive-delay-15 { animation-delay: 1.5s; }
2730
+ /* char-by-char variant */
2731
+ .alive-char-reveal > * {
2732
+ display: inline-block;
2733
+ opacity: 0;
2734
+ animation: alive-word-in-scale 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
2735
+ animation-play-state: paused;
2736
+ }
2737
+ .alive-char-reveal.alive-run > * {
2738
+ animation-play-state: running;
2739
+ }
2740
+
2741
+ /* \u2500\u2500 Animated Light Beam \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2742
+ @keyframes alive-beam-sweep {
2743
+ 0% { transform: translateX(-100%) rotate(25deg); opacity: 0; }
2744
+ 15% { opacity: 1; }
2745
+ 85% { opacity: 1; }
2746
+ 100% { transform: translateX(200%) rotate(25deg); opacity: 0; }
2747
+ }
2748
+ @keyframes alive-beam-pulse {
2749
+ 0%, 100% { opacity: 0.3; }
2750
+ 50% { opacity: 0.7; }
2751
+ }
2752
+ .alive-beam {
2753
+ position: relative;
2754
+ overflow: hidden;
2755
+ }
2756
+ .alive-beam::before {
2757
+ content: '';
2758
+ position: absolute;
2759
+ top: -50%;
2760
+ left: 0;
2761
+ width: 60%;
2762
+ height: 200%;
2763
+ background: linear-gradient(
2764
+ 90deg,
2765
+ transparent 0%,
2766
+ rgba(255,255,255,0.06) 40%,
2767
+ rgba(255,255,255,0.12) 50%,
2768
+ rgba(255,255,255,0.06) 60%,
2769
+ transparent 100%
2770
+ );
2771
+ animation: alive-beam-sweep 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
2772
+ animation-delay: 1s;
2773
+ pointer-events: none;
2774
+ }
2775
+ /* radial glow beam from top */
2776
+ .alive-beam-glow::after {
2777
+ content: '';
2778
+ position: absolute;
2779
+ top: -20%;
2780
+ left: 50%;
2781
+ transform: translateX(-50%);
2782
+ width: 60%;
2783
+ height: 50%;
2784
+ background: radial-gradient(ellipse at top, rgba(99,102,241,0.35) 0%, transparent 70%);
2785
+ animation: alive-beam-pulse 3s ease-in-out infinite;
2786
+ pointer-events: none;
2787
+ }
2788
+
2789
+ /* \u2500\u2500 Noise / Film Grain \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2790
+ @keyframes alive-noise-shift {
2791
+ 0% { transform: translate(0, 0); }
2792
+ 10% { transform: translate(-2%, -2%); }
2793
+ 20% { transform: translate(2%, 2%); }
2794
+ 30% { transform: translate(-1%, 1%); }
2795
+ 40% { transform: translate(1%, -1%); }
2796
+ 50% { transform: translate(-2%, 1%); }
2797
+ 60% { transform: translate(2%, -2%); }
2798
+ 70% { transform: translate(-1%, -1%); }
2799
+ 80% { transform: translate(1%, 2%); }
2800
+ 90% { transform: translate(-2%, 2%); }
2801
+ 100% { transform: translate(0, 0); }
2802
+ }
2803
+ .alive-noise {
2804
+ position: relative;
2805
+ }
2806
+ .alive-noise::after {
2807
+ content: '';
2808
+ position: absolute;
2809
+ inset: -10%;
2810
+ width: 120%;
2811
+ height: 120%;
2812
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
2813
+ opacity: 0.04;
2814
+ animation: alive-noise-shift 0.3s steps(1) infinite;
2815
+ pointer-events: none;
2816
+ z-index: 10;
2817
+ }
2818
+ .alive-noise-subtle::after { opacity: 0.025; }
2819
+ .alive-noise-strong::after { opacity: 0.07; }
2820
+
2821
+ /* \u2500\u2500 Animated Grid Background \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2822
+ @keyframes alive-grid-scroll {
2823
+ from { background-position: 0 0; }
2824
+ to { background-position: 40px 40px; }
2825
+ }
2826
+ @keyframes alive-grid-fade {
2827
+ 0%, 100% { opacity: 0.4; }
2828
+ 50% { opacity: 0.8; }
2829
+ }
2830
+ .alive-grid {
2831
+ background-image:
2832
+ linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px),
2833
+ linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px);
2834
+ background-size: 40px 40px;
2835
+ animation: alive-grid-scroll 4s linear infinite;
2836
+ }
2837
+ .alive-grid-dark {
2838
+ background-image:
2839
+ linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
2840
+ linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
2841
+ background-size: 40px 40px;
2842
+ }
2843
+ .alive-grid-light {
2844
+ background-image:
2845
+ linear-gradient(rgba(0,0,0,0.06) 1px, transparent 1px),
2846
+ linear-gradient(90deg, rgba(0,0,0,0.06) 1px, transparent 1px);
2847
+ background-size: 40px 40px;
2848
+ }
2849
+ .alive-grid-sm { background-size: 20px 20px; }
2850
+ .alive-grid-lg { background-size: 60px 60px; }
2851
+ /* center fade \u2014 vignette over the grid */
2852
+ .alive-grid-vignette::after {
2853
+ content: '';
2854
+ position: absolute;
2855
+ inset: 0;
2856
+ background: radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.7) 100%);
2857
+ pointer-events: none;
2858
+ }
2859
+
2860
+ /* \u2500\u2500 Spotlight \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2861
+ @keyframes alive-spotlight-in {
2862
+ from { opacity: 0; transform: scale(0.8); }
2863
+ to { opacity: 1; transform: scale(1); }
2864
+ }
2865
+ .alive-spotlight {
2866
+ position: relative;
2867
+ }
2868
+ .alive-spotlight::before {
2869
+ content: '';
2870
+ position: absolute;
2871
+ inset: -24px;
2872
+ border-radius: inherit;
2873
+ background: radial-gradient(ellipse at center, rgba(99,102,241,0.25) 0%, rgba(99,102,241,0.08) 50%, transparent 70%);
2874
+ animation: alive-spotlight-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
2875
+ pointer-events: none;
2876
+ z-index: -1;
2877
+ }
2878
+ .alive-spotlight-ring::after {
2879
+ content: '';
2880
+ position: absolute;
2881
+ inset: -4px;
2882
+ border-radius: inherit;
2883
+ border: 1px solid rgba(99,102,241,0.4);
2884
+ box-shadow: 0 0 24px rgba(99,102,241,0.3), 0 0 48px rgba(99,102,241,0.15);
2885
+ animation: alive-spotlight-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
2886
+ pointer-events: none;
2887
+ }
2888
+ .alive-spotlight-white::before {
2889
+ background: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.06) 50%, transparent 70%);
2890
+ }
2891
+
2892
+ /* \u2500\u2500 Badge Pulse / Live Indicator \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2893
+ @keyframes alive-pulse-ring {
2894
+ 0% { transform: scale(1); opacity: 0.7; }
2895
+ 100% { transform: scale(2.5); opacity: 0; }
2896
+ }
2897
+ @keyframes alive-badge-in {
2898
+ from { opacity: 0; transform: scale(0.7); }
2899
+ to { opacity: 1; transform: scale(1); }
2900
+ }
2901
+ .alive-badge-pulse {
2902
+ display: inline-flex;
2903
+ align-items: center;
2904
+ gap: 7px;
2905
+ padding: 5px 12px 5px 8px;
2906
+ border-radius: 999px;
2907
+ font-size: 0.75rem;
2908
+ font-weight: 600;
2909
+ letter-spacing: 0.02em;
2910
+ animation: alive-badge-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
2911
+ }
2912
+ .alive-badge-pulse .alive-badge-dot {
2913
+ position: relative;
2914
+ width: 8px;
2915
+ height: 8px;
2916
+ border-radius: 50%;
2917
+ flex-shrink: 0;
2918
+ }
2919
+ .alive-badge-pulse .alive-badge-dot::before {
2920
+ content: '';
2921
+ position: absolute;
2922
+ inset: 0;
2923
+ border-radius: 50%;
2924
+ animation: alive-pulse-ring 1.4s cubic-bezier(0, 0, 0.2, 1) infinite;
2925
+ background: inherit;
2926
+ }
2927
+ /* color variants */
2928
+ .alive-badge-live {
2929
+ background: rgba(239,68,68,0.12);
2930
+ color: #ef4444;
2931
+ border: 1px solid rgba(239,68,68,0.2);
2932
+ }
2933
+ .alive-badge-live .alive-badge-dot { background: #ef4444; }
2934
+ .alive-badge-online {
2935
+ background: rgba(34,197,94,0.12);
2936
+ color: #22c55e;
2937
+ border: 1px solid rgba(34,197,94,0.2);
2938
+ }
2939
+ .alive-badge-online .alive-badge-dot { background: #22c55e; }
2940
+ .alive-badge-recording {
2941
+ background: rgba(239,68,68,0.1);
2942
+ color: #f87171;
2943
+ border: 1px solid rgba(239,68,68,0.15);
2944
+ }
2945
+ .alive-badge-recording .alive-badge-dot { background: #f87171; }
2946
+ .alive-badge-beta {
2947
+ background: rgba(99,102,241,0.12);
2948
+ color: #818cf8;
2949
+ border: 1px solid rgba(99,102,241,0.2);
2950
+ }
2951
+ .alive-badge-beta .alive-badge-dot { background: #818cf8; }
2952
+
2953
+ /* \u2500\u2500 Code Block (Syntax Highlight) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
2954
+ @keyframes alive-code-reveal {
2955
+ from { opacity: 0; transform: translateY(8px); }
2956
+ to { opacity: 1; transform: translateY(0); }
2957
+ }
2958
+ @keyframes alive-code-scan {
2959
+ 0% { top: 0%; opacity: 0; }
2960
+ 5% { opacity: 1; }
2961
+ 95% { opacity: 1; }
2962
+ 100% { top: 100%; opacity: 0; }
2963
+ }
2964
+ @keyframes alive-code-glow {
2965
+ 0%, 100% { box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
2966
+ 50% { box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(99,102,241,0.2), 0 0 24px rgba(99,102,241,0.1); }
2967
+ }
2968
+ .alive-code-block {
2969
+ border-radius: 12px;
2970
+ overflow: hidden;
2971
+ background: #0d1117;
2972
+ border: 1px solid rgba(255,255,255,0.06);
2973
+ box-shadow: 0 20px 60px rgba(0,0,0,0.5);
2974
+ font-family: ui-monospace, 'Cascadia Code', 'Fira Code', 'JetBrains Mono', monospace;
2975
+ animation: alive-code-reveal 0.5s cubic-bezier(0.22, 1, 0.36, 1) both, alive-code-glow 4s ease-in-out 1s infinite;
2976
+ position: relative;
2977
+ }
2978
+ /* scanning line \u2014 active code highlight */
2979
+ .alive-code-block::after {
2980
+ content: '';
2981
+ position: absolute;
2982
+ left: 0;
2983
+ right: 0;
2984
+ height: 1.75rem;
2985
+ background: linear-gradient(180deg, transparent 0%, rgba(99,102,241,0.07) 50%, transparent 100%);
2986
+ animation: alive-code-scan 3s ease-in-out 1s infinite;
2987
+ pointer-events: none;
2988
+ }
2989
+ .alive-code-block-bar {
2990
+ display: flex;
2991
+ align-items: center;
2992
+ justify-content: space-between;
2993
+ padding: 10px 16px;
2994
+ background: #161b22;
2995
+ border-bottom: 1px solid rgba(255,255,255,0.06);
2996
+ }
2997
+ .alive-code-block-dots {
2998
+ display: flex;
2999
+ gap: 6px;
3000
+ }
3001
+ .alive-code-block-dots span {
3002
+ width: 12px;
3003
+ height: 12px;
3004
+ border-radius: 50%;
3005
+ }
3006
+ .alive-code-block-dots span:nth-child(1) { background: #ff5f57; }
3007
+ .alive-code-block-dots span:nth-child(2) { background: #febc2e; }
3008
+ .alive-code-block-dots span:nth-child(3) { background: #28c840; }
3009
+ .alive-code-block-filename {
3010
+ font-size: 0.75rem;
3011
+ color: rgba(255,255,255,0.35);
3012
+ font-family: inherit;
3013
+ }
3014
+ .alive-code-block-lang {
3015
+ font-size: 0.6875rem;
3016
+ text-transform: uppercase;
3017
+ letter-spacing: 0.08em;
3018
+ color: rgba(255,255,255,0.25);
3019
+ }
3020
+ .alive-code-block-body {
3021
+ padding: 1.25rem 1.5rem;
3022
+ font-size: 0.8125rem;
3023
+ line-height: 1.75;
3024
+ overflow: auto;
3025
+ }
3026
+ /* line-by-line reveal \u2014 add alive-delay-* to each line */
3027
+ .alive-code-block-body .line {
3028
+ display: block;
3029
+ animation: alive-code-reveal 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
3030
+ }
3031
+ /* syntax tokens */
3032
+ .alive-token-keyword { color: #ff7b72; }
3033
+ .alive-token-string { color: #a5d6ff; }
3034
+ .alive-token-number { color: #79c0ff; }
3035
+ .alive-token-comment { color: rgba(255,255,255,0.3); font-style: italic; }
3036
+ .alive-token-fn { color: #d2a8ff; }
3037
+ .alive-token-var { color: #ffa657; }
3038
+ .alive-token-op { color: rgba(255,255,255,0.55); }
3039
+ .alive-token-type { color: #79c0ff; }
3040
+ .alive-token-punct { color: rgba(255,255,255,0.4); }
3041
+
3042
+ /* \u2500\u2500 Testimonial Card \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3043
+ @keyframes alive-card-in {
3044
+ from { opacity: 0; transform: translateY(24px) scale(0.97); }
3045
+ to { opacity: 1; transform: translateY(0) scale(1); }
3046
+ }
3047
+ @keyframes alive-float {
3048
+ 0%, 100% { transform: translateY(0px); }
3049
+ 50% { transform: translateY(-6px); }
3050
+ }
3051
+ .alive-testimonial {
3052
+ display: flex;
3053
+ flex-direction: column;
3054
+ gap: 16px;
3055
+ padding: 24px;
3056
+ border-radius: 16px;
3057
+ background: rgba(255,255,255,0.05);
3058
+ border: 1px solid rgba(255,255,255,0.08);
3059
+ box-shadow: 0 8px 32px rgba(0,0,0,0.2);
3060
+ animation: alive-card-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both, alive-float 4s ease-in-out 0.5s infinite;
3061
+ max-width: 400px;
3062
+ }
3063
+ .alive-testimonial-quote {
3064
+ font-size: 1rem;
3065
+ line-height: 1.6;
3066
+ color: rgba(255,255,255,0.85);
3067
+ font-weight: 400;
3068
+ }
3069
+ .alive-testimonial-quote::before { content: '\u201C'; }
3070
+ .alive-testimonial-quote::after { content: '\u201D'; }
3071
+ .alive-testimonial-author {
3072
+ display: flex;
3073
+ align-items: center;
3074
+ gap: 12px;
3075
+ }
3076
+ .alive-testimonial-avatar {
3077
+ width: 36px;
3078
+ height: 36px;
3079
+ border-radius: 50%;
3080
+ background: linear-gradient(135deg, #6366f1, #8b5cf6);
3081
+ flex-shrink: 0;
3082
+ overflow: hidden;
3083
+ }
3084
+ .alive-testimonial-name {
3085
+ font-size: 0.875rem;
3086
+ font-weight: 600;
3087
+ color: #fff;
3088
+ }
3089
+ .alive-testimonial-role {
3090
+ font-size: 0.75rem;
3091
+ color: rgba(255,255,255,0.4);
3092
+ margin-top: 1px;
3093
+ }
3094
+ .alive-testimonial-stars {
3095
+ display: flex;
3096
+ gap: 3px;
3097
+ color: #fbbf24;
3098
+ font-size: 0.75rem;
3099
+ margin-bottom: 4px;
3100
+ }
3101
+ /* light variant */
3102
+ .alive-testimonial-light {
3103
+ background: #fff;
3104
+ border-color: rgba(0,0,0,0.06);
3105
+ box-shadow: 0 8px 32px rgba(0,0,0,0.08);
3106
+ }
3107
+ .alive-testimonial-light .alive-testimonial-quote { color: #1a1a1a; }
3108
+ .alive-testimonial-light .alive-testimonial-name { color: #111; }
3109
+ .alive-testimonial-light .alive-testimonial-role { color: rgba(0,0,0,0.4); }
3110
+
3111
+ /* \u2500\u2500 Metric Card \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3112
+ @keyframes alive-metric-in {
3113
+ from { opacity: 0; transform: translateY(16px); }
3114
+ to { opacity: 1; transform: translateY(0); }
3115
+ }
3116
+ @keyframes alive-bar-grow {
3117
+ from { transform: scaleX(0); }
3118
+ to { transform: scaleX(1); }
3119
+ }
3120
+ @keyframes alive-bar-shimmer {
3121
+ 0% { background-position: -200% center; }
3122
+ 100% { background-position: 200% center; }
3123
+ }
3124
+ @keyframes alive-value-pulse {
3125
+ 0%, 100% { opacity: 1; }
3126
+ 50% { opacity: 0.75; }
3127
+ }
3128
+ .alive-metric-card {
3129
+ display: flex;
3130
+ flex-direction: column;
3131
+ gap: 8px;
3132
+ padding: 20px 24px;
3133
+ border-radius: 14px;
3134
+ background: rgba(255,255,255,0.04);
3135
+ border: 1px solid rgba(255,255,255,0.08);
3136
+ animation: alive-metric-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
3137
+ min-width: 160px;
3138
+ }
3139
+ .alive-metric-card-label {
3140
+ font-size: 0.75rem;
3141
+ font-weight: 500;
3142
+ text-transform: uppercase;
3143
+ letter-spacing: 0.07em;
3144
+ color: rgba(255,255,255,0.4);
3145
+ }
3146
+ .alive-metric-card-value {
3147
+ font-size: 2.25rem;
3148
+ font-weight: 800;
3149
+ letter-spacing: -0.04em;
3150
+ line-height: 1;
3151
+ color: #fff;
3152
+ }
3153
+ .alive-metric-card-change {
3154
+ display: inline-flex;
3155
+ align-items: center;
3156
+ gap: 4px;
3157
+ font-size: 0.8125rem;
3158
+ font-weight: 600;
3159
+ padding: 3px 8px;
3160
+ border-radius: 6px;
3161
+ width: fit-content;
3162
+ }
3163
+ .alive-metric-card-up { color: #4ade80; background: rgba(74,222,128,0.12); }
3164
+ .alive-metric-card-down { color: #f87171; background: rgba(248,113,113,0.12); }
3165
+ .alive-metric-card-bar {
3166
+ height: 3px;
3167
+ border-radius: 2px;
3168
+ background: rgba(255,255,255,0.08);
3169
+ margin-top: 4px;
3170
+ overflow: hidden;
3171
+ }
3172
+ .alive-metric-card-bar-fill {
3173
+ height: 100%;
3174
+ border-radius: 2px;
3175
+ background: linear-gradient(90deg, #6366f1, #8b5cf6, #6366f1);
3176
+ background-size: 200% auto;
3177
+ transform-origin: left;
3178
+ animation:
3179
+ alive-bar-grow 1s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both,
3180
+ alive-bar-shimmer 2.5s linear 1.3s infinite;
3181
+ }
3182
+ /* light variant */
3183
+ .alive-metric-card-light {
3184
+ background: #fff;
3185
+ border-color: rgba(0,0,0,0.06);
3186
+ box-shadow: 0 4px 16px rgba(0,0,0,0.06);
3187
+ }
3188
+ .alive-metric-card-light .alive-metric-card-label { color: rgba(0,0,0,0.4); }
3189
+ .alive-metric-card-light .alive-metric-card-value { color: #111; }
3190
+
3191
+ /* \u2500\u2500 Logo Marquee \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3192
+ @keyframes alive-marquee {
3193
+ from { transform: translateX(0); }
3194
+ to { transform: translateX(-50%); }
3195
+ }
3196
+ @keyframes alive-marquee-reverse {
3197
+ from { transform: translateX(-50%); }
3198
+ to { transform: translateX(0); }
3199
+ }
3200
+ .alive-marquee {
3201
+ display: flex;
3202
+ overflow: hidden;
3203
+ width: 100%;
3204
+ position: relative;
3205
+ }
3206
+ /* fade edges */
3207
+ .alive-marquee::before,
3208
+ .alive-marquee::after {
3209
+ content: '';
3210
+ position: absolute;
3211
+ top: 0;
3212
+ bottom: 0;
3213
+ width: 80px;
3214
+ z-index: 2;
3215
+ pointer-events: none;
3216
+ }
3217
+ .alive-marquee::before { left: 0; background: linear-gradient(to right, rgba(0,0,0,0.8), transparent); }
3218
+ .alive-marquee::after { right: 0; background: linear-gradient(to left, rgba(0,0,0,0.8), transparent); }
3219
+ .alive-marquee-track {
3220
+ display: flex;
3221
+ gap: 40px;
3222
+ align-items: center;
3223
+ flex-shrink: 0;
3224
+ animation: alive-marquee 20s linear infinite;
3225
+ will-change: transform;
3226
+ }
3227
+ .alive-marquee-track-slow { animation-duration: 35s; }
3228
+ .alive-marquee-track-fast { animation-duration: 12s; }
3229
+ .alive-marquee-track-reverse { animation-name: alive-marquee-reverse; }
3230
+ .alive-marquee-item {
3231
+ display: flex;
3232
+ align-items: center;
3233
+ justify-content: center;
3234
+ flex-shrink: 0;
3235
+ height: 32px;
3236
+ opacity: 0.45;
3237
+ filter: grayscale(1);
3238
+ transition: opacity 0.2s, filter 0.2s;
3239
+ }
3240
+ .alive-marquee-item:hover { opacity: 0.8; filter: grayscale(0); }
3241
+ .alive-marquee-item img { height: 100%; width: auto; object-fit: contain; }
3242
+ /* light bg variant */
3243
+ .alive-marquee-light::before { background: linear-gradient(to right, rgba(255,255,255,0.9), transparent); }
3244
+ .alive-marquee-light::after { background: linear-gradient(to left, rgba(255,255,255,0.9), transparent); }
3245
+ .alive-marquee-light .alive-marquee-item { filter: grayscale(1) invert(1); opacity: 0.35; }
3246
+
3247
+ /* \u2500\u2500 Glitch Text \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3248
+ @keyframes alive-glitch-1 {
3249
+ 0%, 100% { clip-path: inset(0 0 95% 0); transform: translate(-3px, 0); }
3250
+ 20% { clip-path: inset(20% 0 60% 0); transform: translate(3px, 0); }
3251
+ 40% { clip-path: inset(50% 0 30% 0); transform: translate(-3px, 0); }
3252
+ 60% { clip-path: inset(80% 0 5% 0); transform: translate(3px, 0); }
3253
+ 80% { clip-path: inset(10% 0 80% 0); transform: translate(-2px, 0); }
3254
+ }
3255
+ @keyframes alive-glitch-2 {
3256
+ 0%, 100% { clip-path: inset(50% 0 30% 0); transform: translate(3px, 0); }
3257
+ 25% { clip-path: inset(10% 0 70% 0); transform: translate(-3px, 0); }
3258
+ 50% { clip-path: inset(70% 0 10% 0); transform: translate(2px, 0); }
3259
+ 75% { clip-path: inset(30% 0 50% 0); transform: translate(-2px, 0); }
3260
+ }
3261
+ @keyframes alive-glitch-shake {
3262
+ 0%, 100% { transform: translate(0); }
3263
+ 10% { transform: translate(-2px, 1px); }
3264
+ 20% { transform: translate(2px, -1px); }
3265
+ 30% { transform: translate(-1px, 2px); }
3266
+ 40% { transform: translate(1px, -2px); }
3267
+ 50% { transform: translate(-2px, -1px); }
3268
+ }
3269
+ .alive-glitch {
3270
+ position: relative;
3271
+ display: inline-block;
3272
+ }
3273
+ .alive-glitch::before,
3274
+ .alive-glitch::after {
3275
+ content: attr(data-text);
3276
+ position: absolute;
3277
+ top: 0;
3278
+ left: 0;
3279
+ width: 100%;
3280
+ height: 100%;
3281
+ }
3282
+ .alive-glitch::before {
3283
+ color: #ff2d78;
3284
+ animation: alive-glitch-1 2.5s infinite linear alternate-reverse;
3285
+ }
3286
+ .alive-glitch::after {
3287
+ color: #00f5d4;
3288
+ animation: alive-glitch-2 2s infinite linear alternate-reverse;
3289
+ }
3290
+ .alive-glitch-shake {
3291
+ animation: alive-glitch-shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
3292
+ }
3293
+
3294
+ /* \u2500\u2500 Scene Transitions \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500
3295
+ Usage: stack two scene layers (position:absolute, same inset).
3296
+ Add .alive-transition-*-out to the LEAVING layer.
3297
+ Add .alive-transition-*-in to the ENTERING layer.
3298
+ Both run for --alive-tr-dur (default 600ms).
3299
+ For video export: render each layer separately and composite.
3300
+ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3301
+ .alive-transition-fade-out,
3302
+ .alive-transition-fade-in,
3303
+ .alive-transition-wipe-left-out,
3304
+ .alive-transition-wipe-left-in,
3305
+ .alive-transition-wipe-right-out,
3306
+ .alive-transition-wipe-right-in,
3307
+ .alive-transition-wipe-up-out,
3308
+ .alive-transition-wipe-up-in,
3309
+ .alive-transition-wipe-down-out,
3310
+ .alive-transition-wipe-down-in,
3311
+ .alive-transition-slide-left-out,
3312
+ .alive-transition-slide-left-in,
3313
+ .alive-transition-slide-right-out,
3314
+ .alive-transition-slide-right-in,
3315
+ .alive-transition-slide-up-out,
3316
+ .alive-transition-slide-up-in,
3317
+ .alive-transition-slide-down-out,
3318
+ .alive-transition-slide-down-in,
3319
+ .alive-transition-zoom-in-out,
3320
+ .alive-transition-zoom-in-in,
3321
+ .alive-transition-zoom-out-out,
3322
+ .alive-transition-zoom-out-in,
3323
+ .alive-transition-blur-out,
3324
+ .alive-transition-blur-in,
3325
+ .alive-transition-flip-out,
3326
+ .alive-transition-flip-in,
3327
+ .alive-transition-clock-out,
3328
+ .alive-transition-clock-in {
3329
+ --alive-tr-dur: 600ms;
3330
+ --alive-tr-ease: cubic-bezier(0.4, 0, 0.2, 1);
3331
+ animation-duration: var(--alive-tr-dur);
3332
+ animation-timing-function: var(--alive-tr-ease);
3333
+ animation-fill-mode: both;
3334
+ }
3335
+
3336
+ /* \u2500\u2500 Fade \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3337
+ @keyframes alive-tr-fade-out {
3338
+ from { opacity: 1; }
3339
+ to { opacity: 0; }
3340
+ }
3341
+ @keyframes alive-tr-fade-in {
3342
+ from { opacity: 0; }
3343
+ to { opacity: 1; }
3344
+ }
3345
+ .alive-transition-fade-out { animation-name: alive-tr-fade-out; }
3346
+ .alive-transition-fade-in { animation-name: alive-tr-fade-in; }
3347
+
3348
+ /* \u2500\u2500 Wipe left (reveal from right) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3349
+ @keyframes alive-tr-wipe-left-out {
3350
+ from { clip-path: inset(0 0 0 0); }
3351
+ to { clip-path: inset(0 100% 0 0); }
3352
+ }
3353
+ @keyframes alive-tr-wipe-left-in {
3354
+ from { clip-path: inset(0 0 0 100%); }
3355
+ to { clip-path: inset(0 0 0 0); }
3356
+ }
3357
+ .alive-transition-wipe-left-out { animation-name: alive-tr-wipe-left-out; }
3358
+ .alive-transition-wipe-left-in { animation-name: alive-tr-wipe-left-in; }
3359
+
3360
+ /* \u2500\u2500 Wipe right (reveal from left) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3361
+ @keyframes alive-tr-wipe-right-out {
3362
+ from { clip-path: inset(0 0 0 0); }
3363
+ to { clip-path: inset(0 0 0 100%); }
3364
+ }
3365
+ @keyframes alive-tr-wipe-right-in {
3366
+ from { clip-path: inset(0 100% 0 0); }
3367
+ to { clip-path: inset(0 0 0 0); }
3368
+ }
3369
+ .alive-transition-wipe-right-out { animation-name: alive-tr-wipe-right-out; }
3370
+ .alive-transition-wipe-right-in { animation-name: alive-tr-wipe-right-in; }
3371
+
3372
+ /* \u2500\u2500 Wipe up (reveal from bottom) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3373
+ @keyframes alive-tr-wipe-up-out {
3374
+ from { clip-path: inset(0 0 0 0); }
3375
+ to { clip-path: inset(100% 0 0 0); }
3376
+ }
3377
+ @keyframes alive-tr-wipe-up-in {
3378
+ from { clip-path: inset(0 0 100% 0); }
3379
+ to { clip-path: inset(0 0 0 0); }
3380
+ }
3381
+ .alive-transition-wipe-up-out { animation-name: alive-tr-wipe-up-out; }
3382
+ .alive-transition-wipe-up-in { animation-name: alive-tr-wipe-up-in; }
3383
+
3384
+ /* \u2500\u2500 Wipe down (reveal from top) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3385
+ @keyframes alive-tr-wipe-down-out {
3386
+ from { clip-path: inset(0 0 0 0); }
3387
+ to { clip-path: inset(0 0 100% 0); }
3388
+ }
3389
+ @keyframes alive-tr-wipe-down-in {
3390
+ from { clip-path: inset(100% 0 0 0); }
3391
+ to { clip-path: inset(0 0 0 0); }
3392
+ }
3393
+ .alive-transition-wipe-down-out { animation-name: alive-tr-wipe-down-out; }
3394
+ .alive-transition-wipe-down-in { animation-name: alive-tr-wipe-down-in; }
3395
+
3396
+ /* \u2500\u2500 Slide left (new scene pushes in from right) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3397
+ @keyframes alive-tr-slide-left-out {
3398
+ from { transform: translateX(0); opacity: 1; }
3399
+ to { transform: translateX(-40%); opacity: 0; }
3400
+ }
3401
+ @keyframes alive-tr-slide-left-in {
3402
+ from { transform: translateX(100%); opacity: 0; }
3403
+ to { transform: translateX(0); opacity: 1; }
3404
+ }
3405
+ .alive-transition-slide-left-out { animation-name: alive-tr-slide-left-out; }
3406
+ .alive-transition-slide-left-in { animation-name: alive-tr-slide-left-in; }
3407
+
3408
+ /* \u2500\u2500 Slide right (new scene pushes in from left) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3409
+ @keyframes alive-tr-slide-right-out {
3410
+ from { transform: translateX(0); opacity: 1; }
3411
+ to { transform: translateX(40%); opacity: 0; }
3412
+ }
3413
+ @keyframes alive-tr-slide-right-in {
3414
+ from { transform: translateX(-100%); opacity: 0; }
3415
+ to { transform: translateX(0); opacity: 1; }
3416
+ }
3417
+ .alive-transition-slide-right-out { animation-name: alive-tr-slide-right-out; }
3418
+ .alive-transition-slide-right-in { animation-name: alive-tr-slide-right-in; }
3419
+
3420
+ /* \u2500\u2500 Slide up (new scene pushes in from bottom) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3421
+ @keyframes alive-tr-slide-up-out {
3422
+ from { transform: translateY(0); opacity: 1; }
3423
+ to { transform: translateY(-40%); opacity: 0; }
3424
+ }
3425
+ @keyframes alive-tr-slide-up-in {
3426
+ from { transform: translateY(100%); opacity: 0; }
3427
+ to { transform: translateY(0); opacity: 1; }
3428
+ }
3429
+ .alive-transition-slide-up-out { animation-name: alive-tr-slide-up-out; }
3430
+ .alive-transition-slide-up-in { animation-name: alive-tr-slide-up-in; }
3431
+
3432
+ /* \u2500\u2500 Slide down (new scene pushes in from top) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3433
+ @keyframes alive-tr-slide-down-out {
3434
+ from { transform: translateY(0); opacity: 1; }
3435
+ to { transform: translateY(40%); opacity: 0; }
3436
+ }
3437
+ @keyframes alive-tr-slide-down-in {
3438
+ from { transform: translateY(-100%); opacity: 0; }
3439
+ to { transform: translateY(0); opacity: 1; }
3440
+ }
3441
+ .alive-transition-slide-down-out { animation-name: alive-tr-slide-down-out; }
3442
+ .alive-transition-slide-down-in { animation-name: alive-tr-slide-down-in; }
3443
+
3444
+ /* \u2500\u2500 Zoom in (old scene shrinks away) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3445
+ @keyframes alive-tr-zoom-in-out {
3446
+ from { transform: scale(1); opacity: 1; }
3447
+ to { transform: scale(0.75); opacity: 0; }
3448
+ }
3449
+ @keyframes alive-tr-zoom-in-in {
3450
+ from { transform: scale(1.25); opacity: 0; }
3451
+ to { transform: scale(1); opacity: 1; }
3452
+ }
3453
+ .alive-transition-zoom-in-out { animation-name: alive-tr-zoom-in-out; }
3454
+ .alive-transition-zoom-in-in { animation-name: alive-tr-zoom-in-in; }
3455
+
3456
+ /* \u2500\u2500 Zoom out (old scene blows up) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3457
+ @keyframes alive-tr-zoom-out-out {
3458
+ from { transform: scale(1); opacity: 1; }
3459
+ to { transform: scale(1.3); opacity: 0; }
3460
+ }
3461
+ @keyframes alive-tr-zoom-out-in {
3462
+ from { transform: scale(0.7); opacity: 0; }
3463
+ to { transform: scale(1); opacity: 1; }
3464
+ }
3465
+ .alive-transition-zoom-out-out { animation-name: alive-tr-zoom-out-out; }
3466
+ .alive-transition-zoom-out-in { animation-name: alive-tr-zoom-out-in; }
3467
+
3468
+ /* \u2500\u2500 Blur \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3469
+ @keyframes alive-tr-blur-out {
3470
+ from { filter: blur(0px); opacity: 1; transform: scale(1); }
3471
+ to { filter: blur(20px); opacity: 0; transform: scale(1.05); }
3472
+ }
3473
+ @keyframes alive-tr-blur-in {
3474
+ from { filter: blur(20px); opacity: 0; transform: scale(0.95); }
3475
+ to { filter: blur(0px); opacity: 1; transform: scale(1); }
3476
+ }
3477
+ .alive-transition-blur-out { animation-name: alive-tr-blur-out; }
3478
+ .alive-transition-blur-in { animation-name: alive-tr-blur-in; }
3479
+
3480
+ /* \u2500\u2500 Flip (3-D card flip on Y axis) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3481
+ @keyframes alive-tr-flip-out {
3482
+ from { transform: perspective(800px) rotateY(0deg); opacity: 1; }
3483
+ to { transform: perspective(800px) rotateY(-90deg); opacity: 0; }
3484
+ }
3485
+ @keyframes alive-tr-flip-in {
3486
+ from { transform: perspective(800px) rotateY(90deg); opacity: 0; }
3487
+ to { transform: perspective(800px) rotateY(0deg); opacity: 1; }
3488
+ }
3489
+ .alive-transition-flip-out { animation-name: alive-tr-flip-out; }
3490
+ .alive-transition-flip-in { animation-name: alive-tr-flip-in; }
3491
+
3492
+ /* \u2500\u2500 Clock wipe (radial reveal) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3493
+ @keyframes alive-tr-clock-out {
3494
+ from { clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%); opacity: 1; }
3495
+ to { clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%); opacity: 0; }
3496
+ }
3497
+ @keyframes alive-tr-clock-in {
3498
+ from { clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%); }
3499
+ to { clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%); }
3500
+ }
3501
+ .alive-transition-clock-out { animation-name: alive-tr-clock-out; }
3502
+ .alive-transition-clock-in { animation-name: alive-tr-clock-in; }
3503
+
3504
+ /* \u2500\u2500 Duration overrides \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3505
+ .alive-tr-fast { --alive-tr-dur: 300ms; }
3506
+ .alive-tr-slow { --alive-tr-dur: 900ms; }
3507
+ .alive-tr-xslow { --alive-tr-dur: 1400ms; }
3508
+
3509
+ /* \u2500\u2500 3D Scenes \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500
3510
+ CSS 3D building blocks for cinematic product videos.
3511
+ Most require a perspective parent (.alive-3d-scene).
3512
+ Note: opacity/filter/clip-path on a parent flatten preserve-3d
3513
+ contexts \u2014 keep 3D wrappers free of those properties.
3514
+ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3515
+
3516
+ /* \u2500\u2500 Foundation \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3517
+ .alive-3d-scene {
3518
+ perspective: var(--alive-3d-perspective, 900px);
3519
+ perspective-origin: 50% 40%;
3520
+ }
3521
+ .alive-3d-preserve { transform-style: preserve-3d; }
3522
+ .alive-3d-backface-hidden { backface-visibility: hidden; -webkit-backface-visibility: hidden; }
3523
+
3524
+ /* \u2500\u2500 Spinning cube \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3525
+ @keyframes alive-cube-spin {
3526
+ from { transform: rotateX(-18deg) rotateY(0deg); }
3527
+ to { transform: rotateX(-18deg) rotateY(360deg); }
3528
+ }
3529
+ .alive-3d-cube {
3530
+ --alive-cube-size: 80px;
3531
+ width: var(--alive-cube-size);
3532
+ height: var(--alive-cube-size);
3533
+ transform-style: preserve-3d;
3534
+ animation: alive-cube-spin 8s linear infinite;
3535
+ position: relative;
3536
+ }
3537
+ .alive-3d-cube .face {
3538
+ position: absolute;
3539
+ width: 100%;
3540
+ height: 100%;
3541
+ border: 1px solid rgba(255,255,255,0.12);
3542
+ backdrop-filter: blur(4px);
3543
+ }
3544
+ .alive-3d-cube .face-front { transform: translateZ(calc(var(--alive-cube-size) / 2)); background: rgba(99,102,241,0.22); }
3545
+ .alive-3d-cube .face-back { transform: rotateY(180deg) translateZ(calc(var(--alive-cube-size) / 2)); background: rgba(99,102,241,0.08); }
3546
+ .alive-3d-cube .face-left { transform: rotateY(-90deg) translateZ(calc(var(--alive-cube-size) / 2)); background: rgba(139,92,246,0.16); }
3547
+ .alive-3d-cube .face-right { transform: rotateY(90deg) translateZ(calc(var(--alive-cube-size) / 2)); background: rgba(139,92,246,0.16); }
3548
+ .alive-3d-cube .face-top { transform: rotateX(90deg) translateZ(calc(var(--alive-cube-size) / 2)); background: rgba(167,139,250,0.24); }
3549
+ .alive-3d-cube .face-bottom { transform: rotateX(-90deg) translateZ(calc(var(--alive-cube-size) / 2)); background: rgba(99,102,241,0.06); }
3550
+ .alive-3d-cube-sm { --alive-cube-size: 56px; }
3551
+ .alive-3d-cube-lg { --alive-cube-size: 120px; }
3552
+ /* Slow/fast spin */
3553
+ .alive-3d-cube.alive-tr-slow { animation-duration: 16s; }
3554
+ .alive-3d-cube.alive-tr-fast { animation-duration: 4s; }
3555
+
3556
+ /* \u2500\u2500 Card flip \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3557
+ @keyframes alive-3d-flip-loop {
3558
+ 0%, 35% { transform: rotateY(0deg); }
3559
+ 50%, 85% { transform: rotateY(180deg); }
3560
+ 100% { transform: rotateY(360deg); }
3561
+ }
3562
+ .alive-3d-flip {
3563
+ transform-style: preserve-3d;
3564
+ animation: alive-3d-flip-loop 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
3565
+ position: relative;
3566
+ }
3567
+ .alive-3d-flip-front,
3568
+ .alive-3d-flip-back {
3569
+ backface-visibility: hidden;
3570
+ -webkit-backface-visibility: hidden;
3571
+ }
3572
+ .alive-3d-flip-back {
3573
+ position: absolute;
3574
+ inset: 0;
3575
+ transform: rotateY(180deg);
3576
+ }
3577
+ /* Flip on X axis variant */
3578
+ @keyframes alive-3d-flip-x-loop {
3579
+ 0%, 35% { transform: rotateX(0deg); }
3580
+ 50%, 85% { transform: rotateX(180deg); }
3581
+ 100% { transform: rotateX(360deg); }
3582
+ }
3583
+ .alive-3d-flip-x {
3584
+ transform-style: preserve-3d;
3585
+ animation: alive-3d-flip-x-loop 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
3586
+ position: relative;
3587
+ }
3588
+ .alive-3d-flip-x .alive-3d-flip-back {
3589
+ transform: rotateX(180deg);
3590
+ }
3591
+
3592
+ /* \u2500\u2500 Stacked deck of cards \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3593
+ .alive-3d-stack {
3594
+ transform-style: preserve-3d;
3595
+ position: relative;
3596
+ }
3597
+ .alive-3d-stack > *:nth-child(1) {
3598
+ position: relative;
3599
+ transform: translateZ(0px) rotateX(0deg);
3600
+ z-index: 3;
3601
+ }
3602
+ .alive-3d-stack > *:nth-child(2) {
3603
+ position: absolute; inset: 0;
3604
+ transform: translateZ(-20px) translateY(10px) scale(0.96);
3605
+ z-index: 2;
3606
+ }
3607
+ .alive-3d-stack > *:nth-child(3) {
3608
+ position: absolute; inset: 0;
3609
+ transform: translateZ(-40px) translateY(20px) scale(0.92);
3610
+ z-index: 1;
3611
+ }
3612
+
3613
+ /* \u2500\u2500 Float layers (parallax Z depth) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3614
+ @keyframes alive-3d-float-anim {
3615
+ 0%, 100% { transform: translateZ(var(--alive-z, 0px)) translateY(0px); }
3616
+ 50% { transform: translateZ(var(--alive-z, 0px)) translateY(-10px); }
3617
+ }
3618
+ .alive-3d-float-layer { animation: alive-3d-float-anim 4s ease-in-out infinite; }
3619
+ .alive-3d-float-near { --alive-z: 80px; animation-delay: 0s; }
3620
+ .alive-3d-float-mid { --alive-z: 40px; animation-delay: -0.6s; }
3621
+ .alive-3d-float-base { --alive-z: 0px; animation-delay: -1.2s; }
3622
+ .alive-3d-float-far { --alive-z: -30px; animation-delay: -1.8s; }
3623
+
3624
+ /* \u2500\u2500 Extruded 3D text \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3625
+ .alive-3d-text {
3626
+ text-shadow:
3627
+ 1px 1px 0 rgba(0,0,0,0.28),
3628
+ 2px 2px 0 rgba(0,0,0,0.22),
3629
+ 3px 3px 0 rgba(0,0,0,0.18),
3630
+ 4px 4px 0 rgba(0,0,0,0.14),
3631
+ 5px 5px 0 rgba(0,0,0,0.10),
3632
+ 6px 6px 16px rgba(0,0,0,0.3);
3633
+ }
3634
+ .alive-3d-text-indigo {
3635
+ text-shadow:
3636
+ 1px 1px 0 rgba(79,70,229,0.7),
3637
+ 2px 2px 0 rgba(79,70,229,0.6),
3638
+ 3px 3px 0 rgba(79,70,229,0.5),
3639
+ 4px 4px 0 rgba(79,70,229,0.4),
3640
+ 5px 5px 0 rgba(79,70,229,0.3),
3641
+ 6px 6px 20px rgba(99,102,241,0.5);
3642
+ }
3643
+ .alive-3d-text-glow {
3644
+ text-shadow:
3645
+ 1px 1px 0 rgba(0,0,0,0.3),
3646
+ 2px 2px 0 rgba(0,0,0,0.22),
3647
+ 3px 3px 0 rgba(0,0,0,0.14),
3648
+ 0 0 40px rgba(99,102,241,0.7),
3649
+ 0 0 80px rgba(99,102,241,0.3);
3650
+ }
3651
+
3652
+ /* \u2500\u2500 Looping perspective tilt \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3653
+ @keyframes alive-3d-tilt-loop {
3654
+ 0% { transform: rotateX(0deg) rotateY(0deg); }
3655
+ 25% { transform: rotateX(8deg) rotateY(10deg); }
3656
+ 50% { transform: rotateX(0deg) rotateY(0deg); }
3657
+ 75% { transform: rotateX(-8deg) rotateY(-10deg); }
3658
+ 100% { transform: rotateX(0deg) rotateY(0deg); }
3659
+ }
3660
+ @keyframes alive-3d-tilt-loop-sm {
3661
+ 0% { transform: rotateX(0deg) rotateY(0deg); }
3662
+ 25% { transform: rotateX(4deg) rotateY(5deg); }
3663
+ 50% { transform: rotateX(0deg) rotateY(0deg); }
3664
+ 75% { transform: rotateX(-4deg) rotateY(-5deg); }
3665
+ 100% { transform: rotateX(0deg) rotateY(0deg); }
3666
+ }
3667
+ .alive-3d-tilt { transform-style: preserve-3d; animation: alive-3d-tilt-loop 6s ease-in-out infinite; }
3668
+ .alive-3d-tilt-sm { transform-style: preserve-3d; animation: alive-3d-tilt-loop-sm 6s ease-in-out infinite; }
3669
+
3670
+ /* \u2500\u2500 Continuous axis rotations \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3671
+ @keyframes alive-rotate-y { from { transform: rotateY(0deg); } to { transform: rotateY(360deg); } }
3672
+ @keyframes alive-rotate-x { from { transform: rotateX(0deg); } to { transform: rotateX(360deg); } }
3673
+ @keyframes alive-rotate-z { from { transform: rotateZ(0deg); } to { transform: rotateZ(360deg); } }
3674
+ .alive-3d-rotate-y { animation: alive-rotate-y 6s linear infinite; transform-style: preserve-3d; }
3675
+ .alive-3d-rotate-x { animation: alive-rotate-x 8s linear infinite; transform-style: preserve-3d; }
3676
+ .alive-3d-rotate-z { animation: alive-rotate-z 6s linear infinite; }
3677
+ .alive-3d-rotate-y.alive-tr-fast { animation-duration: 3s; }
3678
+ .alive-3d-rotate-y.alive-tr-slow { animation-duration: 12s; }
3679
+ .alive-3d-rotate-x.alive-tr-fast { animation-duration: 4s; }
3680
+ .alive-3d-rotate-x.alive-tr-slow { animation-duration: 16s; }
3681
+
3682
+ /* \u2500\u2500 3D Carousel (6-item ring) \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3683
+ @keyframes alive-carousel-spin {
3684
+ from { transform: rotateY(0deg); }
3685
+ to { transform: rotateY(-360deg); }
3686
+ }
3687
+ .alive-3d-carousel {
3688
+ transform-style: preserve-3d;
3689
+ animation: alive-carousel-spin 12s linear infinite;
3690
+ position: relative;
3691
+ width: 100%;
3692
+ height: 100%;
3693
+ }
3694
+ .alive-3d-carousel > * { position: absolute; top: 50%; left: 50%; }
3695
+ .alive-3d-carousel > *:nth-child(1) { transform: translate(-50%,-50%) rotateY(0deg) translateZ(var(--alive-carousel-r, 140px)); }
3696
+ .alive-3d-carousel > *:nth-child(2) { transform: translate(-50%,-50%) rotateY(60deg) translateZ(var(--alive-carousel-r, 140px)); }
3697
+ .alive-3d-carousel > *:nth-child(3) { transform: translate(-50%,-50%) rotateY(120deg) translateZ(var(--alive-carousel-r, 140px)); }
3698
+ .alive-3d-carousel > *:nth-child(4) { transform: translate(-50%,-50%) rotateY(180deg) translateZ(var(--alive-carousel-r, 140px)); }
3699
+ .alive-3d-carousel > *:nth-child(5) { transform: translate(-50%,-50%) rotateY(240deg) translateZ(var(--alive-carousel-r, 140px)); }
3700
+ .alive-3d-carousel > *:nth-child(6) { transform: translate(-50%,-50%) rotateY(300deg) translateZ(var(--alive-carousel-r, 140px)); }
3701
+ /* 4-item variant */
3702
+ .alive-3d-carousel-4 > *:nth-child(1) { transform: translate(-50%,-50%) rotateY(0deg) translateZ(var(--alive-carousel-r, 120px)); }
3703
+ .alive-3d-carousel-4 > *:nth-child(2) { transform: translate(-50%,-50%) rotateY(90deg) translateZ(var(--alive-carousel-r, 120px)); }
3704
+ .alive-3d-carousel-4 > *:nth-child(3) { transform: translate(-50%,-50%) rotateY(180deg) translateZ(var(--alive-carousel-r, 120px)); }
3705
+ .alive-3d-carousel-4 > *:nth-child(4) { transform: translate(-50%,-50%) rotateY(270deg) translateZ(var(--alive-carousel-r, 120px)); }
3706
+ .alive-3d-carousel.alive-tr-slow { animation-duration: 24s; }
3707
+ .alive-3d-carousel.alive-tr-fast { animation-duration: 6s; }
3708
+
3709
+ /* \u2500\u2500 Charts & Data Visualization \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3710
+ @keyframes alive-bar-grow {
3711
+ from { transform: scaleY(0); }
3712
+ to { transform: scaleY(1); }
3713
+ }
3714
+ @keyframes alive-bar-shimmer {
3715
+ 0% { background-position: -200% 0; }
3716
+ 100% { background-position: 200% 0; }
3717
+ }
3718
+ .alive-bar-chart {
3719
+ display: flex;
3720
+ align-items: flex-end;
3721
+ gap: 6px;
3722
+ height: 100px;
3723
+ }
3724
+ .alive-bar {
3725
+ flex: 1;
3726
+ transform-origin: bottom;
3727
+ border-radius: 4px 4px 0 0;
3728
+ animation: alive-bar-grow 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
3729
+ background: linear-gradient(180deg, rgba(99,102,241,0.9) 0%, rgba(99,102,241,0.5) 100%);
3730
+ position: relative;
3731
+ overflow: hidden;
3732
+ }
3733
+ .alive-bar::after {
3734
+ content: '';
3735
+ position: absolute; inset: 0;
3736
+ background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%);
3737
+ background-size: 200% 100%;
3738
+ animation: alive-bar-shimmer 2s ease-in-out infinite;
3739
+ animation-delay: inherit;
3740
+ }
3741
+ .alive-bar:nth-child(1) { animation-delay: 0ms; }
3742
+ .alive-bar:nth-child(2) { animation-delay: 80ms; }
3743
+ .alive-bar:nth-child(3) { animation-delay: 160ms; }
3744
+ .alive-bar:nth-child(4) { animation-delay: 240ms; }
3745
+ .alive-bar:nth-child(5) { animation-delay: 320ms; }
3746
+ .alive-bar:nth-child(6) { animation-delay: 400ms; }
3747
+ .alive-bar:nth-child(7) { animation-delay: 480ms; }
3748
+ /* Color variants */
3749
+ .alive-bar-indigo { background: linear-gradient(180deg, rgba(99,102,241,0.9), rgba(99,102,241,0.4)); }
3750
+ .alive-bar-violet { background: linear-gradient(180deg, rgba(139,92,246,0.9), rgba(139,92,246,0.4)); }
3751
+ .alive-bar-sky { background: linear-gradient(180deg, rgba(14,165,233,0.9), rgba(14,165,233,0.4)); }
3752
+ .alive-bar-emerald { background: linear-gradient(180deg, rgba(16,185,129,0.9), rgba(16,185,129,0.4)); }
3753
+ .alive-bar-rose { background: linear-gradient(180deg, rgba(244,63,94,0.9), rgba(244,63,94,0.4)); }
3754
+ .alive-bar-amber { background: linear-gradient(180deg, rgba(251,191,36,0.9), rgba(251,191,36,0.4)); }
3755
+ /* Chart axis / labels */
3756
+ .alive-chart-axis {
3757
+ display: flex;
3758
+ align-items: flex-end;
3759
+ gap: 6px;
3760
+ border-top: 1px solid rgba(255,255,255,0.1);
3761
+ padding-top: 6px;
3762
+ margin-top: 4px;
3763
+ }
3764
+ .alive-chart-label {
3765
+ flex: 1;
3766
+ text-align: center;
3767
+ font-size: 0.625rem;
3768
+ color: rgba(255,255,255,0.35);
3769
+ font-weight: 500;
3770
+ }
3771
+ /* Donut / ring chart \u2014 use SVG stroke-dashoffset */
3772
+ @keyframes alive-donut-fill {
3773
+ from { stroke-dashoffset: var(--alive-donut-circ, 283); }
3774
+ to { stroke-dashoffset: var(--alive-donut-gap, 0); }
3775
+ }
3776
+ .alive-donut-arc {
3777
+ fill: none;
3778
+ stroke-linecap: round;
3779
+ animation: alive-donut-fill 1s cubic-bezier(0.22, 1, 0.36, 1) both;
3780
+ transform-origin: center;
3781
+ transform: rotate(-90deg);
3782
+ }
3783
+ /* Line chart path draw */
3784
+ @keyframes alive-line-draw {
3785
+ from { stroke-dashoffset: var(--alive-line-len, 500); }
3786
+ to { stroke-dashoffset: 0; }
3787
+ }
3788
+ .alive-line-path {
3789
+ fill: none;
3790
+ stroke-linecap: round;
3791
+ stroke-linejoin: round;
3792
+ animation: alive-line-draw 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
3793
+ }
3794
+ /* Area fill under line */
3795
+ @keyframes alive-area-fill {
3796
+ from { opacity: 0; }
3797
+ to { opacity: 1; }
3798
+ }
3799
+ .alive-area-fill {
3800
+ animation: alive-area-fill 1.2s ease 0.3s both;
3801
+ }
3802
+
3803
+ /* \u2500\u2500 Device Frames \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3804
+ /* Browser */
3805
+ .alive-device-browser {
3806
+ border-radius: 12px;
3807
+ border: 1px solid rgba(255,255,255,0.1);
3808
+ background: rgba(255,255,255,0.03);
3809
+ overflow: hidden;
3810
+ box-shadow: 0 24px 64px rgba(0,0,0,0.4);
3811
+ }
3812
+ .alive-device-browser-bar {
3813
+ height: 38px;
3814
+ background: rgba(255,255,255,0.05);
3815
+ border-bottom: 1px solid rgba(255,255,255,0.07);
3816
+ display: flex;
3817
+ align-items: center;
3818
+ gap: 6px;
3819
+ padding: 0 14px;
3820
+ flex-shrink: 0;
3821
+ }
3822
+ .alive-device-browser-dot {
3823
+ width: 10px; height: 10px;
3824
+ border-radius: 50%;
3825
+ flex-shrink: 0;
3826
+ }
3827
+ .alive-device-browser-dot:nth-child(1) { background: rgba(255,95,87,0.8); }
3828
+ .alive-device-browser-dot:nth-child(2) { background: rgba(254,188,46,0.8); }
3829
+ .alive-device-browser-dot:nth-child(3) { background: rgba(40,200,64,0.8); }
3830
+ .alive-device-browser-url {
3831
+ flex: 1;
3832
+ height: 20px;
3833
+ background: rgba(255,255,255,0.07);
3834
+ border-radius: 5px;
3835
+ margin: 0 10px;
3836
+ }
3837
+ .alive-device-browser-screen {
3838
+ overflow: hidden;
3839
+ }
3840
+ /* Phone */
3841
+ .alive-device-phone {
3842
+ border-radius: 36px;
3843
+ border: 1.5px solid rgba(255,255,255,0.12);
3844
+ background: rgba(255,255,255,0.03);
3845
+ padding: 44px 10px 28px;
3846
+ position: relative;
3847
+ overflow: hidden;
3848
+ box-shadow: 0 24px 64px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
3849
+ }
3850
+ .alive-device-phone::before {
3851
+ content: '';
3852
+ position: absolute;
3853
+ top: 14px; left: 50%; transform: translateX(-50%);
3854
+ width: 64px; height: 20px;
3855
+ border-radius: 999px;
3856
+ background: rgba(255,255,255,0.08);
3857
+ border: 1px solid rgba(255,255,255,0.1);
3858
+ }
3859
+ .alive-device-phone::after {
3860
+ content: '';
3861
+ position: absolute;
3862
+ bottom: 10px; left: 50%; transform: translateX(-50%);
3863
+ width: 80px; height: 4px;
3864
+ border-radius: 2px;
3865
+ background: rgba(255,255,255,0.25);
3866
+ }
3867
+ .alive-device-phone-screen {
3868
+ border-radius: 24px;
3869
+ overflow: hidden;
3870
+ }
3871
+ /* Tablet */
3872
+ .alive-device-tablet {
3873
+ border-radius: 20px;
3874
+ border: 1.5px solid rgba(255,255,255,0.12);
3875
+ background: rgba(255,255,255,0.03);
3876
+ padding: 32px 16px;
3877
+ position: relative;
3878
+ overflow: hidden;
3879
+ box-shadow: 0 24px 64px rgba(0,0,0,0.4);
3880
+ }
3881
+ .alive-device-tablet::after {
3882
+ content: '';
3883
+ position: absolute;
3884
+ right: 6px; top: 50%; transform: translateY(-50%);
3885
+ width: 3px; height: 36px;
3886
+ border-radius: 2px;
3887
+ background: rgba(255,255,255,0.15);
3888
+ }
3889
+ /* Laptop */
3890
+ .alive-device-laptop {
3891
+ position: relative;
3892
+ }
3893
+ .alive-device-laptop-screen {
3894
+ border-radius: 12px 12px 0 0;
3895
+ border: 1.5px solid rgba(255,255,255,0.12);
3896
+ border-bottom: none;
3897
+ background: rgba(255,255,255,0.03);
3898
+ padding: 6px;
3899
+ overflow: hidden;
3900
+ box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
3901
+ }
3902
+ .alive-device-laptop-base {
3903
+ height: 16px;
3904
+ background: rgba(255,255,255,0.06);
3905
+ border-radius: 0 0 4px 4px;
3906
+ border: 1px solid rgba(255,255,255,0.08);
3907
+ border-top: none;
3908
+ position: relative;
3909
+ }
3910
+ .alive-device-laptop-base::after {
3911
+ content: '';
3912
+ position: absolute;
3913
+ top: 4px; left: 50%; transform: translateX(-50%);
3914
+ width: 40px; height: 4px;
3915
+ border-radius: 2px;
3916
+ background: rgba(255,255,255,0.12);
3917
+ }
3918
+
3919
+ /* \u2500\u2500 Cursor & Interactions \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3920
+ @keyframes alive-cursor-blink {
3921
+ 0%, 100% { opacity: 1; }
3922
+ 50% { opacity: 0; }
3923
+ }
3924
+ @keyframes alive-click-ripple {
3925
+ 0% { transform: scale(0); opacity: 0.8; }
3926
+ 100% { transform: scale(3); opacity: 0; }
3927
+ }
3928
+ @keyframes alive-cursor-appear {
3929
+ from { transform: scale(0.5) translateY(-8px); opacity: 0; }
3930
+ to { transform: scale(1) translateY(0); opacity: 1; }
3931
+ }
3932
+ .alive-cursor {
3933
+ width: 12px; height: 12px;
3934
+ border-radius: 50%;
3935
+ background: #fff;
3936
+ position: absolute;
3937
+ pointer-events: none;
3938
+ z-index: 9999;
3939
+ box-shadow: 0 0 0 1.5px rgba(0,0,0,0.3);
3940
+ animation: alive-cursor-appear 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
3941
+ }
3942
+ .alive-cursor-ring {
3943
+ width: 32px; height: 32px;
3944
+ border-radius: 50%;
3945
+ border: 1.5px solid rgba(255,255,255,0.6);
3946
+ position: absolute;
3947
+ pointer-events: none;
3948
+ z-index: 9998;
3949
+ transform: translate(-10px, -10px);
3950
+ transition: transform 0.1s ease;
3951
+ }
3952
+ .alive-click-ripple {
3953
+ width: 24px; height: 24px;
3954
+ border-radius: 50%;
3955
+ background: rgba(255,255,255,0.3);
3956
+ position: absolute;
3957
+ pointer-events: none;
3958
+ animation: alive-click-ripple 0.6s ease-out forwards;
3959
+ }
3960
+ /* Hover highlight glow */
3961
+ @keyframes alive-hover-pulse {
3962
+ 0%, 100% { box-shadow: 0 0 0 0 rgba(99,102,241,0.4); }
3963
+ 50% { box-shadow: 0 0 0 8px rgba(99,102,241,0); }
3964
+ }
3965
+ .alive-hover-glow {
3966
+ animation: alive-hover-pulse 2s ease-in-out infinite;
3967
+ }
3968
+ /* Text cursor (caret) */
3969
+ @keyframes alive-caret-blink {
3970
+ 0%, 100% { border-right-color: currentColor; }
3971
+ 50% { border-right-color: transparent; }
3972
+ }
3973
+ .alive-text-cursor {
3974
+ border-right: 2px solid currentColor;
3975
+ animation: alive-caret-blink 1s step-end infinite;
3976
+ }
3977
+ /* Scroll indicator */
3978
+ @keyframes alive-scroll-bounce {
3979
+ 0%, 100% { transform: translateY(0); opacity: 1; }
3980
+ 50% { transform: translateY(6px); opacity: 0.4; }
3981
+ }
3982
+ .alive-scroll-indicator {
3983
+ animation: alive-scroll-bounce 1.5s ease-in-out infinite;
3984
+ }
3985
+
3986
+ /* \u2500\u2500 Lower Thirds \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
3987
+ @keyframes alive-lower-third-in {
3988
+ from { transform: translateX(-40px); opacity: 0; }
3989
+ to { transform: translateX(0); opacity: 1; }
3990
+ }
3991
+ @keyframes alive-lower-third-bar {
3992
+ from { transform: scaleX(0); }
3993
+ to { transform: scaleX(1); }
3994
+ }
3995
+ .alive-lower-third {
3996
+ display: inline-flex;
3997
+ flex-direction: column;
3998
+ gap: 3px;
3999
+ padding: 10px 16px 10px 14px;
4000
+ background: rgba(0,0,0,0.75);
4001
+ backdrop-filter: blur(12px);
4002
+ border-left: 3px solid #6366f1;
4003
+ border-radius: 0 8px 8px 0;
4004
+ animation: alive-lower-third-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
4005
+ }
4006
+ .alive-lower-third-name {
4007
+ font-size: 0.9375rem;
4008
+ font-weight: 700;
4009
+ color: #fff;
4010
+ letter-spacing: -0.01em;
4011
+ }
4012
+ .alive-lower-third-title {
4013
+ font-size: 0.75rem;
4014
+ color: rgba(255,255,255,0.55);
4015
+ font-weight: 500;
4016
+ animation: alive-lower-third-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
4017
+ }
4018
+ /* variants */
4019
+ .alive-lower-third-indigo { border-left-color: #6366f1; }
4020
+ .alive-lower-third-sky { border-left-color: #0ea5e9; }
4021
+ .alive-lower-third-emerald{ border-left-color: #10b981; }
4022
+ .alive-lower-third-rose { border-left-color: #f43f5e; }
4023
+ .alive-lower-third-amber { border-left-color: #f59e0b; }
4024
+ /* light variant */
4025
+ .alive-lower-third-light {
4026
+ background: rgba(255,255,255,0.92);
4027
+ }
4028
+ .alive-lower-third-light .alive-lower-third-name { color: #111; }
4029
+ .alive-lower-third-light .alive-lower-third-title { color: rgba(0,0,0,0.5); }
4030
+ /* News ticker */
4031
+ @keyframes alive-ticker-scroll {
4032
+ from { transform: translateX(100%); }
4033
+ to { transform: translateX(-100%); }
4034
+ }
4035
+ .alive-ticker {
4036
+ overflow: hidden;
4037
+ white-space: nowrap;
4038
+ background: rgba(99,102,241,0.9);
4039
+ padding: 8px 0;
4040
+ font-size: 0.8125rem;
4041
+ font-weight: 600;
4042
+ color: #fff;
4043
+ letter-spacing: 0.01em;
4044
+ }
4045
+ .alive-ticker-track {
4046
+ display: inline-block;
4047
+ animation: alive-ticker-scroll 18s linear infinite;
4048
+ padding-right: 4rem;
4049
+ }
4050
+ .alive-ticker-sep {
4051
+ display: inline-block;
4052
+ margin: 0 1.5rem;
4053
+ opacity: 0.5;
4054
+ }
4055
+ /* Chapter / scene title card */
4056
+ @keyframes alive-title-card-in {
4057
+ from { transform: translateY(20px); opacity: 0; }
4058
+ to { transform: translateY(0); opacity: 1; }
4059
+ }
4060
+ .alive-title-card {
4061
+ text-align: center;
4062
+ animation: alive-title-card-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
4063
+ }
4064
+ .alive-title-card-eyebrow {
4065
+ font-size: 0.6875rem;
4066
+ font-weight: 600;
4067
+ letter-spacing: 0.1em;
4068
+ text-transform: uppercase;
4069
+ color: #818cf8;
4070
+ margin-bottom: 6px;
4071
+ animation: alive-title-card-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
4072
+ }
4073
+ .alive-title-card-heading {
4074
+ font-size: 1.5rem;
4075
+ font-weight: 800;
4076
+ color: #fff;
4077
+ letter-spacing: -0.03em;
4078
+ line-height: 1.1;
4079
+ animation: alive-title-card-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) 140ms both;
4080
+ }
4081
+
4082
+ /* \u2500\u2500 Callouts & Annotations \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
4083
+ @keyframes alive-callout-in {
4084
+ from { transform: scale(0.8) translateY(8px); opacity: 0; }
4085
+ to { transform: scale(1) translateY(0); opacity: 1; }
4086
+ }
4087
+ @keyframes alive-highlight-draw {
4088
+ from { clip-path: inset(0 100% 0 0 round 6px); }
4089
+ to { clip-path: inset(0 0% 0 0 round 6px); }
4090
+ }
4091
+ @keyframes alive-line-draw-in {
4092
+ from { stroke-dashoffset: 100; }
4093
+ to { stroke-dashoffset: 0; }
4094
+ }
4095
+ /* Callout bubble */
4096
+ .alive-callout {
4097
+ display: inline-flex;
4098
+ align-items: center;
4099
+ gap: 8px;
4100
+ padding: 8px 14px;
4101
+ background: rgba(99,102,241,0.15);
4102
+ border: 1px solid rgba(99,102,241,0.35);
4103
+ border-radius: 999px;
4104
+ font-size: 0.8125rem;
4105
+ font-weight: 600;
4106
+ color: #a5b4fc;
4107
+ animation: alive-callout-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
4108
+ }
4109
+ .alive-callout-arrow {
4110
+ display: inline-block;
4111
+ animation: alive-callout-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
4112
+ }
4113
+ /* Highlight box around an element */
4114
+ .alive-highlight-box {
4115
+ position: absolute;
4116
+ border: 2px solid #6366f1;
4117
+ border-radius: 8px;
4118
+ pointer-events: none;
4119
+ animation: alive-callout-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
4120
+ box-shadow: 0 0 0 4px rgba(99,102,241,0.15);
4121
+ }
4122
+ /* Underline highlight (text marker) */
4123
+ .alive-underline-highlight {
4124
+ position: relative;
4125
+ display: inline-block;
4126
+ }
4127
+ .alive-underline-highlight::after {
4128
+ content: '';
4129
+ position: absolute;
4130
+ left: 0; bottom: -2px;
4131
+ height: 3px;
4132
+ width: 100%;
4133
+ background: linear-gradient(90deg, #6366f1, #8b5cf6);
4134
+ border-radius: 2px;
4135
+ transform-origin: left;
4136
+ animation: alive-lower-third-bar 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
4137
+ }
4138
+ /* Step marker */
4139
+ @keyframes alive-step-in {
4140
+ from { transform: scale(0) rotate(-90deg); opacity: 0; }
4141
+ to { transform: scale(1) rotate(0deg); opacity: 1; }
4142
+ }
4143
+ .alive-step-marker {
4144
+ width: 28px; height: 28px;
4145
+ border-radius: 50%;
4146
+ background: #6366f1;
4147
+ display: flex; align-items: center; justify-content: center;
4148
+ font-weight: 700; font-size: 0.8125rem; color: #fff;
4149
+ flex-shrink: 0;
4150
+ animation: alive-step-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
4151
+ }
4152
+ .alive-step-marker-outline {
4153
+ background: transparent;
4154
+ border: 2px solid #6366f1;
4155
+ color: #818cf8;
4156
+ }
4157
+ /* Zoom lens */
4158
+ .alive-zoom-lens {
4159
+ border-radius: 50%;
4160
+ border: 2px solid rgba(99,102,241,0.5);
4161
+ box-shadow: 0 0 0 4px rgba(99,102,241,0.1), 0 8px 32px rgba(0,0,0,0.3);
4162
+ overflow: hidden;
4163
+ animation: alive-callout-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
4164
+ }
4165
+ /* SVG annotation line */
4166
+ .alive-annotation-line {
4167
+ stroke-dasharray: 100;
4168
+ animation: alive-line-draw-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
4169
+ }
4170
+
4171
+ /* \u2500\u2500 Kinetic Typography \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
4172
+ /* Slam \u2014 drops from above, impacts with squash */
4173
+ @keyframes alive-kinetic-slam {
4174
+ 0% { transform: translateY(-60px) scaleY(1.3); opacity: 0; }
4175
+ 55% { transform: translateY(6px) scaleY(0.88); opacity: 1; }
4176
+ 75% { transform: translateY(-3px) scaleY(1.04); }
4177
+ 100% { transform: translateY(0) scaleY(1); }
4178
+ }
4179
+ .alive-kinetic-slam {
4180
+ display: inline-block;
4181
+ animation: alive-kinetic-slam 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
4182
+ }
4183
+ /* Pop \u2014 scale in with overshoot */
4184
+ @keyframes alive-kinetic-pop {
4185
+ 0% { transform: scale(0); opacity: 0; }
4186
+ 55% { transform: scale(1.15); opacity: 1; }
4187
+ 75% { transform: scale(0.92); }
4188
+ 100% { transform: scale(1); }
4189
+ }
4190
+ .alive-kinetic-pop {
4191
+ display: inline-block;
4192
+ animation: alive-kinetic-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
4193
+ }
4194
+ /* Roll \u2014 comes from below with perspective */
4195
+ @keyframes alive-kinetic-roll {
4196
+ from { transform: translateY(80%) rotateX(60deg); opacity: 0; }
4197
+ to { transform: translateY(0) rotateX(0deg); opacity: 1; }
4198
+ }
4199
+ .alive-kinetic-roll {
4200
+ display: inline-block;
4201
+ transform-style: preserve-3d;
4202
+ animation: alive-kinetic-roll 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
4203
+ }
4204
+ /* Stretch \u2014 squishes then stretches to final size */
4205
+ @keyframes alive-kinetic-stretch {
4206
+ 0% { transform: scaleX(0.1) scaleY(1.5); opacity: 0; }
4207
+ 40% { transform: scaleX(1.1) scaleY(0.9); opacity: 1; }
4208
+ 70% { transform: scaleX(0.96) scaleY(1.04); }
4209
+ 100% { transform: scaleX(1) scaleY(1); }
4210
+ }
4211
+ .alive-kinetic-stretch {
4212
+ display: inline-block;
4213
+ animation: alive-kinetic-stretch 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
4214
+ }
4215
+ /* Neon flicker */
4216
+ @keyframes alive-kinetic-neon {
4217
+ 0%, 18%, 22%, 25%, 53%, 57%, 100% {
4218
+ text-shadow:
4219
+ 0 0 6px rgba(99,102,241,0.9),
4220
+ 0 0 16px rgba(99,102,241,0.7),
4221
+ 0 0 32px rgba(99,102,241,0.5),
4222
+ 0 0 64px rgba(99,102,241,0.3);
4223
+ }
4224
+ 20%, 24%, 55% { text-shadow: none; }
4225
+ }
4226
+ .alive-kinetic-neon {
4227
+ animation: alive-kinetic-neon 2.5s ease-in-out infinite;
4228
+ color: #a5b4fc;
4229
+ }
4230
+ /* Wave \u2014 each character waves */
4231
+ @keyframes alive-kinetic-wave-char {
4232
+ 0%, 100% { transform: translateY(0); }
4233
+ 50% { transform: translateY(-12px); }
4234
+ }
4235
+ .alive-kinetic-wave > span {
4236
+ display: inline-block;
4237
+ animation: alive-kinetic-wave-char 1s ease-in-out infinite;
4238
+ }
4239
+ .alive-kinetic-wave > span:nth-child(1) { animation-delay: 0ms; }
4240
+ .alive-kinetic-wave > span:nth-child(2) { animation-delay: 80ms; }
4241
+ .alive-kinetic-wave > span:nth-child(3) { animation-delay: 160ms; }
4242
+ .alive-kinetic-wave > span:nth-child(4) { animation-delay: 240ms; }
4243
+ .alive-kinetic-wave > span:nth-child(5) { animation-delay: 320ms; }
4244
+ .alive-kinetic-wave > span:nth-child(6) { animation-delay: 400ms; }
4245
+ .alive-kinetic-wave > span:nth-child(7) { animation-delay: 480ms; }
4246
+ .alive-kinetic-wave > span:nth-child(8) { animation-delay: 560ms; }
4247
+ .alive-kinetic-wave > span:nth-child(9) { animation-delay: 640ms; }
4248
+ .alive-kinetic-wave > span:nth-child(10) { animation-delay: 720ms; }
4249
+ /* Scramble placeholder \u2014 apply class, JS runtime handles character cycling */
4250
+ .alive-kinetic-scramble {
4251
+ font-family: ui-monospace, monospace;
4252
+ letter-spacing: 0.02em;
4253
+ }
4254
+ /* Gradient text animation */
4255
+ @keyframes alive-text-gradient-shift {
4256
+ 0% { background-position: 0% 50%; }
4257
+ 50% { background-position: 100% 50%; }
4258
+ 100% { background-position: 0% 50%; }
4259
+ }
4260
+ .alive-kinetic-gradient {
4261
+ background: linear-gradient(135deg, #6366f1, #8b5cf6, #0ea5e9, #6366f1);
4262
+ background-size: 300% 300%;
4263
+ -webkit-background-clip: text;
4264
+ -webkit-text-fill-color: transparent;
4265
+ background-clip: text;
4266
+ animation: alive-text-gradient-shift 4s ease infinite;
4267
+ }
4268
+
4269
+ /* \u2500\u2500 Scene Backgrounds \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
4270
+ /* Aurora */
4271
+ @keyframes alive-aurora-drift {
4272
+ 0% { background-position: 0% 50%; }
4273
+ 50% { background-position: 100% 50%; }
4274
+ 100% { background-position: 0% 50%; }
4275
+ }
4276
+ .alive-aurora {
4277
+ background: linear-gradient(135deg,
4278
+ rgba(99,102,241,0.5) 0%,
4279
+ rgba(14,165,233,0.4) 20%,
4280
+ rgba(139,92,246,0.5) 40%,
4281
+ rgba(16,185,129,0.35) 60%,
4282
+ rgba(99,102,241,0.5) 80%,
4283
+ rgba(14,165,233,0.4) 100%
4284
+ );
4285
+ background-size: 400% 400%;
4286
+ animation: alive-aurora-drift 10s ease infinite;
4287
+ }
4288
+ .alive-aurora-dark {
4289
+ background: linear-gradient(135deg,
4290
+ rgba(49,46,129,0.8) 0%,
4291
+ rgba(7,89,133,0.7) 25%,
4292
+ rgba(76,29,149,0.8) 50%,
4293
+ rgba(6,78,59,0.6) 75%,
4294
+ rgba(49,46,129,0.8) 100%
4295
+ );
4296
+ background-size: 400% 400%;
4297
+ animation: alive-aurora-drift 12s ease infinite;
4298
+ }
4299
+ /* Bokeh \u2014 blurred orbs */
4300
+ @keyframes alive-bokeh-drift {
4301
+ 0%, 100% { transform: translate(0, 0) scale(1); }
4302
+ 33% { transform: translate(20px, -15px) scale(1.1); }
4303
+ 66% { transform: translate(-15px, 10px) scale(0.9); }
4304
+ }
4305
+ .alive-bokeh {
4306
+ position: relative;
4307
+ overflow: hidden;
4308
+ }
4309
+ .alive-bokeh::before,
4310
+ .alive-bokeh::after {
4311
+ content: '';
4312
+ position: absolute;
4313
+ border-radius: 50%;
4314
+ filter: blur(40px);
4315
+ animation: alive-bokeh-drift 8s ease-in-out infinite;
4316
+ }
4317
+ .alive-bokeh::before {
4318
+ width: 200px; height: 200px;
4319
+ background: rgba(99,102,241,0.35);
4320
+ top: -50px; left: -50px;
4321
+ }
4322
+ .alive-bokeh::after {
4323
+ width: 160px; height: 160px;
4324
+ background: rgba(139,92,246,0.3);
4325
+ bottom: -40px; right: -40px;
4326
+ animation-delay: -4s;
4327
+ animation-direction: reverse;
4328
+ }
4329
+ /* Light rays / crepuscular */
4330
+ @keyframes alive-rays-spin {
4331
+ from { transform: rotate(0deg); }
4332
+ to { transform: rotate(360deg); }
4333
+ }
4334
+ .alive-rays {
4335
+ background: conic-gradient(
4336
+ rgba(99,102,241,0.12) 0deg, transparent 25deg,
4337
+ rgba(99,102,241,0.08) 50deg, transparent 75deg,
4338
+ rgba(99,102,241,0.12) 100deg, transparent 125deg,
4339
+ rgba(99,102,241,0.08) 150deg, transparent 175deg,
4340
+ rgba(99,102,241,0.12) 200deg, transparent 225deg,
4341
+ rgba(99,102,241,0.08) 250deg, transparent 275deg,
4342
+ rgba(99,102,241,0.12) 300deg, transparent 325deg,
4343
+ rgba(99,102,241,0.08) 350deg, transparent 360deg
4344
+ );
4345
+ animation: alive-rays-spin 24s linear infinite;
4346
+ }
4347
+ /* Starfield \u2014 dot pattern with twinkle */
4348
+ @keyframes alive-star-twinkle {
4349
+ 0%, 100% { opacity: 0.8; }
4350
+ 50% { opacity: 0.2; }
4351
+ }
4352
+ .alive-starfield {
4353
+ position: relative;
4354
+ overflow: hidden;
4355
+ }
4356
+ .alive-starfield::before {
4357
+ content: '';
4358
+ position: absolute; inset: 0;
4359
+ background-image:
4360
+ radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.7) 0%, transparent 100%),
4361
+ radial-gradient(1px 1px at 25% 60%, rgba(255,255,255,0.5) 0%, transparent 100%),
4362
+ radial-gradient(1px 1px at 40% 30%, rgba(255,255,255,0.8) 0%, transparent 100%),
4363
+ radial-gradient(1px 1px at 55% 70%, rgba(255,255,255,0.6) 0%, transparent 100%),
4364
+ radial-gradient(1px 1px at 70% 20%, rgba(255,255,255,0.7) 0%, transparent 100%),
4365
+ radial-gradient(1px 1px at 80% 50%, rgba(255,255,255,0.5) 0%, transparent 100%),
4366
+ radial-gradient(1px 1px at 15% 85%, rgba(255,255,255,0.6) 0%, transparent 100%),
4367
+ radial-gradient(1px 1px at 90% 80%, rgba(255,255,255,0.8) 0%, transparent 100%),
4368
+ radial-gradient(1.5px 1.5px at 35% 45%, rgba(255,255,255,0.9) 0%, transparent 100%),
4369
+ radial-gradient(1.5px 1.5px at 60% 10%, rgba(255,255,255,0.7) 0%, transparent 100%),
4370
+ radial-gradient(1px 1px at 5% 40%, rgba(255,255,255,0.5) 0%, transparent 100%),
4371
+ radial-gradient(1px 1px at 95% 35%, rgba(255,255,255,0.6) 0%, transparent 100%),
4372
+ radial-gradient(1px 1px at 48% 90%, rgba(255,255,255,0.5) 0%, transparent 100%),
4373
+ radial-gradient(1px 1px at 72% 65%, rgba(255,255,255,0.7) 0%, transparent 100%),
4374
+ radial-gradient(1px 1px at 20% 5%, rgba(255,255,255,0.8) 0%, transparent 100%);
4375
+ animation: alive-star-twinkle 4s ease-in-out infinite;
4376
+ }
4377
+ .alive-starfield::after {
4378
+ content: '';
4379
+ position: absolute; inset: 0;
4380
+ background-image:
4381
+ radial-gradient(1px 1px at 8% 55%, rgba(255,255,255,0.6) 0%, transparent 100%),
4382
+ radial-gradient(1px 1px at 30% 75%, rgba(255,255,255,0.5) 0%, transparent 100%),
4383
+ radial-gradient(1px 1px at 45% 20%, rgba(255,255,255,0.7) 0%, transparent 100%),
4384
+ radial-gradient(1px 1px at 65% 40%, rgba(255,255,255,0.6) 0%, transparent 100%),
4385
+ radial-gradient(1.5px 1.5px at 85% 15%, rgba(255,255,255,0.9) 0%, transparent 100%),
4386
+ radial-gradient(1px 1px at 92% 60%, rgba(255,255,255,0.5) 0%, transparent 100%),
4387
+ radial-gradient(1px 1px at 18% 95%, rgba(255,255,255,0.6) 0%, transparent 100%),
4388
+ radial-gradient(1px 1px at 50% 50%, rgba(255,255,255,0.4) 0%, transparent 100%),
4389
+ radial-gradient(1px 1px at 75% 88%, rgba(255,255,255,0.7) 0%, transparent 100%),
4390
+ radial-gradient(1px 1px at 3% 25%, rgba(255,255,255,0.5) 0%, transparent 100%);
4391
+ animation: alive-star-twinkle 6s ease-in-out infinite reverse;
4392
+ animation-delay: -2s;
4393
+ }
4394
+ /* Noise overlay */
4395
+ .alive-film-grain {
4396
+ position: relative;
4397
+ }
4398
+ .alive-film-grain::after {
4399
+ content: '';
4400
+ position: absolute; inset: 0;
4401
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' 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");
4402
+ pointer-events: none;
4403
+ opacity: 0.35;
4404
+ }
4405
+
4406
+ /* \u2500\u2500 Particles & FX \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 */
4407
+ /* Energy ring pulse */
4408
+ @keyframes alive-ring-expand {
4409
+ 0% { transform: scale(0.6); opacity: 0.9; }
4410
+ 100% { transform: scale(2.2); opacity: 0; }
4411
+ }
4412
+ .alive-energy-ring {
4413
+ border-radius: 50%;
4414
+ border: 2px solid rgba(99,102,241,0.7);
4415
+ position: relative;
4416
+ animation: alive-ring-expand 2s ease-out infinite;
4417
+ }
4418
+ .alive-energy-ring::before,
4419
+ .alive-energy-ring::after {
4420
+ content: '';
4421
+ position: absolute; inset: 0;
4422
+ border-radius: 50%;
4423
+ border: 2px solid rgba(99,102,241,0.5);
4424
+ animation: alive-ring-expand 2s ease-out infinite;
4425
+ }
4426
+ .alive-energy-ring::before { animation-delay: 0.65s; border-color: rgba(139,92,246,0.5); }
4427
+ .alive-energy-ring::after { animation-delay: 1.3s; border-color: rgba(99,102,241,0.3); }
4428
+ /* Glow burst */
4429
+ @keyframes alive-glow-burst {
4430
+ 0% { transform: scale(0.5); opacity: 1; }
4431
+ 100% { transform: scale(2); opacity: 0; }
4432
+ }
4433
+ .alive-glow-burst {
4434
+ border-radius: 50%;
4435
+ background: radial-gradient(circle, rgba(99,102,241,0.8) 0%, rgba(99,102,241,0.3) 40%, transparent 70%);
4436
+ animation: alive-glow-burst 1.5s ease-out infinite;
4437
+ }
4438
+ /* Floating orb */
4439
+ @keyframes alive-orb-drift {
4440
+ 0%, 100% { transform: translate(0, 0) scale(1); }
4441
+ 33% { transform: translate(12px, -16px) scale(1.08); }
4442
+ 66% { transform: translate(-8px, 8px) scale(0.94); }
4443
+ }
4444
+ .alive-orb {
4445
+ border-radius: 50%;
4446
+ filter: blur(var(--alive-orb-blur, 20px));
4447
+ animation: alive-orb-drift 6s ease-in-out infinite;
4448
+ }
4449
+ .alive-orb-indigo { background: rgba(99,102,241,0.6); --alive-orb-blur: 24px; }
4450
+ .alive-orb-violet { background: rgba(139,92,246,0.6); --alive-orb-blur: 28px; animation-delay: -2s; }
4451
+ .alive-orb-sky { background: rgba(14,165,233,0.5); --alive-orb-blur: 20px; animation-delay: -4s; }
4452
+ .alive-orb-emerald { background: rgba(16,185,129,0.5); --alive-orb-blur: 22px; animation-delay: -1s; }
4453
+ .alive-orb-rose { background: rgba(244,63,94,0.5); --alive-orb-blur: 26px; animation-delay: -3s; }
4454
+ /* Sparkle star */
4455
+ @keyframes alive-sparkle-burst {
4456
+ 0% { transform: scale(0) rotate(0deg); opacity: 0; }
4457
+ 40% { transform: scale(1.2) rotate(120deg); opacity: 1; }
4458
+ 80% { transform: scale(0.8) rotate(240deg); opacity: 0.6; }
4459
+ 100% { transform: scale(0) rotate(360deg); opacity: 0; }
4460
+ }
4461
+ .alive-sparkle {
4462
+ display: inline-block;
4463
+ color: #fbbf24;
4464
+ animation: alive-sparkle-burst 1.8s ease-in-out infinite;
4465
+ }
4466
+ .alive-sparkle:nth-child(2) { animation-delay: 0.3s; color: #818cf8; }
4467
+ .alive-sparkle:nth-child(3) { animation-delay: 0.6s; color: #34d399; }
4468
+ .alive-sparkle:nth-child(4) { animation-delay: 0.9s; color: #f472b6; }
4469
+ .alive-sparkle:nth-child(5) { animation-delay: 1.2s; color: #60a5fa; }
4470
+ /* Confetti pieces */
4471
+ @keyframes alive-confetti-fall {
4472
+ 0% { transform: translateY(-20px) rotate(0deg); opacity: 1; }
4473
+ 100% { transform: translateY(120px) rotate(720deg); opacity: 0; }
4474
+ }
4475
+ .alive-confetti-piece {
4476
+ position: absolute;
4477
+ width: 8px; height: 8px;
4478
+ border-radius: 2px;
4479
+ animation: alive-confetti-fall 2s ease-in infinite;
4480
+ }
4481
+ .alive-confetti-piece:nth-child(1) { left: 10%; background: #6366f1; animation-delay: 0s; animation-duration: 2.1s; }
4482
+ .alive-confetti-piece:nth-child(2) { left: 20%; background: #f43f5e; animation-delay: 0.2s; animation-duration: 1.8s; width: 6px; height: 10px; }
4483
+ .alive-confetti-piece:nth-child(3) { left: 30%; background: #fbbf24; animation-delay: 0.4s; animation-duration: 2.3s; border-radius: 50%; }
4484
+ .alive-confetti-piece:nth-child(4) { left: 42%; background: #10b981; animation-delay: 0.1s; animation-duration: 1.9s; width: 10px; height: 6px; }
4485
+ .alive-confetti-piece:nth-child(5) { left: 53%; background: #8b5cf6; animation-delay: 0.5s; animation-duration: 2.2s; }
4486
+ .alive-confetti-piece:nth-child(6) { left: 63%; background: #0ea5e9; animation-delay: 0.3s; animation-duration: 1.7s; border-radius: 50%; }
4487
+ .alive-confetti-piece:nth-child(7) { left: 72%; background: #f97316; animation-delay: 0.6s; animation-duration: 2.4s; width: 6px; height: 10px; }
4488
+ .alive-confetti-piece:nth-child(8) { left: 83%; background: #ec4899; animation-delay: 0.15s; animation-duration: 2.0s; }
4489
+ .alive-confetti-piece:nth-child(9) { left: 91%; background: #6366f1; animation-delay: 0.45s; animation-duration: 1.85s; border-radius: 50%; }
4490
+ .alive-confetti-piece:nth-child(10) { left: 5%; background: #34d399; animation-delay: 0.7s; animation-duration: 2.15s; width: 10px; height: 6px; }
4491
+ .alive-confetti { position: relative; overflow: hidden; }
4492
+ /* Meteor / shooting star */
4493
+ @keyframes alive-meteor {
4494
+ 0% { transform: translateX(0) translateY(0) rotate(-45deg); opacity: 1; }
4495
+ 70% { opacity: 1; }
4496
+ 100% { transform: translateX(200px) translateY(200px) rotate(-45deg); opacity: 0; }
4497
+ }
4498
+ .alive-meteor {
4499
+ position: absolute;
4500
+ width: 60px; height: 1.5px;
4501
+ background: linear-gradient(90deg, rgba(255,255,255,0.9), transparent);
4502
+ border-radius: 1px;
4503
+ animation: alive-meteor 2s ease-in infinite;
4504
+ }
4505
+ .alive-meteor:nth-child(1) { top: 10%; left: 5%; animation-delay: 0s; animation-duration: 2.2s; }
4506
+ .alive-meteor:nth-child(2) { top: 25%; left: 30%; animation-delay: 0.8s; animation-duration: 1.8s; width: 40px; }
4507
+ .alive-meteor:nth-child(3) { top: 5%; left: 60%; animation-delay: 1.5s; animation-duration: 2.5s; }
4508
+ .alive-meteor:nth-child(4) { top: 40%; left: 75%; animation-delay: 0.4s; animation-duration: 1.6s; width: 80px; }
2499
4509
  `;
2500
4510
  }
2501
4511