body {
    font-family: 'Montserrat', Arial, sans-serif !important;
    background: linear-gradient(135deg, #232526 0%, #414345 100%) !important;
    color: #222 !important;
    text-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 700px;
    background: #fff !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18) !important;
    padding: 28px !important;
}

header, footer, .features, .script-section {
    border: none;
    border-radius: 10px;
    background: #f7f7f7;
    margin-bottom: 18px;
    padding: 16px 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

h1, h2, h3, .section-title {
    font-family: 'Montserrat', Arial, sans-serif !important;
    color: #2b2b2b !important;
    text-shadow: none !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 10px;
}

.ascii-banner {
    color: #3b8dff !important;
    background: none !important;
    font-size: 1.1rem;
    font-family: 'Fira Mono', 'Consolas', monospace;
    text-shadow: none !important;
}

.logo {
    display: block !important;
    margin: 0 auto 10px auto;
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 8px #3b8dff40);
}

.copy-button {
    background: linear-gradient(90deg, #3b8dff 0%, #6dd5fa 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(59,141,255,0.08) !important;
    margin-top: 10px;
    transition: background 0.2s;
    cursor: pointer;
    padding: 10px 20px;
}
.copy-button:hover {
    background: linear-gradient(90deg, #1e70d7 0%, #3b8dff 100%) !important;
    color: #fff !important;
}

textarea, .modern-textarea {
    width: 100%;
    height: 250px;
    background: #f4f7fa !important;
    color: #222 !important;
    border: 1px solid #b0b0b0 !important;
    border-radius: 6px !important;
    font-family: 'Fira Mono', 'Consolas', monospace !important;
    font-size: 1rem;
    box-shadow: 0 1px 4px rgba(59,141,255,0.04) !important;
    padding: 10px;
    resize: none;
}
textarea:focus {
    outline: 2px solid #3b8dff;
}

ul, .feature-list {
    list-style-type: disc;
    color: #2b2b2b;
    margin-left: 24px;
    font-size: 1.1rem;
    text-align: left;
}

.subtitle {
    color: #3b8dff !important;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

footer {
    font-size: 0.95rem;
    color: #888 !important;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    background: #f7f7f7;
}

::selection {
    background: #3b8dff;
    color: #fff;
}
