.toast-container{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:9999;pointer-events:none}.toast-container .toast{pointer-events:auto;padding:.875rem 1.25rem;border-radius:.75rem;box-shadow:0 8px 24px #0003;min-width:280px;max-width:90vw;text-align:center;font-weight:500;font-size:.9375rem;animation:toastSlideUp .3s ease;cursor:pointer}.toast-success{background:#166534;color:#fff;border:1px solid #15803d}.toast-error{background:#b91c1c;color:#fff;border:1px solid #991b1b}.toast-info{background:#b45309;color:#fff;border:1px solid #92400e}@keyframes toastSlideUp{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.layout{display:flex;min-height:100vh;width:100%;background-color:var(--bg-page);position:relative}.welcome-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;pointer-events:auto}.welcome-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(250,250,249,.12),transparent 55%),radial-gradient(circle at bottom right,#15803d73,#14532dd9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.welcome-card{position:relative;max-width:520px;width:100%;padding:1px;border-radius:1.5rem;background:linear-gradient(135deg,#c9a227e6,#166534f2);box-shadow:0 24px 80px #00000080,0 0 0 1px #ffffff0a}.welcome-glass{border-radius:1.45rem;background:linear-gradient(135deg,#0f172aad,#0f172aeb);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);padding:2.25rem 2.5rem 2rem;color:#f9fafb;position:relative;overflow:hidden}.welcome-glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(234,179,8,.2),transparent 55%),radial-gradient(circle at bottom right,rgba(22,163,74,.22),transparent 55%);mix-blend-mode:screen;pointer-events:none}.welcome-eyebrow{font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:#fafaf9c2;margin:0 0 .65rem}.welcome-title{font-size:1.9rem;margin:0 0 .75rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(120deg,#facc15,#fef9c3,#bbf7d0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.welcome-subtitle{margin:0 0 1.7rem;font-size:.95rem;line-height:1.6;color:#e2e8f0e6}.welcome-actions{display:flex;gap:.75rem;flex-wrap:wrap}.welcome-primary{border:none;border-radius:999px;padding:.7rem 1.6rem;font-size:.95rem;font-weight:600;cursor:pointer;color:#022c22;background:linear-gradient(120deg,#facc15,#f97316);box-shadow:0 10px 35px #0f172acc,0 0 0 1px #f8fafc1f;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.welcome-primary:hover{transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 16px 45px #0f172ae6,0 0 0 1px #f8fafc2e}.welcome-secondary{border-radius:999px;padding:.7rem 1.4rem;font-size:.9rem;font-weight:500;cursor:pointer;background:#0f766e38;border:1px solid rgba(148,163,184,.5);color:#e2e8f0e6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:background .15s ease,border-color .15s ease,color .15s ease}.welcome-secondary:hover{background:#0f766e57;border-color:#f8fafc99}@media (max-width: 640px){.welcome-card{margin:0 1.25rem}.welcome-glass{padding:1.8rem 1.75rem 1.6rem}}.offline-banner{padding:.4rem 1rem;background:#b45309;color:#fff;font-size:.8125rem;font-weight:500;text-align:center}.sidebar-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#14532d66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998;display:none}.tutorial-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1090;pointer-events:none}@media (min-width: 769px){.tutorial-overlay{left:260px}}.tutorial-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,#0f172aa6,#000000eb);opacity:.9;pointer-events:none}.tutorial-step{position:absolute;pointer-events:none}.tutorial-content{position:relative;max-width:340px;background:#0f172af5;border-radius:1rem;padding:1rem 1.1rem .9rem;color:#e5e7eb;box-shadow:0 18px 55px #000000b3,0 0 0 1px #94a3b873;pointer-events:auto}.tutorial-pointer{position:absolute;width:120px;height:2px;background:linear-gradient(90deg,#facc15,#facc1500);transform-origin:left center;box-shadow:0 0 12px #facc15cc}.tutorial-step-count{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#9ca3afe6;margin:0 0 .35rem}.tutorial-title{font-size:1.1rem;margin:0 0 .4rem;font-weight:600;color:#f9fafb}.tutorial-description{font-size:.9rem;margin:0 0 .7rem;line-height:1.55;color:#d1d5dbf5}.tutorial-actions{display:flex;justify-content:flex-end;align-items:center;gap:.5rem}.tutorial-skip{background:transparent;border:none;padding:0;font-size:.8rem;text-decoration:underline;color:#9ca3aff2;cursor:pointer}.tutorial-restart{background:transparent;border:none;padding:.2rem .4rem;font-size:.8rem;color:#d1d5dbf2;cursor:pointer}.tutorial-next{border-radius:999px;padding:.45rem 1.15rem;font-size:.85rem;font-weight:600;cursor:pointer;border:none;background:linear-gradient(120deg,#22c55e,#a3e635);color:#022c22;box-shadow:0 10px 35px #10b98180}.tutorial-step-header{top:88px;right:24px}.tutorial-step-header .tutorial-pointer{right:100%;top:18px;transform:rotate(180deg)}.tutorial-step-header .tutorial-content{margin-left:auto}.tutorial-step-sidebar-dashboard,.tutorial-step-sidebar-newsInsights,.tutorial-step-sidebar-farms,.tutorial-step-sidebar-blocks,.tutorial-step-sidebar-crops,.tutorial-step-sidebar-pests,.tutorial-step-sidebar-diseases,.tutorial-step-sidebar-spraying,.tutorial-step-sidebar-fertilizer,.tutorial-step-sidebar-employees,.tutorial-step-sidebar-attendance,.tutorial-step-sidebar-tasks,.tutorial-step-sidebar-inventory,.tutorial-step-sidebar-slips,.tutorial-step-sidebar-reports,.tutorial-step-sidebar-scouting,.tutorial-step-sidebar-leafSoil,.tutorial-step-sidebar-map,.tutorial-step-sidebar-boerPraat,.tutorial-step-sidebar-admin{left:120px}.tutorial-step-sidebar-dashboard{top:150px}.tutorial-step-sidebar-newsInsights{top:190px}.tutorial-step-sidebar-farms{top:230px}.tutorial-step-sidebar-blocks{top:270px}.tutorial-step-sidebar-crops{top:310px}.tutorial-step-sidebar-pests{top:350px}.tutorial-step-sidebar-diseases{top:390px}.tutorial-step-sidebar-spraying{top:430px}.tutorial-step-sidebar-fertilizer{top:470px}.tutorial-step-sidebar-employees{top:510px}.tutorial-step-sidebar-attendance{top:550px}.tutorial-step-sidebar-tasks{top:590px}.tutorial-step-sidebar-inventory{top:630px}.tutorial-step-sidebar-slips{top:670px}.tutorial-step-sidebar-reports{top:710px}.tutorial-step-sidebar-scouting{top:750px}.tutorial-step-sidebar-leafSoil{top:660px}.tutorial-step-sidebar-map{top:700px}.tutorial-step-sidebar-boerPraat{top:740px}.tutorial-step-sidebar-admin{top:780px}.tutorial-step-sidebar-dashboard .tutorial-pointer,.tutorial-step-sidebar-newsInsights .tutorial-pointer,.tutorial-step-sidebar-farms .tutorial-pointer,.tutorial-step-sidebar-blocks .tutorial-pointer,.tutorial-step-sidebar-crops .tutorial-pointer,.tutorial-step-sidebar-pests .tutorial-pointer,.tutorial-step-sidebar-diseases .tutorial-pointer,.tutorial-step-sidebar-spraying .tutorial-pointer,.tutorial-step-sidebar-fertilizer .tutorial-pointer,.tutorial-step-sidebar-employees .tutorial-pointer,.tutorial-step-sidebar-attendance .tutorial-pointer,.tutorial-step-sidebar-tasks .tutorial-pointer,.tutorial-step-sidebar-inventory .tutorial-pointer,.tutorial-step-sidebar-slips .tutorial-pointer,.tutorial-step-sidebar-reports .tutorial-pointer,.tutorial-step-sidebar-scouting .tutorial-pointer,.tutorial-step-sidebar-leafSoil .tutorial-pointer,.tutorial-step-sidebar-map .tutorial-pointer,.tutorial-step-sidebar-boerPraat .tutorial-pointer,.tutorial-step-sidebar-admin .tutorial-pointer{left:-110px;top:32px}@media (min-width: 769px){.sidebar-header{justify-content:center}}@media (max-width: 768px){.tutorial-step-sidebar-dashboard,.tutorial-step-sidebar-newsInsights,.tutorial-step-sidebar-farms,.tutorial-step-sidebar-blocks,.tutorial-step-sidebar-crops,.tutorial-step-sidebar-pests,.tutorial-step-sidebar-diseases,.tutorial-step-sidebar-spraying,.tutorial-step-sidebar-fertilizer,.tutorial-step-sidebar-employees,.tutorial-step-sidebar-attendance,.tutorial-step-sidebar-tasks,.tutorial-step-sidebar-inventory,.tutorial-step-sidebar-slips,.tutorial-step-sidebar-reports,.tutorial-step-sidebar-scouting,.tutorial-step-sidebar-leafSoil,.tutorial-step-sidebar-map,.tutorial-step-sidebar-boerPraat,.tutorial-step-sidebar-admin{left:16px;right:16px;top:auto;bottom:96px}.tutorial-step .tutorial-pointer{display:none}.tutorial-content{max-width:none}}@media (max-width: 768px){.sidebar-backdrop{display:block}}.sidebar{width:260px;background:linear-gradient(180deg,var(--color-green-dark) 0%,#0f3d1f 100%);color:var(--color-white);display:flex;flex-direction:column;position:fixed;height:100vh;height:100dvh;left:0;top:0;z-index:999;transform:translate(-100%);transition:transform .3s ease;box-shadow:4px 0 24px #0000001f}@media (min-width: 769px){.sidebar{transform:translate(0);position:relative}}.sidebar.open{transform:translate(0)}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center}.sidebar-title-link{text-decoration:none;display:block;cursor:pointer;flex:1;min-width:0}.sidebar-title{font-size:2rem;font-weight:700;margin:0;letter-spacing:.02em;background:linear-gradient(90deg,var(--color-gold) 0%,var(--color-gold-light) 30%,rgba(255,248,240,.95) 50%,var(--color-gold-light) 70%,var(--color-gold) 100%);background-size:200% 100%;background-position:200% center;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:sidebar-title-shine 5s ease-in-out infinite}@keyframes sidebar-title-shine{0%{background-position:200% center}to{background-position:-200% center}}.sidebar-close{background:#ffffff1a;border:none;color:var(--color-white);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;transition:background .2s}.sidebar-close:hover{background:#fff3}@media (min-width: 769px){.sidebar-close{display:none}}.sidebar-farm-select{padding:0 1.5rem .75rem;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-farm-label{display:block;font-size:.75rem;color:#ffffffb3;margin-bottom:.25rem;font-weight:500}.sidebar-farm-select-input{width:100%;padding:.5rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:var(--color-white);font-size:.875rem;cursor:pointer;transition:border-color .2s,background .2s}.sidebar-farm-select-input:focus{outline:none;border-color:var(--color-gold);background:#ffffff26}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;min-height:48px;color:#ffffffd9;text-decoration:none;transition:background-color .2s,color .2s;-webkit-tap-highlight-color:transparent;font-weight:500;font-size:.9375rem}.nav-link:hover{background-color:#ffffff14;color:var(--color-white)}.nav-link.active{background:linear-gradient(90deg,#c9a22759,#c9a22726);color:var(--color-gold-light);border-left:3px solid var(--color-gold);font-weight:600}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.12);margin-top:auto}.user-info{margin-bottom:1rem}.user-name{font-weight:600;color:var(--color-white);margin-bottom:.25rem;font-size:.875rem}.user-role{font-size:.75rem;color:#ffffffb3;text-transform:capitalize}.logout-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#ffffffe6;border-radius:.5rem;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500}.logout-button:hover{background:#ffffff1f;border-color:#ffffff40}.main-content{flex:1;display:flex;flex-direction:column;min-width:0}.header{background:var(--color-white);border-bottom:1px solid var(--border-subtle);padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px #1665340f}.menu-button{background:var(--color-green-light);border:1px solid rgba(22,101,52,.2);color:var(--color-green-dark);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:.5rem;-webkit-tap-highlight-color:transparent;transition:background .2s}.menu-button:hover{background:#bbf7d0}@media (min-width: 769px){.menu-button{display:none}}.page-title{font-size:1.375rem;font-weight:700;margin:0;color:var(--text-primary);letter-spacing:-.02em}.content{flex:1;padding:1.5rem;overflow-y:auto}.main-content--map{display:flex;flex-direction:column;flex:1;min-height:0;padding:0;margin:0;background:var(--color-green-dark);overflow:hidden}.content--map{padding:0;overflow:hidden;flex:1;display:flex;flex-direction:column;min-height:0;background:var(--color-green-dark)}.content--map .map-page{flex:1;min-height:0;display:flex}@media (max-width: 768px){.content{padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.header{padding:.75rem 1rem;padding-left:max(1rem,env(safe-area-inset-left))}.page-title{font-size:1.25rem;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar{width:min(280px,85vw);padding-bottom:env(safe-area-inset-bottom)}}.login-container{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--color-green-dark) 0%,var(--color-green) 50%,#1e5631 100%);padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));position:relative;overflow:hidden}.login-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgba(201,162,39,.15) 0%,transparent 50%);pointer-events:none}.login-card{background:var(--color-white);border-radius:1.25rem;padding:2rem;width:100%;max-width:440px;box-shadow:0 24px 48px #0000002e,0 0 0 1px #ffffff1a;position:relative;z-index:1}@media (max-width: 768px){.login-header h1{font-size:1.75rem}.login-container .form-group input{min-height:48px;font-size:16px}.login-container .btn-primary,.login-container button[type=submit]{min-height:48px}}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2.25rem;font-weight:800;color:var(--color-gold-dark);margin-bottom:.5rem;letter-spacing:-.03em;animation:login-title-glow 3s ease-in-out infinite}@keyframes login-title-glow{0%,to{text-shadow:0 0 12px rgba(201,162,39,.5),0 0 24px rgba(201,162,39,.3),0 0 36px rgba(201,162,39,.2);color:var(--color-gold-dark)}50%{text-shadow:0 0 20px rgba(201,162,39,.7),0 0 40px rgba(201,162,39,.4),0 0 60px rgba(201,162,39,.25);color:var(--color-gold)}}.login-header p{color:var(--text-muted);font-size:1rem;font-weight:500}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-container .form-group label{font-weight:600;color:var(--text-primary);font-size:.875rem}.login-container .form-group .form-hint{font-size:.75rem;color:var(--text-muted);margin:.25rem 0 0}.login-container .form-group .form-hint--warning{color:#b45309;background:#fffbeb;border:1px solid #fde68a;padding:.5rem .75rem;border-radius:.375rem;margin-top:.5rem}.login-container .form-group input,.login-container .form-group select{padding:.75rem 1rem;border:1px solid var(--border-subtle);border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.login-container .form-group input:focus,.login-container .form-group select:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px #1665341f}.login-container .btn-primary{margin-top:.25rem;background:linear-gradient(135deg,var(--color-gold) 0%,var(--color-gold-dark) 100%);color:var(--color-white);box-shadow:0 4px 14px #c9a22766;position:relative;overflow:hidden;animation:login-btn-shine 2.5s ease-in-out infinite}.login-container .btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.25) 50%,transparent 60%,transparent 100%);background-size:200% 100%;animation:login-btn-shimmer 2.5s ease-in-out infinite;pointer-events:none}.login-container .btn-primary:hover:not(:disabled){box-shadow:0 6px 24px #c9a22799,0 0 30px #c9a2274d}@keyframes login-btn-shine{0%,to{box-shadow:0 4px 14px #c9a22766}50%{box-shadow:0 6px 20px #c9a2278c,0 0 25px #c9a22740}}@keyframes login-btn-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.login-footer{margin-top:1.5rem;text-align:center}.link-button{background:none;border:none;color:var(--color-green);cursor:pointer;text-decoration:none;font-size:.9375rem;font-weight:600;transition:color .2s}.link-button:hover{color:var(--color-green-dark);text-decoration:underline}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:500}.login-note{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle);text-align:center}.login-note p{font-size:.75rem;color:var(--text-muted);margin:.25rem 0}.dashboard{max-width:1400px;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header-main{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dashboard-header h1{font-size:1.875rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.dashboard-header p{color:var(--text-muted);font-size:1rem;font-weight:500}.dashboard-tutorial-button{border-radius:999px;border:1px solid var(--border-subtle);background:linear-gradient(135deg,#fefce8,#ecfccb);padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;color:var(--color-green-dark);cursor:pointer;box-shadow:0 4px 14px #1665341f}.dashboard-tutorial-button:hover{box-shadow:0 6px 18px #16653429}.dashboard-filters{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.dashboard-filters label{font-size:.875rem;font-weight:500;color:var(--text-muted)}.crop-filter-select{padding:.5rem .75rem;border:1px solid var(--border-subtle);border-radius:.5rem;font-size:.875rem;background:var(--color-white);color:var(--text-primary);transition:border-color .2s}.crop-filter-select:focus{outline:none;border-color:var(--color-green)}.dashboard-notices{margin-bottom:2rem;padding:1.25rem;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1px solid #bbf7d0;border-radius:1rem;border-left:4px solid var(--color-green)}.dashboard-notices h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.dashboard-notices-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.dashboard-notice-item{padding:.75rem 1rem;background:var(--color-white);border-radius:.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a}.dashboard-notice-item strong{display:inline}.dashboard-notice-date{font-size:.8125rem;color:var(--text-muted);margin-left:.5rem}.dashboard-notice-body{margin:.5rem 0 0;font-size:.875rem;color:var(--text-primary);white-space:pre-wrap;line-height:1.45}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle);transition:box-shadow .2s,transform .2s}.stat-card:hover{box-shadow:0 8px 24px #16653414;transform:translateY(-2px)}.stat-card:nth-child(1){border-left:4px solid var(--color-green)}.stat-card:nth-child(2),.stat-card-link:nth-child(2){border-left:4px solid var(--color-green)}.stat-card-link:nth-child(3){border-left:4px solid var(--color-gold)}.stat-card-link:nth-child(4){border-left:4px solid #b91c1c}.stat-card-link:nth-child(5){border-left:4px solid #b91c1c}.stat-card-link:nth-child(6){border-left:4px solid var(--color-gold)}.stat-card-link{text-decoration:none;color:inherit;display:block}.stat-card,.stat-card-link{background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle);transition:box-shadow .2s,transform .2s}.stat-card-link:hover{box-shadow:0 8px 24px #16653414;transform:translateY(-2px)}.stat-card h3,.stat-card-link h3{font-size:.875rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.03em}.stat-value{font-size:2rem;font-weight:800;color:var(--text-primary);letter-spacing:-.02em}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem;margin-bottom:2rem}.chart-card{background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle)}.chart-card h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.chart-empty{font-size:.875rem;color:var(--text-muted);margin-top:.5rem;text-align:center}.recent-activity{background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle)}.recent-activity h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.activity-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;gap:1rem;padding:.75rem 1rem;background:var(--color-green-light);border-radius:.5rem;border:1px solid rgba(22,101,52,.12)}.activity-time{font-size:.875rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.activity-text{flex:1;color:var(--text-primary);font-weight:500}@media (max-width: 768px){.dashboard-header-main{flex-direction:column;align-items:flex-start}.dashboard-header h1{font-size:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.stat-card{padding:1rem}.stat-value{font-size:1.5rem}.charts-grid{grid-template-columns:1fr;gap:1rem}.chart-card,.recent-activity{padding:1rem}.activity-item{flex-direction:column;gap:.25rem;align-items:flex-start}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.search-bar-wrap{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--color-white, #fff);border:1px solid var(--border-subtle, #e2e8f0);border-radius:.5rem;max-width:280px;transition:border-color .2s}.search-bar-wrap:focus-within{border-color:var(--color-green, #166534);outline:none}.search-bar-icon{color:var(--text-muted, #64748b);flex-shrink:0}.search-bar-input{flex:1;min-width:0;border:none;background:none;font-size:.9375rem;color:var(--text-primary, #0f172a)}.search-bar-input::-moz-placeholder{color:var(--text-muted, #94a3b8)}.search-bar-input::placeholder{color:var(--text-muted, #94a3b8)}.search-bar-input:focus{outline:none}.farms-page{max-width:1200px;margin:0 auto}.farms-page .page-header h1{font-size:1.75rem;font-weight:700;color:var(--text-primary)}.farms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.farm-card{background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle);transition:box-shadow .2s,transform .2s}.farm-card:hover{box-shadow:0 8px 24px #16653414;transform:translateY(-2px)}.farm-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.farm-location{color:var(--text-muted);margin-bottom:1rem;font-size:.9375rem}.farm-actions{display:flex;gap:.5rem}@media (max-width: 768px){.farms-page .page-header{flex-direction:column;align-items:stretch}.farms-page .page-header .btn-primary{width:100%;justify-content:center}.farms-grid{grid-template-columns:1fr}.farm-card{padding:1.25rem}.farm-actions .btn-icon{min-width:44px;min-height:44px}}.blocks-page{max-width:1200px;margin:0 auto}.blocks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.block-card{background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle)}.block-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.block-card .block-crop{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-green);margin-bottom:.25rem}.block-card p{color:var(--text-muted);margin-bottom:.5rem}.block-actions{display:flex;gap:.5rem;margin-top:1rem}.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--border-subtle);border-radius:.5rem;font-size:1rem;font-family:inherit;resize:vertical}@media (max-width: 768px){.blocks-page .page-header{flex-direction:column;align-items:stretch}.blocks-page .btn-primary{width:100%;justify-content:center}.blocks-grid{grid-template-columns:1fr}.block-actions .btn-icon{min-width:44px;min-height:44px}}.crops-page{max-width:1200px;margin:0 auto}.header-actions{display:flex;gap:1rem}.crops-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.crops-sections section{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.crops-sections h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.stages-list,.harvests-list{display:flex;flex-direction:column;gap:1rem}.stage-card,.harvest-card{padding:1rem;background:#f8fafc;border-radius:.375rem;border-left:4px solid #3b82f6}.card-heading-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.card-heading-row h3{margin:0;flex:1}.card-actions{display:flex;gap:.25rem;flex-shrink:0}.stage-card h3,.harvest-card h3{font-size:1.125rem;font-weight:600;color:var(--text-primary, #1e293b);margin-bottom:.5rem}.stage-card p,.harvest-card p{color:#64748b;margin-bottom:.25rem}.crop-stage-chip{display:inline-block;margin:0 .25rem .25rem 0;padding:.25rem .5rem;font-size:.8125rem;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:9999px;cursor:pointer;color:#475569}.crop-stage-chip:hover{background:#cbd5e1;color:#1e293b}.form-hint{font-size:.8125rem;color:#64748b}.notes{font-style:italic;margin-top:.5rem}@media (max-width: 768px){.crops-page .page-header{flex-direction:column;align-items:stretch}.header-actions{flex-wrap:wrap}.header-actions .block-select{width:100%;min-height:44px}.header-actions .btn-primary{flex:1;min-width:0;justify-content:center}.crops-sections{grid-template-columns:1fr}}.pests-page{max-width:1200px;margin:0 auto}.alert-section{background:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#92400e}.alert-section h3{margin:0;font-size:1.125rem}.pests-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.pest-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #64748b}.pest-card.active{border-left-color:#ef4444}.pest-card.resolved{border-left-color:#10b981}.pest-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.pest-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.status-badge.active{background:#fee2e2;color:#991b1b}.status-badge.resolved{background:#d1fae5;color:#065f46}.status-badge.monitoring{background:#dbeafe;color:#1e40af}.severity{font-weight:600;text-transform:capitalize}.severity.low{color:#10b981}.severity.medium{color:#f59e0b}.severity.high{color:#ef4444}.pest-block{font-size:.8125rem;color:#667eea;margin-bottom:.35rem}.pest-card p{color:#64748b;margin-bottom:.5rem}@media (max-width: 768px){.pests-page .page-header{flex-direction:column;align-items:stretch}.pests-page .btn-primary{width:100%;justify-content:center}.pests-list{grid-template-columns:1fr}}.diseases-page{max-width:1200px;margin:0 auto}.diseases-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.disease-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #64748b}.disease-card.active{border-left-color:#ef4444}.disease-card.resolved{border-left-color:#10b981}.disease-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.disease-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.card-actions-row{display:flex;align-items:center;gap:.5rem}.disease-block{font-size:.8125rem;color:#667eea;margin-bottom:.35rem}.disease-card p{color:#64748b;margin-bottom:.5rem}@media (max-width: 768px){.diseases-page .page-header{flex-direction:column;align-items:stretch}.diseases-page .btn-primary{width:100%;justify-content:center}.diseases-list{grid-template-columns:1fr}}.employees-page{max-width:1200px;margin:0 auto}.employees-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.employee-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.employee-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.employee-card p{color:#64748b;margin-bottom:.5rem}.status.active{color:#10b981}.status.inactive{color:#ef4444}.employee-actions{display:flex;gap:.5rem;margin-top:1rem}.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem}@media (max-width: 768px){.employees-page .page-header{flex-direction:column;align-items:stretch}.employees-page .btn-primary{width:100%;justify-content:center}.employees-grid{grid-template-columns:1fr}.employee-actions .btn-icon{min-width:44px;min-height:44px}}.attendance-page{max-width:1200px;margin:0 auto}.attendance-page .page-desc{color:var(--text-muted);margin:-.25rem 0 1.25rem;font-size:.9375rem}.attendance-redesign .attendance-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;margin-bottom:1.5rem;padding:1rem 1.25rem;background:var(--color-white);border-radius:.75rem;border:1px solid var(--border-subtle);box-shadow:0 1px 3px #0000000f}.month-picker{display:flex;align-items:center;gap:.5rem}.month-picker-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border-subtle);border-radius:.5rem;background:var(--color-white);color:var(--text-primary);cursor:pointer}.month-picker-btn:hover{background:#f8fafc;border-color:#cbd5e1}.month-picker-label{font-weight:600;font-size:1.125rem;min-width:160px;text-align:center;color:var(--text-primary)}.attendance-legend{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.legend-item{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .6rem;border-radius:.375rem;background:#f8fafc;border:1px solid #e2e8f0}.legend-item .dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-item.present .dot{background:#22c55e}.legend-item.half_day .dot{background:#eab308}.legend-item.leave .dot{background:#94a3b8}.legend-item.absent .dot{background:#ef4444}.legend-item.empty .dot{background:#e2e8f0;border:1px solid #cbd5e1}.attendance-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.attendance-card{background:var(--color-white);border-radius:.75rem;border:1px solid var(--border-subtle);box-shadow:0 1px 3px #0000000f;overflow:hidden}.attendance-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.875rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.attendance-card-emp{display:flex;align-items:center;gap:.6rem}.attendance-card-icon{color:var(--color-green);flex-shrink:0}.attendance-card-name{display:block;font-weight:600;font-size:1rem;color:var(--text-primary)}.attendance-card-role{display:block;font-size:.8125rem;color:var(--text-muted)}.attendance-card-actions{display:flex;gap:.5rem}.attendance-quick-btn{padding:.35rem .65rem;font-size:.8125rem;font-weight:500;border:1px solid #e2e8f0;border-radius:.375rem;background:var(--color-white);color:var(--text-primary);cursor:pointer}.attendance-quick-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.attendance-quick-btn--absent:hover{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.attendance-card-grid{padding:.75rem 1rem}.attendance-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:4px;padding:0 2px}.attendance-weekday{text-align:center;font-size:.7rem;font-weight:600;color:var(--text-muted)}.attendance-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.attendance-day-cell-wrap{position:relative;aspect-ratio:1;min-height:0}.attendance-day-cell{width:100%;height:100%;min-height:24px;max-height:28px;border:1px solid #e2e8f0;border-radius:.25rem;background:#f8fafc;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;color:var(--text-muted);font-size:.65rem;padding:1px;transition:background .15s,border-color .15s;-webkit-tap-highlight-color:transparent}.attendance-day-cell:hover{background:#f1f5f9;border-color:#cbd5e1}.attendance-day-cell--pad{background:#f1f5f9;border-color:transparent;cursor:default;opacity:.5}.attendance-day-num{display:block;font-weight:600;line-height:1.1;font-size:.65rem}.attendance-day-icon{flex-shrink:0;margin-top:1px}.attendance-day-cell.present{background:#dcfce7;border-color:#22c55e;color:#166534}.attendance-day-cell.present:hover{background:#bbf7d0}.attendance-day-cell.absent{background:#fee2e2;border-color:#ef4444;color:#b91c1c}.attendance-day-cell.absent:hover{background:#fecaca}.attendance-day-cell.half_day{background:#fef9c3;border-color:#eab308;color:#854d0e}.attendance-day-cell.half_day:hover{background:#fef08a}.attendance-day-cell.leave{background:#f1f5f9;border-color:#94a3b8;color:#475569}.attendance-day-cell.leave:hover{background:#e2e8f0}.attendance-popover{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:4px;z-index:50;background:var(--color-white);border:2px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 25px -5px #0000001f;padding:.35rem;display:flex;flex-direction:column;gap:.2rem;min-width:130px}.attendance-popover button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;border-radius:.375rem;background:none;cursor:pointer;font-size:.875rem;font-weight:500;text-align:left;color:var(--text-primary)}.attendance-popover button:hover{background:#f1f5f9}.payroll-section.payroll-card{background:var(--color-white);border-radius:.75rem;border:1px solid var(--border-subtle);box-shadow:0 1px 3px #0000000f;padding:1.25rem}.payroll-section h2{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:1.25rem;color:var(--text-primary)}.payroll-desc{font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.payroll-period-row{display:flex;align-items:center;gap:.5rem 1rem;flex-wrap:wrap;margin-bottom:1rem}.payroll-period-row label{font-size:.875rem;font-weight:500;color:var(--text-muted)}.payroll-period-row input{padding:.5rem .65rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem}.payroll-table-wrap{overflow-x:auto;margin-bottom:1rem}.payroll-table{width:100%;border-collapse:collapse;font-size:.875rem}.payroll-table th,.payroll-table td{padding:.65rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9}.payroll-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-weight:600}.payroll-table td.payroll-amount{font-weight:600;color:var(--text-primary)}.payroll-total-row{display:flex;align-items:center;justify-content:space-between;padding:1rem .75rem;background:#f0fdf4;border-radius:.5rem;font-size:1rem}.payroll-total-row strong{font-size:1.25rem;color:var(--color-green-dark)}.payroll-hint{font-size:.875rem;color:var(--text-muted);margin:0;padding:.5rem 0}.attendance-filters-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1rem}.attendance-filters-row label{font-size:.875rem;font-weight:500;color:var(--text-muted)}.attendance-filters-row select{padding:.4rem .6rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;min-width:140px}.attendance-cycle-btns{display:flex;align-items:center;gap:.5rem}.attendance-cycle-btns button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e2e8f0;border-radius:.5rem;background:var(--color-white);cursor:pointer;color:var(--text-primary)}.attendance-cycle-btns button:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.attendance-cycle-btns button:disabled{opacity:.5;cursor:not-allowed}.attendance-summary-list-section{margin-top:1.5rem;margin-bottom:2rem}.attendance-summary-list-section h2{font-size:1.1rem;margin-bottom:.75rem;color:var(--text-primary)}.attendance-summary-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.5rem;background:var(--color-white)}.attendance-summary-table{width:100%;border-collapse:collapse;font-size:.8125rem}.attendance-summary-table th,.attendance-summary-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid #f1f5f9}.attendance-summary-table th{font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.7rem}.attendance-summary-table td.pdf-cell{padding:.35rem}.attendance-summary-table .btn-pdf-link{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;border:1px solid #e2e8f0;border-radius:.375rem;background:var(--color-white);color:var(--text-primary);cursor:pointer;text-decoration:none}.attendance-summary-table .btn-pdf-link:hover{background:#f1f5f9;border-color:#cbd5e1}.attendance-page .empty-state{padding:2rem;text-align:center;color:var(--text-muted);background:#f8fafc;border-radius:.75rem;margin-bottom:2rem}@media (max-width: 768px){.attendance-toolbar{padding:.875rem 1rem}.month-picker-label{min-width:140px;font-size:1rem}.attendance-card-header{padding:.75rem .875rem}.attendance-card-actions{width:100%;justify-content:flex-start}.attendance-card-grid{padding:.5rem .75rem}.attendance-day-cell{min-height:24px;font-size:.65rem}.attendance-popover{position:fixed;left:50%;bottom:0;top:auto;transform:translate(-50%);margin-top:0;width:min(100%,300px);max-width:100%;border-radius:1rem 1rem 0 0;padding-bottom:max(.5rem,env(safe-area-inset-bottom));box-shadow:0 -4px 20px #00000026}.payroll-section.payroll-card{padding:1rem}.payroll-table th,.payroll-table td{padding:.5rem .6rem;font-size:.8125rem}}.tasks-page{max-width:1200px;margin:0 auto}.pending-alert{background:#dbeafe;border:1px solid #3b82f6;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#1e40af}.tasks-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.task-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #64748b}.task-card.completed{border-left-color:#10b981;opacity:.7}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.task-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.priority-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.priority-badge.low{background:#d1fae5;color:#065f46}.priority-badge.medium{background:#fef3c7;color:#92400e}.priority-badge.high{background:#fee2e2;color:#991b1b}.task-card p{color:#64748b;margin-bottom:.5rem}.status{text-transform:capitalize;font-weight:500}.status.pending{color:#f59e0b}.status.in_progress{color:#3b82f6}.status.completed{color:#10b981}.tasks-calendar-section{background:#fff;border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #00000014}.tasks-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.calendar-nav{background:#f1f5f9;border:none;border-radius:.5rem;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.calendar-nav:hover{background:#e2e8f0}.tasks-calendar-title{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:600;color:#1e293b;cursor:pointer}.tasks-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.calendar-weekday{font-size:.75rem;font-weight:600;color:#64748b;text-align:center;padding:.25rem}.calendar-day--empty{min-height:72px;background:transparent}.tasks-calendar-day{min-height:72px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;font-size:.875rem;color:#334155;padding:.35rem;text-align:left}.tasks-calendar-day:hover{background:#e0f2fe;border-color:#0ea5e9}.calendar-day-num{font-weight:600;font-size:.875rem;color:#1e293b;flex-shrink:0;margin-bottom:.2rem}.calendar-day-tasks{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:2px}.calendar-day-task{display:block;font-size:.7rem;line-height:1.2;color:#1e293b;background:#fffc;padding:.15rem .3rem;border-radius:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-left:3px solid #64748b}.calendar-day-task--task{border-left-color:#3b82f6}.calendar-day-task--reminder{border-left-color:#f59e0b}.calendar-day-task--event{border-left-color:#10b981}.calendar-day-task--completed{opacity:.7;text-decoration:line-through;color:#64748b}.tasks-day-modal h2{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.day-items-list{margin-bottom:1rem;max-height:240px;overflow-y:auto}.day-empty{color:#64748b;font-size:.9rem;margin:.5rem 0}.day-item{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem;background:#f8fafc;border-radius:.5rem;margin-bottom:.5rem;border-left:4px solid #64748b}.day-item--task{border-left-color:#3b82f6}.day-item--reminder{border-left-color:#f59e0b}.day-item--event{border-left-color:#10b981}.day-item-type{font-size:.7rem;text-transform:uppercase;font-weight:600;color:#64748b}.day-item-title{font-weight:500;color:#1e293b;flex:1}.day-item-desc{width:100%;font-size:.875rem;color:#64748b}.day-item-actions{display:flex;gap:.25rem}.day-item-btn{background:#e2e8f0;border:none;border-radius:.25rem;padding:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.day-item-btn:hover{background:#cbd5e1}.day-item-btn--danger:hover{background:#fecaca;color:#b91c1c}.day-add-buttons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;font-size:.875rem}.btn-secondary:hover{background:#e2e8f0}.day-add-form{padding:1rem 0;border-top:1px solid #e2e8f0}.day-add-form h3{margin:0 0 .75rem;font-size:1rem}.task-type-badge{display:inline-block;font-size:.7rem;text-transform:uppercase;color:#64748b;margin-bottom:.25rem}@media (max-width: 768px){.tasks-page .page-header{flex-direction:column;align-items:stretch}.tasks-page .btn-primary{width:100%;justify-content:center}.tasks-list{grid-template-columns:1fr}.tasks-calendar-day{font-size:.75rem}}.inventory-page{max-width:1200px;margin:0 auto}.low-stock-alert{background:#fee2e2;border:1px solid #ef4444;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;color:#991b1b}.category-filter{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.category-filter button{padding:.5rem 1rem;border:1px solid #d1d5db;background:#fff;border-radius:.375rem;cursor:pointer;font-weight:500;transition:all .2s}.category-filter button:hover{background:#f3f4f6}.category-filter button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.inventory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.inventory-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #64748b}.inventory-card.low-stock{border-left-color:#ef4444}.inventory-card h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.inventory-card p{color:#64748b;margin-bottom:.5rem}.description{font-style:italic;margin-top:.5rem}@media (max-width: 768px){.inventory-page .page-header{flex-direction:column;align-items:stretch}.inventory-page .btn-primary{width:100%;justify-content:center}.category-filter{flex-wrap:wrap}.category-filter button{min-height:44px;flex:1 1 auto}.inventory-grid{grid-template-columns:1fr}}.spraying-page{max-width:1200px;margin:0 auto}.spraying-page .page-desc{color:#64748b;margin:-.25rem 0 1rem;font-size:.9375rem}.spraying-page .block-select{padding:.5rem .75rem;border-radius:.375rem;border:1px solid #e2e8f0;margin-right:1rem}.spray-product-row{border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin-bottom:1rem;background:#f8fafc}.spray-product-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;font-size:.875rem}.spray-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.spray-card{background:#fff;padding:1.25rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #0ea5e9;position:relative}.spray-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#64748b;font-size:.875rem}.spray-date{font-weight:500;color:#0f172a}.spray-card h3{margin:0 0 .5rem;font-size:1.125rem;color:#1e293b}.spray-card p{margin:.25rem 0;color:#64748b;font-size:.875rem}.spray-card .target{color:#0369a1}.spray-card .qty{font-weight:500;color:#0f172a}.spray-actions{position:absolute;top:1rem;right:1rem}.spraying-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.spraying-page .page-header{flex-direction:column;align-items:stretch}.spraying-page .header-actions{flex-wrap:wrap}.spraying-page .block-select{width:100%;min-height:44px}.spraying-page .btn-primary{width:100%;justify-content:center}.spray-list,.spraying-page .form-row{grid-template-columns:1fr}}.fertilizer-page{max-width:1200px;margin:0 auto}.fertilizer-page .page-desc{color:#64748b;margin:-.25rem 0 1rem;font-size:.9375rem}.fertilizer-page .block-select{padding:.5rem .75rem;border-radius:.375rem;border:1px solid #e2e8f0;margin-right:1rem}.modal-content--wide{max-width:560px}.form-hint{font-size:.875rem;color:#64748b;margin:-.5rem 0 1rem}.fert-product-row{border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin-bottom:1rem;background:#f8fafc}.fert-product-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600;font-size:.875rem}.form-actions--between{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.fertilizer-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.fert-card{background:#fff;padding:1.25rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #22c55e;position:relative}.fert-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#64748b;font-size:.875rem}.fert-date{font-weight:500;color:#0f172a}.fert-card h3{margin:0 0 .5rem;font-size:1.125rem;color:#1e293b}.fert-card p{margin:.25rem 0;color:#64748b;font-size:.875rem}.fert-card .qty{font-weight:500;color:#0f172a}.fert-actions{position:absolute;top:1rem;right:1rem}.fertilizer-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.fertilizer-page .page-header{flex-direction:column;align-items:stretch}.fertilizer-page .header-actions{flex-wrap:wrap}.fertilizer-page .block-select{width:100%;min-height:44px}.fertilizer-page .btn-primary{width:100%;justify-content:center}.fertilizer-list,.fertilizer-page .form-row{grid-template-columns:1fr}}.slips-page{max-width:1200px;margin:0 auto}.slips-page .page-desc{color:#64748b;margin:-.25rem 0 1rem;font-size:.9375rem}.analytics-section{margin-bottom:2rem}.analytics-section h2,.slips-section h2,.expenses-income-section h2{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;color:#1e293b}.expenses-income-section{margin-bottom:2rem}.expenses-income-controls{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem}.date-range-controls{display:flex;align-items:center;gap:.5rem}.date-range-controls label{font-size:.875rem;color:var(--text-muted)}.date-range-controls input{padding:.5rem;border:1px solid var(--border-subtle);border-radius:.5rem}.expenses-income-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-left:auto}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--border-subtle);border-radius:.5rem;background:var(--color-white);color:var(--text-primary);font-size:.875rem;cursor:pointer}.btn-secondary:hover{background:#f8fafc}.expenses-income-summary{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:1rem;padding:.75rem 1rem;background:#f8fafc;border-radius:.5rem;font-weight:600}.summary-item.expense{color:#b91c1c}.summary-item.income{color:#166534}.summary-item.net{color:#1e293b}.expenses-income-tables{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 900px){.expenses-income-tables{grid-template-columns:1fr}}.expenses-income-table-wrap h3{font-size:1rem;font-weight:600;color:#475569;margin-bottom:.5rem}.expenses-income-table-wrap .slips-table-wrap{margin-bottom:0}.table-empty{font-size:.875rem;color:var(--text-muted);padding:1rem;margin:0}.amount-income{color:#166534}.category-badge.income-cat{background:#dcfce7;color:#166534}.modal-content--small{max-width:420px}.slips-filters{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.slips-filters label{font-weight:500;color:var(--text-muted)}.slips-filters select{padding:.5rem .75rem;border-radius:.5rem;border:1px solid var(--border-subtle)}.slips-page .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.slip-photo-input{display:block;font-size:.875rem;margin-top:.25rem}.photo-uploading{font-size:.8125rem;color:var(--text-muted);margin-left:.5rem}.photo-attached{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-green-dark);margin-top:.35rem}.photo-attached .btn-link{font-size:.8125rem;padding:0}.section-desc{color:#64748b;font-size:.875rem;margin:-.5rem 0 1rem}.analytics-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.analytics-card{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:.25rem}.analytics-card.total{border-left:4px solid #22c55e;flex-direction:row;align-items:center;gap:.75rem}.analytics-card .label{font-size:.75rem;text-transform:uppercase;color:#64748b}.analytics-card .value{font-weight:600;color:#0f172a}.slips-table-wrap{overflow-x:auto;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.slips-table{width:100%;border-collapse:collapse}.slips-table th,.slips-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #f1f5f9}.slips-table th{font-size:.75rem;text-transform:uppercase;color:#64748b;font-weight:600}.slips-table td.amount{font-weight:500}.category-badge{display:inline-block;padding:.2rem .5rem;border-radius:.25rem;font-size:.8125rem;background:#f1f5f9;color:#475569}.btn-link{background:none;border:none;color:#0ea5e9;cursor:pointer;font-size:.875rem;text-decoration:underline;padding:0}.btn-link:hover{color:#0284c7}.linked{color:#22c55e;font-size:.875rem}.slips-section,.expenses-section{margin-bottom:2rem}.slips-page .empty-state{padding:2rem;text-align:center;color:#64748b;background:#f8fafc;border-radius:.5rem}@media (max-width: 768px){.slips-page .page-header{flex-direction:column;align-items:stretch}.slips-page .btn-primary{width:100%;justify-content:center;min-height:44px}.analytics-cards{grid-template-columns:1fr}.slips-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.slips-table th,.slips-table td{padding:.5rem .75rem;font-size:.8125rem}.slips-table .btn-link,.slips-table .btn-icon{min-height:36px;padding:.35rem .5rem}}.reports-page{max-width:1400px;margin:0 auto}.reports-page .page-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem}.reports-page .page-header h1{margin-right:auto}.reports-page .header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.reports-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.report-date-range{display:flex;align-items:center;gap:.5rem}.report-date-range label{font-size:.875rem;color:var(--text-muted)}.report-date-input{padding:.4rem .6rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem}.pdf-sections{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.pdf-sections .checkbox-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;cursor:pointer}.reports-page .block-select{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;min-width:180px}.reports-page .btn-secondary{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#f8fafc;color:#475569;font-size:.875rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.reports-page .btn-secondary:hover{background:#f1f5f9}.report-card .section-desc{color:#64748b;font-size:.875rem;margin-top:-.5rem;margin-bottom:0}.report-card-full{grid-column:1 / -1}.reports-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.report-card{background:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.report-card h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.report-card h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-top:1rem;margin-bottom:.5rem}.report-card p{color:#64748b;margin-bottom:.5rem}.category-breakdown{margin-top:1rem}.trend-section{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.trend-section:last-child{border-bottom:none}@media (max-width: 768px){.reports-grid{grid-template-columns:1fr}.report-card{padding:1rem}}.admin-page{max-width:1400px;margin:0 auto;padding:2rem}@media (max-width: 768px){.admin-page{padding:1rem}.admin-header{flex-direction:column;align-items:stretch}.admin-stats{grid-template-columns:1fr}.users-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h1{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.admin-header p{color:var(--text-muted)}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle);display:flex;align-items:center;gap:1rem}.stat-card svg{color:var(--color-green)}.stat-card h3{font-size:.875rem;font-weight:500;color:var(--text-muted);margin-bottom:.25rem}.stat-card p{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.users-table{background:var(--color-white);border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle);overflow:hidden;margin-bottom:2rem}.users-table table{width:100%;border-collapse:collapse}.users-table thead{background:var(--color-green-light)}.users-table th{padding:1rem;text-align:left;font-weight:600;color:var(--color-green-dark);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.users-table td{padding:1rem;border-top:1px solid #e5e7eb;color:var(--text-primary)}.users-table tbody tr:hover{background:#f8fafc}.role-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;display:inline-block}.action-buttons{display:flex;gap:.5rem}.btn-icon{padding:.5rem;background:none;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-icon:hover{background:#f3f4f6;border-color:#9ca3af}.empty-state{text-align:center;padding:2rem;color:var(--text-muted)}.access-denied{text-align:center;padding:4rem 2rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.access-denied svg{color:#ef4444;margin-bottom:1rem}.access-denied h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.access-denied p{color:var(--text-muted)}.permissions-info{background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.permissions-info h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem}.permissions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.permission-card{padding:1.5rem;background:#f8fafc;border-radius:.5rem;border-left:4px solid var(--color-gold)}.permission-card h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.permission-card ul{list-style:none;padding:0;margin:0}.permission-card li{padding:.5rem 0;color:#374151;font-size:.875rem}.notices-section{margin-bottom:2rem;background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle)}.notices-section h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.notices-section .section-desc{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem}.notice-form{max-width:480px;margin-bottom:1rem}.notice-form .form-actions{margin-top:.75rem}.notices-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.notice-item{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.notice-item strong{display:block;margin-right:.5rem}.notice-date{font-size:.8125rem;color:var(--text-muted);margin-left:.5rem}.notice-body{width:100%;margin:.35rem 0 0;font-size:.875rem;color:var(--text-primary);white-space:pre-wrap}.notice-item .btn-icon{margin-left:auto}.permissions-section{margin-bottom:2rem;background:var(--color-white);padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #1665340f;border:1px solid var(--border-subtle)}.permissions-section h3{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.permissions-section .section-desc{color:var(--text-muted);font-size:.875rem;margin-bottom:1rem}.permissions-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.permissions-table{width:100%;border-collapse:collapse;font-size:.875rem}.permissions-table th,.permissions-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--border-subtle)}.permissions-table th{font-weight:600;color:var(--text-muted);white-space:nowrap}.perm-toggle{background:none;border:none;cursor:pointer;padding:.25rem;color:var(--text-muted)}.perm-toggle.on{color:var(--color-green)}.perm-toggle.off{color:#94a3b8}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.map-page{display:flex;flex:1;min-height:0;width:100%;gap:0;background:#1e293b;padding:0}.map-toolbar{width:240px;flex-shrink:0;background:linear-gradient(180deg,#1e293b,#0f172a);border-right:none;display:flex;flex-direction:column;padding:1rem;gap:.75rem}.map-toolbar-search{display:flex;gap:.5rem}.map-toolbar-input{flex:1;min-width:0;padding:.625rem .75rem;border:1px solid #334155;border-radius:.5rem;font-size:.875rem;background:#334155;color:#f1f5f9}.map-toolbar-input::-moz-placeholder{color:#94a3b8}.map-toolbar-input::placeholder{color:#94a3b8}.map-toolbar-input:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 2px #0d948840}.map-toolbar-btn{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;border-radius:.5rem;background:#334155;color:#94a3b8;cursor:pointer;transition:transform .15s,background .15s,color .15s}.map-toolbar-btn:hover{background:#475569;color:#2dd4bf;transform:scale(1.05)}.map-toolbar-btn--primary{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;box-shadow:0 2px 8px #0d948866}.map-toolbar-btn--primary:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 4px 12px #0d948880;color:#fff}.map-search-results{list-style:none;margin:0;padding:0;border:1px solid #334155;border-radius:.5rem;max-height:200px;overflow-y:auto;background:#334155;box-shadow:0 4px 12px #0003}.map-search-result-item{border-bottom:1px solid #475569}.map-search-result-item:last-child{border-bottom:none}.map-search-result-item button{width:100%;padding:.5rem .75rem;text-align:left;font-size:.8125rem;background:none;border:none;cursor:pointer;color:#e2e8f0}.map-search-result-item button:hover{background:#475569}.map-search-set-home{color:#2dd4bf!important;font-weight:500}.map-search-set-home:hover{background:#2dd4bf26!important}.map-toolbar-nav{display:flex;flex-direction:column;gap:.5rem}.map-toolbar-tool{display:flex;align-items:center;gap:.75rem;padding:.75rem .875rem;border:1px solid #334155;border-radius:.625rem;background:#334155;color:#94a3b8;font-size:.9375rem;font-weight:500;cursor:pointer;transition:transform .15s,background .15s,border-color .15s,color .15s,box-shadow .15s;text-align:left;box-shadow:0 2px 6px #00000026}.map-toolbar-tool:hover{background:#475569;border-color:#64748b;color:#f1f5f9;transform:translate(2px);box-shadow:0 4px 12px #0003}.map-toolbar-tool--active{background:linear-gradient(135deg,#0d9488,#0f766e);border-color:#0d9488;color:#fff;box-shadow:0 4px 14px #0d948873}.map-toolbar-tool--active:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);border-color:#14b8a6;color:#fff;box-shadow:0 6px 18px #0d948880}.map-toolbar-tool--quarantine.map-toolbar-tool--active{background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#dc2626;box-shadow:0 4px 14px #dc262666}.map-toolbar-tool--quarantine.map-toolbar-tool--active:hover{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444}.map-toolbar-tool--pest.map-toolbar-tool--active{background:linear-gradient(135deg,#ea580c,#c2410c);border-color:#ea580c;box-shadow:0 4px 14px #ea580c66}.map-toolbar-tool--pest.map-toolbar-tool--active:hover{background:linear-gradient(135deg,#f97316,#ea580c);border-color:#f97316}.map-toolbar-tool-group{position:relative}.map-toolbar-submenu{margin-top:.5rem;padding:.5rem}.map-toolbar-submenu-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;margin-bottom:.25rem;font-size:.8125rem;color:#e2e8f0;background:#1e293b;border:1px solid #334155;border-radius:.375rem;cursor:pointer;transition:background .15s,border-color .15s}.map-toolbar-submenu-btn:last-child{margin-bottom:0}.map-toolbar-submenu-btn:hover{background:#334155;border-color:#0d9488}.map-toolbar-tool--open{border-color:#0d9488;box-shadow:0 0 0 1px #0d94884d}.map-toolbar-line-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.25rem 0}.map-toolbar-line-count{font-size:.75rem;color:#94a3b8;margin-right:.25rem}.map-toolbar-tool--secondary{background:#334155;color:#94a3b8}.map-toolbar-tool--secondary:hover{background:#475569;color:#e2e8f0}.map-toolbar-tool--primary{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff}.map-toolbar-tool--primary:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}.map-toolbar-settings{position:relative}.map-toolbar-settings-btn{width:100%}.map-filters-panel{margin-top:.5rem;padding:.75rem;background:#0f172a;border:1px solid #334155;border-radius:.5rem;box-shadow:0 4px 12px #0000004d;max-height:320px;overflow-y:auto;overflow-x:hidden}.map-filters-section{margin-bottom:.75rem}.map-filters-section:last-child{margin-bottom:0}.map-filters-section-title{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.5rem}.map-filters-check{display:flex;align-items:center;gap:.5rem;padding:.375rem 0;font-size:.8125rem;color:#e2e8f0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.map-filters-check input{width:1rem;height:1rem;accent-color:#0d9488;cursor:pointer}.map-filters-check input:disabled{opacity:.5;cursor:not-allowed}.map-locations-panel{max-height:280px;overflow-y:auto}.map-locations-panel .map-filters-section-title{margin-bottom:.5rem}.map-location-status{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-secondary, #64748b);margin:0 0 .75rem}.map-location-status span:first-child{flex:1}.map-locations-empty{font-size:.8125rem;color:#94a3b8;margin:0;padding:.25rem 0}.map-locations-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.map-locations-item{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;background:#1e293b;border-radius:.375rem;border:1px solid #334155;flex-wrap:wrap}.map-locations-icon{font-size:1.125rem;line-height:1;flex-shrink:0}.map-locations-label{flex:1;min-width:0;font-size:.8125rem;color:#e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-locations-type{font-size:.6875rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.03em}.map-locations-go{flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:#0d9488;background:#0d948826;border:1px solid rgba(13,148,136,.4);border-radius:.375rem;cursor:pointer;transition:background .15s,color .15s}.map-locations-go:hover{background:#0d94884d;color:#2dd4bf}.map-toolbar-home{margin-top:auto;padding-top:.75rem;border-top:1px solid #334155;display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#94a3b8}.map-wrapper{flex:1;position:relative;min-width:0;min-height:300px;border-radius:0;overflow:hidden}.map-container{width:100%;height:100%;min-height:300px}.leaflet-container{height:100%!important;width:100%!important;font:inherit}.map-popup{min-width:160px}.map-popup strong{display:block;margin-bottom:.25rem}.map-popup button{display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;background:none;border:none;padding:.25rem 0;font-size:.8125rem;color:#dc2626}.map-popup button:hover{text-decoration:underline}.map-label-tooltip{background:#0f172aeb!important;border:1px solid #334155!important;border-radius:.375rem!important;color:#f1f5f9!important;font-size:.75rem!important;font-weight:500!important;padding:.25rem .5rem!important;white-space:nowrap!important;box-shadow:0 2px 8px #00000040!important}.map-label-tooltip:before{border-top-color:#0f172aeb!important}.map-legend{position:absolute;bottom:1rem;left:1rem;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.5rem;padding:.625rem .75rem;font-size:.8125rem;color:#334155;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;z-index:1000}.map-legend>div:first-child{display:flex;align-items:center;gap:.5rem;font-weight:600;margin-bottom:.375rem}.map-legend>div:not(:first-child){display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.map-shape-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:map-shape-fadeIn .2s ease-out}@keyframes map-shape-fadeIn{0%{opacity:0}to{opacity:1}}.map-shape-modal{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000059,0 0 0 1px #0000000d;max-width:420px;width:100%;overflow:hidden;animation:map-shape-slideUp .25s ease-out}@keyframes map-shape-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.map-shape-modal-header{padding:1.5rem 1.5rem .75rem;text-align:center;border-bottom:1px solid #f1f5f9}.map-shape-modal-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;margin-bottom:.75rem;box-shadow:0 4px 14px #0d948859}.map-shape-modal-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.map-shape-modal-subtitle{font-size:.875rem;color:#64748b;margin:0}.map-shape-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.map-shape-modal-label{font-size:.8125rem;font-weight:600;color:#475569;margin:0}.map-shape-modal-input,.map-shape-modal-textarea{width:100%;padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.9375rem;color:#1e293b;background:#f8fafc;transition:border-color .15s,box-shadow .15s}.map-shape-modal-input:focus,.map-shape-modal-textarea:focus{outline:none;border-color:#0d9488;box-shadow:0 0 0 3px #0d948826}.map-shape-modal-textarea{resize:vertical;min-height:80px}.map-shape-modal-colors{display:flex;flex-wrap:wrap;gap:.5rem}.map-shape-modal-color-btn{width:36px;height:36px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:transform .15s,box-shadow .15s}.map-shape-modal-color-btn:hover{transform:scale(1.1);box-shadow:0 2px 12px #00000040}.map-shape-modal-color-btn--selected{border-color:#1e293b;box-shadow:0 0 0 2px #fff,0 0 0 4px #1e293b}.map-shape-modal-footer{padding:1rem 1.5rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end;border-top:1px solid #f1f5f9;background:#fafafa}.map-shape-modal-btn{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s,transform .1s}.map-shape-modal-btn--secondary{background:#fff;border:1px solid #e2e8f0;color:#475569}.map-shape-modal-btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.map-shape-modal-btn--primary{background:linear-gradient(135deg,#0d9488,#0f766e);border:none;color:#fff;box-shadow:0 2px 8px #0d948859}.map-shape-modal-btn--primary:hover{background:linear-gradient(135deg,#14b8a6,#0d9488);box-shadow:0 4px 12px #0d948873;transform:translateY(-1px)}.map-shape-modal-label--checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}.map-shape-modal-label--checkbox input{accent-color:#0d9488}.leaflet-container .map-shape--animated,.leaflet-container path.map-shape--animated{animation:map-shape-glow 2.8s ease-in-out infinite;transform-origin:center}@keyframes map-shape-glow{0%,to{filter:brightness(1);opacity:1}50%{filter:brightness(1.5);opacity:.9}}.map-pin-cursor{position:fixed;transform:translate(-50%,-100%);pointer-events:none;z-index:1500}.map-pin-cursor-icon{font-size:2rem;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4));animation:map-pin-bounce .6s ease-in-out infinite}@keyframes map-pin-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.map-pin-icon-modal .map-shape-modal-body{padding-top:.75rem}.map-pin-icon-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}.map-pin-icon-btn{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:1.75rem;border:2px solid #e2e8f0;border-radius:.5rem;background:#f8fafc;cursor:pointer;transition:transform .15s,border-color .15s,background .15s}.map-pin-icon-btn:hover{background:#f1f5f9;border-color:#0d9488;transform:scale(1.08)}.map-pin-icon-btn--selected{border-color:#0d9488;background:#0d94881f;box-shadow:0 0 0 2px #0d94884d}.map-go-home-btn{background:linear-gradient(135deg,#0d9488,#0f766e)!important;color:#fff!important;box-shadow:0 2px 8px #0d948866}.map-go-home-btn:hover{background:linear-gradient(135deg,#14b8a6,#0d9488)!important;box-shadow:0 4px 12px #0d948880}.map-user-location-marker{background:none!important;border:none!important}.map-user-location-dot{display:block;width:16px;height:16px;border-radius:50%;background:#3b82f6;border:3px solid #fff;box-shadow:0 0 0 2px #3b82f6}.map-home-marker{background:none!important;border:none!important}.map-home-marker-icon{font-size:28px;line-height:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}.map-shape-icon-marker{background:none!important;border:none!important;pointer-events:none!important}.map-shape-icon-emoji{font-size:24px;line-height:1;filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}@media (max-width: 768px){.map-page{flex-direction:column;height:auto;min-height:calc(100vh - 4rem)}.map-toolbar{width:100%;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid #334155;padding:.5rem}.map-toolbar-search{order:1;width:100%}.map-toolbar-nav{order:2;flex-direction:row;flex-wrap:wrap;gap:.375rem}.map-toolbar-tool span{display:none}.map-toolbar-tool{padding:.5rem;width:44px;height:44px;justify-content:center}.map-filters-panel{max-height:240px;overflow-y:auto}.map-toolbar-home{order:3;margin-top:0;padding-top:0;border-top:none;margin-left:auto}.map-wrapper{min-height:360px;flex:1;border-radius:0;border-left:1px solid #e2e8f0}.map-legend{left:.5rem;bottom:.5rem;font-size:.75rem;padding:.5rem}}@media (prefers-color-scheme: dark){.map-shape-modal{background:#1e293b;box-shadow:0 25px 50px -12px #0009}.map-shape-modal-header{border-bottom-color:#334155}.map-shape-modal-title{color:#f1f5f9}.map-shape-modal-subtitle{color:#94a3b8}.map-shape-modal-input,.map-shape-modal-textarea{background:#334155;border-color:#475569;color:#f1f5f9}.map-shape-modal-footer{border-top-color:#334155;background:#0f172a}.map-shape-modal-btn--secondary{background:#334155;border-color:#475569;color:#e2e8f0}.map-shape-modal-btn--secondary:hover{background:#475569}.map-shape-modal-color-btn--selected{border-color:#f1f5f9;box-shadow:0 0 0 2px #1e293b,0 0 0 4px #f1f5f9}}.boerpraat-page{display:flex;flex-direction:column;height:calc(100vh - 4rem);min-height:420px;max-width:52rem;margin:0 auto;background:#f8fafc;border-radius:.5rem;overflow:hidden;border:1px solid #e2e8f0}.boerpraat-page--centered{align-items:center;justify-content:center;padding:1.5rem}.boerpraat-empty-msg{color:#64748b;font-size:.9375rem;text-align:center}.boerpraat-header{flex-shrink:0;background:#1e293b;color:#fff;padding:1rem 1.25rem}.boerpraat-header-inner{display:flex;align-items:center;gap:.75rem}.boerpraat-icon{color:#2dd4bf;flex-shrink:0}.boerpraat-title{font-size:1.25rem;font-weight:600;margin:0}.boerpraat-subtitle{font-size:.8125rem;color:#94a3b8;margin:.25rem 0 0}.boerpraat-chat{flex:1;display:flex;flex-direction:column;min-height:0;background:#fff}.boerpraat-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.boerpraat-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.boerpraat-welcome-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.boerpraat-welcome-hint{font-size:.875rem;color:#64748b;max-width:360px;margin:0}.boerpraat-bubble{display:flex;gap:.75rem;align-items:flex-start;max-width:90%}.boerpraat-bubble--user{align-self:flex-end;flex-direction:row-reverse}.boerpraat-bubble--assistant{align-self:flex-start}.boerpraat-bubble-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.boerpraat-bubble-avatar--bot{background:#1e293b;color:#2dd4bf}.boerpraat-bubble-avatar--user{background:#e2e8f0;color:#475569}.boerpraat-bubble-content{padding:.75rem 1rem;border-radius:.75rem;font-size:.9375rem;line-height:1.5}.boerpraat-bubble--user .boerpraat-bubble-content{background:#1e293b;color:#f8fafc}.boerpraat-bubble--assistant .boerpraat-bubble-content{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.boerpraat-bubble--error .boerpraat-bubble-content{background:#fef2f2;border-color:#fecaca;color:#991b1b}.boerpraat-bubble-content--loading{display:flex;align-items:center;justify-content:center;color:#64748b}.boerpraat-badge{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.75rem;color:#0d9488;font-weight:500}.boerpraat-download-report{display:inline-flex;align-items:center;gap:.375rem;margin-top:.5rem;padding:.375rem .75rem;background:#1e293b;color:#2dd4bf;border:none;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.boerpraat-download-report:hover{background:#334155;color:#5eead4}.boerpraat-report-actions{display:flex;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.boerpraat-download-pdf{background:#0d9488;color:#fff}.boerpraat-download-pdf:hover{background:#0f766e;color:#fff}.boerpraat-input-wrap{flex-shrink:0;padding:.75rem 1rem 1rem;border-top:1px solid #e2e8f0;background:#fff}.boerpraat-input-bar{display:flex;align-items:center;gap:.5rem;max-width:42rem;margin:0 auto;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:1.5rem;min-height:48px}.boerpraat-input-bar:focus-within{border-color:#1e293b;box-shadow:0 0 0 2px #1e293b1a}.boerpraat-input-btn{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.5rem;color:#64748b;cursor:pointer;transition:color .15s,background .15s}.boerpraat-input-btn:hover{color:#1e293b;background:#e2e8f0}.boerpraat-input-tools{flex-shrink:0;display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:transparent;border:none;border-radius:.5rem;color:#64748b;font-size:.8125rem;cursor:pointer;transition:color .15s,background .15s}.boerpraat-input-tools:hover{color:#1e293b;background:#e2e8f0}.boerpraat-input{flex:1;min-width:0;padding:.5rem .75rem;border:none;background:transparent;font-size:.9375rem;color:#1e293b;outline:none}.boerpraat-input::-moz-placeholder{color:#94a3b8}.boerpraat-input::placeholder{color:#94a3b8}.boerpraat-send{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#1e293b;border:none;border-radius:50%;color:#2dd4bf;cursor:pointer;transition:background .15s,color .15s}.boerpraat-send:hover:not(:disabled){background:#334155;color:#5eead4}.boerpraat-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.boerpraat-page{margin-left:.5rem;margin-right:.5rem;border-radius:.5rem}.boerpraat-input-tools span{display:none}.boerpraat-welcome-title{font-size:1.25rem}}@media (prefers-color-scheme: dark){.boerpraat-page{background:#0f172a;border-color:#334155}.boerpraat-chat,.boerpraat-messages{background:#1e293b}.boerpraat-welcome-title{color:#f1f5f9}.boerpraat-welcome-hint{color:#94a3b8}.boerpraat-bubble--assistant .boerpraat-bubble-content{background:#334155;border-color:#475569;color:#e2e8f0}.boerpraat-input-wrap{border-top-color:#334155;background:#1e293b}.boerpraat-input-bar{background:#334155;border-color:#475569}.boerpraat-input{color:#f1f5f9}.boerpraat-input::-moz-placeholder{color:#64748b}.boerpraat-input::placeholder{color:#64748b}}.scouting-page{max-width:900px;margin:0 auto}.scouting-page .page-header{margin-bottom:1rem}.location-hint{font-size:.875rem;color:var(--text-muted);margin-bottom:1rem}.scouting-list{display:flex;flex-direction:column;gap:.75rem}.scouting-card{background:var(--color-white);border:1px solid var(--border-subtle);border-radius:.75rem;padding:1rem;box-shadow:0 2px 8px #1665340f}.scouting-card-head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.scouting-date{font-weight:600;color:var(--text-primary)}.scouting-coords{font-size:.8rem;color:var(--text-muted)}.scouting-card .notes{margin-top:.5rem;color:var(--text-muted)}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.leaf-soil-page{max-width:900px;margin:0 auto}.leaf-soil-page .page-header{margin-bottom:1rem}.block-checkboxes{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.analyses-list{display:flex;flex-direction:column;gap:.75rem}.analysis-card{background:var(--color-white);border:1px solid var(--border-subtle);border-radius:.75rem;padding:1rem;box-shadow:0 2px 8px #1665340f}.analysis-card-head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.5rem}.analysis-type{font-weight:600;color:var(--text-primary)}.analysis-date{font-size:.875rem;color:var(--text-muted)}.analysis-card .notes{margin-top:.5rem;color:var(--text-muted)}.form-hint{font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.hidden-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.analysis-status-select{padding:.35rem .6rem;border:1px solid var(--border-subtle);border-radius:.375rem;font-size:.8125rem;background:var(--color-white);color:var(--text-primary);margin-left:auto}.analysis-docs{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.analysis-docs .btn-sm{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.8125rem;margin-bottom:.5rem}.document-links{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem}.document-links a{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;color:var(--color-green);text-decoration:none}.document-links a:hover{text-decoration:underline}.news-insights-page{max-width:1200px;margin:0 auto}.news-insights-header{margin-bottom:2rem}.news-insights-header h1{font-size:1.875rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.news-insights-header p{color:var(--text-muted);font-size:1rem;font-weight:500}.news-insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}.news-insights-card{background:var(--color-white);border-radius:.75rem;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-subtle);overflow:hidden;display:flex;flex-direction:column}.news-insights-card-image{aspect-ratio:16 / 9;background:var(--bg-page);overflow:hidden}.news-insights-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.news-insights-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem;flex:1}.news-insights-card-title{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:.5rem}.news-insights-card-title svg{flex-shrink:0;color:var(--color-gold)}.news-insights-embed{position:relative;width:100%;min-height:320px;border-radius:.5rem;overflow:hidden;background:#f1f5f9}.news-insights-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.news-insights-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-gold);font-weight:600;font-size:.9375rem;text-decoration:none;margin-top:auto}.news-insights-link:hover{color:var(--color-gold-dark);text-decoration:underline}.news-insights-empty{grid-column:1 / -1;text-align:center;padding:3rem 2rem;background:var(--color-white);border-radius:.75rem;border:1px dashed var(--border-subtle)}.news-insights-empty-icon{color:var(--color-gold);opacity:.7;margin-bottom:1rem}.news-insights-empty h2{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem}.news-insights-empty p{color:var(--text-muted);font-size:.9375rem;max-width:480px;margin:0 auto .5rem}.news-insights-empty-hint{font-size:.8125rem!important;color:var(--text-muted);opacity:.85}.app{min-height:100vh;background-color:var(--bg-page, #f8faf8)}html,body{margin:0;padding:0;width:100%;height:100%;-webkit-text-size-adjust:100%}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--color-gold) 0%,var(--color-gold-dark) 100%);color:var(--color-white);border:none;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #c9a22759}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #c9a22773}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;color:var(--color-green-dark, #14532d);background:transparent;border:2px solid var(--color-green-dark, #14532d);border-radius:.5rem;cursor:pointer;transition:background .2s,color .2s}.btn-secondary:hover{background:#14532d14;color:var(--color-green-dark, #14532d)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.page-header-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.page-header h1{font-size:1.75rem;font-weight:700;color:var(--text-primary, #1a2e1a)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#14532d40;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--color-white);padding:2rem;border-radius:1rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px #14532d26;border:1px solid var(--border-subtle, #e5ebe5);display:flex;flex-direction:column}.modal-content h2{margin-bottom:1.5rem;font-size:1.375rem;font-weight:700;color:var(--text-primary);flex-shrink:0}.form-actions-sticky{position:sticky;bottom:0;background:var(--color-white);margin:.5rem -2rem -2rem;padding:1rem 2rem 2rem;flex-shrink:0;border-top:1px solid var(--border-subtle)}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-primary);font-size:.875rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border-subtle);border-radius:.5rem;font-size:1rem;background:var(--color-white);transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--color-green);box-shadow:0 0 0 3px #1665341f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;flex-wrap:wrap}.form-actions button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;font-size:.9375rem}.form-actions button[type=button]:not(.btn-primary){background-color:var(--color-green-light);color:var(--color-green-dark);border:1px solid rgba(22,101,52,.3)}.form-actions button[type=button]:not(.btn-primary):hover{background-color:#bbf7d0}.btn-icon{padding:.5rem;background:var(--color-white);border:1px solid var(--border-subtle);border-radius:.5rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.btn-icon:hover{background:var(--color-green-light);border-color:#1665344d}.btn-danger{color:#b91c1c;border-color:#b91c1c}.btn-danger:hover{background-color:#fee2e2}.empty-state{grid-column:1 / -1;text-align:center;padding:3rem;color:var(--text-muted)}@supports (padding: max(0px)){.layout .main-content .content:not(.content--map){padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-bottom:max(1rem,env(safe-area-inset-bottom))}.header{padding-left:max(1rem,env(safe-area-inset-left))}}@media (max-width: 768px){.page-header h1{font-size:1.5rem}.btn-primary{min-height:44px;padding:.75rem 1.25rem;min-width:44px}.modal-overlay{align-items:flex-end;padding:0}body .modal-overlay .modal-content{width:100%;max-width:none;max-height:90vh;overflow-y:auto;border-radius:1rem 1rem 0 0;padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom,0px))}.form-group input,.form-group select,.form-group textarea,body .modal-content .form-group input,body .modal-content .form-group select,body .modal-content .form-group textarea{min-height:44px;font-size:16px}.form-group textarea{min-height:88px}.form-actions{flex-wrap:wrap;gap:.75rem}.form-actions button{min-height:44px;flex:1;min-width:120px}.btn-icon{min-width:44px;min-height:44px}}/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.sticky{position:sticky}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.border{border-style:var(--tw-border-style);border-width:1px}.whitespace-pre-wrap{white-space:pre-wrap}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}:root{--color-gold:#c9a227;--color-gold-light:#f0e6d3;--color-gold-dark:#a67c00;--color-green:#166534;--color-green-dark:#14532d;--color-green-light:#dcfce7;--color-white:#fff;--bg-page:#f8faf8;--text-primary:#1a2e1a;--text-muted:#4a5d4a;--border-subtle:#e5ebe5;color-scheme:light;color:var(--text-primary);background-color:var(--bg-page);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;margin:0}#root{width:100%;min-height:100vh}.leaflet-container{z-index:0;font-family:inherit}.leaflet-bottom,.leaflet-top{z-index:1000}.leaflet-draw-toolbar a{background-image:url(https://cdnjs.cloudflare.com/ajax/libs/leaflet.draw/1.0.4/images/spritesheet.png)!important}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-2px -2px!important}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-2px -30px!important}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-2px -58px!important}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}
