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