@import 'tailwindcss';

@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
@source '../../storage/framework/views/*.php';
@source '../**/*.blade.php';
@source '../**/*.js';

@theme {
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol', 'Noto Color Emoji';
}

/* Trix editor — dark UI to match MailCredit campaign form */
.trix-mailcredit trix-toolbar {
    background: rgb(255 255 255 / 0.06);
    border: 1px solid rgb(255 255 255 / 0.1);
    border-bottom: 0;
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 0.35rem 0.5rem;
}

.trix-mailcredit trix-toolbar .trix-button-row {
    flex-wrap: wrap;
    gap: 0.15rem;
}

.trix-mailcredit trix-toolbar .trix-button-group {
    border-color: rgb(255 255 255 / 0.12);
}

.trix-mailcredit trix-toolbar .trix-button {
    border: none;
    border-radius: 0.375rem;
    color: rgb(156 163 175);
}

.trix-mailcredit trix-toolbar .trix-button:hover {
    background: rgb(255 255 255 / 0.08);
    color: rgb(243 244 246);
}

.trix-mailcredit trix-toolbar .trix-button.trix-active {
    background: rgb(99 102 241 / 0.25);
    color: rgb(165 180 252);
}

.trix-mailcredit trix-editor {
    min-height: 12rem;
    max-height: 28rem;
    overflow-y: auto;
    border-radius: 0 0 0.75rem 0.75rem;
    border: 1px solid rgb(255 255 255 / 0.1);
    border-top: 0;
    background: rgb(255 255 255 / 0.04);
    color: rgb(243 244 246);
    padding: 1rem 1.1rem;
    font-size: 0.875rem;
    line-height: 1.65;
}

.trix-mailcredit trix-editor:focus {
    outline: none;
    border-color: rgb(99 102 241 / 0.55);
    box-shadow: 0 0 0 3px rgb(99 102 241 / 0.15);
}

.trix-mailcredit trix-editor a {
    color: rgb(129 140 248);
    text-decoration: underline;
}

.trix-mailcredit trix-editor blockquote {
    border-left: 3px solid rgb(99 102 241 / 0.6);
    margin: 0.75rem 0;
    padding-left: 1rem;
    color: rgb(209 213 219);
}

.trix-mailcredit trix-editor ul,
.trix-mailcredit trix-editor ol {
    margin: 0.5rem 0;
    padding-left: 1.35rem;
}

.trix-mailcredit trix-editor h1 {
    font-size: 1.125rem;
    font-weight: 800;
    margin: 0.75rem 0 0.35rem;
    color: rgb(255 255 255);
}
