.wrapper{padding:20px 40px 30px 0;border-radius:20px;background:#141414}.wrapper header{display:flex;margin-left:40px;color:#B2B2B2;align-items:center;justify-content:space-between}header h2{font-size:1.6rem}header .column{display:flex;align-items:center}header span{font-weight:500;margin-right:15px;font-size:1.19rem}header input{outline:none;border-radius:30px}.piano-keys{display:flex;list-style:none;margin-top:40px}.piano-keys .key{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;position:relative;padding-bottom:12px}.piano-keys .kbd{font-size:1.1rem;color:#A2A2A2;font-weight:700;margin-bottom:2px}.piano-keys .note{font-size:.9rem;color:#666;margin-bottom:4px}.piano-keys .white{height:230px;width:62px;border-radius:8px;border:1px solid #000;background:linear-gradient(#fff 96%,#eee 4%)}.piano-keys .white.active{box-shadow:inset -5px 5px 20px rgb(0 0 0 / .2);background:linear-gradient(to bottom,#fff 0%,#eee 100%)}.piano-keys .black{z-index:2;width:44px;height:140px;margin:0 -22px 0 -22px;border-radius:0 0 5px 5px;background:linear-gradient(#333,#000)}.piano-keys .black.active{box-shadow:inset -5px -10px 10px rgb(255 255 255 / .1);background:linear-gradient(to bottom,#000,#434343)}.piano-keys .key span{position:absolute;bottom:20px;width:100%;color:#A2A2A2;font-size:1.13rem;text-align:center;line-height:1.1}.piano-keys .key .note{position:absolute;top:170px;left:0;width:100%;color:#666;font-size:.9rem;height:92px;background-color:inherit;border-radius:inherit;transform:inherit;text-align:center;line-height:1.1}.piano-keys .key.hide span{display:none}.piano-keys .black span{bottom:13px;color:#888}.piano-keys .black .note{top:60px;color:#bbb}.note-dyn{margin:15px 0 15px 40px;padding:10px;background-color:rgb(255 255 255 / .1);border-radius:8px;font-size:1.2rem;font-weight:700;color:#fff;text-align:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}@media screen and (max-width:815px){.wrapper{padding:25px}header :where(h2,.column){margin-bottom:13px}.piano-keys{margin-top:20px}.piano-keys .key:where(:nth-child(9),:nth-child(10)){display:none}.piano-keys .black{height:100px;width:40px;margin:0 -20px 0 -20px}.piano-keys .white{height:180px;width:60px}}@media screen and (max-width:615px){.piano-keys .key:nth-child(13),.piano-keys .key:nth-child(14),.piano-keys .key:nth-child(15),.piano-keys .key:nth-child(16),.piano-keys .key :nth-child(17){display:none}.piano-keys .white{width:50px}.piano-keys .kbd{font-size:.8rem}.piano-keys .note{font-size:.7rem}.piano-keys .key{padding-bottom:6px}}.controls{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.controls button{padding:10px 20px;font-size:16px;cursor:pointer;border:none;border-radius:5px;background-color:#4caf50;color:#fff;transition:background-color 0.3s ease}.controls button i{margin-right:5px}.controls button:disabled{background-color:#ccc;cursor:not-allowed}#start-recording{background-color:#ae1818;display:none}.title-container{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.slug-btns{padding:5px 10px;font-size:16px;cursor:pointer;color:#e0e0e0}#play-slug-btn{background-color:#4CAF50}#stop-slug-btn{background-color:#4CAF50}#start-new-recording{background-color:#2196F3}.user-recordings{margin-top:30px;padding:20px;background:#f5f5f5;border-radius:10px;border:1px solid #ddd}.user-recordings h3{margin:0 0 15px 0;color:#333;font-size:1.3rem}.recordings-list{display:flex;flex-direction:column;gap:10px}.recording-item{display:flex;justify-content:space-between;align-items:center;padding:12px 15px;background:#fff;border-radius:8px;border:1px solid #e0e0e0;transition:all 0.3s ease}.recording-item:hover{box-shadow:0 2px 8px rgb(0 0 0 / .1);transform:translateY(-1px)}.recording-info{flex:1}.recording-title{font-weight:600;color:#333;margin-bottom:4px}.recording-date{font-size:.9rem;color:#666}.recording-actions{display:flex;gap:8px}.recording-btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color 0.3s ease}.play-btn{background-color:#4CAF50;color:#fff}.play-btn:hover{background-color:#45a049}.delete-btn{background-color:#f44336;color:#fff}.delete-btn:hover{background-color:#d32f2f}.no-recordings{text-align:center;color:#666;font-style:italic;padding:20px}@media (orientation:landscape) and (max-width:900px){.wrapper{padding:5px 0 10px 0}.piano-keys .white{width:6vw;min-width:24px;max-width:40px}.piano-keys .black{width:3vw;min-width:12px;max-width:24px;margin:0 -1.5vw 0 -1.5vw}}@media screen and (max-width:700px) and (orientation:portrait){.wrapper{overflow-x:auto}.piano-keys{min-width:700px;width:700px;max-width:none;overflow-x:auto}}