.tuto-hero-title,
.tuto-search-wrapper,
.tuto-page-layout,
.tuto-sidebar-title,
.tuto-card,
.tuto-card-info,
.tuto-author-box,
.tuto-author-details,
.tuto-card-footer,
.tuto-stats,
.tuto-stat-item,
.tuto-manage-card,
.tuto-manage-info,
.tuto-manage-actions {
    display: flex;
}

.tuto-author-avatar,
.btn-submit-tuto,
.tuto-action-btn {
    display: inline-flex;
}

.tuto-hero-title,
.tuto-search-wrapper,
.tuto-sidebar-title,
.tuto-author-box,
.tuto-card-footer,
.tuto-stat-item,
.tuto-author-avatar,
.btn-submit-tuto,
.tuto-action-btn,
.tuto-manage-card,
.tuto-manage-info {
    align-items: center;
}

.tuto-page-layout {
    align-items: flex-start;
}

.tuto-author-avatar {
    justify-content: center;
}

.tuto-card-footer,
.tuto-manage-card {
    justify-content: space-between;
}

.tuto-card-info,
.tuto-author-details {
    flex-direction: column;
}

.tuto-sidebar,
.tuto-card-img-box {
    flex-shrink: 0;
}

.tuto-main-content,
.tuto-card-info,
.tuto-card-excerpt {
    flex-grow: 1;
}

.tuto-search-wrapper,
.tuto-sidebar,
.tuto-card,
.tuto-empty-state,
.form-tuto-container,
.form-tuto-input:focus,
.tuto-manage-card {
    background-color: #ffffff;
}

.tuto-cat-link:hover,
.form-tuto-input,
.form-tuto-file-upload {
    background-color: #f9fafb;
}

.tuto-cat-link.active,
.form-tuto-file-upload:hover,
.btn-edit-tuto {
    background-color: #eff6ff;
}

.tuto-author-avatar {
    background-color: #3b82f6;
}

.btn-read-tuto,
.btn-submit-tuto {
    background-color: #0b0f19;
}

.btn-read-tuto:hover,
.btn-submit-tuto:hover {
    background-color: #1f2937;
}

.btn-delete-tuto {
    background-color: #fef2f2;
}

.btn-delete-tuto:hover {
    background-color: #fee2e2;
}

.tuto-hero-banner,
.tuto-author-avatar,
.btn-read-tuto,
.btn-read-tuto:hover,
.btn-submit-tuto {
    color: #ffffff;
}

.tuto-search-wrapper input,
.tuto-sidebar-title,
.tuto-cat-link:hover,
.tuto-card-badge,
.tuto-card-title,
.tuto-author-name,
.form-tuto-input,
.tuto-manage-title {
    color: #111827;
}

.tuto-search-wrapper iconify-icon,
.tuto-results-count,
.tuto-author-date,
.tuto-stats,
.tuto-empty-state,
.tuto-manage-date {
    color: #6b7280;
}

.tuto-cat-link,
.tuto-card-excerpt {
    color: #4b5563;
}

.tuto-cat-link.active,
.tuto-card-title:hover,
.btn-edit-tuto {
    color: #2563eb;
}

.form-tuto-label {
    color: #374151;
}

.btn-edit-tuto:hover {
    color: #1d4ed8;
}

.btn-delete-tuto {
    color: #dc2626;
}

.btn-delete-tuto:hover {
    color: #b91c1c;
}

.tuto-hero-title,
.tuto-sidebar-title,
.tuto-card-title,
.tuto-author-avatar,
.tuto-manage-title {
    font-weight: 700;
}

.tuto-cat-link.active,
.tuto-card-badge,
.tuto-author-name,
.form-tuto-label,
.btn-submit-tuto {
    font-weight: 600;
}

.btn-read-tuto,
.tuto-action-btn {
    font-weight: 500;
}

.tuto-sidebar,
.tuto-card,
.tuto-empty-state,
.form-tuto-container,
.tuto-manage-card {
    border-radius: 12px;
}

.tuto-search-wrapper,
.tuto-cat-link,
.tuto-card-img,
.form-tuto-input,
.form-tuto-file-upload,
.btn-submit-tuto,
.tuto-manage-img {
    border-radius: 8px;
}

.tuto-card-badge,
.btn-read-tuto,
.tuto-action-btn {
    border-radius: 6px;
}

.tuto-author-avatar,
.avatar-tuto-author {
    border-radius: 50%;
}

.tuto-sidebar,
.tuto-card,
.tuto-empty-state,
.form-tuto-container,
.tuto-manage-card {
    border: 1px solid #e5e7eb;
}

.form-tuto-input {
    border: 1px solid #d1d5db;
}

.btn-edit-tuto {
    border: 1px solid #bfdbfe;
}

.btn-delete-tuto {
    border: 1px solid #fecaca;
}

.tuto-search-wrapper input,
.tuto-search-wrapper button,
.btn-submit-tuto,
.btn-delete-tuto {
    border: none;
}

.tuto-cat-link,
.tuto-card-title,
.btn-read-tuto,
.tuto-action-btn {
    text-decoration: none;
}

