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