.floating-map-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#ff6b6b,#ff8e53);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000026;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;font-size:0}.floating-map-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 6px 25px #0003;background:linear-gradient(135deg,#ff5252,#ff7043)}.floating-map-button:active{transform:translateY(-1px) scale(1.02);box-shadow:0 4px 15px #00000026}.floating-map-button svg{transition:transform .3s ease}.floating-map-button:hover svg{transform:scale(1.1)}.button-tooltip{position:absolute;right:70px;top:50%;transform:translateY(-50%);background:#000c;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;animation:fadeInTooltip .3s ease forwards;pointer-events:none}.button-tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:#000c}@keyframes fadeInTooltip{0%{opacity:0;transform:translateY(-50%) translate(10px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.map-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.map-modal-content{background:#fff;border-radius:16px;width:90vw;height:85vh;max-width:1200px;max-height:800px;min-height:600px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.map-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#fff;color:#111827}.map-modal-header h2{margin:0;font-size:1.3rem;font-weight:600;letter-spacing:-.02em}.map-modal-close{background:none;border:none;font-size:1.8rem;color:#9ca3af;cursor:pointer;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;line-height:1}.map-modal-close:hover{background:#f3f4f6;color:#374151}.map-legend{display:flex;gap:20px;padding:16px 24px;background:#f8f9fa;border-bottom:1px solid #e1e5e9;flex-wrap:wrap}.map-info-bar{padding:12px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb;text-align:center}.map-info-bar p{margin:0;color:#6b7280;font-size:.9rem;font-weight:500}.map-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#fafafa;border-top:1px solid #e5e7eb;font-size:.85rem;color:#6b7280}.map-stats{font-weight:500;color:#374151}.map-credits{font-style:italic;color:#9ca3af}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#4a5568}.legend-marker{width:16px;height:16px;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0003}.legend-marker.restaurant{background:#dc2626}.legend-marker.attraction{background:#2563eb}.legend-marker.shopping{background:#16a34a}.legend-marker.park{background:#ea580c}.map-container{flex:1;position:relative}.simple-places-container{flex:1;padding:24px;overflow-y:auto;background:#fff}.places-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;max-width:1000px;margin:0 auto}.place-card{background:#fff;padding:20px;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease;position:relative}.place-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.place-card h4{margin:0 0 8px;color:#111827;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;display:flex;align-items:center;gap:8px}.website-icon{color:#3b82f6;text-decoration:none;font-size:1rem;transition:all .2s ease;opacity:.7}.website-icon:hover{opacity:1;transform:scale(1.1)}.place-distance{margin:0 0 12px;color:#3b82f6!important;font-size:.85rem;font-weight:500}.place-card p{margin:0 0 12px;color:#6b7280;line-height:1.4;font-size:.9rem}.place-phone{color:#059669!important;font-weight:500;margin-bottom:12px!important}.place-email{color:#3b82f6!important;font-weight:500;margin-bottom:12px!important}.place-link{display:inline-block;background:#f3f4f6;color:#374151;text-decoration:none;padding:8px 12px;border-radius:6px;font-size:.85rem;font-weight:500;transition:all .2s ease;border:1px solid #e5e7eb}.place-link:hover{background:#e5e7eb;border-color:#d1d5db}.place-link{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;transition:all .2s ease}.place-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6a4190)}.map-loading{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8f9fa;color:#4a5568}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-popup{max-width:250px}.map-popup h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#1a202c}.map-popup p{margin:0 0 12px;font-size:14px;color:#4a5568;line-height:1.4}.popup-link{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;transition:all .2s ease}.popup-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6a4190)}.categories-container{padding:24px;max-height:450px;overflow-y:auto}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:24px 20px;text-align:center;cursor:pointer;transition:all .2s ease;position:relative}.category-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a;transform:translateY(-1px)}.category-icon{font-size:2.2rem;margin-bottom:12px;opacity:.9}.category-card h3{margin:0 0 6px;font-size:1.1rem;font-weight:500;color:#1f2937;letter-spacing:-.01em}.category-card p{margin:0;font-size:.85rem;color:#6b7280;line-height:1.3;font-weight:400}.back-button{background:none;border:none;color:#6b7280;font-size:.95rem;cursor:pointer;padding:6px 12px;margin-right:8px;border-radius:6px;transition:all .2s ease;font-weight:500}.back-button:hover{background-color:#f3f4f6;color:#374151}@media (max-width: 768px){.floating-map-button{bottom:20px;right:20px;width:56px;height:56px}.button-tooltip{display:none}.map-modal-content{width:95vw;height:90vh;margin:0 10px}.map-modal-header{padding:16px 20px}.map-modal-header h2{font-size:20px}.map-legend{padding:12px 20px;gap:16px}.legend-item{font-size:13px}.categories-container{padding:15px}.categories-grid{grid-template-columns:1fr;gap:12px}.category-card{padding:15px}.category-icon{font-size:2rem}.category-card h3{font-size:1.1rem}}@media (max-width: 480px){.floating-map-button{width:52px;height:52px}.map-legend{flex-direction:column;gap:8px}.map-modal-header h2{font-size:18px}}.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}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#fff;min-height:100vh;font-family:Inter,Segoe UI,Roboto,-apple-system,BlinkMacSystemFont,Arial,sans-serif;line-height:1.6;color:#374151;overflow-x:hidden;-webkit-overflow-scrolling:touch}.backup-status-widget{border:2px solid #e2e8f0;border-radius:8px;padding:.75rem;margin:.5rem 0;background:#fff;transition:all .2s;cursor:pointer}.backup-status-widget:hover{background:#f7fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.backup-status-widget.loading{cursor:default;opacity:.7}.backup-status-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.backup-status-icon{font-size:1rem}.backup-status-label{font-size:.75rem;font-weight:600;color:#4a5568;text-transform:uppercase;letter-spacing:.05em}.backup-status-info{margin-left:1.5rem}.backup-status-text{font-weight:600;font-size:.875rem;margin-bottom:.125rem}.backup-status-detail{font-size:.75rem;color:#718096}.checklist-container{max-width:1600px;margin:20px auto;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:32px 40px;border:1px solid #e5e7eb}.main-layout{display:flex;gap:32px;align-items:flex-start}.left-sidebar{flex:0 0 280px;position:relative;z-index:1;will-change:transform}.main-content{flex:1}.top-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px}.top-header .night-title{margin:0;text-align:left}.header-card{background:#f9fafb;color:#374151;border:1px solid #e5e7eb;border-radius:8px;padding:20px 24px;margin-bottom:16px;text-align:left;position:sticky;top:20px;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9fafbf2;z-index:10}.header-card:hover{transform:translateY(-2px);border-color:#d1d5db;background:#fffffffa}.header-card:nth-child(1){transition-delay:0ms}.header-card:nth-child(2){transition-delay:50ms}.header-card:nth-child(3){transition-delay:.1s}.header-card:nth-child(4){transition-delay:.15s}.header-card:nth-child(5){transition-delay:.2s}.header-card.scroll-visible{animation:slideInFromLeft .6s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px) translateY(10px)}to{opacity:1;transform:translate(0) translateY(0)}}.header-card.floating{transform:translateY(-3px);border-color:#c7d2fe;background:#fff}.header-card,.info-item,.time-item,.price-item,.wakeup-item{will-change:transform,box-shadow;backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}.header-card strong{font-size:1.2em;font-weight:600;display:block;margin-bottom:8px;color:#111827}.header-card a{color:#4f46e5;text-decoration:none;transition:color .2s ease}.header-card a:hover{color:#3730a3;text-decoration:underline}.pricing-section{margin-top:15px}.pricing-category{margin-bottom:20px}.pricing-category:last-child{margin-bottom:0}.pricing-category strong{font-size:1.1em;font-weight:600;color:#1f2937;margin-bottom:10px;display:block;border-bottom:1px solid #e5e7eb;padding-bottom:5px}.price-list{margin-top:10px}.price-item{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dotted #d1d5db;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:4px;margin:0 -8px;padding:8px}.price-item:hover{background:#0596690a;transform:translate(4px);border-bottom-color:#a7f3d0}.price-item:last-child{border-bottom:none}.price-label{font-weight:500;color:#4b5563;flex:1;transition:color .3s ease}.price-item:hover .price-label{color:#374151}.price-value{font-weight:600;color:#059669;background:#ecfdf5;padding:4px 8px;border-radius:4px;font-size:.9em;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.price-item:hover .price-value{background:#d1fae5;border-color:#a7f3d0;transform:scale(1.02)}.hotel-info-section{margin-top:15px}.info-item{display:flex;align-items:flex-start;gap:12px;border-bottom:1px solid #f3f4f6;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:4px;margin:0 -8px;padding:12px 8px}.info-item:hover{background:#4f46e50a;transform:translate(4px);border-bottom-color:#e0e7ff}.info-item:last-child{border-bottom:none;padding-bottom:0}.info-icon{font-size:1.2em;min-width:24px;text-align:center}.info-content{flex:1;display:flex;flex-direction:column;gap:4px}.info-label{font-size:.85em;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#374151;font-weight:500;line-height:1.4}.info-value a{color:#4f46e5;text-decoration:none;transition:color .2s ease}.info-value a:hover{color:#3730a3;text-decoration:underline}.hotel-times-section{margin-top:15px}.time-item{display:flex;align-items:center;gap:16px;border-bottom:1px solid #f3f4f6;min-height:52px;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:6px;margin:0 -8px;padding:14px 8px}.time-item:hover{background:#10b9810a;transform:translate(4px);border-bottom-color:#d1fae5}.time-item:last-child{border-bottom:none;padding-bottom:0}.time-icon{font-size:1.3em;min-width:32px;text-align:center;flex-shrink:0;background:#f8fafc;border-radius:8px;padding:8px;border:1px solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1)}.time-item:hover .time-icon{background:#ecfdf5;border-color:#a7f3d0;transform:scale(1.05) rotate(2deg)}.time-content{flex:1;display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:40px}.time-label{font-weight:600;color:#374151;flex-shrink:0;min-width:90px;font-size:.95rem}.time-value{font-weight:700;color:#1f2937;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:8px 16px;border-radius:8px;font-size:.9rem;border:2px solid #e5e7eb;min-width:120px;text-align:center;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;white-space:nowrap}.time-value:hover{border-color:#d1d5db}.time-value-clickable{cursor:pointer;background:linear-gradient(135deg,#f0f4ff,#e0e7ff);border-color:#c7d2fe;color:#3730a3;position:relative;font-weight:700;padding:8px 16px;border-radius:8px;font-size:.9rem;border:2px solid #c7d2fe;min-width:120px;text-align:center;box-shadow:0 1px 3px #0000000d;transition:all .2s ease;display:inline-block;white-space:nowrap}.time-value-clickable:hover{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#a5b4fc;transform:translateY(-1px)}.time-value-clickable:active{transform:translateY(0)}.time-value-clickable:after{content:"✏️";position:absolute;top:-8px;right:-8px;background:#4f46e5;color:#fff;font-size:.7rem;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;border:2px solid white;box-shadow:0 2px 4px #0000001a}.time-value-clickable:hover:after{opacity:1}.handover-section{margin-top:15px}.handover-date-selector{margin-bottom:12px}.handover-date-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9em;background:#f9fafb;color:#374151;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.handover-date-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;background:#fff;transform:scale(1.02)}.handover-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;margin-bottom:12px;min-height:60px;display:flex;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.handover-preview:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.handover-preview-text{color:#374151;font-size:.85em;line-height:1.4;font-style:italic}.handover-preview-empty{color:#9ca3af;font-size:.85em;font-style:italic}.handover-btn{width:100%;padding:10px 16px;background:linear-gradient(135deg,#4f46e5,#3730a3);color:#fff;border:none;border-radius:6px;font-weight:600;font-size:.9em;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:12px;position:relative;overflow:hidden}.handover-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.handover-btn:hover:before{left:100%}.handover-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#5b52f0,#4338ca)}.handover-stats{text-align:center;padding-top:8px;border-top:1px solid #f3f4f6}.handover-stat{font-size:.8em;color:#6b7280;font-weight:500}.handover-modal-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:24px;position:relative}.handover-date-section{margin-bottom:16px;display:flex;align-items:center;gap:12px}.handover-date-section label{font-weight:600;color:#374151;font-size:.9em}.handover-modal-date{padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:.9em;background:#f9fafb}.handover-textarea{width:100%;min-height:300px;padding:16px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;resize:vertical;margin-bottom:20px;background:#fafafa;transition:border-color .2s ease}.handover-textarea:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.handover-textarea::placeholder{color:#9ca3af;line-height:1.6}.handover-modal-buttons{display:flex;gap:12px;justify-content:flex-end;margin-bottom:20px}.handover-recent{border-top:1px solid #e5e7eb;padding-top:16px}.handover-recent h4{margin:0 0 12px;font-size:.9em;color:#374151;font-weight:600}.handover-recent-list{display:flex;gap:8px;flex-wrap:wrap}.handover-recent-btn{padding:6px 12px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;font-size:.8em;color:#4b5563;cursor:pointer;transition:all .2s ease}.handover-recent-btn:hover{background:#e5e7eb;color:#374151}.handover-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.handover-modal-container{background:#fff;border-radius:16px;box-shadow:0 25px 50px #0006;width:95%;max-width:1200px;height:85vh;max-height:800px;display:flex;flex-direction:column;overflow:hidden}.handover-modal-header{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-radius:16px 16px 0 0}.handover-modal-header h2{margin:0;font-size:1.4rem;font-weight:600}.handover-modal-close{background:#fff3;border:none;color:#fff;font-size:24px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.handover-modal-close:hover{background:#ffffff4d}.handover-modal-content{display:flex;flex:1;overflow:hidden}.handover-sidebar{width:300px;background:#f8fafc;border-right:1px solid #e2e8f0;padding:24px;overflow-y:auto}.handover-current-date h3{margin:0 0 12px;font-size:1.1rem;color:#374151;font-weight:600}.handover-main-date-input{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;background:#fff;margin-bottom:12px;transition:border-color .2s ease}.handover-main-date-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.handover-date-display{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:12px;border-radius:8px;text-align:center;font-weight:600;font-size:.9rem;margin-bottom:24px}.handover-quick-nav h4{margin:0 0 12px;font-size:1rem;color:#374151;font-weight:600}.handover-nav-buttons{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.handover-nav-btn{padding:10px 16px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;color:#374151;cursor:pointer;transition:all .2s ease}.handover-nav-btn:hover{background:#f3f4f6;border-color:#9ca3af}.handover-history h4{margin:0 0 12px;font-size:1rem;color:#374151;font-weight:600}.handover-history-list{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.handover-history-item{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:all .2s ease}.handover-history-item:hover{border-color:#4f46e5;box-shadow:0 2px 4px #4f46e51a}.handover-history-item.active{border-color:#4f46e5;background:#f0f4ff}.handover-history-btn{flex:1;background:transparent;border:none;padding:12px;text-align:left;cursor:pointer;transition:all .2s ease}.handover-history-delete{background:#fee2e2;border:none;color:#dc2626;padding:8px 12px;cursor:pointer;font-size:.9rem;transition:all .2s ease;border-left:1px solid #e5e7eb}.handover-history-delete:hover{background:#fecaca;color:#991b1b}.handover-history-date{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:4px}.handover-history-preview{font-size:.8rem;color:#6b7280;line-height:1.4}.handover-stats-detailed{display:flex;gap:12px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.handover-stat-item{flex:1;text-align:center}.handover-stat-number{display:block;font-size:1.5rem;font-weight:700;color:#4f46e5;margin-bottom:4px}.handover-stat-label{font-size:.8rem;color:#6b7280;font-weight:500}.handover-bulk-actions{margin-top:20px;padding-top:16px;border-top:1px solid #e5e7eb}.handover-bulk-actions h4{margin:0 0 12px;font-size:1rem;color:#374151;font-weight:600}.handover-bulk-delete-btn,.handover-bulk-delete-old-btn{width:100%;margin-bottom:8px;padding:10px 12px;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.handover-bulk-delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.handover-bulk-delete-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.handover-bulk-delete-old-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.handover-bulk-delete-old-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b4d}.handover-editor{flex:1;display:flex;flex-direction:column;padding:24px}.handover-editor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.handover-editor-header h3{margin:0;font-size:1.2rem;color:#374151;font-weight:600}.handover-word-count{font-size:.9rem;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px}.handover-main-textarea{flex:1;width:100%;padding:20px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;resize:none;background:#fafafa;transition:all .2s ease;margin-bottom:20px}.handover-main-textarea:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.handover-main-textarea::placeholder{color:#9ca3af;line-height:1.6}.handover-editor-actions{display:flex;gap:12px;justify-content:flex-end}.handover-save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.handover-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.handover-cancel-btn{background:#6b7280;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.handover-cancel-btn:hover{background:#4b5563}.handover-delete-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.handover-delete-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}@media (max-width: 768px){.handover-modal-container{width:98%;height:90vh}.handover-modal-content{flex-direction:column}.handover-sidebar{width:100%;max-height:200px}.handover-editor-actions{flex-wrap:wrap}}.night-title{text-align:left;font-size:2rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin:0}.table-wrap{overflow-x:auto;border-radius:8px;background:#fff;border:1px solid #e5e7eb;max-width:100%;margin:0 auto}.checklist-table{width:100%;border-collapse:collapse;font-size:1rem;table-layout:fixed;background:#fff}.checklist-table th,.checklist-table td{padding:20px 32px;border-bottom:1px solid rgba(226,232,240,.6);vertical-align:middle;word-wrap:break-word;overflow-wrap:break-word}.checklist-table th{background:#e5e7eb;color:#374151;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10;white-space:nowrap}.checklist-table th:nth-child(1){width:45%;text-align:left}.checklist-table th:nth-child(2){width:12%;text-align:center}.checklist-table th:nth-child(3){width:8%;text-align:center}.checklist-table th:nth-child(4){width:8%;text-align:center}.checklist-table th:nth-child(5){width:8%;text-align:center}.checklist-table th:nth-child(6){width:19%;text-align:left}.checklist-table td:nth-child(1){text-align:left}.checklist-table td:nth-child(2),.checklist-table td:nth-child(3),.checklist-table td:nth-child(4),.checklist-table td:nth-child(5){text-align:center}.checklist-table td:nth-child(6){text-align:left}.checklist-table tbody tr{transition:background-color .2s ease}.checklist-table tbody tr:nth-child(2n){background-color:#f9fafb}.checklist-table tbody tr:hover{background-color:#f3f4f6}input[type=checkbox]{width:20px;height:20px;accent-color:#4f46e5;cursor:pointer}input[type=checkbox]:hover{transform:scale(1.05)}.info-btn{background:#4f46e5;color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1em;cursor:pointer;border:none;transition:background-color .2s ease;margin:0 auto}.info-btn:hover{background:#3730a3}.working-btn{background:linear-gradient(135deg,#fafbfc,#f4f6f8);color:#64748b;border:1.5px solid #e1e7ef;border-radius:16px;padding:8px 16px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;gap:6px;justify-content:center;min-width:70px;height:34px;position:relative;text-transform:capitalize;letter-spacing:.3px;box-shadow:0 1px 2px #00000008;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.working-btn:hover:not(:disabled){background:linear-gradient(135deg,#f0f4f8,#e2e8f0);border-color:#cbd5e1;color:#475569;transform:translateY(-2px) scale(1.02);box-shadow:0 3px 8px #0000000f}.working-btn.working-active{background:linear-gradient(135deg,#dc2626,#ef4444,#f87171);color:#fff;border-color:#b91c1c;box-shadow:0 2px 8px #dc262633,inset 0 1px #ffffff26;animation:working-shimmer 3s ease-in-out infinite}.working-btn.working-active:hover{background:linear-gradient(135deg,#b91c1c,#dc2626,#ef4444);border-color:#991b1b;color:#fff;transform:translateY(-3px) scale(1.04);box-shadow:0 4px 12px #dc262640,inset 0 1px #fff3}.working-btn.working-other{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border-color:#4b5563;cursor:not-allowed;opacity:.85;box-shadow:0 1px 3px #4b556326}@keyframes working-shimmer{0%,to{box-shadow:0 2px 8px #dc262633,inset 0 1px #ffffff26}50%{box-shadow:0 3px 12px #dc26264d,inset 0 1px #fff3}}.working-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.working-btn:disabled:before{display:none}.working-btn span:first-child{font-size:.8rem;font-weight:400}.working-btn span:last-child{font-size:.7rem;font-weight:500;letter-spacing:.2px}.add-note-btn{background:#4f46e5;color:#fff;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:background-color .2s ease}.add-note-btn:hover{background:#3730a3}.edit-note-btn{background:#6b7280;color:#fff;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:background-color .2s ease}.edit-note-btn:hover{background:#4b5563}.note-btn-with-note{background:#059669;color:#fff;border-radius:6px;padding:8px 12px;font-size:1rem;font-weight:500;cursor:pointer;border:none;transition:background-color .2s ease;min-width:40px;display:flex;align-items:center;justify-content:center}.note-btn-with-note:hover{background:#047857}.reset-btn{background:#dc2626;color:#fff;border-radius:6px;padding:8px 16px;font-weight:500;cursor:pointer;margin-right:12px;border:none;font-size:.875rem;transition:background-color .2s ease}.reset-btn:hover{background:#b91c1c}.initials-chip{display:inline-block;background:#f3f4f6;color:#374151;border-radius:4px;font-size:.75rem;font-weight:600;padding:4px 8px;border:1px solid #d1d5db;letter-spacing:.5px;transition:all .2s ease}.initials-chip:hover{background:#e5e7eb;border-color:#9ca3af}.progress-bar{height:8px;background:#f3f4f6;border-radius:4px;overflow:hidden;margin:24px 0 16px}.progress-bar-inner{background:#4f46e5;height:100%;transition:width .3s ease;border-radius:4px}.meta-bar{display:flex;align-items:center;justify-content:space-between;color:#6b7280;margin-bottom:20px;font-size:.875rem;font-weight:500;padding:0 8px}.info-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:99;display:flex;align-items:center;justify-content:center}.info-modal-box{background:#fff;border-radius:8px;max-width:400px;width:80vw;padding:20px 18px;box-shadow:0 10px 25px #0003;position:relative;border:1px solid #e5e7eb}.info-modal-box h3{font-size:1.1rem;font-weight:700;color:#111827;margin:0 0 12px;line-height:1.2;padding-bottom:8px;border-bottom:2px solid #f3f4f6}.info-modal-box .info-detail{color:#374151;font-size:.95rem;line-height:1.5;margin-bottom:15px;white-space:pre-line;text-align:left}.info-modal-close{position:absolute;top:8px;right:12px;background:none;border:none;width:28px;height:28px;font-size:1.3rem;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.info-modal-close:hover{color:#374151}.downtime-info-content{color:#374151;font-size:.9rem;line-height:1.4;text-align:left}.downtime-info-section{margin-bottom:15px;padding:12px;background:#f8fafc;border-radius:6px;border-left:3px solid #3b82f6}.downtime-info-section.downtime-info-important{background:#fef3cd;border-left-color:#f59e0b}.downtime-info-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.downtime-info-icon{font-size:1rem;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;border-radius:4px}.downtime-info-important .downtime-info-icon{background:#f59e0b1a}.downtime-info-header h4{font-size:.9rem;font-weight:600;color:#1f2937;margin:0}.downtime-info-steps,.downtime-info-points{margin:0;padding-left:15px}.downtime-info-steps li,.downtime-info-points li{margin-bottom:4px;color:#4b5563;line-height:1.3;font-size:.85rem}.downtime-info-steps li strong,.downtime-info-points li strong{color:#1f2937;font-weight:600}.note-modal-box{background:#fff;border-radius:8px;max-width:500px;width:90vw;padding:32px 24px;box-shadow:0 10px 25px #00000026;position:relative;border:1px solid #e5e7eb}.note-textarea{width:100%;padding:12px 16px;border-radius:6px;border:1px solid #d1d5db;font-size:1rem;background:#fff;transition:border-color .2s ease;font-family:inherit;resize:vertical;margin-bottom:20px;min-height:100px}.note-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.note-textarea::placeholder{color:#9ca3af}.note-modal-buttons{display:flex;gap:12px;justify-content:flex-end}.initials-modal-box{background:#fff;border-radius:12px;max-width:400px;width:90vw;padding:32px 24px;box-shadow:0 20px 40px #0003;position:relative;border:1px solid #e5e7eb}.initials-modal-box h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 20px;text-align:center}.initials-input{width:100%;padding:16px 20px;border-radius:8px;border:2px solid #d1d5db;font-size:1.4rem;background:#fff;transition:border-color .2s ease;font-family:inherit;text-align:center;letter-spacing:3px;font-weight:700;margin-bottom:24px;text-transform:uppercase}.initials-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.initials-input::placeholder{color:#9ca3af;font-weight:400;letter-spacing:1px}.login-form,.initials-form{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:32px;min-width:350px;border:1px solid #e5e7eb}.form-input{width:100%;padding:12px 16px;border-radius:6px;border:1px solid #d1d5db;font-size:1rem;background:#fff;transition:border-color .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-input::placeholder{color:#9ca3af}.form-title{text-align:center;font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:24px}.form-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:12px 16px;margin-bottom:16px;text-align:center;font-weight:500}.shift-selector{display:flex;justify-content:flex-end;gap:12px;margin-bottom:0;flex-wrap:wrap}.shift-btn{background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;padding:10px 20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.shift-btn.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.shift-btn:hover:not(.active){background:#f9fafb;border-color:#9ca3af}.task-completed{color:#9ca3af;text-decoration:line-through;font-weight:400;opacity:.7}.task-incomplete{color:#374151;font-weight:500;opacity:1}.note-display{font-size:.875rem;color:#4f46e5;margin-top:8px;max-width:200px;white-space:pre-line;background:#f8fafc;padding:8px 12px;border-radius:6px;border-left:3px solid #4f46e5}.footer-text{text-align:center;color:#9ca3af;font-size:.875rem;margin-top:32px;padding:20px 0;border-top:1px solid #e5e7eb;font-weight:400}@media (max-width: 1024px){.main-layout{flex-direction:column;gap:24px}.left-sidebar{flex:none;width:100%}.top-header{flex-direction:column;align-items:flex-start;gap:16px}.shift-selector{align-self:flex-end}.checklist-container{max-width:95%;padding:24px 20px;margin:10px auto}.checklist-table th,.checklist-table td{padding:16px 20px;font-size:.95rem}.header-card{font-size:.9rem;padding:20px 24px;min-width:auto;width:100%;text-align:center;position:static}.night-title{font-size:1.8rem}.shift-selector{gap:12px}.shift-btn{padding:10px 20px;font-size:.9rem}}@media (max-width: 768px){body{padding:10px}.top-header{flex-direction:column;align-items:center;text-align:center}.shift-selector{flex-direction:column;align-items:center;gap:8px;width:100%}.shift-btn{width:100%;max-width:200px}.checklist-container{padding:20px 16px;border-radius:16px}.checklist-table th,.checklist-table td{padding:14px 16px;font-size:.85rem}.checklist-table th:nth-child(1){width:40%;text-align:left}.checklist-table th:nth-child(2){width:13%;text-align:center}.checklist-table th:nth-child(3),.checklist-table th:nth-child(4),.checklist-table th:nth-child(5){width:9%;text-align:center}.checklist-table th:nth-child(6){width:20%;text-align:left}.night-title{font-size:1.75rem;text-align:center}.header-card{padding:16px 20px;font-size:.85rem;text-align:center}.meta-bar{flex-direction:column;gap:12px;align-items:stretch;text-align:center}.meta-bar>div{justify-content:center}.info-modal-box{margin:10px;padding:18px 15px 15px}.login-form,.initials-form{min-width:auto;width:90vw;max-width:400px;padding:32px 24px}}@media (max-width: 480px){.checklist-table th,.checklist-table td{padding:12px 14px;font-size:.8rem}.checklist-table th{font-size:.7rem;padding:10px 8px}.add-note-btn{padding:8px 12px;font-size:.8rem}.info-btn{width:32px;height:32px;font-size:1rem}.working-btn{padding:4px 6px;font-size:.65rem;min-width:52px;height:26px;gap:3px}.working-btn span:first-child{font-size:.75rem}.working-btn span:last-child{font-size:.65rem}.night-title{font-size:1.5rem}.header-card strong{font-size:1.2rem}}.breakfast-display{display:flex;align-items:center;justify-content:flex-end;flex:1;min-height:40px}.breakfast-modal-box{background:#fff;border-radius:12px;max-width:400px;width:90vw;padding:32px 24px;box-shadow:0 20px 40px #0003;position:relative;border:1px solid #e5e7eb}.breakfast-modal-box h3{font-size:1.3rem;font-weight:600;color:#111827;margin:0 0 24px;text-align:center}.breakfast-modal-content{display:flex;flex-direction:column;gap:24px}.breakfast-modal-inputs{display:flex;flex-direction:column;gap:16px}.breakfast-input-group{display:flex;flex-direction:column;gap:8px}.breakfast-input-group label{font-weight:600;color:#374151;font-size:.9rem}.breakfast-modal-input{padding:12px 16px;border:2px solid #d1d5db;border-radius:8px;font-size:1.1rem;background:#fff;transition:border-color .2s ease;font-family:inherit;text-align:center;font-weight:600}.breakfast-modal-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.breakfast-modal-buttons{display:flex;gap:12px;justify-content:center}.breakfast-modal-save-btn,.breakfast-modal-cancel-btn{padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;flex:1}.breakfast-modal-save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.breakfast-modal-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.breakfast-modal-cancel-btn{background:#6b7280;color:#fff}.breakfast-modal-cancel-btn:hover{background:#4b5563;transform:translateY(-1px)}@media (max-width: 768px){.breakfast-modal-box{padding:24px 20px}.breakfast-modal-buttons{flex-direction:column;gap:8px}.time-item{padding:12px 0;gap:12px}.time-icon{font-size:1.1em;min-width:28px;padding:6px}.time-label{min-width:70px;font-size:.9rem}.time-value{padding:6px 12px;font-size:.85rem;min-width:110px;white-space:nowrap}.time-value-clickable:after{width:16px;height:16px;font-size:.6rem;top:-6px;right:-6px}.time-value-clickable{font-size:.85rem;padding:6px 12px;min-width:110px;white-space:nowrap}}.downtime-checklist{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:16px 20px;margin:24px 0 16px;text-align:center}.downtime-header{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:12px;gap:8px}.downtime-title{font-size:.9rem;font-weight:600;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:6px}.downtime-items{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.downtime-item{display:flex;align-items:center;justify-content:center;gap:8px;background:#fff;padding:8px 12px;border-radius:4px;border:1px solid #d1d5db;transition:all .2s ease;font-size:.85rem}.downtime-item:hover{border-color:#4f46e5;box-shadow:0 1px 3px #4f46e51a}.downtime-item input[type=checkbox]{width:16px;height:16px;accent-color:#4f46e5;cursor:pointer}.downtime-text{font-weight:500;color:#374151}.downtime-text-completed{font-weight:500;color:#9ca3af;text-decoration:line-through}.downtime-item .initials-chip{background:#10b981;color:#fff;border:none;font-weight:600;font-size:.7rem;padding:2px 6px;border-radius:3px}.downtime-header .info-btn{background:#4b5563;width:20px;height:20px;font-size:.7rem;margin:0}.downtime-header .info-btn:hover{background:#374151}@media (max-width: 768px){.downtime-items{gap:12px}.downtime-item{font-size:.8rem}.downtime-checklist{padding:12px 16px}}.wakeup-section{display:flex;flex-direction:column;gap:16px}.wakeup-summary{padding:12px 0}.wakeup-stats{display:flex;gap:12px;flex-wrap:wrap}.wakeup-stat{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;color:#4a5568;font-weight:500}.wakeup-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.wakeup-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.wakeup-item:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:#667eea;transform:scaleY(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.wakeup-item:hover{border-color:#cbd5e0;transform:translate(4px);background:#f8fafc}.wakeup-item:hover:before{transform:scaleY(1)}.wakeup-item.completed{background:#f0fff4;border-color:#9ae6b4}.wakeup-item.completed:before{background:#38a169;transform:scaleY(1)}.wakeup-info{display:flex;flex-direction:column;gap:2px}.wakeup-room{font-weight:600;color:#2d3748;font-size:.9rem}.wakeup-time{font-size:.8rem;color:#667eea;font-weight:500}.wakeup-date{font-size:.7rem;color:#718096}.wakeup-actions{display:flex;gap:6px;align-items:center}.wakeup-toggle{background:none;border:none;font-size:1rem;cursor:pointer;padding:4px;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.wakeup-toggle:hover{background:#f7fafc;transform:scale(1.1)}.wakeup-toggle.completed{opacity:.8}.wakeup-delete{background:none;border:none;font-size:.8rem;cursor:pointer;padding:4px;border-radius:4px;opacity:.6;transition:all .3s cubic-bezier(.4,0,.2,1)}.wakeup-delete:hover{opacity:1;background:#fed7d7;transform:scale(1.1);color:#c53030}.wakeup-delete:hover{background:#fed7d7;opacity:1}.wakeup-empty{text-align:center;padding:16px;color:#a0aec0;font-style:italic;font-size:.85rem}.wakeup-buttons{display:flex;gap:8px;flex-wrap:wrap}.wakeup-add-btn{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:8px 12px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.wakeup-add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.handover-view-all-btn{width:100%;padding:8px 16px;background:#6b7280;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.handover-view-all-btn:hover{background:#4b5563;transform:translateY(-1px)}.handover-fullscreen-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.handover-fullscreen-container{background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000026;width:95%;max-width:1400px;height:85vh;max-height:800px;display:flex;flex-direction:column;overflow:hidden;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.handover-fullscreen-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#1e293b;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}.handover-fullscreen-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1e293b}.handover-fullscreen-actions{display:flex;gap:12px;align-items:center}.handover-add-btn{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.handover-add-btn:hover{background:#2563eb}.handover-fullscreen-close{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-size:20px;width:36px;height:36px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.handover-fullscreen-close:hover{background:#e2e8f0;color:#475569}.handover-fullscreen-content{display:flex;flex-direction:column;flex:1;overflow:hidden}.handover-fullscreen-stats{display:flex;gap:24px;padding:16px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.handover-fullscreen-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;background:#fff;border-radius:6px;border:1px solid #e2e8f0;min-width:80px}.handover-stat-number{font-size:1.5rem;font-weight:600;color:#1e293b;-webkit-background-clip:text;background-clip:text;line-height:1}.handover-stat-label{font-size:.8rem;color:#64748b;font-weight:500}.handover-fullscreen-table-container{flex:1;overflow-y:auto;padding:24px;background:#fff}.handover-fullscreen-table{width:100%;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden;border:1px solid #e2e8f0}.handover-fullscreen-table th{background:#f8fafc;padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0;font-weight:600;color:#64748b;font-size:.85rem}.handover-fullscreen-table td{padding:16px;border-bottom:1px solid #f1f5f9;vertical-align:top}.handover-fullscreen-table tr:hover{background:#f8fafc}.handover-row-today{background:#fef3e2!important}.handover-date-cell{position:relative}.handover-date-display{background:#3b82f6;color:#fff;font-weight:600;font-size:.9rem;padding:6px 12px;border-radius:4px;display:inline-block;min-width:80px;text-align:center}.handover-today-badge{background:#f59e0b;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:600;margin-left:6px;display:inline-block}.handover-day-cell{color:#6366f1;font-weight:600;font-size:.95rem}.handover-day-name{font-size:.95rem;text-transform:capitalize}.handover-notes-cell{max-width:500px;padding-right:20px}.handover-notes-preview{color:#475569;font-size:14px;line-height:1.5;word-wrap:break-word;background:#f8fafc;padding:12px;border-radius:4px;border:1px solid #e2e8f0;margin:4px 0;max-height:none;overflow:visible;white-space:pre-wrap}.handover-actions-cell{text-align:center}.handover-action-buttons{display:flex;gap:8px;justify-content:center;align-items:center}.handover-action-buttons button{padding:6px 12px;border:1px solid #e2e8f0;border-radius:4px;font-weight:500;font-size:13px;cursor:pointer;transition:all .2s ease}.handover-action-buttons .edit-button{background:#3b82f6;color:#fff}.handover-action-buttons .edit-button:hover{background:#2563eb}.handover-action-buttons .delete-button{background:#ef4444;color:#fff}.handover-action-buttons .delete-button:hover{background:#dc2626}.handover-edit-btn,.handover-delete-small-btn{background:#fff;border:2px solid #e2e8f0;padding:8px 12px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s ease;font-weight:500;box-shadow:0 2px 4px #0000000d}.handover-edit-btn{color:#4f46e5;border-color:#c7d2fe}.handover-edit-btn:hover{background:#f0f4ff;border-color:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 8px #4f46e533}.handover-delete-small-btn{color:#ef4444;border-color:#fecaca}.handover-delete-small-btn:hover{background:#fef2f2;border-color:#ef4444;transform:translateY(-1px);box-shadow:0 4px 8px #ef444433}.handover-fullscreen-empty{text-align:center;padding:80px 20px;color:#718096}.handover-empty-icon{font-size:4rem;margin-bottom:20px}.handover-fullscreen-empty h3{margin:20px 0 12px;color:#4a5568;font-size:1.3rem}.handover-fullscreen-empty p{margin-bottom:24px;color:#718096;font-size:1.1rem}.handover-fullscreen-footer{padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 16px 16px}.handover-export-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;padding:10px 16px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;margin-right:12px}.handover-export-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}@media (max-width: 768px){.handover-fullscreen-container{width:100%;height:100vh;border-radius:0}.handover-fullscreen-header{border-radius:0;flex-direction:column;gap:12px;align-items:stretch}.handover-fullscreen-actions{justify-content:space-between}.handover-fullscreen-stats{flex-direction:column;gap:16px;align-items:center}.handover-fullscreen-stat{flex-direction:row;justify-content:space-between;width:100%;max-width:200px}.handover-fullscreen-table-container{padding:0 12px}.handover-fullscreen-table{font-size:.8rem}.handover-fullscreen-table th,.handover-fullscreen-table td{padding:8px 4px}.handover-notes-cell{max-width:250px}.handover-notes-preview{font-size:.85rem;padding:8px 12px}.handover-date-display{font-size:.8rem;padding:6px 10px;min-width:80px}.handover-today-badge{font-size:.6rem;padding:3px 6px;margin-left:6px}.handover-action-buttons{flex-direction:column;gap:4px}.handover-edit-btn,.handover-delete-small-btn{padding:6px 8px;font-size:.8rem}.handover-bulk-actions{flex-direction:column;gap:8px}.handover-export-btn{margin-right:0;margin-bottom:8px}}.wakeup-fullscreen-btn{background:#4a5568;color:#fff;border:none;padding:8px 12px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.wakeup-fullscreen-btn:hover{background:#2d3748;transform:translateY(-1px)}.wakeup-clear-btn{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0;padding:8px 12px;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.wakeup-clear-btn:hover{background:#edf2f7;border-color:#cbd5e0}.wakeup-modal-box{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #00000026;position:relative}.wakeup-form-group{margin-bottom:16px}.wakeup-form-group label{display:block;margin-bottom:6px;font-weight:600;color:#374151;font-size:.9rem}.wakeup-input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:border-color .2s ease}.wakeup-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.wakeup-textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:60px;transition:border-color .2s ease}.wakeup-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.wakeup-input-help{font-size:.75rem;color:#718096;margin-top:4px;font-style:italic}.wakeup-fullscreen-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.wakeup-fullscreen-container{background:#fff;border-radius:12px;width:95%;max-width:1200px;height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026}.wakeup-fullscreen-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0}.wakeup-fullscreen-header h2{margin:0;color:#2d3748;font-size:1.5rem}.wakeup-fullscreen-actions{display:flex;gap:12px;align-items:center}.wakeup-fullscreen-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#718096;padding:4px 8px;border-radius:4px;transition:all .2s ease}.wakeup-fullscreen-close:hover{background:#e2e8f0;color:#4a5568}.wakeup-fullscreen-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.wakeup-fullscreen-stats{display:flex;gap:24px;padding:20px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.wakeup-fullscreen-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.stat-number{font-size:1.5rem;font-weight:700;color:#667eea}.stat-label{font-size:.8rem;color:#718096;font-weight:500}.wakeup-fullscreen-filters{padding:16px 24px;border-bottom:1px solid #e2e8f0}.wakeup-filter-tabs{display:flex;gap:8px}.wakeup-filter-tab{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.wakeup-filter-tab:hover{background:#f7fafc}.wakeup-filter-tab.active{background:#667eea;color:#fff;border-color:#667eea}.wakeup-fullscreen-table-container{flex:1;overflow-y:auto;padding:0 24px}.wakeup-fullscreen-table{width:100%;border-collapse:collapse;margin:16px 0}.wakeup-fullscreen-table th{background:#f8fafc;padding:12px 8px;text-align:left;border-bottom:2px solid #e2e8f0;font-weight:600;color:#4a5568;font-size:.85rem;position:sticky;top:0;z-index:10}.wakeup-fullscreen-table td{padding:12px 8px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.wakeup-fullscreen-table tr:hover{background:#f8fafc}.wakeup-row-completed{opacity:.7;background:#f0fff4!important}.wakeup-room-cell{font-weight:600}.wakeup-room-number{color:#2d3748;font-size:.9rem}.wakeup-date-cell{position:relative}.wakeup-today-badge{background:#ffd6cc;color:#c53030;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:600;margin-left:8px}.wakeup-time-display{font-family:Monaco,Courier New,monospace;font-weight:600;color:#667eea}.wakeup-notes-preview{color:#4a5568;font-size:.85rem}.wakeup-no-notes{color:#a0aec0;font-style:italic;font-size:.8rem}.wakeup-initials-small{background:#edf2f7;color:#4a5568;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:600}.wakeup-status-completed{color:#38a169;font-size:.85rem;font-weight:500}.wakeup-status-pending{color:#ed8936;font-size:.85rem;font-weight:500}.wakeup-action-buttons{display:flex;gap:6px}.wakeup-toggle-btn{background:none;border:1px solid #e2e8f0;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:.8rem;transition:all .2s ease}.wakeup-toggle-btn.pending{border-color:#ed8936;color:#ed8936}.wakeup-toggle-btn.pending:hover{background:#fef5e7}.wakeup-toggle-btn.completed{border-color:#38a169;color:#38a169}.wakeup-toggle-btn.completed:hover{background:#f0fff4}.wakeup-delete-btn{background:none;border:1px solid #e2e8f0;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:.8rem;color:#e53e3e;transition:all .2s ease}.wakeup-delete-btn:hover{background:#fed7d7;border-color:#feb2b2}.wakeup-fullscreen-empty{text-align:center;padding:60px 20px;color:#718096}.wakeup-empty-icon{font-size:3rem;margin-bottom:16px}.wakeup-fullscreen-empty h3{margin:16px 0 8px;color:#4a5568}.wakeup-fullscreen-empty p{margin-bottom:20px;color:#718096}.wakeup-fullscreen-footer{padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 12px 12px}.wakeup-bulk-actions{display:flex;gap:12px;justify-content:center}.wakeup-bulk-btn{padding:8px 16px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s ease;font-weight:500}.wakeup-bulk-btn:hover{background:#f7fafc;transform:translateY(-1px)}.wakeup-bulk-clear{color:#e53e3e;border-color:#feb2b2}.wakeup-bulk-clear:hover{background:#fed7d7}@media (max-width: 768px){.wakeup-item{padding:8px 10px}.wakeup-room{font-size:.85rem}.wakeup-time{font-size:.75rem}.wakeup-buttons{flex-direction:column}.wakeup-modal-box{padding:20px;margin:20px}.wakeup-fullscreen-container{width:100%;height:100vh;border-radius:0}.wakeup-fullscreen-header{border-radius:0;flex-direction:column;gap:12px;align-items:stretch}.wakeup-fullscreen-actions{justify-content:space-between}.wakeup-fullscreen-stats{flex-direction:column;gap:16px}.wakeup-fullscreen-stat{flex-direction:row;justify-content:space-between}.wakeup-filter-tabs{flex-wrap:wrap}.wakeup-fullscreen-table-container{padding:0 12px}.wakeup-fullscreen-table{font-size:.8rem}.wakeup-fullscreen-table th,.wakeup-fullscreen-table td{padding:8px 4px}.wakeup-bulk-actions{flex-direction:column}}.welcome-modal-box{background:#fff;border-radius:12px;padding:30px;max-width:500px;width:90%;margin:20px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;animation:modalSlideIn .3s ease-out}.welcome-modal-content p{margin:0;font-size:1rem;color:#4a5568}.welcome-modal-content strong{color:#2d3748;font-weight:600}.celebration-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000;animation:celebrationFadeIn .5s ease-out}.celebration-modal-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;padding:25px;max-width:450px;width:85%;margin:15px;box-shadow:0 20px 40px -12px #00000040;position:relative;animation:celebrationBounceIn .8s cubic-bezier(.68,-.55,.265,1.55);color:#fff;text-align:center;overflow:hidden}.celebration-modal-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:celebrationShimmer 3s infinite}.celebration-content{position:relative;z-index:1}.celebration-emoji-burst{font-size:1.5rem;margin-bottom:15px;animation:celebrationBurst 2s infinite;letter-spacing:6px}.celebration-title{font-size:2rem;font-weight:800;margin:0 0 15px;text-shadow:2px 2px 4px rgba(0,0,0,.3);animation:celebrationPulse 2s infinite}.celebration-message{margin-bottom:20px}.celebration-main-text{font-size:1.2rem;font-weight:600;margin:0 0 8px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.celebration-sub-text{font-size:1rem;margin:0;opacity:.9}.celebration-stats{display:flex;justify-content:space-around;margin:20px 0;gap:15px}.celebration-stat-item{background:#fff3;border-radius:12px;padding:15px 12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex:1;max-width:100px}.celebration-stat-number{display:block;font-size:1.6rem;font-weight:800;margin-bottom:4px}.celebration-stat-label{display:block;font-size:.9rem;opacity:.9;font-weight:500}.celebration-achievement{margin:20px 0}.celebration-badge{background:#fff3;border-radius:16px;padding:18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;gap:15px;border:2px solid rgba(255,255,255,.3)}.celebration-badge-icon{font-size:2.2rem;animation:celebrationSpin 3s infinite}.celebration-badge-text{text-align:left}.celebration-badge-title{display:block;font-size:1.1rem;font-weight:700;margin-bottom:4px}.celebration-badge-subtitle{display:block;font-size:.9rem;opacity:.9}.celebration-quotes{margin:25px 0}.celebration-quote{font-style:italic;font-size:1.1rem;opacity:.9;margin:0;padding:15px;background:#ffffff1a;border-radius:15px;border-left:4px solid rgba(255,255,255,.5)}.celebration-actions{margin:30px 0 20px}.celebration-continue-btn{background:#ffffffe6;color:#4a5568;border:none;border-radius:50px;padding:15px 30px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 20px #0003}.celebration-continue-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 12px 25px #0000004d}.celebration-footer{margin-top:20px;opacity:.8;font-size:.95rem}.celebration-footer p{margin:0}.celebration-modal-close{position:absolute;top:15px;right:20px;background:#fff3;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.celebration-modal-close:hover{background:#ffffff4d;transform:scale(1.1)}@keyframes celebrationFadeIn{0%{opacity:0}to{opacity:1}}@keyframes celebrationBounceIn{0%{opacity:0;transform:scale(.3) translateY(-100px)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes celebrationPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes celebrationBurst{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes celebrationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes celebrationShimmer{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 600px){.celebration-modal-box{padding:20px;margin:8px}.celebration-title{font-size:1.8rem}.celebration-main-text{font-size:1.1rem}.celebration-stats{flex-direction:column;align-items:center}.celebration-stat-item{max-width:200px}.celebration-badge{flex-direction:column;text-align:center}.celebration-badge-text{text-align:center}.welcome-modal-box{padding:20px;margin:10px}.welcome-modal-content p{font-size:.9rem}}.weather-widget{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #90caf9;border-radius:8px;padding:8px 12px;font-size:.85rem;color:#1565c0;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #1565c01a;min-width:140px}.weather-widget:hover{background:linear-gradient(135deg,#bbdefb,#90caf9);transform:translateY(-1px);box-shadow:0 4px 8px #1565c026}.weather-minimal{background:#fffc;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:.8rem;color:#4a5568;min-width:auto;gap:4px;box-shadow:0 1px 2px #0000000d}.weather-minimal:hover{background:#fffffff2;border-color:#cbd5e0;transform:none;box-shadow:0 2px 4px #0000001a}.weather-icon{font-size:1.2rem;animation:weatherPulse 3s ease-in-out infinite}.weather-minimal .weather-icon{font-size:1rem;animation:none}.weather-temp-minimal{font-weight:600;font-size:.8rem;color:#2d3748;line-height:1}.weather-info{display:flex;flex-direction:column;line-height:1.2}.weather-city{font-weight:600;font-size:.75rem;color:#0d47a1;text-transform:uppercase;letter-spacing:.02em}.weather-temp{font-weight:700;font-size:.9rem;color:#1565c0}.weather-loading{display:flex;align-items:center;gap:8px;color:#64b5f6}.weather-spinner{animation:weatherSpin 2s linear infinite}.weather-minimal .weather-spinner{animation:weatherPulse 1.5s ease-in-out infinite}.weather-error{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-color:#ffb74d;color:#e65100}.weather-minimal.weather-error{background:#fef3c7cc;border-color:#fbbf24;color:#92400e}.weather-error .weather-temp{color:#bf360c;font-size:.75rem;font-weight:500}.weather-minimal.weather-error .weather-temp-minimal{color:#92400e}@keyframes weatherPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes weatherSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.weather-widget{min-width:120px;padding:6px 10px;font-size:.8rem}.weather-minimal{padding:3px 6px;font-size:.75rem;gap:3px}.weather-icon{font-size:1rem}.weather-minimal .weather-icon{font-size:.9rem}.weather-city{font-size:.7rem}.weather-temp{font-size:.85rem}.weather-temp-minimal{font-size:.75rem}}@media (max-width: 768px){body{margin:0;padding:0;background:#f8fafc}.checklist-container{margin:0;padding:0;border-radius:0;border:none;box-shadow:none;min-height:100vh;background:#fff;max-width:none}.main-layout{flex-direction:column;gap:0;align-items:stretch}.top-header{padding:12px 16px;margin-bottom:0;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;flex-direction:column;gap:8px;align-items:stretch}.top-header .night-title{font-size:1.25rem;text-align:center;margin:0;font-weight:600}.left-sidebar{flex:none;width:100%;order:1;background:#f8fafc;padding:12px;position:relative;top:auto}.main-content{flex:none;width:100%;order:2;padding:12px}.header-card{padding:10px 14px;margin-bottom:6px;font-size:.85rem;position:relative;top:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014}.header-card:hover{transform:none;background:#fff}.hotel-info-section{font-size:.8rem;line-height:1.3}.info-item{padding:4px 0;border-bottom:1px solid #f1f5f9}.info-item:last-child{border-bottom:none}.shift-selector{display:flex;flex-direction:row;gap:6px;margin:8px 0}.shift-btn{flex:1;padding:8px 6px;font-size:.8rem;font-weight:600;border-radius:6px;min-height:36px;white-space:nowrap}.progress-bar{height:6px;margin:8px 0;border-radius:3px}.progress-bar-inner{border-radius:3px}.checklist-table{font-size:.85rem;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #00000014}.task-row{padding:12px;border-bottom:1px solid #f1f5f9;display:flex;flex-direction:row;align-items:flex-start;gap:10px}.task-row:last-child{border-bottom:none}.task-left{flex:1;display:flex;align-items:flex-start;gap:10px}.task-right{flex:none;display:flex;flex-direction:column;gap:6px;align-items:flex-end}.task-checkbox{width:18px;height:18px;flex-shrink:0;margin-top:2px}.task-text{font-size:.85rem;line-height:1.4;flex:1}.add-note-btn,.info-btn,.reset-btn{padding:6px 10px;font-size:.75rem;min-width:36px;min-height:36px;border-radius:6px;font-weight:600}.info-btn{background:#3b82f6;color:#fff;border:none;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center;font-size:.8rem}.wakeup-section{padding:10px;background:#fff;border-radius:8px}.wakeup-item{padding:6px 10px;font-size:.8rem;margin-bottom:4px;border-radius:6px;background:#f8fafc}.wakeup-buttons{display:flex;flex-direction:column;gap:4px;margin-top:6px}.wakeup-add-btn,.wakeup-fullscreen-btn,.wakeup-clear-btn{width:100%;padding:6px;font-size:.75rem;border-radius:6px;min-height:36px}.breakfast-display{font-size:.8rem;padding:6px 10px;background:#f8fafc;border-radius:6px}.weather-widget{padding:6px 10px;font-size:.75rem;border-radius:6px;margin:6px 0}.floating-map-button{bottom:16px;right:16px;width:44px;height:44px;box-shadow:0 4px 12px #00000026}}@media (max-width: 768px) and (min-width: 400px) and (min-height: 800px){.left-sidebar,.main-content,.top-header{padding:16px}.header-card{padding:12px 16px;margin-bottom:8px;font-size:.9rem}.hotel-info-section{font-size:.85rem;line-height:1.4}.info-item{padding:6px 0}.shift-btn{padding:10px 8px;font-size:.85rem;min-height:40px}.task-row{padding:14px;gap:12px}.task-checkbox{width:20px;height:20px}.task-text{font-size:.9rem;line-height:1.5}.add-note-btn,.reset-btn{padding:8px 12px;font-size:.8rem;min-width:40px;min-height:40px}.info-btn{width:32px;height:32px;font-size:.85rem}.wakeup-section{padding:12px}.wakeup-item{padding:8px 12px;font-size:.85rem;margin-bottom:6px}.wakeup-buttons{gap:6px;margin-top:8px}.wakeup-add-btn,.wakeup-fullscreen-btn,.wakeup-clear-btn{padding:8px;font-size:.8rem;min-height:40px}.breakfast-display{font-size:.85rem;padding:8px 12px}.weather-widget{padding:8px 12px;font-size:.8rem;margin:8px 0}.floating-map-button{width:48px;height:48px}}@media (max-width: 480px){.top-header .night-title{font-size:1.15rem}.shift-btn{padding:8px 6px;font-size:.75rem;min-height:34px}.task-row{padding:10px}.task-text{font-size:.8rem}.header-card{padding:8px 12px;font-size:.8rem}.wakeup-item{font-size:.75rem;padding:5px 8px}.add-note-btn,.reset-btn{padding:6px 8px;font-size:.7rem;min-height:34px}.info-btn{width:26px;height:26px;font-size:.75rem}}@media (max-width: 360px){.left-sidebar,.main-content,.top-header{padding:10px}.task-checkbox{width:16px;height:16px}.shift-btn{font-size:.7rem;padding:6px 4px;min-height:32px}.header-card{padding:6px 10px;font-size:.75rem}}@media (max-width: 768px){.note-modal-overlay,.info-modal-overlay{padding:60px 16px 16px;align-items:flex-start}.note-modal-box,.info-modal-box{width:100%;max-width:none;margin:0;border-radius:12px;max-height:calc(100vh - 120px);overflow-y:auto}.note-textarea{min-height:80px;font-size:16px;padding:10px;border-radius:6px}.info-modal-box{padding:16px;font-size:.9rem}.info-modal-close{top:10px;right:10px;width:30px;height:30px;font-size:1.1rem}}@media (max-width: 768px){.form-input,.initials-input{padding:10px 14px;font-size:16px;border-radius:6px;width:100%}.login-form{padding:20px;margin:0;max-width:none;min-width:auto;border-radius:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}}@media (hover: none) and (pointer: coarse){.task-checkbox{min-width:20px;min-height:20px}.add-note-btn,.info-btn,.reset-btn{min-width:36px;min-height:36px}.shift-btn{min-height:36px}.task-row:hover{transform:none;box-shadow:none;background:inherit}.header-card:hover{transform:none;border-color:inherit;background:inherit}.add-note-btn:hover,.info-btn:hover,.reset-btn:hover,.shift-btn:hover{transform:none;box-shadow:inherit}}@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px){.main-layout{flex-direction:row}.left-sidebar{flex:0 0 240px;order:1;height:100vh;overflow-y:auto;background:#f8fafc;border-right:1px solid #e5e7eb;padding:12px}.main-content{flex:1;order:2;height:100vh;overflow-y:auto;padding:12px}.top-header{position:relative;background:transparent;border-bottom:none;padding:8px 12px}.top-header .night-title{font-size:1.1rem}.checklist-container{padding:0}.header-card{padding:8px 10px;margin-bottom:6px;font-size:.8rem}.shift-btn{padding:6px 8px;font-size:.75rem;min-height:32px}}
