.moodle-sync-wrapper{
    position:relative;
    display:block;
    padding:24px;
    border-radius:24px;
    border:1px solid #e7e7e7;
    background:linear-gradient(135deg,#f8fafc 0%,#f5f3ff 50%,#fff7ed 100%);
    overflow:hidden;
}
.moodle-sync-wrapper::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:240px;
    height:240px;
    background:radial-gradient(circle,rgba(15,23,42,0.18),rgba(15,23,42,0));
    pointer-events:none;
}
.moodle-sync-wrapper::after{
    content:"";
    position:absolute;
    bottom:-160px;
    left:-120px;
    width:280px;
    height:280px;
    background:radial-gradient(circle,rgba(59,130,246,0.12),rgba(59,130,246,0));
    pointer-events:none;
}
.moodle-sync-search{
    position:relative;
    z-index:1;
    margin:0 0 1.5rem;
    padding:18px 18px 14px;
    border-radius:20px;
    background:#ffffff;
    border:1px solid rgba(17,24,39,0.08);
    box-shadow:0 18px 40px rgba(15,23,42,0.08);
}
.moodle-sync-search__controls{
    display:flex;
    flex-wrap:wrap;
    gap:12px 16px;
    align-items:flex-end;
}
.moodle-sync-search__field{
    display:flex;
    flex-direction:column;
    gap:6px;
    min-width:180px;
}
.moodle-sync-search__field--button{
    justify-content:flex-end;
}
.moodle-sync-field__label{
    font-size:0.8rem;
    font-weight:700;
    color:#4b5563;
    text-transform:uppercase;
    letter-spacing:0.08em;
}
.moodle-sync-search__input{
    width:100%;
    max-width:520px;
    padding:14px 18px;
    min-height:48px;
    border-radius:16px;
    border:1px solid #d7dde6;
    background:#fff;
    font-size:1rem;
    line-height:1.4;
    color:#111827;
    box-shadow:0 6px 14px rgba(15,23,42,0.08);
}
.moodle-sync-language__select,.moodle-sync-modality__select,.moodle-sync-difficulty__select{
    width:100%;
    min-width:180px;
    max-width:260px;
    padding:14px 18px;
    min-height:48px;
    border-radius:16px;
    border:1px solid #d7dde6;
    background:#fff;
    font-size:0.95rem;
    line-height:1.4;
    color:#111827;
    box-shadow:0 6px 14px rgba(15,23,42,0.08);
}
.moodle-sync-language__empty{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    padding:0 12px;
    border-radius:999px;
    border:1px dashed #d4d4d4;
    color:#6b7280;
    font-size:0.9rem;
}
.moodle-sync-search__input:focus,
.moodle-sync-language__select:focus,
.moodle-sync-modality__select:focus,
.moodle-sync-difficulty__select:focus,
.moodle-sync-search__button:focus{
    outline:2px solid #2563eb;
    outline-offset:2px;
}
.moodle-sync-search__button{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:12px 20px;
    min-height:48px;
    border-radius:999px;
    border:1px solid transparent;
    background:#E21E22;
    color:#fff;
    font-size:0.95rem;
    font-weight:700;
    line-height:1;
    cursor:pointer;
    transition:transform 160ms ease,box-shadow 160ms ease,filter 160ms ease;
}
.moodle-sync-search__button:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 24px rgba(15,23,42,0.25);
    filter:brightness(1.05);
    background: #fff;
    color:#E21E22;
    border:1px solid #E21E22;
}
a:hover,
a:focus{
    color:#E21E22;
}
.moodle-sync-search__button-icon{
    display:inline-flex;
    width:18px;
    height:18px;
}
.moodle-sync-search__button-icon svg{
    width:100%;
    height:100%;
}
.moodle-sync-search__status{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:1.2em;
    margin-top:0.75rem;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(15,23,42,0.06);
    font-size:0.9rem;
    font-weight:600;
    color:#4b5563;
}
.moodle-sync-wrapper.is-loading .moodle-sync-search__status{
    opacity:0.85;
}
.moodle-sync-results{
    position:relative;
    z-index:1;
}
.moodle-sync-grid{
    display:grid !important;
    grid-template-columns:repeat(var(--moodle-sync-cards-per-row,3),minmax(0,1fr));
    grid-auto-rows:1fr;
    align-items:stretch;
    gap:24px;
    margin:1rem 0 0;
}
.moodle-sync-grid.is-layout-flex{
    display:grid !important;
}
.moodle-sync-card{
    display:flex;
    flex-direction:column;
    height:100%;
    width:100%;
    color:#111827;
    background:#fff;
    padding:20px;
}
.moodle-sync-card::before{
    content:none;
}
.moodle-sync-card:hover{
    transform:none;
    box-shadow:none;
}
.moodle-sync-card__media{
    width:100%;
    aspect-ratio:16/9;
    background-color:#e5e7eb;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.moodle-sync-card__media--no-image{
    background:linear-gradient(135deg,#f8fafc,#eef2ff);
}
.moodle-sync-card__body{
    position:static;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:12px;
    height:auto;
    padding:16px 0 0;
    color:#111827;
}
.moodle-sync-card__title{
    font-size:1.2rem;
    font-weight:700;
    line-height:1.3;
    color:#111827;
    text-shadow:none;
}
.moodle-sync-card__meta{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
    font-size:0.82rem;
}
.moodle-sync-card__meta-item{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:6px;
    padding:0;
    min-height:auto;
    border-radius:0;
    background:none;
    backdrop-filter:none;
    color:#111827;
}
.moodle-sync-card__meta-text{
    display:inline-flex;
}
.moodle-sync-card__cta{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:0;
    border-radius:0;
    font-size:0.95rem;
    font-weight:600;
    text-decoration:none;
    color:#111827;
    border:none;
    background:none;
    transition:color 160ms ease,text-decoration-color 160ms ease;
}
.moodle-sync-card__cta:hover{
    transform:none;
    text-decoration:underline;
    text-underline-offset:2px;
}
.moodle-sync-card__cta--secondary{
    font-weight:600;
}
.moodle-sync-card__cta--training{
    color:#111827;
    font-weight:700;
}
.moodle-sync-card__icon{
    display:inline-flex;
    width:18px;
    height:18px;
}
.moodle-sync-card__icon svg{
    width:100%;
    height:100%;
}
@media (max-width:1024px){
    .moodle-sync-search__input{max-width:100%}
    .moodle-sync-wrapper{padding:20px}
}
@media (max-width:720px){
    .moodle-sync-wrapper{padding:18px}
    .moodle-sync-search{padding:16px}
    .moodle-sync-card__meta{grid-template-columns:1fr}
}
@media (max-width:640px){
    .moodle-sync-grid{grid-template-columns:1fr}
}
@media (max-width:520px){
    .moodle-sync-search__controls{gap:10px}
    .moodle-sync-search__button{width:100%;justify-content:center}
    .moodle-sync-search__field--button{width:100%}
}
