*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{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;background:#282c34;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{background:#2c3139;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.5);padding:60px 40px;max-width:800px;width:100%;border:1px solid #3a3f47}.title{font-size:2.5rem;font-weight:700;color:#e5e5e5;margin-bottom:1rem}.subtitle,.title{text-align:center}.subtitle{font-size:1.2rem;color:#a0a0a0}.links-section,.subtitle{margin-bottom:3rem}.links-section:last-of-type{margin-bottom:0}.section-title{font-size:1.5rem;font-weight:600;color:#d0d0d0;margin-bottom:1.5rem;text-align:left}.links-list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.link-item{background:#353b45;border:1px solid #3a3f47;border-radius:12px;padding:1.5rem;transition:all .3s ease}.link-item:hover{border-color:#67ea94;background:#3a4049;box-shadow:0 4px 12px rgba(103,234,148,.2);transform:translateY(-2px)}.link-item a{text-decoration:none;display:flex;flex-direction:column;gap:.5rem}.link-name{font-size:1.5rem;font-weight:600;color:#e5e5e5}.link-url{font-size:1rem;color:#abb2bf;word-break:break-all}.link-item:hover .link-url{color:#67ea94}.footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #3a3f47;text-align:center}.footer-text{font-size:1rem;color:#abb2bf;line-height:1.6}.footer-link{color:#67ea94;text-decoration:none;font-weight:600;transition:color .2s ease}.footer-link:hover{color:#5dd885}@media (max-width:768px){.container{padding:40px 24px}.title{font-size:2rem}.subtitle{font-size:1rem}.link-name,.section-title{font-size:1.25rem}.footer-text{font-size:.9rem}}