.repowr-widget {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    max-width: 450px;
    margin: 20px auto;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.repowr-header { 
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 12px;
}

.repowr-nickname { 
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.repowr-bio { 
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}

.repowr-score { 
    font-size: 48px;
    font-weight: bold;
    color: #4CAF50;
    text-align: center;
}

.repowr-stats {
    text-align: center;
    font-size: 14px;
}

.repowr-link {
    display: inline-block;
    transition: opacity 0.2s;
}

.repowr-link:hover {
    opacity: 0.7;
}

.repowr-loading,
.repowr-error {
    text-align: center;
    padding: 40px 20px;
    font-size: 16px;
}

.repowr-error {
    color: #f44336;
}