*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}:root{--bg:#f8fafc;--text:#0f172a;--accent:#2563eb;--nav-bg:#fff;--nav-text:#0f172a;--nav-border:#dbe2ea;--nav-btn-bg:#f8fafc;--nav-hover-bg:#eef2f7}:root[data-theme=dark]{--bg:#0b1220;--text:#e2e8f0;--accent:#60a5fa;--nav-bg:#111827;--nav-text:#e2e8f0;--nav-border:#334155;--nav-btn-bg:#1e293b;--nav-hover-bg:#273449}html,body,#root{min-height:100vh}body,#root{flex-direction:column;display:flex}body{background:var(--bg);color:var(--text);transition:background-color .2s,color .2s}.main-content,.sheep,.history,.recommendation,.profile{flex:1 0 auto}p{line-height:25px}:root[data-theme=dark] .utility__card,:root[data-theme=dark] .step__card,:root[data-theme=dark] .history__card,:root[data-theme=dark] .recommendation__page,:root[data-theme=dark] .recommendation__form,:root[data-theme=dark] .recommendation__result,:root[data-theme=dark] .profile__card,:root[data-theme=dark] .register__container,:root[data-theme=dark] .login__container,:root[data-theme=dark] .sheep__card,:root[data-theme=dark] .sheep__modal,:root[data-theme=dark] .sheep__modal-actions,:root[data-theme=dark] .history__page{color:#e2e8f0!important;background:#111827!important;border-color:#334155!important}:root[data-theme=dark] .utility__card-title,:root[data-theme=dark] .step__card-title,:root[data-theme=dark] .history__title,:root[data-theme=dark] .recommendation__title,:root[data-theme=dark] .profile__name,:root[data-theme=dark] .register__title,:root[data-theme=dark] .login__title,:root[data-theme=dark] b,:root[data-theme=dark] label,:root[data-theme=dark] .sheep__name{color:#f8fafc!important}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] textarea{color:#e2e8f0!important;background:#1e293b!important;border-color:#334155!important}:root[data-theme=dark] .utility__desc,:root[data-theme=dark] .step__desc,:root[data-theme=dark] .profile__email,:root[data-theme=dark] .profile__phone,:root[data-theme=dark] .history__recommendation,:root[data-theme=dark] .history__date,:root[data-theme=dark] .history__sheep,:root[data-theme=dark] .sheep__info,:root[data-theme=dark] .footer__copyright{color:#cbd5e1!important}.navbar{z-index:1100;background:var(--nav-bg);width:100vw;position:fixed;top:0;left:0;box-shadow:0 4px 18px -4px #00000021}.navbar__container{color:var(--nav-text);background:0 0;justify-content:space-between;align-items:center;padding:18px 32px;display:flex}.navbar__logo{cursor:pointer;align-items:center;display:flex}.navbar__logo img{border-radius:10px;width:60px;height:60px;transition:transform .2s;box-shadow:0 2px 8px #00000012}.navbar__logo img:hover{transform:scale(1.08)}.navbar__navLink{flex:1;justify-content:center;display:flex}.navbar__list{gap:10px;margin:0;padding:0;list-style:none;display:flex}.navbar__list li{cursor:pointer;border-radius:6px;padding:6px 12px;font-size:1.1rem;font-weight:500;transition:background .18s,color .18s}.navbar__list li:hover{background:var(--nav-hover-bg);color:var(--accent);text-decoration:none}.navbar__btn{align-items:center;gap:16px;display:flex}.navbar__tools{align-items:center;gap:8px;display:flex}.navbar__tool-btn{border:1px solid var(--nav-border);background:var(--nav-btn-bg);color:var(--nav-text);cursor:pointer;border-radius:999px;padding:.38rem .72rem;font-size:.82rem;font-weight:700;transition:all .18s}.navbar__tool-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--nav-hover-bg)}.navbar__hamburger{cursor:pointer;background:0 0;border:none;padding:6px;display:none}.navbar__hamburger span{background:#1e293b;border-radius:2px;width:24px;height:2.5px;display:block}.navbar__hamburger span:not(:last-child){margin-bottom:5px}.navbar__user-info{align-items:center;gap:10px;display:flex}.navbar__user-info .avatar{object-fit:cover;background:#e0e7ef;border:2px solid #2563eb;border-radius:50%;width:38px;height:38px}.navbar__user-info .username{color:var(--accent);font-size:1.05rem;font-weight:600}.navbar__dropdown{background:var(--nav-bg);color:var(--nav-text);z-index:10;border-radius:10px;flex-direction:column;min-width:140px;padding:8px 0;animation:.18s fadeIn;display:flex;position:absolute;top:48px;right:0;box-shadow:0 4px 16px #00000021}.navbar__dropdown-item{cursor:pointer;padding:10px 22px;font-size:1rem;font-weight:500;transition:background .18s,color .18s}.navbar__dropdown-item:hover{background:var(--nav-hover-bg);color:var(--accent)}.navbar__mobile-menu{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media only screen and (width<=767px){.navbar__container{padding:12px 14px}.navbar__logo img{width:44px;height:44px}.navbar__navLink,.navbar__btn{display:none}.navbar__hamburger{display:block}.navbar__mobile-menu{background:var(--nav-bg);border-top:1px solid var(--nav-border);padding:.85rem .9rem 1rem;display:block;box-shadow:0 8px 20px #0f172a14}.navbar__mobile-tools{gap:.35rem;margin-bottom:.65rem;display:grid}.navbar__mobile-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.navbar__mobile-list li{cursor:pointer;color:var(--nav-text);border-radius:8px;padding:.62rem .72rem;font-weight:600}.navbar__mobile-list li:hover{background:var(--nav-hover-bg);color:var(--accent)}.navbar__mobile-profile{border-top:1px solid var(--nav-border);margin-top:.85rem;padding-top:.85rem}.navbar__mobile-user{align-items:center;gap:10px;margin-bottom:.7rem;display:flex}.navbar__mobile-user .avatar{object-fit:cover;border:2px solid #2563eb;border-radius:50%;width:36px;height:36px}.navbar__mobile-user .username{color:var(--accent);font-size:.95rem;font-weight:700}.navbar__mobile-action{text-align:left;background:var(--nav-btn-bg);width:100%;color:var(--nav-text);cursor:pointer;border:none;border-radius:8px;padding:.62rem .72rem;font-weight:600}.navbar__mobile-action:not(:last-child){margin-bottom:.4rem}.navbar__mobile-action:hover{background:var(--nav-hover-bg);color:var(--accent)}}@media only screen and (width>=768px) and (width<=1024px){.navbar__container{padding:16px 20px}.navbar__list li{padding:6px 9px;font-size:1rem}.navbar__logo img{width:52px;height:52px}}@media only screen and (width>=1025px){.navbar__container{padding:18px 32px}}@media only screen and (width<=480px){.navbar__container{padding:10px 12px}.navbar__logo img{width:40px;height:40px}.navbar__mobile-menu{padding:.72rem .75rem .82rem}.navbar__mobile-list li,.navbar__mobile-action{padding:.56rem .62rem;font-size:.92rem}}@media only screen and (width<=767px){.profile{min-height:calc(100vh - 78px);margin-top:78px;padding:20px 12px}.profile__container{align-items:flex-start;min-height:auto;padding-top:.8rem}.profile__card{border-radius:12px;width:100%;min-width:0;padding:1.35rem 1rem 1rem}.profile__avatar{width:90px;height:90px;margin-bottom:1rem}.profile__name{font-size:1.45rem}.profile__email{font-size:.95rem}.profile__phone{margin-bottom:.9rem;font-size:.92rem}.profile__form{gap:.9rem}.profile__field input[type=text],.profile__field input[type=email]{padding:.56rem .72rem;font-size:.94rem}.profile__field .profile__input-file{font-size:.92rem}.profile__field .profile__input-file::-webkit-file-upload-button{margin-right:.62rem;padding:.42rem .9rem;font-size:.9rem}.profile__field .profile__input-file::file-selector-button{margin-right:.62rem;padding:.42rem .9rem;font-size:.9rem}.profile__actions{gap:.55rem;width:100%}.profile__actions button{flex:1}.profile__edit-btn,.profile__cancel-btn{padding:.6rem .8rem;font-size:.92rem}}@media only screen and (width>=768px) and (width<=1024px){.profile{min-height:calc(100vh - 86px);margin-top:65px;padding:30px 18px}.profile__container{min-height:78vh}.profile__card{width:100%;min-width:0;max-width:460px;padding:2rem 1.8rem 1.5rem}.profile__avatar{width:100px;height:100px}.profile__name{font-size:1.7rem}.profile__email{font-size:1rem}}@media only screen and (width>=1025px){.profile{min-height:calc(100vh - 95px);margin-top:95px;padding:40px}.profile__card{max-width:400px}}@media only screen and (width<=480px){.profile{min-height:calc(100vh - 74px);margin-top:60px;padding:16px 10px}.profile__card{border-radius:10px;padding:1.1rem .75rem .82rem}.profile__avatar{border-width:3px;width:82px;height:82px}.profile__name{margin-bottom:.3rem;font-size:1.22rem}.profile__email{margin-bottom:.35rem;font-size:.88rem}.profile__phone{margin-bottom:.75rem;font-size:.85rem}.profile__actions{flex-direction:column;gap:.5rem}.profile__edit-btn,.profile__cancel-btn{width:100%;padding:.56rem .72rem;font-size:.88rem}.profile__error{font-size:.88rem}}@media only screen and (width<=767px){.sheep{margin-top:84px;padding:20px 12px}.sheep:before{display:none}.sheep .sheep{margin-top:0}.sheep .sheep__page{border-radius:12px;margin-top:1rem;padding:1.35rem .9rem 1.1rem}.sheep .sheep__title{margin-bottom:.85rem;font-size:1.35rem}.sheep .sheep__list{grid-template-columns:1fr;gap:12px;margin-top:1.25rem}.sheep .sheep__card{width:100%;max-width:100%;min-height:auto}.sheep .sheep__actions{flex-wrap:wrap}.sheep .sheep__actions button{flex:auto;min-width:92px}.sheep .sheep__card-image{width:74px;height:74px}.sheep__controls{grid-template-columns:1fr;gap:.62rem;padding:.75rem}.sheep__control{padding:.6rem .72rem;font-size:.93rem}.sheep__btn-submit,.sheep__btn-edit,.sheep__btn-delete,.sheep__btn-cancel{padding:.56rem .72rem;font-size:.92rem}.sheep__modal{min-width:0;padding:1.1rem .95rem 1rem}.sheep__modal h3{margin-bottom:.8rem;font-size:1.08rem}.sheep__detail-image{border-radius:12px;width:92px;height:92px}.sheep__detail-info{gap:.7rem;padding:.52rem .62rem;font-size:.9rem}.sheep__detail-info b{min-width:78px}.sheep__detail-info span{font-size:.88rem}.sheep__detail-map .leaflet-container,.sheep__detail-map .sheep__detail-leaflet{height:180px!important}}@media only screen and (width>=768px) and (width<=1024px){.sheep{margin-top:92px;padding:30px 18px}.sheep .sheep{margin-top:0}.sheep .sheep__page{max-width:900px;padding:2rem 1.3rem 1.5rem}.sheep .sheep__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sheep .sheep__card{max-width:100%}.sheep__controls{grid-template-columns:1.4fr 1fr 1fr;padding:.85rem}.sheep__modal{max-width:500px}}@media only screen and (width>=1025px){.sheep{margin-top:100px;padding:40px}.sheep__controls{grid-template-columns:minmax(220px,1.6fr) 1fr 1fr}}@media only screen and (width<=480px){.sheep{margin-top:78px;padding:16px 10px}.sheep:before{display:none}.sheep .sheep__page{padding:1.1rem .75rem 1rem}.sheep .sheep__title{font-size:1.2rem}.sheep .sheep__name{font-size:1rem}.sheep .sheep__info{font-size:.88rem}.sheep .sheep__card-image{width:62px;height:62px}.sheep__controls{border-radius:10px;padding:.65rem}.sheep__control{padding:.55rem .62rem;font-size:.9rem}.sheep__pagination{gap:.36rem;margin-top:1rem}.sheep__page-btn{padding:.35rem .72rem;font-size:.86rem}.sheep__modal{max-width:90%;padding:.95rem .72rem .82rem}.sheep__detail-info{flex-direction:column;gap:.2rem}.sheep__detail-info b{min-width:0}.sheep__detail-info span{text-align:left}.sheep__detail-map .leaflet-container,.sheep__detail-map .sheep__detail-leaflet{height:165px!important}}@media only screen and (width<=767px){.recommendation{margin:90px 0 30px;padding:0 12px}.recommendation:before{display:none}.recommendation__page{border-radius:12px;margin-top:.8rem;padding:1.35rem .95rem 1.1rem}.recommendation__title{margin-bottom:.85rem;font-size:1.35rem}.recommendation__form{gap:.85rem;margin-bottom:1.2rem}.recommendation__form label{font-size:.93rem}.recommendation__form select{padding:.58rem .75rem;font-size:.93rem}.recommendation__form .btn-generate{padding:.62rem 1rem;font-size:.94rem}.recommendation__map-view{height:220px;margin-top:6px}.recommendation__info{margin-bottom:.55rem;font-size:.92rem}.recommendation__result{margin-top:1rem;padding:1rem .9rem;font-size:.95rem;line-height:1.55}}@media only screen and (width>=768px) and (width<=1024px){.recommendation{margin:110px 0 36px;padding:0 18px}.recommendation__page{max-width:860px;margin-top:1.2rem;padding:2rem 1.4rem 1.5rem}.recommendation__title{margin-bottom:1rem;font-size:1.75rem}.recommendation__form{gap:.95rem}.recommendation__form select,.recommendation__form .btn-generate{font-size:.98rem}.recommendation__map-view{height:260px}.recommendation__result{padding:1.05rem 1.15rem;font-size:1rem}}@media only screen and (width>=1025px){.recommendation{margin:150px 0;padding:0}.recommendation__page{max-width:700px;padding:2.5rem 1.5rem 2rem}.recommendation__map-view{height:300px}}@media only screen and (width<=480px){.recommendation{margin:82px 0 24px;padding:0 10px}.recommendation:before{display:none}.recommendation__page{border-radius:10px;padding:1.1rem .75rem .95rem}.recommendation__title{margin-bottom:.72rem;font-size:1.18rem}.recommendation__form{gap:.72rem}.recommendation__form label{font-size:.9rem}.recommendation__form select{padding:.52rem .62rem;font-size:.9rem}.recommendation__form .btn-generate{padding:.56rem .82rem;font-size:.9rem}.recommendation__map-view{height:190px}.recommendation__info{font-size:.88rem}.recommendation__result{margin-top:.82rem;padding:.86rem .72rem;font-size:.9rem}.recommendation__error{font-size:.88rem}}.login{background-image:url(/assets/bgFarm-Dy1qEro9.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;margin:0;padding:24px;display:flex;position:relative;overflow:hidden}.login__overlay{background:#1e293b73;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.login__container{z-index:2;-webkit-backdrop-filter:blur(2px);background:#fffffff7;border-radius:1rem;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:2.25rem 2rem;display:flex;position:relative;box-shadow:0 8px 28px #0f172a29}.login__title{text-align:center;color:#1e293b;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.login__form{flex-direction:column;gap:1rem;width:100%;display:flex}.login__field{flex-direction:column;gap:.4rem;display:flex}.login__field label{color:#334155;font-size:.95rem;font-weight:600}.login__field input{background:#f8fafc;border:1px solid #cbd5e1;border-radius:.65rem;width:100%;padding:.75rem .9rem;font-size:1rem}.login__field input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.login__password-wrap{width:100%;position:relative}.login__password-wrap input{padding-right:2.9rem}.login__password-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .2s,color .2s;display:inline-flex;position:absolute;top:50%;right:.6rem;transform:translateY(-50%)}.login__password-toggle svg{width:1.18rem;height:1.18rem}.login__password-toggle:hover{color:#334155;background:#94a3b82e}.login__password-toggle:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.login__button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.65rem;width:100%;margin-top:.5rem;padding:.82rem 1rem;font-size:1rem;font-weight:700}.login__button:hover{background:#2563eb}.login__button:disabled{cursor:not-allowed;background:#94a3b8}.login__divider{text-align:center;color:#64748b;margin:1.15rem 0 1rem;font-size:.9rem}.login__google{justify-content:center;margin-bottom:1rem;display:flex}.login__register-link{text-align:center;color:#475569;font-size:.95rem}.login__register-link a{color:#2563eb;font-weight:700;text-decoration:none}.login__register-link a:hover{text-decoration:underline}@media only screen and (width<=767px){.login{padding:12px}.login__overlay{align-items:center;padding:12px}.login__container{margin-top:4vh;padding:1.7rem 1rem}.login__title{margin-bottom:1rem;font-size:1.6rem}.login__button{padding:.75rem .9rem;font-size:.95rem}.login__password-toggle{width:1.9rem;height:1.9rem;right:.5rem}}@media only screen and (width<=480px){.login,.login__overlay{padding:10px}.login__container{border-radius:.8rem;margin-top:2vh;padding:1.35rem .85rem}.login__title{margin-bottom:.85rem;font-size:1.4rem}}@media only screen and (width>=768px) and (width<=1024px){.login__container{max-width:460px}.login__title{font-size:1.85rem}}@media only screen and (width>=1025px){.login__container{max-width:420px}}@media only screen and (width>=768px) and (width<=1024px){.register,.register__overlay{padding:20px}.register__container{max-width:460px;padding:2.2rem 1.8rem 1.8rem}.register__title{font-size:1.85rem}}@media only screen and (width<=767px){.register{padding:12px}.register__overlay{align-items:center;padding:12px}.register__container{border-radius:.95rem;margin-top:4vh;padding:1.7rem 1rem}.register__title{margin-bottom:1rem;font-size:1.6rem}.register__form{gap:.95rem}.register__button{margin-top:.8rem;padding:.75rem 1rem;font-size:.95rem}}@media only screen and (width<=480px){.register{padding:10px}.register__container{border-radius:.8rem;margin-top:2vh;padding:1.35rem .85rem}.register__field input[type=text],.register__field input[type=email],.register__field input[type=password]{padding:.65rem .85rem;font-size:.95rem}.register__field input[type=file]{font-size:.92rem}.register__field input[type=file]::-webkit-file-upload-button{margin-right:.6rem;padding:.42rem .9rem;font-size:.9rem}.register__field input[type=file]::file-selector-button{margin-right:.6rem;padding:.42rem .9rem;font-size:.9rem}.register__login-link{margin-top:1.1rem;font-size:.92rem}}@media only screen and (width>=1025px){.register__container{max-width:400px}}.history{isolation:isolate;background:linear-gradient(120deg,#f8fafc 0%,#e0e7ef 100%);justify-content:center;align-items:flex-start;min-height:100vh;margin-top:95px;display:flex;position:relative}.history:before{content:"";pointer-events:none;z-index:0;opacity:0;background:radial-gradient(260px circle at var(--mx,50%) var(--my,50%), #0f172a33 0%, #0f172a1f 35%, #0f172a00 75%);transition:opacity .25s;position:absolute;inset:0}.history:hover:before{opacity:1}.history>*{z-index:1;position:relative}.history__page{background:#fff;border-radius:18px;width:100%;max-width:700px;min-height:60vh;margin:2.5rem;padding:2.5rem 2rem 2rem;box-shadow:0 4px 24px #00000014}.history__title{color:#2563eb;text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.history__loading,.history__error,.history__empty{text-align:center;color:#888;margin:2rem 0 1rem;font-size:1.1rem}.history__list{flex-direction:column;gap:1.2rem;margin-top:1.5rem;display:flex}.history__card{background:#f8fafc;border-radius:12px;flex-direction:column;gap:.7rem;padding:1.2rem 1.5rem;display:flex;box-shadow:0 2px 8px #0000000f}.history__row{color:#2563eb;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.history__date{color:#4f8cff;font-size:.98rem;font-weight:500}.history__sheep{color:#2563eb;font-size:1.05rem;font-weight:600}.history__recommendation{color:#333;white-space:pre-line;margin-top:.3rem;font-size:1.08rem}@media only screen and (width<=767px){.history{min-height:auto;margin-top:78px;padding:0 12px 20px}.history:before{display:none}.history__page{border-radius:12px;min-height:auto;margin:1rem 0 0;padding:1.25rem .95rem 1rem}.history__title{margin-bottom:.95rem;font-size:1.35rem}.history__loading,.history__error,.history__empty{margin:1.1rem 0 .8rem;font-size:.95rem}.history__list{gap:.75rem;margin-top:.95rem}.history__card{border-radius:10px;gap:.5rem;padding:.9rem .85rem}.history__row{flex-direction:column;align-items:flex-start;gap:.25rem;font-size:.95rem}.history__date,.history__sheep,.history__recommendation{font-size:.92rem}}@media only screen and (width>=768px) and (width<=1024px){.history{margin-top:86px;padding:0 18px 28px}.history__page{max-width:860px;min-height:56vh;margin:1.5rem 0 0;padding:2rem 1.4rem 1.4rem}.history__title{margin-bottom:1.2rem;font-size:1.75rem}.history__list{gap:1rem}.history__card{padding:1rem 1.2rem}.history__row,.history__recommendation{font-size:1rem}}@media only screen and (width>=1025px){.history{margin-top:95px;padding:0}.history__page{max-width:700px;min-height:60vh;margin:2.5rem;padding:2.5rem 2rem 2rem}}@media only screen and (width<=480px){.history{margin-top:74px;padding:0 10px 16px}.history:before{display:none}.history__page{border-radius:10px;margin-top:.8rem;padding:1rem .75rem .85rem}.history__title{margin-bottom:.75rem;font-size:1.18rem}.history__loading,.history__error,.history__empty{font-size:.88rem}.history__card{padding:.78rem .7rem}.history__date,.history__sheep,.history__recommendation{font-size:.86rem;line-height:1.45}}.utility{text-align:center;background:linear-gradient(120deg,#f1f5f9 60%,#e0e7ef 100%);min-height:380px;padding:3rem 1rem 3.5rem;position:relative;overflow:hidden}.utility:before{content:"";pointer-events:none;background:radial-gradient(260px circle at var(--mx,50%) var(--my,50%), #0f172a24 0%, #0f172a14 28%, #0f172a00 68%);opacity:0;z-index:0;transition:opacity .2s;position:absolute;inset:0}.utility:hover:before{opacity:1}.utility>*{z-index:1;position:relative}.utility__title{color:#1e293b;letter-spacing:1px;margin-bottom:2.2rem;font-size:2.1rem;font-weight:700}.utility__cards{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto;display:grid}@media only screen and (width>=768px) and (width<=1024px){.utility__cards{grid-template-columns:repeat(2,1fr);gap:1.3rem}}@media only screen and (width<=767px){.utility__cards{grid-template-columns:1fr;gap:1rem}}.utility__card{background:#fff;border:2px solid #e0e7ef;border-radius:1.1rem;flex-direction:column;align-items:center;min-height:210px;padding:2rem 1.2rem 1.7rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 4px 24px #1e293b14,0 1.5px 6px #1e293b0a}.utility__card:hover{border-color:#2563eb33;transform:translateY(-7px)scale(1.03);box-shadow:0 8px 32px #2563eb1a,0 2px 8px #1e293b0f}.utility__icon{color:#2563eb;background:#e0e7ef;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:1rem;margin-left:auto;margin-right:auto;font-size:2.5rem;transition:transform .18s;display:flex;box-shadow:0 2px 8px #2563eb14}.utility__card:hover .utility__icon{transform:translateY(-2px)scale(1.05)}.utility__card-title{color:#1e293b;letter-spacing:.5px;margin-top:.1rem;margin-bottom:.6rem;font-size:1.18rem;font-weight:600}.utility__desc{color:#475569;min-height:40px;margin-top:.2rem;margin-bottom:.2rem;font-size:1.01rem;line-height:1.6}@media only screen and (width>=768px) and (width<=1024px){.utility{padding:2.5rem 1rem 3rem}.utility__title{margin-bottom:1.8rem;font-size:1.85rem}.utility__card{min-height:190px;padding:1.6rem 1rem 1.4rem}}@media only screen and (width<=767px){.utility:before{display:none}.utility{padding:2.1rem .9rem 2.6rem}.utility__title{margin-bottom:1.4rem;font-size:1.6rem}.utility__cards{gap:.95rem}.utility__card{min-height:auto;padding:1.25rem .9rem 1.1rem}.utility__icon{width:48px;height:48px;font-size:2rem}.utility__card-title{font-size:1.06rem}.utility__desc{min-height:unset;font-size:.95rem}}@media only screen and (width<=480px){.utility{padding:1.9rem .75rem 2.2rem}.utility__title{margin-bottom:1.1rem;font-size:1.4rem}.utility__card{border-radius:.9rem;padding:1.1rem .8rem 1rem}.utility__icon{width:44px;height:44px;font-size:1.75rem}.utility__card-title{font-size:1rem}.utility__desc{font-size:.9rem;line-height:1.5}}@media only screen and (width>=1025px){.utility{padding:3rem 1rem 3.5rem}}.step{text-align:center;background:linear-gradient(120deg,#f8fafc 60%,#e0e7ef 100%);min-height:420px;padding:3rem 1rem 4rem;position:relative;overflow:hidden}.step:before{content:"";pointer-events:none;background:radial-gradient(280px circle at var(--mx,50%) var(--my,50%), #0f172a26 0%, #0f172a17 28%, #0f172a00 68%);opacity:0;z-index:0;transition:opacity .2s;position:absolute;inset:0}.step:hover:before{opacity:1}.step>*{z-index:1;position:relative}.step__title{color:#1e293b;letter-spacing:1px;margin-bottom:2.5rem;font-size:2.2rem;font-weight:700}.step__slider{max-width:900px;margin:0 auto}.step__slider .slick-dots{bottom:-32px}.step__slider .slick-dots li button:before{color:#64748b;opacity:.7;font-size:1.1rem}.step__slider .slick-dots li.slick-active button:before{color:#2563eb;opacity:1}.step__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;max-width:900px;margin:0 auto;display:grid}.step__card{background:#fff;border:2px solid #e0e7ef;border-radius:1.2rem;flex-direction:column;align-items:center;min-height:270px;margin:0 1.2rem;padding:2.2rem 1.5rem 2rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;box-shadow:0 4px 24px #1e293b14,0 1.5px 6px #1e293b0a}.step__card:hover{border-color:#2563eb33;transform:translateY(-8px)scale(1.03);box-shadow:0 8px 32px #2563eb1a,0 2px 8px #1e293b0f}.step__icon{color:#2563eb;background:#e0e7ef;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.1rem;margin-left:auto;margin-right:auto;font-size:2.7rem;transition:transform .18s;display:flex;box-shadow:0 2px 8px #2563eb14}.step__card:hover .step__icon{transform:translateY(-2px)scale(1.05)}.step__card-title{color:#1e293b;letter-spacing:.5px;margin-top:.2rem;margin-bottom:.7rem;font-size:1.25rem;font-weight:600}.step__desc{color:#475569;min-height:48px;margin-top:.2rem;margin-bottom:.2rem;font-size:1.05rem;line-height:1.6}@media only screen and (width>=768px) and (width<=1024px){.step{padding:2.5rem 1rem 3rem}.step__title{margin-bottom:1.8rem;font-size:1.9rem}.step__slider,.step__grid{max-width:98vw}.step__grid{gap:1.2rem}.step__card{min-height:230px;margin:0;padding:1.6rem 1rem 1.3rem}}@media only screen and (width<=767px){.step:before{display:none}.step{padding:2.1rem .9rem 2.6rem}.step__title{margin-bottom:1.35rem;font-size:1.6rem}.step__grid{grid-template-columns:1fr;gap:.95rem}.step__card{min-height:auto;padding:1.3rem .85rem 1.1rem}.step__icon{width:50px;height:50px;font-size:2rem}.step__card-title{font-size:1.06rem}.step__desc{min-height:unset;font-size:.95rem}}@media only screen and (width<=480px){.step{padding:1.9rem .75rem 2.2rem}.step__title{margin-bottom:1.1rem;font-size:1.4rem}.step__card{border-radius:.95rem;padding:1.05rem .75rem .95rem}.step__icon{width:44px;height:44px;margin-bottom:.8rem;font-size:1.7rem}.step__card-title{margin-bottom:.45rem;font-size:1rem}.step__desc{font-size:.9rem;line-height:1.5}}@media only screen and (width>=1025px){.step{padding:3rem 1rem 4rem}}.footer{background:var(--nav-bg);width:100%;color:var(--nav-text);z-index:10;padding:1.2rem 0 1.1rem;position:relative;bottom:0;left:0;box-shadow:0 4px 20px 4px #00000021}.footer__container{flex-direction:row;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;padding:0 1.5rem;font-size:1rem;display:flex}.footer__brand{letter-spacing:.5px;color:inherit;font-size:1.1rem;font-weight:700;transition:transform .18s}.footer__copyright{color:inherit;opacity:.85;font-size:.98rem;transition:opacity .18s}.footer:hover .footer__brand{transform:translateY(-1px)}.footer:hover .footer__copyright{opacity:1}:root[data-theme=dark] .footer{color:#f8fafc;background:#0f172a;box-shadow:0 4px 20px 4px #00000059}@media only screen and (width<=767px){.footer{padding:.95rem 0 .9rem}.footer__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:0 1rem}.footer__brand{font-size:1rem}.footer__copyright{font-size:.9rem}}@media only screen and (width>=768px) and (width<=1024px){.footer{padding:1.05rem 0 1rem}.footer__container{max-width:100%;padding:0 1.25rem;font-size:.96rem}.footer__brand{font-size:1.04rem}.footer__copyright{font-size:.93rem}}@media only screen and (width>=1025px){.footer{padding:1.2rem 0 1.1rem}.footer__container{max-width:900px;padding:0 1.5rem}}@media only screen and (width<=480px){.footer{padding:.82rem 0 .78rem}.footer__container{gap:.3rem;padding:0 .72rem}.footer__brand{letter-spacing:.2px;font-size:.92rem}.footer__copyright{font-size:.82rem;line-height:1.4}}.loading-center{z-index:1000;background:#ffffffd9;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.5s fadeIn;display:flex;position:fixed;top:0;left:0}.banner{background-position:50%;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:90vh;margin-top:clamp(74px,8vw,100px);display:flex;position:relative}.banner__overlay{background:#1e293b8c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.banner__content{z-index:2;color:#fff;text-align:center;will-change:transform, opacity;flex-direction:column;align-items:center;gap:20px;width:min(92%,600px);margin:0 auto;padding:2.5rem 1.5rem;display:flex;position:relative}.banner__logo{background:#fff;border-radius:12px;width:90px;margin-bottom:1.2rem;animation:3s ease-in-out infinite bannerLogoFloat;box-shadow:0 2px 8px #00000014}.banner__title{letter-spacing:1px;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.banner__subtitle{color:#e0e7ef;margin-bottom:1.2rem;font-size:1.2rem;font-weight:500}.banner__desc{color:#e0e7ef;margin-bottom:2rem;font-size:1.08rem}.banner__btn{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:8px;padding:.8rem 2.2rem;font-size:1.1rem;font-weight:700;transition:background .18s,transform .18s,box-shadow .18s;box-shadow:0 2px 8px #00000014}.banner__btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 8px 18px #2563eb3d}@keyframes bannerLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media only screen and (width>=768px) and (width<=1024px){.banner{min-height:78vh;margin-top:86px}.banner__content{gap:16px;max-width:540px;padding:2rem 1.2rem}.banner__title{font-size:2rem;line-height:1.2}.banner__subtitle{margin-bottom:.9rem;font-size:1.05rem}.banner__desc{margin-bottom:1.3rem;font-size:1rem}}@media only screen and (width<=767px){.banner{min-height:70vh;margin-top:70px}.banner__content{gap:12px;max-width:100%;padding:1.5rem 1rem}.banner__logo{width:72px;margin-bottom:.65rem}.banner__title{letter-spacing:.4px;margin-bottom:.2rem;font-size:1.6rem}.banner__subtitle{margin-bottom:.4rem;font-size:.95rem}.banner__desc{margin-bottom:1rem;padding:0 .2rem;font-size:.92rem;line-height:1.5}.banner__btn{width:100%;max-width:220px;padding:.68rem 1.4rem;font-size:.95rem}}@media only screen and (width<=480px){.banner{min-height:66vh;margin-top:60px}.banner__content{gap:10px;width:100%;padding:1.15rem .85rem}.banner__logo{border-radius:10px;width:62px;margin-bottom:.45rem}.banner__title{letter-spacing:.2px;margin-bottom:.1rem;font-size:1.35rem}.banner__subtitle{margin-bottom:.2rem;font-size:.85rem}.banner__desc{margin-bottom:.85rem;font-size:.82rem;line-height:1.4}.banner__btn{border-radius:7px;max-width:200px;padding:.6rem 1rem;font-size:.9rem}}@media only screen and (width>=1025px){.banner{min-height:90vh}}.profile{background-image:url(/assets/bgFarm-Dy1qEro9.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:calc(100vh - 95px);margin-top:95px;margin-bottom:0;padding:40px;position:relative;overflow:hidden}.profile:before{content:"";z-index:0;background:#1e293b75;position:absolute;inset:0}.profile__container{z-index:1;justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative}.profile__card{background:#fffffff7;border-radius:18px;flex-direction:column;align-items:center;min-width:320px;max-width:400px;padding:2.5rem 2.5rem 2rem;display:flex;box-shadow:0 4px 24px #00000014}.profile__avatar{object-fit:cover;background:#e0e7ef;border:4px solid #4f8cff;border-radius:50%;width:110px;height:110px;margin-bottom:1.5rem}.profile__name{color:#222;margin-bottom:.5rem;font-size:2rem;font-weight:700}.profile__email{color:#4f8cff;margin-bottom:.5rem;font-size:1.1rem}.profile__phone{color:#555;margin-bottom:1.2rem;font-size:1rem}.profile__form{flex-direction:column;gap:1.1rem;width:100%;margin-top:1rem;display:flex}.profile__field{flex-direction:column;gap:.3rem;display:flex}.profile__field label{color:#333;margin-bottom:.2rem;font-weight:600}.profile__field input[type=text],.profile__field input[type=email]{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;padding:.6rem 1rem;font-size:1rem;transition:border .18s}.profile__field input[type=text]:focus,.profile__field input[type=email]:focus{border:1.5px solid #4f8cff;outline:none}.profile__field .profile__input-file{color:#2563eb;background:0 0;border:none;padding:.5rem 0;font-size:1rem}.profile__field .profile__input-file::-webkit-file-upload-button{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:6px;margin-right:1rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;transition:background .18s}.profile__field .profile__input-file::-webkit-file-upload-button:hover{background:#2563eb}.profile__field .profile__input-file::file-selector-button{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:6px;margin-right:1rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;transition:background .18s}.profile__field .profile__input-file::file-selector-button:hover{background:#2563eb}.profile__actions{gap:1rem;margin-top:1.2rem;display:flex}.profile__edit-btn{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.profile__edit-btn:hover{background:#2563eb}.profile__cancel-btn{color:#222;cursor:pointer;background:#e0e7ef;border:none;border-radius:8px;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.profile__cancel-btn:hover{background:#cbd5e1}.profile__error{color:#e11d48;text-align:center;margin-top:.7rem;font-size:1rem}@media only screen and (width<=767px){.profile{min-height:calc(100vh - 78px);margin-top:78px;padding:20px 12px}.profile__container{align-items:flex-start;min-height:auto;padding-top:.8rem}.profile__card{border-radius:12px;width:100%;min-width:0;padding:1.35rem 1rem 1rem}.profile__avatar{width:90px;height:90px;margin-bottom:1rem}.profile__name{font-size:1.45rem}.profile__email{font-size:.95rem}.profile__phone{margin-bottom:.9rem;font-size:.92rem}.profile__form{gap:.9rem}.profile__field input[type=text],.profile__field input[type=email]{padding:.56rem .72rem;font-size:.94rem}.profile__field .profile__input-file{font-size:.92rem}.profile__field .profile__input-file::-webkit-file-upload-button{margin-right:.62rem;padding:.42rem .9rem;font-size:.9rem}.profile__field .profile__input-file::file-selector-button{margin-right:.62rem;padding:.42rem .9rem;font-size:.9rem}.profile__actions{gap:.55rem;width:100%}.profile__actions button{flex:1}.profile__edit-btn,.profile__cancel-btn{padding:.6rem .8rem;font-size:.92rem}}@media only screen and (width>=768px) and (width<=1024px){.profile{min-height:calc(100vh - 86px);margin-top:65px;padding:30px 18px}.profile__container{min-height:78vh}.profile__card{width:100%;min-width:0;max-width:460px;padding:2rem 1.8rem 1.5rem}.profile__avatar{width:100px;height:100px}.profile__name{font-size:1.7rem}.profile__email{font-size:1rem}}@media only screen and (width>=1025px){.profile{min-height:calc(100vh - 95px);margin-top:95px;padding:40px}.profile__card{max-width:400px}}@media only screen and (width<=480px){.profile{min-height:calc(100vh - 74px);margin-top:60px;padding:16px 10px}.profile__card{border-radius:10px;padding:1.1rem .75rem .82rem}.profile__avatar{border-width:3px;width:82px;height:82px}.profile__name{margin-bottom:.3rem;font-size:1.22rem}.profile__email{margin-bottom:.35rem;font-size:.88rem}.profile__phone{margin-bottom:.75rem;font-size:.85rem}.profile__actions{flex-direction:column;gap:.5rem}.profile__edit-btn,.profile__cancel-btn{width:100%;padding:.56rem .72rem;font-size:.88rem}.profile__error{font-size:.88rem}}.sheep{isolation:isolate;margin-top:100px;padding:40px;position:relative}.sheep:before{content:"";pointer-events:none;z-index:0;opacity:0;background:radial-gradient(260px circle at var(--mx,50%) var(--my,50%), #0f172a33 0%, #0f172a1f 35%, #0f172a00 75%);transition:opacity .25s;position:absolute;inset:0}.sheep:hover:before{opacity:1}.sheep>*{z-index:1;position:relative}.sheep__modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:3000;background:#0f172a6b;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.sheep__modal{z-index:1010;background:#fff;border:1px solid #dbe7ff;border-radius:16px;flex-direction:column;align-items:stretch;width:100%;min-width:320px;max-width:420px;max-height:90vh;margin-top:40px;padding:2.2rem 2.2rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 32px #00000021}.sheep__modal h3{color:#2563eb;text-align:center;letter-spacing:.2px;margin-bottom:1.2rem;font-size:1.3rem;font-weight:700}.sheep__modal .sheep__form--modal{max-height:60vh;padding-right:4px;overflow-y:auto}.sheep__modal .sheep__detail-info{color:#333;margin-bottom:.7rem;font-size:1rem}.sheep__modal .sheep__detail-info b{color:#2563eb}.sheep__modal .sheep__detail-map{border:1px solid #e0e7ef;border-radius:10px;width:100%;min-height:180px;max-height:220px;margin:10px 0 18px;overflow:hidden;box-shadow:0 2px 8px #2563eb14}.sheep__modal .sheep__detail-map .leaflet-container{border-radius:10px;width:100%!important;height:200px!important}.sheep__modal .leaflet-pane .leaflet-marker-icon{background:0 0}.sheep__modal--detail{max-width:500px;margin-top:80px}.sheep__modal--detail h3{border-bottom:1px solid #e2e8f0;margin-bottom:.95rem;padding-bottom:.8rem}.sheep__detail-content{max-height:60vh;padding-right:4px;overflow-y:auto}.sheep__detail-image{object-fit:cover;background:#f8fafc;border:2px solid #e2e8f0;border-radius:14px;width:112px;height:112px;margin:0 auto 1rem;display:block;box-shadow:0 4px 14px #2563eb1f}.sheep__detail-grid{grid-template-columns:1fr;gap:.5rem;margin-bottom:.7rem;display:grid}.sheep__detail-info{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.58rem .72rem;font-size:.94rem;display:flex}.sheep__detail-info b{color:#2563eb;flex-shrink:0;min-width:96px;font-weight:700}.sheep__detail-info span{text-align:right;word-break:break-word;color:#1e293b;font-weight:500}.sheep__detail-info--location span{font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.86rem}.sheep__detail-map{border:1px solid #dbeafe;border-radius:12px;margin:.75rem 0 .95rem;overflow:hidden;box-shadow:0 3px 12px #2563eb1f}.sheep__detail-map .leaflet-container,.sheep__detail-map .sheep__detail-leaflet{border-radius:12px;width:100%!important;height:215px!important}.sheep__modal-actions--detail{border-top:1px solid #e2e8f0;margin-top:.95rem}.sheep__modal-actions--detail .sheep__btn-cancel{min-width:110px}.sheep__form--modal{gap:1rem;max-height:60vh;margin-bottom:0;padding-right:4px;overflow-y:auto}.sheep__modal-actions{z-index:2;background:#fff;justify-content:flex-end;gap:1rem;margin-top:1.2rem;padding-top:1rem;display:flex;position:sticky;bottom:0}.sheep__btn-edit{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:8px;margin-right:.5rem;padding:10px;font-size:1rem;font-weight:600;transition:background .18s}.sheep__btn-edit:hover{background:#2563eb}.sheep__btn-delete{color:#fff;cursor:pointer;background:#e11d48;border:none;border-radius:8px;padding:10px;font-size:1rem;font-weight:600;transition:background .18s}.sheep__btn-delete:hover{background:#be123c}.sheep__btn-cancel{color:#222;cursor:pointer;background:#e0e7ef;border:none;border-radius:8px;padding:10px;font-size:1rem;font-weight:600;transition:background .18s}.sheep__btn-cancel:hover{background:#cbd5e1}.sheep__controls{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:minmax(220px,1.6fr) 1fr 1fr;gap:.75rem;margin-bottom:1.1rem;padding:.95rem;display:grid;box-shadow:0 2px 8px #0f172a0d}.sheep__control{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:10px;width:100%;padding:.66rem .85rem;font-size:.96rem;font-weight:500;transition:border-color .18s,box-shadow .18s}.sheep__control:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f624}.sheep__control--search{font-weight:600}.sheep__btn-add{width:100%;margin-bottom:1.1rem}.sheep__btn-detail{margin-left:.25rem}.sheep__pagination{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.4rem;display:flex}.sheep__page-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:.42rem .9rem;font-weight:700;transition:background .18s,color .18s,border-color .18s}.sheep__page-btn:hover{background:#e2e8f0;border-color:#94a3b8}.sheep__page-btn--active{color:#fff;background:#2563eb;border-color:#2563eb}.sheep__page{z-index:2;background:#fff;border-radius:18px;max-width:700px;margin:2.5rem auto 0;padding:2.5rem 1.5rem 2rem;position:relative;box-shadow:0 4px 24px #00000014}.sheep__title{color:#2563eb;text-align:center;margin-bottom:1.2rem;font-size:2rem;font-weight:700}.sheep__form{flex-direction:column;gap:1.1rem;margin-bottom:2rem;display:flex}.sheep__form label{color:#333;margin-bottom:.3rem;font-weight:600}.sheep__form input,.sheep__form select{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;margin-bottom:.2rem;padding:.6rem 1rem;font-size:1rem}.sheep__form .sheep__input-file{color:#2563eb;background:0 0;border:none;padding:.5rem 0;font-size:1rem}.sheep__form .sheep__input-file::-webkit-file-upload-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;margin-right:1rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;transition:background .18s}.sheep__form .sheep__input-file::-webkit-file-upload-button:hover{background:#4f8cff}.sheep__form .sheep__input-file::file-selector-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;margin-right:1rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;transition:background .18s}.sheep__form .sheep__input-file::file-selector-button:hover{background:#4f8cff}.sheep__location-row{align-items:center;gap:1rem;display:flex}.sheep__location-info{color:#2563eb;font-size:.98rem;font-weight:500}.sheep__weather-info{color:#555;margin-left:1.2rem;font-size:.98rem}.sheep__btn-lokasi{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:8px;margin-left:.5rem;padding:.6rem 1.5rem;font-size:1rem;font-weight:600;transition:background .18s}.sheep__btn-lokasi:hover{background:#2563eb}.sheep__btn-submit{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px;font-size:1.1rem;font-weight:700;transition:background .18s}.sheep__btn-submit:hover{background:#4f8cff}.sheep__list{z-index:1;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));align-items:stretch;gap:20px;margin-top:2.5rem;display:grid;position:relative}.sheep__card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:.45rem;width:100%;min-width:0;min-height:260px;padding:.95rem;transition:box-shadow .18s,transform .18s,border-color .18s;display:flex;position:relative;box-shadow:0 2px 8px #0000000f}.sheep__card:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 4px 16px #4f8cff21}.sheep__card-image{object-fit:cover;background:#e0e7ef;border-radius:10px;width:82px;height:82px;margin-top:.25rem;display:block}.sheep__name{color:#2563eb;text-align:center;word-break:break-word;margin-bottom:.1rem;font-size:1.1rem;font-weight:700}.sheep__meta{flex-direction:column;gap:.2rem;width:100%;margin-top:.1rem;display:flex}.sheep__info{color:#334155;text-align:left;word-break:break-word;font-size:.9rem;line-height:1.35}.sheep__info b{color:#1e293b;margin-right:.2rem}.sheep__actions{justify-content:center;gap:.5rem;width:100%;margin-top:auto;display:flex}.sheep__actions button{flex:1;margin-right:0;padding:.5rem .62rem;font-size:.88rem}@media only screen and (width<=767px){.sheep{margin-top:84px;padding:20px 12px}.sheep:before{display:none}.sheep .sheep{margin-top:0}.sheep .sheep__page{border-radius:12px;margin-top:1rem;padding:1.35rem .9rem 1.1rem}.sheep .sheep__title{margin-bottom:.85rem;font-size:1.35rem}.sheep .sheep__list{grid-template-columns:1fr;gap:12px;margin-top:1.25rem}.sheep .sheep__card{width:100%;max-width:100%;min-height:auto}.sheep .sheep__actions{flex-wrap:wrap}.sheep .sheep__actions button{flex:auto;min-width:92px}.sheep .sheep__card-image{width:74px;height:74px}.sheep__controls{grid-template-columns:1fr;gap:.62rem;padding:.75rem}.sheep__control{padding:.6rem .72rem;font-size:.93rem}.sheep__btn-submit,.sheep__btn-edit,.sheep__btn-delete,.sheep__btn-cancel{padding:.56rem .72rem;font-size:.92rem}.sheep__modal{min-width:0;padding:1.1rem .95rem 1rem}.sheep__modal h3{margin-bottom:.8rem;font-size:1.08rem}.sheep__detail-image{border-radius:12px;width:92px;height:92px}.sheep__detail-info{gap:.7rem;padding:.52rem .62rem;font-size:.9rem}.sheep__detail-info b{min-width:78px}.sheep__detail-info span{font-size:.88rem}.sheep__detail-map .leaflet-container,.sheep__detail-map .sheep__detail-leaflet{height:180px!important}}@media only screen and (width>=768px) and (width<=1024px){.sheep{margin-top:92px;padding:30px 18px}.sheep .sheep{margin-top:0}.sheep .sheep__page{max-width:900px;padding:2rem 1.3rem 1.5rem}.sheep .sheep__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.sheep .sheep__card{max-width:100%}.sheep__controls{grid-template-columns:1.4fr 1fr 1fr;padding:.85rem}.sheep__modal{max-width:500px}}@media only screen and (width>=1025px){.sheep{margin-top:100px;padding:40px}.sheep__controls{grid-template-columns:minmax(220px,1.6fr) 1fr 1fr}}@media only screen and (width<=480px){.sheep{margin-top:78px;padding:16px 10px}.sheep:before{display:none}.sheep .sheep__page{padding:1.1rem .75rem 1rem}.sheep .sheep__title{font-size:1.2rem}.sheep .sheep__name{font-size:1rem}.sheep .sheep__info{font-size:.88rem}.sheep .sheep__card-image{width:62px;height:62px}.sheep__controls{border-radius:10px;padding:.65rem}.sheep__control{padding:.55rem .62rem;font-size:.9rem}.sheep__pagination{gap:.36rem;margin-top:1rem}.sheep__page-btn{padding:.35rem .72rem;font-size:.86rem}.sheep__modal{max-width:90%;padding:.95rem .72rem .82rem}.sheep__detail-info{flex-direction:column;gap:.2rem}.sheep__detail-info b{min-width:0}.sheep__detail-info span{text-align:left}.sheep__detail-map .leaflet-container,.sheep__detail-map .sheep__detail-leaflet{height:165px!important}}.swal2-container{z-index:2000!important}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.recommendation{isolation:isolate;margin:150px 0;position:relative}.recommendation:before{content:"";pointer-events:none;z-index:0;opacity:0;background:radial-gradient(260px circle at var(--mx,50%) var(--my,50%), #0f172a33 0%, #0f172a1f 35%, #0f172a00 75%);transition:opacity .25s;position:absolute;inset:0}.recommendation:hover:before{opacity:1}.recommendation>*{z-index:1;position:relative}.recommendation__page{background:#fff;border-radius:18px;max-width:700px;margin:2.5rem auto 0;padding:2.5rem 1.5rem 2rem;box-shadow:0 4px 24px #00000014}.recommendation__title{color:#2563eb;text-align:center;margin-bottom:1.2rem;font-size:2rem;font-weight:700}.recommendation__form{flex-direction:column;gap:1.1rem;margin-bottom:2rem;display:flex}.recommendation__form label{color:#333;margin-bottom:.3rem;font-weight:600}.recommendation__form select{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;margin-bottom:.2rem;padding:.6rem 1rem;font-size:1rem}.recommendation__form .btn-generate{color:#fff;cursor:pointer;background:#4f8cff;border:none;border-radius:8px;margin-top:.5rem;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;transition:background .18s}.recommendation__form .btn-generate:hover{background:#2563eb}.recommendation__map{border-radius:12px;margin-top:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.recommendation__map-view{width:100%;height:300px;margin-top:10px}.recommendation__result{color:#222;white-space:pre-line;background:#f8fafc;border-radius:12px;margin-top:1.5rem;padding:1.2rem 1.5rem;font-size:1.1rem;line-height:1.6;box-shadow:0 2px 8px #0000000f}.recommendation__info{color:#555;margin-bottom:.7rem;font-size:1rem}.recommendation__error{color:#e11d48;margin-top:.5rem;font-size:.95rem;font-weight:600}@media only screen and (width<=767px){.recommendation{margin:90px 0 30px;padding:0 12px}.recommendation:before{display:none}.recommendation__page{border-radius:12px;margin-top:.8rem;padding:1.35rem .95rem 1.1rem}.recommendation__title{margin-bottom:.85rem;font-size:1.35rem}.recommendation__form{gap:.85rem;margin-bottom:1.2rem}.recommendation__form label{font-size:.93rem}.recommendation__form select{padding:.58rem .75rem;font-size:.93rem}.recommendation__form .btn-generate{padding:.62rem 1rem;font-size:.94rem}.recommendation__map-view{height:220px;margin-top:6px}.recommendation__info{margin-bottom:.55rem;font-size:.92rem}.recommendation__result{margin-top:1rem;padding:1rem .9rem;font-size:.95rem;line-height:1.55}}@media only screen and (width>=768px) and (width<=1024px){.recommendation{margin:110px 0 36px;padding:0 18px}.recommendation__page{max-width:860px;margin-top:1.2rem;padding:2rem 1.4rem 1.5rem}.recommendation__title{margin-bottom:1rem;font-size:1.75rem}.recommendation__form{gap:.95rem}.recommendation__form select,.recommendation__form .btn-generate{font-size:.98rem}.recommendation__map-view{height:260px}.recommendation__result{padding:1.05rem 1.15rem;font-size:1rem}}@media only screen and (width>=1025px){.recommendation{margin:150px 0;padding:0}.recommendation__page{max-width:700px;padding:2.5rem 1.5rem 2rem}.recommendation__map-view{height:300px}}@media only screen and (width<=480px){.recommendation{margin:82px 0 24px;padding:0 10px}.recommendation:before{display:none}.recommendation__page{border-radius:10px;padding:1.1rem .75rem .95rem}.recommendation__title{margin-bottom:.72rem;font-size:1.18rem}.recommendation__form{gap:.72rem}.recommendation__form label{font-size:.9rem}.recommendation__form select{padding:.52rem .62rem;font-size:.9rem}.recommendation__form .btn-generate{padding:.56rem .82rem;font-size:.9rem}.recommendation__map-view{height:190px}.recommendation__info{font-size:.88rem}.recommendation__result{margin-top:.82rem;padding:.86rem .72rem;font-size:.9rem}.recommendation__error{font-size:.88rem}}.register{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;margin:0;padding:24px;display:flex;position:relative;overflow:hidden}.register__overlay{background:#1e293b73;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.register__container{z-index:2;-webkit-backdrop-filter:blur(2px);background:#fffffff7;border-radius:1.2rem;width:100%;max-width:400px;padding:2.5rem 2rem 2rem;position:relative;box-shadow:0 8px 28px #0f172a29}.register__title{color:#1e293b;text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.register__form{flex-direction:column;gap:1.1rem;display:flex}.register__field{flex-direction:column;gap:.3rem;display:flex}.register__field label{color:#334155;margin-bottom:.2rem;font-weight:600}.register__field input[type=text],.register__field input[type=email],.register__field input[type=password]{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;padding:.6rem 1rem;font-size:1rem;transition:border .18s}.register__field input[type=text]:focus,.register__field input[type=email]:focus,.register__field input[type=password]:focus{border:1.5px solid #2563eb;outline:none}.register__field input[type=file]{color:#2563eb;background:0 0;border:none;padding:.5rem 0;font-size:1rem}.register__field input[type=file]::-webkit-file-upload-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;margin-right:1rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;transition:background .18s}.register__field input[type=file]::-webkit-file-upload-button:hover{background:#4f8cff}.register__field input[type=file]::file-selector-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;margin-right:1rem;padding:.5rem 1.2rem;font-size:1rem;font-weight:600;transition:background .18s}.register__field input[type=file]::file-selector-button:hover{background:#4f8cff}.register__button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-top:1.2rem;padding:.8rem 2.2rem;font-size:1.1rem;font-weight:700;transition:background .18s}.register__button:hover{background:#4f8cff}.register__login-link{text-align:center;color:#555;margin-top:1.5rem;font-size:1rem}.register__login-link span{color:#2563eb;cursor:pointer;font-weight:600;transition:color .18s}.register__login-link span:hover{color:#4f8cff}@media only screen and (width>=768px) and (width<=1024px){.register,.register__overlay{padding:20px}.register__container{max-width:460px;padding:2.2rem 1.8rem 1.8rem}.register__title{font-size:1.85rem}}@media only screen and (width<=767px){.register{padding:12px}.register__overlay{align-items:center;padding:12px}.register__container{border-radius:.95rem;margin-top:4vh;padding:1.7rem 1rem}.register__title{margin-bottom:1rem;font-size:1.6rem}.register__form{gap:.95rem}.register__button{margin-top:.8rem;padding:.75rem 1rem;font-size:.95rem}}@media only screen and (width<=480px){.register{padding:10px}.register__container{border-radius:.8rem;margin-top:2vh;padding:1.35rem .85rem}.register__field input[type=text],.register__field input[type=email],.register__field input[type=password]{padding:.65rem .85rem;font-size:.95rem}.register__field input[type=file]{font-size:.92rem}.register__field input[type=file]::-webkit-file-upload-button{margin-right:.6rem;padding:.42rem .9rem;font-size:.9rem}.register__field input[type=file]::file-selector-button{margin-right:.6rem;padding:.42rem .9rem;font-size:.9rem}.register__login-link{margin-top:1.1rem;font-size:.92rem}}@media only screen and (width>=1025px){.register__container{max-width:400px}}
