*{box-sizing:border-box}body{background:#f5f7fb;color:#222;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}.app{margin:0 auto;max-width:1200px;padding:12px 12px 40px}.app-header{align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0f172a14;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px;padding:12px 16px}.header-left h1{font-size:1.4rem;margin:0}.header-left .muted{color:#6b7280;font-size:.9rem}.btn{align-items:center;background:#e5e7eb;border:none;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;font-size:.9rem;gap:6px;padding:6px 14px;transition:background .15s ease,box-shadow .15s ease,transform .05s}.btn:hover{background:#d1d5db}.btn:active{transform:translateY(1px)}.btn.primary{background:#4f46e5;color:#fff}.btn.primary:hover{background:#4338ca}.btn.danger{background:#ef4444;color:#fff}.btn.danger:hover{background:#dc2626}.btn.icon-btn .btn-icon{font-size:1rem}.card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0f172a0f;margin-bottom:16px;padding:18px 20px}hr{background:linear-gradient(90deg,#0000,#e5e7eb 20%,#e5e7eb 80%,#0000);border:none;height:2px;margin:32px 0}.form-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0f172a14;padding:24px}.form-card h3{align-items:center;border-bottom:2px solid #e5e7eb;color:#111827;display:flex;font-size:1.5rem;font-weight:700;gap:10px;margin:0 0 20px;padding-bottom:16px}.form-card h3:before{content:"🌳";font-size:1.8rem}.form-card label{color:#374151;display:block;font-size:.9rem;font-weight:600;margin-bottom:16px;margin-top:12px}.form-card input[type=file],.form-card input[type=number],.form-card input[type=password],.form-card input[type=text],.form-card textarea,.month-select,select{background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:.95rem;margin-top:6px;outline:none;padding:10px 14px;transition:all .2s ease;width:100%}.form-card input:focus,.form-card textarea:focus,.month-select:focus,select:focus{background:#fefefe;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-card input:hover,.form-card textarea:hover,.month-select:hover,select:hover{border-color:#9ca3af}textarea{line-height:1.5;min-height:80px;resize:vertical}.form-actions{align-items:center;border-top:2px solid #f3f4f6;display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px}.form-actions .btn{font-weight:600;justify-content:center;min-width:100px}.error-text{color:#b91c1c;font-size:.85rem;margin-top:4px}.auth-container{margin:80px auto;max-width:360px;text-align:center}.auth-container h2{margin-bottom:16px}.tabs{border-bottom:1px solid #e5e7eb;display:flex;gap:8px;margin-bottom:12px}.tab{background:hsla(0,0%,100%,.481);border:none;border-radius:999px 999px 0 0;color:#6b7280;cursor:pointer;font-size:.9rem;padding:8px 12px}.tab.active{background:#fff;border:1px solid #e5e7eb;border-bottom:none;color:#111827;font-weight:bolder}.weather-inline{align-items:flex-end;color:#111827;display:flex;flex-direction:column;font-size:.85rem;gap:4px}.weather-main-row,.weather-meta-row{align-items:center;display:flex;gap:8px}.w-icon{font-size:1.2rem}.w-temp{font-size:1.05rem;font-weight:600}.w-item{color:#4b5563}.section-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.section-header h2{color:#111827;font-size:1.5rem;font-weight:600}.section-header h3{color:#374151;font-size:1.1rem;font-weight:600}.section-actions{flex-wrap:wrap;gap:10px}.section-header h2,.section-header h3{margin:0}.cards-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1100px){.cards-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:800px){.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-header{align-items:stretch;flex-direction:column}.header-right{align-items:flex-start}}.tree-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0f172a0d;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .1s ease,box-shadow .1s ease}.tree-card:hover{box-shadow:0 8px 20px #0f172a1f;transform:translateY(-2px)}.tree-card-image-wrapper{align-items:center;background:#f3f4f6;border-radius:16px 16px 0 0;display:flex;height:140px;justify-content:center;overflow:hidden;width:100%}.tree-card-image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.tree-card-body{display:flex;flex-direction:column;gap:4px;padding:8px 10px 10px}.tree-card-header-row{align-items:center;display:flex;gap:4px;justify-content:space-between}.tree-card-header-row h3{font-size:.95rem;margin:0}.tree-card-meta-row{align-items:center;display:flex;gap:4px;justify-content:space-between}.tree-chip{align-items:center;background:#eef2ff;border-radius:999px;color:#4f46e5;display:inline-flex;font-size:.75rem;padding:2px 8px}.tree-card-note{color:#4b5563;font-size:.8rem;margin:4px 0 0}.tree-progress-pill{align-items:center;background:#e5e7eb;border-radius:999px;color:#111827;display:inline-flex;font-size:.75rem;padding:2px 8px}.tree-progress-pill-done{background:#dcfce7;color:#15803d}.modal-overlay{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.modal{background:#fff;border-radius:16px;box-shadow:0 16px 40px #0f172a66;max-height:90vh;max-width:750px;overflow-y:auto;padding:16px 18px;width:100%}.modal-form{max-width:700px}.modal h2{margin-top:0}.modal-actions{display:flex;gap:8px;justify-content:space-between;margin-top:12px}.modal-actions .btn.danger{margin-right:auto}.months-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px;margin-top:16px}.month-item{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #e5e7eb;border-radius:12px;overflow:hidden;padding:12px;position:relative;transition:all .2s ease}.month-item:before{background:linear-gradient(90deg,#4f46e5,#7c3aed);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease}.month-item:hover{border-color:#4f46e5;box-shadow:0 4px 12px #4f46e526;transform:translateY(-2px)}.month-item:hover:before{opacity:1}.month-item:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.month-title{align-items:center;color:#1f2937;display:flex;font-size:.85rem;font-weight:700;gap:6px;margin-bottom:8px}.month-title:before{content:"📅";font-size:1rem}.form-image-preview{border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-top:12px;overflow:hidden}.form-image-preview img{border-radius:10px;display:block;max-height:200px;max-width:100%;object-fit:cover;width:100%}.help-text{font-size:.8rem;font-style:italic;line-height:1.4;margin-top:6px}.muted{color:#fff;font-size:.85rem;font-style:italic;font-weight:700}.maintenance-list{list-style:none;margin:8px 0 0;padding:0}.maintenance-item{background:#f9fafb;border-radius:10px;cursor:pointer;font-size:.85rem;margin-bottom:4px;padding:6px 8px;transition:background .12s ease,transform .05s ease}.maintenance-item:hover{background:#eef2ff;transform:translateY(-1px)}.maintenance-item.important{border-left:3px solid #f97316}.maintenance-item.completed{background:#dcfce7;color:#166534}.maintenance-month-chip{align-items:center;background:#e5e7eb;border-radius:999px;color:#374151;display:inline-flex;font-size:.75rem;padding:2px 6px}.maintenance-task{flex:1 1}.maintenance-check{font-size:1rem}.maintenance-empty{color:#6b7280;font-size:.85rem}.this-month-box{background:#eef2ff;border-radius:12px;font-size:.88rem;margin:8px 0 10px;padding:8px 10px}.this-month-box h4{font-size:.9rem;margin:0 0 4px}.this-month-done{align-items:center;color:#16a34a;display:inline-flex;font-size:.8rem;margin-left:4px}.reminders-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:16px}.reminder-card-tree{border:1px solid #d1d5db;border-left:6px solid #4f46e5;cursor:pointer;padding:16px!important;transition:transform .15s ease,box-shadow .15s ease}.reminder-card-tree:hover{border-color:#9ca3af;box-shadow:0 12px 28px #0f172a1f;transform:translateY(-3px)}.card-header-row{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:10px;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.card-header-row h3{color:#111827;font-size:1rem;font-weight:600;margin:0}.badge{align-items:center;background:#e5e7eb;border-radius:999px;color:#374151;display:inline-flex;font-size:.75rem;font-weight:500;padding:4px 10px;white-space:nowrap}.notify-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.card+h3{color:#111827;font-size:1.3rem;font-weight:600;margin-bottom:8px;margin-top:32px}.card+.card{margin-top:20px}.card .section-header+.notify-row{margin-top:16px}.card .notify-row+label{margin-top:12px}.month-select{background:#f9fafb;font-size:.9rem;max-width:180px}.calendar-page{display:flex;flex-direction:column;gap:24px}.calendar-section h2{margin:0 0 8px}.calendar-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.calendar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.calendar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.month-card{background:#fff;border-radius:14px;box-shadow:0 4px 12px #0f172a14;cursor:pointer;display:flex;flex-direction:column;font-size:.85rem;gap:4px;padding:8px 10px;transition:transform .08s ease,box-shadow .08s ease}.month-card:hover{box-shadow:0 8px 18px #0f172a24;transform:translateY(-1px)}.month-card-empty{background:#f9fafb;color:#6b7280}.month-card-current{border:1px solid #4f46e5}.month-card-header{align-items:center;display:flex;gap:6px;justify-content:space-between}.month-card-name{color:#111827;font-weight:600}.month-card-badge{background:#eef2ff;border-radius:999px;color:#4338ca;font-size:.7rem;padding:2px 6px}.month-card-text{color:#4b5563;margin:0}.month-card-progress-bar{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden;width:100%}.month-card-progress-fill{background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:999px;height:100%}.month-card-percent{color:#166534;font-size:.8rem;margin:0}.home-page{display:flex;flex-direction:column;gap:16px}.home-header-row{display:flex;flex-wrap:wrap;gap:12px}.home-card{background:#fff;border-radius:14px;box-shadow:0 4px 14px #0f172a14;flex:1 1;min-width:240px;padding:10px 12px}.home-card h2,.home-card h3{margin:0 0 6px}.home-date-line{font-size:.9rem;margin:0 0 12px}.today-summary-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-top:12px}.summary-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:10px}.summary-label{color:#6b7280;font-size:.7rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.summary-value{color:#1f2937;font-size:1rem;font-weight:700}.summary-tip{color:#10b981;font-size:.75rem;font-weight:500}.season-alert-box{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6;border-radius:10px;margin-top:12px;padding:10px}.season-alert-header{color:#1e40af;font-size:.85rem;font-weight:700;margin-bottom:8px}.season-alert-item{background:#ffffffb3;border-radius:6px;color:#1e3a8a;font-size:.8rem;margin-bottom:6px;padding:8px}.season-alert-item:last-child{margin-bottom:0}body.theme-dark .season-alert-box{background:linear-gradient(135deg,#1e3a8a,#1e40af);border-color:#3b82f6}body.theme-dark .season-alert-header{color:#93c5fd}body.theme-dark .season-alert-item{background:#0000004d;color:#bfdbfe}.urgent-tasks-box{border-radius:10px;margin-top:12px;padding:10px;transition:all .3s ease}.urgent-tasks-box.urgent{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.urgent-tasks-box.urgent .urgent-header{color:#92400e}.urgent-tasks-box.urgent .urgent-type{background:#f59e0b}.urgent-tasks-box.urgent .urgent-name{color:#78350f}.urgent-tasks-box.urgent .urgent-more,.urgent-tasks-box.urgent .urgent-task-detail{color:#92400e}.urgent-tasks-box.normal{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10b981}.urgent-tasks-box.normal .urgent-header{color:#065f46}.urgent-success-message{color:#065f46;font-size:.85rem;font-weight:500;padding:8px;text-align:center}.urgent-header{font-size:.85rem;font-weight:700;margin-bottom:8px}.urgent-list{display:flex;flex-direction:column;gap:8px}.urgent-item{background:#ffffffb3;border-radius:8px;font-size:.8rem;padding:8px 10px;transition:all .2s ease}.urgent-item:hover{background:#22c55e33;box-shadow:0 2px 8px #0000001a;transform:translateX(4px)}.urgent-item-header{align-items:center;display:flex;gap:8px;margin-bottom:4px}.urgent-type{border-radius:4px;color:#fff;font-size:.7rem;font-weight:600;padding:2px 8px}.urgent-name{font-size:.85rem;font-weight:700}.urgent-task-detail{border-left:2px solid #0000001a;font-size:.75rem;line-height:1.4;margin-top:4px;padding-left:8px}.urgent-more{border-radius:6px;font-size:.75rem;font-style:italic;margin-top:4px;padding:6px;text-align:center;transition:all .2s ease}.urgent-more:hover{background:#3b82f61a;font-weight:600}body.theme-dark .summary-item{background:#374151;border-color:#4b5563}body.theme-dark .summary-label{color:#9ca3af}body.theme-dark .summary-value{color:#e5e7eb}body.theme-dark .summary-tip{color:#6ee7b7}body.theme-dark .urgent-tasks-box.urgent{background:linear-gradient(135deg,#451a03,#78350f);border-color:#f59e0b}body.theme-dark .urgent-tasks-box.urgent .urgent-header,body.theme-dark .urgent-tasks-box.urgent .urgent-name{color:#fde68a}body.theme-dark .urgent-tasks-box.urgent .urgent-task-detail{border-left-color:#fde68a4d;color:#fcd34d}body.theme-dark .urgent-tasks-box.urgent .urgent-more{color:#fcd34d}body.theme-dark .urgent-tasks-box.normal{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#10b981}body.theme-dark .urgent-success-message,body.theme-dark .urgent-tasks-box.normal .urgent-header{color:#6ee7b7}body.theme-dark .urgent-item{background:#0000004d}@media (max-width:600px){.today-summary-grid{grid-template-columns:1fr}}.home-stats-list{font-size:.9rem;list-style:none;margin:4px 0 0;padding:0}.garden-name-display{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left:4px solid #10b981;border-radius:10px;color:#10b981;font-size:1.2rem;font-weight:600;margin:12px 0 16px;padding:8px 12px}.garden-stats-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-top:12px}.garden-stat-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:8px;text-align:center;transition:all .2s ease}.garden-stat-box:hover{background:#f3f4f6;box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}.garden-stat-icon{font-size:1.4rem;margin-bottom:4px}.garden-stat-label{color:#6b7280;font-size:.65rem;font-weight:500;letter-spacing:.5px;margin-bottom:2px;text-transform:uppercase}.garden-stat-value{color:#1f2937;font-size:.95rem;font-weight:700}body.theme-dark .garden-name-display{background:linear-gradient(135deg,#064e3b,#065f46);border-left-color:#6ee7b7;color:#6ee7b7}body.theme-dark .garden-stat-box{background:#374151;border-color:#4b5563}body.theme-dark .garden-stat-box:hover{background:#4b5563}body.theme-dark .garden-stat-label{color:#9ca3af}body.theme-dark .garden-stat-value{color:#e5e7eb}@media (max-width:600px){.garden-stats-grid{gap:8px;grid-template-columns:repeat(2,1fr)}.garden-name-display{font-size:1rem}.garden-stat-box{padding:10px 6px}.garden-stat-icon{font-size:1.2rem}.garden-stat-label{font-size:.6rem}.garden-stat-value{font-size:.9rem}}.home-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:700px){.home-grid{grid-template-columns:1fr}}main{margin-top:8px}.report-table td,.report-table th{border-bottom:1px solid #e5e7eb;padding:6px 8px;text-align:left}.report-table th{background:#f9fafb;font-weight:600}.report-table tfoot td{border-top:2px solid #e5e7eb;font-weight:600}.home-progress{display:flex;flex-direction:column;gap:4px;margin-top:8px}.home-progress-label-row{align-items:center;color:#4b5563;display:flex;font-size:.8rem;justify-content:space-between}.home-progress-bar{background:#e5e7eb;border-radius:999px;height:6px;overflow:hidden;width:100%}.home-progress-fill{background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:999px;height:100%;transition:width .25s ease-out}@media (max-width:600px){.app{padding:8px 8px 24px}.auth-container{margin:40px auto;padding:0 8px}.user-controls-row{flex-wrap:wrap;justify-content:flex-start}.tabs{-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:4px}.tab{flex:0 0 auto;font-size:.85rem;white-space:nowrap}.reminders-grid{grid-template-columns:1fr}.months-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-overlay{align-items:flex-end}.modal{border-radius:16px 16px 0 0;max-height:90vh;max-width:none;padding:14px 14px 18px;width:100%}}@media (max-width:400px){.months-grid{grid-template-columns:1fr}.tree-card-header-row h3{font-size:.9rem}.tree-card-note{font-size:.78rem}}.report-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.report-table{border-collapse:collapse;font-size:.9rem;margin-top:8px;min-width:640px;width:100%}.month-card-subline{color:#4b5563;font-size:.75rem;margin:0}.maintenance-item{align-items:center;display:flex;gap:6px}.maintenance-tag{align-items:center;border-radius:999px;display:inline-flex;font-weight:500;padding:2px 8px;white-space:nowrap}.maintenance-tag-budama{background:#fee2e2;color:#b91c1c}.maintenance-tag-ilac{background:#fef3c7;color:#92400e}.maintenance-tag-gubre{background:#dcfce7;color:#166534}.maintenance-tag-sulama{background:#dbeafe;color:#1d4ed8}.maintenance-tag-hasat{background:#fef9c3;color:#854d0e}.maintenance-tag-genel{background:#e5e7eb;color:#374151}.maintenance-task{font-size:.85rem}.maintenance-task-inline{font-size:.8rem}.help-text{color:#6b7280;display:block;font-size:.75rem;margin-top:2px}.home-charts{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.chart-card{display:flex;flex-direction:column}.chart-wrapper{margin:12px auto 0;max-width:260px;position:relative;width:100%}.chart-wrapper canvas{width:100%!important}.chart-wrapper-donut canvas{aspect-ratio:1/1;height:auto!important}.chart-wrapper-bar canvas{height:260px!important}.chart-center-label{color:#1f2937;font-size:1.3rem;font-weight:700}@media (max-width:768px){.home-charts{grid-template-columns:minmax(0,1fr)}.chart-wrapper canvas{height:260px!important}.chart-wrapper-bar canvas{height:230px!important}}.suggestions-list{display:flex;flex-direction:column;gap:10px}.suggestion-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;transition:all .2s ease}.suggestion-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.suggestion-item.important{background:#fff7ed;border-color:#f97316}.suggestion-main{font-size:.88rem;gap:8px}.suggestion-kind-chip{background:#e5e7eb;border-radius:999px;font-size:.75rem;font-weight:500;padding:4px 10px}.suggestion-name{color:#111827;font-size:.95rem;font-weight:600}.suggestion-month{color:#6b7280;font-weight:500;margin-left:auto}.suggestion-important-chip{background:#fee2e2;border-radius:999px;color:#b91c1c;font-size:.7rem;font-weight:600;letter-spacing:.3px;padding:3px 10px}.suggestion-task-row{flex-wrap:wrap;font-size:.85rem;gap:8px;line-height:1.5}.suggestion-task-type{background:#e0f2fe;border-radius:999px;color:#0369a1;font-weight:500;padding:3px 10px}.suggestion-task-text{color:#374151;line-height:1.6}.suggestion-category-row{font-size:.75rem}.suggestion-item.suggestion-past{background:#fef2f2}.suggestion-item.suggestion-future{background:#eff6ff}@media (max-width:600px){.suggestion-month{margin-left:0}}.section-actions{align-items:center;display:flex;gap:8px}.secondary-btn{background:#e5e7eb;border-color:#e5e7eb;color:#111827}.history-list{display:flex;flex-direction:column;gap:8px;margin:12px 0 0}.history-item{grid-gap:8px;background:#f9fafb;border-radius:10px;display:grid;font-size:.85rem;grid-template-columns:100px 120px 1fr 70px 100px;padding:10px}.history-type{color:#1d4ed8;font-weight:700}.history-name{font-weight:600}.history-task{color:#374151}.history-month{text-align:center}.history-date{color:#6b7280;text-align:right}@media (max-width:700px){.history-item{grid-template-columns:1fr;text-align:left}}.reports-page{margin:0 auto}.report-card{margin-bottom:24px}.report-header{align-items:flex-end;flex-wrap:wrap;gap:16px}.report-header-right{align-items:center;display:flex;gap:8px}.report-month-select{width:180px}.report-actions-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.report-actions-row .btn{font-size:.85rem;padding:6px 12px}.report-charts{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:18px}.report-chart-card h4{margin-bottom:4px}.chart-wrapper-sm{height:260px}.chart-center-label{align-items:center;display:flex;font-size:1.25rem;font-weight:600;inset:0;justify-content:center;position:absolute}.report-table-wrapper{margin-top:12px}.report-table td,.report-table th{text-align:center}.suggestion-footer-row{border-top:1px solid #e5e7eb;gap:10px;margin-top:8px;padding-top:10px}.suggestion-complete-btn{font-size:.8rem;font-weight:500;padding:6px 14px}.weather-clock-row{align-items:center;display:flex;gap:16px;margin-right:20px}.clock-box{background:#eef2ff;border-radius:6px;color:#1e293b;font-size:.9rem;font-weight:600;padding:6px 10px}.header-right{align-items:center;display:flex;gap:24px}.user-controls-row{align-items:center;display:flex;gap:12px}.settings-page{display:flex;flex-direction:column;gap:16px}.settings-header-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:4px}.settings-status{background:#dcfce7;border-radius:999px;color:#166534;font-size:.85rem;padding:4px 10px}.settings-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1024px){.settings-grid{grid-template-columns:1fr}}.settings-section{background:#fff;border-radius:14px;box-shadow:0 4px 14px #0f172a0f;display:flex;flex-direction:column;gap:8px;padding:10px 12px}.settings-section-wide{display:flex;flex-direction:column;grid-column:span 2}.settings-section-widel{display:flex;flex-direction:column;grid-column:span 3}.settings-section-tall{grid-row:span 2}@media (max-width:1024px){.settings-section-tall{grid-row:span 1}.settings-section-wide,.settings-section-widel{grid-column:span 1}}.settings-section h3{margin:0}.settings-section-desc{color:#6b7280;font-size:.85rem;margin:0}.settings-divider{background:linear-gradient(to right,#0000,var(--border-color),#0000);height:1px;margin:1.5rem 0}.settings-item{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:space-between;margin-top:8px;padding-top:8px}.settings-item-title{font-size:.9rem;font-weight:600}.settings-item-desc{color:#4b5563;font-size:.8rem;margin-top:2px}.settings-select{width:200px}.settings-select,.settings-select-area{background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;font-size:.85rem;padding:6px 10px}.settings-select-area{width:320px}.settings-message{color:#2563eb;font-size:.85rem;margin-top:8px}@media (max-width:768px){.settings-item{align-items:stretch;flex-direction:column;gap:8px}.settings-select,.settings-select-area{margin-top:4px;max-width:none;width:100%}.settings-item>div:first-child{width:100%}.settings-section-wide,.settings-section-widel{grid-column:span 1}}.test-results-box{background:#f0fdf4;border:2px solid #86efac;border-radius:12px;margin-top:16px;padding:16px}.test-results-box h4{color:#166534;font-size:1rem;margin:0 0 12px}.test-results-box ul{margin:8px 0;padding-left:20px}.test-results-box li{color:#15803d;font-size:.9rem;margin:4px 0}.test-note{background:#fef3c7;border-left:3px solid #f59e0b;border-radius:6px;color:#92400e;font-size:.85rem;margin-top:12px;padding:8px 12px}.switch{display:inline-block;font-size:0;height:22px;position:relative;width:42px}.settings-item>.switch{flex-shrink:0}.switch input{height:0;opacity:0;width:0}.slider{background-color:#e5e7eb;border-radius:999px;cursor:pointer;inset:0}.slider,.slider:before{position:absolute;transition:.2s}.slider:before{background-color:#fff;border-radius:50%;bottom:2px;content:"";height:18px;left:2px;width:18px}.switch input:checked+.slider{background-color:#4f46e5}.switch input:checked+.slider:before{transform:translateX(20px)}.logo-box{align-items:center;display:flex;gap:.8rem}.app-logo{height:50px;object-fit:contain;width:50px}.app-title{color:var(--primary-color);font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.logo-box:hover{opacity:.85;transition:.2s}@media (max-width:768px){.app-logo{height:40px;width:40px}.app-title{font-size:1.1rem}}.tab-panel{animation:tabFadeSlide .18s ease-out}@keyframes tabFadeSlide{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.weather-page{display:flex;flex-direction:column;gap:16px}.weather-page-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.weather-page-header-right{gap:8px}.weather-date-time,.weather-page-header-right{align-items:flex-end;display:flex;flex-direction:column}.weather-date-time{color:#4b5563;font-size:.85rem}.weather-city-select{min-width:140px}.weather-main-grid{align-items:stretch}.weather-main-panel,.weather-side-column{height:100%}.weather-hourly-card{display:flex;flex:1 1;flex-direction:column}.weather-hourly-chart-wrapper{flex:1 1;height:100%;min-height:220px}@media (max-width:1024px){.weather-main-grid{grid-template-columns:minmax(0,1fr)}}.weather-main-panel{grid-gap:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:grid;gap:16px;grid-template-columns:minmax(0,1.6fr) minmax(0,1.3fr);padding:16px}@media (max-width:900px){.weather-main-panel{grid-template-columns:minmax(0,1fr)}}.weather-main-left{display:flex;flex-direction:column;gap:16px}.weather-main-temp-value{color:#0f172a;font-size:2.8rem;font-weight:700;line-height:1}.weather-main-feels{color:#4b5563;font-size:.95rem;margin-top:4px}.weather-main-desc{color:#111827;font-size:.95rem;font-weight:500;margin-top:4px;text-transform:capitalize}.weather-main-extra{color:#4b5563;display:flex;flex-wrap:wrap;font-size:.85rem;gap:8px;margin-top:8px}.weather-main-extra span{background:#e5e7eb;border-radius:999px;padding:4px 8px}.weather-main-sun{display:flex;font-size:.85rem;gap:16px}.weather-main-sun .label{color:#6b7280}.weather-main-sun .value{color:#111827;font-weight:600}.weather-main-uv{margin-top:4px}.uv-label-row{align-items:center;display:flex;font-size:.85rem;justify-content:space-between;margin-bottom:6px}.uv-value{font-weight:600}.uv-band{background:linear-gradient(90deg,#22c55e,#eab308,#f97316,#ef4444,#7c2d12);border-radius:999px;height:12px;overflow:hidden;position:relative}.uv-band-label{align-items:center;color:#f9fafb;display:flex;font-size:.75rem;font-weight:600;inset:0;justify-content:center;position:absolute;text-shadow:0 1px 2px #0f172a99}.uv-low{filter:saturate(.7) brightness(1.05)}.uv-moderate{filter:saturate(1)}.uv-high{filter:saturate(1.1) brightness(.98)}.uv-extreme,.uv-very-high{filter:saturate(1.2) brightness(.95)}.uv-none{background:#e5e7eb;color:#4b5563}.weather-main-right{gap:12px}.weather-wind-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.card-title-row{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:8px}.card-title{font-size:.95rem;font-weight:600}.card-sub{color:#6b7280;font-size:.85rem}.weather-compass{height:130px;margin:0 auto;position:relative;width:130px}.weather-compass-circle{border:2px solid #e5e7eb;border-radius:999px;inset:0;position:absolute}.weather-compass-arrow-wrapper{align-items:center;display:flex;inset:12px;justify-content:center;position:absolute}.weather-compass-arrow{background:#0f172a;border-radius:999px;height:2px;transform-origin:100% 50%;transition:transform .2s ease-out;width:60%}.weather-compass-label{color:#6b7280;font-size:.7rem;font-weight:600;position:absolute}.weather-compass-label.n{left:50%;top:-4px;transform:translateX(-50%)}.weather-compass-label.s{bottom:-4px;left:50%;transform:translateX(-50%)}.weather-compass-label.e{right:-4px;top:50%;transform:translateY(-50%)}.weather-compass-label.w{left:-4px;top:50%;transform:translateY(-50%)}.weather-aqi-card{background:#fefce8;border:1px solid #facc15;border-radius:10px;padding:12px}.aqi-badge{border-radius:999px;font-size:.8rem;font-weight:600;padding:2px 8px}.aqi-good{background:#dcfce7;color:#166534}.aqi-fair{background:#fef9c3;color:#854d0e}.aqi-moderate{background:#ffedd5;color:#9a3412}.aqi-poor{background:#fee2e2;color:#b91c1c}.aqi-very-poor{background:#fecaca;color:#7f1d1d}.aqi-unknown{background:#e5e7eb;color:#4b5563}.weather-aqi-grid{grid-gap:8px;display:grid;font-size:.8rem;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:8px}.weather-aqi-item .label{color:#6b7280}.weather-aqi-item .value{font-weight:600}.weather-side-column{display:flex;flex-direction:column;gap:12px}.weather-hourly-card{padding:12px}.weather-hourly-card,.weather-week-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px}.weather-week-card{margin-top:8px;padding:12px 16px}.weather-week-grid{grid-gap:8px;display:grid;font-size:.8rem;gap:8px;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:8px}@media (max-width:900px){.weather-week-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:600px){.weather-week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.weather-week-day{background:#f9fafb;border-radius:10px;padding:8px}.weather-week-day-name{font-weight:600;margin-bottom:4px}.weather-week-temp{align-items:baseline;display:flex;gap:4px}.weather-week-temp .max{font-weight:600}.weather-week-temp .min{color:#6b7280}.weather-week-desc,.weather-week-pop,.weather-week-uv{color:#6b7280;margin-top:2px}.weather-wind-info{color:#4b5563;display:flex;flex-direction:column;font-size:.8rem;gap:2px;margin-top:10px;text-align:center}.weather-main-right,.weather-wind-card{display:flex;flex-direction:column;height:100%}.weather-wind-card{justify-content:center}@media (max-width:768px){.weather-clock-row{display:none}}.tabs-mobile-select-wrapper{display:none}.tabs-mobile-select{background:#f9fafb;border:1px solid #d1d5db;border-radius:999px;font-size:.9rem;outline:none;padding:8px 12px;width:100%}@media (max-width:768px){nav.tabs{display:none}.tabs-mobile-select-wrapper{display:block;margin-bottom:10px}}.tabs-wrapper{margin-bottom:12px;position:relative}.tabs-mobile-menu{display:none}.tabs-mobile-items{display:flex;flex-direction:column;gap:4px}.tabs-mobile-item{background:#0000;border:none;border-radius:999px;cursor:pointer;font-size:.9rem;padding:6px 10px;text-align:left}.tabs-mobile-item.active{background:#e5f0ff;color:#1d4ed8;font-weight:600}@media (max-width:768px){nav.tabs{display:none}.tabs-mobile-menu{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 20px #0f172a1a;display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:8px}.user-controls-row{display:none}.tabs-mobile-footer{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:6px;margin-top:8px;padding-top:8px}.tabs-mobile-footer .btn.icon-btn{justify-content:flex-start;width:100%}}.tabs-hamburger{background:#f3f4f6;border:none;border-radius:999px;cursor:pointer;display:none;font-size:1.3rem;padding:6px 10px}@media (max-width:768px){nav.tabs{display:none}.tabs-hamburger{align-items:center;display:inline-flex;justify-content:center}.user-controls-row{display:none}.tabs-mobile-menu{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 20px #0f172a1a;display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:8px}.tabs-mobile-items{display:flex;flex-direction:column;gap:4px}.tabs-mobile-item{background:#0000;border:none;border-radius:999px;cursor:pointer;font-size:.9rem;padding:6px 10px;text-align:left}.tabs-mobile-item.active{background:#e5f0ff;color:#1d4ed8;font-weight:600}.tabs-mobile-footer{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:6px;margin-top:8px;padding-top:8px}.tabs-mobile-footer .btn.icon-btn{justify-content:flex-start;width:100%}.app-header-left{align-items:center;display:flex;justify-content:space-between}.app-header-left img{height:auto;max-height:48px}.tabs-hamburger{display:inline-flex;margin-left:auto}}.mobile-header-info{display:none}@media (max-width:900px){.header-right{align-items:center;display:flex;gap:8px;justify-content:flex-end}.mobile-header-info{align-items:center;color:#111827;display:inline-flex;flex-wrap:wrap;font-size:.8rem;gap:4px}}.maintenance-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:16px 0;overflow-x:auto;width:100%}.maintenance-table{border-collapse:collapse;font-size:.9rem;width:100%}.maintenance-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.maintenance-table th{font-size:.85rem;font-weight:600;letter-spacing:.5px;padding:14px 12px;text-align:left;text-transform:uppercase}.maintenance-table tbody tr{border-bottom:1px solid #f3f4f6;transition:all .2s ease}.maintenance-table tbody tr:hover{background:#f9fafb;cursor:pointer}.maintenance-table tbody tr.completed{background:#f0fdf4;opacity:.7}.maintenance-table tbody tr.completed:hover{background:#dcfce7}.maintenance-table tbody tr.important{background:#fef3c7}.maintenance-table tbody tr.important:hover{background:#fde68a}.maintenance-table td{padding:14px 12px;vertical-align:middle}.maintenance-task-cell{color:#374151;line-height:1.5;max-width:400px}.maintenance-pending{font-size:1.2rem;opacity:.5}@media (max-width:768px){.maintenance-table{font-size:.8rem}.maintenance-table td,.maintenance-table th{padding:10px 8px}.maintenance-table td:nth-child(2),.maintenance-table th:nth-child(2){display:none}.maintenance-month-chip{font-size:.75rem;padding:4px 8px}.maintenance-tag{font-size:.7rem;padding:3px 6px}}body.theme-dark{background:#1a1a1a;color:#e5e7eb}body.theme-dark .app-header,body.theme-dark .card,body.theme-dark .modal-overlay .modal{background:#2d2d2d;color:#e5e7eb}body.theme-dark .btn{background:#3f3f3f;color:#e5e7eb}body.theme-dark .btn:hover{background:#4f4f4f}body.theme-dark input,body.theme-dark select,body.theme-dark textarea{background:#3f3f3f;border-color:#4f4f4f;color:#e5e7eb}body.theme-dark .muted{color:#9ca3af}body.color-blue .btn.primary{background:#3b82f6}body.color-blue .btn.primary:hover{background:#2563eb}body.color-brown .btn.primary{background:#92400e}body.color-brown .btn.primary:hover{background:#78350f}body.color-purple .btn.primary{background:#9333ea}body.color-purple .btn.primary:hover{background:#7e22ce}body.font-small{font-size:14px}body.font-medium{font-size:16px}body.font-large{font-size:18px}.items-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.item-row{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0f172a0f;cursor:pointer;display:flex;gap:16px;padding:16px;transition:all .2s ease}.item-row:hover{box-shadow:0 6px 20px #0f172a1f;transform:translateY(-2px)}.item-row .tree-card-image-wrapper{border-radius:8px;height:80px;min-width:80px;overflow:hidden;width:80px}.item-row .tree-card-image{height:100%;object-fit:cover;width:100%}.item-row .tree-card-content{align-items:center;display:flex;flex:1 1;gap:16px;justify-content:space-between}.item-row .tree-card-info{flex:1 1}.item-row h3{font-size:1.1rem;margin:0 0 4px}.item-row .tree-card-meta{align-items:center;display:flex;gap:12px;margin-top:8px}.item-row .progress-bar-container{max-width:200px;width:200px}body.theme-dark .item-row{background:#2d2d2d}body.theme-dark .item-row:hover{background:#3d3d3d}@media (max-width:768px){.item-row,.item-row .tree-card-content{align-items:flex-start;flex-direction:column}.item-row .tree-card-content{width:100%}.item-row .progress-bar-container{max-width:100%;width:100%}}.list-maintenance-summary{border-top:1px solid #f3f4f6;display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px}.list-maintenance-sidebar{border-left:2px solid #e5e7eb;border-top:none;margin-left:16px;margin-top:0;max-width:500px;min-width:320px;padding-left:20px;padding-top:0;width:500px}.tree-card-body-list{flex:1 1;min-width:0}.item-row:has(.list-maintenance-sidebar){align-items:stretch}.maintenance-preview{align-items:center;background:#f9fafb;border-radius:8px;cursor:pointer;display:flex;font-size:.85rem;gap:10px;padding:6px 10px;transition:all .2s ease}.maintenance-preview:hover{background:#e5e7eb;box-shadow:0 2px 4px #0000001a;transform:translateX(2px)}.month-badge{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:inline-flex;font-size:.75rem;font-weight:600;justify-content:center;min-width:50px;padding:4px 8px;text-align:center}.task-preview{color:#4b5563;flex:1 1;line-height:1.4}.completed-badge{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:inline-flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;width:24px}.maintenance-chip{background:#dbeafe!important;color:#1e40af!important;font-weight:500}.more-tasks{background:#f9fafb;border-radius:6px;color:#6b7280;font-size:.8rem;font-weight:500;padding:8px;text-align:center}body.theme-dark .list-maintenance-summary{border-top-color:#4b5563}body.theme-dark .list-maintenance-sidebar{border-left-color:#4b5563}body.theme-dark .maintenance-preview{background:#374151}body.theme-dark .maintenance-preview:hover{background:#4b5563;box-shadow:0 2px 4px #0000004d}body.theme-dark .task-preview{color:#d1d5db}body.theme-dark .more-tasks{background:#374151;color:#9ca3af}@media (max-width:768px){.maintenance-preview{flex-wrap:wrap}.month-badge{min-width:auto}.list-maintenance-sidebar{border-left:none;border-top:1px solid #f3f4f6;margin-left:0;margin-top:12px;max-width:100%;min-width:0;padding-left:0;padding-top:12px;width:100%}body.theme-dark .list-maintenance-sidebar{border-top-color:#4b5563}.task-preview{width:100%}}.header-right-badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.maintenance-chip-inline{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;border-radius:8px!important;box-shadow:0 2px 4px #2563eb33;color:#fff!important;font-size:.8rem!important;font-weight:600!important;padding:5px 10px!important;white-space:nowrap}body.theme-dark .maintenance-chip-inline{box-shadow:0 2px 4px #3b82f64d}@media (max-width:768px){.header-right-badges{gap:6px}.maintenance-chip-inline{font-size:.75rem!important;padding:4px 8px!important}}.app-footer{background:linear-gradient(135deg,var(--card-bg) 0,var(--bg-color) 100%);border-top:2px solid var(--primary-color);box-shadow:0 -4px 20px #0000000d;margin-top:3rem;padding:3rem 2rem 1.5rem}.footer-content{margin:0 auto;max-width:1200px}.footer-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{color:var(--primary-color);font-size:1.5rem;font-weight:700;letter-spacing:-.5px;margin:0}.footer-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6;margin:0}.footer-heading{color:var(--text-color);font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.footer-links{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.footer-links li{color:var(--text-secondary);font-size:.9rem;padding:.3rem 0;transition:all .3s ease}.footer-links li[style*="cursor: pointer"]:hover{color:var(--primary-color);font-weight:500;transform:translateX(5px)}.footer-links a{display:inline-block;transition:all .3s ease}.footer-links a:hover{color:var(--primary-color);font-weight:500;transform:translateX(5px)}.footer-version{color:var(--text-secondary);font-size:.8rem;font-style:italic;margin-top:.5rem;opacity:.7}.footer-bottom{border-top:1px solid var(--border-color);display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;text-align:center}.footer-bottom p{color:var(--text-secondary);font-size:.9rem;margin:0}.footer-credits{font-size:.85rem!important;font-style:italic;opacity:.8}body.theme-dark .app-footer{background:linear-gradient(135deg,var(--card-bg) 0,#0a0f1a 100%);box-shadow:0 -4px 20px #0000004d}body.theme-dark .footer-title{color:var(--primary-color);text-shadow:0 0 10px #10b9814d}body.theme-dark .footer-links a:hover,body.theme-dark .footer-links li[style*="cursor: pointer"]:hover{color:var(--primary-color);text-shadow:0 0 8px #10b98166}@media (max-width:768px){.app-footer{margin-top:2rem;padding:2rem 1rem 1rem}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-title{font-size:1.3rem}.footer-heading{font-size:1rem}.footer-desc,.footer-links li{font-size:.85rem}.footer-bottom{padding-top:1rem}.footer-bottom p{font-size:.8rem}.footer-credits{font-size:.75rem!important}}@media (min-width:769px) and (max-width:1024px){.footer-grid{gap:2rem;grid-template-columns:repeat(2,1fr)}}.scroll-to-top-btn{align-items:center;animation:fadeInUp .3s ease;background:var(--primary-color);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 15px #10b98166;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;position:fixed;right:2rem;transition:all .3s ease;width:50px;z-index:1000}.scroll-to-top-btn:hover{box-shadow:0 6px 20px #10b98199;transform:translateY(-5px)}.scroll-to-top-btn:active{transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body.theme-dark .scroll-to-top-btn{box-shadow:0 4px 15px #10b98199}body.theme-dark .scroll-to-top-btn:hover{box-shadow:0 6px 20px #10b981cc}.chat-widget-btn{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:flex;font-size:1.8rem;height:60px;justify-content:center;left:2rem;position:fixed;transition:all .3s ease;width:60px;z-index:1000}.chat-widget-btn:hover{box-shadow:0 6px 20px #667eea99;transform:scale(1.1)}.chat-widget-btn:active{transform:scale(.95)}.chat-widget-modal{animation:slideInLeft .3s ease;background:#fff;border:1px solid var(--border-color);border-radius:16px;bottom:6rem;box-shadow:0 10px 40px #0003;left:2rem;overflow:hidden;position:fixed;width:320px;z-index:1001}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.chat-widget-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:1rem 1.5rem}.chat-widget-header h3{font-size:1.1rem;font-weight:600;margin:0}.chat-close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;transition:all .2s ease;width:30px}.chat-close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.chat-widget-body{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.chat-welcome{color:var(--text-color);font-size:1.2rem;font-weight:600;margin:0}.chat-info{color:var(--text-secondary);font-size:.9rem;line-height:1.5;margin:0}.chat-contact-options{display:flex;flex-direction:column;gap:.8rem;margin-top:.5rem}.chat-option{align-items:center;background:#f5f7fa;border:1px solid #e1e8ed;border-radius:10px;color:var(--text-color);display:flex;font-size:.9rem;font-weight:500;gap:.8rem;padding:.8rem 1rem;text-decoration:none;transition:all .2s ease}.chat-option:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:translateX(5px)}body.theme-dark .chat-widget-modal{background:#1a1f2e;border-color:#2a3142;box-shadow:0 10px 40px #00000080}body.theme-dark .chat-welcome{color:#fff}body.theme-dark .chat-info{color:#b8c5d0}body.theme-dark .chat-option{background:#2a3142;border-color:#3a4152;color:#fff}body.theme-dark .chat-option:hover{background:var(--primary-color);color:#fff}@media (max-width:768px){.scroll-to-top-btn{bottom:1rem;font-size:1.3rem;height:45px;right:1rem;width:45px}.chat-widget-btn{bottom:1rem;font-size:1.5rem;height:50px;left:1rem;width:50px}.chat-widget-modal{bottom:5rem;left:1rem;max-width:100%;right:1rem;width:calc(100% - 2rem)}}.profile-save-row{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;padding-top:16px}.profile-save-message{color:#059669;flex:1 1;font-size:.9rem;font-weight:500}.profile-save-row .btn{min-width:100px}.profile-save-row .btn.primary{background:linear-gradient(135deg,#22c55e,#16a34a)}.profile-save-row .btn.primary:hover{background:linear-gradient(135deg,#16a34a,#15803d)}.modern-tab-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 6px 24px #667eea33;color:#fff;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px;padding:18px 22px}.modern-tab-header h2{color:#fff;font-size:1rem;font-weight:700;margin:0 0 4px}.modern-tab-header .subtitle{font-size:.85rem;margin:0;opacity:.9}.modern-section-card{border:1px solid #f3f4f6;border-radius:14px;box-shadow:0 2px 12px #0000000f;margin-bottom:16px;padding:18px 20px;transition:all .3s ease}.modern-section-card:hover{box-shadow:0 4px 20px #00000017}.modern-section-header{align-items:center;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:12px}.modern-section-title{align-items:center;color:#1f2937;display:flex;font-size:1.1rem;font-weight:700;gap:8px;margin:0}.modern-section-icon{font-size:1.3rem}.modern-tab-header.calendar{background:linear-gradient(135deg,#f093fb,#f5576c)}.modern-tab-header.reports{background:linear-gradient(135deg,#4facfe,#00f2fe)}.modern-tab-header.weather{background:linear-gradient(135deg,#43e97b,#38f9d7)}.modern-tab-header.settings{background:linear-gradient(135deg,#fa709a,#fee140)}.history-list{grid-gap:14px;gap:14px;grid-template-columns:repeat(3,1fr);list-style:none;margin:16px 0;padding:0}.history-item{border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:8px;padding:14px 16px}.history-item:hover{transform:translateY(-2px)}.history-type{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.history-name{color:#1f2937;font-size:1rem;font-weight:700}.history-task{color:#4b5563;font-size:.9rem}.history-month{color:#6b7280;font-size:.85rem;font-weight:500}.history-date{color:#9ca3af;font-size:.8rem}@media (max-width:768px){.history-list{gap:10px;grid-template-columns:repeat(2,1fr)}.history-item{padding:12px}}.reminders-container{margin:0 auto;max-width:1400px}.reminders-month-selector{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;display:flex;gap:8px;padding:8px 14px}.reminders-month-selector select{background:#fffffff2;border:none;border-radius:10px;color:#667eea;cursor:pointer;font-size:.9rem;font-weight:600;outline:none;padding:7px 12px;transition:all .3s ease}.reminders-month-selector select:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.modern-select-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;display:flex;gap:8px;padding:5px 10px}.modern-select-container select{background:#fffffff2;border:none;border-radius:10px;color:#667eea;cursor:pointer;font-size:.8rem;font-weight:600;outline:none;padding:7px 12px;transition:all .3s ease}.modern-select-container select:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}@media (max-width:768px){.modern-select-container{border-radius:10px;gap:6px;padding:4px 8px}.modern-select-container select{border-radius:8px;font-size:.75rem;padding:6px 10px}}.suggestions-panel{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:16px;box-shadow:0 5px 20px #f093fb33;color:#fff;margin-bottom:20px;padding:16px 20px}.suggestions-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:14px}.suggestions-header h3{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:700;gap:8px;margin:0}.suggestions-icon{animation:pulse 2s ease-in-out infinite;font-size:1.3rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.suggestions-actions{display:flex;gap:10px}.suggestions-btn{background:#fffffff2;border:none;border-radius:12px;color:#f5576c;cursor:pointer;font-size:.8rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.suggestions-btn:hover{background:#fff;box-shadow:0 4px 16px #0003;transform:translateY(-2px)}.suggestions-btn:disabled{cursor:not-allowed;opacity:.6}.suggestions-list{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);list-style:none;margin:16px 0 0;padding:0}.suggestion-item{align-items:center;background:#fffffff2;border:2px solid #0000;border-radius:16px;display:flex;gap:16px;justify-content:space-between;padding:16px;transition:all .3s ease}.suggestion-item:hover{background:#fff;box-shadow:0 6px 24px #00000026;transform:translateX(8px)}.suggestion-item.important{background:linear-gradient(135deg,#fff7ed,#fed7aa);border-color:#fbbf24}.suggestion-item.suggestion-past{border-left:4px solid #ef4444}.suggestion-item.suggestion-future{border-left:4px solid #3b82f6}.suggestion-main{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:12px}.suggestion-kind-chip{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;padding:6px 14px;white-space:nowrap}.suggestion-name{color:#1f2937;font-size:1.05rem;font-weight:700}.suggestion-month{background:#e0e7ff;border-radius:12px;color:#4338ca;font-size:.8rem;font-weight:600;padding:4px 12px}.suggestion-important-chip{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:12px;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:4px 12px}.suggestion-task-row{align-items:center;display:flex;gap:10px;margin-top:8px;width:100%}.suggestion-task-type{background:#f3f4f6;border-radius:8px;color:#6b7280;font-size:.75rem;font-weight:600;padding:4px 10px;text-transform:uppercase}.suggestion-task-text{color:#4b5563;flex:1 1;font-size:.9rem}.suggestion-footer-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:12px;width:100%}.suggestion-category-row{color:#6b7280;font-size:.85rem;font-weight:500}.suggestion-complete-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:8px 16px;transition:all .3s ease;white-space:nowrap}.suggestion-complete-btn:hover:not(:disabled){box-shadow:0 4px 16px #10b98166;transform:scale(1.05)}.suggestion-complete-btn:disabled{cursor:not-allowed;opacity:.6}.reminders-section{background:#fff;border:1px solid #f3f4f6;border-radius:14px;box-shadow:0 2px 14px #0000000f;margin-bottom:16px;padding:18px 20px;transition:all .3s ease}.reminders-section:hover{box-shadow:0 5px 20px #00000017}.reminders-section-header{align-items:center;border-bottom:2px solid #f3f4f6;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:12px;transition:all .3s ease}.reminders-section-header:hover{border-bottom-color:#667eea}.reminders-section-title{align-items:center;color:#1f2937;display:flex;font-size:1rem;font-weight:700;gap:8px;margin:0}.reminders-section-icon{font-size:1.3rem}.reminders-toggle-icon{color:#6b7280;font-size:1rem;transition:transform .3s ease}.reminders-toggle-icon.expanded{transform:rotate(90deg)}.complete-all-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:5px;padding:8px 18px;transition:all .3s ease}.complete-all-btn:hover{box-shadow:0 4px 14px #10b9814d;transform:translateY(-2px)}.notification-actions{grid-gap:10px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:14px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:16px;padding:16px}.notification-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;box-shadow:0 2px 6px #3b82f633;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:12px 16px;transition:all .3s ease}.notification-btn:hover:not(:disabled){box-shadow:0 3px 12px #3b82f659;transform:translateY(-2px)}.notification-btn:disabled{cursor:not-allowed;opacity:.6}.notification-btn.combined{background:linear-gradient(135deg,#8b5cf6,#7c3aed);grid-column:1/-1}.notification-checkbox{align-items:center;background:#fff;border-radius:10px;color:#4b5563;display:flex;font-size:.9rem;gap:8px;margin-top:10px;padding:10px}.notification-checkbox input[type=checkbox]{cursor:pointer;height:18px;width:18px}.notification-message{background:#ecfdf5;border-left:3px solid #10b981;border-radius:8px;color:#065f46;font-size:.85rem;margin-top:10px;padding:10px}.enhanced-reminders-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:16px}.enhanced-reminder-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 3px 12px #00000012;cursor:pointer;overflow:hidden;padding:16px;position:relative;transition:all .3s ease}.enhanced-reminder-card:before{background:linear-gradient(180deg,#667eea,#764ba2);content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;width:5px}.enhanced-reminder-card:hover{border-color:#667eea;box-shadow:0 8px 24px #0000001f;transform:translateY(-3px)}.enhanced-reminder-card:hover:before{width:10px}.reminder-card-header{align-items:center;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.reminder-card-title{align-items:center;color:#1f2937;display:flex;font-size:1.05rem;font-weight:700;gap:6px;margin:0}.reminder-card-count{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;font-size:.8rem;font-weight:600;padding:5px 12px;white-space:nowrap}.enhanced-maintenance-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.enhanced-maintenance-item{align-items:center;background:#f9fafb;border-left:3px solid #0000;border-radius:10px;display:flex;gap:8px;padding:10px;transition:all .3s ease}.enhanced-maintenance-item:hover{background:#f3f4f6;border-left-color:#667eea;transform:translateX(3px)}.enhanced-maintenance-item.important{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left-color:#f59e0b}.enhanced-maintenance-item.important:hover{background:linear-gradient(135deg,#fde68a,#fcd34d)}.maintenance-tag{background:#e0e7ff;border-radius:6px;color:#4338ca;font-size:.7rem;font-weight:700;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase}.maintenance-tag.tag-budama{background:linear-gradient(135deg,#fecaca,#fca5a5);color:#991b1b}.maintenance-tag.tag-ilac{background:linear-gradient(135deg,#ddd6fe,#c4b5fd);color:#5b21b6}.maintenance-tag.tag-sulama{background:linear-gradient(135deg,#a5f3fc,#67e8f9);color:#164e63}.maintenance-tag.tag-gubre{background:linear-gradient(135deg,#bbf7d0,#86efac);color:#14532d}.maintenance-task-inline{color:#374151;flex:1 1;font-size:.9rem;font-weight:500}.history-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px dashed #cbd5e1;border-radius:18px;margin-top:24px;padding:22px 24px}.history-header{cursor:pointer;justify-content:space-between;margin-bottom:16px}.history-header,.history-title{align-items:center;display:flex}.history-title{color:#475569;font-size:.9rem;font-weight:700;gap:8px;margin:0}.history-toggle-btn{background:#fff;border:2px solid #cbd5e1;border-radius:10px;color:#64748b;cursor:pointer;font-size:.8rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.history-toggle-btn:hover{background:#f1f5f9;border-color:#94a3b8;transform:translateY(-2px)}.history-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.history-undo-btn{align-items:center;background:#fff;border:2px solid;border-radius:12px;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:10px 20px;transition:all .3s ease}@media (max-width:768px){.reminders-header{padding:16px 18px}.reminders-header-content h2{font-size:1.2rem}.reminders-header-subtitle{font-size:.8rem}.suggestions-panel{padding:14px 18px}.suggestions-header h3{font-size:1rem}.reminders-section{padding:16px 18px}.reminders-section-title{font-size:1.05rem}.enhanced-reminders-grid,.notification-actions{grid-template-columns:1fr}.suggestion-footer-row,.suggestion-main{align-items:flex-start;flex-direction:column}.history-actions{flex-direction:column}.history-undo-btn{justify-content:center;width:100%}.suggestions-list{grid-template-columns:1fr}}@media (max-width:480px){.reminders-header{padding:14px 16px}.reminders-header-content h2{font-size:1.1rem}.suggestions-panel{padding:12px 16px}.suggestions-header h3{font-size:.95rem}.reminders-section{padding:14px 16px}.reminder-card-title,.reminders-section-title{font-size:1rem}}.history-undo-btn.trees{border-color:#fdba74;color:#92400e}.history-undo-btn.trees:hover{background:#fed7aa;transform:translateY(-2px)}.history-undo-btn.vegetables{border-color:#86efac;color:#14532d}.history-undo-btn.vegetables:hover{background:#bbf7d0;transform:translateY(-2px)}.history-list{grid-gap:12px;display:grid;gap:12px}.history-item{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:14px;display:flex;gap:16px;justify-content:space-between;opacity:.85;padding:16px;transition:all .3s ease}.history-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014;opacity:1;transform:translateX(4px)}.history-item-content{flex:1 1}.history-item-name{align-items:center;color:#1f2937;display:flex;font-size:1.05rem;font-weight:700;gap:8px;margin-bottom:6px}.history-item-tasks{color:#6b7280;font-size:.9rem;margin-top:4px}.history-revert-btn{background:#9ca3af;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .3s ease;white-space:nowrap}.history-revert-btn:hover{background:#6b7280;transform:scale(1.05)}.empty-state{color:#9ca3af;padding:40px 20px;text-align:center}.empty-state-icon{font-size:4rem;margin-bottom:16px;opacity:.5}.empty-state-text{color:#6b7280;font-size:1.1rem;margin:0}.loading-spinner{color:#667eea;font-size:1.1rem;padding:40px;text-align:center}@media (max-width:768px){.reminders-header{padding:16px 18px}.reminders-header-content h2{font-size:1.2rem}.reminders-header-subtitle{font-size:.8rem}.reminders-month-selector{background:#ffffff26;border-radius:8px;gap:6px;padding:6px 10px}.reminders-month-selector select{border-radius:6px;font-size:.8rem;padding:5px 8px}.suggestions-panel{padding:14px 18px}.suggestions-header{flex-wrap:nowrap!important;gap:10px}.suggestions-header h3{flex:1 1;font-size:.9rem}.suggestions-btn{font-size:.75rem;padding:8px 14px;white-space:nowrap}.reminders-section{padding:16px 18px}.reminders-section-title{font-size:1.05rem}.enhanced-reminders-grid,.notification-actions{grid-template-columns:1fr}.suggestion-footer-row,.suggestion-main{align-items:flex-start;flex-direction:column}.history-actions{flex-direction:column}.history-undo-btn{justify-content:center;width:100%}.suggestions-list{grid-template-columns:1fr}}@media (max-width:480px){.reminders-header{padding:14px 16px}.reminders-header-content h2{font-size:1.1rem}.suggestions-panel{padding:12px 16px}.suggestions-header h3{font-size:.95rem}.reminders-section{padding:14px 16px}.reminders-section-title{font-size:.9rem}.reminder-card-title{font-size:1rem}}.weather-loading{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:16px;display:flex;flex-direction:column;justify-content:center;margin:20px 0;padding:80px 20px}.weather-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#43e97b;height:60px;margin-bottom:20px;width:60px}.weather-loading p{color:#6b7280;font-size:1.1rem;font-weight:600;margin:0}.garden-general-summary{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;padding:16px;text-align:center}.garden-general-summary p{color:#334155;font-size:.95rem;line-height:1.6;margin:0}.season-note{color:#64748b!important;font-size:.9rem!important;margin-top:8px!important}body.theme-dark .garden-general-summary{background-color:#1e293b;border-color:#334155}body.theme-dark .garden-general-summary p{color:#e2e8f0}body.theme-dark .season-note{color:#94a3b8!important}.modern-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 16px #0f172a14;margin-bottom:20px;padding:20px}@media (max-width:768px){.modern-section-card{border-radius:12px;margin-bottom:16px;padding:16px}.modern-section-card>div[style*="display: flex"]{align-items:stretch!important;flex-direction:column!important;gap:12px!important}.modern-section-card div[style*="display: flex"][style*="gap: 0.5rem"]{align-items:stretch!important;flex-direction:column!important;gap:6px!important}.modern-section-card label{color:#374151;font-size:.85rem;font-weight:600}.modern-section-card input,.modern-section-card select{font-size:.95rem;padding:10px 12px;width:100%!important}.modern-section-card div[style*="marginRight: 'auto'"]{font-size:.9rem!important;margin-right:0!important;padding:8px 0;text-align:center}.modern-section-card .btn{font-size:.95rem;justify-content:center;padding:10px 16px;width:100%}}@media (max-width:480px){.modern-section-card{border-radius:10px;padding:12px}.modern-section-card label{font-size:.8rem}.modern-section-card input,.modern-section-card select{font-size:.9rem;padding:8px 10px}.modern-section-card div[style*="marginRight: 'auto'"]{font-size:.85rem!important}.modern-section-card .btn{font-size:.9rem;padding:8px 14px}}body.theme-dark .modern-section-card{background:#1e293b;border-color:#334155;box-shadow:0 4px 16px #0000004d}.mobile-filter-toggle{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:10px;box-shadow:0 2px 8px #4f46e54d;color:#fff;cursor:pointer;display:none!important;font-size:.95rem;font-weight:600;justify-content:space-between;margin-bottom:12px;padding:12px 16px;transition:all .3s ease;width:100%}.mobile-filter-toggle:hover{box-shadow:0 4px 12px #4f46e566;transform:translateY(-2px)}.mobile-filter-toggle:active{transform:translateY(0)}.mobile-filter-toggle span:first-child{align-items:center;display:flex;gap:8px}.filter-badge{background:#fff3;border-radius:999px;font-size:.85rem;font-weight:500;padding:4px 12px}.filter-content{transition:all .3s ease}.desktop-count{display:block}@media (max-width:768px){.mobile-filter-toggle{display:flex!important}.filter-content{margin-top:0;max-height:0;opacity:0;overflow:hidden}.filter-content.open{margin-top:0;max-height:1000px;opacity:1}.desktop-count{display:none!important}}@media (max-width:480px){.mobile-filter-toggle{font-size:.9rem;padding:10px 14px}.filter-badge{font-size:.8rem;padding:3px 10px}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.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{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.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-pan-anim .leaflet-tile,.leaflet-zoom-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-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-container{border-radius:12px;height:100%;width:100%;z-index:10}.map-controls{background-color:#fffffff2;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:8px;max-width:250px;padding:10px;position:absolute;right:10px;top:10px;z-index:1000}.map-control-btn{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:6px;color:#444;cursor:pointer;display:flex;font-size:.9rem;gap:8px;padding:8px 12px;transition:all .2s}.map-control-btn:hover{background-color:#f0f0f0;border-color:#ccc}.map-control-btn.active{background-color:#e6f4ea;border-color:#34a853;color:#34a853}.map-control-btn svg{font-size:1.1rem}.custom-popup .leaflet-popup-content-wrapper{border-radius:8px;overflow:hidden;padding:0}.custom-popup .leaflet-popup-content{margin:0;width:280px}.popup-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;display:flex;gap:10px;padding:12px}.popup-header img{border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:40px;object-fit:cover;width:40px}.popup-title h3{color:#333;font-size:1rem;margin:0}.popup-title span{color:#666;font-size:.8rem;text-transform:capitalize}.popup-body{padding:12px}.popup-info{color:#555;font-size:.9rem;line-height:1.4;margin-bottom:10px}.popup-actions{display:flex;gap:8px;margin-top:10px}.popup-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;flex:1 1;font-size:.85rem;padding:6px;transition:opacity .2s}.popup-btn:hover{opacity:.9}.popup-btn.edit{background-color:#fbbc05}.popup-btn.details{background-color:#4285f4}.garden-info-panel{background-color:#fff;border-radius:8px;bottom:80px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;gap:4px;left:20px;padding:10px 15px;position:absolute;z-index:1000}.garden-stat{align-items:center;color:#444;display:flex;font-size:.9rem;gap:8px}.garden-stat strong{color:#333}.mode-indicator{border-radius:4px;font-size:.8rem;font-weight:700;margin-bottom:8px;padding:4px 8px;text-align:center;text-transform:uppercase}.mode-view{background-color:#e8f0fe;color:#1967d2}.mode-edit-location{background-color:#ffeaaa;color:#b76e00}.mode-draw-boundary{background-color:#fce8e6;color:#c5221f}.map-toolbar{border-radius:4px;box-shadow:0 1px 5px #0003;gap:5px;left:50px;padding:5px;position:absolute;top:10px;z-index:1000}.map-toolbar,.toolbar-btn{background:#fff;display:flex}.toolbar-btn{align-items:center;border:1px solid #ddd;border-radius:4px;color:#555;cursor:pointer;height:36px;justify-content:center;width:36px}.toolbar-btn:hover{background-color:#f5f5f5}.toolbar-btn.active{background-color:#e6f4ea;border-color:#34a853;color:#34a853}.map-loading{align-items:center;background:#fffc;display:flex;flex-direction:column;gap:15px;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2000}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#34a853;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.unplaced-items-panel{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff2;border-radius:8px;box-shadow:0 2px 10px #0003;max-height:400px;overflow-y:auto;padding:10px;position:absolute;right:10px;top:70px;width:250px;z-index:1000}.unplaced-items-panel h4{border-bottom:1px solid #eee;color:#333;font-size:14px;margin:0 0 10px;padding-bottom:5px}.unplaced-list{display:flex;flex-direction:column;gap:5px}.unplaced-item{align-items:center;background:#f8f9fa;border:1px solid #eee;border-radius:4px;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;padding:8px;transition:all .2s}.unplaced-item:hover{background:#e9ecef;border-color:#ced4da;transform:translateX(-2px)}.unplaced-item span{color:#495057;font-weight:500}.unplaced-item small{color:#28a745;font-weight:700}.marker-label-small{background:#ffffffe6;border:1px solid #ccc;border-radius:4px;box-shadow:none;color:#333;font-size:11px;font-weight:700;padding:2px 5px;white-space:nowrap}
/*# sourceMappingURL=main.f63ea04e.css.map*/