:root{--primary:#9d00ff;--secondary:#00e5ff;--accent:#ff00e5;--background:#050510;--card-bg:#141428b3;--text-primary:#00e5ffb3;--text-secondary:#b8b8ff;--glow-primary:0 0 10px #9d00ffb3, 0 0 20px #9d00ff80;--glow-secondary:0 0 10px #00e5ffb3, 0 0 20px #00e5ff80;--glow-accent:0 0 10px #ff00e5b3, 0 0 20px #ff00e580;--card-width:300px;--card-height:420px;--carousel-radius:400px;--transition-speed:.5s}.memory-carousel-container *{box-sizing:border-box;margin:0;padding:0}.memory-carousel-container body,.memory-carousel-container html{background-color:var(--background);height:100%;color:var(--text-primary);align-items:center;font-family:Chakra Petch,sans-serif;display:grid;overflow:hidden}.memory-carousel-container h1,.memory-carousel-container h2,.memory-carousel-container h3,.memory-carousel-container h4,.memory-carousel-container h5,.memory-carousel-container h6{letter-spacing:1px;font-family:Orbitron,sans-serif;font-weight:700}.memory-carousel-container .title{background:linear-gradient(90deg, var(--primary), var(--secondary));color:#0000;text-shadow:0 0 15px #9d00ff80;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;animation:3s infinite alternate pulse}.memory-carousel-container .cosmos-background{z-index:-1;background:radial-gradient(at bottom,#1b2735 0%,#090a0f 100%);width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.memory-carousel-container .stars-container{background-image:radial-gradient(1px 1px at 25% 25%,#fff,#0000),radial-gradient(1px 1px,#fff,#0000),radial-gradient(2px 2px at 75% 75%,#fff,#0000),radial-gradient(2px 2px at 100% 100%,#fff,#0000);background-repeat:repeat;background-size:200px 200px,300px 300px,400px 400px,600px 600px;width:100%;height:100%;animation:10s linear infinite twinkle;position:absolute}@keyframes twinkle{0%{background-position:0 0,0 0,0 0,0 0}to{background-position:200px 200px,300px 300px,400px 400px,600px 600px}}.memory-carousel-container .carousel-container{perspective:1000px;width:100%;height:500px;transform-style:preserve-3d;touch-action:none;justify-content:center;align-items:center;display:flex;position:relative}.memory-carousel-container .carousel{width:var(--carousel-radius);height:var(--carousel-radius);transform-style:preserve-3d;transition:transform .5s;position:relative}.memory-carousel-container .memory-card{width:var(--card-width);height:var(--card-height);margin-left:calc(var(--card-width) / -2);margin-top:calc(var(--card-height) / -2);transform-style:preserve-3d;cursor:pointer;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%}.memory-carousel-container .card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);position:relative}.memory-carousel-container .memory-card:hover .card-inner{transform:translateZ(20px)}.memory-carousel-container .memory-card.flipped .card-inner{transform:rotateY(180deg)}.memory-carousel-container .card-front,.memory-carousel-container .card-back{backface-visibility:hidden;border-radius:15px;width:100%;height:100%;position:absolute;overflow:hidden;box-shadow:0 0 20px #00000080}.memory-carousel-container .card-front{transform-style:preserve-3d;background:linear-gradient(135deg,#1e1e3ccc,#141428e6);border:1px solid #9d00ff4d}.memory-carousel-container .card-back{background:linear-gradient(135deg,#141428e6,#1e1e3ccc);border:1px solid #00e5ff4d;transform:rotateY(180deg)}.memory-carousel-container .card-content{flex-direction:column;height:100%;padding:20px;display:flex;position:relative}.memory-carousel-container .memory-date{color:var(--accent);text-shadow:0 0 5px #ff00e5b3;margin-bottom:10px;font-family:Orbitron,sans-serif;font-size:.8rem}.memory-carousel-container .memory-card h3{color:var(--text-primary);text-shadow:0 0 10px #ffffff80;margin-bottom:15px;font-size:1.5rem}.memory-carousel-container .memory-image{background:#0000004d;border-radius:8px;justify-content:center;align-items:center;width:100%;height:150px;margin-bottom:15px;display:flex;position:relative;overflow:hidden}.memory-carousel-container .memory-image svg{color:var(--primary);text-shadow:var(--glow-primary);z-index:2;font-size:4rem;animation:3s infinite alternate pulse}.memory-carousel-container .glitch-effect{z-index:1;background:linear-gradient(45deg,#0000 65%,#9d00ff4d 70%,#0000 75%) 0 0/200% 200%;width:100%;height:100%;animation:3s linear infinite glitch;position:absolute;top:0;left:0}@keyframes glitch{0%{background-position:0 0}25%{background-position:100% 0}50%{background-position:100% 100%}75%{background-position:0 100%}to{background-position:0 0}}.memory-carousel-container .memory-preview{color:var(--text-secondary);flex-grow:1;margin-bottom:15px;font-size:.9rem}.memory-carousel-container .card-back .card-content p{color:var(--text-secondary);flex-grow:1;margin-bottom:20px;font-size:.9rem;line-height:1.5}.memory-carousel-container .memory-coordinates{color:var(--secondary);flex-direction:column;gap:5px;font-family:Orbitron,sans-serif;font-size:.8rem;display:flex}.memory-carousel-container .time-stamp{color:var(--accent)}.memory-carousel-container .card-glow{pointer-events:none;opacity:0;background:radial-gradient(circle,#9d00ff1a,#0000 70%);border-radius:15px;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.memory-carousel-container .memory-card:hover .card-glow{opacity:1}.memory-carousel-container .carousel-controls{z-index:10;align-items:center;gap:20px;display:flex;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.memory-carousel-container .control-btn{border:1px solid var(--primary);color:var(--text-primary);cursor:pointer;width:40px;height:40px;box-shadow:var(--glow-primary);background:#141428b3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.memory-carousel-container .control-btn:hover{background:#1e1e3ce6;transform:scale(1.1)}@keyframes pulse{0%,to{opacity:.8}50%{opacity:1}}@media (max-width:768px){.mobile-container{height:100vh;padding:0;overflow:hidden}.mobile-main{flex-direction:column;justify-content:center;height:100%;margin:0;padding:0;display:flex}.mobile-carousel-container{perspective:800px;width:100%;height:60vh;margin:0 auto;position:relative;overflow:visible}.memory-card.mobile-card{backface-visibility:hidden;will-change:transform;-webkit-tap-highlight-color:transparent;background:#1e293be6;border:1px solid #ffffff1a;border-radius:15px;width:280px;height:380px;padding:0;transition:transform .5s;position:absolute;overflow:hidden;box-shadow:0 10px 30px #0000004d}.memory-card.mobile-card .card-content{flex-direction:column;height:100%;padding:15px;display:flex}.memory-card.mobile-card .memory-date{color:#a5b4fc;margin-bottom:8px;font-size:12px}.memory-card.mobile-card h3{margin-bottom:12px;font-size:18px;line-height:1.3}.memory-card.mobile-card .memory-image{flex-grow:1;justify-content:center;align-items:center;margin:10px 0;font-size:2rem;display:flex}.memory-card.mobile-card .memory-preview{margin-bottom:10px;font-size:13px;line-height:1.4}.memory-card.mobile-card .memory-coordinates{margin-top:10px;font-size:12px}.mobile-controls-container{z-index:10;width:100%;padding:0 15px;position:fixed;bottom:20px;left:0;right:0}.mobile-dots{justify-content:center;gap:8px;margin-bottom:15px;display:flex}.mobile-dots .dot{background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .3s}.mobile-dots .dot.active{background:#4f46e5;transform:scale(1.3)}.mobile-controls{justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-control-btn{color:#fff;background:#4f46e5cc;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 4px 10px #0003}.mobile-tap-hint{color:#ffffffb3;text-align:center;margin-top:15px;font-size:12px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}}@keyframes flip{0%{transform:rotateY(0)}to{transform:rotateY(180deg)}}@media (max-width:400px){.memory-card.mobile-card{width:260px;height:360px}.mobile-carousel-container{height:55vh}.mobile-controls-container{bottom:10px}.mobile-tap-hint{font-size:11px}.memory-carousel-container{overflow-x:hidden}.mobile-carousel-container{box-sizing:border-box;width:100%;max-width:100vw;padding:1rem;overflow:hidden}.mobile-card{perspective:none;max-width:100%;margin:0 auto;transform:none!important}.mobile-card .card-inner{transform-style:flat;background-color:#111827;border-radius:1rem;transition:transform .6s;box-shadow:0 0 15px #0003;transform:none!important}.mobile-card.flipped .card-inner{transform:none!important}.mobile-dots-container{justify-content:center;gap:6px;margin-top:10px;display:flex}.mobile-dot{opacity:.5;background-color:#999;border-radius:50%;width:10px;height:10px;transition:opacity .3s}.mobile-dot.active{opacity:1;background-color:#4f46e5}.mobile-controls-container{justify-content:center;gap:1rem;display:flex}.mobile-control-btn{color:#fff;background-color:#1f2937;border:none;border-radius:50%;padding:.6rem;font-size:1.2rem}}
