.noscript-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.noscript-header {
    margin-bottom: 2rem;
    border-bottom: 2px solid #1d4ed8;
    padding-bottom: 1rem;
}
.noscript-nav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}
.noscript-link {
    display: block;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    text-decoration: none;
    color: #0f172a;
    transition: all 0.2s;
}
.noscript-link:hover {
    background: #eff6ff;
    border-color: #1d4ed8;
}
