.powered-by-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
    color: #6b7280;
}

.powered-text {
    font-weight: 500;
}

.ns-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    color: #1f2937;
    transition: all .2s ease;
}

.ns-logo {
    height: 18px;
}

.ns-pill:hover {
    border-color: #4f46e5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.ns-text {
    display: inline-flex;
}

.ns-text-studios {
    background: linear-gradient(90deg, #3b82f6 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
