@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Roboto";@import"https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap";.stub-notice{color:#666;font-style:italic;font-size:.9rem;margin:1rem 0;padding:.75rem 1rem;background:#f5f5f5;border-left:3px solid #1f79bc;border-radius:0 4px 4px 0}.error{color:#fa3c4c;margin-top:.5rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%}.modal--resource-merge{max-width:560px;max-height:50vh;display:flex;flex-direction:column;overflow:hidden;padding:1.25rem 1.5rem}.modal--resource-merge h2{flex-shrink:0;margin:0 0 1rem;font-size:1.25rem;line-height:1.3}.modal--primary-header{padding:0;overflow:hidden}.modal--terms{max-width:640px}.modal__primary-header{width:100%;display:flex;justify-content:flex-end;align-items:center;padding:15px;margin:0;background-color:#1f79bc;color:#fff}.modal__primary-header__title{flex:1;text-align:center;font-weight:600}.modal__primary-header__close{flex:0;background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;padding:0 4px;line-height:1}.modal__body{padding:16px 20px 8px}.signup-terms__frame-wrap{border:.5px solid grey;padding:0 5px;margin-bottom:20px;max-width:600px;max-height:300px;overflow:hidden}.signup-terms__frame{display:block;width:100%;height:300px;border:0}.signup-terms__actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:15px}*{font-family:Poppins,sans-serif}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg{display:inline-block;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@keyframes cc-animation-scale-out{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}@-webkit-keyframes cc-animation-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.removeLinkDecoration{text-decoration:none}.responsiveImage{width:100%;height:auto}.input{position:relative;flex:1}.input--no-margin{margin-bottom:0}.input__element{font-size:18px;padding:10px 0;display:block;width:100%;border:none;border-bottom:1px solid #757575}.input__element:focus{outline:none}.input__element:focus input:focus~.bar:before,.input__element:focus input:focus~.bar:after{width:50%}.input__element:focus~.input__label{top:-20px;font-size:14px;color:#1f79bc}.input__element:focus~.input__bar:before,.input__element:focus~.input__bar:after{width:50%}.input__element:focus~.input__highlight{-webkit-animation:inputHighlighter .3s ease;-moz-animation:inputHighlighter .3s ease;animation:inputHighlighter .3s ease}.input__element:valid~.input__label{top:-20px;font-size:14px;color:#1f79bc}.input__label{color:#999;font-size:18px;font-weight:400;position:absolute;pointer-events:none;left:5px;top:10px;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.input__bar{position:relative;display:block;width:100%}.input__bar:after,.input__bar:before{content:"";height:2px;width:0;bottom:1px;position:absolute;background:#1f79bc;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.input__bar:before{left:50%}.input__bar:after{right:50%}.input__highlight{position:absolute;height:60%;width:100px;top:25%;left:0;pointer-events:none;opacity:.5}@-webkit-keyframes inputHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}@-moz-keyframes inputHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}@keyframes inputHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}.inputMarginBottom{margin-bottom:35px}.signup{margin-top:30px;margin-bottom:30px}.textarea{position:relative;flex:1;margin-bottom:35px}.textarea--no-margin{margin-bottom:0}.textarea__element{outline:none!important;height:200px;overflow:auto;font-size:18px;padding:10px;display:block;width:100%;resize:none;border:1px solid #1f79bc;border-radius:5px}.textarea__element:focus{outline:none}.textarea__element:focus textarea:focus~.bar:before,.textarea__element:focus textarea:focus~.bar:after{width:50%}.textarea__element:focus~.textarea__label{top:-20px;font-size:14px;color:#1f79bc}.textarea__element:focus~.textarea__bar:before,.textarea__element:focus~.textarea__bar:after{width:50%}.textarea__element:focus~.textarea__highlight{-webkit-animation:textareaHighlighter .3s ease;-moz-animation:textareaHighlighter .3s ease;animation:textareaHighlighter .3s ease}.textarea__element:valid~.textarea__label{top:-20px;font-size:14px;color:#1f79bc}.textarea__label{color:#999;font-size:18px;font-weight:400;position:absolute;pointer-events:none;left:5px;top:10px;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.textarea__bar{position:relative;display:block;width:100%}.textarea__bar:after,.textarea__bar:before{content:"";height:2px;width:0;bottom:1px;position:absolute;background:#1f79bc;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.textarea__bar:before{left:50%}.textarea__bar:after{right:50%}.textarea__highlight{position:absolute;height:60%;width:100px;top:25%;left:0;pointer-events:none;opacity:.5}@-webkit-keyframes textareaHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}@-moz-keyframes textareaHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}@keyframes textareaHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}.select{position:relative;flex:1;margin-bottom:35px}.select--no-margin{margin-bottom:0}.select__element{font-size:18px;padding:10px 0;display:block;width:100%;border:none;border-bottom:1px solid #757575}.select__element:focus{outline:none}.select__element:focus select:focus~.bar:before,.select__element:focus select:focus~.bar:after{width:50%}.select__element:focus~.select__label{top:-20px;font-size:14px;color:#1f79bc}.select__element:focus~.select__bar:before,.select__element:focus~.select__bar:after{width:50%}.select__element:focus~.select__highlight{-webkit-animation:selectHighlighter .3s ease;-moz-animation:selectHighlighter .3s ease;animation:selectHighlighter .3s ease}.select__element:valid~.select__label{top:-20px;font-size:14px;color:#1f79bc}.select__label{color:#999;font-size:18px;font-weight:400;position:absolute;pointer-events:none;left:5px;top:10px;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.select__bar{position:relative;display:block;width:100%}.select__bar:after,.select__bar:before{content:"";height:2px;width:0;bottom:1px;position:absolute;background:#1f79bc;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.select__bar:before{left:50%}.select__bar:after{right:50%}.select__highlight{position:absolute;height:60%;width:100px;top:25%;left:0;pointer-events:none;opacity:.5}.error{color:#fa3c4c}@-webkit-keyframes selectHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}@-moz-keyframes selectHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}@keyframes selectHighlighter{0%{background:#1f79bc}to{width:0;background:transparent}}.selectMarginBottom{margin-bottom:35px}.navbar{width:100%;height:90px;padding:0 50px;margin:0 auto;background-color:#1f79bc}@media only screen and (max-width:750px){.navbar{height:auto}}.navbar__inner{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%}@media only screen and (max-width:750px){.navbar__inner{flex-direction:column}}.navbar__left{display:flex}.navbar__logo{margin-right:20px}.navbar__logo img{height:50px;width:auto;border-radius:25px}.navbar__links{display:flex;align-items:center;flex-wrap:wrap}.navbar__link{margin:0 10px}.navbar__link--auth{margin:0}.navbar__link--github{display:flex;align-items:center;color:#fff}@media only screen and (max-width:750px){.navbar__link--github{display:none}}.navbar__link--github__a{margin-right:10px}.navbar__link--github>div{margin-right:10px}.navbar__link:first-child{margin-left:0}.navbar__link a{text-decoration:none;color:#fff;transition:all .1s ease-in-out}.navbar__link a:hover{color:#fffc}.navbar__user{display:flex;align-items:center;flex-shrink:0;margin-left:16px}.navbar__item{display:flex;align-items:center}.navbar-desktop{display:block}@media only screen and (max-width:750px){.navbar-desktop{display:none}}.navbar-mobile-wrapper{display:none;position:relative;background:#1f79bc;padding:8px 16px}@media only screen and (max-width:750px){.navbar-mobile-wrapper{display:block}}.navbar-mobile{display:flex;align-items:center;justify-content:flex-end;min-height:48px}.navbar-mobile__toggle{background:none;border:none;color:#fff;padding:8px;cursor:pointer;display:flex;align-items:center}.navbar-mobile__menu{position:absolute;top:100%;left:0;right:0;background:#1f79bc;z-index:100;padding:16px}.navbar-mobile__menu .navbar__link{padding:8px 0;margin:0}.navbar-mobile__menu .navbar__link--auth{padding:12px 0 4px}.navbar__link.beta a:after{content:" beta";font-size:.7em;opacity:.75;text-transform:lowercase}.signout-btn{color:#fff;text-decoration:none;border:none;cursor:pointer;font-weight:500;transition:all .3s ease-in-out;padding:5px 0 5px 5px}.signout-btn:hover{color:#fffc}.provider{border:none;height:40px;width:150px;color:#fff;font-size:1.5rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.provider span{font-size:1rem;margin-right:10px}.provider:first-child{margin-top:20px}.provider--google{background-color:#cc433d}.provider--google:hover{background-color:#cc433de6}.provider--facebook{background-color:#3a5999}.provider--facebook:hover{background-color:#3a5999e6}.provider--twitter{background-color:#5aa4eb}.provider--twitter:hover{background-color:#5aa4ebe6}.provider--github{background-color:#000}.provider--github:hover{background-color:#000000e6}.createUser__input{margin-bottom:35px}.container{margin:0 50px}.btn{position:relative;display:block;margin:5px 0 2px;padding:0;overflow:hidden;border-width:0;outline:none;border-radius:15px;box-shadow:0 1px 4px #0000004d;background-color:#1f79bc;color:#ecf0f1;transition:background-color .3s;width:100%;cursor:pointer}.btn:hover,.btn:focus{background-color:#004689}.btn>*{position:relative}.btn span{display:block;padding:15px 20px}.btn:before{content:"";position:absolute;top:50%;left:50%;display:block;width:0;padding-top:0;border-radius:100%;background-color:#ecf0f14d;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.btn:active:before{width:120%;padding-top:120%;transition:width .2s ease-out,padding-top .2s ease-out}.btn--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;background-color:#0d334f}.btn--disabled:hover{background-color:#0d334f}.btn--disabled>*{pointer-events:none}.btn--outlined{background-color:#fff;color:#1f79bc;border:1px solid #1f79bc;box-shadow:0 1px 4px #0000004d}.btn--outlined:hover,.btn--outlined:focus{background-color:#004689;color:#fff}.btn--outlined.btn--disabled{background-color:#d3d3d3;color:#000;border-color:#d3d3d3}.btn--outlined.btn--disabled:hover{background-color:#d3d3d3;color:#000}.btn--nav{width:auto;margin:0;background-color:transparent;color:#fff;border:2px solid white;box-shadow:none;white-space:nowrap}.btn--nav span{padding:10px 18px;font-weight:600}.btn--nav:hover,.btn--nav:focus{background-color:#fff;color:#1f79bc}a.btn{text-decoration:none;display:inline-block}.obtn{position:relative;display:block;margin-bottom:2px;padding:0;overflow:hidden;border-width:1px;border-color:#1f79bc;outline:none;border-radius:15px;box-shadow:0 1px 4px #0000004d;background-color:#fff;color:#1f79bc;transition:background-color .3s;width:100%;cursor:pointer}.obtn:hover,.obtn:focus{background-color:#004689;color:#fff}.obtn>*{position:relative}.obtn span{display:block;padding:15px 20px}.obtn:before{content:"";position:absolute;top:50%;left:50%;display:block;width:0;padding-top:0;border-radius:100%;background-color:#ecf0f14d;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.obtn:active:before{width:120%;padding-top:120%;transition:width .2s ease-out,padding-top .2s ease-out}.obtn--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;background-color:#d3d3d3;color:#000}.obtn--disabled:hover{background-color:#d3d3d3;color:#000}.obtn--disabled>*{pointer-events:none}.signIn{margin-top:5px}.spinner{overflow:hidden;height:inherit;width:inherit}.spinner .circle{width:30px;height:30px;position:absolute;background:#1f79bc;border-radius:50%;margin:-15px;-webkit-animation:mesh 3s ease-in-out infinite -1.5s;animation:mesh 3s ease-in-out infinite -1.5s}.spinner>div{position:absolute;top:50%;left:50%}.spinner>div .circle:last-child{-webkit-animation-delay:0s;animation-delay:0s}.spinner>div:last-child{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.spinner__container{width:100%;height:100%;position:relative;padding:50px;margin-top:60px}.spinner__container__inner{display:flex;justify-content:center;align-content:center;height:100%;width:100%}@keyframes mesh{0%{-webkit-transform-origin:50% -100%;transform-origin:50% -100%;-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform-origin:50% -100%;transform-origin:50% -100%;-webkit-transform:rotate(360deg);transform:rotate(360deg)}50.1%{-webkit-transform-origin:50% 200%;transform-origin:50% 200%;-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform-origin:50% 200%;transform-origin:50% 200%;-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.resources{margin-bottom:30px}.resources__table__cell__centerText{text-align:center}.resources__search{width:100%;display:flex;justify-content:center;align-items:center;height:60px}.resources__removeBtn{font-style:bold;text-transform:uppercase;width:100%;text-align:center;text-decoration:underline}.resources__removeBtn__blue{color:#1f79bc;margin-top:5px;margin-bottom:5px;text-decoration:underline;z-index:2000}.resources__removeBtn__blue:hover{color:#004689}.resources__removeBtn__red{color:#fa3c4c;margin-top:5px;margin-bottom:5px;text-decoration:underline;z-index:2000}.resources__removeBtn__red:hover{color:#8b0000}.addResourceBtn{border:#1f79bc 1px solid;border-radius:25px;color:#1f79bc;font-style:bold;width:fit-content;padding:8px 16px;text-decoration:none;margin:10px}.addResources{border:1px #1f79bc solid;border-radius:10px;padding:20px;margin-bottom:50px;margin-top:20px;display:flex;flex-wrap:wrap}.addResources__available{margin-top:40px;margin-bottom:40px;margin-left:0}.addResources__header{margin-bottom:20px;margin-top:0}.addResources__btnContainer{width:300px;margin-bottom:20px}.addResources__block{margin:20px;flex:1;min-width:250px}.addResources__verticalDivider{position:relative;align-items:stretch;width:2px;flex:0;border-left:#1f79bc 1px solid;margin:5px}.addResources__languageContainer{display:flex;flex-wrap:wrap}.addResources__languageContainer__select{flex:1;min-width:200px;margin-right:10px}table{width:100%;background:none;border-collapse:collapse}table th{border-color:#1f79bc;border-width:1px;border-style:solid;text-align:center;flex:1;padding:0 4px}table tbody tr,table tbody tr.odd,table tbody tr.even{background:none}table tbody tr:hover,table tbody tr.odd:hover,table tbody tr.even:hover{background:#fcfcfc}table tbody th{color:#1f79bc;background:none;text-transform:uppercase;padding:1em 4px;font-weight:400}table tbody th a,table tbody th a.active{color:#1f79bc}table tbody td{padding:1.5em 8px;border-color:#1f79bc;border-width:1px;border-style:solid;max-width:300px;word-wrap:normal}.resource-table-section,.resource-card-grid{margin-top:24px;width:100%}.resource-card-grid__title{margin:0 0 16px;text-align:center;color:#004689}.resource-card-grid__empty{text-align:center;color:#666}.resource-card-grid__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;width:100%}.resource-card{border-radius:10px;border:2px solid #c5c5c5;padding:14px;display:flex;flex-direction:column;gap:12px;min-height:180px;transition:border-color .15s ease,background-color .15s ease,opacity .15s ease}.resource-card--approved{border-color:#1f79bc;background:linear-gradient(180deg,#f3f9fd,#fff);box-shadow:0 2px 8px #1f79bc1f}.resource-card--approved .resource-card__icon,.resource-card--approved .resource-card__name,.resource-card--approved .resource-card__row dt{color:#1f79bc}.resource-card--pending{border-color:#d0d0d0;background:#f4f4f4;opacity:.88}.resource-card--pending .resource-card__icon,.resource-card--pending .resource-card__name,.resource-card--pending .resource-card__row dt{color:#777}.resource-card--pending .resource-card__row dd{color:#666}.resource-card--linked{border-color:#bdbdbd;background:#ececec;opacity:.92}.resource-card--linked .resource-card__icon,.resource-card--linked .resource-card__name,.resource-card--linked .resource-card__row dt{color:#6a6a6a}.resource-card--linked .resource-card__row dd,.resource-card--linked .resource-card__linked-to{color:#666}.resource-card__header{display:flex;align-items:flex-start;gap:10px;padding-bottom:10px;border-bottom:2px solid rgba(0,0,0,.08)}.resource-card__icon{width:28px;height:28px;flex-shrink:0;margin-top:2px}.resource-card__name{flex:1;margin:0;font-size:1.05rem;line-height:1.3;font-weight:700}.resource-card__badge{flex-shrink:0;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:4px 8px;border-radius:999px}.resource-card__badge--approved{color:#004689;background:#1f79bc26}.resource-card__badge--pending{color:#666;background:#e0e0e0}.resource-card__link-pill{flex-shrink:0;border:0;border-radius:999px;padding:4px 10px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#555;background:#d8d8d8;cursor:pointer}.resource-card__link-pill--canonical{color:#004689;background:#1f79bc2e}.resource-card__linked-to{margin:-4px 0 0;font-size:.85rem;color:#666}.resource-card__footer{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:8px;border-top:1px solid rgba(0,0,0,.08)}.resource-card__merge{align-self:flex-start;border:0;border-radius:6px;padding:6px 10px;font-size:.85rem;font-weight:600;color:#004689;background:#1f79bc1f;cursor:pointer}.resource-card__merge:hover{background:#1f79bc33}.resource-card__details{margin:0;display:flex;flex-direction:column;gap:6px;flex:1}.resource-card__row{display:flex;gap:8px;margin:0}.resource-card__row dt{width:88px;flex-shrink:0;margin:0;font-size:.85rem;font-weight:700}.resource-card__row dd{margin:0;font-size:.9rem;color:#000;word-break:break-word}.resource-card__row--description dd{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.resource-card__approval{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.85rem;font-weight:600;color:#004689}.resource-card__approval input{width:18px;height:18px;cursor:pointer;flex-shrink:0}.resource-card-grid__filter{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:.9rem;font-weight:600;color:#004689;cursor:pointer}.resource-card-grid__filter input{width:16px;height:16px;cursor:pointer}.resource-linked-modal{display:flex;flex-direction:column;gap:16px}.resource-linked-modal__intro{margin:0;line-height:1.5}.resource-linked-modal__stats{display:flex;gap:24px;margin:0}.resource-linked-modal__stats div{display:flex;flex-direction:column;gap:4px}.resource-linked-modal__stats dt{margin:0;font-size:.8rem;font-weight:700;text-transform:uppercase;color:#666}.resource-linked-modal__stats dd{margin:0;font-size:1.25rem;font-weight:700;color:#004689}.resource-linked-modal__stats--rollup{padding:12px;border-radius:8px;background:#1f79bc14}.resource-linked-modal__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.resource-linked-modal__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;background:#f5f5f5}.resource-linked-modal__item-main{display:flex;flex-direction:column;gap:4px;min-width:0}.resource-linked-modal__item-name{font-weight:700;color:#004689}.resource-linked-modal__item-meta{font-size:.85rem;color:#666}.resource-linked-modal__unlink{flex-shrink:0;border:0;border-radius:6px;padding:6px 10px;font-size:.8rem;font-weight:600;color:#8a2b2b;background:#b428281a;cursor:pointer}.resource-linked-modal__actions{display:flex;justify-content:flex-end}.resource-merge-modal{display:flex;flex-direction:column;flex:1;min-height:0;gap:0}.resource-merge-modal__body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-right:4px}.resource-merge-modal__intro{margin:0;line-height:1.5}.resource-merge-modal__targets{margin:0;padding:0;border:0;display:flex;flex-direction:column;gap:8px}.resource-merge-modal__targets legend{font-weight:700;margin-bottom:8px;color:#004689}.resource-merge-modal__target{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:8px;background:#f5f5f5;cursor:pointer}.resource-merge-modal__target input{margin-top:3px;flex-shrink:0}.resource-merge-modal__fields{display:flex;flex-direction:column;gap:12px}.resource-merge-modal__textarea-label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:600;color:#004689}.resource-merge-modal__textarea{width:100%;border:1px solid #ccc;border-radius:6px;padding:8px 10px;font:inherit;resize:vertical}.resource-merge-modal__preview{padding:12px;border-radius:8px;background:#1f79bc14}.resource-merge-modal__preview h4{margin:0 0 8px;color:#004689}.resource-merge-modal__preview p{margin:0;line-height:1.5}.resource-merge-modal__actions{display:flex;justify-content:flex-end;gap:10px;flex-shrink:0;padding-top:12px;margin-top:12px;border-top:1px solid rgba(0,0,0,.08)}hr{border:0;width:100%}.divider{color:#1f79bc;background-color:#1f79bc;height:2px;margin-bottom:20px}.contactForm{border:1px solid #1f79bc;border-radius:5px;padding:20px;max-width:600px;margin:0 auto;background-color:#fff}.contactForm__form{margin:0}.contactForm__header{width:100%;text-align:center}.contactForm__input{margin-top:30px}.contactForm__hidden{visibility:hidden;margin:0}.contactForm__background{background-color:#1f79bc;margin-left:-100px;margin-right:-100px;padding-left:120px;padding-right:120px}.contactForm__error{margin:16px 0 0;color:#fa3c4c;font-size:14px;text-align:center}.contactForm__success{margin:16px 0 0;color:#1a6b3c;font-size:14px;text-align:center}.app-store-links{display:flex;flex-wrap:wrap;gap:8px}.app-store-links__icon{display:block}.site-footer{width:100%;margin:40px auto 0;padding:24px 16px 40px;text-align:center;border-top:1px solid rgba(0,0,0,.08)}.site-footer__nav{margin-bottom:16px;font-size:1.1rem}.site-footer__nav a{color:#1f79bc;text-decoration:none}.site-footer__nav a:hover{text-decoration:underline}.site-footer__credit{margin:0;font-size:.9rem;color:#666;line-height:1.5}.site-footer__credit a{color:#1f79bc}.login{display:flex;width:100%;height:100vh;overflow:hidden}@media only screen and (max-width:750px){.login{overflow:visible;height:auto;padding:30px;margin:0 auto}}.login__image{position:relative;flex:4;width:80%;background-color:#00468966;z-index:3;clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%)}@media only screen and (max-width:750px){.login__image{display:none}}.login__image:after{content:"";position:absolute;top:0;height:100%;width:100%;right:-20px;background-image:linear-gradient(to bottom,#0f0c29e6 10%,#004689b3,#0f0c29d9 90%),url(/kids.jpg);background-repeat:no-repeat;background-size:cover;background-position:center right;clip-path:polygon(15% 0%,100% 0%,100% 100%,0% 100%)}.login__content{flex:3;background-color:#fff;z-index:1;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:750px){.login__content{flex-grow:3;flex-basis:auto}}.login__content__inner{max-width:400px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.login__content__providers{display:flex;justify-content:space-between;flex-wrap:nowrap;width:100%}.login__content__providers--left{margin-right:50px}.login__content__providers>div{display:flex;justify-content:space-between;width:100%;height:30px}.login__content__providers__item{flex:1}.login__content__providers__item:first-child{margin-right:5px}.login__content__providers__item:last-child{margin-left:5px}.login__content__providers__item button{border:none;width:100%;height:100%;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.login__content__providers__item--google button{background-color:#cc433d}.login__content__providers__item--google button:hover{background-color:#cc433de6}.login__content__providers__item--facebook button{background-color:#3a5999}.login__content__providers__item--facebook button:hover{background-color:#3a5999e6}.login__content__providers__item--twitter button{background-color:#5aa4eb}.login__content__providers__item--twitter button:hover{background-color:#5aa4ebe6}.login__content__providers__item--github button{background-color:#000}.login__content__providers__item--github button:hover{background-color:#000000e6}.login__content__or{display:flex;justify-content:space-between;align-items:center;width:100%;margin:30px 0}.login__content__or__line{height:1.8px;flex:1;width:100%;background-color:#004689}.login__content__or__text{margin:0 20px}.login__content__creator{display:flex;justify-content:center;align-items:center}.login__content__creator__inner{display:flex;justify-content:center;align-items:center;margin-left:20%;margin-top:20px}.login__content__creator__inner>div{margin-right:10px}.login__content__password-forget a{color:#000000e6;text-decoration:none;transition:all .3s ease-in-out}.login__content__password-forget a:hover{color:#1f79bc}.login__content__register a{color:#000000e6;transition:all .3s ease-in-out}.login__content__register a:hover{color:#1f79bc}.login__content__login-form{width:100%;display:flex;flex-direction:column;align-items:center;flex:3}.login__content__login-form div{margin-bottom:30px}.login__content__form{display:flex;flex-direction:column;justify-content:flex-end;width:100%}.login__content__form button{min-height:50px;display:block}.login__content__header{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:2}@media only screen and (max-width:750px){.login__content__header{flex-grow:2;flex-basis:auto}}.login__content__header__title{font-size:2.5rem;font-weight:600;color:#1f79bc;margin-bottom:30px;text-align:center}@media only screen and (max-width:750px){.login__content__header__title{font-size:2rem}}.login__content__header__logo{height:auto;width:200px;margin:10px}.login__content__form form{display:flex;flex-direction:column}.signIn{margin-top:5px;padding-top:5px}.register{display:flex;width:100%;height:100vh;overflow:hidden}@media only screen and (max-width:750px){.register{justify-content:center;overflow:visible;height:auto}}.register__image{position:relative;flex:2;width:80%;background-color:#00468966;z-index:3;clip-path:polygon(0 0,90% 0,100% 100%,0% 100%)}@media only screen and (max-width:750px){.register__image{display:none}}.register__image:after{content:"";position:absolute;top:0;height:100%;width:100%;right:20px;background-image:linear-gradient(to bottom,#0f0c29e6 10%,#004689b3,#0f0c29d9 90%),url(/pins.jpeg);background-repeat:no-repeat;background-size:cover;background-position:center center;clip-path:polygon(0 0,90% 0,100% 100%,0% 100%)}.register__content{flex:3;background-color:#fff;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center}@media only screen and (max-width:750px){.register__content{height:auto;padding:30px;margin:0 auto;flex-grow:3;flex-basis:auto}}.register__content__inner{max-width:450px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;margin-left:-70px}@media only screen and (max-width:750px){.register__content__inner{max-width:100%;width:100%;margin:0;justify-content:center}}.register__content__providers{display:flex;justify-content:space-between;flex-wrap:nowrap;width:100%}.register__content__providers--left{margin-right:50px}.register__content__providers>div{display:flex;justify-content:space-between;width:100%;height:30px}.register__content__providers__item{flex:1}.register__content__providers__item:first-child{margin-right:5px}.register__content__providers__item:last-child{margin-left:5px}.register__content__providers__item button{border:none;width:100%;height:100%;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer}.register__content__providers__item--google button{background-color:#cc433d}.register__content__providers__item--google button:hover{background-color:#cc433de6}.register__content__providers__item--facebook button{background-color:#3a5999}.register__content__providers__item--facebook button:hover{background-color:#3a5999e6}.register__content__providers__item--twitter button{background-color:#5aa4eb}.register__content__providers__item--twitter button:hover{background-color:#5aa4ebe6}.register__content__providers__item--github button{background-color:#000}.register__content__providers__item--github button:hover{background-color:#000000e6}.register__content__or{display:flex;justify-content:space-between;align-items:center;width:100%;margin:30px 0}.register__content__or__line{height:1.8px;flex:1;width:100%;background-color:#004689}.register__content__or__text{margin:0 20px}.register__content__password-forget a{color:#000000e6;text-decoration:none;transition:all .3s ease-in-out}.register__content__password-forget a:hover{color:#1f79bc}.register__content__register a{color:#000000e6;transition:all .3s ease-in-out}.register__content__register a:hover{color:#1f79bc}.register__content__fields{width:100%;display:flex;flex-direction:column;align-items:center;flex:4}.register__content__form{display:flex;flex-direction:column;justify-content:flex-end;width:100%}.register__content__header{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex:2}@media only screen and (max-width:750px){.register__content__header{flex-grow:1;flex-basis:auto}}.register__content__header__title{font-size:2.5rem;font-weight:600;color:#1f79bc;margin-bottom:10px;text-align:center}@media only screen and (max-width:750px){.register__content__header__title{font-size:2rem}}.register__content__header__logo{height:auto;width:200px;margin:10px}.register__content__header__instructions{margin-bottom:30px}.register__content__form form{display:flex;flex-direction:column}.createUserForm{display:flex;flex-direction:column;justify-content:space-between;border:1px solid #1f79bc;border-radius:15px;padding:40px 20px 20px;margin-bottom:20px}.createUserForm__roles{display:flex;align-items:center}.createUserForm__checkbox{width:fit-content;display:"flex";margin:0 20px 0 0;padding-top:10px}.createUserForm__checkbox__label{display:inline-block;flex:1;margin:0 0 0 10px}.createUserForm__invitesSelect{margin:40px 0 0;width:130px}.signupError{font-size:1.5em}@media only screen and (max-width:1199px){.home{display:flex;flex-direction:column}}.home__details{display:flex;flex-direction:column;margin:30px 0}.home__title{margin-bottom:5px}.home__content{max-width:600px;margin:0 auto 5px}.home__posts__form{width:30%;display:flex;flex-direction:column}@media only screen and (max-width:1199px){.home__posts__form{width:100%}}.home__posts__form__title{font-size:1.5rem;margin-bottom:20px}.home__posts__form__btn{width:30%;margin:0 0 30px}@media only screen and (max-width:1199px){.home__posts__form__btn{width:100%}}.home__posts__items{margin-top:50px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:70px}.home__post{display:flex;flex-direction:column}@media only screen and (max-width:750px){.home__post{word-wrap:break-word}}.home__post__image{height:200px}.home__post__text{margin-top:20px}.home__post__title{font-size:1.5rem;font-weight:500;color:#2b2b2b;text-decoration:none;margin-bottom:30px}.home__post__description{color:#8f8289;word-break:break-all;font-size:1rem;font-weight:400}.home__post:hover{cursor:pointer}.home__post:hover .home__post__title{color:#1f79bc!important}.dashboard{max-width:1100px;margin:0 auto 60px;padding:0 16px}.dashboard__loading{text-align:center;color:#1f79bc}.dashboard-hero{display:grid;gap:28px;margin-bottom:36px;padding:28px;border-radius:16px;background:linear-gradient(135deg,#e8f4fc,#f8fbfe 55%,#fff);border:2px solid rgba(31,121,188,.2)}@media only screen and (min-width:901px)and (max-width:1199px){.dashboard-hero{grid-template-columns:1.2fr 1fr;align-items:center}}.dashboard-hero__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#1f79bc;margin:0 0 8px}.dashboard-hero__title{margin:0 0 12px;font-size:1.75rem}.dashboard-hero__subtitle{margin:0;line-height:1.5;color:#444}.dashboard-hero__asof{margin:10px 0 0;font-size:13px;color:#777}.dashboard-hero__cta{display:inline-flex;margin-top:16px;padding:10px 18px;border-radius:999px;background:#1f79bc;color:#fff;text-decoration:none;font-weight:600;font-size:14px}.dashboard-hero__cta:hover{opacity:.92}.dashboard-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dashboard-stat{display:flex;flex-direction:column;align-items:center;padding:16px 8px;border-radius:12px;background:#fff;border:1px solid #dce8f2}.dashboard-stat--accent{border-color:#1f79bc;background:#1f79bc0f}.dashboard-stat__value{font-size:1.35rem;font-weight:700;color:#1f79bc}.dashboard-stat__label{font-size:12px;text-align:center;color:#555;margin-top:4px}.dashboard-grid{display:grid;gap:24px;margin-bottom:36px}@media only screen and (min-width:901px)and (max-width:1199px){.dashboard-grid{grid-template-columns:1fr 1fr}}.dashboard-card{padding:24px;border-radius:14px;border:1px solid #dce8f2;background:#fff}.dashboard-card__title{margin:0 0 4px;color:#1f79bc}.dashboard-card__meta{margin:0 0 16px;font-size:14px;color:#666}.dashboard-card__setup-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.dashboard-card__setup-header .dashboard-card__meta{margin-bottom:0}.dashboard-setup-ring{position:relative;width:88px;height:88px;flex-shrink:0}.dashboard-setup-ring__track{stroke:#e3eef6}.dashboard-setup-ring__progress{stroke:#1f79bc;transition:stroke-dashoffset .4s ease}.dashboard-setup-ring__label{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#1f79bc;font-size:1rem}.dashboard-setup{list-style:none;padding:0;margin:0 0 20px}.dashboard-setup__item{display:flex;align-items:center;gap:10px;padding:8px 0;color:#666}.dashboard-setup__item--done{color:#1a6b3c}.dashboard-setup__check{font-weight:700}.dashboard-quicklinks{display:flex;flex-wrap:wrap;gap:10px}.dashboard-quicklinks__link{padding:8px 14px;border-radius:999px;background:#1f79bc;color:#fff;text-decoration:none;font-size:14px}.dashboard-quicklinks__link:hover{opacity:.9}.dashboard-hotspots{list-style:none;padding:0;margin:0}.dashboard-hotspots__item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;border-bottom:1px solid #eee}.dashboard-hotspots__item:last-child{border-bottom:none}.dashboard-hotspots__ministry{display:block;font-size:13px;color:#777;margin-top:2px}.dashboard-hotspots__pins{white-space:nowrap;font-weight:600;color:#1f79bc}.dashboard-ministries__title{margin-bottom:16px;color:#1f79bc}.dashboard-ministries__grid{display:grid;gap:20px}@media only screen and (min-width:901px)and (max-width:1199px){.dashboard-ministries__grid{grid-template-columns:repeat(2,1fr)}}.dashboard-ministry-card{border:2px solid rgba(31,121,188,.25);border-radius:14px;padding:20px;background:#fff}.dashboard-ministry-card__header h4{margin:0 0 4px}.dashboard-ministry-card__country{font-size:14px;color:#555}.dashboard-ministry-card__metrics{display:flex;flex-wrap:wrap;gap:12px;margin:14px 0;font-size:13px;color:#444}.dashboard-ministry-card__chart{margin:8px 0 12px}.dashboard-ministry-card__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.dashboard-ministry-card__cta{display:inline-flex;padding:8px 14px;border-radius:999px;background:#1f79bc;color:#fff;font-weight:600;text-decoration:none;font-size:14px}.dashboard-ministry-card__cta:hover{opacity:.92}.dashboard-ministry-card__link{color:#1f79bc;font-weight:600;text-decoration:none}.dashboard-ministry-card__link:hover{text-decoration:underline}.dashboard-footer-note{text-align:center;color:#666;margin-top:24px}.ministry-insights{max-width:800px;margin:0 auto 40px}.ministry-insights__intro{color:#555;line-height:1.5;margin-bottom:20px}.ministry-insights__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}@media only screen and (min-width:901px)and (max-width:1199px){.ministry-insights__stats{grid-template-columns:repeat(4,1fr)}}.ministry-insights__stat{text-align:center;padding:16px;border-radius:12px;border:1px solid rgba(31,121,188,.3);background:#f8fbfe}.ministry-insights__stat-value{display:block;font-size:1.4rem;font-weight:700;color:#1f79bc}.ministry-insights__stat-label{font-size:13px;color:#555}.ministry-insights__chart{margin-bottom:24px}.ministry-insights__regions h3{color:#1f79bc;margin-bottom:12px}.ministry-insights__region-list{list-style:none;padding:0;margin:0}.ministry-insights__region-list li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #eee}.ministry-insights__actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px}.ministry-insights__link{color:#1f79bc;font-weight:600;text-decoration:none}.ministry-insights__link:hover{text-decoration:underline}.ministriesList{margin-top:24px}.ministriesList__empty{color:#666}.ministriesList__items{list-style:none;padding:0;margin:16px 0 0}.ministriesList__item{margin-bottom:20px;padding:16px;border-radius:12px;border:1px solid #dce8f2;background:#fafcfe}.ministriesList__item-header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:8px}.ministriesList__name{font-weight:700;color:#1f79bc;text-decoration:none}.ministriesList__name:hover{text-decoration:underline}.ministriesList__counts{font-size:14px;color:#555}.ministriesList__bar-track{height:8px;border-radius:4px;background:#e8eef3;overflow:hidden;margin-bottom:8px}.ministriesList__bar-fill{height:100%;background:#1f79bc;border-radius:4px}.ministriesList__public-link{font-size:13px;color:#1f79bc}.public-ministry{width:100%;margin:0 auto 80px;padding:0}.public-ministry__picker{text-align:center;padding:40px 20px 28px;background:linear-gradient(135deg,#e3eff8,#fff 55%,#e3eff8)}.public-ministry__picker-title{margin:0 0 10px;font-size:clamp(1.75rem,4vw,2.5rem);color:#004689}.public-ministry__picker-intro{max-width:560px;margin:0 auto 20px;color:#444;line-height:1.55}.public-ministry__picker-select{max-width:420px;margin:0 auto;text-align:left}.public-ministry__empty{color:#666}.public-ministry__loading-profile{text-align:center;margin:32px 0}.public-ministry__hero{text-align:center;padding:40px 20px 32px;max-width:720px;margin:0 auto}.public-ministry__eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-weight:600;color:#1f79bc;margin:0 0 8px}.public-ministry__title{margin:0 0 10px;font-size:clamp(1.75rem,4vw,2.5rem);color:#004689;line-height:1.15}.public-ministry__country{font-size:1.1rem;margin:0 0 16px;color:#444}.public-ministry__description{max-width:640px;margin:0 auto 20px;line-height:1.6;color:#444}.public-ministry__links{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;align-items:center}.public-ministry__link{color:#004689;font-weight:600}.public-ministry__donate{padding:10px 18px;border-radius:999px;background:#1f79bc;color:#fff!important;text-decoration:none;font-weight:600}.public-ministry__heartbeat{width:100%;padding:48px 20px;background:linear-gradient(180deg,#1f79bc,#004689);color:#fff;text-align:center}.public-ministry__heartbeat-eyebrow{margin:0 0 24px;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.9}.public-ministry__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:900px;margin:0 auto}@media only screen and (min-width:751px){.public-ministry__stats{grid-template-columns:repeat(4,1fr)}}.public-ministry__stat{text-align:center;padding:18px 12px}.public-ministry__stat-value{display:block;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;line-height:1.1}.public-ministry__stat-label{display:block;margin-top:6px;font-size:.9rem;opacity:.9}.public-ministry__impact{display:grid;grid-template-columns:1fr;gap:24px;max-width:1000px;margin:0 auto;padding:48px 20px}@media only screen and (min-width:751px){.public-ministry__impact{grid-template-columns:1fr 1fr;align-items:start}}.public-ministry__regions,.public-ministry__resources{max-width:900px;margin:0 auto;padding:0 20px 40px}.public-ministry__regions h2,.public-ministry__resources h2,.public-ministry__contact-title{color:#004689;margin:0 0 16px;text-align:center}.public-ministry__region-grid{list-style:none;padding:0;margin:0;display:grid;gap:12px}@media only screen and (min-width:751px){.public-ministry__region-grid{grid-template-columns:repeat(2,1fr)}}.public-ministry__region-card{display:block;padding:18px 16px;border-radius:14px;border:1px solid rgba(31,121,188,.16);background:linear-gradient(160deg,#e3eff8,#fff 70%);text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.public-ministry__region-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0046891a}.public-ministry__region-card strong{display:block;margin-bottom:4px;color:#004689}.public-ministry__region-card span{font-size:.9rem;color:#555}.public-ministry__resource-summary{display:grid;gap:24px}@media only screen and (min-width:751px){.public-ministry__resource-summary{grid-template-columns:repeat(2,1fr)}}.public-ministry__resource-group h3{margin:0 0 12px;font-size:1rem;color:#1f79bc;text-align:center}.public-ministry__resource-tags{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.public-ministry__resource-tags li{padding:8px 14px;border-radius:999px;border:1px solid rgba(31,121,188,.2);background:#e3eff8;color:#004689;font-size:.9rem;font-weight:600}.public-ministry__contact{margin-top:16px;padding:48px 20px 56px;text-align:center;background:linear-gradient(135deg,#e3eff8,#fff,#e3eff8)}.public-ministry__contact-lead{max-width:36em;margin:0 auto 28px;color:#444;line-height:1.55}.public-ministry__contact-unavailable{max-width:420px;margin:0 auto;padding:20px;border-radius:12px;background:#fff;border:1px solid rgba(31,121,188,.18);color:#555;line-height:1.5}.public-ministry .contactForm__background{background:transparent;max-width:520px;margin:0 auto}.public-ministry .contactForm{text-align:left;background:#fff;border-radius:16px;padding:28px 24px;border:1px solid rgba(31,121,188,.16);box-shadow:0 10px 32px #00468914}.public-ministry .contactForm__header{text-align:center;color:#004689;font-size:1.1rem}.settings__login-management p{margin-top:40px}.settings__password-forget,.settings__password-change{max-width:500px;margin:50px auto}.account-details{max-width:640px;margin:0 auto}.account-ministries{margin:1.25rem 0}.account-ministries__list{list-style:none;margin:.5rem 0 0;padding:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.account-ministries li{display:flex;justify-content:space-between;gap:1rem;align-items:baseline;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.account-ministries li:last-child{border-bottom:none}.account-ministries__name{font-weight:600}.account-ministries__role{color:#4b5563;white-space:nowrap}.landing{width:100%;display:flex;flex-direction:column;align-items:center}.landing--encounters{align-items:stretch}.landing-hero{position:relative;width:100%;min-height:min(100vh,820px);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;background:linear-gradient(165deg,#041526,#0a2a4a 45%,#0d3a66);color:#fff}.landing-hero__map{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:center;padding-top:4%;opacity:1;transform:scale(1.12);animation:landing-hero-drift 28s ease-in-out infinite alternate;pointer-events:auto}@media only screen and (max-width:900px){.landing-hero__map{transform:scale(1.45);padding-top:12%}}.landing-hero__veil{position:absolute;inset:0;background:linear-gradient(180deg,#04152633,#0415260d 28%,#04152673 58%,#041526e0),radial-gradient(ellipse 80% 55% at 50% 100%,rgba(31,121,188,.4),transparent 70%);pointer-events:none}.landing-hero__content{position:relative;z-index:2;max-width:720px;margin:0 auto;padding:28px 24px 8px;text-align:center;pointer-events:none}.landing-hero__content a,.landing-hero__content .landing-hero__cta{pointer-events:auto}.landing-hero__mark{display:block;margin:0 auto 12px;border-radius:16px;box-shadow:0 8px 28px #00000059}.landing-hero__brand{margin:0 0 12px;font-size:clamp(2rem,6vw,3.25rem);font-weight:700;letter-spacing:-.02em;line-height:1.05;text-shadow:0 2px 16px rgba(0,0,0,.45)}.landing-hero__headline{margin:0 0 14px;font-size:clamp(1.15rem,2.8vw,1.55rem);font-weight:500;line-height:1.4;text-shadow:0 2px 12px rgba(0,0,0,.4)}.landing-hero__accent{font-family:Sedgwick Ave Display,cursive;color:#9fd4ff;font-size:1.15em;font-weight:400}.landing-hero__support{margin:0 auto 22px;max-width:34em;font-size:1.05rem;line-height:1.55;color:#ffffffe0}.landing-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:18px}.landing-hero__cta{display:inline-flex;align-items:center;justify-content:center;min-width:160px;padding:12px 22px;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.landing-hero__cta:hover{transform:translateY(-1px)}.landing-hero__cta--primary{background:#fff;color:#004689}.landing-hero__cta--ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.65)}.landing-hero__hover{min-height:3.2em;margin:0 auto;max-width:36em;font-size:.92rem;line-height:1.45;color:#ffffffe6;animation:landing-fade-in .32s ease}.landing-hero__hover a{color:#9fd4ff}.landing-hero__hover--hint{color:#ffffff8c;font-style:italic}.landing-hero__stores{position:relative;z-index:2;display:flex;justify-content:center;padding:8px 16px 28px}.landing-hero__store-links{justify-content:center;gap:12px}.landing-hero__store-links .app-store-links__icon{margin:4px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35))}.living-map__pin .living-map__pin-ripple{opacity:0;transform-origin:center;transform-box:fill-box;animation:living-pin-ripple 3.2s ease-out infinite}.living-map__pin .living-map__pin-ripple--late{animation-delay:1.1s}@keyframes living-pin-ripple{0%{opacity:.7;transform:scale(.35)}to{opacity:0;transform:scale(2.4)}}@keyframes landing-hero-drift{0%{transform:scale(1.06) translateY(0)}to{transform:scale(1.12) translateY(-12px)}}@keyframes landing-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.heartbeat{width:100%;padding:64px 24px 56px;background:linear-gradient(180deg,#1f79bc,#004689);color:#fff;text-align:center}.heartbeat__eyebrow,.journey__eyebrow,.encounter-explore__eyebrow,.participate__eyebrow,.encounter-card__eyebrow{margin:0 0 8px;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.85}.heartbeat__title,.journey__title,.encounter-explore__title,.participate__title{margin:0 0 12px;font-size:clamp(1.6rem,3.5vw,2.25rem);font-weight:700;line-height:1.2}.heartbeat__lead,.journey__lead,.encounter-explore__lead,.participate__lead{margin:0 auto 28px;max-width:38em;font-size:1.05rem;line-height:1.55;opacity:.92}.heartbeat__pulse{margin:0 auto 36px;max-width:520px;min-height:2.5em}.heartbeat__pulse-line{display:inline-block;padding:10px 18px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);font-size:.95rem;animation:landing-fade-in .4s ease}.heartbeat__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto 36px}@media only screen and (max-width:900px){.heartbeat__grid{grid-template-columns:1fr;gap:28px}}.heartbeat__stat{display:flex;flex-direction:column;align-items:center}.heartbeat__number{font-size:clamp(2.4rem,6vw,3.6rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(0,0,0,.25);animation:heartbeat-glow 2.8s ease-in-out infinite}.heartbeat__label{margin-top:8px;font-size:1.05rem;font-weight:600}.heartbeat__sublabel{font-size:.85rem;opacity:.7}.heartbeat__delta{margin-top:10px;padding:6px 12px;border-radius:8px;background:#fffffff2;color:#004689;font-size:.8rem;font-weight:500}.heartbeat__flags{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 8px;max-width:900px;margin:0 auto;font-size:1.6rem}.heartbeat__flag{text-decoration:none;opacity:.75;transition:opacity .15s ease,transform .15s ease}.heartbeat__flag:hover{opacity:1;transform:translateY(-2px)}.heartbeat__flag--live{opacity:1;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}@keyframes heartbeat-glow{0%,to{text-shadow:0 2px 12px rgba(0,0,0,.25)}50%{text-shadow:0 2px 12px rgba(0,0,0,.25),0 0 24px rgba(159,212,255,.45)}}.encounter-explore{width:100%;padding:64px 20px 48px;background:linear-gradient(180deg,#f4f8fb,#fff 55%,#e3eff8);text-align:center}.encounter-explore__intro{max-width:640px;margin:0 auto 32px}.encounter-explore__eyebrow{color:#1f79bc}.encounter-explore__title{color:#004689}.encounter-explore__lead{color:#444}.encounter-explore__stage{display:grid;grid-template-columns:1.4fr 1fr;gap:24px;max-width:1100px;margin:0 auto 28px;align-items:start;text-align:left}@media only screen and (max-width:900px){.encounter-explore__stage{grid-template-columns:1fr}}.encounter-explore__map{position:relative;width:100%;aspect-ratio:1000/465;border-radius:16px;overflow:hidden;background:linear-gradient(165deg,#041526,#0a2a4a);box-shadow:0 12px 40px #0046892e}.encounter-explore__map .living-map,.encounter-explore__map .living-map__skeleton{position:absolute;inset:0;width:100%;height:100%}.living-map{width:100%}.living-map--fill{height:100%}.living-map__svg{width:100%;height:100%;display:block}.living-map__skeleton{width:100%;aspect-ratio:1000/465;background:linear-gradient(180deg,#0a2a4a,#1a3d5c)}.living-map__skeleton--fill{aspect-ratio:auto;height:100%}.encounter-explore__ripple{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(159,212,255,.22) 0%,transparent 55%);animation:landing-fade-in .6s ease}.encounter-card{display:flex;flex-direction:column;justify-content:center;padding:28px 26px;border-radius:16px;background:#fff;border:1px solid rgba(31,121,188,.18);box-shadow:0 10px 32px #00468914;min-height:220px}.encounter-card__eyebrow{color:#1f79bc}.encounter-card__place{margin:0 0 6px;font-size:1.6rem;color:#004689}.encounter-card__lang{margin:0 0 14px;font-size:.9rem;color:#1f79bc;font-weight:500}.encounter-card__excerpt{margin:0 0 18px;font-size:1.05rem;line-height:1.55;color:#333}.encounter-card__stats{margin:-8px 0 16px;font-size:.9rem;font-weight:600;color:#004689}.encounter-card__link{color:#004689;font-weight:600;text-decoration:none}.encounter-card__link:hover{text-decoration:underline}.encounter-card__empty{margin:0;color:#666}.encounter-explore__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;list-style:none;margin:0;padding:0;max-width:900px;margin-inline:auto}.encounter-chip{appearance:none;border:1px solid rgba(31,121,188,.35);background:#fff;color:#004689;padding:8px 16px;border-radius:999px;font:inherit;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.encounter-chip:hover{border-color:#1f79bc}.encounter-chip--active{background:#1f79bc;border-color:#1f79bc;color:#fff}.journey{width:100%;padding:64px 24px;background:#fff;text-align:center}.journey__eyebrow{color:#1f79bc}.journey__title{color:#004689}.journey__lead{color:#444}.journey__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;margin:0 auto 40px;padding:0;max-width:1100px;text-align:left}@media only screen and (max-width:900px){.journey__steps{grid-template-columns:1fr 1fr}}@media only screen and (max-width:750px){.journey__steps{grid-template-columns:1fr}}.journey__step{position:relative;padding:24px 20px 20px;border-radius:14px;background:linear-gradient(160deg,#e3eff8,#fff 70%);border:1px solid rgba(31,121,188,.12)}.journey__step-index{position:absolute;top:12px;right:14px;font-size:.75rem;font-weight:700;color:#00468959}.journey__step-icon{display:inline-flex;color:#1f79bc;margin-bottom:10px}.journey__step-title{margin:0 0 8px;font-size:1.1rem;color:#004689}.journey__step-text{margin:0;font-size:.95rem;line-height:1.5;color:#444}.journey__story{max-width:640px;margin:0 auto;padding:28px 32px;border-left:4px solid #1f79bc;background:#e3eff8;text-align:left;border-radius:0 12px 12px 0}.journey__story p{margin:0 0 12px;font-size:1.15rem;line-height:1.55;color:#004689;font-style:italic}.journey__story footer{font-size:.9rem;color:#555;font-style:normal}.landing-hiw{width:100%;padding:56px 24px;background:#1f79bc;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.landing-hiw__title{margin:0 0 10px;font-size:clamp(1.5rem,3vw,2rem);text-shadow:0 2px 8px rgba(0,0,0,.25)}.landing-hiw__lead{margin:0 auto 28px;max-width:36em;opacity:.95}.landing-hiw__roles{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin-bottom:28px;max-width:960px}.landing-hiw__role{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:100px;color:#fff}.landing-video{width:100%;padding:48px 20px;text-align:center}.landing-video h2{margin:0 0 8px;color:#004689}.landing-video--instructional{background:#e3eff8}.landing-video--origin{background:#fff}.landing-country{width:100%;padding:48px 20px 56px;background:#1f79bc;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center}.landing-country h2{margin:0 0 8px;text-shadow:0 2px 8px rgba(0,0,0,.25)}.landing-country p{margin:0 0 20px;max-width:32em}.participate{width:100%;padding:64px 24px;background:linear-gradient(135deg,#e3eff8,#fff,#e3eff8);text-align:center}.participate__eyebrow{color:#1f79bc}.participate__title{color:#004689}.participate__lead{color:#444}.participate__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1000px;margin:0 auto;text-align:left}@media only screen and (max-width:900px){.participate__grid{grid-template-columns:1fr}}.participate__item{padding:28px 24px;border-radius:16px;background:#fff;border:1px solid rgba(31,121,188,.16);box-shadow:0 8px 28px #00468914;display:flex;flex-direction:column;gap:12px}.participate__item svg{color:#1f79bc}.participate__item h3{margin:0;color:#004689;font-size:1.25rem}.participate__item p{margin:0;color:#444;line-height:1.5;flex:1}.participate__go-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.participate__text-link{color:#004689;font-weight:600;text-decoration:none}.participate__text-link:hover{text-decoration:underline}.landing-donate-strip{width:100%;padding:40px 24px 56px;background:#004689;color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.landing-donate-strip p{margin:0;font-size:1.25rem;font-weight:600}.landingLogo{margin-top:50px}.slogan{font-size:1.75em;text-align:center;padding:0 16px}@media only screen and (min-width:751px){.slogan{font-size:3em}}.landing_app_links{justify-content:center;margin-bottom:50px}.landing_app_links .app-store-links__icon{margin:10px}.wordOfGod{color:#1f79bc;text-shadow:2px 2px 2px #000000;font-family:Sedgwick Ave Display,cursive;font-size:120%}.everyone{color:#1f79bc;text-shadow:2px 2px 2px #000000}.totalCount{width:100%;display:flex;flex-direction:column;justify-content:center;background-color:#1f79bc;align-items:center;color:#fff;text-shadow:2px 2px 2px #000000;padding:40px}.count{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center;font-size:4em;margin:0}.countrySelect{width:fit-content;display:flex;flex-direction:column;justify-content:center;background-color:#fff;align-items:center;color:#fff;text-shadow:none;padding:40px;border-radius:15px;margin-top:10px}.GoButton{margin-top:0;width:180px}.videoPlayer{width:100%;padding:25px;display:flex;justify-content:center}.public-map{width:100%;margin:0}.world-map-skeleton{width:100%;aspect-ratio:1000/465;margin:0;border-radius:0;background:linear-gradient(180deg,#e8eef3,#d6d6da)}.footer{width:100%;margin:10px auto 40px;padding:10px;text-align:center}.ministry{display:flex;flex-direction:column;width:100%;max-width:800px;margin:0 auto 50px}.ministry__teamTable__action{display:flex}.ministry__teamTable__select{margin-bottom:0}.ministry__details{display:flex;vertical-align:middle;justify-content:space-between;padding-top:20px}.ministry__title{margin:0 0 5px}.ministry__btnContainer{width:300px}.ministry__link{text-decoration:none;flex:1}.ministry__link__left{margin-right:10px;flex:1;max-width:45%}.ministry__link__right{margin-left:10px;flex:1}.ministry__linkContainer{display:flex;justify-content:space-between;margin:20px 0}.ministry__divider{margin-top:20px;width:100%}.ministry__header{display:flex;justify-content:space-between}.ministry__edit{width:100%;height:fit-content}.ministry__profile{border:1px solid #1f79bc;border-radius:15px;padding:28px 32px;margin:24px auto 0;max-width:520px;width:100%;height:fit-content;background:#f8fbfe}.ministry__profile__heading{margin:0 0 4px;font-size:1.25rem;color:#1f79bc}.ministry__profile__subheading{margin:0 0 8px;font-size:1rem;color:#444;line-height:1.4}.ministry__profile__uid{margin:0 0 24px;font-size:.85rem;color:#555;word-break:break-all}.ministry__profile__uid code{font-size:.85rem}.ministry__profile__fields{display:flex;flex-direction:column;gap:20px}.ministry__profile__error{margin:-12px 0 0;color:#fa3c4c;font-size:14px}.ministry__profile__actions{margin-top:28px;display:flex;flex-direction:column;gap:12px;align-items:stretch}.ministry__profile__danger{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.ministry__profile__danger-note{margin:8px 0 0;font-size:.85rem;color:#666;line-height:1.4}.ministry__profile__saved{margin:0;text-align:center;color:#1a6b3c;font-size:14px}.ministry__profile__public{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:10px;border:1px solid #dce8f2;background:#fff;cursor:pointer}.ministry__profile__public input{margin-top:4px;flex-shrink:0}.ministry__profile__public span{display:flex;flex-direction:column;gap:6px;font-size:15px;font-weight:600;color:#1f79bc;line-height:1.4}.ministry__profile__public small{font-size:13px;font-weight:400;color:#555;line-height:1.5}.ministry__profile .input,.ministry__profile .textarea{flex:none;margin-bottom:0;display:flex;flex-direction:column;gap:6px}.ministry__profile .input__label,.ministry__profile .textarea__label{order:-1;position:static;pointer-events:auto;font-size:13px;font-weight:600;color:#1f79bc;letter-spacing:.02em}.ministry__profile .input__element,.ministry__profile .textarea__element{font-size:16px;line-height:1.4;padding:12px 14px;border:1px solid #b8cfe0;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.ministry__profile .input__element:focus,.ministry__profile .textarea__element:focus{border-color:#1f79bc;box-shadow:0 0 0 3px #1f79bc1f}.ministry__profile .input__element:focus~.input__label,.ministry__profile .input__element:focus~.textarea__label,.ministry__profile .input__element:valid~.input__label,.ministry__profile .input__element:valid~.textarea__label,.ministry__profile .textarea__element:focus~.input__label,.ministry__profile .textarea__element:focus~.textarea__label,.ministry__profile .textarea__element:valid~.input__label,.ministry__profile .textarea__element:valid~.textarea__label{top:auto;font-size:13px;color:#1f79bc}.ministry__profile .input__bar,.ministry__profile .input__highlight,.ministry__profile .textarea__bar,.ministry__profile .textarea__highlight{display:none}.ministry__profile .input__element{border-bottom:1px solid #b8cfe0}.ministry__profile .textarea__element{min-height:160px;height:auto;margin-top:0}.ministry__profile__viewBtnContainer{width:100%;display:flex;justify-content:center}.ministry__profile__viewBtn{width:150px;margin:2px}.ministry__profile__name{margin:0 0 20px}.ministry__profile__name__edit{margin-top:20px}.ministry__profile__description{margin:0 0 10px}.ministry__addUser{display:flex;margin:30px 0 0}.ministry__addUser__input{flex:3;margin-right:20px}.ministry__addUser__button{flex:1}.ministryCountry{font-size:40%}.ministryDescription{font-size:50%;margin:20px}.ministryLink{font-size:40%;text-transform:lowercase}.ministryDonationLink{font-size:40%;margin-top:5px}.donate{margin-right:5px}.ministryResources{margin:20px}.loadingMap{display:flex;height:100%;justify-content:center;align-items:center}.newMinistry{border:1px #1f79bc solid;border-radius:10px;padding:20px;margin-bottom:50px;margin-top:20px}.newMinistry__available{margin-top:40px;margin-bottom:40px;margin-left:0}.newMinistry__header{margin-bottom:20px;margin-top:0}.newMinistry__btnContainer{width:300px}.newMinistry__block{margin:20px;flex:1;min-width:250px}.newMinistry__verticalDivider{position:relative;align-items:stretch;width:2px;flex:0;border-left:#1f79bc 1px solid;margin:5px}.newMinistry__languageContainer{display:flex;flex-wrap:wrap}.newMinistry__languageContainer__select{flex:1;min-width:200px;margin-right:10px}.reportCharts{display:flex;justify-content:center;flex-wrap:wrap;margin:40px auto 80px;padding:0 24px}.reportDetails{display:grid;grid-template-columns:1fr;gap:40px;max-width:1100px;width:100%;margin:40px auto 0;padding:0 24px 96px;box-sizing:border-box}@media only screen and (min-width:751px){.reportDetails{grid-template-columns:minmax(280px,1fr) minmax(280px,1fr);align-items:start;gap:48px}}.reportDetails .horizontalChart{flex:none;min-width:0;max-width:none;margin:0;padding:0;height:auto}.reportDetails .ministriesList h3{font-size:20px;font-weight:700;text-decoration:underline;text-align:center;margin:0 0 16px}.horizontalChart{flex:1;min-width:300px;max-width:500px;margin-right:10px;padding-bottom:20px;position:relative;height:100%}.ministriesList{flex:1;min-width:0;margin:0}.reportRegionTitle{width:100%;text-align:center;font-size:1.75em;margin:24px 0;padding:0 16px}@media only screen and (min-width:751px){.reportRegionTitle{font-size:3em;margin:50px 0}}.mapNTotalDiv{display:flex;flex-wrap:wrap;justify-content:center;background-color:#1f79bc}.reportMapBackDiv{background-color:#1f79bc;display:flex;flex:2;justify-content:center}.reportMapBackDivMinistry{margin:20px;background-color:#fff;display:flex;flex:2;justify-content:center;border-radius:15px;padding:10px;max-width:400px;min-width:300px;width:45%}.progressCircle{width:100%;text-align:center}.totalCountReport{flex:1;display:flex;flex-direction:column;justify-content:center;background-color:#1f79bc;align-items:center;color:#fff;text-shadow:2px 2px 2px #000000;padding:40px}.regionTitle{color:#1f79bc;font-size:.8em;text-shadow:2px 2px 2px #000000}.reportMapTooltip{position:fixed;z-index:40;max-width:min(340px,100vw - 16px);background:#fff;border:2px solid #1f79bc;border-radius:8px;padding:12px 14px;box-shadow:0 4px 16px #00000026;pointer-events:none}.reportMapTooltip h3{margin:0 0 8px;font-size:1rem;color:#004689}.reportMapTooltip p{margin:0 0 4px;font-size:.85rem;color:#333}.reportMapTooltip .horizontalChart{margin:10px 0 0;padding:0;min-width:0;max-width:none;height:auto}.public-map__tooltip{text-align:center;color:#fff;font-size:1.1rem;min-height:1.5rem;margin-top:8px}.restrictedRegions{color:#1f79bc;font-size:12px}.ministryReport{padding-bottom:80px}.ministryReport__subtitle{text-align:center;color:#555;max-width:640px;margin:0 auto 8px}.reportStudio__header{margin-bottom:8px}.reportStudio__eyebrow{text-align:center;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#1f79bc;margin:0 0 8px}.reportStudio__ministryPick{margin-bottom:8px}.reportStudio__stickyFilters{position:sticky;top:0;z-index:20;padding:12px 0 4px;background:linear-gradient(180deg,#fffffff7 70%,#ffffffd9)}.reportStudio__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;max-width:1100px;margin:12px auto 0;padding:0 12px}.reportStudio__actions{display:flex;flex-wrap:wrap;gap:8px}.reportStudio__action{border:1px solid rgba(31,121,188,.35);background:#fff;color:#1f79bc;border-radius:999px;padding:8px 14px;font-size:.9rem;font-weight:600;cursor:pointer}.reportStudio__action:hover{background:#1f79bc0f}.reportStudio__action--primary{background:#1f79bc;color:#fff;border-color:#1f79bc}.reportStudio__action--primary:hover{opacity:.92;background:#1f79bc}.reportStudio__workspace{display:block;max-width:1100px;margin:24px auto 0;padding:0 12px}.reportStudio__charts{display:flex;flex-direction:column;gap:20px;min-width:0}.reportStudio__panel{padding:20px;border-radius:14px;border:1px solid #dce8f2;background:#fff}.reportStudio__panelTitle{margin:0 0 12px;font-size:1.1rem;color:#004689}.reportStudio__statusDetail{margin-top:16px}.reportStudio__printMeta{display:none}.reportStudioFilters{max-width:1100px;margin:0 auto;padding:16px 18px;border-radius:14px;background:#0d4f7c;color:#fff;box-shadow:0 8px 24px #0d4f7c2e}.reportStudioFilters__toolbar{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}.reportStudioFilters__field{display:flex;flex-direction:column;gap:6px;min-width:150px;flex:1 1 150px;max-width:280px}.reportStudioFilters__field--wide{flex:2 1 220px;min-width:220px;max-width:none}.reportStudioFilters__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffffd9}.reportStudioFilters__select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;border:none;border-radius:8px;padding:10px 36px 10px 12px;font-size:.95rem;color:#222;cursor:pointer}.reportStudioFilters__clear{border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;border-radius:999px;padding:10px 14px;cursor:pointer;font-size:.9rem;white-space:nowrap}.reportStudioFilters__clear:hover{background:#ffffff1a}.reportStudioFilters__active{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.reportStudioFilters__activeChip{border:none;background:#ffffff29;color:#fff;border-radius:999px;padding:6px 12px;font-size:.85rem;cursor:pointer}.reportStudioFilters__activeChip:hover{background:#ffffff47}.reportStudioFilters__section{margin-top:14px}.reportStudioFilters__sectionTitle{margin:0 0 8px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fffc}.reportStudioFilters__chips{display:flex;flex-wrap:wrap;gap:8px}.reportStudioFilters__chip{border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;border-radius:999px;padding:6px 12px;font-size:.85rem;cursor:pointer;text-transform:capitalize}.reportStudioFilters__chip:hover{background:#ffffff1f}.reportStudioFilters__chip--selected{background:#fff;color:#1f79bc;border-color:#fff;font-weight:600}.reportStatusBar__track{display:flex;width:100%;height:18px;border-radius:999px;overflow:hidden;background:#eef3f7}.reportStatusBar__segment{height:100%;min-width:2px}.reportStatusBar__legend{list-style:none;padding:0;margin:12px 0 0;display:flex;flex-wrap:wrap;gap:10px 16px;font-size:.85rem;color:#444}.reportStatusBar__swatch{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:6px}.reportStatusBar__empty{margin:0;color:#888;font-size:.9rem}.reportYearChart__title{margin:0 0 16px;font-size:1.1rem;color:#004689}.reportYearChart__empty{margin:0;color:#888;font-size:.9rem}.reportYearChart__bars{display:flex;align-items:flex-end;gap:10px;min-height:160px}.reportYearChart__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.reportYearChart__value{font-size:.75rem;color:#555}.reportYearChart__track{width:100%;max-width:42px;height:120px;background:#eef3f7;border-radius:8px 8px 4px 4px;display:flex;align-items:flex-end;overflow:hidden}.reportYearChart__fill{width:100%;background:#1f79bc;border-radius:8px 8px 0 0;min-height:2px}.reportYearChart__label{font-size:.75rem;color:#555;text-align:center}.print-only{display:none}@media print{.no-print{display:none!important}.print-only,.reportStudio__printMeta{display:block!important}.reportStudio__printMeta{margin-bottom:24px}.reportStudio__printMeta h1{margin:0 0 8px;font-size:1.5rem}.reportStudio__printMeta p{margin:0 0 4px;color:#444}.reportStudio__workspace{display:block}.reportStudio__panel{break-inside:avoid;box-shadow:none;border:1px solid #ccc}.ministryReport{padding-bottom:0}}.reportFiltersBar{max-width:960px;margin:24px auto 0;padding:16px 20px;background:#f8f8f8;border-radius:12px;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px}.reportFiltersBar__fields{display:flex;flex-wrap:wrap;gap:20px;flex:1}.reportFiltersBar__field{display:flex;flex-direction:column;gap:6px;min-width:160px}.reportFiltersBar__label{font-size:.8rem;font-weight:600;color:#444;text-transform:uppercase;letter-spacing:.03em}.reportFiltersBar__select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 12px center;border:1px solid #ccc;border-radius:8px;padding:10px 36px 10px 12px;font-size:.95rem;color:#222;cursor:pointer}.reportFiltersBar__clear{border:none;background:transparent;color:#1f79bc;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:10px 0;white-space:nowrap}.reportBreakdownGrid--single{grid-template-columns:minmax(280px,560px);justify-content:center}.reportFilters{max-width:900px;margin:24px auto 0;padding:20px;background:#f8f8f8;border-radius:12px}.reportFilters__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.reportFilters__heading{margin:0;font-size:1.25rem}.reportFilters__reset{border:none;background:transparent;color:#1f79bc;cursor:pointer;font-size:.9rem;text-decoration:underline}.reportFilters__section{margin-top:18px}.reportFilters__sectionTitle{margin:0 0 8px;font-weight:600;font-size:.95rem}.reportFilters__chips{display:flex;flex-wrap:wrap;gap:8px}.reportFilters__chip{border:1px solid #aaa;background:#fff;border-radius:999px;padding:6px 12px;font-size:.85rem;cursor:pointer;color:#444}.reportFilters__chip--selected{background:#1f79bc;border-color:#1f79bc;color:#fff}.reportFilters__hint{margin-top:16px;font-size:.85rem;color:#666}.reportSummary{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;max-width:900px;margin:24px auto}.reportSummary__card{background:#1f79bc;color:#fff;border-radius:10px;padding:16px;text-align:center}.reportSummary__label{display:block;font-size:.85rem;opacity:.9}.reportSummary__value{display:block;font-size:1.6rem;font-weight:700;margin-top:4px}.reportFilterSummary{text-align:center;color:#666;font-size:.9rem;margin:8px 0 0}.reportLoading,.reportError{text-align:center;margin:24px 0}.reportError{color:#99182e}.reportBreakdownGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1100px;margin:32px auto;padding:0 12px}.reportBreakdown__title{font-weight:600;text-align:center;margin:0 0 12px}.reportBreakdown__empty{text-align:center;color:#888;font-size:.9rem}.reportBreakdown__row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.reportBreakdown__label{width:100px;font-size:.8rem;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reportBreakdown__track{flex:1;background:#eee;height:20px;border-radius:4px;overflow:hidden}.reportBreakdown__fill{height:100%;border-radius:4px;min-width:2px}.reportBreakdown__value{width:48px;text-align:right;font-size:.85rem}.reportMapPlaceholder{max-width:700px;margin:48px auto 0;padding:24px;border:2px dashed #ccc;border-radius:12px;text-align:center;color:#666}.reportMapPlaceholder h3{margin-top:0;color:#333}.ministryReportMap{max-width:900px;margin:40px auto 0;padding:0 12px}.ministryReportMap__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ministryReportMap__header h3{margin:0;color:#004689}.ministryReportMap__reset{border:none;background:transparent;color:#1f79bc;cursor:pointer;font-size:.9rem;text-decoration:underline}.ministryReportMap__notice{margin:0 0 12px;font-size:.9rem;color:#666}.ministryReportMap__canvas{position:relative;width:100%;min-width:280px}.report-page{width:100%;padding-bottom:64px}.report-page__intro{text-align:center;padding:32px 20px 16px;max-width:720px;margin:0 auto}.report-page__back{display:inline-block;margin-bottom:12px;color:#1f79bc;font-weight:600;text-decoration:none}.report-page__back:hover{text-decoration:underline}.report-page__eyebrow,.region-heartbeat__eyebrow,.partner-showcase__eyebrow,.report-encounter__eyebrow{margin:0 0 8px;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#1f79bc}.report-page__title{margin:0 0 12px;font-size:clamp(1.75rem,4vw,2.75rem);color:#004689;line-height:1.15}.report-page__lead,.region-heartbeat__lead,.partner-showcase__lead{margin:0 auto;max-width:36em;color:#444;line-height:1.55}.report-page__restricted{margin:12px 0 0;font-size:.85rem;color:#666}.report-page__hero{width:100%;padding:0 16px 24px}.report-page__map{position:relative;width:100%;max-width:960px;margin:0 auto;aspect-ratio:1000/520;border-radius:16px;overflow:hidden;background:linear-gradient(165deg,#041526,#0a2a4a);box-shadow:0 12px 40px #0046892e}.report-page__map .rsm-svg,.report-page__map svg{width:100%!important;height:100%!important;display:block}.report-page__map-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#ffffffb3}.region-heartbeat{width:100%;padding:56px 24px;background:linear-gradient(180deg,#1f79bc,#004689);color:#fff;text-align:center}.region-heartbeat__eyebrow{color:#ffffffd9}.region-heartbeat__title{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2.1rem)}.region-heartbeat__lead{color:#ffffffeb;margin-bottom:32px}.region-heartbeat__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}@media only screen and (max-width:900px){.region-heartbeat__grid{grid-template-columns:1fr}}.region-heartbeat__stat{display:flex;flex-direction:column;align-items:center}.region-heartbeat__number{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;line-height:1.1}.region-heartbeat__label{margin-top:8px;font-weight:600}.region-heartbeat__delta{margin-top:10px;padding:8px 14px;border-radius:8px;background:#fffffff2;color:#004689;display:flex;flex-direction:column;gap:4px;min-width:9.5rem;text-align:left}.region-heartbeat__delta-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:.8rem;line-height:1.25}.region-heartbeat__delta-key{color:#004689a6;font-weight:500}.region-heartbeat__delta-value{color:#004689;font-weight:700;font-variant-numeric:tabular-nums}.report-insights{padding:48px 20px;background:linear-gradient(180deg,#f4f8fb,#fff)}.report-insights__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto 28px}@media only screen and (max-width:900px){.report-insights__grid{grid-template-columns:1fr}}.report-insights__bars{max-width:720px;margin:0 auto}.status-donut,.period-spark,.region-ranking{padding:22px 20px;border-radius:16px;background:#fff;border:1px solid rgba(31,121,188,.14);box-shadow:0 8px 24px #0046890f;height:100%}.status-donut__title,.period-spark__title,.region-ranking__title{margin:0 0 16px;text-align:center;color:#004689;font-size:1.05rem}.status-donut__empty,.period-spark__empty,.region-ranking__empty{text-align:center;color:#666;margin:0}.status-donut__body{display:flex;flex-direction:column;align-items:center;gap:16px}.status-donut__svg{width:160px;height:160px}.status-donut__total{font-size:11px;font-weight:700;fill:#004689}.status-donut__total-label{font-size:6px;fill:#666}.status-donut__legend{list-style:none;margin:0;padding:0;width:100%;font-size:.85rem;color:#444}.status-donut__legend li{display:flex;align-items:center;gap:8px;margin-bottom:6px}.status-donut__swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.period-spark__rows{display:flex;flex-direction:column;gap:16px}.period-spark__bars{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:6px 8px;min-height:0}.period-spark__col{display:flex;flex-direction:column;align-items:center;min-width:0}.period-spark__value{font-size:.65rem;color:#004689;font-weight:600;margin-bottom:4px;line-height:1.1;text-align:center}.period-spark__track{width:100%;height:72px;display:flex;align-items:flex-end;background:#e3eff8;border-radius:6px 6px 0 0;overflow:hidden}.period-spark__fill{width:100%;background:linear-gradient(180deg,#1f79bc,#004689);border-radius:6px 6px 0 0;min-height:4px;transition:height .6s ease}.period-spark__label{margin-top:8px;font-size:.75rem;color:#555}.region-ranking__list{list-style:none;margin:0;padding:0}.region-ranking__row{width:100%;appearance:none;border:none;background:transparent;text-align:left;padding:10px 0;cursor:pointer;font:inherit;border-bottom:1px solid rgba(31,121,188,.1)}.region-ranking__row:hover .region-ranking__label{color:#1f79bc}.region-ranking__label{display:block;font-weight:600;color:#004689}.region-ranking__meta{display:block;font-size:.8rem;color:#666;margin:2px 0 6px}.region-ranking__track{display:block;height:6px;border-radius:999px;background:#e3eff8;overflow:hidden}.region-ranking__fill{display:block;height:100%;background:#1f79bc;border-radius:999px;transition:width .5s ease}.partner-showcase{padding:56px 20px;text-align:center;background:#fff}.partner-showcase__title{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2.1rem);color:#004689}.partner-showcase__lead{margin-bottom:32px}.partner-showcase__list{list-style:none;margin:0 auto;padding:0;max-width:800px;display:flex;flex-direction:column;gap:16px;text-align:left}.partner-showcase__card{display:flex;gap:16px;padding:20px 22px;border-radius:16px;border:1px solid rgba(31,121,188,.16);background:linear-gradient(160deg,#e3eff8,#fff 70%);box-shadow:0 8px 28px #0046890f}.partner-showcase__rank{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#1f79bc;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center}.partner-showcase__body{flex:1;min-width:0}.partner-showcase__name{margin:0 0 4px;color:#004689;font-size:1.2rem}.partner-showcase__counts{margin:0 0 10px;color:#555;font-size:.95rem}.partner-showcase__track{height:8px;border-radius:999px;background:#1f79bc1f;overflow:hidden;margin-bottom:12px}.partner-showcase__fill{height:100%;background:linear-gradient(90deg,#1f79bc,#004689);border-radius:999px;transition:width .6s ease}.partner-showcase__cta{color:#004689;font-weight:700;text-decoration:none}.partner-showcase__cta:hover{text-decoration:underline}.partner-showcase__private{margin:0;font-size:.85rem;color:#777;font-style:italic}.report-encounter{max-width:720px;margin:0 auto 40px;padding:28px 32px;border-left:4px solid #1f79bc;background:#e3eff8;border-radius:0 12px 12px 0}.report-encounter__title{margin:0 0 8px;color:#004689}.report-encounter__meta{margin:0 0 10px;color:#1f79bc;font-weight:500}.report-encounter__excerpt{margin:0 0 14px;color:#333;line-height:1.55;font-style:italic}.report-encounter__link{color:#004689;font-weight:700;text-decoration:none}.report-encounter__link:hover{text-decoration:underline}.report-page__close{text-align:center;padding:40px 20px 24px;background:#004689;color:#fff}.report-page__close p{margin:0 0 16px;font-size:1.2rem;font-weight:600}.report-page__close-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.report-page__close-actions .btn{width:auto;min-width:10rem;max-width:14rem;flex:0 1 14rem}.contact{width:100%;display:flex;flex-direction:column;align-items:center}.contactFormDiv{width:100%;padding:24px 16px}@media only screen and (min-width:751px){.contactFormDiv{padding:50px}}.contactForm{max-width:600px;width:100%;margin:0 auto}.contactForm__error{color:#fa3c4c;margin:.5rem 0}.contactForm__success{color:#1f7a3f;margin:.5rem 0}.donate-page{width:100%;max-width:1100px;margin:0 auto 80px;padding:0 20px}.donate-page__hero{background:linear-gradient(135deg,#e3eff8,#fff 55%,#e3eff8);border-radius:20px;margin:32px 0 48px;padding:48px 32px;text-align:center;box-shadow:0 8px 32px #1f79bc1f}.donate-page__hero-inner{max-width:680px;margin:0 auto}.donate-page__eyebrow{margin:0 0 8px;font-size:.9rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#004689}.donate-page__title{margin:0 0 16px;font-size:clamp(2rem,5vw,2.75rem);color:#004689;line-height:1.15}.donate-page__lead{margin:0 0 28px;font-size:1.15rem;line-height:1.6;color:#333}.donate-page__volunteer{display:flex;align-items:flex-start;gap:14px;margin:0 auto;padding:18px 20px;max-width:560px;text-align:left;background:#ffffffd9;border:1px solid rgba(31,121,188,.2);border-radius:12px;color:#444;line-height:1.5}.donate-page__volunteer svg{flex-shrink:0;margin-top:2px;color:#1f79bc}.donate-page__volunteer p{margin:0}.donate-page__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}@media only screen and (max-width:900px){.donate-page__cards{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto}}.donate-page__footer-note{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;font-size:1.1rem;font-weight:600;color:#004689}.donate-page__footer-note p{margin:0}.donate-page__footer-icon{color:#1f79bc;flex-shrink:0}.donate-card{display:flex;flex-direction:column;align-items:center;padding:32px 24px 28px;background:#fff;border:2px solid rgba(31,121,188,.15);border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.donate-card:hover{transform:translateY(-4px);border-color:#1f79bc;box-shadow:0 12px 32px #1f79bc2e}.donate-card__icon{font-size:3.5rem;line-height:1;margin-bottom:12px}.donate-card__title{margin:0 0 10px;font-size:1.35rem;color:#004689}.donate-card__badge{display:inline-block;margin-bottom:16px;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.donate-card__badge--deductible{background:#e8f5e9;color:#2e7d32}.donate-card__badge--non-deductible{background:#fff8e1;color:#f57f17}.donate-card__description{flex:1;margin:0 0 24px;font-size:.95rem;line-height:1.55;color:#555}.donate-card__link{width:100%;max-width:260px}.supportDiv{margin:50px}.donations{display:flex;justify-content:center;flex-wrap:wrap}.countryDonationOption{flex:1;min-width:300px;border:1px #1f79bc solid;border-radius:15px;margin:5px;padding:10px;text-align:center}.taxDeductible{font-size:.8em;color:gray;margin:0 0 20px}.support-page{padding-bottom:40px}.maps-page{padding-bottom:80px}.maps-page__intro{max-width:720px;margin:0 auto 24px;text-align:center;line-height:1.5}.maps-page__loading-region{width:100%;text-align:center;color:#1f79bc}.maps-page__pin-actions{display:flex;justify-content:center;margin:24px auto;max-width:500px}.maps-page__divider{border:none;border-top:2px solid #000;margin:32px auto;max-width:900px}.maps-page__export{display:flex;justify-content:center;margin:16px auto;max-width:500px}.maps-page__export-link{text-decoration:none}.maps-page__download-note{color:#fa3c4c;text-align:center;max-width:640px;margin:0 auto 24px;line-height:1.5}.maps-page__no-countries{width:100%;max-width:560px;margin:0 auto;text-align:center;line-height:1.5;color:#555}.maps-page__truncated,.maps-page__filter-warning,.maps-page__no-pins{text-align:center;max-width:640px;margin:0 auto 16px}.maps-page__filters{margin-top:8px}.maps-page__key-warning{max-width:640px;margin:0 auto 16px;padding:12px 16px;border-radius:8px;background:#fff8e6;border:1px solid #f0c040;text-align:center;line-height:1.5}.maps-page__last-download{text-align:center;font-size:14px;color:#555;margin:0 auto 16px}.maps-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:16px auto 24px}.maps-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:14px}.maps-legend__swatch{width:12px;height:12px;border-radius:50%}.maps-pin-map{width:100%;height:500px;margin:20px auto 50px;border:2px solid #1f79bc;border-radius:8px}.maps-pin-map--missing-key{display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;background:#f5f8fb;color:#555}.map_select_div{margin-top:30px;display:flex;flex-wrap:wrap;width:100%;justify-content:center}.map_select_div>div{width:250px;margin-right:20px;margin-bottom:12px}.map_loading{width:100%;text-align:center;color:#1f79bc}.structure-page{max-width:900px;margin:0 auto 60px}.structure-hero{text-align:center;margin-bottom:40px}.structure-hero__eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:#1f79bc;margin:0 0 8px}.structure-hero__title{margin:0 0 12px;font-size:2rem;color:#1f79bc}.structure-hero__intro{max-width:640px;margin:0 auto;line-height:1.6;color:#444}.structure-section{margin-bottom:40px}.structure-section__title{margin:0 0 20px;font-size:1.35rem;color:#1f79bc;text-align:center}.structure-card-grid{display:grid;gap:16px}@media only screen and (min-width:901px)and (max-width:1199px){.structure-card-grid--three{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:901px)and (max-width:1199px){.structure-card-grid--two{grid-template-columns:repeat(2,1fr)}}.structure-card{padding:24px 20px;border-radius:14px;border:1px solid #dce8f2;background:#f8fbfe;text-align:center}.structure-card__icon{color:#1f79bc;margin-bottom:12px}.structure-card h3{margin:0 0 10px;color:#1f79bc;font-size:1.1rem}.structure-card p{margin:0;color:#444;line-height:1.55;font-size:15px}.structure-steps{display:grid;gap:24px}@media only screen and (min-width:901px)and (max-width:1199px){.structure-steps{grid-template-columns:repeat(2,1fr)}}.structure-steps__group{padding:24px;border-radius:14px;border:2px solid #1f79bc;background:#fff}.structure-steps__group h3{margin:0 0 16px;color:#1f79bc;font-size:1.1rem}.structure-steps__group ol{margin:0;padding-left:1.25rem;color:#333}.structure-steps__group ol li{margin-bottom:18px}.structure-steps__group ol li:last-child{margin-bottom:0}.structure-steps__group ol strong{display:block;margin-bottom:6px;color:#004689}.structure-steps__group ol p{margin:0;line-height:1.55;color:#444}.structure-steps__group ol a{color:#1f79bc;font-weight:600}.structure-app-links{justify-content:flex-start;margin-top:12px}.structure-cta{display:flex;flex-direction:column;align-items:center;gap:16px;padding:28px 24px;border-radius:16px;background:#1f79bc;color:#fff;text-align:center}@media only screen and (min-width:901px)and (max-width:1199px){.structure-cta{flex-direction:row;justify-content:space-between;text-align:left}}.structure-cta h2{margin:0 0 8px;font-size:1.25rem}.structure-cta p{margin:0;opacity:.92;line-height:1.5}.structure-cta__link{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;background:#fff;color:#1f79bc!important;font-weight:700;text-decoration:none;white-space:nowrap}.structure-cta__link:hover{background:#f0f7fc}.password-change-form{display:flex;flex-direction:column;gap:20px;max-width:420px;margin:0 auto}.password-change-form__intro{margin:0;color:#555;line-height:1.5;font-size:15px}.password-change-form__error{margin:0;color:#fa3c4c;font-size:14px;text-align:center}.password-change-form__success{margin:0;color:#1a6b3c;font-size:14px;text-align:center}.testimonies-page__instruction{max-width:720px;margin:0 auto 16px;aspect-ratio:16/9;border-radius:12px;overflow:hidden;border:2px solid #1f79bc}.testimonies-page__instruction iframe{width:100%;height:100%;border:0}.testimonies-page__download-hint{text-align:center;max-width:640px;margin:0 auto 24px;color:#555}.testimonies-page__hint{text-align:center;color:#666;margin:16px 0 24px}.testimonies{display:flex;flex-wrap:wrap}.testimony{border:#1f79bc solid 2px;border-radius:15px;padding:20px;margin-bottom:20px;display:flex;width:300px;margin-right:20px}.testimony__info{flex:1;display:flex;flex-direction:column}.testimony__info__name{font-weight:700;font-size:120%;color:#1f79bc;text-decoration:underline;margin-bottom:10px}.testimony__info__timestamp{font-style:italic}.testimony__info__language{margin-top:10px}.testimony__files{flex:1;margin-top:10px}.testimony__files>img,.testimony__files .testimony__image{margin-bottom:10px;max-width:100%;border-radius:8px}.testimony__files .testimony__embed{position:relative;width:100%;aspect-ratio:16/9;margin-bottom:12px;border-radius:8px;overflow:hidden}.testimony__files .testimony__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.testimony__files .testimony__video,.testimony__files .testimony__audio{width:100%;margin-bottom:12px}.testimony__files__downloads{border-top:#1f79bc solid 1px}.testimony__files__downloads__title{color:#1f79bc}.testimony__files__type{padding:10px;white-space:pre-wrap;display:inline-block;color:#1f79bc;font-weight:600}.testimony__files__type__showMore{color:#1f79bc;width:100%;text-align:right;background:none;border:none;cursor:pointer;font-weight:600}.betaLinkList>li{margin:15px}.super-admin-bar{width:100%;background:#0d4f7c;color:#fff;border-bottom:2px solid rgba(255,255,255,.2)}.super-admin-bar__inner{max-width:1200px;margin:0 auto;padding:12px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.super-admin-bar__label{margin:0;font-size:14px;line-height:1.4}.super-admin-bar__label strong{font-weight:700}.super-admin-bar__select{width:100%;max-width:360px}.super-admin-bar__select .select__label{color:#ffffffd9}.super-admin-bar__select .select__element{background:#fff}.dashboard--pick-ministry{max-width:560px;margin:0 auto;padding:32px 16px 48px;text-align:center}.dashboard--pick-ministry__title{margin:0 0 12px;color:#1f79bc}.dashboard--pick-ministry__intro{margin:0 0 8px;line-height:1.5;color:#444}.campaign-admin{max-width:1200px;margin:0 auto;padding:1.5rem 1rem 3rem;color:#e8eaed;background:#0f1419;min-height:60vh}.campaign-admin__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.campaign-admin__header h1{font-size:1.5rem;margin:0 0 .25rem}.campaign-admin__subtitle{margin:0;color:#9aa0a6;font-size:.9rem}.campaign-admin__harvest-btn{background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;cursor:pointer}.campaign-admin__harvest-btn:disabled{opacity:.6;cursor:not-allowed}.campaign-admin__message{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.9rem}.campaign-admin__month-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1rem}.campaign-admin__month-nav button{background:transparent;border:1px solid #334155;color:#e8eaed;border-radius:6px;padding:.35rem .75rem;cursor:pointer}.campaign-admin__assign-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#1e3a5f;border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem}.campaign-admin__suggestions h2{font-size:1.1rem;margin-bottom:1rem}.campaign-admin__suggestion-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.campaign-admin__empty{color:#9aa0a6;font-style:italic}.campaign-admin__harvest-meta{margin-top:2rem;font-size:.85rem;color:#9aa0a6}.campaign-calendar{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem}@media(max-width:900px){.campaign-calendar{grid-template-columns:1fr}}.campaign-calendar__month h3{font-size:1rem;margin:0 0 .75rem}.campaign-calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;font-size:.7rem;color:#9aa0a6;text-align:center;margin-bottom:4px}.campaign-calendar__week{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.campaign-calendar__day{aspect-ratio:1;min-height:48px;border:1px solid #334155;border-radius:6px;background:#1a1f26;color:#e8eaed;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:0}.campaign-calendar__day--empty{border:none;background:transparent;cursor:default}.campaign-calendar__day--scheduled{background:#14532d;border-color:#22c55e}.campaign-calendar__day--past{background:#1e3a5f;border-color:#3b82f6}.campaign-calendar__day--past .campaign-calendar__day-dot{background:#60a5fa}.campaign-calendar__day--zernio{border-style:dashed}.campaign-report-modal{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.campaign-report-modal__panel{width:min(640px,100%);max-height:90vh;overflow:auto;background:#1a1f26;border:1px solid #334155;border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.campaign-report-modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.campaign-report-modal__header h2{margin:0;font-size:1.1rem}.campaign-report-modal__subtitle{margin:.25rem 0 0;font-size:.8rem;color:#9aa0a6}.campaign-report-modal__close{background:transparent;border:1px solid #475569;color:#e8eaed;border-radius:6px;padding:.35rem .6rem;cursor:pointer}.campaign-report-modal__media{border-radius:8px;overflow:hidden;background:#0f1419}.campaign-report-modal__image,.campaign-report-modal__video{width:100%;max-height:240px;object-fit:cover;display:block}.campaign-report-modal__caption{font-size:.85rem;line-height:1.45;white-space:pre-wrap;margin:0}.campaign-report-modal__link{font-size:.8rem;margin:0}.campaign-report-modal__link a{color:#93c5fd;word-break:break-all}.campaign-report-modal__status{font-size:.8rem;color:#9aa0a6;margin:0}.campaign-report-modal__error{color:#f87171;font-size:.8rem;margin:0}.campaign-report-modal__metrics h3{margin:0;font-size:.95rem}.campaign-report-modal__metrics-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.campaign-report-modal__unreplied-badge{background:#7c2d12;color:#fed7aa;font-size:.7rem;padding:.2rem .45rem;border-radius:999px}.campaign-report-modal__platform{border:1px solid #334155;border-radius:8px;padding:.65rem;margin-bottom:.5rem}.campaign-report-modal__platform header{display:flex;justify-content:space-between;gap:.5rem;font-size:.8rem;margin-bottom:.5rem;text-transform:capitalize}.campaign-report-modal__stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem;margin:0}.campaign-report-modal__stat-grid div{background:#0f1419;border-radius:6px;padding:.35rem}.campaign-report-modal__stat-grid dt{font-size:.65rem;color:#9aa0a6;margin:0}.campaign-report-modal__stat-grid dd{margin:.15rem 0 0;font-size:.85rem;font-weight:600}.campaign-report-modal__stat-warn{color:#fbbf24}.campaign-report-modal__platform-link{display:inline-block;margin-top:.5rem;font-size:.8rem;color:#93c5fd}.campaign-report-modal__platform-error{font-size:.75rem;color:#f87171;margin:.35rem 0 0}.campaign-report-modal__zernio-hint{font-size:.7rem;color:#9aa0a6;margin:.5rem 0 0;line-height:1.35}.campaign-report-modal__footer{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.campaign-report-modal__footer button{background:#1e293b;border:1px solid #475569;color:#e8eaed;border-radius:6px;padding:.4rem .7rem;cursor:pointer;font-size:.8rem}.campaign-report-modal__danger{background:#7f1d1d!important;border-color:#b91c1c!important}.campaign-calendar__day--selected{outline:2px solid #4f46e5;outline-offset:1px}.campaign-calendar__day-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;margin-top:2px}.suggestion-card{background:#1a1f26;border:1px solid #334155;border-radius:12px;padding:.75rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem}.suggestion-card--selected{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e5}.suggestion-card__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.35rem;font-size:.7rem}.suggestion-card__header-meta{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.suggestion-card__clear-btn{margin-left:auto;background:transparent;border:1px solid #475569;color:#94a3b8;border-radius:4px;padding:.15rem .45rem;font-size:.65rem;cursor:pointer;flex-shrink:0}.suggestion-card__clear-btn:hover:not(:disabled){border-color:#f87171;color:#fca5a5}.suggestion-card__clear-btn:disabled{opacity:.6;cursor:not-allowed}.suggestion-card__badge{background:#312e81;color:#c7d2fe;padding:.15rem .4rem;border-radius:4px;text-transform:uppercase;font-weight:600}.suggestion-card__region{color:#93c5fd}.suggestion-card__pins{color:#9aa0a6}.suggestion-card__preview{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#0f1419;position:relative}.suggestion-card__image{width:100%;height:100%;object-fit:cover}.suggestion-card__image-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;text-align:center;font-size:.75rem;color:#9aa0a6;gap:.5rem}.suggestion-card__image-placeholder button{background:#334155;border:none;color:#e8eaed;border-radius:6px;padding:.35rem .6rem;cursor:pointer;font-size:.75rem}.suggestion-card__image-actions{display:flex;flex-wrap:wrap;gap:.35rem;padding:.4rem;background:#0f1419eb}.suggestion-card__image-actions--center{justify-content:center}.suggestion-card__image-actions button{background:#334155;border:none;color:#e8eaed;border-radius:6px;padding:.35rem .6rem;cursor:pointer;font-size:.7rem}.suggestion-card__image-actions button:disabled{opacity:.6;cursor:not-allowed}.suggestion-card__file-input{display:none}.suggestion-card__image-prompt{display:flex;flex-direction:column;gap:.35rem}.suggestion-card__section-label{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;font-size:.7rem;font-weight:600;color:#c7d2fe}.suggestion-card__section-hint{font-weight:400;color:#9aa0a6}.suggestion-card__prompt{width:100%;background:#0f1419;border:1px solid #334155;border-radius:6px;color:#cbd5e1;font-size:.72rem;line-height:1.35;padding:.45rem;resize:vertical}.suggestion-card__prompt-actions{display:flex;justify-content:flex-end}.suggestion-card__prompt-actions button{background:#1e293b;border:1px solid #475569;color:#e8eaed;border-radius:6px;padding:.3rem .55rem;cursor:pointer;font-size:.7rem}.suggestion-card__prompt-actions button:disabled{opacity:.5;cursor:not-allowed}.suggestion-card__caption-block{display:flex;flex-direction:column;gap:.35rem}.suggestion-card__caption-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.suggestion-card__caption-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.suggestion-card__caption-actions button{background:#1e293b;border:1px solid #475569;color:#e8eaed;border-radius:6px;padding:.25rem .5rem;cursor:pointer;font-size:.68rem}.suggestion-card__caption-actions button:disabled{opacity:.5;cursor:not-allowed}.suggestion-card__status{font-size:.65rem;color:#9aa0a6}.suggestion-card__status--dirty{color:#fbbf24}.suggestion-card__status--saved{color:#86efac}.suggestion-card__copy-error{font-size:.7rem;color:#f87171;margin:0;line-height:1.3}.suggestion-card__deep-link{display:flex;flex-direction:column;gap:.25rem;font-size:.7rem}.suggestion-card__deep-link a{color:#93c5fd;word-break:break-all}.suggestion-card__deep-link button{align-self:flex-start;background:#1e293b;border:1px solid #475569;color:#e8eaed;border-radius:6px;padding:.25rem .5rem;cursor:pointer;font-size:.68rem}.suggestion-card__caption{width:100%;background:#0f1419;border:1px solid #334155;border-radius:6px;color:#e8eaed;font-size:.8rem;line-height:1.4;padding:.45rem;resize:vertical}.suggestion-card__testimony{font-size:.75rem;color:#9aa0a6}.suggestion-card__image-error{font-size:.7rem;color:#f87171;margin:.35rem 0 0;line-height:1.3}.suggestion-card__ig-hint{font-size:.7rem;color:#fbbf24;margin:0;line-height:1.3}.suggestion-card__footer{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:#9aa0a6}.suggestion-card__assign-btn{background:#4f46e5;color:#fff;border:none;border-radius:6px;padding:.35rem .6rem;cursor:pointer;font-size:.75rem}.posts-page{max-width:720px;margin:0 auto;padding:24px 16px 64px}.posts-page h1{margin:0 0 1rem}.posts-page__meta{color:#666;font-size:.9rem;margin-bottom:1.5rem}.posts-page__body{white-space:pre-wrap;line-height:1.6}.posts-list{list-style:none;padding:0;margin:0}.posts-list__item{padding:1rem 0;border-bottom:1px solid #e5e5e5}.posts-list__item h2{margin:0 0 .5rem;font-size:1.25rem}.posts-list__item a{color:#1f79bc;text-decoration:none}.posts-list__item a:hover{text-decoration:underline}.posts-list__item p{margin:0;color:#444}.deletePersonalInfo{width:100%;display:flex;flex-direction:column;align-items:center}.deletePersonalInfo__formDiv{width:100%;max-width:600px;padding:50px}.deletePersonalInfo__header{margin-bottom:24px;text-align:center}.deletePersonalInfo__form{width:100%}.deletePersonalInfo__description{margin-bottom:24px;line-height:1.5}.deletePersonalInfo__success{text-align:center}.deletePersonalInfo__success h2{margin-bottom:16px}.deletePersonalInfo__success p{line-height:1.5}.deletePersonalInfo__error{margin-top:16px;color:#c0392b}.deletionAdmin{padding:2rem 1rem 4rem;max-width:1100px;margin:0 auto}.deletionAdmin__header{margin-bottom:1.5rem}.deletionAdmin__header h1{margin-bottom:.5rem}.deletionAdmin__header p{line-height:1.5;max-width:42rem}.deletionAdmin__notice{padding:.75rem 1rem;margin-bottom:1rem;background:#e8f5e9;color:#1b5e20}.deletionAdmin__error{padding:.75rem 1rem;margin-bottom:1rem;background:#fdecea;color:#c0392b}.deletionAdmin__empty{color:#666}.deletionAdmin__tableWrap{overflow-x:auto}.deletionAdmin__table{width:100%;border-collapse:collapse;font-size:.95rem}.deletionAdmin__table th,.deletionAdmin__table td{text-align:left;padding:.75rem .5rem;border-bottom:1px solid #e0e0e0;vertical-align:middle}.deletionAdmin__table th{font-weight:600;color:#444}.deletionAdmin__uid{font-size:.8rem;word-break:break-all}.deletionAdmin__muted{margin-top:.25rem;font-size:.8rem;color:#777}
