:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-text-primary: rgba(0, 0, 0, .9);--color-text-secondary: rgba(0, 0, 0, .7);--color-text-muted: rgba(0, 0, 0, .5);--color-accent: #2563eb;--color-accent-hover: #1d4ed8;--color-success: #16a34a;--color-warning: #d97706;--color-error: #dc2626;--color-border: rgba(0, 0, 0, .1);--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .3);--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--gradient-header: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);--gradient-card: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);--gradient-primary: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--gradient-success: linear-gradient(135deg, #16a34a 0%, #15803d 100%);--glass-bg: rgba(255, 255, 255, .8);--glass-blur: blur(12px);--glass-border: rgba(0, 0, 0, .06);--color-border-hover: rgba(0, 0, 0, .2);--shadow-glow: 0 0 20px rgba(37, 99, 235, .15)}body[data-theme=modern]{--color-bg-primary: #0f172a;--color-bg-secondary: #1e293b;--color-bg-tertiary: #334155;--color-text-primary: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-muted: #64748b;--color-accent: #3b82f6;--color-accent-hover: #60a5fa;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--color-border: rgba(255, 255, 255, .08);--color-border-hover: rgba(255, 255, 255, .15);--gradient-header: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);--gradient-card: linear-gradient(135deg, #1e293b 0%, #1a2332 100%);--gradient-primary: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);--gradient-success: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);--glass-bg: rgba(15, 23, 42, .85);--glass-blur: blur(16px);--glass-border: rgba(255, 255, 255, .06);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .5);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .6);--shadow-glow: 0 0 25px rgba(59, 130, 246, .2)}@media(prefers-color-scheme:light){:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f8fafc;--color-bg-tertiary: #f1f5f9;--color-text-primary: rgba(0, 0, 0, .9);--color-text-secondary: rgba(0, 0, 0, .7);--color-text-muted: rgba(0, 0, 0, .5);--color-border: rgba(0, 0, 0, .1);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-normal);color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;min-height:100vh;min-height:100dvh;padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom);padding-left:var(--safe-area-left);padding-right:var(--safe-area-right)}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}button,a,input,select,textarea,[role=button]{min-height:44px;min-width:44px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:var(--line-height-tight);color:var(--color-text-primary)}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}h5{font-size:var(--font-size-base)}h6{font-size:var(--font-size-sm)}p{color:var(--color-text-secondary);line-height:var(--line-height-relaxed)}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}a:active{opacity:.8}button{font-family:inherit;font-size:var(--font-size-base);font-weight:500;line-height:1;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-bg-secondary);color:var(--color-text-primary);cursor:pointer;transition:all var(--transition-fast);-webkit-appearance:none;appearance:none}button:hover{background-color:var(--color-bg-tertiary);border-color:var(--color-accent)}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background-color:var(--color-accent);border-color:var(--color-accent);color:#fff}button.primary:hover{background-color:var(--color-accent-hover);border-color:var(--color-accent-hover)}input,select,textarea{font-family:inherit;font-size:var(--font-size-base);width:100%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-bg-secondary);color:var(--color-text-primary);transition:border-color var(--transition-fast)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-accent)}input::placeholder{color:var(--color-text-muted)}.card{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm)}.container{width:100%;max-width:100%;padding-left:var(--space-4);padding-right:var(--space-4);margin-left:auto;margin-right:auto}@media(min-width:640px){.container{max-width:640px;padding-left:var(--space-6);padding-right:var(--space-6)}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-4{gap:var(--space-4)}.p-4{padding:var(--space-4)}.m-4{margin:var(--space-4)}.text-center{text-align:center}.w-full{width:100%}.h-full{height:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media print{body{background:#fff;color:#000}}.schedule-container{min-height:100vh;background:var(--color-bg, #f5f5f5);padding-bottom:2rem}.schedule-header{background:var(--color-primary, #3b82f6);color:#fff;padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:0 2px 8px #0000001a}.schedule-header h1{margin:0;font-size:1.75rem;font-weight:700}.schedule-tabs{display:flex;background:#fff;border-bottom:1px solid var(--color-border, #e5e7eb);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.schedule-tabs::-webkit-scrollbar{display:none}.schedule-tab{flex:1;min-width:max-content;padding:.875rem 1rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:.875rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.schedule-tab:hover{color:#111827;background:#f9fafb}.schedule-tab.active{color:#f97316;border-bottom-color:#f97316;background:#fff7ed}.tab-count{font-weight:500;opacity:.8}.schedule-tab.active .tab-count{opacity:1}.schedule-date{margin:.25rem 0 0;font-size:.875rem;opacity:.9}.refresh-btn{background:#fff3;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.refresh-btn:hover{background:#ffffff4d}.refresh-btn:active{transform:scale(.95)}.refresh-btn svg{stroke:#fff}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.spinner{width:40px;height:40px;border:3px solid rgba(59,130,246,.2);border-top-color:var(--color-primary, #3b82f6);border-radius:50%;animation:spin .8s linear infinite}.loading-state p{margin-top:1rem;color:var(--color-text-muted, #6b7280);font-size:.875rem}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.error-state svg{stroke:var(--color-error, #ef4444);margin-bottom:1rem}.error-state p{color:var(--color-text, #111827);font-size:1rem;margin-bottom:1.5rem}.retry-btn{background:var(--color-primary, #3b82f6);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.retry-btn:hover{background:var(--color-primary-dark, #2563eb);transform:translateY(-1px)}.retry-btn:active{transform:translateY(0)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state svg{stroke:var(--color-text-muted, #9ca3af);margin-bottom:1rem;opacity:.5}.empty-state h2{margin:0 0 .5rem;color:var(--color-text, #111827);font-size:1.25rem}.empty-state p{margin:0;color:var(--color-text-muted, #6b7280);font-size:.875rem}.jobs-summary{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid var(--color-border, #e5e7eb);font-size:.875rem}.job-count{font-weight:600;color:var(--color-text, #111827)}.total-time{color:var(--color-text-muted, #6b7280);font-size:.813rem}.jobs-list{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.job-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:all .2s;border:2px solid transparent}.job-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.job-card:active{transform:translateY(0)}.job-card:focus{outline:none;border-color:var(--color-primary, #3b82f6)}.job-card-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.job-order{background:var(--color-bg, #f3f4f6);color:var(--color-text-muted, #6b7280);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.job-title-section{flex:1;min-width:0}.job-title{margin:0;font-size:1rem;font-weight:600;color:#111827;line-height:1.4}.job-address{margin:.25rem 0 0;font-size:.813rem;color:#6b7280;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.priority-badge{padding:.25rem .625rem;border-radius:6px;font-size:.688rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.priority-urgent{background:#fef2f2;color:#dc2626}.priority-high{background:#fff7ed;color:#ea580c}.priority-medium{background:#fefce8;color:#ca8a04}.priority-low{background:#f0fdf4;color:#16a34a}.job-description{margin:.5rem 0 0;font-size:.875rem;color:#4b5563;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-card .job-description{color:#4b5563!important}.job-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border, #f3f4f6);font-size:.813rem}.est-time{display:flex;align-items:center;gap:.375rem;color:var(--color-text-muted, #6b7280)}.est-time svg{stroke:currentColor}.job-status{display:flex;align-items:center;gap:.375rem;color:var(--color-text-muted, #6b7280)}.status-indicator{width:8px;height:8px;border-radius:50%}.status-indicator.scheduled{background:#10b981}.status-indicator.in-progress{background:#3b82f6;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(min-width:640px){.jobs-list{padding:1.5rem}.job-card{padding:1.25rem}.job-title{font-size:1.063rem}.job-address{font-size:.875rem}}@media(min-width:1024px){.jobs-list{max-width:768px;margin:0 auto}}.tab-bar{display:flex;gap:.5rem;padding:.75rem 1rem;background:var(--color-surface, #1a1a2e);border-bottom:1px solid rgba(255,255,255,.1);overflow-x:auto}.tab-btn{padding:.5rem 1rem;border:none;background:transparent;color:var(--color-text-secondary, rgba(255,255,255,.7));font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .2s}.tab-btn.active{background:var(--color-primary, #f97316);color:#fff}.tab-btn:not(.active):hover{background:#ffffff1a}.tab-count{opacity:.7;font-size:.75rem;margin-left:.25rem}.status-indicator.done{background:#9ca3af}.status-indicator.pending{background:#f59e0b}.status-indicator.cancelled{background:#ef4444}.job-card-completed{background:#f9fafb;border-left:4px solid #10b981;opacity:.85}.job-card-completed .job-title{color:#6b7280;text-decoration:line-through}.job-card-in-progress{border-left:4px solid #3b82f6;background:#eff6ff}.completed-badge{margin-left:.375rem;color:#10b981;font-weight:700}.schedule-controls{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#fff;border-bottom:1px solid var(--color-border, #e5e7eb);font-size:.813rem;gap:1rem}.filter-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:var(--color-text-muted, #6b7280)}.filter-toggle input[type=checkbox]{width:16px;height:16px;cursor:pointer}.schedule-stats{display:flex;gap:.5rem}.stat-badge{padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.stat-badge.pending{background:#eff6ff;color:#2563eb}.stat-badge.completed{background:#f0fdf4;color:#16a34a}.status-indicator.paused{background:#f59e0b}.job-card-paused{border-left:4px solid #f59e0b;background:#fffbeb}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-view-container{display:flex;flex-direction:column;height:calc(100vh - 7.5rem);padding-bottom:0}.map-view-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--color-bg-secondary, white);border-bottom:1px solid var(--color-border, #e2e8f0);position:sticky;top:3.5rem;z-index:10}.map-view-header h1{font-size:1.25rem;font-weight:600;margin:0;color:var(--color-text-primary, #111827)}.refresh-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--color-text-secondary, #64748b);border-radius:8px;transition:background-color .2s}.refresh-btn:hover{background:var(--color-bg-hover, #f1f5f9)}.date-selector{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-bg-secondary, white);border-bottom:1px solid var(--color-border, #e2e8f0)}.date-selector label{font-size:.875rem;color:var(--color-text-secondary, #64748b);white-space:nowrap}.date-select{flex:1;padding:.5rem 2.5rem .5rem .75rem;font-size:1rem;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;background:var(--color-bg-primary, white);color:var(--color-text-primary, #111827);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.date-select:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px var(--color-primary-light, rgba(37, 99, 235, .1))}.status-legend{display:flex;flex-wrap:wrap;gap:.75rem;padding:.75rem 1rem;background:var(--color-bg-secondary, white);border-bottom:1px solid var(--color-border, #e2e8f0)}.legend-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-label{color:var(--color-text-secondary, #64748b)}.legend-count{color:var(--color-text-primary, #111827);font-weight:500}.map-wrapper{flex:1;position:relative;min-height:300px}.leaflet-map{width:100%;height:100%}.custom-marker{background:none;border:none}.leaflet-popup-content-wrapper{border-radius:12px;padding:0}.leaflet-popup-content{margin:0;min-width:200px}.popup-content{padding:.75rem;cursor:pointer}.popup-title{font-size:1rem;font-weight:600;margin:0 0 .375rem;color:var(--color-text-primary, #111827)}.popup-address{font-size:.875rem;color:var(--color-text-secondary, #64748b);margin:0 0 .5rem}.popup-details{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.popup-time{font-size:.875rem;color:var(--color-text-primary, #111827)}.popup-status{font-size:.75rem;font-weight:600}.popup-assignee,.popup-duration{font-size:.875rem;color:var(--color-text-secondary, #64748b);margin:.25rem 0}.popup-tap-hint{font-size:.75rem;color:var(--color-primary, #2563eb);margin:.5rem 0 0;font-weight:500}.empty-map-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center;color:var(--color-text-secondary, #64748b)}.empty-map-state svg{color:var(--color-text-light, #9ca3af);margin-bottom:1rem}.empty-map-state h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem;color:var(--color-text-primary, #111827)}.empty-map-state p{font-size:.875rem;margin:0}.map-job-count{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#fffffff2;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;color:var(--color-text-primary, #111827);box-shadow:0 2px 8px #00000026;z-index:1000}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem}.spinner{width:40px;height:40px;border:3px solid var(--color-border, #e2e8f0);border-top-color:var(--color-primary, #2563eb);border-radius:50%;animation:spin 1s linear infinite}.loading-state p,.error-state p{color:var(--color-text-secondary, #64748b);margin:0}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:1rem;color:var(--color-text-secondary, #64748b)}.error-state svg{color:var(--color-error, #ef4444)}.retry-btn{padding:.5rem 1rem;background:var(--color-primary, #2563eb);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.retry-btn:hover{background:var(--color-primary-dark, #1d4ed8)}@media(max-width:640px){.date-selector{flex-direction:column;align-items:stretch;gap:.5rem}.date-selector label{font-size:.875rem}.status-legend{justify-content:center}.map-view-header h1{font-size:1.125rem}}.photo-gallery-overlay{position:fixed;inset:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;animation:gallery-fade-in .2s ease-out}@keyframes gallery-fade-in{0%{opacity:0}to{opacity:1}}.gallery-close-btn{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:none;border-radius:50%;background:#ffffff1a;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;z-index:1001}.gallery-close-btn:hover{background:#fff3;transform:scale(1.05)}.gallery-close-btn:active{transform:scale(.95)}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border:none;border-radius:50%;background:#ffffff26;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s,opacity .2s;z-index:1001}.gallery-nav-btn:hover:not(.disabled){background:#ffffff40;transform:translateY(-50%) scale(1.1)}.gallery-nav-btn:active:not(.disabled){transform:translateY(-50%) scale(.95)}.gallery-nav-btn.disabled{opacity:.3;cursor:not-allowed}.gallery-nav-prev{left:1rem}.gallery-nav-next{right:1rem}.photo-gallery-container{max-width:calc(100vw - 120px);max-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;touch-action:pan-y pinch-zoom;cursor:grab;-webkit-user-select:none;user-select:none}.photo-gallery-container:active{cursor:grabbing}.gallery-image{max-width:100%;max-height:calc(100vh - 120px);object-fit:contain;border-radius:8px;box-shadow:0 4px 20px #00000080}.gallery-footer{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(transparent,#000c);display:flex;flex-direction:column;align-items:center;gap:.25rem}.gallery-counter{color:#fff;font-size:.875rem;font-weight:600;opacity:.9}.gallery-caption{color:#fff;font-size:.938rem;opacity:.8;text-align:center;max-width:80%}.gallery-type{display:inline-block;padding:.25rem .75rem;background:#ffffff26;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(max-width:640px){.gallery-nav-btn{width:40px;height:40px}.gallery-nav-prev{left:.5rem}.gallery-nav-next{right:.5rem}.photo-gallery-container{max-width:calc(100vw - 60px)}.gallery-image{max-height:calc(100vh - 140px)}}@media(hover:hover){.gallery-nav-btn{opacity:.6}.photo-gallery-overlay:hover .gallery-nav-btn:not(.disabled){opacity:1}.gallery-close-btn{opacity:.6}.photo-gallery-overlay:hover .gallery-close-btn{opacity:1}}@media(hover:none){.gallery-nav-btn,.gallery-close-btn{opacity:1}.gallery-nav-btn{width:56px;height:56px}.gallery-close-btn{width:52px;height:52px}}@keyframes slide-in-right{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.photo-capture{background:#fff;border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000014}.photo-capture-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.photo-capture-title{margin:0;font-size:.875rem;font-weight:700;color:var(--color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.05em}.photo-count{background:var(--color-primary, #3b82f6);color:#fff;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.photo-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--color-bg, #f5f5f5)}.photo-item-clickable{border:none;padding:0;cursor:pointer;transition:transform .2s,box-shadow .2s}.photo-item-clickable:hover{transform:scale(1.02);box-shadow:0 2px 8px #00000026}.photo-item-clickable:active{transform:scale(.98)}.photo-thumbnail{width:100%;height:100%;object-fit:cover;display:block}.photo-preview-container{margin-bottom:1rem}.photo-preview-image{width:100%;border-radius:12px;margin-bottom:1rem;display:block;background:var(--color-bg, #f5f5f5)}.photo-preview-actions,.photo-capture-actions{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.photo-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;border:none;border-radius:10px;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s}.photo-btn:disabled{opacity:.5;cursor:not-allowed}.photo-btn svg{flex-shrink:0}.photo-btn-primary{background:var(--color-primary, #3b82f6);color:#fff}.photo-btn-primary:hover:not(:disabled){background:var(--color-primary-dark, #2563eb);transform:translateY(-1px)}.photo-btn-secondary{background:#e5e7eb;color:var(--color-text, #111827)}.photo-btn-secondary:hover:not(:disabled){background:#d1d5db}.photo-btn-camera{background:#10b981;color:#fff}.photo-btn-camera:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.photo-btn-library{background:#8b5cf6;color:#fff}.photo-btn-library:hover:not(:disabled){background:#7c3aed;transform:translateY(-1px)}.photo-error{margin-top:.75rem;padding:.75rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem;text-align:center}@media(min-width:640px){.photo-capture{padding:1.5rem}.photo-grid{grid-template-columns:repeat(4,1fr);gap:.75rem}}@media(min-width:1024px){.photo-grid{grid-template-columns:repeat(5,1fr)}}.detail-container{min-height:100vh;background:var(--color-bg, #f5f5f5);padding-bottom:2rem}.detail-header{background:var(--color-primary, #3b82f6);color:#fff;padding:1.25rem 1.5rem 1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:.5rem}.detail-header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.detail-badges-header{display:flex;gap:.5rem;flex-wrap:wrap}.detail-header-title{margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.detail-header-description{margin:0;font-size:.9rem;opacity:.9;line-height:1.4}.detail-header-property{margin:0;font-size:.82rem;opacity:.8}.back-btn{background:#fff3;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center}.back-btn:hover{background:#ffffff4d}.back-btn:active{transform:scale(.95)}.back-btn svg{stroke:#fff}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.error-state svg{stroke:var(--color-error, #ef4444);margin-bottom:1rem;opacity:.7}.error-state p{margin:0 0 1.5rem;color:var(--color-text, #111827);font-size:1.125rem}.retry-btn{background:var(--color-primary, #3b82f6);color:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.retry-btn:hover{background:var(--color-primary-dark, #2563eb)}.detail-content{padding:1rem;max-width:768px;margin:0 auto}.detail-badges{display:flex;gap:.75rem;margin-bottom:1.5rem}.timer-card{border-radius:14px;padding:1.25rem 1.5rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.6rem}.timer-active{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 16px #2563eb59}.timer-paused{background:linear-gradient(135deg,#475569,#64748b);box-shadow:0 4px 16px #64748b4d}.timer-top{display:flex;align-items:center;justify-content:space-between}.timer-status-dot{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffffd9;font-weight:500}.timer-paused-icon{font-size:.9rem}.timer-pulse{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse-dot 1.5s ease-in-out infinite;display:inline-block}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.timer-status-text{text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.timer-track-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:20px}.timer-track-badge.on-track{background:#4ade8040;color:#bbf7d0}.timer-track-badge.over{background:#f8717140;color:#fecaca}.timer-value{font-size:2.6rem;font-weight:700;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Fira Mono,monospace;letter-spacing:-.02em;line-height:1}.timer-progress-bar{height:6px;background:#fff3;border-radius:3px;overflow:hidden}.timer-progress-fill{height:100%;background:#ffffffb3;border-radius:3px;transition:width 1s linear}.timer-progress-fill.over{background:#f87171}.timer-est-row{display:flex;justify-content:space-between;font-size:.78rem;color:#ffffffb3}.status-badge,.priority-badge{padding:.5rem 1rem;border-radius:20px;font-size:.813rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-pending{background:#fef3c7;color:#92400e}.status-scheduled{background:#dbeafe;color:#1e40af}.status-in-progress{background:#fef3c7;color:#92400e}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled,.priority-urgent{background:#fee2e2;color:#991b1b}.priority-high{background:#ffedd5;color:#9a3412}.priority-medium{background:#fef3c7;color:#92400e}.priority-low{background:#e0e7ff;color:#3730a3}.detail-section{background:#fff;border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000014}.job-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--color-text, #111827)}.job-description{margin:0;font-size:1rem;color:var(--color-text-secondary, #4b5563);line-height:1.6}.info-card{background:#fff;border-radius:12px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #00000014}.card-title{margin:0 0 1rem;font-size:.875rem;font-weight:700;color:var(--color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.05em}.info-row{display:flex;gap:.75rem;margin-bottom:1rem}.info-row:last-child{margin-bottom:0}.info-icon{flex-shrink:0;width:20px;height:20px;margin-top:.125rem}.info-icon svg{stroke:var(--color-text-muted, #9ca3af)}.info-content{flex:1;min-width:0}.info-label{font-size:.875rem;color:var(--color-text-muted, #6b7280);margin-bottom:.125rem}.info-value{font-size:1rem;color:var(--color-text, #111827);font-weight:500}.info-secondary{font-size:.875rem;color:var(--color-text-secondary, #6b7280);margin-top:.25rem}.info-link{font-size:1rem;color:var(--color-primary, #3b82f6);text-decoration:none;font-weight:500}.info-link:hover{text-decoration:underline}.notes-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.notes-edit-btn{background:#3b82f61f;color:var(--color-primary, #3b82f6);border:1px solid rgba(59,130,246,.25);border-radius:10px;padding:.4rem .75rem;font-size:.85rem;font-weight:600;cursor:pointer}.notes-edit-btn:disabled{opacity:.6;cursor:not-allowed}.notes-text{margin:0;font-size:.938rem;color:var(--color-text-secondary, #4b5563);line-height:1.6;white-space:pre-wrap}.notes-textarea{width:100%;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem;font-size:.95rem;line-height:1.4;resize:vertical}.notes-actions{display:flex;gap:.75rem;margin-top:.75rem}.notes-save-btn,.notes-cancel-btn{flex:1;border:none;border-radius:12px;padding:.75rem;font-size:.95rem;font-weight:700;cursor:pointer}.notes-save-btn{background:#10b981;color:#fff}.notes-cancel-btn{background:#e5e7eb;color:#111827}.notes-save-btn:disabled,.notes-cancel-btn:disabled{opacity:.6;cursor:not-allowed}.action-btn{width:100%;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn.primary{background:var(--color-primary, #3b82f6);color:#fff}.action-btn.primary:hover:not(:disabled){background:var(--color-primary-dark, #2563eb);transform:translateY(-1px)}.action-btn.success{background:#10b981;color:#fff}.action-btn.success:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.error-message{margin-top:1rem;padding:.75rem;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.875rem;text-align:center}@media(min-width:640px){.detail-content{padding:1.5rem}.job-title{font-size:1.75rem}.info-card,.detail-section{padding:1.5rem}}@media(min-width:1024px){.detail-content{padding:2rem}}.action-row{display:flex;gap:.75rem}.action-btn.secondary{background:#64748b;color:#fff}.action-btn.secondary:hover{background:#475569}.weather-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem}.weather-loading{display:flex;align-items:center;gap:.5rem;color:#666}.weather-header{display:flex;align-items:center;gap:.5rem}.weather-icon{font-size:1.5rem}.weather-temp{font-size:1.25rem;font-weight:600;color:#1f2937}.rain-badge{margin-left:auto;background:#e3f2fd;color:#1e40af;padding:2px 8px;border-radius:4px;font-size:.75rem}.weather-warning{margin-top:.75rem;padding:.75rem;background:#fef3c7;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:.875rem}.weather-card.weather-loading{background:#f8f9fa}.weather-unavailable{display:flex;align-items:center;gap:.5rem;color:#6b7280;background:#f9fafb}.settings-screen{padding:1rem 1rem 5rem;max-width:480px;margin:0 auto}.settings-screen h1{margin:0 0 1.5rem;font-size:1.5rem}.settings-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;padding:1rem;margin-bottom:1.5rem}.settings-card h2{margin:0 0 .75rem;font-size:.813rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.profile-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.9375rem;color:var(--color-text-primary)}.profile-label{color:var(--color-text-muted);font-size:.875rem}.settings-form .form-group{margin-bottom:1rem}.settings-form label{display:block;margin-bottom:.25rem;font-weight:500;font-size:.875rem;color:var(--color-text-primary)}.settings-error{color:#dc2626;background:#dc26261a;border:1px solid rgba(220,38,38,.2);padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.settings-success{color:#16a34a;background:#16a34a1a;border:1px solid rgba(22,163,74,.2);padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.btn-primary{width:100%;padding:.75rem;background:var(--color-accent);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.btn-primary:disabled{opacity:.7;cursor:wait}.btn-logout{width:100%;padding:.75rem;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.app{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.app-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);padding-top:max(var(--space-4),var(--safe-area-top));background-color:var(--color-bg-secondary);border-bottom:1px solid var(--color-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-logo{height:2rem;width:auto}.app-title{font-size:var(--font-size-lg);font-weight:600;margin:0}.app-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-6);gap:var(--space-6)}.app-footer{padding:var(--space-4);padding-bottom:max(var(--space-4),var(--safe-area-bottom));text-align:center;color:var(--color-text-muted);font-size:var(--font-size-sm);border-top:1px solid var(--color-border);background-color:var(--color-bg-secondary)}.hero{text-align:center;max-width:400px}.hero-icon{width:80px;height:80px;margin:0 auto var(--space-6);background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover));border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;animation:pulse 2s infinite}.hero-icon svg{width:40px;height:40px;color:#fff}.hero h1{margin-bottom:var(--space-3)}.hero p{margin-bottom:var(--space-6)}.install-prompt{background-color:var(--color-bg-tertiary);border-radius:var(--radius-lg);padding:var(--space-4);margin-top:var(--space-4);text-align:center}.install-prompt p{margin-bottom:var(--space-3);font-size:var(--font-size-sm)}.features{display:grid;grid-template-columns:1fr;gap:var(--space-4);width:100%;max-width:600px}@media(min-width:640px){.features{grid-template-columns:repeat(2,1fr)}}.feature-card{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);text-align:center;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.feature-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.feature-icon{width:48px;height:48px;margin:0 auto var(--space-3);background-color:var(--color-bg-tertiary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.feature-icon svg{width:24px;height:24px;color:var(--color-accent)}.feature-card h3{font-size:var(--font-size-base);margin-bottom:var(--space-2)}.feature-card p{font-size:var(--font-size-sm);margin:0}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.loading{display:flex;align-items:center;justify-content:center;min-height:200px}.spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}body[data-theme=modern]{background:#0f172a;color:#f1f5f9}body[data-theme=modern] .detail-container{background:#0f172a;min-height:100vh}body[data-theme=modern] .detail-header{background:#1e293b;color:#f1f5f9;padding:1rem 1.25rem 1.25rem;border-bottom:none;border-left:4px solid #3b82f6;margin:0;box-shadow:0 2px 12px #0006;position:relative}body[data-theme=modern] .detail-header:before{content:"";position:absolute;top:0;right:0;width:80px;height:80px;background:linear-gradient(135deg,transparent 50%,rgba(59,130,246,.06) 50%);pointer-events:none}body[data-theme=modern] .detail-header-top{position:relative;z-index:1}body[data-theme=modern] .back-btn{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.5rem;transition:all .15s ease}body[data-theme=modern] .back-btn:hover{background:#3b82f626;border-color:#3b82f64d}body[data-theme=modern] .back-btn svg{stroke:#94a3b8}body[data-theme=modern] .detail-header-title{font-size:1.35rem;font-weight:800;color:#f8fafc;letter-spacing:-.02em;margin-top:.75rem;line-height:1.25;position:relative;z-index:1}body[data-theme=modern] .detail-header-description{color:#94a3b8;font-size:.9rem;line-height:1.5;position:relative;z-index:1}body[data-theme=modern] .detail-header-property{color:#64748b;font-size:.82rem;position:relative;z-index:1}body[data-theme=modern] .detail-badges-header .status-badge,body[data-theme=modern] .detail-badges-header .priority-badge{border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .6rem}body[data-theme=modern] .status-badge,body[data-theme=modern] .priority-badge{border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .6rem}body[data-theme=modern] .status-pending{background:#f59e0b2e;color:#fbbf24;border:1px solid rgba(245,158,11,.25)}body[data-theme=modern] .status-scheduled{background:#3b82f62e;color:#60a5fa;border:1px solid rgba(59,130,246,.25)}body[data-theme=modern] .status-in-progress{background:#3b82f638;color:#93c5fd;border:1px solid rgba(59,130,246,.35);box-shadow:0 0 10px #3b82f626}body[data-theme=modern] .status-paused{background:#f59e0b38;color:#fcd34d;border:1px solid rgba(245,158,11,.3)}body[data-theme=modern] .status-completed{background:#22c55e2e;color:#86efac;border:1px solid rgba(34,197,94,.25)}body[data-theme=modern] .status-cancelled{background:#ef44442e;color:#fca5a5;border:1px solid rgba(239,68,68,.25)}body[data-theme=modern] .priority-urgent{background:#ef444433;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}body[data-theme=modern] .priority-high{background:#f9731633;color:#fdba74;border:1px solid rgba(249,115,22,.3)}body[data-theme=modern] .priority-medium{background:#f59e0b2e;color:#fcd34d;border:1px solid rgba(245,158,11,.25)}body[data-theme=modern] .priority-low{background:#6366f12e;color:#a5b4fc;border:1px solid rgba(99,102,241,.25)}body[data-theme=modern] .detail-content{padding:1rem;max-width:768px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}body[data-theme=modern] .timer-card{border-radius:16px;padding:1.5rem;margin-bottom:0;display:flex;flex-direction:column;gap:.75rem;border:1px solid rgba(255,255,255,.06)}body[data-theme=modern] .timer-active{background:linear-gradient(145deg,#1e3a5f,#172554,#1e293b);border-color:#3b82f640;box-shadow:0 4px 20px #3b82f626,inset 0 1px #ffffff0d}body[data-theme=modern] .timer-paused{background:linear-gradient(145deg,#3d2e0a,#2d2204,#1e293b);border-color:#f59e0b40;box-shadow:0 4px 20px #f59e0b1a}body[data-theme=modern] .timer-top{display:flex;align-items:center;justify-content:space-between}body[data-theme=modern] .timer-status-dot{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-weight:500}body[data-theme=modern] .timer-status-text{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#fff9}body[data-theme=modern] .timer-pulse{width:8px;height:8px;border-radius:50%;background:#4ade80;box-shadow:0 0 8px #4ade80}body[data-theme=modern] .timer-value{font-size:3rem;font-weight:800;color:#f8fafc;font-family:SF Mono,Monaco,Inconsolata,Fira Mono,monospace;letter-spacing:-.03em;line-height:1;text-shadow:0 0 30px rgba(59,130,246,.2)}body[data-theme=modern] .timer-progress-bar{background:#ffffff14;height:6px;border-radius:3px;overflow:hidden}body[data-theme=modern] .timer-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:3px;transition:width 1s linear}body[data-theme=modern] .timer-progress-fill.over{background:linear-gradient(90deg,#ef4444,#f97316)}body[data-theme=modern] .timer-track-badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}body[data-theme=modern] .timer-track-badge.on-track{background:#22c55e33;color:#86efac}body[data-theme=modern] .timer-track-badge.over{background:#ef444433;color:#fca5a5}body[data-theme=modern] .timer-est-row{display:flex;justify-content:space-between;font-size:.75rem;color:#ffffff80}body[data-theme=modern] .info-card{background:#1e293b;border:1px solid rgba(255,255,255,.06);border-left:3px solid #3b82f6;border-radius:12px;padding:1.25rem;margin-bottom:0;box-shadow:0 2px 8px #0000004d;transition:border-color .2s ease}body[data-theme=modern] .info-card:hover{border-left-color:#60a5fa}body[data-theme=modern] .card-title{color:#64748b;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}body[data-theme=modern] .info-row{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-start}body[data-theme=modern] .info-row:last-child{margin-bottom:0}body[data-theme=modern] .info-icon svg{stroke:#3b82f6;opacity:.8}body[data-theme=modern] .info-label{color:#64748b;font-size:.8rem;font-weight:500}body[data-theme=modern] .info-value{color:#e2e8f0;font-weight:600;font-size:.95rem}body[data-theme=modern] .info-secondary{color:#94a3b8;font-size:.82rem}body[data-theme=modern] .info-link{color:#60a5fa;font-weight:600;text-decoration:none;transition:color .15s}body[data-theme=modern] .info-link:hover{color:#93c5fd;text-decoration:underline}body[data-theme=modern] .notes-header{margin-bottom:.75rem}body[data-theme=modern] .notes-text{color:#94a3b8;line-height:1.7;font-size:.9rem}body[data-theme=modern] .notes-edit-btn{background:#3b82f61f;border:1px solid rgba(59,130,246,.2);color:#60a5fa;border-radius:8px;font-weight:600;font-size:.82rem;padding:.4rem .75rem;cursor:pointer;transition:all .15s ease}body[data-theme=modern] .notes-edit-btn:hover{background:#3b82f633;border-color:#3b82f659}body[data-theme=modern] .notes-textarea{background:#0f172a;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#f1f5f9;padding:1rem;font-size:.9rem;line-height:1.6;width:100%;transition:border-color .2s}body[data-theme=modern] .notes-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}body[data-theme=modern] .notes-textarea::placeholder{color:#475569}body[data-theme=modern] .notes-save-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;font-weight:700;color:#fff;box-shadow:0 4px 12px #3b82f64d;transition:all .15s ease}body[data-theme=modern] .notes-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}body[data-theme=modern] .notes-cancel-btn{background:#334155;border:none;border-radius:10px;color:#94a3b8;font-weight:600;transition:all .15s ease}body[data-theme=modern] .notes-cancel-btn:hover:not(:disabled){background:#475569;color:#e2e8f0}body[data-theme=modern] .action-btn{border:none;border-radius:14px;padding:1rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .15s ease;position:relative;text-transform:uppercase;letter-spacing:.03em}body[data-theme=modern] .action-btn:not(:disabled):active{transform:scale(.98)}body[data-theme=modern] .action-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 16px #3b82f659}body[data-theme=modern] .action-btn.primary:hover:not(:disabled){box-shadow:0 6px 20px #3b82f673;transform:translateY(-1px)}body[data-theme=modern] .action-btn.success{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 16px #22c55e59}body[data-theme=modern] .action-btn.success:hover:not(:disabled){box-shadow:0 6px 20px #22c55e73;transform:translateY(-1px)}body[data-theme=modern] .action-btn.secondary{background:linear-gradient(135deg,#475569,#334155);color:#e2e8f0;box-shadow:0 4px 12px #0000004d}body[data-theme=modern] .action-btn.secondary:hover:not(:disabled){box-shadow:0 6px 16px #0006;transform:translateY(-1px)}body[data-theme=modern] .action-btn:disabled{opacity:.4;cursor:not-allowed}body[data-theme=modern] .action-row{display:flex;gap:.75rem;margin-top:.5rem}body[data-theme=modern] .action-row .action-btn{flex:1}body[data-theme=modern] .weather-card{background:#1e293b;border:1px solid rgba(255,255,255,.06);border-left:3px solid #06b6d4;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 2px 8px #0000004d;margin-bottom:0}body[data-theme=modern] .weather-header{display:flex;align-items:center;gap:.75rem}body[data-theme=modern] .weather-icon{font-size:1.75rem}body[data-theme=modern] .weather-temp{font-size:1.3rem;font-weight:700;color:#f1f5f9}body[data-theme=modern] .rain-badge{background:#06b6d426;color:#67e8f9;padding:.2rem .5rem;border-radius:4px;font-size:.72rem;font-weight:600;margin-left:auto;border:1px solid rgba(6,182,212,.2)}body[data-theme=modern] .weather-warning{background:#f59e0b1f;border:1px solid rgba(245,158,11,.2);border-radius:8px;color:#fbbf24;margin-top:.75rem;padding:.75rem;font-size:.82rem}body[data-theme=modern] .weather-loading,body[data-theme=modern] .weather-unavailable{background:#1e293b;color:#64748b}body[data-theme=modern] .error-message{background:#ef44441f;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#fca5a5;padding:.75rem 1rem;font-size:.85rem}body[data-theme=modern] .loading-state,body[data-theme=modern] .error-state{color:#94a3b8}body[data-theme=modern] .error-state svg{stroke:#ef4444}body[data-theme=modern] .error-state p{color:#e2e8f0}body[data-theme=modern] .retry-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:10px;font-weight:600}body[data-theme=modern] .spinner{border-color:#ffffff1a;border-top-color:#3b82f6}body[data-theme=modern] .photo-capture-section{background:#1e293b;border:1px solid rgba(255,255,255,.06);border-left:3px solid #8b5cf6;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000004d}body[data-theme=modern] .photo-capture-title{color:#e2e8f0;font-size:.9rem;font-weight:600}body[data-theme=modern] .photo-upload-area{background:#0f172a;border:2px dashed rgba(255,255,255,.1);border-radius:10px;transition:all .2s ease}body[data-theme=modern] .photo-upload-area:hover{border-color:#3b82f6;background:#3b82f60d}body[data-theme=modern] .photo-upload-button{color:#94a3b8;font-weight:500}body[data-theme=modern] .photo-upload-button:hover{color:#60a5fa}body[data-theme=modern] .photo-thumbnail{border-radius:10px;border:1px solid rgba(255,255,255,.08);overflow:hidden}body[data-theme=modern] .photo-thumbnail img{object-fit:cover}body[data-theme=modern] .schedule-container{background:#0f172a;min-height:100vh}body[data-theme=modern] .schedule-header{background:#1e293b;border-bottom:1px solid rgba(255,255,255,.06);color:#f1f5f9}body[data-theme=modern] .schedule-header h1{color:#f8fafc}body[data-theme=modern] .schedule-date{color:#94a3b8}body[data-theme=modern] .jobs-list{background:#0f172a}body[data-theme=modern] .job-card{background:#1e293b;border:1px solid rgba(255,255,255,.06);border-left:3px solid #3b82f6;border-radius:12px;box-shadow:0 2px 8px #0000004d;transition:border-color .2s ease;color:#f1f5f9}body[data-theme=modern] .job-card:hover{border-left-color:#60a5fa}body[data-theme=modern] .job-card-title{color:#e2e8f0;font-weight:600}body[data-theme=modern] .job-card-subtitle,body[data-theme=modern] .job-card-meta{color:#94a3b8}body[data-theme=modern] .job-card a{color:inherit;text-decoration:none}body[data-theme=modern] .empty-state{color:#64748b}body[data-theme=modern] .empty-state svg{stroke:#475569}body[data-theme=modern] nav{background:#0f172aeb!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border-top:1px solid rgba(255,255,255,.06)!important;box-shadow:0 -2px 12px #0006!important}body[data-theme=modern] nav a{color:#64748b!important;transition:color .15s ease;border-radius:8px;padding:.5rem 1rem!important}body[data-theme=modern] nav a:hover{color:#94a3b8!important}body[data-theme=modern] nav a[style*="#2563eb"]{color:#60a5fa!important;background:#3b82f61a}body[data-theme=modern] .settings-container{background:#0f172a;color:#f1f5f9}body[data-theme=modern] .settings-card{background:#1e293b;border:1px solid rgba(255,255,255,.06);border-radius:12px}body[data-theme=modern] .settings-label{color:#94a3b8}body[data-theme=modern] .settings-value{color:#e2e8f0}.theme-toggle{background:none;border:none;padding:0;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent}.theme-toggle-track{position:relative;width:56px;height:28px;border-radius:14px;transition:background .3s ease;display:flex;align-items:center}.theme-toggle-track.classic{background:#e2e8f0}.theme-toggle-track.modern{background:#334155}.theme-toggle-icons{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 6px;font-size:.7rem;pointer-events:none}.theme-toggle-thumb{position:absolute;top:2px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.theme-toggle-thumb.classic{left:2px;background:#fff}.theme-toggle-thumb.modern{left:30px;background:#1e293b}body[data-theme=modern] ::-webkit-scrollbar{width:6px;height:6px}body[data-theme=modern] ::-webkit-scrollbar-track{background:#0f172a}body[data-theme=modern] ::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}body[data-theme=modern] ::-webkit-scrollbar-thumb:hover{background:#475569}body[data-theme=modern] .app-header,body[data-theme=modern] [style*=borderBottom]{background:#0f172aeb!important;border-color:#ffffff0f!important}@media(min-width:640px){body[data-theme=modern] .detail-header{padding:1.5rem}body[data-theme=modern] .detail-content{padding:1.5rem;gap:1rem}body[data-theme=modern] .info-card{padding:1.5rem}body[data-theme=modern] .timer-card{padding:2rem}}
