/* @plugin: pro_llm_translate */

.pllmt-root {
    min-height: 100%;
    width: 100%;
    padding: clamp(16px, 2vw, 28px);
    box-sizing: border-box;
    background: linear-gradient(
        165deg,
        rgba(79, 70, 229, 0.07) 0%,
        var(--mantine-color-body, #f8fafc) 42%,
        #fff 100%
    );
}

.pllmt-hero {
    border-radius: 16px;
    padding: 20px 22px;
    background: linear-gradient(120deg, #312e81 0%, #4f46e5 55%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 14px 40px rgba(79, 70, 229, 0.28);
}

.pllmt-hero-icon {
    font-size: 20px;
}

.pllmt-hero-text-stack {
    min-width: 0;
}

.pllmt-hero-title {
    letter-spacing: -0.02em;
}

.pllmt-hero-sub {
    opacity: 0.92;
}

.pllmt-hero-model-sub {
    opacity: 0.88;
}

.pllmt-style-select {
    flex: 1 1 220px;
    min-width: 180px;
}

.pllmt-textarea .mantine-Textarea-input {
    font-family: inherit;
}
