*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:linear-gradient(135deg,#0a0a0a,#1a1a1a 50%,#0f0f0f);min-height:100vh;position:relative;color:#fff}a{color:gold}.container{min-height:100vh;display:flex;flex-direction:column;position:relative}.header{background:rgba(0,0,0,.9);border-bottom:2px solid #d4af37;padding:2rem 0;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{margin-bottom:1rem}.logo img{max-width:250px;height:auto;filter:drop-shadow(0 4px 8px rgba(212,175,55,.3))}.main-content{flex:1 1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.content-wrapper{max-width:800px;width:100%}.footer{background:rgba(0,0,0,.9);border-top:1px solid #333;padding:2rem 0;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.title{font-size:3.5rem;font-weight:300;color:#d4af37;margin-bottom:2rem;text-transform:uppercase;letter-spacing:4px;text-shadow:0 2px 4px rgba(0,0,0,.5);animation:fadeIn 1s ease-out .5s both}.subtitle{font-size:1.4rem;color:#ccc;margin-bottom:3rem;line-height:1.8;font-weight:300;animation:fadeIn 1s ease-out .7s both}.contact-info{background:hsla(0,0%,8%,.6);border-radius:12px;padding:2.5rem;border:1px solid #333;margin-top:3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn 1s ease-out .9s both}.contact-title{font-size:1.3rem;font-weight:400;color:#d4af37;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px}.contact-text{color:#aaa;font-size:1.1rem;line-height:1.7;font-weight:300}.divider{border:none;height:1px;background:linear-gradient(90deg,transparent,#d4af37 50%,transparent);margin:3rem 0;opacity:.5}.notice-section{background:linear-gradient(135deg,rgba(212,175,55,.1),rgba(212,175,55,.05));border:1px solid #d4af37;border-radius:12px;padding:2.5rem;margin:3rem 0;box-shadow:0 8px 32px rgba(212,175,55,.1);animation:fadeIn 1s ease-out .8s both}.notice-title{font-size:1.6rem;font-weight:400;color:#d4af37;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:3px}.notice-text{color:#fff;font-size:1.2rem;line-height:1.7;font-weight:300}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.glass-card{padding:2rem;margin:1rem}.title{font-size:2rem}.subtitle{font-size:1.1rem}.logo img{max-width:150px}}@media (max-width:480px){.glass-card{padding:1.5rem}.title{font-size:1.8rem}.subtitle{font-size:1rem}.logo img{max-width:120px}}