.yield-simulator {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.ys-title {
    font-size: 2.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.ys-card {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ys-rewards-card {
    background: linear-gradient(to right, #3B82F6, #60A5FA);
    color: white;
}

.ys-rewards-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.ys-icon {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.5rem;
    border-radius: 0.5rem;
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ys-rewards-amount {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
}

.ys-token-price {
    margin-left: 0.5rem;
    font-size: 1rem;
    opacity: 0.9;
}

.ys-apr-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 1rem;
    border-radius: 9999px;
}

.ys-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.ys-section-header .ys-icon {
    background: #EFF6FF;
    color: #3B82F6;
}

.ys-section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
}

.ys-input-group {
    margin-bottom: 2rem;
}

.ys-input-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #4B5563;
}

.ys-slider {
    width: 100%;
    height: 8px;
    background: #f0f2f4;
    border-radius: 9999px;
    appearance: none;
    margin-bottom: 1rem;
}

.ys-slider::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #3B82F6;
    border-radius: 50%;
    cursor: pointer;
}

.ys-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #3B82F6;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.ys-amount-display {
    display: inline-block;
    background: #3B82F6;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

.ys-results {
    text-align: center;
}

.ys-orange-line {
    width: 100%;
    height: 4px;
    background: #e5e7e9;
    margin: 1rem 0;
    border-radius: 1px;
}

.ys-price-note {
    color: #6B7280;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.ys-earnings-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.ys-earnings-amount {
    font-size: 1.25rem;
    color: #1a1a1a;
}