@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;padding:1em 2.5em;background:transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:fixed;width:100%;top:0;z-index:500;transition:background .3s,box-shadow .3s}.navbar.navbar-solid{background:#fffffff7;box-shadow:0 2px 16px #00000012}.navbar-logo{display:flex;align-items:center;gap:.55em;text-decoration:none}.navbar-logo .logo-img{width:44px;height:44px;filter:invert(55%) sepia(100%) saturate(475%) hue-rotate(88deg) brightness(87%) contrast(79%)}.company-name{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.35);transition:color .3s}.navbar.navbar-solid .company-name{color:#1a1a1a;text-shadow:none}.navbar-menu{display:flex;align-items:center;gap:.3em;list-style:none;margin:0;padding:0}.navbar-menu li{display:flex}.navbar-menu a{color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.4);font-size:1rem;font-weight:500;text-decoration:none;padding:.5em .8em;border-radius:8px;transition:color .2s,background .2s,text-shadow .2s}.navbar.navbar-solid .navbar-menu a{color:#333;text-shadow:none}.navbar-menu a:hover,.navbar-menu a.nav-active{color:#1db750;background:#1db75014;text-shadow:none}.nav-logout{color:#ff6b6b!important}.nav-logout:hover{background:#ff6b6b14!important;color:#e74c3c!important}.nav-register-btn{background:#1db750!important;color:#fff!important;text-shadow:none!important;border-radius:8px!important;padding:.5em 1.2em!important;font-weight:600!important}.nav-register-btn:hover{background:#17a045!important}.navbar-hamburger{display:none;background:none;border:none;cursor:pointer;font-size:1.4rem;color:#fff;padding:.3em;width:auto;line-height:1;transition:color .2s;z-index:600;position:relative}.navbar.navbar-solid .navbar-hamburger{color:#1a1a1a}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-backdrop--visible{opacity:1;pointer-events:all}.drawer{position:fixed;top:0;right:0;width:55vw;max-width:320px;height:100vh;background:#fff;z-index:999;box-shadow:-8px 0 40px #00000026;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:5em 1.5em 2em}.drawer--open{transform:translate(0)}.drawer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3em}.drawer-list li{width:100%}.drawer-list a{display:block;width:100%;color:#1a1a1a;font-size:1.1rem;font-weight:600;text-decoration:none;padding:.75em 1em;border-radius:10px;transition:color .18s,background .18s}.drawer-list a:hover,.drawer-list a.nav-active{color:#1db750;background:#1db75014}.drawer-logout{color:#e74c3c!important;margin-top:1em}.drawer-logout:hover{background:#e74c3c0f!important}.drawer-register{background:#1db750!important;color:#fff!important;text-align:center;margin-top:.5em}.drawer-register:hover{background:#17a045!important}@media (max-width: 768px){.navbar{padding:1em 1.5em}.navbar-menu{display:none}.navbar-hamburger{display:flex;align-items:center}}.hero{position:relative;width:100%;height:100vh;min-height:500px;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/home-background.jpg);background-size:cover;background-position:center;transform:scale(1.04);transition:transform 8s ease}.hero:hover .hero-bg{transform:scale(1)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#062810d9,#0628108c 55%,#06281033)}.hero-content{position:relative;z-index:1;max-width:660px;padding:72px 5em 0}.hero-tag{display:inline-block;background:#1db75038;border:1px solid rgba(29,183,80,.5);color:#7dffa8;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35em 1em;border-radius:999px;margin-bottom:1.4em}.hero-title{font-size:clamp(2.2rem,6vw,4.2rem);font-weight:900;color:#fff;line-height:1.1;margin:0 0 .6em;letter-spacing:-.02em}.hero-title-accent{color:#1db750}.hero-subtitle{font-size:clamp(.9rem,2vw,1.05rem);color:#ffffffb8;line-height:1.75;margin:0 0 2.2em;max-width:500px}.hero-actions{display:flex;gap:1em;flex-wrap:wrap;margin-bottom:3em}.hero-btn{display:inline-flex;align-items:center;gap:.6em;padding:.85em 1.8em;border-radius:12px;font-size:.97rem;font-weight:700;text-decoration:none;transition:transform .18s,opacity .18s,box-shadow .18s}.hero-btn:hover{transform:translateY(-2px)}.hero-btn--primary{background:#1db750;color:#fff;box-shadow:0 6px 24px #1db75066}.hero-btn--primary:hover{background:#17a045}.hero-btn--secondary{background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-btn--secondary:hover{background:#fff3}.hero-stats{display:flex;align-items:center;gap:1.5em;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;gap:.15em}.hero-stat-number{font-size:1.5rem;font-weight:800;color:#fff;line-height:1}.hero-stat-label{font-size:.78rem;color:#ffffff8c;text-transform:uppercase;letter-spacing:.05em}.hero-stat-divider{width:1px;height:36px;background:#fff3}.hero-scroll-hint{position:absolute;bottom:2.2em;left:5em;z-index:1;display:flex;align-items:center;gap:.6em;color:#ffffff73;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.hero-scroll-arrow{transform:rotate(90deg);animation:scrollBounce 1.8s ease-in-out infinite}@keyframes scrollBounce{0%,to{transform:rotate(90deg) translate(0)}50%{transform:rotate(90deg) translate(5px)}}@media (max-width: 768px){.hero{align-items:flex-end;padding-bottom:4em;min-height:100svh}.hero-content{padding:72px 1.5em 0;max-width:100%}.hero-subtitle{max-width:100%}.hero-actions{flex-direction:column}.hero-btn{justify-content:center;width:100%}.hero-stat-divider{display:none}.hero-stats{gap:1.2em}.hero-scroll-hint{display:none}}.main-content{background:#f7f9f7}.section-tag{display:inline-block;background:#e8f5e9;color:#1db750;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;padding:.3em .9em;border-radius:999px;margin-bottom:1em}.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#1a1a1a;margin:0 0 .6em;letter-spacing:-.02em}.section-subtitle{font-size:1rem;color:#888;line-height:1.75;max-width:560px;margin:0}.values-section{padding:5em 2em}.values-inner{max-width:1100px;margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5em;margin-top:3em}.value-card{background:#fff;border:1.5px solid #efefef;border-radius:18px;padding:2.2em 2em;transition:box-shadow .22s,transform .22s,border-color .22s}.value-card:hover{box-shadow:0 8px 32px #00000012;transform:translateY(-4px);border-color:#d0ead5}.value-icon-wrap{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#e8f5e9,#c8edd2);display:flex;align-items:center;justify-content:center;margin-bottom:1.3em}.value-icon{color:#1db750;font-size:1.3rem}.value-title{font-size:1.1rem;font-weight:800;color:#1a1a1a;margin:0 0 .6em}.value-body{font-size:.92rem;color:#777;line-height:1.75;margin:0}.cta-section{background:linear-gradient(135deg,#0d5c27,#1db750);padding:5em 2em}.cta-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2em;flex-wrap:wrap}.cta-text h2{font-size:clamp(1.4rem,3vw,2.1rem);font-weight:800;color:#fff;margin:0 0 .5em}.cta-text p{font-size:1rem;color:#ffffffb8;line-height:1.7;margin:0;max-width:500px}.cta-buttons{display:flex;gap:1em;flex-shrink:0;flex-wrap:wrap}.cta-btn{display:inline-flex;align-items:center;gap:.5em;padding:.85em 1.8em;border-radius:12px;font-size:.97rem;font-weight:700;text-decoration:none;transition:transform .18s,opacity .18s}.cta-btn:hover{transform:translateY(-2px);opacity:.92}.cta-btn--primary{background:#fff;color:#1db750;box-shadow:0 4px 16px #0000001f}.cta-btn--ghost{background:#ffffff26;color:#fff;border:1.5px solid rgba(255,255,255,.35)}@media (max-width: 900px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.values-section{padding:3.5em 1.2em}.values-grid{grid-template-columns:1fr}.cta-section{padding:3.5em 1.2em}.cta-inner{flex-direction:column;text-align:center}.cta-text p{max-width:100%}.cta-buttons{justify-content:center;width:100%}.cta-btn{justify-content:center;flex:1}}.featured-section{background:#fff;padding:5em 2em;border-top:1.5px solid #f0f0f0}.featured-inner{max-width:1100px;margin:0 auto}.featured-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1em;margin-bottom:2.8em;flex-wrap:wrap}.featured-see-all{display:inline-flex;align-items:center;gap:.5em;color:#1db750;font-size:.93rem;font-weight:700;text-decoration:none;white-space:nowrap;transition:gap .18s}.featured-see-all:hover{gap:.8em}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5em}.featured-card{display:block;background:#fff;border:1.5px solid #efefef;border-radius:18px;overflow:hidden;text-decoration:none;transition:box-shadow .22s,transform .22s,border-color .22s}.featured-card:hover{box-shadow:0 10px 36px #00000017;transform:translateY(-5px);border-color:#d0ead5}.featured-card-img-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden}.featured-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.featured-card:hover .featured-card-img{transform:scale(1.05)}.featured-card-sex-badge{position:absolute;top:.85em;right:.85em;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#555;font-size:.75rem;font-weight:700;padding:.25em .75em;border-radius:999px;text-transform:capitalize}.featured-card-body{padding:1.3em 1.4em 1.5em}.featured-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5em;margin-bottom:.25em}.featured-card-name{font-size:1.15rem;font-weight:800;color:#1a1a1a;margin:0}.featured-card-age{font-size:.8rem;color:#aaa;font-weight:500;white-space:nowrap}.featured-card-breed{font-size:.88rem;color:#1db750;font-weight:600;margin:0 0 .7em}.featured-card-location{display:flex;align-items:center;gap:.4em;font-size:.83rem;color:#aaa;margin:0}.featured-card-location svg{color:#ccc;font-size:.85em}@media (max-width: 900px){.featured-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.featured-section{padding:3.5em 1.2em}.featured-grid{grid-template-columns:1fr}.featured-header{flex-direction:column;align-items:flex-start;margin-bottom:1.8em}}.featured-card--skeleton{pointer-events:none}.skel{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:8px}.skel-img{width:100%;aspect-ratio:4 / 3;border-radius:0}.skel-title{height:18px;width:55%;margin:1.1em 1.4em .5em}.skel-breed{height:13px;width:40%;margin:0 1.4em .8em}.skel-location{height:12px;width:50%;margin:.6em 1.4em 1.2em}.featured-empty{grid-column:1 / -1;color:#bbb;font-size:.95rem;text-align:center;padding:3em 0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.footer{background:#0f1f14;color:#fff9;padding:5em 2em 0}.footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3em;padding-bottom:4em;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo{display:flex;align-items:center;gap:.55em;color:#fff;font-size:1.2rem;font-weight:800;margin-bottom:1em}.footer-logo svg{color:#1db750;font-size:1.1em}.footer-brand-desc{font-size:.88rem;line-height:1.75;color:#ffffff73;margin:0;max-width:260px}.footer-col h4{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#ffffffe6;margin:0 0 1.2em}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7em}.footer-col ul li a,.footer-col ul li span{font-size:.9rem;color:#ffffff80;text-decoration:none;transition:color .18s}.footer-col ul li a:hover{color:#1db750}.footer-bottom{max-width:1100px;margin:0 auto;padding:1.4em 0;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#ffffff40;flex-wrap:wrap;gap:.5em}@media (max-width: 768px){.footer{padding:3.5em 1.2em 0}.footer-inner{grid-template-columns:1fr 1fr;gap:2em}.footer-brand{grid-column:1 / -1}.footer-brand-desc{max-width:100%}}@media (max-width: 420px){.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.home{display:block;width:100%}.auth-input-wrap input{padding-right:3em}.auth-footer-link{text-align:center;font-size:.88rem}.auth-footer-link a{color:#1db750;text-decoration:none;font-weight:600}.auth-footer-link a:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:.8em;color:#ccc;font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#efefef}@media (max-width: 780px){.auth-page{flex-direction:column}.auth-left{width:100%}.auth-left-inner{padding:calc(72px + 1.5em) 1.5em 2em;min-height:unset}.auth-perks{display:none}.auth-right{padding:2em 1em 3em;align-items:flex-start}}.auth-page{display:flex;min-height:100vh}.auth-left{width:380px;flex-shrink:0;background:linear-gradient(160deg,#0d5c27,#1db750);position:relative;overflow:hidden}.auth-left:before,.auth-left:after{content:"";position:absolute;border-radius:50%;background:#fff;opacity:.08}.auth-left:before{width:420px;height:420px;top:-130px;right:-150px}.auth-left:after{width:260px;height:260px;bottom:-80px;left:-80px}.auth-left-inner{position:relative;z-index:1;padding:calc(72px + 3em) 2.5em 3em;display:flex;flex-direction:column;height:100%}.auth-brand{display:flex;align-items:center;gap:.6em;color:#ffffffe6;font-size:1.05rem;font-weight:700;margin-bottom:2.5em}.auth-brand svg{font-size:1.2em}.auth-headline{font-size:2.4rem;font-weight:800;color:#fff;line-height:1.2;margin:0 0 .8em}.auth-subline{color:#ffffffb8;font-size:.95rem;line-height:1.75;margin:0 0 2.5em}.auth-perks{display:flex;flex-direction:column;gap:.85em;margin-top:auto}.auth-perk{color:#ffffffd1;font-size:.92rem;font-weight:500}.auth-right{flex:1;background:#f7f9f7;display:flex;align-items:center;justify-content:center;padding:2em;padding-top:calc(72px + 2em)}.auth-card{width:100%;max-width:460px;background:#fff;border-radius:20px;border:1.5px solid #efefef;box-shadow:0 4px 32px #00000012;overflow:hidden}.auth-card-header{padding:2em 2.2em 1.4em;border-bottom:1.5px solid #f5f5f5}.auth-card-header h2{font-size:1.6rem;font-weight:800;color:#1a1a1a;margin:0 0 .4em}.auth-card-header p{font-size:.9rem;color:#aaa;margin:0}.auth-card-header p a{color:#1db750;font-weight:600;text-decoration:none}.auth-card-header p a:hover{text-decoration:underline}.auth-form{padding:1.8em 2.2em 2.2em;display:flex;flex-direction:column;gap:1.2em}.auth-field{display:flex;flex-direction:column;gap:.45em}.auth-field label{font-size:.83rem;font-weight:700;color:#555;display:flex;align-items:center;gap:.45em}.auth-field label svg{color:#1db750}.auth-field input{border:1.5px solid #e0e0e0;border-radius:10px;padding:.75em 1em;font-family:inherit;font-size:.95rem;color:#333;outline:none;background:#fafafa;transition:border-color .2s,box-shadow .2s;width:100%}.auth-field input:focus{border-color:#1db750;box-shadow:0 0 0 3px #1db7501a;background:#fff}.auth-field input::placeholder{color:#ccc}.auth-input-wrap{position:relative}.auth-input-wrap input{padding-right:4em}.auth-eye{position:absolute;right:.8em;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:.75rem;font-weight:700;font-family:inherit;padding:0;line-height:1;width:auto;color:#1db750;letter-spacing:.03em}.auth-divider{height:1px;background:#efefef;border:none;margin:0}.auth-error{color:#e74c3c;font-size:.88rem;background:#fff5f5;border:1px solid #fcc;border-radius:8px;padding:.6em 1em;margin:0}.auth-btn-submit{background:linear-gradient(135deg,#1db750,#0d5c27);border:none;border-radius:12px;padding:.9em;font-family:inherit;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;width:100%;box-shadow:0 4px 16px #1db75047;transition:opacity .18s,transform .15s;margin-top:.2em}.auth-btn-submit:hover{opacity:.91;transform:translateY(-1px)}.password-strength{display:flex;align-items:center;gap:.7em;margin-top:.4em}.strength-bar{flex:1;height:4px;background:#efefef;border-radius:999px;overflow:hidden}.strength-fill{height:100%;border-radius:999px;transition:width .3s ease,background .3s ease}.strength-label{font-size:.78rem;font-weight:700;white-space:nowrap}.field-hint{font-size:.8rem;font-weight:600;margin-top:.3em}.field-hint.error{color:#e74c3c}.field-hint.success{color:#1db750}.auth-terms{text-align:center;font-size:.8rem;color:#bbb;margin:0;line-height:1.6}.auth-terms a{color:#1db750;text-decoration:none;font-weight:600}.auth-terms a:hover{text-decoration:underline}@media (max-width: 780px){.auth-page{flex-direction:column}.auth-left{width:100%}.auth-left-inner{padding:calc(72px + 1.5em) 1.5em 2em}.auth-perks{display:none}.auth-right{padding:2em 1em 3em;align-items:flex-start}}.loading-container{display:flex;height:100vh;align-items:center;justify-content:center;background:#f7f9f7}.loading-inner{display:flex;flex-direction:column;align-items:center;gap:2.5em}.lds-roller,.lds-roller div,.lds-roller div:after{box-sizing:border-box}.lds-roller{display:inline-block;position:relative;width:80px;height:80px;color:#1db750}.lds-roller div{animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:40px 40px}.lds-roller div:after{content:" ";display:block;position:absolute;width:7.2px;height:7.2px;border-radius:50%;background:currentColor;margin:-3.6px 0 0 -3.6px}.lds-roller div:nth-child(1){animation-delay:-36ms}.lds-roller div:nth-child(1):after{top:62.62742px;left:62.62742px}.lds-roller div:nth-child(2){animation-delay:-72ms}.lds-roller div:nth-child(2):after{top:67.71281px;left:56px}.lds-roller div:nth-child(3){animation-delay:-.108s}.lds-roller div:nth-child(3):after{top:70.90963px;left:48.28221px}.lds-roller div:nth-child(4){animation-delay:-.144s}.lds-roller div:nth-child(4):after{top:72px;left:40px}.lds-roller div:nth-child(5){animation-delay:-.18s}.lds-roller div:nth-child(5):after{top:70.90963px;left:31.71779px}.lds-roller div:nth-child(6){animation-delay:-.216s}.lds-roller div:nth-child(6):after{top:67.71281px;left:24px}.lds-roller div:nth-child(7){animation-delay:-.252s}.lds-roller div:nth-child(7):after{top:62.62742px;left:17.37258px}.lds-roller div:nth-child(8){animation-delay:-.288s}.lds-roller div:nth-child(8):after{top:56px;left:12.28719px}@keyframes lds-roller{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-message{max-width:320px;text-align:center;opacity:0;transform:translateY(8px);transition:opacity .5s ease,transform .5s ease;pointer-events:none}.loading-message--visible{opacity:1;transform:translateY(0);pointer-events:all}.loading-message-title{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0 0 .5em}.loading-message-body{font-size:.85rem;color:#999;line-height:1.7;margin:0 0 1.2em}.loading-progress{width:100%;height:4px;background:#e8e8e8;border-radius:999px;overflow:hidden}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#1db750,#7dffa8);border-radius:999px;animation:progressBar 25s linear forwards}@keyframes progressBar{0%{width:0%}60%{width:75%}90%{width:92%}to{width:96%}}.comments-section{max-width:860px;margin:2.5em auto;padding:0 1.5em}.comments-title{display:flex;align-items:center;gap:.5em;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5em}.comments-icon{font-size:1.2em}.comments-count{margin-left:.4em;background:#e8f5e9;color:#1db750;font-size:.8rem;font-weight:700;padding:.15em .6em;border-radius:999px}.comment-form{background:#fff;border:1.5px solid #e0e0e0;border-radius:14px;padding:1.2em;margin-bottom:1.8em;box-shadow:0 2px 12px #0000000a}.comment-input{width:100%;border:none;outline:none;font-family:inherit;font-size:.97rem;color:#333;resize:none;line-height:1.6;background:transparent}.comment-input::placeholder{color:#aaa}.comment-form-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.8em;padding-top:.8em;border-top:1px solid #f0f0f0}.char-count{font-size:.8rem;color:#bbb}.comment-submit{background:#1db750;color:#fff;border:none;border-radius:8px;padding:.5em 1.4em;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s;width:auto}.comment-submit:hover:not(:disabled){background:#17a045;transform:translateY(-1px)}.comment-submit:disabled{opacity:.5;cursor:not-allowed}.comment-login-prompt{background:#f8f8f8;border-radius:10px;padding:1em 1.5em;margin-bottom:1.5em;font-size:.95rem;color:#666}.comment-login-prompt a{color:#1db750;font-weight:600;text-decoration:none}.comment-login-prompt a:hover{text-decoration:underline}.comments-loading,.comments-empty{text-align:center;padding:2.5em;color:#999}.comments-empty span{display:block;font-size:2.5em;margin-bottom:.4em}.comments-list{display:flex;flex-direction:column;gap:1em;list-style:none;padding:0;margin:0}.comment-item{display:flex;gap:1em;align-items:flex-start;background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;padding:1.1em 1.2em;position:relative;transition:border-color .2s}.comment-item:hover{border-color:#d0ead5}.comment-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#1db750,#106a2e);color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comment-body{flex:1;min-width:0}.comment-header{display:flex;align-items:baseline;gap:.7em;margin-bottom:.35em}.comment-author{font-weight:600;font-size:.95rem;color:#1a1a1a}.comment-date{font-size:.8rem;color:#bbb}.comment-text{font-size:.95rem;color:#444;line-height:1.6;word-break:break-word}.comment-delete{background:none;border:none;color:#ccc;font-size:1.4rem;cursor:pointer;padding:0;line-height:1;transition:color .2s;width:auto;flex-shrink:0}.comment-delete:hover{color:#e74c3c}.favorite-btn{display:inline-flex;align-items:center;gap:.45em;padding:.6em 1.3em;border:2px solid #e0e0e0;border-radius:999px;background:#fff;color:#555;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .22s ease;width:auto}.favorite-btn:hover:not(:disabled){border-color:#e85d75;color:#e85d75;background:#fff5f7}.favorite-btn.favorited{border-color:#e85d75;background:#fff0f3;color:#e85d75}.favorite-btn:disabled{opacity:.6;cursor:not-allowed}.favorite-heart{font-size:1.15em;line-height:1;transition:transform .2s}.favorite-btn:hover:not(:disabled) .favorite-heart{transform:scale(1.2)}@keyframes heartPop{0%{transform:scale(1)}40%{transform:scale(1.5)}70%{transform:scale(.85)}to{transform:scale(1)}}.favorite-btn.pop .favorite-heart{animation:heartPop .4s ease forwards}.favorite-count{font-size:.8rem;background:#ffe0e7;color:#e85d75;border-radius:999px;padding:.05em .55em;font-weight:700}.pet-details-page{min-height:100vh;background:#f7f9f7;padding-top:72px}.pet-details-hero{max-width:1100px;margin:2em auto;padding:0 1.5em;display:flex;gap:2.5em;align-items:flex-start}.pet-details-image-wrap{position:relative;width:460px;min-width:340px;border-radius:20px;overflow:hidden;flex-shrink:0;aspect-ratio:4/3;background:#e0e0e0}.pet-details-blur-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(14px) scale(1.1);opacity:.5}.pet-details-img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;display:block}.pet-details-info{flex:1;min-width:0}.pet-details-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1em;margin-bottom:.4em}.pet-details-name{font-size:2.2rem;font-weight:800;color:#1a1a1a;margin:0}.pet-details-location{color:#888;font-size:.97rem;margin:.2em 0 1em}.pet-details-tags{display:flex;flex-wrap:wrap;gap:.5em;margin-bottom:1.5em}.pet-tag{background:#e8f5e9;color:#1db750;border:1.5px solid #c3e6cb;border-radius:999px;padding:.25em .85em;font-size:.83rem;font-weight:600}.pet-details-attributes{background:#fff;border:1.5px solid #f0f0f0;border-radius:14px;overflow:hidden;margin-bottom:1.5em}.pet-attr-row{display:flex;justify-content:space-between;padding:.7em 1.2em;border-bottom:1px solid #f7f7f7}.pet-attr-row:last-child{border-bottom:none}.pet-attr-label{font-size:.88rem;font-weight:600;color:#aaa}.pet-attr-value{font-size:.92rem;color:#333;font-weight:500;text-align:right}.pet-details-actions{display:flex;gap:.8em}.pet-edit-btn{background:#f0faf3;color:#1db750;border:1.5px solid #b2dfcc;border-radius:9px;padding:.55em 1.4em;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .18s}.pet-edit-btn:hover{background:#1db750;color:#fff;border-color:#1db750}.pet-delete-btn{background:#fff5f5;color:#e74c3c;border:1.5px solid #fbb;border-radius:9px;padding:.55em 1.4em;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .18s;width:auto}.pet-delete-btn:hover{background:#e74c3c;color:#fff;border-color:#e74c3c}.pet-description-section{max-width:860px;margin:0 auto 2em;padding:1.8em 2em;background:#fff;border:1.5px solid #f0f0f0;border-radius:16px}.pet-description-section h2{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 .7em}.pet-description-section p{font-size:1rem;color:#555;line-height:1.75;margin:0}@media (max-width: 768px){.pet-details-hero{flex-direction:column}.pet-details-image-wrap{width:100%;min-width:unset}}.post-page{display:flex;min-height:100vh}.post-left{width:340px;flex-shrink:0;background:linear-gradient(160deg,#0d5c27,#1db750);position:sticky;top:0;height:100vh;overflow:hidden}.post-left:before,.post-left:after{content:"";position:absolute;border-radius:50%;background:#fff;opacity:.08}.post-left:before{width:400px;height:400px;top:-140px;right:-160px}.post-left:after{width:260px;height:260px;bottom:-80px;left:-80px}.post-left-inner{position:relative;z-index:1;padding:4em 2.5em;padding-top:calc(72px + 2.5em);display:flex;flex-direction:column;height:100%}.post-brand{display:flex;align-items:center;gap:.6em;color:#ffffffe6;font-size:1.05rem;font-weight:700;margin-bottom:3em}.post-headline{font-size:2.2rem;font-weight:800;color:#fff;line-height:1.2;margin:0 0 .8em}.post-subline{color:#ffffffb3;font-size:.95rem;line-height:1.75;margin:0 0 2.5em}.post-perks{display:flex;flex-direction:column;gap:.8em;margin-top:auto}.post-perk{color:#ffffffd9;font-size:.92rem;font-weight:500}.post-right{flex:1;background:#f7f9f7;padding:5em 3em 4em;padding-top:calc(72px + 2.5em);overflow-y:auto}.post-card{max-width:680px;margin:0 auto;background:#fff;border-radius:20px;border:1.5px solid #efefef;box-shadow:0 4px 32px #0000000f;overflow:hidden}.post-card-header{padding:2em 2.2em 1.4em;border-bottom:1.5px solid #f5f5f5}.post-card-header h2{font-size:1.5rem;font-weight:800;color:#1a1a1a;margin:0 0 .3em}.post-card-header p{font-size:.9rem;color:#aaa;margin:0}.post-form{padding:1.8em 2.2em 2.2em;display:flex;flex-direction:column;gap:1.1em}.post-section-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;color:#1db750;padding-bottom:.3em;border-bottom:1.5px solid #e8f5e9;margin-top:.4em}.post-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1em}.post-field{display:flex;flex-direction:column;gap:.4em}.post-field label{font-size:.83rem;font-weight:700;color:#555;display:flex;align-items:center;gap:.4em}.post-field label svg{color:#1db750}.post-field input,.post-field textarea{border:1.5px solid #e0e0e0;border-radius:10px;padding:.65em .95em;font-family:inherit;font-size:.93rem;color:#333;outline:none;background:#fafafa;transition:border-color .2s,box-shadow .2s;width:100%}.post-field input:focus,.post-field textarea:focus{border-color:#1db750;box-shadow:0 0 0 3px #1db7501a;background:#fff}.post-field input::placeholder,.post-field textarea::placeholder{color:#ccc}.post-field textarea{resize:vertical;min-height:100px}.post-radio-row{display:flex;gap:.5em;flex-wrap:wrap}.post-radio-card{flex:1;min-width:70px;display:flex;align-items:center;justify-content:center;gap:.35em;border:1.5px solid #e0e0e0;border-radius:10px;padding:.6em .5em;font-size:.87rem;font-weight:600;color:#555;cursor:pointer;background:#fafafa;transition:all .15s;text-align:center}.post-radio-card input[type=radio]{display:none}.post-radio-card:hover{border-color:#b2dfcc;color:#1db750;background:#f0faf3}.post-radio-card.selected{border-color:#1db750;background:#1db750;color:#fff}.post-radio-card--size{flex-direction:column;gap:.1em;padding:.6em .3em}.prc-label{font-size:.84rem;font-weight:700}.prc-sub{font-size:.7rem;opacity:.72}.post-img-preview{margin-top:.5em;border-radius:10px;overflow:hidden;border:1.5px solid #efefef;max-height:200px}.post-img-preview img{width:100%;height:200px;object-fit:cover;display:block}.post-error{color:#e74c3c;font-size:.88rem;background:#fff5f5;border:1px solid #fbb;border-radius:8px;padding:.6em 1em;margin:0}.post-btn-submit{background:linear-gradient(135deg,#1db750,#0d5c27);border:none;border-radius:12px;padding:.9em;font-family:inherit;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;width:100%;margin-top:.5em;box-shadow:0 4px 16px #1db7504d;transition:opacity .18s,transform .15s}.post-btn-submit:hover{opacity:.92;transform:translateY(-1px)}@media (max-width: 820px){.post-page{flex-direction:column}.post-left{width:100%;height:auto;position:static;padding:2.5em 1.5em}.post-left-inner{padding:0}.post-perks{display:none}.post-right{padding:2em 1em 3em}.post-field-row{grid-template-columns:1fr}}.page{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.image{position:fixed;left:0;right:0;z-index:1;display:block;background:url(https://images.unsplash.com/photo-1511732351157-1865efcb7b7b?q=80&w=2071&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);width:100vw;height:100vh;-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);-ms-filter:blur(5px);filter:blur(5px)}.post-pet-form-container{width:550px;margin:5em auto 0;padding:1em;border:1px solid #ccc;border-radius:8px;background:#ffffffb3;box-shadow:0 4px 8px #0000001a;position:fixed;left:0;right:0;z-index:9999}.post-pet-form-container h1{text-align:center;margin-bottom:15px;font-size:1.5em;color:#333}.post-pet-form{display:flex;flex-direction:column}.form-group{margin-bottom:1em}.form-group label{display:block;margin-bottom:3px;font-weight:700;color:#555;font-size:14px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:6px;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;font-size:14px;color:#333;background:#fff9}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff9;background-size:10px}.form-group textarea{height:70px;resize:none}.form-group input[type=file]{padding:0}.submit-button{display:block;width:100%;padding:10px;background-color:#1db750;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.submit-button:hover{background-color:#0d5d26}.pet-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1.5px solid #efefef;overflow:hidden;transition:box-shadow .22s,transform .22s,border-color .22s;cursor:pointer}.pet-card:hover{box-shadow:0 10px 36px #00000017;transform:translateY(-5px);border-color:#d0ead5}.pet-card-img-wrap{position:relative;aspect-ratio:4 / 3;overflow:hidden}.pet-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.pet-card:hover .pet-card-img{transform:scale(1.06)}.pet-card-badge{position:absolute;top:.75em;right:.75em;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#555;font-size:.72rem;font-weight:700;text-transform:capitalize;padding:.25em .7em;border-radius:999px;letter-spacing:.03em}.pet-card-body{padding:1.1em 1.25em 1.25em;display:flex;flex-direction:column;gap:.25em;flex:1}.pet-card-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5em}.pet-card-name{font-size:1.1rem;font-weight:800;color:#1a1a1a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pet-card-age{font-size:.78rem;color:#bbb;font-weight:500;white-space:nowrap;flex-shrink:0}.pet-card-breed{font-size:.85rem;color:#1db750;font-weight:600;margin:0}.pet-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.6em;padding-top:.7em;border-top:1px solid #f5f5f5}.pet-card-location{display:flex;align-items:center;gap:.35em;font-size:.8rem;color:#aaa}.pet-card-location svg{color:#ccc;font-size:.85em}.pet-card-size{font-size:.72rem;font-weight:700;color:#1db750;background:#e8f5e9;padding:.2em .6em;border-radius:999px;text-transform:capitalize}.filters-wrap{position:sticky;top:72px;z-index:100;background:#fff;border-bottom:1.5px solid #efefef;box-shadow:0 2px 12px #0000000d}.filters-topbar{max-width:1100px;margin:0 auto;padding:.85em 2em;display:flex;align-items:center;gap:.75em}.filters-search{flex:1;min-width:0;display:flex;align-items:center;gap:.7em;background:#f7f9f7;border:1.5px solid #e8e8e8;border-radius:999px;padding:.55em 1.1em;transition:border-color .2s,box-shadow .2s}.filters-search:focus-within{border-color:#1db750;box-shadow:0 0 0 3px #1db7501a}.fsearch-icon{color:#1db750;flex-shrink:0;font-size:.9rem}.filters-search-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-family:inherit;font-size:.95rem;color:#333}.filters-search-input::placeholder{color:#bbb}.fsearch-clear{background:none;border:none;color:#bbb;cursor:pointer;padding:0;line-height:1;font-size:1rem;width:auto;flex-shrink:0;transition:color .15s}.fsearch-clear:hover{color:#888}.filters-toggle-btn{display:inline-flex;align-items:center;gap:.5em;background:#f5f5f5;border:1.5px solid #e8e8e8;border-radius:999px;padding:.55em 1.1em;font-family:inherit;font-size:.88rem;font-weight:600;color:#555;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0;width:auto}.filters-toggle-btn:hover,.filters-toggle-btn.open{background:#e8f5e9;border-color:#b2dfcc;color:#1db750}.filters-toggle-btn.has-active{background:#1db750;border-color:#1db750;color:#fff}.filters-badge{background:#fff;color:#1db750;border-radius:999px;font-size:.75rem;font-weight:800;padding:.05em .5em;line-height:1.4}.filters-toggle-btn.has-active .filters-badge{background:#ffffff4d;color:#fff}.filters-count-label{font-size:.8rem;font-weight:600;color:#bbb;white-space:nowrap;flex-shrink:0}.filters-panel{max-height:0;overflow:hidden;transition:max-height .32s cubic-bezier(.4,0,.2,1)}.filters-panel--open{max-height:400px}.filters-panel-inner{max-width:1100px;margin:0 auto;padding:.8em 2em 1.2em;display:flex;flex-direction:column;gap:.75em;border-top:1px solid #f5f5f5}.filter-row{display:flex;align-items:flex-start;gap:.8em;flex-wrap:wrap}.filter-row-label{font-size:.78rem;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:.06em;width:56px;flex-shrink:0;padding-top:.35em}.filter-pills{display:flex;gap:.4em;flex-wrap:wrap;flex:1}.filter-pill{background:#f5f5f5;border:1.5px solid transparent;border-radius:999px;padding:.28em .8em;font-family:inherit;font-size:.8rem;font-weight:500;color:#555;cursor:pointer;transition:all .15s;width:auto;white-space:nowrap}.filter-pill:hover{background:#e8f5e9;color:#1db750;border-color:#b2dfcc}.filter-pill.active{background:#1db750;color:#fff;border-color:#1db750}.filter-location-input{border:1.5px solid #e0e0e0;border-radius:8px;padding:.32em .85em;font-family:inherit;font-size:.83rem;color:#333;outline:none;width:150px;transition:border-color .2s}.filter-location-input:focus{border-color:#1db750}.filter-reset{align-self:flex-start;background:none;border:1.5px solid #ffb3b3;border-radius:999px;color:#e74c3c;padding:.28em 1em;font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.4em;transition:all .15s;width:auto}.filter-reset:hover{background:#fff0f0}@media (max-width: 600px){.filters-topbar{padding:.7em 1em;gap:.5em}.filters-count-label{display:none}.filters-toggle-btn span:not(.filters-badge){display:none}.filters-toggle-btn{padding:.55em .8em}.filters-panel-inner{padding:.8em 1em 1.2em}.filter-row-label{width:100%;padding-top:0}.filter-row{flex-direction:column;gap:.5em}.filter-location-input{width:100%}}html{background-color:#f7f9f7}.catalog-toppad{height:72px}.catalog-page{max-width:1100px;margin:1.8em auto 2em;padding:0 2em;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5em}.catalog-empty{grid-column:1 / -1;text-align:center;padding:5em 2em;color:#bbb}.catalog-empty span{display:block;font-size:3em;margin-bottom:.4em}.catalog-empty p{font-size:1rem}@media (max-width: 600px){.catalog-page{padding:0 1em;margin-top:1.2em;grid-template-columns:1fr 1fr;gap:1em}}@media (max-width: 400px){.catalog-page{grid-template-columns:1fr}}.dashboard-page{min-height:100vh;background:#f7f9f7;padding-top:72px}.dashboard-hero{background:linear-gradient(135deg,#106a2e,#1db750);padding:3em 3em 2.5em;display:flex;align-items:center;gap:1.8em;flex-wrap:wrap}.dashboard-avatar{width:72px;height:72px;border-radius:50%;background:#ffffff40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,255,255,.5);flex-shrink:0}.dashboard-hero-info{flex:1}.dashboard-username{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 .15em}.dashboard-email{color:#ffffffbf;font-size:.95rem;margin:0}.dashboard-stats{display:flex;gap:1.2em}.stat-box{background:#ffffff2e;border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:.9em 1.6em;text-align:center;min-width:90px}.stat-number{display:block;font-size:1.8rem;font-weight:700;color:#fff}.stat-label{display:block;font-size:.78rem;color:#ffffffb3;margin-top:.1em;text-transform:uppercase;letter-spacing:.05em}.dashboard-tabs{display:flex;gap:0;background:#fff;border-bottom:2px solid #efefef;padding:0 2.5em}.dash-tab{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;padding:1em 1.5em;font-family:inherit;font-size:1rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s;width:auto}.dash-tab:hover{color:#1db750}.dash-tab.active{color:#1db750;border-bottom-color:#1db750}.dashboard-content{max-width:1100px;margin:0 auto;padding:2em 2em 3em}.dashboard-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5em}.dashboard-section-header h2{font-size:1.2rem;font-weight:700;color:#222}.dash-new-btn{background:#1db750;color:#fff;border-radius:8px;padding:.5em 1.2em;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.dash-new-btn:hover{background:#17a045}.dashboard-empty{text-align:center;padding:4em 2em;color:#aaa}.dashboard-empty span{display:block;font-size:3em;margin-bottom:.5em}.dashboard-empty p{font-size:1.05rem;margin-bottom:1.2em}.dash-cta{background:#1db750;color:#fff;padding:.7em 2em;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:background .2s}.dash-cta:hover{background:#17a045}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.3em}.dash-card{background:#fff;border-radius:14px;overflow:hidden;border:1.5px solid #f0f0f0;transition:box-shadow .2s,transform .2s}.dash-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-3px)}.dash-card-img{width:100%;height:160px;object-fit:cover;display:block}.dash-card-body{padding:1em}.dash-card-name{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0 0 .2em}.dash-card-breed{font-size:.88rem;color:#1db750;font-weight:500;margin:0 0 .4em}.dash-card-meta{font-size:.82rem;color:#999;display:flex;gap:.4em;margin:0}.dash-card-actions{padding:.7em 1em;border-top:1px solid #f5f5f5;display:flex;gap:.6em}.dash-edit-btn{background:#f0faf3;color:#1db750;border:1.5px solid #b2dfcc;border-radius:7px;padding:.35em 1em;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .18s}.dash-edit-btn:hover{background:#1db750;color:#fff;border-color:#1db750}*{padding:0;margin:0;box-sizing:border-box}body{min-height:100vh;font:16px/1.5 Poppins,sans-seriff}a{text-decoration:none;color:inherit}li{list-style-type:none}
