body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    background: #fff;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    max-width: 500px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a {
    color: blue;
}

h1 {
    margin-bottom: 8px;
}

h2 {
    margin-top: 40px;
    margin-bottom: 16px;
}

h3 {
    margin-bottom: 8px;
}

p {
    margin-bottom: 16px;
}

.tools-grid {
}

.tool-card {
    margin: 100px auto
}

.tool-card:last-child {
    border-bottom: none;
}
.coming-soon {
    opacity: 0.5;
    cursor: default;
}