@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.homePage{min-height:100vh;background-color:#fff;color:#222028;display:flex;flex-direction:column}.topBar{display:flex;justify-content:flex-end;padding:.75rem 2rem;position:absolute;top:0;right:0;z-index:10;gap:1rem}.topBar .loginBtn,.topBar .registerBtn,.topBar .logoutBtn{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;padding:.6rem 1.4rem;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;border:none;cursor:pointer}.topBar .loginBtn:hover,.topBar .registerBtn:hover,.topBar .logoutBtn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #22202826}.topBar .userProfile{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:#2220280d;border-radius:12px;color:#222028;font-weight:600;font-size:.9rem}.topBar .userProfile svg{color:#22202880}.topBar .navIconLink{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#2220280d;border-radius:12px;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1)}.topBar .navIconLink:hover{background:#2220281a;transform:translateY(-2px)}.topBar .loginBtn,.topBar .logoutBtn{color:#fff;background-color:#222028}.topBar .loginBtn:hover,.topBar .logoutBtn:hover{opacity:.9}.topBar .registerBtn{color:#222028;background-color:transparent;border:1px solid rgba(34,32,40,.2)}.topBar .registerBtn:hover{background-color:#2220280d;border-color:#222028}.hero{display:flex;flex-direction:column;align-items:center;border-bottom:1px solid rgba(34,32,40,.1);gap:1.5rem;padding:3rem 5% 4rem;background:linear-gradient(135deg,#fff,#f8f8f8 40%,#e6e5e5);position:relative}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Ccircle cx='2' cy='2' r='1' fill='rgba(0,0,0,0.02)'/%3E%3C/svg%3E");opacity:.3;pointer-events:none;z-index:1}.hero .tagline{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:1rem;margin-bottom:1.5rem;animation:fadeInDown .8s ease-out;text-align:center;position:relative;z-index:2;padding:0 5%}.hero .tagline span{font-size:1.25rem;color:#222028b3;text-transform:uppercase;letter-spacing:.12em;text-shadow:0 1px 4px rgba(255,255,255,.8)}.hero .tagline strong{font-size:1.5rem;color:#222028;font-weight:600;text-shadow:0 1px 4px rgba(255,255,255,.8)}.hero h1{font-size:2.75rem;font-weight:800;color:#222028;text-align:center;padding:0 5%;position:relative;z-index:2}.hero p{color:#222028b3;font-size:1.1rem;text-align:center;padding:0 5%;position:relative;z-index:2}.hero .logoContainer{position:relative;overflow:hidden;border-radius:24px;display:inline-flex;box-shadow:0 20px 60px #00000026}.hero .logoContainer img{height:320px;width:auto;display:block}.hero .logoContainer .shineEffect{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff8c,#fff0);transform:skew(-25deg);animation:shine 4s infinite ease-in-out}.hero .searchWrapper{display:flex;align-items:center;gap:.75rem;background-color:#fff;padding:.9rem 1.4rem;border-radius:14px;width:100%;max-width:520px;border:1px solid rgba(34,32,40,.1);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 12px #2220280f}.hero .searchWrapper:focus-within{box-shadow:0 4px 20px #2220281a}.hero .searchWrapper input{background:none;border:none;outline:none;font-size:.95rem;color:#222028;width:100%}.hero .searchWrapper input::placeholder{color:#22202866}.hero .searchWrapper svg{color:#22202866;flex-shrink:0}.formsGrid{padding:4rem 5% 8rem}.formsGrid .sectionHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(34,32,40,.05)}.formsGrid .sectionHeader h2{font-size:1.5rem;font-weight:800;color:#222028;margin:0}.formsGrid .sectionHeader .countBadge{padding:.35rem 1rem;background:#e6e5e5;color:#222028;font-weight:700;font-size:.85rem;border-radius:30px}.formsGrid .gridContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem}.formsGrid .loadingState,.formsGrid .errorState,.formsGrid .emptyState{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center;color:#22202899}.formsGrid .loadingState .spinner,.formsGrid .errorState .spinner,.formsGrid .emptyState .spinner{width:44px;height:44px;border:3px solid rgba(34,32,40,.08);border-top-color:#222028;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.formsGrid .loadingState p,.formsGrid .errorState p,.formsGrid .emptyState p{font-size:1.1rem;font-weight:500}.formsGrid .errorState p{color:#d32f2f}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.formCard{background:#fff;border:1px solid rgba(34,32,40,.1);border-radius:20px;padding:1.5rem;display:flex;gap:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.formCard:hover{transform:translateY(-4px);box-shadow:0 10px 30px #22202814;border-color:#22202833}.formCard .formIcon{width:48px;height:48px;background-color:#e6e5e5;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#222028;flex-shrink:0}.formCard .formDetails{flex:1}.formCard .formHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.formCard .formHeader .idWrapper{display:flex;align-items:center;gap:.75rem}.formCard .formHeader .idWrapper .formId{font-weight:800;color:#222028;font-size:.85rem;text-decoration:none;background:#2220280d;padding:.2rem .5rem;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1)}.formCard .formHeader .idWrapper .formId:hover{background:#2220281a}.formCard .formHeader .idWrapper .criticalBadge{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:900;color:#ef4444;background:#ef444414;padding:.25rem .6rem;border-radius:20px;letter-spacing:.05em;animation:criticalPulse 2s infinite;border:1px solid rgba(239,68,68,.2)}.formCard .formHeader .idWrapper .criticalBadge svg{animation:iconShake 1.5s infinite}.formCard .formHeader .formVersion{font-size:.75rem;color:#222028b3;background:#e6e5e5;padding:.2rem .6rem;border-radius:6px;font-weight:700}.formCard .formName{font-size:1rem;line-height:1.4;color:#222028;font-weight:500;margin-bottom:.75rem;height:2.8rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.formCard .formName a{color:inherit;text-decoration:none;transition:color .2s}.formCard .formName a:hover{color:#222028}.formCard .formMeta{margin-bottom:1.25rem}.formCard .formMeta .lastChecked{font-size:.75rem;color:#22202880;display:flex;align-items:center;gap:.4rem}.formCard .formMeta .lastChecked:before{content:"";display:inline-block;width:6px;height:6px;background-color:#4caf50;border-radius:50%}.formCard .formActions{display:flex;gap:.75rem;align-items:center;margin-top:1rem}.formCard .formActions .downloadBtn,.formCard .formActions .subscribeBtn,.formCard .formActions .subscribedBtn{display:flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:700;padding:.45rem .85rem;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer;border:none;white-space:nowrap}.formCard .formActions .downloadBtn{background-color:#2220280d;color:#222028;border:1px solid rgba(34,32,40,.1)}.formCard .formActions .downloadBtn:hover{background-color:#222028;color:#fff}.formCard .formActions .subscribeBtn{background-color:#d6f28126;color:#64800d;border:1px solid rgba(214,242,129,.3)}.formCard .formActions .subscribeBtn:hover{background-color:#d6f281;color:#222028;transform:translateY(-2px)}.formCard .formActions .subscribedBtn{background-color:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.formCard .formActions .subscribedBtn:hover{background-color:#ef4444;color:#fff;border-color:#ef4444;transform:translateY(-2px)}.formCard .formActions .viewLink{margin-left:auto;color:#2220284d;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center}.formCard .formActions .viewLink:hover{color:#222028;transform:scale(1.1)}.formCard .formActions .mini-spinner{width:14px;height:14px;border:2px solid rgba(34,32,40,.2);border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.hero{padding:2.5rem 5% 3rem;gap:1.25rem}.hero h1{font-size:2.1rem;padding:0 2%}.hero p{font-size:1rem}.hero .logoContainer img{height:220px}.hero .tagline span{font-size:1rem}.hero .tagline strong{font-size:1.25rem}.hero .searchWrapper{padding:.8rem 1.1rem}.hero .searchWrapper input{font-size:.9rem}.formsGrid{padding:2.5rem 5% 5rem}.formsGrid .sectionHeader{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.formsGrid .gridContainer{grid-template-columns:1fr;gap:1.5rem}.formCard{padding:1.25rem;gap:1rem}.formCard .formIcon{width:40px;height:40px}}.heroBackgroundWrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.heroBackgroundWrapper .heroBgLayers{position:absolute;top:0;left:0;width:100%;height:100%}.heroBackgroundWrapper .heroBgLayers .heroBg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill}.heroBackgroundWrapper .floatingIcon{position:absolute;color:#22202821;animation:float 15s ease-in-out infinite}.heroBackgroundWrapper .floatingIcon.icon-1{top:12%;left:8%;animation-delay:0s;--rotation: -12deg}.heroBackgroundWrapper .floatingIcon.icon-2{top:65%;left:6%;animation-delay:-2s;--rotation: 18deg}.heroBackgroundWrapper .floatingIcon.icon-3{top:18%;left:65%;animation-delay:-5s;--rotation: 8deg}.heroBackgroundWrapper .floatingIcon.icon-4{top:72%;left:88%;animation-delay:-7s;--rotation: -18deg}.heroBackgroundWrapper .floatingIcon.icon-5{top:22%;left:35%;animation-delay:-3s;--rotation: 12deg}.heroBackgroundWrapper .floatingIcon.icon-6{top:82%;left:22%;animation-delay:-6s;--rotation: -8deg}.heroBackgroundWrapper .floatingIcon.icon-7{top:45%;left:92%;animation-delay:-1s;--rotation: 22deg}.heroBackgroundWrapper .floatingIcon.icon-8{top:5%;left:18%;animation-delay:-4s;--rotation: 14deg}.heroBackgroundWrapper .floatingIcon.icon-9{top:52%;left:32%;animation-delay:-8s;--rotation: -10deg}.heroBackgroundWrapper .floatingIcon.icon-10{top:40%;left:68%;animation-delay:-3s;--rotation: -14deg}.heroBackgroundWrapper .floatingIcon.icon-11{top:78%;left:70%;animation-delay:-9s;--rotation: 20deg}.heroBackgroundWrapper .floatingIcon.icon-12{top:45%;left:12%;animation-delay:-11s;--rotation: -6deg}.heroBackgroundWrapper .floatingIcon.icon-13{top:88%;left:78%;animation-delay:-5s;--rotation: 12deg}.heroBackgroundWrapper .floatingIcon.icon-14{top:8%;left:83%;animation-delay:-2s;--rotation: -15deg}@keyframes float{0%,to{transform:translateY(0) rotate(var(--rotation, 0deg))}50%{transform:translateY(-20px) rotate(calc(var(--rotation, 0deg) + 5deg))}}.appFooter{margin-top:auto;padding:3rem 2rem;border-top:1px solid rgba(34,32,40,.1);background-color:#e6e5e5}.appFooter .footerContent{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.appFooter .footerBrand{display:flex;align-items:center;justify-content:center;gap:.75rem;opacity:.8;transition:all .3s cubic-bezier(.4,0,.2,1)}.appFooter .footerBrand:hover{opacity:1}.appFooter .footerBrand .footerLogo{height:24px;width:auto}.appFooter .footerBrand .footerName{font-size:1.1rem;font-weight:700;color:#222028;letter-spacing:-.01em}.appFooter .footerCopy{color:#22202866;font-size:.9rem;margin:0;line-height:1.6}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.modalContent{background:#fff;width:100%;max-width:500px;border-radius:24px;padding:2.5rem;position:relative;box-shadow:0 20px 50px #00000026;animation:modalSlide .4s cubic-bezier(.16,1,.3,1);border:1px solid rgba(255,255,255,.2)}.modalContent .closeBtn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#9ca3af;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s}.modalContent .closeBtn:hover{background:#f3f4f6;color:#1f2937}.modalContent .modalHeader{text-align:center;margin-bottom:2rem}.modalContent .modalHeader .iconWrapper{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.modalContent .modalHeader .iconWrapper.sub{background:#d6f28133;color:#64800d}.modalContent .modalHeader .iconWrapper.unsub{background:#ef444414;color:#ef4444}.modalContent .modalHeader h2{font-size:1.5rem;font-weight:800;color:#222028;margin-bottom:.5rem}.modalContent .modalHeader .formTarget{font-size:.9rem;font-weight:700;color:#6b7280;background:#f9fafb;display:inline-block;padding:.25rem .75rem;border-radius:8px}.modalContent .modalBody{margin-bottom:2.5rem}.modalContent .modalBody p{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.modalContent .modalBody .benefitGrid{display:flex;flex-direction:column;gap:1.25rem}.modalContent .modalBody .benefitGrid .benefitItem{display:flex;gap:1rem;align-items:flex-start}.modalContent .modalBody .benefitGrid .benefitItem svg{color:#b8e825;margin-top:.2rem}.modalContent .modalBody .benefitGrid .benefitItem strong{display:block;font-size:.95rem;color:#222028;margin-bottom:.2rem}.modalContent .modalBody .benefitGrid .benefitItem span{font-size:.85rem;color:#6b7280;line-height:1.4;display:block}.modalContent .modalBody .unsubWarning ul{list-style:none;padding:0}.modalContent .modalBody .unsubWarning ul li{padding-left:1.5rem;position:relative;color:#4b5563;margin-bottom:.75rem;font-size:.9rem}.modalContent .modalBody .unsubWarning ul li:before{content:"•";position:absolute;left:.5rem;color:#ef4444;font-weight:900}.modalContent .modalFooter{display:flex;gap:1rem}.modalContent .modalFooter button{flex:1;padding:1rem;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s}.modalContent .modalFooter .cancelBtn{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.modalContent .modalFooter .cancelBtn:hover{background:#f9fafb;border-color:#d1d5db}.modalContent .modalFooter .confirmBtn{border:none;color:#fff}.modalContent .modalFooter .confirmBtn.sub{background:#b8e825;color:#222028;box-shadow:0 4px 12px #d6f28133}.modalContent .modalFooter .confirmBtn.sub:hover{transform:translateY(-2px);box-shadow:0 6px 15px #d6f2814d;background:#acdd17}.modalContent .modalFooter .confirmBtn.unsub{background:#ef4444;box-shadow:0 4px 12px #ef444433}.modalContent .modalFooter .confirmBtn.unsub:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ef44444d}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.loginPage{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;position:relative;overflow:hidden;padding:1.5rem}.loginPage .loginBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.loginPage .loginBg .blob{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(80px);opacity:.15;animation:drift 20s infinite alternate ease-in-out}.loginPage .loginBg .blob-1{background:#222028;top:-200px;right:-100px}.loginPage .loginBg .blob-2{background:#e6e5e5;bottom:-300px;left:-200px;animation-delay:-10s}.loginPage .loginContent{width:100%;max-width:440px;position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.loginPage .backHome{display:flex;align-items:center;gap:.5rem;color:#222028b3;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.loginPage .backHome:hover{color:#222028;transform:translate(-4px)}.loginPage .loginCard{background:#fff;padding:3rem 2.5rem;border-radius:28px;border:1px solid rgba(34,32,40,.1);box-shadow:0 20px 60px #00000014;display:flex;flex-direction:column;gap:2.5rem;animation:slideIn .6s cubic-bezier(.4,0,.2,1)}.loginPage .loginCard .cardHeader{text-align:center}.loginPage .loginCard .cardHeader .logoWrapper{display:inline-flex;border-radius:20px;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 10px 25px #0000001a}.loginPage .loginCard .cardHeader .logoWrapper img{height:120px;width:auto;display:block}.loginPage .loginCard .cardHeader h1{font-size:1.75rem;font-weight:800;color:#222028;margin-bottom:.5rem}.loginPage .loginCard .cardHeader p{color:#222028b3;font-size:.95rem;line-height:1.5;padding:0 5%}.loginPage .loginCard .loginForm{display:flex;flex-direction:column;gap:1.75rem}.loginPage .loginCard .loginForm .inputGroup{display:flex;flex-direction:column;gap:.6rem}.loginPage .loginCard .loginForm .inputGroup label{font-size:.85rem;font-weight:700;color:#222028;padding-left:.25rem}.loginPage .loginCard .loginForm .inputGroup .labelRow{display:flex;justify-content:space-between;align-items:center}.loginPage .loginCard .loginForm .inputGroup .labelRow a{font-size:.8rem;color:#222028b3;text-decoration:none}.loginPage .loginCard .loginForm .inputGroup .labelRow a:hover{color:#222028}.loginPage .loginCard .loginForm .inputGroup .inputWrapper{position:relative;display:flex;align-items:center}.loginPage .loginCard .loginForm .inputGroup .inputWrapper .inputIcon{position:absolute;left:1.25rem;color:#2220284d;pointer-events:none}.loginPage .loginCard .loginForm .inputGroup .inputWrapper input{width:100%;background-color:#22202808;border:1px solid rgba(34,32,40,.08);padding:1.1rem 1.25rem 1.1rem 3.25rem;border-radius:14px;font-size:.95rem;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1)}.loginPage .loginCard .loginForm .inputGroup .inputWrapper input::placeholder{color:#2220284d}.loginPage .loginCard .loginForm .inputGroup .inputWrapper input:focus{outline:none;background-color:#fff;border-color:#222028;box-shadow:0 0 0 4px #2220280d}.loginPage .loginCard .loginForm .errorMessage{display:flex;align-items:center;gap:.75rem;background-color:#fff1f0;border:1px solid #ffa39e;color:#cf1322;padding:.8rem 1rem;border-radius:10px;font-size:.85rem;animation:shake .4s ease-in-out}.loginPage .loginCard .loginForm .loginSubmit{margin-top:1rem;height:3.5rem;background-color:#222028;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.loginPage .loginCard .loginForm .loginSubmit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #22202840}.loginPage .loginCard .loginForm .loginSubmit:active:not(:disabled){transform:translateY(0)}.loginPage .loginCard .loginForm .loginSubmit:disabled{opacity:.7;cursor:not-allowed}.loginPage .loginCard .loginForm .loginSubmit .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0;margin:0}.loginPage .loginCard .cardFooter{text-align:center;display:flex;flex-direction:column;gap:1rem}.loginPage .loginCard .cardFooter .securityBadge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:#22202866;font-weight:600;text-transform:uppercase;letter-spacing:.05em;justify-content:center}.loginPage .loginCard .cardFooter .noAccount{font-size:.9rem;color:#222028b3}.loginPage .loginCard .cardFooter .noAccount a{color:#222028;font-weight:700;text-decoration:none}.loginPage .loginCard .cardFooter .noAccount a:hover{text-decoration:underline}@media (max-width: 480px){.loginCard{padding:2.5rem 1.5rem}}.registerPage{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;position:relative;overflow:hidden;padding:2rem 1.5rem}.registerPage .registerBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.registerPage .registerBg .blob{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(80px);opacity:.12;animation:drift 20s infinite alternate ease-in-out}.registerPage .registerBg .blob-1{background:#222028;top:-100px;left:-100px}.registerPage .registerBg .blob-2{background:#e6e5e5;bottom:-100px;right:-100px;animation-delay:-10s}.registerPage .registerContent{width:100%;max-width:520px;position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.registerPage .backLink{display:flex;align-items:center;gap:.5rem;color:#222028b3;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.registerPage .backLink:hover{color:#222028;transform:translate(-4px)}.registerPage .registerCard{background:#fff;padding:3rem;border-radius:32px;border:1px solid rgba(34,32,40,.1);box-shadow:0 20px 80px #00000014;display:flex;flex-direction:column;gap:2.5rem;animation:slideUp .6s cubic-bezier(.4,0,.2,1)}.registerPage .registerCard .cardHeader{text-align:center}.registerPage .registerCard .cardHeader .logoWrapper{display:inline-flex;border-radius:22px;overflow:hidden;margin-bottom:1.25rem;box-shadow:0 10px 25px #00000014}.registerPage .registerCard .cardHeader .logoWrapper img{height:120px;width:auto;display:block}.registerPage .registerCard .cardHeader h1{font-size:1.85rem;font-weight:800;color:#222028;margin-bottom:.5rem;letter-spacing:-.02em}.registerPage .registerCard .cardHeader p{color:#222028b3;font-size:.95rem;line-height:1.5;max-width:320px;margin:0 auto}.registerPage .registerCard .registerForm{display:flex;flex-direction:column;gap:1.5rem}.registerPage .registerCard .registerForm .inputRow{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 480px){.registerPage .registerCard .registerForm .inputRow{grid-template-columns:1fr}}.registerPage .registerCard .registerForm .inputGroup{display:flex;flex-direction:column;gap:.6rem}.registerPage .registerCard .registerForm .inputGroup label{font-size:.85rem;font-weight:700;color:#222028;padding-left:.25rem}.registerPage .registerCard .registerForm .inputGroup .inputWrapper{position:relative;display:flex;align-items:center}.registerPage .registerCard .registerForm .inputGroup .inputWrapper .inputIcon{position:absolute;left:1.25rem;color:#2220284d;pointer-events:none}.registerPage .registerCard .registerForm .inputGroup .inputWrapper input{width:100%;background-color:#22202808;border:1px solid rgba(34,32,40,.08);padding:1rem 1.25rem 1rem 3.25rem;border-radius:14px;font-size:.95rem;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1)}.registerPage .registerCard .registerForm .inputGroup .inputWrapper input::placeholder{color:#22202840}.registerPage .registerCard .registerForm .inputGroup .inputWrapper input:focus{outline:none;background-color:#fff;border-color:#222028;box-shadow:0 0 0 4px #2220280d}.registerPage .registerCard .registerForm .errorMessage{display:flex;align-items:center;gap:.75rem;background-color:#fff1f0;border:1px solid #ffa39e;color:#cf1322;padding:.8rem 1rem;border-radius:12px;font-size:.85rem;animation:shake .4s ease-in-out}.registerPage .registerCard .registerForm .registerSubmit{margin-top:.5rem;height:3.75rem;background-color:#222028;color:#fff;border:none;border-radius:16px;font-size:1.05rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.registerPage .registerCard .registerForm .registerSubmit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #22202833}.registerPage .registerCard .registerForm .registerSubmit:active:not(:disabled){transform:translateY(0)}.registerPage .registerCard .registerForm .registerSubmit:disabled{opacity:.7;cursor:not-allowed}.registerPage .registerCard .registerForm .registerSubmit .spinner{width:22px;height:22px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0;margin:0}.registerPage .registerCard .cardFooter{text-align:center;display:flex;flex-direction:column;gap:1.25rem}.registerPage .registerCard .cardFooter .securityBadge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:#22202859;font-weight:700;text-transform:uppercase;letter-spacing:.06em;justify-content:center}.registerPage .registerCard .cardFooter .hasAccount{font-size:.9rem;color:#222028b3}.registerPage .registerCard .cardFooter .hasAccount a{color:#222028;font-weight:700;text-decoration:none}.registerPage .registerCard .cardFooter .hasAccount a:hover{text-decoration:underline}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(40px,40px) scale(1.1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@media (max-width: 600px){.registerCard{padding:2.5rem 1.5rem}}.forgotPasswordPage{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;position:relative;overflow:hidden;padding:1.5rem}.forgotPasswordPage .forgotPasswordBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.forgotPasswordPage .forgotPasswordBg .blob{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(80px);opacity:.15;animation:drift 20s infinite alternate ease-in-out}.forgotPasswordPage .forgotPasswordBg .blob-1{background:#222028;top:-200px;right:-100px}.forgotPasswordPage .forgotPasswordBg .blob-2{background:#e6e5e5;bottom:-300px;left:-200px;animation-delay:-10s}.forgotPasswordPage .forgotPasswordContent{width:100%;max-width:440px;position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.forgotPasswordPage .backLogin{display:flex;align-items:center;gap:.5rem;color:#222028b3;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.forgotPasswordPage .backLogin:hover{color:#222028;transform:translate(-4px)}.forgotPasswordPage .forgotPasswordCard{background:#fff;padding:3rem 2.5rem;border-radius:28px;border:1px solid rgba(34,32,40,.1);box-shadow:0 20px 60px #00000014;display:flex;flex-direction:column;gap:2.5rem;animation:slideIn .6s cubic-bezier(.4,0,.2,1)}.forgotPasswordPage .forgotPasswordCard .cardHeader{text-align:center}.forgotPasswordPage .forgotPasswordCard .cardHeader .logoWrapper{display:inline-flex;border-radius:20px;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 10px 25px #0000001a}.forgotPasswordPage .forgotPasswordCard .cardHeader .logoWrapper img{height:120px;width:auto;display:block}.forgotPasswordPage .forgotPasswordCard .cardHeader h1{font-size:1.75rem;font-weight:800;color:#222028;margin-bottom:.5rem}.forgotPasswordPage .forgotPasswordCard .cardHeader p{color:#222028b3;font-size:.95rem;line-height:1.5;padding:0 5%}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm{display:flex;flex-direction:column;gap:1.75rem}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .inputGroup{display:flex;flex-direction:column;gap:.6rem}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .inputGroup label{font-size:.85rem;font-weight:700;color:#222028;padding-left:.25rem}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .inputGroup .inputWrapper{position:relative;display:flex;align-items:center}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .inputGroup .inputWrapper .inputIcon{position:absolute;left:1.25rem;color:#2220284d;pointer-events:none}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .inputGroup .inputWrapper input{width:100%;background-color:#22202808;border:1px solid rgba(34,32,40,.08);padding:1.1rem 1.25rem 1.1rem 3.25rem;border-radius:14px;font-size:.95rem;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1)}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .inputGroup .inputWrapper input::placeholder{color:#2220284d}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .inputGroup .inputWrapper input:focus{outline:none;background-color:#fff;border-color:#222028;box-shadow:0 0 0 4px #2220280d}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .errorMessage{display:flex;align-items:center;gap:.75rem;background-color:#fff1f0;border:1px solid #ffa39e;color:#cf1322;padding:.8rem 1rem;border-radius:10px;font-size:.85rem;animation:shake .4s ease-in-out}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .forgotPasswordSubmit{margin-top:1rem;height:3.5rem;background-color:#222028;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .forgotPasswordSubmit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #22202840}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .forgotPasswordSubmit:disabled{opacity:.7;cursor:not-allowed}.forgotPasswordPage .forgotPasswordCard .forgotPasswordForm .forgotPasswordSubmit .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0;margin:0}.forgotPasswordPage .forgotPasswordCard .successState{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;animation:fadeIn .5s ease-out}.forgotPasswordPage .forgotPasswordCard .successState .successIcon{width:80px;height:80px;background-color:#e6e5e533;color:#222028;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:.5rem}.forgotPasswordPage .forgotPasswordCard .successState h3{font-size:1.5rem;font-weight:800;color:#222028;margin:0}.forgotPasswordPage .forgotPasswordCard .successState p{color:#222028b3;font-size:.95rem;line-height:1.6;margin:0;padding:0 10%}.forgotPasswordPage .forgotPasswordCard .successState p b{color:#222028}.forgotPasswordPage .forgotPasswordCard .successState .returnLoginBtn{margin-top:1rem;color:#222028;font-weight:700;text-decoration:none;padding:.8rem 1.5rem;border:1px solid rgba(34,32,40,.1);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.forgotPasswordPage .forgotPasswordCard .successState .returnLoginBtn:hover{background-color:#2220280d;border-color:#222028}.forgotPasswordPage .forgotPasswordCard .cardFooter{text-align:center}.forgotPasswordPage .forgotPasswordCard .cardFooter .securityBadge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:#22202866;font-weight:600;text-transform:uppercase;letter-spacing:.05em;justify-content:center}@media (max-width: 480px){.forgotPasswordCard{padding:2.5rem 1.5rem}}.resetPasswordPage{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;position:relative;overflow:hidden;padding:1.5rem}.resetPasswordPage .resetPasswordBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.resetPasswordPage .resetPasswordBg .blob{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(80px);opacity:.15;animation:drift 20s infinite alternate ease-in-out}.resetPasswordPage .resetPasswordBg .blob-1{background:#222028;top:-200px;right:-100px}.resetPasswordPage .resetPasswordBg .blob-2{background:#e6e5e5;bottom:-300px;left:-200px;animation-delay:-10s}.resetPasswordPage .resetPasswordContent{width:100%;max-width:440px;position:relative;z-index:1;display:flex;flex-direction:column;gap:1.5rem}.resetPasswordPage .resetPasswordCard{background:#fff;padding:3rem 2.5rem;border-radius:28px;border:1px solid rgba(34,32,40,.1);box-shadow:0 20px 60px #00000014;display:flex;flex-direction:column;gap:2.5rem;animation:slideIn .6s cubic-bezier(.4,0,.2,1)}.resetPasswordPage .resetPasswordCard .cardHeader{text-align:center}.resetPasswordPage .resetPasswordCard .cardHeader .logoWrapper{display:inline-flex;border-radius:20px;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 10px 25px #0000001a}.resetPasswordPage .resetPasswordCard .cardHeader .logoWrapper img{height:120px;width:auto;display:block}.resetPasswordPage .resetPasswordCard .cardHeader h1{font-size:1.75rem;font-weight:800;color:#222028;margin-bottom:.5rem}.resetPasswordPage .resetPasswordCard .cardHeader p{color:#222028b3;font-size:.95rem;line-height:1.5;padding:0 5%}.resetPasswordPage .resetPasswordCard .resetPasswordForm{display:flex;flex-direction:column;gap:1.75rem}.resetPasswordPage .resetPasswordCard .resetPasswordForm .inputGroup{display:flex;flex-direction:column;gap:.6rem}.resetPasswordPage .resetPasswordCard .resetPasswordForm .inputGroup label{font-size:.85rem;font-weight:700;color:#222028;padding-left:.25rem}.resetPasswordPage .resetPasswordCard .resetPasswordForm .inputGroup .inputWrapper{position:relative;display:flex;align-items:center}.resetPasswordPage .resetPasswordCard .resetPasswordForm .inputGroup .inputWrapper .inputIcon{position:absolute;left:1.25rem;color:#2220284d;pointer-events:none}.resetPasswordPage .resetPasswordCard .resetPasswordForm .inputGroup .inputWrapper input{width:100%;background-color:#22202808;border:1px solid rgba(34,32,40,.08);padding:1.1rem 1.25rem 1.1rem 3.25rem;border-radius:14px;font-size:.95rem;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1)}.resetPasswordPage .resetPasswordCard .resetPasswordForm .inputGroup .inputWrapper input::placeholder{color:#2220284d}.resetPasswordPage .resetPasswordCard .resetPasswordForm .inputGroup .inputWrapper input:focus{outline:none;background-color:#fff;border-color:#222028;box-shadow:0 0 0 4px #2220280d}.resetPasswordPage .resetPasswordCard .resetPasswordForm .errorMessage{display:flex;align-items:center;gap:.75rem;background-color:#fff1f0;border:1px solid #ffa39e;color:#cf1322;padding:.8rem 1rem;border-radius:10px;font-size:.85rem;animation:shake .4s ease-in-out}.resetPasswordPage .resetPasswordCard .resetPasswordForm .resetPasswordSubmit{margin-top:1rem;height:3.5rem;background-color:#222028;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);line-height:1}.resetPasswordPage .resetPasswordCard .resetPasswordForm .resetPasswordSubmit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #22202840}.resetPasswordPage .resetPasswordCard .resetPasswordForm .resetPasswordSubmit:disabled{opacity:.7;cursor:not-allowed}.resetPasswordPage .resetPasswordCard .resetPasswordForm .resetPasswordSubmit .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0;margin:0}.resetPasswordPage .resetPasswordCard .successState{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem;animation:fadeIn .5s ease-out}.resetPasswordPage .resetPasswordCard .successState .successIcon{width:80px;height:80px;background-color:#e6e5e533;color:#222028;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:.5rem}.resetPasswordPage .resetPasswordCard .successState h3{font-size:1.5rem;font-weight:800;color:#222028;margin:0}.resetPasswordPage .resetPasswordCard .successState p{color:#222028b3;font-size:.95rem;line-height:1.6;margin:0;padding:0 10%}.resetPasswordPage .resetPasswordCard .successState .returnLoginBtn{margin-top:1rem;color:#222028;font-weight:700;text-decoration:none;padding:.8rem 1.5rem;border:1px solid rgba(34,32,40,.1);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.resetPasswordPage .resetPasswordCard .successState .returnLoginBtn:hover{background-color:#2220280d;border-color:#222028}.resetPasswordPage .resetPasswordCard .cardFooter{text-align:center}.resetPasswordPage .resetPasswordCard .cardFooter .securityBadge{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;color:#22202866;font-weight:600;text-transform:uppercase;letter-spacing:.05em;justify-content:center}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(50px,30px) scale(1.1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@media (max-width: 480px){.resetPasswordCard{padding:2.5rem 1.5rem}}.formDetailPage{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.formDetailPage.loading,.formDetailPage.error{align-items:center;justify-content:center;text-align:center}.formDetailPage .detailNav{padding:1.5rem 5%;background:transparent;position:absolute;top:0;left:0;width:100%;z-index:10}.formDetailPage .detailNav .backBtn{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#222028;font-weight:600;cursor:pointer;padding:.5rem 1rem .5rem 0;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1)}.formDetailPage .detailNav .backBtn:hover{background:#2220280d;transform:translate(-4px)}.formDetailPage .detailHero{padding:8rem 5% 4rem;background:linear-gradient(135deg,#fff,#e6e5e5);position:relative;overflow:hidden}.formDetailPage .detailHero:before{content:"";position:absolute;top:0;right:0;width:40%;height:100%;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='800'%20height='400'%20preserveAspectRatio='none'%3e%3cdefs%3e%3cpattern%20id='grid'%20width='40'%20height='40'%20patternUnits='userSpaceOnUse'%3e%3cpath%20d='M%2040%200%20L%200%200%200%2040'%20fill='none'%20stroke='rgba(34,32,40,0.08)'%20stroke-width='1'/%3e%3ccircle%20cx='0'%20cy='0'%20r='1.5'%20fill='rgba(34,32,40,0.12)'%20/%3e%3c/pattern%3e%3c/defs%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23grid)'%20/%3e%3c/svg%3e") no-repeat right center;opacity:.05;-webkit-mask-image:linear-gradient(to left,black,transparent);mask-image:linear-gradient(to left,black,transparent)}.formDetailPage .detailHero .heroContent{position:relative;z-index:2}.formDetailPage .detailHero .heroContent .formTypeBadge{display:inline-block;padding:.4rem 1rem;background:#22202814;color:#222028;border-radius:30px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.formDetailPage .detailHero .heroContent h1{font-size:3.5rem;font-weight:800;color:#222028;margin-bottom:1rem}.formDetailPage .detailHero .heroContent .formSummary{font-size:1.25rem;color:#222028b3;max-width:700px;line-height:1.6;margin-bottom:2.5rem}.formDetailPage .detailHero .heroContent .quickMeta{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:3rem}.formDetailPage .detailHero .heroContent .quickMeta .metaItem{display:flex;align-items:center;gap:.75rem;color:#222028;font-size:1rem}.formDetailPage .detailHero .heroContent .quickMeta .metaItem strong{color:#222028;font-weight:700}.formDetailPage .detailHero .heroContent .quickMeta .metaItem svg{color:#222028;opacity:.6}.formDetailPage .detailHero .heroContent .heroActions{display:flex;gap:1rem;flex-wrap:wrap}.formDetailPage .detailHero .heroContent .heroActions a{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.formDetailPage .detailHero .heroContent .heroActions a.primaryAction{background-color:#222028;color:#fff;box-shadow:0 10px 20px #22202826}.formDetailPage .detailHero .heroContent .heroActions a.primaryAction:hover{transform:translateY(-2px);box-shadow:0 15px 30px #22202840}.formDetailPage .detailHero .heroContent .heroActions a.secondaryAction{background-color:#fff;color:#222028;border:1px solid rgba(34,32,40,.1)}.formDetailPage .detailHero .heroContent .heroActions a.secondaryAction:hover{background-color:#22202805;border-color:#22202833;transform:translateY(-2px)}.formDetailPage .detailHero .heroContent .heroActions .subscriptionAction{display:flex}.formDetailPage .detailHero .heroContent .heroActions .subscriptionAction button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none}.formDetailPage .detailHero .heroContent .heroActions .subscriptionAction button.subscribeBtn{background-color:#d6f28126;color:#64800d;border:1px solid rgba(214,242,129,.3)}.formDetailPage .detailHero .heroContent .heroActions .subscriptionAction button.subscribeBtn:hover:not(:disabled){background-color:#d6f281;color:#222028;transform:translateY(-2px)}.formDetailPage .detailHero .heroContent .heroActions .subscriptionAction button.subscribedBtn{background-color:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.formDetailPage .detailHero .heroContent .heroActions .subscriptionAction button.subscribedBtn:hover:not(:disabled){background-color:#ef4444;color:#fff;border-color:#ef4444;transform:translateY(-2px)}.formDetailPage .detailHero .heroContent .heroActions .subscriptionAction button:disabled{opacity:.6;cursor:not-allowed}.formDetailPage .detailContent{padding:4rem 5%;width:100%;flex:1}.formDetailPage .detailContent .alertsSection{margin-bottom:4rem;background:#ef444405;border:1px solid rgba(239,68,68,.1);border-radius:20px;padding:2rem}.formDetailPage .detailContent .alertsSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.formDetailPage .detailContent .alertsSection .sectionHeader .alertIcon{color:#ef4444;animation:iconShake 1.5s infinite}.formDetailPage .detailContent .alertsSection .sectionHeader h2{font-size:1.5rem;font-weight:800;color:#ef4444;margin:0}.formDetailPage .detailContent .alertsSection .alertsList{display:flex;flex-direction:column;gap:1rem}.formDetailPage .detailContent .alertsSection .alertItem{background:#fff;border-radius:12px;padding:1.25rem;border-left:4px solid rgba(34,32,40,.2);box-shadow:0 4px 12px #00000008}.formDetailPage .detailContent .alertsSection .alertItem.high{border-left-color:#ef4444}.formDetailPage .detailContent .alertsSection .alertItem .alertHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.formDetailPage .detailContent .alertsSection .alertItem .alertHeader .alertType{font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#222028;background:#2220280d;padding:.2rem .5rem;border-radius:4px}.formDetailPage .detailContent .alertsSection .alertItem .alertHeader .alertDate{font-size:.8rem;color:#9ca3af}.formDetailPage .detailContent .alertsSection .alertItem .alertSummary{font-size:1.1rem;font-weight:700;color:#222028;margin-bottom:.5rem}.formDetailPage .detailContent .alertsSection .alertItem .alertDetails{font-size:.9rem;color:#6b7280;line-height:1.5}.formDetailPage .detailContent .supplementalSection{margin-bottom:5rem}.formDetailPage .detailContent .supplementalSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.formDetailPage .detailContent .supplementalSection .sectionHeader svg{color:#222028}.formDetailPage .detailContent .supplementalSection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028}.formDetailPage .detailContent .supplementalSection .supplementalGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.formDetailPage .detailContent .supplementalSection .supplementalGrid .supplementalCard{background:#22202805;border:1px dashed rgba(34,32,40,.15);padding:1.5rem;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.formDetailPage .detailContent .supplementalSection .supplementalGrid .supplementalCard:hover{background:#2220280a;border-style:solid}.formDetailPage .detailContent .supplementalSection .supplementalGrid .supplementalCard h3{font-size:1rem;font-weight:700;color:#222028;margin-bottom:.5rem}.formDetailPage .detailContent .supplementalSection .supplementalGrid .supplementalCard p{font-size:.9rem;color:#222028b3;margin-bottom:1rem}.formDetailPage .detailContent .supplementalSection .supplementalGrid .supplementalCard a{display:inline-flex;align-items:center;gap:.4rem;color:#222028;font-size:.85rem;font-weight:600;text-decoration:none}.formDetailPage .detailContent .supplementalSection .supplementalGrid .supplementalCard a:hover{text-decoration:underline}.formDetailPage .detailContent .historySection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.formDetailPage .detailContent .historySection .sectionHeader svg{color:#222028}.formDetailPage .detailContent .historySection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028}.formDetailPage .detailContent .timeline{position:relative;padding-left:2rem}.formDetailPage .detailContent .timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#222028,#2220281a);border-radius:1px}.formDetailPage .detailContent .timeline .timelineItem{position:relative;margin-bottom:3rem}.formDetailPage .detailContent .timeline .timelineItem.critical .timelineDot{background-color:#ef4444;border-color:#ef444433;box-shadow:0 0 0 4px #ef44441a}.formDetailPage .detailContent .timeline .timelineItem.critical .timelineCard{border-color:#ef444426;background:linear-gradient(to right,#ef444404,#fff)}.formDetailPage .detailContent .timeline .timelineItem:last-child{margin-bottom:0}.formDetailPage .detailContent .timeline .timelineItem .timelineDot{position:absolute;left:-2.35rem;top:.5rem;width:12px;height:12px;background-color:#fff;border:3px solid #222028;border-radius:50%;z-index:2;transition:all .3s cubic-bezier(.4,0,.2,1)}.formDetailPage .detailContent .timeline .timelineItem .timelineCard{background:#fff;border:1px solid rgba(34,32,40,.1);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.formDetailPage .detailContent .timeline .timelineItem .timelineCard:hover{border-color:#22202833;box-shadow:0 10px 30px #2220280d}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardHeader .tagWrapper{display:flex;align-items:center;gap:1rem}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardHeader .criticalBadge{display:flex;align-items:center;gap:.4rem;font-size:.65rem;font-weight:900;color:#ef4444;background:#ef444414;padding:.25rem .6rem;border-radius:20px;letter-spacing:.05em;animation:criticalPulse 2s infinite;border:1px solid rgba(239,68,68,.2)}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardHeader .versionTag{padding:.3rem .75rem;background:#e6e5e5;color:#222028;font-weight:700;font-size:.85rem;border-radius:8px}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardHeader .dateTag{font-size:.85rem;color:#222028b3}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardSummary{font-size:1rem;color:#222028;line-height:1.5;margin-bottom:1.5rem}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardActions{display:flex;gap:1.5rem}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardActions a{display:flex;align-items:center;gap:.4rem;color:#222028;text-decoration:none;font-size:.85rem;font-weight:600;opacity:.7;transition:opacity .2s}.formDetailPage .detailContent .timeline .timelineItem .timelineCard .cardActions a:hover{opacity:1}.formDetailPage .detailContent .timeline .noHistory{color:#222028b3;font-style:italic}.spinner{width:50px;height:50px;border:4px solid rgba(34,32,40,.1);border-left-color:#222028;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.errorCard{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 50px #0000000d;max-width:400px}.errorCard svg{color:#ff4d4f;margin-bottom:1.5rem}.errorCard h2{color:#222028;margin-bottom:1rem}.errorCard p{color:#222028b3;margin-bottom:2rem}.errorCard button{background:#222028;color:#fff;border:none;padding:.8rem 2rem;border-radius:10px;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.errorCard button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #22202833}@keyframes criticalPulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@keyframes iconShake{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.mini-spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-left-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}.dashboard{display:flex;flex-direction:column;gap:2.5rem}.dashboard .pageHeader h1{font-size:2.5rem;margin-bottom:.5rem;color:#222028}.dashboard .pageHeader p{color:#222028b3;font-size:1.1rem}.dashboard .statsGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.dashboard .statCard{padding:1.5rem;background:#fff;border:1px solid rgba(34,32,40,.1);border-radius:20px;display:flex;justify-content:space-between;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard .statCard:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.dashboard .statCard .statInfo{display:flex;flex-direction:column;gap:.25rem}.dashboard .statCard .statInfo .statLabel{font-size:.85rem;color:#222028b3;font-weight:500}.dashboard .statCard .statInfo .statValue{font-size:1.75rem;font-weight:700;color:#222028;font-family:Outfit,sans-serif}.dashboard .statCard .statIcon{width:50px;height:50px;border-radius:15px;display:flex;align-items:center;justify-content:center}.dashboard .mainGrid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem}.dashboard .sectionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard .sectionHeader h3{font-size:1.25rem;color:#222028}.dashboard .sectionHeader .viewAll{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#222028b3}.dashboard .sectionHeader .viewAll:hover{color:#222028}.dashboard .activitySection{padding:1.5rem;background:#fff;border:1px solid rgba(34,32,40,.1);border-radius:20px}.dashboard .table{width:100%;border-collapse:collapse}.dashboard .table th{text-align:left;padding:1rem;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#2220284d;border-bottom:1px solid rgba(34,32,40,.1)}.dashboard .table td{padding:1.2rem 1rem;font-size:.9rem;border-bottom:1px solid rgba(34,32,40,.03)}.dashboard .table .formCell{font-weight:600;color:#222028}.dashboard .table .dateCell{color:#222028b3;font-size:.85rem}.dashboard .badge{padding:.3rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.dashboard .badge.synced{background:#43e97b1a;color:#1e7e34}.dashboard .badge.verified{background:#4facfe1a;color:#0056b3}.dashboard .badge.selfhealed{background:#fa709a1a;color:#b21f2d}.dashboard .statusSection{padding:1.5rem;background:#fff;border:1px solid rgba(34,32,40,.1);border-radius:20px}.dashboard .healthItem{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.dashboard .healthItem .healthLabel{display:flex;align-items:center;gap:.75rem;color:#222028b3;font-size:.9rem}.dashboard .healthItem .healthStatus{font-size:.9rem;font-weight:600;color:#222028}.dashboard .pulseLine{height:2px;background:linear-gradient(90deg,transparent,#222028,transparent);width:100%;margin-top:2rem;animation:pulse 2s infinite ease-in-out}@keyframes pulse{0%{transform:translate(-100%);opacity:0}50%{opacity:.5}to{transform:translate(100%);opacity:0}}.profilePage{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:40px 20px;background-color:#0c0c0e;position:relative;overflow:hidden}.profilePage .profileContainer{width:100%;max-width:500px;z-index:10;display:flex;flex-direction:column;gap:24px;animation:profileAppear .8s cubic-bezier(.16,1,.3,1)}.profilePage .profileContainer .backBtn{display:flex;align-items:center;gap:8px;color:#fff9;text-decoration:none;font-size:14px;font-weight:600;transition:all .3s ease;width:fit-content}.profilePage .profileContainer .backBtn:hover{color:#d6f281;transform:translate(-4px)}.profilePage .profileContainer .profileCard{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:32px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.profilePage .profileContainer .profileCard .profileHeader{padding:40px;background:linear-gradient(135deg,#d6f2811a,#d6f28100);display:flex;align-items:center;gap:24px;border-bottom:1px solid rgba(255,255,255,.05)}.profilePage .profileContainer .profileCard .profileHeader .avatarLarge{width:80px;height:80px;border-radius:24px;background:#d6f281;color:#222028;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:800;box-shadow:0 10px 20px #d6f28133}.profilePage .profileContainer .profileCard .profileHeader .headerInfo h1{color:#fff;font-size:24px;font-weight:800;margin:0;letter-spacing:-.02em}.profilePage .profileContainer .profileCard .profileHeader .headerInfo .usernameTag{color:#fff6;font-size:14px;margin:4px 0 0;font-weight:500}.profilePage .profileContainer .profileCard .profileContent{padding:40px}.profilePage .profileContainer .profileCard .profileContent .infoSection{display:flex;flex-direction:column;gap:32px}.profilePage .profileContainer .profileCard .profileContent .infoSection .infoItem{display:flex;gap:20px;align-items:flex-start}.profilePage .profileContainer .profileCard .profileContent .infoSection .infoItem .iconBox{width:44px;height:44px;border-radius:12px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#d6f281;flex-shrink:0}.profilePage .profileContainer .profileCard .profileContent .infoSection .infoItem .details{display:flex;flex-direction:column;gap:4px}.profilePage .profileContainer .profileCard .profileContent .infoSection .infoItem .details label{color:#ffffff4d;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.profilePage .profileContainer .profileCard .profileContent .infoSection .infoItem .details span{color:#ffffffe6;font-size:16px;font-weight:500}.profilePage .profileContainer .profileCard .profileContent .infoSection .infoItem .details .roleTags{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.profilePage .profileContainer .profileCard .profileContent .infoSection .infoItem .details .roleTags .roleTag{padding:4px 12px;background:#d6f2811a;color:#d6f281;font-size:12px;font-weight:700;border-radius:8px;border:1px solid rgba(214,242,129,.2)}.profilePage .profileContainer .profileCard .profileContent .actionSection{margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.05)}.profilePage .profileContainer .profileCard .profileContent .actionSection .logoutAction{width:100%;padding:16px;border-radius:16px;border:1px solid rgba(255,0,0,.2);background:#ff00000d;color:#ff4d4d;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .3s ease}.profilePage .profileContainer .profileCard .profileContent .actionSection .logoutAction:hover{background:#ff4d4d;color:#fff;transform:translateY(-2px);box-shadow:0 10px 20px #ff4d4d33}.profilePage .profileContainer .footer{text-align:center}.profilePage .profileContainer .footer p{color:#fff3;font-size:12px;font-weight:500}@keyframes profileAppear{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.profilePage{padding:20px}.profilePage .profileCard .profileHeader{padding:30px 20px;flex-direction:column;text-align:center;gap:16px}.profilePage .profileCard .profileContent{padding:30px 20px}}.deltaContainer{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.05);overflow:hidden;margin-top:1rem;box-shadow:0 2px 8px #00000005}.deltaContainer .deltaHeader{background:#22202808;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:.5rem;color:#222028;font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.deltaContainer .deltaGrid{padding:.5rem 0}.deltaContainer .deltaRow{display:grid;grid-template-columns:140px 1fr;padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.03);align-items:center}.deltaContainer .deltaRow:last-child{border-bottom:none}.deltaContainer .deltaRow .deltaKey{font-size:.85rem;font-weight:600;color:#6b7280}.deltaContainer .deltaRow .deltaValue{font-size:.9rem;color:#1f2937}.deltaContainer .comparisonValue{display:flex;align-items:center;gap:.75rem}.deltaContainer .comparisonValue .oldVal{color:#ef4444;text-decoration:line-through;opacity:.7;background:#ef44440d;padding:.1rem .4rem;border-radius:4px}.deltaContainer .comparisonValue .newVal{color:#10b981;font-weight:700;background:#10b9810d;padding:.1rem .4rem;border-radius:4px}.deltaContainer .comparisonValue .arrow{color:#9ca3af}.deltaContainer .simpleVal{font-weight:600;color:#222028}.notificationsPage{min-height:100vh;background-color:#f8f9fa;padding:2rem 5%}.notificationsPage .pageHeader{max-width:800px;margin:0 auto 2rem;display:flex;flex-direction:column;gap:1rem}.notificationsPage .pageHeader .backBtn{display:flex;align-items:center;gap:.5rem;color:#222028;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.notificationsPage .pageHeader .backBtn:hover{transform:translate(-4px)}.notificationsPage .pageHeader h1{font-size:2rem;font-weight:800;color:#222028}.notificationsPage .notificationsContent{max-width:800px;margin:0 auto}.notificationsPage .notificationsList{display:flex;flex-direction:column;gap:1rem}.notificationsPage .notificationItem{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 12px #00000008;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.notificationsPage .notificationItem.unread{border-left:4px solid #3b82f6;background:linear-gradient(to right,#3b82f605,#fff)}.notificationsPage .notificationItem.unread .summary{font-weight:700}.notificationsPage .notificationItem.expanded{box-shadow:0 12px 24px #00000014;transform:translateY(-2px)}.notificationsPage .notificationItem .itemMain{padding:1.25rem;display:flex;align-items:center;gap:1.25rem;cursor:pointer}.notificationsPage .notificationItem .itemMain:hover{background-color:#00000003}.notificationsPage .notificationItem .severityIcon.high{color:#ef4444}.notificationsPage .notificationItem .severityIcon.medium{color:#f59e0b}.notificationsPage .notificationItem .severityIcon.low{color:#3b82f6}.notificationsPage .notificationItem .itemContent{flex:1}.notificationsPage .notificationItem .itemContent .itemHeader{display:flex;justify-content:space-between;margin-bottom:.25rem}.notificationsPage .notificationItem .itemContent .itemHeader .resourceId{font-size:.8rem;font-weight:800;color:#222028;opacity:.6}.notificationsPage .notificationItem .itemContent .itemHeader .timestamp{font-size:.75rem;color:#6b7280}.notificationsPage .notificationItem .itemContent .summary{font-size:1rem;color:#222028;margin:0}.notificationsPage .notificationItem .itemDetails{padding:1.5rem;border-top:1px solid rgba(0,0,0,.05);background-color:#fafafa;animation:slideDown .3s ease-out}.notificationsPage .notificationItem .itemDetails .detailsText{font-size:.95rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem;white-space:pre-wrap}.notificationsPage .notificationItem .itemDetails .deltaBox{background:#fff;padding:1rem;border-radius:12px;border:1px solid rgba(0,0,0,.05);margin-bottom:1.5rem}.notificationsPage .notificationItem .itemDetails .deltaBox h4{font-size:.85rem;font-weight:700;text-transform:uppercase;color:#9ca3af;margin-bottom:.75rem}.notificationsPage .notificationItem .itemDetails .deltaBox pre{font-family:JetBrains Mono,monospace;font-size:.85rem;color:#1f2937;overflow-x:auto}.notificationsPage .notificationItem .itemDetails .actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.03)}.notificationsPage .notificationItem .itemDetails .actions .readBtn,.notificationsPage .notificationItem .itemDetails .actions .viewFormBtn{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:10px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none}.notificationsPage .notificationItem .itemDetails .actions .readBtn{background-color:transparent;border:1px solid #d1d5db;color:#4b5563}.notificationsPage .notificationItem .itemDetails .actions .readBtn:hover{background-color:#f3f4f6;border-color:#9ca3af}.notificationsPage .notificationItem .itemDetails .actions .viewFormBtn{background-color:#222028;color:#fff;border:none}.notificationsPage .notificationItem .itemDetails .actions .viewFormBtn:hover{opacity:.9;transform:translateY(-1px)}.notificationsPage .pro-markdown h3{font-size:1.25rem;font-weight:800;color:#222028;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(34,32,40,.1);display:flex;align-items:center;gap:.75rem}.notificationsPage .pro-markdown h3:before{content:"";width:4px;height:1.25rem;background:#222028;border-radius:4px}.notificationsPage .pro-markdown h3:first-child{margin-top:0}.notificationsPage .pro-markdown p{margin-bottom:1rem;color:#4b5563;line-height:1.7;font-size:.95rem}.notificationsPage .pro-markdown ul,.notificationsPage .pro-markdown ol{margin:1.25rem 0;padding:1.25rem 1.5rem;background:#22202805;border-radius:12px;border:1px solid rgba(34,32,40,.05);list-style-type:none}.notificationsPage .pro-markdown ul li,.notificationsPage .pro-markdown ol li{margin-bottom:.75rem;color:#374151;font-size:.9rem;display:flex;align-items:flex-start;gap:.75rem}.notificationsPage .pro-markdown ul li:before,.notificationsPage .pro-markdown ol li:before{content:"•";color:#222028;font-weight:900;font-size:1.2rem;line-height:1;margin-top:.1rem}.notificationsPage .pro-markdown ul li:last-child,.notificationsPage .pro-markdown ol li:last-child{margin-bottom:0}.notificationsPage .pro-markdown ul li strong,.notificationsPage .pro-markdown ol li strong{color:#222028;font-weight:700;font-size:.95rem;min-width:100px;display:inline-block}.notificationsPage .pro-markdown strong{color:#222028;font-weight:700}.notificationsPage .pro-markdown em{font-style:italic;color:#6b7280}.notificationsPage .loadingState,.notificationsPage .emptyState{display:flex;flex-direction:column;align-items:center;padding:6rem 2rem;text-align:center;color:#6b7280}.notificationsPage .loadingState .spinner,.notificationsPage .emptyState .spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.05);border-top-color:#222028;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.notificationsPage .loadingState h3,.notificationsPage .emptyState h3{color:#222028;margin:1.5rem 0 .5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{position:fixed;left:0;top:0;bottom:0;width:260px;background-color:#222028;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;z-index:100}.sidebar .logo{height:100px;display:flex;align-items:center;padding:0 1.5rem;gap:.75rem}.sidebar .logo .logoContainer{position:relative;overflow:hidden;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px #ffffff1a}.sidebar .logo .logoContainer .logoImg{height:60px;display:block}.sidebar .logo .logoContainer .shineEffect{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#fff6,#fff0);transform:skew(-25deg);animation:shine 4s infinite ease-in-out}.sidebar .logo .logoText{font-family:Outfit,sans-serif;font-weight:700;font-size:1.25rem;letter-spacing:1px;color:#fff}.sidebar .nav{flex:1;padding:1.5rem .75rem;display:flex;flex-direction:column;gap:.5rem}.sidebar .navItem{display:flex;align-items:center;padding:.75rem 1rem;border-radius:10px;color:#fff9;transition:all .3s cubic-bezier(.4,0,.2,1);gap:1rem}.sidebar .navItem:hover{background:#ffffff0d;color:#fff}.sidebar .navItem.active{background:#ffffff1a;color:#fff}.sidebar .navItem.active .icon{color:#fff}.sidebar .icon{display:flex;align-items:center;justify-content:center;color:inherit}.sidebar .label{font-size:.95rem;font-weight:500}.sidebar .footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.sidebar .footer .version{font-size:.75rem;color:#fff3;text-align:center}@keyframes shine{0%{left:-100%}20%{left:100%}to{left:100%}}.header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(34,32,40,.1);position:sticky;top:0;z-index:90}.header .searchBar{display:flex;align-items:center;background:#e6e5e5;padding:.6rem 1rem;border-radius:12px;width:350px;border:1px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1)}.header .searchBar:focus-within{background:#fff;border-color:#2220281a;box-shadow:0 4px 12px #0000000d}.header .searchBar .searchIcon{color:#222028b3;margin-right:.75rem}.header .searchBar .searchInput{background:none;border:none;color:#222028;font-size:.9rem;width:100%;outline:none}.header .searchBar .searchInput::placeholder{color:#2220284d}.header .actions{display:flex;align-items:center;gap:1.5rem}.header .userProfile{display:flex;align-items:center;gap:.75rem;padding:.4rem .5rem .4rem 1rem;background:#e6e5e5;border-radius:30px;border:1px solid rgba(34,32,40,.1)}.header .userProfile .userInfo{display:flex;flex-direction:column;text-align:right}.header .userProfile .userInfo .userName{font-size:.85rem;font-weight:600;color:#222028}.header .userProfile .userInfo .userRole{font-size:.7rem;color:#222028b3}.header .userProfile .avatar{width:34px;height:34px;background:#2220280d;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#222028}.header .logoutBtn{color:#222028b3;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.header .logoutBtn:hover{color:#ff4d4d;transform:translate(2px)}.layoutWrapper{display:flex;min-height:100vh;background-color:#fff}.layoutWrapper .mainContent{flex:1;display:flex;flex-direction:column;margin-left:260px;transition:all .3s cubic-bezier(.4,0,.2,1)}.layoutWrapper .pageBody{flex:1;padding:2rem;overflow-y:auto;background:radial-gradient(circle at top right,rgba(230,229,229,.3),transparent)}:root{--color-bg: #FFFFFF;--color-secondary: #222028;--color-theme: #e6e5e5;--text-main: #222028;--text-secondary: rgba(34, 32, 40, .7);--border-light: rgba(34, 32, 40, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:var(--color-bg);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600}button{cursor:pointer;border:none;outline:none;background:none}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#2220281a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#22202833}.glass{background:#22202805;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(34,32,40,.08)}.card-theme{background:var(--color-theme);border-radius:16px;padding:1.5rem}
