@alivecss/aliveui 1.1.0 → 1.2.0

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