@charset "UTF-8";.course-card{background:var(--color-surface);overflow:hidden;border:1px solid var(--color-border);border-radius:0;transition:box-shadow .3s,border-color .3s,transform .3s;height:100%;display:flex;flex-direction:column;position:relative;box-shadow:0 2px 12px #00000012}.course-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0c6277,#b98719);opacity:.55;transition:opacity .3s,height .3s;z-index:2}.course-card:hover{box-shadow:0 14px 34px #0c627733;border-color:#0c6277;transform:translateY(-3px)}.course-card:hover:before{opacity:1;height:4px}.course-card:hover .course-img{transform:scale(1.06)}.course-card:hover .course-image-container:after{opacity:1}.course-card:hover .course-title-modern a:after{transform:scaleX(1)}.course-card--square{border-radius:0}.course-card--popular{box-shadow:0 6px 22px #0c627729;border-color:#b9871940}.course-card--popular .course-image-container{background:linear-gradient(160deg,#063540,#0c6277)}.course-image-container{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:linear-gradient(135deg,#0c6277,#084453);clip-path:polygon(0 0,100% 0,100% calc(100% - 14px),0 100%)}[dir=rtl] .course-image-container{clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 14px))}.course-image-container:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.32) 100%);opacity:0;transition:opacity .3s}.course-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s,transform .5s ease;transform-origin:center center}.course-img.loaded{opacity:1}.course-favorite-form{top:.875rem;inset-inline-end:.875rem;z-index:3}.course-favorite-btn{width:1.875rem;height:1.875rem;padding:.2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#ffffffb8!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none}.course-favorite-btn i{font-size:.875rem;line-height:1;display:block}.course-badge-status{display:inline-flex;align-items:center;padding:.28rem .95rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0;border-radius:0;clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%)}[dir=rtl] .course-badge-status{clip-path:polygon(0 0,calc(100% - 6px) 0,100% 100%,6px 100%)}.course-badge-status--popular{background:#0c6277;color:#fff}.course-badge-status--new{background:#b98719;color:#fff}.badge-type{display:inline-flex;align-items:center;gap:.3rem;padding:.42rem 1.15rem;font-size:.8rem;font-weight:700;letter-spacing:.3px;transition:transform .18s,filter .18s;border-radius:0;clip-path:polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%)}[dir=rtl] .badge-type{clip-path:polygon(0 0,calc(100% - 7px) 0,100% 100%,7px 100%)}.badge-type{filter:drop-shadow(0 1px 4px rgba(0,0,0,.1))}.badge-type:hover{transform:scale(1.04);filter:drop-shadow(0 2px 8px rgba(0,0,0,.14))}.badge-free-type{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}.badge-price-type{background:linear-gradient(135deg,#b98719,#9d7115);color:#fff}.price-free{display:inline-flex;align-items:center;gap:.3rem;background:#28a7451a;color:#28a745;padding:.3rem 1rem;font-size:.85rem;font-weight:700;border-radius:0;clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%)}[dir=rtl] .price-free{clip-path:polygon(0 0,calc(100% - 6px) 0,100% 100%,6px 100%)}.price-amount{display:inline-flex;align-items:center;gap:.3rem;background:#b987191f;color:#9d7115;padding:.3rem 1rem;font-size:.85rem;font-weight:800;border-radius:0;clip-path:polygon(6px 0,100% 0,calc(100% - 6px) 100%,0 100%)}[dir=rtl] .price-amount{clip-path:polygon(0 0,calc(100% - 6px) 0,100% 100%,6px 100%)}.course-body-modern{padding:1.125rem;flex:1;display:flex;flex-direction:column}.course-category-label{display:inline-block;background:#0c62771a;color:#0c6277;padding:.22rem .9rem;font-size:.7rem;font-weight:700;margin-bottom:.5rem;align-self:flex-start;text-transform:uppercase;letter-spacing:.4px;transition:background .2s,color .2s;border-radius:0;clip-path:polygon(5px 0,100% 0,calc(100% - 5px) 100%,0 100%)}[dir=rtl] .course-category-label{clip-path:polygon(0 0,calc(100% - 5px) 0,100% 100%,5px 100%)}.course-card:hover .course-category-label{background:#0c6277;color:#fff}.course-title-modern{font-size:.95rem;font-weight:700;margin-bottom:.625rem;line-height:1.45;color:var(--color-text-primary)}.course-title-modern a{position:relative;color:var(--color-text-primary);text-decoration:none;transition:color .2s;display:inline;background-image:linear-gradient(90deg,#0c6277,#b98719);background-size:100% 2px;background-position:0 100%;background-repeat:no-repeat}.course-title-modern a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:linear-gradient(90deg,#0c6277,#b98719);transform:scaleX(0);transform-origin:left center;transition:transform .35s cubic-bezier(.6,.05,.3,1)}.course-title-modern a:hover{color:var(--color-primary)}[dir=rtl] .course-title-modern a:after{transform-origin:right center}.course-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.625rem;padding-bottom:.625rem;border-bottom:1px solid var(--color-divider);font-size:.775rem;color:var(--color-text-muted)}.meta-item-modern{display:flex;align-items:center;gap:.25rem;white-space:nowrap}.meta-item-modern i{font-size:.75rem}.meta-item-modern:nth-child(1) i{color:#0c6277}.meta-item-modern:nth-child(2) i{color:#b98719}.meta-item-modern:nth-child(3) i{color:#0c6277}.course-card__description{font-size:.875rem;color:#6c757d;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.75rem;line-height:1.5}.course-card__info-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8rem;color:#6c757d;margin-bottom:1rem}.course-card__info-row i{color:#0c6277;margin-inline-end:.25rem}.course-card__info-left{display:flex;flex-wrap:wrap;gap:.75rem}.course-instructor-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.instructor-img{width:26px;height:26px;border-radius:50%;object-fit:cover;border:2px solid var(--color-border);flex-shrink:0;transition:border-color .2s}.course-card:hover .instructor-img{border-color:#0c6277}.instructor-name-text{font-size:.8rem;color:var(--color-text-secondary);font-weight:500;transition:color .2s}.course-card:hover .instructor-name-text{color:#0c6277}.course-footer-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.625rem;border-top:1px solid var(--color-divider)}.btn-enroll-modern{background:#0c6277;color:#fff;padding:.45rem 1.3rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;transition:background .25s,filter .25s,transform .18s;border-radius:0;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%)}[dir=rtl] .btn-enroll-modern{clip-path:polygon(0 0,calc(100% - 8px) 0,100% 100%,8px 100%)}.btn-enroll-modern{filter:drop-shadow(0 2px 6px rgba(12,98,119,.28))}.btn-enroll-modern:hover{background:#0c6277;color:#fff;transform:translateY(-1px);filter:drop-shadow(0 4px 10px rgba(12,98,119,.38))}[data-bs-theme=dark] .course-card{border-color:var(--color-border);box-shadow:0 2px 14px #0006,0 0 0 1px #32b2d00a}[data-bs-theme=dark] .course-card:hover{border-color:#32b2d073;box-shadow:0 14px 36px #0009,0 0 0 1px #32b2d02e,0 0 24px -8px #32b2d052}[data-bs-theme=dark] .course-card:hover:before{opacity:1}[data-bs-theme=dark] .course-card:hover .course-image-container{border-color:transparent}[data-bs-theme=dark] .course-category-label{background:#32b2d021;color:#63d4ec}[data-bs-theme=dark] .course-card:hover .course-category-label{background:#32b2d02e;color:#63d4ec}[data-bs-theme=dark] .badge-free-type{background:#e6a53024;color:#f0bd5a;filter:none}[data-bs-theme=dark] .badge-price-type{background:linear-gradient(135deg,#e6a530,#d49520);color:#071017}[data-bs-theme=dark] .btn-enroll-modern{background:#32b2d0;color:#071017;filter:drop-shadow(0 2px 12px rgba(50,178,208,.32))}[data-bs-theme=dark] .btn-enroll-modern:hover{background:#58c6dd;color:#071017;filter:drop-shadow(0 4px 16px rgba(50,178,208,.42))}[data-bs-theme=dark] .btn-enroll-modern:disabled{background:#28414d;color:#7f8d95;filter:none}[data-bs-theme=dark] .course-card:hover .instructor-name-text{color:#63d4ec}[data-bs-theme=dark] .course-meta-row{color:var(--color-text-secondary)}[data-bs-theme=dark] .meta-item-modern:nth-child(1) i{color:#32b2d0}[data-bs-theme=dark] .meta-item-modern:nth-child(2) i{color:#e6a530}[data-bs-theme=dark] .meta-item-modern:nth-child(3) i{color:#63d4ec}@media print{.btn-enroll-modern{display:none}.course-card{break-inside:avoid;box-shadow:none;border:1px solid #ddd}}.app-flash-stack{position:fixed;top:80px;inset-inline-end:16px;z-index:1080;width:min(380px,100vw - 32px);display:flex;flex-direction:column;gap:10px;pointer-events:none}.app-flash-stack .alert,.app-flash-stack .alert.alert-success,.app-flash-stack .alert.alert-warning,.app-flash-stack .alert.alert-danger,.app-flash-stack .alert.alert-info{pointer-events:auto;margin:0;background:#fff;border:1px solid #e7e9ee;color:#1f2937;box-shadow:0 10px 24px -8px #0f172a24,0 4px 10px #0f172a0f;border-radius:10px;padding:12px 14px;font-size:13.5px;line-height:1.45;display:flex;align-items:center;gap:10px}.app-flash-stack .alert-icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:15px;line-height:1;margin:0}.app-flash-stack .alert-message{flex:1;min-width:0;color:#0f172a;font-weight:500}.app-flash-stack .alert-success .alert-icon{background:#10b98124;color:#10b981}.app-flash-stack .alert-warning .alert-icon{background:#f59e0b2e;color:#d97706}.app-flash-stack .alert-danger .alert-icon{background:#ef444424;color:#ef4444}.app-flash-stack .alert-info .alert-icon{background:#0c62771f;color:#0c6277}.app-flash-stack .btn-close{position:relative;margin-inline-start:auto;margin-top:0;flex-shrink:0;align-self:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:transparent;background-image:none;box-shadow:none;opacity:1;transition:background-color .15s,transform .12s}.app-flash-stack .btn-close:before{content:"";position:absolute;inset:0;margin:auto;width:10px;height:10px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.7;transition:opacity .15s}.app-flash-stack .btn-close:hover{background-color:#00000014}.app-flash-stack .btn-close:hover:before{opacity:1}.app-flash-stack .btn-close:focus{outline:none;box-shadow:none}.app-flash-stack .btn-close:focus-visible{box-shadow:0 0 0 2px #00000026}.app-flash-stack .btn-close:active{transform:scale(.94)}.app-flash-stack .alert.fade.show{animation:app-flash-slide-in .22s ease-out}@media(max-width:575.98px){.app-flash-stack{top:72px;inset-inline-start:12px;inset-inline-end:12px;width:auto}}[data-bs-theme=dark] .app-flash-stack .alert{background:#121826;border-color:#2a3346;color:#d1d5db}[data-bs-theme=dark] .app-flash-stack .alert-message{color:#f3f4f6}@keyframes app-flash-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}html{scrollbar-gutter:stable}.navbar-modern:not(.navbar-academic-nav){background:#11273d!important;padding:.7rem 0;box-shadow:none;border-bottom:2px solid #e6a530}.navbar-brand img{height:32px;object-fit:contain}.navbar-brand svg{display:block;transition:opacity .2s ease}.navbar-brand:hover svg{opacity:.8}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link{color:#ffffffe6!important;font-weight:500;font-size:.8rem;padding:.5rem .65rem!important;border-radius:.25rem;transition:background .15s ease,color .15s ease;display:inline-flex;align-items:center;gap:.4rem}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link:hover{color:#fff!important;background:#32b2d026}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.active{color:#fff!important;background:#1a5f6e}.navbar-modern:not(.navbar-academic-nav) .nav-link-courses.active{background:#1a5f6e!important;color:#fff!important}.navbar-modern:not(.navbar-academic-nav) .nav-link.active:before{background:#32b2d0!important;height:2px}.navbar-modern .nav-link:focus-visible{outline:none;box-shadow:0 0 0 2px var(--pub-nav-link-active-ring)}.navbar-modern:not(.navbar-academic-nav) .nav-link.active{box-shadow:0 0 0 1px #ffffff26}.navbar-modern:not(.navbar-academic-nav) .nav-link-lang{border:none;border-radius:.25rem;padding:.4rem .6rem!important;white-space:nowrap;display:inline-flex!important;align-items:center;gap:.35rem;transition:none!important;text-decoration:none!important}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.nav-link-lang:before{display:none!important}.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.nav-link-lang:hover,.navbar-modern:not(.navbar-academic-nav) .navbar-nav .nav-link.nav-link-lang:focus{background:#ffffff1a;color:#fff!important}.navbar-right .nav-item,[dir=rtl] .navbar-right .nav-item{margin-left:.05rem;margin-right:.05rem}.navbar-right .nav-link-icon,.navbar-right .nav-link-btn{padding:.4rem .5rem!important}.navbar-right .nav-link-lang{padding:.4rem .55rem!important}.drawer-item-lang{display:inline-flex;align-items:center;gap:.5rem}.drawer-item-lang .lang-switcher-flag{font-size:1.25rem}.user-dropdown{display:inline-flex!important;align-items:center;gap:.45rem;white-space:nowrap;flex-wrap:nowrap}.user-dropdown.dropdown-toggle:after{display:none!important}.user-dropdown-chevron{flex-shrink:0;font-size:.7rem;opacity:.9;margin-inline-start:.25rem;align-self:center}.user-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid var(--pub-nav-pill-border);flex-shrink:0}.navbar-modern.navbar-academic-nav .user-avatar{border:1px solid var(--pub-nav-avatar-border);box-shadow:var(--pub-nav-avatar-shadow);background:var(--pub-nav-avatar-bg)}.navbar-modern.navbar-academic-nav .user-dropdown .user-dropdown-chevron{color:var(--pub-nav-chevron)}.navbar-modern.navbar-academic-nav .user-dropdown:hover .user-dropdown-chevron{color:var(--pub-nav-chevron-hover)}.user-info{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}[dir=rtl] .user-info{align-items:flex-end}.user-name{font-weight:700;font-size:.75rem;color:var(--pub-nav-text-strong)!important}.user-role{font-size:.625rem;color:var(--pub-nav-text-muted)!important;font-weight:400}.navbar-modern .dropdown-menu{transition:none!important;margin-top:-2px}.navbar-modern .dropdown-menu.show{animation:none!important}.navbar-modern .dropdown-menu.dropdown-menu-categories .dropdown-item:hover,.navbar-modern .dropdown-menu.dropdown-menu-categories .dropdown-item:focus{background:var(--pub-nav-link-active-bg);color:var(--pub-nav-text-strong)}.navbar-modern .dropdown-menu.dropdown-menu-categories .dropdown-item.active{background:var(--pub-nav-link-active-ring);color:var(--pub-nav-text-strong)}.navbar-modern.navbar-academic-nav .pub-profile-menu{background:var(--pub-profile-menu-bg);border:1px solid var(--pub-profile-menu-border);box-shadow:var(--pub-profile-menu-shadow);padding:.4rem;border-radius:.375rem}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-divider{border-color:var(--pub-profile-menu-divider);opacity:1}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item{color:var(--pub-profile-item-text);background:transparent}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item i{color:var(--pub-profile-item-icon)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:hover,.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus{background:var(--pub-profile-item-hover-bg);color:var(--pub-profile-item-hover-text)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:hover i,.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus i{color:var(--pub-profile-item-hover-icon)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus-visible:not(.pub-profile-menu__logout),.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item.active{background:var(--pub-profile-item-active-bg);color:var(--pub-profile-item-active-text);outline:none;box-shadow:inset 3px 0 0 var(--pub-profile-item-indicator)}.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus-visible:not(.pub-profile-menu__logout) i,.navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item.active i{color:var(--pub-profile-item-active-icon)}[dir=rtl] .navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item:focus-visible:not(.pub-profile-menu__logout),[dir=rtl] .navbar-modern.navbar-academic-nav .pub-profile-menu .dropdown-item.active{box-shadow:inset -3px 0 0 var(--pub-profile-item-indicator)}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout{color:var(--pub-profile-logout-text)}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout i{color:var(--pub-profile-logout-icon)}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:hover,.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:focus{background:var(--pub-profile-logout-hover-bg);color:var(--pub-profile-logout-hover-text);box-shadow:none}.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:hover i,.navbar-modern.navbar-academic-nav .pub-profile-menu .pub-profile-menu__logout:focus i{color:var(--pub-profile-logout-hover-icon)}.nav-link-icon{padding:.3rem .4rem!important}.navbar-nav .nav-item form{display:flex;align-items:center}.nav-link-btn{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:var(--pub-nav-text-muted)!important}.nav-link-btn:hover{color:var(--pub-nav-text-strong)!important;background:var(--pub-nav-link-hover-bg)}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-theme{color:var(--pub-nav-icon-muted)!important;border-radius:999px}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-theme:hover,.navbar-modern.navbar-academic-nav .navbar-right .nav-link-theme:focus{color:var(--pub-nav-icon-hover)!important;background:var(--pub-nav-theme-hover-bg)}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-icon:not(.nav-link-lang){color:var(--pub-nav-icon-muted)!important;border-radius:999px}.navbar-modern.navbar-academic-nav .navbar-right .nav-link-icon:not(.nav-link-lang):hover,.navbar-modern.navbar-academic-nav .navbar-right .nav-link-icon:not(.nav-link-lang):focus{color:var(--pub-nav-icon-hover)!important;background:var(--pub-nav-icon-hover-bg)}.navbar-modern.navbar-academic-nav .nav-link-logout:hover,.navbar-modern.navbar-academic-nav .nav-link-logout:focus{color:var(--pub-nav-logout-hover-color)!important;background:var(--pub-nav-logout-hover-bg)}.nav-favorites-wrap{line-height:1}.favorites-count-badge{position:absolute;top:-.65rem;inset-inline-end:-.5rem;min-width:1.1rem;padding:.15rem .35rem;font-family:system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700;line-height:1;color:#fff!important;background:linear-gradient(135deg,var(--color-danger) 0%,rgb(210.9493670886,36.5506329114,53.2594936709) 100%)!important;border-radius:50rem;text-align:center;white-space:nowrap;box-shadow:0 0 0 1px #ffffff4d}.navbar-modern.navbar-academic-nav .favorites-count-badge{color:var(--pub-nav-badge-text)!important;background:var(--pub-nav-badge-bg)!important;box-shadow:0 0 0 1px #ffffff38}[data-bs-theme=dark] .navbar-modern.navbar-academic-nav .favorites-count-badge{box-shadow:0 0 0 1px #07101759}.navbar-modern .navbar-right .nav-link-icon .nav-link-text,.navbar-modern .navbar-right .nav-link-logout .nav-link-text{display:none}.dropdown-menu{border:none;box-shadow:0 4px 12px #00000026;border-radius:.375rem;padding:.35rem;z-index:1050}.dropdown-item{padding:.4rem .75rem;border-radius:.25rem;transition:none;display:flex;align-items:center;gap:.5rem;font-size:.7rem}.dropdown-item:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.dropdown-item.active{background:var(--color-primary);color:var(--color-on-primary)}.dropdown-item i{font-size:.75rem;width:1rem;margin-right:.35rem}.dropdown-divider{margin:.5rem 0}.public-layout{--public-nav-height: 4.75rem}@media(min-width:992px){.public-layout{--public-nav-height: 5.25rem}}.public-layout{min-height:100vh;display:flex;flex-direction:column;overflow-x:clip}.public-content{flex:1;background-color:var(--color-bg);color:var(--color-text-primary)}@media(max-width:991px){.navbar-modern .navbar-collapse{display:none!important}.navbar-modern .navbar-nav{flex-direction:column;width:100%;align-items:stretch}.navbar-modern .navbar-nav .nav-item{width:100%}.navbar-modern .navbar-toggler{border:none!important;border-radius:.6rem;padding:.45rem;background:var(--pub-nav-link-hover-bg);width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease}.navbar-modern .navbar-toggler:hover{background:var(--pub-nav-link-active-bg)}.navbar-modern .navbar-toggler:focus-visible{outline:none;box-shadow:0 0 0 2px var(--pub-nav-link-active-ring)}.hamburger-lines{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:18px;height:18px}.hamburger-line{display:block;width:100%;height:2px;background:var(--pub-nav-text-strong);border-radius:2px;transition:transform .25s ease,opacity .2s ease,width .25s ease}.hamburger-line:nth-child(2){width:70%;align-self:flex-end}[dir=rtl] .hamburger-line:nth-child(2){align-self:flex-start}.navbar-modern .navbar-mobile-icons{margin-inline-start:.5rem}.navbar-modern .navbar-mobile-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0!important;margin:0;color:var(--pub-nav-text-muted);border-radius:.5rem;transition:background .15s,color .15s}.navbar-modern .navbar-mobile-icon:hover{color:var(--pub-nav-text-strong);background:var(--pub-nav-link-hover-bg)}.navbar-modern .navbar-mobile-icon .lang-switcher-flag{font-size:1.35rem;line-height:1}.navbar-modern .navbar-mobile-icon .fas{font-size:1.15rem}}:root{--pub-nav-bar-bg: #245c8f;--pub-nav-bar-bg-scrolled: #1e4f7a;--pub-nav-bar-border: rgba(255, 255, 255, .22);--pub-nav-bar-shadow: 0 8px 32px rgba(17, 39, 61, .22), inset 0 1px 0 rgba(255, 255, 255, .1);--pub-nav-bar-shadow-scrolled: 0 4px 20px rgba(17, 39, 61, .28);--pub-nav-text: #ffffff;--pub-nav-text-strong: #ffffff;--pub-nav-text-muted: rgba(255, 255, 255, .7);--pub-nav-link-hover-bg: rgba(255, 255, 255, .08);--pub-nav-link-active-bg: rgba(255, 255, 255, .14);--pub-nav-link-active-ring: rgba(50, 178, 208, .5);--pub-nav-pill-border: rgba(255, 255, 255, .22);--pub-nav-lang-bg: rgba(255, 255, 255, .08);--pub-nav-lang-border: rgba(255, 255, 255, .18);--pub-nav-lang-text: #dde7ec;--pub-nav-lang-hover-bg: rgba(255, 255, 255, .14);--pub-nav-lang-hover-text: #ffffff;--pub-nav-theme-hover-bg: rgba(255, 255, 255, .1);--pub-nav-icon-muted: #dde7ec;--pub-nav-icon-hover: #ffffff;--pub-nav-icon-hover-bg: rgba(255, 255, 255, .1);--pub-nav-logout-hover-color: #ff6b6b;--pub-nav-logout-hover-bg: rgba(230, 57, 70, .1);--pub-nav-badge-bg: #e63946;--pub-nav-badge-text: #ffffff;--pub-nav-avatar-bg: #ffffff;--pub-nav-avatar-border: rgba(255, 255, 255, .22);--pub-nav-avatar-shadow: 0 2px 8px rgba(17, 39, 61, .16);--pub-nav-chevron: rgba(255, 255, 255, .75);--pub-nav-chevron-hover: #ffffff;--pub-profile-menu-bg: #ffffff;--pub-profile-menu-border: #e2e8ee;--pub-profile-menu-shadow: 0 12px 28px rgba(17, 39, 61, .14);--pub-profile-menu-divider: #e2e8ee;--pub-profile-item-text: #1f2933;--pub-profile-item-icon: #5f6d75;--pub-profile-item-hover-bg: #f3f8fa;--pub-profile-item-hover-text: #0c6277;--pub-profile-item-hover-icon: #0c6277;--pub-profile-item-active-bg: rgba(50, 178, 208, .1);--pub-profile-item-active-text: #0c6277;--pub-profile-item-active-icon: #0c6277;--pub-profile-item-indicator: #32b2d0;--pub-profile-logout-text: #e63946;--pub-profile-logout-icon: #e63946;--pub-profile-logout-hover-bg: rgba(230, 57, 70, .08);--pub-profile-logout-hover-text: #b91c1c;--pub-profile-logout-hover-icon: #b91c1c;--pub-nav-btn-login-color: rgba(255, 255, 255, .95);--pub-nav-btn-login-bg: rgba(255, 255, 255, .06);--pub-nav-btn-login-border: rgba(255, 255, 255, .22);--pub-nav-btn-login-hover-bg: rgba(255, 255, 255, .12);--pub-nav-btn-login-hover-border: rgba(230, 165, 48, .45);--pub-nav-btn-register-color: #003244;--pub-nav-btn-register-bg: linear-gradient(135deg, #32b2d0 0%, rgb(14.8030534351, 120.8916030534, 146.7969465649) 100%);--pub-nav-btn-register-shadow: 0 2px 8px rgba(50, 178, 208, .3)}:root[data-bs-theme=dark]{--pub-nav-bar-bg: #0d1b24;--pub-nav-bar-bg-scrolled: #101a28;--pub-nav-bar-border: rgba(255, 255, 255, .08);--pub-nav-bar-shadow: 0 8px 28px rgba(0, 0, 0, .45);--pub-nav-bar-shadow-scrolled: 0 10px 32px rgba(0, 0, 0, .5);--pub-nav-text: #aebcc3;--pub-nav-text-strong: #f3f7f9;--pub-nav-text-muted: #a7b5bd;--pub-nav-link-hover-bg: rgba(255, 255, 255, .06);--pub-nav-link-active-bg: rgba(50, 178, 208, .12);--pub-nav-link-active-ring: rgba(50, 178, 208, .18);--pub-nav-pill-border: rgba(50, 178, 208, .18);--pub-nav-lang-bg: rgba(255, 255, 255, .04);--pub-nav-lang-border: rgba(255, 255, 255, .08);--pub-nav-lang-text: #aebcc3;--pub-nav-lang-hover-bg: rgba(50, 178, 208, .1);--pub-nav-lang-hover-text: #63d4ec;--pub-nav-theme-hover-bg: rgba(50, 178, 208, .1);--pub-nav-icon-muted: #a7b5bd;--pub-nav-icon-hover: #63d4ec;--pub-nav-icon-hover-bg: rgba(50, 178, 208, .1);--pub-nav-logout-hover-color: #ff6b6b;--pub-nav-logout-hover-bg: rgba(230, 57, 70, .12);--pub-nav-badge-bg: #e63946;--pub-nav-badge-text: #ffffff;--pub-nav-avatar-bg: #112331;--pub-nav-avatar-border: rgba(50, 178, 208, .18);--pub-nav-avatar-shadow: 0 2px 10px rgba(0, 0, 0, .3);--pub-nav-chevron: #a7b5bd;--pub-nav-chevron-hover: #63d4ec;--pub-profile-menu-bg: #101a28;--pub-profile-menu-border: rgba(255, 255, 255, .08);--pub-profile-menu-shadow: 0 16px 40px rgba(0, 0, 0, .35);--pub-profile-menu-divider: rgba(255, 255, 255, .08);--pub-profile-item-text: #dde7ec;--pub-profile-item-icon: #a7b5bd;--pub-profile-item-hover-bg: rgba(50, 178, 208, .1);--pub-profile-item-hover-text: #63d4ec;--pub-profile-item-hover-icon: #63d4ec;--pub-profile-item-active-bg: rgba(50, 178, 208, .16);--pub-profile-item-active-text: #63d4ec;--pub-profile-item-active-icon: #63d4ec;--pub-profile-item-indicator: #32b2d0;--pub-profile-logout-text: #ff6b6b;--pub-profile-logout-icon: #ff6b6b;--pub-profile-logout-hover-bg: rgba(230, 57, 70, .12);--pub-profile-logout-hover-text: #ffffff;--pub-profile-logout-hover-icon: #ffffff;--pub-nav-btn-login-color: #aebcc3;--pub-nav-btn-login-bg: transparent;--pub-nav-btn-login-border: rgba(255, 255, 255, .1);--pub-nav-btn-login-hover-bg: rgba(255, 255, 255, .06);--pub-nav-btn-login-hover-border: rgba(50, 178, 208, .3);--pub-nav-btn-register-color: #071017;--pub-nav-btn-register-bg: #32b2d0;--pub-nav-btn-register-shadow: 0 2px 10px rgba(50, 178, 208, .25)}.navbar-academic-nav__fluid{width:100%;max-width:none;margin-inline:0;padding-inline:0;--bs-gutter-x: 0}.navbar-academic-nav__bar{background:var(--pub-nav-bar-bg);border:1px solid var(--pub-nav-bar-border);border-radius:1rem;box-shadow:var(--pub-nav-bar-shadow);padding:.5rem .75rem;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}@media(min-width:992px){.navbar-academic-nav__bar{padding:.55rem 1.25rem}}.navbar-academic-nav__brand-row{width:100%}@media(min-width:992px){.navbar-academic-nav__brand-row{width:auto}}.navbar-academic-nav__brand{text-decoration:none;color:var(--pub-nav-text-strong)!important;min-width:0;align-items:center}.navbar-academic-nav__logo{flex-shrink:0}.navbar-academic-nav__brand-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;line-height:1.15}.navbar-academic-nav__title{font-size:.52rem;font-weight:700;color:var(--pub-nav-text-strong);line-height:1.2}@media(min-width:992px){.navbar-academic-nav__title{font-size:clamp(.55rem,1.2vw,.68rem);white-space:nowrap}}.navbar-academic-nav__subtitle{font-size:.48rem;font-weight:500;color:var(--pub-nav-text-muted)}@media(min-width:992px){.navbar-academic-nav__subtitle{font-size:clamp(.5rem,1.1vw,.62rem)}}.navbar-academic-nav__menus{width:100%;min-width:0}@media(min-width:992px){.navbar-academic-nav__menus{flex:1 1 auto}}.navbar-academic-nav__menus .navbar-main{gap:.15rem}@media(min-width:992px){.navbar-academic-nav__menus .navbar-main{flex:1 1 0;min-width:0;justify-content:center;flex-wrap:nowrap;overflow:hidden}}@media(min-width:992px)and (max-width:1199px){.navbar-modern.navbar-academic-nav .navbar-nav .nav-link{padding:.35rem .4rem!important;font-size:.68rem}.navbar-academic-nav__btn{padding:.25rem .5rem!important;font-size:.65rem}}@media(min-width:1200px)and (max-width:1399px){.navbar-modern.navbar-academic-nav .navbar-nav .nav-link{padding:.4rem .6rem!important;font-size:.74rem}}.navbar-modern.navbar-academic-nav .navbar-nav .nav-link{border-radius:999px;padding:.45rem .85rem!important;font-size:.78rem;white-space:nowrap;transition:background .15s ease,color .15s ease}.navbar-modern.navbar-academic-nav .navbar-nav .nav-link:hover:not(.active):not(.navbar-academic-nav__btn){background:var(--pub-nav-link-hover-bg)}.navbar-modern.navbar-academic-nav .navbar-nav.navbar-right{flex-wrap:wrap;justify-content:flex-end;row-gap:.35rem}.navbar-modern.navbar-academic-nav .navbar-nav .nav-link.active{background:var(--pub-nav-link-active-bg);box-shadow:inset 0 0 0 1px var(--pub-nav-link-active-ring);color:var(--pub-nav-text-strong)!important;font-weight:600}:root[data-bs-theme=dark] .navbar-modern.navbar-academic-nav .navbar-nav .nav-link:not(.navbar-academic-nav__btn):not(.nav-link-lang):not(.active){color:var(--pub-nav-text)!important}:root[data-bs-theme=dark] .navbar-modern.navbar-academic-nav .navbar-nav .nav-link:not(.navbar-academic-nav__btn):not(.nav-link-lang):not(.active):hover{color:#fff!important}:root[data-bs-theme=dark] .navbar-modern.navbar-academic-nav .navbar-nav .nav-link.active:not(.navbar-academic-nav__btn):not(.nav-link-lang){color:#32b2d0!important}:root[data-bs-theme=dark] .navbar-modern.navbar-academic-nav .navbar-nav .nav-link.navbar-academic-nav__control-panel:not(.active){color:#e6a530!important}:root[data-bs-theme=dark] .navbar-modern.navbar-academic-nav .navbar-nav .nav-link.navbar-academic-nav__control-panel:not(.active):hover{color:#fff!important}.navbar-modern.navbar-academic-nav .nav-link.nav-link-lang{border-radius:999px;border:1px solid var(--pub-nav-lang-border);gap:.3rem;font-size:.72rem;background:var(--pub-nav-lang-bg);color:var(--pub-nav-lang-text)!important}.navbar-modern.navbar-academic-nav .nav-link.nav-link-lang:hover,.navbar-modern.navbar-academic-nav .nav-link.nav-link-lang:focus{background:var(--pub-nav-lang-hover-bg);border-color:var(--pub-nav-lang-border);color:var(--pub-nav-lang-hover-text)!important}.lang-switcher-label{font-weight:500}.navbar-academic-nav__btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:.3rem .7rem!important;border-radius:999px;font-size:.72rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}@media(min-width:992px){[dir=rtl] .navbar-right .nav-item.nav-item-login{margin-left:.05rem;margin-right:1.5rem}}.navbar-academic-nav__btn--login{color:var(--pub-nav-btn-login-color)!important;background:var(--pub-nav-btn-login-bg);border:1px solid var(--pub-nav-btn-login-border)}.navbar-academic-nav__btn--login:hover{color:var(--pub-nav-text-strong)!important;background:var(--pub-nav-btn-login-hover-bg);border-color:var(--pub-nav-btn-login-hover-border)}.navbar-academic-nav__btn--register{color:var(--pub-nav-btn-register-color)!important;background:var(--pub-nav-btn-register-bg);border:1px solid transparent;box-shadow:var(--pub-nav-btn-register-shadow)}.navbar-academic-nav__btn--register:hover{color:var(--pub-nav-btn-register-color)!important;filter:brightness(1.05)}.navbar-modern.navbar-academic-nav{background:transparent!important;border-bottom:none;padding-block:.375rem;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.public-layout:has(.hero-academic) .navbar-modern.navbar-academic-nav{background:transparent!important}@media(min-width:992px){.navbar-modern.navbar-academic-nav{padding-block:.425rem}}.navbar-modern.navbar-academic-nav.scrolled .navbar-academic-nav__bar{background:var(--pub-nav-bar-bg-scrolled);border-color:var(--pub-nav-pill-border);box-shadow:var(--pub-nav-bar-shadow-scrolled)}@media(max-width:991px){.navbar-academic-nav__bar{border-radius:.85rem}}.navbar-modern.navbar-academic-nav .navbar-nav .nav-link.active:before{display:none!important}.navbar-modern.navbar-academic-nav .navbar-nav .nav-link.navbar-academic-nav__btn:before{display:none!important}.public-layout:has(.navbar-academic-nav){--public-nav-height: 4.75rem}@media(min-width:992px){.public-layout:has(.navbar-academic-nav){--public-nav-height: 5.25rem}}.public-breadcrumb-band{background:#f8f9fa;padding:.625rem 0}[data-bs-theme=dark] .public-breadcrumb-band{background:var(--color-surface-sunken);border-bottom:1px solid rgba(255,255,255,.06)}[data-bs-theme=dark] .breadcrumb-item{color:var(--color-text-secondary)}[data-bs-theme=dark] .breadcrumb-item a{color:#32b2d0;text-decoration:none}[data-bs-theme=dark] .breadcrumb-item a:hover{color:#63d4ec;text-decoration:underline}[data-bs-theme=dark] .breadcrumb-item.active{color:#dde7ec}[data-bs-theme=dark] .breadcrumb-item+.breadcrumb-item:before{color:#5f6d75}.lms-drawer{width:min(320px,88vw)!important;max-width:100%;background:#0e2237!important;border:none!important;box-shadow:6px 0 32px #00000059;display:flex;flex-direction:column}.lms-drawer .offcanvas-header.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid rgba(255,255,255,.07);flex-shrink:0;background:transparent}.lms-drawer .drawer-header-logo{display:flex;align-items:center;opacity:.95;text-decoration:none;transition:opacity .2s ease}.lms-drawer .drawer-header-logo:hover{opacity:.75}.lms-drawer .drawer-close-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:#ffffff0f;color:#fffc;font-size:1rem;cursor:pointer;transition:background .15s,color .15s}.lms-drawer .drawer-close-btn:hover{background:#ffffff1f;color:#fff}.lms-drawer .offcanvas-body{flex:1;display:flex;flex-direction:column;padding:1rem 1.1rem;overflow-x:hidden;overflow-y:auto;gap:.25rem}.lms-drawer .drawer-profile-row{display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;margin-bottom:.25rem;border-radius:.5rem;color:#fff;text-decoration:none;transition:background .15s}.lms-drawer .drawer-profile-row:hover{background:#ffffff0d;color:#fff}.lms-drawer .drawer-profile-avatar-wrap{position:relative;flex-shrink:0}.lms-drawer .drawer-profile-avatar-img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(50,178,208,.4)}.lms-drawer .drawer-profile-online{position:absolute;bottom:1px;inset-inline-end:1px;width:9px;height:9px;border-radius:50%;background:#28a745;border:2px solid #0e2237}.lms-drawer .drawer-profile-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.lms-drawer .drawer-profile-name{font-size:.9rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-drawer .drawer-profile-role{font-size:.75rem;color:#32b2d0d9;font-weight:500}.lms-drawer .drawer-profile-arrow{font-size:.75rem;color:#ffffff4d;flex-shrink:0}.lms-drawer .drawer-guest-btns{display:flex;gap:.5rem;margin-bottom:.5rem}.lms-drawer .drawer-guest-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem .85rem;border-radius:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;flex:1;transition:background .15s,color .15s}.lms-drawer .drawer-guest-btn--primary{background:#32b2d0;color:#fff;border:1px solid #32b2d0}.lms-drawer .drawer-guest-btn--primary:hover{background:#28a0bc;color:#fff}.lms-drawer .drawer-guest-btn--outline{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.2)}.lms-drawer .drawer-guest-btn--outline:hover{background:#ffffff12;color:#fff}.lms-drawer .drawer-section-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;padding:.65rem .9rem .3rem;margin:0}.lms-drawer .drawer-nav-list,.lms-drawer .drawer-prefs-list{padding:0;list-style:none;margin:0}.lms-drawer .drawer-nav-list li+li,.lms-drawer .drawer-prefs-list li+li{margin-top:1px}.lms-drawer .drawer-prefs-row{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.75rem;padding-inline:.9rem;padding-block:.15rem 0;margin-bottom:1.15rem}.lms-drawer .drawer-prefs-tile{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;min-height:2.85rem;padding:0;border-radius:.55rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffeb;transition:background .15s ease,border-color .15s ease,color .15s ease}.lms-drawer .drawer-prefs-tile:hover{background:#ffffff1a;border-color:#fff3;color:#fff}.lms-drawer .drawer-prefs-tile:focus-visible{outline:2px solid rgba(50,178,208,.65);outline-offset:2px}.lms-drawer .drawer-prefs-tile--lang .lang-switcher-flag{font-size:1.5rem;line-height:1}.lms-drawer .drawer-prefs-tile-icons .bi{font-size:1.25rem;line-height:0}.lms-drawer .drawer-divider{height:1px;background:#ffffff12;margin:.4rem .9rem;border:none}.lms-drawer hr.drawer-divider{border:none;border-top:1px solid rgba(255,255,255,.07);margin:.75rem 0}.lms-drawer .drawer-item{display:flex;align-items:center;gap:.8rem;min-height:48px;padding:.6rem .9rem;border-radius:.5rem;color:#ffffffbf;font-size:.9rem;font-weight:500;text-decoration:none;width:100%;background:transparent;border:none;cursor:pointer;transition:background .15s,color .15s}.lms-drawer .drawer-item:hover{background:#ffffff0d;color:#fffffff2}.lms-drawer .drawer-item.active{background:#32b2d01f;color:#fff;border-inline-start:3px solid #32b2d0}.lms-drawer .drawer-item .drawer-item-icon{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:.95rem;flex-shrink:0;color:#ffffff73}.lms-drawer .drawer-item.active .drawer-item-icon{color:#32b2d0}.lms-drawer .drawer-item:hover .drawer-item-icon{color:#fffc}.lms-drawer .drawer-item .drawer-item-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lms-drawer .drawer-item .drawer-icon,.lms-drawer .drawer-item>i.bi{font-size:1.1rem;opacity:.85;flex-shrink:0;width:1.35rem;text-align:center}.lms-drawer .drawer-item>span:not(.drawer-item-label):not(.drawer-item-icon):not(.drawer-item-badge){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lms-drawer .drawer-item .drawer-item-badge{flex-shrink:0;margin-inline-start:auto;font-size:.7rem;font-family:system-ui,-apple-system,sans-serif;font-weight:700}.lms-drawer .drawer-item.active>i.bi,.lms-drawer .drawer-item.active .drawer-icon{opacity:1;color:#32b2d0}.lms-drawer .drawer-item.dropdown-toggle:after{display:none!important}.lms-drawer .drawer-item-lang{display:inline-flex!important;width:fit-content!important;gap:.5rem!important;min-height:auto;padding:.5rem .9rem}.lms-drawer .drawer-item-lang .lang-switcher-flag{font-size:1.25rem;line-height:1;flex-shrink:0}.lms-drawer .drawer-footer{margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.07)}.lms-drawer .drawer-logout-btn{display:flex;align-items:center;gap:.8rem;width:100%;padding:.6rem .9rem;border-radius:.5rem;background:transparent;border:none;color:#fca5a5cc;font-size:.9rem;font-weight:500;cursor:pointer;text-align:start;transition:background .15s,color .15s}.lms-drawer .drawer-logout-btn:hover{background:#ef44441a;color:#fca5a5}.lms-drawer.dashboard-drawer{background:#0c6277!important;width:min(280px,88vw)!important}.lms-drawer.dashboard-drawer .offcanvas-header.drawer-header{border-bottom-color:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-close-btn{border-color:#fff3;background:#ffffff14;color:#ffffffd9}.lms-drawer.dashboard-drawer .drawer-close-btn:hover{background:#ffffff26;color:#fff}.lms-drawer.dashboard-drawer .drawer-profile-row:hover{background:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-profile-avatar-img{border-color:#32b2d080}.lms-drawer.dashboard-drawer .drawer-profile-online{border-color:#0c6277}.lms-drawer.dashboard-drawer .drawer-profile-role{color:#32b2d0f2}.lms-drawer.dashboard-drawer .drawer-section-label{color:#ffffffb3}.lms-drawer.dashboard-drawer .drawer-divider,.lms-drawer.dashboard-drawer hr.drawer-divider{border-color:#ffffff1a;background:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-item{padding:.4375rem .75rem;font-size:.8125rem;font-weight:500;color:#fff;min-height:2.5rem;gap:.5rem;margin-inline:.5rem;border-radius:.5rem;border-inline-start:none}.lms-drawer.dashboard-drawer .drawer-item:hover{background:#ffffff1a;color:#fff}.lms-drawer.dashboard-drawer .drawer-item.active{background:#ffffff26;font-weight:600;border-inline-start:4px solid #32b2d0}.lms-drawer.dashboard-drawer .drawer-item .drawer-icon,.lms-drawer.dashboard-drawer .drawer-item>i.bi{font-size:1.0625rem;width:1.25rem;text-align:center;color:#ffffffd9}.lms-drawer.dashboard-drawer .drawer-item.active .drawer-icon,.lms-drawer.dashboard-drawer .drawer-item.active>i.bi{color:#32b2d0}.lms-drawer.dashboard-drawer .drawer-item:hover .drawer-icon,.lms-drawer.dashboard-drawer .drawer-item:hover>i.bi{color:#fff}.lms-drawer.dashboard-drawer .drawer-item-lang{padding:.4375rem .75rem;margin-inline:.5rem}.lms-drawer.dashboard-drawer .drawer-footer{border-top-color:#ffffff1a}.lms-drawer.dashboard-drawer .drawer-logout-btn{padding:.4375rem .75rem;font-size:.8125rem;margin-inline:.5rem;border-radius:.5rem}.ium-dashboard-filters .filter-panel-header{border-bottom:1px solid var(--bs-border-color-translucent, rgba(0, 0, 0, .08))}.filter-panel-toggle .filter-panel-chevron{font-size:.875rem;transition:transform .2s ease}.filter-panel-toggle[aria-expanded=true] .filter-panel-chevron,.filter-panel-toggle:not(.collapsed) .filter-panel-chevron{transform:rotate(180deg)}.ium-dashboard-filters-toolbar{flex-wrap:wrap;gap:.5rem;align-items:center}.ium-dashboard-filters__search{min-width:12rem;max-width:22rem;flex:1 1 12rem}.ium-dashboard-per-page__select{width:auto;min-width:4.5rem}.ium-dashboard-listing-pagination .pagination{margin-bottom:0}.ium-ui-filter-panel .ium-ui-filter-panel__toggle{color:var(--app-ink-2, #1f2937);font-weight:600;font-size:13px;line-height:1.2}.ium-ui-filter-panel .ium-ui-filter-panel__toggle:hover,.ium-ui-filter-panel .ium-ui-filter-panel__toggle:focus-visible{color:var(--brand-primary-600, #0a5366)}.ium-ui-filter-panel .ium-ui-filter-panel__icon{font-size:14px;opacity:.85}.ium-ui-filter-panel .ium-ui-filter-panel__chevron{font-size:11px;margin-inline-start:2px;transition:transform .2s ease}.ium-ui-filter-panel .ium-ui-filter-panel__toggle[aria-expanded=true] .ium-ui-filter-panel__chevron{transform:rotate(180deg)}.ium-ui-filter-panel .ium-ui-filter-panel__count{background:var(--brand-primary, #0c6277);color:#fff;font-size:11px;font-weight:600;padding:2px 7px;line-height:1.2}.ium-ui-filter-panel .ium-ui-filter-panel__clear{font-size:12px;font-weight:500}.ium-ui-filter-panel-toggle .ium-ui-filter-panel-toggle__icon{font-size:14px;opacity:.9}.ium-ui-filter-panel-toggle .ium-ui-filter-panel-toggle__count{font-size:11px;font-weight:600;padding:2px 7px;line-height:1.2}.ium-ui-pagination .page-item .page-link:hover{background-color:#32b2d0;border-color:#32b2d0;color:#fff}@media(max-width:575.98px){.ium-dashboard-filters__search{max-width:none}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.navbar-modern{animation:slideDown .6s ease-out;position:sticky!important;top:0;z-index:1030;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#11273d,#0d1f2d)!important;transition:box-shadow .3s ease}.navbar-modern.scrolled{box-shadow:0 4px 20px #0003}.navbar-brand{position:relative;overflow:hidden}.navbar-brand img{filter:brightness(0) invert(1);transition:filter .4s cubic-bezier(.4,0,.2,1)}.navbar-brand:hover img{filter:brightness(0) invert(1) drop-shadow(0 0 14px rgba(50,178,208,.6))}.navbar-brand:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background:linear-gradient(90deg,#32b2d0,#e6a530);transition:width .4s ease}.navbar-brand:hover:after{width:100%}.navbar-nav .nav-link{position:relative;overflow:hidden}.navbar-nav .nav-link:not(.nav-link-lang):before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#32b2d0,#e6a530);transform:translate(-50%);transition:width .3s ease}.navbar-nav .nav-link:not(.nav-link-lang):hover:before,.navbar-nav .nav-link:not(.nav-link-lang).active:before{width:80%}.navbar-nav .nav-link:not(.nav-link-lang) i{transition:color .3s ease,filter .3s ease}.navbar-nav .nav-link:not(.nav-link-lang):hover i{filter:drop-shadow(0 0 6px rgba(50,178,208,.5))}.navbar-nav .nav-link.active{box-shadow:0 0 20px #32b2d066}.btn-register{position:relative;overflow:hidden;box-shadow:0 4px 12px #32b2d04d}.btn-register:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#ffffff26;opacity:0;transition:opacity .3s ease}.btn-register:hover:before{opacity:1}.btn-register:hover{box-shadow:0 6px 20px #32b2d080}.user-avatar{transition:box-shadow .3s ease;box-shadow:0 2px 8px #32b2d04d}.user-dropdown:hover .user-avatar{box-shadow:0 4px 16px #32b2d080}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer){animation:fadeInDown .3s ease-out;border:1px solid rgba(50,178,208,.2)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer) .dropdown-item{position:relative;overflow:hidden}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer) .dropdown-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(135deg,#32b2d0,#e6a530);opacity:0;transition:opacity .3s ease}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer) .dropdown-item:hover:before{opacity:1}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer) .dropdown-item i{transition:color .3s ease}.dropdown-menu:not(.lang-dropdown-menu):not(.lang-dropdown-drawer) .dropdown-item:hover i{color:#e6a530}.nav-item.dropdown .dropdown-toggle:after{transition:transform .3s ease}.nav-item.dropdown.show .dropdown-toggle:after{transform:rotate(180deg)}.course-show-page-modern{animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.course-info-card{animation:slideInRight .8s ease-out;border:1px solid #f0f0f0;transition:all .3s ease}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.course-info-card:hover{box-shadow:0 8px 24px #0000001f}.stars-inline i{animation:starPulse 2s ease-in-out infinite}.stars-inline i:nth-child(1){animation-delay:0s}.stars-inline i:nth-child(2){animation-delay:.1s}.stars-inline i:nth-child(3){animation-delay:.2s}.stars-inline i:nth-child(4){animation-delay:.3s}.stars-inline i:nth-child(5){animation-delay:.4s}@keyframes starPulse{0%,to{opacity:1}50%{opacity:.85}}.instructor-avatar-circle{border:3px solid transparent;transition:all .4s ease;box-shadow:0 2px 8px #0000001a}.instructor-card-section:hover .instructor-avatar-circle{border-color:#32b2d0;box-shadow:0 4px 16px #32b2d066}.price-amount-large,.price-free-large{animation:priceGlow 2s ease-in-out infinite}@keyframes priceGlow{0%,to{text-shadow:0 0 10px rgba(50,178,208,.3)}50%{text-shadow:0 0 20px rgba(50,178,208,.6)}}.btn-enroll-full{position:relative;overflow:hidden;box-shadow:0 4px 16px #32b2d04d}.btn-enroll-full:before{content:"";position:absolute;inset:0;border-radius:inherit;background:#ffffff26;opacity:0;transition:opacity .3s ease}.btn-enroll-full:hover:before{opacity:1}.btn-enroll-full:after{content:"→";position:absolute;right:1.5rem;opacity:0;transition:all .3s ease}.btn-enroll-full:hover:after{opacity:1;right:1rem}.btn-enroll-full:hover{box-shadow:0 8px 24px #32b2d080}.btn-action-outline{position:relative;overflow:hidden}.btn-action-outline:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(50,178,208,.1),transparent);transition:left .5s ease}.btn-action-outline:hover:before{left:100%}.btn-action-outline i{transition:color .3s ease,filter .3s ease}.btn-action-outline:hover i{filter:drop-shadow(0 0 4px rgba(50,178,208,.4))}.features-list-items li{animation:slideInLeft .6s ease-out;animation-fill-mode:both}.features-list-items li:nth-child(1){animation-delay:.1s}.features-list-items li:nth-child(2){animation-delay:.2s}.features-list-items li:nth-child(3){animation-delay:.3s}.features-list-items li:nth-child(4){animation-delay:.4s}.features-list-items li i{transition:filter .3s ease,color .3s ease}.features-list-items li:hover i{filter:drop-shadow(0 0 6px rgba(50,178,208,.4))}.video-embed-container{position:relative;overflow:hidden;border-radius:1rem 1rem 0 0}.video-embed-container:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(50,178,208,.1) 0%,transparent 100%);pointer-events:none;z-index:1}.video-embed-container:has(.course-image-container):before{display:none}.video-embed-container:has(.course-image-container){min-height:200px}.tag-badge{transition:all .3s ease;cursor:pointer}.tag-badge:hover{background:#32b2d0;color:#fff;box-shadow:0 4px 12px #32b2d04d}.tabs-modern .nav-link{position:relative}.tabs-modern .nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:3px;background:linear-gradient(90deg,#32b2d0,#e6a530);transform:translate(-50%);transition:width .3s ease}.tabs-modern .nav-link:hover:after{width:80%}.tabs-modern .nav-link.active:after{width:100%}.tab-pane{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.curriculum-section-modern{transition:all .3s ease}.curriculum-section-modern:hover{box-shadow:0 4px 16px #00000014}.section-border-accent{transition:all .3s ease}.section-header-modern:hover .section-border-accent{background:linear-gradient(135deg,#32b2d0,#e6a530)}.lesson-item-modern{transition:all .3s ease;position:relative}.lesson-item-modern:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(135deg,#32b2d0,#e6a530);opacity:0;transition:opacity .3s ease}.lesson-item-modern:hover:before{opacity:1}.lesson-item-modern:hover{background:#32b2d00d}.lesson-icon-free,.lesson-icon-locked{transition:color .3s ease,filter .3s ease}.lesson-item-modern:hover .lesson-icon-free,.lesson-item-modern:hover .lesson-icon-locked{filter:drop-shadow(0 0 4px rgba(50,178,208,.4))}.review-card-modern{transition:all .3s ease;border:1px solid transparent}.review-card-modern:hover{border-color:#32b2d0;box-shadow:0 4px 16px #32b2d026}.reviewer-avatar-img{border:2px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.review-card-modern:hover .reviewer-avatar-img{border-color:#32b2d0;box-shadow:0 4px 12px #32b2d04d}.bar-progress-fill{animation:fillBar 1.5s ease-out;background:linear-gradient(90deg,#32b2d0,#28a0bc);box-shadow:0 2px 8px #32b2d04d}@keyframes fillBar{0%{width:0!important}}.scroll-reveal{opacity:0;transition:opacity .6s ease}.scroll-reveal.revealed{opacity:1}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e9ecef,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(max-width:991px){.course-sidebar-sticky{position:static;padding:1rem}.course-content-area{padding:1rem}.video-embed-container iframe{height:300px}.video-embed-container:has(.course-image-container){min-height:180px}}@media print{.navbar-modern,.btn-enroll-full,.action-buttons-row,.tags-row-section{display:none}.course-info-card,.tabs-content-modern{box-shadow:none;border:1px solid #ced4da}}.verify-page{background:#f8f9fa;min-height:calc(100vh - 200px);padding:50px 0}.verify-wrapper{max-width:760px;margin:0 auto;padding:0 20px}.verify-page-header{text-align:center;margin-bottom:40px}.verify-page-header .header-icon{width:70px;height:70px;background:linear-gradient(135deg,#11273d,#003244);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.verify-page-header .header-icon i{font-size:2rem;color:#fff}.verify-page-header h1{font-size:1.8rem;font-weight:700;color:#212529;margin-bottom:8px}.verify-page-header p{color:#6c757d;font-size:1rem;max-width:500px;margin:0 auto}.verify-form-card{background:#fff;border-radius:1rem;box-shadow:0 2px 20px #0000000f;padding:40px;margin-bottom:30px;border:1px solid transparent;transition:border-color .15s ease,box-shadow .15s ease}.verify-form-group{position:relative;margin-bottom:20px}.verify-label-with-icon{display:flex;align-items:center;gap:.5rem;margin-bottom:10px;font-weight:600;color:#212529;font-size:.95rem}.verify-label-with-icon i{flex-shrink:0;color:#6c757d;font-size:1.2rem}.verify-label-with-icon label{margin:0;display:inline;font:inherit;color:inherit;cursor:pointer}.verify-input{width:100%;padding:16px 20px;font-size:1.2rem;text-transform:uppercase;letter-spacing:4px;border:2px solid #dee2e6;border-radius:12px;transition:all .3s ease;text-align:center;font-family:Courier New,monospace;font-weight:600;background:#f8f9fa;color:#212529;box-sizing:border-box}.verify-input:focus{outline:none;border-color:#11273d;box-shadow:0 0 0 4px #11273d1a;background:#fff}.verify-input::placeholder{color:#6c757d;letter-spacing:3px;font-size:1rem}.verify-submit-btn{width:100%;padding:16px;background:linear-gradient(135deg,#32b2d0,#0c6277);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.verify-submit-btn:hover{background:linear-gradient(135deg,#0c6277,#11273d);transform:translateY(-2px);box-shadow:0 8px 25px #32b2d059}.verify-submit-btn:active{transform:translateY(0)}.verify-hint{text-align:center;color:#6c757d;font-size:.85rem;margin-top:15px}.verify-hint i{color:#6c757d}.verify-error-card{background:#fff;border-radius:1rem;box-shadow:0 2px 20px #0000000f;padding:50px 40px;text-align:center;margin-bottom:30px}.error-icon-circle{width:80px;height:80px;background:#fef2f2;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:20px}.error-icon-circle i{font-size:2.5rem;color:#dc3545}.verify-error-card h3{font-size:1.3rem;font-weight:700;color:#212529;margin-bottom:10px}.verify-error-card p{color:#6c757d;margin-bottom:25px;max-width:400px;margin-left:auto;margin-right:auto}.try-again-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:linear-gradient(135deg,#32b2d0,#0c6277);color:#fff;border:none;border-radius:10px;font-weight:600;text-decoration:none;transition:all .3s ease}.try-again-btn:hover{background:linear-gradient(135deg,#0c6277,#11273d);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #32b2d059}.verified-status-banner{background:linear-gradient(135deg,#28a745,#10b981);border-radius:1rem 1rem 0 0;padding:20px 30px;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff}.verified-status-banner i{font-size:1.8rem}.verified-status-banner h2{font-size:1.3rem;font-weight:700;margin:0}.verified-status-banner .verified-time{font-size:.8rem;opacity:.85;margin:0}.certificate-verified-card{background:#fff;border-radius:0 0 1rem 1rem;box-shadow:0 4px 6px #0000000d,0 10px 20px #00000014;overflow:hidden;margin-bottom:30px;border:2px solid #11273d;border-top:none}.cert-scroll-hint{display:none;text-align:center;padding:8px 16px;font-size:.78rem;color:#6c757d;background:#f8f9fa;border-bottom:1px solid #dee2e6;gap:6px;align-items:center;justify-content:center}.cert-scroll-hint i{font-size:1rem}@media(max-width:760px){.cert-scroll-hint{display:flex}}.cert-v-scroll-wrap{overflow-x:auto;border-bottom:1px solid #dee2e6;position:relative}.cert-scroll-overlay{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background:#000000b3;color:#fff;padding:12px 24px;border-radius:10px;font-size:.82rem;font-weight:600;gap:8px;align-items:center;white-space:nowrap;pointer-events:none;opacity:1;transition:opacity .6s ease}.cert-scroll-overlay i{font-size:1.2rem}.cert-scroll-overlay.is-hidden{opacity:0}@media(max-width:760px){.cert-scroll-overlay{display:flex}}.certificate-verified-card:has(>.cert-v-display--en-v9){border-right:none;box-shadow:0 4px 6px #0000000d,0 10px 20px #00000014,inset -1px 0 #11273d0f}.cert-v-display{background:linear-gradient(135deg,#f8f9fa,#fff);padding:50px 40px;text-align:center;position:relative;min-width:700px}.cert-v-display:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e6a530,#32b2d0)}.cert-v-logo{width:90px;height:90px;margin:0 auto 20px}.cert-v-logo img{width:90px;height:90px;object-fit:contain}.cert-v-heading{font-size:.85rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:4px;margin-bottom:10px;min-height:1.0625rem}.cert-v-certify{font-size:1.5rem;font-weight:700;color:#11273d;margin-bottom:20px;line-height:1.3}.cert-v-certify--course{font-size:.85rem;letter-spacing:0}.cert-v-student{font-size:2rem;font-weight:700;color:#212529;margin-bottom:20px;padding:15px 0;border-top:2px solid #e6a530;border-bottom:2px solid #e6a530}.cert-v-label{font-size:.9rem;color:#6c757d;margin-bottom:8px}.cert-v-course{font-size:1.3rem;font-weight:600;color:#11273d;margin-bottom:10px;line-height:1.5}.cert-v-meta{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin-top:30px;padding-top:25px;border-top:1px solid #dee2e6}.cert-v-meta-item{text-align:center;min-width:120px}.cert-v-meta-label{font-size:.7rem;color:#6c757d;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:5px;display:block}.cert-v-meta-value{font-size:.9rem;font-weight:600;color:#212529}.cert-v-mono{font-family:Courier New,monospace;letter-spacing:1px}.cert-v-stats{padding:20px 40px;background:#f8f9fa;border-bottom:1px solid #dee2e6;display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.cert-v-stat{display:flex;align-items:center;gap:10px}.cert-v-stat i{color:#11273d;font-size:1.1rem}.cert-v-stat .stat-label{font-size:.8rem;color:#6c757d}.cert-v-stat .stat-value{font-size:.9rem;font-weight:600;color:#212529}.cert-v-actions{padding:25px 40px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cert-v-btn{padding:12px 28px;border-radius:10px;font-weight:600;font-size:.9rem;transition:all .3s ease;border:none;display:inline-flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.cert-v-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.cert-v-btn-download{background:linear-gradient(135deg,#32b2d0,#0c6277);color:#fff}.cert-v-btn-download:hover{background:linear-gradient(135deg,#0c6277,#11273d);color:#fff;box-shadow:0 6px 20px #32b2d059}.cert-v-btn-share{background:#fff;color:#11273d;border:2px solid #11273d}.cert-v-btn-share:hover,.cert-v-btn-share:focus,.cert-v-btn-share:active,a.cert-v-btn-share:hover,button.cert-v-btn-share:hover,.cert-v-btn-share:visited:hover{background:#11273d;color:#fff;border-color:#11273d}.cert-v-btn-new{background:#fff;color:#6c757d;border:2px solid #dee2e6}.cert-v-btn-new:hover,.cert-v-btn-new:focus,.cert-v-btn-new:active,a.cert-v-btn-new:hover,.cert-v-btn-new:visited:hover{background:#11273d;color:#fff;border-color:#11273d}.cert-v-share-panel{padding:25px 40px;background:#f8f9fa;border-top:1px solid #dee2e6;text-align:center;display:none}.cert-v-share-panel.active{display:block}.cert-v-share-title{font-size:.9rem;font-weight:600;color:#6c757d;margin-bottom:15px}.cert-v-share-btns{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;align-items:center}.share-icon-btn{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;text-decoration:none;font-size:1.1rem;border:none}.share-icon-btn:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0003;color:#fff}.share-linkedin{background:#0077b5}.share-twitter{background:#1da1f2}.share-facebook{background:#1877f2}.share-email{background:#6c757d}.copy-link-btn{padding:10px 20px;background:#fff;border:1px solid #dee2e6;border-radius:8px;color:#6c757d;font-size:.85rem;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px}.copy-link-btn:hover{background:#f8f9fa;border-color:#11273d;color:#11273d}.copy-link-btn.copied{background:#ecfdf5;border-color:#10b981;color:#059669}.verify-info-note{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000a;padding:20px 25px;display:flex;align-items:flex-start;gap:15px;border-left:4px solid #11273d}[dir=rtl] .verify-info-note{border-left:none;border-right:4px solid #11273d}.verify-info-note i{color:#11273d;font-size:1.3rem;flex-shrink:0;margin-top:2px}.verify-info-note strong{color:#212529}.verify-info-note p{margin:0;color:#6c757d;font-size:.9rem;line-height:1.6}.verify-error-code-wrap{margin-bottom:1.25rem}.verify-error-code{font-family:Courier New,monospace;font-size:1.2rem;font-weight:700;letter-spacing:3px;color:#e63946}.verify-hint--with-icon{display:inline-flex;align-items:flex-start;justify-content:center;gap:.5rem;max-width:100%;margin-inline:auto}.verify-hint--with-icon .verify-hint-text{text-align:center}@media(max-width:768px){.verify-page{padding:30px 0}.verify-form-card{padding:25px 20px}.verify-input{font-size:1rem;letter-spacing:3px;padding:14px 16px}.cert-v-actions{padding:20px;flex-direction:column}.cert-v-btn{width:100%;justify-content:center}.cert-v-stats{padding:15px 20px;gap:20px}}[dir=rtl] .cert-v-student,[dir=rtl] .cert-v-course,[dir=rtl] .cert-v-certify{direction:rtl}.certificate-display.certificate-display--en-v9{background:#fff;position:relative;overflow:hidden}.certificate-display.certificate-display--en-v9 .cert-display-inner--v9{position:relative;z-index:3;padding:36px 28px 40px;width:100%;max-width:none;margin:0;box-sizing:border-box}.cert-v-display.cert-v-display--en-v9:before{display:none}.cert-v-display.cert-v-display--en-v9{background:#fff;border-bottom:none;padding:36px 32px 44px;position:relative;overflow:hidden;text-align:center}.cert9-root{position:relative;min-height:420px}.cert9-inner{position:relative;z-index:3}.cert9-brand-block{text-align:center;margin-bottom:.35rem}.cert9-brand-logo{max-height:72px;width:auto;margin:0 auto .5rem;display:block}.cert9-platform-line{font-family:Inter,system-ui,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.06em;color:#1a2b4a;text-transform:uppercase;line-height:1.25}.cert9-platform-lines{text-align:center}.cert9-platform-line--stack{display:block}.cert9-platform-rule{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.32rem;width:88%;max-width:19rem;margin:.32rem auto .28rem;box-sizing:border-box}.cert9-platform-rule-bar{flex:1 1 auto;min-width:.75rem;height:1px;background:#c1a05c;border-radius:1px}.cert9-platform-rule-diamond{flex-shrink:0;color:#c1a05c;font-size:.45rem;line-height:1}.cert9-diamond-row{text-align:center;line-height:1;margin:.2rem 0 .1rem}.cert9-diamond-row--tight{margin:.1rem 0 .35rem}.cert9-diamond-row--after-course{margin:.22rem 0 .55rem}.cert9-diamond{color:#c1a05c;font-size:.58rem;line-height:1}.cert9-title-word{font-family:Playfair Display,Georgia,Times New Roman,serif,Georgia,serif;font-size:clamp(1.75rem,5vw,2.35rem);font-weight:700;color:#1a2b4a;text-align:center;letter-spacing:.08em;line-height:1.05;margin:.15rem auto;max-width:min(19rem,92vw);box-sizing:border-box}.cert9-subtitle-row{display:flex;align-items:center;justify-content:center;gap:.45rem;width:auto;max-width:min(19rem,92vw);margin:0 auto .15rem;box-sizing:border-box}.cert9-sub-rule{flex:0 0 2.65rem;min-width:0;max-width:3.1rem}.cert9-hrule{height:2px;background:#c1a05c}.cert9-sub-mid{flex-shrink:0}.cert9-subtitle{font-family:Inter,system-ui,sans-serif;font-size:.62rem;font-weight:700;letter-spacing:.22em;color:#c1a05c}.cert9-subtitle-trail{display:flex;justify-content:center;align-items:center;margin:.06rem 0 .12rem;line-height:1}.cert9-subtitle-trail-dot{display:block;width:.35rem;height:.35rem;border-radius:50%;background:#c1a05c;box-shadow:0 0 0 1px #c1a05c59}.cert9-lead{font-family:Inter,system-ui,sans-serif;font-size:.72rem;color:#475569;text-align:center;margin:.58rem 0 .3rem;line-height:1.35}.cert9-recipient{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.32rem,4.2vw,1.82rem);font-weight:700;color:#1a2b4a;text-align:center;line-height:1.08;margin:.2rem 0 .42rem;letter-spacing:.02em}.cert9-completion{font-family:Inter,system-ui,sans-serif;font-size:.8rem;color:#5d6778;text-align:center;max-width:36rem;margin:0 auto .65rem;line-height:1.45}.cert9-completion--course{display:flex;flex-direction:column;align-items:center;gap:.06rem;font-size:.74rem;line-height:1.38;margin:0 auto .38rem;max-width:22rem;color:#5d6778}.cert9-completion__line1,.cert9-completion__line2{display:block;text-align:center;width:100%}.cert9-course-rule{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.28rem;width:auto;max-width:min(10rem,52vw);margin:.12rem auto .48rem;box-sizing:border-box}.cert9-course-rule-bar{flex:0 0 1.25rem;min-width:0;max-width:1.5rem;height:1px;background:#c1a05c;border-radius:1px}.cert9-course-rule-diamond{flex-shrink:0;color:#c1a05c;font-size:.4rem;line-height:1}.cert9-course-title{font-family:Inter,system-ui,sans-serif;font-size:clamp(.9rem,2.35vw,1.06rem);font-weight:700;color:#1a2b4a;text-align:center;letter-spacing:.04em;line-height:1.25;margin:0 auto .35rem;max-width:min(36rem,94vw);text-wrap:balance;box-sizing:border-box}.cert9-details{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;gap:0;background:#faf8f4;border:1px solid #d4c4a8;border-radius:10px;padding:.7rem .45rem .75rem;margin:.5rem 0 .85rem;box-sizing:border-box}.cert9-detail-col{flex:1 1 0;min-width:0;padding:0 .35rem}.cert9-detail-stack{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.28rem}.cert9-glyph{flex-shrink:0}.cert9-glyph svg{width:22px;height:22px;display:block}.cert9-detail-label{font-family:Inter,system-ui,sans-serif;font-size:.55rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#1a2b4a}.cert9-detail-value{font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:400;color:#111;line-height:1.25}.cert9-details-vsep{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:.35rem 0}.cert9-details-vsep-bar{width:1px;height:3.1rem;background:#ded6cb;border-radius:1px}.cert9-details{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr) 1px minmax(0,1fr) 1px minmax(0,1fr);align-items:stretch;justify-content:unset}.cert9-details-vsep{padding:0;width:1px;min-width:1px;max-width:1px;align-self:stretch;display:flex;justify-content:center;align-items:stretch}.cert9-details-vsep-bar{height:100%;min-height:3.1rem;align-self:stretch}.cert9-participation-note{font-family:Inter,system-ui,sans-serif;font-size:.82rem;color:#7d8590;text-align:center;margin:0 0 1.25rem;line-height:1.45}.cert9-trust{display:flex;flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:0;margin:1.1rem auto 1rem;width:100%;max-width:28rem;box-sizing:border-box}.cert9-trust-sig{flex:1 1 0;text-align:left;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:.2rem;padding-right:1.2rem;box-sizing:border-box}.cert9-trust-sig .cert9-sig-script,.cert9-trust-sig .cert9-sig-name,.cert9-trust-sig .cert9-sig-title{text-align:left}.cert9-trust-sig .cert9-sig-rule{justify-content:flex-start;margin-left:0;margin-right:auto}.cert9-sig-script{margin-bottom:0;text-align:center;width:100%}.cert9-sig-img{display:inline-block;max-width:200px;height:auto;max-height:70px;object-fit:contain}.cert9-sig-rule{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.22rem;width:100%;max-width:8rem;margin:.05rem 0 .08rem}.cert9-sig-rule-bar{flex:1 1 auto;min-width:.5rem;height:.75px;background:#c1a05c;border-radius:1px;opacity:.7}.cert9-sig-rule-diamond{flex-shrink:0;color:#c1a05c;font-size:.35rem;line-height:1;opacity:.7}.cert9-sig-name{font-family:Inter,system-ui,sans-serif;font-size:.85rem;font-weight:600;color:#1a2b4a;width:100%}.cert9-sig-title{font-family:Inter,system-ui,sans-serif;font-size:.64rem;font-weight:400;color:#1a2b4a;margin-top:.12rem;width:100%}.cert9-trust-vsep{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:.35rem .2rem;box-sizing:border-box}.cert9-trust-vsep-bar{width:1px;height:3.1rem;background:#ded6cb;border-radius:1px}.cert9-trust-qr{flex:1 1 0;text-align:center;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:1.2rem;padding-right:.75rem;box-sizing:border-box}.cert9-qr-box{border:2px solid #c1a05c;border-radius:6px;padding:6px;display:inline-block;background:#fff}.cert9-qr-img{width:92px;height:92px;display:block}.cert9-scan-label{font-family:Inter,system-ui,sans-serif;font-size:.72rem;font-weight:700;color:#1a2b4a;margin-top:.38rem;width:100%;text-align:center}.cert9-qr-fallback--web{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.68rem;font-weight:700;color:#1a2b4a;border:2px solid #c1a05c;border-radius:6px;padding:.65rem .5rem;margin:0 auto;max-width:11rem;text-align:center;letter-spacing:.08em;line-height:1.3;word-break:break-all}.cert9-pills-panel{width:100%;max-width:28rem;margin:.5rem auto .75rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;overflow:hidden}.cert9-pills-row{display:flex;align-items:stretch;min-height:3.35rem}.cert9-pill-side{flex:1 1 50%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;padding:.4rem .5rem;min-width:0}.cert9-pill-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.12rem}.cert9-pill-side--left{border-right:1px solid #d1d5db}.cert9-pills-vsep{display:none}.cert9-pill-icon-wrap{flex-shrink:0;width:2.35rem;height:2.35rem;border:1px solid #c1a05c;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center}.cert9-pill-icon-wrap svg{display:block}.cert9-pill-label{width:100%;min-width:0;font-family:Inter,system-ui,sans-serif;font-size:.62rem;font-weight:600;color:#1a2b4a;line-height:1.2;text-align:left}.cert9-pill-val{width:100%;text-align:left;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.78rem;font-weight:700;color:#1a2b4a;letter-spacing:.04em;line-height:1.25;word-break:break-word;font-variant-numeric:tabular-nums;-webkit-user-select:all;user-select:all}.cert9-bottom-wrap{text-align:center;width:100%;margin-top:.85rem}.cert9-footer-diamond{color:#c1a05c;font-size:.58rem;line-height:1;margin:0 0 .5rem}.cert9-endorse{font-family:Inter,system-ui,sans-serif;text-align:center;line-height:1.35;margin:0;padding:0 .5rem}.cert9-endorse--primary{font-size:.68rem;font-weight:700;color:#1a2b4a;margin-bottom:.18rem}.cert9-endorse--secondary{font-size:.6rem;font-weight:400;color:#1a2b4a;margin-bottom:.65rem}.cert9-bottom-brand-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.95rem;width:100%;max-width:26rem;margin:0 auto}.cert9-bottom-rule{flex:0 0 auto;width:3.1rem;height:2px;background:#c1a05c;border-radius:1px}.cert9-bottom-brand{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.45rem;flex:0 1 auto;min-width:0}.cert9-bottom-brand--logo-only{gap:0}.cert9-bottom-brand--with-text{gap:.45rem}.cert9-bottom-logo{max-height:54px;width:auto;flex-shrink:0}.cert9-bottom-uni{font-family:Inter,system-ui,sans-serif;font-size:.58rem;font-weight:700;letter-spacing:.1em;color:#1a2b4a;text-transform:uppercase;white-space:pre-line;line-height:1.2;text-align:left}.cert9-root--en-web{--cert9-rail-max: min(33rem, 94%)}.cert9-root--en-web .cert9-platform-rule{margin:.12rem auto .1rem;max-width:14.25rem;width:68%}.cert9-root--en-web .cert9-platform-rule-bar{height:1px}.cert9-root--en-web .cert9-title-word:not(.cert9-title-word--ar){font-size:clamp(2.625rem,7.5vw,3.525rem);max-width:min(28.5rem,94vw)}.cert9-root--en-web .cert9-subtitle{font-family:Playfair Display,Georgia,Times New Roman,serif,Georgia,Times New Roman,serif;font-size:clamp(.82rem,2.1vw,1.02rem);font-weight:600;letter-spacing:.16em;color:#c1a05c}.cert9-root--en-web .cert9-subtitle-trail{margin:.16rem 0 .22rem}.cert9-root--en-web .cert9-subtitle-trail-dot{width:.48rem;height:.48rem;box-shadow:0 0 0 2px #c1a05c38}.cert9-root--en-web .cert9-details{background:transparent;border:none;border-radius:0;padding:.55rem .15rem .65rem;margin-top:.45rem;margin-bottom:.9rem;margin-left:auto;margin-right:auto;max-width:var(--cert9-rail-max);width:100%}.cert9-root--en-web .cert9-details-vsep-bar{background:#1a2b4a24;height:2.75rem}.cert9-root--en-web .cert9-glyph svg{width:33px;height:33px}.cert9-root--en-web .cert9-detail-label{font-size:.58rem}.cert9-root--en-web .cert9-trust{max-width:var(--cert9-rail-max);width:100%;margin-top:1.05rem;margin-bottom:1.05rem;margin-left:auto;margin-right:auto;padding-inline:clamp(.3rem,1.8vw,.55rem);box-sizing:border-box}.cert9-root--en-web .cert9-trust-sig{flex:1 1 0;align-items:flex-start;padding-left:.55rem;padding-right:.55rem;text-align:left}.cert9-root--en-web .cert9-trust-sig .cert9-sig-rule{justify-content:flex-start;margin-left:0;margin-right:auto;max-width:7.35rem}.cert9-root--en-web .cert9-trust-qr{flex:1 1 0;align-items:flex-end;padding-left:.55rem;padding-right:.55rem;text-align:right}.cert9-root--en-web .cert9-trust-qr .cert9-scan-label{text-align:right}.cert9-root--en-web .cert9-trust-qr .cert9-qr-fallback--web{margin-left:auto;margin-right:0}.cert9-root--en-web .cert9-qr-img{width:72px;height:72px}.cert9-root--en-web .cert9-qr-box{padding:4px}.cert9-root--en-web .cert9-sig-name{font-size:.78rem}.cert9-root--en-web .cert9-pills-panel{max-width:var(--cert9-rail-max);border-color:#e5e1dc;border-radius:10px;background:#fdfcfa}.cert9-root--en-web .cert9-pill-side{padding:.52rem .62rem .55rem}.cert9-root--en-web .cert9-pill-side--left{border-right-color:#e5e1dc}.cert9-root--en-web .cert9-footer-diamond{margin:0 0 .55rem}.cert9-root--en-web .cert9-endorse--secondary{margin-bottom:.88rem}.cert9-root--en-web .cert9-bottom-wrap{margin-top:1.05rem}.cert9-root--en-web .cert9-trust{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch}.cert9-root--en-web .cert9-trust-sig,.cert9-root--en-web .cert9-trust-qr{min-width:0}.cert9-root--en-web .cert9-trust-vsep{display:flex;align-items:center;justify-content:center;padding:0;width:1px;min-width:1px;max-width:1px;align-self:stretch}.cert9-root--en-web .cert9-trust-vsep-bar{width:1px;height:2.65rem;min-height:0;background:#1a2b4a24}.cert9-root--en-web .cert9-pills-row{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch;min-height:3.35rem}.cert9-root--en-web .cert9-pill-side{flex:unset}.cert9-root--en-web .cert9-pill-side--left{border-right:none}.cert9-root--en-web .cert9-pills-vsep{display:block;width:1px;min-width:1px;max-width:1px;background:#e5e1dc;align-self:stretch}.certificate-display.certificate-display--ar-v9,.cert-v-display.cert-v-display--ar-v9{direction:rtl}.certificate-display.certificate-display--ar-v9 .cert9-platform-line,.certificate-display.certificate-display--ar-v9 .cert9-subtitle,.certificate-display.certificate-display--ar-v9 .cert9-lead,.certificate-display.certificate-display--ar-v9 .cert9-completion,.certificate-display.certificate-display--ar-v9 .cert9-course-title,.certificate-display.certificate-display--ar-v9 .cert9-detail-label,.certificate-display.certificate-display--ar-v9 .cert9-detail-value,.certificate-display.certificate-display--ar-v9 .cert9-participation-note,.certificate-display.certificate-display--ar-v9 .cert9-sig-name,.certificate-display.certificate-display--ar-v9 .cert9-sig-title,.certificate-display.certificate-display--ar-v9 .cert9-scan-label,.certificate-display.certificate-display--ar-v9 .cert9-pill-label,.certificate-display.certificate-display--ar-v9 .cert9-completion--course,.certificate-display.certificate-display--ar-v9 .cert9-completion__line1,.certificate-display.certificate-display--ar-v9 .cert9-completion__line2,.certificate-display.certificate-display--ar-v9 .cert9-endorse,.certificate-display.certificate-display--ar-v9 .cert9-recipient,.certificate-display.certificate-display--ar-v9 .cert9-title-word,.cert-v-display.cert-v-display--ar-v9 .cert9-platform-line,.cert-v-display.cert-v-display--ar-v9 .cert9-subtitle,.cert-v-display.cert-v-display--ar-v9 .cert9-lead,.cert-v-display.cert-v-display--ar-v9 .cert9-completion,.cert-v-display.cert-v-display--ar-v9 .cert9-course-title,.cert-v-display.cert-v-display--ar-v9 .cert9-detail-label,.cert-v-display.cert-v-display--ar-v9 .cert9-detail-value,.cert-v-display.cert-v-display--ar-v9 .cert9-participation-note,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-name,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-title,.cert-v-display.cert-v-display--ar-v9 .cert9-scan-label,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-label,.cert-v-display.cert-v-display--ar-v9 .cert9-completion--course,.cert-v-display.cert-v-display--ar-v9 .cert9-completion__line1,.cert-v-display.cert-v-display--ar-v9 .cert9-completion__line2,.cert-v-display.cert-v-display--ar-v9 .cert9-endorse,.cert-v-display.cert-v-display--ar-v9 .cert9-recipient,.cert-v-display.cert-v-display--ar-v9 .cert9-title-word{font-family:Noto Kufi Arabic,system-ui,sans-serif}.certificate-display.certificate-display--ar-v9 .cert9-title-word--ar,.cert-v-display.cert-v-display--ar-v9 .cert9-title-word--ar{font-size:clamp(1.75rem,5vw,2.35rem);letter-spacing:0}.certificate-display.certificate-display--ar-v9 .cert9-recipient--ar,.cert-v-display.cert-v-display--ar-v9 .cert9-recipient--ar,.certificate-display.certificate-display--ar-v9 .cert9-course-title--ar,.cert-v-display.cert-v-display--ar-v9 .cert9-course-title--ar{letter-spacing:0}.certificate-display.certificate-display--ar-v9 .cert9-platform-line,.certificate-display.certificate-display--ar-v9 .cert9-detail-label,.cert-v-display.cert-v-display--ar-v9 .cert9-platform-line,.cert-v-display.cert-v-display--ar-v9 .cert9-detail-label{letter-spacing:0;text-transform:none}.certificate-display.certificate-display--ar-v9 .cert9-subtitle,.cert-v-display.cert-v-display--ar-v9 .cert9-subtitle{letter-spacing:0}.certificate-display.certificate-display--ar-v9 .cert9-pill-body,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-body{align-items:stretch}.certificate-display.certificate-display--ar-v9 .cert9-pill-label,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-label{text-align:right}.certificate-display.certificate-display--ar-v9 .cert9-pill-val,.cert-v-display.cert-v-display--ar-v9 .cert9-pill-val{width:100%;text-align:right;direction:ltr;unicode-bidi:embed;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.14rem}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr .cert9-qr-box,.certificate-display.certificate-display--ar-v9 .cert9-trust-qr>.cert9-qr-fallback--web,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr .cert9-qr-box,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr>.cert9-qr-fallback--web{order:1}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr .cert9-scan-label,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr .cert9-scan-label{order:2;margin-top:0}.certificate-display.certificate-display--ar-v9 .cert9-trust-sig .cert9-sig-rule,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-sig .cert9-sig-rule{max-width:5.75rem;margin-bottom:.28rem;transform:translate(.42rem)}.certificate-display.certificate-display--ar-v9 .cert9-trust-sig,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-sig{text-align:right;align-items:flex-end}.certificate-display.certificate-display--ar-v9 .cert9-trust-qr,.cert-v-display.cert-v-display--ar-v9 .cert9-trust-qr{text-align:center;align-items:center}.certificate-display.certificate-display--ar-v9 .cert9-scan-label,.cert-v-display.cert-v-display--ar-v9 .cert9-scan-label{text-align:center}.certificate-display.certificate-display--ar-v9 .cert9-sig-script,.certificate-display.certificate-display--ar-v9 .cert9-sig-name,.certificate-display.certificate-display--ar-v9 .cert9-sig-title,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-script,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-name,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-title{text-align:right}.certificate-display.certificate-display--ar-v9 .cert9-sig-block,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-block{text-align:right;direction:ltr;unicode-bidi:embed}.certificate-display.certificate-display--ar-v9 .cert9-sig-rule,.cert-v-display.cert-v-display--ar-v9 .cert9-sig-rule{justify-content:flex-end;margin-left:auto;margin-right:0}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web{--cert9-rail-max: min(33rem, 94%)}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-platform-rule{margin:.12rem auto .1rem;max-width:9rem;width:45%}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-details{background:transparent;border:none;border-radius:0;padding:.55rem .4rem .65rem;margin-top:.45rem;margin-bottom:.9rem;margin-left:auto;margin-right:auto;max-width:var(--cert9-rail-max);width:100%}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-details-vsep-bar{background:#1a2b4a24;height:2.75rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-glyph svg{width:33px;height:33px}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-detail-label{font-size:.58rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-detail-stack{gap:.32rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust{max-width:var(--cert9-rail-max);width:100%;margin-top:1.05rem;margin-bottom:1.05rem;margin-left:auto;margin-right:auto;padding-inline:clamp(.3rem,1.8vw,.55rem);box-sizing:border-box}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-sig{flex:1 1 0;padding-left:.55rem;padding-right:.55rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-qr{flex:1 1 0;padding-left:.55rem;padding-right:.55rem;gap:.14rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-qr .cert9-scan-label{margin-top:0}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-qr-img{width:72px;height:72px}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-qr-box{padding:4px}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-sig-name{font-size:.78rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pills-panel{max-width:var(--cert9-rail-max);border-color:#e5e1dc;border-radius:10px;background:#fdfcfa}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side{padding:.52rem .62rem .55rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side--left{border-right-color:#e5e1dc}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-detail-col{padding-left:.5rem;padding-right:.5rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-sig,:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-qr{min-width:0}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-vsep{display:flex;align-items:center;justify-content:center;padding:0;width:1px;min-width:1px;max-width:1px;align-self:stretch}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-trust-vsep-bar{width:1px;height:2.65rem;min-height:0;background:#1a2b4a24}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pills-row{display:grid;grid-template-columns:1fr 1px 1fr;align-items:stretch;min-height:3.35rem}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side{flex:unset}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pill-side--left{border-right:none}:is(.certificate-display--ar-v9,.cert-v-display--ar-v9) .cert9-root--ar-web .cert9-pills-vsep{display:block;width:1px;min-width:1px;max-width:1px;background:#e5e1dc;align-self:stretch}[data-bs-theme=dark] .verify-page{background:#071017;border-top:1px solid rgba(255,255,255,.06)}[data-bs-theme=dark] .verify-wrapper{background:#061119;border-radius:1rem;padding:1.5rem 1.25rem}[data-bs-theme=dark] .verify-page-header .header-icon{background:#112331;border:1px solid rgba(50,178,208,.2)}[data-bs-theme=dark] .verify-page-header .header-icon i,[data-bs-theme=dark] .verify-page-header h1{color:#f3f7f9}[data-bs-theme=dark] .verify-page-header p,[data-bs-theme=dark] .verify-label-with-icon{color:#a7b5bd}[data-bs-theme=dark] .verify-label-with-icon i{color:#7f8d95}[data-bs-theme=dark] .verify-form-group:focus-within .verify-label-with-icon{color:#63d4ec}[data-bs-theme=dark] .verify-form-group:focus-within .verify-label-with-icon i{color:#32b2d0}[data-bs-theme=dark] .verify-form-card{background:#0d1b24;border:1px solid rgba(255,255,255,.07);box-shadow:0 8px 28px #0000004d}[data-bs-theme=dark] .verify-form-card:hover{border-color:#32b2d02e}[data-bs-theme=dark] .verify-input{background:#071017;color:#f3f7f9;border-color:#ffffff14}[data-bs-theme=dark] .verify-input::placeholder{color:#5f6d75}[data-bs-theme=dark] .verify-input:hover{background:#08141c;border-color:#32b2d02e;color:#f3f7f9}[data-bs-theme=dark] .verify-input:focus{outline:none;background:#08141c;color:#fff;border-color:#32b2d0;box-shadow:0 0 0 3px #32b2d024}[data-bs-theme=dark] .verify-input:not(:placeholder-shown){color:#dde7ec;border-color:#32b2d038}[data-bs-theme=dark] .verify-input.is-invalid{border-color:#e63946;box-shadow:0 0 0 3px #e6394624}[data-bs-theme=dark] #verifyForm:has(.verify-input.is-invalid) .verify-hint,[data-bs-theme=dark] #verifyForm:has(.verify-input.is-invalid) .verify-hint i{color:#ff6b6b}[data-bs-theme=dark] .verify-submit-btn{background:#32b2d0;color:#071017;border:2px solid #32b2d0;box-shadow:none}[data-bs-theme=dark] .verify-submit-btn i{color:#071017}[data-bs-theme=dark] .verify-submit-btn:hover{background:#58c6dd;border-color:#58c6dd;color:#071017;box-shadow:0 6px 20px #32b2d040}[data-bs-theme=dark] .verify-submit-btn:hover i{color:#071017}[data-bs-theme=dark] .verify-submit-btn:active{background:#0c6277;border-color:#0c6277;color:#fff;transform:translateY(0)}[data-bs-theme=dark] .verify-submit-btn:active i{color:#fff}[data-bs-theme=dark] .verify-submit-btn:disabled{background:#28414d;border-color:#28414d;color:#7f8d95;cursor:not-allowed;transform:none;box-shadow:none}[data-bs-theme=dark] .verify-submit-btn:disabled i{color:#7f8d95}[data-bs-theme=dark] .verify-hint{color:#8d9aa3}[data-bs-theme=dark] .verify-hint i{color:#7f8d95}[data-bs-theme=dark] .verify-hint strong{color:#dde7ec}[data-bs-theme=dark] .verify-info-note{background:#112331;border:1px solid rgba(255,255,255,.07);border-inline-start:3px solid #32b2d0;box-shadow:none}[data-bs-theme=dark] .verify-info-note i{color:#32b2d0;background:#32b2d01f;border-radius:50%;width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;margin-top:0}[data-bs-theme=dark] .verify-info-note strong{color:#dde7ec}[data-bs-theme=dark] .verify-info-note p{color:#a7b5bd}[data-bs-theme=dark] .verify-error-card{background:#e639461a;border:1px solid rgba(230,57,70,.22);box-shadow:0 8px 28px #0000004d}[data-bs-theme=dark] .error-icon-circle{background:transparent;border:1px solid rgba(230,57,70,.35)}[data-bs-theme=dark] .error-icon-circle i{color:#e63946}[data-bs-theme=dark] .verify-error-card h3{color:#ff6b6b}[data-bs-theme=dark] .verify-error-card p{color:#dde7ec}[data-bs-theme=dark] .verify-error-code{color:#ff6b6b}[data-bs-theme=dark] .try-again-btn{background:#32b2d0;color:#071017;border:2px solid #32b2d0;box-shadow:none}[data-bs-theme=dark] .try-again-btn:hover{background:#58c6dd;border-color:#58c6dd;color:#071017}[data-bs-theme=dark] .try-again-btn:active{background:#0c6277;border-color:#0c6277;color:#fff}[data-bs-theme=dark] .verified-status-banner{background:#22c55e1a;border:1px solid rgba(34,197,94,.22);border-radius:1rem 1rem 0 0;color:#dde7ec;box-shadow:none}[data-bs-theme=dark] .verified-status-banner i{color:#22c55e}[data-bs-theme=dark] .verified-status-banner h2{color:#4ade80}[data-bs-theme=dark] .verified-status-banner .verified-time{color:#dde7ec;opacity:1}[data-bs-theme=dark] .certificate-verified-card{background:#0d1b24;border:1px solid rgba(34,197,94,.22);border-top:none;box-shadow:0 8px 28px #0000004d}[data-bs-theme=dark] .cert-scroll-hint{background:#08141c;border-bottom-color:#ffffff0f;color:#a7b5bd}[data-bs-theme=dark] .cert-v-stats{background:#08141c;border-bottom-color:#ffffff0f}[data-bs-theme=dark] .cert-v-stat i{color:#32b2d0}[data-bs-theme=dark] .cert-v-stat .stat-label{color:#a7b5bd}[data-bs-theme=dark] .cert-v-stat .stat-value{color:#dde7ec}[data-bs-theme=dark] .cert-v-share-panel{background:#08141c;border-top-color:#ffffff0f}[data-bs-theme=dark] .cert-v-share-title{color:#a7b5bd}[data-bs-theme=dark] .cert-v-btn-download{background:#32b2d0;color:#071017;border:2px solid #32b2d0}[data-bs-theme=dark] .cert-v-btn-download:hover{background:#58c6dd;border-color:#58c6dd;color:#071017}[data-bs-theme=dark] .cert-v-btn-share{background:transparent;color:#32b2d0;border:2px solid rgba(50,178,208,.45)}[data-bs-theme=dark] .cert-v-btn-share:hover{background:#32b2d01f;color:#63d4ec;border-color:#32b2d0}[data-bs-theme=dark] .cert-v-btn-new{background:#112331;color:#dde7ec;border:1px solid rgba(255,255,255,.1)}[data-bs-theme=dark] .cert-v-btn-new:hover{background:#32b2d01f;color:#63d4ec;border-color:#32b2d04d}[data-bs-theme=dark] .copy-link-btn{background:#0d1b24;border-color:#ffffff1a;color:#a7b5bd}[data-bs-theme=dark] .copy-link-btn:hover{background:#112331;border-color:#32b2d0;color:#63d4ec}[data-bs-theme=dark] .copy-link-btn.copied{background:#22c55e1f;border-color:#22c55e59;color:#4ade80}.cms-page--sections .cms-page__sidebar{position:sticky;top:1rem}.cms-page--sections .cms-page__nav{background:#f8fafc;border-radius:.75rem;padding:.25rem 0;border:1px solid #f0f4f8}.cms-page--sections .cms-page__nav-list{list-style:none;margin:0;padding:0}.cms-page--sections .cms-page__nav-item{margin:0}.cms-page--sections .cms-page__nav-link{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;color:#212529;text-decoration:none;transition:all .15s ease;border:none;background:transparent;width:100%;text-align:start;font-size:.8125rem;cursor:pointer}.cms-page--sections .cms-page__nav-link:hover{background:#32b2d014;color:#11273d}.cms-page--sections .cms-page__nav-link.active{background:#32b2d01f;color:#0c6277;font-weight:500}.cms-page--sections .cms-page__nav-icon{flex-shrink:0;font-size:.9375rem;color:#32b2d0}.cms-page--sections .cms-page__nav-label{flex:1}.cms-page--sections .cms-page__nav-chevron{flex-shrink:0;font-size:.6875rem;opacity:.7;transition:transform all .15s ease}.cms-page--sections .cms-page__main{min-width:0}.cms-page--sections .cms-page__title{font-size:1.125rem;font-weight:700;color:#11273d;margin-bottom:1rem}.cms-page--sections .cms-page__section{margin-bottom:1.75rem;scroll-margin-top:1rem}.cms-page--sections .cms-page__section:last-child{margin-bottom:0}.cms-page--sections .cms-page__section-content{font-size:.875rem;color:#212529;line-height:1.6}.cms-page--sections .cms-page__section-content h2{font-size:1rem;font-weight:600;color:#0c6277;margin-top:0;margin-bottom:.5rem}.cms-page--sections .cms-page__section-content h3{font-size:.875rem;font-weight:600;color:#212529;margin-bottom:.375rem}.cms-page--sections .cms-page__section-content p{margin-bottom:.5rem}.cms-page--sections .cms-page__section-content p:last-child{margin-bottom:0}.cms-page--sections .cms-page__section-content ul,.cms-page--sections .cms-page__section-content ol{padding-inline-start:1.25rem;margin-bottom:.5rem}.cms-page--sections .cms-page__section-content li{margin-bottom:.25rem}.cms-page--sections[dir=rtl] .cms-page__sidebar{order:2}.cms-page--sections[dir=rtl] .cms-page__main{order:1}.cms-page--single .cms-page__title--single{font-size:1.125rem;font-weight:700;color:#11273d;margin-bottom:1rem}.cms-page--single .cms-page-content{font-size:.875rem;line-height:1.6;color:#212529}.cms-page--single .cms-page-content h2{font-size:1rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem}.cms-page--single .cms-page-content h3{font-size:.875rem;font-weight:600;margin-bottom:.375rem}.cms-page--single .cms-page-content p{margin-bottom:.5rem}.cms-page--single .cms-page-content ul,.cms-page--single .cms-page-content ol{padding-inline-start:1.25rem;margin-bottom:.5rem}[data-bs-theme=dark] .cms-page--sections .cms-page__nav{background:#0d1b24;border:1px solid rgba(255,255,255,.07)}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-item+.cms-page__nav-item{border-top:1px solid rgba(255,255,255,.06)}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link{color:#dde7ec}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link .cms-page__nav-icon{color:#32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link .cms-page__nav-chevron{color:#7f8d95;opacity:1}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:hover{background:#32b2d01a;color:#63d4ec}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:hover .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:hover .cms-page__nav-chevron{color:#63d4ec}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.active{background:#32b2d024;color:#32b2d0;font-weight:500;box-shadow:inset 3px 0 #32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.active .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.active .cms-page__nav-chevron{color:#32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:active{background:#32b2d02e;color:#fff}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:active .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:active .cms-page__nav-chevron{color:#32b2d0}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:disabled,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.disabled{color:#5f6d75;pointer-events:none}[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:disabled .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link:disabled .cms-page__nav-chevron,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.disabled .cms-page__nav-icon,[data-bs-theme=dark] .cms-page--sections .cms-page__nav-link.disabled .cms-page__nav-chevron{color:#4b5a63}[data-bs-theme=dark] .cms-page--sections[dir=rtl] .cms-page__nav-link.active{box-shadow:inset -3px 0 #32b2d0}[data-bs-theme=dark] .cms-page__title,[data-bs-theme=dark] .cms-page__title--single{color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content,[data-bs-theme=dark] .cms-page-content{background:transparent;border:none;color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content ::selection,[data-bs-theme=dark] .cms-page-content ::selection{background:#32b2d038;color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content h2,[data-bs-theme=dark] .cms-page-content h2{color:#e8eef2}[data-bs-theme=dark] .cms-page__section-content h3,[data-bs-theme=dark] .cms-page-content h3{color:#dde7ec}[data-bs-theme=dark] .cms-page__section-content h4,[data-bs-theme=dark] .cms-page__section-content h5,[data-bs-theme=dark] .cms-page__section-content h6,[data-bs-theme=dark] .cms-page-content h4,[data-bs-theme=dark] .cms-page-content h5,[data-bs-theme=dark] .cms-page-content h6{color:#b6c3ca}[data-bs-theme=dark] .cms-page__section-content p,[data-bs-theme=dark] .cms-page-content p{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content small,[data-bs-theme=dark] .cms-page__section-content .text-muted,[data-bs-theme=dark] .cms-page-content small,[data-bs-theme=dark] .cms-page-content .text-muted{color:#8d9aa3}[data-bs-theme=dark] .cms-page__section-content .small,[data-bs-theme=dark] .cms-page__section-content figcaption,[data-bs-theme=dark] .cms-page-content .small,[data-bs-theme=dark] .cms-page-content figcaption{color:#8d9aa3}[data-bs-theme=dark] .cms-page__section-content strong,[data-bs-theme=dark] .cms-page__section-content b,[data-bs-theme=dark] .cms-page-content strong,[data-bs-theme=dark] .cms-page-content b{color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content a,[data-bs-theme=dark] .cms-page-content a{color:#32b2d0;text-decoration:none}[data-bs-theme=dark] .cms-page__section-content a:hover,[data-bs-theme=dark] .cms-page-content a:hover{color:#63d4ec;text-decoration:underline}[data-bs-theme=dark] .cms-page__section-content a:visited,[data-bs-theme=dark] .cms-page-content a:visited{color:#4bb8c7}[data-bs-theme=dark] .cms-page__section-content ul,[data-bs-theme=dark] .cms-page__section-content ol,[data-bs-theme=dark] .cms-page-content ul,[data-bs-theme=dark] .cms-page-content ol{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content li::marker,[data-bs-theme=dark] .cms-page-content li::marker{color:#32b2d0}[data-bs-theme=dark] .cms-page__section-content ul ul,[data-bs-theme=dark] .cms-page__section-content ol ol,[data-bs-theme=dark] .cms-page__section-content ul ol,[data-bs-theme=dark] .cms-page__section-content ol ul,[data-bs-theme=dark] .cms-page-content ul ul,[data-bs-theme=dark] .cms-page-content ol ol,[data-bs-theme=dark] .cms-page-content ul ol,[data-bs-theme=dark] .cms-page-content ol ul{color:#8d9aa3}[data-bs-theme=dark] .cms-page__section-content code,[data-bs-theme=dark] .cms-page-content code{background:#ffffff0d;color:#63d4ec;border:1px solid rgba(50,178,208,.14);border-radius:.25rem;padding:.1em .35em;font-size:.9em}[data-bs-theme=dark] .cms-page__section-content pre,[data-bs-theme=dark] .cms-page-content pre{background:#0d1b24;color:#dde7ec;border:1px solid rgba(255,255,255,.07);border-radius:.375rem;padding:1rem;overflow-x:auto}[data-bs-theme=dark] .cms-page__section-content pre code,[data-bs-theme=dark] .cms-page-content pre code{background:transparent;color:inherit;border:none;padding:0}[data-bs-theme=dark] .cms-page__section-content mark,[data-bs-theme=dark] .cms-page-content mark{background:#e6a53024;color:#f3c56f}[data-bs-theme=dark] .cms-page__section-content blockquote,[data-bs-theme=dark] .cms-page-content blockquote{background:#ffffff08;border-inline-start:3px solid #32b2d0;color:#dde7ec;padding:.75rem 1rem;margin-bottom:.75rem}[data-bs-theme=dark] .cms-page__section-content blockquote p,[data-bs-theme=dark] .cms-page-content blockquote p{color:#dde7ec}[data-bs-theme=dark] .cms-page__section-content blockquote cite,[data-bs-theme=dark] .cms-page__section-content blockquote footer,[data-bs-theme=dark] .cms-page__section-content blockquote small,[data-bs-theme=dark] .cms-page-content blockquote cite,[data-bs-theme=dark] .cms-page-content blockquote footer,[data-bs-theme=dark] .cms-page-content blockquote small{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content hr,[data-bs-theme=dark] .cms-page-content hr{border:0;border-top:1px solid rgba(255,255,255,.06);opacity:1}[data-bs-theme=dark] .cms-page__section-content table,[data-bs-theme=dark] .cms-page-content table{width:100%;background:#0d1b24;border:1px solid rgba(255,255,255,.07);border-collapse:collapse;margin-bottom:.75rem}[data-bs-theme=dark] .cms-page__section-content th,[data-bs-theme=dark] .cms-page-content th{background:#112331;color:#f3f7f9;font-weight:600;border:1px solid rgba(255,255,255,.07);padding:.5rem .75rem;text-align:start}[data-bs-theme=dark] .cms-page__section-content td,[data-bs-theme=dark] .cms-page-content td{color:#a7b5bd;border:1px solid rgba(255,255,255,.07);padding:.5rem .75rem;background:transparent}[data-bs-theme=dark] .cms-page__section-content tbody tr:hover td,[data-bs-theme=dark] .cms-page-content tbody tr:hover td{background:#32b2d014}[data-bs-theme=dark] .cms-page__section-content .card,[data-bs-theme=dark] .cms-page-content .card{background:#0d1b24;border:1px solid rgba(255,255,255,.07);color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content .card:hover,[data-bs-theme=dark] .cms-page-content .card:hover{background:#112331;border-color:#32b2d038}[data-bs-theme=dark] .cms-page__section-content .card .card-title,[data-bs-theme=dark] .cms-page-content .card .card-title{color:#f3f7f9}[data-bs-theme=dark] .cms-page__section-content .card .card-body,[data-bs-theme=dark] .cms-page-content .card .card-body{color:#a7b5bd}[data-bs-theme=dark] .cms-page__section-content img,[data-bs-theme=dark] .cms-page-content img{max-width:100%;height:auto}.footer-enhanced{background:radial-gradient(120% 80% at 10% 0%,rgba(50,178,208,.12) 0%,transparent 55%),radial-gradient(90% 70% at 90% 20%,rgba(230,165,48,.08) 0%,transparent 50%),linear-gradient(160deg,#002b3a,#11273d 42%,#003244);color:#ffffffe0;padding:80px 0 0;margin-top:0;position:relative;overflow:hidden}.footer-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#32b2d0,#e6a530,#32b2d0);background-size:200% 100%;animation:footer-shimmer 3s linear infinite;pointer-events:none}.footer-enhanced:after{content:"";position:absolute;bottom:0;right:0;width:400px;height:400px;background:radial-gradient(circle,rgba(50,178,208,.05) 0%,transparent 70%);border-radius:50%;pointer-events:none}.footer-enhanced .container{position:relative;z-index:1}@keyframes footer-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.footer-brand{animation:footer-fadeInUp .8s ease}.footer-enhanced .footer-logo{max-width:180px;height:auto;transition:all .3s ease;margin-bottom:1.5rem}.footer-enhanced .footer-logo:hover{filter:drop-shadow(0 4px 12px rgba(50,178,208,.4))}.footer-enhanced .footer-description{color:#ffffffbf;line-height:1.7;font-size:.95rem;max-width:320px}.footer-contact-item{color:#ffffffb3;font-size:.95rem}.footer-contact-item a{color:#ffffffb3}.footer-contact-item a:hover{color:#32b2d0}.footer-enhanced .footer-heading{color:#fff;font-weight:700;margin-bottom:1.5rem;font-size:1.125rem;position:relative;padding-bottom:12px;letter-spacing:.3px}.footer-enhanced .footer-heading:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:3px;background:linear-gradient(90deg,#32b2d0,#e6a530);border-radius:2px}.footer-enhanced .footer-links{list-style:none;padding:0;margin:0}.footer-enhanced .footer-links li{margin-bottom:14px}.footer-enhanced .footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:10px;font-size:.95rem;padding:4px 0}.footer-enhanced .footer-links a i{font-size:10px;transition:all .3s ease;color:#32b2d0}.footer-enhanced .footer-links a:hover{color:#32b2d0}.footer-enhanced .footer-links a:hover i{color:#e6a530}.footer-social-text{color:#ffffffb3;margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.footer-enhanced .footer-social{display:flex;gap:12px;flex-wrap:wrap;position:relative;z-index:2}.footer-enhanced .social-link{width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:12px;color:#fff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);font-size:1.125rem;position:relative;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.footer-enhanced .social-link:hover{background:linear-gradient(135deg,#32b2d0,#0c6277);box-shadow:0 8px 20px #32b2d04d;color:#fff;border-color:transparent}.footer-enhanced .social-link:nth-child(2):hover{background:linear-gradient(135deg,#1da1f2,#0d8bd9);box-shadow:0 8px 20px #1da1f24d}.footer-enhanced .social-link:nth-child(3):hover{background:linear-gradient(135deg,#0077b5,#005885);box-shadow:0 8px 20px #0077b54d}.footer-enhanced .social-link:nth-child(4):hover{background:linear-gradient(135deg,#e4405f,#d32f4f);box-shadow:0 8px 20px #e4405f4d}.footer-divider{border:none;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.15) 50%,transparent 100%);margin:50px 0 30px}.footer-enhanced .footer-bottom{text-align:center;padding:25px 15px;background:#0003;margin:0 -15px -80px;max-width:none}.footer-copyright{color:#fff9;margin:0;font-size:.9rem;letter-spacing:.3px}@keyframes footer-fadeInUp{0%{opacity:0}to{opacity:1}}.footer-enhanced .row>div{animation:footer-fadeInUp .8s ease}.footer-enhanced .row>div:nth-child(1){animation-delay:.1s}.footer-enhanced .row>div:nth-child(2){animation-delay:.2s}.footer-enhanced .row>div:nth-child(3){animation-delay:.3s}.footer-enhanced .row>div:nth-child(4){animation-delay:.4s}@media(max-width:767px){.footer-enhanced{padding:50px 0 0}.footer-enhanced .footer-heading:after{width:40px}.footer-enhanced .footer-logo{max-width:140px}.footer-enhanced .footer-description{max-width:100%}.footer-enhanced .footer-social{justify-content:flex-start}.footer-enhanced .social-link{width:44px;height:44px;min-width:44px;min-height:44px;font-size:1rem}.footer-enhanced .footer-bottom{margin:0 -15px -50px;padding:20px 15px}}[dir=rtl] .footer-enhanced .footer-heading:after{left:auto;right:0}[dir=rtl] .footer-enhanced .footer-links a:hover{color:#32b2d0}[dir=rtl] .footer-enhanced .footer-links a:hover i{color:#e6a530}[data-bs-theme=dark] .footer-enhanced{background:#0d1b24;color:#dde7ec;padding-top:4.5rem}[data-bs-theme=dark] .footer-enhanced:before{height:2px;background:#32b2d01f;animation:none}[data-bs-theme=dark] .footer-enhanced:after{display:none}[data-bs-theme=dark] .footer-enhanced .footer-description{color:#a7b5bd}[data-bs-theme=dark] .footer-enhanced .footer-contact-item,[data-bs-theme=dark] .footer-enhanced .footer-contact-item a{color:#aebcc3}[data-bs-theme=dark] .footer-enhanced .footer-contact-item:hover,[data-bs-theme=dark] .footer-enhanced .footer-contact-item a:hover{color:#32b2d0}[data-bs-theme=dark] .footer-enhanced .footer-heading{color:#f3f7f9}[data-bs-theme=dark] .footer-enhanced .footer-heading:after{width:48px;height:2px;background:#e6a530}[data-bs-theme=dark] .footer-enhanced .footer-links a{color:#aebcc3}[data-bs-theme=dark] .footer-enhanced .footer-links a:hover,[data-bs-theme=dark] .footer-enhanced .footer-links a:hover i,[data-bs-theme=dark] .footer-enhanced .footer-links a i{color:#32b2d0}[data-bs-theme=dark] .footer-enhanced .footer-social-text{color:#a7b5bd}[data-bs-theme=dark] .footer-enhanced .social-link{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#aebcc3}[data-bs-theme=dark] .footer-enhanced .social-link:hover{background:#32b2d0;color:#071017;border-color:#32b2d0;box-shadow:0 6px 18px #32b2d040}[data-bs-theme=dark] .footer-enhanced .social-link:nth-child(2):hover,[data-bs-theme=dark] .footer-enhanced .social-link:nth-child(3):hover,[data-bs-theme=dark] .footer-enhanced .social-link:nth-child(4):hover{background:#32b2d0;color:#071017;box-shadow:0 6px 18px #32b2d040}[data-bs-theme=dark] .footer-enhanced .footer-divider{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 50%,transparent 100%)}[data-bs-theme=dark] .footer-enhanced .footer-bottom{background:transparent;border-top:1px solid rgba(255,255,255,.06);margin:0 -15px -80px}[data-bs-theme=dark] .footer-enhanced .footer-copyright{color:#7f8d95}@media(max-width:767px){[data-bs-theme=dark] .footer-enhanced .footer-bottom{margin:0 -15px -50px}}.text-pre-line{white-space:pre-line}
