.cherrie-petals{pointer-events:none;z-index:1;position:fixed;inset:0;overflow:hidden}.cherrie-petal{opacity:0;border-radius:50% 0 50% 50%;width:12px;height:12px;animation:linear infinite sakura-fall;position:absolute;top:-40px}.cherrie-petal-1{background:#ffb7d5;width:10px;height:10px;animation-duration:14s;animation-delay:0s;left:5%}.cherrie-petal-2{background:#ff69b4;width:14px;height:14px;animation-duration:18s;animation-delay:2s;left:12%}.cherrie-petal-3{background:pink;width:8px;height:8px;animation-duration:16s;animation-delay:4s;left:22%}.cherrie-petal-4{background:#ff91c8;width:12px;height:12px;animation-duration:20s;animation-delay:1s;left:35%}.cherrie-petal-5{background:#ffb7d5;width:10px;height:10px;animation-duration:15s;animation-delay:6s;left:45%}.cherrie-petal-6{background:#ff69b4;width:16px;height:16px;animation-duration:22s;animation-delay:3s;left:55%}.cherrie-petal-7{background:pink;width:9px;height:9px;animation-duration:17s;animation-delay:8s;left:65%}.cherrie-petal-8{background:#ff91c8;width:13px;height:13px;animation-duration:19s;animation-delay:5s;left:75%}.cherrie-petal-9{background:#ffb7d5;width:11px;height:11px;animation-duration:16s;animation-delay:7s;left:82%}.cherrie-petal-10{background:#ff69b4;width:8px;height:8px;animation-duration:21s;animation-delay:2s;left:90%}.cherrie-petal-11{background:pink;width:7px;height:7px;animation-duration:23s;animation-delay:9s;left:28%}.cherrie-petal-12{background:#ff69b4;width:15px;height:15px;animation-duration:17s;animation-delay:11s;left:50%}.cherrie-petal-13{background:#ff91c8;width:11px;height:11px;animation-duration:19s;animation-delay:13s;left:8%}.cherrie-petal-14{background:#ffb7d5;width:10px;height:10px;animation-duration:15s;animation-delay:10s;left:70%}@keyframes sakura-fall{0%{opacity:0;transform:translateY(0)translate(0)rotate(0)scale(1)}5%{opacity:.7}50%{opacity:.5;transform:translateY(50vh)translate(60px)rotate(180deg)scale(.9)}to{opacity:0;transform:translateY(105vh)translate(-30px)rotate(360deg)scale(.6)}}.cherrie-glow{z-index:1;pointer-events:none;position:fixed;inset:0;overflow:hidden}.cherrie-glow:before,.cherrie-glow:after{content:"";filter:blur(80px);border-radius:50%;animation:20s ease-in-out infinite alternate glow-drift;position:absolute}.cherrie-glow:before{background:#ff69b414;width:300px;height:300px;top:10%;left:5%}.cherrie-glow:after{background:#e91e8c0f;width:250px;height:250px;animation-delay:-10s;bottom:20%;right:10%}@keyframes glow-drift{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.1)}to{transform:translate(-20px,10px)scale(.95)}}.cherrie-heading{letter-spacing:-.02em;font-weight:800;display:inline-block;position:relative}.cherrie-heading:after{content:"";background:linear-gradient(90deg,#ff69b4,#e91e8c,#ff69b4) 0 0/200% 100%;border-radius:2px;height:3px;animation:3s ease-in-out infinite shimmer-line;position:absolute;bottom:-6px;left:0;right:0}@keyframes shimmer-line{0%,to{background-position:0 0}50%{background-position:100% 0}}.cherrie-gallery-card{cursor:pointer;border-radius:16px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;position:relative;overflow:hidden}.cherrie-gallery-card:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#ff69b4,#e91e8c,#ff1493,#ff69b4) 0 0/300% 300%;border-radius:18px;transition:opacity .3s;animation:4s linear infinite border-rotate;position:absolute;inset:-2px}.cherrie-gallery-card:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 8px 30px #ff69b44d,0 0 60px #ff69b41a}.cherrie-gallery-card:hover:before{opacity:1}@keyframes border-rotate{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.cherrie-caption-overlay{background:linear-gradient(#0000 0%,#08000899 60%,#080008e6 100%)}.cherrie-quote{background:linear-gradient(135deg,#ff69b414,#e91e8c0a);border:1px solid #ff69b426;border-radius:16px;transition:border-color .3s,box-shadow .3s,transform .3s;position:relative;overflow:hidden}.cherrie-quote:before{content:"“";color:#ff69b41f;pointer-events:none;font-family:Georgia,Times New Roman,serif;font-size:72px;line-height:1;position:absolute;top:-8px;left:12px}.cherrie-quote:hover{border-color:#ff69b466;transform:translateY(-2px);box-shadow:0 4px 20px #ff69b41f}.cherrie-upload-zone{background:linear-gradient(135deg,#ff69b40a,#e91e8c05);border:2px dashed #ff69b44d;border-radius:20px;transition:all .3s;position:relative}.cherrie-upload-zone:hover,.cherrie-upload-zone.drag-active{background:linear-gradient(135deg,#ff69b414,#e91e8c0a);border-color:#ff69b499;box-shadow:0 0 40px #ff69b41a}.cherrie-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff69b4,#e91e8c);border:none;border-radius:12px;justify-content:center;align-items:center;padding:10px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden}.cherrie-btn:before{content:"";opacity:0;background:linear-gradient(135deg,#e91e8c,#ff1493);transition:opacity .25s;position:absolute;inset:0}.cherrie-btn:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 6px 20px #ff69b466}.cherrie-btn:hover:before{opacity:1}.cherrie-btn>span{z-index:1;position:relative}.cherrie-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.cherrie-btn-sm{border-radius:8px;padding:6px 16px;font-size:12px}.cherrie-btn-ghost{background:#ff69b41a;border:1px solid #ff69b433}.cherrie-btn-ghost:before{background:#ff69b426}.cherrie-btn-ghost:hover{box-shadow:0 4px 15px #ff69b426}.cherrie-input{color:#f0f0f0;background:#ff69b40a;border:1px solid #ff69b433;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.cherrie-input::placeholder{color:#ff69b459}.cherrie-input:focus{border-color:#ff69b480;box-shadow:0 0 20px #ff69b414}.cherrie-lightbox{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080008f2;justify-content:center;align-items:center;padding:16px;animation:.25s ease-out lightbox-in;display:flex;position:fixed;inset:0}.cherrie-lightbox-img{border-radius:12px;animation:.3s cubic-bezier(.34,1.56,.64,1) lightbox-img-in;box-shadow:0 0 60px #ff69b433,0 0 120px #ff69b40d}@keyframes lightbox-in{0%{opacity:0}to{opacity:1}}@keyframes lightbox-img-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.cherrie-empty{background:linear-gradient(135deg,#ff69b408,#e91e8c03);border:1px dashed #ff69b433;border-radius:20px}@keyframes card-enter{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.cherrie-stagger>*{animation:.5s ease-out backwards card-enter}.cherrie-stagger>:first-child{animation-delay:50ms}.cherrie-stagger>:nth-child(2){animation-delay:.1s}.cherrie-stagger>:nth-child(3){animation-delay:.15s}.cherrie-stagger>:nth-child(4){animation-delay:.2s}.cherrie-stagger>:nth-child(5){animation-delay:.25s}.cherrie-stagger>:nth-child(6){animation-delay:.3s}.cherrie-stagger>:nth-child(7){animation-delay:.35s}.cherrie-stagger>:nth-child(8){animation-delay:.4s}.cherrie-stagger>:nth-child(9){animation-delay:.45s}.cherrie-stagger>:nth-child(10){animation-delay:.5s}.cherrie-stagger>:nth-child(n+11){animation-delay:.55s}.cherrie-page::-webkit-scrollbar{width:6px}.cherrie-page::-webkit-scrollbar-track{background:0 0}.cherrie-page::-webkit-scrollbar-thumb{background:#ff69b44d;border-radius:3px}.cherrie-page::-webkit-scrollbar-thumb:hover{background:#ff69b480}@media (prefers-reduced-motion:reduce){.cherrie-petals,.cherrie-bg:before,.cherrie-gallery-card:before{animation:none}.cherrie-stagger>*{opacity:1;animation:none}.cherrie-lightbox,.cherrie-lightbox-img,.cherrie-heading:after{animation:none}}
