@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800;900&family=Poppins:wght@500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}:root{--primary: #7cee2b;--bg-light: #f7f8f6;--bg-dark: #182210;--ink: #0f172a;--muted: #5b6778;--line: #d7dde5;--paper: #fffdf8;--serif: "Cormorant Garamond", Georgia, serif}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg-light);color:var(--ink);min-height:100vh;overflow-x:hidden}img,svg,video,canvas{max-width:100%}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}.auth-root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;background:var(--bg-light)}.auth-card{width:100%;max-width:960px;min-height:700px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 25px 60px #00000024;display:grid;grid-template-columns:1fr 1fr}.auth-card__left{position:relative;background:#1a2e10;overflow:hidden}.auth-card__left-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.auth-card__left-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(24,34,16,.85) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:48px}.auth-illustration-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:#7cee2b26;border:1px solid rgba(124,238,43,.3);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:16px}.auth-illustration-card h2{margin:0 0 12px;font-size:42px;font-weight:900;line-height:1.15;color:#fff;letter-spacing:-.02em}.auth-illustration-card h2 span{color:var(--primary)}.auth-illustration-card p{margin:0;font-size:16px;color:#cbd5e1;max-width:340px;line-height:1.6}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:36px}.auth-brand-logo{width:84px;height:auto;object-fit:contain;flex-shrink:0;background:#ffffffeb;border-radius:10px;padding:4px;box-shadow:0 6px 16px #0f172a33}.auth-brand h1{margin:0;font-size:20px;font-weight:700;letter-spacing:-.01em;color:#0f172a}.auth-brand p{display:none}.auth-card__right{display:flex;flex-direction:column;justify-content:center;padding:48px 56px;background:#fff}.auth-header{margin-bottom:32px}.auth-title{margin:0 0 6px;font-size:32px;font-weight:900;letter-spacing:-.02em;color:#0f172a}.auth-subtitle{margin:0;font-size:15px;color:#64748b}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#374151}.auth-field--password{position:relative}.auth-field input{border-radius:12px;border:1px solid #e2e8f0;padding:14px 14px 14px 44px;font-size:14.5px;font-weight:400;outline:none;background:#f8fafc;color:#0f172a;transition:border-color .18s,box-shadow .18s,background .18s;font-family:inherit}.auth-field input::placeholder{color:#94a3b8}.auth-field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #7cee2b2e;background:#fff}.auth-field__icon{position:absolute;left:14px;bottom:14px;color:#94a3b8;font-size:20px;pointer-events:none;font-family:Material Symbols Outlined;font-weight:300}.auth-message{margin:0;font-size:13.5px;padding:11px 14px;border-radius:10px;line-height:1.5}.auth-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.auth-message.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.auth-field__toggle{position:absolute;right:12px;bottom:10px;border:none;background:transparent;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;font-size:13px;font-family:inherit;font-weight:500;transition:color .15s}.auth-field__toggle:hover{color:#475569}.auth-button{width:100%;border-radius:12px;border:none;padding:14px 16px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:opacity .15s,transform .08s,box-shadow .15s;display:flex;align-items:center;justify-content:center;gap:8px}.auth-button.primary{background:var(--primary);color:var(--bg-dark);box-shadow:0 8px 24px #7cee2b40}.auth-button.primary:hover{opacity:.9}.auth-button.primary:active{transform:scale(.985)}.auth-button.primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.lp{min-height:100vh;display:flex;flex-direction:column;background:#fafbfc}.lp-header{position:sticky;top:0;z-index:50;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.lp-header__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.lp-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#0f172a}.lp-logo__img{width:52px;height:auto;object-fit:contain;background:#fffffff2;border-radius:10px;padding:4px;box-shadow:0 4px 12px #0f172a1f}.lp-logo__img--footer{width:48px;background:#fffffff2}.lp-logo__text{font-weight:800;font-size:20px;letter-spacing:-.03em}.lp-nav{display:flex;gap:8px}.lp-nav a{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:500;color:#475569;text-decoration:none;transition:background .15s,color .15s}.lp-nav a:hover{background:#f1f5f9;color:#0f172a}.lp-header__right{display:flex;align-items:center;gap:12px}.lp-ong-btn{padding:8px 20px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer;transition:all .15s;font-family:inherit}.lp-ong-btn:hover{background:#0f172a;color:#fff;border-color:#0f172a}.lp-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.lp-burger span{display:block;width:22px;height:2px;background:#0f172a;border-radius:2px;transition:.2s}.lp-hero{max-width:1200px;margin:0 auto;padding:80px 24px 64px;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.lp-hero__badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:#7cee2b1f;border:1px solid rgba(124,238,43,.3);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#2d7a0a;margin-bottom:20px}.lp-hero__content h1{margin:0 0 20px;font-size:48px;font-weight:900;line-height:1.12;letter-spacing:-.03em;color:#0f172a}.lp-hero__content h1 em{font-style:normal;background:linear-gradient(135deg,#7cee2b,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero__content>p{margin:0 0 32px;font-size:17px;line-height:1.7;color:#64748b;max-width:520px}.lp-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}.lp-hero--center{text-align:center;display:flex;justify-content:center;padding:100px 24px 80px}.lp-hero--bg{position:relative;max-width:100%;width:100vw;min-height:100vh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;padding:140px 24px 120px;grid-template-columns:1fr}.lp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f172aa6,#0f172acc);z-index:1}.lp-hero--bg .lp-hero__content{position:relative;z-index:2}.lp-hero--bg h1{color:#fff}.lp-hero--bg h1 em{background:linear-gradient(135deg,#7cee2b,#4ade80);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.lp-hero--bg>.lp-hero__content>p{color:#cbd5e1}.lp-hero--bg .lp-hero__badge{background:#7cee2b26;border-color:#7cee2b59;color:#7cee2b}.lp-btn--outline-light{background:#ffffff1a;border-color:#ffffff59;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lp-btn--outline-light:hover{background:#fff3;border-color:#ffffff80}.lp-hero__content--center{max-width:720px}.lp-hero__content--center>p{margin-left:auto;margin-right:auto}.lp-hero__actions--center{justify-content:center}.lp-hero__stats{display:flex;gap:40px}.lp-stat{display:flex;flex-direction:column}.lp-stat strong{font-size:28px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.lp-stat span{font-size:13px;color:#94a3b8;font-weight:500}.lp-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:340px}.lp-hero__blob{position:absolute;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(124,238,43,.25),rgba(34,197,94,.1) 70%,transparent);filter:blur(40px);animation:blobPulse 6s ease-in-out infinite}@keyframes blobPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.15);opacity:1}}.lp-hero__emoji{font-size:140px;z-index:1;animation:floatEmoji 4s ease-in-out infinite}@keyframes floatEmoji{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.lp-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:none;font-family:inherit;transition:all .18s}.lp-btn--primary{background:#0f172a;color:#fff;box-shadow:0 4px 14px #0f172a40}.lp-btn--primary:hover{background:#1e293b;box-shadow:0 6px 20px #0f172a59;transform:translateY(-1px)}.lp-btn--outline{background:#fff;color:#0f172a;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0f}.lp-btn--outline:hover{border-color:#cbd5e1;background:#f8fafc}.lp-btn--ghost{background:transparent;color:var(--ink);border:1px solid rgba(15,23,42,.12)}.lp-btn--ghost:hover{background:#0f172a0a;border-color:#0f172a38}.lp-btn--ghost-light{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.22);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lp-btn--ghost-light:hover{background:#ffffff24;border-color:#ffffff5c}.lp-nav--static{display:flex}.lp-btn--full{width:100%}.lp-btn--danger{background:#dc2626;color:#fff;box-shadow:0 4px 14px #dc26264d}.lp-btn--danger:hover{background:#b91c1c;box-shadow:0 6px 20px #dc262666;transform:translateY(-1px)}.lp-section{max-width:1200px;margin:0 auto;padding:64px 24px}.lp-section--alt{background:#f1f5f9;max-width:100%;padding:64px 0}.lp-section--alt>.lp-section__head,.lp-section--alt>.lp-form{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.lp-section__head{margin-bottom:36px}.lp-section__tag{display:inline-block;padding:4px 12px;border-radius:6px;background:#7cee2b1f;color:#2d7a0a;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.lp-section__tag--warn{background:#f59e0b1f;color:#92400e}.lp-section__head h2{margin:0 0 8px;font-family:var(--serif);font-size:clamp(2rem,3vw,3rem);font-weight:600;line-height:1.02;color:var(--ink);letter-spacing:-.03em}.lp-section__head p{margin:0;font-size:16px;color:#64748b;max-width:560px;line-height:1.6}.lp-section__head--center{text-align:center}.lp-section__head--center p{margin-left:auto;margin-right:auto}.lp-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:32px 28px;transition:transform .2s,box-shadow .2s}.lp-info-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a14}.lp-info-card__icon{font-size:40px;margin-bottom:16px}.lp-info-card h3{margin:0 0 12px;font-size:18px;font-weight:700;color:#0f172a}.lp-info-card p{margin:0;font-size:14px;line-height:1.7;color:#64748b}.lp-warning{background:linear-gradient(135deg,#fef2f2,#fff7ed);padding:72px 24px}.lp-warning__inner{max-width:860px;margin:0 auto}.lp-warning__header{text-align:center;margin-bottom:40px}.lp-warning__icon{font-size:48px;display:block;margin-bottom:16px}.lp-warning__header h2{margin:0 0 12px;font-size:30px;font-weight:900;color:#991b1b;letter-spacing:-.02em}.lp-warning__header p{font-size:16px;color:#475569;line-height:1.6;max-width:560px;margin:0 auto}.lp-alternatives{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}.lp-alternative{display:flex;align-items:flex-start;gap:18px;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.9);border-radius:16px;padding:20px 24px;transition:transform .15s,box-shadow .15s}.lp-alternative:hover{transform:translate(6px);box-shadow:0 8px 24px #0f172a0f}.lp-alternative__num{min-width:36px;height:36px;border-radius:10px;background:#dc2626;color:#fff;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;flex-shrink:0}.lp-alternative strong{display:block;font-size:15px;font-weight:700;color:#0f172a;margin-bottom:2px}.lp-alternative p{margin:0;font-size:14px;color:#64748b;line-height:1.5}.lp-warning__quote{text-align:center;font-size:16px;font-weight:500;color:#475569;line-height:1.7;font-style:italic;padding:24px 32px;border-radius:16px;background:#fff9;border-left:4px solid #dc2626}.lp-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-action-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:36px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;transition:transform .2s,box-shadow .2s}.lp-action-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0f172a1a}.lp-action-card__icon{font-size:44px;margin-bottom:4px}.lp-action-card h3{margin:0;font-size:20px;font-weight:800;color:#0f172a}.lp-action-card p{margin:0;font-size:14px;color:#64748b;line-height:1.6;flex:1}.lp-action-card .lp-btn{margin-top:8px;min-width:140px}.lp-action-card--red{border-top:3px solid #dc2626}.lp-action-card--green{border-top:3px solid #22c55e}.lp-action-card--blue{border-top:3px solid #3b82f6}.lp-home-hero{position:relative;overflow:hidden;background-position:center;background-size:cover;background-repeat:no-repeat}.lp-home-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0c121eeb,#0c121ec2 46%,#0c121e9e),radial-gradient(circle at top right,rgba(124,238,43,.12),transparent 28%)}.lp-home-hero__shell{position:relative;z-index:1;max-width:1200px;margin:0 auto;min-height:760px;padding:104px 24px 88px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:40px;align-items:end}.lp-home-hero__content{max-width:680px}.lp-home-hero .lp-hero__badge{background:#ffffff14;border-color:#ffffff1f;color:#d9f99d}.lp-home-hero h1{margin:0 0 18px;font-family:var(--serif);font-size:clamp(3.4rem,7vw,5.6rem);font-weight:600;line-height:.92;letter-spacing:-.045em;color:#fff;text-wrap:balance}.lp-home-hero h1 em{font-style:normal}.lp-home-hero__content>p:first-of-type{margin:0 0 14px;max-width:560px;color:#ffffffeb;font-size:1.12rem;font-weight:600;letter-spacing:.01em}.lp-home-hero__lead{margin:0;max-width:620px;color:#e2e8f0e0;font-size:1.03rem;line-height:1.85}.lp-home-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.lp-home-hero__numbers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:46px}.lp-home-metric{padding:18px 18px 20px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:22px}.lp-home-metric strong{display:block;margin-bottom:6px;color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.lp-home-metric span{display:block;color:#e2e8f0c7;font-size:.9rem;line-height:1.5}.lp-home-hero__panel{display:flex;flex-direction:column;gap:18px}.lp-home-hero__panel-card,.lp-home-hero__panel-list{padding:30px;border-radius:28px;background:#fffdf8f2;border:1px solid rgba(255,255,255,.45);box-shadow:0 30px 70px #0f172a38}.lp-home-hero__panel-label{display:inline-block;margin-bottom:16px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b7280}.lp-home-hero__panel-card h2{margin:0 0 14px;font-family:var(--serif);font-size:clamp(2rem,3vw,2.7rem);font-weight:600;line-height:.98;color:var(--ink);letter-spacing:-.03em}.lp-home-hero__panel-card p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.8}.lp-home-hero__panel-list{display:grid;gap:18px}.lp-home-hero__panel-list>div{display:grid;gap:4px;padding-top:18px;border-top:1px solid var(--line)}.lp-home-hero__panel-list>div:first-child{padding-top:0;border-top:0}.lp-home-hero__panel-list strong{font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7c8799}.lp-home-hero__panel-list span{color:var(--ink);font-size:1rem;line-height:1.65}.lp-section--institutional{margin-top:-72px;position:relative;z-index:2;padding-top:0}.lp-institutional-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:0;overflow:hidden;border-radius:34px;background:var(--paper);border:1px solid rgba(15,23,42,.08);box-shadow:0 28px 60px #0f172a1f}.lp-institutional-card__main{padding:48px}.lp-institutional-card__main h2{margin:0 0 12px;font-family:var(--serif);font-size:clamp(2.3rem,4vw,3.4rem);font-weight:600;line-height:.97;letter-spacing:-.035em}.lp-institutional-card__main h3{margin:0 0 22px;font-size:1.1rem;font-weight:700;color:#223045}.lp-institutional-card__main p{margin:0 0 18px;color:var(--muted);font-size:1rem;line-height:1.85}.lp-institutional-card__main p:last-child{margin-bottom:0}.lp-institutional-card__side{padding:48px 36px;background:linear-gradient(180deg,#0f172a0a,#0f172a03),#f6f3ee;border-left:1px solid rgba(15,23,42,.06);display:grid;gap:18px;align-content:center}.lp-institutional-note{display:grid;gap:6px;padding:18px 0;border-top:1px solid rgba(15,23,42,.09)}.lp-institutional-note:first-child{padding-top:0;border-top:0}.lp-institutional-note strong{color:var(--ink);font-size:1rem}.lp-institutional-note span{color:var(--muted);line-height:1.75}.lp-institutional-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.lp-institutional-block{min-height:100%;padding:32px 30px;border-radius:28px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a0d}.lp-institutional-block__eyebrow{display:inline-block;margin-bottom:18px;color:#6b7280;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.lp-institutional-block h3{margin:0 0 14px;font-family:var(--serif);font-size:2rem;font-weight:600;line-height:.98;letter-spacing:-.03em;color:var(--ink)}.lp-institutional-block p{margin:0;color:var(--muted);line-height:1.8}.lp-section--slate{max-width:100%;padding:72px 0;background:linear-gradient(180deg,#f6f7f4,#eef2f6)}.lp-section--slate>.lp-section__head,.lp-section--slate>.lp-programs{max-width:1200px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.lp-programs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.lp-program{position:relative;padding:30px 30px 30px 94px;border-radius:28px;background:#ffffffe6;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 36px #0f172a0d}.lp-program__index{position:absolute;top:28px;left:28px;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--ink);color:#fff;font-size:.88rem;font-weight:700;letter-spacing:.08em}.lp-program h3{margin:0 0 10px;color:var(--ink);font-size:1.2rem;font-weight:700}.lp-program p{margin:0;color:var(--muted);line-height:1.78}.lp-network{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:28px;align-items:stretch}.lp-network__intro{padding:40px;border-radius:30px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a0f}.lp-network__intro h2{margin:0 0 14px;font-family:var(--serif);font-size:clamp(2.1rem,4vw,3.1rem);font-weight:600;line-height:.98;letter-spacing:-.035em;color:var(--ink)}.lp-network__intro p{margin:0 0 16px;color:var(--muted);line-height:1.82}.lp-network__intro p:last-child{margin-bottom:0}.lp-network__panel{padding:34px;border-radius:30px;background:#122033;color:#fff;box-shadow:0 24px 48px #0f172a29}.lp-network__tags{display:flex;flex-wrap:wrap;gap:12px}.lp-network__tags span{display:inline-flex;align-items:center;min-height:44px;padding:10px 16px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffeb;font-size:.94rem;font-weight:500}.lp-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}.lp-help-card{display:flex;flex-direction:column;gap:16px;padding:32px 30px;border-radius:28px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 40px #0f172a0d}.lp-help-card__kicker{color:#7c8799;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.lp-help-card h3{margin:0;font-size:1.28rem;font-weight:700;color:var(--ink)}.lp-help-card p{margin:0;flex:1;color:var(--muted);line-height:1.8}.lp-about{max-width:1200px;margin:0 auto;padding:0 24px 64px}.lp-about__inner{display:grid;grid-template-columns:auto 1fr;gap:36px;align-items:start;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px 44px;box-shadow:0 8px 30px #0f172a0d}.lp-about__icon{font-size:52px;width:80px;height:80px;background:linear-gradient(135deg,#7cee2b1f,#22c55e14);border-radius:20px;display:flex;align-items:center;justify-content:center}.lp-about__content .lp-section__tag{margin-bottom:10px}.lp-about__content h2{margin:0 0 16px;font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.02em}.lp-about__content p{margin:0 0 12px;font-size:15px;line-height:1.7;color:#475569}.lp-about__content p strong{color:#0f172a;font-weight:700}.lp-about__details{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.lp-about__detail{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px}.lp-about__detail strong{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.lp-about__detail span{font-size:14px;font-weight:600;color:#0f172a}@media(max-width:768px){.lp-about__inner{grid-template-columns:1fr;padding:24px 20px;text-align:center}.lp-about__icon{margin:0 auto}.lp-about__details{grid-template-columns:1fr}}.lp-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:60px 0;color:#94a3b8;font-size:14px}.lp-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#7cee2b;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.lp-empty{text-align:center;padding:60px 0}.lp-empty__icon{font-size:56px;display:block;margin-bottom:12px}.lp-empty p{font-size:16px;font-weight:600;color:#475569;margin:0 0 4px}.lp-empty span{font-size:14px;color:#94a3b8}.lp-animal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.lp-animal-filters{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;margin-bottom:18px}.lp-filter-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px;align-items:end}.lp-filter-row--secondary{margin-top:12px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.lp-field--inline .lp-field__label{font-size:12px}.lp-age-range{display:flex;align-items:center;gap:8px}.lp-age-range input{width:92px}.lp-age-range__sep{color:#94a3b8;font-weight:700}.lp-check{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fafbfc;cursor:pointer;-webkit-user-select:none;user-select:none}.lp-check input{width:18px;height:18px;accent-color:#7cee2b}.lp-check span{font-size:14px;color:#475569;font-weight:600}.lp-btn--sm{padding:10px 14px;border-radius:12px;font-size:13px}.lp-results-meta{margin-left:auto;font-size:13px;color:#64748b}.lp-loadmore{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:12px}.lp-loadmore__done{font-size:13px;color:#94a3b8}.lp-animal-card__body{min-height:190px}.lp-animal-card__footer{margin-top:auto}.lp-animal-card--skeleton{cursor:default}.lp-animal-card--skeleton:hover{transform:none;box-shadow:none;border-color:#e2e8f0}.lp-skel{background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7 80%);background-size:200% 100%;animation:skel 1.2s ease-in-out infinite;border-radius:10px}.lp-skel--img{width:100%;height:100%}.lp-skel--line{height:12px;margin:8px 0}.lp-skel--w25{width:25%}.lp-skel--w30{width:30%}.lp-skel--w40{width:40%}.lp-skel--w60{width:60%}.lp-skel--w70{width:70%}.lp-skel--w90{width:90%}@keyframes skel{0%{background-position:0% 0}to{background-position:200% 0}}:where(a,button,input,select,textarea,[role=button]):focus-visible{outline:3px solid rgba(124,238,43,.7);outline-offset:2px}.lp-animal-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;flex-direction:column}.lp-animal-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0f172a1f;border-color:#7cee2b80}.lp-animal-card__img{position:relative;height:210px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);overflow:hidden}.lp-animal-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.lp-animal-card:hover .lp-animal-card__img img{transform:scale(1.05)}.lp-animal-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px}.lp-animal-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:6px}.lp-tag{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;text-transform:capitalize;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lp-tag--species{background:#ffffffe0;color:#0f172a}.lp-tag--sex{background:#ffffffe0;color:#475569}.lp-animal-card__body{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column}.lp-animal-card__body h3{margin:0 0 6px;font-size:19px;font-weight:700;color:#0f172a}.lp-animal-card__meta{margin:0 0 10px;font-size:13px;color:#94a3b8;text-transform:capitalize}.lp-animal-card__desc{margin:0 0 16px;font-size:14px;color:#64748b;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.lp-animal-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid #f1f5f9}.lp-animal-card__ong{font-size:12px;color:#94a3b8;font-weight:500}.lp-animal-card__cta{font-size:13px;font-weight:600;color:#2d7a0a;transition:color .15s}.lp-animal-card:hover .lp-animal-card__cta{color:#166534}.lp-form{background:#fff;border-radius:20px;padding:32px;box-shadow:0 8px 30px #0f172a0f;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:20px;max-width:680px}.lp-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.lp-form__grid--3{grid-template-columns:1fr 80px 1fr}.lp-field{display:flex;flex-direction:column;gap:6px}.lp-field__label{font-size:13px;font-weight:600;color:#374151}.lp-form input,.lp-form textarea,.lp-form select{padding:10px 14px;border-radius:10px;border:1.5px solid #e2e8f0;font-size:14px;font-family:inherit;background:#fafbfc;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s}.lp-form input:focus,.lp-form textarea:focus,.lp-form select:focus{border-color:#7cee2b;box-shadow:0 0 0 3px #7cee2b26;background:#fff}.lp-form textarea{resize:vertical}.lp-field--checkbox{display:flex;align-items:center;gap:12px;font-weight:600;color:#0f172a}.lp-field--checkbox input{width:18px;height:18px}.lp-ration-hero{background:radial-gradient(circle at top right,rgba(34,197,94,.18),transparent 32%),linear-gradient(180deg,#f8fafc,#fff7ed)}.lp-ration-hero__grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.8fr);gap:28px;align-items:stretch}.lp-ration-hero h1{margin:12px 0 16px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.05;color:#0f172a}.lp-ration-hero p{margin:0;max-width:720px;font-size:1.05rem;line-height:1.8;color:#475569}.lp-ration-hero__highlights{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.lp-ration-hero__highlights span{padding:10px 14px;border-radius:999px;background:#ffffffd9;border:1px solid rgba(148,163,184,.22);color:#0f172a;font-weight:600}.lp-ration-info-card{padding:28px;border-radius:28px;background:#0f172a;color:#e2e8f0;box-shadow:0 24px 48px #0f172a2e}.lp-ration-info-card h2{margin:0 0 16px;color:#fff}.lp-ration-list{margin:0;padding-left:18px;display:grid;gap:12px;line-height:1.7}.lp-fieldset{border:1.5px solid #e2e8f0;border-radius:14px;padding:16px 20px 20px;display:flex;flex-direction:column;gap:14px}.lp-fieldset legend{font-size:13px;font-weight:700;color:#64748b;padding:0 6px}.lp-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.lp-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#7cee2b}.lp-checkbox span{font-size:14px;color:#475569}.lp-toast{padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500}.lp-toast--ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.lp-toast--err{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.lp-footer{margin-top:auto;background:linear-gradient(180deg,#102033,#0c1624);color:#94a3b8;padding:56px 24px 34px;border-top:1px solid rgba(255,255,255,.04)}.lp-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px 32px;align-items:center}.lp-footer__brand{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;color:#f8fafc}.lp-footer p{margin:0;font-size:14px;max-width:520px;line-height:1.6}.lp-footer__links{display:flex;flex-wrap:wrap;gap:24px;margin:0;justify-content:flex-end}.lp-footer__links a{color:#94a3b8;text-decoration:none;font-size:14px;transition:color .15s}.lp-footer__links a:hover{color:#7cee2b}.lp-footer__copy{grid-column:1 / -1;font-size:12px;color:#475569;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.lp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lp-modal{background:#fff;border-radius:20px;max-width:640px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 60px #0f172a4d;animation:modalUp .3s ease}@keyframes modalUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-modal__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #e2e8f0;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;color:#475569;transition:background .15s,color .15s}.lp-modal__close:hover{background:#0f172a;color:#fff;border-color:#0f172a}.lp-modal__gallery{position:relative;height:320px;background:#f1f5f9;border-radius:20px 20px 0 0;overflow:hidden}.lp-modal__gallery--empty{display:flex;align-items:center;justify-content:center}.lp-modal__gallery--empty span{font-size:80px}.lp-modal__gallery img{width:100%;height:100%;object-fit:cover}.lp-modal__arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:1px solid #e2e8f0;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0f172a;transition:.15s;z-index:3}.lp-modal__arrow:hover{background:#0f172a;color:#fff}.lp-modal__arrow--left{left:12px}.lp-modal__arrow--right{right:12px}.lp-modal__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px}.lp-modal__dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0;transition:.15s}.lp-modal__dot--active{background:#fff;transform:scale(1.3)}.lp-modal__body{padding:28px 32px 32px}.lp-modal__top{margin-bottom:16px}.lp-modal__top h2{margin:0;font-size:26px;font-weight:800;color:#0f172a}.lp-modal__subtitle{margin:4px 0 0;font-size:14px;color:#94a3b8;text-transform:capitalize}.lp-modal__desc{font-size:15px;color:#475569;line-height:1.65;margin:0 0 24px}.lp-modal__attrs{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px;margin-bottom:24px}.lp-attr{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.lp-attr__label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.lp-attr__value{font-size:15px;font-weight:600;color:#0f172a;text-transform:capitalize}.lp-modal__health{margin-bottom:20px}.lp-modal__health h4{margin:0 0 12px;font-size:14px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em}.lp-modal__badges{display:flex;flex-wrap:wrap;gap:8px}.lp-badge{padding:6px 14px;border-radius:8px;font-size:13px;font-weight:600}.lp-badge--ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.lp-badge--no{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.lp-badge--neutral{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.lp-modal__vaccine-date{margin:10px 0 0;font-size:13px;color:#64748b}.lp-modal__ong{padding-top:20px;border-top:1px solid #f1f5f9;display:flex;align-items:center;gap:8px;font-size:14px;color:#64748b}.lp-modal__ong strong{color:#0f172a}.lp-btn--adopt{margin-top:24px;font-size:16px;padding:16px 24px;border-radius:14px;gap:8px}.lp-adopt-modal{background:#fff;border-radius:20px;max-width:680px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 24px 60px #0f172a4d;animation:modalUp .3s ease}.lp-adopt-modal__header{background:linear-gradient(135deg,#0f172a,#1e293b);padding:32px 32px 28px;border-radius:20px 20px 0 0;color:#fff}.lp-adopt-modal__header h2{margin:0 0 8px;font-size:26px;font-weight:800}.lp-adopt-modal__header p{margin:0 0 24px;font-size:14px;color:#94a3b8;line-height:1.5}.lp-adopt-steps{display:flex;gap:8px}.lp-adopt-step{flex:1;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffff80;cursor:pointer;font-family:inherit;transition:all .2s}.lp-adopt-step--active{background:#7cee2b26;border-color:#7cee2b66;color:#7cee2b}.lp-adopt-step--done{background:#7cee2b14;border-color:#7cee2b33;color:#4ade80}.lp-adopt-step__num{width:28px;height:28px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.lp-adopt-step--active .lp-adopt-step__num{background:#7cee2b;color:#0f172a}.lp-adopt-step--done .lp-adopt-step__num{background:#22c55e;color:#fff}.lp-adopt-step__label{font-size:12px;font-weight:600;white-space:nowrap}.lp-adopt-form{padding:28px 32px 32px}.lp-adopt-form__step{display:flex;flex-direction:column;gap:18px;animation:fadeSlide .25s ease}@keyframes fadeSlide{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.lp-adopt-form__step--hidden{display:none}.lp-adopt-form__step h3{margin:0;font-size:18px;font-weight:800;color:#0f172a;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.lp-adopt-form .lp-field{display:flex;flex-direction:column;gap:6px}.lp-adopt-form input,.lp-adopt-form textarea,.lp-adopt-form select{padding:11px 14px;border-radius:10px;border:1.5px solid #e2e8f0;font-size:14px;font-family:inherit;background:#fafbfc;color:#0f172a;outline:none;transition:border-color .15s,box-shadow .15s}.lp-adopt-form input:focus,.lp-adopt-form textarea:focus,.lp-adopt-form select:focus{border-color:#7cee2b;box-shadow:0 0 0 3px #7cee2b26;background:#fff}.lp-adopt-form textarea{resize:vertical}.lp-adopt-form__nav{display:flex;gap:12px;padding-top:8px}.lp-adopt-form__nav .lp-btn{flex:1}.lp-adopt-result{background:#fff;border-radius:20px;max-width:440px;width:100%;padding:48px 36px;text-align:center;box-shadow:0 24px 60px #0f172a4d;animation:modalUp .3s ease}.lp-adopt-result__icon{font-size:64px;display:block;margin-bottom:16px}.lp-adopt-result h2{margin:0 0 12px;font-size:24px;font-weight:800;color:#0f172a}.lp-adopt-result p{margin:0 0 28px;font-size:15px;line-height:1.7;color:#64748b}.lp-adopt-result p strong{color:#0f172a}@media(max-width:768px){.lp-nav{display:none}.lp-nav--open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 24px 16px;box-shadow:0 8px 24px #00000014}.lp-burger{display:flex}.lp-hero{grid-template-columns:1fr;padding:48px 24px 32px;text-align:center}.lp-hero__content h1{font-size:32px}.lp-hero__content>p{margin-left:auto;margin-right:auto}.lp-hero__actions,.lp-hero__stats{justify-content:center}.lp-hero__visual{display:none}.lp-section__head h2{font-size:24px}.lp-animal-grid{grid-template-columns:1fr}.lp-form{padding:20px 16px}.lp-form__grid,.lp-form__grid--3,.lp-ration-hero__grid,.lp-filter-row{grid-template-columns:1fr}.lp-results-meta{margin-left:0;width:100%}.lp-hero--center{padding:60px 24px 48px}.lp-hero--bg{min-height:80vh;padding:100px 20px 60px}.lp-home-hero__shell{min-height:auto;grid-template-columns:1fr;gap:28px;padding:88px 20px 56px;align-items:start}.lp-home-hero__content{max-width:100%}.lp-home-hero h1{font-size:clamp(2.9rem,15vw,4.3rem);line-height:.95}.lp-home-hero__actions{flex-direction:column}.lp-home-hero__actions .lp-btn{width:100%}.lp-home-hero__numbers{grid-template-columns:1fr}.lp-home-hero__panel-card,.lp-home-hero__panel-list,.lp-network__intro,.lp-network__panel,.lp-help-card,.lp-program,.lp-institutional-card__main,.lp-institutional-card__side{padding:24px}.lp-section--institutional{margin-top:-32px;padding-left:20px;padding-right:20px}.lp-institutional-card{grid-template-columns:1fr}.lp-institutional-card__side{border-left:0;border-top:1px solid rgba(15,23,42,.06)}.lp-institutional-grid,.lp-programs,.lp-help-grid{grid-template-columns:1fr}.lp-program{padding-left:24px;padding-top:84px}.lp-program__index{top:24px;left:24px}.lp-network,.lp-info-grid,.lp-action-grid{grid-template-columns:1fr}.lp-warning{padding:48px 20px}.lp-warning__header h2{font-size:24px}.lp-alternative{flex-direction:column;gap:12px;text-align:center}.lp-alternative__num{margin:0 auto}.lp-warning__quote{padding:20px 16px;font-size:14px}.lp-modal{max-width:100%;border-radius:16px}.lp-modal__gallery{height:240px}.lp-modal__body{padding:20px}.lp-adopt-modal{max-width:100%;border-radius:16px}.lp-adopt-modal__header{padding:20px 20px 16px}.lp-adopt-modal__header h2{font-size:20px}.lp-adopt-steps{flex-wrap:wrap}.lp-adopt-step__label{display:none}.lp-adopt-form{padding:20px}.lp-adopt-form .lp-form__grid{grid-template-columns:1fr}.lp-adopt-form__nav{flex-direction:column}.lp-footer__inner{grid-template-columns:1fr;text-align:center}.lp-footer__brand,.lp-footer__links{justify-content:center}.lp-footer__copy{padding-top:16px}}.dashboard{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#f3f4f6}.dashboard-sidebar{background:#111827;color:#e5e7eb;padding:20px 18px;display:flex;flex-direction:column;gap:18px}.dashboard-brand{display:flex;align-items:center;justify-content:center;padding:4px 0 10px}.dashboard-logo{width:36px;height:36px}.dashboard-logo-img{width:110px;height:auto;object-fit:contain;background:#fffffff5;border-radius:10px;padding:4px;box-shadow:0 6px 16px #00000040}.dashboard-brand p{margin:0;font-size:12px;color:#9ca3af}.dashboard-nav{display:flex;flex-direction:column;gap:6px;margin-top:12px}.dashboard-nav button{border:none;background:transparent;color:#e5e7eb;text-align:left;padding:8px 10px;border-radius:8px;font-size:14px;cursor:pointer}.dashboard-nav button.active{background:#1f2937}.dashboard-logout{margin-top:auto;border-radius:999px;border:1px solid #4b5563;background:transparent;color:#e5e7eb;padding:8px 12px;font-size:13px;cursor:pointer}.dashboard-main{padding:24px 28px}.dashboard-header h1{margin:0 0 4px;font-size:24px}.dashboard-header p{margin:0 0 16px;font-size:13px;color:#6b7280}.dashboard-section{margin-top:12px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.dashboard-card{background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 8px 20px #0f172a14}.dashboard-card h3{margin:0 0 6px;font-size:14px;color:#6b7280}.dashboard-number{margin:0;font-size:24px;font-weight:800;color:#111827}.dashboard-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:8px}.dashboard-chart-card{background:#fff;border-radius:14px;padding:14px 16px 16px;border:1px solid #e5e7eb;box-shadow:0 6px 18px #0f172a0f}.dashboard-chart-card h3{margin:0 0 8px;font-size:14px;font-weight:700;color:#374151}.dashboard-chart-empty{margin:4px 0 0;font-size:13px;color:#9ca3af}.dashboard-bar{display:flex;width:100%;height:12px;border-radius:999px;overflow:hidden;background:#e5e7eb;margin-top:6px}.dashboard-bar__segment{height:100%}.dashboard-bar__segment--pendente{background:#facc15}.dashboard-bar__segment--em_andamento{background:#60a5fa}.dashboard-bar__segment--resolvida,.dashboard-bar__segment--confirmada,.dashboard-bar__segment--recebida,.dashboard-bar__segment--concluida{background:#22c55e}.dashboard-bar__segment--cancelada,.dashboard-bar__segment--rejeitada{background:#f97373}.dashboard-bar__segment--aprovada{background:#4ade80}.dashboard-chart-legend{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:8px;font-size:11px;color:#6b7280}.legend-dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:4px}.legend-dot--pendente{background:#facc15}.legend-dot--em_andamento{background:#60a5fa}.legend-dot--resolvida,.legend-dot--confirmada,.legend-dot--recebida{background:#22c55e}.legend-dot--cancelada{background:#f97373}.legend-dot--aprovada{background:#4ade80}.legend-dot--rejeitada{background:#f97373}.legend-dot--concluida{background:#22c55e}.dashboard-table{width:100%;border-collapse:collapse;margin-top:10px;background:#fff;border-radius:12px;overflow:hidden}.dashboard-table th,.dashboard-table td{padding:8px 10px;font-size:13px;border-bottom:1px solid #e5e7eb}.dashboard-table th{text-align:left;background:#f9fafb;font-weight:600;color:#4b5563}.dashboard-section-header{margin-bottom:20px}.dashboard-section-header h2{margin:0 0 4px;font-size:22px;font-weight:800;letter-spacing:-.02em;color:#0f172a}.dashboard-section-header p{margin:0;font-size:14px;color:#64748b}.dashboard-animal-form{background:#fff;border-radius:18px;padding:28px 24px 24px;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:18px;border:1px solid #e2e8f0;position:relative;overflow:hidden}.dashboard-animal-form:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),#22c55e,#0ea5e9);border-radius:18px 18px 0 0}.dashboard-animal-form label{display:flex;flex-direction:column;gap:5px;font-size:13px;font-weight:600;color:#374151;letter-spacing:.01em}.dashboard-animal-form input,.dashboard-animal-form textarea,.dashboard-animal-form select{border-radius:12px;border:1px solid #e2e8f0;padding:12px 14px;font-size:14px;font-family:inherit;background:#f8fafc;color:#0f172a;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.dashboard-animal-form input::placeholder,.dashboard-animal-form textarea::placeholder{color:#94a3b8}.dashboard-animal-form input:focus,.dashboard-animal-form textarea:focus,.dashboard-animal-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #7cee2b2e;background:#fff}.dashboard-animal-form textarea{resize:vertical;min-height:56px}.dashboard-animal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dashboard-animal-form .auth-button.primary{margin-top:4px;max-width:260px;border-radius:12px}.dashboard-animal-table-wrapper{margin-top:24px}.dashboard-animal-table-wrapper>p{font-size:14px;color:#64748b}.dashboard-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 6px 18px #0f172a0f;border:1px solid #e2e8f0}.dashboard-table th,.dashboard-table td{padding:12px 16px;font-size:13.5px}.dashboard-table th{text-align:left;background:#f1f5f9;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#64748b;border-bottom:2px solid #e2e8f0}.dashboard-table td{border-bottom:1px solid #f1f5f9;color:#1e293b}.dashboard-table tbody tr{transition:background .1s}.dashboard-table tbody tr:hover{background:#f8fafc}.dashboard-table tr:last-child td{border-bottom:none}.dashboard-foto-preview{display:flex;gap:10px;flex-wrap:wrap}.dashboard-foto-preview img{width:80px;height:80px;object-fit:cover;border-radius:12px;border:2px solid #e2e8f0;box-shadow:0 4px 12px #0f172a1a}.dashboard-animal-thumb{width:44px;height:44px;object-fit:cover;border-radius:10px;display:block}.dashboard-animal-thumb-placeholder{width:44px;height:44px;border-radius:10px;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#94a3b8}.dashboard-animal-form input[type=file]{padding:10px 12px;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;font-size:13px;color:#64748b;transition:border-color .15s,background .15s}.dashboard-animal-form input[type=file]:hover{border-color:var(--primary);background:#f8fafc}.dashboard-add-btn{display:inline-flex;align-items:center;gap:6px;border:2px dashed #cbd5e1;background:#fff;color:#475569;padding:14px 22px;border-radius:14px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:border-color .15s,color .15s,background .15s,box-shadow .15s;margin-bottom:18px}.dashboard-add-btn:hover{border-color:var(--primary);color:var(--bg-dark);background:#7cee2b14;box-shadow:0 4px 14px #7cee2b26}.dashboard-fieldset{border-radius:14px;border:1px solid #e2e8f0;padding:14px 16px 16px;display:flex;flex-direction:column;gap:12px}.dashboard-fieldset legend{font-size:13px;font-weight:700;color:#475569;padding:0 6px}.form-check-row{display:flex;flex-wrap:wrap;gap:16px}.form-check{display:flex!important;flex-direction:row!important;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#374151;cursor:pointer}.form-check input[type=checkbox]{width:18px;height:18px;border-radius:5px;accent-color:var(--primary);cursor:pointer}.dashboard-animal-form select{border-radius:12px;border:1px solid #e2e8f0;padding:12px 14px;font-size:14px;font-family:inherit;background:#f8fafc;color:#0f172a;outline:none;transition:border-color .18s,box-shadow .18s,background .18s}.dashboard-animal-form select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #7cee2b2e;background:#fff}.dashboard-edit-btn{border:none;background:#f1f5f9;color:#334155;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:background .12s,color .12s}.dashboard-edit-btn:hover{background:var(--primary);color:var(--bg-dark)}.dashboard-edit-btn--danger{background:#fee2e2;color:#b91c1c}.dashboard-edit-btn--danger:hover{background:#dc2626;color:#fff}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal{background:#fff;border-radius:20px;width:100%;max-width:580px;max-height:90vh;overflow-y:auto;padding:28px 24px 24px;box-shadow:0 30px 60px #0f172a40}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-header h2{margin:0;font-size:20px;font-weight:800;color:#0f172a}.modal-close{border:none;background:#f1f5f9;width:36px;height:36px;border-radius:10px;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .12s}.modal-close:hover{background:#e2e8f0}.modal-label{font-size:13px;font-weight:600;color:#374151;display:block;margin-bottom:6px}.modal-actions{display:flex;gap:10px;margin-top:8px}.modal-actions .auth-button.primary{flex:1;max-width:none}.modal-btn-cancel{flex:0 0 auto;border:1px solid #e2e8f0;background:#fff;color:#475569;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:background .12s}.modal-btn-cancel:hover{background:#f8fafc}.auth-footer-row{margin-top:4px;display:flex;flex-direction:column;gap:8px}.auth-link-button{border:none;background:transparent;padding:0;font-size:13px;color:var(--primary);cursor:pointer;text-decoration:none;align-self:flex-start;font-weight:600;font-family:inherit;transition:opacity .15s;filter:brightness(.75)}.auth-link-button:hover{text-decoration:underline;text-underline-offset:3px}.auth-bottom-text{margin-top:28px;font-size:14px;color:#64748b;display:flex;align-items:center;gap:4px}.auth-bottom-text .auth-link-button{font-size:14px;font-weight:700;color:var(--primary);filter:brightness(.8)}.dashboard-table--clickable tbody tr{cursor:pointer;transition:background .12s}.dashboard-table--clickable tbody tr:hover{background:#f0fdf4}.td-desc{max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-tag{display:inline-block;padding:3px 10px;border-radius:6px;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.status-tag--pendente{background:#fef3c7;color:#92400e}.status-tag--em_andamento{background:#dbeafe;color:#1e40af}.status-tag--resolvida,.status-tag--confirmada,.status-tag--recebida{background:#dcfce7;color:#166534}.status-tag--cancelada,.status-tag--maus_tratos{background:#fee2e2;color:#991b1b}.status-tag--abandono{background:#fef3c7;color:#92400e}.status-tag--negligencia{background:#ffedd5;color:#9a3412}.status-tag--outro{background:#f1f5f9;color:#475569}.status-tag--financeira{background:#dbeafe;color:#1e40af}.status-tag--material{background:#fef3c7;color:#92400e}.status-tag--racao{background:#ffedd5;color:#9a3412}.doacao-modal__valor{font-size:32px;font-weight:800;color:#166534;letter-spacing:-.02em}.denuncia-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 24px 60px #0f172a40;animation:modalSlideUp .25s ease}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.denuncia-modal .modal-header{padding:24px 28px 0}.denuncia-modal__body{padding:20px 28px 28px;display:flex;flex-direction:column;gap:24px}.denuncia-modal__status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.denuncia-modal__date{font-size:13px;color:#94a3b8;margin-left:auto}.denuncia-modal__section h4{margin:0 0 8px;font-size:13px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.denuncia-modal__section p{margin:0;font-size:15px;line-height:1.7;color:#334155}.denuncia-modal__location{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.denuncia-modal__field{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.denuncia-modal__label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.denuncia-modal__field span:last-child{font-size:14px;font-weight:600;color:#0f172a}.denuncia-modal__anonima{font-style:italic;color:#94a3b8!important;font-size:14px!important}.denuncia-modal__actions{border-top:1px solid #f1f5f9;padding-top:20px}.denuncia-modal__actions h4{margin:0 0 12px;font-size:13px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.denuncia-status-picker{display:flex;gap:8px;flex-wrap:wrap}.denuncia-status-btn{cursor:pointer;border:2px solid transparent;transition:all .15s;font-family:inherit;padding:6px 16px;font-size:13px;opacity:.6}.denuncia-status-btn:hover:not(:disabled){opacity:1;transform:translateY(-1px)}.denuncia-status-btn--active{opacity:1;border-color:currentColor;cursor:default;font-weight:800}.denuncia-status-btn:disabled{cursor:default}@media(max-width:640px){.denuncia-modal{max-width:100%;border-radius:16px}.denuncia-modal__body{padding:16px 20px 20px}.denuncia-modal__location{grid-template-columns:1fr}.denuncia-modal__date{margin-left:0;width:100%}}.adocao-detail-modal{max-width:700px}.adocao-modal__texts{display:flex;flex-direction:column;gap:16px}.adocao-modal__text-block{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:14px 16px}.adocao-modal__text-block .denuncia-modal__label{display:block;margin-bottom:6px}.adocao-modal__text-block p{margin:0;font-size:14px;line-height:1.65;color:#334155}.status-tag--aprovada{background:#dcfce7;color:#166534}.status-tag--rejeitada{background:#fee2e2;color:#991b1b}.status-tag--concluida{background:#dbeafe;color:#1e40af}.status-tag--aguardando{background:#e0f2fe;color:#075985}.status-tag--contemplada,.status-tag--entregue{background:#dcfce7;color:#166534}.dashboard-subtext{margin-top:4px;font-size:12px;color:#64748b}.superadmin-login-root{background:radial-gradient(circle at top right,rgba(34,197,94,.08),transparent 32%),radial-gradient(circle at bottom left,rgba(15,23,42,.1),transparent 28%),#f3f4f6}.superadmin-login-card{max-width:470px;min-height:auto;grid-template-columns:1fr;border-radius:28px;box-shadow:0 26px 60px #0f172a24}.superadmin-login-panel{width:100%;border-radius:28px;padding:38px 34px 34px}.superadmin-login-header{margin-bottom:24px}.superadmin-login-header .auth-title{font-size:38px;margin-bottom:6px;line-height:1}.superadmin-login-header .auth-subtitle{font-size:14px;color:#64748b}.superadmin-login-form{gap:16px}.superadmin-field{display:flex;flex-direction:column;gap:8px}.superadmin-field .auth-field__label{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#475569}.superadmin-field input{min-height:46px;border-radius:12px;border:1px solid #dbe1ea;padding:0 14px;background:#f8fafc;font-size:14px;color:#0f172a;transition:border-color .18s,box-shadow .18s,background .18s}.superadmin-field input::placeholder{color:#94a3b8}.superadmin-field input:focus{outline:none;border-color:#7cee2b;background:#fff;box-shadow:0 0 0 3px #7cee2b2e}.superadmin-login-submit{width:100%;margin-top:8px;min-height:48px;border-radius:12px;font-weight:700}.dashboard{background:linear-gradient(180deg,#f8fafc,#eef2f7);grid-template-columns:248px minmax(0,1fr)}.dashboard-sidebar{background:linear-gradient(180deg,#0b1730,#07132a);border-right:1px solid rgba(148,163,184,.12);padding:18px 14px}.dashboard-brand{padding:10px 8px 14px;border-bottom:1px solid rgba(148,163,184,.14)}.dashboard-logo-img{width:118px;border-radius:12px}.dashboard-nav{gap:8px}.dashboard-nav button{display:flex;align-items:center;gap:10px;min-height:42px;font-weight:600;border:1px solid transparent}.dashboard-nav button:hover{background:#94a3b829}.dashboard-nav button.active{background:#7cee2b2e;border-color:#7cee2b5c;color:#eaffd8}.dashboard-main{padding:30px}.dashboard-header{margin-bottom:18px}.dashboard-header h1{font-size:32px;line-height:1.1;letter-spacing:-.02em}.dashboard-header p{font-size:14px}.dashboard-loading{display:grid;gap:18px}.dashboard-loading__header{display:grid;gap:10px;margin-bottom:2px}.dashboard-loading__pill{width:120px;height:28px;border-radius:999px}.dashboard-loading__title{width:min(340px,100%);height:34px;border-radius:12px}.dashboard-loading__subtitle{width:min(420px,100%);height:14px;border-radius:8px}.dashboard-loading__kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-loading__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;min-height:92px;display:flex;align-items:center;gap:12px}.dashboard-loading__icon{width:44px;height:44px;border-radius:12px;flex-shrink:0}.dashboard-loading__lines{display:grid;gap:10px;width:100%}.dashboard-loading__line{width:85%;height:12px;border-radius:7px}.dashboard-loading__line--short{width:58%;height:22px}.dashboard-loading__charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-loading__chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;min-height:230px;display:grid;gap:14px}.dashboard-loading__chart-title{width:54%;height:16px;border-radius:8px}.dashboard-loading__chart-block{width:100%;height:112px;border-radius:14px}.dashboard-loading__chart-block--small{height:42px}.skeleton{position:relative;overflow:hidden;background:#e2e8f0}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:dashboard-skeleton-shimmer 1.4s ease-in-out infinite}@keyframes dashboard-skeleton-shimmer{to{transform:translate(100%)}}.dashboard-kpi-grid,.dashboard-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dashboard-kpi,.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;box-shadow:0 8px 24px #0f172a0f;min-height:92px}.dashboard-number{font-size:32px;line-height:1;margin-top:8px}.dashboard-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:14px}.dashboard-chart-card{padding:18px;min-height:230px;border-radius:16px}.dashboard-chart-card h3{font-size:15px;margin-bottom:12px}.dashboard-donut__chart{min-height:260px}.dashboard-donut__legend{margin-top:14px}.dashboard-table{border-radius:14px;overflow:hidden}.dashboard-table th,.dashboard-table td{padding:13px 14px;vertical-align:middle}.dashboard-section--flush{margin-top:0}.dashboard-kpi{display:flex;align-items:center;gap:14px}.dashboard-kpi__icon-wrap{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;color:#334155;flex-shrink:0}.dashboard-kpi__icon{width:20px;height:20px}.dashboard-kpi__body h3{margin:0;font-size:13px;color:#64748b;font-weight:600}.dashboard-kpi--animais .dashboard-kpi__icon-wrap{background:#ecfdf5;color:#047857}.dashboard-kpi--doacoes .dashboard-kpi__icon-wrap{background:#eff6ff;color:#1d4ed8}.dashboard-kpi--adocoes .dashboard-kpi__icon-wrap{background:#f5f3ff;color:#6d28d9}.dashboard-chart-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.dashboard-chart-card__body{display:grid;gap:14px}.dashboard-report-highlight{margin-top:6px;border:1px solid #dbeafe;background:#f8fbff;border-radius:12px;padding:12px 14px}.dashboard-report-highlight span{display:block;font-size:12px;color:#64748b;margin-bottom:4px}.dashboard-report-highlight strong{font-size:20px;color:#0f172a;letter-spacing:-.01em}.dashboard-donut{display:grid;gap:10px}.dashboard-donut__chart{display:grid;place-items:center}.dashboard-donut__svg{width:190px;max-width:100%;height:auto}.dashboard-donut__center{text-align:center}.dashboard-donut__center strong{display:block;font-size:22px;color:#0f172a}.dashboard-donut__center span{font-size:12px;color:#64748b}.dashboard-donut__legend{display:grid;gap:8px}.dashboard-donut__legend-item{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#475569}.dashboard-donut__legend-label{display:inline-flex;align-items:center;gap:8px}.dashboard-donut__legend-dot{width:10px;height:10px;border-radius:999px}.dashboard-bar-chart{display:grid;gap:10px}.dashboard-bar-chart__row{display:grid;gap:6px}.dashboard-bar-chart__meta{display:flex;justify-content:space-between;font-size:12px;color:#64748b}.dashboard-bar-chart__meta strong{color:#0f172a}.dashboard-bar-chart__track{width:100%;height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.dashboard-bar-chart__fill{height:100%;border-radius:999px}.dashboard-campanhas-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:2rem}.dashboard-campanhas-title{margin:0}.dashboard-campanhas-subtitle{color:#64748b;margin:4px 0 0}.dashboard-campanha-form-card{max-width:600px;margin:0 auto;padding:32px}.dashboard-campanha-form-title{margin-bottom:24px}.dashboard-campanha-empty{text-align:center;padding:48px}.dashboard-campanha-empty p{color:#64748b}.campanhas-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.dashboard-campanha-card{display:flex;flex-direction:column;gap:16px;padding:24px}.dashboard-campanha-card__top{display:flex;justify-content:space-between;align-items:center;gap:8px}.dashboard-campanha-card__date{font-size:12px;color:#94a3b8}.dashboard-campanha-card__title{margin:0;font-size:1.25rem;color:#0f172a}.dashboard-campanha-card__description{margin:0;font-size:14px;color:#475569;line-break:anywhere;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.dashboard-campanha-card__body{margin-top:auto;display:flex;flex-direction:column;gap:12px}.dashboard-campanha-card__values{display:flex;justify-content:space-between;gap:12px;font-size:13px}.dashboard-campanha-card__values span{color:#64748b}.dashboard-campanha-card__values strong{color:#0f172a}.dashboard-campanha-card__progress{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.dashboard-campanha-card__actions{display:flex;gap:10px;margin-top:4px;flex-wrap:wrap}@media(max-width:1200px){.dashboard-kpi-grid,.dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.kh-card-grid,.kh-campaign-grid,.kh-animal-grid,.kh-ration-number-grid,.kh-steps,.kh-animal-details__grid{grid-template-columns:1fr!important}.kh-help,.kh-highlight,.kh-donation-layout,.kh-report-layout{flex-direction:column!important}.kh-report-links,.kh-check-list{grid-template-columns:1fr!important}.dashboard{grid-template-columns:1fr}.dashboard-sidebar{position:sticky;top:0;z-index:20;border-right:0;border-bottom:1px solid rgba(148,163,184,.14)}.dashboard-brand__label{display:none}.dashboard-nav{flex-direction:row;overflow-x:auto;padding-bottom:4px;margin-top:6px}.dashboard-nav button{flex:0 0 auto;white-space:nowrap}.dashboard-logout{margin-top:6px;align-self:flex-start}.dashboard-main{padding:20px;min-width:0}.dashboard-chart-grid,.dashboard-kpi-grid,.dashboard-cards,.dashboard-loading__kpis,.campanhas-grid{grid-template-columns:1fr}.dashboard-campanhas-header{flex-direction:column;align-items:flex-start;margin-bottom:1.25rem}.dashboard-campanha-form-card{max-width:100%;padding:20px}.campanhas-grid{gap:16px}.dashboard-campanha-card{padding:18px}.dashboard-campanha-card__values{flex-direction:column;gap:6px}.dashboard-animal-table-wrapper{overflow-x:auto}.dashboard-table{min-width:680px}}@media(max-width:640px){.auth-card{display:block;border-radius:20px;min-height:unset}.auth-card__left{display:none}.auth-card__right{padding:32px 24px}.auth-title{font-size:26px}}.admin-layout{display:flex;height:100vh;background:#f1f5f9;overflow:hidden}.admin-sidebar{width:260px;background:#0f172a;color:#f8fafc;display:flex;flex-direction:column;flex-shrink:0}.admin-sidebar-header{padding:24px;border-bottom:1px solid #1e293b;display:flex;align-items:center;gap:12px}.admin-nav{padding:16px;flex-grow:1}.admin-nav-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:none;background:transparent;color:#94a3b8;font-weight:500;text-align:left;cursor:pointer;transition:all .2s;margin-bottom:8px}.admin-nav-item:hover{background:#1e293b;color:#f8fafc}.admin-nav-item--active{background:#2563eb;color:#fff}.admin-nav-item--logout{margin-top:24px;border-top:1px solid #1e293b;padding-top:24px;color:#f87171}.admin-nav-item--logout:hover{background:#ef44441a;color:#ef4444}.admin-main{flex-grow:1;display:flex;flex-direction:column;overflow-y:auto}.admin-header{background:#fff;padding:24px 32px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:10}.admin-content{padding:32px}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:32px}.admin-stat-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #e2e8f0;display:flex;align-items:center;gap:20px;box-shadow:0 4px 6px -1px #0000000d}.admin-stat-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center}.admin-stat-label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em;margin-bottom:4px}.admin-stat-value{font-size:28px;font-weight:800;color:#1e293b}.admin-section{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.admin-section-header{padding:20px 24px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:10px}.admin-filters-bar{background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:24px;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;align-items:center}.admin-ongs-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px}.admin-ongs-title{margin:0;font-size:20px;font-weight:700}.admin-filter-right{display:flex;align-items:center;gap:8px}.admin-filter-right .admin-search-input{width:200px}.admin-table-wrap{overflow-x:auto}.admin-search-wrapper{position:relative;flex-grow:1;max-width:400px}.admin-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.admin-search-input{width:100%;padding:10px 16px 10px 40px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.admin-table{width:100%;border-collapse:collapse}.admin-table th{background:#f8fafc;padding:14px 24px;text-align:left;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;border-bottom:1px solid #f1f5f9}.admin-table td{padding:16px 24px;border-bottom:1px solid #f1f5f9}.admin-table tr:hover{background:#f8fafc}.admin-badge{padding:4px 12px;border-radius:999px;font-size:11px;font-weight:700}.admin-btn{padding:8px 16px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s;border:none;display:inline-flex;align-items:center;gap:8px}.admin-btn--primary{background:#2563eb;color:#fff}.admin-btn--outline{background:#fff;border:1px solid #e2e8f0;color:#64748b}.admin-btn--outline:hover{background:#f8fafc;border-color:#cbd5e1}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.admin-modal-content{background:#fff;width:100%;max-width:700px;max-height:90vh;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;overflow-y:auto;position:relative;animation:modal-up .3s ease-out}@keyframes modal-up{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.admin-modal-header{padding:24px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.admin-modal-footer{padding:20px 24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:12px;background:#f8fafc}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:24px}@media(max-width:640px){.admin-form-grid{grid-template-columns:1fr}.admin-ongs-actions{flex-direction:column;align-items:stretch}.admin-ongs-actions .admin-btn--primary{width:100%;justify-content:center}.admin-filters-bar{flex-direction:column;align-items:stretch}.admin-filter-right{justify-content:space-between}.admin-filter-right .admin-search-input{width:100%}}.admin-field-group{display:flex;flex-direction:column;gap:6px}.admin-field-group label{font-size:13px;font-weight:600;color:#475569}.admin-input{width:100%;padding:10px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .2s}.admin-input:focus{outline:none;background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.lp-campaign-section{padding:80px 0;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#fff,#f8fafc)}.lp-campaign-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;margin-top:40px}.lp-campaign-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:30px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.lp-campaign-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:var(--primary)}.lp-campaign-card:before{content:"❤";position:absolute;top:-10px;right:-10px;font-size:80px;color:#7cee2b0d;transform:rotate(15deg);pointer-events:none}.lp-campaign-card h4{font-size:20px;font-weight:700;color:#0f172a;margin:12px 0 16px;line-height:1.4}.lp-campaign-desc{font-size:15px;color:#64748b;line-height:1.6;margin-bottom:24px;flex:1}.lp-campaign-footer{margin-top:auto;padding-top:20px;border-top:1px dashed #e2e8f0}.lp-progress-container{margin-bottom:20px}.lp-progress-labels{display:flex;justify-content:space-between;font-size:13px;color:#64748b;margin-bottom:8px}.lp-progress-labels strong{color:#0f172a}.lp-progress-bar-bg{height:10px;background:#f1f5f9;border-radius:5px;overflow:hidden}.lp-progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary) 0%,#22c55e 100%);border-radius:5px;transition:width 1s ease-out;position:relative}.lp-progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 2s infinite}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.lp-ong-tag{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.02em}.kh-app{color:#333;background:radial-gradient(circle at top left,rgba(106,58,110,.14),transparent 28%),linear-gradient(180deg,#fff,#fbf9fc 40%,#f7f3f8);min-height:100vh}.route-loading{min-height:100vh;display:grid;place-items:center;color:#5a2d5f;font-family:Poppins,Inter,sans-serif;font-weight:700}.kh-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.kh-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border-bottom:1px solid rgba(90,45,95,.12)}.kh-header__inner,.kh-footer__inner,.kh-header__actions,.kh-nav,.kh-hero__cta,.kh-stats,.kh-section__head,.kh-card-grid,.kh-highlight,.kh-tag-row,.kh-animal-card__footer,.kh-progress__meta,.kh-help,.kh-donation-layout,.kh-report-layout,.kh-footer__links,.kh-modal__header{display:flex}.kh-header__inner,.kh-footer__inner,.kh-highlight,.kh-animal-card__footer,.kh-progress__meta{align-items:center;justify-content:space-between}.kh-header__inner{min-height:84px;gap:20px}.kh-brand{display:inline-flex;align-items:center;gap:14px;color:inherit;text-decoration:none}.kh-brand img{width:56px;height:56px;object-fit:contain;border-radius:18px;background:#fff;padding:6px;box-shadow:0 14px 30px #49250d14}.kh-brand strong,.kh-nav a,.kh-button,.kh-pill,.kh-inline-link,.kh-report-link strong{font-family:Poppins,Inter,sans-serif}.kh-brand strong{display:block;font-size:1.05rem}.kh-brand span{display:block;margin-top:2px;font-size:.86rem;color:#555}.kh-nav{align-items:center;gap:26px;margin-left:auto}.kh-nav a{color:#5a2d5f;font-size:.96rem;text-decoration:none}.kh-header__actions{align-items:center;gap:12px}.kh-menu-button{display:none;width:46px;height:46px;border:1px solid rgba(90,45,95,.18);border-radius:14px;background:#fffffff5;color:#5a2d5f}.kh-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border:none;border-radius:999px;font-size:.96rem;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.kh-button:hover,.kh-inline-link--button:hover,.kh-report-link:hover{transform:translateY(-1px)}.kh-button--primary{color:#fff;background:linear-gradient(135deg,#5a2d5f,#6a3a6e);box-shadow:0 18px 40px #5a2d5f42}.kh-button--secondary{color:#5a2d5f;background:#fff;box-shadow:inset 0 0 0 1px #5a2d5f2e}.kh-button--ghost{color:#5a2d5f;background:#ffffffeb;box-shadow:inset 0 0 0 1px #5a2d5f24}.kh-pill{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:10px 16px;border-radius:999px;background:#5a2d5f1a;color:#5a2d5f;font-size:.84rem;font-weight:600}.kh-pill--soft{background:#ffffffbf}.kh-hero,.kh-page-hero,.kh-section{padding:36px 0 84px}.kh-hero{padding-top:52px}.kh-hero__grid,.kh-campaign-grid,.kh-animal-grid{display:grid;gap:28px}.kh-hero__grid{grid-template-columns:1.06fr .94fr;align-items:center}.kh-hero__copy{display:grid;gap:22px}.kh-hero__copy h1,.kh-page-hero h1,.kh-section__head h3,.kh-help__panel h3,.kh-form-card h3,.kh-bank-card h3,.kh-report-card h3,.kh-modal__header h3{margin:0;font-family:Poppins,Inter,sans-serif;letter-spacing:-.04em}.kh-hero__copy h1{font-size:clamp(3.2rem,8vw,5.4rem);line-height:.95}.kh-hero__copy h2{margin:-6px 0 0;font-family:Poppins,Inter,sans-serif;font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.08}.kh-hero__copy p,.kh-page-hero p,.kh-section__head p,.kh-info-card p,.kh-animal-card p,.kh-help__panel p,.kh-form-card p,.kh-bank-card p,.kh-report-card p,.kh-report-link span,.kh-modal__header p{margin:0;line-height:1.7;color:#555}.kh-hero__visual{position:relative;min-height:620px}.kh-hero__visual img{width:100%;height:100%;min-height:620px;object-fit:cover;border-radius:34px;box-shadow:0 40px 80px #5a2d5f29}.kh-floating-card,.kh-info-card,.kh-animal-card,.kh-campaign-card,.kh-form-card,.kh-bank-card,.kh-report-card,.kh-report-link,.kh-empty-card,.kh-modal__content{border:1px solid rgba(90,45,95,.08);border-radius:30px;background:#fffffff0;box-shadow:0 26px 60px #5a2d5f14}.kh-floating-card{position:absolute;left:-30px;bottom:36px;width:min(320px,90%);padding:26px}.kh-floating-card span,.kh-campaign-card__body span,.kh-animal-card__meta span{color:#4c9f50;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.kh-floating-card strong,.kh-info-card h4,.kh-animal-card h4,.kh-campaign-card h4{display:block;margin:10px 0 8px;font-family:Poppins,Inter,sans-serif;font-size:1.35rem;line-height:1.2}.kh-stats{gap:16px;flex-wrap:wrap}.kh-stats article,.kh-bank-card__box,.kh-help__panel,.kh-help__list,.kh-report-links,.kh-check-list{display:grid}.kh-stats article{min-width:180px;padding:18px 20px;border-radius:22px;background:#fffffff2;border:1px solid rgba(90,45,95,.08)}.kh-stats strong{font-family:Poppins,Inter,sans-serif;font-size:1.55rem}.kh-stats span{color:#8a6a5a;font-size:.92rem}.kh-stats--compact article{min-width:220px}.kh-page-hero{padding-top:72px;text-align:center}.kh-page-hero .kh-shell,.kh-section__head{display:grid;justify-items:center;gap:16px}.kh-page-hero h1,.kh-section__head h3,.kh-help__panel h3,.kh-form-card h3,.kh-bank-card h3,.kh-report-card h3{font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.02}.kh-page-hero p,.kh-section__head p{max-width:720px}.kh-section--warm{background:linear-gradient(180deg,#6a3a6e0f,#fff0)}.kh-section__head--left{justify-items:start}.kh-card-grid,.kh-help,.kh-donation-layout,.kh-report-layout{gap:26px}.kh-card-grid,.kh-campaign-grid,.kh-animal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.kh-info-card,.kh-form-card,.kh-bank-card,.kh-report-card{padding:30px}.kh-info-card__icon{width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;color:#5a2d5f;background:#5a2d5f1f}.kh-highlight{margin-bottom:28px}.kh-partner{display:flex;align-items:center;justify-content:space-between;gap:26px;margin-bottom:28px;padding:30px;border:1px solid rgba(76,175,80,.16);border-radius:30px;background:linear-gradient(135deg,#4caf501f,#ffffffeb 58%),#fff;box-shadow:0 24px 54px #4c74441a}.kh-partner>div{display:grid;gap:12px}.kh-partner h3{margin:0;font-family:Poppins,Inter,sans-serif;font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.08}.kh-partner p{max-width:680px;margin:0;color:#555;line-height:1.7}.kh-inline-link,.kh-inline-link--button{display:inline-flex;align-items:center;gap:8px;color:#5a2d5f;font-weight:600;text-decoration:none}.kh-inline-link--button{background:transparent;border:none;padding:0}.kh-animal-card,.kh-campaign-card{overflow:hidden}.kh-animal-card img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.kh-animal-card__body,.kh-campaign-card__body{display:grid;gap:14px;padding:24px}.kh-animal-card__meta{justify-content:space-between;gap:12px}.kh-animal-card__breed{color:#333;font-weight:600}.kh-tag-row{gap:8px;flex-wrap:wrap}.kh-tag{padding:6px 12px;border-radius:999px;background:#5a2d5f14;color:#5a2d5f;font-size:.82rem;font-weight:600}.kh-progress{display:grid;gap:8px}.kh-progress__bar{height:11px;overflow:hidden;border-radius:999px;background:#ece5ef}.kh-progress__bar div{height:100%;border-radius:inherit;background:linear-gradient(90deg,#5a2d5f,#4caf50)}.kh-help{align-items:stretch}.kh-help__panel{flex:1.15;gap:16px;padding:34px;border-radius:30px;background:linear-gradient(135deg,#5a2d5f,#6a3a6e);color:#fff;box-shadow:0 26px 60px #5a2d5f38}.kh-help__panel p{color:#ffffffe0}.kh-help__list{flex:.85;gap:14px;padding:16px 0}.kh-check-item{display:flex;gap:12px;align-items:flex-start;padding:18px 20px;border-radius:22px;background:#fffffff2;border:1px solid rgba(90,45,95,.08)}.kh-check-item svg{flex-shrink:0;color:#4caf50;margin-top:2px}.kh-donation-layout,.kh-report-layout{align-items:start}.kh-form-card{flex:1.1}.kh-bank-card,.kh-report-links{flex:.9}.kh-ration-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:26px;align-items:start}.kh-ration-aside{display:grid;gap:18px;position:sticky;top:110px}.kh-ration-fieldset{margin:0;padding:20px;border:1px solid rgba(90,45,95,.12);border-radius:24px;background:#5a2d5f08}.kh-ration-fieldset legend{padding:0 10px;color:#5a2d5f;font-family:Poppins,Inter,sans-serif;font-size:.95rem;font-weight:700}.kh-ration-number-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.kh-ration-checkbox{display:flex!important;align-items:center;gap:12px!important;margin-top:18px;font-weight:600}.kh-ration-checkbox input{width:18px!important;height:18px;accent-color:#5a2d5f}.kh-report-layout{display:grid;grid-template-columns:1fr;gap:24px}.kh-report-card{width:100%}.kh-form,.kh-bank-card__box,.kh-report-links,.kh-check-list{gap:16px}.kh-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:28px}.kh-form label{display:grid;gap:8px;color:#333;font-size:.94rem;font-weight:600}.kh-field-help{color:#555;font-size:.84rem;line-height:1.55;font-weight:500}.kh-form input,.kh-form select,.kh-form textarea{width:100%;border:1px solid rgba(90,45,95,.12);border-radius:16px;background:#fff;color:#333;padding:14px 16px;font:inherit}.kh-form textarea{min-height:112px;resize:vertical}.kh-form__full{grid-column:1 / -1}.kh-feedback{margin:0;padding:14px 16px;border-radius:16px}.kh-feedback--success{color:#2f7d32;background:#eef8ef}.kh-feedback--error{color:#9b2c2c;background:#fff0f0}.kh-feedback--featured{border:1px solid #c9e9cf;background:linear-gradient(135deg,#eef8ef,#e8f5ea);box-shadow:0 10px 24px #3884451a;display:grid;gap:10px}.kh-feedback__head{display:inline-flex;align-items:center;gap:8px;color:#2f7d32}.kh-feedback__head strong{font-size:1rem;line-height:1.2}.kh-feedback--featured p{margin:0;color:#36543a;line-height:1.55}.kh-bank-card__box,.kh-report-link{padding:22px 24px;background:#fffffff5}.kh-bank-card__box dl{display:grid;gap:14px;margin:0}.kh-bank-card__box dt{color:#555;font-size:.83rem;text-transform:uppercase;letter-spacing:.06em}.kh-bank-card__box dd{margin:4px 0 0;font-weight:600}.kh-report-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.kh-report-link{text-decoration:none;color:inherit;display:grid;gap:10px;padding:24px;border-radius:28px;border:1px solid rgba(90,45,95,.12);background:linear-gradient(180deg,#fffffffa,#f8f1f9eb);box-shadow:0 20px 42px #5a2d5f14;cursor:pointer;align-content:start;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.kh-report-link strong{display:block;margin-bottom:6px;font-size:1.2rem;color:#333}.kh-report-link span{color:#555;line-height:1.7}.kh-report-link em{font-style:normal}.kh-report-link__top{display:flex;align-items:center;justify-content:space-between;color:#5a2d5f}.kh-report-link__badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:#5a2d5f17;color:#5a2d5f;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.kh-report-link__action{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;margin-top:6px;border-radius:16px;background:#5a2d5f14;color:#5a2d5f;font-family:Poppins,Inter,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.01em;box-shadow:inset 0 0 0 1px #5a2d5f14}.kh-report-link:hover,.kh-report-link:focus-visible{border-color:#5a2d5f47;box-shadow:0 26px 52px #5a2d5f24;background:linear-gradient(180deg,#fff,#f5ecf7fa)}.kh-report-link:hover .kh-report-link__top,.kh-report-link:focus-visible .kh-report-link__top{color:#4caf50}.kh-report-link:hover .kh-report-link__badge,.kh-report-link:focus-visible .kh-report-link__badge{background:#4caf501f;color:#2f7a33}.kh-report-link:hover .kh-report-link__action,.kh-report-link:focus-visible .kh-report-link__action{background:#4caf5024;color:#2f7a33;box-shadow:inset 0 0 0 1px #4caf5029}.kh-report-link:focus-visible{outline:3px solid rgba(76,175,80,.22);outline-offset:3px}.kh-empty-card{grid-column:1 / -1;padding:28px;text-align:center;color:#7a5d51}.kh-footer{padding:28px 0 40px}.kh-footer__links{gap:18px}.kh-footer__links a,.kh-footer p{color:#555;text-decoration:none}.kh-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px}.kh-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#3a1f3d8f}.kh-modal__content{position:relative;width:min(980px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:28px}.kh-modal__close{position:absolute;top:18px;right:18px;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;border-radius:14px;color:#5a2d5f;background:#f5f0f6}.kh-modal__header{gap:22px;align-items:center;margin-bottom:24px}.kh-modal__header img{width:240px;aspect-ratio:1;object-fit:cover;border-radius:26px}.kh-animal-details,.kh-adoption-form-head{margin-bottom:24px}.kh-modal__actions,.kh-step-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.kh-modal__actions{margin-top:8px}.kh-animal-details__head h4,.kh-adoption-form-head h4{margin:0 0 6px;font-family:Poppins,Inter,sans-serif;font-size:1.2rem;color:#5a2d5f}.kh-animal-details__head p,.kh-adoption-form-head p{margin:0;color:#555;line-height:1.6}.kh-animal-details__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.kh-animal-details__item{display:grid;gap:6px;padding:16px 18px;border-radius:18px;background:#5a2d5f0a;border:1px solid rgba(90,45,95,.1)}.kh-animal-details__item span{font-size:.82rem;color:#555;text-transform:uppercase;letter-spacing:.05em}.kh-animal-details__item strong{color:#333;font-size:.98rem}.kh-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:24px}.kh-step{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:#5a2d5f0a;border:1px solid rgba(90,45,95,.08)}.kh-step.is-active{background:#5a2d5f1a;border-color:#5a2d5f38}.kh-step.is-done{background:#4caf5017;border-color:#4caf5033}.kh-step__dot{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#5a2d5f;font-weight:700;flex-shrink:0}.kh-step.is-active .kh-step__dot{background:#5a2d5f;color:#fff}.kh-step.is-done .kh-step__dot{background:#4caf50;color:#fff}.kh-step__text{display:grid;gap:2px}.kh-step__text strong{color:#333;font-size:.92rem}.kh-step__text span{color:#555;font-size:.8rem}@media(max-width:1080px){.kh-hero__grid,.kh-campaign-grid,.kh-animal-grid,.kh-donation-layout,.kh-report-layout{grid-template-columns:1fr 1fr}.kh-card-grid,.kh-hero__grid{grid-template-columns:1fr}.kh-hero__visual{min-height:auto}.kh-hero__visual img{min-height:520px}.kh-floating-card{left:22px;bottom:22px}.kh-help,.kh-donation-layout,.kh-report-layout{flex-direction:column}.kh-partner{align-items:flex-start;flex-direction:column}.kh-report-links,.kh-ration-grid{grid-template-columns:1fr}.kh-ration-aside{position:static}}@media(max-width:1280px){.kh-report-layout,.kh-report-links{grid-template-columns:1fr}}@media(max-width:760px){.kh-shell{width:min(100% - 28px,100%)}.kh-header__inner{min-height:auto;padding:10px 0;gap:12px}.kh-nav{position:absolute;left:14px;right:14px;top:calc(100% + 10px);display:none;flex-direction:column;align-items:flex-start;gap:16px;padding:20px;border-radius:24px;background:#fff;box-shadow:0 24px 50px #5a2d5f24}.kh-nav.is-open{display:flex}.kh-header__actions .kh-button{display:none}.kh-menu-button{display:inline-flex;align-items:center;justify-content:center}.kh-card-grid,.kh-campaign-grid,.kh-animal-grid,.kh-form,.kh-ration-number-grid{grid-template-columns:1fr}.kh-donation-layout,.kh-report-layout,.kh-help{flex-direction:column}.kh-page-hero,.kh-section{padding:30px 0 60px}.dashboard-main{padding:14px}.dashboard-header h1{font-size:24px}.dashboard-section{padding:14px;border-radius:14px}.dashboard-kpi-grid,.dashboard-cards,.dashboard-loading__kpis{grid-template-columns:1fr;gap:12px}.dashboard-loading__charts{grid-template-columns:1fr}.dashboard-campanha-empty{padding:24px}.dashboard-campanha-card__actions .dashboard-edit-btn{flex:1;text-align:center}.kh-hero__copy h1{font-size:2.8rem}.kh-hero__copy h2{font-size:1.55rem}.kh-hero__visual img{min-height:380px}.kh-floating-card,.kh-modal__header{position:static;width:100%}.kh-modal__header{flex-direction:column;align-items:stretch}.kh-modal__header img{width:100%}.kh-steps,.kh-animal-details__grid{grid-template-columns:1fr}}@media(max-width:520px){.kh-modal{padding:10px}.kh-modal__content{padding:18px 14px;border-radius:20px;max-height:calc(100vh - 20px)}.kh-modal__close{top:10px;right:10px;width:36px;height:36px}.kh-button{width:100%;justify-content:center}.kh-modal__actions .kh-button,.kh-step-actions .kh-button{width:100%}.admin-header,.admin-content{padding:16px}}@media(max-width:760px){.kh-app{overflow-x:hidden}.kh-shell{width:min(100% - 24px,100%)}.kh-brand{min-width:0;gap:10px}.kh-brand img{width:46px;height:46px;border-radius:14px}.kh-brand div{min-width:0}.kh-brand span{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kh-nav{max-height:calc(100vh - 88px);overflow-y:auto}.kh-nav a{width:100%;min-height:42px;display:flex;align-items:center}.kh-hero{padding:30px 0 54px}.kh-hero__copy{gap:18px}.kh-hero__cta,.kh-stats,.kh-footer__inner,.kh-footer__links,.kh-highlight,.kh-partner,.kh-animal-card__footer,.kh-progress__meta{align-items:stretch;flex-direction:column}.kh-stats article{min-width:0;width:100%;border-radius:18px;padding:16px}.kh-page-hero{padding-top:42px;text-align:left}.kh-page-hero .kh-shell,.kh-section__head{justify-items:start;text-align:left}.kh-page-hero h1,.kh-section__head h3,.kh-help__panel h3,.kh-form-card h3,.kh-bank-card h3,.kh-report-card h3{font-size:clamp(2rem,12vw,2.7rem);line-height:1.08;letter-spacing:-.03em}.kh-info-card,.kh-form-card,.kh-bank-card,.kh-report-card,.kh-report-link,.kh-partner,.kh-help__panel,.kh-check-item,.kh-animal-card,.kh-campaign-card,.kh-empty-card{border-radius:20px}.kh-info-card,.kh-form-card,.kh-bank-card,.kh-report-card,.kh-help__panel{padding:22px}.kh-animal-card__body,.kh-campaign-card__body{padding:20px}.kh-help__list{width:100%;padding:0}.kh-form input,.kh-form select,.kh-form textarea{min-height:48px;font-size:16px}.kh-form textarea{min-height:120px}.kh-ration-fieldset{padding:16px;border-radius:18px}.kh-bank-card__box,.kh-report-link{padding:18px}.kh-bank-card__box dd,.kh-animal-details__item strong,.kh-report-link strong,.kh-report-link span{overflow-wrap:anywhere}.kh-footer__inner{gap:18px;text-align:center}.kh-footer__links{gap:10px}.kh-modal{align-items:stretch;padding:8px}.kh-modal__content{width:100%;max-height:calc(100dvh - 16px);padding:18px 14px;border-radius:18px}.kh-modal__header img{max-height:300px;aspect-ratio:4 / 3}.kh-step{align-items:flex-start;padding:12px}.kh-step__text span{display:none}.kh-modal__actions,.kh-step-actions{flex-direction:column}}@media(max-width:520px){.kh-header__inner{gap:8px}.kh-brand strong{font-size:.98rem}.kh-brand span{max-width:150px;font-size:.78rem}.kh-menu-button{width:42px;height:42px;border-radius:12px;flex:0 0 auto}.kh-hero__copy h1{font-size:2.55rem}.kh-hero__copy h2{font-size:1.38rem}.kh-hero__visual img{min-height:300px;border-radius:22px}.kh-floating-card{padding:18px;border-radius:18px}.kh-animal-card img{aspect-ratio:4 / 3}.kh-report-link__action{width:100%}}@media(max-width:900px){.dashboard-sidebar{max-width:100vw}.dashboard-brand{justify-content:flex-start;padding:6px 4px 10px}.dashboard-logo-img{width:98px}.dashboard-nav{scrollbar-width:thin;scroll-snap-type:x proximity}.dashboard-nav button{scroll-snap-align:start;min-height:44px;padding:9px 12px}.dashboard-logout{min-height:40px}.dashboard-table{min-width:0}}@media(max-width:640px){.dashboard{display:block;min-width:0}.dashboard-sidebar{position:sticky;top:0;padding:10px 12px}.dashboard-main{padding:16px 12px 24px}.dashboard-header{margin-bottom:12px}.dashboard-header h1{font-size:24px;overflow-wrap:anywhere}.dashboard-header p{margin-bottom:10px}.dashboard-header__eyebrow{max-width:100%}.dashboard-section{margin-top:12px;padding:0;border-radius:0}.dashboard-section-header{margin-bottom:14px}.dashboard-section-header h2,.dashboard-campanhas-title{font-size:20px}.dashboard-kpi,.dashboard-card,.dashboard-chart-card,.dashboard-campanha-card,.dashboard-campanha-form-card,.dashboard-animal-form{border-radius:14px;padding:16px}.dashboard-chart-card{min-height:0}.dashboard-donut__chart{min-height:210px}.dashboard-donut__svg{width:160px}.dashboard-add-btn,.dashboard-animal-form .auth-button.primary,.dashboard-campanhas-header .auth-button.primary{width:100%!important;max-width:none;justify-content:center}.dashboard-animal-form .form-row{grid-template-columns:1fr}.dashboard-animal-form input,.dashboard-animal-form textarea,.dashboard-animal-form select{min-height:46px;width:100%;font-size:16px}.dashboard-animal-form textarea{min-height:96px}.form-check-row{gap:10px}.form-check{width:100%;min-height:34px}.dashboard-foto-preview img{width:72px;height:72px}.dashboard-animal-table-wrapper{overflow:visible}.dashboard-table,.dashboard-table thead,.dashboard-table tbody,.dashboard-table tr,.dashboard-table th,.dashboard-table td{display:block}.dashboard-table{border:0;box-shadow:none;background:transparent}.dashboard-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.dashboard-table tbody{display:grid;gap:12px}.dashboard-table tr{padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 8px 20px #0f172a0f}.dashboard-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:9px 0;border-bottom:1px solid #f1f5f9;text-align:right;overflow-wrap:anywhere}.dashboard-table td:last-child{border-bottom:0}.dashboard-table td:before{content:"Campo";flex:0 0 42%;text-align:left;color:#64748b;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.dashboard-table td:nth-child(1):before{content:"Item"}.dashboard-table td:nth-child(2):before{content:"Nome"}.dashboard-table td:nth-child(3):before{content:"Info"}.dashboard-table td:nth-child(4):before{content:"Status"}.dashboard-table td:nth-child(5):before{content:"Data"}.dashboard-table td:nth-child(6):before{content:"Ações"}.dashboard-table--animais td:nth-child(1):before{content:"Foto"}.dashboard-table--animais td:nth-child(2):before{content:"Nome"}.dashboard-table--animais td:nth-child(3):before{content:"Espécie"}.dashboard-table--animais td:nth-child(4):before{content:"Raça"}.dashboard-table--animais td:nth-child(5):before{content:"Porte"}.dashboard-table--doacoes td:nth-child(1):before{content:"Tipo"}.dashboard-table--doacoes td:nth-child(2):before{content:"Descrição"}.dashboard-table--doacoes td:nth-child(3):before{content:"Valor"}.dashboard-table--doacoes td:nth-child(4):before{content:"Status"}.dashboard-table--doacoes td:nth-child(5):before{content:"Data"}.dashboard-table--fila-racao td:nth-child(1):before{content:"Responsável"}.dashboard-table--fila-racao td:nth-child(2):before{content:"Contato"}.dashboard-table--fila-racao td:nth-child(3):before{content:"Animais"}.dashboard-table--fila-racao td:nth-child(4):before{content:"Status"}.dashboard-table--fila-racao td:nth-child(5):before{content:"Data"}.dashboard-table--adocoes td:nth-child(1):before{content:"Animal"}.dashboard-table--adocoes td:nth-child(2):before{content:"Solicitante"}.dashboard-table--adocoes td:nth-child(3):before{content:"Telefone"}.dashboard-table--adocoes td:nth-child(4):before{content:"Status"}.dashboard-table--adocoes td:nth-child(5):before{content:"Data"}.dashboard-table td>div[style*="display: flex"]{justify-content:flex-end;flex-wrap:wrap}.dashboard-table select,.dashboard-edit-btn{min-height:38px}.td-desc{max-width:none;white-space:normal}.modal-overlay{align-items:stretch;padding:8px}.modal,.denuncia-modal{max-width:100%;max-height:calc(100dvh - 16px);border-radius:16px;padding:18px 14px}.denuncia-modal{padding:0}.modal-header{gap:12px;margin-bottom:14px}.modal-header h2{font-size:18px}.modal-actions{flex-direction:column-reverse}.modal-actions .auth-button.primary,.modal-btn-cancel{width:100%}}
