/* Tool Specific Styles */
.tool-page {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.tool-header {
    text-align: center;
    margin-bottom: 3rem;
}

.icon-wrapper {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 20px;
}

.tool-header h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, var(--text) 0%, var(--text-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glass-panel {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: var(--shadow-lg);
    max-width: 800px;
    margin: 0 auto;
}
