:root{--bg-color:#0b1220;--bg-color-2:#0a0f1a;--text-color:#f5f7fb;--accent-color:#38bdf8;--secondary-color:#0f172a;--card-bg:#111827}body{margin:0;padding:0;font-family:Arial,sans-serif;background:radial-gradient(1200px 600px at 20% 0%,rgba(56,189,248,6%),transparent 60%),linear-gradient(180deg,var(--bg-color) 0%,var(--bg-color-2) 60%,#090a12 100%);color:var(--text-color);line-height:1.6}.container{display:flex;align-items:center;justify-content:space-between}header{position:fixed;top:0;left:0;width:100%;background:var(--secondary-color);padding:.75rem 1.25rem;z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.35)}header .container{display:flex;align-items:center;gap:1rem}header h1{display:flex;align-items:center;gap:.75rem;margin:0;line-height:1.1;font-weight:800}header h1 img{display:block;height:64px;width:auto;object-fit:contain}header h1>a{display:inline-flex;align-items:center}@media(max-width:640px){header h1 img{height:38px}header h1{font-size:1.35rem}}nav ul{list-style:none;display:flex;gap:1.25rem;margin:0;padding:0}nav a{color:var(--text-color);text-decoration:none;font-weight:700;transition:color .2s ease}nav a:hover{color:var(--accent-color)}.language-selector{margin-left:auto;display:inline-flex;align-items:center;gap:.5rem}.language-selector label{font-size:.9rem;opacity:.9}.language-selector select{min-width:90px;padding:.3rem .6rem;background:var(--card-bg);color:var(--text-color);border:1px solid rgba(255,255,255,.12);border-radius:.4rem;outline:none}.section{padding:6rem 2rem 3rem;max-width:1200px;margin:0 auto}.hero{position:relative;overflow:hidden;border-radius:1rem}.hero img{width:100%;height:auto;display:block;border-radius:1rem}.hero .hero-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--text-color);padding:1rem 2rem;background:rgba(0,0,0,.6);border-radius:1rem;max-width:90%}.hero h2{font-size:2rem;margin-bottom:1rem}.hero p{font-size:1.1rem;margin:0}.gallery-scroll{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory;padding-bottom:1rem;margin-top:1rem}.photo-slide{flex:none;width:30%;min-width:250px;scroll-snap-align:start}.photo-slide img{width:100%;height:auto;border-radius:.5rem;display:block}.card-list{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.card{background:var(--card-bg);border-radius:.5rem;overflow:hidden;width:30%;min-width:250px;max-width:300px;display:flex;flex-direction:column;box-shadow:0 2px 4px rgba(0,0,0,.4)}.card img{width:100%;height:auto;display:block}.card-content{padding:1rem;flex-grow:1}.card-title{font-size:1.2rem;margin:0 0 .5rem;font-weight:700}.card-text{font-size:.85rem;margin:.5rem 0}.link-list{list-style:none;padding:0;margin:.5rem 0 0}.link-list li{margin-bottom:.25rem}.link-list a{color:var(--accent-color);text-decoration:none;transition:color .2s ease}.link-list a:hover{text-decoration:underline}.tl-toggle{display:inline-flex;gap:.5rem;align-items:center}.tracklist{margin:.5rem 0 0 1.1rem;padding:0}.news-list{margin-top:1rem}.news-item{background:var(--card-bg);border-radius:.5rem;padding:1rem;margin-bottom:1rem;box-shadow:0 2px 4px rgba(0,0,0,.4)}.news-item h3{margin-top:0;font-size:1.1rem}.news-item .date{font-size:.8rem;color:#888;display:block;margin-bottom:.5rem}.audio-player{margin:.5rem 0}.audio-player audio{width:100%;max-width:100%;height:2rem;outline:none}footer{text-align:center;padding:2rem 0;background:var(--secondary-color);margin-top:2rem}@media(max-width:768px){nav ul{flex-direction:column;gap:.5rem}.container{flex-direction:column;align-items:flex-start;gap:1rem}.photo-slide,.card{width:100%}}