.tuto-cat-link,
.tuto-card,
.btn-read-tuto,
.form-tuto-input,
.form-tuto-file-upload,
.btn-submit-tuto,
.tuto-action-btn {
    transition: all 0.2s ease;
}

.tuto-search-wrapper button,
.form-tuto-file-upload,
.btn-submit-tuto,
.btn-delete-tuto {
    cursor: pointer;
}

.tuto-search-wrapper input,
.form-tuto-input:focus {
    outline: none;
}

.tuto-card-img,
.tuto-manage-img,
.tuto-cover-img {
    object-fit: cover;
}

.tuto-hero-banner {
    background-image: linear-gradient(135deg, #3b82f6 0%, #a855f7 100%);
    padding: 60px 0;
}

.tuto-hero-title {
    font-size: 36px;
    gap: 12px;
    margin-bottom: 12px;
}

.tuto-hero-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.tuto-search-wrapper {
    padding: 4px 16px;
    gap: 12px;
    max-width: 600px;
}

.tuto-search-wrapper input {
    width: 100%;
    padding: 12px 0;
    font-size: 15px;
}

.tuto-search-wrapper button {
    padding: 0;
}

.tuto-search-wrapper iconify-icon {
    font-size: 20px;
}

.tuto-page-layout {
    gap: 32px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.tuto-sidebar {
    width: 280px;
    padding: 24px;
    position: sticky;
    top: 24px;
}

.tuto-sidebar-title {
    font-size: 18px;
    margin-bottom: 20px;
    gap: 8px;
}

.tuto-cat-link {
    display: block;
    padding: 10px 16px;
    font-size: 15px;
    margin-bottom: 4px;
}

.tuto-main-content {
    min-width: 0;
}

.tuto-results-count {
    font-size: 15px;
    margin-bottom: 20px;
}

.tuto-card {
    padding: 20px;
    gap: 24px;
    margin-bottom: 20px;
}

.tuto-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.tuto-card-img-box {
    position: relative;
    width: 280px;
    height: 180px;
}

.tuto-card-img {
    width: 100%;
    height: 100%;
}

.tuto-card-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 4px 10px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tuto-card-title {
    font-size: 20px;
    margin: 0 0 8px 0;
    display: block;
}

.tuto-card-excerpt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.tuto-author-box {
    gap: 12px;
    margin-bottom: 16px;
}

.tuto-author-avatar {
    width: 36px;
    height: 36px;
    font-size: 13px;
}

.tuto-author-name {
    font-size: 14px;
}

.tuto-author-date {
    font-size: 12px;
}

.tuto-card-footer {
    border-top: 1px solid #f3f4f6;
    padding-top: 16px;
}

.tuto-stats {
    gap: 16px;
    font-size: 13px;
}

.tuto-stat-item {
    gap: 6px;
}

.btn-read-tuto {
    padding: 8px 16px;
    font-size: 14px;
}

.tuto-empty-state {
    border: 1px dashed #e5e7eb;
    padding: 60px 20px;
    text-align: center;
}

.form-tuto-container {
    padding: 32px;
    max-width: 800px;
}

.form-tuto-label {
    margin-bottom: 8px;
    font-size: 15px;
    display: block;
}

.form-tuto-input {
    padding: 12px 16px;
    font-size: 15px;
    width: 100%;
}

.form-tuto-input:focus {
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-tuto-textarea {
    min-height: 120px;
    resize: vertical;
}

.form-tuto-textarea-large {
    min-height: 300px;
    resize: vertical;
}

.form-tuto-file-upload {
    border: 2px dashed #d1d5db;
    padding: 32px;
    text-align: center;
}

.btn-submit-tuto {
    padding: 14px 28px;
    font-size: 15px;
    gap: 8px;
}

.tuto-action-btn {
    padding: 8px 16px;
    font-size: 14px;
    gap: 6px;
}

.btn-delete-tuto {
    padding: 0;
}

.tuto-manage-card {
    padding: 20px;
    margin-bottom: 16px;
    gap: 20px;
}

.tuto-manage-info {
    gap: 20px;
}

.tuto-manage-img {
    width: 120px;
    height: 80px;
}

.tuto-manage-title {
    font-size: 16px;
    margin-bottom: 4px;
}

.tuto-manage-date {
    font-size: 13px;
}

.tuto-manage-actions {
    gap: 12px;
}

.hover-card-transition {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hover-card-transition:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1) !important;
}

.tuto-cover-img {
    height: 400px;
}

.avatar-tuto-author {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
}

.tutorial-card {
    transition: all 0.2s ease-in-out;
    border: 1px solid #f3f4f6;
}

.tutorial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
    border-color: #e5e7eb;
}

.empty-state-dashed {
    border: 2px dashed #cbd5e1;
    background-color: #f8fafc;
}

.badge-soft-primary {
    background-color: rgba(59, 130, 246, 0.1);
    color: #2563eb;
}

.empty-state-border {
    border: 2px dashed #cbd5e1;
}

.empty-state-icon-box {
    width: 80px;
    height: 80px;
    padding: 1rem;
}

.tuto-manage-img {
    width: 160px;
    height: 100px;
    object-fit: contain;
    background-color: #f8fafc;
}