*{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box;list-style-position:inside}.module-articles{width:100%}.articles-container{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.articles-block-title{font-size:1.75rem;font-weight:700;color:#1f2937;padding-bottom:1rem}.articles-list{display:flex;flex-direction:column;gap:1rem}.article-featured-link{display:block;text-decoration:none;color:inherit;background:transparent;border-radius:.5rem;overflow:hidden;transition:transform .3s ease}.article-featured-link:hover{transform:translateY(-2px)}.article-featured-image{width:100%;height:240px;overflow:hidden;background:#f3f4f6;border-radius:.5rem;margin-bottom:1.5rem}.article-featured-image img{width:100%;height:100%;object-fit:cover}.article-featured-content{padding:0}.article-featured-title{font-size:1.15rem;font-weight:700;color:#1f2937;margin:0 0 1rem;line-height:1.3}.article-featured-intro{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.article-item-list{background:#f8f9fa;border-radius:.5rem;padding:1rem;transition:background .3s ease}.article-item-list:hover{background:#e5e7eb}.article-list-link{display:block;text-decoration:none;color:inherit}.article-list-title{font-size:1rem;font-weight:600;color:#1f2937;line-height:1.4}.article-list-intro{font-size:.7rem;color:#6b7280;line-height:1.6;margin:0}.module-gallery{width:100%}.gallery-container{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 8px #0000001a}.gallery-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 1.5rem;text-align:right}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery-item{position:relative;cursor:pointer;overflow:hidden;border-radius:.5rem;aspect-ratio:1;background:#f3f4f6;transition:transform .3s ease}.gallery-item:hover{transform:scale(1.02)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem}.gallery-modal-content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center}.gallery-modal-close{position:absolute;top:-40px;right:0;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:.5rem;z-index:10000;transition:opacity .3s ease}.gallery-modal-close:hover{opacity:.7}.gallery-modal-body{display:flex;flex-direction:column;align-items:center;max-width:100%;max-height:85vh}.gallery-modal-body img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:.5rem}.gallery-modal-title{color:#fff;font-size:1.5rem;font-weight:600;margin-top:1rem;text-align:center}.gallery-modal-description{color:#fffc;font-size:1rem;margin-top:.5rem;text-align:center;max-width:600px}.gallery-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none}.gallery-nav-btn{background:#fff3;border:none;color:#fff;font-size:2rem;width:50px;height:50px;border-radius:50%;cursor:pointer;pointer-events:all;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.gallery-nav-btn:hover:not(:disabled){background:#ffffff4d}.gallery-nav-btn:disabled{opacity:.3;cursor:not-allowed}.gallery-nav-btn:first-child{margin-right:1rem}.gallery-nav-btn:last-child{margin-left:1rem}@media (max-width: 769px){.gallery-grid{grid-template-columns:1fr}.gallery-modal-content{max-width:95vw;padding:1rem}.gallery-modal-body img{max-height:60vh}.gallery-nav-btn{width:40px;height:40px;font-size:1.5rem}}.terms-content h3{display:none}.template{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1500px;margin:0 auto;padding:0 24px}.main-nav{background:linear-gradient(90deg,#f9fbff,#fff,#f6f8fb);box-shadow:0 4px 16px #0000000f;position:sticky;top:0;z-index:10}.main-nav .container{padding:.75rem 24px}.nav-bar{display:grid;grid-template-columns:220px 1fr;align-items:center;gap:1rem}.brand-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.brand-icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:900;box-shadow:0 6px 14px #2563eb59;padding:7px}.brand-text{display:flex;flex-direction:column;color:#0f172a}.brand-title{font-weight:800;font-size:1.35rem}.brand-subtitle{font-size:.85rem;color:#475569;white-space:nowrap;line-height:13px}#menu{display:flex;justify-content:center;gap:1.25rem;list-style:none;margin:0;padding:0}.desktop-menu{display:flex}.burger-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.burger-line{width:100%;height:3px;background:#1f2937;border-radius:2px;transition:all .3s ease;transform-origin:center}.burger-menu-btn:hover .burger-line{background:#2563eb}.burger-line.active:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.burger-line.active:nth-child(2){opacity:0}.burger-line.active:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu{display:none;position:fixed;top:0;right:0;width:100%;max-width:320px;height:100vh;background:#fff;box-shadow:-4px 0 16px #0000001a;transform:translate(100%);transition:transform .3s ease;z-index:1000;overflow-y:auto;padding:1rem}.mobile-menu.open{transform:translate(0)}.mobile-menu-content{padding-top:4rem;display:flex;flex-direction:column;gap:1.5rem}.mobile-menu-cta{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}:deep(.mobile-menu .module-menu){flex-direction:column;align-items:flex-start}:deep(.mobile-menu .module-menu .menu-list){flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}:deep(.mobile-menu .module-menu .menu-item > a){display:block;width:100%;padding:.75rem 0;font-size:1.1rem}:deep(.mobile-menu .module-menu .submenu){width:100%;padding-right:1rem;margin-top:.5rem}:deep(.mobile-menu .module-menu .submenu-item > a){padding:.5rem 0;font-size:1rem}#menu li{display:inline-block;padding:0 10px}.module-menu li{display:block;padding:0 10px}#menu a,.module-menu a{color:#1f2937;text-decoration:none;font-weight:600;padding:.35rem .2rem;transition:color .15s ease,border-color .15s ease;border-bottom:2px solid transparent}#menu a:hover,.module-menu a:hover{color:#2563eb}#menu a.router-link-exact-active,.module-menu a.router-link-exact-active,.module-menu a.menu-link--active,.module-menu .menu-item--active>a{color:#2563eb}:deep(.module-menu){display:flex;justify-content:center}:deep(.module-menu .menu-list){display:flex;align-items:center;gap:1.1rem;list-style:none;padding:0;margin:0}:deep(.module-menu .menu-item > a){color:#1f2937;text-decoration:none;font-weight:700;padding:.35rem .2rem;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}:deep(.module-menu .menu-item > a:hover){color:#2563eb}:deep(.module-menu .menu-item > a.router-link-active),:deep(.module-menu .menu-item > a.router-link-exact-active),:deep(.module-menu .menu-item > a.menu-link--active),:deep(.module-menu .menu-item.menu-item--active > a){color:#2563eb;border-color:#2563eb}:deep(.module-menu .submenu){list-style:none;margin:.25rem 0 0;padding-left:1rem;display:flex;flex-direction:column;gap:.35rem}:deep(.module-menu .submenu-item > a){color:#374151;text-decoration:none;font-weight:600;transition:color .15s ease}:deep(.module-menu .submenu-item > a:hover),:deep(.module-menu .submenu-item > a.router-link-active),:deep(.module-menu .submenu-item > a.router-link-exact-active){color:#2563eb}.content-main .module-menu{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 2px 8px #0000001a}#right-sidebar{position:sticky;top:80px;align-self:flex-start;height:fit-content}.module-right{width:100%}.module-menu-title{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin:0 0 1.5rem;padding:0}.module-right .module-menu{display:flex;flex-direction:column;width:100%}.module-right .module-menu .module-menu-title{text-align:right;margin-bottom:.75rem}.module-right .module-menu .menu-list{display:flex;flex-direction:column;gap:1rem;list-style:none;padding:0;margin:0}.module-right .module-menu .menu-item{padding:0;display:block}.module-right .module-menu .menu-item>a{display:flex;align-items:center;padding:1rem 1.25rem;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000001a;text-decoration:none;color:#1f2937;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;border-bottom:none}.module-right .module-menu .menu-item>a:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026;color:#1f2937;border-bottom:none}.module-right .module-menu .menu-item>a.router-link-active,.module-right .module-menu .menu-item>a.router-link-exact-active,.module-right .module-menu .menu-item>a.menu-link--active,.module-right .module-menu .menu-item.menu-item--active>a{color:#1f2937;border-bottom:none;background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-color:#0284c7;box-shadow:0 2px 8px #0284c733}.module-right .module-menu .submenu-item>a.menu-link--active,.module-right .module-menu .submenu-item.submenu-item--active>a{color:#0284c7;font-weight:700}.module-right .module-menu .menu-item>a span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;margin-left:1rem}.module-right .module-menu .menu-item>a span svg{width:100%;height:100%}.module-right .module-menu .submenu{display:none}.module-menu__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.module-menu__burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:currentColor;cursor:pointer;border-radius:.5rem}.module-menu__burger:hover{background:#0000000f}.module-menu__burger-icon{display:block;line-height:0}.module-menu__burger-icon svg{display:block}@media (max-width: 768px){.module-menu .menu-list{display:none!important}.module-menu.module-menu--open .menu-list{display:flex!important;flex-direction:column;align-items:stretch}.module-menu__header{margin-top:1rem}.module-menu__burger{display:flex;margin-bottom:.5rem}.module-menu.module-menu--open .module-menu__burger-icon--close{display:block}}.module-content .module-menu{display:flex;flex-direction:column;width:100%;height:100%}.module-content .module-menu .module-menu-title{text-align:right;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;color:#1f2937}.module-content .module-menu .menu-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;padding:0;margin:0}.module-content .module-menu .menu-item{padding:0;display:block}.module-content .module-menu .menu-item>a{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000001a;text-decoration:none;color:#1f2937;font-weight:600;font-size:.8rem;transition:all .3s ease;border:none;border-bottom:none;text-align:center;min-height:100px;position:relative}.module-content .module-menu .menu-item>a:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026;color:#1f2937;border-bottom:none}.module-content .module-menu .menu-item>a.router-link-active,.module-content .module-menu .menu-item>a.router-link-exact-active,.module-content .module-menu .menu-item>a.menu-link--active,.module-content .module-menu .menu-item.menu-item--active>a{color:#1f2937;border-bottom:none;border-color:#0284c7;box-shadow:0 2px 8px #0284c740}.module-content .module-menu .menu-item>a span{display:flex;align-items:center;justify-content:center;width:40px;height:30px;flex-shrink:0;margin-bottom:1rem}.module-content .module-menu .menu-item>a span svg{width:100%;height:100%}.module-content .module-menu .menu-item:nth-child(1)>a{background:#dbeafe;color:#3b82f6}.module-content .module-menu .menu-item:nth-child(2)>a{background:#d1fae5;color:#10b981}.module-content .module-menu .menu-item:nth-child(3)>a{background:#fce7f3;color:#ec4899}.module-content .module-menu .menu-item:nth-child(4)>a{background:#e9d5ff;color:#8b5cf6}.module-content .module-menu .menu-item:nth-child(5)>a{background:#fef3c7;color:#f59e0b}.module-content .module-menu .menu-item:nth-child(6)>a{background:#fed7aa;color:#f97316}.module-content .module-menu .menu-item:nth-child(7)>a{background:#dbeafe;color:#3b82f6}.module-content .module-menu .menu-item:nth-child(8)>a{background:#fce7f3;color:#ec4899}.module-content .module-menu .submenu{display:none}.nav-cta{display:flex;justify-content:flex-end}.cta-button{display:inline-flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#fff;color:#2c3e50;font-weight:500;border-radius:0;text-decoration:none;box-shadow:none;transition:none;border:none;cursor:pointer}.cta-button:hover{background:#fff;box-shadow:none;cursor:pointer}.cta-button:active{transform:none;box-shadow:none}.user-button{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.user-button i{font-size:1.2rem;width:40px;height:40px;border-radius:50%;border:2px solid #2c3e50;display:flex;align-items:center;justify-content:center;color:#2c3e50;flex-shrink:0}.cta-button i{font-size:1.2rem;width:30px;height:30px;border-radius:50%;border:2px solid #797979;display:flex;align-items:center;justify-content:center;color:#797979;flex-shrink:0}.modules-content{display:grid;grid-template-columns:1fr 33%;gap:2rem}.modules-content .module:nth-child(3){grid-column:1 / -1;width:100%}.main-content{flex:1;background-color:#f8fafc;min-width:0}.content-wrapper{display:grid;grid-template-columns:300px minmax(0,1fr);gap:2rem}.container.layout-max{max-width:1500px;margin-left:auto;margin-right:auto;padding:0 24px;width:100%;box-sizing:border-box}.sidebar{display:flex;flex-direction:column;gap:1.5rem}.modules-footer{background:#34495e;color:#fff;margin-top:auto}.loading{text-align:center;padding:2rem;color:#7f8c8d}.hero-banner{position:relative;overflow:hidden;min-height:520px;box-shadow:0 18px 38px #00000024;color:#0f172a;padding:1.2rem 1.6rem 1.6rem}.hero-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/train.jpeg) center/cover no-repeat;filter:brightness(.62)}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:.5fr .5fr;gap:1.6rem;align-items:end;max-width:1260px;margin:0 auto}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:2rem;padding:2.6rem 2.4rem 2.2rem;align-items:center;background:#ffffffb8;border-radius:30px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 24px 48px #00000029;max-width:600px}.hero-content{text-align:right}.hero-content h1{margin:.6rem 0;font-size:clamp(2.5rem,3.5vw,3.2rem);line-height:1.18}.hero-content .accent{color:#0b5fe8}.hero-subtitle{font-size:1.05rem;color:#1f2937;margin:.35rem 0 1.35rem}.hero-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;background:#ffffff73;border-radius:999px;font-weight:700;font-size:.8rem}.hero-actions{display:flex;gap:.9rem;align-items:center;margin:1.35rem 0 1.1rem}.btn-primary{padding:.85rem 1.8rem;background:linear-gradient(135deg,#0b5fe8,#0a4fc9);color:#fff;border:none;border-radius:12px;cursor:pointer;box-shadow:0 10px 24px #0b5fe859;transition:transform .1s ease,box-shadow .1s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 26px #0b5fe873}.btn-outline{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.5rem;background:#ffffffe6;color:#1d4ed8;border:1.5px solid #d6e2ff;border-radius:14px;cursor:pointer;box-shadow:0 10px 22px #00000014;transition:background .12s ease,color .12s ease,transform .12s ease,box-shadow .12s ease;direction:rtl}.btn-outline:hover{background:#eef3ff;color:#0b5fe8;transform:translateY(-1px);box-shadow:0 12px 26px #0000001f}.btn-outline i{font-size:1.05rem;color:#2563eb}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.auth-modal{width:min(560px,100%);background:linear-gradient(180deg,#fdfdfd,#f5f7fb);border-radius:24px;box-shadow:0 20px 50px #00000040;position:relative;overflow:hidden;direction:rtl}.auth-close{position:absolute;top:14px;left:14px;width:42px;height:42px;border-radius:50%;border:none;background:#ffffffe6;box-shadow:0 6px 16px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151;font-size:1.2rem}.auth-header{text-align:center;color:#fff;clip-path:inset(0 round 0 0 24px 24px)}.auth-avatar{width:64px;height:64px;margin:0 auto .75rem;border-radius:18px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;font-size:1.7rem}.auth-title{font-size:1.35rem;margin-bottom:.35rem}.auth-subtitle{font-size:.95rem;opacity:.9}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;margin:-24px 1.2rem 1.2rem;gap:.6rem}.auth-tab{padding:.9rem 1rem;border-radius:12px;border:1px solid #e5e7eb;background:#f5f7fb;color:#111827;font-weight:700;cursor:pointer;transition:all .12s ease}.auth-tab.active{background:#fff;border-color:#c7d2fe;color:#0b5fe8;box-shadow:0 10px 24px #00000014}.auth-body{padding:0 2rem 2rem}.auth-form{display:flex;flex-direction:column;gap:.65rem}.auth-label{font-weight:700;color:#111827;margin-top:.25rem}.auth-input{position:relative}.auth-input input{width:100%;padding:.95rem 3rem .95rem 1rem;border-radius:14px;border:1px solid #e5e7eb;background:#fff;font-size:1rem;box-shadow:inset 0 1px 2px #0000000a}.auth-input i{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280}.auth-link{text-align:right;color:#2563eb;font-weight:700;cursor:pointer;margin-top:.15rem}.auth-primary{margin-top:.4rem;padding:1rem 1.2rem;width:100%;border:none;border-radius:14px;background:linear-gradient(135deg,#2563eb,#0b5fe8);color:#fff;font-weight:800;font-size:1.05rem;cursor:pointer;box-shadow:0 14px 30px #2563eb59;transition:transform .1s ease,box-shadow .1s ease}.auth-primary:hover{transform:translateY(-1px);box-shadow:0 16px 32px #2563eb66}.auth-terms{text-align:center;font-size:.9rem;color:#4b5563}.auth-terms a{color:#2563eb;font-weight:700}@media (max-width: 640px){.auth-modal{width:100%;border-radius:20px}.auth-header{padding:2rem 1.25rem 1.1rem}.auth-tabs{margin:-18px 1rem 1rem}.auth-body{padding:0 1.25rem 1.5rem}}.hero-meta{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.8rem}.meta-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;background:linear-gradient(135deg,#ffffffb3,#f5f5f58c);border:1px solid rgba(124,94,224,.18);border-radius:999px;color:#0f172a;font-weight:700;font-size:.9rem;box-shadow:0 6px 14px #00000014;direction:rtl}.meta-pill i{font-size:1rem}.pill-blue i{color:#1d4ed8}.pill-green i{color:#16a34a}.pill-purple i{color:#7c5ee0}.hero-stores{display:flex;flex-direction:column;gap:.9rem;align-items:flex-start;justify-self:end;padding-right:.5rem}.hero-stores img{width:200px;max-width:100%;filter:drop-shadow(0 10px 18px rgba(0,0,0,.16))}.hero-footer-strip{background:#4a38dc;color:#fff;text-align:center;padding:.85rem 1rem;font-weight:600;font-size:.95rem;box-shadow:0 8px 18px #4a38dc38;position:relative;z-index:1}@media (max-width: 768px){.auth-form-container{min-height:auto!important}.container,.main-nav .container{padding-left:24px;padding-right:24px}.hero-layout{grid-template-columns:1fr}.content-wrapper{grid-template-columns:1fr;min-width:0}.content-main{min-width:0;overflow-x:hidden}#right-sidebar{position:static;max-height:none}.modules-content{grid-template-columns:1fr}.modules-content .module:nth-child(3){grid-column:1}.nav-bar{grid-template-columns:1fr auto;gap:1rem;position:relative}.inside-content>.flex,.inside-content>.flex>div,.gridform-component .panel{flex-direction:column}.inside-content>.flex,.inside-content>.flex>div{max-width:100%!important;width:100%!important;min-height:0!important}.panel .flex.al,.w30{flex-wrap:wrap!important;width:100%!important}#userMenu{min-height:0!important}.burger-menu-btn{display:flex}.mobile-menu,.mobile-menu-overlay{display:block}.nav-menu{justify-content:flex-start;flex-wrap:wrap;gap:.8rem 1rem}.hero-inner{grid-template-columns:1fr;padding:2.2rem 1.4rem}.hero-stores{justify-items:center;align-items:center;width:100%;margin:0}.hero-banner{min-height:560px}}#test{width:100%}.hero-section{width:100%;padding:3rem 0;background:#fff}.hero-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:4rem}.hero-content-wrapper{display:flex;flex-direction:column;gap:1.5rem;text-align:right}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#cdfced;color:#10b981;padding:.4rem .9rem;border-radius:18px;width:fit-content;font-size:.9rem;font-weight:600}.badge-text{font-weight:700}.badge-link{opacity:.9;cursor:pointer}.hero-main-title{font-size:2.8rem;color:#0b5fe8;line-height:1.2;margin:0}.hero-description{font-size:1.1rem;color:#1f2937;line-height:1.7;margin:0}.hero-benefits{display:flex;align-items:flex-start;gap:1rem;background:#dfeffc;padding:1.2rem;border-radius:12px;margin-top:.5rem}.benefits-icon{width:48px;height:48px;min-width:48px;background:#0b5fe8;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem}.benefits-content{flex:1}.benefits-text{font-size:1rem;color:#1f2937;line-height:1.6;margin:0}.hero-image-wrapper{position:relative;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 12px 32px #00000026}.hero-image{width:100%;height:auto;display:block}.hero-image-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem 1.5rem 1.5rem}.overlay-text{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.5;margin:0;text-align:right}.feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.feature-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #00000014;transition:transform .2s ease,box-shadow .2s ease;text-align:right}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.card-icon{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;margin-bottom:1.5rem}.card-icon-blue{background:#0b5fe8}.card-icon-green{background:#10b981}.card-title{font-size:1.4rem;color:#111827;margin:0 0 1rem}.card-text{font-size:1rem;color:#4b5563;line-height:1.7;margin:0}@media (max-width: 1024px){.hero-container{grid-template-columns:1fr;gap:2rem}.hero-image-wrapper{order:-1}.feature-cards{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.hero-main-title{font-size:2rem}.hero-description{font-size:1rem}.hero-benefits{flex-direction:column}.benefits-icon{align-self:flex-start}}.main-footer{color:#fff;border-top:1px solid #dbdcde;margin-top:5rem}.footer-content{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul a{color:#fff;text-decoration:none}.footer-section ul a:hover{color:#2563eb}.footer-section{display:flex;flex-direction:column}.footer-company{max-width:300px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.logo-text{font-size:1.5rem;font-weight:800;color:#fff}.logo-icon{width:40px;height:40px;background:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:6px}.logo-icon svg{width:100%;height:100%}.footer-description{font-size:.95rem;line-height:1.6;color:#e5e7eb;margin:0 0 1.5rem}.footer-social{display:flex;gap:.75rem}.social-icon{width:36px;height:36px;border-radius:50%;background:#2d4a6b;display:flex;align-items:center;justify-content:center;color:#9ca3af;text-decoration:none;transition:background .2s ease,color .2s ease}.social-icon:hover{background:#2563eb;color:#fff}.social-icon i{font-size:.9rem}.footer-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{color:#e5e7eb;text-decoration:none;font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-link-active{color:#60a5fa!important}.footer-download{max-width:250px}.download-buttons{display:flex;flex-direction:column;gap:.75rem}.download-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease}.download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.download-btn-appstore{background:#374151;color:#fff}.download-btn-appstore i{font-size:1.2rem}.download-btn-googleplay{background:#fff;color:#111827}.download-btn-googleplay i{font-size:1.2rem;color:#10b981}.footer-bottom{display:flex;justify-content:center;align-items:center;padding:2rem 0;flex-wrap:wrap;gap:1rem}.footer-bottom a{color:#9ca3af;text-decoration:none}.footer-bottom a:hover{color:#fff;text-decoration:underline}.footer-bottom-left,.footer-bottom-right{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#7a7c7f}.accessibility-link{width:28px;height:28px;border-radius:50%;background:#2d4a6b;display:flex;align-items:center;justify-content:center;color:#9ca3af;text-decoration:none;transition:background .2s ease,color .2s ease}.accessibility-link:hover{background:#2563eb;color:#fff}.accessibility-link i{font-size:.85rem}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-company{max-width:100%;grid-column:1 / -1}}@media (max-width: 768px){.hero-actions{flex-direction:column}.form-row{grid-template-columns:1fr!important}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo,.footer-social{justify-content:center}.footer-download{max-width:100%}.footer-company{grid-column:1}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-left,.footer-bottom-right{justify-content:center}}.user-welcome{position:relative;display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:0;border-radius:.5rem;transition:background .2s}.user-welcome:hover{background:#ffffff1a}.user-avatar{width:40px;height:40px;border-radius:50%;background:#059669;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.welcome-text{display:flex;flex-direction:column}.greeting{font-size:.9rem;color:#2c3e50;font-weight:500}.chevron-icon{font-size:.75rem;color:#6c757d;transition:transform .2s;margin-right:.5rem}.chevron-icon.rotated{transform:rotate(180deg)}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;z-index:1000;overflow:hidden}.menu-item{width:100%;padding:.75rem 1rem;border:none;background:none;text-align:right;cursor:pointer;transition:background .2s;display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#2c3e50}.menu-item:hover{background:#f8f9fa}.menu-item.logout-item{color:#e74c3c}.menu-item.logout-item:hover{background:#fee;color:#c0392b}.menu-item i{font-size:.9rem}.user-welcome-mobile{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-top:1px solid #dee2e6}.user-welcome-mobile .user-avatar{width:50px;height:50px;font-size:1.2rem}.user-welcome-mobile .greeting{font-size:1rem}.gridform-component *{direction:rtl;box-sizing:border-box!important;line-height:25px}.gridform-component html,.gridform-component body,.gridform-component .container,.gridform-component main,.gridform-component #formgridCRM,.gridform-component .inside-content{min-height:calc(100vh - 350px);margin:0;padding:0}*:focus{outline:none}a{color:#2b6bff;text-decoration:none}header{margin-bottom:0}.content>.wrapper{max-width:none;padding:0}.loader{display:inline-block;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:18px;height:18px;animation:spin 1s linear infinite!important}#formgridCRM{margin:30px 0 0}.back-blue-line,.logo_wrapper{display:none!important}body .wrapper{margin:0 auto;width:100%;height:100%;position:relative}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:right}.topBanner{background:url(../images/top_banner.png) no-repeat center;background-size:100% 100%;height:440px;text-align:left;position:relative;margin:0 0 50px;height:auto}.topBanner .products-filter{bottom:-100px;width:100%;text-align:right;padding:20px;max-width:1160px}.topBanner .products-filter .ftitle{font-weight:700;font-size:24px;margin:0 0 10px}.topBanner .loginLink{width:fit-content;background:#fff url(../images/btn_user.png) no-repeat calc(100% - 20px);line-height:56px;text-align:center;color:#112623;display:inline-block;padding:0 65px;position:relative;border-radius:20px;-webkit-transition:.3s;transition:.3s;font-style:normal;font-weight:400;font-size:18px;font-family:Roboto,sans-serif;text-decoration:none;cursor:pointer;border:none;margin:30px 0 0 30px}.topBanner .loginLink:after{content:"";display:inline-block;width:32px;height:32px;background:url(../images/btn_arrow.png) no-repeat;position:absolute;left:10px;top:10px}.topBanner .loginLink:hover{background-color:#e6e6e6}.topBanner .title{text-align:center;color:#fff;font-weight:700;font-size:64px;line-height:64px}.topBanner .title .wrapper{line-height:64px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.prods{padding:75px 0 0}.prods h4{color:#112623;font-size:36px;font-weight:700;margin:0 0 15px}.prods .imgRow{align-items:center}.prods .imgRow .img{border-radius:50px;display:block;overflow:hidden;height:65px;width:65px}.prods .imgRow .product-item-text.w80{padding-right:20px;width:calc(100% - 65px)}.prods .imgRow .product-item-text .ratingC .ratings{justify-content:start;font-size:15px;gap:5px}.prods .imgRow .product-item-text .ratingC .average-rating{font-size:18px}.prods .imgRow{margin:0 0 15px}.prods .straight .price{margin:15px 0 0;font-weight:700}#productsCRM{background:#f2f2f2;padding:25px 0}#productsCRM.home{padding:0 0 25px}.products-filter{box-shadow:0 2px 1px -1px #0003,0 0 10px #00000024,0 1px 12px #0000001f;background:#fff;border-radius:16px;padding:15px!important;margin:0 0 25px}.products-filter .ftitle{font-weight:700;margin:0 0 10px}.products-filter .row:after,.products-filter .row:before{display:none}.products-filter .search{border:none;border-radius:5px;align-items:center;background:#f2f2f2;height:53px;padding:0 10px!important}.products-filter .search input{border:none;width:calc(100% - 16px);height:100%;padding:8px 7px;background:transparent}.products-filter select{border:none;padding:8px 7px;border-radius:5px;height:53px;width:100%;background:#f2f2f2}.products-filter .search i{width:auto}.products-filter button{border:none;padding:8px 7px;border-radius:5px;height:53px;font-size:16px;color:#fff;background:#2b6bff;cursor:pointer;width:100%;transition:.25s;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.products-filter button:hover{background:#1e54d3}.products-filter button:active{transform:scale(.99);background-color:#0e3181}.fas.fa-times{display:inline}.products-filter .products-content.active{display:block;z-index:9}.products-filter .products-content label{font-weight:700;font-size:14px;margin:0 0 12px}.products-filter .products-content .colors .cd{font-weight:700;width:25px;height:25px;border-radius:25px;cursor:pointer;opacity:.7}.products-filter .products-content .colors .cd.active{opacity:1;box-shadow:0 0 12px red}.products-filter .products-content .colors{text-align:right;margin:15px 0 0}.products-filter .products-content .lb{border-right:1px solid #d9d9d9}.products-filter-name{font-weight:700;margin:0 0 28px}.fl{margin:0 0 10px;font-weight:700;padding:0}#clearCat{text-decoration:none;color:#ec0000;font-weight:700;display:block;margin:0 0 5px}.products-filter .products-content .orientation .row input{width:initial;margin:0 0 0 10px}.products-filter .products-content .orientation .row label{font-weight:400;width:auto;margin:0}.products-filter .products-content .row.al{background:#f2f2f2;padding:10px;display:block}.products-filter .products-content button{width:auto;background:#000;color:#fff;border:1px solid #000;display:inline-block}.products-filter .products-content button.cancel{width:auto;background:#fff;color:#000;border:1px solid #000;margin:0 15px 0 0}.products-filter .products-content button:hover{background:#6d6d6d}form.flex{align-items:start;flex-wrap:wrap}.popup{position:fixed;top:10%;left:50%;z-index:999;width:100%;max-width:800px;margin-left:-400px;background-color:#fff;opacity:1;overflow:hidden;display:block!important}.product-item{background:#fff;border-radius:5px;padding:15px}.product-item.line{width:100%!important;box-shadow:0 2px 1px -1px #0003,0 0 10px #00000024,0 1px 3px #0000001f;background:#fff;border-radius:16px;padding:15px;margin:0 0 25px;align-items:center}.product-item.line .img{border-radius:150px;overflow:hidden;height:180px;display:flex;align-items:anchor-center}.product-item.line .product-item-text{padding-right:20px;width:calc(80% - 180px)}.product-item.line .product-item-text .ratingC .ratings{justify-content:start;font-size:16px;gap:5px}.product-item.line .product-item-text .ratingC .average-rating{font-size:22px}.product-item.line .price{font-size:24px;font-weight:700;margin:10px 0}.product-item.line .address{font-size:18px;margin:0 0 8px}.product-page-cart{padding:0 15px}img{max-width:100%}.popup .head-title{font-weight:700}.popup-inner{padding:25px;height:100%;overflow-x:auto;text-align:center;background:#fff}.popup-inner textarea{width:100%;height:100px}.flex.body{height:calc(100% - 90px)}.popup .botBtns{margin:20px 0 0}.popup .botBtns a{margin-left:10px;color:#fff}.flex{display:flex;gap:20px;width:100%;align-items:center}.panel .flex{gap:10px}.inside-content>.flex,.inside-content>.flex>div{min-height:calc(100vh - 350px);align-items:start}.products-filter .flex>div,.product-item .flex>div{padding:0;margin:0}.product-item .ac.flex.ratings{display:flex;text-align:right}.fields{flex-wrap:wrap}.fields label{display:block}.fields>div{width:calc(33% - 12px)}.tabs{position:relative;top:2px}.tabs ul{padding:0;margin:0}.tabs ul li{width:fit-content;background:#1f3047;line-height:35px;text-align:center;color:#fff;display:inline-block;padding:0 15px;border-radius:5px;-webkit-transition:.3s;transition:.3s;font-style:normal;font-weight:400;font-size:18px;font-family:Roboto,sans-serif;text-decoration:none;cursor:pointer;border:1px solid #c2cbd7}.tabs ul li.active,.tabs ul li:hover{background-color:#3d618f;cursor:pointer}.editorOutside{width:100%}html[data-color-scheme=dark] .tabs ul li.active{color:#fff}html[data-color-scheme=dark] .tabs ul li:hover{color:#3d618f}.tabsln{padding:0}.tabsln ul li{margin:0 0 0 5px;padding:0 10px;font-size:14px}.tabsln.sharing{margin:0 0 15px}.tabsln.sharing ul li.act-0{background-color:#caa092}.tabsln.sharing ul li.act-1{background-color:#917eb4}.tabsln.sharing ul li.act-2{background-color:#a3b798}.tabsln.sharing ul li.act-3{background-color:#c092a0}.tabsln.sharing ul li:hover,.tabsln.sharing ul li.active{background-color:#000;color:#fff}#formAdd{-webkit-box-shadow:0px 0px 5px 0px rgba(207,201,207,1);-moz-box-shadow:0px 0px 5px 0px rgba(207,201,207,1);box-shadow:0 0 5px #cfc9cf;border-radius:5px;background-color:#fff;margin:0 auto}#formAdd .content{padding:0 15px;max-height:300px;overflow:auto}#formAdd.w50 .content{max-height:fit-content}.contextMenu{-webkit-box-shadow:0px 0px 5px 0px rgba(207,201,207,1);-moz-box-shadow:0px 0px 5px 0px rgba(207,201,207,1);box-shadow:0 0 5px #cfc9cf;border-radius:5px;background-color:#fff;position:fixed;width:180px}.contextMenu li{font-size:14px}.contextMenu li a:hover .contextMenu.ch{display:block}.contextMenu.ch{position:absolute;display:none;margin-top:-30px;left:-98%}.contextMenu.rightMenu .contextMenu.ch{right:-98%}.contextMenu ul{margin:0;padding:0;list-style:none}.contextMenu ul li a{padding:5px 20px;display:block;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;font-size:14px}.contextMenu ul li a .fas.fa-chevron-left{float:left;margin:8px 0 0}.contextMenu ul li a:hover{background-color:#dedede}.component-router>.gridform-component{margin-top:3rem}.popup #formAdd .panel{display:none}.popup #formAdd{box-shadow:none}.popup #formAdd .content{padding:0}.inside-content .panel{padding:0;margin:0 0 15px}.panel h2{margin:0;padding:10px 0!important;font-size:22px!important}.panel .search{margin:0;float:right;position:relative;background:#fff;padding:0;min-width:40px;height:40px;border-radius:5px;border:1px solid #eaeaea}.panel .search button{padding:0;border:none;cursor:pointer;display:block;position:absolute;right:7px;top:5px;box-shadow:none;min-width:auto;color:#667686;background:none;font-size:18px}.panel .search input[name=q]{font-size:14px;width:0px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;border:1px solid transparent;background:transparent;box-shadow:initial;height:100%;overflow:hidden;padding:0}.panel .search.active input[name=q]{width:250px;border:none;padding-right:40px;padding-left:10px}.panel .search.active button{right:10px}.row-fluid{margin:0 0 15px;position:relative;text-align:right}.row-fluid label{font-weight:800;display:block;width:100%;font-size:16px}.row-fluid label.red{color:red}.row-fluid label i{cursor:help}.row-fluid input,.row-fluid select{height:35px;border-radius:4px;display:inline-block;border:1px solid #cfd7df;color:#12344d;cursor:pointer;padding:0 5px;font-size:14px;vertical-align:middle;-webkit-font-smoothing:antialiased;transition:.1sease-in;background:#fff;width:100%}textarea{resize:none;width:100%;height:100px}.row-fluid input.focused-class,.row-fluid select.focused-class{border:1px solid red}.hidden{display:none}.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline,.ck.ck-editor__main{height:350px}.gallery .grid{direction:ltr;text-align:right}.gallery .img .img-in{text-align:center;width:100%;height:100%;display:flex;justify-content:center}.gallery .img a.l{overflow-wrap:anywhere;padding:0 20px;display:block;width:calc(100% - 40px)}.gallery .img i.fa-trash{position:absolute;left:5px;top:5px;z-index:4;cursor:pointer;font-size:16px;color:#3d3d3d;text-shadow:0px 0px 7px #ffffff}.gallery .img i.fa-expand-arrows{position:absolute;left:35px;top:5px;z-index:4;cursor:pointer;font-size:16px}.gallery .new{position:relative;margin:0 0 15px}.gallery .new input[type=file]{position:absolute;top:0;height:0;width:100%;height:100%;opacity:0}.gallery .img i.fa-plus{position:absolute;left:calc(50% - 5.5px);top:calc(50% - 7px);z-index:4;cursor:pointer}.gallery .img{width:calc(45% - 10px);height:180px;margin:0 0 10px 10px;overflow:hidden;position:relative;display:inline-block;border-radius:4px;border:1px solid #183247;box-shadow:0 1px 1px #0003;cursor:move}.bussiness_content .app,.bussiness_content .pos,.bussiness_content .profile,.bussiness_content .res{border:1px solid #e0e0e0;box-shadow:0 10px 10px #0000001a;padding:15px}.bussiness_content .app,.bussiness_content .pos,.bussiness_content .res{box-sizing:border-box;color:#fff}.bussiness_content .app{background:#27ae60}.bussiness_content .pos{background:#2b6bff;margin:0 2%}.bussiness_content .res{background:#031b4e}.bussiness_content .app div{font:700 54px Rubik-Regular;background:url(../images/d1.png) right no-repeat;padding-right:66px;padding-top:5px}.bussiness_content .pos div{background:url(../images/d2.png) right no-repeat}.bussiness_content .res div{background:url(../images/d3.png) right no-repeat}.bussiness_content .app label,.bussiness_content .pos label,.bussiness_content .res label{display:block;font-size:18px;text-align:center;border-top:1px solid #fff;padding-top:20px!important;margin-top:20px;font-weight:400;color:#fff}.bussiness_content .pos div,.bussiness_content .res div,.bussiness_content .app div{font:700 54px Rubik-Regular;padding-right:88px;padding-top:5px;margin-top:30px}.bussiness_content .new-btn a{display:block;width:100%;height:80px;background:url(../images/plusd.png) 20px center no-repeat #ffaa2b;box-shadow:0 10px 10px #0000001a;border-radius:30px;font-size:18px;line-height:82px;text-align:center;color:#fff;margin:23px 0 0;padding-left:25px;transition:.25s}.bussiness_content .new-btn a:hover{background:url(../images/plusd.png) 20px center no-repeat #c47f17}.bussiness_content .profile .icon{height:135px;background:url(../images/chart.png) 0 0 / 100% no-repeat}.bussiness_content .profile .name{font-size:18px;color:#031b4e;text-align:center;margin:20px 0 0}.bussiness_content .profile .profile-btn a{display:block;width:100%;max-width:180px;height:45px;background:#2b6bff;border-radius:10px;font-size:18px;line-height:45px;text-align:center;color:#fff;margin:20px auto 0;transition:.25s;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.bussiness_content .profile .profile-btn a:hover{background-color:#1e54d3}.bussiness_content .profile .profile-btn a:active{transform:scale(.99);background-color:#0e3181}html[data-color-scheme=dark] .gallery .img{border:1px solid #ededed}.gallery .img img{max-height:180px}.topdesc .row-fluid label{max-width:initial;width:initial;margin-left:10px}.popup .cart{border-top:1px solid #d3d4d5;margin:10px 0 0;padding:10px 0 0}table a{color:#212121}table{width:100%;border-spacing:0;border-collapse:collapse}table.moving th{font-weight:700;font-size:15px;background:transparent;border-bottom:1px solid #ddd!important}table.moving th.addnew{width:5%}table.moving th.draggable-item:hover{cursor:grab;background:#ededed}.inputHover{border:1px solid transparent;padding:0 5px;-webkit-transition:.5s;transition:.5s}.inputHover:hover{cursor:pointer;border:1px solid #cdcdcd}.transLink{padding:3px 5px;-webkit-transition:.5s;transition:.5s;border-radius:3px}.transLink:hover{background-color:#edecec;padding:3px 5px;-webkit-transition:.5s;transition:.5s}table.moving th input{height:20px}table th .icons{-webkit-transition:.5s;transition:.5s;opacity:0;position:absolute;margin-right:0;display:inline-block}table th .icons i{font-size:12px}table th:hover .icons{position:absolute;opacity:1;padding:0 5px;margin-right:5px}table th .icons.active{opacity:1;padding:0 5px;background:#dcf3dc;margin-right:5px;border-radius:3px}table th{text-align:center;direction:rtl;background:#f8f8f7!important;padding:8px 0}table td{border:none;padding:8px 15px;margin:0;text-align:center;color:#32383c;font-size:15px;border-bottom:1px solid #ddd;direction:rtl}table .new td{background-color:#edffe8}.table table .ordering{width:4%}.table table .actions{width:14%;text-align:center}.table table .published{width:20%;text-align:center}.table table .image{width:10%;text-align:center}.table table .green{color:green}.table table .red{color:red}.mi .right{display:flex;flex-direction:column;align-items:center;gap:15px;flex-grow:1}.mi .right img.active{border:2px solid #3575d3}.mi .right img{width:112px;height:auto;border:2px solid transparent;border-radius:8px;cursor:pointer}.mi .left{width:80%;text-align:center;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:10px}.mi .left img{height:100%;width:auto}.colors{text-align:right;margin:15px 0 0}.colors .cd{width:95px;height:48px;margin:0 0 18px 18px;border-radius:8px;border:2px solid #000;display:inline-block}.colors .cd.active{border:2px solid red}.sizes{text-align:right;margin:15px 0 0}.sizes .sd{padding:16px 37px;height:48px;border-radius:8px;border:2px solid #CECECE;display:inline-block;margin-left:18px;margin-bottom:14px;cursor:pointer;line-height:15px;color:#000;font-size:16px}.sizes .sd.active{border:2px solid #020D19;background-color:#020d19;color:#fff}.alertMsg{font-size:inherit;padding:20px;position:fixed;bottom:5%;left:2%;border-radius:10px;z-index:9999;width:auto;height:auto;display:none;color:red;background-color:#ffe4e4bf;box-shadow:0 0 10px #cd1e0b80;animation:showFromRight .3s linear}.successMsg{font-size:inherit;padding:20px;position:fixed;bottom:5%;right:2%;border-radius:10px;z-index:9999;width:auto;height:auto;display:none;color:green;background-color:#daf9dfbf;box-shadow:0 0 10px #0bcd3d7f;animation:showFromRight .3s normal}@keyframes showFromLeft{0%{opacity:0;margin-left:-100%}25%{opacity:.2;margin-left:-50%}35%{opacity:.4;margin-left:-20%}50%{opacity:.8;margin-left:-15%}65%{opacity:.9;margin-left:-12%}75%{opacity:.9;margin-left:-10%}80%{opacity:.9;margin-left:-8%}85%{opacity:.95;margin-left:-6%}90%{opacity:.95;margin-left:-4%}95%{opacity:.95;margin-left:-2%}to{opacity:1;margin-left:0}}@keyframes showFromRight{0%{opacity:0;margin-right:-100%}25%{opacity:.2;margin-right:-50%}35%{opacity:.4;margin-right:-20%}50%{opacity:.8;margin-right:-15%}65%{opacity:.9;margin-right:-12%}75%{opacity:.9;margin-right:-10%}80%{opacity:.9;margin-right:-8%}85%{opacity:.95;margin-right:-6%}90%{opacity:.95;margin-right:-4%}95%{opacity:.95;margin-right:-2%}to{opacity:1;margin-right:0}}.success{font-size:35px;color:green}.p15px{padding:15px}.w33{width:33%}.w45{width:calc(45% - 10px)}.al{text-align:left;justify-content:left}.ar{text-align:right}.ac{text-align:center}.row{margin:0 0 15px}.row label{font-weight:700}.m0{margin:0!important}.ptb10{padding:10px 0}.ptb15{padding:15px 0}.ptb20{padding:20px 0!important}.ptb25{padding:25px 0}.ptb30{padding:30px 0!important}.pb0{padding-bottom:0}.pt0{padding-top:0}.popup .head-popup{background-color:#e4e8ec;padding:0 20px}.popup .head-title{font-weight:700;color:#333;font-size:20px}.popup .head-popup a{color:#333;font-size:20px}.wrapper{max-width:1920px;margin:0 auto;padding:0 20px;width:100%}.panel input{background:#f6f9fe;height:40px;border:1px solid #D4D9DF;border-radius:6px;padding:0 15px}.panel input,.panel select{height:40px;border-radius:4px;display:inline-block;border:1px solid #cfd7df;color:#12344d;cursor:pointer;padding:0 5px;font-size:14px;vertical-align:middle;-webkit-font-smoothing:antialiased;transition:.1sease-in;background:#fff;width:100%}.login-product{display:flex;align-items:center;justify-content:center}.login-product .wrapper{max-width:500px!important}.login-product input{padding:15px 20px;border:1px solid #e3e3e3;background:#fff;color:#4b4d5f;text-align:right;font-size:14px;height:auto;border-radius:0;margin-bottom:30px}.login-product .google-login,.login-product button{background:#3575d3;line-height:normal;width:100%;font-style:normal;font-weight:600;transition:.25s}.login-product .google-login{background-color:#fff;color:#4d5872!important;border:1px solid #4b4d5f}.login-product a{color:#3575d3;font-size:16px;transition:.25s}.login-product h3{color:var(--dark-main);text-align:center;font-size:36px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:48px}.login-product .d-flex input{flex:1;margin-bottom:20px}.login-product .separator{margin:24px 0;text-align:center}.login-product .google-login,.login-product button{border-radius:8px;color:var(--white, #fff);text-align:center;font-size:16px;padding:20px;position:relative;cursor:pointer;margin-bottom:20px}.login-product .google-login:before{content:"";width:36px;height:36px;position:absolute;top:12px;left:2px;background-image:url(../images/google-icon.png);z-index:2}.login-product .info-row{color:var(--dark-main);text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-top:28px}.login-product .info-row .line{margin:0 8px}.login-product .info-row a{margin:0;font-size:14px;font-weight:600}.login-product .google-login:hover,.login-product a:hover,.login-product button:hover{opacity:.7}.login-product .d-flex{display:flex;align-items:center}.login-product .d-flex input:last-child{margin-right:20px}.popup-back{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background-color:#0003}#userContent{width:80%}#userContent .inside-content{padding:20px 0 0}#userMenu{padding:0;min-height:calc(100vh - 350px)}#userMenu ul{padding:0;margin:0}#userMenu ul li{display:block}#userMenu ul li a{display:block;-webkit-transition:.5s;transition:.5s;overflow:hidden;padding:15px 20px;font-weight:700;text-decoration:none;color:#323232;font-size:16px;border:2px solid transparent}#userMenu ul li a .info{display:inline-block;background-color:red;color:#fff;border-radius:40px;text-align:center;width:24px;height:24px;margin-right:10px}#userMenu ul li a:hover,#userMenu ul li a.active{color:#2998ff;border:2px solid #add8ff;box-shadow:0 4px 14px #c6e4ffa1;border-radius:8px}.cursive{font-style:italic}#userMenu ul li a.cursive{font-size:14px}.switch{position:relative;display:inline-block;width:30px;height:15px}.switch input{display:none}.switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.switch .slider:before{position:absolute;content:"";height:17px;width:17px;left:0;bottom:-1px;background-color:#fff;-webkit-transition:.4s;transition:.4s;box-shadow:0 0 10px #4646464d}input:checked+.slider{background-color:#3d618f}input:focus+.slider{box-shadow:0 0 1px #3d618f}input:checked+.slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(16px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}#formgridCRM .btnS{background:#2998ff;line-height:35px;text-align:center;color:#fff;display:inline-block;padding:0 10px;border-radius:5px;-webkit-transition:all .3s ease;transition:all .3s ease;font-style:normal;font-weight:400;font-size:16px;font-family:Roboto,sans-serif;text-decoration:none;cursor:pointer;border:none;overflow:hidden;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}#formgridCRM .btnS i{padding:0 0 0 8px;color:#fff}#formgridCRM .btnS:hover,.btn:hover{background-color:#64b1fa;color:#fff}#formgridCRM .panel .btnS{width:35px;height:35px}#formgridCRM .panel .btnS:hover{width:130px}#formgridCRM .btnS:active,#formgridCRM .btn:active{transform:scale(.99);background-color:#323131}#formgridCRM .btnS:hover i,.btn:hover i{color:#fff}#formgridCRM .btnS.cancel{background:#8ea17f}#formgridCRM .btnS.cancel:hover{background-color:#383737}h2{color:#212121;font-family:josefin sans,sans-serif}label{color:#212121;font-family:josefin sans,sans-serif;font-size:14px;padding:0!important}.l{padding-left:0!important}.r{padding-right:0!important}#spinner{background:#919fa61a url(../images/loader.gif) no-repeat;background-position:center;background-size:50px;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999}.main-img img{cursor:pointer}.product-images-out{padding-left:50px}.product-images-in .product-page__image-wrapper{border:2px solid transparent;border-radius:8px;overflow:hidden}.after_imgs .price{font-size:20px;color:#020d19;margin:0 0 15px;font-weight:700}.main-img{border-radius:150px;display:flex;overflow:hidden;height:230px;width:230px;align-items:center;margin:0 auto}.reviewsPerMark{margin:10px 0 0}.reviewsPerMark .flex{align-items:center;font-size:16px}.reviewsPerMark .average-rating{font-size:22px}.reviewsPerMark progress{height:25px}.product-images-in .product-page__image-wrapper.active{border:2px solid red}.products-container.slider,.products__container{position:relative;line-height:28px}.products__container{background:#fff;height:100%}.products-container.slider .products-out{overflow:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.products-container.slider .products-in{width:5000px;display:block}.products-container.slider .product-item{float:right;width:274.95px;margin:0 0 0 23px}.products-container .product-item h6{font-size:24px}.products-container .product-item a{color:#2b6bff;font-size:24px}.products-container .product-item .comment{font-size:18px}.products-container .product-item .comment:before{content:'"';display:inline-block;font-size:30px;font-weight:700}.products-container .product-item .viewProfile{display:block;border:1px solid #2b6bff;-webkit-transition:.5s;transition:.5s;padding:5px 15px;border-radius:32px;text-align:center;font-size:16px;margin:15px 0 0}.products-container .product-item .viewProfile:hover{background-color:#2b6bff;color:#fff}.products-container.slider .nav{position:absolute;top:calc(50% - 18px);background-color:#333;color:#fff;font-size:16px;font-weight:600;width:35px;height:35px;text-align:center;z-index:9;display:block;padding:6px 0;opacity:0;-webkit-transition:.5s;transition:.5s;cursor:pointer}.products-container.slider:hover .nav{opacity:1}.products-container.slider .nav.nav-left{left:0}.products-container.slider .nav.nav-right{right:0}.product-buttons{align-items:center;justify-content:center;margin:25px 0}.product-buttons>div{margin:0 10px}.product-buttons button{border:none;padding:0 20px;border-radius:5px;height:40px;line-height:40px;font-size:16px;color:#fff;background:#2b6bff;cursor:pointer;width:100%;transition:.25s;display:block;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.product-buttons a{border:none;padding:0 20px;border-radius:5px;height:40px;line-height:40px;font-size:16px;color:#2b6bff;border:1px solid #2b6bff;background-color:#ecf2ff;cursor:pointer;width:100%;transition:.25s;display:block;text-decoration:none;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.product-buttons button:hover{background:#1e54d3;color:#fff}.product-buttons a:hover{text-decoration:underline}.product-buttons .site button{background:#eada00;color:#000}.product-buttons .site a{color:#000;border:1px solid #eada00;background-color:#fffef0}.product-buttons .site button:hover{background:#a39b36}.product-buttons .facebook button{background:#003bea}.product-buttons .facebook a{color:#003bea;border:1px solid #003bea;background-color:#f1f4ff}.product-buttons .facebook button:hover{background:#012ba9}.product-buttons .instagram button{background:#ea9400}.product-buttons .instagram a{color:#ea9400;border:1px solid #ea9400;background-color:#fff9ed}.product-buttons .instagram button:hover{background:#a96b01}.product-buttons .youtube button{background:#ea1400}.product-buttons .youtube a{color:#ea1400;border:1px solid #ea1400;background-color:#fef7f7}.product-buttons .youtube button:hover{background:#ad0f01}.product-buttons .mail button{background:#ffc107}.product-buttons .mail button:hover{background:#d7a306}.product-buttons .mail button:active{background:#9f7804}.star-rating{display:flex;flex-direction:row-reversed;justify-content:flex-end}.radio-input{opacity:0;pointer-events:none;width:1px}.radio-label{cursor:pointer;font-size:0;color:#0003;transition:color .1s ease-in-out}.radio-label:before{content:"★";display:inline-block;font-size:18px}.radio-input:checked~.radio-label{color:gold}.radio-label:hover,.radio-label:hover~.radio-label{color:gold}.radio-input:checked+.radio-label:hover,.radio-input:checked+.radio-label:hover~.radio-label,.radio-input:checked~.radio-label:hover,.radio-input:checked~.radio-label:hover~.radio-label,.radio-label:hover~.radio-input:checked~.radio-label{color:gold}.doctor-review-form label.lf{font-size:18px;font-weight:700;margin-left:5px;display:inline-block;width:100%;white-space:nowrap}.doctor-review-form input[type=text],.doctor-review-form input[type=email],.doctor-review-form textarea{width:100%;padding:10px;border:1px solid #eaeaea;border-radius:5px;font-size:16px;transition:border-color .3s ease}.doctor-review-form input:focus,.doctor-review-form textarea:focus{border-color:#007bff;outline:none}.doctor-review-form textarea{resize:none;min-height:100px}.doctor-review-form .f{gap:15px;width:100%}.rating-group{display:flex;flex-direction:row-reverse;justify-content:center;gap:5px}fieldset{border:1px solid #ddd;border-radius:5px;padding:15px;margin:10px 0}.doctor-review-form button{padding:12px;font-size:18px;font-weight:700;color:#fff;background:#2b6bff;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.doctor-review-form button:hover{background:#1e54d3}.doctor-review-form button:active{transform:scale(.99);background-color:#0e3181}.doctor-review-form .row-fluid{margin:0 0 15px}.doctor-review-form .average-rating{font-size:25px}.checkbox-container{display:flex;align-items:center;gap:10px;cursor:pointer}.checkbox-container input{width:18px;height:18px;cursor:pointer}.bb{border-bottom:1px solid #000}.succeess{color:green;font-size:30px;padding:100px 0}.ratingMsg{border-top:1px solid #eaeaea;padding-bottom:15px;margin:15px 0;align-items:center}.ratingMsg .name{font-size:20px;font-weight:700;margin:10px 0}.ratingMsg .ratingC{margin:0 0 10px}.ratingMsg .date{font-style:italic;font-size:14px;color:#bfbdbd;margin:5px 0 0}.ratingMsg .ratingC .ratings{justify-content:start;font-size:22px;gap:8px}.ratingMsg .ratingC .average-rating{font-size:22px}.ratingMsg svg{fill:#e6e6e6;font-size:20px;max-width:45px}.ratingMsg .review{font-size:20px}.ratingMsg .review:before{content:'"';display:inline-block;font-size:30px;font-weight:700}.average-rating{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:auto;display:inline-block;vertical-align:baseline;--percent: 0% ;top:0;left:0;background:linear-gradient(90deg,gold var(--percent),rgba(0,0,0,.2) var(--percent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:30px;font-family:Arial,Helvetica,sans-serif}.ratings{align-items:center;gap:15px;justify-content:center;font-size:20px;font-weight:700;margin:0;font-family:Arial,Helvetica,sans-serif}.al>.ratings,.flex.f.al{justify-content:end;align-items:center}.row-fluid .radio-input,.row-fluid .radio-label{width:initial;display:inline-block}.row-fluid .radio-input{width:0}.pagination-main{margin:15px 0 0}.pagination-main .pagination{justify-content:center}.pagination-main ul{padding:0}.pagination-main .page-item:first-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-top-left-radius:0;border-bottom-left-radius:0}.pagination-main .page-item:last-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.categories{box-shadow:0 2px 1px -1px #0003,0 0 10px #00000024,0 1px 3px #0000001f;background:#fff;border-radius:16px;padding:15px;font-size:18px}.categories li i{position:absolute;left:0;top:4px}.categories ul{list-style:none;padding:0}.categories li{margin:0 0 10px;position:relative;padding-left:20px;cursor:pointer}.categories li.child{padding-right:20px}.categories li a{color:#000;text-decoration:none;transition:all .3s}.categories li.active,.categories li.active a,.categories li:hover a,.categories li:hover{font-weight:700}#cat_head{display:none;color:#020d19;font-size:24px;margin:25px 0}.topDetails .title{font-size:24px;font-weight:700}.topDetails .images{background-repeat:no-repeat;max-width:85px;max-height:85px;min-height:85px;width:100%;height:100%;background-size:cover;background-position:center;border-radius:87px;margin:0 0 0 30px}.topDetails .flex{align-items:center;background:transparent;border:none;box-shadow:none}.gallery{padding:0}.details{padding:25px;margin:0 0 25px;box-shadow:var(--p-card-shadow, 0 0 0 1px rgba(63, 63, 68, .05), 0 1px 3px 0 rgba(63, 63, 68, .15));text-align:right;position:relative;border-radius:5px;background:#fbfbfb}.details h3{border-bottom:1px solid #9c9c9c;padding-bottom:10px;margin-bottom:25px}html[data-color-scheme=dark] .details{background:#20262d}.topDetails label{font-size:16px;display:initial}.product-form{position:sticky;top:0;padding-top:55px!important;overflow:hidden}.product-form h2{font-size:20px;color:#fff;border-radius:4px;background-color:#335d6d;padding:15px;position:absolute;right:0;top:0;width:100%}.product-form input[type=text],.product-form input[type=email],.product-form textarea{padding:10px 15px;border:1px solid #eaeaea;border-radius:5px;width:100%}.product-form button{width:100%}.product-form .infoMsg{font-style:italic;line-height:15px;margin:0 0 10px}.p5{padding:5%}.p10{padding:10%}.p15{padding:15%}.p20{padding:20%}.p25{padding:25%}.p30{padding:30%}.p40{padding:40%}.p50{padding:50%}.w10{width:10%}.w20{width:20%}.w25{width:25%}.w30{width:30%}.w33{width:33.33%}.w66{width:66.66%}.w40{width:40%}.w50{width:50%}.w60{width:60%}.w70{width:70%}.w75{width:75%}.w80{width:80%}.w90{width:90%}.w100{width:100%}.btnS.close{background:#c52827;opacity:1;float:none}.btnS.close:hover{background:#9b1f1f}.table{overflow:auto}.table.moving{table-layout:fixed}.mt{margin:15px 0 0}.mobile{display:none}#formgridCRM .field a{background:#e8eff2;color:#333;border:none;text-align:right;padding:8px 10px;margin:0 0 10px;border-radius:5px;display:block}#formgridCRM .field a img{position:relative;top:4px}#formgridCRM .field.active a{background:#c1e5f5}.detailsField{height:100%;gap:0;direction:rtl;padding:0!important}#formgridCRM .f-pr{border:1px dashed #C7D3D8;border-left:none;padding:20px!important;margin:0 0 15px;align-self:stretch;flex:1}#formgridCRM .example{border:1px solid #C7D3D8;box-shadow:0 4px 6px #e8eff2;padding:20px!important;margin:0 0 15px;align-self:stretch}#formgridCRM .example label{font-size:14px}#formgridCRM .row-fluid input[type=radio],#formgridCRM .row-fluid input[type=checkbox]{display:initial;width:initial;height:auto}.control-many.flex{gap:8px}@media (max-width:850px){.mobile{display:block}#userMenu a{color:#fff;display:inline-block;width:100%}#userMenu ul{max-height:0;overflow:hidden;transition:max-height .5s ease-in-out;text-align:right}#userMenu ul.active{max-height:500px}.panel input,.panel select{margin:0 0 10px}.product-page-user>.wrapper>.flex{display:initial}.product-page-user .inside-content .wrapper{padding:0}#userMenu,#userContent{width:100%;text-align:center;padding:5px 0}.w33,.product-form-out,.w70.product-page{width:100%;padding:0}.mm{display:initial}.products-filter .flex>div,.product-item .flex>div{margin:0 0 15px}.products__container{padding:15px 0;background-color:transparent}.panel .search{width:100%;margin:0 0 15px}.topDetails .btnS{margin-right:10px}.products-container.slider .nav{opacity:1}.products-container.slider .product-item,.categories{margin:0}.product-images-in .product-page__image-wrapper{width:25%}.row>.col-lg-10{padding:0!important}#cat_head{display:block}.categories ul{display:none}.categories ul.active{display:block}.product-item{max-width:32%}.popup{left:0!important;top:0!important;height:100%!important;width:100%!important;margin-left:0!important}.row.product-page{padding:0}.product-page>div{padding:0}.product-images-out{padding-left:0}.product-images-in{display:flex;margin:20px 0 0}.main-img-out{padding:0}.colors .cd,.sizes .sd{width:64px;height:40px;padding:11px 0;text-align:center}h1{font-size:26px}.products__container form .col-lg-6{padding:0}.product-buttons{display:block}.product-buttons>div{margin:0 0 15px}.doctor-review-form .row-fluid,.doctor-review-form .flex.f:not(.w50){display:block}.doctor-review-form .flex.f:not(.w50)>.w50{width:100%}.doctor-review-form .row-fluid>div{width:100%;text-align:right}#userMenu ul li{display:block;margin:15px 0 0}#userMenu ul li a{margin:0}.panel .w40{display:none}.panel .w20.al{text-align:center}.topDetails{padding:15px;text-align:center}.topDetails .flex .images{margin-top:52px}.topDetails .w25 .flex{position:absolute;top:15px;left:15px}.topDetails .w25 .flex button{margin-left:10px}.doctor-review-form label.lf{display:block}.topDetails>.flex,.topDetails>.flex .w75,.products__container .flex{display:block;width:100%}.topDetails .flex>div,.products__container .flex>div{width:100%;margin:0 0 15px}.flex .details{padding:15px;margin:0 0 15px}.ck.ck-toolbar>.ck-toolbar__items>:not(.ck-toolbar__line-break),.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown{font-size:11px}.tabsln{margin:0 0 15px}.tabsln ul li{margin:0 0 15px;display:block}.gallery .img{width:100%}.login-product .wrapper{padding:0;max-width:fit-content}}@media (max-width:640px){.topBanner .loginLink{line-height:40px;padding:0 55px;font-size:15px;margin:20px 0 0 20px}.topBanner .title{font-size:24px;margin:32px 0 0}.product-item{max-width:100%}.topBanner .loginLink:after{top:5px}.products-filter .flex{display:block}.products-filter .flex>div{margin:0 0 15px;width:100%}.col-lg-2.r{padding:0;margin:0 0 15px}.product-item.line.flex{display:block;text-align:center}.product-item.line.flex>div:not(.img){width:100%;text-align:center}}.home-dashboard{min-height:100vh;background:#f8fafc;color:#1e293b;font-family:system-ui,-apple-system,sans-serif}.home-dashboard button{font-family:inherit}.home-dashboard svg{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.home-hero{background:linear-gradient(135deg,#020617,#0f172a 52%,#172554);color:#fff;overflow:hidden}.home-hero--closed{background:#0f172a}.home-hero-compact{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1500px;margin:0 auto;padding:12px 24px;border:0;background:transparent;color:#fff;cursor:pointer;font-size:14px;font-weight:700}.home-hero-toggle,.home-hero-close span:last-child{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:#ffffff1a;color:#ffffffb8}.home-hero-expanded{border-bottom:1px solid #e2e8f0}.home-hero-inner{max-width:1500px;margin:0 auto;padding:32px 24px 40px}.home-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px}.home-hero-pill{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff1a;color:#dbeafe;font-size:12px;line-height:1.6}.home-hero-pill svg,.home-icon svg{width:16px;height:16px}.home-hero h1{margin:14px 0 0;color:#fff;font-size:clamp(30px,3.5vw,40px);line-height:1.18;font-weight:700;letter-spacing:-.02em}.home-hero p{max-width:670px;margin:12px 0 0;color:#cbd5e1;font-size:15px;line-height:1.65}.home-hero-close{display:inline-flex;align-items:center;gap:8px;padding:6px 6px 6px 14px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0d;color:#cbd5e1;cursor:pointer;font-size:12px;font-weight:700;transition:background .2s ease,color .2s ease}.home-hero-close:hover{background:#ffffff1a;color:#fff}.home-spotlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:24px}.home-spotlight-card{padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.home-spotlight-card:hover{transform:translateY(-2px);border-color:#fff3;background:#ffffff29}.home-spotlight-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;color:#cbd5e1;font-size:12px}.home-spotlight-card strong{display:block;color:#fff;font-size:20px;line-height:1.2}.home-spotlight-card p{margin:4px 0 0;color:#cbd5e1;font-size:12px}.home-tone-icon,.home-resource-icon,.home-quick-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.home-tone-icon{width:34px;height:34px;border:1px solid;border-radius:12px;background:#fff}.home-tone-icon svg{width:16px;height:16px}.home-tone-icon--emerald{color:#047857;background:#ecfdf5;border-color:#d1fae5}.home-tone-icon--blue{color:#1d4ed8;background:#eff6ff;border-color:#dbeafe}.home-tone-icon--purple{color:#7e22ce;background:#faf5ff;border-color:#f3e8ff}.home-tone-icon--rose{color:#be123c;background:#fff1f2;border-color:#ffe4e6}.home-alerts-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#ffffff0d;box-shadow:0 24px 60px #02061752;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-alerts-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border:0;background:transparent;color:#fff;text-align:right;cursor:pointer;transition:background .2s ease}.home-alerts-head:hover{background:#ffffff14}.home-alerts-head strong,.home-alerts-head small{display:block}.home-alerts-head strong{font-size:14px}.home-alerts-head small{margin-top:4px;color:#94a3b8;font-size:12px}.home-alerts-action{display:inline-flex;align-items:center;gap:16px}.home-alert-ping{position:relative;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#fbbf24}.home-alert-ping span:first-child{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:999px;background:#fbbf24;opacity:.2;animation:homePing 1s cubic-bezier(0,0,.2,1) infinite}.home-alert-ping svg{position:relative;width:20px;height:20px}.home-alerts-list{display:grid;gap:12px;padding:0 20px 20px}.home-alert-item{padding:14px 16px;border:1px solid rgba(255,255,255,.06);border-radius:18px;background:#0206176b;cursor:pointer;transition:background .2s ease,border-color .2s ease}.home-alert-item:hover{border-color:#ffffff2e;background:#0f172a9e}.home-alert-item div{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.home-alert-item strong{color:#fff;font-size:14px}.home-alert-item span{display:inline-flex;padding:2px 8px;border:1px solid #fde68a;border-radius:999px;background:#fef3c7;color:#a16207;font-size:11px;font-weight:700}.home-alert-item p{margin:0;color:#cbd5e1;font-size:12px;line-height:1.6}.home-main{max-width:1500px;margin:0 auto;padding:32px 24px 40px}.home-layout{display:grid;grid-template-columns:minmax(230px,.86fr) minmax(0,1.78fr) minmax(230px,.86fr);grid-template-areas:"resources news personal";gap:24px;align-items:start}.home-column{display:grid;gap:24px}.home-column--resources{grid-area:resources}.home-column--news{grid-area:news}.home-column--personal{grid-area:personal}.home-panel{border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 1px 2px #0f172a0a}.home-panel--news{padding:20px}.home-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #f1f5f9}.home-panel--news .home-panel-head{padding:0 0 20px;margin-bottom:20px}.home-panel-head--center{justify-content:center;text-align:center}.home-panel-head h2{display:flex;align-items:center;gap:8px;margin:0;color:#0f172a;font-size:18px;font-weight:700;line-height:1.3}.home-panel-head h2 svg{width:20px;height:20px;color:#2563eb}.home-panel-head p{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.5}.home-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:30px;padding:5px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px}.home-link-button{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:0;border-radius:10px;background:transparent;color:#2563eb;cursor:pointer;font-size:14px;font-weight:700;transition:background .2s ease,color .2s ease}.home-link-button:hover{background:#eff6ff;color:#1d4ed8}.home-quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.home-quick-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:110px;padding:16px 10px;border:1px solid;border-radius:22px;cursor:pointer;text-align:center;box-shadow:0 1px 2px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease}.home-quick-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f172a14}.home-quick-icon{width:40px;height:40px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a14}.home-quick-icon svg{width:20px;height:20px;color:inherit}.home-quick-card strong{font-size:15px;line-height:1.3;color:inherit}.home-soft-card--emerald{background:#ecfdf5;border-color:#d1fae5;color:#047857}.home-soft-card--blue{background:#eff6ff;border-color:#dbeafe;color:#1d4ed8}.home-soft-card--rose{background:#fff1f2;border-color:#ffe4e6;color:#be123c}.home-soft-card--purple{background:#faf5ff;border-color:#f3e8ff;color:#7e22ce}.home-soft-card--orange{background:#fff7ed;border-color:#ffedd5;color:#c2410c}.home-soft-card--amber{background:#fffbeb;border-color:#fef3c7;color:#a16207}.home-soft-card--pink{background:#fdf2f8;border-color:#fce7f3;color:#be185d}.home-soft-card--indigo{background:#eef2ff;border-color:#e0e7ff;color:#4338ca}.home-soft-card--cyan{background:#ecfeff;border-color:#cffafe;color:#0e7490}.home-quick-card--my-projects{color:#1f2937}.home-resource-list{display:grid;gap:4px;padding:12px}.home-module-menu-panel{overflow:hidden}.home-module-menu-panel .module{width:100%}.home-module-menu-panel .module-menu{display:block;padding:0;margin:0;background:#fff}.home-module-menu-panel .module-menu__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px;border-bottom:1px solid #f1f5f9}.home-module-menu-panel .module-menu-title{margin:0;color:#0f172a;font-size:18px;font-weight:700;line-height:1.35}.home-module-menu-panel .module-menu__burger{display:none}.home-module-menu-panel .menu-list{display:grid;gap:4px;margin:0;padding:12px;list-style:none}.home-module-menu-panel .menu-item{margin:0;padding:0}.home-module-menu-panel .menu-item>a,.home-module-menu-panel .menu-item>.router-link-active,.home-module-menu-panel .menu-item>.menu-link--active,.home-module-menu-panel .menu-item>a:not(.submenu a){width:100%}.home-module-menu-panel .menu-item a,.home-module-menu-panel .menu-item .menu-link--active{display:flex;align-items:center;gap:14px;min-height:56px;padding:10px 12px;border-radius:18px;color:#1e293b;text-decoration:none;font-size:14px;font-weight:700;transition:background .2s ease,color .2s ease,transform .2s ease}.home-module-menu-panel .menu-item a:hover,.home-module-menu-panel .menu-item--active>a,.home-module-menu-panel .menu-link--active,.home-module-menu-panel .router-link-active{background:#f8fafc;color:#1d4ed8}.home-module-menu-panel .menu-item-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;border-radius:14px;background:#f1f5f9}.home-module-menu-panel .menu-item-icon svg{width:22px;height:22px}.home-module-menu-panel .submenu{margin:4px 56px 4px 0;padding:0;list-style:none}.home-module-menu-panel .submenu a{min-height:40px;padding:8px 12px;color:#64748b;font-size:13px;font-weight:600}.home-resource-item{width:100%;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;border:0;border-radius:18px;background:transparent;cursor:pointer;text-align:right;transition:background .2s ease}.home-resource-item:hover{background:#f8fafc}.home-resource-icon{width:48px;height:48px;border:1px solid;border-radius:16px;box-shadow:0 1px 2px #0f172a14}.home-resource-icon svg{width:24px;height:24px}.home-resource-item strong,.home-resource-item small{display:block}.home-resource-item strong{overflow:hidden;color:#1e293b;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.home-resource-item small{overflow:hidden;margin-top:3px;color:#64748b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-resource-item em{padding:4px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-style:normal;font-weight:600;white-space:nowrap}.home-strong-card--emerald{background:#10b981;border-color:#059669;color:#fff;box-shadow:0 4px 10px #a7f3d0}.home-strong-card--blue{background:#2563eb;border-color:#1d4ed8;color:#fff;box-shadow:0 4px 10px #bfdbfe}.home-strong-card--rose{background:#f43f5e;border-color:#e11d48;color:#fff;box-shadow:0 4px 10px #fecdd3}.home-strong-card--purple{background:#a855f7;border-color:#9333ea;color:#fff;box-shadow:0 4px 10px #e9d5ff}.home-strong-card--orange{background:#f97316;border-color:#ea580c;color:#fff;box-shadow:0 4px 10px #fed7aa}.home-strong-card--amber{background:#f59e0b;border-color:#d97706;color:#fff;box-shadow:0 4px 10px #fde68a}.home-strong-card--pink{background:#ec4899;border-color:#db2777;color:#fff;box-shadow:0 4px 10px #fbcfe8}.home-strong-card--indigo{background:#6366f1;border-color:#4f46e5;color:#fff;box-shadow:0 4px 10px #c7d2fe}.home-strong-card--cyan{background:#06b6d4;border-color:#0891b2;color:#fff;box-shadow:0 4px 10px #a5f3fc}.home-help-card{position:relative;overflow:hidden;padding:20px;border-radius:24px;background:linear-gradient(135deg,#2563eb,#4338ca);color:#fff;box-shadow:0 1px 2px #0f172a0a}.home-help-card>div:first-child,.home-help-metrics,.home-help-card button{position:relative;z-index:1}.home-help-card>div:first-child strong{display:block;font-size:18px}.home-help-card p{margin:8px 0 0;color:#dbeafe;font-size:14px;line-height:1.7}.home-help-metrics{display:grid;gap:8px;margin-top:20px;color:#dbeafe;font-size:13px}.home-help-metrics span{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border-radius:16px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-help-metrics strong{color:#fff}.home-help-card button{width:100%;margin-top:20px;padding:12px 16px;border:0;border-radius:16px;background:#fff;color:#1d4ed8;cursor:pointer;font-size:14px;font-weight:700;transition:background .2s ease,transform .2s ease}.home-help-card button:hover{background:#eff6ff;transform:translateY(-1px)}.home-help-watermark{position:absolute;left:-16px;bottom:-16px;color:#ffffff1a}.home-help-watermark svg{width:128px;height:128px}.home-featured-update{overflow:hidden;border:1px solid #e2e8f0;border-radius:28px;background:#f8fafc;cursor:pointer;transition:box-shadow .2s ease}.home-featured-update:hover{box-shadow:0 14px 28px #0f172a1a}.home-featured-image{position:relative;height:288px;overflow:hidden;border-bottom:1px solid #e2e8f0}.home-featured-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}.home-featured-update:hover .home-featured-image img{transform:scale(1.05)}.home-featured-image>div:first-of-type{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(2,6,23,.9),rgba(15,23,42,.42),transparent)}.home-featured-caption{position:absolute;left:0;right:0;bottom:0;padding:24px}.home-featured-caption p{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px;font-size:12px}.home-featured-caption span{padding:4px 12px;border-radius:999px;background:#0f172a8c;color:#f8fafc;border:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-featured-caption span:first-child{background:#fff;color:#1d4ed8;border-color:transparent;font-weight:700}.home-featured-caption h3{max-width:680px;margin:0;color:#fff;font-size:clamp(24px,2.6vw,30px);font-weight:700;line-height:1.2;transition:color .2s ease}.home-featured-update:hover .home-featured-caption h3{color:#bfdbfe}.home-featured-body{padding:24px;background:#fff}.home-featured-update--no-image .home-featured-body{padding-top:26px}.home-featured-body h3{margin:0 0 14px;color:#0f172a;font-size:clamp(22px,2.2vw,28px);line-height:1.25;font-weight:700}.home-featured-meta{flex-wrap:wrap;justify-content:flex-start!important;margin:0 0 12px!important}.home-featured-body>p{max-width:760px;margin:0;color:#475569;font-size:14px;line-height:1.8}.home-featured-body>div{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px}.home-featured-body span{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-size:12px;font-weight:600}.home-featured-body span svg{width:16px;height:16px;color:#059669}.home-featured-body button{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border:0;border-radius:16px;background:#0f172a;color:#fff;cursor:pointer;font-size:14px;font-weight:700;transition:background .2s ease}.home-featured-update:hover .home-featured-body button{background:#2563eb}.home-empty-state{padding:32px;border:1px dashed #e2e8f0;border-radius:24px;background:#f8fafc;color:#64748b;text-align:center}.home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-news-card{overflow:hidden;display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 1px 2px #0f172a0a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-news-card:hover{transform:translateY(-4px);border-color:#bfdbfe;box-shadow:0 14px 26px #0f172a14}.home-news-media{position:relative;height:160px;overflow:hidden;border-bottom:1px solid #f1f5f9}.home-news-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease}.home-news-card:hover .home-news-media img{transform:scale(1.05)}.home-news-media span{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:999px;background:#ffffffeb;color:#1d4ed8;font-size:11px;font-weight:700;box-shadow:0 1px 3px #0f172a1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-news-body{display:flex;flex-direction:column;flex:1;padding:18px}.home-news-card small{color:#94a3b8;font-size:12px}.home-news-card h3{margin:8px 0;color:#0f172a;font-size:16px;font-weight:700;line-height:1.5;transition:color .2s ease}.home-news-card:hover h3{color:#1d4ed8}.home-news-card p{display:-webkit-box;overflow:hidden;flex:1;margin:0;color:#475569;font-size:14px;line-height:1.65;line-clamp:3;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-news-card footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;color:#64748b;font-size:12px;font-weight:600}.home-news-card footer strong{display:inline-flex;align-items:center;gap:4px;color:#2563eb;font-weight:600;font-family:Roboto,sans-serif}.home-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:20px}.home-gallery figure{position:relative;overflow:hidden;aspect-ratio:1;margin:0;border:1px solid #e2e8f0;border-radius:18px;background:#f1f5f9;cursor:pointer}.home-gallery img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.home-gallery figure:hover img{transform:scale(1.08)}.home-gallery figcaption{position:absolute;inset:auto 0 0;padding:34px 14px 12px;background:linear-gradient(to top,rgba(2,6,23,.82),transparent);color:#fff;opacity:0;transform:translateY(10px);font-size:12px;line-height:1.5;transition:opacity .25s ease,transform .25s ease}.home-gallery figure:hover figcaption{opacity:1;transform:translateY(0)}.home-task-list,.home-event-list,.home-focus-list{display:grid;gap:8px;padding:12px}.home-task-item,.home-event-item,.home-focus-list article{border:1px solid #f1f5f9;border-radius:18px;background:#fff;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.home-task-item{padding:12px}.home-task-item:hover{border-color:#bbf7d0;background:#f0fdf48c;box-shadow:0 6px 14px #0f172a0d}.home-task-item>div{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.home-task-item strong{color:#1e293b;font-size:14px;line-height:1.55}.home-task-item>div span{flex-shrink:0;padding:2px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:600}.home-task-item .home-status--urgent{border:1px solid #ffe4e6;background:#fff1f2;color:#be123c;font-weight:700}.home-task-item p{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;color:#64748b;font-size:12px}.home-task-item p span:last-child{display:inline-flex;align-items:center;gap:4px}.home-task-item p svg,.home-event-item p svg{width:14px;height:14px}.home-outline-button{width:calc(100% - 24px);margin:0 12px 12px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#059669;cursor:pointer;font-size:14px;font-weight:700;transition:background .2s ease,border-color .2s ease}.home-outline-button:hover{border-color:#bbf7d0;background:#f0fdf4}.home-event-item{display:grid;grid-template-columns:56px minmax(0,1fr);gap:12px;padding:12px;cursor:pointer}.home-event-item:hover{border-color:#e9d5ff;background:#faf5ff94;box-shadow:0 6px 14px #0f172a0d}.home-event-item time{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid #f3e8ff;border-radius:18px;background:#faf5ff;color:#7e22ce}.home-event-item time strong{font-size:18px;line-height:1}.home-event-item time span{margin-top:4px;font-size:11px;font-weight:600}.home-event-item header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.home-event-item header strong{overflow:hidden;color:#1e293b;font-size:14px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.home-event-item header span{flex-shrink:0;padding:2px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px}.home-event-item p{display:inline-flex;align-items:center;gap:5px;margin:0;color:#64748b;font-size:12px}.home-event-item small{display:block;overflow:hidden;margin-top:4px;color:#64748b;font-size:12px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.home-focus-list article{padding:14px;background:#f8fafc}.home-focus-list article:hover{border-color:#fed7aa;background:#fff;box-shadow:0 6px 14px #0f172a0d}.home-focus-list strong{display:inline-flex;align-items:center;gap:8px;color:#1e293b;font-size:14px}.home-focus-list strong span{display:inline-flex;align-items:center}.home-focus-list strong svg{width:16px;height:16px}.home-focus-list p{margin:8px 0 0;color:#64748b;font-size:12px;line-height:1.65}.home-focus-icon--orange{color:#ea580c}.home-focus-icon--indigo{color:#4f46e5}.home-focus-icon--pink{color:#db2777}.home-icon--blue{color:#60a5fa}@keyframes homePing{75%,to{transform:scale(2);opacity:0}}@media (max-width: 1180px){.home-spotlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-layout{grid-template-columns:minmax(260px,.9fr) minmax(0,1.45fr);grid-template-areas:"resources news" "personal news"}}@media (max-width: 900px){.home-hero-top{flex-direction:column}.home-layout{grid-template-columns:1fr;grid-template-areas:"news" "resources" "personal"}.home-news-grid{grid-template-columns:1fr}}@media (max-width: 640px){.home-spotlight-grid,.home-quick-grid,.home-gallery{grid-template-columns:1fr}.home-featured-image{height:240px}.home-featured-body>div{align-items:flex-start;flex-direction:column}.home-resource-item{grid-template-columns:44px minmax(0,1fr)}.home-resource-item em{grid-column:2;justify-self:start}}.tat-login-page{display:flex;background:#fff;color:#111827;font-family:system-ui,-apple-system,sans-serif}.tat-login-panel{width:100%;max-width:550px;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:32px 48px 28px;background:#fff;box-shadow:0 0 40px #0f172a0f;position:relative;z-index:2}.tat-login-topbar,.tat-language,.tat-secure-badge,.tat-footer-links,.tat-system-status,.tat-feature-icon{display:flex;align-items:center}.tat-login-topbar{justify-content:space-between;color:#64748b;font-size:14px}.tat-language{gap:8px}.tat-language svg,.tat-secure-badge svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tat-secure-badge{gap:6px;padding:5px 12px;border-radius:999px;color:#15803d;background:#f0fdf4;border:1px solid #dcfce7;font-size:12px;font-weight:600}.tat-login-content{width:100%;max-width:390px;margin:0 auto;flex:1;display:flex;flex-direction:column;justify-content:center;padding:40px 0}.tat-logo-block{margin-bottom:34px;display:flex;justify-content:flex-start}.tat-logo{width:132px;height:auto;display:block}.tat-login-heading{margin-bottom:30px}.tat-login-heading h1{margin:0 0 8px;color:#111827;font-size:28px;line-height:1.2;font-weight:700}.tat-login-heading p{margin:0;color:#64748b;font-size:14px;line-height:1.7}.tat-auth-step{animation:tatFadeUp .4s ease both}.tat-auth-form{display:flex;flex-direction:column;gap:18px}.tat-auth-form--otp{gap:0}.tat-auth-label{color:#374151;font-size:14px;font-weight:700}.tat-input-field{position:relative}.tat-input-field svg{position:absolute;right:14px;top:50%;width:18px;height:18px;transform:translateY(-50%);fill:none;stroke:#94a3b8;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.tat-auth-input{width:100%;min-height:48px;padding:13px 46px 13px 14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#111827;font-size:15px;text-align:left;box-shadow:0 1px 2px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.tat-auth-input::placeholder{color:#9ca3af}.tat-auth-input:focus{outline:none;border-color:#0082ca;box-shadow:0 0 0 4px #0082ca24}.tat-auth-input--error{border-color:#dc2626}.tat-auth-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261f}.tat-auth-field-error{font-size:.8125rem;line-height:1.35;color:#b91c1c;text-align:right}.tat-auth-input:disabled{background:#f8fafc;cursor:not-allowed}.tat-back-button-icon{width:16px;height:16px;flex-shrink:0}.tat-otp-title{margin:0;color:#111827;font-size:24px;font-weight:700;line-height:1.25}.tat-otp-sub{margin:0;color:#64748b;font-size:14px;line-height:1.6}.tat-otp-email{display:inline-block;margin-top:2px;font-weight:600;color:#374151}.tat-otp-input-wrap{position:relative}.tat-otp-input{min-height:auto;padding:16px;font-size:24px;font-weight:600;line-height:1.2;text-align:center;letter-spacing:.5em;text-indent:.25em}.tat-otp-input:focus{border-color:#0082ca;box-shadow:0 0 0 4px #0082ca24}.tat-auth-form--otp .tat-auth-button-primary:disabled{opacity:.5;cursor:not-allowed}.tat-otp-resend{margin:0;text-align:center;font-size:14px;color:#64748b;line-height:1.5}.tat-otp-resend-link{margin:0;padding:0;border:0;background:none;cursor:pointer;font:inherit;font-weight:600;color:#0082ca}.tat-otp-resend-link:hover:not(:disabled){text-decoration:underline}.tat-otp-resend-link:disabled{opacity:.55;cursor:not-allowed}.tat-auth-button{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:none;border-radius:12px;background:#8d9bad;color:#fff;cursor:pointer;font-size:14px;font-weight:700;box-shadow:0 12px 22px #8d9bad38;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.tat-auth-button-primary{background:#0082ca;box-shadow:0 12px 22px #0082ca3d}.tat-auth-button:hover:not(:disabled){transform:translateY(-1px);background:#78889c;box-shadow:0 16px 26px #8d9bad47}.tat-auth-button-primary:hover:not(:disabled){background:#006eaa;box-shadow:0 16px 26px #0082ca4d}.tat-auth-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.tat-loader{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:tatSpin .8s linear infinite}.tat-back-button{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin-bottom:24px;padding:0;border:0;background:transparent;color:#64748b;cursor:pointer;font-size:14px;font-weight:700;transition:color .2s ease}.tat-back-button:hover:not(:disabled){color:#111827}.tat-back-button:disabled{opacity:.55;cursor:not-allowed}.tat-auth-form--otp .tat-otp-title{margin:0 0 8px}.tat-auth-form--otp .tat-otp-sub{margin:0 0 32px}.tat-auth-form--otp .tat-otp-input-wrap{margin-bottom:20px}.tat-auth-form--otp .tat-auth-button-primary{margin-bottom:0}.tat-auth-form--otp .tat-otp-resend{margin-top:24px}.tat-login-footer{border-top:1px solid #f1f5f9;padding-top:22px;text-align:center}.tat-footer-links{justify-content:center;gap:24px;color:#64748b;font-size:13px;margin-bottom:12px}.tat-login-footer p{margin:0;color:#94a3b8;font-size:12px}.tat-brand-panel{flex:1;min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:48px;background:#0f172a;color:#fff}@media (min-width: 1280px){.tat-brand-panel{padding:80px}}.tat-brand-glow{position:absolute;border-radius:50%;pointer-events:none;mix-blend-mode:multiply}.tat-brand-glow-blue{width:384px;height:384px;top:-160px;right:-160px;background:#0082ca;filter:blur(100px);opacity:.4}.tat-brand-glow-cyan{width:600px;height:600px;left:-80px;bottom:-160px;background:#00a4ef;filter:blur(120px);opacity:.3}.tat-brand-content,.tat-system-status{position:relative;z-index:1}.tat-brand-content{margin-top:40px}.tat-brand-pill{display:inline-flex;padding:7px 16px;margin-bottom:24px;border-radius:999px;color:#e2e8f0;background:#ffffff17;border:1px solid rgba(255,255,255,.16);font-size:14px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tat-brand-headline{margin:0 0 22px;max-width:620px;font-size:clamp(40px,4.8vw,58px);line-height:1.08;font-weight:700;letter-spacing:-.03em;color:#fff}.tat-brand-headline-intro,.tat-brand-headline-accent{display:block}.tat-brand-headline-accent{color:#00a4ef}.tat-brand-content>p{max-width:500px;margin:0 0 44px;color:#cbd5e1;font-size:18px;line-height:1.8}.tat-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:620px}.tat-feature-card{padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff0e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background .2s ease,transform .2s ease}.tat-feature-card:hover{transform:translateY(-2px);background:#ffffff17}.tat-feature-icon{width:42px;height:42px;justify-content:center;margin-bottom:5px;border-radius:12px;color:#00a4ef;background:#0082ca2e}.tat-feature-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tat-feature-card h3{color:#fff;font-size:18px;font-weight:700}.tat-feature-card p{margin:0;color:#94a3b8;font-size:14px;line-height:1.6}.tat-system-status{display:inline-flex;align-items:center;width:fit-content;gap:12px;padding:12px 16px;border-radius:14px;color:#e2e8f0;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);font-size:14px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tat-status-dot-wrap{position:relative;display:flex;width:12px;height:12px;flex-shrink:0}.tat-status-dot-ping{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;border-radius:50%;background:#4ade80;opacity:.75;animation:tatStatusPing 1s cubic-bezier(0,0,.2,1) infinite}.tat-status-dot{position:relative;display:inline-flex;width:12px;height:12px;border-radius:50%;background:#22c55e}@keyframes tatStatusPing{75%,to{transform:scale(2);opacity:0}}@keyframes tatFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes tatSpin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.tat-login-panel{max-width:500px;padding:28px 34px 24px}.tat-brand-panel{padding:40px 36px 36px}.tat-brand-content{margin-top:32px}}@media (max-width: 900px){.tat-login-page{display:block}.tat-login-panel{max-width:none}.tat-brand-panel{display:none}}@media (max-width: 560px){.tat-login-panel{padding:22px 20px}.tat-login-topbar{gap:12px;align-items:flex-start}.tat-login-content{padding:42px 0 30px}.tat-logo{width:116px}.tat-login-heading h1{font-size:25px}.tat-footer-links{gap:14px;flex-wrap:wrap}}.lms-catalog{width:100%;padding:80px 0 56px;color:#0f172a}@media (max-width: 768px){.lms-catalog{padding:0}}.lms-catalog svg{width:1em;height:1em;display:block}.lms-catalog-hero{position:relative;overflow:hidden;border-radius:28px;margin-bottom:28px;padding:30px;color:#fff;background:linear-gradient(135deg,#1e3a8a,#1e40af,#312e81);box-shadow:0 22px 42px #1e3a8a2e}.lms-catalog-hero__glow{position:absolute;border-radius:999px;pointer-events:none}.lms-catalog-hero__glow--right{top:0;right:0;width:256px;height:256px;background:#ffffff0d;filter:blur(64px);transform:translate(25%,-50%)}.lms-catalog-hero__glow--left{left:0;bottom:0;width:320px;height:320px;background:#3b82f633;filter:blur(64px);transform:translate(-25%,33%)}.lms-catalog-hero__content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:28px}.lms-catalog-hero__copy{max-width:610px}.lms-catalog-hero__copy h1{margin:0 0 10px;font-size:clamp(1.65rem,3vw,2.15rem);line-height:1.1;font-weight:700;letter-spacing:-.03em}.lms-catalog-hero__copy p{margin:0;color:#bfdbfe;line-height:1.75;font-size:.98rem}.lms-catalog-stats{display:flex;gap:14px;flex-wrap:nowrap}.lms-catalog-stat{min-width:112px;padding:16px 14px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#ffffff1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.lms-catalog-stat__icon{color:#93c5fd;font-size:1.35rem;margin-bottom:8px}.lms-catalog-stat__icon--progress{color:#93c5fd}.lms-catalog-stat__icon--completed{color:#34d399}.lms-catalog-stat__icon--cert{color:#fbbf24}.lms-catalog-stat strong{font-size:1.45rem;line-height:1}.lms-catalog-stat span:last-child{margin-top:5px;color:#bfdbfe;font-size:.75rem;font-weight:600}.lms-catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px;padding:14px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 8px 24px #0f172a0a}.lms-catalog-toolbar__title{display:flex;align-items:center;gap:12px}.lms-catalog-toolbar__icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;color:#2563eb;background:#eff6ff;font-size:1.25rem}.lms-catalog-toolbar h2{margin:0;color:#1e293b;font-size:1.25rem;font-weight:700}.lms-catalog-toolbar p{margin:3px 0 0;color:#64748b;font-size:.78rem;font-weight:600}.lms-catalog-controls{display:flex;gap:10px}.lms-catalog-search,.lms-catalog-filter{position:relative;display:flex;align-items:center;color:#94a3b8}.lms-catalog-search>span,.lms-catalog-filter>span{position:absolute;right:13px;z-index:1;font-size:.95rem;pointer-events:none}.lms-catalog-search input,.lms-catalog-filter select{width:270px;height:42px;border:0;border-radius:14px;padding:0 40px 0 14px;background:#f8fafc;color:#334155;font-size:.88rem;font-weight:600;box-shadow:inset 0 1px 2px #0f172a0a;transition:background .2s ease,box-shadow .2s ease}.lms-catalog-filter select{width:150px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.lms-catalog-search input:focus,.lms-catalog-filter select:focus{outline:none;background:#fff;box-shadow:0 0 0 3px #2563eb24}.lms-course-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.lms-course-card{min-width:0;overflow:hidden;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:#fff;box-shadow:0 6px 18px #0f172a0a;cursor:pointer;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.lms-course-card:hover{transform:translateY(-5px);border-color:#bfdbfee6;box-shadow:0 22px 42px #1e3a8a1c}.lms-course-card__image{position:relative;height:176px;overflow:hidden;background:#e2e8f0}.lms-course-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.lms-course-card:hover .lms-course-card__image img{transform:scale(1.08)}.lms-course-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(15,23,42,.78),rgba(15,23,42,.12) 58%,transparent)}.lms-course-card__category{position:absolute;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:6px 10px;border:1px solid rgba(255,255,255,.25);border-radius:9px;color:#fff;background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.7rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lms-course-card__body{min-height:0;padding:22px;flex:1;display:flex;flex-direction:column}.lms-course-card__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.lms-course-card__level{padding:5px 10px;border-radius:8px;font-size:.66rem;font-weight:700;letter-spacing:.04em}.lms-course-card__level--beginner{color:#2563eb;background:#eff6ff}.lms-course-card__level--intermediate{color:#7c3aed;background:#f5f3ff}.lms-course-card__level--advanced{color:#4338ca;background:#eef2ff}.lms-course-card__duration{min-width:0;padding:5px 8px;border-radius:8px;color:#64748b;background:#f8fafc;display:inline-flex;align-items:center;gap:5px;font-size:.73rem;font-weight:700;white-space:nowrap}.lms-course-card h3{margin:0 0 9px;color:#0f172a;font-size:1.08rem;line-height:1.35;font-weight:700;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.lms-course-card:hover h3{color:#2563eb}.lms-course-card__desc{margin:0 0 20px;color:#64748b;font-size:.88rem;line-height:1.65;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lms-course-card__footer{margin-top:auto}.lms-course-progress{margin-bottom:16px;padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.lms-course-progress__label{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#475569;font-size:.77rem;font-weight:700}.lms-course-progress__label>span{display:inline-flex;align-items:center;gap:5px}.lms-course-progress__label strong{color:#2563eb}.lms-course-progress__check{color:#10b981;font-size:.95rem}.lms-course-progress__track{height:8px;overflow:hidden;border-radius:999px;background:#cbd5e1b3;box-shadow:inset 0 1px 2px #0f172a14}.lms-course-progress__bar{height:100%;min-width:0;border-radius:inherit;background:linear-gradient(90deg,#3b82f6,#4f46e5);display:block;transition:width .65s ease}.lms-course-progress__bar--done{background:#10b981}.lms-course-card__button{width:100%;min-height:46px;border:0;border-radius:13px;padding:0 16px;color:#fff;background:#2563eb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.88rem;font-weight:700;transition:background .2s ease,box-shadow .2s ease,color .2s ease}.lms-course-card__button:hover{background:#1d4ed8;box-shadow:0 12px 24px #2563eb38}.lms-course-card__button--done{color:#334155;background:#f1f5f9}.lms-course-card__button--done:hover{color:#0f172a;background:#e2e8f0;box-shadow:none}.lms-course-card__button-icon{font-size:1.05rem}.lms-catalog-state{min-height:260px;padding:46px 24px;border:1px dashed #cbd5e1;border-radius:24px;color:#64748b;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.lms-catalog-state h3{margin:14px 0 6px;color:#1e293b;font-size:1.25rem}.lms-catalog-state p{margin:0}.lms-catalog-state button{margin-top:18px;border:0;border-radius:12px;padding:10px 18px;color:#2563eb;background:#eff6ff;font-weight:700;cursor:pointer}.lms-catalog-state__icon{font-size:2rem;color:#94a3b8}.lms-catalog-state__spinner{width:34px;height:34px;margin-bottom:12px;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:999px;animation:lms-spin .8s linear infinite}@keyframes lms-spin{to{transform:rotate(360deg)}}@media (max-width: 1280px){.lms-course-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 980px){.lms-catalog-hero__content,.lms-catalog-toolbar{align-items:stretch;flex-direction:column}.lms-catalog-controls,.lms-catalog-search,.lms-catalog-filter,.lms-catalog-search input,.lms-catalog-filter select{width:100%}.lms-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.lms-catalog-hero{padding:24px 18px;border-radius:22px}.lms-catalog-stats,.lms-catalog-controls{flex-direction:column}.lms-catalog-stat{width:100%}.lms-course-grid{grid-template-columns:1fr}}
