*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:#fafafa;color:#fff;display:flex;justify-content:center;align-items:flex-start;min-height:100vh}.app-container{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;padding-top:160px}.background{width:100vw;height:100vh;background-image:url(/assets/background-CqLSfOPP.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.logo{height:60px;width:auto}.header{position:fixed;top:0;left:50%;transform:translate(-50%);background:#fff0;padding:1rem .5rem;width:100%;max-width:900px;border-bottom:1px solid #eeeeee00;z-index:20;box-shadow:0 2px 5px #0000000d}.header h1{font-size:1.8rem;margin-bottom:.5rem}.header nav{display:flex;justify-content:center;gap:1.5rem}.header a{text-decoration:none;color:#fff;font-weight:500;transition:color .2s}.header a:hover{color:#128b14}.header a.active{color:#00ff04;border-bottom:2px solid #00ff04}.radio-player{position:fixed;top:100px;left:50%;transform:translate(-50%);width:60%;max-width:900px;background:#fff0;padding:.5rem 0;border-bottom:1px solid #eeeeee00;z-index:15}.radio-player audio{width:90%}.content{width:100%;padding:2rem}.page h2{margin-bottom:1rem}.exhibition .gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1.5rem}.exhibition img{width:100%;border-radius:12px;box-shadow:0 2px 6px #0000001a}
