@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}.userWorkspace{width:100%;padding:0 5%;margin-bottom:4rem;position:relative;z-index:10;text-align:left}.userWorkspace .workspaceHeader{margin-bottom:2rem}.userWorkspace .workspaceHeader h2{font-size:1.75rem;font-weight:900;color:#222028;margin-bottom:.5rem;letter-spacing:-.02em}.userWorkspace .workspaceHeader p{color:#64748b;font-size:1rem;font-weight:500}.userWorkspace .workspaceGrid{display:flex;flex-direction:column;gap:2.5rem}.userWorkspace .surveillanceCard{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 40px #0000000d;border:1px solid rgba(34,32,40,.05);display:flex;flex-direction:column;gap:2.5rem}.userWorkspace .surveillanceCard .pulseHeader{display:flex;align-items:center;gap:1.25rem}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper{position:relative;z-index:100}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userBadge{width:52px;height:52px;background:#222028;color:#d6f281;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:900;box-shadow:0 10px 20px #22202826;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userBadge:hover,.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userBadge.active{transform:scale(1.05);background:#2e2b36}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown{position:absolute;top:calc(100% + 15px);left:0;width:240px;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 50px #00000026;padding:1rem;animation:dropdownSlide .4s cubic-bezier(.165,.84,.44,1)}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownHeader{padding:.5rem .75rem 1rem}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownHeader .userName{font-size:1rem;font-weight:800;color:#222028;margin:0}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownHeader .userEmail{font-size:.8rem;font-weight:500;color:#94a3b8;margin:.2rem 0 0;overflow:hidden;text-overflow:ellipsis}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownDivider{height:1px;background:#2220280d;margin:.5rem 0}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownItem{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;color:#475569;text-decoration:none;font-size:.95rem;font-weight:700;border-radius:12px;transition:all .3s;width:100%;border:none;background:transparent;cursor:pointer;text-align:left}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownItem:hover{background:#22202808;color:#222028;transform:translate(5px)}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownItem.logout{color:#ef4444;margin-top:.25rem}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownItem.logout:hover{background:#ef44440d}.userWorkspace .surveillanceCard .pulseHeader .userMenuWrapper .userDropdown .dropdownItem svg{opacity:.7}.userWorkspace .surveillanceCard .pulseHeader .pulseTitle h3{font-size:1.5rem;font-weight:900;color:#222028;margin:0;letter-spacing:-.02em}.userWorkspace .surveillanceCard .pulseHeader .pulseTitle p{font-size:.9rem;font-weight:600;color:#94a3b8;margin-top:.2rem}.userWorkspace .surveillanceCard .statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}@media (max-width: 1100px){.userWorkspace .surveillanceCard .statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.userWorkspace .surveillanceCard .statsGrid{grid-template-columns:1fr}}.userWorkspace .surveillanceCard .statsGrid .statItem{display:flex;align-items:center;gap:1.25rem}.userWorkspace .surveillanceCard .statsGrid .statItem .statIcon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#2220280a;color:#222028}.userWorkspace .surveillanceCard .statsGrid .statItem .statInfo{display:flex;flex-direction:column}.userWorkspace .surveillanceCard .statsGrid .statItem .statInfo .statValue{font-size:1.75rem;font-weight:900;color:#222028;line-height:1;display:flex;align-items:center;gap:.5rem}.userWorkspace .surveillanceCard .statsGrid .statItem .statInfo .statValue .statBadge{font-size:.65rem;font-weight:800;background-color:#d6f281;color:#222028;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em;animation:badgePulse 2s infinite;box-shadow:0 4px 10px #d6f2814d}.userWorkspace .surveillanceCard .statsGrid .statItem .statInfo .statLabel{font-size:.85rem;font-weight:600;color:#94a3b8;margin-top:.25rem}.userWorkspace .surveillanceCard .statsGrid .statItem.alerts{text-decoration:none;transition:transform .3s ease}.userWorkspace .surveillanceCard .statsGrid .statItem.alerts:hover{transform:translateY(-3px)}.userWorkspace .surveillanceCard .statsGrid .statItem.alerts:hover .statIcon{background:#d6f2811a;color:#222028}.userWorkspace .surveillanceCard .statsGrid .statItem.alerts .statIcon{position:relative;background:#d6f2811a}.userWorkspace .surveillanceCard .statsGrid .statItem.alerts .statIcon .notificationBadge{position:absolute;top:-5px;right:-5px;background:#d6f281;color:#222028;font-size:.7rem;font-weight:900;min-width:18px;height:18px;padding:0 4px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 8px #0000001a}.userWorkspace .surveillanceCard .syncHealthSection{background:#22202808;border-radius:20px;padding:1.5rem 2rem;color:#222028}.userWorkspace .surveillanceCard .syncHealthSection .healthHeader{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#22202880}.userWorkspace .surveillanceCard .syncHealthSection .healthHeader .pulse{width:8px;height:8px;background:#10b981;border-radius:50%;animation:statusPulse 2s infinite}.userWorkspace .surveillanceCard .syncHealthSection .syncList{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 900px){.userWorkspace .surveillanceCard .syncHealthSection .syncList{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.userWorkspace .surveillanceCard .syncHealthSection .syncList{grid-template-columns:1fr;gap:1rem}}.userWorkspace .surveillanceCard .syncHealthSection .syncList .syncItem{display:flex;flex-direction:column;gap:.4rem;padding-left:1.25rem;border-left:1px solid rgba(34,32,40,.1)}.userWorkspace .surveillanceCard .syncHealthSection .syncList .syncItem .syncLabel{display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;color:#22202866;text-transform:uppercase}.userWorkspace .surveillanceCard .syncHealthSection .syncList .syncItem .syncLabel svg{opacity:.7}.userWorkspace .surveillanceCard .syncHealthSection .syncList .syncItem .syncValue{font-size:.8rem;font-weight:700;color:#222028}.userWorkspace .surveillanceCard .sectionDivider{height:1px;background:linear-gradient(to right,transparent,rgba(34,32,40,.08),transparent)}.userWorkspace .surveillanceCard .subsSection .subsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip{background:#fff;padding:1rem 1.25rem;border-radius:16px;border:1px solid rgba(34,32,40,.08);display:flex;align-items:center;gap:1rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip:hover{transform:translateY(-4px);box-shadow:0 12px 25px #00000014;border-color:#222028}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip .chipIcon{color:#222028;opacity:.4}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip .chipText{display:flex;flex-direction:column}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip .chipText .chipId{font-size:.9rem;font-weight:800;color:#222028}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip .chipText .chipStatus{font-size:.65rem;font-weight:800;color:#222028;background:#e6e5e5;padding:.15rem .5rem;border-radius:6px;text-transform:uppercase;width:fit-content;margin-top:.25rem;letter-spacing:.02em}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip.critical{border-color:#ef44444d;background:#ef444405}.userWorkspace .surveillanceCard .subsSection .subsGrid .subChip.critical .chipStatus{background:#ef4444;color:#fff;box-shadow:0 2px 8px #ef444433}.userWorkspace .surveillanceCard .subsSection .subsGrid .noSubs{grid-column:1/-1;padding:3rem;background:#22202805;border:2px dashed rgba(34,32,40,.1);border-radius:20px;text-align:center;color:#94a3b8;font-weight:600;font-size:.95rem}.userWorkspace .surveillanceCard .cardActions{display:flex;justify-content:flex-end}.userWorkspace .surveillanceCard .cardActions .actionBtn{display:flex;align-items:center;justify-content:space-between;background:#2220280d;padding:1rem 2rem;border-radius:14px;color:#222028;text-decoration:none;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(34,32,40,.1);min-width:240px}.userWorkspace .surveillanceCard .cardActions .actionBtn .btnLabel{display:flex;align-items:center;gap:.75rem}.userWorkspace .surveillanceCard .cardActions .actionBtn .btnLabel .countBadge{background:#d6f281;color:#222028;font-size:.7rem;font-weight:800;padding:.1rem .5rem;border-radius:20px}.userWorkspace .surveillanceCard .cardActions .actionBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #22202833}.hero{display:flex;flex-direction:column;align-items:center;border-bottom:1px solid rgba(34,32,40,.1);gap:1.5rem;padding:3rem 0 6rem;background:linear-gradient(135deg,#fff,#f8f8f8 40%,#e6e5e5);position:relative}.hero .heroNav{width:100%;position:relative;z-index:5;align-self:stretch}.hero .heroNav .heroNavInner{width:100%;padding:0 5%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.hero .heroNav .heroNavLeft{display:flex;align-items:center;gap:1.25rem}.hero .heroNav .heroNavLeft .menuToggle{display:none;background:none;border:none;color:#222028!important;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:auto;z-index:200;position:absolute;top:1.25rem;right:5%}.hero .heroNav .heroNavLeft .menuToggle:hover{background:#2220280d}.hero .heroNav .heroNavLeft .menuToggle svg{display:block;width:24px;height:24px}.hero .heroNav .heroNavLogo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);margin-right:3rem}.hero .heroNav .heroNavLogo img{width:42px;height:42px;border-radius:10px;object-fit:cover;box-shadow:0 4px 10px #0000001a}.hero .heroNav .heroNavLogo span{font-size:1.1rem;font-weight:900;color:#222028;letter-spacing:-.03em;white-space:nowrap}.hero .heroNav .heroNavLogo:hover{opacity:.8;transform:translateY(-1px)}.hero .heroNav .heroNavLinks{display:flex;align-items:center;gap:.15rem}.hero .heroNav .heroNavLink{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:#222028;text-decoration:none;padding:.4rem .6rem;border-radius:8px;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.hero .heroNav .heroNavLink:hover{background:#2220280f;opacity:1}.hero .heroNav .heroNavActions{display:flex;align-items:center;gap:.75rem}.hero .heroNav .heroNavActions .heroNavLogin,.hero .heroNav .heroNavActions .heroNavRegister{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;padding:.5rem 1.1rem;border-radius:10px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.hero .heroNav .heroNavActions .heroNavLogin:hover,.hero .heroNav .heroNavActions .heroNavRegister:hover{transform:translateY(-1px)}.hero .heroNav .heroNavActions .heroNavLogin{background:#222028;color:#fff}.hero .heroNav .heroNavActions .heroNavLogin:hover{opacity:.85}.hero .heroNav .heroNavActions .heroNavRegister{background:transparent;color:#222028;border:1px solid rgba(34,32,40,.2)}.hero .heroNav .heroNavActions .heroNavRegister:hover{background:#2220280d}.hero .heroNav .heroNavActions .heroNavIcon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#2220280d;border-radius:50%;color:#222028;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.hero .heroNav .heroNavActions .heroNavIcon:hover{background:#2220281a;transform:translateY(-2px)}.hero .heroNav .heroNavActions .heroNavIcon .unreadBadge{position:absolute;top:-2px;right:-2px;background-color:#d6f281;color:#222028;font-size:.6rem;font-weight:800;min-width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.hero .heroNav .heroNavActions .heroUserMenuWrapper{position:relative}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroNavUser{display:flex;align-items:center;gap:.75rem;padding:.4rem .8rem .4rem .5rem;background:#2220280d;border:1px solid rgba(34,32,40,.05);border-radius:50px;color:#222028;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroNavUser:hover,.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroNavUser.active{background:#22202814;border-color:#2220281a;transform:translateY(-1px)}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroNavUser .heroAvatar{width:28px;height:28px;background:#222028;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;box-shadow:0 4px 10px #22202833}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroNavUser .heroUserName{font-size:.85rem;font-weight:700;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroNavUser .heroChevron{opacity:.5;transition:transform .3s ease}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroNavUser .heroChevron.rotate{transform:rotate(180deg)}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown{position:absolute;top:calc(100% + 12px);right:0;width:240px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 40px #0000001f;padding:.75rem;animation:dropdownSlide .3s cubic-bezier(.165,.84,.44,1);z-index:100}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownHeader{padding:.75rem 1rem}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownHeader .userEmail{font-size:.8rem;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownDivider{height:1px;background:#f1f5f9;margin:.5rem 0}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownItem{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#475569;text-decoration:none;font-size:.9rem;font-weight:600;border-radius:10px;transition:all .2s;width:100%;border:none;background:transparent;cursor:pointer;text-align:left}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownItem:hover{background:#f8fafc;color:#222028;transform:translate(4px)}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownItem.logout{color:#ef4444}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownItem.logout:hover{background:#ef44440d}.hero .heroNav .heroNavActions .heroUserMenuWrapper .heroUserDropdown .dropdownItem svg{opacity:.7}.hero .heroNav .heroNavRegister{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;padding:.5rem 1.1rem;border-radius:10px;text-decoration:none;background:transparent;color:#222028;border:1px solid rgba(34,32,40,.2);transition:all .3s cubic-bezier(.4,0,.2,1)}.hero .heroNav .heroNavRegister:hover{background:#2220280d;transform:translateY(-1px)}.hero .heroNav .heroNavUser{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;padding:.45rem 1rem;border-radius:10px;text-decoration:none;background:#2220280d;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero .heroNav .heroNavUser:hover{background:#2220281a}.hero .heroNav .heroNavIcon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#2220280d;border-radius:10px;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.hero .heroNav .heroNavIcon:hover{background:#2220281a}.hero .heroNav .heroNavIcon .unreadBadge{position:absolute;top:-5px;right:-5px;background-color:#d6f281;color:#222028;font-size:.65rem;font-weight:800;min-width:16px;height:16px;padding:0 4px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 5px #0000001a;animation:badgePulse 2s infinite}.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 .heroMainContent{width:100%;padding:0 5%;display:flex;align-items:center;justify-content:flex-start;gap:4rem;position:relative;z-index:2}@media (max-width: 1100px){.hero .heroMainContent{flex-direction:column;text-align:center;gap:3rem}}.hero .heroTextContent{flex:1;display:flex;flex-direction:column;align-items:flex-start}@media (max-width: 1100px){.hero .heroTextContent{align-items:center}}.hero .heroTextContent h1{font-size:4rem;font-weight:900;background:linear-gradient(135deg,#222028,#524d61);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:left;margin:0 0 1.5rem;line-height:1.1}@media (max-width: 1100px){.hero .heroTextContent h1{text-align:center;font-size:3rem}}.hero .heroTextContent p{color:#4b5563;font-size:1.25rem;font-weight:500;text-align:left;margin:0 0 3rem;max-width:550px}@media (max-width: 1100px){.hero .heroTextContent p{text-align:center;margin-bottom:2rem}}.hero .heroTextContent .tagline{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}@media (max-width: 1100px){.hero .heroTextContent .tagline{align-items:center}}.hero .heroTextContent .tagline span{font-size:.85rem;font-weight:900;color:#111827;background:#d6f281;padding:.4rem 1.2rem;border-radius:20px;text-transform:uppercase;letter-spacing:.12em;width:fit-content;box-shadow:0 4px 12px #d6f2814d}.hero .heroTextContent .tagline strong{font-size:1.25rem;color:#222028;font-weight:700;opacity:.85}.hero .heroTextContent .searchWrapper{width:100%;max-width:500px;margin:0}.hero .heroVisualContent{flex:1;display:flex;justify-content:flex-end;align-items:center;margin-top:6rem}@media (max-width: 1100px){.hero .heroVisualContent{justify-content:center;order:-1;margin-top:0}}.hero .heroVisualContent .logoContainer{position:relative;overflow:hidden;border-radius:32px;display:inline-flex;box-shadow:0 30px 80px #0003;animation:floatLogo 6s ease-in-out infinite}.hero .heroVisualContent .logoContainer img{height:340px;width:auto;display:block}@media (max-width: 1300px){.hero .heroVisualContent .logoContainer img{height:280px}}@media (max-width: 500px){.hero .heroVisualContent .logoContainer img{height:220px}}.hero .heroVisualContent .logoContainer .shineEffect{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#fff9,#fff0);transform:skew(-25deg);animation:shine 4s infinite ease-in-out}@keyframes floatLogo{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.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}@media (max-width: 1024px){.hero{padding:1.5rem 0 4rem}.hero.menuOpen{height:100vh;background-color:#fff!important;z-index:100;position:fixed;top:0;left:0;width:100%;overflow-y:auto}.hero .heroNavInner{flex-direction:column;align-items:flex-start;height:auto!important;padding:1rem 5%!important}.hero .heroNavLeft{width:100%;justify-content:space-between;display:flex;align-items:center}.hero .heroNavLeft .heroNavLogo{margin-right:0}.hero .heroNavLeft .menuToggle{display:block}.hero .heroNavLeft .heroNavLinks{display:none;width:100%;flex-direction:column;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(34,32,40,.05)}.hero .heroNavLeft .heroNavLinks.open{display:flex}.hero .heroNavLeft .heroNavLinks .heroNavLink{width:100%;font-size:1.1rem;padding:1rem;opacity:1;gap:1rem}.hero .heroNavLeft .heroNavLinks .heroNavLink svg{width:20px;height:20px}.hero .heroNavActions{display:none;width:100%;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(34,32,40,.05)}.hero .heroNavActions.open{display:flex}.hero .heroNavActions .heroNavLogin,.hero .heroNavActions .heroNavRegister,.hero .heroNavActions .heroNavLogout,.hero .heroNavActions .heroNavUser{width:100%;justify-content:center;padding:1rem;font-size:1rem}.hero .heroNavActions .heroNavIcon{align-self:center;width:50px;height:50px}.hero.menuOpen .heroMainContent{display:none}}.newsroomStrip{width:100%;padding-top:2rem;border-top:1px solid rgba(34,32,40,.1);position:relative;z-index:2;text-align:left}.newsroomStrip .stripInner{width:100%;padding:0 5%}.newsroomStrip .stripInner .stripHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.newsroomStrip .stripInner .stripHeader .stripTitle{display:flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:800;color:#222028;text-transform:uppercase;letter-spacing:.08em}.newsroomStrip .stripInner .stripHeader .stripTitle svg{color:#222028;opacity:.8;flex-shrink:0}.newsroomStrip .stripInner .stripHeader .stripTitle .monthBadge{font-size:.7rem;font-weight:800;color:#222028;background:#2220280d;padding:.2rem .75rem;border-radius:6px;margin-left:.5rem;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(34,32,40,.1)}.newsroomStrip .stripInner .stripHeader .stripTitle .statusBadge{display:flex;align-items:center;gap:.4rem;padding:.3rem .8rem;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;animation:fadeIn .4s ease-out;margin-left:.5rem}.newsroomStrip .stripInner .stripHeader .stripTitle .statusBadge.subscribed{background:#2220280d;color:#222028;border:1px solid rgba(34,32,40,.1);box-shadow:0 2px 8px #2220280d}.newsroomStrip .stripInner .stripHeader .stripTitle .statusBadge.guest{background:#22202808;color:#222028;border:1px dashed rgba(34,32,40,.2);cursor:pointer;text-decoration:none;transition:all .2s ease}.newsroomStrip .stripInner .stripHeader .stripTitle .statusBadge.guest:hover{background:#222028;color:#fff;border-style:solid;transform:translateY(-1px)}.newsroomStrip .stripInner .stripHeader .stripViewAll{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;color:#222028;text-decoration:none;opacity:.5;transition:all .3s cubic-bezier(.4,0,.2,1)}.newsroomStrip .stripInner .stripHeader .stripViewAll:hover{opacity:1;gap:.5rem}@media (max-width: 768px){.newsroomStrip .stripInner .stripHeader{flex-direction:column;align-items:flex-start;gap:1.25rem;margin-bottom:1.25rem}.newsroomStrip .stripInner .stripHeader .stripTitle{flex-wrap:wrap;gap:.5rem;width:100%}.newsroomStrip .stripInner .stripHeader .stripTitle .monthBadge,.newsroomStrip .stripInner .stripHeader .stripTitle .statusBadge{margin-left:0;margin-right:.5rem;margin-top:.25rem}.newsroomStrip .stripInner .stripHeader .stripViewAll{width:100%;justify-content:flex-end;padding-top:.75rem;border-top:1px solid rgba(34,32,40,.05);opacity:.8}}.newsroomStrip .stripInner .stripCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}@media (max-width: 900px){.newsroomStrip .stripInner .stripCards{grid-template-columns:1fr}}.newsroomStrip .stripInner .stripCards.determinationCards{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media (max-width: 1200px){.newsroomStrip .stripInner .stripCards.determinationCards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.newsroomStrip .stripInner .stripCard{background:#fff;border:1px solid rgba(34,32,40,.1);border-radius:16px;padding:1.25rem 1.5rem;width:100%;min-width:0;box-sizing:border-box;text-decoration:none;display:flex;flex-direction:column;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.newsroomStrip .stripInner .stripCard:hover{transform:translateY(-3px);box-shadow:0 8px 24px #22202814;border-color:#22202833}.newsroomStrip .stripInner .stripCard:hover .stripReadMore{gap:.4rem;opacity:1}.newsroomStrip .stripInner .stripCard .stripDate{display:inline-block;font-size:.7rem;font-weight:900;font-size:.8rem;font-weight:500;color:#222028b3}.newsroomStrip .stripInner .stripCard .stripCardTitle{font-size:.9rem;font-weight:700;color:#222028;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0;text-align:left}.newsroomStrip .stripInner .stripCard .stripCardSummary{font-size:.8rem;color:#222028b3;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;padding:0;max-width:none;flex:1;text-align:left}.newsroomStrip .stripInner .stripCard .stripReadMore{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:800;color:#769710;background:#d6f2811a;padding:.25rem .6rem;border-radius:6px;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:.5rem;text-transform:uppercase;letter-spacing:.02em}.newsroomStrip .stripInner .stripCard .stripReadMore:hover{background:#d6f281;color:#222028}.newsroomStrip .stripInner .stripCard .stripCardMeta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;margin-bottom:.25rem}.newsroomStrip .stripInner .stripCard .stripCardMeta .miniBadge{font-size:.65rem;font-weight:800;color:#222028;background:#2220280d;padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(34,32,40,.1)}.newsroomStrip .stripInner .stripCard.determinationCard{background:#fff;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;min-height:140px;border-left:4px solid #222028;text-align:left;cursor:default}.newsroomStrip .stripInner .stripCard.determinationCard.nextMonth{border-left-color:#cbd5e1;background:#f8fafc}.newsroomStrip .stripInner .stripCard.determinationCard.intelligence{border-left-color:#059669;background:#f0fdf4;border-right:1px solid #d1fae5;border-top:1px solid #d1fae5;border-bottom:1px solid #d1fae5;cursor:pointer}.newsroomStrip .stripInner .stripCard.determinationCard.intelligence .determinationValue{font-size:1.05rem;color:#064e3b}.newsroomStrip .stripInner .stripCard.determinationCard.intelligence .determinationSub{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#065f46}.newsroomStrip .stripInner .stripCard.determinationCard.intelligence .stripReadMore{background:#0596691a;color:#059669;opacity:1}.newsroomStrip .stripInner .stripCard.determinationCard.intelligence:hover{background:#ecfdf5;border-color:#10b981}.newsroomStrip .stripInner .stripCard.determinationCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.newsroomStrip .stripInner .stripCard.determinationCard .cardHeader .stripLabel{margin-bottom:0}.newsroomStrip .stripInner .stripCard.determinationCard .cardHeader .movementBadge{background:#fef2f2;color:#dc2626;font-size:.6rem;font-weight:800;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase;border:1px solid #fee2e2}.newsroomStrip .stripInner .stripCard.determinationCard .stripLabel{font-size:.7rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.newsroomStrip .stripInner .stripCard.determinationCard .determinationValue{font-size:1.35rem;font-weight:900;color:#222028;margin:0 0 .25rem;line-height:1.2}.newsroomStrip .stripInner .stripCard.determinationCard .determinationValue.status{color:#64748b}.newsroomStrip .stripInner .stripCard.determinationCard .featuredDates{margin:.75rem 0 1rem;display:flex;flex-direction:column;gap:.4rem;padding:.6rem;background:#22202808;border-radius:8px;border:1px solid rgba(34,32,40,.05)}.newsroomStrip .stripInner .stripCard.determinationCard .featuredDates .dateRow{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.newsroomStrip .stripInner .stripCard.determinationCard .featuredDates .dateRow .cat{font-weight:800;color:#222028;opacity:.7}.newsroomStrip .stripInner .stripCard.determinationCard .featuredDates .dateRow .val{font-weight:700;color:#222028}.newsroomStrip .stripInner .stripCard.determinationCard .determinationSub{font-size:.75rem;color:#9ca3af;margin:0}.newsroomStrip .stripInner .stripCard.determinationCard:hover{transform:translateY(-3px);box-shadow:0 8px 24px #22202814;border-color:#22202833}.formsGrid{width:100%;padding:0 5% 5rem;margin-top:4rem}.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(480px,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}.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;flex-wrap:nowrap;gap:.5rem;align-items:center;margin-top:1.5rem;width:100%}.formCard .formActions .downloadBtn,.formCard .formActions .subscribeBtn,.formCard .formActions .subscribedBtn,.formCard .formActions .subscriptionAction{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.75rem;font-weight:700;padding:.45rem .6rem;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer;border:none;white-space:nowrap;min-width:0}.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:1.5rem 5% 3rem;gap:1.25rem}.hero .heroNav .menuToggle{display:block!important}.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}}@media (max-width: 600px){.hero{padding-top:1.5rem}}.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}.modalContent.logoutModal{background:#fff;width:100%;max-width:440px;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.logoutModal .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.logoutModal .closeBtn:hover{background:#f3f4f6;color:#1f2937}.modalContent.logoutModal .modalHeader{text-align:center;margin-bottom:2rem}.modalContent.logoutModal .modalHeader .iconWrapper.logout{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;background:#ef444414;color:#ef4444}.modalContent.logoutModal .modalHeader h2{font-size:1.5rem;font-weight:800;color:#222028;margin-bottom:.5rem}.modalContent.logoutModal .modalHeader .subtitle{font-size:1rem;color:#6b7280}.modalContent.logoutModal .modalBody{margin-bottom:2.5rem}.modalContent.logoutModal .modalBody .infoBox{background:#f8fafc;padding:1.25rem;border-radius:12px;border:1px solid #f1f5f9;display:flex;gap:1rem;align-items:center}.modalContent.logoutModal .modalBody .infoBox svg{color:#64748b;flex-shrink:0}.modalContent.logoutModal .modalBody .infoBox p{font-size:.9rem;color:#475569;line-height:1.5;margin:0}.modalContent.logoutModal .modalFooter{display:flex;gap:1rem}.modalContent.logoutModal .modalFooter button{flex:1;padding:1rem;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s}.modalContent.logoutModal .modalFooter .cancelBtn{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.modalContent.logoutModal .modalFooter .cancelBtn:hover{background:#f9fafb;border-color:#d1d5db}.modalContent.logoutModal .modalFooter .confirmBtn.logout{background:#ef4444;color:#fff;border:none;box-shadow:0 4px 12px #ef444433}.modalContent.logoutModal .modalFooter .confirmBtn.logout:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ef44444d;background:#ed2d2d}.header{height:auto;min-height:100px;padding:0;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;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none;width:100%}.header .headerContainer{display:flex;align-items:center;justify-content:space-between;height:100px;padding-top:.75rem;padding-bottom:.75rem}.header.transparent{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;position:absolute;width:100%}.header .headerNav{display:flex;align-items:center;gap:.75rem;pointer-events:auto}.header .headerNav .headerLogo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:900;color:#222028;text-decoration:none;letter-spacing:-.03em;pointer-events:auto;margin-right:3rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.header .headerNav .headerLogo:hover{opacity:.7}.header .headerNav .headerLogo .headerLogoIcon{width:42px;height:42px;border-radius:10px;object-fit:contain}.header .headerNav .menuToggle{display:none;background:none;border:none;color:#222028!important;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:auto;z-index:200;position:absolute;top:1rem;right:5%}.header .headerNav .menuToggle:hover{background:#2220280d}.header .headerNav .menuToggle svg{display:block;width:24px;height:24px}.header .headerNav .navLinks{display:flex;align-items:center;gap:.15rem}.header .headerNav .navLinks .navLink{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;color:#222028;text-decoration:none;padding:.4rem .5rem;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:.65;white-space:nowrap}.header .headerNav .navLinks .navLink:hover{background:#2220280f;opacity:1}.header .headerNav .navLinks .navLink.active{background:#e6e5e5;opacity:1}.header .headerActions{display:flex;align-items:center;gap:1rem;pointer-events:auto}.header .headerActions .authActionsGroup{display:flex;align-items:center;gap:1rem}.header .headerActions .userMenuWrapper{position:relative;pointer-events:auto}.header .headerActions .userMenuWrapper .userProfileTrigger{display:flex;align-items:center;gap:.75rem;padding:.4rem .8rem .4rem .5rem;background:#2220280d;border:1px solid rgba(34,32,40,.05);border-radius:50px;color:#222028;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.header .headerActions .userMenuWrapper .userProfileTrigger:hover,.header .headerActions .userMenuWrapper .userProfileTrigger.active{background:#22202814;border-color:#2220281a;transform:translateY(-1px)}.header .headerActions .userMenuWrapper .userProfileTrigger .avatar{width:32px;height:32px;background:#222028;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;box-shadow:0 4px 10px #22202833}.header .headerActions .userMenuWrapper .userProfileTrigger .userName{font-size:.9rem;font-weight:700;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header .headerActions .userMenuWrapper .userProfileTrigger .chevron{opacity:.5;transition:transform .3s ease}.header .headerActions .userMenuWrapper .userProfileTrigger .chevron.rotate{transform:rotate(180deg)}.header .headerActions .userMenuWrapper .userDropdown{position:absolute;top:calc(100% + 12px);right:0;width:240px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 40px #0000001f;padding:.75rem;animation:dropdownSlide .3s cubic-bezier(.165,.84,.44,1);z-index:100}.header .headerActions .userMenuWrapper .userDropdown .dropdownHeader{padding:.75rem 1rem}.header .headerActions .userMenuWrapper .userDropdown .dropdownHeader .userEmail{font-size:.8rem;color:#64748b;margin:0;overflow:hidden;text-overflow:ellipsis}.header .headerActions .userMenuWrapper .userDropdown .dropdownDivider{height:1px;background:#f1f5f9;margin:.5rem 0}.header .headerActions .userMenuWrapper .userDropdown .dropdownItem{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#475569;text-decoration:none;font-size:.9rem;font-weight:600;border-radius:10px;transition:all .2s;width:100%;border:none;background:transparent;cursor:pointer;text-align:left}.header .headerActions .userMenuWrapper .userDropdown .dropdownItem:hover{background:#f8fafc;color:#222028;transform:translate(4px)}.header .headerActions .userMenuWrapper .userDropdown .dropdownItem.logout{color:#ef4444}.header .headerActions .userMenuWrapper .userDropdown .dropdownItem.logout:hover{background:#ef44440d}.header .headerActions .userMenuWrapper .userDropdown .dropdownItem svg{opacity:.7}.header .headerActions .navIconLink{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#2220280d;border-radius:50%;color:#222028;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.header .headerActions .navIconLink:hover{background:#2220281a;transform:translateY(-2px)}.header .headerActions .navIconLink .unreadBadge{position:absolute;top:-2px;right:-2px;background-color:#d6f281;color:#222028;font-size:.65rem;font-weight:800;min-width:18px;height:18px;padding:0 4px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 8px #0000001a}.header .headerActions .guestActions{display:flex;align-items:center;gap:1rem}.header .headerActions .loginBtn,.header .headerActions .registerBtn{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;padding:.6rem 1.4rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;border:none;cursor:pointer}.header .headerActions .loginBtn:hover,.header .headerActions .registerBtn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2220281a}.header .headerActions .loginBtn{color:#fff;background-color:#222028}.header .headerActions .loginBtn:hover{background-color:#16151a}.header .headerActions .registerBtn{color:#222028;background-color:transparent;border:1px solid rgba(34,32,40,.1)}.header .headerActions .registerBtn:hover{background-color:#2220280d;border-color:#222028}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.header.menuOpen{height:100vh;background-color:#fff;pointer-events:auto}.header .headerContainer{flex-direction:column;align-items:flex-start;height:auto;padding:.75rem 5%}.header .headerNav{width:100%;justify-content:space-between;flex-wrap:wrap}.header .headerNav .headerLogo{margin-right:0}.header .headerNav .menuToggle{display:block}.header .headerNav .navLinks{display:none;width:100%;flex-direction:column;gap:.5rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(34,32,40,.05)}.header .headerNav .navLinks.open{display:flex}.header .headerNav .navLinks .navLink{width:100%;font-size:1.1rem;padding:1rem;opacity:1}.header .headerNav .navLinks .navLink svg{width:20px;height:20px}.header .headerActions{display:none;width:100%;flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(34,32,40,.05)}.header .headerActions.open{display:flex}.header .headerActions .authActionsGroup,.header .headerActions .guestActions{width:100%;flex-direction:column;gap:1rem}.header .headerActions .loginBtn,.header .headerActions .registerBtn,.header .headerActions .userProfileTrigger,.header .headerActions .dropdownItem{width:100%;justify-content:center;padding:1rem;font-size:1.1rem}.header .headerActions .userMenuWrapper{width:100%}.header .headerActions .userMenuWrapper .userProfileTrigger{background:#2220280d;border-radius:12px}.header .headerActions .userMenuWrapper .userProfileTrigger .chevron{display:none}.header .headerActions .userMenuWrapper .userDropdown{position:static;width:100%;box-shadow:none;border:none;padding:0;margin-top:.5rem;background:#22202805;animation:none}.header .headerActions .userMenuWrapper .userDropdown .dropdownHeader,.header .headerActions .userMenuWrapper .userDropdown .dropdownDivider{display:none}.header .headerActions .navIconLink{align-self:center;width:50px;height:50px}}@keyframes badgePulse{0%{transform:scale(1);box-shadow:0 0 #d6f28166}70%{transform:scale(1.05);box-shadow:0 0 0 10px #d6f28100}to{transform:scale(1);box-shadow:0 0 #d6f28100}}.viewIntelModal.modalContent{max-width:1000px;width:95%;max-height:90vh;background:#fff;border-radius:24px;padding:0;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:modalIn .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow:hidden}.viewIntelModal.modalContent .closeBtn{position:absolute;top:1.5rem;right:1.5rem;background:#0000000d;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s;z-index:10}.viewIntelModal.modalContent .closeBtn:hover{background:#0000001a;color:#111827;transform:rotate(90deg)}.viewIntelModal.modalContent .modalHeader{padding:2.5rem 2.5rem 1.5rem;border-bottom:1px solid #f3f4f6;flex-shrink:0}.viewIntelModal.modalContent .modalHeader .headerTop{display:flex;gap:1rem;margin-bottom:1rem}.viewIntelModal.modalContent .modalHeader .headerTop .typeBadge{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.viewIntelModal.modalContent .modalHeader .headerTop .typeBadge.policy,.viewIntelModal.modalContent .modalHeader .headerTop .typeBadge.newsroom{background:#22202814;color:#222028;border:1px solid rgba(34,32,40,.05)}.viewIntelModal.modalContent .modalHeader .headerTop .typeBadge.visa-bulletin{background:#05966914;color:#059669;border:1px solid rgba(5,150,105,.05)}.viewIntelModal.modalContent .modalHeader .headerTop .dateBadge{display:flex;align-items:center;gap:.4rem;color:#6b7280;font-size:.8rem;font-weight:600}.viewIntelModal.modalContent .modalHeader h2{font-size:1.75rem;font-weight:800;color:#111827;line-height:1.3;margin-bottom:.5rem}.viewIntelModal.modalContent .modalHeader .targetAgency{font-size:.75rem;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;opacity:.7}.viewIntelModal.modalContent .modalBody{padding:2rem 2.5rem;overflow-y:auto;flex:1}.viewIntelModal.modalContent .modalBody::-webkit-scrollbar{width:6px}.viewIntelModal.modalContent .modalBody::-webkit-scrollbar-track{background:transparent}.viewIntelModal.modalContent .modalBody::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:10px}.viewIntelModal.modalContent .modalBody::-webkit-scrollbar-thumb:hover{background:#d1d5db}.viewIntelModal.modalContent .modalBody .analysisSection{background:#22202805;border:1px solid rgba(34,32,40,.05);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.viewIntelModal.modalContent .modalBody .analysisSection .sectionLabel{display:flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:900;color:#222028;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;opacity:.8}.viewIntelModal.modalContent .modalBody .analysisSection .analysisText{color:#374151;font-size:1rem;line-height:1.6}.viewIntelModal.modalContent .modalBody .determinationBox{background:#f0fdf4;border:1px solid #dcfce7;padding:1.25rem;border-radius:12px;margin-bottom:1.5rem}.viewIntelModal.modalContent .modalBody .determinationBox .boxLabel{font-size:.7rem;font-weight:800;color:#065f46;text-transform:uppercase;margin-bottom:.4rem}.viewIntelModal.modalContent .modalBody .determinationBox .boxValue{font-size:1.1rem;font-weight:800;color:#064e3b}.viewIntelModal.modalContent .modalBody .highlightsSection{margin-bottom:1.5rem}.viewIntelModal.modalContent .modalBody .highlightsSection .sectionLabel{font-size:.75rem;font-weight:800;color:#6b7280;margin-bottom:.75rem}.viewIntelModal.modalContent .modalBody .highlightsSection .highlightsList{display:flex;flex-direction:column;gap:1rem}.viewIntelModal.modalContent .modalBody .highlightsSection .highlightsList .highlightItem{background:#f9fafb;border:1px solid #f3f4f6;padding:1rem;border-radius:12px}.viewIntelModal.modalContent .modalBody .highlightsSection .highlightsList .highlightItem .highlightHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.viewIntelModal.modalContent .modalBody .highlightsSection .highlightsList .highlightItem .highlightHeader .hCategory{font-weight:800;color:#111827;font-size:.95rem}.viewIntelModal.modalContent .modalBody .highlightsSection .highlightsList .highlightItem .highlightHeader .hMovement{font-size:.75rem;font-weight:800;background:#f3f4f6;padding:.2rem .6rem;border-radius:20px;color:#4b5563}.viewIntelModal.modalContent .modalBody .highlightsSection .highlightsList .highlightItem .highlightHeader .hMovement.positive{background:#ecfdf5;color:#059669}.viewIntelModal.modalContent .modalBody .highlightsSection .highlightsList .highlightItem .hAnalysis{font-size:.9rem;color:#4b5563;line-height:1.5}.viewIntelModal.modalContent .modalBody .adviceSection{background:#eff6ff;border-left:4px solid #3b82f6;padding:1.25rem;border-radius:0 12px 12px 0;margin-bottom:1.5rem}.viewIntelModal.modalContent .modalBody .adviceSection .sectionLabel{font-size:.7rem;font-weight:800;color:#1e40af;text-transform:uppercase;margin-bottom:.5rem}.viewIntelModal.modalContent .modalBody .adviceSection .adviceText{font-size:.95rem;color:#1e3a8a;font-weight:600;line-height:1.5}.viewIntelModal.modalContent .modalBody .chaptersSection .sectionLabel,.viewIntelModal.modalContent .modalBody .bulletinSection .sectionLabel{font-size:.75rem;font-weight:800;color:#6b7280;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.viewIntelModal.modalContent .modalBody .chaptersSection .chaptersList,.viewIntelModal.modalContent .modalBody .bulletinSection .chaptersList{display:flex;flex-wrap:wrap;gap:.5rem}.viewIntelModal.modalContent .modalBody .chaptersSection .chaptersList .miniChapter,.viewIntelModal.modalContent .modalBody .bulletinSection .chaptersList .miniChapter{font-size:.75rem;font-weight:700;color:#4b5563;background:#f3f4f6;padding:.3rem .75rem;border-radius:8px;border:1px solid #e5e7eb;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s}.viewIntelModal.modalContent .modalBody .chaptersSection .chaptersList .miniChapter.clickable:hover,.viewIntelModal.modalContent .modalBody .bulletinSection .chaptersList .miniChapter.clickable:hover{background:#222028;color:#fff;border-color:#222028;transform:translateY(-1px)}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;margin-top:1rem}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table{width:100%;border-collapse:collapse!important;font-size:.85rem;border:none!important}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table tr:first-child td,.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table tr:first-child th{background:#f1f5f9;color:#475569;font-weight:800;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table td{padding:.75rem 1rem;color:#1e293b;border:none!important;border-bottom:1px solid #f1f5f9!important;text-align:left}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table td b,.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table td strong{color:#222028;font-weight:700}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table tr:last-child td{border-bottom:none!important}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table tr:nth-child(2n){background:#f8fafc80}.viewIntelModal.modalContent .modalBody .bulletinSection .bulletinTableWrapper.SovereignTable table tr:hover{background:#f1f5f9}.viewIntelModal.modalContent .modalFooter{padding:1.5rem 2.5rem 2.5rem;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;gap:1rem;flex-shrink:0}.viewIntelModal.modalContent .modalFooter .footerActions{display:flex;gap:1rem;flex:1;justify-content:flex-end}.viewIntelModal.modalContent .modalFooter button,.viewIntelModal.modalContent .modalFooter a{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.8rem 1.25rem;border-radius:12px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.viewIntelModal.modalContent .modalFooter .primaryBtn{background:#222028;color:#fff;border:none}.viewIntelModal.modalContent .modalFooter .primaryBtn:hover{background:#16151a;transform:translateY(-2px);box-shadow:0 10px 20px #2220281a}.viewIntelModal.modalContent .modalFooter .secondaryBtn{background:#fff;color:#222028;border:1px solid rgba(34,32,40,.1)}.viewIntelModal.modalContent .modalFooter .secondaryBtn:hover{background:#22202805;border-color:#2220284d;transform:translateY(-2px)}.viewIntelModal.modalContent .modalFooter .secondaryBtn.outline{border-style:dashed}.viewIntelModal.modalContent .modalFooter .secondaryBtn.outline:hover{border-style:solid}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.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 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;background-color:#fff;color:#222028;display:flex;flex-direction:column}.formDetailPage.loading,.formDetailPage.error{align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;flex:1}.formDetailPage .container{max-width:1200px;margin:0 auto;padding:0 5%;width:100%}.formDetailPage .pageHeader{padding:6.25rem 0 4rem;background:linear-gradient(135deg,#fff,#e6e5e5);position:relative;overflow:hidden}.formDetailPage .pageHeader: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 .pageHeader .backBtn{display:flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;text-decoration:none;font-size:.9rem;margin-bottom:2rem;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 1rem;background:#2220280d;border:none;border-radius:10px;cursor:pointer}.formDetailPage .pageHeader .backBtn:hover{transform:translate(-4px);background:#2220281a}.formDetailPage .pageHeader .headerContent{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;position:relative;z-index:2;margin-bottom:3rem}@media (max-width: 900px){.formDetailPage .pageHeader .headerContent{flex-direction:column;align-items:flex-start}}.formDetailPage .pageHeader .headerContent .titleArea{flex:1}.formDetailPage .pageHeader .headerContent .titleArea .formTypeBadge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#22202814;color:#222028;border-radius:30px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.formDetailPage .pageHeader .headerContent .titleArea h1{font-size:3rem;font-weight:800;color:#222028;margin:0 0 .75rem;line-height:1.1}.formDetailPage .pageHeader .headerContent .titleArea .formSummary{font-size:1.1rem;color:#222028b3;max-width:600px;line-height:1.6;margin:0}.formDetailPage .pageHeader .headerContent .titleArea .formSummary strong{color:#222028}.formDetailPage .pageHeader .headerContent .metaInfo{display:flex;flex-direction:column;gap:.75rem}.formDetailPage .pageHeader .headerContent .metaInfo .metaItem{display:flex;align-items:center;gap:.6rem;color:#222028b3;font-size:.85rem;font-weight:600}.formDetailPage .pageHeader .headerContent .metaInfo .metaItem strong{color:#222028}.formDetailPage .pageHeader .headerContent .metaInfo .metaItem svg{opacity:.5}.formDetailPage .pageHeader .heroActions{display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:2}.formDetailPage .pageHeader .heroActions a,.formDetailPage .pageHeader .heroActions button{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer;border:none}.formDetailPage .pageHeader .heroActions .primaryAction{background-color:#222028;color:#fff;box-shadow:0 10px 20px #2220281a}.formDetailPage .pageHeader .heroActions .primaryAction:hover{transform:translateY(-2px);background-color:#16151a;box-shadow:0 15px 30px #22202833}.formDetailPage .pageHeader .heroActions .secondaryAction{background-color:#fff;color:#222028;border:1px solid rgba(34,32,40,.1)!important}.formDetailPage .pageHeader .heroActions .secondaryAction:hover{background-color:#e6e5e5;transform:translateY(-2px)}.formDetailPage .pageHeader .heroActions .subscriptionAction .statusBadge.big{display:flex;align-items:center;gap:.6rem;padding:.8rem 1.5rem;background:#ecfdf5;color:#059669;border-radius:12px;font-weight:700;border:1px solid #d1fae5;font-size:.95rem}.formDetailPage .pageHeader .heroActions .subscriptionAction .subscribeBtnLink,.formDetailPage .pageHeader .heroActions .subscriptionAction .subscribeBtn{background-color:#fff;color:#222028;border:1px solid rgba(34,32,40,.1)!important}.formDetailPage .pageHeader .heroActions .subscriptionAction .subscribeBtnLink:hover,.formDetailPage .pageHeader .heroActions .subscriptionAction .subscribeBtn:hover{background-color:#e6e5e5;transform:translateY(-2px)}.formDetailPage .pageHeader .heroActions .subscriptionAction .subscribedBtn{background-color:#ecfdf5;color:#059669;border:1px solid #d1fae5!important}.formDetailPage .pageHeader .heroActions .subscriptionAction .subscribedBtn:hover{background-color:#fee2e2;color:#dc2626;border-color:#fecaca!important;transform:translateY(-2px)}.formDetailPage .detailContent{padding:4rem 0;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 .alertSummary{font-size: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:3rem}.formDetailPage .detailContent .supplementalSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.formDetailPage .detailContent .supplementalSection .sectionHeader svg{color:#222028;opacity:.6}.formDetailPage .detailContent .supplementalSection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028;margin:0}.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;opacity:.6}.formDetailPage .detailContent .historySection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028;margin:0}.formDetailPage .detailContent .historySection .timeline{position:relative;padding-left:2rem}.formDetailPage .detailContent .historySection .timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#222028,#f1f5f9);border-radius:1px}.formDetailPage .detailContent .historySection .timeline .timelineItem{position:relative;margin-bottom:2.5rem}.formDetailPage .detailContent .historySection .timeline .timelineItem:last-child{margin-bottom:0}.formDetailPage .detailContent .historySection .timeline .timelineItem.critical .timelineDot{background-color:#ef4444;border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.formDetailPage .detailContent .historySection .timeline .timelineItem.critical .timelineCard{border-color:#ef444426;background:linear-gradient(to right,#ef444404,#fff)}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineDot{position:absolute;left:-2.35rem;top:.5rem;width:12px;height:12px;background-color:#fff;border:3px solid #cbd5e1;border-radius:50%;z-index:2;transition:all .3s cubic-bezier(.4,0,.2,1)}.formDetailPage .detailContent .historySection .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 .historySection .timeline .timelineItem .timelineCard:hover{border-color:#22202833;box-shadow:0 10px 30px #0000000d}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineCard .cardHeader .tagWrapper{display:flex;align-items:center;gap:1rem}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineCard .cardHeader .versionTag{padding:.25rem .75rem;background:#e6e5e5;color:#222028;font-weight:700;font-size:.75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.formDetailPage .detailContent .historySection .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 .historySection .timeline .timelineItem .timelineCard .cardHeader .dateTag{font-size:.85rem;color:#222028b3}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineCard .cardSummary{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:1.25rem}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineCard .cardActions{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineCard .cardActions a{display:flex;align-items:center;gap:.4rem;color:#222028;text-decoration:none;font-size:.85rem;font-weight:700;opacity:.7;transition:opacity .2s}.formDetailPage .detailContent .historySection .timeline .timelineItem .timelineCard .cardActions a:hover{opacity:1}.formDetailPage .detailContent .historySection .timeline .noHistory{color:#222028b3;font-style:italic}.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}@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)}}.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}.newsroomAlertsIntel{min-height:100vh;background-color:#fff;color:#222028;display:flex;flex-direction:column}.newsroomAlertsIntel.loading,.newsroomAlertsIntel.error{align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;flex:1}.newsroomAlertsIntel .container{max-width:1200px;margin:0 auto;padding:0 5%;width:100%}.newsroomAlertsIntel .pageHeader{padding:6.25rem 0 4rem;background:linear-gradient(135deg,#fff,#e6e5e5);position:relative;overflow:hidden}.newsroomAlertsIntel .pageHeader: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)}.newsroomAlertsIntel .pageHeader .backBtn{display:flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;text-decoration:none;font-size:.9rem;margin-bottom:2rem;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 1rem;background:#2220280d;border:none;border-radius:10px;cursor:pointer}.newsroomAlertsIntel .pageHeader .backBtn:hover{transform:translate(-4px);background:#2220281a}.newsroomAlertsIntel .pageHeader .headerContent{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;position:relative;z-index:2;margin-bottom:3rem}@media (max-width: 900px){.newsroomAlertsIntel .pageHeader .headerContent{flex-direction:column;align-items:flex-start}}.newsroomAlertsIntel .pageHeader .headerContent .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#22202814;color:#222028;border-radius:30px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.newsroomAlertsIntel .pageHeader .headerContent h1{font-size:3rem;font-weight:800;color:#222028;margin:0 0 .75rem;line-height:1.1}.newsroomAlertsIntel .pageHeader .headerContent .subtitle{font-size:1.1rem;color:#222028b3;max-width:600px;line-height:1.6}.newsroomAlertsIntel .pageHeader .headerContent .subtitle strong{color:#222028}.newsroomAlertsIntel .pageHeader .headerContent .metaInfo{display:flex;flex-direction:column;gap:.75rem}.newsroomAlertsIntel .pageHeader .headerContent .metaInfo .metaItem{display:flex;align-items:center;gap:.6rem;color:#222028b3;font-size:.85rem;font-weight:600}.newsroomAlertsIntel .pageHeader .headerContent .metaInfo .metaItem svg{opacity:.5}.newsroomAlertsIntel .pageHeader .heroActions{display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:2}.newsroomAlertsIntel .pageHeader .heroActions a,.newsroomAlertsIntel .pageHeader .heroActions button{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer}.newsroomAlertsIntel .pageHeader .heroActions .primaryAction{background-color:#222028;color:#fff;border:none;box-shadow:0 10px 20px #2220281a}.newsroomAlertsIntel .pageHeader .heroActions .primaryAction:hover{transform:translateY(-2px);background-color:#16151a;box-shadow:0 15px 30px #22202833}.newsroomAlertsIntel .pageHeader .heroActions .subscriptionAction .subscribeBtn{background-color:#fff;color:#222028;border:1px solid rgba(34,32,40,.1)}.newsroomAlertsIntel .pageHeader .heroActions .subscriptionAction .subscribeBtn:hover{background-color:#e6e5e5;transform:translateY(-2px)}.newsroomAlertsIntel .pageHeader .heroActions .subscriptionAction .subscribedBtn{background-color:#ecfdf5;color:#059669;border:1px solid #d1fae5}.newsroomAlertsIntel .pageHeader .heroActions .subscriptionAction .subscribedBtn:hover{background-color:#fee2e2;color:#dc2626;border-color:#fecaca;transform:translateY(-2px)}.newsroomAlertsIntel .contentSection{padding:4rem 0;flex:1}.newsroomAlertsIntel .contentSection .determinationGrid{display:grid;gap:2rem;margin-bottom:3rem}.newsroomAlertsIntel .contentSection .determinationCard{background:#fff;border-radius:24px;padding:2rem;border:1px solid rgba(34,32,40,.1);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.newsroomAlertsIntel .contentSection .determinationCard:after{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#222028}.newsroomAlertsIntel .contentSection .determinationCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d;border-color:#2220281a}.newsroomAlertsIntel .contentSection .determinationCard .cardHeader{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.newsroomAlertsIntel .contentSection .determinationCard .cardHeader .categoryIcon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#222028}.newsroomAlertsIntel .contentSection .determinationCard .cardHeader h3{font-size:1.15rem;font-weight:800;color:#222028;margin:0}.newsroomAlertsIntel .contentSection .determinationCard .cardBody{flex:1}.newsroomAlertsIntel .contentSection .determinationCard .cardBody .explanation{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.newsroomAlertsIntel .contentSection .determinationCard .cardFooter{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.newsroomAlertsIntel .contentSection .determinationCard .cardFooter .sourceLink{display:inline-flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;font-size:.85rem;text-decoration:none}.newsroomAlertsIntel .contentSection .determinationCard .cardFooter .sourceLink:hover{text-decoration:underline}.newsroomAlertsIntel .contentSection .archiveSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.newsroomAlertsIntel .contentSection .archiveSection .sectionHeader svg{color:#222028;opacity:.6}.newsroomAlertsIntel .contentSection .archiveSection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028;margin:0}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline{position:relative;padding-left:2rem}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#222028,#f1f5f9);border-radius:1px}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem{position:relative;margin-bottom:2.5rem}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem:last-child{margin-bottom:0}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineDot{position:absolute;left:-2.35rem;top:.5rem;width:12px;height:12px;background-color:#fff;border:3px solid #cbd5e1;border-radius:50%;z-index:2;transition:all .3s}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineDot.active{border-color:#222028;background-color:#222028;box-shadow:0 0 0 4px #2220281a}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .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)}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard:hover{border-color:#22202833;box-shadow:0 10px 30px #0000000d}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader .versionTag{padding:.25rem .75rem;background:#e6e5e5;color:#222028;font-weight:700;font-size:.75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent h3{font-size:1.25rem;font-weight:800;color:#222028;margin-bottom:1rem;line-height:1.3}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox{background:#f8fafc;padding:1.25rem;border-radius:12px;border:1px solid #f1f5f9}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox .impactLabel{display:block;font-size:.65rem;font-weight:800;color:#222028;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.newsroomAlertsIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox p{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.newsReleasesIntel{min-height:100vh;background-color:#fff;color:#222028;display:flex;flex-direction:column}.newsReleasesIntel.loading,.newsReleasesIntel.error{align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;flex:1}.newsReleasesIntel .container{max-width:1200px;margin:0 auto;padding:0 5%;width:100%}.newsReleasesIntel .pageHeader{padding:6.25rem 0 4rem;background:linear-gradient(135deg,#fff,#e6e5e5);position:relative;overflow:hidden}.newsReleasesIntel .pageHeader: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)}.newsReleasesIntel .pageHeader .backBtn{display:flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;text-decoration:none;font-size:.9rem;margin-bottom:2rem;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 1rem;background:#2220280d;border:none;border-radius:10px;cursor:pointer}.newsReleasesIntel .pageHeader .backBtn:hover{transform:translate(-4px);background:#2220281a}.newsReleasesIntel .pageHeader .headerContent{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;position:relative;z-index:2;margin-bottom:3rem}@media (max-width: 900px){.newsReleasesIntel .pageHeader .headerContent{flex-direction:column;align-items:flex-start}}.newsReleasesIntel .pageHeader .headerContent .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#22202814;color:#222028;border-radius:30px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.newsReleasesIntel .pageHeader .headerContent h1{font-size:3rem;font-weight:800;color:#222028;margin:0 0 .75rem;line-height:1.1}.newsReleasesIntel .pageHeader .headerContent .subtitle{font-size:1.1rem;color:#222028b3;max-width:600px;line-height:1.6}.newsReleasesIntel .pageHeader .headerContent .subtitle strong{color:#222028}.newsReleasesIntel .pageHeader .headerContent .metaInfo{display:flex;flex-direction:column;gap:.75rem}.newsReleasesIntel .pageHeader .headerContent .metaInfo .metaItem{display:flex;align-items:center;gap:.6rem;color:#222028b3;font-size:.85rem;font-weight:600}.newsReleasesIntel .pageHeader .headerContent .metaInfo .metaItem svg{opacity:.5}.newsReleasesIntel .pageHeader .heroActions{display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:2}.newsReleasesIntel .pageHeader .heroActions a,.newsReleasesIntel .pageHeader .heroActions button{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer}.newsReleasesIntel .pageHeader .heroActions .primaryAction{background-color:#222028;color:#fff;border:none;box-shadow:0 10px 20px #2220281a}.newsReleasesIntel .pageHeader .heroActions .primaryAction:hover{transform:translateY(-2px);background-color:#16151a;box-shadow:0 15px 30px #22202833}.newsReleasesIntel .pageHeader .heroActions .subscriptionAction .subscribeBtn{background-color:#fff;color:#222028;border:1px solid rgba(34,32,40,.1)}.newsReleasesIntel .pageHeader .heroActions .subscriptionAction .subscribeBtn:hover{background-color:#e6e5e5;transform:translateY(-2px)}.newsReleasesIntel .pageHeader .heroActions .subscriptionAction .subscribedBtn{background-color:#ecfdf5;color:#059669;border:1px solid #d1fae5}.newsReleasesIntel .pageHeader .heroActions .subscriptionAction .subscribedBtn:hover{background-color:#fee2e2;color:#dc2626;border-color:#fecaca;transform:translateY(-2px)}.newsReleasesIntel .contentSection{padding:4rem 0;flex:1}.newsReleasesIntel .contentSection .determinationGrid{display:grid;gap:2rem;margin-bottom:3rem}.newsReleasesIntel .contentSection .determinationCard{background:#fff;border-radius:24px;padding:2rem;border:1px solid rgba(34,32,40,.1);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.newsReleasesIntel .contentSection .determinationCard:after{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#222028}.newsReleasesIntel .contentSection .determinationCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d;border-color:#2220281a}.newsReleasesIntel .contentSection .determinationCard .cardHeader{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.newsReleasesIntel .contentSection .determinationCard .cardHeader .categoryIcon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#222028}.newsReleasesIntel .contentSection .determinationCard .cardHeader h3{font-size:1.15rem;font-weight:800;color:#222028;margin:0}.newsReleasesIntel .contentSection .determinationCard .cardBody{flex:1}.newsReleasesIntel .contentSection .determinationCard .cardBody .explanation{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.newsReleasesIntel .contentSection .determinationCard .cardFooter{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.newsReleasesIntel .contentSection .determinationCard .cardFooter .sourceLink{display:inline-flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;font-size:.85rem;text-decoration:none}.newsReleasesIntel .contentSection .determinationCard .cardFooter .sourceLink:hover{text-decoration:underline}.newsReleasesIntel .contentSection .archiveSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.newsReleasesIntel .contentSection .archiveSection .sectionHeader svg{color:#222028;opacity:.6}.newsReleasesIntel .contentSection .archiveSection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028;margin:0}.newsReleasesIntel .contentSection .archiveSection .versionTimeline{position:relative;padding-left:2rem}.newsReleasesIntel .contentSection .archiveSection .versionTimeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#222028,#f1f5f9);border-radius:1px}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem{position:relative;margin-bottom:2.5rem}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem:last-child{margin-bottom:0}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineDot{position:absolute;left:-2.35rem;top:.5rem;width:12px;height:12px;background-color:#fff;border:3px solid #cbd5e1;border-radius:50%;z-index:2;transition:all .3s}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineDot.active{border-color:#222028;background-color:#222028;box-shadow:0 0 0 4px #2220281a}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .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)}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard:hover{border-color:#22202833;box-shadow:0 10px 30px #0000000d}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader .versionTag{padding:.25rem .75rem;background:#e6e5e5;color:#222028;font-weight:700;font-size:.75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent h3{font-size:1.25rem;font-weight:800;color:#222028;margin-bottom:1rem;line-height:1.3}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox{background:#f8fafc;padding:1.25rem;border-radius:12px;border:1px solid #f1f5f9}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox .impactLabel{display:block;font-size:.65rem;font-weight:800;color:#222028;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.newsReleasesIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox p{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.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.policyModal{background:#fff;width:100%;max-width:520px;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.policyModal .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.policyModal .closeBtn:hover{background:#f3f4f6;color:#1f2937}.modalContent.policyModal .modalHeader{text-align:center;margin-bottom:2rem}.modalContent.policyModal .modalHeader .iconWrapper{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.modalContent.policyModal .modalHeader .iconWrapper.sub{background:#2220280d;color:#222028}.modalContent.policyModal .modalHeader .iconWrapper.unsub{background:#ef444414;color:#ef4444}.modalContent.policyModal .modalHeader h2{font-size:1.5rem;font-weight:800;color:#222028;margin-bottom:.5rem}.modalContent.policyModal .modalHeader .formTarget{font-size:.85rem;font-weight:700;color:#6b7280;background:#f9fafb;display:inline-block;padding:.3rem .9rem;border-radius:8px;text-transform:uppercase;letter-spacing:.05em}.modalContent.policyModal .modalBody{margin-bottom:2.5rem}.modalContent.policyModal .modalBody p{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.modalContent.policyModal .modalBody .benefitGrid{display:flex;flex-direction:column;gap:1.25rem}.modalContent.policyModal .modalBody .benefitGrid .benefitItem{display:flex;gap:1.25rem;align-items:flex-start;padding:1rem;background:#22202805;border-radius:12px;border:1px solid rgba(34,32,40,.05)}.modalContent.policyModal .modalBody .benefitGrid .benefitItem svg{color:#222028;margin-top:.2rem;flex-shrink:0}.modalContent.policyModal .modalBody .benefitGrid .benefitItem strong{display:block;font-size:.95rem;color:#222028;margin-bottom:.2rem}.modalContent.policyModal .modalBody .benefitGrid .benefitItem span{font-size:.85rem;color:#6b7280;line-height:1.4;display:block}.modalContent.policyModal .modalBody .unsubWarning ul{list-style:none;padding:0}.modalContent.policyModal .modalBody .unsubWarning ul li{padding-left:1.5rem;position:relative;color:#4b5563;margin-bottom:.75rem;font-size:.95rem}.modalContent.policyModal .modalBody .unsubWarning ul li:before{content:"•";position:absolute;left:.5rem;color:#ef4444;font-weight:900}.modalContent.policyModal .modalFooter{display:flex;gap:1rem}.modalContent.policyModal .modalFooter button{flex:1;padding:1rem;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s}.modalContent.policyModal .modalFooter .cancelBtn{background:#fff;border:1px solid #e5e7eb;color:#4b5563}.modalContent.policyModal .modalFooter .cancelBtn:hover{background:#f9fafb;border-color:#d1d5db}.modalContent.policyModal .modalFooter .confirmBtn{border:none;color:#fff}.modalContent.policyModal .modalFooter .confirmBtn.sub{background:#222028;box-shadow:0 4px 12px #22202833}.modalContent.policyModal .modalFooter .confirmBtn.sub:hover{transform:translateY(-2px);box-shadow:0 6px 15px #2220284d;opacity:.95}.modalContent.policyModal .modalFooter .confirmBtn.unsub{background:#ef4444;box-shadow:0 4px 12px #ef444433}.modalContent.policyModal .modalFooter .confirmBtn.unsub:hover{transform:translateY(-2px);box-shadow:0 6px 15px #ef44444d}.modalContent.policyModal .mini-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlide{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.policyManualIntel{min-height:100vh;background-color:#fff;color:#222028;display:flex;flex-direction:column}.policyManualIntel.loading,.policyManualIntel.error{align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;flex:1}.policyManualIntel .container{max-width:1200px;margin:0 auto;padding:0 5%;width:100%}.policyManualIntel .pageHeader{padding:6.25rem 0 4rem;background:linear-gradient(135deg,#fff,#e6e5e5);position:relative;overflow:hidden}.policyManualIntel .pageHeader: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)}.policyManualIntel .pageHeader .backBtn{display:flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;text-decoration:none;font-size:.9rem;margin-bottom:2rem;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 1rem;background:#2220280d;border:none;border-radius:10px;cursor:pointer}.policyManualIntel .pageHeader .backBtn:hover{transform:translate(-4px);background:#2220281a}.policyManualIntel .pageHeader .headerContent{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;position:relative;z-index:2;margin-bottom:3rem}@media (max-width: 900px){.policyManualIntel .pageHeader .headerContent{flex-direction:column;align-items:flex-start}}.policyManualIntel .pageHeader .headerContent .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#22202814;color:#222028;border-radius:30px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.policyManualIntel .pageHeader .headerContent h1{font-size:3rem;font-weight:800;color:#222028;margin:0 0 .75rem;line-height:1.1}.policyManualIntel .pageHeader .headerContent .subtitle{font-size:1.1rem;color:#222028b3;max-width:600px;line-height:1.6}.policyManualIntel .pageHeader .headerContent .subtitle strong{color:#222028}.policyManualIntel .pageHeader .headerContent .metaInfo{display:flex;flex-direction:column;gap:.75rem}.policyManualIntel .pageHeader .headerContent .metaInfo .metaItem{display:flex;align-items:center;gap:.6rem;color:#222028b3;font-size:.85rem;font-weight:600}.policyManualIntel .pageHeader .headerContent .metaInfo .metaItem svg{opacity:.5}.policyManualIntel .pageHeader .heroActions{display:flex;gap:1rem;flex-wrap:wrap;position:relative;z-index:2}.policyManualIntel .pageHeader .heroActions a,.policyManualIntel .pageHeader .heroActions button{display:flex;align-items:center;gap:.75rem;padding:.8rem 1.5rem;border-radius:12px;font-weight:700;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;cursor:pointer}.policyManualIntel .pageHeader .heroActions .primaryAction{background-color:#222028;color:#fff;border:none;box-shadow:0 10px 20px #2220281a}.policyManualIntel .pageHeader .heroActions .primaryAction:hover{transform:translateY(-2px);background-color:#16151a;box-shadow:0 15px 30px #22202833}.policyManualIntel .pageHeader .heroActions .subscriptionAction .subscribeBtn{background-color:#fff;color:#222028;border:1px solid rgba(34,32,40,.1)}.policyManualIntel .pageHeader .heroActions .subscriptionAction .subscribeBtn:hover{background-color:#e6e5e5;transform:translateY(-2px)}.policyManualIntel .pageHeader .heroActions .subscriptionAction .subscribedBtn{background-color:#ecfdf5;color:#059669;border:1px solid #d1fae5}.policyManualIntel .pageHeader .heroActions .subscriptionAction .subscribedBtn:hover{background-color:#fee2e2;color:#dc2626;border-color:#fecaca;transform:translateY(-2px)}.policyManualIntel .contentSection{padding:4rem 0;flex:1}.policyManualIntel .contentSection .determinationGrid{display:grid;gap:2rem;margin-bottom:3rem}.policyManualIntel .contentSection .determinationCard{background:#fff;border-radius:24px;padding:2rem;border:1px solid rgba(34,32,40,.1);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.policyManualIntel .contentSection .determinationCard:after{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:#222028}.policyManualIntel .contentSection .determinationCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d;border-color:#2220281a}.policyManualIntel .contentSection .determinationCard .cardHeader{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.policyManualIntel .contentSection .determinationCard .cardHeader .categoryIcon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#222028}.policyManualIntel .contentSection .determinationCard .cardHeader h3{font-size:1.15rem;font-weight:800;color:#222028;margin:0}.policyManualIntel .contentSection .determinationCard .cardBody{flex:1}.policyManualIntel .contentSection .determinationCard .cardBody .explanation{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.policyManualIntel .contentSection .determinationCard .cardFooter{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.policyManualIntel .contentSection .determinationCard .cardFooter .sourceLink{display:inline-flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;font-size:.85rem;text-decoration:none}.policyManualIntel .contentSection .determinationCard .cardFooter .sourceLink:hover{text-decoration:underline}.policyManualIntel .contentSection .archiveSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.policyManualIntel .contentSection .archiveSection .sectionHeader svg{color:#222028;opacity:.6}.policyManualIntel .contentSection .archiveSection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028;margin:0}.policyManualIntel .contentSection .archiveSection .versionTimeline{position:relative;padding-left:2rem}.policyManualIntel .contentSection .archiveSection .versionTimeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#222028,#f1f5f9);border-radius:1px}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem{position:relative;margin-bottom:2.5rem}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem:last-child{margin-bottom:0}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineDot{position:absolute;left:-2.35rem;top:.5rem;width:12px;height:12px;background-color:#fff;border:3px solid #cbd5e1;border-radius:50%;z-index:2;transition:all .3s}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineDot.active{border-color:#222028;background-color:#222028;box-shadow:0 0 0 4px #2220281a}.policyManualIntel .contentSection .archiveSection .versionTimeline .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)}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard:hover{border-color:#22202833;box-shadow:0 10px 30px #0000000d}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader .versionTag{padding:.25rem .75rem;background:#e6e5e5;color:#222028;font-weight:700;font-size:.75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent h3{font-size:1.25rem;font-weight:800;color:#222028;margin-bottom:1rem;line-height:1.3}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox{background:#f8fafc;padding:1.25rem;border-radius:12px;border:1px solid #f1f5f9}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox .impactLabel{display:block;font-size:.65rem;font-weight:800;color:#222028;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.policyManualIntel .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .intelligenceBox p{font-size:.95rem;color:#475569;line-height:1.6;margin:0}.visaBulletinPage{min-height:100vh;background-color:#fff;color:#222028;display:flex;flex-direction:column}.visaBulletinPage.loading,.visaBulletinPage.error{align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.visaBulletinPage .container{max-width:1200px;margin:0 auto;padding:0 5%;width:100%}.visaBulletinPage .pageHeader{padding:6.25rem 0 4rem;background:linear-gradient(135deg,#fff,#e6e5e5);position:relative;overflow:hidden}.visaBulletinPage .pageHeader: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)}.visaBulletinPage .pageHeader .backBtn{display:flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;text-decoration:none;font-size:.9rem;margin-bottom:2rem;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 1rem;background:#2220280d;border-radius:10px}.visaBulletinPage .pageHeader .backBtn:hover{transform:translate(-4px);background:#2220281a}.visaBulletinPage .pageHeader .headerContent{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;position:relative;z-index:2}@media (max-width: 900px){.visaBulletinPage .pageHeader .headerContent{flex-direction:column;align-items:flex-start}}.visaBulletinPage .pageHeader .headerContent .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#22202814;color:#222028;border-radius:30px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.visaBulletinPage .pageHeader .headerContent h1{font-size:3rem;font-weight:800;color:#222028;margin:0 0 .75rem;line-height:1.1}.visaBulletinPage .pageHeader .headerContent .subtitle{font-size:1.1rem;color:#222028b3;max-width:600px;line-height:1.6}.visaBulletinPage .pageHeader .headerContent .subtitle strong{color:#222028}.visaBulletinPage .pageHeader .headerContent .metaInfo{display:flex;flex-direction:column;gap:.75rem}.visaBulletinPage .pageHeader .headerContent .metaInfo .metaItem{display:flex;align-items:center;gap:.6rem;color:#222028b3;font-size:.85rem;font-weight:600}.visaBulletinPage .pageHeader .headerContent .metaInfo .metaItem svg{opacity:.5}.visaBulletinPage .pageHeader .heroActions{display:flex;align-items:center;gap:1.5rem;margin-top:3rem;position:relative;z-index:3}@media (max-width: 900px){.visaBulletinPage .pageHeader .heroActions{flex-direction:column;align-items:flex-start}}.visaBulletinPage .pageHeader .heroActions .primaryAction{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#222028;color:#fff;border-radius:12px;text-decoration:none;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #22202826}.visaBulletinPage .pageHeader .heroActions .primaryAction:hover{transform:translateY(-3px);box-shadow:0 15px 30px #22202833;opacity:.95}.visaBulletinPage .pageHeader .heroActions .subscriptionAction .statusBadge.big{display:flex;align-items:center;gap:.6rem;padding:.8rem 1.5rem;background:#d6f2811a;color:#9ac614;border-radius:12px;font-weight:700;border:1px solid rgba(214,242,129,.2)}.visaBulletinPage .pageHeader .heroActions .subscriptionAction .subscribeBtnLink{display:flex;align-items:center;gap:.6rem;padding:1rem 2rem;background:#fff;color:#222028;border-radius:12px;text-decoration:none;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(34,32,40,.1)}.visaBulletinPage .pageHeader .heroActions .subscriptionAction .subscribeBtnLink:hover{background:#22202808;border-color:#222028}.visaBulletinPage .contentSection{padding:4rem 0;flex:1}.visaBulletinPage .contentSection .determinationGrid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}.visaBulletinPage .contentSection .determinationCard{background:#fff;border-radius:24px;padding:2.5rem;border:1px solid rgba(34,32,40,.1);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden}.visaBulletinPage .contentSection .determinationCard:after{content:"";position:absolute;top:0;left:0;width:100%;height:6px}.visaBulletinPage .contentSection .determinationCard.family:after{background:#3b82f6}.visaBulletinPage .contentSection .determinationCard.employment:after{background:#10b981}.visaBulletinPage .contentSection .determinationCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d;border-color:#2220281a}.visaBulletinPage .contentSection .determinationCard .cardHeader{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.visaBulletinPage .contentSection .determinationCard .cardHeader .categoryIcon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#f8fafc;color:#222028}.visaBulletinPage .contentSection .determinationCard .cardHeader h3{font-size:1.25rem;font-weight:800;color:#222028;margin:0}.visaBulletinPage .contentSection .determinationCard .cardBody{flex:1}.visaBulletinPage .contentSection .determinationCard .cardBody .chartLabel{font-size:.75rem;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.visaBulletinPage .contentSection .determinationCard .cardBody .chartValue{font-size:2.25rem;font-weight:900;color:#222028;margin-bottom:1.5rem;line-height:1}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;margin:1.5rem 0 2rem}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table{width:100%;border-collapse:collapse!important;font-size:.9rem;border:none!important}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table tr:first-child td,.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table tr:first-child th{background:#f1f5f9;color:#475569;font-weight:800;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0;padding:.85rem 1.25rem}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table td{padding:.85rem 1.25rem;color:#1e293b;border:none!important;border-bottom:1px solid #f1f5f9!important;text-align:left}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table td b,.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table td strong{color:#222028;font-weight:700}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table tr:last-child td{border-bottom:none!important}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table tr:nth-child(2n){background:#f8fafc80}.visaBulletinPage .contentSection .determinationCard .cardBody .bulletinTableWrapper.SovereignTable table tr:hover{background:#f1f5f9}.visaBulletinPage .contentSection .determinationCard .cardBody .explanation{font-size:1rem;color:#475569;line-height:1.6;margin:0}.visaBulletinPage .contentSection .determinationCard .cardFooter{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.visaBulletinPage .contentSection .determinationCard .cardFooter .sourceLink{display:inline-flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;font-size:.9rem;text-decoration:none}.visaBulletinPage .contentSection .determinationCard .cardFooter .sourceLink:hover{text-decoration:underline}.visaBulletinPage .contentSection .analysisSection{background:#22202805;border:1px solid rgba(34,32,40,.05);border-radius:24px;padding:3rem;margin-bottom:3rem}.visaBulletinPage .contentSection .analysisSection .sectionLabel{display:flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:900;color:#222028;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;opacity:.8}.visaBulletinPage .contentSection .analysisSection .analysisText{color:#374151;font-size:1.25rem;line-height:1.7;font-weight:500}.visaBulletinPage .contentSection .highlightsSection{margin-bottom:4rem}.visaBulletinPage .contentSection .highlightsSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.visaBulletinPage .contentSection .highlightsSection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028;margin:0}.visaBulletinPage .contentSection .highlightsSection .sectionHeader svg{color:#222028;opacity:.5}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid .highlightCard{background:#f8fafc;border:1px solid #e2e8f0;padding:2rem;border-radius:20px;transition:all .3s ease}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid .highlightCard:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000000d;border-color:#2220281a}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid .highlightCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid .highlightCard .cardHeader .hCategory{font-weight:900;color:#222028;font-size:1.1rem}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid .highlightCard .cardHeader .hMovement{font-size:.75rem;font-weight:800;background:#fff;padding:.3rem .8rem;border-radius:20px;color:#475569;border:1px solid #e2e8f0}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid .highlightCard .cardHeader .hMovement.positive{background:#ecfdf5;color:#059669;border-color:#d1fae5}.visaBulletinPage .contentSection .highlightsSection .highlightsGrid .highlightCard .hAnalysis{font-size:1rem;color:#475569;line-height:1.6;margin:0}.visaBulletinPage .contentSection .adviceSection{background:#eff6ff;border-left:6px solid #3b82f6;padding:2.5rem 3rem;border-radius:0 24px 24px 0;margin-bottom:4rem}.visaBulletinPage .contentSection .adviceSection .sectionLabel{font-size:.85rem;font-weight:900;color:#1e40af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.visaBulletinPage .contentSection .adviceSection .adviceText{font-size:1.25rem;color:#1e3a8a;font-weight:700;line-height:1.6}.visaBulletinPage .contentSection .alertBox{background:#22202805;border:1px dashed rgba(34,32,40,.15);border-radius:16px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;margin-bottom:5rem}.visaBulletinPage .contentSection .alertBox svg{color:#64748b;flex-shrink:0}.visaBulletinPage .contentSection .alertBox .alertText{font-size:.95rem;color:#475569;line-height:1.6}.visaBulletinPage .contentSection .alertBox .alertText strong{color:#222028}.visaBulletinPage .contentSection .archiveSection .sectionHeader{display:flex;align-items:center;gap:1rem;margin-bottom:3rem}.visaBulletinPage .contentSection .archiveSection .sectionHeader svg{color:#222028;opacity:.6}.visaBulletinPage .contentSection .archiveSection .sectionHeader h2{font-size:1.75rem;font-weight:800;color:#222028;margin:0}.visaBulletinPage .contentSection .archiveSection .versionTimeline{position:relative;padding-left:2rem}.visaBulletinPage .contentSection .archiveSection .versionTimeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#222028,#f1f5f9);border-radius:1px}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem{position:relative;margin-bottom:2.5rem}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem:last-child{margin-bottom:0}.visaBulletinPage .contentSection .archiveSection .versionTimeline .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}.visaBulletinPage .contentSection .archiveSection .versionTimeline .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)}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard:hover{border-color:#22202833;box-shadow:0 10px 30px #0000000d}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader .versionTag{padding:.3rem .75rem;background:#e6e5e5;color:#222028;font-weight:700;font-size:.85rem;border-radius:8px}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardHeader .dateTag{font-size:.85rem;color:#64748b}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent p{font-size:.95rem;color:#475569;line-height:1.5;margin-bottom:1rem}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .miniStats{display:flex;gap:1.5rem;font-size:.85rem;color:#64748b}.visaBulletinPage .contentSection .archiveSection .versionTimeline .timelineItem .timelineCard .cardContent .miniStats strong{color:#222028}.visaBulletinPage .contentSection .archiveSection .versionTimeline .noHistory{color:#64748b;font-style:italic}.spinner{width:40px;height:40px;border:4px solid rgba(34,32,40,.1);border-left-color:#222028;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.errorCard{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 50px #0000000d;max-width:400px}.errorCard svg{color:#ef4444;margin-bottom:1.5rem}.errorCard h2{color:#222028;margin-bottom:1rem}.errorCard p{color:#64748b;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}.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;word-break:break-word}.deltaContainer .deltaRow.deltaRow--list{grid-template-columns:1fr;gap:.5rem;align-items:flex-start}.deltaContainer .deltaRow.deltaRow--list .deltaKey{padding-bottom:.25rem;border-bottom:2px solid rgba(34,32,40,.1);width:fit-content;margin-bottom:.5rem}.deltaContainer .deltaList{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.deltaContainer .deltaListItem{background:#00000005;border-radius:8px;padding:1rem;border-left:4px solid #222028;display:flex;flex-direction:column;gap:.5rem;transition:all .2s ease}.deltaContainer .deltaListItem:hover{background:#00000008;transform:translate(4px)}.deltaContainer .deltaListItem .listItemField{display:flex;flex-direction:column;gap:.15rem}.deltaContainer .deltaListItem .listItemField .fieldLabel{font-size:.75rem;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.deltaContainer .deltaListItem .listItemField .fieldValue{font-size:.9rem;line-height:1.5;color:#374151}.deltaContainer .deltaListItem .listItemField .fieldValue a{color:#222028;text-decoration:none;font-weight:600;font-size:.85rem;display:inline-flex;align-items:center;gap:.25rem}.deltaContainer .deltaListItem .listItemField .fieldValue a:hover{text-decoration:underline}.deltaContainer .jsonVal{background:#1f2937;color:#f3f4f6;padding:1rem;border-radius:8px;font-family:JetBrains Mono,monospace;font-size:.8rem;overflow-x:auto;margin:0}.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:#fff;color:#222028;display:flex;flex-direction:column}.notificationsPage .container{max-width:1200px;margin:0 auto;padding:0 5%;width:100%}.notificationsPage .pageHeader{padding:6.25rem 0 4rem;background:linear-gradient(135deg,#fff,#e6e5e5);position:relative;overflow:hidden}.notificationsPage .pageHeader: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)}.notificationsPage .pageHeader .backBtn{display:flex;align-items:center;gap:.5rem;color:#222028;font-weight:700;text-decoration:none;font-size:.9rem;margin-bottom:2rem;width:fit-content;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem 1rem;background:#2220280d;border:none;border-radius:10px;cursor:pointer}.notificationsPage .pageHeader .backBtn:hover{transform:translate(-4px);background:#2220281a}.notificationsPage .pageHeader .headerContent{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;position:relative;z-index:2}@media (max-width: 900px){.notificationsPage .pageHeader .headerContent{flex-direction:column;align-items:flex-start}}.notificationsPage .pageHeader .headerContent .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1rem;background:#22202814;color:#222028;border-radius:30px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.notificationsPage .pageHeader .headerContent h1{font-size:3rem;font-weight:800;color:#222028;margin:0 0 .75rem;line-height:1.1}.notificationsPage .pageHeader .headerContent .subtitle{font-size:1.1rem;color:#222028b3;max-width:600px;line-height:1.6}.notificationsPage .pageHeader .headerContent .metaInfo{display:flex;flex-direction:column;gap:.75rem}.notificationsPage .pageHeader .headerContent .metaInfo .metaItem{display:flex;align-items:center;gap:.6rem;color:#222028b3;font-size:.85rem;font-weight:600}.notificationsPage .pageHeader .headerContent .metaInfo .metaItem strong{color:#222028}.notificationsPage .pageHeader .headerContent .metaInfo .metaItem svg{opacity:.5}.notificationsPage .contentSection{padding:4rem 0;flex:1}.notificationsPage .notificationsList{display:flex;flex-direction:column;gap:1.5rem}.notificationsPage .notificationItem{background:#fff;border:1px solid rgba(34,32,40,.1);border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative}.notificationsPage .notificationItem.unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:#222028}.notificationsPage .notificationItem.unread{background:linear-gradient(to right,#22202805,#fff)}.notificationsPage .notificationItem.unread .summary{color:#222028}.notificationsPage .notificationItem.expanded{box-shadow:0 20px 40px #00000014;transform:translateY(-4px);border-color:#2220281a}.notificationsPage .notificationItem .itemMain{padding:1.75rem 2rem;display:flex;align-items:center;gap:1.75rem;cursor:pointer}.notificationsPage .notificationItem .itemMain:hover{background-color:#22202803}.notificationsPage .notificationItem .severityWrapper .severityIcon.high{color:#ef4444}.notificationsPage .notificationItem .severityWrapper .severityIcon.medium{color:#f59e0b}.notificationsPage .notificationItem .severityWrapper .severityIcon.low{color:#3b82f6}.notificationsPage .notificationItem .itemContent{flex:1}.notificationsPage .notificationItem .itemContent .itemHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.notificationsPage .notificationItem .itemContent .itemHeader .resourceIdBadge{font-size:.7rem;font-weight:900;color:#222028;text-transform:uppercase;letter-spacing:.08em;background:#2220280d;padding:.2rem .6rem;border-radius:4px}.notificationsPage .notificationItem .itemContent .itemHeader .timestamp{font-size:.75rem;color:#94a3b8;font-weight:500}.notificationsPage .notificationItem .itemContent .summary{font-size:1.15rem;font-weight:800;color:#1e293b;margin:0;line-height:1.4}.notificationsPage .notificationItem .expandToggle{color:#cbd5e1;transition:transform .3s ease}.notificationsPage .notificationItem .itemDetails{padding:0 2rem 2rem;animation:slideDown .4s cubic-bezier(.165,.84,.44,1)}.notificationsPage .notificationItem .itemDetails .intelligenceBox{background:#f8fafc;padding:1.5rem;border-radius:16px;border:1px solid #f1f5f9;margin-bottom:2rem}.notificationsPage .notificationItem .itemDetails .intelligenceBox .impactLabel{display:block;font-size:.7rem;font-weight:900;color:#222028;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.notificationsPage .notificationItem .itemDetails .intelligenceBox .detailsText{font-size:1rem;line-height:1.7;color:#475569}.notificationsPage .notificationItem .itemDetails .cardActions{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid #f1f5f9}.notificationsPage .notificationItem .itemDetails .cardActions .sourceLink{transition:all .2s}.notificationsPage .notificationItem .itemDetails .cardActions .sourceLink:hover{transform:translate(4px);color:#222028!important}.notificationsPage .loadingState,.notificationsPage .emptyState,.notificationsPage .errorState{display:flex;flex-direction:column;align-items:center;padding:6rem 2rem;text-align:center;color:#64748b}.notificationsPage .loadingState svg,.notificationsPage .emptyState svg,.notificationsPage .errorState svg{opacity:.2;margin-bottom:2rem;color:#222028}.notificationsPage .loadingState h3,.notificationsPage .emptyState h3,.notificationsPage .errorState h3{font-size:1.5rem;font-weight:800;color:#222028;margin-bottom:1rem}.notificationsPage .loadingState p,.notificationsPage .emptyState p,.notificationsPage .errorState p{max-width:400px;line-height:1.6;font-size:1.1rem}.notificationsPage .loadingState .spinner,.notificationsPage .emptyState .spinner,.notificationsPage .errorState .spinner{width:50px;height:50px;border:5px solid rgba(34,32,40,.1);border-left-color:#222028;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:2rem}@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%}}.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}
