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