@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__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-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}.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{max-width:900px;margin:0 auto 60px}.public-ministry__picker{margin-bottom:36px;text-align:center}.public-ministry__picker-title{margin:0 0 8px;font-size:2rem;color:#1f79bc}.public-ministry__picker-intro{max-width:560px;margin:0 auto 20px;color:#555;line-height:1.5}.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;margin-bottom:32px}.public-ministry__eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:#1f79bc;margin:0 0 8px}.public-ministry__title{margin:0 0 8px;font-size:2rem}.public-ministry__country{font-size:1.1rem;margin:0 0 16px}.public-ministry__description{max-width:640px;margin:0 auto 16px;line-height:1.6;color:#444}.public-ministry__links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.public-ministry__links a{color:#1f79bc;font-weight:600}.public-ministry__donate{padding:8px 16px;border-radius:999px;background:#1f79bc;color:#fff!important;text-decoration:none}.public-ministry__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:36px}@media only screen and (min-width:901px)and (max-width:1199px){.public-ministry__stats{grid-template-columns:repeat(4,1fr)}}.public-ministry__stat{text-align:center;padding:20px 12px;border-radius:14px;border:2px solid #1f79bc;background:#f8fbfe}.public-ministry__stat-value{display:block;font-size:1.5rem;font-weight:700;color:#1f79bc}.public-ministry__stat-label{font-size:13px;color:#555}.public-ministry__regions h2,.public-ministry__resources h2{color:#1f79bc;margin-bottom:16px}.public-ministry__region-grid{list-style:none;padding:0;margin:0 0 32px;display:grid;gap:12px}@media only screen and (min-width:901px)and (max-width:1199px){.public-ministry__region-grid{grid-template-columns:repeat(2,1fr)}}.public-ministry__region-card{padding:16px;border-radius:12px;border:1px solid #dce8f2;background:#fff}.public-ministry__region-card strong{display:block;margin-bottom:4px}.public-ministry__region-card span{font-size:14px;color:#555}.public-ministry__chart{margin-bottom:32px}.public-ministry__resource-summary{display:grid;gap:24px;margin-bottom:40px}@media only screen and (min-width:901px)and (max-width:1199px){.public-ministry__resource-summary{grid-template-columns:repeat(2,1fr)}}.public-ministry__resource-group h3{margin:0 0 12px;font-size:1rem;color:#1f79bc}.public-ministry__resource-tags{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}.public-ministry__resource-tags li{padding:8px 14px;border-radius:999px;border:1px solid #dce8f2;background:#f8fbfe;color:#333;font-size:14px;font-weight:600}.settings__login-management p{margin-top:40px}.settings__password-forget,.settings__password-change{max-width:500px;margin:50px auto}.landing{width:100%;display:flex;flex-direction:column;align-items:center}.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}.totalCount__primary{display:flex;flex-direction:column;align-items:center;width:100%}@media only screen and (min-width:751px){.totalCount__primary{flex-direction:row;justify-content:center;align-items:stretch;max-width:1100px}}@media only screen and (min-width:751px){.totalCount__primary .count{flex:1;max-width:420px}}@media only screen and (min-width:751px){.totalCount__primary .countDivider{width:3px;height:auto;min-height:140px;margin:20px 30px;align-self:center;border-bottom:none;border-right:solid white 3px;box-shadow:2px 0 2px #000}}.count{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center;font-size:4em;margin:0}.count--countries{width:100%;max-width:1100px}.countReport{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap}.countNumber{flex:1;text-align:center;padding:10px}.countTextDiv{flex:1;text-align:center;padding:10px;font-size:40%;position:relative}.timeBasedDiv{flex:1;display:flex;justify-content:center;text-align:center;flex-direction:column;font-size:30%;position:relative;background-color:#fff;color:#1f79bc;border:2px solid #1f79bc;text-shadow:none;padding:15px 25px;box-shadow:2px 2px 2px #000;border-radius:5px;max-width:fit-content}.transparent{border:1px transparent solid;color:transparent;text-shadow:0px 0px 0px transparent}.timeBasedTextDiv{flex:1;display:flex;justify-content:center}.bottomMargin{padding-bottom:10px}.timeBasedTextHeader{margin:0 5px}.countryFlags{display:flex;justify-content:center;flex-wrap:wrap;font-size:80%;width:90%}.singleFlag{margin:0 5px;text-decoration:none}.singleFlag--activeMonth{text-decoration:underline;text-decoration-thickness:2px}.countDivider{height:2px;width:100px;margin:30px;border-bottom:solid white 3px;box-shadow:2px 2px 2px #000}@media only screen and (min-width:751px){.countDivider--section{width:80%;max-width:700px;margin:10px 0 20px}}.selectInstructions{font-size:25%;width:100%;text-align:center}.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}.countrySelectElement{margin-bottom:-40px!important;border:"red solid 1px"}.GoButton{margin-top:0;width:180px}.videoPlayer{width:100%;padding:25px;display:flex;justify-content:center}.donateDiv{display:flex;align-items:center;flex-direction:column;margin:20px 0 50px}.landingDonate{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1f79bc;color:#fff;text-shadow:2px 2px 2px #000000;padding:40px;text-align:center}.landingDonate__text{margin:0 0 20px;font-size:1.75rem;font-weight:600}.footer{width:100%;margin:10px auto 40px;padding:10px;text-align:center}.H_I_W_main_div{width:100%;display:flex;flex-direction:column;justify-content:center;background-color:#1f79bc;align-items:center;color:#fff;padding:40px;margin-top:0}.landingVideo{width:100%;margin:40px 0;text-align:center}.landingVideo h1{margin-bottom:8px}.landingVideo--instructional{background-color:#e3eff8;margin:0;padding:40px 20px}.landingVideo--instructional h1{color:#004689;text-shadow:none}.landingVideo--origin{margin-bottom:0}.H_I_W_title{text-shadow:2px 2px 2px #000000}.types_of_users{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;width:100%;max-width:960px;margin:10px auto 0}.landing_H_I_W_Icons{display:flex;flex-direction:column;align-items:center;color:#fff;margin:20px 24px;min-width:110px}.landing_H_I_W_Icons_label{color:#fff;text-align: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)}.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 24px;font-size:1rem;color:#444;line-height:1.4}.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;align-items:stretch;gap:12px}.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:50px 50px 100px;max-height:200px}.horizontalChart{flex:1;min-width:300px;max-width:500px;margin-right:10px;padding-bottom:20px;position:relative;height:100%}.ministriesList{flex:1;margin:10px}.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:absolute;top:12px;right:12px;z-index:5;max-width:420px;background:#fff;border:2px solid #1f79bc;border-radius:8px;padding:12px;box-shadow:0 4px 16px #00000026;pointer-events:none}.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}.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__canvas{position:relative;width:100%;min-width:280px}.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}
