@import"https://fonts.googleapis.com/css2?family=Lora:wght@500;600&family=Nunito:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{font-family:Arial,sans-serif;background:#f5f5f5;margin:0;padding:0}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.page{max-width:95%;margin:0 auto;padding:2rem 2.5rem}.container{max-width:1200px;margin:0 auto;padding:0 20px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.page-header{text-align:left;margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#779f3e,#5a7a2f);border-radius:12px;color:#fff;box-shadow:0 4px 16px #779f3e40}.page-header h1{font-size:1.6rem;font-weight:700;margin:0 0 .25rem;color:#fff}.page-header p{font-size:.9rem;margin:0;opacity:.85;color:#fff}.page-title{font-size:36px;font-weight:800;margin-bottom:10px;letter-spacing:-.5px;color:#fff}.page-subtitle,.page-description{font-size:18px;opacity:.95;margin:0;font-weight:500;color:#fff}.page-content{background:#ffffffbf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:12px;padding:2rem 2.5rem;border:1px solid rgba(119,159,62,.15)}.page-footer{text-align:center;padding-top:30px;border-top:2px solid #f0f0f0;margin-top:40px}.section-title{margin:30px 0 20px;text-align:center;font-size:2.2rem;color:#333}.card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.loading{text-align:center;padding:60px 20px;font-size:18px;color:#666}@media(max-width:900px){.page{max-width:95%;padding:1.5rem}.page-content{padding:1.5rem 2rem}}@media(max-width:768px){.page-header{padding:25px 20px}.page-title{font-size:28px}.page-subtitle,.page-description{font-size:16px}.section-title{font-size:1.8rem}}@media(max-width:640px){.page{max-width:100%;padding:1rem}.page-content{padding:1rem}.page-header{padding:20px;margin-bottom:24px}.page-header h1{font-size:1.3rem}}@media(max-width:480px){.page-title{font-size:22px}.page-subtitle,.page-description{font-size:14px}.section-title{font-size:1.5rem}}.breadcrumb-nav{margin-bottom:40px}.breadcrumb{list-style:none;display:flex;flex-wrap:wrap;align-items:center;padding:12px 20px;background-color:#ffffffe6;border-radius:8px;margin:0 0 1.5rem;box-shadow:0 2px 8px #0000000f;margin-bottom:15px}.breadcrumb-item{font-size:14px}.breadcrumb-item a{color:#779f3e;text-decoration:none;font-weight:500;transition:color .3s}.breadcrumb-item a:hover{color:#5a7a2f;text-decoration:underline}.breadcrumb-separator{color:#999;margin:0 10px;-webkit-user-select:none;user-select:none}.breadcrumb-item.active{color:#333;font-weight:600}.cta-back{display:inline-flex;align-items:center;gap:12px;background:linear-gradient(135deg,#779f3e,#5a7a2f);color:#fff;padding:14px 28px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 12px #779f3e4d}.cta-back:hover{background:linear-gradient(135deg,#5a7a2f,#4a6525);transform:translate(-8px);box-shadow:0 6px 20px #779f3e66}.cta-back i{font-size:15px;transition:transform .3s}.cta-back:hover i{transform:translate(-3px)}@media(max-width:768px){.breadcrumb{font-size:12px}}@media(max-width:480px){.cta-back{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.cta-back,.cta-back i,.breadcrumb-item a{transition:none}.cta-back:hover,.cta-back:hover i{transform:none}}.alert{display:flex;align-items:center;gap:.6rem;padding:12px 18px;border-radius:8px;margin-bottom:20px;font-size:.88rem}.alert-success{background:#d6f5d6;color:#0a6b0a}.alert-danger{background:#f8d7da;color:#842029}.alert--animated{padding:15px 20px;border-radius:6px;margin-bottom:20px;font-weight:500;animation:alertSlideDown .3s ease-out}@keyframes alertSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-success--animated{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-danger--animated{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(prefers-reduced-motion:reduce){.alert--animated{animation:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:.45rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s,opacity .15s}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-sm{padding:.32rem .75rem;font-size:.8rem}.btn-lg{padding:.6rem 1.4rem;font-size:.95rem}.btn-primary{background:#779f3e;color:#fff}.btn-primary:hover:not(:disabled){background:#5a7a2f}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background:#4b5563}.btn-success{background:#16a34a;color:#fff}.btn-success:hover:not(:disabled){background:#15803d}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background:#d97706}.btn-cancel{background:#f1f5f9;color:#555;border:1px solid #cbd5e1}.btn-cancel:hover:not(:disabled){background:#e2e8f0}.btn-edit{background:#779f3e;color:#fff;border:1px solid #5a7a2f;border-radius:6px;padding:3px 10px;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:5px}.btn-edit:hover:not(:disabled){background:#5a7a2f}.btn-view{background:#f4f7ee;color:#4a6b28;border:1px solid #dbe6c4;border-radius:6px;padding:3px 10px;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:5px}.btn-view:hover:not(:disabled){background:#eaf2d8;border-color:#c3d99a}.btn-delete{background:#ef4444;color:#fff;border:1px solid #dc2626;border-radius:6px;padding:3px 10px;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;white-space:nowrap;text-decoration:none;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:5px}.btn-delete:hover:not(:disabled){background:#dc2626}@media(max-width:540px){.btn-view,.btn-edit,.btn-delete{padding:7px 12px;font-size:.82rem}}@media(prefers-reduced-motion:reduce){.btn,.btn-view,.btn-edit,.btn-delete{transition:none}}.panel-section{margin-bottom:1.75rem;border:1px solid #e2ead6;border-radius:12px;overflow:hidden;background:#fff}.panel-section:last-child{margin-bottom:0}.panel-section-bar{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;background:linear-gradient(135deg,#779f3e,#5a7a2f);color:#fff;flex-wrap:wrap}.panel-section-title{margin:0;font-size:1.05rem;font-weight:700;color:#fff;flex:1;min-width:0;display:flex;align-items:center;gap:.4rem;word-break:break-word;overflow-wrap:anywhere}.panel-section-count{font-size:.85rem;font-weight:500;color:#fff;opacity:.9}.panel-section-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0;margin-left:auto}.panel-section-rename{display:flex;align-items:center;gap:.4rem;flex:1;flex-wrap:wrap}.panel-section-rename input{padding:.38rem .65rem;border:1px solid #c3d99a;border-radius:6px;font-size:.9rem;outline:none;min-width:180px;flex:1;background:#fff;color:#333}.panel-section-rename input:focus{border-color:#fff;box-shadow:0 0 0 2px #ffffff80}.panel-order-btns{display:flex;flex-direction:column;gap:3px;flex-shrink:0}.panel-order-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:20px;padding:0;border:1px solid rgba(255,255,255,.45);border-radius:4px;background:#ffffff2e;color:#fff;font-size:.6rem;line-height:1;cursor:pointer;transition:background .15s}.panel-order-btn:hover:not(:disabled){background:#ffffff59;border-color:#ffffffb3}.panel-order-btn:disabled{opacity:.35;cursor:not-allowed}.panel-order-btn-light{border-color:#cbd5c0;background:#f1f5ec;color:#3b6d11}.panel-order-btn-light:hover:not(:disabled){background:#e3ecd8;border-color:#b6c7a4}.panel-section-empty{margin:0;padding:1.5rem 1rem;text-align:center;color:#778;font-size:.9rem}@media(max-width:640px){.panel-section-bar{gap:.5rem}.panel-section-title{font-size:.98rem;flex-basis:calc(100% - 40px)}.panel-section-actions{margin-left:0;flex-basis:100%;justify-content:flex-end}}@media(prefers-reduced-motion:reduce){.panel-order-btn{transition:none}}:root{--btn-fill: #4F7C19;--btn-fill-hover: #3B6D11;--btn-text: #3B6D11;--btn-border: #779F3E;--btn-tint: #f6f9f0;--btn-tint-hover: #EAF3DE;--btn-focus: #3B6D11}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.7rem 1.6rem;border-radius:8px;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.3;text-decoration:none;text-align:center;cursor:pointer;border:1.5px solid transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.btn:focus-visible{outline:3px solid var(--btn-focus);outline-offset:2px}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.btn .btn-arrow{flex-shrink:0;transition:transform .15s ease}.btn:hover .btn-arrow{transform:translate(3px)}.btn.btn-primary{background:var(--btn-fill);color:#fff;border-color:var(--btn-fill)}.btn.btn-primary:hover{background:var(--btn-fill-hover);border-color:var(--btn-fill-hover);color:#fff}.btn.btn-secondary{background:#fff;color:var(--btn-text);border-color:var(--btn-border)}.btn.btn-secondary:hover{background:var(--btn-tint-hover);border-color:var(--btn-fill-hover);color:#27500a}.btn.btn-quiet,.btn-quiet{display:inline-flex;align-items:center;gap:.35rem;min-height:44px;padding:.35rem .6rem;margin-left:-.6rem;border-radius:6px;color:var(--btn-text);font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;background:transparent;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease}.btn.btn-quiet:hover,.btn-quiet:hover{background:var(--btn-tint-hover);color:var(--btn-fill-hover);text-decoration:underline;text-underline-offset:3px}.btn-quiet:focus-visible{outline:3px solid var(--btn-focus);outline-offset:1px}.btn-quiet .btn-arrow{flex-shrink:0;transition:transform .15s ease}.btn-quiet:hover .btn-arrow{transform:translate(2px)}.card-hint{display:inline-flex;align-items:center;gap:.4rem;margin-top:.6rem;font-size:.92rem;font-weight:600;color:var(--btn-text);text-decoration:none;white-space:nowrap}.card-hint-sm{font-size:.86rem;margin-top:.4rem}.card-hint .btn-arrow{flex-shrink:0;transition:transform .15s ease}.card-link:hover .card-hint{color:var(--btn-fill-hover)}.card-link:hover .card-hint .btn-arrow{transform:translate(3px)}.card-foot{margin-top:auto;padding:.65rem 1rem;border-top:1px solid #eef2e6;display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--btn-text);transition:background-color .15s ease,color .15s ease}.card-foot .btn-arrow{flex-shrink:0;transition:transform .15s ease}.card-link:hover .card-foot{background:var(--btn-tint);color:var(--btn-fill-hover)}.card-link:hover .card-foot .btn-arrow{transform:translate(3px)}.card-link:focus-visible{outline:3px solid var(--btn-focus);outline-offset:2px}@media(max-width:640px){.btn-block-mobile{display:flex;width:100%}}@media(prefers-reduced-motion:reduce){.btn,.btn-quiet,.btn .btn-arrow,.btn-quiet .btn-arrow,.card-hint,.card-hint .btn-arrow,.card-foot,.card-foot .btn-arrow{transition:none}.btn:hover .btn-arrow,.btn-quiet:hover .btn-arrow,.card-link:hover .card-hint .btn-arrow,.card-link:hover .card-foot .btn-arrow{transform:none}}._footer_docb9_19{background:#1f3110;color:#e7efdc;padding:26px 20px 18px;position:relative}._footerContent_docb9_33{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:24px 44px;align-items:start}._footerColumn_docb9_51{min-width:0}._footerLogo_docb9_59{margin-bottom:12px}._footerLogo_docb9_59 img{max-width:120px;height:auto;background-color:#779f3eba;border-radius:10px}._aboutText_docb9_81{margin:0 0 10px;line-height:1.5;font-size:.85rem}._copyright_docb9_93{margin:0;font-size:.8rem;color:#b8c9a4}._footerColumn_docb9_51 h3{color:#c0dd97;margin:0 0 10px;font-size:.95rem;position:relative;padding-bottom:8px}._footerColumn_docb9_51 h3:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:#97c459}._footerLinks_docb9_147{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,auto);justify-content:start;gap:7px 28px}._footerLinks_docb9_147 a{color:#e7efdc;text-decoration:none;font-size:.85rem;transition:color .2s ease}._footerLinks_docb9_147 a:hover{color:#c0dd97;text-decoration:underline;text-underline-offset:3px}._contactBlock_docb9_197{display:flex;flex-direction:column;gap:8px}._phoneRow_docb9_211{display:flex;flex-wrap:wrap;gap:8px 32px}._mailRow_docb9_225{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 20px;font-size:.85rem}._address_docb9_241{margin:0;font-size:.85rem;line-height:1.5}._contactRow_docb9_257{margin:0;display:flex;flex-direction:column;gap:1px;font-size:.85rem}._contactLabel_docb9_273{font-size:.76rem;color:#a8bd91;line-height:1.4}._contactLink_docb9_285{color:#e7efdc;text-decoration:none;transition:color .2s ease;word-break:break-word}._contactLink_docb9_285:hover{color:#c0dd97;text-decoration:underline;text-underline-offset:3px}._moreLink_docb9_311{font-size:.82rem;color:#c0dd97;text-decoration:underline;text-underline-offset:3px}._moreLink_docb9_311:hover{color:#fff}._loading_docb9_333{margin:0;font-size:.85rem;color:#a8bd91}._backToTop_docb9_349{position:absolute;right:24px;bottom:24px;width:44px;height:44px;border-radius:50%;background:#779f3e40;border:1px solid rgba(192,221,151,.35);color:#e7efdc;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .15s ease,border-color .15s ease}._backToTop_docb9_349:hover{background:#779f3e73;border-color:#c0dd97}._footerLinks_docb9_147 a:focus-visible,._contactLink_docb9_285:focus-visible,._moreLink_docb9_311:focus-visible,._backToTop_docb9_349:focus-visible{outline:3px solid #C0DD97;outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){._footerLinks_docb9_147 a,._contactLink_docb9_285,._backToTop_docb9_349{transition:none}}@media(max-width:900px){._footerContent_docb9_33{grid-template-columns:1fr 1fr;gap:28px 32px}._footerColumn_docb9_51:first-child{grid-column:1 / -1}}@media(max-width:768px){._footer_docb9_19{padding:26px 18px 76px}._footerContent_docb9_33{grid-template-columns:1fr;gap:24px;text-align:center}._footerColumn_docb9_51:first-child{grid-column:auto}._footerColumn_docb9_51 h3:after{left:50%;transform:translate(-50%);width:44px}._footerLinks_docb9_147{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:7px 18px}._footerLinks_docb9_147 a{white-space:nowrap}._contactBlock_docb9_197{align-items:center}._phoneRow_docb9_211,._mailRow_docb9_225{justify-content:center}._backToTop_docb9_349{right:50%;transform:translate(50%);bottom:20px}}._header_2m1mf_5{position:sticky;top:0;width:100%;display:flex;align-items:center;justify-content:space-between;background:#ffffffeb;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1300;box-shadow:0 1px #00000014,0 4px 16px #0000000f;padding:0 32px;height:70px;font-family:Nunito,sans-serif;box-sizing:border-box;transition:height .3s ease,background .3s ease,box-shadow .3s ease;--nav-font-size: clamp(15px, 1.4vw, 20px);--nav-logo-h: 48px}._header_2m1mf_5._scrolled_2m1mf_47{height:68px;background:#4a7108b2;--nav-font-size: clamp(13px, 1.1vw, 17px);--nav-logo-h: 40px}._header_2m1mf_5._scrolled_2m1mf_47 ._logo_2m1mf_59 img{height:var(--nav-logo-h)}._header_2m1mf_5._transparent_2m1mf_69{background:#1e311080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);box-shadow:0 1px #ffffff14}._header_2m1mf_5._transparent_2m1mf_69 ._navItem_2m1mf_83 a{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}._header_2m1mf_5._transparent_2m1mf_69 ._navItem_2m1mf_83+._navItem_2m1mf_83{border-left-color:#ffffff73}._header_2m1mf_5._transparent_2m1mf_69 ._navItem_2m1mf_83 a:hover{background:#ffffff29}._header_2m1mf_5._transparent_2m1mf_69 ._navItem_2m1mf_83 a._activeLink_2m1mf_109{background:#ffffff38;color:#fff}._leftSection_2m1mf_121{display:flex;align-items:center;flex-shrink:0}._leftSection_2m1mf_121 a{display:flex;align-items:center;text-decoration:none}._leftSection_2m1mf_121 img{height:var(--nav-logo-h);width:auto;transition:height .3s ease;border-radius:8px}._navbar_2m1mf_159{flex:1;display:flex;justify-content:flex-end}._navList_2m1mf_171{list-style:none;padding:0;margin:0;display:flex;align-items:center}._navItem_2m1mf_83+._navItem_2m1mf_83{border-left:2px solid #779f3e;margin-left:8px;padding-left:8px}._navItem_2m1mf_83 a{display:block;padding:8px 14px;font-family:Nunito,sans-serif;font-size:var(--nav-font-size);font-weight:250;color:#000000d1;text-decoration:none;border-radius:8px;transition:color .2s,background .2s,font-size .3s ease;letter-spacing:.01em}._navItem_2m1mf_83 a:hover{background:#779f3e26}._navItem_2m1mf_83 a._activeLink_2m1mf_109{background:#4a7108b3;color:#000000d1}._overlay_2m1mf_243,._sidebarLogo_2m1mf_253{display:none}@media(max-width:768px){._header_2m1mf_5{padding:0 16px 0 64px}._navbar_2m1mf_159{position:fixed;top:0;left:0;width:260px;height:100vh;background:linear-gradient(-90deg,#779f3eeb,#56821cfa);box-shadow:2px 0 18px #0003;transform:translate(-100%);transition:transform .28s ease;z-index:1300;overflow-y:auto;padding-top:16px;display:flex;flex-direction:column;justify-content:flex-start}._navbar_2m1mf_159._open_2m1mf_315{transform:translate(0)}._overlay_2m1mf_243{display:block;position:fixed;inset:0;background:#0006;z-index:1200}._navList_2m1mf_171{flex-direction:column;align-items:stretch;gap:6px;padding:12px}._navItem_2m1mf_83{width:100%}._navItem_2m1mf_83+._navItem_2m1mf_83{border:none;margin:0;padding:0}._navItem_2m1mf_83 a{width:100%;padding:14px 16px;color:#fff;font-size:15px;border-radius:10px;box-sizing:border-box}._header_2m1mf_5._transparent_2m1mf_69 ._navItem_2m1mf_83 a{text-shadow:none}._navItem_2m1mf_83 a:hover{background:#ffffff1f;color:#fff}._navItem_2m1mf_83 a._activeLink_2m1mf_109{background:#ffffff2e;color:#fff}._sidebarLogo_2m1mf_253{display:flex;align-items:center;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:12px;padding:0 16px 20px 56px}._sidebarLogo_2m1mf_253 a{display:flex;align-items:center;text-decoration:none}._sidebarLogo_2m1mf_253 img{height:42px;width:auto}}._hamburger_16urp_1{display:flex;align-items:center;justify-content:center;position:fixed;top:12px;left:12px;z-index:1500;width:40px;height:40px;background:#779f3e;border:none;outline:none;border-radius:6px;cursor:pointer;padding:0}._hamburgerBtn_16urp_53{width:28px;cursor:pointer;position:relative}._hamburgerBtn_16urp_53 span{display:block;width:100%;height:3px;background:#fff;border-radius:999px;position:relative;transition:all .3s;box-shadow:0 1px 4px #00000040}._hamburgerBtn_16urp_53 span+span{margin-top:6px}._hamburgerActive_16urp_109 span:nth-child(1){animation:_hamburgerTop_16urp_1 .7s ease forwards}._hamburgerActive_16urp_109 span:nth-child(2){animation:_hamburgerScaled_16urp_1 .7s ease forwards}._hamburgerActive_16urp_109 span:nth-child(3){animation:_hamburgerBottom_16urp_1 .7s ease forwards}._hamburgerInactive_16urp_137 span:nth-child(1){animation:_hamburgerTopReverse_16urp_1 .7s ease forwards}._hamburgerInactive_16urp_137 span:nth-child(2){animation:_hamburgerScaledReverse_16urp_1 .7s ease forwards}._hamburgerInactive_16urp_137 span:nth-child(3){animation:_hamburgerBottomReverse_16urp_1 .7s ease forwards}@keyframes _hamburgerTop_16urp_1{0%{top:0;transform:rotate(0)}50%{top:9px;transform:rotate(0)}to{top:9px;transform:rotate(45deg)}}@keyframes _hamburgerTopReverse_16urp_1{0%{top:9px;transform:rotate(45deg)}50%{top:9px;transform:rotate(0)}to{top:0;transform:rotate(0)}}@keyframes _hamburgerBottom_16urp_1{0%{bottom:0;transform:rotate(0)}50%{bottom:9px;transform:rotate(0)}to{bottom:9px;transform:rotate(135deg)}}@keyframes _hamburgerBottomReverse_16urp_1{0%{bottom:9px;transform:rotate(135deg)}50%{bottom:9px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes _hamburgerScaled_16urp_1{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes _hamburgerScaledReverse_16urp_1{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}@media(min-width:771px){._hamburger_16urp_1{display:none}}.cta{display:inline-block;padding:8px 16px;font-size:14px;font-weight:500;text-align:center;text-decoration:none;border:none;border-radius:6px;cursor:pointer;font-family:inherit;background-color:#779f3e;color:#fff;transition:background .2s,transform .2s}.cta:hover{background-color:#5a7a2f;transform:translateY(-2px)}.cta:active{transform:translateY(0)}.actions-cell{text-align:center}.action-buttons{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap}@media(max-width:768px){.action-buttons{flex-direction:column}}._adminLayout_1hhki_1{display:flex;min-height:100vh}._adminSidebar_1hhki_9{width:240px;background:linear-gradient(-90deg,#73801dcc,#56821cf2);color:#fff;position:fixed;height:100vh;overflow-x:hidden;overflow-y:auto;box-shadow:2px 0 12px #00000026;z-index:1000}._adminSidebar_1hhki_9::-webkit-scrollbar{width:4px}._adminSidebar_1hhki_9::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}._adminLogo_1hhki_35{padding:20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);background:#0000001a}._adminLogo_1hhki_35 a{display:block}._adminLogo_1hhki_35 img{max-width:100%;max-height:70px;object-fit:contain;margin-bottom:10px}._adminLogo_1hhki_35 h2{font-size:16px;font-weight:600;margin:0 0 4px;color:#fff}._adminUser_1hhki_73{font-size:12px;opacity:.8;margin:0}._adminNav_1hhki_83{padding:12px 0}._navList_1hhki_85{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;width:100%}._navItem_1hhki_101{width:100%;flex-shrink:0}._navSeparator_1hhki_109{height:1px;background:#fff3;margin:4px 16px}._navLink_1hhki_121{display:flex;align-items:center;width:100%;padding:12px 20px;color:#ffffffd9;text-decoration:none;font-size:14px;font-weight:500;font-family:inherit;background:none;border:none;outline:none;cursor:pointer;box-sizing:border-box;transition:background .15s}._hamburgerBtn_1hhki_155{width:28px;cursor:pointer;position:relative}._hamburgerBtn_1hhki_155 span{display:block;width:100%;height:3px;background:#fff;border-radius:999px;position:relative;transition:all .3s;box-shadow:0 1px 4px #00000040}._hamburgerBtn_1hhki_155 span+span{margin-top:6px}._hamburgerActive_1hhki_201 span:nth-child(1){animation:_hamburgerTop_1hhki_1 .7s ease forwards}._hamburgerActive_1hhki_201 span:nth-child(2){animation:_hamburgerScaled_1hhki_1 .7s ease forwards}._hamburgerActive_1hhki_201 span:nth-child(3){animation:_hamburgerBottom_1hhki_1 .7s ease forwards}._hamburgerInactive_1hhki_225 span:nth-child(1){animation:_hamburgerTopReverse_1hhki_1 .7s ease forwards}._hamburgerInactive_1hhki_225 span:nth-child(2){animation:_hamburgerScaledReverse_1hhki_1 .7s ease forwards}._hamburgerInactive_1hhki_225 span:nth-child(3){animation:_hamburgerBottomReverse_1hhki_1 .7s ease forwards}@keyframes _hamburgerTop_1hhki_1{0%{top:0;transform:rotate(0)}50%{top:9px;transform:rotate(0)}to{top:9px;transform:rotate(45deg)}}@keyframes _hamburgerTopReverse_1hhki_1{0%{top:9px;transform:rotate(45deg)}50%{top:9px;transform:rotate(0)}to{top:0;transform:rotate(0)}}@keyframes _hamburgerBottom_1hhki_1{0%{bottom:0;transform:rotate(0)}50%{bottom:9px;transform:rotate(0)}to{bottom:9px;transform:rotate(135deg)}}@keyframes _hamburgerBottomReverse_1hhki_1{0%{bottom:9px;transform:rotate(135deg)}50%{bottom:9px;transform:rotate(0)}to{bottom:0;transform:rotate(0)}}@keyframes _hamburgerScaled_1hhki_1{50%{transform:scale(0)}to{transform:scale(0)}}@keyframes _hamburgerScaledReverse_1hhki_1{0%{transform:scale(0)}50%{transform:scale(0)}to{transform:scale(1)}}._navLink_1hhki_121:hover{background:#ffffff1a}._navLink_1hhki_121._active_1hhki_437{background:#ffffff2e;color:#fff;font-weight:600}._navLink_1hhki_121 i{width:18px;margin-right:10px;font-size:15px;text-align:center;flex-shrink:0}._superAdmin_1hhki_461{color:#d4edaa}._adminContent_1hhki_463{margin-left:240px;flex:1;background:linear-gradient(135deg,#f5f7fa,#e8eef3);min-height:100vh;padding:24px;box-sizing:border-box}._hamburger_1hhki_155,._overlay_1hhki_485{display:none}._badge_1hhki_491{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:#f59e0b;color:#fff;font-size:.7rem;font-weight:700;border-radius:999px;margin-left:auto;line-height:1}@media(max-width:1024px){._adminSidebar_1hhki_9{width:200px}._adminContent_1hhki_463{margin-left:200px}}@media(max-width:770px){._adminSidebar_1hhki_9{transform:translate(-100%);transition:transform .25s ease;width:240px}._sidebarOpen_1hhki_541{transform:translate(0)}._adminContent_1hhki_463{margin-left:0;padding:56px 16px 16px}._hamburger_1hhki_155{padding:0;display:flex;align-items:center;justify-content:center;position:fixed;top:12px;left:12px;z-index:1100;width:40px;height:40px;background:#779f3e;color:#fff;border:none;outline:none;border-radius:6px;font-size:18px;cursor:pointer}._overlay_1hhki_485{display:block;position:fixed;inset:0;background:#0006;z-index:999}}._wrapper_bk394_1{display:flex;align-items:center;justify-content:center;min-height:60vh}._box_bk394_15{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;background:#fff;border:1px solid #e4ead9;border-radius:12px;text-align:center;max-width:380px}._box_bk394_15 i{font-size:2.5rem;color:#d0deb8}._box_bk394_15 h2{font-size:1.1rem;font-weight:700;color:#2d4a1a;margin:0}._box_bk394_15 p{font-size:.88rem;color:#888;margin:0;line-height:1.5}._urgentBanner_m51w5_19{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 24px;background:#faeeda;border-bottom:2px solid #EF9F27}._urgentBannerIcon_m51w5_39{width:22px;height:22px;color:#854f0b;flex-shrink:0}._urgentBannerText_m51w5_53{margin:0;font-size:1rem;color:#633806;line-height:1.5}._urgentBannerText_m51w5_53 strong{color:#412402}._urgentBannerLink_m51w5_75{color:#633806;text-decoration:underline;font-weight:600}._urgentBannerLink_m51w5_75:hover{color:#412402}._heroBand_m51w5_99{margin-top:-70px;min-height:340px;display:flex;align-items:flex-end;padding-bottom:34px;background:linear-gradient(90deg,#1734048c,#17340438 50%,#17340400 72%),linear-gradient(to top,#173404b8,#17340433 55%,#17340400),url(/images/background2.webp) center / cover no-repeat;position:relative}._heroBand_m51w5_99:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:46px;background:#e9f4fc;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 50' preserveAspectRatio='none'%3E%3Cpath d='M0,50 L0,26 Q300,2 600,28 T1200,20 L1200,50 Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 50' preserveAspectRatio='none'%3E%3Cpath d='M0,50 L0,26 Q300,2 600,28 T1200,20 L1200,50 Z'/%3E%3C/svg%3E") no-repeat center / 100% 100%}._urgentBanner_m51w5_19+._heroBand_m51w5_99{margin-top:0;min-height:250px}._heroBandInner_m51w5_169{width:100%;padding-top:24px;padding-bottom:64px}._heroBandInner_m51w5_169 h1{margin:0;font-size:clamp(1.5rem,1.1rem + 1.4vw,2.2rem);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.4)}._heroBandInner_m51w5_169 p{margin:6px 0 0;font-size:1.05rem;color:#eaf3de;text-shadow:0 1px 2px rgba(0,0,0,.4)}._infoZone_m51w5_217{background:#e9f4fc}._fillSky_m51w5_225{fill:#e9f4fc}._infoBarWrap_m51w5_233{position:relative;z-index:2;margin-top:-36px}._infoBarPhone_m51w5_245{color:inherit;text-decoration:none}._infoBarPhone_m51w5_245:hover{text-decoration:underline}._infoBar_m51w5_233{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid #dde4d5;border-radius:14px;box-shadow:0 4px 18px #2d4a1a24;overflow:hidden}._infoBarItem_m51w5_283{display:flex;align-items:flex-start;gap:14px;padding:18px 22px;background:transparent}._infoBarItem_m51w5_283+._infoBarItem_m51w5_283{border-left:1px solid #e7ecdf}._infoBarIconCircle_m51w5_311{width:44px;height:44px;border-radius:50%;background:#eaf3de;display:flex;align-items:center;justify-content:center;flex-shrink:0}._infoBarIcon_m51w5_311{width:22px;height:22px;color:#3b6d11}._infoBarLabel_m51w5_345{margin:0;font-size:.82rem;color:#5c6657}._infoBarValue_m51w5_357{margin:2px 0 0;font-size:.98rem;font-weight:600;color:#173404}._openDot_m51w5_375{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#639922;vertical-align:middle}._infoBarMore_m51w5_401{display:inline-flex;align-items:center;gap:.3rem;min-height:44px;padding:.3rem .5rem;margin:0 0 -.3rem -.5rem;border-radius:6px;font-size:.85rem;font-weight:600;color:#3b6d11;text-decoration:none;transition:background-color .15s ease,color .15s ease}._infoBarMore_m51w5_401:hover{background:#f6f9f0;color:#3b6d11;text-decoration:underline;text-underline-offset:3px}._infoBarMore_m51w5_401:focus-visible{outline:3px solid #3B6D11;outline-offset:1px}._infoBarMoreArrow_m51w5_455{flex-shrink:0;transition:transform .15s ease}._infoBarMore_m51w5_401:hover ._infoBarMoreArrow_m51w5_455{transform:translate(2px)}._wave_m51w5_477{display:block;width:100%;height:44px;margin-bottom:-1px;position:relative}._waveGrass_m51w5_507{position:relative;z-index:2;margin-top:0}._fillGrass_m51w5_519{fill:#eaf3de}._newsBand_m51w5_531{background:linear-gradient(180deg,#e9f4fc,#fff 55%);padding:28px 0 0;position:relative;overflow:hidden}._newsContent_m51w5_547{position:relative;z-index:3;padding-bottom:130px}._sunflowerRight_m51w5_565{position:absolute;bottom:20px;left:-40px;width:220px;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;margin-left:80px}._sunflowerLeft_m51w5_589{position:absolute;bottom:20px;right:-30px;width:320px;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;margin-right:40px}._grassStrip_m51w5_619{position:absolute;left:0;right:0;bottom:0;height:170px;z-index:1;pointer-events:none;background:url(/images/grass-strip.png) repeat-x bottom left;background-size:auto 100px}._sectionTitle_m51w5_647{margin:0;font-size:1.5rem;color:#173404;text-align:center}._sectionTitleUnderline_m51w5_661{width:44px;height:3px;background:#779f3e;border-radius:2px;margin:10px auto 28px}._postMeta_m51w5_681{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._categoryBadge_m51w5_695{font-size:.8rem;font-weight:600;padding:3px 12px;border-radius:12px}._badgePrad_m51w5_709{background:#fcebeb;color:#791f1f}._badgeWoda_m51w5_711{background:#e1f5ee;color:#085041}._badgeOplaty_m51w5_713{background:#e6f1fb;color:#0c447c}._badgeZebranie_m51w5_715{background:#eeedfe;color:#3c3489}._badgePrace_m51w5_717{background:#faeeda;color:#633806}._badgeGodziny_m51w5_719{background:#eaf3de;color:#27500a}._postDate_m51w5_723{font-size:.85rem;color:#5c6657}._newsLayout_m51w5_737{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:18px;align-items:stretch}._featuredPost_m51w5_751{display:flex;flex-direction:column;background:#ffffffd4;border:1px solid #dde4d5;border-radius:12px;overflow:hidden;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}._featuredPost_m51w5_751:hover{border-color:#779f3e;box-shadow:0 4px 14px #2d4a1a24}._featuredPostImage_m51w5_783 img{display:block;width:100%;height:300px;object-fit:cover}._featuredPostBody_m51w5_797{padding:18px 20px 14px;flex:1}._featuredPostBody_m51w5_797 h3{margin:8px 0 0;font-size:1.35rem;color:#1f2a17;line-height:1.35}._featuredPostBody_m51w5_797 p{margin:8px 0 0;font-size:1rem;color:#4b5545;line-height:1.6}._newsSideList_m51w5_843{display:flex;flex-direction:column;gap:12px}._newsRow_m51w5_855{flex:1;display:flex;gap:14px;align-items:center;background:#ffffffd4;border:1px solid #dde4d5;border-radius:12px;padding:14px 16px;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}._newsRow_m51w5_855:hover{border-color:#779f3e;box-shadow:0 2px 10px #2d4a1a1f}._newsRowImage_m51w5_891 img{display:block;width:110px;height:80px;object-fit:cover;border-radius:8px}._newsRowBody_m51w5_907{flex:1;min-width:0}._newsRowBody_m51w5_907 h3{margin:5px 0 0;font-size:1.05rem;color:#1f2a17;line-height:1.4}._newsRowSnippet_m51w5_931{margin:4px 0 0;font-size:.9rem;color:#4b5545;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._viewAllContainer_m51w5_953{margin-top:22px;text-align:center}._noPostsCard_m51w5_963{background:#fff;border:1px solid #dde4d5;border-radius:12px;padding:20px;text-align:center;color:#4b5545}._grassBand_m51w5_985{background:#eaf3de;padding:34px 0 48px}._quickLinksGrid_m51w5_995{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px}._quickLinkCard_m51w5_1007{position:relative;display:block;background:#fff;border:1px solid #cfdec0;border-radius:12px;padding:22px 20px;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}._quickLinkCard_m51w5_1007:hover{border-color:#779f3e;box-shadow:0 4px 14px #2d4a1a29;transform:translateY(-2px)}._quickLinkChevron_m51w5_1041{position:absolute;top:20px;right:16px;width:20px;height:20px;color:#97c459;transition:transform .15s ease,color .15s ease}._quickLinkCard_m51w5_1007:hover ._quickLinkChevron_m51w5_1041{color:#3b6d11;transform:translate(3px)}._quickLinkIconPill_m51w5_1071{width:50px;height:50px;border-radius:10px;display:flex;align-items:center;justify-content:center}._quickLinkIcon_m51w5_1071{width:28px;height:28px}._pillBlue_m51w5_1099{background:#e6f1fb}._pillBlue_m51w5_1099 ._quickLinkIcon_m51w5_1071{color:#185fa5}._pillGreen_m51w5_1105{background:#eaf3de}._pillGreen_m51w5_1105 ._quickLinkIcon_m51w5_1071{color:#3b6d11}._pillCoral_m51w5_1111{background:#faece7}._pillCoral_m51w5_1111 ._quickLinkIcon_m51w5_1071{color:#993c1d}._pillPurple_m51w5_1117{background:#eeedfe}._pillPurple_m51w5_1117 ._quickLinkIcon_m51w5_1071{color:#534ab7}._quickLinkCard_m51w5_1007 h3{margin:14px 0 4px;font-size:1.1rem;color:#1f2a17}._quickLinkCard_m51w5_1007 p{margin:0;font-size:.92rem;color:#4b5545;line-height:1.5}._urgentBannerLink_m51w5_75:focus-visible,._featuredPost_m51w5_751:focus-visible,._newsRow_m51w5_855:focus-visible,._quickLinkCard_m51w5_1007:focus-visible{outline:3px solid #3B6D11;outline-offset:2px;border-radius:6px}@media(prefers-reduced-motion:reduce){._featuredPost_m51w5_751,._newsRow_m51w5_855,._quickLinkCard_m51w5_1007,._quickLinkChevron_m51w5_1041,._infoBarMore_m51w5_401,._infoBarMoreArrow_m51w5_455{transition:none}._infoBarMore_m51w5_401:hover ._infoBarMoreArrow_m51w5_455,._quickLinkCard_m51w5_1007:hover,._quickLinkCard_m51w5_1007:hover ._quickLinkChevron_m51w5_1041{transform:none}}@media(max-width:1250px){._sunflowerLeft_m51w5_589{right:-80px;width:200px}._sunflowerRight_m51w5_565{left:-90px;width:175px}}@media(max-width:950px){._newsLayout_m51w5_737{grid-template-columns:1fr}._featuredPostImage_m51w5_783 img{height:220px}._infoBar_m51w5_233{grid-template-columns:1fr}._infoBarItem_m51w5_283+._infoBarItem_m51w5_283{border-left:none;border-top:1px solid #e7ecdf}._infoBarItem_m51w5_283{padding:13px 18px}._sunflowerRight_m51w5_565,._sunflowerLeft_m51w5_589{display:none}._grassStrip_m51w5_619{height:110px;background-size:auto 110px}._newsContent_m51w5_547{padding-bottom:90px}}@media(max-width:700px){._newsBand_m51w5_531{padding:32px 0 0}._grassBand_m51w5_985{padding:26px 0 36px}._heroBand_m51w5_99{min-height:250px}._urgentBanner_m51w5_19+._heroBand_m51w5_99{min-height:190px}._heroBandInner_m51w5_169 h1{font-size:1.3rem}._heroBandInner_m51w5_169{padding-top:calc(70px + .75rem);padding-bottom:48px}._urgentBanner_m51w5_19+._heroBand_m51w5_99 ._heroBandInner_m51w5_169{padding-top:20px}._infoBarWrap_m51w5_233{margin-top:-28px}._urgentBanner_m51w5_19{justify-content:flex-start;padding:10px 16px}._wave_m51w5_477{height:30px}}._band_rao4z_7{background:#2d4a1a;padding:0 0 48px}._wave_rao4z_23{display:block;width:100%;height:42px;background:#eaf3de;margin-bottom:-1px;position:relative}._fillForest_rao4z_49{fill:#2d4a1a}._title_rao4z_57{margin:7px 0 0;font-size:1.5rem;color:#fff;text-align:center}._titleUnderline_rao4z_71{width:44px;height:3px;background:#97c459;border-radius:2px;margin:10px auto 28px}._gallery_rao4z_87{position:relative;width:100%}._track_rao4z_97{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 24px}._track_rao4z_97::-webkit-scrollbar{display:none}._trackCentered_rao4z_123{justify-content:center}._imageButton_rao4z_133{padding:0;border:none;background:none;flex-shrink:0;cursor:pointer;scroll-snap-align:start;border-radius:10px;line-height:0;transition:transform .15s ease,box-shadow .15s ease}._imageButton_rao4z_133:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000059}._imageButton_rao4z_133:focus-visible{outline:3px solid #C0DD97;outline-offset:3px}._image_rao4z_133{width:360px;height:240px;object-fit:cover;border-radius:10px;display:block}._dots_rao4z_195{display:flex;justify-content:center;gap:8px;margin-top:18px}._dot_rao4z_195{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:#ffffff59;cursor:pointer;transition:background .15s ease}._dot_rao4z_195:hover{background:#fff9}._dotActive_rao4z_239{background:#97c459}._dot_rao4z_195:focus-visible{outline:2px solid #C0DD97;outline-offset:3px}._arrow_rao4z_257{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#173404a6;border:2px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2;transition:background .15s ease,border-color .15s ease}._arrow_rao4z_257:hover{background:#173404e6;border-color:#fff}._arrowLeft_rao4z_303{left:20px}._arrowRight_rao4z_311{right:20px}._arrowIcon_rao4z_319{width:28px;height:28px;color:#fff}._arrow_rao4z_257:focus-visible{outline:3px solid #C0DD97;outline-offset:2px}@media(prefers-reduced-motion:reduce){._arrow_rao4z_257,._dot_rao4z_195,._imageButton_rao4z_133{transition:none}._imageButton_rao4z_133:hover{transform:none}._track_rao4z_97{scroll-behavior:auto}}@media(max-width:700px){._band_rao4z_7{padding-bottom:36px}._wave_rao4z_23{height:30px}._image_rao4z_133{width:270px;height:180px}._track_rao4z_97{padding:0 16px}._arrow_rao4z_257{width:46px;height:46px}._dot_rao4z_195{width:11px;height:11px}._arrowLeft_rao4z_303{left:10px}._arrowRight_rao4z_311{right:10px}}._moreWrap_rao4z_451{display:flex;justify-content:center;margin-top:26px}._moreLink_rao4z_457{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.7rem 1.6rem;border:1.5px solid rgba(255,255,255,.55);border-radius:8px;color:#fff;font-size:1rem;font-weight:600;text-decoration:none;background:#ffffff1a;transition:background .15s ease,border-color .15s ease}._moreLink_rao4z_457:hover{background:#ffffff38;border-color:#fff}._moreLink_rao4z_457:focus-visible{outline:3px solid #C0DD97;outline-offset:3px}@media(prefers-reduced-motion:reduce){._moreLink_rao4z_457{transition:none}}._overlay_o8c0i_4{cursor:zoom-out;position:fixed;inset:0;z-index:100000;background:#0c1804eb;display:flex;flex-direction:column;justify-content:center;animation:_fadeIn_o8c0i_1 .18s ease}@keyframes _fadeIn_o8c0i_1{0%{opacity:0}to{opacity:1}}._track_o8c0i_21{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;height:100%}._track_o8c0i_21::-webkit-scrollbar{display:none}._slide_o8c0i_33{cursor:zoom-out;flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;padding:64px 16px 84px;box-sizing:border-box}._image_o8c0i_49{cursor:default;max-width:100%;max-height:100%;object-fit:contain;display:block;border-radius:6px}._close_o8c0i_59{position:absolute;top:14px;right:14px;z-index:3;width:46px;height:46px;border-radius:50%;background:#173404a6;border:2px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .15s ease,border-color .15s ease}._close_o8c0i_59:hover{background:#173404e6;border-color:#fff}._closeIcon_o8c0i_82{width:24px;height:24px;color:#fff}._arrow_o8c0i_88{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#173404a6;border:2px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:3;transition:background .15s ease,border-color .15s ease}._arrow_o8c0i_88:hover{background:#173404e6;border-color:#fff}._arrowLeft_o8c0i_111{left:20px}._arrowRight_o8c0i_112{right:20px}._arrowIcon_o8c0i_114{width:28px;height:28px;color:#fff}._close_o8c0i_59:focus-visible,._arrow_o8c0i_88:focus-visible{outline:3px solid #C0DD97;outline-offset:2px}._caption_o8c0i_126{position:absolute;left:0;right:0;bottom:0;padding:16px 20px 22px;text-align:center;color:#eaf3de;font-size:.95rem;line-height:1.5;background:linear-gradient(to top,rgba(12,24,4,.85),transparent);pointer-events:none}._counter_o8c0i_140{display:block;margin-top:4px;font-size:.85rem;color:#b8c9a4}@media(prefers-reduced-motion:reduce){._overlay_o8c0i_4{animation:none}._close_o8c0i_59,._arrow_o8c0i_88{transition:none}._track_o8c0i_21{scroll-behavior:auto}}@media(max-width:700px){._slide_o8c0i_33{padding:58px 8px 76px}._arrow_o8c0i_88{width:46px;height:46px}._arrowLeft_o8c0i_111{left:10px}._arrowRight_o8c0i_112{right:10px}._caption_o8c0i_126{font-size:.88rem;padding:14px 16px 18px}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#779f3e4d,#5a7a2f1a),url(/images/background2.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.login-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 25px #0003;width:100%;max-width:420px}.login-header{text-align:center;margin:0 auto 32px;object-fit:cover}.login-logo{margin:auto}.login-header h2{display:flex;flex-direction:column;align-items:center;font-size:24px;font-weight:700;color:#1f2937;margin-bottom:8px}.login-header p{font-size:14px;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:20px}.login-error{background-color:#fee2e2;color:#dc2626;padding:12px;border-radius:6px;font-size:14px;border:1px solid #fca5a5}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input{padding:12px 14px;border:2px solid #e5e7eb;border-radius:6px;font-size:15px;outline:none;transition:all .2s}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.login-button{background:linear-gradient(135deg,#779f3e,#5a7a2f);color:#fff;padding:14px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;text-align:center}.login-footer p{font-size:12px;color:#9ca3af}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.contact-info-card,.contact-map-card{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;padding:25px}.contact-map-card{width:100%}.map-responsive{width:100%;height:450px;overflow:hidden;border-radius:12px}.map-responsive iframe{width:100%;height:100%;border:0;display:block}.contact-info-card h2,.contact-map-card h2{color:#555;margin-bottom:15px;font-size:1.5rem;border-bottom:2px solid #779F3E;padding-bottom:10px}.contact-details{margin:25px 0}.contact-item{display:flex;margin-bottom:20px;align-items:flex-start}.contact-item i{font-size:24px;color:#779f3e;margin-right:15px;margin-top:5px;width:30px;text-align:center}.contact-item h3{margin-bottom:5px;color:#333;font-size:1.1rem}.contact-item p{color:#555;margin:3px 0}.social-contact{margin-top:30px}.social-contact h3{color:#333;font-size:1.1rem;margin-bottom:10px}.social-icons{display:flex;flex-direction:column;gap:10px;margin-top:10px}.social-icons a{display:flex;align-items:center;color:#333;text-decoration:none;transition:all .3s ease;padding:8px 0}.social-icons a:hover{color:#779f3e;transform:translate(5px)}.social-icons i{font-size:20px;margin-right:10px;width:30px;text-align:center}.map-responsive{overflow:hidden;position:relative;height:400px;border-radius:8px;box-shadow:0 4px 15px #0000001a}.map-placeholder{width:100%;height:100%;background-color:#f5f5f5;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#666;text-align:center;padding:20px}.map-placeholder i{font-size:48px;color:#779f3e;margin-bottom:15px}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}.map-responsive{height:300px}}@media(max-width:768px){.map-responsive{height:300px}}.hours-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.hours-list li{display:flex;justify-content:space-between;gap:16px;font-size:.95rem;line-height:1.6}.hours-day{color:#4b5545}.hours-value{font-weight:600;color:#173404;white-space:nowrap}.hours-closed .hours-day,.hours-closed .hours-value{color:#9aa392;font-weight:500}.hours-today{background:#f6f9f0;border-radius:5px;margin:0 -8px;padding:1px 8px}.hours-today .hours-day{font-weight:700;color:#2d4a1a}@media(max-width:480px){.hours-list li{font-size:.9rem}}.hours-note{margin:10px 0 0;padding:8px 12px;background:#f6f9f0;border-left:3px solid #779F3E;border-radius:0 6px 6px 0;font-size:.9rem;line-height:1.55;color:#3f5230;white-space:pre-line}._pagination_jrl2c_1{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-top:2rem;flex-wrap:wrap}._btn_jrl2c_19{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;border:1px solid #d0deb8;border-radius:6px;background:#fff;color:#2d4a1a;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}._btn_jrl2c_19:hover:not(:disabled){background:#f3f8e8;border-color:#779f3e}._btn_jrl2c_19:disabled{opacity:.4;cursor:not-allowed}._active_jrl2c_73{background:#779f3e;border-color:#779f3e;color:#fff}._active_jrl2c_73:hover{background:#5a7a2f}._dots_jrl2c_93{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;color:#888;font-size:.88rem}._btn_jrl2c_19 i{font-size:.75rem}._btnNav_jrl2c_117{min-width:40px;padding:0 .75rem}._arrowIcon_jrl2c_125{width:14px;height:14px;object-fit:contain}._jumpInput_jrl2c_135{width:52px;height:36px;padding:0 .4rem;border:1px solid #779F3E;border-radius:6px;font-size:.85rem;text-align:center;outline:none;color:#2d4a1a;-moz-appearance:textfield;appearance:textfield}._jumpInput_jrl2c_135::-webkit-outer-spin-button,._jumpInput_jrl2c_135::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._pageWrap_l4u0f_29{background:linear-gradient(180deg,#e9f4fc,#fff 520px);min-height:70vh}._grid_l4u0f_45{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:28px}._card_l4u0f_59{display:flex;flex-direction:column;background:#fff;border:1px solid #dde4d5;border-radius:12px;overflow:hidden;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}._card_l4u0f_59:hover{border-color:#779f3e;box-shadow:0 4px 14px #2d4a1a24}._cardImage_l4u0f_91 img{display:block;width:100%;height:180px;object-fit:cover}._cardBody_l4u0f_105{display:flex;flex-direction:column;flex:1;padding:14px 16px 12px}._cardMeta_l4u0f_121{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._cardDate_l4u0f_135{font-size:.85rem;color:#5c6657}._cardBody_l4u0f_105 h3{margin:8px 0 0;font-size:1.1rem;color:#1f2a17;line-height:1.4;overflow-wrap:break-word}._cardSnippet_l4u0f_161{margin:6px 0 0;font-size:.92rem;color:#4b5545;line-height:1.55;flex:1;overflow-wrap:break-word}._categoryBadge_l4u0f_189{font-size:.8rem;font-weight:600;padding:3px 12px;border-radius:12px}._badgePrad_l4u0f_203{background:#fcebeb;color:#791f1f}._badgeWoda_l4u0f_205{background:#e1f5ee;color:#085041}._badgeOplaty_l4u0f_207{background:#e6f1fb;color:#0c447c}._badgeZebranie_l4u0f_209{background:#eeedfe;color:#3c3489}._badgePrace_l4u0f_211{background:#faeeda;color:#633806}._badgeGodziny_l4u0f_213{background:#eaf3de;color:#27500a}._closingZone_l4u0f_221{background:transparent}._closingWave_l4u0f_229{display:block;width:100%;height:40px;margin-bottom:-1px}._fillGrass_l4u0f_243{fill:#eaf3de}._closingStrip_l4u0f_251{background:#eaf3de;height:34px}._card_l4u0f_59:focus-visible{outline:3px solid #3B6D11;outline-offset:2px;border-radius:6px}@media(prefers-reduced-motion:reduce){._card_l4u0f_59{transition:none}}@media(max-width:900px){._grid_l4u0f_45{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){._grid_l4u0f_45{grid-template-columns:1fr}}@media(max-width:700px){._cardImage_l4u0f_91 img{height:160px}._closingStrip_l4u0f_251{height:24px}}._pageWrap_yyrhw_13{background:linear-gradient(180deg,#e9f4fc,#fff 420px);padding-top:26px;min-height:70vh}._breadcrumbWrap_yyrhw_35{max-width:820px;margin:0 auto 18px}._crumbTitle_yyrhw_45{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._article_yyrhw_67{max-width:820px;margin:0 auto;background:#fff;border:1px solid #dde4d5;border-radius:14px;overflow:hidden;box-shadow:0 4px 18px #2d4a1a1a}._header_yyrhw_87{padding:28px 34px 22px}._metaRow_yyrhw_95{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}._metaItem_yyrhw_111{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:#5c6657}._metaIcon_yyrhw_127{width:17px;height:17px;color:#3b6d11;flex-shrink:0}._title_yyrhw_141{margin:0;font-size:clamp(1.5rem,1.15rem + 1.3vw,2.1rem);font-weight:700;line-height:1.25;color:#173404}._updatedNote_yyrhw_157{margin:10px 0 0;font-size:.85rem;color:#7a8570;font-style:italic}._imageFigure_yyrhw_181{margin:0;background:#eef2e8;position:relative}._galleryTrack_yyrhw_195{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}._galleryTrack_yyrhw_195::-webkit-scrollbar{display:none}._galleryArrow_yyrhw_217{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#173404a6;border:2px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2;transition:background .15s ease,border-color .15s ease}._galleryArrow_yyrhw_217:hover{background:#173404e6;border-color:#fff}._galleryArrowLeft_yyrhw_263{left:16px}._galleryArrowRight_yyrhw_265{right:16px}._galleryArrowIcon_yyrhw_269{width:28px;height:28px;color:#fff}._galleryArrow_yyrhw_217:focus-visible{outline:3px solid #C0DD97;outline-offset:2px}._galleryCounter_yyrhw_295{position:absolute;left:16px;bottom:14px;padding:5px 12px;border-radius:20px;background:#173404b8;color:#fff;font-size:.82rem;font-weight:600;z-index:2}._imageButton_yyrhw_321{display:block;flex:0 0 100%;width:100%;scroll-snap-align:center;padding:0;border:none;background:none;cursor:zoom-in;position:relative;line-height:0}._image_yyrhw_181{display:block;width:100%;max-height:380px;object-fit:cover}._zoomHint_yyrhw_367{position:absolute;right:12px;bottom:14px;padding:6px 12px;border-radius:20px;background:#173404b8;color:#fff;font-size:.8rem;font-weight:600;line-height:1.4;opacity:0;transition:opacity .15s ease}._imageButton_yyrhw_321:hover ._zoomHint_yyrhw_367,._imageButton_yyrhw_321:focus-visible ._zoomHint_yyrhw_367{opacity:1}@media(hover:none){._zoomHint_yyrhw_367{opacity:1}}._imageButton_yyrhw_321:focus-visible{outline:3px solid #3B6D11;outline-offset:-3px}._body_yyrhw_433{padding:26px 34px 32px}._content_yyrhw_441{margin:0 0 1.15em;font-size:1.08rem;line-height:1.8;color:#33402c;white-space:pre-wrap;overflow-wrap:break-word}._content_yyrhw_441:last-child{margin-bottom:0}._contactCard_yyrhw_479{max-width:820px;margin:22px auto 0;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;background:#f6f9f0;border:1px solid #d0deb8;border-radius:12px}._contactCardText_yyrhw_507{display:flex;align-items:center;gap:12px;min-width:0}._contactCardText_yyrhw_507 p{margin:0;font-size:1rem;color:#3f5230;line-height:1.5}._contactCardIcon_yyrhw_535{width:26px;height:26px;color:#3b6d11;flex-shrink:0}._afterArticle_yyrhw_555{max-width:820px;margin:14px auto 0;display:flex;align-items:center;padding-bottom:40px}._backIcon_yyrhw_571{width:18px;height:18px;flex-shrink:0}._categoryBadge_yyrhw_587{font-size:.8rem;font-weight:600;padding:4px 13px;border-radius:12px}._badgePrad_yyrhw_601{background:#fcebeb;color:#791f1f}._badgeWoda_yyrhw_603{background:#e1f5ee;color:#085041}._badgeOplaty_yyrhw_605{background:#e6f1fb;color:#0c447c}._badgeZebranie_yyrhw_607{background:#eeedfe;color:#3c3489}._badgePrace_yyrhw_609{background:#faeeda;color:#633806}._badgeGodziny_yyrhw_611{background:#eaf3de;color:#27500a}._loading_yyrhw_619{text-align:center;padding:60px 20px;font-size:1.05rem;color:#5c6657}._errorBox_yyrhw_633{max-width:620px;margin:40px auto 80px;padding:36px 28px;background:#fff;border:1px solid #dde4d5;border-radius:14px;text-align:center}._errorBox_yyrhw_633 h2{margin:0 0 10px;font-size:1.4rem;color:#173404}._errorBox_yyrhw_633 p{margin:0 0 22px;color:#5c6657}._closingZone_yyrhw_679{background:transparent}._closingWave_yyrhw_687{display:block;width:100%;height:40px;margin-bottom:-1px}._fillGrass_yyrhw_701{fill:#eaf3de}._closingStrip_yyrhw_709{background:#eaf3de;height:34px}@media(prefers-reduced-motion:reduce){._zoomHint_yyrhw_367,._galleryArrow_yyrhw_217{transition:none}._galleryTrack_yyrhw_195{scroll-behavior:auto}}@media(max-width:700px){._pageWrap_yyrhw_13{padding-top:18px}._header_yyrhw_87{padding:22px 20px 18px}._body_yyrhw_433{padding:20px 20px 26px}._content_yyrhw_441{font-size:1.02rem;line-height:1.75}._image_yyrhw_181{max-height:260px}._galleryArrow_yyrhw_217{width:46px;height:46px}._galleryArrowLeft_yyrhw_263{left:8px}._galleryArrowRight_yyrhw_265{right:8px}._breadcrumbActive_yyrhw_809{max-width:200px}._contactCard_yyrhw_479{flex-direction:column;align-items:stretch;gap:14px;padding:16px 18px}._closingStrip_yyrhw_709{height:24px}}._wrapper_xib5w_3{position:relative;display:inline-flex;flex-shrink:0}._icon_xib5w_9{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:transparent;color:#779f3e;cursor:pointer;transition:background-color .15s ease,color .15s ease}._icon_xib5w_9:after{content:"";position:absolute;inset:-6px}._icon_xib5w_9 svg{width:20px;height:20px;position:relative}._icon_xib5w_9:hover,._icon_xib5w_9[aria-expanded=true]{background:#eaf3de;color:#3b6d11}._icon_xib5w_9:focus-visible{outline:3px solid #3B6D11;outline-offset:1px}._iconEmpty_xib5w_51{color:#d3dcc8;cursor:default;pointer-events:none}._iconEmpty_xib5w_51 svg{width:20px;height:20px}._bubble_xib5w_64{position:absolute;top:calc(100% + 8px);right:0;z-index:30;width:max-content;max-width:min(280px,70vw);padding:10px 13px;background:#173404;color:#eaf3de;border-radius:8px;font-size:.85rem;font-weight:400;line-height:1.5;text-align:left;white-space:pre-line;overflow-wrap:break-word;box-shadow:0 6px 20px #17340447;animation:_bubbleIn_xib5w_1 .12s ease}._bubble_xib5w_64:before{content:"";position:absolute;top:-5px;right:12px;width:10px;height:10px;background:#173404;transform:rotate(45deg)}@keyframes _bubbleIn_xib5w_1{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){._bubble_xib5w_64{position:fixed;inset:auto 12px 12px;width:auto;max-width:none;max-height:45vh;overflow-y:auto;padding:14px 16px;font-size:.9rem;box-shadow:0 -4px 24px #17340459;animation:_bubbleUp_xib5w_1 .15s ease}._bubble_xib5w_64:before{display:none}}@keyframes _bubbleUp_xib5w_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._icon_xib5w_9{transition:none}._bubble_xib5w_64{animation:none}}._category_vhk5r_23{margin-bottom:50px}._categoryTitle_vhk5r_31{font-size:28px;font-weight:700;color:#779f3e;margin:0;padding-bottom:12px;border-bottom:3px solid #779F3E;display:inline-block;overflow-wrap:anywhere;word-break:break-word}._categoryDescription_vhk5r_65{margin:10px 0 0;max-width:720px;font-size:.92rem;line-height:1.6;color:#5c6657;white-space:pre-line;overflow-wrap:break-word}._categoryHead_vhk5r_89{margin-bottom:25px}._grid_vhk5r_101{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}._card_vhk5r_113{position:relative;background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;border:2px solid transparent;display:flex;flex-direction:column;justify-content:space-between}._card_vhk5r_113:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f;border-color:#779f3e}._cardHeader_vhk5r_151{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px;padding-right:30px}._cardIcon_vhk5r_171{flex-shrink:0;width:44px;height:44px;border-radius:10px;background:#eaf3de;display:flex;align-items:center;justify-content:center}._cardIcon_vhk5r_171 svg{width:24px;height:24px;color:#3b6d11}._cardTitle_vhk5r_205{font-size:16px;font-weight:600;color:#333;line-height:1.4;margin:0;flex:1;min-width:0;overflow-wrap:anywhere}._cardInfo_vhk5r_229{position:absolute;top:14px;right:14px}._cardActions_vhk5r_245{display:flex;flex-direction:column;gap:12px}._btn_vhk5r_257{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}._btn_vhk5r_257 svg{width:18px;height:18px;flex-shrink:0}._btnView_vhk5r_299{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;box-shadow:0 4px 12px #007bff4d}._btnView_vhk5r_299:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 6px 16px #007bff66}._btnDownload_vhk5r_323{background:linear-gradient(135deg,#779f3e,#5a7a2f);color:#fff;box-shadow:0 4px 12px #779f3e4d}._btnDownload_vhk5r_323:hover{background:linear-gradient(135deg,#5a7a2f,#4a6525);transform:translateY(-2px);box-shadow:0 6px 16px #779f3e66}._btnDisabled_vhk5r_347{background:linear-gradient(135deg,#b0b0b0,#888);color:#eee;box-shadow:none;cursor:not-allowed;opacity:.6;pointer-events:none}._btn_vhk5r_257:focus-visible{outline:3px solid #173404;outline-offset:2px}._infoBox_vhk5r_379{background:linear-gradient(135deg,#e8f4f8,#d4e9f2);border-left:5px solid #007bff;border-radius:10px;padding:25px;margin-top:20px;display:flex;gap:20px;align-items:flex-start;box-shadow:0 3px 10px #0000000d}._infoIcon_vhk5r_403{flex-shrink:0;width:45px;height:45px;background:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center}._infoIcon_vhk5r_403 svg{width:26px;height:26px;color:#fff}._infoContent_vhk5r_437 h3{font-size:20px;font-weight:700;color:#333;margin:0 0 10px}._infoContent_vhk5r_437 p{font-size:15px;color:#555;line-height:1.6;margin:0}._empty_vhk5r_465{color:#9ca3af;font-style:italic}.cta-back svg{width:18px;height:18px;vertical-align:-3px;margin-right:6px}@media(prefers-reduced-motion:reduce){._card_vhk5r_113,._btn_vhk5r_257{transition:none}._card_vhk5r_113:hover,._btn_vhk5r_257:hover{transform:none}}@media(max-width:768px){._grid_vhk5r_101{grid-template-columns:1fr;gap:20px}._categoryTitle_vhk5r_31{font-size:24px}._card_vhk5r_113{padding:20px}._infoBox_vhk5r_379{flex-direction:column;padding:20px}._infoIcon_vhk5r_403{width:40px;height:40px}}@media(max-width:480px){._categoryTitle_vhk5r_31{font-size:20px}._cardTitle_vhk5r_205{font-size:14px}._btn_vhk5r_257{padding:10px 16px;font-size:14px}}._listingCard_1ac3j_8{background:#fff;border:1px solid #e4ead9;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}._interactive_1ac3j_4{cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}._interactive_1ac3j_4:hover{box-shadow:0 6px 20px #779f3e2e;transform:translateY(-3px)}._cardImageWrap_1ac3j_27{position:relative;height:190px;overflow:hidden;background:#f0f4e8}._cardImage_1ac3j_27{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}._interactive_1ac3j_4:hover ._cardImage_1ac3j_27{transform:scale(1.04)}._imageCount_1ac3j_46{position:absolute;bottom:8px;right:8px;background:#0000008c;color:#fff;font-size:.72rem;padding:2px 8px;border-radius:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._cardNoImage_1ac3j_58{height:190px;display:flex;align-items:center;justify-content:center;background:#f0f4e8;color:#b5cc8e;font-size:2.5rem}._cardBody_1ac3j_68{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.45rem;flex:1}._cardTitle_1ac3j_76{font-size:1rem;font-weight:700;color:#2d4a1a;margin:0}._cardMeta_1ac3j_83{display:flex;gap:1rem;font-size:.82rem;color:#5a7a35}._cardMeta_1ac3j_83 i{margin-right:4px}._cardDesc_1ac3j_94{font-size:.88rem;color:#555;line-height:1.5;margin:0;flex:1;overflow-wrap:break-word}._cardContact_1ac3j_104{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.8rem;color:#666;margin-top:.25rem;padding-top:.6rem;border-top:1px solid #eef2e6}._cardContact_1ac3j_104 i{margin-right:4px;color:#779f3e}._contactHint_1ac3j_120{font-size:.8rem;color:#888;display:flex;align-items:center;gap:.4rem;padding-top:.1rem}._contactHint_1ac3j_120 i{color:#b5cc8e}@media(prefers-reduced-motion:reduce){._interactive_1ac3j_4,._cardImage_1ac3j_27{transition:none}}@media(max-width:640px){._cardImageWrap_1ac3j_27,._cardNoImage_1ac3j_58{height:200px}}._listingsGrid_1efbt_17{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:1.5rem}._listingsBar_1efbt_33{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-bottom:1rem;margin-bottom:.5rem;border-bottom:1px solid #e4ead9}._listingsCount_1efbt_55{font-size:.95rem;color:#5a7a35}._countNumber_1efbt_65{font-size:1.25rem;font-weight:700;color:#2d4a1a}._addIcon_1efbt_77{width:19px;height:19px;flex-shrink:0}._listingsEmpty_1efbt_89{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3.5rem 1rem;text-align:center}._emptyIcon_1efbt_107{width:46px;height:46px;color:#b5cc8e;margin-bottom:.25rem}._emptyTitle_1efbt_121{margin:0;font-size:1.05rem;font-weight:600;color:#2d4a1a}._emptyHint_1efbt_135{margin:0;font-size:.92rem;color:#7a8570;line-height:1.55;max-width:380px}._modalOverlay_1efbt_149{position:fixed;inset:0;background:#14230aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:_fadeIn_1efbt_1 .18s ease}@keyframes _fadeIn_1efbt_1{0%{opacity:0}to{opacity:1}}._modal_1efbt_149{background:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000059;animation:_slideUp_1efbt_1 .22s ease;display:flex;flex-direction:column}@keyframes _slideUp_1efbt_1{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}._sheetHandle_1efbt_215{display:none}._modalHeader_1efbt_223{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem .9rem;border-bottom:1px solid #e4ead9;position:sticky;top:0;background:#fff;z-index:1;border-radius:12px 12px 0 0}._modalTitle_1efbt_247{font-size:1.1rem;font-weight:700;color:#2d4a1a;margin:0}._modalClose_1efbt_259{background:none;border:none;cursor:pointer;font-size:1.3rem;color:#888;padding:4px 8px;border-radius:6px;transition:background .15s,color .15s;line-height:1}._modalClose_1efbt_259:hover{background:#f0f4e8;color:#2d4a1a}._modalGallery_1efbt_289{position:relative}._galleryTrack_1efbt_301{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;background:#f0f4e8;height:400px}._galleryTrack_1efbt_301::-webkit-scrollbar{display:none}._gallerySlide_1efbt_327{flex:0 0 100%;width:100%;height:100%;object-fit:contain;scroll-snap-align:center;display:block}._galleryArrow_1efbt_345{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:#173404a6;border:2px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;z-index:2;transition:background .15s ease,border-color .15s ease}._galleryArrow_1efbt_345:hover{background:#173404e6;border-color:#fff}._galleryArrowLeft_1efbt_387{left:20px}._galleryArrowRight_1efbt_389{right:20px}._galleryArrowIcon_1efbt_391{width:28px;height:28px;color:#fff}._galleryArrow_1efbt_345:focus-visible{outline:3px solid #C0DD97;outline-offset:2px}._galleryDots_1efbt_409{display:flex;justify-content:center;gap:6px;padding:.5rem 0 .2rem;background:#f0f4e8}._galleryDot_1efbt_409{width:7px;height:7px;border-radius:50%;background:#c8d9aa;border:none;cursor:pointer;padding:0;transition:background .15s}._galleryDotActive_1efbt_443{background:#779f3e}._modalBody_1efbt_449{padding:1.2rem 1.4rem 1.4rem;display:flex;flex-direction:column;gap:.85rem}._modalMeta_1efbt_461{display:flex;gap:1.2rem;flex-wrap:wrap;font-size:.9rem;color:#5a7a35;font-weight:600}._modalMeta_1efbt_461 i{margin-right:5px}._modalDesc_1efbt_483{font-size:.92rem;color:#444;line-height:1.65;margin:0;white-space:pre-wrap}._modalContact_1efbt_497{display:flex;flex-direction:column;gap:.4rem;padding:.85rem 1rem;background:#f6f9f0;border-radius:8px;font-size:.88rem;color:#444}._modalContact_1efbt_497 i{color:#779f3e;margin-right:6px;width:14px;text-align:center}._modalContactLabel_1efbt_529{font-weight:700;color:#2d4a1a;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem}._contactHint_1efbt_5{font-size:.8rem;color:#888;display:flex;align-items:center;gap:.4rem;padding-top:.1rem}._contactHint_1efbt_5 i{color:#b5cc8e}._revealBtn_1efbt_575{align-items:center;gap:.4rem;padding:.4rem .9rem;background:#779f3e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.85rem;transition:background .15s;align-self:flex-start;justify-content:center}._revealBtn_1efbt_575:hover{background:#5a7a2f}._contactRevealed_1efbt_615{display:flex;flex-direction:column;gap:.3rem}._contactRevealed_1efbt_615 span{display:flex;align-items:center;gap:.4rem}@media(max-width:1000px){._listingsGrid_1efbt_17{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}}@media(max-width:640px){._listingsGrid_1efbt_17{grid-template-columns:1fr;gap:1rem}._listingsBar_1efbt_33{align-items:stretch;gap:.85rem}._modalOverlay_1efbt_149{align-items:center;padding:3vh .75rem;padding-bottom:calc(3vh + env(safe-area-inset-bottom,0px))}._modal_1efbt_149{max-width:100%;height:82vh;height:82dvh;border-radius:16px;transition:transform .2s ease,opacity .2s ease}._sheetHandle_1efbt_215{display:block;width:40px;height:4px;margin:8px auto 0;border-radius:999px;background:#cfdec0;flex-shrink:0}._modalHeader_1efbt_223{border-radius:0;padding:.7rem 1.1rem .8rem}._modalBody_1efbt_449{padding:1rem 1.1rem 1.3rem}._galleryTrack_1efbt_301{height:260px}._galleryArrow_1efbt_345{width:46px;height:46px}._galleryArrowLeft_1efbt_387{left:10px}._galleryArrowRight_1efbt_389{right:10px}._galleryDot_1efbt_409{width:10px;height:10px}}@media(prefers-reduced-motion:reduce){._modalOverlay_1efbt_149,._modal_1efbt_149{animation:none}._modal_1efbt_149{transition:none}._galleryTrack_1efbt_301{scroll-behavior:auto}._listingsGrid_1efbt_17 a,._modalClose_1efbt_259,._galleryArrow_1efbt_345,._galleryDot_1efbt_409,._revealBtn_1efbt_575{transition:none}}._sendingOverlay_1jy1b_3{position:fixed;inset:0;z-index:100010;display:flex;align-items:center;justify-content:center;padding:20px;background:#17340480;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._sendingCard_1jy1b_3{background:#fff;border-radius:14px;padding:2rem 2.25rem;max-width:380px;width:100%;text-align:center;box-shadow:0 18px 50px #00000059}._sendingCard_1jy1b_3:focus{outline:none}._spinner_1jy1b_3{width:46px;height:46px;margin:0 auto 1rem;border:4px solid #EAF3DE;border-top-color:#4f7c19;border-radius:50%;animation:_sendingSpin_1jy1b_1 .9s linear infinite}@keyframes _sendingSpin_1jy1b_1{to{transform:rotate(360deg)}}._sendingTitle_1jy1b_4{margin:0 0 .35rem;font-size:1.1rem;font-weight:700;color:#27500a}._progressLabel_1jy1b_56{margin:.6rem 0 .5rem;font-size:1rem;font-weight:600;color:#3b6d11}._progressTrack_1jy1b_63{height:10px;background:#eaf3de;border-radius:6px;overflow:hidden}._progressBar_1jy1b_70{height:100%;background:#4f7c19;border-radius:6px;transition:width .25s ease}._fileName_1jy1b_77{margin:.5rem 0 0;font-size:.8rem;color:#667;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._sendingHint_1jy1b_4{margin:.9rem 0 0;font-size:.88rem;line-height:1.45;color:#555}@media(prefers-reduced-motion:reduce){._spinner_1jy1b_3{animation-duration:2.5s}._progressBar_1jy1b_70{transition:none}}._pageLayout_1t5qn_23{display:grid;grid-template-columns:minmax(0,720px);gap:2.5rem;align-items:start}@media(min-width:1100px){._pageLayout_1t5qn_23{grid-template-columns:minmax(0,720px) minmax(300px,360px)}}._previewCol_1t5qn_49{position:sticky;top:90px;display:flex;flex-direction:column;gap:.6rem}._previewLabel_1t5qn_69{margin:0;font-size:.8rem;font-weight:700;color:#5a7a35;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.4rem}._previewHint_1t5qn_93{margin:0;font-size:.8rem;color:#7a8570;line-height:1.5}._previewMobile_1t5qn_111{display:flex;flex-direction:column;gap:.75rem}._previewToggle_1t5qn_123{display:flex;align-items:center;justify-content:space-between;gap:.6rem;width:100%;padding:.85rem 1rem;background:#f6f9f0;border:1px solid #d0deb8;border-radius:8px;color:#3f5230;font-size:.92rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s}._previewToggle_1t5qn_123:hover:not(:disabled){background:#eef4e2}._previewToggle_1t5qn_123:disabled{opacity:.6;cursor:not-allowed}._previewToggle_1t5qn_123 span{display:flex;align-items:center;gap:.5rem}._previewToggle_1t5qn_123 span i{color:#779f3e}._previewMobileBody_1t5qn_199{max-width:420px}._form_1t5qn_211{display:flex;flex-direction:column;gap:1.1rem;max-width:720px;min-width:0}._formRow_1t5qn_229{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}._formGroup_1t5qn_241{display:flex;flex-direction:column;gap:.35rem;min-width:0}._formGroup_1t5qn_241 label{font-size:.92rem;font-weight:600;color:#2d4a1a}._formGroup_1t5qn_241 input,._formGroup_1t5qn_241 textarea{padding:.65rem .8rem;border:1px solid #c3d99a;border-radius:8px;font-size:1rem;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;background:#fff;color:#333;width:100%;box-sizing:border-box}._formGroup_1t5qn_241 textarea{resize:vertical;line-height:1.6}._formGroup_1t5qn_241 input:focus,._formGroup_1t5qn_241 textarea:focus{border-color:#779f3e;box-shadow:0 0 0 3px #779f3e29}._formGroup_1t5qn_241 input:disabled,._formGroup_1t5qn_241 textarea:disabled{background:#f3f4f6;cursor:not-allowed}._inputError_1t5qn_331{border-color:#dc2626!important}._fieldError_1t5qn_339{color:#b91c1c;font-size:.82rem;display:flex;align-items:center;gap:.3rem}._fieldError_1t5qn_339:before{content:"✕";font-size:.7rem;font-weight:700}._required_1t5qn_367:after{content:" *";color:#dc2626;font-weight:700}._charCount_1t5qn_379{font-size:.82rem;color:#7a8570;font-weight:400}._alertError_1t5qn_395{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#b91c1c;font-size:.92rem;margin-bottom:1.1rem;max-width:720px}._consentGroup_1t5qn_427{display:flex;flex-direction:column;gap:.35rem}._consentLabel_1t5qn_439{display:flex;align-items:flex-start;gap:.7rem;padding:.9rem 1rem;background:#f6f9f0;border:1px solid #d0deb8;border-radius:8px;cursor:pointer;font-size:.9rem;line-height:1.55;color:#3f5230}._consentLink_1t5qn_471{color:#3b6d11;font-weight:600;text-decoration:underline;text-underline-offset:2px;white-space:nowrap}._consentLink_1t5qn_471:hover{color:#27500a}._consentLink_1t5qn_471:focus-visible{outline:3px solid #3B6D11;outline-offset:2px;border-radius:3px}._consentLabel_1t5qn_439 input{width:20px;height:20px;flex-shrink:0;margin-top:1px;accent-color:#639922;cursor:pointer}._formInfo_1t5qn_529{display:flex;align-items:flex-start;gap:.6rem;padding:.85rem 1.1rem;background:#e6f1fb;border:1px solid #85B7EB;border-radius:8px;font-size:.9rem;color:#0c447c;line-height:1.55}._formInfo_1t5qn_529 i{margin-top:3px;flex-shrink:0}._submitBtn_1t5qn_569{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 2rem;background:#639922;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s}._submitBtn_1t5qn_569:hover:not(:disabled){background:#4f7c19}._submitBtn_1t5qn_569:disabled{opacity:.6;cursor:not-allowed}._submitBtn_1t5qn_569:focus-visible{outline:3px solid #3B6D11;outline-offset:2px}._successBox_1t5qn_635{max-width:560px;margin:40px auto;padding:40px 32px;background:#fff;border:1px solid #cfdec0;border-radius:16px;text-align:center}._successIcon_1t5qn_659{width:64px;height:64px;margin:0 auto 18px;border-radius:50%;background:#eaf3de;display:flex;align-items:center;justify-content:center;font-size:1.7rem;color:#4f7c19}._successBox_1t5qn_635 h2{margin:0 0 10px;font-size:1.35rem;color:#173404;line-height:1.35}._successBox_1t5qn_635 p{margin:0 0 26px;color:#4b5545;line-height:1.65}._successActions_1t5qn_711{display:flex;flex-direction:column;align-items:center;gap:.9rem}._successButton_1t5qn_725{display:inline-block;padding:.75rem 1.8rem;background:#639922;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:background .15s}._successButton_1t5qn_725:hover{background:#4f7c19}._successLink_1t5qn_755{color:#5a7a35;font-size:.9rem;text-decoration:none;font-weight:600}._successLink_1t5qn_755:hover{text-decoration:underline}._successButton_1t5qn_725:focus-visible,._successLink_1t5qn_755:focus-visible,._previewToggle_1t5qn_123:focus-visible{outline:3px solid #3B6D11;outline-offset:2px}@media(prefers-reduced-motion:reduce){._spinner_1t5qn_797{animation-duration:2.5s}._submitBtn_1t5qn_569,._formGroup_1t5qn_241 input,._formGroup_1t5qn_241 textarea{transition:none}}@media(max-width:640px){._formRow_1t5qn_229{grid-template-columns:1fr}._submitBtn_1t5qn_569{align-self:stretch;justify-content:center}._sendingCard_1t5qn_843{padding:28px 24px}._successBox_1t5qn_635{margin:24px auto;padding:32px 20px;border-radius:14px}._successBox_1t5qn_635 h2{font-size:1.2rem}._successActions_1t5qn_711{align-self:stretch}._successButton_1t5qn_725{display:block;width:100%;box-sizing:border-box;text-align:center}}._dropArea_1z0tk_8{position:relative;display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;padding:.85rem;margin:.35rem 0 .5rem;border:2px dashed #d5e0c6;border-radius:8px;background:#fafcf7;transition:background .12s ease,border-color .12s ease}._dropAreaActive_1z0tk_22{background:#eaf4dc;border-color:#4f7c19}._dropBadge_1z0tk_30{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:.6rem;background:#eaf4dcf5;border-radius:6px;color:#27500a;font-size:1rem;font-weight:700;pointer-events:none}._dragHint_1z0tk_45{font-size:.9rem;color:#5a7a2f;font-weight:600}._addImagesBtn_1z0tk_53{display:inline-flex;align-items:center;gap:.45rem;align-self:flex-start;padding:.6rem 1.1rem;background:#f3f8e8;border:2px dashed #779F3E;border-radius:8px;color:#3b6d11;font-weight:600;font-size:.95rem;font-family:inherit;cursor:pointer;transition:background .15s}._addImagesBtn_1z0tk_53:hover:not(:disabled){background:#eaf2d8}._addImagesBtn_1z0tk_53:disabled{opacity:.5;cursor:not-allowed}._addImagesBtn_1z0tk_53:focus-visible{outline:3px solid #3B6D11;outline-offset:2px}._imagesGrid_1z0tk_86{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}._imageThumb_1z0tk_93{position:relative;width:110px;height:110px;border-radius:8px;overflow:hidden;border:2px solid #e4ead9;cursor:pointer;transition:border-color .15s}._imageThumb_1z0tk_93:hover{border-color:#779f3e}._imageThumbCover_1z0tk_108{border-color:#779f3e;border-width:3px}._imageThumb_1z0tk_93 img{width:100%;height:100%;object-fit:cover;display:block}._coverLabel_1z0tk_120{position:absolute;bottom:0;left:0;right:0;background:#779f3ee6;color:#fff;font-size:.66rem;font-weight:700;text-align:center;padding:4px 0;letter-spacing:.04em;text-transform:uppercase}._newLabel_1z0tk_136{position:absolute;top:4px;left:4px;background:#0c447cd9;color:#fff;font-size:.62rem;font-weight:700;padding:2px 7px;border-radius:10px;letter-spacing:.03em;text-transform:uppercase}._removeBtn_1z0tk_150{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;border-radius:50%;width:26px;height:26px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}._removeBtn_1z0tk_150:hover:not(:disabled){background:#dc2626e6}._removeBtn_1z0tk_150:disabled{opacity:.5;cursor:not-allowed}._imagesHint_1z0tk_178{margin-top:.5rem;font-size:.82rem;color:#7a8570;line-height:1.55}@media(hover:none),(pointer:coarse){._dragHint_1z0tk_45{display:none}._dropArea_1z0tk_8{border-color:transparent;padding:0;margin:0;background:none}}@media(prefers-reduced-motion:reduce){._addImagesBtn_1z0tk_53,._imageThumb_1z0tk_93,._removeBtn_1z0tk_150{transition:none}}@media(max-width:640px){._imagesGrid_1z0tk_86{gap:.5rem}._imageThumb_1z0tk_93{width:90px;height:90px}._removeBtn_1z0tk_150{width:32px;height:32px;font-size:1.1rem}}._page_rt5kv_5{max-width:1600px;width:95%;margin:0 auto;padding:2rem 2.5rem}._headerInner_rt5kv_17{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._headerText_rt5kv_31 h1{font-size:1.6rem;font-weight:700;margin:0 0 .25rem}._headerText_rt5kv_31 p{font-size:.9rem;margin:0;opacity:.85;text-align:left}._yearSelector_rt5kv_53{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500}._yearSelector_rt5kv_53 select{border:none;border-radius:6px;padding:.4rem .75rem;background:#fff3;color:#fff;cursor:pointer}._yearSelector_rt5kv_53 select option{background:#5a7a2f;color:#fff}._noticeBanner_rt5kv_91{display:flex;gap:1rem;background:#fef2f2;border-left:4px solid #dc2626;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#991b1b}._noticeBanner_rt5kv_91 p{margin:0;font-size:.9rem}._tablesGrid_rt5kv_125{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;margin-bottom:1.5rem;align-items:start;width:100%}._section_rt5kv_141{margin-bottom:2rem;min-width:0}._section_rt5kv_141+._section_rt5kv_141{margin-top:1rem}._sectionTitle_rt5kv_155{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid #779f3e}._tableWrapper_rt5kv_177{border-radius:8px 8px 0 0;border:1px solid #b5cc8a;overflow-x:auto;overflow-y:visible;min-width:0}._table_rt5kv_125{width:100%;border-collapse:collapse;font-size:.85rem;table-layout:auto}._table_rt5kv_125 th:nth-child(1),._table_rt5kv_125 td:nth-child(1){width:2.25rem}._table_rt5kv_125 th:nth-child(3),._table_rt5kv_125 td:nth-child(3){width:6.5rem}._table_rt5kv_125 th:nth-child(4),._table_rt5kv_125 td:nth-child(4){width:32%}._table_rt5kv_125 th:nth-child(5),._table_rt5kv_125 td:nth-child(5){width:10.5rem}._table_rt5kv_125 thead tr{background:linear-gradient(135deg,#779f3e,#5a7a2f)}._table_rt5kv_125 th{color:#fff;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;padding:.65rem .85rem;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table_rt5kv_125 tbody tr:nth-child(odd){background:#f7faf0}._table_rt5kv_125 tbody tr:nth-child(2n){background:#fff}._table_rt5kv_125 tbody tr:hover{background:#eef5e0}._table_rt5kv_125 td{padding:.65rem .85rem;border-bottom:1px solid #e4edce;color:#374151;vertical-align:middle;overflow-wrap:normal;word-break:normal}._table_rt5kv_125 tbody tr:last-child td{border-bottom:none}._calcRow_rt5kv_287{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}._calcAreaInput_rt5kv_299{width:72px;min-width:60px;border:1px solid #d1d5db;border-radius:6px;padding:.3rem .5rem;font-size:.82rem;box-sizing:border-box}._calcAreaInput_rt5kv_299:disabled{background:#f3f4f6}._calcRow_rt5kv_287 select{border:1px solid #d1d5db;border-radius:6px;padding:.3rem .4rem;font-size:.82rem;background:#fff;cursor:pointer;box-sizing:border-box;max-width:120px}._calcRow_rt5kv_287 select:disabled{background:#f3f4f6;cursor:default}._calcManual_rt5kv_347{color:#9ca3af}._amountText_rt5kv_349{color:#9ca3af;font-style:italic}._empty_rt5kv_351{color:#9ca3af;font-style:italic;padding:1rem 0}._table_rt5kv_125 input[type=checkbox]{width:18px;height:18px;accent-color:#779f3e;cursor:pointer;flex-shrink:0}._totalRow_rt5kv_375{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#779f3e,#5a7a2f);color:#fff;border-radius:0 0 8px 8px;font-size:.9rem;flex-wrap:wrap}._totalAmount_rt5kv_399{font-size:1.15rem;font-weight:700;color:#d4edaa}._infoBlock_rt5kv_415{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}._deadline_rt5kv_427{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:#f0f7e0;border:1px solid #b5cc8a;border-radius:6px;font-size:.875rem;color:#1f2937;flex-wrap:wrap}._latePayment_rt5kv_451{display:flex;gap:.5rem;padding:.65rem 1rem;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;font-size:.875rem;color:#1f2937}._cardList_rt5kv_481{display:flex;flex-direction:column;gap:.75rem}._feeCard_rt5kv_493{background:#fff;border:2px solid #d1d9c8;border-radius:14px;padding:1rem 1rem .85rem;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s;-webkit-user-select:none;user-select:none}._feeCard_rt5kv_493:active{background:#f5f9ee}._feeCardActive_rt5kv_521{border-color:#779f3e;background:#f7faf0;box-shadow:0 2px 10px #779f3e26}._cardHeader_rt5kv_535{display:flex;align-items:flex-start;gap:.85rem}._cardCheckbox_rt5kv_547{flex-shrink:0;display:flex;align-items:center;padding-top:.15rem}._cardCheckboxInput_rt5kv_561{width:26px;height:26px;accent-color:#779f3e;cursor:pointer;flex-shrink:0}._cardCheckboxDisabled_rt5kv_577{width:26px;height:26px;display:flex;align-items:center;justify-content:center;color:#d1d5db;font-size:1.1rem}._cardInfo_rt5kv_597{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}._cardName_rt5kv_613{font-size:.95rem;font-weight:600;color:#1f2937;line-height:1.35}._cardExplanation_rt5kv_627{font-size:.78rem;color:#6b7280;line-height:1.35}._cardAmount_rt5kv_639{flex-shrink:0;font-size:.88rem;color:#374151;text-align:right;line-height:1.35;padding-top:.1rem}._cardAmount_rt5kv_639 strong{display:block;font-size:1.05rem;font-weight:700;color:#3d5c1a}._cardCalc_rt5kv_673{margin-top:.85rem;padding-top:.75rem;border-top:1px solid #e4edce}._cardCalcRow_rt5kv_685{display:flex;flex-direction:column;gap:.4rem}._cardCalcLabel_rt5kv_697{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}._cardCalcInputWrapper_rt5kv_713{display:flex;align-items:center;gap:.5rem}._cardCalcInput_rt5kv_713{flex:1;border:1.5px solid #b5cc8a;border-radius:8px;padding:.6rem .85rem;font-size:1rem;background:#fff;box-sizing:border-box;-moz-appearance:textfield}._cardCalcInput_rt5kv_713:focus{outline:none;border-color:#779f3e;box-shadow:0 0 0 3px #779f3e26}._cardCalcInput_rt5kv_713::-webkit-inner-spin-button,._cardCalcInput_rt5kv_713::-webkit-outer-spin-button{opacity:1}._cardCalcUnit_rt5kv_769{font-size:.9rem;font-weight:600;color:#6b7280}._cardCalcSelect_rt5kv_781{border:1.5px solid #b5cc8a;border-radius:8px;padding:.6rem .85rem;font-size:1rem;background:#fff;width:100%;box-sizing:border-box;cursor:pointer;color:#1f2937}._cardCalcSelect_rt5kv_781:focus{outline:none;border-color:#779f3e;box-shadow:0 0 0 3px #779f3e26}._cardCalcHint_rt5kv_817{font-size:.78rem;color:#9ca3af;margin:0;font-style:italic}._cardPartial_rt5kv_833{margin-top:.6rem;font-size:.9rem;color:#374151;text-align:right}._cardPartial_rt5kv_833 strong{font-size:1.05rem;color:#5a7a2f;font-weight:700}._meterCalcsGrid_rt5kv_863{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem}._meterCalcsGridSingle_rt5kv_875{display:grid;grid-template-columns:1fr;margin-top:1.5rem}._meterCalc_rt5kv_863{background:#f7faf0;border:1px solid #b5cc8a;border-radius:8px;padding:1.25rem;min-width:0;overflow:hidden}._meterCalcElectricity_rt5kv_901{border-top:4px solid #f59e0b}._meterCalcWater_rt5kv_903{border-top:4px solid #3b82f6}._meterCalcTitle_rt5kv_905{font-size:.95rem;font-weight:700;color:#1f2937;margin:0 0 1rem;display:flex;align-items:center;gap:.4rem}._meterCalcTitleIconElectricity_rt5kv_923{color:#f59e0b}._meterCalcTitleIconWater_rt5kv_925{color:#3b82f6}._meterCalcSelect_rt5kv_927{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem;flex-wrap:wrap}._periodBtns_rt5kv_943{display:flex;gap:.5rem;flex-wrap:wrap}._periodBtn_rt5kv_943{padding:.35rem .85rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.82rem;transition:background .15s,color .15s}._periodBtnElectricity_rt5kv_969{border:1px solid #f59e0b;background:#fff;color:#f59e0b}._periodBtnElectricityActive_rt5kv_971{border:1px solid #f59e0b;background:#f59e0b;color:#fff}._periodBtnWater_rt5kv_973{border:1px solid #3b82f6;background:#fff;color:#3b82f6}._periodBtnWaterActive_rt5kv_975{border:1px solid #3b82f6;background:#3b82f6;color:#fff}._meterCalcInputs_rt5kv_977{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}._meterInputGroup_rt5kv_991{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:120px}._meterInputGroup_rt5kv_991 label{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase}._meterInputGroup_rt5kv_991 input{border:1px solid #b5cc8a;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;background:#fff;width:100%;box-sizing:border-box}._meterInputGroup_rt5kv_991 input:focus{outline:none;border-color:#779f3e;box-shadow:0 0 0 3px #779f3e26}._meterDivider_rt5kv_1045{font-size:1.2rem;color:#9ca3af;padding-bottom:.4rem;flex-shrink:0}._meterCalcResult_rt5kv_1057{background:#fff;border:1px solid #b5cc8a;border-radius:6px;padding:.75rem 1rem}._meterCalcBreakdown_rt5kv_1069{display:flex;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#6b7280;margin-bottom:.5rem}._meterCalcTotal_rt5kv_1085{font-size:.95rem;color:#374151}._meterCalcTotal_rt5kv_1085 strong{font-size:1.1rem;color:#5a7a2f}._meterCalcError_rt5kv_1101{color:#dc2626;font-size:.85rem;margin-top:.5rem}._meterNoData_rt5kv_1111{color:#9ca3af;font-size:.85rem}._bottomGrid_rt5kv_1123 ._section_rt5kv_141+._section_rt5kv_141{margin-top:0}._bottomGrid_rt5kv_1123{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;margin-top:2rem}._textContent_rt5kv_1141{font-size:.9rem;color:#374151;line-height:1.6;overflow-wrap:break-word;word-break:break-word}._textContent_rt5kv_1141 ul{padding-left:1.25rem;margin:.5rem 0}._ctaSecondary_rt5kv_1163{display:inline-flex;align-items:center;gap:.5rem;background:#f0f7e0;color:#3d5c1a;border:1px solid #b5cc8a;border-radius:6px;padding:.5rem 1rem;text-decoration:none;font-size:.875rem;margin-top:1rem}._ctaSecondary_rt5kv_1163:hover{background:#e4edce}._detailsCell_rt5kv_1191{white-space:normal;overflow-wrap:normal;word-break:normal;font-size:.82rem;color:#6b7280;line-height:1.4}@media(max-width:1200px){._page_rt5kv_5{width:98%;padding:1.5rem}._tablesGrid_rt5kv_125{grid-template-columns:1fr;gap:1.5rem}._meterCalcsGrid_rt5kv_863{grid-template-columns:1fr 1fr}}@media(max-width:900px){._bottomGrid_rt5kv_1123,._meterCalcsGrid_rt5kv_863{grid-template-columns:1fr}}@media(max-width:640px){._page_rt5kv_5{width:100%;padding:.75rem}._table_rt5kv_125 th,._table_rt5kv_125 td{padding:.45rem .5rem;font-size:.72rem}._detailsCell_rt5kv_1191{font-size:.7rem}._headerInner_rt5kv_17{flex-direction:column;align-items:flex-start}._headerText_rt5kv_31 h1{font-size:1.2rem}._tablesGrid_rt5kv_125{gap:1rem}._totalRow_rt5kv_375{border-radius:14px;margin-top:.75rem;padding:1rem 1.15rem;box-shadow:0 4px 16px #5a7a2f2e}._totalAmount_rt5kv_399{font-size:1.25rem}._meterCalcInputs_rt5kv_977{flex-direction:column}._meterDivider_rt5kv_1045{display:none}._meterInputGroup_rt5kv_991{min-width:unset;width:100%}}._wrapper_mqfza_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f6f9f0;padding:2rem}._box_mqfza_19{text-align:center;max-width:420px}._code_mqfza_29{font-size:7rem;font-weight:800;color:#779f3e;line-height:1;margin:0 0 .25rem}._title_mqfza_45{font-size:1.5rem;font-weight:700;color:#2d4a1a;margin:0 0 .75rem}._desc_mqfza_59{font-size:.95rem;color:#888;margin:0 0 2rem;line-height:1.6}._btn_mqfza_73{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.4rem;background:#779f3e;color:#fff;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s}._btn_mqfza_73:hover{background:#5a7a2f}._document_1o981_10{max-width:760px;margin:0 auto;background:#fff;border:1px solid #dde4d5;border-radius:14px;padding:36px 40px 40px}._updated_1o981_21{margin:0 0 22px;font-size:.85rem;color:#7a8570;padding-bottom:16px;border-bottom:1px solid #eef2e6}._lead_1o981_29{margin:0 0 8px;font-size:1.05rem;line-height:1.75;color:#33402c}._section_1o981_36{margin-top:30px}._section_1o981_36 h2{margin:0 0 12px;font-size:1.2rem;font-weight:700;color:#173404;line-height:1.35}._section_1o981_36 h3{margin:20px 0 6px;font-size:1rem;font-weight:700;color:#3b6d11}._section_1o981_36 p{margin:0 0 12px;font-size:1rem;line-height:1.75;color:#33402c}._section_1o981_36 ul{margin:0 0 12px;padding-left:22px;display:flex;flex-direction:column;gap:7px}._section_1o981_36 li{font-size:1rem;line-height:1.7;color:#33402c}._section_1o981_36 a{color:#3b6d11;text-decoration:underline;text-underline-offset:2px;overflow-wrap:break-word}._section_1o981_36 a:hover{color:#27500a}._section_1o981_36 a:focus-visible{outline:3px solid #3B6D11;outline-offset:2px;border-radius:3px}@media(max-width:700px){._document_1o981_10{padding:26px 20px 30px;border-radius:12px}._lead_1o981_29{font-size:1rem}._section_1o981_36 h2{font-size:1.1rem}._section_1o981_36 ul{padding-left:18px}}._empty_mba5z_10{padding:3rem 1.5rem;text-align:center;color:#667;font-size:1rem;line-height:1.6}._section_mba5z_18{margin-bottom:2.75rem}._section_mba5z_18:last-child{margin-bottom:0}._sectionHead_mba5z_26{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}._sectionTitle_mba5z_33{margin:0;font-size:1.45rem;color:#27500a;overflow-wrap:anywhere}._sectionCount_mba5z_40{font-size:.9rem;color:#778}._titleUnderline_mba5z_45{width:44px;height:3px;background:#97c459;border-radius:2px;margin:10px 0 20px}._grid_mba5z_53{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}._tile_mba5z_62{position:relative;display:block;width:100%;padding:0;border:none;background:none;border-radius:10px;overflow:hidden;cursor:pointer;line-height:0;transition:transform .15s ease,box-shadow .15s ease}._tile_mba5z_62:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000038}._tile_mba5z_62:focus-visible{outline:3px solid #3B6D11;outline-offset:3px}._image_mba5z_86{width:100%;height:200px;object-fit:cover;display:block;background:#eef2e6}._tileCaption_mba5z_98{position:absolute;left:0;right:0;bottom:0;padding:1.6rem .7rem .55rem;background:linear-gradient(to top,#000000bf,#0000);color:#fff;font-size:.85rem;line-height:1.35;text-align:left;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(prefers-reduced-motion:reduce){._tile_mba5z_62{transition:none}._tile_mba5z_62:hover{transform:none}}@media(max-width:640px){._grid_mba5z_53{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.7rem}._image_mba5z_86{height:140px}._sectionTitle_mba5z_33{font-size:1.2rem}._section_mba5z_18{margin-bottom:2rem}}
