@charset "UTF-8";.books-plugin :is(.form-control,:where(.books-plugin) .form-select,:where(.books-plugin) .input-group-text){border:2px solid var(--surface-300)!important;border-radius:var(--radius-md)!important;background:var(--surface-100)!important;color:var(--on-surface-strong)!important;font-family:var(--font-primary)!important;font-size:var(--font-size-sm)!important;transition:var(--transition-base)!important}@media (max-width: 767.98px){.books-plugin :is(.form-control,:where(.books-plugin) .form-select,:where(.books-plugin) .input-group-text){font-size:.75rem!important;padding:var(--spacing-2) var(--spacing-3)!important}}.books-plugin :is(.form-control,:where(.books-plugin) .form-select,:where(.books-plugin) .input-group-text):focus{border-color:var(--focus-color)!important;outline:none!important;box-shadow:0 0 0 .2rem rgb(var(--focus-color-rgb),var(--focus-shadow-opacity))!important}.books-plugin .form-control::placeholder{color:var(--neutral-400)!important;font-style:italic!important;opacity:1}.books-plugin .form-floating>label{color:var(--on-surface-muted)!important;background-color:transparent;font-weight:var(--font-weight-semibold)}.books-plugin .form-floating>.form-select{padding-top:1.625rem!important;padding-bottom:.625rem!important}.books-plugin .form-label{margin-bottom:var(--spacing-2);color:var(--on-surface-strong);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold)}@media (max-width: 767.98px){.books-plugin .form-label{font-size:.75rem;margin-bottom:var(--spacing-1)}}.books-plugin .h-100px{height:100px}.books-plugin .h-150px{height:150px}.books-plugin .nav-tabs{border-bottom:1px solid var(--surface-300);margin-bottom:var(--spacing-4)}.books-plugin .nav-tabs .nav-link{border:1px solid transparent;border-radius:var(--radius-md) var(--radius-md) 0 0;color:var(--on-surface-strong);font-weight:var(--font-weight-semibold);padding:var(--spacing-3) var(--spacing-5);transition:var(--transition-base);position:relative}.books-plugin .nav-tabs .nav-link:hover{border-color:var(--surface-300) var(--surface-300) var(--surface-300);background:var(--surface-200);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.books-plugin .nav-tabs .nav-link.active{border-color:var(--surface-300) var(--surface-300) transparent;background:var(--surface-100);color:var(--color-primary);transform:translateY(-1px);box-shadow:var(--shadow-md)}.books-plugin .nav-tabs .nav-link.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--gradient-primary);border-radius:var(--radius-sm) var(--radius-sm) 0 0}.books-plugin .nav-tabs .nav-link:focus-visible{outline:var(--focus-ring-size) solid var(--focus-color);outline-offset:var(--focus-ring-offset)}.books-plugin .nav-tabs .nav-link.switching{opacity:.7;pointer-events:none;transform:scale(.98)}.books-plugin .nav-tabs .nav-link i{margin-right:var(--spacing-2)}.books-plugin .tab-content{position:relative;min-height:60vh}.books-plugin .tab-pane{transition:opacity var(--transition-base),transform var(--transition-base);min-height:60vh;display:flex;flex-direction:column;padding:var(--spacing-6);background:var(--surface-100);border-radius:var(--radius-xl);border:1px solid var(--surface-300);box-shadow:var(--shadow-base)}.books-plugin .tab-pane.fade:not(.show){opacity:0;transform:translateY(var(--spacing-4))}.books-plugin .tab-pane.show{opacity:1;transform:translateY(0)}.books-plugin .modern-book-card.deleted-card{opacity:.7;border-color:var(--bs-warning)}.books-plugin .modern-book-card.deleted-card:hover{border-color:var(--bs-warning);opacity:1}.books-plugin .book-cover-placeholder{width:100%;min-height:300px;background:transparent;border:2px dashed rgba(var(--bs-body-color-rgb),.1);transition:all .3s ease}.books-plugin .book-cover-placeholder:hover{border-color:rgba(var(--bs-body-color-rgb),.2)}.books-plugin .book-cover-placeholder i{opacity:.3;transition:opacity .3s ease}.books-plugin .book-cover-placeholder:hover i{opacity:.5}.books-plugin .metadata-badges{flex-wrap:wrap}.books-plugin .badge.deleted-badge{animation:deletedPulse 2s ease-in-out infinite}@keyframes deletedPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.books-plugin .btn{border-radius:var(--radius-md);font-family:var(--font-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);transition:var(--transition-base);display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2)}@media (max-width: 767.98px){.books-plugin .btn{font-size:.75rem;padding:var(--spacing-2) var(--spacing-3)}}.books-plugin .btn.btn-warning{background:var(--color-warning);border-color:var(--color-warning);color:var(--neutral-900);box-shadow:var(--shadow-md)}.books-plugin .btn.btn-warning:hover{background:color-mix(in srgb,var(--color-warning) 85%,black);box-shadow:var(--shadow-lg)}.books-plugin .alert{border:1px solid var(--surface-300);border-radius:var(--radius-lg);padding:var(--spacing-4)}.books-plugin .progress{background-color:var(--surface-300);border-radius:var(--radius-lg);height:8px;box-shadow:inset 0 1px 2px rgb(var(--neutral-900-rgb),.1)}.books-plugin .progress .progress-bar{border-radius:var(--radius-lg);transition:width 1.2s ease-in-out;background:var(--gradient-primary);position:relative;overflow:hidden}.books-plugin .progress .progress-bar:hover:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShimmer 1.5s ease-in-out}.books-plugin .progress .progress-bar.bg-success{background-color:var(--color-success)!important}.books-plugin .progress .progress-bar.bg-info{background-color:var(--color-info)!important;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.books-plugin .progress .progress-bar.bg-warning{background-color:var(--color-warning)!important}.books-plugin .progress .progress-bar.bg-danger{background-color:var(--color-danger)!important}.books-plugin .progress.progress-thin{height:4px;border-radius:2px}.books-plugin .progress.progress-thin .progress-bar{transition:width .3s ease-in-out,background-color .3s ease;border-radius:2px}.books-plugin .progress.progress-6{height:6px}.books-plugin .progress.progress-8{height:8px}@keyframes progressShimmer{0%{left:-100%}to{left:100%}}.books-plugin .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@keyframes progress-bar-stripes{0%{background-position-x:1rem}to{background-position-x:0}}.books-plugin .card:has(input[type=file]){transition:border-color .3s ease,box-shadow .3s ease}.books-plugin .card:has(input[type=file]):has(input[type=file]:focus){border-color:var(--bs-primary);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.25)}.books-plugin [wire\:loading] .text-info{animation:booksUploadPulse 2s infinite}@keyframes booksUploadPulse{0%,to{opacity:1}50%{opacity:.7}}.books-plugin .hover-shadow{transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}.books-plugin .hover-shadow:hover{box-shadow:0 .125rem .25rem #00000013!important;transform:translateY(-1px)}.books-plugin .cursor-pointer{cursor:pointer}.books-plugin .modal.book-detail-modal .modal-dialog{max-width:1200px}.books-plugin .modal.book-detail-modal .modal-header{background:var(--gradient-primary);color:#fff;border-bottom:none}.books-plugin .modal.book-detail-modal .modal-header .modal-title{font-weight:var(--font-weight-bold);display:flex;align-items:center;gap:var(--spacing-3)}.books-plugin .modal.book-detail-modal .modal-header .modal-title i{font-size:1.2em}.books-plugin .modal.book-detail-modal .modal-header .btn-close{filter:invert(1)}.books-plugin .modal.book-detail-modal .modal-body{padding:0;background:var(--surface-50)}.books-plugin .modal.book-detail-modal .modal-body .book-detail-content{padding:var(--spacing-6)}.books-plugin .modal.book-detail-modal .modal-footer{background:var(--surface-100);border-top:1px solid var(--surface-300);padding:var(--spacing-4) var(--spacing-6)}.books-plugin .dropdown-menu{border:1px solid var(--surface-300);border-radius:var(--radius-lg);background:var(--surface-100);box-shadow:var(--shadow-xl);color:var(--on-surface-strong);padding:var(--spacing-2)}.books-plugin .dropdown-menu .dropdown-item{border-radius:var(--radius-md);color:var(--on-surface-strong);font-size:var(--font-size-sm);transition:var(--transition-base)}.books-plugin .dropdown-menu .dropdown-item.active{background:var(--color-primary);color:#fff}.books-plugin .preview-img-sm{max-height:120px;border-radius:var(--radius-md)}.books-plugin .preview-img-200{max-width:200px;max-height:200px;border-radius:var(--radius-md)}.books-plugin .icon-2rem{font-size:2rem}.books-plugin .icon-3rem{font-size:3rem}@media (max-width: 768px){.books-plugin .row.g-3>.col-12{margin-bottom:var(--spacing-3)}.books-plugin .tab-pane{padding:var(--spacing-4)}}[data-theme=dark] .books-plugin .dropdown-menu{box-shadow:var(--shadow-lg)}.books-plugin [x-collapse]{transition:var(--transition-base)}.books-plugin .spinning{animation:spinBooks 1s linear infinite}@keyframes spinBooks{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.books-plugin *{color:var(--on-surface-strong);font-family:var(--font-primary)}.books-plugin .modal-content{border:0;border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl);background:var(--surface-100)}.books-plugin .modal-content .modal-header{background:var(--surface-200);color:var(--on-surface-strong);border-bottom:1px solid var(--surface-300);padding:var(--spacing-5) var(--spacing-6);border-radius:var(--radius-2xl) var(--radius-2xl) 0 0}.books-plugin .modal-content .modal-header .modal-title{color:var(--on-surface-strong);font-weight:var(--font-weight-bold);font-size:var(--font-size-xl)}.books-plugin .modal-content .modal-body{padding:var(--spacing-6);line-height:var(--line-height-relaxed)}.books-plugin .modal-content .modal-footer{background:var(--surface-200);border-top:1px solid var(--surface-300);padding:var(--spacing-4) var(--spacing-6);border-radius:0 0 var(--radius-2xl) var(--radius-2xl);gap:var(--spacing-3)}.books-plugin .modal-footer-info{flex-grow:1;text-align:left}.books-plugin .modal-footer-info .modal-last-updated{color:var(--on-surface-muted);font-size:var(--font-size-sm)}.books-plugin .modal-close-btn{background:var(--surface-300);color:var(--on-surface-strong);border:1px solid var(--surface-400);border-radius:var(--radius-md);transition:var(--transition-base)}.books-plugin .modal-close-btn:hover{background:var(--surface-400);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.books-plugin .card{border:0;border-radius:var(--radius-xl);background:var(--surface-100);box-shadow:var(--shadow-base)}.books-plugin .card:hover{box-shadow:var(--shadow-lg)}.books-plugin .card .card-header{background:var(--surface-200);color:var(--on-surface-strong);border-bottom:1px solid var(--surface-300);padding:var(--spacing-5) var(--spacing-6);border-radius:var(--radius-xl) var(--radius-xl) 0 0;font-weight:var(--font-weight-semibold)}.books-plugin .card .card-header.bg-primary{background:var(--color-primary);color:#fff;border-bottom:none}.books-plugin .card .card-body{padding:var(--spacing-6)}.books-plugin .card .card-footer{background:var(--surface-200);border-top:1px solid var(--surface-300);padding:var(--spacing-4) var(--spacing-6);border-radius:0 0 var(--radius-xl) var(--radius-xl)}.books-plugin .badge{font-weight:var(--font-weight-semibold);padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-md)}.books-plugin .badge.bg-primary{background:var(--color-primary)!important;color:#fff!important}.books-plugin .badge.bg-secondary{background:var(--color-secondary)!important;color:#fff!important}.books-plugin .badge.bg-success{background:var(--color-success)!important;color:#fff!important}.books-plugin .badge.bg-warning{background:var(--color-warning)!important;color:var(--neutral-900)!important}.books-plugin .badge.bg-danger{background:var(--color-danger)!important;color:#fff!important}.books-plugin .badge.bg-info{background:var(--color-info)!important;color:#fff!important}.books-plugin .alert{border:1px solid var(--surface-300);border-radius:var(--radius-lg);padding:var(--spacing-4);margin-bottom:var(--spacing-4)}.books-plugin .alert.alert-success{background:color-mix(in srgb,var(--color-success) 10%,var(--surface-100));border-color:color-mix(in srgb,var(--color-success) 30%,var(--surface-300));color:color-mix(in srgb,var(--color-success) 70%,var(--neutral-900))}.books-plugin .alert.alert-success .alert-heading{color:color-mix(in srgb,var(--color-success) 80%,var(--neutral-900))}.books-plugin .alert.alert-danger{background:color-mix(in srgb,var(--color-danger) 10%,var(--surface-100));border-color:color-mix(in srgb,var(--color-danger) 30%,var(--surface-300));color:color-mix(in srgb,var(--color-danger) 70%,var(--neutral-900))}.books-plugin .alert.alert-danger .alert-heading{color:color-mix(in srgb,var(--color-danger) 80%,var(--neutral-900))}.books-plugin .alert.alert-warning{background:color-mix(in srgb,var(--color-warning) 10%,var(--surface-100));border-color:color-mix(in srgb,var(--color-warning) 30%,var(--surface-300));color:var(--neutral-900)}.books-plugin .alert.alert-warning .alert-heading{color:var(--neutral-900)}.books-plugin .alert.alert-info{background:color-mix(in srgb,var(--color-info) 10%,var(--surface-100));border-color:color-mix(in srgb,var(--color-info) 30%,var(--surface-300));color:color-mix(in srgb,var(--color-info) 70%,var(--neutral-900))}.books-plugin .alert.alert-info .alert-heading{color:color-mix(in srgb,var(--color-info) 80%,var(--neutral-900))}.books-plugin .form-control,.books-plugin .form-select{border:2px solid var(--surface-300);background:var(--surface-100);color:var(--on-surface-strong);border-radius:var(--radius-md);font-family:var(--font-primary);font-size:var(--font-size-sm);transition:var(--transition-base);padding:var(--spacing-3) var(--spacing-4)}.books-plugin .form-control:focus,.books-plugin .form-select:focus{border-color:var(--focus-color);outline:none;box-shadow:0 0 0 .2rem rgb(var(--focus-color-rgb),var(--focus-shadow-opacity))}.books-plugin .form-control::placeholder,.books-plugin .form-select::placeholder{color:var(--neutral-400);font-style:italic}.books-plugin .btn{border-radius:var(--radius-md);font-family:var(--font-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);transition:var(--transition-base);display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);padding:var(--spacing-3) var(--spacing-5)}.books-plugin .btn:hover{transform:translateY(-1px)}.books-plugin .btn:active{transform:translateY(0)}.books-plugin .btn:focus-visible{outline:var(--focus-ring-size) solid var(--focus-color);outline-offset:var(--focus-ring-offset)}.books-plugin .btn.btn-primary{background:var(--color-primary);border-color:var(--color-primary);box-shadow:var(--shadow-md)}.books-plugin .btn.btn-primary:hover{background:var(--color-secondary);border-color:var(--color-secondary);box-shadow:var(--shadow-lg)}.books-plugin .btn.btn-success{background:var(--color-success);border-color:var(--color-success);box-shadow:var(--shadow-md)}.books-plugin .btn.btn-success:hover{background:color-mix(in srgb,var(--color-success) 85%,black);box-shadow:var(--shadow-lg)}.books-plugin .btn.btn-outline-primary{border:2px solid var(--color-primary);background:transparent;color:var(--color-primary)}.books-plugin .btn.btn-outline-primary:hover{background:var(--color-primary);color:#fff}.books-plugin .btn.btn-outline-secondary{border:1px solid var(--surface-300);background:transparent;color:var(--on-surface-strong)}.books-plugin .btn.btn-outline-secondary:hover{background:var(--surface-200)}.books-plugin .btn.btn-sm{padding:var(--spacing-2) var(--spacing-4);font-size:var(--font-size-xs);border-radius:var(--radius-sm)}.books-plugin .btn.btn-lg{padding:var(--spacing-4) var(--spacing-6);font-size:var(--font-size-base);border-radius:var(--radius-lg)}.books-plugin .timeline-progress-fill{background:var(--gradient-primary);border-radius:var(--radius-full);transition:width var(--transition-slow)}.books-plugin .status-indicator.status-completed{background:var(--color-success);color:#fff;border-radius:var(--radius-full)}.books-plugin .status-indicator.status-current{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-primary)}.books-plugin .status-indicator.status-pending{background:var(--surface-300);color:var(--on-surface-muted);border:1px solid var(--surface-400);border-radius:var(--radius-full)}.books-plugin .status-indicator.status-error{background:var(--color-danger);color:#fff;border-radius:var(--radius-full)}@media (max-width: 768px){.books-plugin .btn-group{display:flex;flex-direction:column;gap:var(--spacing-3)}.books-plugin .modal-body,.books-plugin .card .card-body{padding:var(--spacing-4)}.books-plugin .card .card-header{padding:var(--spacing-4) var(--spacing-5)}}[data-theme=dark] .books-plugin .card{box-shadow:var(--shadow-sm)}[data-theme=dark] .books-plugin .alert{border-color:var(--surface-300)}[data-theme=dark] .books-plugin .badge.bg-warning{color:var(--neutral-900)!important}[data-theme=dark] .books-plugin .modal-content{box-shadow:var(--shadow-xl)}.books-plugin .spinning{animation:spinPrint 1s linear infinite}@keyframes spinPrint{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.books-plugin [x-cloak]{display:none!important}.books-plugin .tracking-modal-content .progress{height:8px;background-color:var(--surface-300);border-radius:var(--radius-lg)}.books-plugin .tracking-modal-content .progress .progress-bar{border-radius:var(--radius-lg);background:var(--gradient-primary);transition:width var(--transition-slow)}.books-plugin .dropdown-menu{border:1px solid var(--surface-300);border-radius:var(--radius-lg);background:var(--surface-100);box-shadow:var(--shadow-xl);padding:var(--spacing-2)}.books-plugin .dropdown-menu .dropdown-item{border-radius:var(--radius-md);color:var(--on-surface-strong);font-size:var(--font-size-sm);padding:var(--spacing-2) var(--spacing-4);transition:var(--transition-base)}.books-plugin .dropdown-menu .dropdown-item:hover{background:var(--surface-200);color:var(--on-surface-strong);transform:translate(var(--spacing-1))}.books-plugin .dropdown-menu .dropdown-item:focus{background:var(--color-primary);color:#fff}.books-plugin .dropdown-menu .dropdown-divider{border-color:var(--surface-300);margin:var(--spacing-2) 0}.books-plugin .book-list-container .book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--spacing-6);padding:var(--spacing-6) 0}.books-plugin .book-list-container .book-item{border:0;border-radius:var(--radius-xl);background:var(--surface-100);box-shadow:var(--shadow-base);transition:var(--transition-base);overflow:hidden}.books-plugin .book-list-container .book-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.books-plugin .book-list-container .book-item .book-cover{position:relative;overflow:hidden;aspect-ratio:3/4}.books-plugin .book-list-container .book-item .book-cover img{width:100%;height:100%;object-fit:cover;transition:var(--transition-base)}.books-plugin .book-list-container .book-item .book-cover:hover img{transform:scale(1.05)}.books-plugin .book-list-container .book-item .book-info{padding:var(--spacing-5)}.books-plugin .book-list-container .book-item .book-info .book-title{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--on-surface-strong);margin-bottom:var(--spacing-2)}.books-plugin .book-list-container .book-item .book-info .book-author{font-size:var(--font-size-sm);color:var(--on-surface-muted);margin-bottom:var(--spacing-3)}:where(.books-plugin) .books-book-list .opacity-0{opacity:0}:where(.books-plugin) .books-book-list .hover-opacity-100:hover{opacity:1!important}:where(.books-plugin) .books-book-list .transition-opacity{transition:var(--transition-base)}:where(.books-plugin) .books-book-list .cover-img{height:220px;object-fit:cover;border-radius:var(--radius-lg)}:where(.books-plugin) .books-book-list .badge-tl{top:var(--spacing-3);left:var(--spacing-3);z-index:var(--zindex-sticky);border-radius:var(--radius-md)}:where(.books-plugin) .books-admin-webhook .table,:where(.books-plugin) .books-admin-exercises .table,:where(.books-plugin) .books-admin-courses .table,:where(.books-plugin) .books-admin-chapters .table,:where(.books-plugin) .books-admin-print .table{--bs-table-bg: var(--surface-100);--bs-table-border-color: var(--surface-300);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-base)}:where(.books-plugin) .books-admin-webhook .table th,:where(.books-plugin) .books-admin-exercises .table th,:where(.books-plugin) .books-admin-courses .table th,:where(.books-plugin) .books-admin-chapters .table th,:where(.books-plugin) .books-admin-print .table th{background:var(--surface-200);color:var(--on-surface-strong);font-weight:var(--font-weight-semibold);padding:var(--spacing-4);border-bottom:1px solid var(--surface-300)}:where(.books-plugin) .books-admin-webhook .table td,:where(.books-plugin) .books-admin-exercises .table td,:where(.books-plugin) .books-admin-courses .table td,:where(.books-plugin) .books-admin-chapters .table td,:where(.books-plugin) .books-admin-print .table td{padding:var(--spacing-4);color:var(--on-surface-strong);vertical-align:middle}:where(.books-plugin) .books-admin-webhook .table tbody tr,:where(.books-plugin) .books-admin-exercises .table tbody tr,:where(.books-plugin) .books-admin-courses .table tbody tr,:where(.books-plugin) .books-admin-chapters .table tbody tr,:where(.books-plugin) .books-admin-print .table tbody tr{transition:var(--transition-base)}:where(.books-plugin) .books-admin-webhook .table tbody tr:hover,:where(.books-plugin) .books-admin-exercises .table tbody tr:hover,:where(.books-plugin) .books-admin-courses .table tbody tr:hover,:where(.books-plugin) .books-admin-chapters .table tbody tr:hover,:where(.books-plugin) .books-admin-print .table tbody tr:hover{background:var(--surface-200);transform:scale(1.001)}:where(.books-plugin) .books-admin-webhook .thumb-50-auto,:where(.books-plugin) .books-admin-exercises .thumb-50-auto,:where(.books-plugin) .books-admin-courses .thumb-50-auto,:where(.books-plugin) .books-admin-chapters .thumb-50-auto,:where(.books-plugin) .books-admin-print .thumb-50-auto{width:50px;height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:var(--transition-base)}:where(.books-plugin) .books-admin-webhook .thumb-50-auto:hover,:where(.books-plugin) .books-admin-exercises .thumb-50-auto:hover,:where(.books-plugin) .books-admin-courses .thumb-50-auto:hover,:where(.books-plugin) .books-admin-chapters .thumb-50-auto:hover,:where(.books-plugin) .books-admin-print .thumb-50-auto:hover{transform:scale(1.1);box-shadow:var(--shadow-md)}:where(.books-plugin) .books-admin-webhook .form-control,:where(.books-plugin) .books-admin-webhook .form-select,:where(.books-plugin) .books-admin-exercises .form-control,:where(.books-plugin) .books-admin-exercises .form-select,:where(.books-plugin) .books-admin-courses .form-control,:where(.books-plugin) .books-admin-courses .form-select,:where(.books-plugin) .books-admin-chapters .form-control,:where(.books-plugin) .books-admin-chapters .form-select,:where(.books-plugin) .books-admin-print .form-control,:where(.books-plugin) .books-admin-print .form-select{border:2px solid var(--surface-300);border-radius:var(--radius-md);background:var(--surface-100);color:var(--on-surface-strong);font-family:var(--font-primary);transition:var(--transition-base)}:where(.books-plugin) .books-admin-webhook .form-control:focus,:where(.books-plugin) .books-admin-webhook .form-select:focus,:where(.books-plugin) .books-admin-exercises .form-control:focus,:where(.books-plugin) .books-admin-exercises .form-select:focus,:where(.books-plugin) .books-admin-courses .form-control:focus,:where(.books-plugin) .books-admin-courses .form-select:focus,:where(.books-plugin) .books-admin-chapters .form-control:focus,:where(.books-plugin) .books-admin-chapters .form-select:focus,:where(.books-plugin) .books-admin-print .form-control:focus,:where(.books-plugin) .books-admin-print .form-select:focus{border-color:var(--focus-color);box-shadow:0 0 0 .2rem rgb(var(--focus-color-rgb),var(--focus-shadow-opacity))}:where(.books-plugin) .books-admin-webhook .btn,:where(.books-plugin) .books-admin-exercises .btn,:where(.books-plugin) .books-admin-courses .btn,:where(.books-plugin) .books-admin-chapters .btn,:where(.books-plugin) .books-admin-print .btn{border-radius:var(--radius-md);font-weight:var(--font-weight-semibold);transition:var(--transition-base)}:where(.books-plugin) .books-admin-webhook .btn:hover,:where(.books-plugin) .books-admin-exercises .btn:hover,:where(.books-plugin) .books-admin-courses .btn:hover,:where(.books-plugin) .books-admin-chapters .btn:hover,:where(.books-plugin) .books-admin-print .btn:hover{transform:translateY(-1px)}:where(.books-plugin) .books-admin-webhook .btn.btn-primary,:where(.books-plugin) .books-admin-exercises .btn.btn-primary,:where(.books-plugin) .books-admin-courses .btn.btn-primary,:where(.books-plugin) .books-admin-chapters .btn.btn-primary,:where(.books-plugin) .books-admin-print .btn.btn-primary{background:var(--color-primary);border-color:var(--color-primary);box-shadow:var(--shadow-md)}:where(.books-plugin) .books-admin-webhook .btn.btn-primary:hover,:where(.books-plugin) .books-admin-exercises .btn.btn-primary:hover,:where(.books-plugin) .books-admin-courses .btn.btn-primary:hover,:where(.books-plugin) .books-admin-chapters .btn.btn-primary:hover,:where(.books-plugin) .books-admin-print .btn.btn-primary:hover{background:var(--color-secondary);box-shadow:var(--shadow-lg)}:where(.books-plugin) .books-admin-webhook .badge.bg-success,:where(.books-plugin) .books-admin-exercises .badge.bg-success,:where(.books-plugin) .books-admin-courses .badge.bg-success,:where(.books-plugin) .books-admin-chapters .badge.bg-success,:where(.books-plugin) .books-admin-print .badge.bg-success{background:var(--color-success)!important}:where(.books-plugin) .books-admin-webhook .badge.bg-warning,:where(.books-plugin) .books-admin-exercises .badge.bg-warning,:where(.books-plugin) .books-admin-courses .badge.bg-warning,:where(.books-plugin) .books-admin-chapters .badge.bg-warning,:where(.books-plugin) .books-admin-print .badge.bg-warning{background:var(--color-warning)!important;color:var(--neutral-900)!important}:where(.books-plugin) .books-admin-webhook .badge.bg-danger,:where(.books-plugin) .books-admin-exercises .badge.bg-danger,:where(.books-plugin) .books-admin-courses .badge.bg-danger,:where(.books-plugin) .books-admin-chapters .badge.bg-danger,:where(.books-plugin) .books-admin-print .badge.bg-danger{background:var(--color-danger)!important}:where(.books-plugin) .books-admin-webhook .badge.bg-info,:where(.books-plugin) .books-admin-exercises .badge.bg-info,:where(.books-plugin) .books-admin-courses .badge.bg-info,:where(.books-plugin) .books-admin-chapters .badge.bg-info,:where(.books-plugin) .books-admin-print .badge.bg-info{background:var(--color-info)!important}:where(.books-plugin) .books-admin-webhook .badge.bg-primary,:where(.books-plugin) .books-admin-exercises .badge.bg-primary,:where(.books-plugin) .books-admin-courses .badge.bg-primary,:where(.books-plugin) .books-admin-chapters .badge.bg-primary,:where(.books-plugin) .books-admin-print .badge.bg-primary{background:var(--color-primary)!important}:where(.books-plugin) .books-admin-webhook .badge.bg-secondary,:where(.books-plugin) .books-admin-exercises .badge.bg-secondary,:where(.books-plugin) .books-admin-courses .badge.bg-secondary,:where(.books-plugin) .books-admin-chapters .badge.bg-secondary,:where(.books-plugin) .books-admin-print .badge.bg-secondary{background:var(--color-secondary)!important}:where(.books-plugin) .books-admin-webhook .card,:where(.books-plugin) .books-admin-exercises .card,:where(.books-plugin) .books-admin-courses .card,:where(.books-plugin) .books-admin-chapters .card,:where(.books-plugin) .books-admin-print .card{border:0;border-radius:var(--radius-xl);box-shadow:var(--shadow-base)}:where(.books-plugin) .books-admin-webhook .card .card-header,:where(.books-plugin) .books-admin-exercises .card .card-header,:where(.books-plugin) .books-admin-courses .card .card-header,:where(.books-plugin) .books-admin-chapters .card .card-header,:where(.books-plugin) .books-admin-print .card .card-header{background:var(--surface-200);border-bottom:1px solid var(--surface-300);border-radius:var(--radius-xl) var(--radius-xl) 0 0}:where(.books-plugin) .books-admin-webhook .card .card-body,:where(.books-plugin) .books-admin-exercises .card .card-body,:where(.books-plugin) .books-admin-courses .card .card-body,:where(.books-plugin) .books-admin-chapters .card .card-body,:where(.books-plugin) .books-admin-print .card .card-body{background:var(--surface-100)}:where(.books-plugin) .books-admin-webhook .mw-300{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where(.books-plugin) .books-admin-webhook .webhook-status.active{color:var(--color-success)}:where(.books-plugin) .books-admin-webhook .webhook-status.inactive{color:var(--color-danger)}:where(.books-plugin) .books-admin-webhook .webhook-status.pending{color:var(--color-warning)}:where(.books-plugin) .books-admin-webhook .webhook-url{font-family:var(--font-mono);font-size:var(--font-size-sm);background:var(--surface-200);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-sm)}.books-plugin .api-dashboard .stat-card{border:0;border-radius:var(--radius-xl);background:var(--surface-100);box-shadow:var(--shadow-base)}.books-plugin .api-dashboard .stat-card:hover{box-shadow:var(--shadow-lg)}.books-plugin .api-dashboard .stat-card .card-body{padding:var(--spacing-6);display:flex;align-items:center;gap:var(--spacing-4)}.books-plugin .api-dashboard .stat-card .stat-icon{width:60px;height:60px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:var(--font-size-2xl)}.books-plugin .api-dashboard .stat-card .stat-icon.stat-success{background:color-mix(in srgb,var(--color-success) 15%,var(--surface-100));color:var(--color-success)}.books-plugin .api-dashboard .stat-card .stat-icon.stat-primary{background:color-mix(in srgb,var(--color-primary) 15%,var(--surface-100));color:var(--color-primary)}.books-plugin .api-dashboard .stat-card .stat-icon.stat-warning{background:color-mix(in srgb,var(--color-warning) 15%,var(--surface-100));color:var(--color-warning)}.books-plugin .api-dashboard .stat-card .stat-icon.stat-danger{background:color-mix(in srgb,var(--color-danger) 15%,var(--surface-100));color:var(--color-danger)}.books-plugin .api-dashboard .stat-card .stat-content{flex:1}.books-plugin .api-dashboard .stat-card .stat-content .stat-number{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--on-surface-strong);margin:0}.books-plugin .api-dashboard .stat-card .stat-content .stat-label{font-size:var(--font-size-sm);color:var(--on-surface-muted);margin:0;font-weight:var(--font-weight-medium)}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item{padding:var(--spacing-4);border:1px solid var(--surface-300);border-radius:var(--radius-lg);margin-bottom:var(--spacing-3);transition:var(--transition-base)}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item:hover{box-shadow:var(--shadow-sm);transform:translate(var(--spacing-1))}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item .endpoint-method{padding:var(--spacing-1) var(--spacing-3);border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:var(--font-weight-bold)}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item .endpoint-method.method-get{background:var(--color-success);color:#fff}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item .endpoint-method.method-post{background:var(--color-primary);color:#fff}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item .endpoint-method.method-put{background:var(--color-warning);color:var(--neutral-900)}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item .endpoint-method.method-delete{background:var(--color-danger);color:#fff}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item .endpoint-url{font-family:var(--font-mono);font-size:var(--font-size-sm);color:var(--on-surface-strong);background:var(--surface-200);padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-md);margin:var(--spacing-2) 0}.books-plugin .api-dashboard .api-endpoint-list .endpoint-item .endpoint-description{font-size:var(--font-size-sm);color:var(--on-surface-muted)}.books-plugin .api-metric-card{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.books-plugin .api-metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.books-plugin .api-status.online{color:var(--bs-success)}.books-plugin .api-status.offline{color:var(--bs-danger)}.books-plugin .api-status.maintenance{color:var(--bs-warning)}.books-plugin .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.books-plugin .list-group-item{border:none;border-bottom:1px solid var(--bs-border-color);transition:background-color .2s ease}.books-plugin .list-group-item:hover{background-color:var(--bs-secondary-bg)}.books-plugin .list-group-item:last-child{border-bottom:none}.books-plugin .pre-scroll-200{max-height:200px;overflow-y:auto;background-color:var(--bs-secondary-bg);border:1px solid var(--bs-border-color);border-radius:.375rem}.books-plugin .api-endpoint{font-family:monospace;font-size:.875rem;background-color:var(--bs-secondary-bg);padding:.25rem .5rem;border-radius:.25rem}.books-plugin .response-time{font-weight:600}.books-plugin .response-time.fast{color:var(--bs-success)}.books-plugin .response-time.medium{color:var(--bs-warning)}.books-plugin .response-time.slow{color:var(--bs-danger)}.books-plugin .file-validation-container .validation-card{border:0;border-radius:var(--radius-xl);background:var(--surface-100);box-shadow:var(--shadow-base)}.books-plugin .file-validation-container .validation-card.validation-success{border-left:4px solid var(--color-success)}.books-plugin .file-validation-container .validation-card.validation-error{border-left:4px solid var(--color-danger)}.books-plugin .file-validation-container .validation-card.validation-warning{border-left:4px solid var(--color-warning)}.books-plugin .file-validation-container .validation-card .card-body{padding:var(--spacing-6)}.books-plugin .file-validation-container .validation-card .card-body .validation-icon{width:48px;height:48px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xl);margin-bottom:var(--spacing-4)}.books-plugin .file-validation-container .validation-card .card-body .validation-icon.icon-success{background:color-mix(in srgb,var(--color-success) 15%,var(--surface-100));color:var(--color-success)}.books-plugin .file-validation-container .validation-card .card-body .validation-icon.icon-error{background:color-mix(in srgb,var(--color-danger) 15%,var(--surface-100));color:var(--color-danger)}.books-plugin .file-validation-container .validation-card .card-body .validation-icon.icon-warning{background:color-mix(in srgb,var(--color-warning) 15%,var(--surface-100));color:var(--color-warning)}.books-plugin .file-validation-container .validation-card .card-body .validation-message{font-size:var(--font-size-sm);color:var(--on-surface-muted);line-height:var(--line-height-relaxed)}.books-plugin .file-validation-container .validation-card .card-body .validation-details{margin-top:var(--spacing-4);padding-top:var(--spacing-4);border-top:1px solid var(--surface-300)}.books-plugin .file-validation-container .validation-card .card-body .validation-details .detail-item{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-2) 0}.books-plugin .file-validation-container .validation-card .card-body .validation-details .detail-item .detail-label{font-weight:var(--font-weight-medium);color:var(--on-surface-strong)}.books-plugin .file-validation-container .validation-card .card-body .validation-details .detail-item .detail-value{color:var(--on-surface-muted);font-family:var(--font-mono);font-size:var(--font-size-sm)}.books-plugin .file-validation-container .file-upload-area{border:2px dashed var(--surface-300);border-radius:var(--radius-lg);padding:var(--spacing-8);text-align:center;background:var(--surface-100);transition:var(--transition-base)}.books-plugin .file-validation-container .file-upload-area:hover{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 5%,var(--surface-100))}.books-plugin .file-validation-container .file-upload-area.dragover{border-color:var(--color-success);background:color-mix(in srgb,var(--color-success) 10%,var(--surface-100))}.books-plugin .file-validation-container .file-upload-area .upload-icon{font-size:3rem;color:var(--color-primary);margin-bottom:var(--spacing-4)}.books-plugin .file-validation-container .file-upload-area .upload-text{color:var(--on-surface-strong);font-weight:var(--font-weight-medium);margin-bottom:var(--spacing-2)}.books-plugin .file-validation-container .file-upload-area .upload-hint{font-size:var(--font-size-sm);color:var(--on-surface-muted)}.books-plugin .validation-success{background-color:rgba(var(--bs-success-rgb),.1);border-left:4px solid var(--bs-success);padding:1rem}.books-plugin .validation-error{background-color:rgba(var(--bs-danger-rgb),.1);border-left:4px solid var(--bs-danger);padding:1rem}.books-plugin .validation-pending{background-color:rgba(var(--bs-warning-rgb),.1);border-left:4px solid var(--bs-warning);padding:1rem}.books-plugin .file-type-icon{font-size:2rem;color:var(--bs-primary)}.books-plugin .validation-progress{height:6px;border-radius:3px;background-color:var(--bs-secondary-bg)}.books-plugin .webhook-management-container .webhook-card{border:0;border-radius:var(--radius-xl);background:var(--surface-100);box-shadow:var(--shadow-base);margin-bottom:var(--spacing-6)}.books-plugin .webhook-management-container .webhook-card:hover{box-shadow:var(--shadow-lg)}.books-plugin .webhook-management-container .webhook-card.webhook-active{border-left:4px solid var(--color-success)}.books-plugin .webhook-management-container .webhook-card.webhook-inactive{border-left:4px solid var(--on-surface-disabled)}.books-plugin .webhook-management-container .webhook-card.webhook-error{border-left:4px solid var(--color-danger)}.books-plugin .webhook-management-container .webhook-card .card-header{background:transparent;border-bottom:1px solid var(--surface-300);padding:var(--spacing-6);display:flex;justify-content:space-between;align-items:center}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-title{font-weight:var(--font-weight-semibold);color:var(--on-surface-strong);margin:0;display:flex;align-items:center;gap:var(--spacing-3)}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-title .status-indicator{width:8px;height:8px;border-radius:var(--radius-full)}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-title .status-indicator.status-active{background:var(--color-success);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-success) 20%,var(--surface-100))}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-title .status-indicator.status-inactive{background:var(--on-surface-disabled)}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-title .status-indicator.status-error{background:var(--color-danger);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-danger) 20%,var(--surface-100))}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-actions{display:flex;gap:var(--spacing-2)}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-actions .btn{border-radius:var(--radius-base);font-size:var(--font-size-sm);padding:var(--spacing-2) var(--spacing-4);transition:var(--transition-base)}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-actions .btn.btn-test{background:var(--color-info);border:1px solid var(--color-info);color:var(--color-white)}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-actions .btn.btn-test:hover{background:color-mix(in srgb,var(--color-info) 90%,var(--color-black))}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-actions .btn.btn-edit{background:var(--color-warning);border:1px solid var(--color-warning);color:var(--color-white)}.books-plugin .webhook-management-container .webhook-card .card-header .webhook-actions .btn.btn-edit:hover{background:color-mix(in srgb,var(--color-warning) 90%,var(--color-black))}.books-plugin .webhook-management-container .webhook-card .card-body{padding:var(--spacing-6)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-url{font-family:var(--font-mono);font-size:var(--font-size-sm);background:var(--surface-200);padding:var(--spacing-3);border-radius:var(--radius-base);border:1px solid var(--surface-300);margin-bottom:var(--spacing-4);overflow-x:auto;color:var(--on-surface-strong)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-events .events-label{font-weight:var(--font-weight-medium);color:var(--on-surface-strong);margin-bottom:var(--spacing-2)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-events .events-list{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-events .events-list .event-badge{background:var(--color-primary);color:var(--color-white);padding:var(--spacing-1) var(--spacing-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs{margin-top:var(--spacing-6);padding-top:var(--spacing-6);border-top:1px solid var(--surface-300)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-4)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .logs-header .logs-title{font-weight:var(--font-weight-medium);color:var(--on-surface-strong)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .logs-header .logs-filter select{border:1px solid var(--surface-300);border-radius:var(--radius-base);padding:var(--spacing-2) var(--spacing-3);background:var(--surface-100);color:var(--on-surface-strong);font-size:var(--font-size-sm)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-3);border-radius:var(--radius-base);margin-bottom:var(--spacing-2);font-size:var(--font-size-sm)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry.log-success{background:color-mix(in srgb,var(--color-success) 10%,var(--surface-100));border-left:3px solid var(--color-success)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry.log-error{background:color-mix(in srgb,var(--color-danger) 10%,var(--surface-100));border-left:3px solid var(--color-danger)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry.log-pending{background:color-mix(in srgb,var(--color-warning) 10%,var(--surface-100));border-left:3px solid var(--color-warning)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry .log-info{display:flex;align-items:center;gap:var(--spacing-3)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry .log-info .log-status{width:8px;height:8px;border-radius:var(--radius-full)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry .log-info .log-status.status-success{background:var(--color-success)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry .log-info .log-status.status-error{background:var(--color-danger)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry .log-info .log-status.status-pending{background:var(--color-warning)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry .log-info .log-message{color:var(--on-surface-strong)}.books-plugin .webhook-management-container .webhook-card .card-body .webhook-logs .log-entry .log-timestamp{color:var(--on-surface-muted);font-family:var(--font-mono);font-size:var(--font-size-xs)}.books-plugin .webhook-management-container .webhook-form{background:var(--surface-100);border:1px solid var(--surface-300);border-radius:var(--radius-xl);padding:var(--spacing-8)}.books-plugin .webhook-management-container .webhook-form .form-group{margin-bottom:var(--spacing-6)}.books-plugin .webhook-management-container .webhook-form .form-group label{font-weight:var(--font-weight-medium);color:var(--on-surface-strong);margin-bottom:var(--spacing-2);display:block}.books-plugin .webhook-management-container .webhook-form .form-group input,.books-plugin .webhook-management-container .webhook-form .form-group select,.books-plugin .webhook-management-container .webhook-form .form-group textarea{width:100%;padding:var(--spacing-3);border:1px solid var(--surface-300);border-radius:var(--radius-base);background:var(--surface-100);color:var(--on-surface-strong);font-size:var(--font-size-base);transition:var(--transition-base)}.books-plugin .webhook-management-container .webhook-form .form-group input:focus,.books-plugin .webhook-management-container .webhook-form .form-group select:focus,.books-plugin .webhook-management-container .webhook-form .form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 20%,transparent)}.books-plugin .webhook-management-container .webhook-form .form-group .form-help{font-size:var(--font-size-sm);color:var(--on-surface-muted);margin-top:var(--spacing-2)}.books-plugin .webhook-management-container .webhook-form .events-selector .events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-3)}.books-plugin .webhook-management-container .webhook-form .events-selector .events-grid .event-checkbox{display:flex;align-items:center;padding:var(--spacing-3);border:1px solid var(--surface-300);border-radius:var(--radius-base);background:var(--surface-100);transition:var(--transition-base)}.books-plugin .webhook-management-container .webhook-form .events-selector .events-grid .event-checkbox:hover{background:var(--surface-200)}.books-plugin .webhook-management-container .webhook-form .events-selector .events-grid .event-checkbox input[type=checkbox]{width:auto;margin-right:var(--spacing-3)}.books-plugin .webhook-management-container .webhook-form .events-selector .events-grid .event-checkbox label{margin:0;cursor:pointer;font-size:var(--font-size-sm)}.books-plugin .webhook-management-container .webhook-form .form-actions{display:flex;justify-content:flex-end;gap:var(--spacing-3);margin-top:var(--spacing-8)}.books-plugin .webhook-management-container .webhook-form .form-actions .btn{padding:var(--spacing-3) var(--spacing-6);border-radius:var(--radius-base);font-weight:var(--font-weight-medium);transition:var(--transition-base)}.books-plugin .webhook-management-container .webhook-form .form-actions .btn.btn-primary{background:var(--color-primary);border:1px solid var(--color-primary);color:var(--color-white)}.books-plugin .webhook-management-container .webhook-form .form-actions .btn.btn-primary:hover{background:color-mix(in srgb,var(--color-primary) 90%,var(--color-black))}.books-plugin .webhook-management-container .webhook-form .form-actions .btn.btn-secondary{background:var(--surface-300);border:1px solid var(--surface-300);color:var(--on-surface-strong)}.books-plugin .webhook-management-container .webhook-form .form-actions .btn.btn-secondary:hover{background:var(--surface-400)}.books-plugin .webhook-active{color:var(--bs-success);font-weight:600}.books-plugin .webhook-inactive{color:var(--bs-danger);font-weight:600}.books-plugin .webhook-pending{color:var(--bs-warning);font-weight:600}.books-plugin .webhook-event{font-family:monospace;font-size:.875rem;background-color:var(--bs-secondary-bg);padding:.25rem .5rem;border-radius:.25rem}.books-plugin .response-code{font-family:monospace;font-weight:600}.books-plugin .response-code.success{color:var(--bs-success)}.books-plugin .response-code.error{color:var(--bs-danger)}.books-plugin .response-code.warning{color:var(--bs-warning)}.books-plugin .webhook-url{font-family:monospace;font-size:.875rem;word-break:break-all;background-color:var(--bs-secondary-bg);padding:.5rem;border-radius:.375rem}@media (max-width: 768px){.books-plugin .row.g-3>.col-12{margin-bottom:.5rem}}.books-plugin .dropdown-menu{--bs-dropdown-border-radius: .5rem;--bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)}:where(.books-plugin) .badge-theme-primary{color:var(--bs-body-color);background-color:var(--bs-secondary-bg);border:1px solid var(--bs-border-color)}:where(.books-plugin) .education-platform-container,:where(.books-plugin) .user-progress-container,:where(.books-plugin) .admin-analytics-container{min-height:calc(100vh - 120px)}:where(.books-plugin) .education-loading{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(var(--bs-primary-rgb),.2);border-top-color:var(--bs-primary);border-radius:50%;animation:education-spin .6s linear infinite}@keyframes education-spin{to{transform:rotate(360deg)}}:where(.books-plugin) .education-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:education-skeleton-loading 1.5s ease-in-out infinite;border-radius:.25rem}@keyframes education-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}:where(.books-plugin) .education-skeleton-text{height:1rem;margin-bottom:.5rem}:where(.books-plugin) .education-skeleton-title{height:1.5rem;width:60%;margin-bottom:1rem}:where(.books-plugin) .education-platform-container .card,:where(.books-plugin) .user-progress-container .card,:where(.books-plugin) .admin-analytics-container .card{transition:none}:where(.books-plugin) .education-platform-container .card:hover,:where(.books-plugin) .user-progress-container .card:hover,:where(.books-plugin) .admin-analytics-container .card:hover{transform:none}:where(.books-plugin) .flashcard-item,:where(.books-plugin) .word-image-item{transition:none!important;transform:none!important;box-shadow:none!important}:where(.books-plugin) .flashcard-item:hover,:where(.books-plugin) .word-image-item:hover{transition:none!important;transform:none!important;box-shadow:none!important;background-color:transparent!important}:where(.books-plugin) .card.bg-warning{color:#000}:where(.books-plugin) .card.bg-warning .text-white-50{color:#0009!important}:where(.books-plugin) .progress-bar{transition:none}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}:where(.books-plugin) .progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}:where(.books-plugin) .accordion-button{transition:none}:where(.books-plugin) .accordion,:where(.books-plugin) .accordion-item{background-color:transparent}:where(.books-plugin) .accordion-button,:where(.books-plugin) .accordion-button:not(.collapsed){background-color:transparent;color:inherit;box-shadow:none}:where(.books-plugin) .accordion-button:focus{box-shadow:none}:where(.books-plugin) .accordion-button:focus-visible{outline:2px solid var(--bs-primary);outline-offset:-2px}:where(.books-plugin) .table-hover tbody tr{transition:none}:where(.books-plugin) .table>:not(caption)>*>*{padding:.75rem}@media (max-width: 768px){:where(.books-plugin) .table-responsive{font-size:.75rem}:where(.books-plugin) .table th,:where(.books-plugin) .table td{padding:.5rem;font-size:.75rem}}:where(.books-plugin) .badge{font-weight:600;padding:.35em .65em;letter-spacing:.3px;transition:all .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 767.98px){:where(.books-plugin) .badge{font-size:.7rem;padding:.25em .5em}}:where(.books-plugin) .badge i{font-size:.875em}:where(.books-plugin) .btn-group .btn{transition:none}:where(.books-plugin) .btn-group .btn:hover{transform:none}:where(.books-plugin) .btn-group .btn-primary{box-shadow:none}:where(.books-plugin) .card-body .bi.display-4,:where(.books-plugin) .card-body .bi.display-1{opacity:.3}:where(.books-plugin) .text-center .bi+p{margin-top:1rem}@media (max-width: 576px){:where(.books-plugin) .row.mb-4 .col-auto{width:100%;margin-top:1rem}:where(.books-plugin) .row.mb-4 .col-auto .btn-group{width:100%;flex-wrap:wrap}:where(.books-plugin) .row.mb-4 .col-auto .btn{flex:1 0 48%;font-size:.75rem;padding:.375rem .5rem}:where(.books-plugin) .col-md-6.col-xl-3,:where(.books-plugin) .col-md-4,:where(.books-plugin) .col-lg-6{margin-bottom:1rem}:where(.books-plugin) .card-title{font-size:1rem}:where(.books-plugin) .card-text{font-size:.75rem}:where(.books-plugin) h1,:where(.books-plugin) .h1{font-size:1.75rem}:where(.books-plugin) h2,:where(.books-plugin) .h2{font-size:1.5rem}:where(.books-plugin) h3,:where(.books-plugin) .h3{font-size:1.25rem}:where(.books-plugin) h4,:where(.books-plugin) .h4{font-size:1rem}:where(.books-plugin) h5,:where(.books-plugin) .h5{font-size:.875rem}:where(.books-plugin) h6,:where(.books-plugin) .h6{font-size:.75rem}}@media (min-width: 577px) and (max-width: 768px){:where(.books-plugin) .col-md-6.col-xl-3{flex:0 0 50%;max-width:50%}}:where(.books-plugin) .bi.fs-1{font-size:2.5rem!important}:where(.books-plugin) .bi.fs-4{font-size:1.5rem!important}:where(.books-plugin) .card .bi.opacity-75{transition:none}:where(.books-plugin) .card:hover .bi.opacity-75{opacity:.9!important}:where(.books-plugin) .modal-backdrop.show{opacity:.5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}:where(.books-plugin) .modal-content{border:none;box-shadow:none}:where(.books-plugin) a:focus-visible,:where(.books-plugin) button:focus-visible,:where(.books-plugin) .btn:focus-visible{outline:2px solid var(--bs-primary);outline-offset:2px}:where(.books-plugin) .skip-to-content{position:absolute;top:-40px;left:0;background:var(--bs-primary);color:#fff;padding:8px;z-index:100}:where(.books-plugin) .skip-to-content:focus{top:0}:where(.books-plugin) .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{:where(.books-plugin) .sidebar,:where(.books-plugin) .btn,:where(.books-plugin) .btn-group,:where(.books-plugin) .navbar{display:none!important}:where(.books-plugin) .card{page-break-inside:avoid;box-shadow:none!important;border:1px solid #dee2e6!important}:where(.books-plugin) .table{font-size:10pt}}:where(.books-plugin) .text-truncate-2{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}:where(.books-plugin) .text-truncate-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}:where(.books-plugin) .smooth-scroll{scroll-behavior:smooth}:where(.books-plugin) .hover-lift{transition:none}:where(.books-plugin) .hover-lift:hover{transform:none;box-shadow:none}:where(.books-plugin) .livewire-transition{transition:none}:where(.books-plugin) [wire-navigate]{cursor:pointer}:where(.books-plugin) .card,:where(.books-plugin) .btn,:where(.books-plugin) .progress-bar{will-change:transform}@media (prefers-reduced-motion: reduce){:where(.books-plugin) *,:where(.books-plugin) *:before,:where(.books-plugin) *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:where(.books-plugin) .vh-60{max-height:60vh}:where(.books-plugin) .h-250px{height:250px}:where(.books-plugin) .mh-200px{max-height:200px;object-fit:contain}:where(.books-plugin) .min-w-45px{min-width:45px}:where(.books-plugin) .font-cairo{font-family:Cairo,sans-serif}:where(.books-plugin) .player-nav-btn,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next{width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--bs-primary);background:transparent;color:var(--bs-primary);font-size:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;flex-shrink:0;flex-grow:0;overflow:hidden;white-space:nowrap}:where(.books-plugin) .player-nav-btn i,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev i,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next i,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev i,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next i{line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1)}:where(.books-plugin) .player-nav-btn:hover:not(:disabled),:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next:hover:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:hover:not(:disabled){background:var(--bs-primary);color:#fff;transform:scale(1.1);box-shadow:0 6px 16px rgba(var(--bs-primary-rgb),.4);border-color:var(--bs-primary)}:where(.books-plugin) .player-nav-btn:hover:not(:disabled) i,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev:hover:not(:disabled) i,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next:hover:not(:disabled) i,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:hover:not(:disabled) i,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:hover:not(:disabled) i{transform:translate(2px)}:where(.books-plugin) .player-nav-btn.player-nav-btn-prev:hover:not(:disabled) i,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev:hover:not(:disabled) i,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:hover:not(:disabled) i{transform:translate(-2px)}:where(.books-plugin) .player-nav-btn:active:not(:disabled),:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev:active:not(:disabled),:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next:active:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:active:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:active:not(:disabled){transform:scale(.95);box-shadow:0 2px 8px rgba(var(--bs-primary-rgb),.3)}:where(.books-plugin) .player-nav-btn:disabled,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev:disabled,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next:disabled,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:disabled,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:disabled{opacity:.3;cursor:not-allowed;border-color:var(--bs-secondary);color:var(--bs-secondary);transform:scale(1)}:where(.books-plugin) .player-nav-btn:focus-visible,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev:focus-visible,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next:focus-visible,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:focus-visible,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:focus-visible{outline:2px solid var(--bs-primary);outline-offset:4px}:where(.books-plugin) .player-nav-btn.is-animating,:where(.books-plugin) .player-nav-container-inline .is-animating.player-nav-btn-prev,:where(.books-plugin) .player-nav-container-inline .is-animating.player-nav-btn-next,:where(.books-plugin) .player-nav-container-side .is-animating.player-nav-btn-prev,:where(.books-plugin) .player-nav-container-side .is-animating.player-nav-btn-next{pointer-events:none;opacity:.5;animation:pulse .5s ease-in-out}:where(.books-plugin) .player-nav-btn.is-animating i,:where(.books-plugin) .player-nav-container-inline .is-animating.player-nav-btn-prev i,:where(.books-plugin) .player-nav-container-inline .is-animating.player-nav-btn-next i,:where(.books-plugin) .player-nav-container-side .is-animating.player-nav-btn-prev i,:where(.books-plugin) .player-nav-container-side .is-animating.player-nav-btn-next i{animation:iconPulse .5s ease-in-out}@media (max-width: 767.98px){:where(.books-plugin) .player-nav-btn,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-prev,:where(.books-plugin) .player-nav-container-inline .player-nav-btn-next,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next{width:44px;min-width:44px;max-width:44px;height:44px;min-height:44px;max-height:44px;font-size:1.125rem}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.7}}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}:where(.books-plugin) .player-nav-btn-prev,:where(.books-plugin) .player-nav-btn-next{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;min-width:48px;max-width:48px;height:48px;min-height:48px;max-height:48px;padding:0;overflow:hidden;border:2px solid var(--bs-primary);border-radius:50%;background:var(--surface-100);box-shadow:0 2px 8px rgb(var(--bs-primary-rgb),.2);font-size:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}:where(.books-plugin) .player-nav-btn-prev i,:where(.books-plugin) .player-nav-btn-prev .bi,:where(.books-plugin) .player-nav-btn-next i,:where(.books-plugin) .player-nav-btn-next .bi{position:relative;z-index:1;font-size:inherit;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1)}:where(.books-plugin) .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) .player-nav-btn-next:hover:not(:disabled){border-color:var(--bs-primary);background:var(--bs-primary);box-shadow:0 6px 16px rgb(var(--bs-primary-rgb),.4);color:#fff;transform:scale(1.1)}:where(.books-plugin) .player-nav-btn-prev:hover:not(:disabled) i,:where(.books-plugin) .player-nav-btn-prev:hover:not(:disabled) .bi,:where(.books-plugin) .player-nav-btn-next:hover:not(:disabled) i,:where(.books-plugin) .player-nav-btn-next:hover:not(:disabled) .bi{transform:translate(0)}:where(.books-plugin) .player-nav-btn-prev:active:not(:disabled),:where(.books-plugin) .player-nav-btn-next:active:not(:disabled){transform:scale(1.05);box-shadow:0 2px 8px rgb(var(--bs-primary-rgb),.3)}:where(.books-plugin) .player-nav-btn-prev:focus-visible,:where(.books-plugin) .player-nav-btn-next:focus-visible{outline:2px solid var(--bs-primary);outline-offset:3px;box-shadow:0 6px 16px rgb(var(--bs-primary-rgb),.4)}:where(.books-plugin) .player-nav-btn-prev:disabled,:where(.books-plugin) .player-nav-btn-next:disabled{border-color:var(--surface-300);background:var(--surface-200);box-shadow:none;color:var(--on-surface-muted);cursor:not-allowed;opacity:.6}:where(.books-plugin) .player-nav-btn-prev:disabled i,:where(.books-plugin) .player-nav-btn-prev:disabled .bi,:where(.books-plugin) .player-nav-btn-next:disabled i,:where(.books-plugin) .player-nav-btn-next:disabled .bi{opacity:.5}:where(.books-plugin) .player-nav-btn-prev.is-animating,:where(.books-plugin) .player-nav-btn-next.is-animating{pointer-events:none;animation:pulse .6s ease-in-out}:where(.books-plugin) .player-nav-btn-prev.is-animating i,:where(.books-plugin) .player-nav-btn-prev.is-animating .bi,:where(.books-plugin) .player-nav-btn-next.is-animating i,:where(.books-plugin) .player-nav-btn-next.is-animating .bi{animation:bounce .6s ease-in-out}:where(.books-plugin) .player-nav-btn-prev:hover:not(:disabled) i,:where(.books-plugin) .player-nav-btn-prev:hover:not(:disabled) .bi{transform:translate(-3px)}:where(.books-plugin) .player-nav-btn-next:hover:not(:disabled) i,:where(.books-plugin) .player-nav-btn-next:hover:not(:disabled) .bi{transform:translate(3px)}:where(.books-plugin) .player-nav-btn-solid,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next{background:var(--bs-primary);color:#fff;border-color:var(--bs-primary);box-shadow:0 2px 8px rgba(var(--bs-primary-rgb),.2)}:where(.books-plugin) .player-nav-btn-solid:hover:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:hover:not(:disabled){background:var(--bs-primary);border-color:var(--bs-primary);transform:scale(1.1) translateY(-2px);box-shadow:0 8px 20px rgba(var(--bs-primary-rgb),.5);filter:brightness(.9)}:where(.books-plugin) .player-nav-btn-solid:active:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:active:not(:disabled),:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:active:not(:disabled){transform:scale(.95) translateY(0);box-shadow:0 2px 8px rgba(var(--bs-primary-rgb),.3);filter:brightness(.95)}:where(.books-plugin) .player-nav-btn-solid:disabled,:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev:disabled,:where(.books-plugin) .player-nav-container-side .player-nav-btn-next:disabled{background:var(--bs-secondary);border-color:var(--bs-secondary);opacity:.4}:where(.books-plugin) .player-nav-container-side{display:flex;align-items:center;gap:1rem;position:relative;flex-wrap:nowrap}:where(.books-plugin) .player-nav-container-side .player-nav-btn-prev{order:-1}:where(.books-plugin) .player-nav-container-side .player-nav-btn-next{order:1}:where(.books-plugin) .player-nav-container-side .player-content{flex:1;min-width:0;overflow:hidden}@media (max-width: 767.98px){:where(.books-plugin) .player-nav-container-side{gap:.5rem}}@media (max-width: 575.98px){:where(.books-plugin) .player-nav-container-side{gap:.25rem}}:where(.books-plugin) .player-nav-container-inline{display:flex;align-items:center;gap:.75rem;position:relative;flex-wrap:nowrap}:where(.books-plugin) .player-nav-container-inline .player-content{flex:1;min-width:0;overflow:hidden}@media (max-width: 767.98px){:where(.books-plugin) .player-nav-container-inline{gap:.5rem}}@media (max-width: 575.98px){:where(.books-plugin) .player-nav-container-inline{gap:.25rem}}[dir=rtl] :where(.books-plugin) .player-nav-btn-prev .bi-chevron-left:before{content:""}[dir=rtl] :where(.books-plugin) .player-nav-btn-next .bi-chevron-right:before{content:""}:where(.books-plugin) [data-bs-theme=dark] .player-nav-btn:hover:not(:disabled),:where(.books-plugin) [data-bs-theme=dark] .player-nav-container-side .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) .player-nav-container-side [data-bs-theme=dark] .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) [data-bs-theme=dark] .player-nav-container-side .player-nav-btn-next:hover:not(:disabled),:where(.books-plugin) .player-nav-container-side [data-bs-theme=dark] .player-nav-btn-next:hover:not(:disabled),:where(.books-plugin) [data-bs-theme=dark] .player-nav-container-inline .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) .player-nav-container-inline [data-bs-theme=dark] .player-nav-btn-prev:hover:not(:disabled),:where(.books-plugin) [data-bs-theme=dark] .player-nav-container-inline .player-nav-btn-next:hover:not(:disabled),:where(.books-plugin) .player-nav-container-inline [data-bs-theme=dark] .player-nav-btn-next:hover:not(:disabled){box-shadow:0 4px 12px rgba(var(--bs-primary-rgb),.5)}:where(.books-plugin) [data-bs-theme=dark] .player-nav-btn-solid,:where(.books-plugin) [data-bs-theme=dark] .player-nav-container-side .player-nav-btn-prev,:where(.books-plugin) .player-nav-container-side [data-bs-theme=dark] .player-nav-btn-prev,:where(.books-plugin) [data-bs-theme=dark] .player-nav-container-side .player-nav-btn-next,:where(.books-plugin) .player-nav-container-side [data-bs-theme=dark] .player-nav-btn-next{box-shadow:0 2px 8px #0000004d}:where(.books-plugin) .player-nav-hint{font-size:.75rem;color:var(--bs-secondary-color);opacity:.7;margin-top:.5rem;text-align:center}:where(.books-plugin) .player-nav-hint kbd{font-size:.7rem;padding:.125rem .375rem}@media (max-width: 767.98px){:where(.books-plugin) .player-nav-hint{font-size:.65rem;display:none}}.books-plugin{--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 2.5rem;--space-2xl: 3rem;--space-3xl: 4rem}:root :where(.books-plugin){--card-shadow: 0 2px 12px rgba(0, 0, 0, .08)}:where(.books-plugin) .w-md-auto{width:auto!important}@media (max-width: 767px){:where(.books-plugin) .w-md-auto{width:100%!important}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}:where(.books-plugin) .fade-in-view{animation:fadeInPage .4s ease-in-out}:where(.books-plugin) .tree-view *{outline:none!important;box-shadow:none!important;border:none!important}:where(.books-plugin) .tree-view .dropdown-divider{border-top:1px solid var(--bs-border-color)!important}:where(.books-plugin) .bi{color:inherit}:where(.books-plugin) .exercise-pane-container .form-select.form-select-sm.py-0{height:2.3rem;line-height:1.25}:where(.books-plugin) .exercise-pane-container .dropdown-menu .form-control.form-control-sm,:where(.books-plugin) .exercise-pane-container .dropdown-menu .form-select.form-select-sm,:where(.books-plugin) .exercise-pane-container .dropdown-menu .order-input.form-control-sm,:where(.books-plugin) .tree-view .dropdown-menu .form-control.form-control-sm,:where(.books-plugin) .tree-view .dropdown-menu .form-select.form-select-sm,:where(.books-plugin) .tree-view .dropdown-menu .order-input.form-control-sm{height:2.3rem;line-height:1.25}:where(.books-plugin) .tree-view .dropdown-menu .order-input{border:1px solid var(--bs-border-color)!important;background-color:var(--bs-body-bg)!important;box-shadow:none!important;width:100%;max-width:120px;text-align:center;transition:all .2s ease}:where(.books-plugin) .tree-view .dropdown-menu .order-input:hover{border-color:var(--bs-primary)!important;background-color:var(--bs-secondary-bg)!important}:where(.books-plugin) .tree-view .dropdown-menu .order-input:focus{border-color:var(--bs-primary)!important;box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.15)!important;background-color:var(--bs-body-bg)!important}:where(.books-plugin) .tree-view{--tree-indent: 32px;--tree-line-color: var(--bs-border-color);--tree-node-hover-bg: var(--bs-secondary-bg);--tree-node-active-bg: var(--bs-primary-bg-subtle);--tree-node-selected-bg: var(--bs-primary);--tree-node-selected-color: var(--bs-white);padding:.5rem}:where(.books-plugin) .tree-item{position:relative}:where(.books-plugin) .tree-item[data-level="0"]{margin-bottom:1rem}:where(.books-plugin) .tree-item[data-level="1"]{margin-bottom:.5rem}:where(.books-plugin) .tree-node{display:flex;align-items:center;justify-content:space-between;padding:.75rem .875rem;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;position:relative}:where(.books-plugin) .tree-node:hover,:where(.books-plugin) .tree-node:focus,:where(.books-plugin) .tree-node:focus-within,:where(.books-plugin) .tree-node:focus-visible,:where(.books-plugin) .tree-node:active,:where(.books-plugin) .tree-node[tabindex]:focus{background-color:var(--tree-node-hover-bg)}:where(.books-plugin) .tree-node-book{font-weight:600;font-size:.95rem;padding:.875rem 1rem;margin-bottom:.5rem}:where(.books-plugin) .tree-node-book.tree-node-active{background-color:var(--tree-node-active-bg)}:where(.books-plugin) .tree-item-chapter{transition:opacity .2s ease,transform .2s ease}:where(.books-plugin) .tree-item-collapsed .tree-item-chapter{opacity:0;transform:translateY(-4px)}:where(.books-plugin) .tree-item-expanded .tree-item-chapter{opacity:1;transform:translateY(0)}:where(.books-plugin) .tree-node-chapter{font-weight:500;font-size:.9rem;margin-left:var(--tree-indent);position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:default!important;-webkit-user-select:none;user-select:none;border-left:2px solid transparent;padding-left:12px}[dir=rtl] :where(.books-plugin) .tree-node-chapter{margin-left:0;margin-right:var(--tree-indent);border-left:none;border-right:2px solid transparent;padding-left:0;padding-right:12px}:where(.books-plugin) .tree-node-chapter:hover:not(.tree-node-selected){background-color:var(--tree-node-hover-bg)}:where(.books-plugin) .tree-node-chapter.tree-node-selected{background-color:var(--tree-node-selected-bg);color:var(--tree-node-selected-color);box-shadow:0 2px 8px #0000001a;border-left-color:var(--bs-primary-border-subtle)}[dir=rtl] :where(.books-plugin) .tree-node-chapter.tree-node-selected{border-left-color:transparent;border-right-color:var(--bs-primary-border-subtle)}:where(.books-plugin) .tree-node-chapter.tree-node-selected:hover{background-color:var(--tree-node-selected-bg)!important;color:var(--tree-node-selected-color)!important}:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-icon,:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-label,:where(.books-plugin) .tree-node-chapter.tree-node-selected .chapter-order,:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-toggle,:where(.books-plugin) .tree-node-chapter.tree-node-selected .chapter-info-icon{color:var(--tree-node-selected-color)}:where(.books-plugin) .chapter-info-icon{color:var(--bs-secondary-color)}:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-toggle,:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-icon{opacity:1}:where(.books-plugin) .tree-node-chapter.tree-node-selected .badge,:where(.books-plugin) .tree-node-chapter.tree-node-selected .chapter-exercise-badge{background-color:#ffffff40!important;color:var(--tree-node-selected-color)!important;border:1px solid rgba(255,255,255,.3)}:where(.books-plugin) .can-reorder .tree-node-chapter .tree-node-content{cursor:grab!important}:where(.books-plugin) .can-reorder .tree-node-chapter:active .tree-node-content{cursor:grabbing!important}:where(.books-plugin) .tree-node-content{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}:where(.books-plugin) .tree-toggle{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);color:inherit;opacity:.7}:where(.books-plugin) .tree-toggle i{font-size:.875rem;color:inherit}:where(.books-plugin) .tree-node:hover .tree-toggle{opacity:.9}:where(.books-plugin) .tree-item-expanded>.tree-node .tree-toggle{transform:rotate(90deg)}[dir=rtl] :where(.books-plugin) .tree-item-expanded>.tree-node .tree-toggle{transform:rotate(-90deg)}[dir=rtl] :where(.books-plugin) .tree-toggle .bi-chevron-right:before{content:""!important}:where(.books-plugin) .tree-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;opacity:.85;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}:where(.books-plugin) .tree-node:hover .tree-icon{opacity:1}:where(.books-plugin) .tree-node-book .tree-icon{font-size:1.1rem}:where(.books-plugin) .tree-node-chapter .tree-icon{opacity:.75}:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-icon{color:var(--tree-node-selected-color);opacity:1}:where(.books-plugin) .tree-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit}:where(.books-plugin) .chapter-order{font-weight:600;margin-inline-end:.25rem;opacity:.7}:where(.books-plugin) .tree-node-chapter.tree-node-selected .chapter-order{color:var(--tree-node-selected-color);opacity:.9}:where(.books-plugin) .chapter-exercise-badge{margin-inline-start:.5rem;font-size:.875rem;padding:.375rem .625rem;vertical-align:middle}:where(.books-plugin) .chapter-exercise-badge i{margin-left:0!important;margin-right:0!important}:where(.books-plugin) .tree-meta{display:flex;align-items:center;gap:.5rem;margin-left:auto;padding-left:.5rem}:where(.books-plugin) .tree-meta .badge{font-size:.75rem;padding:.25rem .5rem}:where(.books-plugin) .tree-actions{display:flex;align-items:center;margin-inline-start:.5rem;opacity:1;transition:opacity .2s ease}:where(.books-plugin) .tree-actions .btn,:where(.books-plugin) .tree-actions .btn:hover,:where(.books-plugin) .tree-actions .btn:focus,:where(.books-plugin) .tree-actions .btn:active{color:inherit}:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-actions .btn,:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-actions .btn:hover,:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-actions .btn:focus,:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-actions .btn:active,:where(.books-plugin) .tree-node-chapter.tree-node-selected .tree-actions .btn i{color:var(--tree-node-selected-color)!important}:where(.books-plugin) .menu-dots-icon{font-size:1.5em}:where(.books-plugin) .tree-actions .dropdown-menu{min-width:160px;text-align:start;z-index:1050}:where(.books-plugin) .tree-item-chapter:has(.dropdown-menu.show){z-index:100;position:relative}[dir=rtl] :where(.books-plugin) .tree-actions .dropdown-menu{padding-inline-end:0!important;padding-inline-start:0!important;list-style:none}:where(.books-plugin) .tree-actions .dropdown-item{font-size:.9rem;display:flex;align-items:center;gap:.5rem}:where(.books-plugin) .tree-actions .dropdown-item i{width:18px;display:inline-block;margin-inline-end:.5rem}:where(.books-plugin) .tree-actions .dropdown-item:hover{background:var(--bs-secondary-bg)}:where(.books-plugin) .tree-actions .dropdown-item.text-danger:hover{background:var(--bs-danger-bg-subtle);color:var(--bs-danger)!important}.books-plugin .exercise-dropdown-menu .dropdown-item,:where(.books-plugin) .exercise-pane-container .dropdown-menu .dropdown-item,.books-plugin .exercise-dropdown-menu .dropdown-item:hover,:where(.books-plugin) .exercise-pane-container .dropdown-menu .dropdown-item:hover{transform:none;transition:none}:where(.books-plugin) .tree-children{margin-top:.5rem;position:relative;padding-bottom:.25rem;overflow:visible;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}:where(.books-plugin) .tree-item-collapsed .tree-children{max-height:0!important;opacity:0;margin-top:0;padding-bottom:0}:where(.books-plugin) .tree-item-expanded .tree-children{max-height:2000px;opacity:1}:where(.books-plugin) .tree-connector{position:absolute;left:-16px;top:0;width:16px;height:100%;display:flex;align-items:center}[dir=rtl] :where(.books-plugin) .tree-connector{left:auto;right:-16px}:where(.books-plugin) .tree-connector:before{content:"";position:absolute;left:0;top:50%;width:12px;height:2px;background-color:var(--tree-line-color);opacity:.5}[dir=rtl] :where(.books-plugin) .tree-connector:before{left:auto;right:0}:where(.books-plugin) .tree-connector:after{content:"";position:absolute;left:0;top:0;width:2px;height:50%;background-color:var(--tree-line-color);opacity:.5}[dir=rtl] :where(.books-plugin) .tree-connector:after{left:auto;right:0}:where(.books-plugin) .tree-item-last .tree-connector:after{height:50%}:where(.books-plugin) .tree-empty{margin-left:var(--tree-indent);padding:1rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem;position:relative;color:var(--bs-secondary);font-style:italic}[dir=rtl] :where(.books-plugin) .tree-empty{margin-left:0;margin-right:var(--tree-indent)}:where(.books-plugin) .tree-empty .tree-connector{left:-12px}[dir=rtl] :where(.books-plugin) .tree-empty .tree-connector{left:auto;right:-12px}:where(.books-plugin) .tree-empty .tree-connector:after{display:none}:where(.books-plugin) .exercises-list{display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0}:where(.books-plugin) .exercise-col{flex:0 0 auto;transition:transform .2s ease;position:relative}:where(.books-plugin) .exercise-col.col-2-layout{width:calc(50% - .5rem)}:where(.books-plugin) .exercise-col.col-3-layout{width:calc(33.333% - .67rem)}@media (max-width: 767px){:where(.books-plugin) .exercise-col.col-2-layout,:where(.books-plugin) .exercise-col.col-3-layout{width:100%}}:where(.books-plugin) .exercise-item{cursor:default!important;-webkit-user-select:none;user-select:none;transition:all .2s ease;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:var(--bs-border-radius);position:relative;overflow:visible!important}:where(.books-plugin) .exercise-item .dropdown,:where(.books-plugin) .exercise-item .btn-group{position:relative;z-index:1000}:where(.books-plugin) .exercise-item .dropdown-toggle{pointer-events:auto;cursor:pointer}:where(.books-plugin) .exercise-item .dropdown-menu{z-index:2050}:where(.books-plugin) .exercise-item.dropdown-open{z-index:2001}:where(.books-plugin) .exercise-item input,:where(.books-plugin) .exercise-item button,:where(.books-plugin) .exercise-item .dropdown-item-text,:where(.books-plugin) .order-input{pointer-events:auto!important;-webkit-user-select:text!important;user-select:text!important}:where(.books-plugin) .exercise-item input,:where(.books-plugin) .order-input,:where(.books-plugin) input[type=number].order-input{cursor:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important}:where(.books-plugin) .exercise-item button{cursor:pointer!important}:where(.books-plugin) .dropdown-item-text{cursor:default!important;padding-left:1rem;padding-right:1rem}:where(.books-plugin) .exercise-pane-container .btn-group{display:flex;gap:0;box-shadow:0 1px 3px #0000001a}:where(.books-plugin) .exercise-pane-container .btn-group .btn{flex:0 0 auto;min-width:0;white-space:nowrap;transition:all .2s ease;border-radius:0}:where(.books-plugin) .exercise-pane-container .btn-group .btn:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}:where(.books-plugin) .exercise-pane-container .btn-group .btn:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}[dir=rtl] :where(.books-plugin) .exercise-pane-container .btn-group .btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}[dir=rtl] :where(.books-plugin) .exercise-pane-container .btn-group .btn:last-child{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}:where(.books-plugin) .exercise-pane-container .btn-group .btn-primary{font-weight:600}:where(.books-plugin) .exercise-pane-container .btn-group .btn-outline-primary:hover{transform:none}@media (max-width: 767px){:where(.books-plugin) .exercise-pane-container .btn-group{width:100%;display:flex}:where(.books-plugin) .exercise-pane-container .btn-group .btn{flex:1 1 0;min-width:0}}:where(.books-plugin) .dropdown-menu .btn-group{display:flex;flex-wrap:wrap;gap:0}:where(.books-plugin) .dropdown-menu .btn-group .btn{flex:1 1 auto;min-width:0;white-space:nowrap;font-size:.8rem;padding:.5rem .75rem;transition:all .2s ease;border-radius:0}:where(.books-plugin) .dropdown-menu .btn-group .btn:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}:where(.books-plugin) .dropdown-menu .btn-group .btn:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}[dir=rtl] :where(.books-plugin) .dropdown-menu .btn-group .btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}[dir=rtl] :where(.books-plugin) .dropdown-menu .btn-group .btn:last-child{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}:where(.books-plugin) .dropdown-menu .btn-group .btn i{font-size:.9rem}:where(.books-plugin) .dropdown-menu .btn-group .btn-primary{font-weight:600}@media (max-width: 400px){:where(.books-plugin) .dropdown-menu .btn-group{flex-direction:column}:where(.books-plugin) .dropdown-menu .btn-group .btn{width:100%;border-radius:.375rem!important;margin-bottom:.25rem}:where(.books-plugin) .dropdown-menu .btn-group .btn:last-child{margin-bottom:0}}:where(.books-plugin) .chapter-content-container{animation:fadeIn .4s ease-in-out;transition:opacity .3s ease-in-out;will-change:opacity;overflow-y:auto;overflow-x:visible;scroll-behavior:smooth;padding:1rem;margin-top:1rem;scrollbar-width:auto;scrollbar-color:var(--bs-border-color) var(--bs-secondary-bg)}:where(.books-plugin) .chapter-content-container::-webkit-scrollbar{width:12px}:where(.books-plugin) .chapter-content-container::-webkit-scrollbar-track{background:var(--bs-secondary-bg);border-radius:6px;margin:4px 0}:where(.books-plugin) .chapter-content-container::-webkit-scrollbar-thumb{background:var(--bs-border-color);border-radius:6px;border:2px solid var(--bs-secondary-bg);transition:background .2s ease}:where(.books-plugin) .chapter-content-container::-webkit-scrollbar-thumb:hover{background:var(--bs-secondary)}:where(.books-plugin) .chapter-content-container::-webkit-scrollbar-thumb:active{background:var(--bs-primary)}:where(.books-plugin) .chapter-content-container.transitioning{opacity:0}:where(.books-plugin) .chapter-content-container[wire\:loading]{opacity:.4;pointer-events:none;transition:opacity .3s ease}:where(.books-plugin) .chapter-content-container[wire\:loading\.delay]{opacity:1}:where(.books-plugin) .chapter-content-container[wire\:loading] .loading-overlay{opacity:.8;pointer-events:auto}:where(.books-plugin) .loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--bs-body-bg);opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}:where(.books-plugin) .loading-spinner{width:40px;height:40px;border:3px solid var(--bs-border-color);border-top-color:var(--bs-primary);border-radius:50%;animation:spin .8s linear infinite}:where(.books-plugin) .empty-state{padding:4rem 2rem;animation:fadeIn .5s cubic-bezier(.4,0,.2,1)}:where(.books-plugin) .empty-state-icon{width:100px;height:100px;margin:0 auto;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1);animation:float 3s ease-in-out infinite}:where(.books-plugin) .empty-state:hover .empty-state-icon{opacity:.8;transform:scale(1.05)}:where(.books-plugin) .empty-state-icon i{font-size:48px}:where(.books-plugin) .chapter-header-content{animation:fadeIn .3s ease-in-out}:where(.books-plugin) .exercise-dropdown-menu{max-width:200px}:where(.books-plugin) .exercise-pane-container{overflow:visible!important}:where(.books-plugin) .badge:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 8px #0000001a}:where(.books-plugin) .tree-node .badge,:where(.books-plugin) .card-header .badge{animation:badgePulse .5s cubic-bezier(.4,0,.2,1)}:where(.books-plugin) .dropdown-item-text .order-input{width:100%;max-width:120px;text-align:center;border:1px solid var(--bs-border-color);background-color:var(--bs-body-bg);transition:all .2s ease}:where(.books-plugin) .order-input::-webkit-inner-spin-button,:where(.books-plugin) .order-input::-webkit-outer-spin-button,:where(.books-plugin) input[type=number].order-input::-webkit-inner-spin-button,:where(.books-plugin) input[type=number].order-input::-webkit-outer-spin-button{opacity:1;cursor:pointer;height:auto;-webkit-appearance:auto}:where(.books-plugin) input[type=number].order-input{-moz-appearance:textfield;-webkit-appearance:auto;appearance:auto}:where(.books-plugin) .dropdown-item-text .order-input:hover{border-color:var(--bs-primary);background-color:var(--bs-secondary-bg)}:where(.books-plugin) .dropdown-item-text .order-input:focus{border-color:var(--bs-primary);box-shadow:0 0 0 .25rem rgba(var(--bs-primary-rgb),.15);background-color:var(--bs-body-bg)}:where(.books-plugin) .exercise-meta{padding:.75rem 0;border-top:1px solid var(--bs-border-color);border-bottom:1px solid var(--bs-border-color)}:where(.books-plugin) .meta-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem}:where(.books-plugin) .meta-item i{font-size:1.1rem}:where(.books-plugin) .exercise-hint-truncate{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4}:where(.books-plugin) .exercise-title-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}:where(.books-plugin) .shadow-sm{box-shadow:var(--card-shadow)!important}:where(.books-plugin) .exercise-group{margin-bottom:2rem}:where(.books-plugin) .exercise-group .section-header{padding:.75rem 1rem;background:var(--bs-secondary-bg);border-radius:8px;border-bottom:2px solid var(--bs-border-color)}:where(.books-plugin) .exercise-group .section-header h6{color:var(--bs-body-color);font-size:.95rem;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}:where(.books-plugin) .exercise-group .section-header h6>span:first-child{overflow:hidden;text-overflow:ellipsis}:where(.books-plugin) .exercise-group .section-header h6 .text-truncate{display:inline-block;max-width:150px;vertical-align:middle}@media (max-width: 576px){:where(.books-plugin) .exercise-group .section-header h6 .text-truncate{max-width:100px}}@media (min-width: 768px){:where(.books-plugin) .exercise-group .section-header h6 .text-truncate{max-width:200px}}:where(.books-plugin) .exercise-group .section-header .bi-chevron-right{font-size:.75rem;opacity:.6}[dir=rtl] :where(.books-plugin) .exercise-group .section-header .bi-chevron-right:before{content:""!important}[dir=rtl] :where(.books-plugin) .modal .bi-chevron-right:before{content:""!important}:where(.books-plugin) .flashcard-editor,:where(.books-plugin) .word-image-match-editor,:where(.books-plugin) .word-translation-editor,:where(.books-plugin) .fill-in-blank-editor,:where(.books-plugin) .synonym-antonym-editor,:where(.books-plugin) .drag-drop-letters-editor,:where(.books-plugin) .letter-coloring-editor,:where(.books-plugin) .spelling-practice-editor,:where(.books-plugin) .multiple-choice-editor{border:2px dashed var(--bs-border-color);border-radius:12px;padding:1.5rem;background:var(--bs-secondary-bg)}:where(.books-plugin) .flashcard-list,:where(.books-plugin) .word-image-list,:where(.books-plugin) .word-pairs-list,:where(.books-plugin) .spelling-practice-list,:where(.books-plugin) .words-list,:where(.books-plugin) .drag-items-list,:where(.books-plugin) .drop-zones-list{max-height:500px;overflow-y:auto;padding-right:.5rem}:where(.books-plugin) .flashcard-list::-webkit-scrollbar,:where(.books-plugin) .word-image-list::-webkit-scrollbar,:where(.books-plugin) .word-pairs-list::-webkit-scrollbar,:where(.books-plugin) .spelling-practice-list::-webkit-scrollbar,:where(.books-plugin) .words-list::-webkit-scrollbar,:where(.books-plugin) .drag-items-list::-webkit-scrollbar,:where(.books-plugin) .drop-zones-list::-webkit-scrollbar{width:8px}:where(.books-plugin) .flashcard-list::-webkit-scrollbar-track,:where(.books-plugin) .word-image-list::-webkit-scrollbar-track,:where(.books-plugin) .word-pairs-list::-webkit-scrollbar-track,:where(.books-plugin) .spelling-practice-list::-webkit-scrollbar-track,:where(.books-plugin) .words-list::-webkit-scrollbar-track,:where(.books-plugin) .drag-items-list::-webkit-scrollbar-track,:where(.books-plugin) .drop-zones-list::-webkit-scrollbar-track{background:var(--bs-secondary-bg);border-radius:4px}:where(.books-plugin) .flashcard-list::-webkit-scrollbar-thumb,:where(.books-plugin) .word-image-list::-webkit-scrollbar-thumb,:where(.books-plugin) .word-pairs-list::-webkit-scrollbar-thumb,:where(.books-plugin) .spelling-practice-list::-webkit-scrollbar-thumb,:where(.books-plugin) .words-list::-webkit-scrollbar-thumb,:where(.books-plugin) .drag-items-list::-webkit-scrollbar-thumb,:where(.books-plugin) .drop-zones-list::-webkit-scrollbar-thumb{background:var(--bs-border-color);border-radius:4px}:where(.books-plugin) .flashcard-list::-webkit-scrollbar-thumb:hover,:where(.books-plugin) .word-image-list::-webkit-scrollbar-thumb:hover,:where(.books-plugin) .word-pairs-list::-webkit-scrollbar-thumb:hover,:where(.books-plugin) .spelling-practice-list::-webkit-scrollbar-thumb:hover,:where(.books-plugin) .words-list::-webkit-scrollbar-thumb:hover,:where(.books-plugin) .drag-items-list::-webkit-scrollbar-thumb:hover,:where(.books-plugin) .drop-zones-list::-webkit-scrollbar-thumb:hover{background:var(--bs-secondary)}:where(.books-plugin) .flashcard-item .card-header,:where(.books-plugin) .word-image-item .card-header{border-bottom:2px solid var(--bs-border-color);padding:.75rem 1rem}:where(.books-plugin) .flashcard-item .card-body,:where(.books-plugin) .word-image-item .card-body{padding:1.25rem}:where(.books-plugin) .flashcard-item .img-thumbnail,:where(.books-plugin) .word-image-item .img-thumbnail{border:2px solid var(--bs-border-color);border-radius:8px;padding:.25rem}:where(.books-plugin) .flashcard-item .form-label .bi-flag{color:#dc3545}:where(.books-plugin) .flashcard-item .form-label .bi-translate{color:#0d6efd}@media (max-width: 992px){:where(.books-plugin) .empty-state{padding:3rem 1rem}:where(.books-plugin) .empty-state-icon{width:80px;height:80px}:where(.books-plugin) .empty-state-icon i{font-size:36px}}@media (max-width: 768px){:where(.books-plugin) .meta-item{font-size:.85rem}}[dir=rtl] :where(.books-plugin) .card-title,[dir=rtl] :where(.books-plugin) .section-title,[dir=rtl] :where(.books-plugin) .modal-title{text-align:right}[dir=rtl] :where(.books-plugin) .bi.me-1,[dir=rtl] :where(.books-plugin) i.me-1{margin-right:0!important;margin-left:.25rem!important}[dir=rtl] :where(.books-plugin) .bi.me-2,[dir=rtl] :where(.books-plugin) i.me-2{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] :where(.books-plugin) .bi.me-3,[dir=rtl] :where(.books-plugin) i.me-3{margin-right:0!important;margin-left:1rem!important}[dir=rtl] :where(.books-plugin) .bi.ms-1,[dir=rtl] :where(.books-plugin) i.ms-1{margin-left:0!important;margin-right:.25rem!important}[dir=rtl] :where(.books-plugin) .bi.ms-2,[dir=rtl] :where(.books-plugin) i.ms-2{margin-left:0!important;margin-right:.5rem!important}[dir=rtl] :where(.books-plugin) .bi.ms-3,[dir=rtl] :where(.books-plugin) i.ms-3{margin-left:0!important;margin-right:1rem!important}[dir=rtl] :where(.books-plugin) body,[dir=rtl] :where(.books-plugin) .card-title,[dir=rtl] :where(.books-plugin) .btn,[dir=rtl] :where(.books-plugin) .badge{font-family:Cairo,Tajawal,Almarai,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:where(.books-plugin) .btn [class*=bi-arrows-angle-expand],:where(.books-plugin) .btn [class*=bi-layout-sidebar]{transition:transform .2s ease}:where(.books-plugin) .btn:hover [class*=bi-arrows-angle-expand]{transform:scale(1.15)}:where(.books-plugin) .btn:hover [class*=bi-layout-sidebar]{transform:scale(1.15)}:where(.books-plugin) .exercise-item:has(.badge.bg-danger){opacity:.7;border:2px dashed var(--bs-danger)!important;background-color:var(--bs-danger-bg-subtle)}:where(.books-plugin) .exercise-item:has(.badge.bg-danger):hover{opacity:.85;box-shadow:0 4px 12px rgba(var(--bs-danger-rgb),.2)}:where(.books-plugin) .badge.bg-danger{font-size:.7rem}:where(.books-plugin) .dropdown-item.text-success{color:var(--bs-success)!important}:where(.books-plugin) .dropdown-item.text-success:hover{background-color:var(--bs-success-bg-subtle);color:var(--bs-success-text-emphasis)!important}:where(.books-plugin) .dropdown-item.text-success i{color:inherit}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0) scale(1)}40%{opacity:.3;transform:translate(-50%) scale(.9)}50%{opacity:0;transform:translate(-100%) scale(.8)}51%{opacity:0;transform:translate(100%) scale(.8)}60%{opacity:.3;transform:translate(50%) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0) scale(1)}40%{opacity:.3;transform:translate(50%) scale(.9)}50%{opacity:0;transform:translate(100%) scale(.8)}51%{opacity:0;transform:translate(-100%) scale(.8)}60%{opacity:.3;transform:translate(-50%) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes pulse-hint{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@keyframes audioBounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.books-plugin{--visual-display-min-height: auto;--visual-display-min-height-md: auto;--visual-display-min-height-sm: auto;--visual-display-img-max-height: 200px;--visual-display-img-max-height-md: 140px;--visual-display-img-max-height-sm: 120px;--player-slide-duration: .5s}.books-plugin .player-header{margin-bottom:var(--spacing-6, 1.5rem)}@media (max-width: 768px){.books-plugin .player-header{margin-bottom:1rem}}@media (max-width: 480px){.books-plugin .player-header{margin-bottom:.75rem}}.books-plugin .progress-container{margin-bottom:var(--spacing-6, 1.5rem)}@media (max-width: 768px){.books-plugin .progress-container{margin-bottom:1rem}}@media (max-width: 480px){.books-plugin .progress-container{margin-bottom:.75rem}}.books-plugin .progress-label{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:var(--font-weight-medium, 500);opacity:.85;font-family:Amiri,Dubai,Segoe UI,serif}@media (max-width: 768px){.books-plugin .progress-label{margin-bottom:.375rem;font-size:.875rem}}@media (max-width: 480px){.books-plugin .progress-label{margin-bottom:.25rem}}.books-plugin .progress-percentage{font-weight:700;color:var(--bs-success, #10b981);font-variant-numeric:tabular-nums}.books-plugin .progress{height:8px;background:var(--bs-secondary-bg, var(--surface-200));border-radius:var(--radius-lg, 1rem);overflow:hidden}.books-plugin .progress-bar{height:100%;transition:width var(--transition-base, .6s ease)}.books-plugin .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}@media (max-width: 992px){.books-plugin .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.books-plugin .stats-grid{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1rem}}@media (max-width: 480px){.books-plugin .stats-grid{gap:.25rem;margin-bottom:.75rem}}.books-plugin .stat-card{background:var(--bs-body-bg);border:1px solid var(--bs-border-color);border-radius:.5rem;padding:1rem;display:grid;direction:ltr;grid-template-columns:1fr 1fr;grid-template-areas:"icon value" "label label";align-items:center;justify-items:center;gap:.25rem .75rem;transition:transform .2s ease}.books-plugin .stat-card>.stat-icon{grid-area:icon;justify-self:start;width:auto;height:auto}.books-plugin .stat-card>.stat-content{display:contents}.books-plugin .stat-card .stat-value{grid-area:value;justify-self:end}.books-plugin .stat-card .stat-label{grid-area:label;text-align:center}.books-plugin .stat-card:hover{transform:translateY(-2px)}@media (max-width: 768px){.books-plugin .stat-card{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;padding:.5rem .25rem;gap:.25rem!important;min-height:60px}.books-plugin .stat-card>*{display:block!important;text-align:center!important}}@media (max-width: 480px){.books-plugin .stat-card{padding:.375rem .25rem;min-height:55px}}.books-plugin .stat-icon{font-size:1.5rem;opacity:.75}@media (max-width: 768px){.books-plugin .stat-icon{font-size:1.25rem;margin:0!important}}@media (max-width: 480px){.books-plugin .stat-icon{font-size:1.125rem}}.books-plugin .stat-content{flex:1}@media (max-width: 768px){.books-plugin .stat-content{display:flex!important;flex-direction:column!important;align-items:center!important;gap:0!important}}.books-plugin .stat-value{font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.125rem}@media (max-width: 768px){.books-plugin .stat-value{font-size:1.125rem;font-weight:600;margin-bottom:0}}@media (max-width: 480px){.books-plugin .stat-value{font-size:1rem}}.books-plugin .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.3px;opacity:.75}@media (max-width: 768px){.books-plugin .stat-label{display:none!important}}.books-plugin .stat-success .stat-icon,.books-plugin .stat-success .stat-value{color:#10b981}.books-plugin .stat-warning .stat-icon,.books-plugin .stat-warning .stat-value{color:#06b6d4}.books-plugin .stat-secondary .stat-icon,.books-plugin .stat-secondary .stat-value{color:var(--bs-indigo, #6366f1)}.books-plugin .stat-danger .stat-icon,.books-plugin .stat-danger .stat-value{color:#ef4444}.books-plugin .stat-info .stat-icon,.books-plugin .stat-info .stat-value,.books-plugin .stat-gold,.books-plugin .stat-gold .stat-icon,.books-plugin .stat-gold .stat-value{color:#fbbf24;font-weight:700}.books-plugin .stat-viewed .stat-icon,.books-plugin .stat-viewed .stat-value{color:#10b981}.books-plugin .stat-review .stat-icon,.books-plugin .stat-review .stat-value{color:#f59e0b}.books-plugin .stat-new .stat-icon,.books-plugin .stat-new .stat-value{color:var(--bs-indigo, #6366f1)}@media (prefers-reduced-motion: reduce){.books-plugin .stat-card:hover{transform:none}}.books-plugin .player-nav-container-inline{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;width:100%}.books-plugin .player-content{flex:1;min-width:0;overflow:hidden}.books-plugin .player-nav-btn-prev,.books-plugin .player-nav-btn-next{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;flex-shrink:0;border:2px solid var(--bs-primary, #0d6efd)!important;border-radius:50%!important;display:flex!important;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0 8px;overflow:hidden;background:transparent;color:var(--bs-primary, #0d6efd);transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);font-size:20px;box-shadow:0 2px 8px #0d6efd33}@media (max-width: 767.98px){.books-plugin .player-nav-btn-prev,.books-plugin .player-nav-btn-next{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;margin:0 6px;font-size:18px}}@media (max-width: 575.98px){.books-plugin .player-nav-btn-prev,.books-plugin .player-nav-btn-next{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;margin:0 4px;font-size:16px}}.books-plugin .player-nav-btn-prev i,.books-plugin .player-nav-btn-next i{position:relative;z-index:1;font-size:inherit;line-height:1;transition:transform .3s cubic-bezier(.4,0,.2,1)}.books-plugin .player-nav-btn-prev:hover:not(:disabled):not(.is-animating),.books-plugin .player-nav-btn-next:hover:not(:disabled):not(.is-animating){background:var(--bs-primary, #0d6efd)!important;color:#fff!important;transform:scale(1.1);box-shadow:0 6px 16px #0d6efd66}.books-plugin .player-nav-btn-prev:active:not(:disabled):not(.is-animating),.books-plugin .player-nav-btn-next:active:not(:disabled):not(.is-animating){transform:scale(1.05);box-shadow:0 2px 8px #0d6efd4d}.books-plugin .player-nav-btn-prev:disabled,.books-plugin .player-nav-btn-prev.is-animating,.books-plugin .player-nav-btn-next:disabled,.books-plugin .player-nav-btn-next.is-animating{opacity:.6;cursor:not-allowed;background:var(--surface-200, #f8f9fa)!important;border-color:var(--surface-300, #dee2e6)!important;color:var(--on-surface-muted, #6c757d)!important;transform:scale(1);box-shadow:none}.books-plugin .player-nav-btn-prev:focus-visible,.books-plugin .player-nav-btn-next:focus-visible{outline:2px solid var(--bs-primary, #0d6efd);outline-offset:3px}.books-plugin .player-nav-btn-prev:hover:not(:disabled) i{transform:translate(-3px)}.books-plugin .player-nav-btn-next:hover:not(:disabled) i{transform:translate(3px)}[dir=rtl] .books-plugin .player-nav-btn-prev .bi-chevron-left:before{content:""}[dir=rtl] .books-plugin .player-nav-btn-next .bi-chevron-right:before{content:""}[dir=rtl] .books-plugin .player-nav-btn-prev:hover:not(:disabled) i{transform:translate(3px)}[dir=rtl] .books-plugin .player-nav-btn-next:hover:not(:disabled) i{transform:translate(-3px)}.books-plugin .slider-counter-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;background:var(--bs-secondary-bg);border-radius:.375rem;min-height:60px}@media (max-width: 768px){.books-plugin .slider-counter-center{padding:.5rem .375rem;min-height:50px}}@media (max-width: 480px){.books-plugin .slider-counter-center{padding:.375rem .25rem;min-height:44px}}.books-plugin .slider-counter{font-size:2rem;font-weight:700;color:var(--bs-body-color);text-align:center;line-height:1;font-family:Amiri,Dubai,Segoe UI,serif!important;font-variant-numeric:tabular-nums}@media (max-width: 768px){.books-plugin .slider-counter{font-size:1.5rem}}@media (max-width: 480px){.books-plugin .slider-counter{font-size:1.25rem}}@media (prefers-reduced-motion: reduce){.books-plugin .player-nav-btn-prev,.books-plugin .player-nav-btn-next{transition:none}.books-plugin .player-nav-btn-prev:hover:not(:disabled):not(.is-animating),.books-plugin .player-nav-btn-next:hover:not(:disabled):not(.is-animating){transform:none}.books-plugin .player-nav-btn-prev i,.books-plugin .player-nav-btn-next i{transition:none}}.books-plugin .item-number-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);z-index:100;min-width:56px;height:36px;padding:0 .75rem;background:var(--bs-primary);color:var(--bs-white);border-radius:2rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;border:3px solid var(--bs-body-bg)}@media (max-width: 768px){.books-plugin .item-number-badge{min-width:48px;height:30px;font-size:.875rem;top:-10px}}@media (max-width: 480px){.books-plugin .item-number-badge{min-width:44px;height:28px;font-size:.8125rem;top:-9px}}.books-plugin .item-number-badge-active{background:var(--bs-primary)}.books-plugin .card-border-correct{border-color:var(--bs-success, #198754);box-shadow:0 0 0 3px #1987541a}.books-plugin .card-border-warning{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.books-plugin .card-border-locked{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.books-plugin .card-border-skipped{border-color:var(--bs-indigo, #6366f1);box-shadow:0 0 0 3px #6366f11a}.books-plugin .card-border-known{border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf241a}.books-plugin .card-border-review{border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a}.books-plugin .item-bottom-actions{position:absolute;bottom:-2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;padding:.375rem .625rem;background:#000000d9;border-radius:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}@media (max-width: 768px){.books-plugin .item-bottom-actions{gap:.375rem;padding:.375rem .5rem;bottom:-1.5rem}}@media (max-width: 480px){.books-plugin .item-bottom-actions{gap:.25rem;padding:.25rem .5rem;bottom:-1.25rem}}@media (hover: none){.books-plugin .item-bottom-actions{display:flex!important;opacity:.92}}.books-plugin .action-btn{position:relative;width:40px;height:40px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,filter .2s ease;font-size:1.1rem;background:transparent}.books-plugin .action-btn:hover:not(:disabled){transform:scale(1.05)}.books-plugin .action-btn:active:not(:disabled){transform:scale(.95)}.books-plugin .action-btn:disabled{opacity:.3;cursor:not-allowed;transform:scale(1)}.books-plugin .action-btn:focus-visible{outline:2px solid #ffd700;outline-offset:3px}.books-plugin .action-btn[aria-pressed=true]:after{content:"";position:absolute;top:2px;inset-inline-end:2px;width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 4px currentColor}@media (max-width: 768px){.books-plugin .action-btn{width:36px;height:36px;font-size:1rem}}@media (max-width: 480px){.books-plugin .action-btn{width:34px;height:34px;font-size:.9375rem}}.books-plugin .action-hint{color:gold}.books-plugin .action-hint:hover:not(:disabled){filter:brightness(1.2) drop-shadow(0 0 8px #ffd700)}.books-plugin .action-skip{color:#fff}.books-plugin .action-skip:hover:not(:disabled){filter:brightness(1.2) drop-shadow(0 0 8px white)}.books-plugin .action-review{color:var(--bs-warning, #fbbf24)}.books-plugin .action-review:hover:not(:disabled){filter:brightness(1.2) drop-shadow(0 0 8px var(--bs-warning, #fbbf24))}.books-plugin .action-mastered{color:var(--bs-warning, #ffd700)}.books-plugin .action-mastered:hover:not(:disabled){filter:brightness(1.2) drop-shadow(0 0 8px var(--bs-warning, #ffd700))}.books-plugin .action-speak{color:#60a5fa}.books-plugin .action-speak:hover:not(:disabled){filter:brightness(1.2) drop-shadow(0 0 8px #60a5fa)}@media (prefers-reduced-motion: reduce){.books-plugin .action-btn{transition:none}.books-plugin .action-btn:hover:not(:disabled),.books-plugin .action-btn:active:not(:disabled){transform:none}}@media (prefers-reduced-transparency: reduce){.books-plugin .item-bottom-actions{-webkit-backdrop-filter:none;backdrop-filter:none;background:#000000f2}}.books-plugin .mode-display-container{min-height:auto;display:flex;align-items:center;justify-content:center;background:var(--bs-body-bg);border-radius:1rem;padding:.5rem;transition:background-color .3s ease}[data-bs-theme=dark] .books-plugin .mode-display-container{background:rgba(var(--bs-body-bg-rgb),.5)}@media (max-width: 768px){.books-plugin .mode-display-container{padding:.5rem;margin-bottom:.75rem}}@media (max-width: 480px){.books-plugin .mode-display-container{padding:.375rem;margin-bottom:.5rem}}.books-plugin .mode-content{width:100%;max-width:600px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem}.books-plugin .mode-content.audio-mode{padding:2rem 1rem}.books-plugin .audio-mode .audio-player-wrapper{display:flex;justify-content:center;align-items:center}.books-plugin .mode-instruction{font-size:.875rem;font-weight:500;opacity:.85}.books-plugin .visual-mode .visual-display{width:100%;min-height:var(--visual-display-min-height);display:flex;align-items:center;justify-content:center;border-radius:.75rem;overflow:hidden;padding:1rem 0}@media (max-width: 768px){.books-plugin .visual-mode .visual-display{min-height:var(--visual-display-min-height-md);padding:.5rem 0}}@media (max-width: 480px){.books-plugin .visual-mode .visual-display{min-height:var(--visual-display-min-height-sm);padding:.375rem 0}}.books-plugin .visual-mode .image-display img{max-height:var(--visual-display-img-max-height);max-width:100%;width:auto;height:auto;object-fit:contain;border-radius:.5rem}@media (max-width: 768px){.books-plugin .visual-mode .image-display img{max-height:var(--visual-display-img-max-height-md)}}@media (max-width: 480px){.books-plugin .visual-mode .image-display img{max-height:var(--visual-display-img-max-height-sm)}}.books-plugin .visual-mode .image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem;background:var(--bs-secondary-bg);border:2px dashed var(--bs-border-color);border-radius:.5rem;min-height:200px;width:100%}@media (max-width: 768px){.books-plugin .visual-mode .image-placeholder{min-height:140px;padding:1rem}}@media (max-width: 480px){.books-plugin .visual-mode .image-placeholder{min-height:120px;padding:.75rem}}.books-plugin .visual-mode .placeholder-icon{font-size:4rem;color:var(--bs-secondary-color);opacity:.5}@media (max-width: 480px){.books-plugin .visual-mode .placeholder-icon{font-size:3rem}}.books-plugin .visual-mode .placeholder-text{margin:0;color:var(--bs-secondary-color);font-size:.95rem}.books-plugin .visual-mode .placeholder-word{color:var(--bs-body-color);font-weight:600}.books-plugin .visual-mode .word-display{padding:2rem;width:100%}.books-plugin .visual-mode .display-word{margin:0;font-size:4.5rem;font-weight:700;color:var(--bs-body-color);font-family:Amiri,Dubai,Segoe UI,serif!important;line-height:1.2}@media (max-width: 768px){.books-plugin .visual-mode .display-word{font-size:3.4rem}}@media (max-width: 480px){.books-plugin .visual-mode .display-word{font-size:3rem}}.books-plugin .visual-mode .display-word.placeholder-dots{color:#999;letter-spacing:.5rem;animation:pulse 2s ease-in-out infinite}.books-plugin .visual-mode .placeholder-dots:not(.display-word){animation:pulse 2s ease-in-out infinite}.books-plugin .audio-mode .audio-player-wrapper{margin-bottom:1rem}.books-plugin .audio-play-btn{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:var(--bs-primary);border:none;border-radius:50%;color:#fff;font-size:2rem;cursor:pointer;transition:background .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,opacity .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0d6efd40}@media (max-width: 768px){.books-plugin .audio-play-btn{width:64px;height:64px;font-size:1.75rem}}@media (max-width: 480px){.books-plugin .audio-play-btn{width:56px;height:56px;font-size:1.5rem}}.books-plugin .audio-play-btn.audio-play-btn-bounce{animation:audioBounce .5s ease-in-out infinite}.books-plugin .audio-play-btn.is-played:not(.is-playing){animation:none}.books-plugin .audio-play-btn:hover:not(:disabled){transform:scale(1.08);animation:none;box-shadow:0 6px 18px #0d6efd59}.books-plugin .audio-play-btn:active:not(:disabled){transform:scale(.95)}.books-plugin .audio-play-btn.is-playing{background:linear-gradient(135deg,#10b981,#059669);animation:none}.books-plugin .audio-play-btn:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}.books-plugin .audio-play-btn:focus-visible{outline:3px solid var(--bs-primary);outline-offset:4px}.books-plugin .audio-play-btn i{line-height:1}.books-plugin .audio-error{margin-top:.5rem;font-size:.8125rem;color:var(--bs-danger, #ef4444);display:inline-flex;align-items:center;gap:.35rem}.books-plugin .audio-error i{font-size:.9rem}.books-plugin .practice-card{display:none;position:relative;background:var(--bs-body-bg);border:3px solid var(--bs-border-color);border-radius:1rem;overflow:visible;margin-bottom:2rem;transition:border-color .3s ease,box-shadow .3s ease}.books-plugin .practice-card.practice-card-active{display:block}.books-plugin .practice-card.is-animating{pointer-events:none}@media (max-width: 768px){.books-plugin .practice-card{border-radius:.75rem;margin-bottom:1.5rem}}@media (max-width: 480px){.books-plugin .practice-card{border-radius:.5rem;margin-bottom:1rem}}.books-plugin .practice-content{padding:1.5rem 1.5rem 1.25rem}@media (max-width: 768px){.books-plugin .practice-content{padding:1rem 1rem .875rem}}@media (max-width: 480px){.books-plugin .practice-content{padding:.75rem .75rem .625rem}}.books-plugin .slide-left,.books-plugin .slide-right{pointer-events:none;will-change:transform,opacity}.books-plugin .slide-left{animation:slideOutLeft var(--player-slide-duration) cubic-bezier(.4,0,.2,1)}.books-plugin .slide-right,[dir=rtl] .books-plugin .slide-left{animation:slideOutRight var(--player-slide-duration) cubic-bezier(.4,0,.2,1)}[dir=rtl] .books-plugin .slide-right{animation:slideOutLeft var(--player-slide-duration) cubic-bezier(.4,0,.2,1)}.books-plugin .word-translation-hint{margin-bottom:1rem;padding:.5rem 1rem;text-align:center}.books-plugin .word-translation-hint .text-muted{color:var(--bs-secondary, #6c757d)!important}@media (max-width: 768px){.books-plugin .word-translation-hint{margin-top:.75rem;margin-bottom:.75rem;padding:.375rem .75rem;font-size:.875rem}}@media (max-width: 480px){.books-plugin .word-translation-hint{margin-top:.5rem;margin-bottom:.5rem;padding:.375rem .5rem;font-size:.8125rem}}.books-plugin .word-example-hint{margin-top:.5rem;margin-bottom:1rem;padding:.5rem 1rem;background:rgba(var(--bs-success-rgb, 25, 135, 84),.06);border-inline-start:3px solid var(--bs-success, #198754);border-radius:.25rem;text-align:center;font-size:.9rem;font-style:italic}.books-plugin .word-example-hint .text-muted{color:var(--bs-secondary, #6c757d)!important}@media (max-width: 768px){.books-plugin .word-example-hint{margin-top:.75rem;margin-bottom:.75rem;padding:.375rem .75rem;font-size:.875rem}}@media (max-width: 480px){.books-plugin .word-example-hint{margin-top:.5rem;margin-bottom:.5rem;padding:.375rem .5rem;font-size:.8125rem}}.books-plugin .sentence-translation-row{margin-top:1rem;padding:.5rem 0;font-size:1.25rem;font-style:italic;color:inherit;font-family:Amiri,Dubai,Segoe UI,serif!important}.books-plugin .sentence-translation-row .text-muted{color:inherit!important;opacity:.85}@media (max-width: 768px){.books-plugin .sentence-translation-row{margin-top:.75rem;padding:.5rem 1rem;font-size:.85rem}}@media (max-width: 480px){.books-plugin .sentence-translation-row{margin-top:.5rem;padding:.375rem .75rem;font-size:.8rem}}.books-plugin .completion-screen{margin-top:2rem;padding:1rem;background:var(--bs-body-bg);border:2px solid var(--bs-border-color);border-radius:1.5rem;text-align:center}@media (max-width: 768px){.books-plugin .completion-screen{padding:1.5rem .75rem;margin-top:1rem}}@media (max-width: 480px){.books-plugin .completion-screen{padding:1rem .5rem;margin-top:.75rem}}.books-plugin .completion-content{max-width:900px;width:100%;margin:0 auto}.books-plugin .completion-icon{font-size:5rem;margin-bottom:1.5rem;text-align:center}@media (prefers-reduced-motion: no-preference){.books-plugin .completion-icon{animation:bounceIn .8s ease-out}}@media (max-width: 768px){.books-plugin .completion-icon{font-size:3rem;margin-bottom:1rem}}@media (max-width: 480px){.books-plugin .completion-icon{font-size:2.5rem;margin-bottom:.75rem}}.books-plugin .completion-title{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center;color:var(--bs-body-color)}@media (max-width: 768px){.books-plugin .completion-title{font-size:1.5rem;margin-bottom:.75rem}}@media (max-width: 480px){.books-plugin .completion-title{font-size:1.25rem;margin-bottom:.5rem}}.books-plugin .item-categories-section{margin-top:2rem;text-align:start}.books-plugin .item-categories-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:start}@media (max-width: 768px){.books-plugin .item-categories-title{font-size:1.125rem}}@media (max-width: 480px){.books-plugin .item-categories-title{font-size:1rem}}.books-plugin .item-categories-subtitle{color:var(--bs-secondary, #6c757d);margin-bottom:2rem;text-align:start}@media (max-width: 768px){.books-plugin .item-categories-subtitle{font-size:.875rem}}@media (max-width: 480px){.books-plugin .item-categories-subtitle{font-size:.8125rem}}.books-plugin .item-category-section{margin-bottom:2rem;border:1px solid var(--bs-border-color, #dee2e6);border-radius:.5rem;overflow:visible;position:relative}@media (max-width: 768px){.books-plugin .item-category-section{margin-bottom:1rem}}@media (max-width: 480px){.books-plugin .item-category-section{margin-bottom:.75rem}}.books-plugin .category-header{display:flex;align-items:center;gap:.75rem;padding:1rem;margin:1rem}@media (max-width: 768px){.books-plugin .category-header{gap:.5rem}}@media (max-width: 480px){.books-plugin .category-header{gap:.375rem}}.books-plugin .category-title{flex:1;margin:0;font-size:1.125rem;font-weight:600;text-align:start}@media (max-width: 768px){.books-plugin .category-title{font-size:1rem}}@media (max-width: 480px){.books-plugin .category-title{font-size:.9375rem}}.books-plugin .category-badge{padding:.375rem .75rem;font-size:.875rem;border-radius:.375rem;white-space:nowrap}@media (max-width: 768px){.books-plugin .category-badge{font-size:.75rem;padding:.25rem .5rem}}.books-plugin .category-description{color:var(--bs-secondary-color, #6c757d);padding:0 1rem;margin-bottom:1rem;font-size:.9375rem;text-align:start}@media (max-width: 768px){.books-plugin .category-description{margin-bottom:.75rem;font-size:.85rem}}@media (max-width: 480px){.books-plugin .category-description{margin-bottom:.5rem;font-size:.8rem}}.books-plugin .category-mastered{border-inline-start:4px solid #ffd700}.books-plugin .category-success{border-inline-start:4px solid #22c55e}.books-plugin .category-review{border-inline-start:4px solid #06b6d4}.books-plugin .category-skipped{border-inline-start:4px solid var(--bs-indigo, #6366f1)}.books-plugin .category-locked{border-inline-start:4px solid #ef4444}.books-plugin .item-list{padding:0;margin:0}.books-plugin .item-list-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--bs-border-color, #dee2e6)}.books-plugin .item-list-item:last-child{border-bottom:none}@media (max-width: 768px){.books-plugin .item-list-item{gap:.5rem;padding:.5rem .75rem}}@media (max-width: 480px){.books-plugin .item-list-item{gap:.375rem;padding:.375rem .5rem}}.books-plugin .item-list-number{font-weight:700;color:var(--bs-secondary);min-width:2rem;text-align:center}@media (max-width: 768px){.books-plugin .item-list-number{font-size:.8125rem}}@media (max-width: 480px){.books-plugin .item-list-number{font-size:.75rem}}.books-plugin .item-list-content{flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;text-align:start}.books-plugin .item-list-word{font-weight:600;font-size:1.5rem;font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){.books-plugin .item-list-word{font-size:1rem}}@media (max-width: 480px){.books-plugin .item-list-word{font-size:.875rem}}.books-plugin .item-list-translation,.books-plugin .item-list-pronunciation{color:var(--bs-secondary)}@media (max-width: 768px){.books-plugin .item-list-translation,.books-plugin .item-list-pronunciation{font-size:.875rem}}@media (max-width: 480px){.books-plugin .item-list-translation,.books-plugin .item-list-pronunciation{font-size:.8125rem}}.books-plugin .item-list-word-pair{flex:1}.books-plugin .item-list-mistakes{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;font-size:.875rem}@media (max-width: 480px){.books-plugin .item-list-mistakes{gap:.375rem;margin-top:.375rem;font-size:.8125rem}}.books-plugin .mistake-item,.books-plugin .correct-item{display:flex;align-items:center}.books-plugin .mistake-item .bi,.books-plugin .correct-item .bi{margin-inline-end:.5rem}.books-plugin .completion-actions{display:flex;justify-content:center;gap:1rem;padding:1.5rem;margin-top:1.5rem;border-top:2px solid var(--bs-border-color)}.books-plugin .completion-actions .btn{min-width:180px;font-weight:600;transition:transform .2s ease}.books-plugin .completion-actions .btn:hover{transform:translateY(-2px)}.books-plugin .completion-actions .btn i{font-size:1.125rem}@media (max-width: 768px){.books-plugin .completion-actions{gap:.75rem;padding:1rem;margin-top:1rem;flex-wrap:wrap}.books-plugin .completion-actions .btn{min-width:140px;padding:.625rem 1rem;font-size:.95rem}}@media (max-width: 480px){.books-plugin .completion-actions{gap:.5rem;padding:.75rem;margin-top:.75rem;flex-direction:column}.books-plugin .completion-actions .btn{width:100%;min-width:100%;padding:.5rem .875rem;font-size:.875rem}}.books-plugin .guest-limit-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.books-plugin .guest-limit-modal-content{position:relative;max-width:480px;width:100%;padding:2rem 1.75rem 1.75rem;background:var(--bs-body-bg, #fff);color:var(--bs-body-color, #212529);border-radius:1rem;box-shadow:0 20px 60px #0000004d;text-align:center}.books-plugin .guest-limit-modal-close{position:absolute;top:.5rem;inset-inline-end:.5rem;width:36px;height:36px;border-radius:50%;border:none;background:transparent;color:var(--bs-secondary-color, #6c757d);cursor:pointer;transition:background-color .2s ease}.books-plugin .guest-limit-modal-close:hover{background:var(--bs-secondary-bg, rgba(0, 0, 0, .05))}.books-plugin .guest-limit-modal-icon{font-size:2.75rem;color:var(--bs-warning, #fbbf24);margin-bottom:.5rem}.books-plugin .guest-limit-modal-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.books-plugin .guest-limit-modal-body{font-size:1rem;line-height:1.5;color:var(--bs-secondary-color, var(--on-surface-muted));margin-bottom:1.25rem}.books-plugin .guest-limit-modal-actions{display:flex;flex-direction:column;gap:.5rem}.books-plugin .guest-limit-modal-actions .btn{font-weight:600}@media (prefers-reduced-transparency: reduce){.books-plugin .guest-limit-modal{-webkit-backdrop-filter:none;backdrop-filter:none;background:#000000bf}}@media (max-width: 768px){.books-plugin .flashcard-player .stats-grid{grid-template-columns:repeat(4,1fr)}}:where(.books-plugin) .flashcard-player{padding:var(--spacing-6, 1.5rem);max-width:1200px;margin:0 auto}:where(.books-plugin) .flashcard-player .flashcard-container{overflow:visible}@media (hover: hover){:where(.books-plugin) .flashcard-player .item-bottom-actions{opacity:.6}:where(.books-plugin) .flashcard-player .flashcard-wrapper:hover .item-bottom-actions,:where(.books-plugin) .flashcard-player .item-bottom-actions:focus-within,:where(.books-plugin) .flashcard-player .item-bottom-actions:has(.is-active){opacity:1}}:where(.books-plugin) .flashcard-player .action-btn.just-marked{animation:action-marked-pulse .7s cubic-bezier(.34,1.56,.64,1)}:where(.books-plugin) .flashcard-player .action-review.is-active{background:#fbbf24f2;border-color:#fff6;color:#1f2937}:where(.books-plugin) .flashcard-player .action-review.is-active:hover:not(:disabled){background:#fbbf24;filter:brightness(1.05) drop-shadow(0 0 10px rgba(251,191,36,.6))}:where(.books-plugin) .flashcard-player .action-mastered.is-active{background:#ffd700f2;border-color:#fff6;color:#1f2937}:where(.books-plugin) .flashcard-player .action-mastered.is-active:hover:not(:disabled){background:gold;filter:brightness(1.05) drop-shadow(0 0 10px rgba(255,215,0,.6))}:where(.books-plugin) .flashcard-player .flashcard-wrapper-with-nav{position:relative;display:flex;align-items:center;gap:var(--spacing-6, 1rem);margin-bottom:var(--spacing-6, 1rem)}:where(.books-plugin) .flashcard-player .player-nav-container-side{position:relative;overflow:visible;padding-bottom:40px}:where(.books-plugin) .flashcard-player .flashcard-wrapper{perspective:1500px;min-height:450px;position:relative;flex:1;margin-top:40px;margin-bottom:40px;overflow:visible}:where(.books-plugin) .flashcard-player .item-number-badge.item-number-badge-flip{top:-28px;width:56px;min-width:56px;height:56px;padding:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 8px #0003}:where(.books-plugin) .flashcard-player .item-number-badge.item-number-badge-flip:hover{transform:translate(-50%) scale(1.1);background:var(--bs-primary-dark, var(--color-primary));box-shadow:0 6px 12px #0000004d}:where(.books-plugin) .flashcard-player .item-number-badge.item-number-badge-flip:active{transform:translate(-50%) scale(.95)}:where(.books-plugin) .flashcard-player .item-number-badge.item-number-badge-flip .flip-icon{position:absolute;top:50%;left:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;line-height:1;font-size:3rem;transform:translate(-50%,-50%);transform-origin:center center;will-change:transform;animation:flip-icon-rotate 2s ease-in-out infinite;pointer-events:none}:where(.books-plugin) .flashcard-player .item-number-badge.item-number-badge-flip .card-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:var(--font-weight-bold, 700);font-size:var(--font-size-sm, .875rem);z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.3)}:where(.books-plugin) .flashcard-player .flip-hint-text{position:absolute;top:34px;left:50%;transform:translate(-50%);font-size:.75rem;color:#fff;font-weight:700;opacity:.9;white-space:nowrap;pointer-events:none;z-index:99;text-align:center}:where(.books-plugin) .flashcard-player .flashcard{width:100%;height:450px;position:relative;transform-style:preserve-3d;transition:transform .8s var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));will-change:transform}:where(.books-plugin) .flashcard-player .flashcard.is-animating{pointer-events:none}:where(.books-plugin) .flashcard-player .flashcard-status-badge{position:absolute;inset-block-start:10px;inset-inline-end:10px;z-index:110;display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;font-size:var(--font-size-xs, .75rem);font-weight:var(--font-weight-semibold, 600);color:#fff;background:#ffffff26;border:2px solid rgba(255,255,255,.35);border-radius:var(--radius-full, 999px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}:where(.books-plugin) .flashcard-player .flashcard-status-badge.is-viewed{background:#19875433;border-color:#19875480}:where(.books-plugin) .flashcard-player .flashcard-status-badge .bi{font-size:.9rem}:where(.books-plugin) .flashcard-player .flashcard-back .flashcard-status-badge{transform:rotateY(0)}@media (max-width: 768px){:where(.books-plugin) .flashcard-player .flashcard-status-badge span{display:none}:where(.books-plugin) .flashcard-player .flashcard-status-badge{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}:where(.books-plugin) .flashcard-player .flashcard-status-badge .bi{font-size:1rem}}:where(.books-plugin) .flashcard-player .side-indicator{position:absolute;top:10px;inset-inline-start:10px;z-index:110;display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .6rem;background:#fff3;border:2px solid rgba(255,255,255,.35);border-radius:var(--radius-full, 999px);font-size:var(--font-size-xs, .75rem);font-weight:var(--font-weight-semibold, 600);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none}:where(.books-plugin) .flashcard-player .side-indicator i{font-size:.9rem}:where(.books-plugin) .flashcard-player .flashcard-back .side-indicator{transform:rotateY(0)}@media (max-width: 768px){:where(.books-plugin) .flashcard-player .side-indicator span{display:none}:where(.books-plugin) .flashcard-player .side-indicator{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}:where(.books-plugin) .flashcard-player .side-indicator i{font-size:1rem}}:where(.books-plugin) .flashcard-player .flashcard:not(.flipped) .flashcard-back .flashcard-status-badge,:where(.books-plugin) .flashcard-player .flashcard:not(.flipped) .flashcard-back .side-indicator{display:none}:where(.books-plugin) .flashcard-player .flashcard.flipped .flashcard-front .flashcard-status-badge,:where(.books-plugin) .flashcard-player .flashcard.flipped .flashcard-front .side-indicator{display:none}:where(.books-plugin) .flashcard-player .flashcard.flipped{transform:rotateY(180deg)}:where(.books-plugin) .flashcard-player .flashcard-side{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;align-items:flex-start;justify-content:center;border:3px solid;border-radius:var(--radius-lg, 1rem);padding:var(--spacing-8, 2rem);transition:all var(--transition-base, .3s ease)}:where(.books-plugin) .flashcard-player .flashcard-front{background:linear-gradient(135deg,#667eea,#764ba2);border-color:var(--bs-purple, #6f42c1);color:var(--bs-white, #fff)}:where(.books-plugin) .flashcard-player .flashcard-back{transform:rotateY(180deg);background:linear-gradient(135deg,var(--bs-pink, #d63384) 0%,var(--bs-danger, var(--color-danger)) 100%);border-color:var(--bs-danger, var(--color-danger));color:var(--bs-white, #fff)}:where(.books-plugin) .flashcard-player .flashcard-content{width:100%;max-height:100%;overflow-y:auto}:where(.books-plugin) .flashcard-player .flashcard-term{font-size:var(--font-size-4xl, 2rem);font-weight:var(--font-weight-bold, 700);line-height:1.2;margin:.75rem 0;text-shadow:2px 2px 4px rgba(0,0,0,.2)}:where(.books-plugin) .flashcard-player .visual-letter-display{font-size:4rem;margin-top:3.5rem!important;margin-bottom:3.5rem!important;font-weight:var(--font-weight-bold, 700);line-height:1;text-shadow:4px 4px 8px rgba(0,0,0,.3);color:var(--bs-white, #fff);font-family:Amiri,Dubai,Segoe UI,serif!important;direction:rtl}:where(.books-plugin) .flashcard-player .flashcard-pronunciation{font-size:var(--font-size-xl, 1.25rem);font-weight:var(--font-weight-semibold, 600);line-height:1.3;margin:.5rem 0;opacity:.95;text-shadow:1px 1px 3px rgba(0,0,0,.2)}:where(.books-plugin) .flashcard-player .transliteration-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;background:#fff3;border:2px solid rgba(255,255,255,.35);border-radius:var(--radius-full, 999px);font-size:var(--font-size-sm, .875rem);font-weight:var(--font-weight-medium, 500);margin:.5rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-style:italic}:where(.books-plugin) .flashcard-player .transliteration-badge i{font-size:.9rem}:where(.books-plugin) .flashcard-player .transliteration-back{font-size:var(--font-size-base, 1rem);padding:.5rem 1rem;margin:.75rem 0}:where(.books-plugin) .flashcard-player .transliteration-back i{font-size:1rem}:where(.books-plugin) .flashcard-player .flashcard-definition{font-size:var(--font-size-3xl, 2rem);font-weight:var(--font-weight-bold, 700);line-height:1.4;margin-top:2.5rem!important;text-shadow:2px 2px 4px rgba(0,0,0,.2);font-family:Amiri,Dubai,Segoe UI,serif!important;unicode-bidi:embed;text-align:center}:where(.books-plugin) .flashcard-player .examples-section{width:100%;padding:1rem 0}:where(.books-plugin) .flashcard-player .examples-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}:where(.books-plugin) .flashcard-player .example-word-badge{background:#fff3;border:2px solid rgba(255,255,255,.35);border-radius:var(--radius-md, .75rem);padding:.75rem 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}:where(.books-plugin) .flashcard-player .example-word-badge:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}:where(.books-plugin) .flashcard-player .example-word-badge .arabic-word{font-size:var(--font-size-3xl, 2rem);font-weight:var(--font-weight-semibold, 600);color:var(--bs-white, #fff);text-shadow:1px 1px 3px rgba(0,0,0,.2);font-family:Amiri,Dubai,Segoe UI,serif!important;direction:rtl!important;text-align:right!important;width:100%}:where(.books-plugin) .flashcard-player .example-word-badge .translation-text{font-size:1.3rem;opacity:.85;line-height:1.4;direction:ltr!important;color:var(--bs-white, #fff);text-align:left!important;width:100%}:where(.books-plugin) .flashcard-player .example-row{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:1.5rem}:where(.books-plugin) .flashcard-player .example-col{flex:1;display:block}:where(.books-plugin) .flashcard-player .example-col-arabic{text-align:right}:where(.books-plugin) .flashcard-player .example-col-english{text-align:left}:where(.books-plugin) .flashcard-player .single-example-section{width:100%;padding:1rem 0}:where(.books-plugin) .flashcard-player .single-example-badge{background:#fff3;border:2px solid rgba(255,255,255,.35);border-radius:var(--radius-md, .75rem);padding:.75rem 1rem;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;margin-top:.75rem}:where(.books-plugin) .flashcard-player .single-example-badge:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}:where(.books-plugin) .flashcard-player .single-example-badge .example-content{font-size:var(--font-size-base, 1rem);font-weight:var(--font-weight-medium, 500);color:var(--bs-white, #fff);text-shadow:1px 1px 3px rgba(0,0,0,.2);font-family:Amiri,Dubai,Segoe UI,serif!important;line-height:1.6}:where(.books-plugin) .flashcard-player .single-example-badge .example-translation{font-size:.875rem;opacity:.85;line-height:1.4}:where(.books-plugin) .flashcard-player .sound-description{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:var(--radius-md, .75rem);margin:.75rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:where(.books-plugin) .flashcard-player .sound-description i{font-size:1.25rem;opacity:.9}:where(.books-plugin) .flashcard-player .sound-description p{margin:0;font-size:var(--font-size-sm, .9rem);line-height:1.5;text-align:center;opacity:.95}:where(.books-plugin) .flashcard-player .flashcard-image-container{margin:3.5rem 0;display:flex;justify-content:center;align-items:center}:where(.books-plugin) .flashcard-player .flashcard-image{max-width:100%;max-height:180px;border-radius:var(--radius-md, .75rem);background:#fffffff2;border:3px solid rgba(255,255,255,.4);padding:1rem;box-shadow:0 4px 15px #0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}:where(.books-plugin) .flashcard-player .flashcard-image:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000004d;border-color:#fff9}:where(.books-plugin) .flashcard-player .flashcard-image-placeholder{margin:3.5rem 0;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#ffffff1a;border:2px dashed rgba(255,255,255,.4);border-radius:var(--radius-md, .75rem);color:#ffffffb3;min-height:120px}:where(.books-plugin) .flashcard-player .flashcard-image-placeholder i{font-size:2.5rem;opacity:.6}:where(.books-plugin) .flashcard-player .flashcard-image-placeholder span{font-size:var(--font-size-sm, .875rem);font-weight:var(--font-weight-medium, 500);opacity:.8}:where(.books-plugin) .flashcard-player .flashcard-example{margin:.75rem 0;padding:var(--spacing-4, 1rem);background:#ffffff26;border-radius:var(--radius-md, .75rem);border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:where(.books-plugin) .flashcard-player .example-label{display:flex;align-items:center;gap:.35rem;font-size:var(--font-size-sm, .85rem);font-weight:var(--font-weight-semibold, 600);margin-bottom:.5rem;opacity:.9}:where(.books-plugin) .flashcard-player .example-text{font-size:var(--font-size-sm, .9rem);font-style:italic;line-height:1.6;margin:0}:where(.books-plugin) .flashcard-player .btn-audio{margin-top:.75rem;padding:.5rem 1rem;font-weight:var(--font-weight-semibold, 600);border-radius:var(--radius-md, .6rem)}@media (max-width: 992px){:where(.books-plugin) .flashcard-player .flashcard-wrapper-with-nav{gap:var(--spacing-4, 1rem)}:where(.books-plugin) .flashcard-player .nav-btn-side{width:45px;height:45px;font-size:var(--font-size-xl, 1.25rem)}:where(.books-plugin) .flashcard-player .visual-letter-display{font-size:3rem;margin-top:3.5rem!important;margin-bottom:3.5rem!important}:where(.books-plugin) .flashcard-player .flashcard-pronunciation{font-size:var(--font-size-lg, 1.1rem)}:where(.books-plugin) .flashcard-player .flashcard-definition{font-size:1.8rem;margin-top:2.5rem!important}:where(.books-plugin) .flashcard-player .transliteration-back{font-size:var(--font-size-sm, .9rem);padding:.4rem .8rem}:where(.books-plugin) .flashcard-player .example-row{gap:1rem}:where(.books-plugin) .flashcard-player .example-word-badge .arabic-word{font-size:1.7rem}:where(.books-plugin) .flashcard-player .example-word-badge .translation-text{font-size:1.2rem}}@media (max-width: 576px){:where(.books-plugin) .flashcard-player .visual-letter-display{font-size:3.5rem;margin-top:3.5rem!important;margin-bottom:3.5rem!important}:where(.books-plugin) .flashcard-player .flashcard-pronunciation{font-size:var(--font-size-base, 1rem)}:where(.books-plugin) .flashcard-player .flashcard-definition{font-size:1.5rem;margin-top:2.5rem!important}:where(.books-plugin) .flashcard-player .transliteration-back{font-size:var(--font-size-xs, .8rem);padding:.35rem .6rem}:where(.books-plugin) .flashcard-player .examples-list{gap:.5rem}:where(.books-plugin) .flashcard-player .example-row{flex-direction:column;gap:.5rem}:where(.books-plugin) .flashcard-player .example-col{width:100%;text-align:center!important}:where(.books-plugin) .flashcard-player .example-col-arabic,:where(.books-plugin) .flashcard-player .example-col-english{text-align:center!important}:where(.books-plugin) .flashcard-player .example-word-badge{padding:.5rem .75rem}:where(.books-plugin) .flashcard-player .example-word-badge .arabic-word{font-size:1.5rem}:where(.books-plugin) .flashcard-player .example-word-badge .translation-text{font-size:1.1rem}:where(.books-plugin) .flashcard-player .example-word-badge .example-col-arabic .arabic-word,:where(.books-plugin) .flashcard-player .example-word-badge .example-col-english .translation-text{text-align:center!important}:where(.books-plugin) .flashcard-player .sound-description{padding:.5rem .75rem}:where(.books-plugin) .flashcard-player .sound-description p{font-size:var(--font-size-xs, .8rem)}}[dir=rtl] :where(.books-plugin) .flashcard-player{text-align:right}[dir=rtl] :where(.books-plugin) .flashcard-player .flashcard-wrapper-with-nav{flex-direction:row-reverse}[dir=rtl] :where(.books-plugin) .flashcard-player .bi:before{font-family:bootstrap-icons!important}[dir=rtl] :where(.books-plugin) .flashcard-player .bi-chevron-left:before{content:""!important}[dir=rtl] :where(.books-plugin) .flashcard-player .bi-chevron-right:before{content:""!important}[dir=rtl] :where(.books-plugin) .flashcard-player .visual-letter-display{font-size:4rem}[dir=rtl] :where(.books-plugin) .flashcard-player .audio-player-modern .audio-play-btn i{display:flex;align-items:center;justify-content:center;line-height:1}:where(.books-plugin) .flashcard-player .audio-player-modern{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:.75rem 0}:where(.books-plugin) .flashcard-player .audio-player-modern:hover .audio-listen-label{opacity:1}:where(.books-plugin) .flashcard-player .audio-player-modern .audio-play-btn i{font-size:1.75rem;transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}:where(.books-plugin) .flashcard-player .audio-listen-label{font-size:.875rem;font-weight:500;color:#ffffffe6;text-align:center;opacity:.85;transition:opacity .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.2)}:where(.books-plugin) .flashcard-player .audio-play-btn{width:56px;height:56px;background:#fff3;border:2px solid rgba(255,255,255,.4);border-radius:50%;color:var(--bs-white, #fff);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:where(.books-plugin) .flashcard-player .audio-play-btn:hover:not(:disabled){background:#ffffff4d;border-color:#fff9;transform:scale(1.1)}:where(.books-plugin) .flashcard-player .audio-play-btn:active:not(:disabled){transform:scale(.95)}:where(.books-plugin) .flashcard-player .audio-play-btn.is-playing{background:#fff6;animation:audioPulse 1.5s ease-in-out infinite}:where(.books-plugin) .flashcard-player .audio-play-btn:disabled{opacity:.5;cursor:not-allowed}:where(.books-plugin) .flashcard-player .audio-play-btn-bounce{animation:audioBounce 2s ease-in-out infinite}:where(.books-plugin) .flashcard-player .visual-letter-display,:where(.books-plugin) .flashcard-player .flashcard-term,:where(.books-plugin) .flashcard-player .flashcard-definition,:where(.books-plugin) .flashcard-player .example-word-badge .arabic-word,:where(.books-plugin) .flashcard-player .flashcard-pronunciation,:where(.books-plugin) .flashcard-player .sound-description{font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .flashcard-player{padding:.75rem}:where(.books-plugin) .flashcard-player .nav-btn-side{width:40px;height:40px;font-size:1.25rem}:where(.books-plugin) .flashcard-player .flashcard-wrapper-with-nav{gap:.75rem}}@media (max-width: 480px){:where(.books-plugin) .flashcard-player .nav-btn-side{width:36px;height:36px;font-size:1.1rem}:where(.books-plugin) .flashcard-player .flashcard-wrapper-with-nav{gap:.5rem}}:where(.books-plugin) .flashcard-player .flashcard-side{cursor:pointer}:where(.books-plugin) .flashcard-player .flashcard-side:focus-visible{outline:3px solid var(--bs-primary, #0d6efd);outline-offset:4px}:where(.books-plugin) .flashcard-player .flashcard>.flashcard-front{pointer-events:auto}:where(.books-plugin) .flashcard-player .flashcard>.flashcard-back{pointer-events:none}:where(.books-plugin) .flashcard-player .flashcard.flipped>.flashcard-front{pointer-events:none}:where(.books-plugin) .flashcard-player .flashcard.flipped>.flashcard-back{pointer-events:auto}:where(.books-plugin) .flashcard-player .completion-message{font-size:var(--font-size-lg, 1.125rem);color:var(--bs-secondary-color, var(--on-surface-muted));margin-bottom:var(--spacing-6, 1.5rem)}[dir=rtl] :where(.books-plugin) .flashcard-player .example-word-badge .arabic-word{text-align:right!important;align-self:flex-start}[dir=rtl] :where(.books-plugin) .flashcard-player .example-word-badge .translation-text{text-align:left!important;align-self:flex-start}:where(.books-plugin) [x-cloak]{display:none!important}@keyframes flip-icon-rotate{0%,to{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,-50%) rotate(180deg)}}@keyframes bounce-scale{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes audioPulse{0%,to{transform:scale(1);box-shadow:0 0 #ffffff8c}50%{transform:scale(1.06);box-shadow:0 0 0 8px #fff0}}@keyframes action-marked-pulse{0%{transform:scale(1);box-shadow:0 0 #ffffff73}45%{transform:scale(1.25);box-shadow:0 0 0 10px #fff0}to{transform:scale(1);box-shadow:0 0 #fff0}}:where(.books-plugin) .word-image-match-player{max-width:1200px;margin:0 auto;padding:1.5rem}:where(.books-plugin) .word-image-match-player .matching-grid{margin-bottom:2rem}:where(.books-plugin) .word-image-match-player[data-pick-side=image] [data-side=image] .matching-column,:where(.books-plugin) .word-image-match-player[data-pick-side=word] [data-side=word] .matching-column{border-color:var(--bs-primary);box-shadow:0 0 0 4px rgba(var(--bs-primary-rgb),.18)}:where(.books-plugin) .word-image-match-player .matching-column{display:flex;flex-direction:column;height:450px;border:3px solid var(--bs-border-color);border-radius:1rem;background:var(--bs-body-bg);overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}:where(.books-plugin) .word-image-match-player .scrollable-content{flex:1;overflow-y:auto;padding:1rem 1rem 2.5rem}:where(.books-plugin) .word-image-match-player .scrollable-content::-webkit-scrollbar{width:8px}:where(.books-plugin) .word-image-match-player .scrollable-content::-webkit-scrollbar-track{background:var(--bs-secondary-bg);border-radius:4px}:where(.books-plugin) .word-image-match-player .scrollable-content::-webkit-scrollbar-thumb{background:var(--bs-primary);border-radius:4px}:where(.books-plugin) .word-image-match-player .scrollable-content::-webkit-scrollbar-thumb:hover{background:var(--bs-primary);opacity:.8}:where(.books-plugin) .word-image-match-player .word-item{margin-bottom:2.5rem;position:relative;min-height:90px}:where(.books-plugin) .word-image-match-player .word-item:last-child{margin-bottom:0}:where(.books-plugin) .word-image-match-player .images-grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:1rem!important;align-content:start}:where(.books-plugin) .word-image-match-player .word-card{width:100%;padding:1.25rem;min-height:70px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background-color .2s ease,border-color .2s ease,color .2s ease;text-align:left;position:relative}:where(.books-plugin) .word-image-match-player .word-card:not(.disabled):not(:disabled):not(.selected-pulse):hover{transform:translateY(-3px)}:where(.books-plugin) .word-image-match-player .word-card.btn-outline-primary.selected-pulse{background-color:var(--bs-primary);color:var(--bs-white)!important;border-color:var(--bs-primary)}:where(.books-plugin) .word-image-match-player .word-card.btn-outline-primary.selected-pulse .word-text{color:var(--bs-white)!important}:where(.books-plugin) .word-image-match-player .word-card.btn-outline-primary.selected-pulse:hover{transform:none!important;background-color:var(--bs-primary)!important;border-color:var(--bs-primary)!important;color:var(--bs-white)!important}:where(.books-plugin) .word-image-match-player .word-card.btn-outline-primary.selected-pulse .status-icon{color:var(--bs-white)!important}@media (prefers-reduced-motion: no-preference){:where(.books-plugin) .word-image-match-player .word-card.btn-outline-primary.selected-pulse,:where(.books-plugin) .word-image-match-player .word-card.selected-pulse{animation:selected-pulse 2s ease-in-out infinite}:where(.books-plugin) .word-image-match-player .word-card.shake-animation{animation:shake .5s}}:where(.books-plugin) .word-image-match-player .word-card .word-text{color:inherit}:where(.books-plugin) .word-image-match-player .word-card.btn-outline-primary .word-text,:where(.books-plugin) .word-image-match-player .word-card.btn-outline-secondary .word-text{color:var(--bs-body-color)}:where(.books-plugin) .word-image-match-player .word-card.btn-danger .word-text,:where(.books-plugin) .word-image-match-player .word-card.btn-primary .word-text,:where(.books-plugin) .word-image-match-player .word-card.btn-success .word-text,:where(.books-plugin) .word-image-match-player .word-card.btn-secondary .word-text{color:var(--bs-white)}:where(.books-plugin) .word-image-match-player .word-card.btn-warning .word-text{color:var(--bs-dark)}:where(.books-plugin) .word-image-match-player .word-card.btn-skipped{background-color:var(--bs-indigo, #6366f1);border-color:var(--bs-indigo, #6366f1);color:var(--bs-white, #fff)}:where(.books-plugin) .word-image-match-player .word-card.btn-skipped .word-text{color:var(--bs-white, #fff)}:where(.books-plugin) .word-image-match-player .word-card.btn-review{background-color:#06b6d4;border-color:#06b6d4;color:var(--bs-white, #fff)}:where(.books-plugin) .word-image-match-player .word-card.btn-review .word-text{color:var(--bs-white, #fff)}:where(.books-plugin) .word-image-match-player .word-content{flex:1;display:flex;flex-direction:column;gap:.5rem}:where(.books-plugin) .word-image-match-player .word-text{font-size:3.4rem;font-weight:700;text-align:center}:where(.books-plugin) .word-image-match-player .status-icon{font-size:1.5rem;margin-left:1rem}:where(.books-plugin) .word-image-match-player .image-card{width:100%;aspect-ratio:1;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease;padding:0;position:relative;display:block;background:var(--bs-body-bg)!important;border:3px solid var(--bs-border-color)!important;box-shadow:0 4px 8px #00000026}:where(.books-plugin) .word-image-match-player .image-card.disabled,:where(.books-plugin) .word-image-match-player .image-card:disabled{opacity:1!important}:where(.books-plugin) .word-image-match-player .image-card:not(.disabled):not(:disabled):not(.selected-pulse):hover{z-index:5;transform:translateY(-2px);box-shadow:0 6px 16px #0003;border-color:var(--bs-primary)!important}:where(.books-plugin) .word-image-match-player .image-card.btn-outline-primary.selected-pulse{background-color:var(--bs-primary);border-color:var(--bs-primary)}:where(.books-plugin) .word-image-match-player .image-card.btn-outline-primary.selected-pulse:hover{transform:none!important;background-color:var(--bs-primary)!important;border-color:var(--bs-primary)!important}@media (prefers-reduced-motion: no-preference){:where(.books-plugin) .word-image-match-player .image-card.btn-outline-primary.selected-pulse{animation:selected-pulse 2s ease-in-out infinite}}:where(.books-plugin) .word-image-match-player .word-card:focus-visible,:where(.books-plugin) .word-image-match-player .image-card:focus-visible,:where(.books-plugin) .word-image-match-player .action-btn:focus-visible{outline:3px solid var(--bs-primary);outline-offset:2px}:where(.books-plugin) .word-image-match-player .card-image{width:75%;height:75%;object-fit:contain;margin:auto}:where(.books-plugin) .word-image-match-player .no-image{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:var(--bs-secondary)}:where(.books-plugin) .word-image-match-player .no-image i{font-size:3rem}:where(.books-plugin) .word-image-match-player .matched-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}@media (prefers-reduced-motion: no-preference){:where(.books-plugin) .word-image-match-player .matched-overlay{animation:match-bloom .35s ease-out}}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-success{background:rgba(var(--bs-success-rgb),.5)!important}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-danger{background:rgba(var(--bs-danger-rgb),.5)!important}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-primary{background:rgba(var(--bs-primary-rgb),.5)!important}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-indigo{background:#6366f180!important}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-review{background:#06b6d480!important}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-warning{background:rgba(var(--bs-warning-rgb),.5)!important}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-secondary{background:rgba(var(--bs-secondary-rgb),.5)!important}:where(.books-plugin) .word-image-match-player .matched-overlay i{font-size:4rem;color:var(--bs-white)}:where(.books-plugin) .word-image-match-player .matched-overlay.bg-warning i.text-dark{color:var(--bs-dark)!important}:where(.books-plugin) .word-image-match-player .item-hover-actions{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%) translateY(6px);display:flex;gap:.5rem;z-index:10;padding:.375rem .625rem;background:#000000d9;border-radius:2rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}:where(.books-plugin) .word-image-match-player .word-item:hover .item-hover-actions{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}:where(.books-plugin) .word-image-match-player .word-item:has(:focus-visible) .item-hover-actions{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}@media (hover: none){:where(.books-plugin) .word-image-match-player .item-hover-actions{opacity:.92;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}}:where(.books-plugin) .word-image-match-player .category-badge-review{background-color:#06b6d41a;color:#06b6d4;border:1px solid rgba(6,182,212,.2)}:where(.books-plugin) .word-image-match-player .category-badge-skipped{background-color:#6366f11a;color:var(--bs-indigo, #6366f1);border:1px solid rgba(99,102,241,.2)}:where(.books-plugin) .word-image-match-player .word-card,:where(.books-plugin) .word-image-match-player .word-text,:where(.books-plugin) .word-image-match-player .matched-word,:where(.books-plugin) .word-image-match-player .card-label{font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .word-image-match-player{padding:1rem}:where(.books-plugin) .word-image-match-player .word-text{font-size:1.75rem}:where(.books-plugin) .word-image-match-player .word-card{padding:1rem}}[dir=rtl] :where(.books-plugin) .word-image-match-player{text-align:right}[dir=rtl] :where(.books-plugin) .word-image-match-player .word-text,[dir=rtl] :where(.books-plugin) .word-image-match-player .word-card{text-align:center}:where(.books-plugin) [data-bs-theme=dark] .word-image-match-player .category-badge.bg-warning-subtle{background-color:#ffc10740!important;color:#ffc107!important;border-color:#ffc107!important}:where(.books-plugin) [data-bs-theme=dark] .word-image-match-player .category-badge.bg-success-subtle{background-color:#19875440!important;color:#20c997!important;border-color:#20c997!important}:where(.books-plugin) [data-bs-theme=dark] .word-image-match-player .category-badge.bg-danger-subtle{background-color:#dc354540!important;color:#ea868f!important;border-color:#ea868f!important}:where(.books-plugin) [data-bs-theme=dark] .word-image-match-player .category-badge-review,:where(.books-plugin) [data-bs-theme=dark] .word-image-match-player .category-badge-skipped{opacity:.9}@keyframes selected-pulse{0%,to{transform:scale(1);box-shadow:0 0 #0d6efd8c}50%{transform:scale(1.02);box-shadow:0 0 0 8px #0d6efd00}}@keyframes match-bloom{0%{opacity:0;transform:scale(.85)}60%{opacity:1;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes blank-bloom{0%{transform:scale(1)}40%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes blank-active-pulse{0%,to{box-shadow:0 0 rgba(var(--bs-primary-rgb, 13, 110, 253),.4)}50%{box-shadow:0 0 0 8px rgba(var(--bs-primary-rgb, 13, 110, 253),0)}}:where(.books-plugin) .fill-in-blank-player{max-width:900px;margin:0 auto;padding:1.5rem}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player{padding:1rem .75rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player{padding:.375rem}}:where(.books-plugin) .fill-in-blank-player .practice-screen{position:relative;min-height:400px}:where(.books-plugin) .fill-in-blank-player .item-number-badge{font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-locked{border-color:#ef4444;border-width:3px}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-warning{border-color:#f59e0b;border-width:3px}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-known{border-color:gold;border-width:3px}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-correct{border-color:#10b981;border-width:3px}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-review{border-color:#06b6d4;border-width:3px}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-skipped{border-color:#6366f1;border-width:3px}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-neutral{border-color:var(--bs-border-color);border-width:3px}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-locked .original-word-display{border-color:#ef4444;background:#ef444414}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-warning .original-word-display{border-color:#f59e0b;background:#f59e0b14}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-known .original-word-display{border-color:gold;background:#ffd70014}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-correct .original-word-display{border-color:#10b981;background:#10b98114}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-review .original-word-display{border-color:#06b6d4;background:#06b6d414}:where(.books-plugin) .fill-in-blank-player .practice-card.sentence-state-skipped .original-word-display{border-color:#6366f1;background:#6366f114}:where(.books-plugin) .fill-in-blank-player .practice-content{overflow:visible;position:relative}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .practice-content{padding:1rem .75rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .practice-content{padding:.75rem .5rem}}:where(.books-plugin) .fill-in-blank-player .sentence-card{background:var(--bs-body-bg);position:relative;transition:background-color .3s ease}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .sentence-card{padding:.75rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .sentence-card{padding:.5rem}}:where(.books-plugin) .fill-in-blank-player .original-word-display{padding:1rem 1.5rem;margin-top:1.5rem;margin-bottom:0;background:#8080800d;border:2px solid var(--bs-border-color);border-radius:.75rem;text-align:center}:where(.books-plugin) .fill-in-blank-player .original-word-display.original-word-display-placeholder{visibility:hidden}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .original-word-display{padding:.75rem 1rem;margin-bottom:1rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .original-word-display{padding:.5rem .75rem;margin-bottom:.75rem}}:where(.books-plugin) [data-bs-theme=dark] .fill-in-blank-player .original-word-display{background:rgba(var(--bs-success-rgb, 25, 135, 84),.15);border-color:rgba(var(--bs-success-rgb, 25, 135, 84),.4)}:where(.books-plugin) .fill-in-blank-player .original-word-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--bs-body-color);margin-bottom:.75rem;opacity:.75;text-align:center}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .original-word-label{margin-bottom:.5rem}}:where(.books-plugin) .fill-in-blank-player .original-word-text{font-size:3.5rem;font-weight:700;color:var(--bs-body-color);font-family:Amiri,Dubai,Segoe UI,serif;line-height:1.6;text-align:center;display:block;width:100%}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .original-word-text{direction:rtl;text-align:center}[dir=ltr] :where(.books-plugin) .fill-in-blank-player .original-word-text{direction:ltr;text-align:center}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .original-word-text{font-size:2rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .original-word-text{font-size:1.75rem}}:where(.books-plugin) .fill-in-blank-player .sentence-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;width:100%;max-width:100%;overflow:visible;position:relative}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .sentence-content{gap:.75rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .sentence-content{gap:.5rem}}:where(.books-plugin) .fill-in-blank-player .sentence-text{font-size:2.25rem;line-height:1.8;font-weight:600;flex:1;text-align:center;font-family:Amiri,serif;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem;overflow:visible;position:relative}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl]{direction:rtl;unicode-bidi:isolate;font-size:4.5rem}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .blank-input-display{font-size:4.5rem;height:110px;min-width:90px}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .blank-wrapper,:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .blank-selection-container{direction:rtl}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .char-option-btn{min-width:90px;height:90px;font-size:3.3rem}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .char-option-btn .char-option-letter{font-size:3.3rem}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl]{font-size:2.5rem}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .blank-input-display{font-size:2.5rem;height:70px;min-width:60px}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .char-option-btn{min-width:60px;height:60px;font-size:1.8rem}:where(.books-plugin) .fill-in-blank-player .sentence-text[dir=rtl] .char-option-btn .char-option-letter{font-size:1.8rem}}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .sentence-text{font-size:1.75rem;line-height:1.6}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .sentence-text{font-size:1.5rem;line-height:1.5}}:where(.books-plugin) .fill-in-blank-player .text-fragment{font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .fill-in-blank-player .blank-wrapper{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;vertical-align:middle;margin:0 .5rem;max-width:100%;flex-shrink:0}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .blank-wrapper{margin:0 .2rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .blank-wrapper{margin:0 .15rem}}:where(.books-plugin) .fill-in-blank-player .blank-selection-container{display:inline-flex;flex-direction:column;gap:.5rem;align-items:center;position:relative;max-width:100%;flex-shrink:0;overflow:visible;z-index:1}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .blank-selection-container{direction:rtl}:where(.books-plugin) .fill-in-blank-player .blank-input-display{display:inline-flex;align-items:center;justify-content:center;min-width:60px;width:auto;padding:.25rem .5rem;height:60px;border:2px solid var(--bs-primary);border-radius:.375rem;background:var(--bs-body-bg);font-size:2.25rem;font-weight:400;font-family:Amiri,serif;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1}:where(.books-plugin) .fill-in-blank-player .blank-input-display:focus-visible{outline:3px solid var(--bs-primary);outline-offset:3px}:where(.books-plugin) .fill-in-blank-player .blank-input-display.is-active{border-color:var(--bs-primary);background-color:rgba(var(--bs-primary-rgb),.05);animation:blank-active-pulse 1.6s ease-in-out infinite}:where(.books-plugin) .fill-in-blank-player .blank-input-display.just-changed{animation:blank-bloom .35s ease-out}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .blank-input-display{min-width:50px;height:50px;font-size:1.4rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .blank-input-display{min-width:45px;height:45px;font-size:1.3rem}}:where(.books-plugin) [data-bs-theme=dark] .fill-in-blank-player .blank-input-display{background:var(--bs-body-bg);color:var(--bs-body-color)}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .blank-input-display{direction:rtl}:where(.books-plugin) .fill-in-blank-player .blank-input-display:hover{border-color:var(--bs-primary-dark, #0056b3);box-shadow:0 2px 8px #0d6efd33;transform:scale(1.05)}:where(.books-plugin) .fill-in-blank-player .blank-input-display:active{transform:scale(.98)}:where(.books-plugin) .fill-in-blank-player .blank-input-display .selected-char{color:inherit;font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) [data-bs-theme=light] .fill-in-blank-player .blank-input-display .selected-char,:where(.books-plugin) [data-bs-theme=dark] .fill-in-blank-player .blank-input-display .selected-char{color:var(--bs-body-color)}:where(.books-plugin) .fill-in-blank-player .blank-input-display .selected-char:not(:empty){animation:none}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-default .selected-char:empty:after{content:"?";animation:pulse-hint 2s ease-in-out infinite;color:inherit}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-correct,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-correct .selected-char{color:#fff}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-correct{background-color:var(--bs-success, #198754);border-color:var(--bs-success, #198754)}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-warning,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-warning .selected-char{color:#fff}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-warning{background-color:#fbbf24;border-color:#fbbf24;animation:shake .6s ease-in-out}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-locked,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-locked .selected-char{color:#fff}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-locked{background-color:#ef4444;border-color:#ef4444}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-skipped,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-skipped .selected-char{color:#fff}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-skipped{background-color:var(--bs-indigo, #6366f1);border-color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-known,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-known .selected-char{color:#fff}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-known{background-color:#fbbf24;border-color:#fbbf24}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-review,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-review .selected-char{color:#fff}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-review{background-color:#06b6d4;border-color:#06b6d4}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-correct:hover,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-warning:hover,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-locked:hover,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-skipped:hover,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-known:hover,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-review:hover{box-shadow:none;transform:none}:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-correct:active,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-warning:active,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-locked:active,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-skipped:active,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-known:active,:where(.books-plugin) .fill-in-blank-player .blank-input-display.blank-state-review:active{transform:none}:where(.books-plugin) .fill-in-blank-player [x-cloak]{display:none!important}:where(.books-plugin) .fill-in-blank-player .character-options{position:absolute;top:100%;left:50%;transform:translate(-50%);display:flex;flex-direction:row;flex-wrap:nowrap;gap:.375rem;justify-content:center;align-items:center;padding:.5rem;background:var(--bs-body-bg);border:2px solid var(--bs-primary);border-radius:.5rem;margin-top:.5rem;box-shadow:0 8px 24px #0000002e;z-index:1000;white-space:nowrap;max-width:calc(100vw - 2rem);overflow-x:auto;visibility:visible!important;font-family:Amiri,Dubai,Segoe UI,serif!important;-webkit-mask-image:linear-gradient(to right,transparent 0,black 1rem,black calc(100% - 1rem),transparent 100%);mask-image:linear-gradient(to right,transparent 0,black 1rem,black calc(100% - 1rem),transparent 100%)}:where(.books-plugin) [data-bs-theme=dark] .fill-in-blank-player .character-options{background:var(--bs-body-bg);border-color:var(--bs-primary)}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .character-options{direction:rtl}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .character-options{max-width:calc(100vw - 2rem);gap:.25rem;padding:.375rem;margin-top:.375rem;left:50%;transform:translate(-50%);overflow-x:auto}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .character-options{padding:.25rem;gap:.2rem}}:where(.books-plugin) .fill-in-blank-player .char-option-btn{min-width:60px;height:60px;border:2px solid var(--bs-gray-300, #dee2e6);border-radius:.375rem;background:var(--bs-body-bg);color:var(--bs-body-color);font-size:1.65rem;font-weight:600;font-family:Amiri,Dubai,Segoe UI,serif!important;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease;padding:.25rem .5rem;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;gap:.25rem}@media (max-width: 768px){:where(.books-plugin) .fill-in-blank-player .char-option-btn{min-width:50px;height:50px;font-size:1.4rem;padding:.125rem .25rem}}@media (max-width: 480px){:where(.books-plugin) .fill-in-blank-player .char-option-btn{min-width:44px;height:44px;font-size:1.2rem;padding:.1rem .2rem}}:where(.books-plugin) .fill-in-blank-player .char-option-btn .char-option-letter{font-size:1.65rem;font-weight:600;line-height:1;font-family:Amiri,Dubai,Segoe UI,serif!important;color:inherit!important}:where(.books-plugin) .fill-in-blank-player .char-option-btn .char-option-word{font-size:.75rem;font-weight:400;line-height:1;opacity:.7;font-family:Amiri,Dubai,Segoe UI,serif!important;color:inherit!important}:where(.books-plugin) [data-bs-theme=dark] .fill-in-blank-player .char-option-btn{background:var(--bs-body-bg);color:var(--bs-body-color);border-color:var(--bs-border-color)}:where(.books-plugin) .fill-in-blank-player .char-option-btn:hover{border-color:var(--bs-primary);background:var(--bs-primary-light, rgba(13, 110, 253, .1));transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}:where(.books-plugin) .fill-in-blank-player .char-option-btn.selected{border-color:var(--bs-primary);background:var(--bs-primary);color:#fff;box-shadow:0 2px 8px #0d6efd4d}:where(.books-plugin) .fill-in-blank-player .char-option-btn.focused{border-color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.12);box-shadow:0 0 0 3px rgba(var(--bs-primary-rgb),.25)}:where(.books-plugin) .fill-in-blank-player .char-option-btn:focus-visible{outline:3px solid var(--bs-primary);outline-offset:2px}:where(.books-plugin) .fill-in-blank-player .char-option-btn:active{transform:translateY(0)}:where(.books-plugin) .fill-in-blank-player .input-wrapper-modern{margin-top:2rem;margin-bottom:0}:where(.books-plugin) .fill-in-blank-player .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:where(.books-plugin) .fill-in-blank-player .input-with-navigation{display:flex;align-items:center;gap:.75rem}:where(.books-plugin) .fill-in-blank-player .nav-arrow-btn{width:48px;height:48px;border:2px solid var(--bs-border-color);border-radius:50%;background:var(--bs-body-bg);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease,background-color .3s ease,border-color .3s ease,color .3s ease;font-size:1.25rem;color:var(--bs-body-color)}:where(.books-plugin) .fill-in-blank-player .nav-arrow-btn:hover:not(:disabled){background:var(--bs-primary);border-color:var(--bs-primary);color:var(--bs-white)}:where(.books-plugin) .fill-in-blank-player .nav-arrow-btn:active:not(:disabled){transform:scale(.95)}:where(.books-plugin) .fill-in-blank-player .nav-arrow-btn:disabled{opacity:.3;cursor:not-allowed}:where(.books-plugin) .fill-in-blank-player .nav-arrow-btn i{font-size:1.5rem}:where(.books-plugin) .fill-in-blank-player .input-container-modern{flex:1;position:relative}:where(.books-plugin) .fill-in-blank-player .answer-input-modern{width:100%;padding:.75rem 1rem;border:2px solid var(--bs-border-color);border-radius:.5rem;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease,background-color .3s ease;background:var(--bs-body-bg);color:var(--bs-body-color)}:where(.books-plugin) .fill-in-blank-player .answer-input-modern:focus{outline:none;border-color:var(--bs-primary);box-shadow:0 0 0 .2rem rgba(var(--bs-primary-rgb),.25)}:where(.books-plugin) .fill-in-blank-player .mistake-item,:where(.books-plugin) .fill-in-blank-player .correct-item{font-family:Amiri,Dubai,Segoe UI,serif!important}[dir=rtl] :where(.books-plugin) .fill-in-blank-player{text-align:right}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .sentence-text{text-align:right;direction:rtl;justify-content:center}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .sentence-content{text-align:right;direction:rtl}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .input-with-navigation{direction:ltr}[dir=rtl] :where(.books-plugin) .fill-in-blank-player .input-with-navigation .input-container-modern,[dir=rtl] :where(.books-plugin) .fill-in-blank-player .input-with-navigation .nav-arrow-btn{direction:rtl}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}@keyframes pulseGlow{0%,to{border-color:#0d6efd33;box-shadow:0 0 #0d6efd33}50%{border-color:#0d6efd66;box-shadow:0 0 20px #0d6efd33}}@keyframes input-bloom{0%{transform:scale(1)}40%{transform:scale(1.03)}to{transform:scale(1)}}:where(.books-plugin) .spelling-practice-player{max-width:900px;margin:0 auto;padding:1.5rem}@media (max-width: 768px){:where(.books-plugin) .spelling-practice-player{padding:.75rem}}@media (max-width: 480px){:where(.books-plugin) .spelling-practice-player{padding:.5rem}}:where(.books-plugin) .spelling-practice-player .practice-screen{position:relative;will-change:transform,opacity}:where(.books-plugin) .spelling-practice-player .item-list-pronunciation{font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .spelling-practice-player .visual-prompt-container{padding:2rem 0}:where(.books-plugin) .spelling-practice-player .visual-image img{max-height:300px;width:auto;display:block;margin:0 auto;border:2px solid var(--bs-border-color)}:where(.books-plugin) .spelling-practice-player .visual-word-display{background:linear-gradient(135deg,#0d6efd0d,#0d6efd26);border:2px solid rgba(13,110,253,.2);animation:pulseGlow 2s ease-in-out infinite}:where(.books-plugin) .spelling-practice-player .visual-word-display h2{margin:0;text-shadow:0 2px 4px rgba(0,0,0,.1)}:where(.books-plugin) [data-bs-theme=dark] .spelling-practice-player .visual-word-display{background:linear-gradient(135deg,#0d6efd26,#0d6efd40);border-color:#0d6efd66}:where(.books-plugin) [data-bs-theme=dark] .spelling-practice-player .visual-word-display h2{color:#7db3ff!important;text-shadow:0 2px 8px rgba(0,0,0,.5)}:where(.books-plugin) .spelling-practice-player .input-wrapper-modern{display:flex;flex-direction:column;gap:.5rem}:where(.books-plugin) .spelling-practice-player .input-with-navigation{display:flex;align-items:center;gap:.5rem}[dir=rtl] :where(.books-plugin) .spelling-practice-player .input-with-navigation{flex-direction:row-reverse}:where(.books-plugin) .spelling-practice-player .nav-arrow-btn{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--bs-body-bg);border:2px solid var(--bs-border-color);border-radius:50%;color:var(--bs-body-color);font-size:1.25rem;cursor:pointer;transition:all .3s ease}:where(.books-plugin) .spelling-practice-player .nav-arrow-btn:hover:not(:disabled){border-color:var(--bs-primary);transform:scale(1.1)}:where(.books-plugin) .spelling-practice-player .nav-arrow-btn:active:not(:disabled){transform:scale(.95)}:where(.books-plugin) .spelling-practice-player .nav-arrow-btn:disabled{opacity:.3;cursor:not-allowed}:where(.books-plugin) .spelling-practice-player .nav-arrow-btn i{line-height:1}@media (max-width: 768px){:where(.books-plugin) .spelling-practice-player .nav-arrow-btn{width:40px;height:40px;font-size:1.125rem}}@media (max-width: 480px){:where(.books-plugin) .spelling-practice-player .nav-arrow-btn{width:38px;height:38px;font-size:1rem}}:where(.books-plugin) .spelling-practice-player .input-container-modern{position:relative;flex:1}:where(.books-plugin) .spelling-practice-player .answer-input-modern{width:100%;padding:.5rem;font-family:Amiri,serif;font-size:1.5rem;border:2px solid var(--bs-border-color);border-radius:.5rem;background:var(--bs-body-bg);color:var(--bs-body-color);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease;text-align:center}:where(.books-plugin) .spelling-practice-player .answer-input-modern:focus{outline:none;border-color:var(--bs-primary);box-shadow:0 0 0 3px #0d6efd1a}:where(.books-plugin) .spelling-practice-player .answer-input-modern:focus-visible{outline:3px solid var(--bs-primary);outline-offset:2px}:where(.books-plugin) .spelling-practice-player .answer-input-modern.just-changed{animation:input-bloom .35s ease-out}:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-success,:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-success:focus{border-color:var(--bs-success, #198754);background:#19875414;box-shadow:0 0 0 3px #1987541a}:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-warning,:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-warning:focus{border-color:#fbbf24;background:#fbbf2414;box-shadow:0 0 0 3px #fbbf241a;animation:shake .6s ease-in-out}:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-danger,:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-danger:focus{border-color:#ef4444;background:#ef444414;box-shadow:0 0 0 3px #ef44441a}:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-skipped,:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-skipped:focus{border-color:var(--bs-indigo, #6366f1);background:#6366f114;box-shadow:0 0 0 3px #6366f11a}:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-mastered,:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-mastered:focus{border-color:#fbbf24;background:#fbbf2414;box-shadow:0 0 0 3px #fbbf241a}:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-review,:where(.books-plugin) .spelling-practice-player .answer-input-modern.input-review:focus{border-color:#06b6d4;background:#06b6d414;box-shadow:0 0 0 3px #06b6d41a}@media (max-width: 768px){:where(.books-plugin) .spelling-practice-player .answer-input-modern{padding:.375rem;font-size:1.25rem}}@media (max-width: 480px){:where(.books-plugin) .spelling-practice-player .answer-input-modern{padding:.3rem;font-size:1.1rem}}[dir=rtl] :where(.books-plugin) .spelling-practice-player .answer-input-modern{text-align:center;padding:.656rem 1.125rem}:where(.books-plugin) .spelling-practice-player .keyboard-section{margin-top:.5rem;width:100%;overflow-x:auto;overflow-y:hidden}:where(.books-plugin) .spelling-practice-player .spelling-keyboard-wrapper{max-width:900px;width:100%;margin:0 auto;direction:rtl;padding:.25rem;font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling{direction:rtl;background:transparent!important;box-shadow:none!important;border:0!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button{height:42px;min-width:40px;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);color:var(--bs-body-color);font-family:Amiri,Dubai,Segoe UI,serif!important;font-size:1.125rem;font-weight:600;border-radius:.25rem;transition:background .15s ease,border-color .15s ease,color .15s ease;box-shadow:0 1px 2px #0000000d;padding:0;margin:0!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button span{font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button:hover,:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button:active,:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button.hg-activeButton{background:var(--bs-primary, #0d6efd)!important;border-color:var(--bs-primary, #0d6efd)!important;color:#fff!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button:hover span,:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button:active span,:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button.hg-activeButton span{color:#fff!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button.hg-functionBtn{background:rgba(var(--bs-danger-rgb),.1);border-color:var(--bs-danger);color:var(--bs-danger)}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button.hg-functionBtn:active,:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button.hg-functionBtn:hover{background:var(--bs-danger, #dc3545)!important;border-color:var(--bs-danger, #dc3545)!important;color:#fff!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button.hg-functionBtn:active span,:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button.hg-functionBtn:hover span{color:#fff!important}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button[data-skbtn="{space}"]{flex-grow:3}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button[data-skbtn="{bksp}"],:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button[data-skbtn="{enter}"]{flex-grow:1.5}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-row{display:flex;justify-content:center;gap:.125rem;margin-bottom:.125rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-row:last-child{margin-bottom:0}:where(.books-plugin) .spelling-practice-player .simple-keyboard{padding:.125rem}@media (max-width: 768px){:where(.books-plugin) .spelling-practice-player .simple-keyboard{padding:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button{height:32px;min-width:30px;font-size:.8125rem;padding:0;border-radius:.125rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button[data-skbtn="{space}"]{flex-grow:2.5}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button[data-skbtn="{bksp}"],:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button[data-skbtn="{enter}"]{flex-grow:1.3}}@media (max-width: 576px){:where(.books-plugin) .spelling-practice-player .simple-keyboard{padding:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button{height:30px;min-width:26px;font-size:.75rem;padding:0;border-radius:.125rem}}@media (max-width: 480px){:where(.books-plugin) .spelling-practice-player .simple-keyboard{padding:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button{height:28px;min-width:24px;font-size:.6875rem;padding:0;border-radius:.125rem}}@media (max-width: 400px){:where(.books-plugin) .spelling-practice-player .simple-keyboard{padding:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .spelling-practice-player .hg-theme-spelling .hg-button{height:26px;min-width:22px;font-size:.625rem;padding:0;border-radius:.125rem}}:where(.books-plugin) [data-bs-theme=dark] .spelling-practice-player .category-badge.bg-warning-subtle{background-color:#ffc10740!important;color:#ffc107!important;border-color:#ffc107!important}:where(.books-plugin) [data-bs-theme=dark] .spelling-practice-player .category-badge.bg-success-subtle{background-color:#19875440!important;color:#20c997!important;border-color:#20c997!important}:where(.books-plugin) [data-bs-theme=dark] .spelling-practice-player .category-badge.bg-danger-subtle{background-color:#dc354540!important;color:#ea868f!important;border-color:#ea868f!important}:where(.books-plugin) [data-bs-theme=dark] .spelling-practice-player .category-badge[style*="rgba(6, :where(.books-plugin) 182, :where(.books-plugin) 212"],:where(.books-plugin) [data-bs-theme=dark] .spelling-practice-player .category-badge[style*="rgba(99, :where(.books-plugin) 102, :where(.books-plugin) 241"]{opacity:.9}:where(.books-plugin) .drag-drop-player{max-width:1400px;margin:0 auto;padding:.5rem}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player{padding:.5rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player{padding:.25rem}}:where(.books-plugin) .drag-drop-player .drag-drop-container{position:relative;display:flex;flex-direction:column;gap:.5rem}:where(.books-plugin) .drag-drop-player .unified-practice-panel{display:flex;flex-direction:column;gap:1rem;border:2px solid var(--bs-border-color);border-radius:.75rem;background:var(--bs-body-bg);padding:1rem;overflow:visible;position:relative}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .unified-practice-panel{padding:.75rem;gap:.75rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .unified-practice-panel{padding:.5rem;gap:.5rem}}:where(.books-plugin) .drag-drop-player .items-slider-container{padding:.75rem;position:relative}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .items-slider-container{padding:.5rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .items-slider-container{padding:.375rem}}:where(.books-plugin) .drag-drop-player .slider-counter{font-size:5rem;direction:rtl;unicode-bidi:isolate}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .slider-counter{font-size:4rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .slider-counter{font-size:3.5rem}}:where(.books-plugin) .drag-drop-player .items-slider{position:relative;min-height:100px;overflow:visible}:where(.books-plugin) .drag-drop-player .slide{display:none;width:100%}:where(.books-plugin) .drag-drop-player .slide.slide-active{display:block}:where(.books-plugin) .drag-drop-player .slide-grid{display:flex;flex-wrap:wrap;gap:.5rem;direction:rtl}:where(.books-plugin) .drag-drop-player .slide-grid .drag-item-wrapper{flex:1 1 200px;min-width:150px;max-width:100%}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .slide-grid{gap:.375rem}:where(.books-plugin) .drag-drop-player .slide-grid .drag-item-wrapper{flex:1 1 160px;min-width:120px}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .slide-grid{gap:.25rem}:where(.books-plugin) .drag-drop-player .slide-grid .drag-item-wrapper{flex:1 1 56px;min-width:40px}}:where(.books-plugin) .drag-drop-player .drop-zones-grid{display:flex;flex-wrap:nowrap;gap:.75rem;padding:.75rem}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .drop-zones-grid{gap:.5rem;padding:.5rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .drop-zones-grid{gap:.375rem;padding:.375rem}}:where(.books-plugin) .drag-drop-player .drop-zones-grid::-webkit-scrollbar{height:6px}:where(.books-plugin) .drag-drop-player .drop-zones-grid::-webkit-scrollbar-track{background:var(--bs-secondary-bg);border-radius:3px}:where(.books-plugin) .drag-drop-player .drop-zones-grid::-webkit-scrollbar-thumb{background:var(--bs-primary);border-radius:3px}:where(.books-plugin) .drag-drop-player .drag-item-wrapper{position:relative}:where(.books-plugin) .drag-drop-player .drag-item-wrapper:hover .item-bottom-actions,:where(.books-plugin) .drag-drop-player .drag-item-wrapper:focus-within .item-bottom-actions,:where(.books-plugin) .drag-drop-player .drag-item-wrapper.is-actions-open .item-bottom-actions{display:flex}:where(.books-plugin) .drag-drop-player .drag-item{padding:.5rem .75rem;border:2px solid var(--bs-border-color);border-radius:.375rem;background:var(--bs-body-bg);cursor:grab;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease,opacity .2s ease;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;min-height:80px;text-align:center}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .drag-item{gap:.375rem;min-height:85px;padding:.375rem .125rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .drag-item{gap:.25rem;padding:.375rem .25rem}}:where(.books-plugin) .drag-drop-player .drag-item[draggable=true]:hover{transform:translateY(-2px)}:where(.books-plugin) .drag-drop-player .drag-item[draggable=true]:active{cursor:grabbing}:where(.books-plugin) .drag-drop-player .drag-item-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;gap:.25rem;padding:1rem}:where(.books-plugin) .drag-drop-player .drag-item-text{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}:where(.books-plugin) .drag-drop-player .drag-item-label{font-size:4rem;font-weight:600;line-height:1;direction:rtl;unicode-bidi:isolate;font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .drag-item-label{font-size:3rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .drag-item-label{font-size:2.5rem}}@media (max-width: 768px){:where(.books-plugin) .slide-grid .drag-drop-player .drag-item-label{font-size:1.5rem}}:where(.books-plugin) .drag-drop-player .drag-item-example{display:flex;flex-direction:column;align-items:center;gap:.125rem;font-size:1.5rem;line-height:1.2;margin-top:.25rem;direction:rtl;unicode-bidi:isolate;font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .drag-drop-player .status-icon{font-size:1rem}:where(.books-plugin) .drag-drop-player .drag-handle{color:var(--bs-secondary);font-size:.875rem}:where(.books-plugin) .drag-drop-player .drag-item-correct{background:rgba(var(--bs-success-rgb),.1);border-color:var(--bs-success)}:where(.books-plugin) .drag-drop-player .drag-item-partial{cursor:grab}:where(.books-plugin) .drag-drop-player .drag-item-partial:active{cursor:grabbing}:where(.books-plugin) .drag-drop-player .drag-item-locked{background:rgba(var(--bs-danger-rgb),.1);border-color:var(--bs-danger);cursor:not-allowed}:where(.books-plugin) .drag-drop-player .drag-item-skipped{background:#6366f11a;border-color:var(--bs-indigo, #6366f1);cursor:not-allowed}:where(.books-plugin) .drag-drop-player .drag-item-known{background:rgba(var(--bs-warning-rgb),.1);border-color:var(--bs-warning);cursor:not-allowed}:where(.books-plugin) .drag-drop-player .drag-item-review{background:#06b6d41a;border-color:#06b6d4;cursor:not-allowed}:where(.books-plugin) .drag-drop-player .drag-item-warning{background:rgba(var(--bs-warning-rgb),.1);border-color:var(--bs-warning);animation:shake .5s}:where(.books-plugin) .drag-drop-player .drop-zone{flex:1 1 0;min-width:0;padding:.75rem;border:2px dashed var(--bs-border-color);border-radius:.5rem;background:var(--bs-secondary-bg);min-height:180px;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;position:relative}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .drop-zone{min-width:100px;min-height:110px;padding:.5rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .drop-zone{min-width:90px;min-height:84px;padding:.375rem .25rem}}:where(.books-plugin) .drag-drop-player .drop-zone.drop-zone-active{border-color:var(--bs-success)!important;border-width:3px!important;background:rgba(var(--bs-success-rgb),.08)!important}:where(.books-plugin) .drag-drop-player .drop-zone.drop-zone-active .drop-zone-label{color:var(--bs-success);font-weight:700}:where(.books-plugin) .drag-drop-player .drop-zone.drop-zone-active .drop-zone-placeholder{opacity:.8;color:var(--bs-success)}:where(.books-plugin) .drag-drop-player .drop-zone-label{font-size:2rem;font-weight:600;color:var(--bs-secondary);margin-bottom:.5rem;text-align:center;display:flex;align-items:center;justify-content:center;direction:rtl;unicode-bidi:isolate;font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .drop-zone-label{font-size:.875rem;margin-bottom:.25rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .drop-zone-label{font-size:.75rem}}:where(.books-plugin) .drag-drop-player .dropped-items-container{position:relative;flex:1;display:flex;flex-direction:column;min-height:120px;gap:.5rem}:where(.books-plugin) .drag-drop-player .dropped-items-group{display:none;flex-direction:column;gap:.5rem;width:100%}:where(.books-plugin) .drag-drop-player .dropped-items-group.slide-active{display:flex}:where(.books-plugin) .drag-drop-player .dropped-item{position:relative;padding:.75rem;border:2px solid var(--bs-border-color);border-radius:.375rem;background:var(--bs-body-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;transition:background-color .3s ease,border-color .3s ease,color .3s ease,transform .3s ease,opacity .3s ease;min-height:60px}:where(.books-plugin) .drag-drop-player .dropped-item-content{display:flex;align-items:center;justify-content:center;font-size:2.5rem;line-height:1.2}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .dropped-item-content{font-size:1.5rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .dropped-item-content{font-size:1.25rem}}:where(.books-plugin) .drag-drop-player .dropped-letter-info{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}:where(.books-plugin) .drag-drop-player .dropped-letter-row{display:flex;align-items:center;justify-content:center;gap:.5rem}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .dropped-letter-row{flex-direction:column;gap:.25rem}}:where(.books-plugin) .drag-drop-player .dropped-letter-label{font-size:3rem;font-weight:600;line-height:1.2;direction:rtl;unicode-bidi:isolate;font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .dropped-letter-label{font-size:1.75rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .dropped-letter-label{font-size:1.5rem}}:where(.books-plugin) .drag-drop-player .dropped-item-example{display:flex;flex-direction:column;align-items:center;gap:.125rem;font-size:1.5rem;line-height:1.2;margin-top:.25rem;direction:rtl;unicode-bidi:isolate;color:var(--bs-secondary);font-weight:500;font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .drag-drop-player .dropped-item-example{font-size:1.125rem}}@media (max-width: 480px){:where(.books-plugin) .drag-drop-player .dropped-item-example{font-size:1rem}}:where(.books-plugin) .drag-drop-player .dropped-item-correct{background:rgba(var(--bs-success-rgb),.1);border-color:var(--bs-success)}:where(.books-plugin) .drag-drop-player .dropped-item-locked{background:rgba(var(--bs-danger-rgb),.1);border-color:var(--bs-danger)}:where(.books-plugin) .drag-drop-player .dropped-item-skipped{background:#6366f11a;border-color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .drag-drop-player .dropped-item-known{background:rgba(var(--bs-warning-rgb),.1);border-color:var(--bs-warning)}:where(.books-plugin) .drag-drop-player .dropped-item-review{background:#06b6d41a;border-color:#06b6d4}:where(.books-plugin) .drag-drop-player .item-bottom-actions{display:none}:where(.books-plugin) .drag-drop-player .drag-item-dragging{opacity:.5;transform:scale(.97)}:where(.books-plugin) .drag-drop-player .drag-ghost{box-shadow:0 12px 28px #00000040;cursor:grabbing;will-change:transform;-webkit-user-select:none;user-select:none;touch-action:none}:where(.books-plugin) .drag-drop-player .drag-item[draggable=true]{touch-action:none}:where(.books-plugin) .drag-drop-player .drag-item-selected{outline:3px solid var(--bs-primary, #0d6efd);outline-offset:3px;box-shadow:0 0 0 6px #0d6efd26}:where(.books-plugin) .drag-drop-player .drag-item:focus-visible,:where(.books-plugin) .drag-drop-player .drop-zone:focus-visible{outline:3px solid var(--bs-primary, #0d6efd);outline-offset:2px}:where(.books-plugin) .drag-drop-player .drop-zone-pickup-target{border-style:solid;border-color:var(--bs-primary, #0d6efd);background:rgba(var(--bs-primary-rgb),.04)}:where(.books-plugin) .drag-drop-player .dropped-item-remove{position:absolute;top:.25rem;inset-inline-end:.25rem;width:26px;height:26px;border-radius:50%;border:none;background:#0000000f;color:var(--bs-body-color);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .15s ease,background-color .15s ease,color .15s ease,transform .15s ease;z-index:2}:where(.books-plugin) .drag-drop-player .dropped-item-remove i{font-size:.85rem;line-height:1}:where(.books-plugin) .drag-drop-player .dropped-item-remove:hover,:where(.books-plugin) .drag-drop-player .dropped-item-remove:focus-visible{opacity:1;background:rgba(var(--bs-danger-rgb),.15);color:var(--bs-danger);transform:scale(1.1)}:where(.books-plugin) .drag-drop-player .dropped-item-remove:focus-visible{outline:2px solid var(--bs-primary, #0d6efd);outline-offset:2px}:where(.books-plugin) .drag-drop-player .drop-zone.drop-zone-empty:hover{border-color:var(--bs-border-color);background:var(--bs-secondary-bg)}:where(.books-plugin) .drag-drop-player .drop-zone.drop-zone-empty.drag-over,:where(.books-plugin) .drag-drop-player .drop-zone.drop-zone-empty:hover:has(.drag-item-dragging){border-color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.05)}@media (prefers-reduced-motion: reduce){:where(.books-plugin) .drag-drop-player .drag-item-warning{animation:none}:where(.books-plugin) .drag-drop-player .drag-item[draggable=true]:hover{transform:none}:where(.books-plugin) .drag-drop-player .item-list-item:hover{transform:none}}[dir=rtl] :where(.books-plugin) .drag-drop-player{text-align:right}@keyframes correctPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes hintGlow{0%,to{box-shadow:0 0 #0dcaf08c}50%{box-shadow:0 0 0 10px #0dcaf000}}@keyframes letterPressFlash{0%{background:var(--bs-primary-bg-subtle, rgba(13, 110, 253, .15));transform:scale(.92)}60%{background:var(--bs-primary-bg-subtle, rgba(13, 110, 253, .1));transform:scale(1.04)}to{background:var(--bs-body-bg);transform:scale(1)}}:where(.books-plugin) .letter-coloring-player{max-width:900px;margin:0 auto;padding:2rem}:where(.books-plugin) .letter-coloring-player .word-card-container{position:relative;min-height:500px;background:var(--bs-body-bg);border:3px solid var(--bs-border-color);border-radius:1rem;padding:2rem;margin-bottom:2rem;overflow:visible}:where(.books-plugin) .letter-coloring-player .word-card-container.active{border-color:var(--bs-primary)}:where(.books-plugin) .letter-coloring-player .word-card-container:has(.word-card.correct.active){border-color:var(--bs-success)}:where(.books-plugin) .letter-coloring-player .word-card-container:has(.word-card.warning.active){border-color:var(--bs-warning)}:where(.books-plugin) .letter-coloring-player .word-card-container:has(.word-card.locked.active){border-color:var(--bs-danger)}:where(.books-plugin) .letter-coloring-player .word-card-container:has(.word-card.skipped.active){border-color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .letter-coloring-player .word-card-container:has(.word-card.known.active){border-color:gold;background:#ffd7000d}:where(.books-plugin) .letter-coloring-player .word-card-container:has(.word-card.review.active){border-color:#06b6d4;background:#06b6d40d}:where(.books-plugin) .letter-coloring-player .word-slot{display:none}:where(.books-plugin) .letter-coloring-player .word-slot.word-slot-active{display:block}:where(.books-plugin) .letter-coloring-player .word-card{position:relative;border-radius:1rem;background:transparent;border:none;overflow:visible}:where(.books-plugin) .letter-coloring-player .full-word-display{border-radius:1rem}:where(.books-plugin) .letter-coloring-player .full-word-text{color:var(--bs-emphasis-color);letter-spacing:.1em;font-size:4rem;font-weight:700;direction:rtl}:where(.books-plugin) .letter-coloring-player .translation-text{font-size:1.2rem;direction:ltr}:where(.books-plugin) .letter-coloring-player .full-word-letter{display:inline;transition:color .25s ease,text-shadow .25s ease;border-radius:.25rem}:where(.books-plugin) .letter-coloring-player .full-word-letter.letter-highlighted{color:var(--bs-success)}:where(.books-plugin) .letter-coloring-player .full-word-letter.letter-selected{color:var(--bs-info);text-shadow:0 0 6px rgba(13,202,240,.35)}:where(.books-plugin) .letter-coloring-player .full-word-letter.letter-correct{color:var(--bs-success);text-shadow:0 0 6px rgba(25,135,84,.35)}:where(.books-plugin) .letter-coloring-player .full-word-letter.letter-skipped{color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .letter-coloring-player .full-word-letter.letter-locked{color:var(--bs-danger)}:where(.books-plugin) .letter-coloring-player .decomposed-letters-section{margin:2rem 0}:where(.books-plugin) .letter-coloring-player .decomposed-label{font-size:1.1rem;font-weight:500}:where(.books-plugin) .letter-coloring-player .decomposed-letters-grid{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem}:where(.books-plugin) .letter-coloring-player .letter-button{width:80px;height:80px;font-size:2.5rem;font-weight:700;background:var(--bs-body-bg);border:3px solid var(--bs-border-color);border-radius:.75rem;color:var(--bs-body-color);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center}:where(.books-plugin) .letter-coloring-player .letter-button:hover:not(:disabled){transform:scale(1.1);border-color:var(--bs-primary);box-shadow:0 4px 12px #0d6efd26}:where(.books-plugin) .letter-coloring-player .letter-button:active:not(:disabled){transform:scale(.96);transition-duration:.05s}:where(.books-plugin) .letter-coloring-player .letter-button:focus-visible{outline:3px solid var(--bs-primary, #0d6efd);outline-offset:3px}:where(.books-plugin) .letter-coloring-player .letter-button.letter-pressed:not(.correct):not(.incorrect):not(.locked):not(.skipped){animation:letterPressFlash .3s ease-out}:where(.books-plugin) .letter-coloring-player .letter-button.correct{background:var(--bs-success-bg-subtle);border-color:var(--bs-success);color:var(--bs-success);animation:correctPulse .5s}:where(.books-plugin) .letter-coloring-player .letter-button.incorrect{background:var(--bs-danger-bg-subtle);border-color:var(--bs-danger);color:var(--bs-danger);animation:shake .5s}:where(.books-plugin) .letter-coloring-player .letter-button.skipped{background:#6366f11a;border-color:var(--bs-indigo, #6366f1);color:var(--bs-indigo, #6366f1);opacity:.8}:where(.books-plugin) .letter-coloring-player .letter-button.locked{background:var(--bs-danger-bg-subtle);border-color:var(--bs-danger);color:var(--bs-danger);opacity:.8}:where(.books-plugin) .letter-coloring-player .letter-button.hint-glow{animation:hintGlow 1.5s ease-in-out infinite;border-color:var(--bs-info);color:var(--bs-info)}:where(.books-plugin) .letter-coloring-player .letter-button.mark-known,:where(.books-plugin) .letter-coloring-player .letter-button.mark-known.correct,:where(.books-plugin) .letter-coloring-player .letter-button.mark-known.locked,:where(.books-plugin) .letter-coloring-player .letter-button.mark-known.skipped{background:#fbbf2438!important;border-color:#fbbf24!important;color:#b8860b!important;box-shadow:0 0 0 3px #fbbf2473!important;opacity:1!important;animation:none!important}:where(.books-plugin) .letter-coloring-player .letter-button.mark-review,:where(.books-plugin) .letter-coloring-player .letter-button.mark-review.correct,:where(.books-plugin) .letter-coloring-player .letter-button.mark-review.locked,:where(.books-plugin) .letter-coloring-player .letter-button.mark-review.skipped{background:#06b6d438!important;border-color:#06b6d4!important;color:#0e7490!important;box-shadow:0 0 0 3px #06b6d473!important;opacity:1!important;animation:none!important}:where(.books-plugin) .letter-coloring-player .letter-button.mark-active{transform:translateY(-2px) scale(1.05);box-shadow:0 0 0 3px var(--bs-primary, #0d6efd),0 6px 16px #0d6efd59}:where(.books-plugin) .letter-coloring-player .letter-button:disabled{cursor:not-allowed;opacity:.6}:where(.books-plugin) .letter-coloring-player .action-review.is-ready{filter:drop-shadow(0 0 6px #fbbf24)}:where(.books-plugin) .letter-coloring-player .action-mastered.is-ready{filter:drop-shadow(0 0 6px #ffd700)}:where(.books-plugin) .letter-coloring-player .slider-nav-wrapper{display:flex;align-items:center;gap:1rem;justify-content:space-between}[dir=rtl] :where(.books-plugin) .letter-coloring-player .slider-nav-wrapper{direction:ltr}:where(.books-plugin) .letter-coloring-player .nav-arrow-btn{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--bs-body-bg);border:2px solid var(--bs-border-color);border-radius:50%;color:var(--bs-body-color);font-size:1.25rem;cursor:pointer;transition:all .3s ease}:where(.books-plugin) .letter-coloring-player .nav-arrow-btn:hover:not(:disabled){background:var(--bs-body-bg);border-color:var(--bs-primary);transform:scale(1.1)}:where(.books-plugin) .letter-coloring-player .nav-arrow-btn:active:not(:disabled){transform:scale(.95)}:where(.books-plugin) .letter-coloring-player .nav-arrow-btn:disabled{opacity:.3;cursor:not-allowed}:where(.books-plugin) .letter-coloring-player .nav-arrow-btn i{display:flex;align-items:center;justify-content:center;line-height:1}:where(.books-plugin) .letter-coloring-player .navigation-buttons button{min-width:120px}[dir=rtl] :where(.books-plugin) .letter-coloring-player .navigation-buttons{flex-direction:row-reverse}[dir=rtl] :where(.books-plugin) .letter-coloring-player .navigation-buttons .btn i{margin-right:0;margin-left:.5rem}:where(.books-plugin) .letter-coloring-player .item-list-translation{font-style:italic}:where(.books-plugin) .letter-coloring-player .letter-marks-summary{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}:where(.books-plugin) .letter-coloring-player .letter-marks-summary .letter-mark-chip{font-size:.95rem;padding:.375rem .75rem}:where(.books-plugin) .letter-coloring-player .letter-mark-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:.5rem;font-size:.95rem;font-weight:600;line-height:1;font-family:Amiri,Dubai,Segoe UI,serif}:where(.books-plugin) .letter-coloring-player .letter-mark-chip i{font-size:.85em}:where(.books-plugin) .letter-coloring-player .letter-mark-chip.is-known{background:#fbbf242e;color:#b8860b;border:1px solid #fbbf24}:where(.books-plugin) .letter-coloring-player .letter-mark-chip.is-review{background:#06b6d42e;color:#0e7490;border:1px solid #06b6d4}:where(.books-plugin) .letter-coloring-player .full-word-text,:where(.books-plugin) .letter-coloring-player .full-word-letter,:where(.books-plugin) .letter-coloring-player .letter-button,:where(.books-plugin) .letter-coloring-player .translation-text,:where(.books-plugin) .letter-coloring-player .decomposed-label{font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .letter-coloring-player{padding:.75rem}:where(.books-plugin) .letter-coloring-player .word-card{padding:1rem;margin-bottom:.5rem}:where(.books-plugin) .letter-coloring-player .full-word-display{margin-bottom:1rem}:where(.books-plugin) .letter-coloring-player .decomposed-letters-section{margin:1rem 0}:where(.books-plugin) .letter-coloring-player .decomposed-letters-grid{gap:.5rem;margin-top:.5rem}:where(.books-plugin) .letter-coloring-player .letter-button{width:60px;height:60px;font-size:2rem}:where(.books-plugin) .letter-coloring-player .full-word-text{font-size:2.5rem!important}:where(.books-plugin) .letter-coloring-player .player-nav-container-inline{margin-top:1rem!important}}@media (max-width: 480px){:where(.books-plugin) .letter-coloring-player{padding:.5rem}:where(.books-plugin) .letter-coloring-player .word-card{padding:.75rem;margin-bottom:.5rem}:where(.books-plugin) .letter-coloring-player .full-word-display{margin-bottom:.75rem}:where(.books-plugin) .letter-coloring-player .decomposed-letters-section{margin:.75rem 0}:where(.books-plugin) .letter-coloring-player .decomposed-label{font-size:1rem;margin-bottom:.5rem}:where(.books-plugin) .letter-coloring-player .decomposed-letters-grid{gap:.375rem;margin-top:.375rem}:where(.books-plugin) .letter-coloring-player .letter-button{width:55px;height:55px;font-size:1.875rem}:where(.books-plugin) .letter-coloring-player .full-word-text{font-size:2.25rem!important}:where(.books-plugin) .letter-coloring-player .player-nav-container-inline{margin-top:.75rem!important}}[dir=rtl] :where(.books-plugin) .letter-coloring-player{text-align:right}[dir=rtl] :where(.books-plugin) .letter-coloring-player .full-word-display,[dir=rtl] :where(.books-plugin) .letter-coloring-player .full-word-text,[dir=rtl] :where(.books-plugin) .letter-coloring-player .translation-text{direction:rtl;text-align:center}[dir=rtl] :where(.books-plugin) .letter-coloring-player .decomposed-label{direction:rtl;text-align:center}[dir=rtl] :where(.books-plugin) .letter-coloring-player .decomposed-letters-grid{direction:rtl;flex-direction:row-reverse}[dir=rtl] :where(.books-plugin) .letter-coloring-player .bi-chevron-left:before{content:""!important}[dir=rtl] :where(.books-plugin) .letter-coloring-player .bi-chevron-right:before{content:""!important}:where(.books-plugin) .compose-decompose-player{max-width:900px;margin:0 auto;padding:1.5rem}:where(.books-plugin) .compose-decompose-player .word-card-container{position:relative;min-height:500px;background:var(--bs-body-bg);border:3px solid var(--bs-border-color);border-radius:1rem;padding:2rem;margin-bottom:2rem;overflow:visible}:where(.books-plugin) .compose-decompose-player .word-card-container.active{border-color:var(--bs-primary, #0d6efd)}:where(.books-plugin) .compose-decompose-player .word-card-container:has(.word-card.word-card-active.correct){border-color:#10b981}:where(.books-plugin) .compose-decompose-player .word-card-container:has(.word-card.word-card-active.warning){border-color:#f59e0b}:where(.books-plugin) .compose-decompose-player .word-card-container:has(.word-card.word-card-active.locked){border-color:#ef4444}:where(.books-plugin) .compose-decompose-player .word-card-container:has(.word-card.word-card-active.skipped){border-color:#6366f1;opacity:.8}:where(.books-plugin) .compose-decompose-player .word-card-container:has(.word-card.word-card-active.known){border-color:#fbbf24!important}:where(.books-plugin) .compose-decompose-player .word-card-container:has(.word-card.word-card-active.review){border-color:#06b6d4!important}:where(.books-plugin) .compose-decompose-player .item-number-badge{display:none}:where(.books-plugin) .compose-decompose-player .item-number-badge.item-number-badge-active{display:flex}:where(.books-plugin) .compose-decompose-player .word-card{background:transparent;padding:0;border:none;position:relative;display:none;width:100%}:where(.books-plugin) .compose-decompose-player .word-card.word-card-active{display:block}:where(.books-plugin) .compose-decompose-player .translation-text{text-align:center;font-size:1.25rem;color:var(--bs-body-color);direction:rtl;unicode-bidi:embed;display:flex;align-items:center;justify-content:center;gap:.5rem}:where(.books-plugin) .compose-decompose-player .target-word-connected{transition:color .3s ease;display:inline-block;letter-spacing:0;word-spacing:0;font-size:5rem;direction:rtl;unicode-bidi:embed;font-weight:700}:where(.books-plugin) .compose-decompose-player .target-word-connected .target-letter{display:inline;transition:color .3s ease;letter-spacing:0;word-spacing:0;margin:0;padding:0}:where(.books-plugin) .compose-decompose-player .arranged-word{min-height:3rem;display:inline-block;transition:color .2s ease,background-color .2s ease;direction:rtl;unicode-bidi:embed;font-size:5rem;font-weight:700}:where(.books-plugin) .compose-decompose-player .drop-slots{display:flex;justify-content:center;gap:.25rem;flex-wrap:wrap;direction:rtl;unicode-bidi:embed}:where(.books-plugin) .compose-decompose-player .drop-slot{position:relative;width:95px;height:95px;border:3px dashed var(--bs-border-color);border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:var(--bs-body-bg);transition:transform .2s ease,border-color .2s ease,background-color .2s ease,box-shadow .2s ease;cursor:pointer}@media (hover: hover){:where(.books-plugin) .compose-decompose-player .drop-slot:hover{border-color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.05);transform:scale(1.05)}}:where(.books-plugin) .compose-decompose-player .drop-slot:focus-visible{outline:3px solid var(--bs-primary);outline-offset:3px;border-color:var(--bs-primary)}:where(.books-plugin) .compose-decompose-player .drop-slot.drag-over{border-color:var(--bs-primary)!important;border-style:solid!important;background:rgba(var(--bs-primary-rgb),.15)!important;transform:scale(1.08);box-shadow:0 0 0 4px rgba(var(--bs-primary-rgb),.18)}:where(.books-plugin) .compose-decompose-player .drop-slot.is-target{border-color:var(--bs-primary);background:rgba(var(--bs-primary-rgb),.06);animation:drop-slot-pulse 1.6s ease-in-out infinite}:where(.books-plugin) .compose-decompose-player .drop-slot.is-filled{border-style:solid;cursor:pointer;border-color:var(--slot-color, var(--bs-primary));background-color:var(--slot-bg, rgba(13, 110, 253, .08))}:where(.books-plugin) .compose-decompose-player .drop-slot.is-filled .slot-letter{color:var(--slot-color, var(--bs-body-color))}@media (hover: hover){:where(.books-plugin) .compose-decompose-player .drop-slot.is-filled:hover .slot-clear-icon,:where(.books-plugin) .compose-decompose-player .drop-slot.is-filled:focus-visible .slot-clear-icon{opacity:1}}:where(.books-plugin) .compose-decompose-player .drop-slot .slot-clear-icon{position:absolute;top:2px;inset-inline-end:2px;font-size:1rem;color:var(--bs-danger, #ef4444);background:var(--bs-body-bg);border-radius:50%;opacity:0;transition:opacity .15s ease;pointer-events:none;line-height:1}@keyframes drop-slot-pulse{0%,to{box-shadow:0 0 rgba(var(--bs-primary-rgb),.35)}50%{box-shadow:0 0 0 6px rgba(var(--bs-primary-rgb),0)}}:where(.books-plugin) .compose-decompose-player .slot-letter{font-size:2.8rem;font-weight:700;color:var(--bs-body-color);direction:rtl;unicode-bidi:embed;text-align:center;transition:color .2s ease}:where(.books-plugin) .compose-decompose-player .available-letters{text-align:center}:where(.books-plugin) .compose-decompose-player .letters-label{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--bs-secondary-color);display:flex;align-items:center;justify-content:center;gap:.25rem}:where(.books-plugin) .compose-decompose-player .letters-pool{display:flex;justify-content:center;gap:.25rem;flex-wrap:wrap;direction:rtl;unicode-bidi:embed}:where(.books-plugin) .compose-decompose-player .draggable-letter{width:95px;height:95px;background:var(--letter-color, var(--bs-primary));border:2px solid var(--letter-color, var(--bs-primary));color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:2.8rem;font-weight:700;cursor:grab;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,filter .2s ease;box-shadow:0 2px 8px #0000001a;direction:rtl;unicode-bidi:embed;-webkit-user-select:none;user-select:none;position:relative;touch-action:none}@media (hover: hover){:where(.books-plugin) .compose-decompose-player .draggable-letter:hover:not(.is-placed){transform:translateY(-4px);box-shadow:0 4px 12px #0003;filter:brightness(1.1)}}:where(.books-plugin) .compose-decompose-player .draggable-letter:active:not(.is-placed){cursor:grabbing;transform:scale(.95)}:where(.books-plugin) .compose-decompose-player .draggable-letter:focus-visible{outline:3px solid var(--bs-warning, #fbbf24);outline-offset:3px}:where(.books-plugin) .compose-decompose-player .draggable-letter.is-dragging{opacity:.45;transform:scale(.92);cursor:grabbing;box-shadow:none}:where(.books-plugin) .compose-decompose-player .draggable-letter.is-picked{transform:translateY(-6px) scale(1.04);box-shadow:0 0 0 3px var(--bs-body-bg),0 0 0 6px var(--bs-warning, #fbbf24),0 8px 18px #00000040;filter:brightness(1.05)}:where(.books-plugin) .compose-decompose-player .draggable-letter.is-picked:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:1rem;pointer-events:none;animation:pickup-ring 1.4s ease-in-out infinite}:where(.books-plugin) .compose-decompose-player .draggable-letter.is-placed{opacity:.3;filter:grayscale(.4);cursor:not-allowed;transform:scale(.95);touch-action:auto}@media (hover: hover){:where(.books-plugin) .compose-decompose-player .draggable-letter.is-placed:hover{transform:scale(.95);filter:grayscale(.4);box-shadow:0 2px 8px #0000001a}}@keyframes pickup-ring{0%,to{box-shadow:0 0 #fbbf2480}50%{box-shadow:0 0 0 8px #fbbf2400}}:where(.books-plugin) .compose-decompose-player .drag-ghost{border-radius:.75rem;font-size:2.8rem;font-weight:700}:where(.books-plugin) .compose-decompose-player .pickup-hint{margin-top:.75rem;font-size:.95rem;font-weight:600;color:var(--bs-primary);display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:rgba(var(--bs-primary-rgb),.1);border:1px solid rgba(var(--bs-primary-rgb),.25);border-radius:999px}:where(.books-plugin) .compose-decompose-player .pickup-hint i{font-size:1rem}:where(.books-plugin) .compose-decompose-player .shadda-instructions{text-align:center}:where(.books-plugin) .compose-decompose-player .shadda-instructions .alert{border-radius:.75rem;background:rgba(var(--bs-info-rgb),.1);border:2px solid var(--bs-info);padding:.75rem 1rem;margin:0;justify-content:center;text-align:center;direction:rtl;unicode-bidi:embed}:where(.books-plugin) .compose-decompose-player .shadda-instructions .alert small{line-height:1.4;margin:0}:where(.books-plugin) .compose-decompose-player .shadda-instructions .alert i{flex-shrink:0;font-size:1.1rem}:where(.books-plugin) .compose-decompose-player .shadda-instructions .shadda-example{font-weight:700}[dir=rtl] :where(.books-plugin) .compose-decompose-player .shadda-instructions .alert{flex-direction:row-reverse}:where(.books-plugin) .compose-decompose-player .slot-letter,:where(.books-plugin) .compose-decompose-player .draggable-letter,:where(.books-plugin) .compose-decompose-player .item-list-word,:where(.books-plugin) .compose-decompose-player .arranged-word,:where(.books-plugin) .compose-decompose-player .translation-text,:where(.books-plugin) .compose-decompose-player .translation-text .fw-bold,:where(.books-plugin) .compose-decompose-player .target-word-connected,:where(.books-plugin) .compose-decompose-player .target-word-connected .target-letter,:where(.books-plugin) .compose-decompose-player .drag-ghost,:where(.books-plugin) .compose-decompose-player .shadda-instructions .shadda-example,:where(.books-plugin) .compose-decompose-player .shadda-instructions small{font-family:Amiri,Dubai,Segoe UI,serif!important}@media (max-width: 768px){:where(.books-plugin) .compose-decompose-player{padding:1rem}:where(.books-plugin) .compose-decompose-player .arranged-word,:where(.books-plugin) .compose-decompose-player .target-word-connected{font-size:2.5rem}:where(.books-plugin) .compose-decompose-player .draggable-letter,:where(.books-plugin) .compose-decompose-player .drop-slot{width:54px;height:54px;font-size:1.6rem}:where(.books-plugin) .compose-decompose-player .drop-slots,:where(.books-plugin) .compose-decompose-player .letters-pool{gap:.375rem}}[dir=rtl] :where(.books-plugin) .compose-decompose-player{text-align:right}:where(.books-plugin) .letter-shapes-player{max-width:900px;margin:0 auto;padding:1.5rem}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player{padding:.75rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player{padding:.5rem}}:where(.books-plugin) .letter-shapes-player .practice-card{border-width:1px;padding:2rem;box-shadow:0 2px 8px #0000000d}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .practice-card{padding:1.5rem;border-radius:.5rem}}@media (max-width: 576px){:where(.books-plugin) .letter-shapes-player .practice-card{padding:1.25rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .practice-card{padding:1rem;border-radius:.375rem}}:where(.books-plugin) .letter-shapes-player .card-border-warning{animation:shake .6s ease-in-out}:where(.books-plugin) .letter-shapes-player .practice-card .shown-letter,:where(.books-plugin) .letter-shapes-player .practice-card .shown-letter-name,:where(.books-plugin) .letter-shapes-player .practice-card .form-value,:where(.books-plugin) .letter-shapes-player .practice-card .form-example,:where(.books-plugin) .letter-shapes-player .practice-card .form-label,:where(.books-plugin) .letter-shapes-player .practice-card .answer-input-modern{font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .letter-shapes-player .shown-letter{position:relative;z-index:1;font-family:Amiri,serif;font-size:4rem;font-weight:700;line-height:1;margin:.5rem 0 .25rem;padding:.5rem;transition:transform .3s ease;text-align:center}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .shown-letter{font-size:4.5rem;margin:.375rem 0 .2rem;padding:.375rem}}@media (max-width: 576px){:where(.books-plugin) .letter-shapes-player .shown-letter{font-size:4rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .shown-letter{font-size:3rem;margin:.25rem 0 .15rem;padding:.25rem}}:where(.books-plugin) .letter-shapes-player .shown-letter:hover{transform:scale(1.05)}:where(.books-plugin) .letter-shapes-player .shown-letter-caption{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin:0 0 1rem;color:var(--bs-secondary-color)}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .shown-letter-caption{margin-bottom:.5rem;gap:.375rem}}:where(.books-plugin) .letter-shapes-player .shown-letter-caption .shown-letter-form-label{font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}:where(.books-plugin) .letter-shapes-player .shown-letter-caption .shown-letter-name{font-family:Amiri,serif;font-size:1.125rem;color:var(--bs-body-color);opacity:.8}:where(.books-plugin) .letter-shapes-player .form-progress-steps{display:flex;justify-content:center;align-items:center;gap:.4rem;margin:0 auto .75rem}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .form-progress-steps{gap:.3rem;margin-bottom:.5rem}}:where(.books-plugin) .letter-shapes-player .form-progress-step{width:10px;height:10px;border-radius:50%;background:var(--bs-secondary-bg, #e9ecef);border:2px solid var(--bs-border-color);transition:background .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}:where(.books-plugin) .letter-shapes-player .form-progress-step.is-done{background:var(--bs-success, #198754);border-color:var(--bs-success, #198754)}:where(.books-plugin) .letter-shapes-player .form-progress-step.is-current{background:var(--bs-primary, #0d6efd);border-color:var(--bs-primary, #0d6efd);transform:scale(1.35);box-shadow:0 0 0 3px #0d6efd2e}:where(.books-plugin) .letter-shapes-player .form-progress-step.is-locked{background:var(--bs-danger, #dc3545);border-color:var(--bs-danger, #dc3545)}:where(.books-plugin) .letter-shapes-player .form-progress-step.is-skipped{background:var(--bs-indigo, #6366f1);border-color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .letter-shapes-player .nav-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;width:100%}:where(.books-plugin) .letter-shapes-player .nav-row .player-content{flex:1;min-width:0;overflow:hidden}:where(.books-plugin) .letter-shapes-player .practice-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1.5rem;background:var(--bs-body-bg);border:1px dashed var(--bs-border-color);border-radius:.75rem;text-align:center;color:var(--bs-secondary-color)}:where(.books-plugin) .letter-shapes-player .practice-empty-state .empty-state-icon{font-size:3rem;color:var(--bs-secondary, #6c757d);opacity:.7}:where(.books-plugin) .letter-shapes-player .practice-empty-state .empty-state-title{font-size:1.125rem;font-weight:600;margin:0;color:var(--bs-body-color)}:where(.books-plugin) .letter-shapes-player .practice-empty-state .empty-state-body{font-size:.9375rem;margin:0;max-width:32rem}:where(.books-plugin) .letter-shapes-player .completed-forms-grid{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto}:where(.books-plugin) .letter-shapes-player .completed-forms-grid>*{flex:1 1 0;min-width:0}@media (max-width: 992px){:where(.books-plugin) .letter-shapes-player .completed-forms-grid{flex-wrap:wrap;overflow-x:visible;gap:.375rem}:where(.books-plugin) .letter-shapes-player .completed-forms-grid>*{flex:1 1 calc(50% - .1875rem);min-width:0}}@media (max-width: 576px){:where(.books-plugin) .letter-shapes-player .completed-forms-grid{gap:.5rem}:where(.books-plugin) .letter-shapes-player .completed-forms-grid>*{flex:1 1 100%}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .completed-forms-grid{gap:.375rem}}:where(.books-plugin) .letter-shapes-player .completed-form-card{position:relative;padding:.5rem;border-radius:.5rem;border:2px solid;background:var(--bs-body-bg)}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .completed-form-card{padding:.375rem;border-radius:.375rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .completed-form-card{padding:.25rem;border-radius:.25rem}}:where(.books-plugin) .letter-shapes-player .completed-form-success{border-color:var(--bs-success);background:linear-gradient(135deg,#1987540d,#19875405)}:where(.books-plugin) .letter-shapes-player .completed-form-mastered{border-color:#ffc107;background:linear-gradient(135deg,#ffc1070d,#ffc10705)}:where(.books-plugin) .letter-shapes-player .completed-form-review{border-color:#06b6d4;background:linear-gradient(135deg,#06b6d40d,#06b6d405)}:where(.books-plugin) .letter-shapes-player .completed-form-skipped{border-color:var(--bs-indigo, #6366f1);background:linear-gradient(135deg,#6366f10d,#6366f105)}:where(.books-plugin) .letter-shapes-player .completed-form-locked{border-color:var(--bs-danger);background:linear-gradient(135deg,#dc35450d,#dc354505)}:where(.books-plugin) .letter-shapes-player .form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem;gap:.25rem}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .form-header{margin-bottom:.25rem;gap:.2rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .form-header{margin-bottom:.2rem;gap:.15rem}}:where(.books-plugin) .letter-shapes-player .form-header i{font-size:.875rem;flex-shrink:0;padding:.5rem;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .form-header i{font-size:.75rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .form-header i{font-size:.625rem}}:where(.books-plugin) .letter-shapes-player .completed-form-success .form-header i{color:var(--bs-success)}:where(.books-plugin) .letter-shapes-player .completed-form-mastered .form-header i{color:#ffc107}:where(.books-plugin) .letter-shapes-player .completed-form-review .form-header i{color:#06b6d4}:where(.books-plugin) .letter-shapes-player .completed-form-skipped .form-header i{color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .letter-shapes-player .completed-form-locked .form-header i{color:var(--bs-danger)}:where(.books-plugin) .letter-shapes-player .form-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;font-weight:700;color:var(--bs-secondary-color);flex:1;margin:0}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .form-label{font-size:.6875rem;letter-spacing:.3px}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .form-label{font-size:.625rem;letter-spacing:.2px}}:where(.books-plugin) .letter-shapes-player .form-value{font-family:Amiri,serif;font-size:1.75rem;font-weight:700;text-align:center;margin:.25rem 0;line-height:1.1;color:var(--bs-body-color)}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .form-value{font-size:1.5rem;margin:.2rem 0}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .form-value{font-size:1.25rem;margin:.15rem 0}}:where(.books-plugin) .letter-shapes-player .form-example{font-family:Amiri,serif;font-size:1.5rem;text-align:center;color:var(--bs-secondary-color);margin-top:.375rem;padding-top:.375rem;border-top:1px solid var(--bs-border-color-translucent);opacity:.85}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .form-example{font-size:.8125rem;margin-top:.25rem;padding-top:.25rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .form-example{font-size:.75rem;margin-top:.2rem;padding-top:.2rem}}:where(.books-plugin) .letter-shapes-player .input-wrapper-modern{margin-bottom:1rem}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .input-wrapper-modern{margin-bottom:.75rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .input-wrapper-modern{margin-bottom:.5rem}}:where(.books-plugin) .letter-shapes-player .input-container-modern{flex:1;position:relative}:where(.books-plugin) .letter-shapes-player .answer-input-modern{width:100%;padding:1rem;font-family:Amiri,serif;font-size:2rem;border:2px solid var(--bs-border-color);border-radius:.5rem;background:var(--bs-body-bg);color:var(--bs-body-color);transition:box-shadow .15s ease;text-align:center}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .answer-input-modern{padding:.75rem;font-size:1.75rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .answer-input-modern{padding:.5rem;font-size:1.5rem}}:where(.books-plugin) .letter-shapes-player .answer-input-modern:focus{outline:none;border-color:var(--bs-primary);box-shadow:0 0 0 3px #0d6efd1a}:where(.books-plugin) .letter-shapes-player .answer-input-modern[readonly]{background:var(--bs-secondary-bg, #e9ecef)!important;border-color:var(--bs-border-color, #dee2e6)!important;color:var(--bs-secondary, #6c757d)!important;cursor:not-allowed!important;opacity:.75}:where(.books-plugin) .letter-shapes-player .answer-input-modern[readonly]:focus{outline:none;border-color:var(--bs-border-color, #dee2e6)!important;box-shadow:none!important}:where(.books-plugin) .letter-shapes-player .item-list-letter-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}:where(.books-plugin) .letter-shapes-player .item-list-forms{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}:where(.books-plugin) .letter-shapes-player .item-list-pronunciation{font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .letter-shapes-player .letter-form{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;width:auto;height:2.25rem;padding:0 .5rem;background:transparent;border:1px solid var(--bs-border-color);border-radius:.25rem;font-size:1.125rem;font-weight:600;color:var(--bs-body-color);cursor:help;transition:all .2s ease;white-space:nowrap}:where(.books-plugin) .letter-shapes-player .letter-form:hover{border-color:var(--bs-primary);transform:translateY(-2px);box-shadow:0 2px 4px #0000001a}:where(.books-plugin) .letter-shapes-player .letter-form.text-indigo{color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .letter-shapes-player .letter-form.border-indigo{border-color:var(--bs-indigo, #6366f1)}:where(.books-plugin) .letter-shapes-player .letter-form.text-warning{color:var(--bs-warning, #ffc107)}:where(.books-plugin) .letter-shapes-player .letter-form.border-warning{border-color:var(--bs-warning, #ffc107)}:where(.books-plugin) .letter-shapes-player .letter-form.text-info{color:var(--bs-info, #0dcaf0)}:where(.books-plugin) .letter-shapes-player .letter-form.border-info{border-color:var(--bs-info, #0dcaf0)}:where(.books-plugin) .letter-shapes-player .practice-screen{position:relative;will-change:transform,opacity}:where(.books-plugin) .letter-shapes-player .keyboard-section{margin-top:.5rem;width:100%;overflow-x:auto;overflow-y:hidden}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .keyboard-section{margin-top:.375rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .keyboard-section{margin-top:.25rem}}:where(.books-plugin) .letter-shapes-player .spelling-keyboard-wrapper{max-width:900px;width:100%;margin:0 auto;direction:rtl;padding:.25rem}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling{direction:rtl;background:transparent!important;box-shadow:none!important;border:0!important}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button{height:42px;min-width:40px;background:var(--bs-body-bg);border:1px solid var(--bs-border-color);color:var(--bs-body-color);font-family:Amiri,serif;font-size:1.125rem;font-weight:600;border-radius:.25rem;transition:all .15s;box-shadow:0 1px 2px #0000000d;padding:0;margin:0!important}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button:hover,:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button:active,:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button.hg-activeButton{background:var(--bs-primary, #0d6efd)!important;border-color:var(--bs-primary, #0d6efd)!important;color:#fff!important}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button:hover span,:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button:active span,:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button.hg-activeButton span{color:#fff!important}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-row{display:flex;justify-content:center;gap:.125rem;margin-bottom:.125rem}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-row:last-child{margin-bottom:0}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button.hg-functionBtn{background:rgba(var(--bs-danger-rgb),.1);border-color:var(--bs-danger);color:var(--bs-danger)}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button.hg-functionBtn:active,:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button.hg-functionBtn:hover{background:var(--bs-danger, #dc3545)!important;border-color:var(--bs-danger, #dc3545)!important;color:#fff!important}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button.hg-functionBtn:hover span,:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button.hg-functionBtn:active span{color:#fff!important}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button[data-skbtn="{space}"]{flex-grow:3}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button[data-skbtn="{bksp}"],:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button[data-skbtn="{enter}"]{flex-grow:1.5}:where(.books-plugin) .letter-shapes-player .simple-keyboard{padding:.125rem}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .simple-keyboard{padding:.0625rem}}@media (max-width: 576px){:where(.books-plugin) .letter-shapes-player .simple-keyboard{padding:.0625rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .simple-keyboard{padding:.0625rem}}@media (max-width: 400px){:where(.books-plugin) .letter-shapes-player .simple-keyboard{padding:.0625rem}}@media (max-width: 768px){:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button{height:32px;min-width:30px;font-size:.8125rem;padding:0;border-radius:.125rem}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button[data-skbtn="{space}"]{flex-grow:2.5}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button[data-skbtn="{bksp}"],:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button[data-skbtn="{enter}"]{flex-grow:1.3}}@media (max-width: 576px){:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button{height:30px;min-width:26px;font-size:.75rem;padding:0;border-radius:.125rem}}@media (max-width: 480px){:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button{height:28px;min-width:24px;font-size:.6875rem;padding:0;border-radius:.125rem}}@media (max-width: 400px){:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-row{gap:.0625rem;margin-bottom:.0625rem}:where(.books-plugin) .letter-shapes-player .hg-theme-spelling .hg-button{height:26px;min-width:22px;font-size:.625rem;padding:0;border-radius:.125rem}}[dir=rtl] :where(.books-plugin) .letter-shapes-player{text-align:right}[dir=rtl] :where(.books-plugin) .letter-shapes-player .form-header,[dir=rtl] :where(.books-plugin) .letter-shapes-player .item-list-letter-info,[dir=rtl] :where(.books-plugin) .letter-shapes-player .item-list-forms{flex-direction:row-reverse}[dir=rtl] :where(.books-plugin) .letter-shapes-player .form-label{text-align:right}[dir=rtl] :where(.books-plugin) .letter-shapes-player .item-list-pronunciation{margin-left:0!important;margin-right:.5rem!important}[dir=rtl] :where(.books-plugin) .letter-shapes-player .completed-forms-grid{direction:rtl}:where(.books-plugin) [data-bs-theme=dark] .letter-shapes-player .completed-form-card:hover{box-shadow:0 6px 16px #0000004d}:where(.books-plugin) [data-bs-theme=dark] .letter-shapes-player .category-badge.bg-warning-subtle{background-color:#ffc10740!important;color:#ffc107!important}:where(.books-plugin) [data-bs-theme=dark] .letter-shapes-player .category-badge.bg-success-subtle{background-color:#19875440!important;color:#20c997!important}:where(.books-plugin) [data-bs-theme=dark] .letter-shapes-player .category-badge.bg-danger-subtle{background-color:#dc354540!important;color:#ea868f!important}:where(.books-plugin) [data-bs-theme=dark] .letter-shapes-player .category-badge[style*="rgba(6, :where(.books-plugin) 182, :where(.books-plugin) 212"]{background-color:#06b6d440!important;color:#22d3ee!important}:where(.books-plugin) [data-bs-theme=dark] .letter-shapes-player .category-badge[style*="rgba(99, :where(.books-plugin) 102, :where(.books-plugin) 241"]{background-color:#6366f140!important;color:#a5b4fc!important}:where(.books-plugin) .multiple-choice-player{max-width:900px;margin:0 auto;padding:1.5rem;--visual-display-min-height: 200px;--visual-display-min-height-md: 167px;--visual-display-min-height-sm: 140px;--visual-display-img-max-height: 200px;--visual-display-img-max-height-md: 167px;--visual-display-img-max-height-sm: 140px}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player{padding:.75rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player{padding:.5rem}}:where(.books-plugin) .multiple-choice-player .sr-only-live{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:where(.books-plugin) .multiple-choice-player .choice-text-responsive{font-size:2.1rem}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .choice-text-responsive{font-size:1.75rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .choice-text-responsive{font-size:1.4rem}}:where(.books-plugin) .multiple-choice-player .choice-translation-responsive{font-size:.875rem;color:inherit!important}:where(.books-plugin) .multiple-choice-player .choice-translation-responsive i{font-size:.875rem;color:inherit!important}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .choice-translation-responsive{font-size:.8rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .choice-translation-responsive{font-size:.75rem}}:where(.books-plugin) .multiple-choice-player .question-display{padding:2rem;background:var(--bs-body-bg);border-radius:1rem;margin-bottom:1.5rem;text-align:center}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .question-display{padding:1.5rem;margin-bottom:1rem;border-radius:.75rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .question-display{padding:1rem;margin-bottom:.75rem;border-radius:.5rem}}:where(.books-plugin) .multiple-choice-player .question-text{font-size:1.05rem;font-weight:600;color:var(--bs-body-color);margin:0}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .question-text{font-size:1.25rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .question-text{font-size:1.125rem}}:where(.books-plugin) .multiple-choice-player .choices-container-modern{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="2"]{grid-template-columns:repeat(2,1fr)}:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="3"]{grid-template-columns:repeat(3,1fr)}:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="4"]{grid-template-columns:repeat(2,1fr)}:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="5"],:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="6"]{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .choices-container-modern{gap:.5rem}:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="3"],:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="5"],:where(.books-plugin) .multiple-choice-player .choices-container-modern[data-choice-count="6"]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .choices-container-modern{gap:.375rem;grid-template-columns:1fr!important}}:where(.books-plugin) .multiple-choice-player .choice-btn{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;text-align:center;font-size:1.155rem;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;border-width:2px}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .choice-btn{padding:1.25rem 1rem;gap:.75rem;font-size:1.5rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .choice-btn{padding:1rem .75rem;gap:.5rem;font-size:1.25rem}}:where(.books-plugin) .multiple-choice-player .choice-btn:hover:not(:disabled):not(.btn-state-correct):not(.btn-state-warning):not(.btn-state-locked):not(.btn-state-skipped):not(.btn-state-known):not(.btn-state-review){transform:translate(4px);background-color:var(--bs-primary, #0d6efd)!important;border-color:var(--bs-primary, #0d6efd)!important;color:#fff!important}:where(.books-plugin) .multiple-choice-player .choice-btn:hover:not(:disabled):not(.btn-state-correct):not(.btn-state-warning):not(.btn-state-locked):not(.btn-state-skipped):not(.btn-state-known):not(.btn-state-review) .choice-text,:where(.books-plugin) .multiple-choice-player .choice-btn:hover:not(:disabled):not(.btn-state-correct):not(.btn-state-warning):not(.btn-state-locked):not(.btn-state-skipped):not(.btn-state-known):not(.btn-state-review) .choice-translation-responsive,:where(.books-plugin) .multiple-choice-player .choice-btn:hover:not(:disabled):not(.btn-state-correct):not(.btn-state-warning):not(.btn-state-locked):not(.btn-state-skipped):not(.btn-state-known):not(.btn-state-review) .choice-translation-responsive i,:where(.books-plugin) .multiple-choice-player .choice-btn:hover:not(:disabled):not(.btn-state-correct):not(.btn-state-warning):not(.btn-state-locked):not(.btn-state-skipped):not(.btn-state-known):not(.btn-state-review) i{color:#fff!important}:where(.books-plugin) .multiple-choice-player .choice-btn i{font-size:1.25rem}:where(.books-plugin) .multiple-choice-player .choice-text{flex:1}:where(.books-plugin) .multiple-choice-player .choice-text[dir=rtl],:where(.books-plugin) .multiple-choice-player .display-text[dir=rtl]{font-family:Amiri,Dubai,Segoe UI,serif!important}:where(.books-plugin) .multiple-choice-player .btn-state-locked,:where(.books-plugin) .multiple-choice-player .btn-state-locked:disabled{background-color:#ef4444;border-color:#ef4444;color:#fff}:where(.books-plugin) .multiple-choice-player .btn-state-locked:disabled{opacity:.9}:where(.books-plugin) .multiple-choice-player .btn-state-skipped,:where(.books-plugin) .multiple-choice-player .btn-state-skipped:disabled{background-color:var(--bs-indigo, #6366f1);border-color:var(--bs-indigo, #6366f1);color:#fff}:where(.books-plugin) .multiple-choice-player .btn-state-skipped:disabled{opacity:.9}:where(.books-plugin) .multiple-choice-player .btn-state-known,:where(.books-plugin) .multiple-choice-player .btn-state-known:disabled{background-color:#fbbf24;border-color:#fbbf24;color:#fff}:where(.books-plugin) .multiple-choice-player .btn-state-known:disabled{opacity:.9}:where(.books-plugin) .multiple-choice-player .btn-state-review,:where(.books-plugin) .multiple-choice-player .btn-state-review:disabled{background-color:#06b6d4;border-color:#06b6d4;color:#fff}:where(.books-plugin) .multiple-choice-player .btn-state-review:disabled{opacity:.9}:where(.books-plugin) .multiple-choice-player .btn-state-correct,:where(.books-plugin) .multiple-choice-player .btn-state-correct:disabled{background-color:var(--bs-success, #198754);border-color:var(--bs-success, #198754);color:#fff}:where(.books-plugin) .multiple-choice-player .btn-state-correct:disabled{opacity:.9}:where(.books-plugin) .multiple-choice-player .btn-state-warning,:where(.books-plugin) .multiple-choice-player .btn-state-warning:disabled{background-color:#fbbf24;border-color:#fbbf24;color:#fff}:where(.books-plugin) .multiple-choice-player .btn-state-warning:disabled{opacity:.9}:where(.books-plugin) .multiple-choice-player .mode-display-with-navigation{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .mode-display-with-navigation{gap:.5rem;margin-bottom:1rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .mode-display-with-navigation{gap:.375rem;margin-bottom:.75rem}}:where(.books-plugin) .multiple-choice-player .nav-arrow-btn{width:48px;height:48px;border:2px solid var(--bs-border-color);border-radius:50%;background:var(--bs-body-bg);color:var(--bs-body-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,color .3s ease,border-color .3s ease,transform .3s ease,opacity .3s ease;flex-shrink:0}:where(.books-plugin) .multiple-choice-player .nav-arrow-btn:hover:not(:disabled){background:var(--bs-primary);color:var(--bs-white);border-color:var(--bs-primary);transform:scale(1.05)}:where(.books-plugin) .multiple-choice-player .nav-arrow-btn:active:not(:disabled){transform:scale(.95)}:where(.books-plugin) .multiple-choice-player .nav-arrow-btn:disabled{opacity:.3;cursor:not-allowed}:where(.books-plugin) .multiple-choice-player .nav-arrow-btn i{font-size:1.25rem}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .nav-arrow-btn{width:44px;height:44px;font-size:1.25rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .nav-arrow-btn{width:40px;height:40px}}:where(.books-plugin) .multiple-choice-player .mode-display-container{background:var(--bs-body-bg);border:2px solid var(--bs-border-color);border-radius:1rem;flex:1;text-align:center;min-height:250px;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease,background-color .3s ease}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .mode-display-container{padding:1rem;min-height:auto;border-radius:.75rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .mode-display-container{padding:.75rem;border-radius:.5rem}}:where(.books-plugin) .multiple-choice-player .mode-content{width:100%;max-width:600px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:180px}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .mode-content{gap:.75rem;min-height:auto}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .mode-content{gap:.5rem}}:where(.books-plugin) .multiple-choice-player .antonyms-synonyms-mode{padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px}:where(.books-plugin) .multiple-choice-player .antonyms-synonyms-mode .word-display{width:100%;padding:1rem 0}:where(.books-plugin) .multiple-choice-player .antonyms-synonyms-mode .display-text{margin-bottom:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.05)}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .antonyms-synonyms-mode{padding:1.5rem .5rem;min-height:240px}:where(.books-plugin) .multiple-choice-player .antonyms-synonyms-mode .display-text{font-size:2rem!important}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .antonyms-synonyms-mode{padding:1rem .25rem;min-height:200px}:where(.books-plugin) .multiple-choice-player .antonyms-synonyms-mode .display-text{font-size:1.75rem!important}}:where(.books-plugin) .multiple-choice-player .mode-instruction-banner{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:rgba(var(--bs-primary-rgb, 13, 110, 253),.08);border:2px solid rgba(var(--bs-primary-rgb, 13, 110, 253),.2);border-radius:.75rem;font-size:1rem;font-weight:600;color:var(--bs-primary, #0d6efd);text-align:center}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .mode-instruction-banner{padding:.875rem 1.25rem;font-size:.95rem}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .mode-instruction-banner{padding:.75rem 1rem;font-size:.9rem;gap:.5rem}}:where(.books-plugin) .multiple-choice-player .mode-instruction-banner i{font-size:1.25rem;flex-shrink:0}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .mode-instruction-banner i{font-size:1.1rem}}:where(.books-plugin) .multiple-choice-player .practice-screen>.row{display:none}:where(.books-plugin) .multiple-choice-player .practice-screen>.row.practice-card-active{display:block}:where(.books-plugin) .multiple-choice-player .practice-card{display:block}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .practice-card{border-width:2px}}:where(.books-plugin) .multiple-choice-player .choice-btn[data-was-selected="1"]{position:relative}:where(.books-plugin) .multiple-choice-player .choice-btn[data-was-selected="1"]:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:inherit;box-shadow:0 0 0 2px #0d6efd40;pointer-events:none}:where(.books-plugin) .multiple-choice-player .card-border-warning{animation:shake .6s ease-in-out}:where(.books-plugin) .multiple-choice-player .practice-content{position:relative;min-height:400px}@media (max-width: 768px){:where(.books-plugin) .multiple-choice-player .practice-content{min-height:360px}}@media (max-width: 480px){:where(.books-plugin) .multiple-choice-player .practice-content{min-height:320px}}:where(.books-plugin) .audio-mode+* .multiple-choice-player .practice-content,:where(.books-plugin) .multiple-choice-player .practice-content:has(.audio-mode){min-height:320px}@media (max-width: 768px){:where(.books-plugin) .audio-mode+* .multiple-choice-player .practice-content,:where(.books-plugin) .multiple-choice-player .practice-content:has(.audio-mode){min-height:280px}}@media (max-width: 480px){:where(.books-plugin) .audio-mode+* .multiple-choice-player .practice-content,:where(.books-plugin) .multiple-choice-player .practice-content:has(.audio-mode){min-height:240px}}:where(.books-plugin) .multiple-choice-player .item-bottom-actions{opacity:0;pointer-events:none;transition:opacity .2s ease}@media (hover: hover) and (pointer: fine){:where(.books-plugin) .multiple-choice-player .practice-card.is-actions-visible .item-bottom-actions,:where(.books-plugin) .multiple-choice-player .item-bottom-actions:focus-within{opacity:1;pointer-events:auto}}@media (hover: none),(pointer: coarse){:where(.books-plugin) .multiple-choice-player .item-bottom-actions{opacity:1;pointer-events:auto}}:where(.books-plugin) .multiple-choice-player .shake-animation{animation:shake .6s ease-in-out}[dir=rtl] :where(.books-plugin) .multiple-choice-player{text-align:right}[dir=rtl] :where(.books-plugin) .multiple-choice-player .choice-btn{text-align:center;justify-content:center}[dir=rtl] :where(.books-plugin) .multiple-choice-player .choice-text{text-align:center}[dir=rtl] :where(.books-plugin) .multiple-choice-player .mode-display-with-navigation{flex-direction:row-reverse}[dir=rtl] :where(.books-plugin) .multiple-choice-player .nav-arrow-btn{display:flex;align-items:center;justify-content:center}[dir=rtl] :where(.books-plugin) .multiple-choice-player .nav-arrow-btn i{display:flex;align-items:center;justify-content:center;line-height:1}:where(.books-plugin) [data-bs-theme=dark] .multiple-choice-player .mode-display-container{background:rgba(var(--bs-body-bg-rgb),.5)}:where(.books-plugin) [data-bs-theme=dark] .multiple-choice-player .mode-instruction-banner{background:rgba(var(--bs-primary-rgb, 13, 110, 253),.15);border-color:rgba(var(--bs-primary-rgb, 13, 110, 253),.3)}:where(.books-plugin) [data-bs-theme=dark] .multiple-choice-player .category-badge.bg-warning-subtle{background-color:#ffc10740!important;color:#ffc107!important;border-color:#ffc107!important}:where(.books-plugin) [data-bs-theme=dark] .multiple-choice-player .category-badge.bg-success-subtle{background-color:#19875440!important;color:#20c997!important;border-color:#20c997!important}:where(.books-plugin) [data-bs-theme=dark] .multiple-choice-player .category-badge.bg-danger-subtle{background-color:#dc354540!important;color:#ea868f!important;border-color:#ea868f!important}:where(.books-plugin) [data-bs-theme=dark] .multiple-choice-player .category-badge[style*="rgba(6, :where(.books-plugin) 182, :where(.books-plugin) 212"],:where(.books-plugin) [data-bs-theme=dark] .multiple-choice-player .category-badge[style*="rgba(99, :where(.books-plugin) 102, :where(.books-plugin) 241"]{opacity:.9}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownBounce{0%{opacity:0;transform:translate(-50%) translateY(-30px)}60%{opacity:1;transform:translate(-50%) translateY(5px)}to{transform:translate(-50%) translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}:where(.books-plugin) .exercise-player-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:calc(var(--zindex-toast, 1200) - 50);display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease-in-out}:where(.books-plugin) .exercise-player-overlay.fullscreen{padding:0}:where(.books-plugin) .exercise-player-overlay .exercise-player-container{background:var(--bs-body-bg);border-radius:12px;box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;max-width:1200px;width:100%;max-height:90vh;animation:slideUp .3s ease-out}:where(.books-plugin) .exercise-player-overlay .exercise-player-container.fullscreen{max-width:100%;max-height:100vh;height:100vh;border-radius:0}:where(.books-plugin) .exercise-player-overlay .exercise-player-header{position:sticky;top:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;border-bottom:1px solid var(--bs-border-color);background:var(--bs-body-bg);border-radius:12px 12px 0 0;gap:1rem}:where(.books-plugin) .exercise-player-overlay .fullscreen .exercise-player-header{border-radius:0}:where(.books-plugin) .exercise-player-overlay .header-left,:where(.books-plugin) .exercise-player-overlay .header-right{display:flex;align-items:center;gap:.75rem;direction:ltr}:where(.books-plugin) .exercise-player-overlay .header-right .timer-display{order:1}:where(.books-plugin) .exercise-player-overlay .header-right .autosave-indicator{order:2}:where(.books-plugin) .exercise-player-overlay .header-right .btn-icon-info{order:3}:where(.books-plugin) .exercise-player-overlay .header-right .btn-icon:not(.btn-icon-danger):not(.btn-icon-info){order:4}:where(.books-plugin) .exercise-player-overlay .header-right .btn-icon-danger{order:5}:where(.books-plugin) .exercise-player-overlay .exercise-info{display:flex;align-items:center;gap:.625rem;direction:ltr}:where(.books-plugin) .exercise-player-overlay .exercise-info i{font-size:1.5rem;flex-shrink:0;order:1}:where(.books-plugin) .exercise-player-overlay .exercise-info>div{order:2}:where(.books-plugin) .exercise-player-overlay .exercise-info h5{font-size:1rem;font-weight:600;line-height:1.2}:where(.books-plugin) .exercise-player-overlay .exercise-info small{font-size:.8rem;display:block;line-height:1.2}:where(.books-plugin) .exercise-player-overlay .timer-display{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;padding:.4rem .75rem;background:var(--bs-primary-bg-subtle);border:1px solid var(--bs-primary);border-radius:20px}:where(.books-plugin) .exercise-player-overlay .timer-display i{font-size:1rem}:where(.books-plugin) .exercise-player-overlay .autosave-indicator{width:24px;height:24px;display:flex;align-items:center;justify-content:center}:where(.books-plugin) .exercise-player-overlay .autosave-indicator .spinner-border{width:1rem;height:1rem;color:var(--bs-primary)}:where(.books-plugin) .exercise-player-overlay .btn-icon{display:inline-flex;align-items:center;justify-content:center;inline-size:36px;block-size:36px;padding:0;background:transparent;border:1px solid var(--bs-border-color);border-radius:15%;color:inherit;cursor:pointer}:where(.books-plugin) .exercise-player-overlay .btn-icon i,:where(.books-plugin) .exercise-player-overlay .btn-icon svg{display:inline-flex;align-items:center;justify-content:center;inline-size:20px;block-size:20px;line-height:1;pointer-events:none}:where(.books-plugin) .exercise-player-overlay .btn-icon-info{color:var(--bs-info);border-color:var(--bs-info)}:where(.books-plugin) .exercise-player-overlay .btn-icon-danger{color:var(--bs-danger);border-color:var(--bs-danger)}:where(.books-plugin) .exercise-player-overlay .exercise-player-body{flex:1;overflow-y:auto;position:relative}:where(.books-plugin) .exercise-player-overlay .guest-notice-banner{background:linear-gradient(135deg,var(--bs-info-bg-subtle) 0%,var(--bs-primary-bg-subtle) 100%);border-bottom:1px solid var(--bs-primary);padding:.875rem 1.25rem;animation:slideDown .3s ease-out}:where(.books-plugin) .exercise-player-overlay .guest-notice-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto}:where(.books-plugin) .exercise-player-overlay .guest-notice-text{display:flex;align-items:center;gap:.5rem;flex:1;font-size:.9rem;color:var(--bs-body-color)}:where(.books-plugin) .exercise-player-overlay .guest-notice-icon{color:var(--bs-primary);font-size:1.1rem;flex-shrink:0}:where(.books-plugin) .exercise-player-overlay .guest-notice-link{color:var(--bs-primary);text-decoration:underline;font-weight:600}:where(.books-plugin) .exercise-player-overlay .guest-notice-link:hover{color:var(--bs-primary);text-decoration:none}:where(.books-plugin) .exercise-player-overlay .guest-notice-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(var(--bs-body-color-rgb),.05);border:1px solid rgba(var(--bs-body-color-rgb),.15);border-radius:50%;cursor:pointer;transition:all .2s ease;color:var(--bs-body-color);flex-shrink:0}:where(.books-plugin) .exercise-player-overlay .guest-notice-close:hover{background:var(--bs-danger);border-color:var(--bs-danger);color:var(--bs-white)}:where(.books-plugin) .exercise-player-overlay .guest-notice-close i{font-size:.875rem}:where(.books-plugin) .exercise-player-overlay .exercise-hint-container{position:fixed;top:6rem;left:50%;transform:translate(-50%);z-index:calc(var(--zindex-toast, 1200) - 40);padding:1rem 1.25rem;background:linear-gradient(135deg,var(--bs-warning-bg-subtle) 0%,var(--bs-info-bg-subtle) 100%);border:2px solid var(--bs-warning);border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:600px;width:calc(100% - 2rem);animation:slideDownBounce .4s cubic-bezier(.68,-.55,.265,1.55);display:none}:where(.books-plugin) .exercise-player-overlay .hint-content{display:flex;align-items:center;gap:.75rem;position:relative;width:100%}:where(.books-plugin) .exercise-player-overlay .hint-icon{font-size:1.5rem;color:var(--bs-warning);flex-shrink:0;animation:pulse 2s ease-in-out infinite;order:1}:where(.books-plugin) .exercise-player-overlay .hint-text{font-size:.95rem;font-weight:500;color:var(--bs-body-color);line-height:1.4;flex:1;order:2}:where(.books-plugin) .exercise-player-overlay .hint-close-btn{width:32px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;background:rgba(var(--bs-body-color-rgb),.05);border:1px solid rgba(var(--bs-body-color-rgb),.15);border-radius:50%;cursor:pointer;transition:all .2s ease;color:var(--bs-body-color);flex-shrink:0;order:3;margin-left:auto}:where(.books-plugin) .exercise-player-overlay .hint-close-btn:hover{background:var(--bs-danger);border-color:var(--bs-danger);color:var(--bs-white)}:where(.books-plugin) .exercise-player-overlay .hint-close-btn i{font-size:1rem}:where(.books-plugin) .exercise-player-overlay .exercise-content{max-width:900px;margin:0 auto}:where(.books-plugin) .exercise-player-overlay .fullscreen-content{max-width:100%}:where(.books-plugin) .exercise-player-overlay .player-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}:where(.books-plugin) .exercise-player-overlay .exercise-player-footer{position:sticky;bottom:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;border-top:1px solid var(--bs-border-color);background:var(--bs-body-bg);border-radius:0 0 12px 12px;gap:1rem}:where(.books-plugin) .exercise-player-overlay .fullscreen .exercise-player-footer{border-radius:0}:where(.books-plugin) .exercise-player-overlay .footer-left,:where(.books-plugin) .exercise-player-overlay .footer-right{display:flex;align-items:center;gap:.625rem}:where(.books-plugin) .exercise-player-overlay .footer-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:var(--bs-secondary-bg);border-radius:20px;font-size:.8rem;font-weight:500;opacity:.85}:where(.books-plugin) .exercise-player-overlay .footer-badge i{font-size:.9rem}:where(.books-plugin) .exercise-player-overlay .btn-footer{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid;border-radius:.5rem;cursor:pointer;transition:all .2s ease;font-weight:600;font-size:.9rem;background:transparent}:where(.books-plugin) .exercise-player-overlay .btn-footer i{font-size:1.1rem}:where(.books-plugin) .exercise-player-overlay .btn-footer:disabled{opacity:.5;cursor:not-allowed}:where(.books-plugin) .exercise-player-overlay .btn-footer-secondary{border-color:var(--bs-border-color);color:var(--bs-body-color)}:where(.books-plugin) .exercise-player-overlay .btn-footer-secondary:hover:not(:disabled){background:var(--bs-secondary-bg);border-color:var(--bs-secondary)}:where(.books-plugin) .exercise-player-overlay .btn-footer-warning{border-color:var(--bs-warning);color:var(--bs-warning)}:where(.books-plugin) .exercise-player-overlay .btn-footer-warning:hover:not(:disabled){background:var(--bs-warning);color:var(--bs-white)}:where(.books-plugin) .exercise-player-overlay .btn-footer-primary{background:var(--bs-success);border-color:var(--bs-success);color:var(--bs-white)}:where(.books-plugin) .exercise-player-overlay .btn-footer-primary:hover:not(:disabled){background:var(--bs-success);opacity:.9;transform:translateY(-1px)}:where(.books-plugin) .exercise-player-overlay a.btn-footer{text-decoration:none}:where(.books-plugin) .exercise-player-overlay a.btn-footer:hover,:where(.books-plugin) .exercise-player-overlay a.btn-footer:focus{text-decoration:none}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-left,[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-right{flex-direction:row-reverse!important;direction:rtl!important}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-right .timer-display{order:5}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-right .autosave-indicator{order:4}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-right .btn-icon-info{order:3}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-right .btn-icon:not(.btn-icon-danger):not(.btn-icon-info){order:2}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-right .btn-icon-danger{order:1}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .exercise-info{flex-direction:row-reverse!important;direction:rtl!important}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .exercise-info>div{text-align:right;direction:rtl;order:1}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .exercise-info i{order:2}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .btn-icon{direction:ltr}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .btn-icon i,[dir=rtl] :where(.books-plugin) .exercise-player-overlay .btn-icon svg{direction:ltr}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .guest-notice-content{flex-direction:row-reverse!important}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .guest-notice-text{text-align:right!important;flex-direction:row!important;direction:rtl!important;justify-content:flex-start!important}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .guest-notice-text span{text-align:right!important;direction:rtl!important}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .guest-notice-close{order:-1!important}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .guest-notice-icon{margin-left:.5rem!important;margin-right:0!important}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .hint-content{direction:rtl}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .hint-icon{order:3}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .hint-text{text-align:right;order:2}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .hint-close-btn{order:1;margin-left:0;margin-right:auto}@media (max-width: 992px){:where(.books-plugin) .exercise-player-overlay .exercise-player-header,:where(.books-plugin) .exercise-player-overlay .exercise-player-footer{padding:.75rem 1rem}:where(.books-plugin) .exercise-player-overlay .footer-left,:where(.books-plugin) .exercise-player-overlay .footer-right{gap:.5rem}:where(.books-plugin) .exercise-player-overlay .btn-footer{padding:.5rem .875rem;font-size:.875rem}}@media (max-width: 768px){:where(.books-plugin) .exercise-player-overlay{padding:0}:where(.books-plugin) .exercise-player-overlay .exercise-player-container{max-width:100%;max-height:100vh;height:100vh;border-radius:0}:where(.books-plugin) .exercise-player-overlay .exercise-player-header{padding:.625rem .75rem;flex-wrap:wrap;gap:.5rem}:where(.books-plugin) .exercise-player-overlay .header-left{flex:1 1 100%;min-width:0;order:1}:where(.books-plugin) .exercise-player-overlay .header-right{flex:1 1 100%;order:2;justify-content:space-between;gap:.5rem}:where(.books-plugin) .exercise-player-overlay .exercise-info{gap:.5rem;min-width:0}:where(.books-plugin) .exercise-player-overlay .exercise-info i{font-size:1.25rem}:where(.books-plugin) .exercise-player-overlay .exercise-info>div{min-width:0;flex:1}:where(.books-plugin) .exercise-player-overlay .exercise-info h5{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:where(.books-plugin) .exercise-player-overlay .exercise-info small{font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}:where(.books-plugin) .exercise-player-overlay .timer-display{font-size:.8rem;padding:.35rem .625rem;flex-shrink:0}:where(.books-plugin) .exercise-player-overlay .timer-display i{font-size:.9rem}:where(.books-plugin) .exercise-player-overlay .btn-icon{inline-size:30px;block-size:30px;border-radius:8px}:where(.books-plugin) .exercise-player-overlay .btn-icon i,:where(.books-plugin) .exercise-player-overlay .btn-icon svg{inline-size:16px;block-size:16px}:where(.books-plugin) .exercise-player-overlay .autosave-indicator{width:20px;height:20px}:where(.books-plugin) .exercise-player-overlay .autosave-indicator .spinner-border{width:.875rem;height:.875rem}:where(.books-plugin) .exercise-player-overlay .exercise-hint-container{top:4rem;padding:.625rem .875rem;max-width:calc(100% - 1rem);width:calc(100% - 1rem)}:where(.books-plugin) .exercise-player-overlay .hint-content{gap:.5rem}:where(.books-plugin) .exercise-player-overlay .hint-icon{font-size:1.1rem}:where(.books-plugin) .exercise-player-overlay .hint-text{font-size:.8rem;line-height:1.3}:where(.books-plugin) .exercise-player-overlay .hint-close-btn{width:26px;height:26px}:where(.books-plugin) .exercise-player-overlay .hint-close-btn i{font-size:.8rem}:where(.books-plugin) .exercise-player-overlay .guest-notice-banner{padding:.625rem .75rem}:where(.books-plugin) .exercise-player-overlay .guest-notice-text{font-size:.8rem;gap:.375rem}:where(.books-plugin) .exercise-player-overlay .guest-notice-icon{font-size:1rem}:where(.books-plugin) .exercise-player-overlay .guest-notice-close{width:28px;height:28px}:where(.books-plugin) .exercise-player-overlay .guest-notice-close i{font-size:.8rem}:where(.books-plugin) .exercise-player-overlay .exercise-player-footer{padding:.625rem .75rem;flex-direction:column;gap:.625rem;align-items:stretch}:where(.books-plugin) .exercise-player-overlay .footer-left{flex-wrap:wrap;justify-content:center;gap:.375rem;order:2}:where(.books-plugin) .exercise-player-overlay .footer-badge{font-size:.7rem;padding:.25rem .5rem;gap:.25rem}:where(.books-plugin) .exercise-player-overlay .footer-badge i{font-size:.8rem}:where(.books-plugin) .exercise-player-overlay .footer-right{order:1;display:flex;flex-wrap:nowrap;gap:.375rem;overflow-x:auto;-webkit-overflow-scrolling:touch}:where(.books-plugin) .exercise-player-overlay .btn-footer{padding:.5rem .625rem;font-size:.8rem;justify-content:center;gap:.375rem;flex:1 1 auto;min-width:fit-content}:where(.books-plugin) .exercise-player-overlay .btn-footer i{font-size:1rem}:where(.books-plugin) .exercise-player-overlay .btn-footer span{display:none}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-left{display:flex;justify-content:flex-end;text-align:right}[dir=rtl] :where(.books-plugin) .exercise-player-overlay .header-right{justify-content:space-between;flex-direction:row-reverse}}@media (max-width: 480px){:where(.books-plugin) .exercise-player-overlay .exercise-player-header{padding:.5rem .625rem}:where(.books-plugin) .exercise-player-overlay .exercise-info h5{font-size:.8rem}:where(.books-plugin) .exercise-player-overlay .exercise-info small{font-size:.65rem}:where(.books-plugin) .exercise-player-overlay .timer-display{font-size:.75rem;padding:.3rem .5rem}:where(.books-plugin) .exercise-player-overlay .btn-icon{inline-size:28px;block-size:28px}:where(.books-plugin) .exercise-player-overlay .btn-icon i,:where(.books-plugin) .exercise-player-overlay .btn-icon svg{inline-size:14px;block-size:14px}:where(.books-plugin) .exercise-player-overlay .exercise-player-footer{padding:.5rem .625rem;gap:.5rem}:where(.books-plugin) .exercise-player-overlay .footer-badge{font-size:.65rem;padding:.2rem .4rem}:where(.books-plugin) .exercise-player-overlay .btn-footer{padding:.4rem .625rem;font-size:.75rem}:where(.books-plugin) .exercise-player-overlay .btn-footer i{font-size:.9rem}}@media (max-width: 768px) and (orientation: landscape){:where(.books-plugin) .exercise-player-overlay .exercise-player-header,:where(.books-plugin) .exercise-player-overlay .exercise-player-footer{padding:.5rem .75rem}:where(.books-plugin) .exercise-player-overlay .footer-badge{font-size:.65rem;padding:.2rem .4rem}}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes twinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}@keyframes glow-pulse{0%,to{transform:scale(1) translateY(0);opacity:.6}50%{transform:scale(1.2) translateY(-20px);opacity:.8}}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes priceSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInInlineStart{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.books-plugin.books-home{--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 2.5rem;--space-2xl: 3rem;--space-3xl: 4rem;--home-violet-50-rgb: 237, 233, 254;--home-violet-300-rgb: 196, 181, 253;--home-violet-400-rgb: 167, 139, 250;--home-violet-500-rgb: 139, 92, 246;--home-violet-600-rgb: 124, 58, 237;--home-violet-600: #7c3aed;--home-violet-700: #6d28d9;--home-primary: #3b82f6;--home-primary-rgb: 59, 130, 246;--books-font-ar: "Cairo", "Tajawal", "Almarai", system-ui, -apple-system, sans-serif}.books-plugin.books-home a{text-decoration:none!important}.books-plugin.books-home .bg-primary{background-color:var(--home-primary)!important}.books-plugin.books-home .is-clickable{cursor:pointer}.books-plugin.books-home .hero-title-subline{font-size:.6em;margin-top:.5rem;opacity:.95}.books-plugin.books-home.fade-in-view{animation:fadeInPage .4s ease-in-out}.books-plugin.books-home>*:not(:last-child){margin-bottom:var(--space-lg)}.books-plugin.books-home [x-cloak]{display:none!important}.books-plugin.books-home .hero-section{background:linear-gradient(180deg,rgba(var(--home-violet-50-rgb),1),rgba(var(--home-violet-300-rgb),.95),rgba(var(--home-violet-400-rgb),.9) 70%,rgba(var(--home-violet-600-rgb),.95));padding:var(--space-2xl) var(--space-lg);min-height:500px;position:relative;overflow:hidden}.books-plugin.books-home .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.12) 0%,transparent 45%),radial-gradient(circle at 80% 70%,rgba(var(--home-violet-300-rgb),.15) 0%,transparent 50%),radial-gradient(circle at 50% 100%,rgba(var(--home-violet-500-rgb),.1) 0%,transparent 60%);pointer-events:none;z-index:1}.books-plugin.books-home .hero-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 40px,rgba(255,255,255,.03) 40px,rgba(255,255,255,.03) 41px),repeating-linear-gradient(90deg,transparent,transparent 40px,rgba(255,255,255,.03) 40px,rgba(255,255,255,.03) 41px);opacity:.5;pointer-events:none}.books-plugin.books-home .hero-overlay:after{content:"✦ ✦ ✦";position:absolute;top:15%;left:10%;font-size:1.5rem;color:#ffffff26;letter-spacing:3rem;animation:twinkle 4s ease-in-out infinite}.books-plugin.books-home .hero-content{position:relative;z-index:2}.books-plugin.books-home .hero-title{font-size:1.875rem;font-weight:800;color:#fff;line-height:1.2;text-shadow:0 2px 20px rgba(0,0,0,.2)}.books-plugin.books-home .hero-subtitle{font-size:1rem;color:#fffffff2;line-height:1.6;max-width:100%}.books-plugin.books-home .hero-badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:600;border:1px solid rgba(255,255,255,.3);display:inline-flex;align-items:center}.books-plugin.books-home .btn-hero-primary,.books-plugin.books-home .btn-hero-secondary{padding:.875rem 1.75rem;font-weight:700;border-radius:14px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:inline-flex;align-items:center;position:relative;overflow:hidden;font-size:.9375rem}.books-plugin.books-home .btn-hero-primary:hover,.books-plugin.books-home .btn-hero-secondary:hover{transform:translateY(-3px)}.books-plugin.books-home .btn-hero-primary{background:linear-gradient(135deg,#fff,#fffffff2);color:var(--home-violet-700);border:2px solid rgba(255,255,255,.5);box-shadow:0 6px 24px rgba(var(--home-violet-600-rgb),.2),0 2px 8px #00000014,inset 0 1px #fffc}.books-plugin.books-home .btn-hero-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(var(--home-violet-300-rgb),.3) 50%,transparent 100%);transition:left .5s ease}.books-plugin.books-home .btn-hero-primary:hover:before{left:100%}.books-plugin.books-home .btn-hero-primary:hover{box-shadow:0 10px 35px rgba(var(--home-violet-600-rgb),.3),0 4px 12px #0000001f,inset 0 2px #ffffffe6;color:var(--home-violet-700);background:linear-gradient(135deg,#fff,#f5f2fffa);border-color:rgba(var(--home-violet-300-rgb),.6)}.books-plugin.books-home .btn-hero-secondary{background:linear-gradient(135deg,#fff3,#ffffff26);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;border:2px solid rgba(255,255,255,.4);box-shadow:0 4px 16px #0000001a,inset 0 1px #ffffff4d}.books-plugin.books-home .btn-hero-secondary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,rgba(255,255,255,.2) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.books-plugin.books-home .btn-hero-secondary:hover:before{opacity:1}.books-plugin.books-home .btn-hero-secondary:hover{background:linear-gradient(135deg,#ffffff4d,#ffffff40);border-color:#fff9;color:#fff;box-shadow:0 6px 24px #00000026,inset 0 1px #fff6}.books-plugin.books-home .hero-stats{background:linear-gradient(135deg,#ffffff40,#ffffff2e);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1.5px solid rgba(255,255,255,.35);border-radius:20px;padding:var(--space-sm) var(--space-md);margin-top:var(--space-lg);box-shadow:0 8px 32px rgba(var(--home-violet-500-rgb),.15),0 2px 8px #0000000d,inset 0 1px #fff6,inset 0 -1px rgba(var(--home-violet-500-rgb),.1);position:relative;overflow:hidden}.books-plugin.books-home .hero-stats:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:radial-gradient(circle,rgba(var(--home-violet-300-rgb),.15) 0%,transparent 70%);pointer-events:none}.books-plugin.books-home .hero-stats:after{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background-image:radial-gradient(circle,rgba(255,255,255,.05) 1px,transparent 1px);background-size:30px 30px;opacity:.6;pointer-events:none}.books-plugin.books-home .hero-stat-item{flex:1;min-width:80px}.books-plugin.books-home .hero-stat-number{font-size:1.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.books-plugin.books-home .hero-stat-label{font-size:.75rem;color:#fffc;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.books-plugin.books-home .hero-stat-icon{display:none;font-size:1.1rem;color:#ffffffd9;margin-top:.25rem;margin-bottom:.25rem}.books-plugin.books-home .hero-stat-divider{width:1px;background:#ffffff4d;align-self:stretch}.books-plugin.books-home .stat-icon,.books-plugin.books-home .section-icon,.books-plugin.books-home .action-icon,.books-plugin.books-home .activity-icon,.books-plugin.books-home .progress-header-icon,.books-plugin.books-home .activity-item-icon{display:flex;align-items:center;justify-content:center;color:#fff;position:relative;z-index:1}.books-plugin.books-home .stat-icon>i,.books-plugin.books-home .stat-icon>.bi,.books-plugin.books-home .section-icon>i,.books-plugin.books-home .section-icon>.bi,.books-plugin.books-home .action-icon>i,.books-plugin.books-home .action-icon>.bi,.books-plugin.books-home .activity-icon>i,.books-plugin.books-home .activity-icon>.bi,.books-plugin.books-home .progress-header-icon>i,.books-plugin.books-home .progress-header-icon>.bi,.books-plugin.books-home .activity-item-icon>i,.books-plugin.books-home .activity-item-icon>.bi{display:flex;align-items:center;justify-content:center;line-height:1}.books-plugin.books-home .stat-card-primary .stat-icon,.books-plugin.books-home .action-card-primary .action-icon{background:linear-gradient(135deg,var(--home-primary),rgba(var(--home-primary-rgb),.7))}.books-plugin.books-home .stat-card-info .stat-icon,.books-plugin.books-home .action-card-info .action-icon{background:linear-gradient(135deg,var(--bs-info),rgba(var(--bs-info-rgb),.7))}.books-plugin.books-home .stat-card-success .stat-icon,.books-plugin.books-home .action-card-success .action-icon{background:linear-gradient(135deg,var(--bs-success),rgba(var(--bs-success-rgb),.7))}.books-plugin.books-home .stat-card-warning .stat-icon,.books-plugin.books-home .action-card-warning .action-icon{background:linear-gradient(135deg,var(--bs-warning),rgba(var(--bs-warning-rgb),.7))}.books-plugin.books-home .stat-card{background:var(--surface-100);border-radius:20px;padding:var(--space-lg);box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;gap:var(--space-sm)}.books-plugin.books-home .stat-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.books-plugin.books-home .stat-icon{width:60px;height:60px;border-radius:16px;font-size:1.75rem}.books-plugin.books-home .stat-content{flex:1;position:relative;z-index:1}.books-plugin.books-home .stat-number{font-size:2.5rem;font-weight:700;color:var(--on-surface-strong);line-height:1;margin-bottom:var(--space-xs)}.books-plugin.books-home .stat-label{font-size:.875rem;color:var(--on-surface-muted);font-weight:500}.books-plugin.books-home .stat-badge{position:absolute;top:var(--space-sm);right:var(--space-sm);background:var(--surface-200);padding:.375rem .875rem;border-radius:50px;font-size:.75rem;font-weight:600;color:var(--on-surface-muted);z-index:1}.books-plugin.books-home .section-card{background:var(--surface-100);border-radius:24px;padding:var(--space-xl);box-shadow:0 4px 20px #00000014;height:100%}.books-plugin.books-home .section-header{margin-bottom:var(--space-lg)}.books-plugin.books-home .section-icon{width:48px;height:48px;border-radius:12px;font-size:1.5rem;margin-bottom:var(--space-sm)}.books-plugin.books-home .section-title{font-size:1.75rem;font-weight:700;color:var(--on-surface-strong);margin-bottom:var(--space-xs)}.books-plugin.books-home .section-subtitle{color:var(--on-surface-muted);font-size:1rem;margin:0}.books-plugin.books-home .action-card{display:flex;align-items:center;gap:var(--space-md);background:var(--surface-100);border:2px solid transparent;border-radius:16px;padding:var(--space-md);text-decoration:none;transition:all .3s ease;height:100%;position:relative;overflow:hidden}.books-plugin.books-home .action-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;transition:width .3s ease}.books-plugin.books-home .action-card:hover{transform:translate(8px);box-shadow:0 8px 30px #0000001a;border-color:var(--surface-300)}.books-plugin.books-home .action-card:hover:before{width:100%;opacity:.05}.books-plugin.books-home .action-card-primary:before{background:var(--home-primary)}.books-plugin.books-home .action-card-info:before{background:var(--bs-info)}.books-plugin.books-home .action-card-success:before{background:var(--bs-success)}.books-plugin.books-home .action-card-warning:before{background:var(--bs-warning)}.books-plugin.books-home .action-icon,.books-plugin.books-home .activity-item-icon{flex-shrink:0;border-radius:14px;font-size:1.75rem}.books-plugin.books-home .action-icon{width:56px;height:56px;position:relative;z-index:1}.books-plugin.books-home .action-content{flex:1;position:relative;z-index:1}.books-plugin.books-home .action-title{font-size:1.125rem;font-weight:700;color:var(--on-surface-strong);margin-bottom:.375rem}.books-plugin.books-home .action-description{font-size:.875rem;color:var(--on-surface-muted);margin-bottom:var(--space-sm)}.books-plugin.books-home .action-badge{display:inline-flex;align-items:center;padding:.375rem .875rem;background:var(--surface-200);border-radius:50px;font-size:.8125rem;font-weight:600;color:var(--on-surface-muted)}.books-plugin.books-home .action-arrow{flex-shrink:0;font-size:1.5rem;transition:all .3s ease;position:relative;z-index:1}.books-plugin.books-home .action-card:hover .action-arrow{color:var(--home-primary);transform:translate(4px)}.books-plugin.books-home .activity-panel{background:var(--surface-100);border-radius:24px;padding:var(--space-lg);box-shadow:0 4px 20px #00000014;height:100%}.books-plugin.books-home .activity-header{margin-bottom:var(--space-lg)}.books-plugin.books-home .activity-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--home-primary),rgba(var(--home-primary-rgb),.8));border-radius:12px;font-size:1.5rem;margin-bottom:var(--space-sm)}.books-plugin.books-home .activity-title{font-size:1.375rem;font-weight:700;color:var(--on-surface-strong);margin-bottom:var(--space-xs)}.books-plugin.books-home .activity-badge{display:inline-block;padding:.375rem .875rem;border-radius:50px;font-size:.8125rem;font-weight:600}.books-plugin.books-home .activity-list{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-lg)}.books-plugin.books-home .activity-item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm);border-radius:14px;transition:all .3s ease}.books-plugin.books-home .activity-item:hover{transform:translate(4px)}.books-plugin.books-home .activity-item-icon{width:44px;height:44px;border-radius:10px;font-size:1.25rem}.books-plugin.books-home .activity-item-content{flex:1}.books-plugin.books-home .activity-item-value{font-size:1.5rem;font-weight:700;color:var(--on-surface-strong);line-height:1;margin-bottom:var(--space-xs)}.books-plugin.books-home .activity-item-label{font-size:.8125rem;color:var(--on-surface-muted);font-weight:500}.books-plugin.books-home .engagement-card{background:linear-gradient(135deg,rgba(var(--home-primary-rgb),.05),rgba(var(--bs-info-rgb),.05));border:1px solid rgba(var(--home-primary-rgb),.1);border-radius:16px;padding:var(--space-md)}.books-plugin.books-home .engagement-title{font-size:1rem;font-weight:700;color:var(--on-surface-strong);margin-bottom:var(--space-sm)}.books-plugin.books-home .engagement-stat{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm)}.books-plugin.books-home .engagement-label{font-size:.875rem;color:var(--on-surface-muted)}.books-plugin.books-home .engagement-value{font-size:1.125rem;font-weight:700;color:var(--on-surface-strong)}.books-plugin.books-home .engagement-progress{height:8px;background:var(--surface-200);border-radius:50px;overflow:hidden;margin-bottom:var(--space-sm)}.books-plugin.books-home .engagement-progress-bar{height:100%;background:linear-gradient(90deg,var(--bs-success),rgba(var(--bs-success-rgb),.7));border-radius:50px;transition:width .6s ease}.books-plugin.books-home .progress-section{background:var(--surface-100);border-radius:24px;padding:var(--space-xl);box-shadow:0 4px 20px #00000014}.books-plugin.books-home .progress-header{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);flex-wrap:wrap}.books-plugin.books-home .progress-header-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--home-primary),rgba(var(--home-primary-rgb),.8));border-radius:14px;font-size:1.75rem;flex-shrink:0}.books-plugin.books-home .progress-header-content{flex:1}.books-plugin.books-home .progress-header-title{font-size:1.75rem;font-weight:700;color:var(--on-surface-strong);margin-bottom:var(--space-xs)}.books-plugin.books-home .progress-header-subtitle{font-size:1rem;color:var(--on-surface-muted);margin:0}.books-plugin.books-home .btn-progress-detail{padding:var(--space-sm) var(--space-md);background:var(--home-primary);color:#fff;border:none;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center}.books-plugin.books-home .btn-progress-detail:hover{background:rgba(var(--home-primary-rgb),.9);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--home-primary-rgb),.3)}.books-plugin.books-home .motivational-banner{position:relative;border-radius:24px;padding:var(--space-2xl);background:linear-gradient(135deg,rgba(var(--home-primary-rgb),.08),rgba(var(--bs-info-rgb),.08),rgba(var(--bs-success-rgb),.08));border:2px solid rgba(var(--home-primary-rgb),.15);overflow:hidden;transition:all .4s ease}.books-plugin.books-home .motivational-banner:hover{border-color:rgba(var(--home-primary-rgb),.3);box-shadow:0 12px 40px rgba(var(--home-primary-rgb),.15);transform:translateY(-4px)}.books-plugin.books-home .motivational-banner-content{position:relative;z-index:2}.books-plugin.books-home .motivational-banner-glow{position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(var(--home-primary-rgb),.15) 0%,transparent 70%);border-radius:50%;animation:glow-pulse 8s ease-in-out infinite;pointer-events:none;z-index:1}.books-plugin.books-home .motivational-banner-badge{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);background:linear-gradient(135deg,var(--home-primary),rgba(var(--home-primary-rgb),.8));color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:var(--space-sm);box-shadow:0 4px 12px rgba(var(--home-primary-rgb),.3)}.books-plugin.books-home .motivational-banner-badge i{font-size:1rem}.books-plugin.books-home .motivational-banner-title{font-size:2rem;font-weight:800;color:var(--on-surface-strong);line-height:1.3;margin-bottom:var(--space-sm);background:linear-gradient(135deg,var(--home-primary),var(--bs-info));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.books-plugin.books-home .motivational-banner-text{font-size:1.125rem;color:var(--on-surface-muted);line-height:1.7;margin-bottom:var(--space-md);max-width:600px}.books-plugin.books-home .motivational-banner-features{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin-bottom:var(--space-sm)}.books-plugin.books-home .motivational-feature-item{display:flex;align-items:center;gap:var(--space-xs);font-size:.9375rem;font-weight:600;color:var(--on-surface-muted)}.books-plugin.books-home .motivational-feature-item i{color:var(--bs-success);font-size:1.125rem}.books-plugin.books-home .motivational-banner-actions-centered{display:flex;justify-content:center;margin-top:var(--space-lg)}.books-plugin.books-home .btn-motivational{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:1.125rem 2.5rem;border-radius:16px;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;border:2px solid transparent;min-width:280px}.books-plugin.books-home .btn-motivational:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.books-plugin.books-home .btn-motivational:hover:before{width:300px;height:300px}.books-plugin.books-home .btn-motivational i{font-size:1.25rem;position:relative;z-index:1}.books-plugin.books-home .btn-motivational span{position:relative;z-index:1}.books-plugin.books-home .btn-motivational-primary{background:linear-gradient(135deg,var(--home-primary),rgba(var(--home-primary-rgb),.85));color:#fff;box-shadow:0 6px 20px rgba(var(--home-primary-rgb),.35)}.books-plugin.books-home .btn-motivational-primary:hover{background:linear-gradient(135deg,rgba(var(--home-primary-rgb),.95),var(--home-primary));box-shadow:0 10px 30px rgba(var(--home-primary-rgb),.45);transform:translateY(-4px);color:#fff}.books-plugin.books-home .btn-motivational-secondary{background:var(--surface-100);color:var(--home-primary);border-color:rgba(var(--home-primary-rgb),.3);box-shadow:0 4px 12px #00000014}.books-plugin.books-home .btn-motivational-secondary:hover{background:rgba(var(--home-primary-rgb),.05);border-color:var(--home-primary);box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);color:var(--home-primary)}.books-plugin.books-home .hero-books-carousel{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.books-plugin.books-home .hero-book-spotlight{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:10;transition:opacity .3s ease,transform .3s ease,z-index .1s ease}.books-plugin.books-home .hero-book-spotlight:hover{z-index:100;transform:translate(-50%) translateY(-15px) scale(1.05)}.books-plugin.books-home .hero-book-card-large{position:relative;width:420px;height:297px;border-radius:20px;overflow:hidden;filter:drop-shadow(0 18px 28px rgba(0,0,0,.38));box-shadow:0 24px 48px rgba(var(--home-violet-600-rgb),.28),0 40px 72px #0000003d,0 10px 20px #00000029;transition:all .5s cubic-bezier(.34,1.56,.64,1);background:transparent;border:none}.books-plugin.books-home .hero-book-card-large:hover{transform:translateY(-15px) scale(1.05);filter:drop-shadow(0 40px 52px rgba(0,0,0,.42));box-shadow:0 40px 76px rgba(var(--home-violet-600-rgb),.35),0 56px 96px #0000004d,0 16px 32px #0003}.books-plugin.books-home .hero-book-card-large img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:transparent}.books-plugin.books-home .hero-book-level-badge{position:absolute;top:15px;right:15px;padding:6px 14px;border-radius:50px;font-weight:700;font-size:.875rem;color:#fff;z-index:2;box-shadow:0 4px 12px #0003}.books-plugin.books-home .hero-book-overlay-info{position:absolute;bottom:0;left:0;right:0;padding:25px 20px;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#fff;transform:translateY(100%);transition:transform .4s ease}.books-plugin.books-home .hero-book-card-large:hover .hero-book-overlay-info{transform:translateY(0)}.books-plugin.books-home .hero-book-release-date,.books-plugin.books-home .hero-book-release-date span,.books-plugin.books-home .hero-book-release-date .bi{color:#fff!important;opacity:1!important}.books-plugin.books-home .hero-book-release-date{font-size:1.25rem;font-weight:700;margin:.35rem 0 0;display:flex;align-items:center;gap:.5rem}.books-plugin.books-home .hero-book-release-date .bi{font-size:1.25rem}.books-plugin.books-home .hero-books-grid{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.books-plugin.books-home .hero-book-mini{position:absolute;pointer-events:all;transition:z-index .1s ease}.books-plugin.books-home .hero-book-mini:hover{z-index:100!important}.books-plugin.books-home .hero-book-mini-card{position:relative;width:280px;height:197px;border-radius:14px;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);background:transparent;cursor:pointer;filter:blur(0px);border:3px solid transparent}.books-plugin.books-home .hero-book-mini-card:hover{border-color:#fffc;transform:translateY(-8px) scale(1.05);filter:blur(0px) drop-shadow(0 28px 42px rgba(0,0,0,.5))!important;box-shadow:0 28px 56px rgba(var(--home-violet-600-rgb),.4),0 48px 80px #00000059,0 16px 32px #00000040,0 0 60px #ffffff4d!important;z-index:100}.books-plugin.books-home .hero-book-mini-1 .hero-book-mini-card,.books-plugin.books-home .hero-book-mini-2 .hero-book-mini-card{filter:blur(0px) drop-shadow(0 20px 32px rgba(0,0,0,.4));box-shadow:0 24px 48px rgba(var(--home-violet-600-rgb),.32),0 40px 72px #00000047,0 10px 20px rgba(var(--home-violet-600-rgb),.2),0 0 40px rgba(var(--home-violet-600-rgb),.15)}.books-plugin.books-home .hero-book-mini-3 .hero-book-mini-card,.books-plugin.books-home .hero-book-mini-4 .hero-book-mini-card{filter:blur(.5px) drop-shadow(0 14px 24px rgba(0,0,0,.32));box-shadow:0 18px 36px rgba(var(--home-violet-600-rgb),.26),0 30px 54px #00000038,0 6px 14px rgba(var(--home-violet-600-rgb),.16),0 0 28px rgba(var(--home-violet-600-rgb),.1)}.books-plugin.books-home .hero-book-mini-5 .hero-book-mini-card,.books-plugin.books-home .hero-book-mini-6 .hero-book-mini-card{filter:blur(1.2px) drop-shadow(0 10px 18px rgba(0,0,0,.25));box-shadow:0 14px 28px rgba(var(--home-violet-600-rgb),.18),0 22px 38px #00000029,0 4px 10px rgba(var(--home-violet-600-rgb),.12),0 0 20px rgba(var(--home-violet-600-rgb),.06)}.books-plugin.books-home .hero-book-mini-7 .hero-book-mini-card{filter:blur(2px) drop-shadow(0 6px 12px rgba(0,0,0,.18));box-shadow:0 10px 20px rgba(var(--home-violet-600-rgb),.12),0 16px 28px #0000001f,0 2px 6px rgba(var(--home-violet-600-rgb),.08),0 0 16px rgba(var(--home-violet-600-rgb),.04)}.books-plugin.books-home .hero-book-mini-card:after{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%) scale(0);opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.books-plugin.books-home .hero-book-mini-card:hover:after{transform:translate(-50%,-50%) scale(2);opacity:0}.books-plugin.books-home .hero-book-mini-card:active{transform:translateY(-4px)}.books-plugin.books-home .hero-book-mini-card img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:transparent}.books-plugin.books-home .hero-book-mini-level{position:absolute;top:8px;right:8px;padding:3px 10px;border-radius:50px;font-size:.7rem;font-weight:700;color:#fff;z-index:2}.books-plugin.books-home .hero-book-mini-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px 10px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 60%,transparent 100%);color:#fff;font-size:.75rem;font-weight:600;opacity:0;transition:opacity .4s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.books-plugin.books-home .hero-book-mini-card:hover .hero-book-mini-overlay{opacity:1}.books-plugin.books-home .hero-book-mini-release-date{display:flex;align-items:center;gap:.25rem;margin-top:.2rem;font-size:.65rem;font-weight:500}.books-plugin.books-home .hero-book-mini-release-date .bi{font-size:.7rem}.books-plugin.books-home .hero-book-mini-title,.books-plugin.books-home .hero-book-mini-release-date,.books-plugin.books-home .hero-book-mini-release-date span,.books-plugin.books-home .hero-book-mini-release-date .bi{color:#fff!important;opacity:1!important}.books-plugin.books-home .hero-book-mini-preview-hint,.books-plugin.books-home .hero-book-mini-preview-hint .bi{color:#fff!important}.books-plugin.books-home .hero-book-mini-1{bottom:8%;left:8%;transform:scale(1.15);z-index:7;opacity:.98}.books-plugin.books-home .hero-book-mini-2{bottom:8%;right:8%;transform:scale(1.15);z-index:7;opacity:.98}.books-plugin.books-home .hero-book-mini-3{top:38%;left:2%;transform:scale(1);z-index:6;opacity:.95}.books-plugin.books-home .hero-book-mini-4{top:38%;right:2%;transform:scale(1);z-index:6;opacity:.95}.books-plugin.books-home .hero-book-mini-5{top:5%;left:15%;transform:scale(.85);z-index:5;opacity:.88}.books-plugin.books-home .hero-book-mini-6{top:5%;right:15%;transform:scale(.85);z-index:5;opacity:.88}.books-plugin.books-home .hero-book-mini-7{top:-2%;left:50%;transform:translate(-50%) scale(.7);z-index:4;opacity:.8}.books-plugin.books-home .hero-book-mini-1 .hero-book-mini-card:hover,.books-plugin.books-home .hero-book-mini-2 .hero-book-mini-card:hover,.books-plugin.books-home .hero-book-mini-3 .hero-book-mini-card:hover,.books-plugin.books-home .hero-book-mini-4 .hero-book-mini-card:hover,.books-plugin.books-home .hero-book-mini-5 .hero-book-mini-card:hover,.books-plugin.books-home .hero-book-mini-6 .hero-book-mini-card:hover,.books-plugin.books-home .hero-book-mini-7 .hero-book-mini-card:hover{transform:translateY(-12px) scale(1.2);filter:blur(0px) drop-shadow(0 36px 48px rgba(0,0,0,.45))!important;box-shadow:0 36px 68px rgba(var(--home-violet-600-rgb),.38),0 52px 92px #0000005c,0 18px 36px #0000003d,0 0 60px rgba(var(--home-violet-600-rgb),.3)!important;z-index:100!important}.books-plugin.books-home .badge-primary{background:var(--home-primary)}.books-plugin.books-home .badge-info{background:var(--bs-info)}.books-plugin.books-home .badge-success{background:var(--bs-success)}.books-plugin.books-home .badge-warning{background:var(--bs-warning)}.books-plugin.books-home .hero-book-preview-hint{font-size:.875rem;color:#ffffffe6;margin-top:.5rem;margin-bottom:0;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.books-plugin.books-home .hero-book-card-large:hover .hero-book-preview-hint{opacity:1;transform:translateY(0)}.books-plugin.books-home .hero-book-mini-preview-hint{font-size:.75rem;color:#ffffffe6;margin-top:.5rem;margin-bottom:0;display:flex;align-items:center;justify-content:center;gap:.5rem;opacity:0;transform:translateY(10px);transition:all .3s ease;cursor:pointer}.books-plugin.books-home .hero-book-mini-card:hover .hero-book-mini-preview-hint{opacity:1;transform:translateY(0)}.books-plugin.books-home .books-carousel-wrapper{position:relative;padding:0 60px 60px;margin:0 auto;max-width:1800px}.books-plugin.books-home .carousel-nav-btn{position:absolute;top:45%;transform:translateY(-50%);width:50px;height:50px;background:transparent;border:none;color:var(--home-violet-600);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.books-plugin.books-home .carousel-nav-btn:hover:not(:disabled){color:var(--home-violet-700);transform:translateY(-50%) scale(1.15)}.books-plugin.books-home .carousel-nav-btn:disabled{opacity:.3;cursor:not-allowed;color:var(--neutral-300)}.books-plugin.books-home .carousel-nav-prev{left:5px}.books-plugin.books-home .carousel-nav-next{right:5px}.books-plugin.books-home .carousel-nav-prev:hover:not(:disabled) i{transform:translate(-3px)}.books-plugin.books-home .carousel-nav-next:hover:not(:disabled) i{transform:translate(3px)}.books-plugin.books-home .carousel-nav-btn i{font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.books-plugin.books-home .books-carousel-track-container{overflow:hidden;border-radius:15px;background:transparent;box-shadow:none;padding-top:30px;padding-bottom:30px}.books-plugin.books-home .books-carousel-track{display:flex;gap:0;flex-wrap:nowrap;transition:transform .5s cubic-bezier(.34,1.56,.64,1)}.books-plugin.books-home .book-carousel-item{padding:0 .25rem;box-sizing:border-box}.books-plugin.books-home .btn-cart-icon{flex:0 0 auto;padding-left:.85rem;padding-right:.85rem}.books-plugin.books-home .btn-cart-icon i{font-size:1.05rem}.books-plugin.books-home .carousel-indicators{display:flex;justify-content:center;gap:10px}.books-plugin.books-home .carousel-indicator{width:12px;height:12px;border-radius:50%;border:2px solid var(--on-surface-muted);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.books-plugin.books-home .carousel-indicator:hover{background:var(--on-surface-muted);border-color:var(--on-surface-strong);transform:scale(1.2)}.books-plugin.books-home .carousel-indicator.active{background:var(--home-violet-600);border-color:var(--home-violet-600);transform:scale(1.3);box-shadow:0 0 8px rgba(var(--home-violet-600-rgb),.4)}.books-plugin.books-home .book-cover-placeholder{background:transparent;border:2px dashed rgba(var(--bs-body-color-rgb),.1);transition:all .3s ease;min-height:400px}.books-plugin.books-home .book-cover-placeholder:hover{background:transparent;border-color:rgba(var(--bs-body-color-rgb),.2)}.books-plugin.books-home .book-cover-placeholder i{opacity:.3;transition:opacity .3s ease}.books-plugin.books-home .book-cover-placeholder:hover i{opacity:.5}.books-plugin.books-home .book-modal-content{animation:modalFadeIn .4s ease-out}.books-plugin.books-home .modal-book-cover-wrapper{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 12px #0000001a}.books-plugin.books-home .modal-book-cover-wrapper:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-4px);transition:all .3s ease}.books-plugin.books-home .modal-book-cover-wrapper img{transition:transform .4s ease}.books-plugin.books-home .modal-book-cover-wrapper:hover img{transform:scale(1.05)}.books-plugin.books-home .modal-price-badge{background:rgba(var(--bs-success-rgb),.1);animation:priceSlideUp .5s ease-out}.books-plugin.books-home .modal-stats-card{background:var(--surface-200);border:1px solid var(--surface-300);transition:all .3s ease;position:relative;overflow:hidden}.books-plugin.books-home .modal-stats-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:0;background:var(--home-primary);transition:height .3s ease}.books-plugin.books-home .modal-stats-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a}.books-plugin.books-home .modal-stats-card:hover:before{height:100%}.books-plugin.books-home .author-section{background:linear-gradient(135deg,rgba(var(--home-primary-rgb),.05),rgba(var(--bs-info-rgb),.05));border-left:4px solid var(--home-primary);animation:slideInInlineStart .5s ease-out;position:relative;overflow:hidden}.books-plugin.books-home .author-section:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--home-primary-rgb),.1),transparent);transition:left .6s ease}.books-plugin.books-home .description-section,.books-plugin.books-home .info-grid,.books-plugin.books-home .chapters-section{animation:fadeInUp .6s ease-out}.books-plugin.books-home .description-section{animation-delay:.1s}.books-plugin.books-home .info-grid{animation-delay:.2s}.books-plugin.books-home .chapters-section{animation-delay:.3s}.books-plugin.books-home .info-card{background:var(--surface-200);border:1px solid var(--surface-300);transition:all .3s ease;position:relative}.books-plugin.books-home .info-card:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,rgba(var(--home-primary-rgb),.1),transparent);transition:width .3s ease}.books-plugin.books-home .info-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;border-color:var(--home-primary)}.books-plugin.books-home .info-card:hover:before{width:100%}.books-plugin.books-home .chapter-accordion-btn{background:var(--surface-200);border:none;box-shadow:none;transition:all .3s ease}.books-plugin.books-home .chapter-accordion-btn:not(.collapsed){background:rgba(var(--home-primary-rgb),.1);color:inherit;box-shadow:none}.books-plugin.books-home .chapter-accordion-btn:hover{background:rgba(var(--home-primary-rgb),.05)}.books-plugin.books-home .chapter-accordion-btn:focus{box-shadow:none;border-color:transparent}.books-plugin.books-home .chapter-accordion-btn:after{flex-shrink:0;margin-left:.5rem}.books-plugin.books-home .accordion-item.border-0{background:transparent}.books-plugin.books-home .chapters-section .accordion-body{background:var(--surface-100);border-radius:0 0 .375rem .375rem}.books-plugin.books-home .pdf-preview-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center}.books-plugin.books-home .pdf-preview-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.books-plugin.books-home .pdf-preview-container{position:relative;background:#fff;border-radius:20px;box-shadow:0 25px 50px #00000080;width:90%;max-width:1200px;height:90vh;max-height:900px;display:flex;flex-direction:column;overflow:hidden;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.books-plugin.books-home .pdf-preview-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:#fff;color:var(--bs-body-color);border-bottom:1px solid var(--bs-border-color)}.books-plugin.books-home .pdf-preview-title{margin:0;font-size:1.5rem;font-weight:700}.books-plugin.books-home .pdf-preview-close{background:#0000000d;border:2px solid rgba(0,0,0,.1);color:var(--bs-body-color);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;font-size:1.25rem;padding:0}.books-plugin.books-home .pdf-preview-close i{line-height:1;margin:0}.books-plugin.books-home .pdf-preview-close:hover{background:#0000001a;transform:rotate(90deg) scale(1.1)}.books-plugin.books-home .pdf-preview-body{flex:1;overflow:hidden;background:var(--surface-200);display:flex;align-items:center;justify-content:center}.books-plugin.books-home .pdf-preview-iframe{width:100%;height:100%;border:none;display:block;object-fit:contain;object-position:center}.books-plugin.books-home .pdf-preview-footer{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 2rem;background:var(--surface-200);border-top:1px solid var(--bs-border-color)}.books-plugin.books-home .pdf-preview-footer .btn{padding:.75rem 2rem;font-weight:600;border-radius:12px;transition:all .3s ease}.books-plugin.books-home .pdf-preview-footer .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(var(--home-violet-600-rgb),.4)}.books-plugin.books-home :is(h1,:where(.books-plugin) h2,:where(.books-plugin) h3,:where(.books-plugin) h4,:where(.books-plugin) h5,:where(.books-plugin) h6,:where(.books-plugin) small,:where(.books-plugin) p,:where(.books-plugin) span,:where(.books-plugin) div,:where(.books-plugin) a,:where(.books-plugin) label,:where(.books-plugin) input,:where(.books-plugin) textarea,:where(.books-plugin) select,:where(.books-plugin) button){font-family:var(--books-font-ar)!important}@media (max-width: 991px){.books-plugin.books-home .hero-section{min-height:auto;padding:var(--space-lg) var(--space-md)}.books-plugin.books-home .hero-title{font-size:1.75rem}.books-plugin.books-home .hero-stats{flex-direction:column;gap:var(--space-sm)!important}.books-plugin.books-home .hero-stat-divider{display:none}.books-plugin.books-home .hero-books-carousel{display:none!important}.books-plugin.books-home .hero-book-card-large{width:220px;height:300px}.books-plugin.books-home .hero-book-mini-card{width:140px;height:99px}.books-plugin.books-home .books-carousel-wrapper{padding:0 50px 40px}.books-plugin.books-home .carousel-nav-btn{width:45px;height:45px}.books-plugin.books-home .section-card,.books-plugin.books-home .activity-panel,.books-plugin.books-home .progress-section,.books-plugin.books-home .stat-card{padding:var(--space-md)}.books-plugin.books-home .progress-header{flex-direction:column;align-items:flex-start}.books-plugin.books-home .motivational-banner{padding:var(--space-lg)}.books-plugin.books-home .motivational-banner-title{font-size:1.5rem}.books-plugin.books-home .motivational-banner-text{font-size:1rem}.books-plugin.books-home .motivational-banner-features{flex-direction:column;gap:var(--space-xs)}.books-plugin.books-home .motivational-banner-actions-centered{margin-top:var(--space-md)}.books-plugin.books-home .btn-motivational{width:100%;min-width:auto}}@media (min-width: 992px) and (max-width: 1399px){.books-plugin.books-home .hero-stats .hero-stat-item{min-width:auto}.books-plugin.books-home .hero-stats .d-flex{gap:1rem!important}.books-plugin.books-home .hero-stat-number{font-size:1.25rem}.books-plugin.books-home .hero-stat-label{font-size:.6875rem}}@media (max-width: 768px){.books-plugin.books-home .section-card{padding:var(--space-lg) var(--space-md)}.books-plugin.books-home .section-icon{width:40px;height:40px;font-size:1.25rem}.books-plugin.books-home .section-subtitle{font-size:.9375rem}.books-plugin.books-home .action-card{flex-direction:column;text-align:center;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-sm)}.books-plugin.books-home .action-icon{width:48px;height:48px;font-size:1.5rem;margin:0 auto}.books-plugin.books-home .action-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.books-plugin.books-home .action-title{font-size:1rem;text-align:center}.books-plugin.books-home .action-description{font-size:.8125rem;text-align:center}.books-plugin.books-home .action-badge{margin:0 auto}.books-plugin.books-home .action-arrow{display:none}.books-plugin.books-home .display-5{font-size:2rem}.books-plugin.books-home .section-title{font-size:1.5rem}.books-plugin.books-home .progress-header{flex-direction:column;align-items:center;text-align:center;gap:var(--space-sm)}.books-plugin.books-home .progress-header-icon{width:48px;height:48px;font-size:1.5rem;margin:0 auto}.books-plugin.books-home .progress-header-content{width:100%;text-align:center}.books-plugin.books-home .progress-header-title{font-size:1.5rem;text-align:center}.books-plugin.books-home .progress-header-subtitle{font-size:.9375rem;text-align:center}.books-plugin.books-home .btn-progress-detail{width:100%;justify-content:center;font-size:.9375rem}.books-plugin.books-home h1{font-size:2rem}.books-plugin.books-home h2{font-size:1.75rem}.books-plugin.books-home h3{font-size:1.5rem}.books-plugin.books-home h4{font-size:1.25rem}.books-plugin.books-home .hero-book-card-large{width:200px;height:280px}.books-plugin.books-home .hero-book-mini{display:none}.books-plugin.books-home .books-carousel-wrapper{padding:0 40px 30px}.books-plugin.books-home .carousel-nav-btn{width:40px;height:40px}.books-plugin.books-home .carousel-nav-btn i{font-size:1.2rem}.books-plugin.books-home .pdf-preview-container{width:95%;height:95vh;border-radius:16px}.books-plugin.books-home .pdf-preview-header{padding:1rem 1.5rem}.books-plugin.books-home .pdf-preview-title{font-size:1.25rem}.books-plugin.books-home .pdf-preview-footer{flex-direction:column;gap:.75rem;padding:1rem 1.5rem}.books-plugin.books-home .pdf-preview-footer .btn{width:100%}}@media (max-width: 576px){.books-plugin.books-home .hero-section{padding:var(--space-md) var(--space-sm);min-height:auto}.books-plugin.books-home .hero-title{font-size:1.375rem;line-height:1.3}.books-plugin.books-home .hero-subtitle{font-size:.9375rem}.books-plugin.books-home .hero-badge{font-size:.75rem;padding:.375rem .75rem}.books-plugin.books-home .btn-hero-primary,.books-plugin.books-home .btn-hero-secondary,.books-plugin.books-home .btn-motivational,.books-plugin.books-home .btn-motivational-primary,.books-plugin.books-home .btn-motivational-secondary,.books-plugin.books-home .btn-progress-detail{padding:.75rem var(--space-md);justify-content:center;flex:0 1 calc(50% - .75rem);width:auto;max-width:100%;text-align:center;font-size:.75rem!important;line-height:1.2;letter-spacing:.01em}.books-plugin.books-home .hero-stats{padding:var(--space-sm)}.books-plugin.books-home .hero-stats .d-flex{flex-wrap:wrap;gap:.5rem!important}.books-plugin.books-home .hero-stat-item{min-width:0;flex:1 1 0}.books-plugin.books-home .hero-stat-number{font-size:1.25rem}.books-plugin.books-home .hero-stat-label{display:none}.books-plugin.books-home .hero-stat-icon{display:inline-block}.books-plugin.books-home .stat-card{padding:var(--space-md)}.books-plugin.books-home .stat-icon{width:48px;height:48px;font-size:1.5rem}.books-plugin.books-home .stat-number{font-size:2rem}.books-plugin.books-home .stat-label{font-size:.8125rem}.books-plugin.books-home .stat-badge{font-size:.6875rem;padding:.25rem .625rem}.books-plugin.books-home .section-card,.books-plugin.books-home .activity-panel,.books-plugin.books-home .progress-section{padding:var(--space-sm)}.books-plugin.books-home .section-header{margin-bottom:var(--space-md)}.books-plugin.books-home .section-subtitle{font-size:.875rem}.books-plugin.books-home .action-card{padding:var(--space-sm);align-items:center;justify-content:center}.books-plugin.books-home .action-badge{font-size:.75rem;padding:.25rem .625rem;margin:0 auto}.books-plugin.books-home .activity-panel{padding:var(--space-md)}.books-plugin.books-home .activity-icon{width:40px;height:40px;font-size:1.25rem}.books-plugin.books-home .activity-badge{font-size:.75rem;padding:.25rem .625rem}.books-plugin.books-home .activity-item{padding:var(--space-sm);gap:var(--space-xs)}.books-plugin.books-home .activity-item-icon{width:36px;height:36px;font-size:1rem}.books-plugin.books-home .activity-item-value{font-size:1.25rem}.books-plugin.books-home .activity-item-label{font-size:.75rem}.books-plugin.books-home .engagement-card{padding:var(--space-sm)}.books-plugin.books-home .engagement-title{font-size:.9375rem}.books-plugin.books-home .engagement-label{font-size:.8125rem}.books-plugin.books-home .engagement-value{font-size:1rem}.books-plugin.books-home .display-5{font-size:1.5rem}.books-plugin.books-home .section-title,.books-plugin.books-home .progress-header-title,.books-plugin.books-home .motivational-banner-title,.books-plugin.books-home .activity-title{font-size:1.125rem}.books-plugin.books-home .progress-header{gap:var(--space-xs);margin-bottom:var(--space-md)}.books-plugin.books-home .progress-header-icon{width:44px;height:44px;font-size:1.375rem}.books-plugin.books-home .progress-header-title{margin-bottom:var(--space-xs)}.books-plugin.books-home h1{font-size:1.75rem}.books-plugin.books-home h2{font-size:1.5rem}.books-plugin.books-home h3{font-size:1.25rem}.books-plugin.books-home h4{font-size:1.125rem}.books-plugin.books-home h5{font-size:1rem}.books-plugin.books-home h6{font-size:.875rem}.books-plugin.books-home p,.books-plugin.books-home .lead,.books-plugin.books-home .hero-subtitle,.books-plugin.books-home .text-muted{font-size:.9375rem;line-height:1.5}.books-plugin.books-home .progress-header-subtitle{font-size:.875rem}.books-plugin.books-home .btn-progress-detail{padding:.625rem var(--space-md)}.books-plugin.books-home .d-flex.gap-2{gap:.5rem!important}.books-plugin.books-home .d-flex.gap-3{gap:.75rem!important}.books-plugin.books-home .row.g-4{row-gap:1.5rem!important}.books-plugin.books-home .row.g-5{row-gap:2rem!important}.books-plugin.books-home .col-6 .text-center{padding:var(--space-sm)!important}.books-plugin.books-home .col-6 .display-4{font-size:2rem!important}.books-plugin.books-home .col-6 .h3{font-size:1.25rem!important}.books-plugin.books-home .col-6 .text-muted.small{font-size:.7rem!important}.books-plugin.books-home .col-6 .badge{font-size:.65rem!important;padding:.25rem .5rem!important;display:inline-flex;align-items:center;gap:.25rem}.books-plugin.books-home .col-6 .badge i{font-size:.75rem!important}.books-plugin.books-home .motivational-banner{padding:var(--space-sm)}.books-plugin.books-home .motivational-banner-badge{font-size:.75rem;padding:.375rem var(--space-sm)}.books-plugin.books-home .motivational-banner-title{font-size:1.125rem;line-height:1.4}.books-plugin.books-home .motivational-banner-text{font-size:.875rem;line-height:1.6}.books-plugin.books-home .motivational-feature-item{font-size:.8125rem}.books-plugin.books-home .btn-motivational{padding:.875rem var(--space-sm)}.books-plugin.books-home>*:not(:last-child){margin-bottom:var(--space-md)}.books-plugin.books-home .hero-book-card-large{width:180px;height:250px}.books-plugin.books-home .carousel-nav-btn{display:none}.books-plugin.books-home .books-carousel-wrapper{padding:0 var(--space-sm) var(--space-md)}.books-plugin.books-home .book-carousel-item{flex:0 0 100%;max-width:100%}}[dir=rtl] .books-plugin.books-home .hero-title,[dir=rtl] .books-plugin.books-home .hero-subtitle,[dir=rtl] .books-plugin.books-home .progress-header-title,[dir=rtl] .books-plugin.books-home .progress-header-subtitle,[dir=rtl] .books-plugin.books-home .motivational-banner-title,[dir=rtl] .books-plugin.books-home .motivational-banner-text{text-align:center}[dir=rtl] .books-plugin.books-home .section-header,[dir=rtl] .books-plugin.books-home .activity-header{text-align:right}[dir=rtl] .books-plugin.books-home .bi.me-3,[dir=rtl] .books-plugin.books-home i.me-3{margin-right:0!important;margin-left:1rem!important}[dir=rtl] .books-plugin.books-home .btn i:last-child,[dir=rtl] .books-plugin.books-home .btn-progress-detail i{margin-left:0;margin-right:.5rem}[dir=rtl] .books-plugin.books-home .motivational-banner-badge,[dir=rtl] .books-plugin.books-home .motivational-feature-item,[dir=rtl] .books-plugin.books-home .btn-motivational{flex-direction:row-reverse}[dir=rtl] .books-plugin.books-home .motivational-banner-badge i,[dir=rtl] .books-plugin.books-home .motivational-feature-item i,[dir=rtl] .books-plugin.books-home .btn-motivational i:first-child{margin-right:0;margin-left:.5rem}[dir=rtl] .books-plugin.books-home .motivational-banner-glow{right:auto;left:-20%}[dir=rtl] .books-plugin.books-home .hero-stats{flex-direction:row-reverse}[dir=rtl] .books-plugin.books-home .hero-stat-divider{margin:0 1rem}[dir=rtl] .books-plugin.books-home .stat-badge{right:auto;left:1rem}[dir=rtl] .books-plugin.books-home .section-icon{margin-left:1rem;margin-right:0}[dir=rtl] .books-plugin.books-home .action-card:before{left:auto;right:0}[dir=rtl] .books-plugin.books-home .action-card:hover,[dir=rtl] .books-plugin.books-home .activity-item:hover{transform:translate(-8px)}[dir=rtl] .books-plugin.books-home .action-arrow .bi-arrow-right{transform:rotate(180deg)}[dir=rtl] .books-plugin.books-home .action-card:hover .action-arrow{transform:translate(-4px)}[dir=rtl] .books-plugin.books-home .action-card:hover .action-arrow .bi-arrow-right{transform:translate(0) rotate(180deg)}[dir=rtl] .books-plugin.books-home .progress-header,[dir=rtl] .books-plugin.books-home .engagement-stat{flex-direction:row-reverse}[dir=rtl] .books-plugin.books-home .text-start{text-align:right!important}[dir=rtl] .books-plugin.books-home .text-end{text-align:left!important}[dir=rtl] .books-plugin.books-home .action-content,[dir=rtl] .books-plugin.books-home .activity-item-content,[dir=rtl] .books-plugin.books-home .stat-content{text-align:right}[dir=rtl] .books-plugin.books-home .d-flex.gap-2,[dir=rtl] .books-plugin.books-home .d-flex.gap-3{flex-direction:row-reverse}[dir=rtl] .books-plugin.books-home .d-flex.flex-column{flex-direction:column}[dir=rtl] .books-plugin.books-home .d-flex.flex-wrap{flex-direction:row;justify-content:flex-start}[dir=rtl] .books-plugin.books-home .ms-1{margin-left:0!important;margin-right:.25rem!important}[dir=rtl] .books-plugin.books-home .ms-2{margin-left:0!important;margin-right:.5rem!important}[dir=rtl] .books-plugin.books-home .me-1{margin-right:0!important;margin-left:.25rem!important}[dir=rtl] .books-plugin.books-home .me-2{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin.books-home .me-3{margin-right:0!important;margin-left:1rem!important}[dir=rtl] .books-plugin.books-home .ps-4{padding-left:0!important;padding-right:1.5rem!important}[dir=rtl] .books-plugin.books-home .pe-2{padding-right:0!important;padding-left:.5rem!important}[dir=rtl] .books-plugin.books-home .books-carousel-wrapper,[dir=rtl] .books-plugin.books-home .carousel-indicators{direction:rtl}[dir=rtl] .books-plugin.books-home .hero-book-level-badge,[dir=rtl] .books-plugin.books-home .hero-book-mini-level{right:auto;left:15px}[dir=rtl] .books-plugin.books-home .hero-book-mini-level{left:8px}[dir=rtl] .books-plugin.books-home .author-section{border-left:none;border-right:4px solid var(--home-primary)}[dir=rtl] .books-plugin.books-home .author-section:before{left:auto;right:-100%;transition:right .6s ease}[dir=rtl] .books-plugin.books-home .chapter-accordion-btn:after{margin-left:0;margin-right:.5rem}@media (max-width: 991px){[dir=rtl] .books-plugin.books-home .hero-stats,[dir=rtl] .books-plugin.books-home .progress-header{flex-direction:column;align-items:center}}@media (max-width: 768px){[dir=rtl] .books-plugin.books-home .action-card{align-items:center;text-align:center}[dir=rtl] .books-plugin.books-home .action-card:hover{transform:translate(0)}[dir=rtl] .books-plugin.books-home .action-icon,[dir=rtl] .books-plugin.books-home .action-content,[dir=rtl] .books-plugin.books-home .action-badge,[dir=rtl] .books-plugin.books-home .progress-header-icon{margin:0 auto}[dir=rtl] .books-plugin.books-home .progress-header,[dir=rtl] .books-plugin.books-home .progress-header-content{align-items:center;text-align:center}[dir=rtl] .books-plugin.books-home .progress-header-title,[dir=rtl] .books-plugin.books-home .progress-header-subtitle{text-align:center}[dir=rtl] .books-plugin.books-home .btn-progress-detail{justify-content:center}}[data-theme=dark] .books-plugin.books-home .stat-card-primary .stat-icon,[data-theme=dark] .books-plugin.books-home .stat-card-info .stat-icon,[data-theme=dark] .books-plugin.books-home .stat-card-success .stat-icon,[data-theme=dark] .books-plugin.books-home .stat-card-warning .stat-icon,[data-theme=dark] .books-plugin.books-home .action-card-primary .action-icon,[data-theme=dark] .books-plugin.books-home .action-card-info .action-icon,[data-theme=dark] .books-plugin.books-home .action-card-success .action-icon,[data-theme=dark] .books-plugin.books-home .action-card-warning .action-icon,[data-theme=dark] .books-plugin.books-home .section-icon.bg-warning,[data-theme=dark] .books-plugin.books-home .activity-item-icon.bg-success,[data-theme=dark] .books-plugin.books-home .activity-item-icon.bg-info,[data-theme=dark] .books-plugin.books-home .activity-item-icon.bg-primary,[data-theme=dark] .books-plugin.books-home .activity-icon,[data-theme=dark] .books-plugin.books-home .progress-header-icon{background:var(--home-violet-600)!important}[data-theme=dark] .books-plugin.books-home .badge.bg-primary-subtle{background:rgba(var(--home-primary-rgb),.2)!important;color:#fff!important}[data-theme=dark] .books-plugin.books-home .badge.bg-success-subtle{background:rgba(var(--bs-success-rgb),.2)!important;color:#fff!important}[data-theme=dark] .books-plugin.books-home .badge.bg-info-subtle{background:rgba(var(--bs-info-rgb),.2)!important;color:#fff!important}[data-theme=dark] .books-plugin.books-home .badge.bg-warning-subtle{background:rgba(var(--bs-warning-rgb),.2)!important;color:#fff!important}[data-theme=dark] .books-plugin.books-home .u-surface-primary-subtle{background:rgba(var(--home-primary-rgb),.1)!important}[data-theme=dark] .books-plugin.books-home .u-surface-success-subtle{background:rgba(var(--bs-success-rgb),.1)!important}[data-theme=dark] .books-plugin.books-home .u-surface-info-subtle{background:rgba(var(--bs-info-rgb),.1)!important}[data-theme=dark] .books-plugin.books-home .u-surface-warning-subtle{background:rgba(var(--bs-warning-rgb),.1)!important}[data-theme=dark] .books-plugin.books-home .display-4.text-success,[data-theme=dark] .books-plugin.books-home .display-4.text-info,[data-theme=dark] .books-plugin.books-home .display-4.text-warning{color:#fff!important}[data-theme=dark] .books-plugin.books-home .engagement-card{background:linear-gradient(135deg,rgba(var(--home-primary-rgb),.08),rgba(var(--bs-info-rgb),.08));border:1px solid rgba(var(--home-primary-rgb),.15)}[data-theme=dark] .books-plugin.books-home .motivational-banner{background:linear-gradient(135deg,rgba(var(--home-primary-rgb),.1),rgba(var(--bs-info-rgb),.1),rgba(var(--bs-success-rgb),.1));border:2px solid rgba(var(--home-primary-rgb),.2)}[data-theme=dark] .books-plugin.books-home .motivational-banner:hover{border-color:rgba(var(--home-primary-rgb),.35)}[data-theme=dark] .books-plugin.books-home .pdf-preview-container{background:var(--surface-100);box-shadow:0 25px 50px #000000b3}[data-theme=dark] .books-plugin.books-home .pdf-preview-header{background:var(--surface-100);color:var(--on-surface-strong);border-bottom:1px solid var(--surface-300)}[data-theme=dark] .books-plugin.books-home .pdf-preview-close{background:#ffffff1a;border:2px solid rgba(255,255,255,.1);color:var(--on-surface-strong)}[data-theme=dark] .books-plugin.books-home .pdf-preview-close:hover{background:#fff3}[data-theme=dark] .books-plugin.books-home .pdf-preview-body{background:var(--neutral-900)}[data-theme=dark] .books-plugin.books-home .pdf-preview-footer{background:var(--surface-100);border-top:1px solid var(--surface-300)}.books-plugin.books-home .hero-intro :is(.hero-badge,:where(.books-plugin) .hero-title,:where(.books-plugin) .hero-title-subline,:where(.books-plugin) .hero-subtitle,:where(.books-plugin) .hero-stat-number,:where(.books-plugin) .hero-stat-label,:where(.books-plugin) .hero-stat-icon,:where(.books-plugin) .btn-hero-primary,:where(.books-plugin) .btn-hero-secondary),.books-plugin.books-home .hero-intro :is(.hero-badge,:where(.books-plugin) .hero-title,:where(.books-plugin) .hero-title-subline,:where(.books-plugin) .hero-subtitle,:where(.books-plugin) .hero-stat-number,:where(.books-plugin) .hero-stat-label,:where(.books-plugin) .hero-stat-icon,:where(.books-plugin) .btn-hero-primary,:where(.books-plugin) .btn-hero-secondary) *{color:#000!important}:where(.books-plugin) .modern-book-card{border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--bs-card-bg);border:1px solid var(--bs-border-color)}:where(.books-plugin) .modern-book-card:hover{transform:translateY(-8px);box-shadow:0 28px 56px #00000038;border-color:var(--bs-border-color)}:where(.books-plugin) .book-cover-wrapper{height:320px;position:relative;background:var(--bs-secondary-bg);overflow:hidden}:where(.books-plugin) .book-cover-image{transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%;height:100%;object-fit:cover}:where(.books-plugin) .modern-book-card:hover .book-cover-image{transform:scale(1.08)}:where(.books-plugin) .book-cover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.3) 100%);pointer-events:none;transition:opacity .3s ease;z-index:1}:where(.books-plugin) .modern-book-card:hover .book-cover-overlay{opacity:.9;background:linear-gradient(to bottom,#0000001a,#0000004d,#00000080)}:where(.books-plugin) .quick-view-btn{opacity:0;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2}:where(.books-plugin) .modern-book-card:hover .quick-view-btn{opacity:1;transform:translateY(0)}:where(.books-plugin) .quick-view-btn .btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-weight:600;transition:all .3s ease}:where(.books-plugin) .quick-view-btn .btn:hover{transform:scale(1.05);box-shadow:0 8px 16px #0003}:where(.books-plugin) .book-badges{z-index:2}:where(.books-plugin) .book-badges .badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.75rem;font-weight:600;letter-spacing:.5px;transition:all .3s ease}:where(.books-plugin) .book-badges .badge:hover{transform:scale(1.1)}:where(.books-plugin) .line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:where(.books-plugin) .line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:where(.books-plugin) .line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}:where(.books-plugin) .price-tag{border:2px dashed var(--bs-border-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}:where(.books-plugin) .price-tag:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(var(--bs-success-rgb),.1),transparent);transition:left .5s ease}:where(.books-plugin) .modern-book-card:hover .price-tag{border-color:var(--bs-success);background:rgba(var(--bs-success-rgb),.05)!important}:where(.books-plugin) .modern-book-card:hover .price-tag:before{left:100%}:where(.books-plugin) .btn-modern{border-radius:12px;font-weight:600;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.3px;font-size:.875rem;position:relative;overflow:hidden}:where(.books-plugin) .btn-modern:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}:where(.books-plugin) .btn-modern:hover:before{width:300px;height:300px}:where(.books-plugin) .btn-modern:hover{transform:translateY(-3px);box-shadow:0 12px 24px #0003}:where(.books-plugin) .btn-modern:active{transform:translateY(-1px);box-shadow:0 6px 12px #00000026}:where(.books-plugin) .modern-list-card{border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--bs-card-bg);border:1px solid var(--bs-border-color);position:relative}:where(.books-plugin) .modern-list-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(to bottom,var(--bs-primary),var(--bs-info));transition:height .3s ease}:where(.books-plugin) .modern-list-card:hover{transform:none;box-shadow:none;border-color:var(--bs-border-color)}:where(.books-plugin) .modern-list-card:hover:before{height:100%}:where(.books-plugin) .book-thumbnail-wrapper{width:200px;height:280px;overflow:hidden;border-radius:12px;position:relative;box-shadow:0 4px 8px #0000001a}:where(.books-plugin) .book-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}:where(.books-plugin) .modern-list-card:hover .book-thumbnail{transform:scale(1.08)}:where(.books-plugin) .badge.border{border-width:1.5px!important;font-weight:500;transition:all .3s ease}:where(.books-plugin) .badge:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}:where(.books-plugin) .coming-soon-badge{background:linear-gradient(135deg,#ff6b35,#f7931e)!important;color:#fff!important;font-weight:700;box-shadow:0 4px 12px #00000026;display:inline-flex;align-items:center;gap:4px;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 4px 12px #ff6b3566}50%{box-shadow:0 4px 20px #ff6b3599}}[dir=rtl] :where(.books-plugin) .coming-soon-badge .bi{margin-right:0!important;margin-left:4px!important}:where(.books-plugin) .card-body{transition:all .3s ease}:where(.books-plugin) .modern-book-card:hover .card-body,:where(.books-plugin) .modern-list-card:hover .card-body{background:transparent}@media (max-width: 768px){:where(.books-plugin) .book-cover-wrapper{height:280px}:where(.books-plugin) .book-thumbnail-wrapper{width:160px;height:240px}:where(.books-plugin) .btn-modern{padding:.625rem 1rem;font-size:.8125rem}}@media (max-width: 576px){:where(.books-plugin) .book-cover-wrapper{height:240px}:where(.books-plugin) .modern-book-card,:where(.books-plugin) .modern-list-card{border-radius:12px}:where(.books-plugin) .btn-modern{padding:.5rem .875rem;font-size:.75rem}}@keyframes pulse-subtle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}:where(.books-plugin) .spinner-border-sm{animation:pulse-subtle 1.5s ease-in-out infinite}:where(.books-plugin) .book-modal-content{animation:modalFadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}:where(.books-plugin) .modal-book-cover-wrapper{position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #00000026}:where(.books-plugin) .modal-book-cover-wrapper:hover{transform:scale(1.03) rotate(1deg);box-shadow:0 12px 32px #0003}:where(.books-plugin) .modal-book-cover-wrapper img{transition:transform .4s ease}:where(.books-plugin) .modal-book-cover-wrapper:hover img{transform:scale(1.05)}:where(.books-plugin) .modal-price-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:priceSlideUp .5s cubic-bezier(.4,0,.2,1);font-weight:600}@keyframes priceSlideUp{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}:where(.books-plugin) .modal-stats-card{background:var(--bs-light-bg-subtle);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}:where(.books-plugin) .modal-stats-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}:where(.books-plugin) .modal-stats-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}:where(.books-plugin) .modal-stats-card:hover:before{left:100%}:where(.books-plugin) .author-section{--slide-in-offset: -20px;animation:slideInInlineStart .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}:where(.books-plugin) .author-section:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(to bottom,var(--bs-primary),var(--bs-info));border-radius:0 4px 4px 0}.books-plugin[dir=rtl] .author-section{--slide-in-offset: 20px}.books-plugin[dir=rtl] .author-section:before{left:auto;right:0;border-radius:4px 0 0 4px}@keyframes slideInInlineStart{0%{opacity:0;transform:translate(var(--slide-in-offset))}to{opacity:1;transform:translate(0)}}:where(.books-plugin) .description-section,:where(.books-plugin) .info-grid,:where(.books-plugin) .specs-section,:where(.books-plugin) .chapters-section{animation:fadeInUp .5s cubic-bezier(.4,0,.2,1);animation-fill-mode:both}:where(.books-plugin) .description-section{animation-delay:.1s}:where(.books-plugin) .info-grid{animation-delay:.2s}:where(.books-plugin) .specs-section{animation-delay:.25s}:where(.books-plugin) .chapters-section{animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:where(.books-plugin) .info-card{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}:where(.books-plugin) .info-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--bs-primary-rgb),.05),transparent);opacity:0;transition:opacity .3s ease}:where(.books-plugin) .info-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 16px #0000001f;border-color:var(--bs-primary)!important}:where(.books-plugin) .info-card:hover:before{opacity:1}:where(.books-plugin) .chapters-list{background:var(--bs-card-bg);box-shadow:0 2px 8px #0000000d}:where(.books-plugin) .chapter-item{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}:where(.books-plugin) .chapter-item:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:linear-gradient(to right,var(--bs-primary),transparent);transition:width .3s ease}:where(.books-plugin) .chapter-item:hover{padding-inline-start:1.5rem!important;background:rgba(var(--bs-primary-rgb),.03)!important}:where(.books-plugin) .chapter-item:hover:before{width:4px}.books-plugin[dir=rtl] .chapter-item:before{left:auto;right:0;background:linear-gradient(to left,var(--bs-primary),transparent)}:where(.books-plugin) .chapter-item:last-child{border-bottom:none!important}:where(.books-plugin) .modal-stats-card .badge,:where(.books-plugin) .book-badges .badge{transition:all .3s cubic-bezier(.4,0,.2,1)}:where(.books-plugin) .modal-stats-card .badge:hover,:where(.books-plugin) .book-badges .badge:hover{transform:scale(1.15) rotate(-3deg);box-shadow:0 4px 8px #00000026}:where(.books-plugin) .book-cover-wrapper.is-clickable,:where(.books-plugin) .book-thumbnail-wrapper.is-clickable{cursor:pointer}:where(.books-plugin) .book-cover-wrapper.is-clickable:focus-visible,:where(.books-plugin) .book-thumbnail-wrapper.is-clickable:focus-visible{outline:2px solid var(--bs-primary);outline-offset:2px}:where(.books-plugin) .book-preview-hint{top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);background:#dc3545eb;color:#fff;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:999px;display:inline-flex;align-items:center;gap:.5rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 6px 16px #00000040;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:3;white-space:nowrap}:where(.books-plugin) .book-cover-wrapper.is-clickable:hover .book-preview-hint,:where(.books-plugin) .book-thumbnail-wrapper.is-clickable:hover .book-preview-hint,:where(.books-plugin) .book-cover-wrapper.is-clickable:focus-visible .book-preview-hint,:where(.books-plugin) .book-thumbnail-wrapper.is-clickable:focus-visible .book-preview-hint{opacity:1;transform:translate(-50%,-50%) scale(1)}:where(.books-plugin) .book-thumbnail-wrapper .book-preview-hint{font-size:.7rem;padding:.35rem .65rem}.books-plugin[dir=rtl] .metadata-badges{direction:rtl}[dir=rtl] :where(.books-plugin) .modern-list-card:before{left:auto;right:0}[dir=rtl] :where(.books-plugin) .modern-book-card:hover,[dir=rtl] :where(.books-plugin) .modern-list-card:hover{transform:none}[dir=rtl] :where(.books-plugin) .badge:hover{transform:translateY(-2px) rotate(3deg)}[dir=rtl] :where(.books-plugin) .modal-stats-card .badge:hover{transform:scale(1.15) rotate(3deg)}[data-theme=dark] :where(.books-plugin){--bs-light-bg-subtle: #1f2330}[data-theme=dark] :where(.books-plugin) .modern-book-card,[data-theme=dark] :where(.books-plugin) .modern-list-card{background:#1a1d29;border-color:#2d3142}[data-theme=dark] :where(.books-plugin) .modern-book-card:hover{background:#1a1d29;border-color:#2d3142;box-shadow:0 28px 56px #0000008c}[data-theme=dark] :where(.books-plugin) .modern-list-card:hover{background:#1a1d29;border-color:#2d3142;box-shadow:none}[data-theme=dark] :where(.books-plugin) .book-cover-overlay{background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.6) 100%)}[data-theme=dark] :where(.books-plugin) .modern-book-card:hover .book-cover-overlay{background:linear-gradient(to bottom,#0003,#00000080,#000c)}[data-theme=dark] :where(.books-plugin) .quick-view-btn .btn{background:#1e1e1ee6;color:#e4e7eb;border-color:#3d4354}[data-theme=dark] :where(.books-plugin) .quick-view-btn .btn:hover{background:#282828f2;color:#fff}[data-theme=dark] :where(.books-plugin) .price-tag{background:#ffffff0d!important;border-color:#3d4354}[data-theme=dark] :where(.books-plugin) .modern-book-card:hover .price-tag{background:rgba(var(--bs-success-rgb),.1)!important;border-color:var(--bs-success)}[data-theme=dark] :where(.books-plugin) .modal-stats-card,[data-theme=dark] :where(.books-plugin) .info-card{background:#1f2330;border-color:#3d4354}[data-theme=dark] :where(.books-plugin) .modal-stats-card:hover,[data-theme=dark] :where(.books-plugin) .info-card:hover{background:#252936;border-color:var(--bs-primary)}[data-theme=dark] :where(.books-plugin) .chapters-list{background:#1a1d29}[data-theme=dark] :where(.books-plugin) .chapter-item{background:#1f2330;border-color:#2d3142!important}[data-theme=dark] :where(.books-plugin) .chapter-item:hover{background:rgba(var(--bs-primary-rgb),.1)!important}[data-theme=dark] :where(.books-plugin) .author-section{background:#1f2330;border-color:var(--bs-primary)!important}.books-plugin .book-wizard .wizard-rail{display:flex;align-items:flex-start;list-style:none;padding:0;margin:0 0 1.5rem}.books-plugin .book-wizard .wizard-step{flex:1 1 0;position:relative;text-align:center;min-width:0}.books-plugin .book-wizard .wizard-step:not(:first-child):before{content:"";position:absolute;top:18px;inset-inline-start:-50%;width:100%;height:2px;background:var(--bs-border-color);z-index:0}.books-plugin .book-wizard .wizard-step__btn{position:relative;z-index:1;display:inline-flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:0;padding:0;color:var(--bs-secondary-color);cursor:pointer;max-width:100%}.books-plugin .book-wizard .wizard-step__btn:focus-visible{outline:2px solid var(--bs-primary);outline-offset:3px;border-radius:.5rem}.books-plugin .book-wizard .wizard-step__num{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;background:var(--bs-secondary-bg, #e9ecef);border:2px solid var(--bs-border-color);transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.books-plugin .book-wizard .wizard-step__label{font-size:.8rem;font-weight:500;line-height:1.1;max-width:9rem}.books-plugin .book-wizard .wizard-step.is-current{color:var(--bs-primary)}.books-plugin .book-wizard .wizard-step.is-current .wizard-step__num{background:var(--bs-primary, #0d6efd);border-color:var(--bs-primary, #0d6efd);color:#fff;box-shadow:0 0 0 4px rgba(var(--bs-primary-rgb, 13, 110, 253),.15)}.books-plugin .book-wizard .wizard-step.is-done{color:var(--bs-success)}.books-plugin .book-wizard .wizard-step.is-done .wizard-step__num{background:var(--bs-success, #198754);border-color:var(--bs-success, #198754);color:#fff}.books-plugin .book-wizard .wizard-step.is-done:before{background:var(--bs-success, #198754)}@media (max-width: 576px){.books-plugin .book-wizard .wizard-step__label{display:none}}[dir=rtl] :where(.books-plugin) .dropdown-menu-start{left:0!important;right:auto!important;transform:none!important}[dir=rtl] :where(.books-plugin) .dropdown-menu-end{left:auto!important;right:0!important;transform:none!important}[dir=rtl] :where(.books-plugin) .dropdown-menu{text-align:right!important}[dir=rtl] :where(.books-plugin) .dropdown-menu .dropdown-item{text-align:right!important}[dir=rtl] :where(.books-plugin) .dropdown-menu .dropdown-item i{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] :where(.books-plugin) .exercise-card-menu{right:auto!important;left:8px!important}[dir=rtl] :where(.books-plugin) .exercise-card-menu .dropdown-menu{left:0!important;right:auto!important}[dir=rtl] :where(.books-plugin) .tree-actions{margin-left:0!important;margin-right:.5rem!important}[dir=rtl] :where(.books-plugin) .tree-actions .dropdown-menu{left:0!important;right:auto!important}[dir=rtl] .books-plugin .book-card{text-align:right!important}[dir=rtl] .books-plugin .book-card .book-cover{margin-right:0!important;margin-left:var(--spacing-3)!important}[dir=rtl] .books-plugin .book-card .book-info,[dir=rtl] .books-plugin .book-card .book-info .book-title,[dir=rtl] .books-plugin .book-card .book-info .book-author{text-align:right!important}[dir=rtl] .books-plugin .book-card .book-info .book-meta{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .book-card .book-info .book-meta .meta-item{margin-right:0!important;margin-left:var(--spacing-3)!important}[dir=rtl] .books-plugin .book-card .book-info .book-meta .meta-item:first-child{margin-left:0!important}[dir=rtl] .books-plugin .book-card .book-actions{flex-direction:row-reverse!important;margin-left:0!important;margin-right:auto!important}[dir=rtl] .books-plugin .icon-wrapper{margin-right:0!important;margin-left:1rem!important}[dir=rtl] .books-plugin .d-flex.align-items-center.gap-3,[dir=rtl] .books-plugin .card-header .d-flex{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .card-header .d-flex h5{text-align:right!important}[dir=rtl] .books-plugin .card-header .d-flex h5 i{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .card-header .d-flex .btn{margin-left:0!important;margin-right:auto!important}[dir=rtl] .books-plugin .modal{text-align:right!important}[dir=rtl] .books-plugin .modal .modal-title{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .modal .modal-title i{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .modal .form-label{text-align:right!important}[dir=rtl] .books-plugin .modal .form-label i{margin-right:0!important;margin-left:.25rem!important}[dir=rtl] .books-plugin .modal .form-control,[dir=rtl] .books-plugin .modal .form-select,[dir=rtl] .books-plugin .modal .form-text{text-align:right!important}[dir=rtl] .books-plugin .modal .form-text i{margin-right:0!important;margin-left:.25rem!important}[dir=rtl] .books-plugin .modal .form-check{text-align:right!important;padding-right:1.5em!important;padding-left:0!important}[dir=rtl] .books-plugin .modal .form-check .form-check-input{float:right!important;margin-right:-1.5em!important;margin-left:0!important}[dir=rtl] .books-plugin .modal .form-check .form-check-label{text-align:right!important}[dir=rtl] .books-plugin .modal .modal-footer,[dir=rtl] .books-plugin .modal .d-flex.justify-content-end{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .modal .modal-footer .btn i,[dir=rtl] .books-plugin .modal .d-flex.justify-content-end .btn i{margin-right:0!important;margin-left:.25rem!important}[dir=rtl] .books-plugin .education-dashboard .dashboard-header{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .education-dashboard .dashboard-header .dashboard-title{margin-right:0!important;margin-left:auto!important}[dir=rtl] .books-plugin .education-dashboard .dashboard-header .dashboard-actions{margin-left:0!important;margin-right:auto!important}[dir=rtl] .books-plugin .education-dashboard .progress-overview,[dir=rtl] .books-plugin .education-dashboard .progress-overview .progress-item,[dir=rtl] .books-plugin .education-dashboard .progress-overview .progress-item .progress-label{text-align:right!important}[dir=rtl] .books-plugin .education-dashboard .progress-overview .progress-item .progress-bar{direction:ltr!important}[dir=rtl] .books-plugin .education-dashboard .progress-overview .progress-item .progress-value{direction:ltr!important;text-align:right!important}[dir=rtl] .books-plugin .tree-view{text-align:right!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content{flex-direction:row-reverse!important;text-align:right!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content .tree-connector{order:4!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content .tree-icon{order:3!important;margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content .tree-label{order:2!important;text-align:right!important;flex-direction:row-reverse!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content .tree-label .chapter-order{order:2!important;margin-right:0!important;margin-left:.25rem!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content .tree-label .chapter-exercise-badge{order:1!important;margin-left:0!important;margin-right:.5rem!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content .tree-toggle{order:1!important;margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-node-content .tree-toggle i{transform:scaleX(-1)!important}[dir=rtl] .books-plugin .tree-view .tree-node .tree-actions{margin-left:0!important;margin-right:.5rem!important}[dir=rtl] .books-plugin .tree-view .tree-connector{left:auto!important;right:-12px!important}[dir=rtl] .books-plugin .tree-view .tree-connector:before{left:auto!important;right:0!important}[dir=rtl] .books-plugin .tree-view .tree-connector:after{left:auto!important;right:0!important}[dir=rtl] .books-plugin .tree-view .tree-children{padding-right:var(--tree-indent, 20px)!important;padding-left:0!important}[dir=rtl] .books-plugin .tree-view .tree-item-chapter .tree-node{margin-right:var(--tree-indent, 20px)!important;margin-left:0!important}[dir=rtl] .books-plugin .tree-view .tree-empty{margin-right:var(--tree-indent, 20px)!important;margin-left:0!important;flex-direction:row-reverse!important}[dir=rtl] .books-plugin .tree-view .tree-empty .tree-connector{right:-12px!important;left:auto!important}[dir=rtl] .books-plugin .exercise-card{text-align:right!important}[dir=rtl] .books-plugin .exercise-card .card-title{text-align:right!important;flex-direction:row-reverse!important}[dir=rtl] .books-plugin .exercise-card .card-title i{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .exercise-card .alert{text-align:right!important}[dir=rtl] .books-plugin .exercise-card .alert i{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .exercise-card .exercise-meta,[dir=rtl] .books-plugin .exercise-card .exercise-meta .meta-item{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .exercise-card .exercise-meta .meta-item i,[dir=rtl] .books-plugin .exercise-card .btn i{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .exercise-type-section .d-flex{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .exercise-type-section .type-icon-wrapper{margin-right:0!important;margin-left:1rem!important}[dir=rtl] .books-plugin .exercise-type-section .flex-grow-1{text-align:right!important}[dir=rtl] .books-plugin .empty-state{text-align:center!important}[dir=rtl] .books-plugin .chapter-list{text-align:right!important}[dir=rtl] .books-plugin .chapter-list .chapter-item{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .chapter-list .chapter-item .chapter-number{margin-right:0!important;margin-left:var(--spacing-3)!important;direction:ltr!important}[dir=rtl] .books-plugin .chapter-list .chapter-item .chapter-content,[dir=rtl] .books-plugin .chapter-list .chapter-item .chapter-content .chapter-title,[dir=rtl] .books-plugin .chapter-list .chapter-item .chapter-content .chapter-description{text-align:right!important}[dir=rtl] .books-plugin .chapter-list .chapter-item .chapter-status{margin-left:0!important;margin-right:auto!important}[dir=rtl] .books-plugin .chapter-list .chapter-item .chapter-arrow{transform:scaleX(-1)!important}[dir=rtl] .books-plugin .exercise-view,[dir=rtl] .books-plugin .exercise-view .exercise-header{text-align:right!important}[dir=rtl] .books-plugin .exercise-view .exercise-header .exercise-number{margin-right:0!important;margin-left:var(--spacing-2)!important;direction:ltr!important}[dir=rtl] .books-plugin .exercise-view .exercise-question{text-align:right!important}[dir=rtl] .books-plugin .exercise-view .exercise-options .option-item{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .exercise-view .exercise-options .option-item .option-label{margin-right:0!important;margin-left:var(--spacing-2)!important}[dir=rtl] .books-plugin .exercise-view .exercise-options .option-item .option-text{text-align:right!important}[dir=rtl] .books-plugin .exercise-view .exercise-options .option-item .option-radio,[dir=rtl] .books-plugin .exercise-view .exercise-options .option-item .option-checkbox{margin-right:0!important;margin-left:var(--spacing-2)!important}[dir=rtl] .books-plugin .exercise-view .exercise-feedback{text-align:right!important;border-left:none!important;border-right:3px solid var(--bs-success)!important}[dir=rtl] .books-plugin .exercise-view .exercise-feedback.incorrect{border-right-color:var(--bs-danger)!important}[dir=rtl] .books-plugin .exercise-view .exercise-feedback .feedback-icon{margin-right:0!important;margin-left:var(--spacing-2)!important}[dir=rtl] .books-plugin .print-job-manager{text-align:right!important}[dir=rtl] .books-plugin .print-job-manager .job-item{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .print-job-manager .job-item .job-icon{margin-right:0!important;margin-left:var(--spacing-3)!important}[dir=rtl] .books-plugin .print-job-manager .job-item .job-info,[dir=rtl] .books-plugin .print-job-manager .job-item .job-info .job-title{text-align:right!important}[dir=rtl] .books-plugin .print-job-manager .job-item .job-info .job-meta{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .print-job-manager .job-item .job-info .job-meta .meta-item{margin-right:0!important;margin-left:var(--spacing-2)!important}[dir=rtl] .books-plugin .print-job-manager .job-item .job-info .job-meta .meta-item:first-child{margin-left:0!important}[dir=rtl] .books-plugin .print-job-manager .job-item .job-status,[dir=rtl] .books-plugin .print-job-manager .job-item .job-actions{margin-left:0!important;margin-right:auto!important}[dir=rtl] .books-plugin .book-preview .preview-header{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .book-preview .preview-header .page-number{direction:ltr!important;margin-right:0!important;margin-left:auto!important}[dir=rtl] .books-plugin .book-preview .preview-header .preview-controls{margin-left:0!important;margin-right:auto!important}[dir=rtl] .books-plugin .book-preview .preview-header .preview-controls .btn{margin-left:var(--spacing-1)!important;margin-right:0!important}[dir=rtl] .books-plugin .book-preview .preview-header .preview-controls .btn:first-child{margin-left:0!important}[dir=rtl] .books-plugin .book-preview .preview-content{text-align:right!important;direction:rtl!important}[dir=rtl] .books-plugin .book-preview .preview-navigation{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .book-preview .preview-navigation .nav-prev .bi-chevron-left:before{content:""!important}[dir=rtl] .books-plugin .book-preview .preview-navigation .nav-next .bi-chevron-right:before{content:""!important}[dir=rtl] .books-plugin .shipment-tracking{text-align:right!important}[dir=rtl] .books-plugin .shipment-tracking .tracking-timeline{padding-right:var(--spacing-4)!important;padding-left:0!important;border-right:2px solid var(--bs-border-color)!important;border-left:none!important}[dir=rtl] .books-plugin .shipment-tracking .tracking-timeline .timeline-item{text-align:right!important}[dir=rtl] .books-plugin .shipment-tracking .tracking-timeline .timeline-item .timeline-marker{left:auto!important;right:calc(var(--spacing-4) * -1 - 8px)!important}[dir=rtl] .books-plugin .shipment-tracking .tracking-timeline .timeline-item .timeline-content{margin-right:var(--spacing-3)!important;margin-left:0!important}[dir=rtl] .books-plugin .shipment-tracking .tracking-timeline .timeline-item .timeline-date{direction:ltr!important;text-align:right!important}[dir=rtl] .books-plugin .reading-progress .progress-indicator{text-align:right!important}[dir=rtl] .books-plugin .reading-progress .progress-indicator .progress-stats{flex-direction:row-reverse!important}[dir=rtl] .books-plugin .reading-progress .progress-indicator .progress-stats .stat-item{margin-right:0!important;margin-left:var(--spacing-3)!important}[dir=rtl] .books-plugin .reading-progress .progress-indicator .progress-stats .stat-item:first-child{margin-left:0!important}[dir=rtl] .books-plugin .reading-progress .progress-indicator .progress-stats .stat-item .stat-value{direction:ltr!important}[dir=rtl] .books-plugin .dropdown-menu-start{transform:translate(0)!important;inset:auto auto 0 0!important}[dir=rtl] .books-plugin .dropdown-menu-end{transform:translate(0)!important;inset:auto 0 0 auto!important}[dir=rtl] .books-plugin .dropdown-menu{text-align:right!important}[dir=rtl] .books-plugin .dropdown-menu .dropdown-item{text-align:right!important;padding-right:1rem!important;padding-left:1rem!important}[dir=rtl] .books-plugin .dropdown-menu .dropdown-item i{margin-right:0!important;margin-left:.5rem!important}[dir=rtl] .books-plugin .dropdown-menu .dropdown-divider{margin-right:0!important;margin-left:0!important}[dir=rtl] .books-plugin .exercise-card-menu{right:auto!important;left:8px!important;top:8px!important}[dir=rtl] .books-plugin .exercise-card-menu .dropdown-menu,[dir=rtl] .books-plugin .exercise-card-menu .dropdown-menu-end{transform:translate(0)!important;inset:100% 0 auto auto!important}[dir=rtl] .books-plugin .tree-actions{margin-left:0!important;margin-right:.5rem!important}[dir=rtl] .books-plugin .tree-actions .dropdown-menu,[dir=rtl] .books-plugin .tree-actions .dropdown-menu-end{left:0!important;right:auto!important;transform:translate(0)!important}[dir=rtl] .books-plugin .bi-arrow-right:before{content:""!important}[dir=rtl] .books-plugin .bi-arrow-left:before{content:""!important}[dir=rtl] .books-plugin .bi-chevron-right:before{content:""!important}[dir=rtl] .books-plugin .bi-chevron-left:before{content:""!important}@media (max-width: 768px){[dir=rtl] .books-plugin .book-card{flex-direction:column!important}[dir=rtl] .books-plugin .book-card .book-cover{margin-left:0!important;margin-bottom:var(--spacing-3)!important}[dir=rtl] .books-plugin .shipment-tracking .tracking-timeline{padding-right:var(--spacing-3)!important}[dir=rtl] .books-plugin .shipment-tracking .tracking-timeline .timeline-marker{right:calc(var(--spacing-3) * -1 - 8px)!important}}[lang=ar] .books-plugin{font-family:Amiri,Dubai,Segoe UI,serif!important}[lang=ar] .books-plugin .book-title,[lang=ar] .books-plugin .book-author,[lang=ar] .books-plugin .chapter-title,[lang=ar] .books-plugin .exercise-question{line-height:1.8}[lang=ar] .books-plugin .chapter-number,[lang=ar] .books-plugin .exercise-number,[lang=ar] .books-plugin .page-number,[lang=ar] .books-plugin .timeline-date,[lang=ar] .books-plugin .stat-value,[lang=ar] .books-plugin .tracking-number{font-family:SF Mono,Monaco,Consolas,monospace;direction:ltr!important}.books-plugin .arabic-word,.books-plugin .example-arabic,.books-plugin .drag-item-label,.books-plugin .dropped-item-content,.books-plugin .item-list-label,.books-plugin [lang=ar]{font-family:Amiri,Dubai,Segoe UI,serif!important;direction:rtl}[lang=en] .books-plugin,[lang=es] .books-plugin,[lang=fr] .books-plugin{font-family:var(--bs-body-font-family)}
