.App{text-align:center}.spotify-players{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0;gap:15px;flex:0 0 auto;justify-content:center;overflow:hidden;padding:0}@media (max-width: 768px){.spotify-players{gap:10px;margin-top:5px;padding:0 5px}}@media (min-width: 768px){.spotify-players{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:10px}.spotify-players>*{flex:1;min-width:320px;max-width:500px}}.App-header{background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px;color:var(--yellow);height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;font-size:calc(8px + 1.5vmin);position:relative;overflow:hidden;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(255,255,0,.3) rgba(0,0,0,.2)}.App-header::-webkit-scrollbar{width:8px}.App-header::-webkit-scrollbar-track{background:#0003;border-radius:4px}.App-header::-webkit-scrollbar-thumb{background:#ffff004d;border-radius:4px;border:1px solid rgba(0,0,0,.2)}.App-header::-webkit-scrollbar-thumb:hover{background:#ffff0080}@media (max-width: 768px){.App-header{padding:15px 10px 0;font-size:calc(7px + 1.2vmin)}.App-header p{font-size:.85em;padding:0 10px;line-height:1.4}}.App-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00000080,#000000b3);z-index:-1}.App-header h1{margin-bottom:20px;font-size:3em;color:var(--yellow);font-weight:600;text-shadow:0 0 3px var(--yellow),2px 2px 4px rgba(0,0,0,.8)}.App-header p{margin:0 0 10px;color:var(--yellow);text-shadow:0 0 2px var(--yellow),1px 1px 2px rgba(0,0,0,.8);font-size:1em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600;letter-spacing:-.3px}.card{padding:2em;background:#ffff001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;margin:20px 0;box-shadow:0 4px 6px #00000080,0 0 3px #ffff001a;border:2px solid var(--yellow)}.card button{border-radius:8px;border:2px solid var(--yellow);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--yellow);color:var(--black);cursor:pointer;transition:all .3s ease;margin:10px;font-weight:600}.card button:hover{background-color:var(--yellow-bright);border-color:var(--yellow-bright);color:var(--black);transform:translateY(-2px);box-shadow:0 4px 8px #ffff004d,0 0 5px var(--yellow)}.card button:focus,.card button:focus-visible{outline:2px solid var(--yellow);outline-offset:2px}.read-the-docs{color:var(--yellow);font-size:.9em;margin-top:20px;text-shadow:0 0 2px var(--yellow),1px 1px 2px rgba(0,0,0,.8)}code{background-color:#ff03;color:var(--yellow);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;border:1px solid var(--yellow)}.header-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;min-height:0;width:100%;padding:20px 0;margin-bottom:0;flex-shrink:0}.header-content p{margin:0 0 10px;color:var(--yellow);text-shadow:0 0 2px var(--yellow),1px 1px 2px rgba(0,0,0,.8);font-size:1em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600;letter-spacing:-.3px}.logo-container{margin-bottom:5px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.logo-svg{width:300px;height:100px;max-width:100%;filter:drop-shadow(0 0 3px rgba(255,255,0,.3))}.logo-image{max-width:300px;height:auto;filter:drop-shadow(0 0 3px rgba(255,255,0,.3))}.logo-text{filter:drop-shadow(0 0 5px rgba(255,255,255,.3))}.logo-s{filter:drop-shadow(0 0 8px rgba(255,255,0,.8))}@media (max-width: 768px){.logo-svg{width:240px;height:80px}.logo-image{max-width:240px}}.dropdown-nav{position:relative;width:100%;max-width:600px;margin:20px auto 0;padding:0 10px;flex:0 0 auto;flex-shrink:0;z-index:10}.dropdown-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:2px solid var(--yellow);border-radius:8px;color:var(--yellow);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:0 0 2px var(--yellow);letter-spacing:-.3px}.dropdown-button:hover{background:#ffff001a;box-shadow:0 0 10px #ffff004d}.dropdown-button.open{background:#ffff0026;border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown-arrow{transition:transform .3s ease;filter:drop-shadow(0 0 2px var(--yellow))}.dropdown-button.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:10px;right:10px;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--yellow);border-top:none;border-radius:0 0 8px 8px;padding:0;opacity:0;transform:translateY(-10px);pointer-events:none;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px #00000080,0 0 10px #ff03;overflow-y:auto;max-height:80vh}.dropdown-menu.open{opacity:1;transform:translateY(0);pointer-events:all}.dropdown-item{display:block;width:100%;padding:12px 20px;background:transparent;border:none;border-top:1px solid rgba(255,255,0,.2);color:var(--yellow);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.95em;font-weight:600;text-align:left;cursor:pointer;transition:all .3s ease;text-shadow:0 0 2px var(--yellow);letter-spacing:-.3px}.dropdown-item:first-child{border-top:none}.dropdown-item:hover{background:#ffff001a}.dropdown-item.active{background:#ffff0026;box-shadow:inset 0 0 10px #ffff001a}.dropdown-parent{display:flex;justify-content:space-between;align-items:center;font-weight:700}.dropdown-parent.open{background:#ffff001a}.dropdown-arrow-small{transition:transform .3s ease;filter:drop-shadow(0 0 2px var(--yellow))}.dropdown-parent.open .dropdown-arrow-small{transform:rotate(180deg)}.dropdown-submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#0000004d}.dropdown-submenu.open{max-height:600px}.dropdown-submenu-level-2{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#0003}.dropdown-submenu-level-2.open{max-height:1000px}.dropdown-child{padding-left:40px;font-size:.9em;font-weight:500;border-top:1px solid rgba(255,255,0,.15)}.dropdown-parent-wrapper{display:flex;align-items:center;padding:0;border-top:1px solid rgba(255,255,0,.15)}.dropdown-parent-wrapper .dropdown-item{border-top:none;flex:1}.dropdown-arrow-button{background:transparent;border:none;padding:12px 10px;cursor:pointer;color:var(--yellow);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.dropdown-arrow-button:hover{background:#ffff001a}.dropdown-parent-wrapper.open .dropdown-arrow-small{transform:rotate(180deg)}.dropdown-grandchild{padding-left:60px;font-size:.85em;font-weight:400;border-top:1px solid rgba(255,255,0,.1)}@media (max-width: 768px){.dropdown-nav{max-width:100%}.dropdown-button{padding:12px 16px;font-size:.9em}.dropdown-item{padding:10px 16px;font-size:.85em}}.social-footer{width:100%;padding:10px 20px;margin-top:auto;margin-bottom:0;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-top:2px solid var(--yellow);flex-shrink:0;order:999;position:sticky;bottom:0;z-index:10}.social-links-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;max-width:800px;margin:0 auto}.social-link{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 12px;color:var(--yellow);text-decoration:none;border:none;border-radius:8px;background:transparent;transition:all .3s ease;min-width:50px;min-height:44px;text-shadow:0 0 2px var(--yellow);-webkit-tap-highlight-color:transparent}.social-link:hover{background:transparent;transform:translateY(-2px);opacity:.8}.social-icon,img.social-icon{width:32px;height:32px;margin-bottom:0;filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important;transition:all .3s ease}.social-link:hover .social-icon{filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important}.social-icon.linktree-icon,img.social-icon.linktree-icon{filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important}.social-link:hover .social-icon.linktree-icon{filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important}.social-name{font-size:.75em;font-weight:500}@media (max-width: 768px){.social-footer{padding:10px 20px 20px;margin-bottom:0;padding-bottom:max(20px,env(safe-area-inset-bottom))}.social-links-container{gap:8px}.social-link{min-width:40px;padding:6px 10px}.social-icon,img.social-icon{width:28px;height:28px;filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important}.social-link:hover .social-icon{filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important}.social-icon.linktree-icon,img.social-icon.linktree-icon{filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg)!important}.social-link:hover .social-icon.linktree-icon{filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important;-webkit-filter:brightness(0) invert(1) sepia(1) saturate(8) hue-rotate(0deg) drop-shadow(0 0 3px var(--yellow))!important}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;opacity:0;transition:opacity .5s ease-in-out}.modal-backdrop.fade-in{opacity:1}.modal-content{background:linear-gradient(135deg,#000000f2,#141414fa);border:none;border-radius:24px;max-width:700px;width:100%;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 20px 60px #000000e6,0 0 0 1px #ffff001a,0 0 40px #ffff0026,inset 0 1px #ffff001a;transform:scale(.95) translateY(20px);transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .5s ease-in-out;animation:modalFadeIn .5s cubic-bezier(.34,1.56,.64,1) forwards;display:flex;flex-direction:column}@keyframes modalFadeIn{0%{transform:scale(.95) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.modal-close{position:absolute;right:20px;background:#ffff001a;border:1px solid rgba(255,255,0,.3);color:var(--yellow);font-size:1.8em;width:44px;height:44px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;line-height:1;padding:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:300;transform:translateY(-50%);top:42px}.modal-close:hover{background:var(--yellow);color:var(--black);transform:translateY(-50%) rotate(90deg) scale(1.1);box-shadow:0 4px 20px #ff06;border-color:var(--yellow)}.modal-artist-title{position:absolute;top:42px;left:50%;transform:translate(-50%) translateY(-50%);color:var(--yellow);font-size:1.3em;margin:0;padding:0;text-align:center;text-shadow:0 0 3px var(--yellow);font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.3px;z-index:5;width:calc(100% - 100px);line-height:1.2}.modal-body{padding:60px 30px 30px;background:linear-gradient(180deg,transparent 0%,rgba(255,255,0,.02) 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;overflow-y:auto}.modal-spotify-player{margin-bottom:0;margin-top:30px;width:100%;max-width:600px;display:flex;justify-content:center;align-items:flex-start;position:relative}.modal-spotify-player .spotify-player-container{border:none!important;box-shadow:none!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;padding:0!important;width:100%;margin:0!important;display:inline-block;line-height:0}.modal-spotify-player .spotify-embed{height:380px!important;min-height:380px!important;max-height:380px!important;margin:0!important;padding:0!important;display:block;border:none}.modal-spotify-player .artist-name{display:none!important}.modal-description{color:var(--yellow);font-size:1em;line-height:1.6;text-align:center;text-shadow:0 0 8px rgba(255,255,0,.3);padding:15px 20px;background:#ffff0008;border-radius:16px;border:1px solid rgba(255,255,0,.1);width:100%;max-width:600px;flex-shrink:0;margin-top:15px;font-family:Rajdhani,sans-serif;font-weight:500;letter-spacing:.5px}.modal-description p{margin:0 0 18px}.modal-description p:first-child{font-size:1.3em;font-weight:700;margin-bottom:6px;letter-spacing:.8px;text-shadow:0 0 15px rgba(255,255,0,.6);font-family:"Exo 2",sans-serif}.modal-description p:nth-child(2){font-size:.95em;opacity:.85;margin-bottom:10px;font-weight:500}.modal-description p:last-child,.modal-description .one-line-text{margin-bottom:0;font-size:.88em;opacity:.9;white-space:nowrap;overflow:visible;max-width:100%;line-height:1.4}@media (max-width: 600px){.modal-description p:last-child,.modal-description .one-line-text{font-size:.8em;white-space:normal;line-height:1.3}}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:#ffff004d;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#ffff0080}@media (max-width: 768px){.modal-content{max-width:95%;max-height:90vh;border-radius:20px}.modal-body{padding:50px 15px 20px}.modal-close{top:30px;right:12px;width:36px;height:36px;font-size:1.5em;border-radius:10px;transform:translateY(-50%)}.modal-spotify-player{margin-bottom:15px;margin-top:30px}.modal-artist-title{top:30px;font-size:1em;width:calc(100% - 80px);transform:translate(-50%) translateY(-50%)}.modal-description{font-size:.9em;padding:15px}.modal-description p:first-child{font-size:1.15em}}.spotify-player-container{width:100%;max-width:700px;margin:0;padding:15px;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;border:2px solid var(--yellow);box-shadow:0 4px 6px #00000080,0 0 3px #ffff001a;flex-shrink:1;overflow:hidden;display:flex;flex-direction:column;min-height:480px;box-sizing:border-box}.artist-name{color:var(--yellow);font-size:1.4em;margin-bottom:12px;text-align:center;text-shadow:0 0 3px var(--yellow);font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.3px;line-height:normal}.spotify-embed{border-radius:12px;width:100%;height:380px;min-height:380px;max-height:380px;display:block;margin:0;padding:0;border:none;vertical-align:top;overflow:hidden;line-height:0;font-size:0;flex-shrink:0}.album-metadata{color:var(--yellow);font-size:.8em;margin:-8px 0 12px;padding:0;text-align:center;opacity:.75;text-shadow:0 0 2px var(--yellow);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:normal;flex-shrink:0}.player-description *{font-weight:300!important}@media (max-width: 768px){.spotify-player-container{max-width:100%;padding:12px;margin-bottom:0;height:auto;min-height:460px;max-height:none}.player-description{font-size:.75em!important;margin:10px 0 0;padding:0 5px;font-weight:300!important;color:#fff!important}.player-description *{font-weight:300!important}.artist-name{font-size:1.2em;margin-bottom:10px}.spotify-embed{height:380px;min-height:380px;max-height:380px}.album-metadata{font-size:.75em;margin:-6px 0 10px;padding:0}}.content-area{width:100%;max-width:1200px;margin:20px auto 0;padding:0 10px;position:relative;min-height:400px;flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column}.content-area>*{width:100%}.content-section{display:none;opacity:0;transform:translate(20px);transition:opacity .4s ease,transform .4s ease;width:100%}.content-section.active{display:block;opacity:1;transform:translate(0);line-height:normal}.content-section .spotify-players{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;gap:15px;flex:0 0 auto;justify-content:center;overflow:hidden;padding:0}@media (min-width: 768px){.content-section .spotify-players{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:10px}.content-section .spotify-players>*{flex:1;min-width:320px;max-width:500px}}.albums-section{width:100%;display:flex;flex-direction:column;max-height:calc(100vh - 300px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(255,255,0,.3) rgba(0,0,0,.2)}.albums-section::-webkit-scrollbar{width:8px}.albums-section::-webkit-scrollbar-track{background:#0003;border-radius:4px}.albums-section::-webkit-scrollbar-thumb{background:#ffff004d;border-radius:4px;border:1px solid rgba(0,0,0,.2)}.albums-section::-webkit-scrollbar-thumb:hover{background:#ffff0080}.section-title{color:var(--yellow);font-size:1.8em;margin-bottom:20px;text-align:center;text-shadow:0 0 3px var(--yellow);font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.3px;flex-shrink:0}.section-tagline{color:var(--yellow);font-size:.9em;margin:-15px 0 20px;text-align:center;text-shadow:0 0 2px var(--yellow);font-weight:400;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;opacity:.75;flex-shrink:0}.albums-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;justify-items:center;width:100%;padding-bottom:20px}.album-card{width:100%;max-width:500px}.no-albums{color:var(--yellow);text-align:center;font-size:1.1em;opacity:.7;padding:40px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}@media (max-width: 768px){.content-area{margin-top:15px;padding:0 5px}.albums-section{max-height:calc(100vh - 250px)}.section-title{font-size:1.4em;margin-bottom:15px}.section-tagline{font-size:.8em;margin:-10px 0 15px}.albums-grid{grid-template-columns:1fr;gap:15px}.album-card{max-width:100%}}.youtube-player-container{width:100%;max-width:700px;margin:0;padding:15px;background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:10px;border:2px solid var(--yellow);box-shadow:0 4px 6px #00000080,0 0 3px #ffff001a;flex-shrink:1;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.player-title{color:var(--yellow);font-size:1.4em;margin-bottom:12px;text-align:center;text-shadow:0 0 3px var(--yellow);font-weight:600;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;letter-spacing:-.3px;line-height:normal}.player-tagline{color:var(--yellow);font-size:.8em;margin:12px 0 0;padding:0;text-align:center;opacity:.75;text-shadow:0 0 2px var(--yellow);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:normal;flex-shrink:0}.player-description{color:#fff!important;font-size:.8em!important;margin:12px 0 0;padding:0 10px;text-align:left;opacity:.9;text-shadow:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:300!important;line-height:1.5;flex-shrink:0}.player-description{color:#fff!important}.player-description p{margin:0;padding:0;color:#fff!important}.player-description .description-link{color:var(--yellow);text-decoration:underline;text-decoration-color:#ffff0080;transition:all .3s ease;font-weight:400}.player-description .description-link:hover{color:var(--yellow);text-decoration-color:var(--yellow);text-shadow:0 0 3px var(--yellow)}.youtube-embed{border-radius:12px;width:100%;height:315px;min-height:315px;max-height:315px;display:block;margin:0;padding:0;border:none;vertical-align:top;overflow:hidden;line-height:0;font-size:0;flex-shrink:0;aspect-ratio:16 / 9}@media (max-width: 768px){.youtube-player-container{max-width:100%;padding:12px;margin-bottom:0}.player-title{font-size:1.2em;margin-bottom:10px}.youtube-embed{height:auto;min-height:200px;max-height:315px}.player-tagline{font-size:.75em;margin:10px 0 0;padding:0}.player-description{font-size:.75em!important;margin:10px 0 0;padding:0 5px;font-weight:300!important;color:#fff!important}}:root{font-family:Rajdhani,sans-serif;line-height:1.5;font-weight:400;--black: #000000;--yellow: #FFFF00;--yellow-bright: #FFFF33;--yellow-dark: #CCCC00;--yellow-accent: #FFEB3B;color-scheme:dark;color:var(--yellow);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;height:100vh;overflow:hidden;background-color:var(--black);background-image:url(/background_centered.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;-webkit-overflow-scrolling:touch}@media (max-width: 768px){body{background-attachment:scroll}}#root{width:100%;height:100vh;overflow-y:auto;overflow-x:hidden}
