*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh}body{margin:0}#root{min-height:100vh}.minimal-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#fff;color:#000}h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300;font-size:2rem}.dark-mode{background-color:#000}.dark-mode .menu{background-color:#000000e6}.dark-mode .minimal-footer{background-color:#000}.dark-mode .instagram-link,.dark-mode .copyright{color:#fff}.menu-container{position:fixed;top:2rem;left:2rem;z-index:1000}.hamburger{width:24px;height:18px;position:relative;background:none;border:none;cursor:pointer;z-index:1001;padding:0}.hamburger span{display:block;width:100%;height:2px;background-color:#333;position:absolute;transition:transform .3s ease,opacity .3s ease,background-color .3s ease}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:last-child{bottom:0}.hamburger.open span:first-child{transform:rotate(45deg);top:11px}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:last-child{transform:rotate(-45deg);bottom:11px}.menu{position:fixed;top:0;left:0;min-width:250px;width:max-content;height:100vh;padding:5rem 2rem;transform:translate(-100%);transition:transform .3s ease;background-color:#fffc;border-right:none;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.menu.open{transform:translate(0)}.menu ul{position:relative;list-style:none;padding:0;margin:0}.menu-indicator{position:absolute;left:-20px;width:10px;height:10px;border-right:2px solid #333;border-bottom:2px solid #333;transform:rotate(-45deg);transition:all .3s ease;opacity:0}.menu-indicator.x{transform:rotate(45deg) scale(.8);border-color:#666}.menu li{position:relative;margin:1.2rem 0;font-size:1rem;text-transform:uppercase;letter-spacing:1px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300;transition:transform .3s ease}.menu li:hover .menu-indicator,.menu li.active .menu-indicator{opacity:1}.menu li:hover{transform:translate(10px)}.menu li.active{font-weight:500}.menu a{text-decoration:none;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300}.menu .classified{color:#666;cursor:not-allowed;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300;display:flex;align-items:center;gap:1rem;white-space:nowrap}.menu .classified span{position:relative;display:inline-block;white-space:nowrap}.menu .classified span:hover:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#999;pointer-events:none}.countdown-timer{pointer-events:none;-webkit-user-select:none;user-select:none}.menu .about{margin-top:2.5rem;font-weight:700}@media (max-width: 768px){.menu{width:100%;min-width:100%}}.dark-mode .menu{background-color:#000c;border-right:none}.dark-mode .hamburger span{background-color:#fff}.dark-mode .menu a,.dark-mode .menu li:not(.classified){color:#fff}.dark-mode .menu .classified{color:#ffffff80}.dark-mode .menu-indicator{border-right:2px solid #fff;border-bottom:2px solid #fff}.dark-mode .menu-indicator.x{border-color:#666}.menu-container.on-dark .hamburger span{background-color:#fff}.landing-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh}.welcome{font-family:Arial,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:4px;margin-bottom:2rem;color:#000;transform:translateY(0)}.animation-container{position:relative;display:flex;justify-content:center;align-items:center;gap:30px;height:120px;margin:0}.bar{width:10px;height:100px;background:#000;border-radius:5px;transform:translateY(20px)}.ball{width:20px;height:20px;background:#000;border-radius:50%;position:absolute;top:-40px}.text{margin-top:40px;text-align:center}.title{font-family:Arial,sans-serif;font-size:24px;font-weight:300;color:#000;letter-spacing:2px;margin-bottom:8px}.credit{font-family:Arial,sans-serif;font-size:14px;font-weight:300;color:#00000080;letter-spacing:1px;text-decoration:none;transition:opacity .3s ease}.credit:hover{opacity:.7}.toggle-button{display:block;margin:20px auto 0;padding:8px 20px;background:transparent;border:1px solid #666;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;cursor:pointer;transition:all .3s ease}.toggle-button:hover{background:#6666661a}.dark-mode .toggle-button{border-color:#999;color:#999}.dark-mode .toggle-button:hover{background:#9999991a}.toggle-switch{display:block;margin:20px auto 0;width:44px;height:22px;background:#e0e0e0;border-radius:11px;padding:2px;border:none;cursor:pointer;position:relative;transition:background-color .3s ease}.toggle-switch:before{content:"○";position:absolute;left:7px;top:50%;transform:translateY(-50%);font-size:12px;color:#999}.toggle-switch:after{content:"●";position:absolute;right:7px;top:50%;transform:translateY(-50%);font-size:12px;color:#999}.toggle-switch-handle{width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000001a;transition:transform .3s ease,background-color .3s ease;position:relative;z-index:1}.dark-mode .toggle-switch{background:#333}.dark-mode .toggle-switch-handle{transform:translate(22px);background:#fff}.dark-mode .toggle-switch:before,.dark-mode .toggle-switch:after{color:#666}.about-container{min-height:100vh;padding:6rem 2rem 4rem;display:flex;justify-content:center;align-items:flex-start}.about-content{max-width:600px;width:100%}.about-content h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300;font-size:2.5rem;margin-bottom:2rem;letter-spacing:2px}.about-content p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:300;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#666}.dark-mode .about-content h1{color:#fff}.dark-mode .about-content p{color:#999}.about-content .link{text-decoration:none;color:inherit;border-bottom:1px solid #666;transition:opacity .3s ease}.about-content .link:hover{opacity:.7}.dark-mode .about-content .link{border-bottom-color:#999}.contact-link{margin-top:3rem;font-size:1rem;font-style:italic}.contact-link .link{border-bottom-style:dotted}.contact-link .link:hover{opacity:.8}@media (max-width: 768px){.about-container{padding:8rem 2rem 4rem}.about-content h1{font-size:2rem;margin-bottom:2rem}}.minimal-footer{position:fixed;bottom:0;left:0;width:100%;padding:1.5rem}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;font-family:Arial,sans-serif;font-size:.8rem}.instagram-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#0006;transition:color .3s ease}.instagram-link:hover{opacity:.7}.copyright{color:#0006}.dark-mode .instagram-link,.dark-mode .copyright{color:#fff6}.instagram-icon{fill:currentColor}@media (max-width: 768px){.footer-content{font-size:.7rem}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-text{font-family:Arial,sans-serif;font-size:1.2rem;font-weight:300;letter-spacing:.4em;color:#000;opacity:0;transform:translateY(10px);text-transform:uppercase}.loading-text span{display:inline-block;transform-origin:center center}.subject1-container{position:relative;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:flex-start;padding:8rem 2rem 2rem}.video-container{position:relative;width:90%;max-width:1400px;margin-top:2rem}.video-wrapper{position:relative;width:100%;aspect-ratio:16/9;border-radius:4px;overflow:hidden;box-shadow:0 20px 40px #0000001a;z-index:0}.background-video{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.main-text{position:absolute;top:50%;left:15%;transform:translateY(-50%);font-family:Arial,sans-serif;font-weight:700;font-size:2.5rem;color:#fff;letter-spacing:.02em;text-shadow:0 2px 4px rgba(0,0,0,.2);white-space:nowrap;margin:0;z-index:10;text-align:left}.subject1-container .description{position:relative;margin-top:4rem;padding:0 5%;z-index:1;max-width:none}.subject1-container .description p{font-family:Arial,sans-serif;font-size:1rem;line-height:1.7;color:#0009;margin-bottom:1.5rem;font-weight:300;position:relative;z-index:1}.dark-mode .subject1-container .description p{color:#fff9}@media (max-width: 1024px){.subject1-container{padding:8rem 2rem 2rem}.video-container{width:95%}.main-text{font-size:2.2rem;left:10%}.subject1-container .description{padding:0 8%}}@media (max-width: 768px){.subject1-container{padding:8rem 1rem 2rem;display:flex;flex-direction:column;min-height:auto;overflow-y:auto}.video-container{width:100%;max-width:none;margin:0;margin-top:1rem;display:flex;flex-direction:column}.video-wrapper{border-radius:0;box-shadow:none;height:60vh}.background-video{height:100%;object-fit:cover}.main-text{font-size:1.8rem;left:8%}.subject1-container .description{padding:0 5%;margin-top:3.5rem;margin-bottom:4rem}.subject1-container .description p{font-size:.85rem}}@media (max-width: 480px){.subject1-container{padding:8rem 0 2rem}.video-container{width:100%;margin-top:1rem}.video-wrapper{height:55vh}.main-text{font-size:1.5rem;left:5%}.subject1-container .description{padding:0 3%;margin-top:3rem;margin-bottom:4rem}.subject1-container .description p{font-size:.8rem}}.subject2-container{position:relative;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;padding:0;background:linear-gradient(135deg,#f8f9fa,#fff);overflow:hidden}.particle-canvas{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:70%;max-width:800px;max-height:600px;cursor:crosshair;z-index:1}.interaction-hints{position:absolute;top:55%;left:50%;transform:translate(-50%);z-index:20;text-align:center;display:flex;gap:2rem}.hint{font-family:Arial,sans-serif;font-size:.75rem;font-weight:300;color:#0006;margin-bottom:.5rem;letter-spacing:.5px;text-transform:uppercase;opacity:0;animation:hintFadeIn .8s ease-out forwards}.hint:nth-child(1){animation-delay:4s}.hint:nth-child(2){animation-delay:5s}@keyframes hintFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.controls{position:absolute;top:2rem;right:2rem;z-index:15;background:#fffffff2;padding:1rem;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;gap:.8rem;min-width:160px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.control-group{display:flex;flex-direction:column;gap:.3rem}.control-label{font-family:Arial,sans-serif;font-size:.7rem;font-weight:500;color:#000000b3;text-transform:uppercase;letter-spacing:.5px}.control-input{font-family:Arial,sans-serif;font-size:.8rem;padding:.4rem .6rem;border:1px solid rgba(0,0,0,.2);border-radius:4px;background:#fff}.color-controls{display:flex;gap:.5rem}.color-input{width:40px;height:30px;border:1px solid rgba(0,0,0,.2);border-radius:4px;cursor:pointer}.description{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);width:90%;max-width:800px;z-index:10;text-align:left;padding:0 15%;margin-bottom:8rem}.description p{font-family:Arial,sans-serif;font-size:.85rem;line-height:1.6;color:#0009;margin-bottom:1rem;font-weight:300}.dark-mode .subject2-container{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.dark-mode .controls{background:#000c;color:#fff}.dark-mode .control-input{background:#ffffff1a;color:#fff;border-color:#ffffff4d}.dark-mode .control-label{color:#ffffffb3}.dark-mode .hint{color:#fff6}.dark-mode .description p{color:#fff9}@media (max-width: 1024px){.controls{top:1rem;right:1rem;padding:.8rem;min-width:180px}.description{width:85%;padding:0 10%;margin-bottom:8rem}.interaction-hints{gap:1.5rem}.hint{font-size:.7rem}}@media (max-width: 768px){.subject2-container{padding:2rem 0}.controls{top:.5rem;right:.5rem;padding:.7rem;min-width:160px}.control-input{font-size:.75rem;padding:.3rem .5rem}.control-label{font-size:.65rem}.particle-canvas{width:90%;height:60%}.description{width:90%;bottom:1rem;padding:0 8%;margin-bottom:8rem}.description p{font-size:.8rem}.interaction-hints{gap:1rem;flex-direction:column}.hint{font-size:.65rem}}@media (max-width: 480px){.particle-canvas{width:95%;height:50%}.controls{top:.3rem;right:.3rem;padding:.6rem;min-width:140px}.control-input{font-size:.7rem;padding:.25rem .4rem}.control-label{font-size:.6rem}.color-input{width:35px;height:25px}.description{width:95%;padding:0 5%;margin-bottom:10rem}.description p{font-size:.75rem;line-height:1.5}.interaction-hints{top:60%;gap:.5rem;flex-direction:column}.hint{font-size:.6rem}}.particle-canvas{will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.subject2-container{-webkit-perspective:1000px;perspective:1000px}.page-indicator{position:fixed;top:5rem;left:3.5rem;font-family:Arial,sans-serif;font-size:.65rem;font-weight:300;letter-spacing:.1em;color:#0006;z-index:999;text-transform:lowercase;transition:color .3s ease}.page-indicator.on-dark{color:#fff6}@media (max-width: 768px){.page-indicator{top:5.5rem;left:3rem;font-size:.6rem}}@media (max-width: 360px){.page-indicator{font-size:.55rem}}
