:root{--primary: #0066FF;--primary-dark: #0052CC;--success: #00B894;--warning: #FDCB6E;--danger: #E17055;--gray-50: #F8F9FA;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--white: #FFFFFF;--org-color: #8B5CF6;--farm-color: #10B981;--shed-color: #F59E0B}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--gray-50);color:var(--gray-900);line-height:1.6;overflow-x:hidden}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);padding:1.5rem}.login-card{background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 10px 25px #00000026;width:100%;max-width:420px}.login-logo{text-align:center;margin-bottom:2rem}.login-logo h1{font-size:1.75rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.login-logo p{color:var(--gray-600);font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease;font-family:inherit;text-decoration:none}.btn-primary{background:var(--primary);color:var(--white);width:100%}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:transparent;color:var(--gray-600);border:1px solid var(--gray-300);padding:.5rem .75rem;font-size:.875rem}.btn-outline:hover{background:var(--gray-50);color:var(--gray-700)}.btn-success{background:var(--success);color:var(--white)}.btn-success:hover{background:#00a085}.btn-sm{padding:.375rem .625rem;font-size:.8125rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--white);border-radius:12px;box-shadow:0 20px 40px #00000026;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem}.modal-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:1rem}.report-preview-modal{max-width:640px;display:flex;flex-direction:column;max-height:85vh}.report-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.report-preview-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0}.report-preview-actions{display:flex;gap:.5rem}.report-preview-body{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:1.25rem;max-height:420px;overflow-y:auto}.report-preview-loading,.report-preview-empty{color:var(--gray-500);margin:0;padding:.5rem 0}.report-preview-content{font-size:.875rem;line-height:1.5;color:var(--gray-800)}.report-preview-meta{display:flex;flex-direction:column;gap:.35rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-200)}.report-meta-row{display:flex;gap:.5rem;flex-wrap:wrap}.report-meta-key{font-weight:500;color:var(--gray-600);min-width:6rem}.report-meta-value{color:var(--gray-800)}.report-section{margin-bottom:1.25rem}.report-section:last-child{margin-bottom:0}.report-section-title{font-size:.9375rem;font-weight:600;color:var(--gray-800);margin:0 0 .5rem}.report-section-body{display:flex;flex-direction:column;gap:.25rem}.report-kv-row{display:flex;gap:.5rem;flex-wrap:wrap}.report-kv-key{font-weight:500;color:var(--gray-600);min-width:5rem}.report-kv-value{color:var(--gray-800)}.report-list{margin:0;padding-left:1.25rem;list-style:disc}.report-list li{margin-bottom:.2rem;color:var(--gray-800)}.report-line{color:var(--gray-800)}.calendar-widget{width:100%}.calendar-grid-header{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--gray-200);border-radius:8px 8px 0 0}.calendar-day-name{padding:.5rem .25rem;font-size:.75rem;font-weight:600;color:var(--gray-600);text-align:center;background:var(--gray-100)}.calendar-grid-body{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:var(--gray-200);border-radius:0 0 8px 8px}.calendar-cell{min-height:5.5rem;padding:.35rem;background:var(--white);display:flex;flex-direction:column}.calendar-cell-other{background:var(--gray-50)}.calendar-cell-other .calendar-cell-date{color:var(--gray-400)}.calendar-cell-today{background:#0066ff14;outline:2px solid var(--primary);outline-offset:-2px;z-index:1}.calendar-cell-date{font-size:.8125rem;font-weight:600;color:var(--gray-800)}.calendar-cell-events{flex:1;margin-top:.25rem;display:flex;flex-direction:column;gap:.2rem;overflow:hidden}.calendar-event-dot{display:block;font-size:.7rem;padding:.15rem .35rem;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}.calendar-event-work_order{background:#0066ff26;color:var(--primary-dark)}.calendar-event-task{background:#00b89433;color:#00866a}.calendar-event-record{background:#f59e0b33;color:#b45309}.calendar-event-more{font-size:.65rem;color:var(--gray-500);padding-left:.25rem}.farm-ops-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.farm-ops-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.farm-ops-stat{padding:1.25rem;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;background:var(--white);border:1px solid var(--gray-200);box-shadow:0 1px 3px #0000000a}.farm-ops-stat-icon{color:var(--gray-500)}.farm-ops-stat-icon svg{width:20px;height:20px}.farm-ops-stat-value{font-size:1.5rem;font-weight:600;line-height:1.2;color:var(--gray-900)}.farm-ops-stat-label{font-size:.8125rem;color:var(--gray-600)}.farm-ops-main{display:grid;grid-template-columns:1fr minmax(220px,280px);gap:1.5rem}@media (max-width: 900px){.farm-ops-main{grid-template-columns:1fr}}.farm-ops-priorities-list{display:flex;flex-direction:column;gap:0}.farm-ops-priority-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--gray-100)}.farm-ops-priority-item:last-child{border-bottom:none}.farm-ops-priority-item.farm-ops-priority-high{border-left:3px solid var(--gray-600);padding-left:.75rem;margin-left:-.75rem}.farm-ops-priority-item.farm-ops-priority-progress{border-left:3px solid var(--gray-400);padding-left:.75rem;margin-left:-.75rem}.farm-ops-priority-content{flex:1;min-width:0}.farm-ops-priority-title{font-weight:500;color:var(--gray-900);margin-bottom:.25rem;font-size:.9375rem}.farm-ops-priority-meta{font-size:.8125rem;color:var(--gray-500);margin-bottom:.25rem}.farm-ops-priority-desc{font-size:.8125rem;color:var(--gray-600)}.farm-ops-action-buttons{display:flex;flex-direction:column;gap:.375rem}.farm-ops-action-btn{display:flex;align-items:center;gap:.5rem;justify-content:flex-start;text-align:left;width:100%;font-size:.875rem}.farm-ops-action-btn svg{flex-shrink:0;color:var(--gray-600)}.progress-bar{height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:4px;transition:width .2s ease}.project-card{border:1px solid var(--gray-200);border-radius:8px;padding:1.25rem;background:var(--white)}.project-card-behind{border-color:#e1705566;background:#e170550a}.project-card-behind .progress-fill{background:var(--danger)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:500;color:var(--gray-700);margin-bottom:.5rem;font-size:.875rem}.form-input{width:100%;padding:.75rem;border:1px solid var(--gray-300);border-radius:8px;font-size:.9375rem;transition:border-color .15s ease;background:var(--white)}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0066ff1a}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1rem}.form-actions{display:flex;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.data-card,.form-section{background:var(--white);border-radius:12px;border:1px solid var(--gray-200);padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s ease}.data-card:hover{box-shadow:0 4px 16px #0000001a}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.card-title{font-size:1.125rem;font-weight:600;color:var(--gray-900)}.card-actions{display:flex;gap:.5rem}.section-title{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:12px;border:1px solid var(--gray-200);padding:1.25rem;transition:all .15s ease;box-shadow:0 1px 3px #0000000a}.stat-card:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--gray-300)}.stat-card-clickable{cursor:pointer;text-align:left;font-family:inherit;width:100%;transition:all .2s ease}.stat-card-clickable:hover{box-shadow:0 6px 16px #0000001f;border-color:var(--primary)}.stat-hint{font-size:.75rem;color:var(--gray-500);margin-top:.5rem}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.stat-icon{width:2.5rem;height:2.5rem;background:#0066ff1a;color:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;line-height:1}.stat-icon.success{background:#00b8941a;color:var(--success)}.stat-icon.warning{background:#fdcb6e33;color:#b8860b}.stat-icon.danger{background:#e170551a;color:var(--danger)}.stat-value{font-size:1.5rem;font-weight:700;color:var(--gray-900)}.stat-label{font-size:.875rem;color:var(--gray-600);margin-top:.25rem}.stat-change{font-size:.8125rem;margin-top:.5rem}.stat-change.positive{color:var(--success)}.stat-change.negative{color:var(--danger)}.stat-change.neutral{color:var(--gray-500)}.table-container{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th,.table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--gray-200)}.table th{font-weight:600;color:var(--gray-700);background:var(--gray-50)}.table tbody tr:hover{background:var(--gray-50)}.table-row-highlight{background:#0066ff14!important}.btn-link{background:none;border:none;cursor:pointer;color:var(--primary);text-decoration:none;padding:0;font-family:inherit}.btn-link:hover{text-decoration:underline}.badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.badge-success{background:#00b89426;color:var(--success)}.badge-warning{background:#fdcb6e4d;color:#b8860b}.badge-outline{background:transparent;border:1px solid var(--gray-300);color:var(--gray-600)}.page-header{margin-bottom:1.5rem}.page-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.25rem}.page-subtitle{font-size:.9375rem;color:var(--gray-600)}.breadcrumb{font-size:.875rem;color:var(--gray-500);margin-bottom:.5rem}.breadcrumb a,.breadcrumb-link{color:var(--primary);text-decoration:none;background:none;border:none;font-size:inherit;font-family:inherit;cursor:pointer;padding:0}.breadcrumb a:hover,.breadcrumb-link:hover{text-decoration:underline}.dashboard-container{overflow-x:hidden;padding-top:calc(4rem + env(safe-area-inset-top,0))}.top-navbar{background:var(--white);border-bottom:1px solid var(--gray-200);padding:0;position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;padding-top:env(safe-area-inset-top,0)}.navbar-content{max-width:min(1400px,100%);margin:0 auto;display:flex;align-items:center;padding:0 1.5rem;height:4rem;min-height:4rem;gap:1rem;flex-wrap:wrap;width:100%}.navbar-brand{font-size:1.25rem;font-weight:700;color:var(--primary)}.navbar-nav{display:flex;align-items:center;gap:0;list-style:none;flex:1}.nav-link{padding:1rem;color:var(--gray-600);text-decoration:none;font-weight:500;font-size:.9375rem;border-bottom:2px solid transparent;transition:all .15s ease;cursor:pointer}.nav-link:hover{color:var(--primary);background:#0066ff0d}.nav-link.active{color:var(--primary);border-bottom-color:var(--primary)}.section-tabs{display:inline-flex;background:var(--gray-100);border-radius:10px;padding:4px;gap:2px;margin-bottom:1.5rem}.section-tab{padding:.5rem 1.25rem;font-size:.9375rem;font-weight:500;color:var(--gray-600);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.section-tab:hover{color:var(--gray-800);background:#fff9}.section-tab.active{color:var(--primary);background:var(--white);box-shadow:0 1px 3px #00000014}.navbar-right{display:flex;align-items:center;gap:1rem;margin-left:auto;padding-left:1rem}.user-avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.user-info{text-align:right}.user-name{font-size:.875rem;font-weight:600;color:var(--gray-900)}.user-role{font-size:.75rem;color:var(--gray-500)}.context-selector{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.context-item{padding:.5rem .75rem;background:var(--gray-100);border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;position:relative}.context-divider{color:var(--gray-400);font-size:.75rem}.dropdown-menu{position:absolute;top:100%;left:0;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;box-shadow:0 4px 16px #0000001a;min-width:180px;z-index:1000;margin-top:2px}.dropdown-item{padding:.75rem 1rem;cursor:pointer;font-size:.875rem;border-bottom:1px solid var(--gray-100)}.dropdown-item:hover{background:var(--gray-50)}.dropdown-item.active{font-weight:600;color:var(--primary)}.dropdown{position:relative}.context-dropdown{position:relative;display:inline-block}.context-dropdown-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-300);border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;min-width:160px;text-align:left}.context-dropdown-btn.org{background:#8b5cf61a;border-color:#8b5cf64d}.context-dropdown-btn:hover{background:var(--gray-50)}.context-dropdown-menu{position:absolute;top:100%;left:0;margin-top:4px;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;box-shadow:0 4px 16px #0000001a;min-width:200px;max-height:280px;overflow-y:auto;z-index:1001}.context-dropdown-item{padding:.75rem 1rem;cursor:pointer;font-size:.875rem;border-bottom:1px solid var(--gray-100)}.context-dropdown-item:hover{background:var(--gray-50)}.context-dropdown-item.active{font-weight:600;color:var(--primary);background:#0066ff0f}.context-mobile{display:none}.context-compact-btn{display:flex;align-items:center;gap:.35rem;padding:.4rem .6rem;font-size:.8125rem;font-weight:500;color:var(--gray-700);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;cursor:pointer;min-height:36px;width:100%;max-width:100%;text-align:left;font-family:inherit}.context-compact-btn:hover{background:var(--gray-200)}.context-compact-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.context-compact-chevron{flex-shrink:0;color:var(--gray-500);font-size:.7rem}.context-compact-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0000004d}.context-compact-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:70vh;overflow-y:auto;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:1001;padding:.5rem 0}.context-compact-section{padding:0 .5rem .5rem}.context-compact-section:last-child{padding-bottom:0}.context-compact-section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);padding:.5rem .5rem .25rem}.context-compact-item{display:block;width:100%;padding:.6rem .75rem;font-size:.875rem;text-align:left;background:none;border:none;border-radius:6px;cursor:pointer;color:var(--gray-800);font-family:inherit}.context-compact-item:hover{background:var(--gray-100)}.context-compact-item.active{font-weight:600;color:var(--primary);background:#0066ff14}.notifications-trigger{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:44px;min-height:44px;padding:.5rem}.notifications-trigger svg{width:20px;height:20px;flex-shrink:0}.left-sidebar{width:280px;position:fixed;left:0;top:4rem;height:calc(100vh - 4rem);z-index:900;overflow-y:auto;transition:transform .3s ease;display:flex;flex-direction:column}.left-sidebar.farm-manager{background:linear-gradient(180deg,#1f2937,#374151);color:#fff;border-right:1px solid rgba(255,255,255,.1);width:300px}.left-sidebar.farm-manager~.main-content.with-sidebar{margin-left:300px;width:calc(100% - 300px);max-width:calc(100vw - 300px)}.left-sidebar.farm-manager.sidebar-closed~.main-content.with-sidebar{margin-left:0;width:100%;max-width:1400px}.left-sidebar.farm-employee{background:linear-gradient(180deg,#1e3a8a,#2563eb);color:#fff;border-right:1px solid rgba(255,255,255,.1);width:300px}.left-sidebar.farm-employee~.main-content.with-sidebar{margin-left:300px;width:calc(100% - 300px);max-width:calc(100vw - 300px)}.left-sidebar.farm-employee.sidebar-closed~.main-content.with-sidebar{margin-left:0;width:100%;max-width:1400px}.left-sidebar.farm-employee .sidebar-nav-item{align-items:flex-start}.left-sidebar.farm-employee .sidebar-nav-item.active{border-right-color:#93c5fd}.left-sidebar.system-admin{background:linear-gradient(180deg,#0f172a,#1e293b);color:#fff;border-right:1px solid rgba(255,255,255,.1);width:300px}.left-sidebar.system-admin~.main-content.with-sidebar{margin-left:300px;width:calc(100% - 300px);max-width:calc(100vw - 300px)}.left-sidebar.system-admin.sidebar-closed~.main-content.with-sidebar{margin-left:0;width:100%;max-width:1400px}.left-sidebar.system-admin .sidebar-nav-item{align-items:flex-start}.left-sidebar.system-admin .sidebar-nav-item.active{border-right-color:#64748b}.left-sidebar.org-owner{background:linear-gradient(180deg,#312e81,#4338ca);color:#fff;border-right:1px solid rgba(255,255,255,.1);width:300px}.left-sidebar.org-owner~.main-content.with-sidebar{margin-left:300px;width:calc(100% - 300px);max-width:calc(100vw - 300px)}.left-sidebar.org-owner.sidebar-closed~.main-content.with-sidebar{margin-left:0;width:100%;max-width:1400px}.left-sidebar.org-owner .sidebar-nav-item{align-items:flex-start}.left-sidebar.org-owner .sidebar-nav-item.active{border-right-color:#a5b4fc}.left-sidebar.sidebar-closed{transform:translate(-280px)}.left-sidebar.farm-manager.sidebar-closed,.left-sidebar.farm-employee.sidebar-closed,.left-sidebar.system-admin.sidebar-closed,.left-sidebar.org-owner.sidebar-closed{transform:translate(-300px)}.left-sidebar .sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);background:#0000001a}.left-sidebar .sidebar-header .sidebar-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.left-sidebar .sidebar-header .sidebar-subtitle{font-size:.875rem;color:#ffffffb3;margin:.25rem 0 0}.sidebar-nav-section{padding:1rem 0;flex:1;overflow-y:auto}.sidebar-nav-group{margin-bottom:1rem}.sidebar-nav-section-title{padding:.5rem 1.5rem .25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffff80}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#ffffffd9;font-size:.9375rem;font-weight:500;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:all .15s ease}.left-sidebar.farm-manager .sidebar-nav-item{align-items:flex-start}.left-sidebar .sidebar-nav-item:hover{background:#ffffff1a;color:#fff}.left-sidebar .sidebar-nav-item.active{background:#ffffff26;color:#fff;border-right:3px solid #60a5fa}.sidebar-nav-item-icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem;display:flex;align-items:center;justify-content:center}.sidebar-nav-item-icon svg{width:1.25rem;height:1.25rem;flex-shrink:0}.sidebar-nav-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.sidebar-nav-item-title{font-weight:500;line-height:1.3}.sidebar-nav-item-subtitle{font-size:.75rem;color:#ffffff80;line-height:1.3;display:block}.sidebar-nav-badge{margin-left:auto;background:#f97316;color:#fff;font-size:.7rem;font-weight:600;min-width:1.25rem;height:1.25rem;border-radius:.625rem;display:flex;align-items:center;justify-content:center;padding:0 .35rem;flex-shrink:0}.main-content.with-sidebar{margin-left:280px;width:calc(100% - 280px);max-width:calc(100vw - 280px);min-width:0;transition:margin-left .3s ease}.left-sidebar.sidebar-closed~.main-content.with-sidebar,.dashboard-container.sidebar-closed .main-content.with-sidebar{margin-left:0;width:100%;max-width:1400px}.top-navbar.simplified .navbar-nav{display:none}.sidebar-toggle{background:var(--white);border:1px solid var(--gray-300);border-radius:6px;padding:.5rem .75rem;cursor:pointer;font-size:1.25rem;line-height:1}.sidebar-toggle:hover{background:var(--gray-50)}.sidebar-overlay{display:none}@media (max-width: 1024px){.left-sidebar{transform:translate(-280px);z-index:1000;top:0;height:100vh}.left-sidebar.farm-manager,.left-sidebar.farm-employee,.left-sidebar.system-admin,.left-sidebar.org-owner{transform:translate(-300px)}.left-sidebar.sidebar-open-mobile{transform:translate(0)}.main-content.with-sidebar{margin-left:0;width:100%;max-width:100%}.sidebar-overlay.visible{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}}@media (min-width: 1025px){.sidebar-overlay.visible{display:none!important}}.context-alert{background:#0066ff0d;border:1px solid rgba(0,102,255,.1);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.context-alert-icon{font-size:1.25rem;flex-shrink:0}.context-alert-content{flex:1}.context-alert-title{font-weight:600;color:var(--primary);font-size:.875rem}.context-alert-text{font-size:.8125rem;color:var(--gray-600);margin-top:.25rem}.permission-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;background:var(--gray-100);border-radius:4px;font-size:.75rem;font-weight:500;color:var(--gray-700)}.permission-badge.add{background:#00b8941a;color:var(--success)}.permission-badge.edit{background:#0066ff1a;color:var(--primary)}.permission-badge.view{background:#64748b1a;color:var(--gray-600)}.permission-badge.change{background:#8b5cf61a;color:var(--org-color)}.main-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto;width:100%;min-width:0;overflow-x:hidden}.profile-dropdown-item:hover{background:var(--gray-50)}.notifications-dropdown{position:relative}.notifications-trigger{position:relative;padding:.5rem .75rem;min-width:auto}.notifications-badge{position:absolute;top:2px;right:4px;background:var(--danger);color:var(--white);font-size:.7rem;font-weight:600;min-width:1.25rem;height:1.25rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.notifications-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.notifications-panel{position:absolute;top:100%;right:0;margin-top:4px;width:320px;max-width:calc(100vw - 2rem);max-height:400px;overflow-y:auto;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:1000}.notifications-panel-header{padding:.75rem 1rem;font-weight:600;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}.notifications-empty{padding:1.5rem;color:var(--gray-500);font-size:.875rem;text-align:center}.notifications-list{list-style:none}.notifications-list li{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100)}.notifications-item-title{font-weight:600;font-size:.8125rem;color:var(--gray-800)}.notifications-item-message{font-size:.8125rem;color:var(--gray-600);margin-top:2px}.navbar-burger{display:none;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:none;border-radius:8px;background:var(--gray-100);color:var(--gray-700);cursor:pointer}.navbar-burger:hover{background:var(--gray-200);color:var(--gray-900)}.navbar-burger svg{width:24px;height:24px}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1001}.mobile-nav-drawer{position:fixed;top:0;left:0;right:0;bottom:auto;max-height:85vh;overflow-y:auto;background:var(--white);border-radius:0 0 12px 12px;box-shadow:0 8px 24px #00000026;z-index:1002;padding:0}.mobile-nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200)}.mobile-nav-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:none;border-radius:8px;background:var(--gray-100);color:var(--gray-700);cursor:pointer}.mobile-nav-close:hover{background:var(--gray-200)}.mobile-nav-close svg{width:22px;height:22px}.mobile-nav-links{list-style:none;padding:.5rem 0;margin:0}.mobile-nav-link{display:block;width:100%;padding:1rem 1.25rem;text-align:left;font-size:1rem;font-weight:500;color:var(--gray-800);background:none;border:none;cursor:pointer;font-family:inherit;min-height:48px;border-bottom:1px solid var(--gray-100)}.mobile-nav-link:hover{background:var(--gray-50)}.mobile-nav-link.active{color:var(--primary);background:#0066ff0f}.sidebar-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.sidebar-close-btn{display:none;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;border:none;border-radius:8px;background:#ffffff26;color:#fff;cursor:pointer}.sidebar-close-btn:hover{background:#ffffff40}.sidebar-close-btn svg{width:20px;height:20px}@media (max-width: 768px){.dashboard-container{padding-top:calc(4.5rem + env(safe-area-inset-top,0))}.navbar-content{height:auto;min-height:3rem;padding:.5rem .75rem;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.5rem;align-content:flex-start}.top-navbar .sidebar-toggle{order:1;flex-shrink:0}.top-navbar .navbar-brand{order:2;font-size:1.05rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0;max-width:none}.top-navbar .navbar-right{order:3;margin-left:auto;flex-shrink:0;flex-wrap:nowrap;gap:.35rem}.top-navbar .context-selector{order:4;flex-basis:100%;width:100%;min-width:0;margin-top:.25rem;padding-top:.25rem;border-top:1px solid var(--gray-200)}.context-desktop{display:none!important}.context-mobile{display:block;width:100%;min-width:0;position:relative;max-width:none}.context-compact-btn{max-width:none;width:100%}.top-navbar.simplified .navbar-right{margin-left:auto}.navbar-burger{display:flex;order:1}.navbar-nav{display:none!important}.user-info{display:none}.sidebar-toggle,.navbar-burger,.btn.btn-outline.notifications-trigger,.profile-trigger{min-width:44px;min-height:44px;padding:.5rem;flex-shrink:0}.main-content{padding:1.5rem 1rem 1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.stat-card{padding:1rem}.stat-value{font-size:1.25rem}.table th,.table td{padding:.5rem;font-size:.8125rem}.btn{padding:.65rem 1rem;min-height:44px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.page-title{font-size:1.25rem}.page-header{margin-bottom:1rem}.notifications-panel{width:min(280px,calc(100vw - 2rem));right:.5rem}.card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.card-actions{width:100%;justify-content:flex-start}.data-card,.form-section{padding:1rem;margin-bottom:1rem}.section-tabs{flex-wrap:wrap}.section-tab{padding:.5rem .75rem;font-size:.875rem}.farm-ops-header{flex-direction:column;align-items:stretch}.farm-ops-stats{grid-template-columns:1fr 1fr;gap:.75rem}.farm-ops-stat{padding:1rem}.report-preview-header{flex-direction:column;align-items:flex-start}.report-preview-actions{width:100%}}@media (max-width: 1024px){.sidebar-close-btn{display:flex}.sidebar-header .sidebar-title{flex:1;min-width:0}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.context-selector{flex-direction:column}.context-divider{display:none}.main-content{padding:.75rem}.modal-content{margin:.5rem;max-height:85vh}.calendar-cell{min-height:4rem;padding:.25rem}.calendar-cell-date{font-size:.75rem}.calendar-event-dot{font-size:.65rem;padding:.1rem .25rem}}@media (max-width: 768px){.my-day-two-col{grid-template-columns:1fr!important}}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (max-width: 768px){.table-container{margin:0 -1rem;padding:0 1rem}}.staff-card:hover{box-shadow:0 4px 16px #00000014!important}@media (max-width: 768px){.staff-grid{grid-template-columns:1fr!important}}.employee-task-card{transition:box-shadow .15s ease,border-color .15s ease}.employee-task-card:hover{box-shadow:0 2px 8px #0000000f;border-color:var(--gray-300)}.training-content{max-width:720px;line-height:1.7}.training-content img{max-width:100%;height:auto;border-radius:8px}
