:root,[data-theme=light]{--primary-blue:#0f5a9f;--primary-blue-light:#1a7fd4;--primary-blue-glow:#0f5a9f26;--secondary-gray:#88929e;--background:#f8fafc;--background-alt:#f0f4f8;--text-main:#1e293b;--text-muted:#64748b;--card-bg:#ffffffd9;--card-bg-solid:#fff;--border-color:#e2e8f0;--glass-shadow:0 4px 30px #0000000f;--glass-border:1px solid #ffffff80;--input-bg:#fff;--sidebar-bg:#fff;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--transition-base:.25s ease}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--primary-blue:#4a9eff;--primary-blue-light:#6ab8ff;--primary-blue-glow:#4a9eff1a;--secondary-gray:#89a;--background:#080e1c;--background-alt:#0d1526;--text-main:#e8edf5;--text-muted:#7a8fa8;--card-bg:#0e162aeb;--card-bg-solid:#0f1c33;--border-color:#1a2840;--glass-shadow:0 4px 30px #0006;--glass-border:1px solid #ffffff0d;--input-bg:#0d1831;--sidebar-bg:#0a1225;--success:#2dc88e;--danger:#f06c6c;--warning:#f5b942}}[data-theme=dark]{--primary-blue:#4a9eff;--primary-blue-light:#6ab8ff;--primary-blue-glow:#4a9eff1a;--secondary-gray:#89a;--background:#080e1c;--background-alt:#0d1526;--text-main:#e8edf5;--text-muted:#7a8fa8;--card-bg:#0e162aeb;--card-bg-solid:#0f1c33;--border-color:#1a2840;--glass-shadow:0 4px 30px #0006;--glass-border:1px solid #ffffff0d;--input-bg:#0d1831;--sidebar-bg:#0a1225;--success:#2dc88e;--danger:#f06c6c;--warning:#f5b942}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-moz-text-size-adjust:100%;text-size-adjust:100%;font-size:16px;overflow-x:hidden}html,body{background-color:var(--background);max-width:100vw;color:var(--text-main);transition:background-color .3s,color .3s,border-color .3s}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}:target{scroll-margin-top:80px}body.ltr{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}body.rtl{font-family:Tajawal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}.page-content{flex-direction:column;flex:1;display:flex}.page-enter{flex-direction:column;flex:1;animation:.34s cubic-bezier(.16,1,.3,1) backwards pageFadeIn;display:flex}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@view-transition{navigation:auto}::view-transition-group(root){animation-duration:.42s}::view-transition-old(root){animation:.22s cubic-bezier(.4,0,1,1) both vt-fade-out}::view-transition-new(root){animation:.42s cubic-bezier(.16,1,.3,1) both vt-fade-in}@keyframes vt-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes vt-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}html[data-lang-switch] ::view-transition-group(root){animation-duration:.38s}html[data-lang-switch] ::view-transition-old(root){mix-blend-mode:normal;animation:.38s both lang-fade-out}html[data-lang-switch] ::view-transition-new(root){mix-blend-mode:normal;animation:.38s both lang-fade-in}@keyframes lang-fade-out{0%{opacity:1}to{opacity:0}}@keyframes lang-fade-in{0%{opacity:0}to{opacity:1}}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.glass-panel{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-lg);transition:background-color .3s,border-color .3s,box-shadow .3s}.form-input{border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--input-bg);width:100%;color:var(--text-main);transition:border-color var(--transition-base), box-shadow var(--transition-base);outline:none;padding:.85rem 1rem}.form-input:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px var(--primary-blue-glow)}.form-label{color:var(--text-main);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.btn-primary{border-radius:var(--radius-sm);background:var(--primary-blue);color:#fff;cursor:pointer;transition:transform .15s ease, box-shadow var(--transition-base);-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;display:inline-flex}.btn-primary:hover{box-shadow:0 4px 14px var(--primary-blue-glow);transform:translateY(-1px)}.btn-primary:active{transform:none}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-danger{border-radius:var(--radius-sm);background:var(--danger);color:#fff;cursor:pointer;transition:opacity var(--transition-base);-webkit-tap-highlight-color:transparent;border:none;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;display:inline-flex}.btn-danger:hover{opacity:.85}.btn-ghost{border-radius:var(--radius-sm);color:var(--primary-blue);border:2px solid var(--primary-blue);cursor:pointer;transition:all var(--transition-base);-webkit-tap-highlight-color:transparent;background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-weight:600;display:inline-flex}.btn-ghost:hover{background:var(--primary-blue);color:#fff}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:6px;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.badge-blue{background:var(--primary-blue-glow);color:var(--primary-blue)}.badge-green{color:var(--success);background:#10b9811f}.badge-red{color:var(--danger);background:#ef44441f}.status-dot{border-radius:50%;width:8px;height:8px;margin-inline-end:.4rem;display:inline-block}.status-active{background-color:var(--success)}.status-archived{background-color:var(--secondary-gray)}[dir=rtl] .status-dot{margin-inline:0 .4rem}@media (hover:none){button,a,[role=button]{min-height:44px}}@media (max-width:768px){.page-content{padding-top:60px}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--secondary-gray)}:focus-visible{outline:2px solid var(--primary-blue);outline-offset:3px;border-radius:4px}::selection{background:var(--primary-blue-glow);color:var(--primary-blue)}@media (max-width:480px){html{font-size:15px}body{padding-inline:0}}@supports (padding:max(0px)){@media (max-width:768px){.page-content{padding-inline:max(0px, env(safe-area-inset-left), env(safe-area-inset-right))}}}.page-content{width:100%;max-width:100vw}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}.page-enter{animation:none!important}}
.Navbar-module__cJzEcG__navbar{box-sizing:border-box;-webkit-backdrop-filter:blur(20px);z-index:1000;background:#ffffffb8;border-bottom:1px solid #ffffff73;justify-content:space-between;align-items:center;height:68px;padding:.7rem 1.5rem;transition:transform .32s cubic-bezier(.4,0,.2,1),background-color .3s,border-bottom-color .3s,box-shadow .3s;display:flex;position:sticky;top:0;box-shadow:0 1px 24px #0000000f}[data-theme=dark] .Navbar-module__cJzEcG__navbar{background:#0f172ad9;border-bottom-color:#ffffff12;box-shadow:0 1px 24px #0000004d}.Navbar-module__cJzEcG__left{align-items:center;display:flex}.Navbar-module__cJzEcG__logo{width:auto;height:clamp(48px,5.5vw,64px);transition:transform .2s;display:block}.Navbar-module__cJzEcG__logo:hover{transform:scale(1.04)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-muted);padding:.25rem 0;font-size:.9rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cJzEcG__link:after{content:"";bottom:-3px;background:var(--primary-blue);border-radius:2px;width:0;height:2px;transition:width .25s;position:absolute;inset-inline-start:0}.Navbar-module__cJzEcG__link:hover{color:var(--primary-blue)}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__linkActive{font-weight:600;color:var(--primary-blue)!important}.Navbar-module__cJzEcG__linkActive:after{width:100%!important}.Navbar-module__cJzEcG__actions{align-items:center;gap:.55rem;display:flex}.Navbar-module__cJzEcG__iconBtn{min-width:36px;min-height:36px;color:var(--text-main);border:1px solid var(--border-color);background:0 0;border-radius:9px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Navbar-module__cJzEcG__iconBtn:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:var(--primary-blue-glow)}.Navbar-module__cJzEcG__langPill{border:1px solid var(--border-color);background:var(--background-alt);border-radius:10px;align-items:center;gap:0;height:36px;transition:border-color .2s;display:flex;overflow:hidden}.Navbar-module__cJzEcG__langPill:hover{border-color:var(--primary-blue)}.Navbar-module__cJzEcG__langActive{letter-spacing:.06em;background:var(--primary-blue);color:#fff;align-items:center;height:100%;padding:0 .7rem;font-size:.75rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__langInactive{letter-spacing:.06em;height:100%;color:var(--text-muted);align-items:center;padding:0 .7rem;font-size:.75rem;font-weight:600;transition:color .2s,background .2s;display:flex}.Navbar-module__cJzEcG__langPill:hover .Navbar-module__cJzEcG__langInactive{color:var(--primary-blue);background:var(--primary-blue-glow)}.Navbar-module__cJzEcG__langDivider{background:var(--border-color);flex-shrink:0;width:1px;height:60%}.Navbar-module__cJzEcG__loginBtn{border:1.5px solid var(--primary-blue);min-height:36px;color:var(--primary-blue);border-radius:9px;align-items:center;padding:0 1.1rem;font-size:.87rem;font-weight:600;transition:all .2s;display:flex}.Navbar-module__cJzEcG__loginBtn:hover{background:var(--primary-blue);color:#fff;transform:translateY(-1px)}.Navbar-module__cJzEcG__userMenu{align-items:center;gap:.4rem;display:flex}.Navbar-module__cJzEcG__dashboardBtn{background:var(--primary-blue);color:#fff;border-radius:9px;align-items:center;min-height:36px;padding:0 1.1rem;font-size:.87rem;font-weight:600;transition:transform .15s,box-shadow .2s;display:flex}.Navbar-module__cJzEcG__dashboardBtn:hover{box-shadow:0 4px 12px var(--primary-blue-glow);transform:translateY(-1px)}.Navbar-module__cJzEcG__logoutBtn{min-width:34px;min-height:34px;color:var(--danger);background:#ef44441a;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;transition:all .2s;display:flex}.Navbar-module__cJzEcG__logoutBtn:hover{background:var(--danger);color:#fff}.Navbar-module__cJzEcG__hamburger{flex-direction:column;justify-content:center;gap:5px;min-width:44px;min-height:44px;padding:8px;display:none}.Navbar-module__cJzEcG__bar{background:var(--text-main);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__barOpen1{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__barOpen2{opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__barOpen3{transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cJzEcG__backdrop{z-index:998;opacity:0;background:#0006;transition:opacity .3s;display:none;position:fixed;inset:0}.Navbar-module__cJzEcG__backdropOpen{opacity:1;display:block}.Navbar-module__cJzEcG__mobileDrawer{top:68px;inset-inline:0;background:var(--sidebar-bg);border-top:2px solid var(--primary-blue);z-index:999;opacity:0;pointer-events:none;visibility:hidden;flex-direction:column;transition:opacity .22s,transform .22s,visibility 0s .22s;display:flex;position:fixed;bottom:0;overflow-y:auto;transform:translateY(-8px);box-shadow:0 8px 32px #00000024}[data-theme=dark] .Navbar-module__cJzEcG__mobileDrawer{background:var(--sidebar-bg);box-shadow:0 8px 32px #0006}.Navbar-module__cJzEcG__mobileDrawerOpen{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .22s,transform .22s,visibility;transform:translateY(0)}.Navbar-module__cJzEcG__mobileLinks{flex-direction:column;display:flex}.Navbar-module__cJzEcG__mobileLink{color:var(--text-main);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;min-height:56px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;transition:color .15s,background .15s;display:flex}.Navbar-module__cJzEcG__mobileLink:last-child{border-bottom:none}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--primary-blue);background:var(--primary-blue-glow)}.Navbar-module__cJzEcG__mobileLinkActive{background:var(--primary-blue-glow);color:var(--primary-blue)!important}.Navbar-module__cJzEcG__activeDot{background:var(--primary-blue);border-radius:50%;flex-shrink:0;width:6px;height:6px}.Navbar-module__cJzEcG__mobileDivider{background:var(--border-color);height:1px}.Navbar-module__cJzEcG__mobileFooter{flex-direction:column;gap:.65rem;padding:1.25rem 1.5rem;display:flex}.Navbar-module__cJzEcG__mobilePrimaryBtn{background:var(--primary-blue);color:#fff;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:0 1.5rem;font-size:1rem;font-weight:700;transition:opacity .2s;display:flex}.Navbar-module__cJzEcG__mobilePrimaryBtn:hover{opacity:.88}.Navbar-module__cJzEcG__mobileLogout{min-height:44px;color:var(--danger);align-items:center;width:100%;font-size:.95rem;font-weight:600;display:flex}@media (max-width:900px){.Navbar-module__cJzEcG__navLinks{gap:1rem}.Navbar-module__cJzEcG__link{font-size:.85rem}}@media (max-width:768px){.Navbar-module__cJzEcG__navbar{inset-inline:0;background:var(--sidebar-bg);-webkit-backdrop-filter:none;border-bottom:1px solid var(--border-color);height:68px;padding:0 1rem;position:fixed;top:0;box-shadow:0 2px 12px #00000014}[data-theme=dark] .Navbar-module__cJzEcG__navbar{background:var(--sidebar-bg)}.Navbar-module__cJzEcG__navbarHidden{transform:translateY(-100%)}.Navbar-module__cJzEcG__logo{height:52px}.Navbar-module__cJzEcG__navLinks,.Navbar-module__cJzEcG__userMenu{display:none}.Navbar-module__cJzEcG__loginBtn{border-radius:8px;min-height:34px;padding:0 .8rem;font-size:.82rem}.Navbar-module__cJzEcG__iconBtn{border-radius:8px;min-width:34px;min-height:34px}.Navbar-module__cJzEcG__langPill{border-radius:8px;height:34px}.Navbar-module__cJzEcG__langActive,.Navbar-module__cJzEcG__langInactive{padding:0 .55rem;font-size:.72rem}.Navbar-module__cJzEcG__hamburger{display:flex}}[dir=rtl] .Navbar-module__cJzEcG__link:after{inset-inline-start:0}[dir=rtl] .Navbar-module__cJzEcG__mobileLogout{text-align:end}
.Footer-module__S6Hkya__footer{background:var(--card-bg-solid);border-top:1px solid var(--border-color);margin-top:auto}.Footer-module__S6Hkya__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin-inline:auto;padding:4rem 2rem 3rem;display:grid}.Footer-module__S6Hkya__brand{flex-direction:column;gap:.85rem;display:flex}.Footer-module__S6Hkya__logoWrap{width:fit-content;display:inline-block}.Footer-module__S6Hkya__logo{width:auto;height:clamp(36px,4vw,48px);display:block}.Footer-module__S6Hkya__location{color:var(--text-muted);align-items:center;gap:5px;font-size:.8rem;font-weight:500;display:inline-flex}.Footer-module__S6Hkya__tagline{color:var(--text-main);letter-spacing:-.01em;font-size:1rem;font-weight:700}.Footer-module__S6Hkya__description{color:var(--text-muted);max-width:300px;font-size:.85rem;line-height:1.7}.Footer-module__S6Hkya__socials{gap:.6rem;margin-top:.25rem;display:flex}.Footer-module__S6Hkya__socialIcon{background:var(--background);border:1px solid var(--border-color);width:34px;height:34px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.Footer-module__S6Hkya__socialIcon:hover{color:var(--primary-blue);border-color:var(--primary-blue);background:var(--primary-blue-glow)}.Footer-module__S6Hkya__col{flex-direction:column;gap:.6rem;display:flex}.Footer-module__S6Hkya__colTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-main);border-bottom:1px solid var(--border-color);margin-bottom:.2rem;padding-bottom:.4rem;font-size:.78rem;font-weight:700}.Footer-module__S6Hkya__linkList{flex-direction:column;gap:.45rem;display:flex}.Footer-module__S6Hkya__link{color:var(--text-muted);width:fit-content;font-size:.875rem;transition:color .18s}.Footer-module__S6Hkya__link:hover{color:var(--primary-blue)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid var(--border-color);background:var(--background)}.Footer-module__S6Hkya__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;max-width:1200px;margin-inline:auto;padding:1.1rem 2rem;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-muted);font-size:.8rem}.Footer-module__S6Hkya__legalLinks{align-items:center;gap:.6rem;display:flex}.Footer-module__S6Hkya__legalDivider{color:var(--border-color);font-size:.8rem}@media (max-width:960px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr 1fr 1fr;gap:2rem}.Footer-module__S6Hkya__brand{flex-flow:wrap;grid-column:1/-1;gap:1.5rem}.Footer-module__S6Hkya__description{max-width:100%}}@media (max-width:640px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr 1fr;gap:1.75rem;padding:2.5rem 1.25rem 2rem}.Footer-module__S6Hkya__brand{flex-direction:column;grid-column:1/-1;gap:.75rem}.Footer-module__S6Hkya__description{max-width:100%}.Footer-module__S6Hkya__bottomInner{text-align:center;flex-direction:column;gap:.35rem}}@media (max-width:380px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr}}
.SplashScreen-module__I3M2YW__overlay{z-index:9999;background:linear-gradient(160deg,#051535 0%,#0a3272 55%,#0f5a9f 100%);justify-content:center;align-items:center;animation:.35s both SplashScreen-module__I3M2YW__splashIn;display:flex;position:fixed;inset:0}.SplashScreen-module__I3M2YW__overlay.SplashScreen-module__I3M2YW__dismissing{pointer-events:none;animation:.42s cubic-bezier(.4,0,1,1) both SplashScreen-module__I3M2YW__splashOut}@keyframes SplashScreen-module__I3M2YW__splashIn{0%{opacity:0}to{opacity:1}}@keyframes SplashScreen-module__I3M2YW__splashOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}.SplashScreen-module__I3M2YW__inner{flex-direction:column;align-items:center;gap:2rem;animation:.55s cubic-bezier(.16,1,.3,1) .1s both SplashScreen-module__I3M2YW__logoIn;display:flex}@keyframes SplashScreen-module__I3M2YW__logoIn{0%{opacity:0;transform:scale(.88)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.SplashScreen-module__I3M2YW__logoRing{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.SplashScreen-module__I3M2YW__logoRing:before{content:"";background:conic-gradient(#fff0 0%,#ffffff80 40%,#fff0 70%);border-radius:50%;animation:2s linear infinite SplashScreen-module__I3M2YW__ringRotate;position:absolute;inset:-8px}.SplashScreen-module__I3M2YW__logoRing:after{content:"";border:1.5px solid #fff3;border-radius:50%;position:absolute;inset:-4px}@keyframes SplashScreen-module__I3M2YW__ringRotate{to{transform:rotate(360deg)}}.SplashScreen-module__I3M2YW__wordmark{text-align:center;flex-direction:column;align-items:center;gap:.65rem;display:flex}.SplashScreen-module__I3M2YW__wordmarkMain{color:#fff;letter-spacing:-.03em;font-size:clamp(2.4rem,8vw,3.5rem);font-weight:800;line-height:1.1}[dir=rtl] .SplashScreen-module__I3M2YW__wordmarkMain{letter-spacing:.01em}.SplashScreen-module__I3M2YW__wordmarkSub{color:#ffffffa6;letter-spacing:.08em;text-transform:uppercase;font-size:clamp(.85rem,2.5vw,1rem);font-weight:500}[dir=rtl] .SplashScreen-module__I3M2YW__wordmarkSub{letter-spacing:.02em;text-transform:none}.SplashScreen-module__I3M2YW__logo{object-fit:contain;filter:drop-shadow(0 6px 20px #0000004d);z-index:1;border-radius:20px;width:84px;height:84px;position:relative}.SplashScreen-module__I3M2YW__progressTrack{background:#fff3;border-radius:99px;width:140px;height:3px;overflow:hidden}.SplashScreen-module__I3M2YW__progressFill{background:#fff;border-radius:99px;width:45%;height:100%;animation:1.1s cubic-bezier(.65,0,.35,1) infinite SplashScreen-module__I3M2YW__progressShuttle}@keyframes SplashScreen-module__I3M2YW__progressShuttle{0%{transform:translate(-110%)}to{transform:translate(240%)}}[dir=rtl] .SplashScreen-module__I3M2YW__progressFill{animation-name:SplashScreen-module__I3M2YW__progressShuttleRtl}@keyframes SplashScreen-module__I3M2YW__progressShuttleRtl{0%{transform:translate(110%)}to{transform:translate(-240%)}}@media (prefers-reduced-motion:reduce){.SplashScreen-module__I3M2YW__overlay,.SplashScreen-module__I3M2YW__inner,.SplashScreen-module__I3M2YW__logoRing:before{animation:none!important}.SplashScreen-module__I3M2YW__progressFill{width:100%;transform:none;animation:none!important}}
