.dropdown{position:relative;display:inline-block}.dropdown-button{background:transparent;border:none;padding:.6rem 1rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;color:#fff}.dropdown-button:hover{background-color:none}.dropdown-button .icon{transition:transform .3s ease}.dropdown-button .icon.rotate{transform:rotate(180deg)}.dropdown-content{position:absolute;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 6px 12px #0000001a;list-style:none;padding:.5rem 0;margin:0;z-index:1000;min-width:160px;animation:fadeIn .3s ease}.dropdown-content li{padding:0}.dropdown-content a{display:block;padding:.6rem 1rem;color:#333;text-decoration:none;transition:background .2s}.dropdown-content a:hover{background-color:#f4e0c1}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.navbar{position:absolute;top:0;left:0;width:100%;padding:1.5rem 3rem;display:flex;justify-content:space-evenly;align-items:center;background-color:transparent;z-index:1000}.navbar-links{display:flex;gap:2rem;align-items:center}.hamburger{display:none}@media(max-width:768px){.navbar{justify-content:flex-end}.hamburger{display:none;position:relative;width:30px;height:22px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;background:transparent;border:none;padding:0;z-index:1100}.hamburger span{height:4px;background-color:#fff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.navbar-links{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#f4e0c1;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;transform:translate(100%);transition:transform .3s ease;z-index:999}.navbar-links.open{transform:translate(0)}.navbar-links a,.navbar-links button{font-size:1.5rem;text-decoration:none}}.social-icons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:30px;margin:20px 0;z-index:100}.icon{font-size:40px;color:#fff;opacity:.6;transition:transform .3s ease,text-shadow .3s ease,color .3s ease,opacity .3s ease;cursor:pointer}.icon.youtube:hover{color:red;text-shadow:0 0 10px #ff0000,0 0 20px #ff0000;transform:scale(1.2);opacity:1}.icon.github:hover{color:#fff;text-shadow:0 0 10px #ffffff,0 0 20px #ffffff;transform:scale(1.2);opacity:1}.icon.spotify:hover{color:#1db954;text-shadow:0 0 10px #1db954,0 0 20px #1db954;transform:scale(1.2);opacity:1}.hero{height:100vh;background:url() center center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;position:relative;color:#fff}.hero h1{font-size:5rem;margin-bottom:.5rem}.hero p{font-size:1.25rem;margin-bottom:2rem}.hero:after{content:"";position:absolute;inset:0;background:#0006;z-index:0}.hero-content{z-index:1}.hero-button{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;border-radius:6px;background:#fff;color:#111;text-decoration:none;font-weight:700;transition:background .3s ease}.footer{position:relative;overflow:hidden;color:#fff;text-align:center;padding:5rem 2rem 10rem;border-top:2px solid white}.footer:before{content:"";position:absolute;inset:0;background:linear-gradient(#ffe600,#ffb347,#ff7e5f,#ff5f6d,#ff3c3c);z-index:0}.sun-glow,.sun{position:absolute;top:110%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.sun-glow{width:1000px;height:1000px;background:radial-gradient(circle,#ffea00,#ff7e5f00 70%);animation:sunGlowPulse 10s ease-in-out infinite alternate;z-index:0}@keyframes sunGlowPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.2);opacity:.9}to{transform:translate(-50%,-50%) scale(1);opacity:.7}}.sun{width:400px;height:400px;background:radial-gradient(circle at center,#ffe600,#ffeb3a 20%,#ffaa32 50%,#ff9d1d,#ff792b 90%);border-radius:50%;z-index:2;box-shadow:0 0 80px #ff960099}.ocean{position:absolute;left:0;right:0;bottom:0;height:180px;overflow:hidden;z-index:2}.wave{position:absolute;left:0;bottom:0;width:200%;height:100%;background-repeat:repeat-x;background-size:50% 100%;transform:translateZ(0);will-change:transform}.wave1,.wave2,.wave3{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'><path d='M0,120 C150,200 350,0 600,120 C850,240 1050,40 1200,120 V200 H0 Z' fill='%230067be'/></svg>")}.wave1{animation:waveMove 21s linear infinite;opacity:.35;height:40%;bottom:0;filter:blur(.5px);z-index:3}.wave2{animation:waveMove 31s linear infinite reverse;opacity:.5;height:55%;bottom:-6px;filter:blur(1px);z-index:3}.wave3{animation:waveMove 13s linear infinite;opacity:.85;height:75%;bottom:-12px;filter:none;z-index:3}.wave-foam{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 200' preserveAspectRatio='none'><path d='M0,120 C150,200 350,0 600,120 C850,240 1050,40 1200,120 V200 H0 Z' fill='%23ffffff'/></svg>");animation:waveMove 17s linear infinite reverse;opacity:.18;height:40%;bottom:-8px;filter:blur(3px) saturate(120%);mix-blend-mode:screen;pointer-events:none;z-index:3}@keyframes waveMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;width:100%;max-width:1000px;text-align:center}@media(max-width:768px){.sun-glow{appearance:none}}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:80vh;text-align:center;color:#666}.not-found h1{font-size:6rem;margin-bottom:1rem}.not-found a{margin-top:2rem;color:#00aced;text-decoration:none;font-weight:700}.thumbnail{display:block;width:100%;border-radius:12px;overflow:hidden;background-color:#2a4d4c;text-decoration:none;color:#f4e0c1;transition:transform .25s ease,box-shadow .25s ease}.thumbnail img{display:block;width:100%;height:auto;object-fit:contain}.thumbnail-text{padding:12px}.thumbnail-title{font-size:1rem;margin:0 0 4px}.thumbnail-description{font-size:.85rem;opacity:.8}.thumbnail:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000059}.gallery-wrapper{min-height:100vh;padding:32px;background-color:#f4e0c1}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;padding:1rem}@media(max-width:768px){.gallery-grid{display:flex;overflow-x:auto;gap:1rem;padding:1rem;scroll-snap-type:x mandatory}.gallery-grid>*{flex:0 0 80%;scroll-snap-align:start}.gallery-grid::-webkit-scrollbar{display:none}.gallery-grid{-ms-overflow-style:none;scrollbar-width:none}}.rubber-duck-body{font-family:Courier New,Courier,monospace}.rubber-duck-h1{font-size:4rem;font-weight:500;line-height:1}.rubber-duck-h2{font-size:3rem;font-weight:500;line-height:1.125;letter-spacing:-.03rem}.rubber-duck-p{font-size:1.1rem;font-weight:500;line-height:1.5}.rubber-duck-section{position:relative;height:100svh;background-color:#f5f5f5;color:#000;overflow:hidden}.rubber-duck-intro,.rubber-duck-outro{display:flex;justify-content:center;align-items:center;background-color:#000;color:#f5f5f5;padding:2rem}.rubber-duck-model-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;z-index:100}.rubber-duck-header-1{position:relative;width:200vw;height:100svh;transform:translate(0)}.rubber-duck-header-2{position:fixed;top:0;left:0;width:150vw;height:100svh;color:gray;transform:translate(100%);z-index:2}.rubber-duck-header-1,.rubber-duck-header-2{display:flex;align-items:center;padding:0 2rem}.rubber-duck-header-2 h1,.rubber-duck-header-2 h2{width:100%;font-size:15vw;line-height:1.25;letter-spacing:-.02rem}.rubber-duck-circular-mask{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;clip-path:circle(0% at 50% 50%)}.rubber-duck-tooltips{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75%;height:75%;display:flex;gap:15rem}.rubber-duck-tooltip{flex:1;display:flex;flex-direction:column;gap:.5rem;color:gray}.rubber-duck-tooltip:nth-child(2){justify-content:flex-end;align-items:flex-end}.rubber-duck-tooltip .rubber-duck-divider{position:relative;width:100%;height:1px;background-color:gray;margin:.5rem 0;transform:scaleX(0)}.rubber-duck-tooltip:nth-child(1) .rubber-duck-divider{transform-origin:right center}.rubber-duck-tooltip:nth-child(2) .rubber-duck-divider{transform-origin:left center}.rubber-duck-tooltip .rubber-duck-icon{font-size:2.5rem;overflow:hidden}.rubber-duck-tooltip .rubber-duck-description{color:gray}.rubber-duck-tooltip.tooltip:nth-child(2) .rubber-duck-icon,.rubber-duck-tooltip.tooltip:nth-child(2) .rubber-duck-title,.rubber-duck-tooltip .rubber-duck-description{width:70%}.rubber-duck-header-1 h1 .char,.rubber-duck-tooltip .rubber-duck-title .line,.rubber-duck-tooltip .rubber-duck-description .line{display:inline-block;overflow:hidden}.rubber-duck-header-1 h1 .char>span,.rubber-duck-tooltip .rubber-duck-icon ion-icon,.rubber-duck-tooltip .rubber-duck-title .line>span,.rubber-duck-tooltip .rubber-duck-description .line>span{position:relative;display:block;transform:translateY(100%);will-change:transform}@media(max-width:1000px){.rubber-duck-h1{text-align:center;font-size:2rem}.rubber-duck-h2,.rubber-duck-tooltip .rubber-duck-icon{font-size:1.5rem}.rubber-duck-tooltips{width:100%;align-items:center;flex-direction:column;gap:2rem}.rubber-duck-tooltip{width:85%}.rubber-duck-tooltip:nth-child(2){justify-content:flex-start;align-items:flex-start}.rubber-duck-tooltip .rubber-duck-divider{width:70%}.rubber-duck-tooltip.tooltip:nth-child(2) .rubber-duck-divider{transform-origin:right center}.rubber-duck-tooltip:nth-child(2) .rubber-duck-icon,.rubber-duck-tooltip:nth-child(2) .rubber-duck-title{width:100%}}.container-rudiment{padding:6rem 2rem 2rem;min-height:100vh;text-align:center;color:#fff;position:relative;background:linear-gradient(135deg,#2a4d4c,#f4e0c1,#2a4d4c);background-blend-mode:overlay}.h1-rudiment{margin-bottom:1rem;font-size:2rem;color:#2a4d4c;text-shadow:0 0 10px rgba(244,224,193,.5)}.button-rudiment{margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;background-color:#2a4d4c;color:#fff;border:none;border-radius:8px;transition:all .2s;box-shadow:0 4px 10px #0000004d}.button-rudiment:hover{background-color:#f4e0c1;transform:translateY(-2px)}.sequence-output-rudiment{margin-top:2rem;font-size:1.5rem;background-color:#2a4d4c;padding:1rem 2rem;border-radius:10px;display:inline-block;box-shadow:0 4px 12px #00000080;word-wrap:break-word}.sequence-output-rudiment span.S1,.sequence-output-rudiment span.S2,.sequence-output-rudiment span.S3,.sequence-output-rudiment span.S4{color:#f1c40f;font-weight:700}.sequence-output-rudiment span.D1,.sequence-output-rudiment span.D2,.sequence-output-rudiment span.D3,.sequence-output-rudiment span.D4{color:#3498db;font-weight:700}.sequence-output-rudiment span.P1,.sequence-output-rudiment span.P2,.sequence-output-rudiment span.P3,.sequence-output-rudiment span.P4{color:#e67e22;font-weight:700}.sequence-output-rudiment span.Dr{color:#22e69e;font-weight:700}.sequence-output-rudiment span.Fl{color:#478c4a;font-weight:700}.legend-rudiment{margin-top:2rem;max-width:800px;margin-left:auto;margin-right:auto;background-color:#2a4d4c;padding:1.5rem 2rem;border-radius:10px;box-shadow:0 4px 12px #00000080;display:grid;grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:.5rem}.legend-rudiment h2{grid-column:span 2;text-align:center;margin-top:0;color:#f4e0c1}.legend-rudiment ul{grid-column:span 2;list-style-type:none;padding-left:0;margin:0;display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:.5rem}.legend-rudiment li{margin-bottom:.5rem}.checkbox-label{display:inline-flex;align-items:center;cursor:pointer;font-size:1rem;-webkit-user-select:none;user-select:none;margin-bottom:1rem}.container-rudiment input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #F4E0C1;border-radius:4px;margin-right:.5rem;background-color:transparent;position:relative;cursor:pointer;transition:all .2s}.container-rudiment input[type=checkbox]:hover{background-color:F4E0C1}.container-rudiment input[type=checkbox]:checked{background-color:#f4e0c1;border-color:#f4e0c1}.handind-container{padding:4rem 2rem;min-height:100vh;background:linear-gradient(135deg,#1b1b1b,#2a4d4c);color:#f4e0c1;text-align:center}.left-pattern-input{margin:1rem 0}.left-pattern-input input{padding:.5rem;font-size:1rem;border-radius:6px;border:none;margin-left:.5rem;width:300px}.handind-button{margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;cursor:pointer;background-color:#f4e0c1;border:none;border-radius:8px;color:#2a4d4c;box-shadow:0 4px 8px #0000004d;transition:all .2s}.handind-button:hover{background-color:#ffeaca;transform:translateY(-2px)}.handind-sequence{margin-top:2rem;display:flex;flex-direction:column;gap:2rem}.bar{background-color:#2a4d4c80;padding:1rem;border-radius:10px;box-shadow:0 4px 12px #00000080}.bar-title{font-weight:700;margin-bottom:.5rem;text-align:left}.hand-row{display:flex;align-items:center;margin-bottom:.5rem}.hand-label{width:120px;font-weight:700}.hand-notes{display:flex;gap:.25rem;flex-wrap:wrap}.note{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#fff}.left-note{background-color:#3498db}.right-note{background-color:#f1c40f}.note.rest{background-color:#222}.note.accent{background-color:#e74c3c;font-weight:700}.note.ghost{background-color:#888;opacity:.5}.probabilities-input{margin:1rem 0;text-align:left;max-width:500px;margin-left:auto;margin-right:auto;padding:1rem;background-color:#2a4d4ccc;border-radius:10px;color:#f4e0c1}.probabilities-input h3{text-align:center;margin-bottom:1rem}.probability-input-row{display:flex;justify-content:center;gap:.5rem;margin-bottom:.5rem}.probability-input-row label{width:20px}.probability-input-row input{width:60px;padding:.2rem;border-radius:6px;border:none;text-align:right}.probability-input-row span{width:20px}.hero-myMusic{height:130vh;background:url(/assets/DSC00901-CYFNd4SM.jpg) center center/cover no-repeat;padding-top:80px;align-items:center;justify-content:center;color:#2a4d4c}@keyframes playerFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.player.animate-in{animation:playerFadeUp .8s ease-out forwards}.player{padding:40px;max-width:1000px;margin:40px auto;border-radius:20px;background-color:#f4e0c1;box-shadow:0 15px 35px #00000026}.player-columns{display:flex;gap:40px;align-items:center}.left-column{flex:1;text-align:center}.right-column{flex:1;align-self:stretch}.album-art{width:280px;height:280px;object-fit:cover;border-radius:15px;box-shadow:0 8px 15px #0003}.play-button{font-size:1.5rem;width:60px;height:60px;border-radius:50%;border:none;background-color:#2a4d4c;color:#f4e0c1;padding-bottom:3px;padding-left:3px}.play-button.pausing{padding-left:0;padding-bottom:5px}.playlist-container{background:#ffffff80;padding:20px;border-radius:15px}.playlist-item{padding:12px;cursor:pointer;border-radius:8px;display:flex;gap:15px;border-bottom:1px solid rgba(0,0,0,.05)}.playlist-item.active{background-color:#2a4d4c;color:#f4e0c1}@media(max-width:768px){.player-columns{flex-direction:column}}.text-section-wrapper{min-height:50vh;background-color:#f4e0c1;padding-left:128px;padding-right:128px;padding-top:32px;text-align:center;color:#2a4d4c}.masonry-wrapper{max-width:1600px;margin:0 auto;padding:40px 20px}.my-masonry-grid{display:flex;margin-left:-25px;width:auto}.my-masonry-grid_column{padding-left:25px;background-clip:padding-box}.masonry-item{margin-bottom:25px}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;scroll-behavior:smooth;font-family:Segoe UI,Roboto,Arial,sans-serif}h1{font-size:4rem;font-weight:500;line-height:1}h2{font-size:3rem;font-weight:500;line-height:1.125;letter-spacing:-.03rem}
