@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:wght@400;700;900&display=swap");*{box-sizing:border-box}html{font-family:Merriweather,serif;scroll-behavior:smooth}body{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);color:#e5e5e1;line-height:1.6}body,ul{margin:0}ul{list-style:none;padding:0}#page{width:90%;max-width:70rem;margin:0 auto;padding:2rem 1rem}#main-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;border-bottom:3px solid #d4af37;background:hsla(0,0%,100%,.02);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1.5rem 2rem;box-shadow:0 8px 32px rgba(212,175,55,.1)}#logo{font-family:Playfair Display,serif;font-size:2rem;font-weight:900;background:linear-gradient(135deg,#d4af37,#f4e4a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(212,175,55,.3);letter-spacing:1px}#main-header #logo a,#main-header #logo a:hover{color:inherit;text-decoration:none}#main-header ul{display:flex;gap:.5rem;font-weight:700;font-family:Inter,sans-serif}#main-header ul a{text-decoration:none;color:#e5e5e1;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}#main-header ul a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,175,55,.2),transparent);transition:left .5s ease;pointer-events:none}#main-header ul a:not(.active):hover:before{left:100%}#main-header ul a:hover{transform:translateY(-2px)}#main-header ul a.active{background:linear-gradient(135deg,#d4af37,#c49d2f);color:#0f0f0f;box-shadow:0 4px 12px rgba(212,175,55,.4)}#main-header ul a.active:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(212,175,55,.5)}#home{margin:4rem auto;max-width:55rem;text-align:center}#home img{width:10rem;height:10rem;border-radius:50%;box-shadow:0 0 40px rgba(212,175,55,.3);border:4px solid #d4af37;object-fit:cover}#home h1{margin-top:2rem;font-size:3.5rem;font-family:Playfair Display,serif;font-weight:900;background:linear-gradient(135deg,#d4af37,#f4e4a6,#d4af37);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}#home p{margin:2rem auto;color:#bcbcb7;font-size:1.25rem;max-width:45rem;line-height:1.8}#home a{display:inline-block;padding:1.25rem 3rem;background:linear-gradient(135deg,#d4af37,#c49d2f);color:#0f0f0f;border-radius:50px;text-decoration:none;font-weight:700;margin-top:2rem;font-size:1.1rem;transition:all .3s ease;box-shadow:0 8px 24px rgba(212,175,55,.3)}#home a:hover{background:linear-gradient(135deg,#f4e4a6,#d4af37);transform:translateY(-3px);box-shadow:0 12px 32px rgba(212,175,55,.5)}.news-list{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));margin-top:2rem}.news-list a{display:flex;flex-direction:column;color:#e5e5e1;text-decoration:none;border-radius:16px;overflow:hidden;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(212,175,55,.1);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px rgba(0,0,0,.3)}.news-list a img{width:100%;height:16rem;object-fit:cover;transition:transform .5s ease}.news-list a:hover img{transform:scale(1.1)}.news-list a span{padding:1.5rem;font-size:1.25rem;font-weight:700;font-family:Playfair Display,serif;text-align:center;min-height:5rem;display:flex;align-items:center;justify-content:center}.news-list a:hover{transform:translateY(-8px);border-color:#d4af37;box-shadow:0 12px 32px rgba(212,175,55,.3);background:rgba(212,175,55,.08)}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.92);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:fadeIn .3s ease-in-out;cursor:pointer}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.modal{background:linear-gradient(135deg,#2a2a2a,#1f1f1f);padding:3rem;border-radius:20px;border:2px solid #d4af37;box-shadow:0 20px 60px rgba(212,175,55,.2);max-width:55rem;width:90%;max-height:90vh;overflow-y:auto;color:#e5e5e1;z-index:1001;position:relative;animation:slideUp .4s cubic-bezier(.4,0,.2,1)}.modal-image{background:hsla(0,0%,8%,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(212,175,55,.5);padding:2rem;max-width:90vw;max-height:90vh;animation:zoomIn .4s cubic-bezier(.4,0,.2,1)}.modal h1,.modal h2{margin:0 0 1rem;font-family:Playfair Display,serif;color:#d4af37}.modal::-webkit-backdrop{background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal::backdrop{background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.news-article img{width:100%;max-width:25rem;margin:1.5rem auto;border-radius:12px;display:block;box-shadow:0 8px 24px rgba(0,0,0,.5)}.news-article h1{font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:1rem;color:#d4af37}.news-article p{font-size:1.15rem;line-height:1.8;color:#d0d0c8}#archive-header ul{display:flex;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap}#archive-header ul a{text-decoration:none;color:#b0b0a6;border-radius:8px;font-weight:700;font-size:1.25rem;font-family:Inter,sans-serif;padding:.5rem 1rem;transition:all .3s ease;border:2px solid transparent}#archive-header ul a.active,#archive-header ul a:hover{color:#d4af37;border-color:#d4af37;background:rgba(212,175,55,.1)}#archive-filter{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:2px solid rgba(212,175,55,.3)}.error{text-align:center;margin-top:5rem;padding:3rem;background:hsla(0,100%,70%,.1);border:2px solid hsla(0,100%,70%,.3);border-radius:16px}.error h1{color:#ff6464;font-family:Playfair Display,serif}.fullscreen-image{width:100%;max-height:90vh}.fullscreen-image img{width:100%;height:100%;object-fit:contain;border-radius:12px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading{text-align:center;padding:3rem;font-size:1.5rem;color:#d4af37;animation:shimmer 2s infinite;background:linear-gradient(90deg,#d4af37,#f4e4a6 50%,#d4af37);background-size:1000px 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width:768px){#home h1{font-size:2.5rem}#main-header{flex-direction:column;gap:1rem}#main-header ul{flex-wrap:wrap;justify-content:center}.news-list{grid-template-columns:1fr}.modal{padding:2rem 1.5rem}#logo{font-size:1.5rem}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#d4af37,#c49d2f);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#f4e4a6,#d4af37)}