@alivecss/aliveui 1.1.0 → 1.2.0

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