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