:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}[data-theme=dark]{color:#ffffffde;background-color:#242424}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#fff;color:#213547}[data-theme=dark] body{background-color:#242424;color:#ffffffde}#root{margin:0 auto;text-align:center;width:100%;background-color:#fff;color:#213547}[data-theme=dark] #root{background-color:#242424;color:#ffffffde}.calendar-container{width:100%;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.calendar-header{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:1rem;padding:.5rem}.calendar-header-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.5rem}.calendar-month-label{margin-bottom:.5rem;font-size:1.3rem;font-weight:700;text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e0e0e0;border:1px solid #ccc}[data-theme=dark] .calendar-grid{background-color:#444;border-color:#666}.calendar-day{background-color:#fff;min-height:80px;padding:.25rem;position:relative;display:flex;flex-direction:column;border:1px solid #ddd}.calendar-day.today{border-color:#007bff!important;border-width:2px}[data-theme=dark] .calendar-day{background-color:#1a1a1a;color:#fff;border-color:#444}.calendar-day.weekend{background-color:#f8f9fa}[data-theme=dark] .calendar-day.weekend{background-color:#2a2a2a}.calendar-day.gap-day{background-color:#f8f9fa;border-color:#dee2e6;opacity:.7}.calendar-day.gap-day.today{border-color:#007bff;border-width:2px}[data-theme=dark] .calendar-day.gap-day{background-color:#2a2a2a;border-color:#444}[data-theme=dark] .calendar-day.gap-day.today{border-color:#0d6efd;border-width:2px}.calendar-day-header{font-size:.8rem;font-weight:700;text-align:center;padding:.25rem;border-bottom:1px solid #eee}.calendar-day-header.weekend{background-color:#f8f9fa;color:#6c757d}[data-theme=dark] .calendar-day-header{border-bottom-color:#333}[data-theme=dark] .calendar-day-header.weekend{background-color:#2a2a2a;color:#adb5bd}.calendar-day-content{flex:1;overflow-y:auto;padding:.25rem;display:flex;flex-direction:column;gap:.25rem}.calendar-entry{background-color:#f0f0f0;border:1px solid #ddd;border-radius:3px;padding:.25rem;margin-bottom:.25rem;font-size:.7rem;transition:background-color .2s}.calendar-entry.shot{background-color:#d4edda;border-color:#c3e6cb;color:#155724}[data-theme=dark] .calendar-entry{background-color:#2a2a2a;border-color:#444;color:#fff}[data-theme=dark] .calendar-entry.shot{background-color:#1e4a1e;border-color:#2d5a2d;color:#a8e6a8}.calendar-entry-title{font-weight:700;margin-bottom:.1rem;font-size:1rem;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.calendar-entry-title:hover{background-color:#0000000d;border-radius:4px}[data-theme=dark] .calendar-entry-title:hover{background-color:#ffffff1a}.calendar-entry-location{color:#666;font-size:.6rem}[data-theme=dark] .calendar-entry-location{color:#aaa}.calendar-entry-tags{background:none!important;color:#1976d2;font-size:.6rem;font-weight:500;padding:.2rem .4rem;border-radius:4px;display:inline-block;margin:.1rem}[data-theme=dark] .calendar-entry-tags{background:none!important;color:#90caf9}.equipment-tag{font-size:.6rem;font-weight:500;padding:.2rem .4rem;border-radius:4px;display:inline-block;margin:.1rem;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;z-index:1}.equipment-tag.default{background-color:#e3f2fd;color:#1976d2}.equipment-tag.gray{background-color:#f5f5f5;color:#424242}.equipment-tag.brown{background-color:#efebe9;color:#5d4037}.equipment-tag.orange{background-color:#fff3e0;color:#e65100}.equipment-tag.yellow{background-color:#fffde7;color:#f57f17}.equipment-tag.green{background-color:#e8f5e8;color:#2e7d32}.equipment-tag.blue{background-color:#e3f2fd;color:#1976d2}.equipment-tag.purple{background-color:#f3e5f5;color:#7b1fa2}.equipment-tag.pink{background-color:#fce4ec;color:#c2185b}.equipment-tag.red{background-color:#ffebee;color:#c62828}[data-theme=dark] .equipment-tag.default{background-color:#1e3a5f;color:#90caf9}[data-theme=dark] .equipment-tag.gray{background-color:#424242;color:#e0e0e0}[data-theme=dark] .equipment-tag.brown{background-color:#5d4037;color:#d7ccc8}[data-theme=dark] .equipment-tag.orange{background-color:#e65100;color:#ffcc02}[data-theme=dark] .equipment-tag.yellow{background-color:#f57f17;color:#fff59d}[data-theme=dark] .equipment-tag.green{background-color:#2e7d32;color:#a5d6a7}[data-theme=dark] .equipment-tag.blue{background-color:#1e3a5f;color:#90caf9}[data-theme=dark] .equipment-tag.purple{background-color:#7b1fa2;color:#ce93d8}[data-theme=dark] .equipment-tag.pink{background-color:#c2185b;color:#f8bbd9}[data-theme=dark] .equipment-tag.red{background-color:#c62828;color:#ef9a9a}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background-color:#fff;border-radius:8px;padding:1.5rem;max-width:95vw;min-width:600px;max-height:90vh;overflow-y:auto;position:relative}[data-theme=dark] .modal{background-color:#1a1a1a;color:#fff}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}[data-theme=dark] .modal-close{color:#aaa}.modal-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.modal-content{display:flex;flex-direction:column;gap:1rem}.modal-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;min-width:0}.modal-row:nth-child(1){grid-template-columns:repeat(7,auto);gap:.5rem;justify-content:center;align-items:center}.modal-row:nth-child(3){grid-template-columns:1fr}.modal-field{display:flex;flex-direction:column}.modal-field-label{font-weight:700;color:#666;font-size:.6rem;margin-bottom:.25rem}[data-theme=dark] .modal-field-label{color:#aaa}.modal-field-value{font-size:1rem}@media (max-width: 1024px){.calendar-day{min-height:60px}.calendar-entry{font-size:.6rem;padding:.2rem}.calendar-entry-title{font-size:.65rem}.calendar-entry-location,.calendar-entry-tags{font-size:.55rem}}@media (max-width: 768px){#root{padding:1rem}.calendar-header{flex-direction:column;gap:.5rem}.calendar-day{min-height:50px}.calendar-entry{font-size:.55rem;padding:.15rem}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#283048,#859398);display:flex;align-items:center;justify-content:center;z-index:9999}.loading-container{text-align:center;color:#fff}.loading-spinner{position:relative;width:80px;height:80px;margin:0 auto 2rem}.spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top:3px solid #fff;border-radius:50%;animation:spin 1.2s linear infinite}.spinner-ring:nth-child(2){width:60px;height:60px;top:10px;left:10px;animation-delay:-.4s;border-top-color:#ffffffb3}.spinner-ring:nth-child(3){width:40px;height:40px;top:20px;left:20px;animation-delay:-.8s;border-top-color:#ffffff80}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text h2{margin:0 0 .5rem;font-size:1.8rem;font-weight:600;letter-spacing:.5px}.loading-text p{margin:0;font-size:1rem;opacity:.8;font-weight:300}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:300px;padding:3rem 2rem;background:linear-gradient(135deg,#fff5f5,#fef2f2);border:1px solid #fecaca;border-radius:16px;margin:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.error-boundary-content{text-align:center;max-width:600px}.error-icon{font-size:4rem;margin-bottom:1.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.error-boundary h2{color:#dc2626;margin:0 0 1rem;font-size:2rem;font-weight:700;letter-spacing:-.025em}.error-context{color:#6b7280;margin:0 0 2rem;font-size:1.125rem;line-height:1.6}.error-details{margin:2rem 0;text-align:left;background:#fffc;border:1px solid #f3f4f6;border-radius:12px;padding:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.error-details summary{cursor:pointer;font-weight:600;color:#374151;margin-bottom:1rem;font-size:1rem;padding:.5rem;border-radius:8px;background:#f9fafb;transition:all .2s ease}.error-details summary:hover{background:#f3f4f6}.error-stack{background:#1f2937;border:1px solid #374151;border-radius:8px;padding:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5;color:#fbbf24;white-space:pre-wrap;word-break:break-word;max-height:250px;overflow-y:auto;box-shadow:inset 0 2px 4px #0000001a}.error-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.error-button{padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;min-width:140px}.error-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.error-button.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.error-button.primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.error-button.secondary{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.error-button.secondary:hover{background:linear-gradient(135deg,#4b5563,#374151)}.error{text-align:center;padding:2rem;color:#dc3545;font-size:1.2rem}[data-theme=dark] .error{color:#ff6b6b}.nav-button{background-color:#007bff;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.nav-button:hover{background-color:#0056b3}.nav-button:disabled{background-color:#6c757d;cursor:not-allowed}[data-theme=dark] .nav-button{background-color:#0d6efd}[data-theme=dark] .nav-button:hover{background-color:#0b5ed7}[data-theme=dark] .nav-button:disabled{background-color:#495057}.status-footer{position:fixed;bottom:1rem;right:1rem;z-index:100;display:flex;flex-direction:row;align-items:center;gap:.5rem}.status-toggle{background-color:#007bff;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;box-shadow:0 2px 8px #0003}.status-toggle:hover{background-color:#0056b3}[data-theme=dark] .status-toggle{background-color:#0d6efd}[data-theme=dark] .status-toggle:hover{background-color:#0b5ed7}.status-panel{position:absolute;bottom:50px;right:0;background-color:#fff;border:1px solid #ddd;border-radius:8px;padding:1rem;font-size:.8rem;min-width:200px;box-shadow:0 4px 12px #00000026;animation:slideIn .2s ease-out}[data-theme=dark] .status-panel{background-color:#1a1a1a;border-color:#444;color:#fff}.status-panel>div{margin-bottom:.5rem}.status-panel>div:last-child{margin-bottom:0}.theme-toggle-section{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.theme-toggle-button{background:none;border:1px solid #ddd;border-radius:4px;padding:.25rem .5rem;cursor:pointer;font-size:1rem;transition:background-color .2s}.theme-toggle-button:hover{background-color:#f0f0f0}[data-theme=dark] .theme-toggle-button{border-color:#444;color:#fff}[data-theme=dark] .theme-toggle-button:hover{background-color:#2a2a2a}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.call-time-section{padding:.25rem .25rem 0rem;border-top:1px solid #eee;margin-bottom:0}[data-theme=dark] .call-time-section{border-top-color:#333}.call-time-display{font-size:.6rem;color:#666;cursor:pointer;padding:.05rem;border-radius:2px;transition:background-color .2s;margin-bottom:0}.call-time-display:hover{background-color:#f0f0f0}[data-theme=dark] .call-time-display{color:#aaa}[data-theme=dark] .call-time-display:hover{background-color:#2a2a2a}.call-time-edit{display:flex;flex-direction:column;gap:.25rem}.call-time-input{font-size:.6rem;padding:.2rem;border:1px solid #ddd;border-radius:3px;background-color:#fff;color:#213547;width:100%;box-sizing:border-box}[data-theme=dark] .call-time-input{background-color:#2a2a2a;border-color:#444;color:#fff}.call-time-buttons{display:flex;gap:.25rem}.call-time-save,.call-time-cancel{background-color:#007bff;color:#fff;border:none;border-radius:6px;padding:.3rem .6rem;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .2s;min-width:2rem;min-height:2rem;display:flex;align-items:center;justify-content:center}.call-time-save{background-color:#28a745}.call-time-save:hover{background-color:#218838}.call-time-cancel{background-color:#dc3545}.call-time-cancel:hover{background-color:#c82333}[data-theme=dark] .call-time-save{background-color:#28a745}[data-theme=dark] .call-time-save:hover{background-color:#218838}[data-theme=dark] .call-time-cancel{background-color:#dc3545}[data-theme=dark] .call-time-cancel:hover{background-color:#c82333}.horizontal-calendar-container{width:100%;max-width:100vw;height:100vh;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden;display:flex;flex-direction:column}.horizontal-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding:.5rem;position:sticky;top:0;background-color:#fff;z-index:10;border-bottom:1px solid #eee;flex-shrink:0}.today-button{background-color:#007bff;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.25rem}.today-button:hover{background-color:#0056b3}[data-theme=dark] .today-button{background-color:#0d6efd}[data-theme=dark] .today-button:hover{background-color:#0b5ed7}.sticky-navigation{position:fixed;top:20px;left:20px;z-index:1000;display:flex;align-items:center;gap:10px}.sticky-today-button{background-color:#007bff;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;gap:.25rem;box-shadow:0 2px 8px #00000026}.sticky-today-button:hover{background-color:#0056b3}[data-theme=dark] .sticky-today-button{background-color:#0d6efd}[data-theme=dark] .sticky-today-button:hover{background-color:#0b5ed7}.arrow-button{background-color:#007bff;color:#fff;border:none;border-radius:8px;width:32px;height:32px;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026}.arrow-button:hover{background-color:#0056b3}[data-theme=dark] .arrow-button{background-color:#0d6efd}[data-theme=dark] .arrow-button:hover{background-color:#0b5ed7}[data-theme=dark] .horizontal-calendar-header{background-color:#1a1a1a;border-bottom-color:#333}.horizontal-calendar-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#ccc transparent;scroll-behavior:smooth;flex:1;padding:0;margin:0}.horizontal-calendar-scroll::-webkit-scrollbar{height:8px}.horizontal-calendar-scroll::-webkit-scrollbar-track{background:transparent}.horizontal-calendar-scroll::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}[data-theme=dark] .horizontal-calendar-scroll::-webkit-scrollbar-thumb{background-color:#666}.horizontal-calendar-row{display:flex;min-width:max-content;gap:1px;padding:0;margin:0;height:100%}.horizontal-day-column{background-color:#fff;width:220px;min-width:200px;max-width:260px;border:1px solid #ddd;border-radius:8px;display:flex;flex-direction:column;margin-right:.5rem;box-shadow:0 2px 4px #0000001a;flex-shrink:0;position:relative}[data-theme=dark] .horizontal-day-column{background-color:#1a1a1a;border-color:#444;box-shadow:0 2px 4px #0000004d}.horizontal-day-column.today{border-color:#007bff;border-width:2px}.horizontal-day-column.other-month{opacity:.6}.horizontal-day-column.gap-day{background-color:#f8f9fa;border-color:#dee2e6;opacity:.7;width:120px;min-width:100px;max-width:140px}.horizontal-day-column.gap-day.today{border-color:#007bff;border-width:2px}[data-theme=dark] .horizontal-day-column.gap-day{background-color:#2a2a2a;border-color:#444}[data-theme=dark] .horizontal-day-column.gap-day.today{border-color:#0d6efd;border-width:2px}.horizontal-day-header{font-size:1rem;font-weight:700;text-align:center;padding:.75rem;border-bottom:1px solid #eee;background-color:#f8f9fa;border-radius:8px 8px 0 0;display:flex;flex-direction:column;gap:.5rem}.header-date{font-size:1rem;font-weight:700}.horizontal-day-column.gap-day .horizontal-day-header{font-size:.8rem;padding:.5rem}[data-theme=dark] .horizontal-day-header{border-bottom-color:#333;background-color:#2a2a2a}.horizontal-day-content{flex:1;overflow-y:auto;padding:.5rem .5rem 4rem;min-height:200px;height:100%;display:flex;flex-direction:column;position:relative}.horizontal-day-column:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent 0%,#ffffff4d 30%,#fffc 70%,#fff);pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:1;border-radius:0 0 8px 8px}.horizontal-day-column.has-overflow:after{opacity:1}.scroll-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:10px solid rgba(0,123,255,1);opacity:0;transition:opacity .3s ease;z-index:2;pointer-events:none}.horizontal-day-column.has-overflow .scroll-indicator{opacity:1}[data-theme=dark] .horizontal-day-column:after{background:linear-gradient(transparent 0%,#1a1a1a4d 30%,#1a1a1acc 70%,#1a1a1a)}[data-theme=dark] .scroll-indicator{border-top-color:#0d6efd}.gap-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px;color:#6c757d;text-align:center;margin-bottom:.5rem}.gap-icon{font-size:2rem;margin-bottom:.5rem}.gap-text{font-size:.8rem;font-weight:500}.gap-indicator{font-size:.8rem;color:#6c757d;font-weight:500;margin-top:.25rem;font-style:italic;cursor:pointer;transition:color .2s}.gap-indicator:hover{color:#495057}[data-theme=dark] .gap-message,[data-theme=dark] .gap-indicator{color:#adb5bd}[data-theme=dark] .gap-indicator:hover{color:#ced4da}.gap-label-section{margin-top:.25rem}.gap-label-edit{display:flex;flex-direction:column;gap:.25rem}.gap-label-input{font-size:.7rem;padding:.25rem;border:1px solid #ddd;border-radius:3px;background-color:#fff;color:#213547;width:100%}[data-theme=dark] .gap-label-input{background-color:#2a2a2a;border-color:#444;color:#fff}.gap-label-buttons{display:flex;gap:.25rem;justify-content:center}.gap-label-save,.gap-label-cancel{font-size:.8rem;padding:.3rem .6rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;min-width:2rem;min-height:2rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.gap-label-save{background-color:#28a745;color:#fff}.gap-label-save:hover{background-color:#218838}.gap-label-cancel{background-color:#dc3545;color:#fff}.gap-label-cancel:hover{background-color:#c82333}[data-theme=dark] .gap-label-save{background-color:#28a745;color:#fff}[data-theme=dark] .gap-label-save:hover{background-color:#218838}[data-theme=dark] .gap-label-cancel{background-color:#dc3545;color:#fff}[data-theme=dark] .gap-label-cancel:hover{background-color:#c82333}.calendar-day .gap-label-section{padding-top:.25rem}.calendar-day .gap-indicator{font-size:.7rem;text-align:center;padding:.25rem}.calendar-day .gap-label-input{font-size:.6rem;padding:.2rem}.calendar-day .gap-label-buttons{gap:.2rem}.calendar-day .gap-label-save,.calendar-day .gap-label-cancel{font-size:.5rem;padding:.1rem .2rem}.view-toggle{position:fixed;top:1rem;right:1rem;background-color:#007bff;color:#fff;border:none;border-radius:50%;width:50px;height:50px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;box-shadow:0 2px 8px #0003;z-index:1000}.view-toggle:hover{background-color:#0056b3}[data-theme=dark] .view-toggle{background-color:#0d6efd}[data-theme=dark] .view-toggle:hover{background-color:#0b5ed7}.view-toggle-dropdown{position:absolute;top:110%;right:0;background:#1976d2;border:1px solid #1976d2;border-radius:6px;box-shadow:0 2px 8px #1976d214;z-index:10;min-width:160px;padding:4px 0}.view-toggle-dropdown>div{padding:10px 20px;cursor:pointer;white-space:nowrap;color:#fff;background:#1976d2;transition:background .2s,color .2s}.view-toggle-dropdown>div:hover,.view-toggle-dropdown>div.active{background:#2196f3;color:#fff}@media (max-width: 1200px){.horizontal-day-column{width:180px;min-width:160px;max-width:220px}.horizontal-day-column.gap-day{width:100px;min-width:80px;max-width:120px}}@media (max-width: 768px){.horizontal-day-column{width:160px;min-width:140px;max-width:200px}.horizontal-day-column.gap-day{width:80px;min-width:60px;max-width:100px}.horizontal-calendar-header{flex-direction:column;gap:.5rem}.view-toggle{top:.5rem;right:.5rem;width:45px;height:45px;font-size:1rem}}@media (max-width: 480px){.horizontal-day-column{width:120px;min-width:100px;max-width:140px}.horizontal-day-column.gap-day{width:60px;min-width:50px;max-width:80px}.horizontal-day-content{min-height:150px;max-height:50vh}}.day-notes-section{margin-top:0rem;margin-bottom:0;padding-top:.5rem;border-top:1px solid #eee}[data-theme=dark] .day-notes-section{border-top-color:#333}.calendar-day-content .day-notes-section{margin-top:0;margin-bottom:.5rem;padding-top:0;padding-bottom:.25rem;border-top:none;border-bottom:1px solid #eee}[data-theme=dark] .calendar-day-content .day-notes-section{border-top-color:transparent;border-bottom-color:#333}.horizontal-day-header .day-notes-section{margin-top:0rem;margin-bottom:0;padding-top:.5rem;padding-bottom:0;border-top:1px solid #eee;border-bottom:none}[data-theme=dark] .horizontal-day-header .day-notes-section{border-top-color:#333;border-bottom-color:transparent}.day-notes-display{display:flex;flex-direction:column;gap:.25rem}.day-note-text{font-size:.7rem;color:#666;background-color:#f8f9fa;padding:0rem;border-radius:3px;white-space:pre-wrap;word-break:break-word}.day-note-text.clickable{cursor:pointer;transition:background-color .2s}.day-note-text.clickable:hover{background-color:#e9ecef}[data-theme=dark] .day-note-text{color:#adb5bd;background-color:#2a2a2a}[data-theme=dark] .day-note-text.clickable:hover{background-color:#3a3a3a}.day-note-button{background:#0000000d;border:none;font-size:.7rem;cursor:pointer;padding:.3rem;border-radius:6px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;align-self:center}.day-note-button:hover{background-color:#00000026}[data-theme=dark] .day-note-button{background:#ffffff1a}[data-theme=dark] .day-note-button:hover{background-color:#fff3}.day-note-edit{display:flex;flex-direction:column;gap:.25rem}.day-note-input{font-size:.7rem;padding:.25rem;border:1px solid #ddd;border-radius:3px;background-color:#fff;color:#213547;width:100%;resize:vertical;min-height:60px;font-family:inherit}[data-theme=dark] .day-note-input{background-color:#2a2a2a;border-color:#444;color:#fff}.day-note-buttons{display:flex;gap:.25rem;justify-content:flex-end}.day-note-save,.day-note-cancel{font-size:.8rem;padding:.3rem .6rem;border:none;border-radius:6px;cursor:pointer;font-weight:500;min-width:2rem;min-height:2rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.day-note-save{background-color:#28a745;color:#fff}.day-note-save:hover{background-color:#218838}.day-note-cancel{background-color:#dc3545;color:#fff}.day-note-cancel:hover{background-color:#c82333}[data-theme=dark] .day-note-save{background-color:#28a745;color:#fff}[data-theme=dark] .day-note-save:hover{background-color:#218838}[data-theme=dark] .day-note-cancel{background-color:#dc3545;color:#fff}[data-theme=dark] .day-note-cancel:hover{background-color:#c82333}.data-export-section{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:.5rem}[data-theme=dark] .data-export-section{border-top-color:#333}.export-button,.import-button,.refresh-button{font-size:.7rem;padding:.3rem .6rem;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .2s}.export-button{background-color:#d4edda;color:#155724}.export-button:hover{background-color:#c3e6cb}.import-button{background-color:#d1ecf1;color:#0c5460}.import-button:hover{background-color:#bee5eb}.refresh-button{background-color:#fff3cd;color:#856404}.refresh-button:hover{background-color:#ffeaa7}[data-theme=dark] .export-button{background-color:#1e4a1e;color:#a8e6a8}[data-theme=dark] .export-button:hover{background-color:#2d5a2d}[data-theme=dark] .import-button{background-color:#1e4a4a;color:#a8e6e6}[data-theme=dark] .import-button:hover{background-color:#2d5a5a}[data-theme=dark] .refresh-button{background-color:#4a3e1e;color:#e6d8a8}[data-theme=dark] .refresh-button:hover{background-color:#5a4e2d}.status-toggle.status-alert{background-color:#d32f2f!important;color:#fff!important;border:none}.status-toggle.status-alert:hover{background-color:#b71c1c!important;color:#fff!important}.theme-toggle-button.status-alert{background-color:#ff9800!important;color:#fff!important;border:none}.theme-toggle-button.status-alert:hover{background-color:#f57c00!important;color:#fff!important}.timeline-title-input{font-size:1.5rem;font-weight:700;text-align:center;padding:.2rem .5rem;border:1px solid #ccc;border-radius:5px;max-width:320px;margin:0 auto;background:#fff;color:#213547}[data-theme=dark] .timeline-title-input{background:#222;color:#fff;border-color:#444}.timeline-date-section{background:#f7f7fa;border-radius:8px;padding:.7em 1em;margin:.5em 0 1em;display:flex;flex-direction:column;align-items:center;box-shadow:0 1px 4px #00000008}[data-theme=dark] .timeline-date-section{background:#23232a;box-shadow:0 1px 4px #00000026}.timeline-date-label{font-size:.95em;font-weight:500;color:#333;text-align:center;margin-bottom:.3em}[data-theme=dark] .timeline-date-label{color:#eee}.timeline-date-fields{display:flex;gap:1em;align-items:center;justify-content:center;margin-top:.2em}.timeline-date-input{background:#fff;color:#213547;border:1px solid #ccc;border-radius:4px;padding:.3rem .5rem;font-size:.95em;font-family:inherit;margin-left:.5em;margin-right:.5em;box-sizing:border-box;transition:border-color .2s}.timeline-date-input:focus{border-color:#007bff;outline:none}[data-theme=dark] .timeline-date-input{background:#23232a;color:#eee;border:1px solid #444}.theme-toggle-section{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.7em;margin:.7em 0}.theme-toggle-section>div{text-align:center;margin-bottom:0}.theme-toggle-button{background-color:#007bff;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;box-shadow:0 2px 8px #0003}.theme-toggle-button:hover{background-color:#0056b3}[data-theme=dark] .theme-toggle-button{background-color:#0d6efd}[data-theme=dark] .theme-toggle-button:hover{background-color:#0b5ed7}.clear-notes-button{font-size:.7rem;padding:.3rem .6rem;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:background-color .2s;background-color:#f8d7da;color:#721c24;margin-top:.5rem}.clear-notes-button:hover{background-color:#f5c6cb}[data-theme=dark] .clear-notes-button{background-color:#4a1e1e;color:#e6a8a8}[data-theme=dark] .clear-notes-button:hover{background-color:#5a2d2d}.calendar-day .gap-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60px;color:#6c757d;text-align:center;margin:.5rem 0}.calendar-day .gap-icon{font-size:1.5rem;margin-bottom:.25rem}.calendar-day .gap-text{font-size:.7rem;font-weight:500}[data-theme=dark] .calendar-day .gap-message{color:#adb5bd}.equipment-calendar .calendar-entry-tags{background:none;padding:0;margin:0}.section-separator{border:0;border-top:1px solid #eee;width:80%;margin:12px auto}[data-theme=dark] .section-separator{border-top-color:#333}#default-view-select{background:#fff;color:#213547;border:1px solid #ccc;border-radius:4px;padding:2px 8px;transition:background .2s,color .2s}[data-theme=dark] #default-view-select{background:#242424;color:#fff;border:1px solid #444}.Toastify__toast-container{z-index:9999}.Toastify__toast{border-radius:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;box-shadow:0 4px 12px #00000026;border:none;background:var(--toast-bg);color:var(--toast-text)}.Toastify__toast--success{background:var(--toast-success-bg);color:var(--toast-success-text)}.Toastify__toast--error{background:var(--toast-error-bg);color:var(--toast-error-text)}.Toastify__toast--warning{background:var(--toast-warning-bg);color:var(--toast-warning-text)}.Toastify__toast--info{background:var(--toast-info-bg);color:var(--toast-info-text)}.Toastify__progress-bar{background:var(--toast-progress-bg)}.Toastify__close-button{color:var(--toast-close-color);opacity:.7}.Toastify__close-button:hover{opacity:1}[data-theme=light]{--toast-bg: #ffffff;--toast-text: #333333;--toast-success-bg: #86efac;--toast-success-text: #064e3b;--toast-error-bg: #fca5a5;--toast-error-text: #7f1d1d;--toast-warning-bg: #fcd34d;--toast-warning-text: #78350f;--toast-info-bg: #93c5fd;--toast-info-text: #1e3a8a;--toast-progress-bg: rgba(0, 0, 0, .2);--toast-close-color: rgba(0, 0, 0, .6)}[data-theme=dark]{--toast-bg: #1f2937;--toast-text: #f9fafb;--toast-success-bg: #065f46;--toast-success-text: #d1fae5;--toast-error-bg: #7f1d1d;--toast-error-text: #fecaca;--toast-warning-bg: #92400e;--toast-warning-text: #fef3c7;--toast-info-bg: #1e40af;--toast-info-text: #bfdbfe;--toast-progress-bg: rgba(255, 255, 255, .2);--toast-close-color: rgba(255, 255, 255, .6)}[data-theme=auto]{--toast-bg: #ffffff;--toast-text: #333333;--toast-success-bg: #86efac;--toast-success-text: #064e3b;--toast-error-bg: #fca5a5;--toast-error-text: #7f1d1d;--toast-warning-bg: #fcd34d;--toast-warning-text: #78350f;--toast-info-bg: #93c5fd;--toast-info-text: #1e3a8a;--toast-progress-bg: rgba(0, 0, 0, .2);--toast-close-color: rgba(0, 0, 0, .6)}@media (prefers-color-scheme: dark){[data-theme=auto]{--toast-bg: #1f2937;--toast-text: #f9fafb;--toast-success-bg: #065f46;--toast-success-text: #d1fae5;--toast-error-bg: #7f1d1d;--toast-error-text: #fecaca;--toast-warning-bg: #92400e;--toast-warning-text: #fef3c7;--toast-info-bg: #1e40af;--toast-info-text: #bfdbfe;--toast-progress-bg: rgba(255, 255, 255, .2);--toast-close-color: rgba(255, 255, 255, .6)}}.Toastify__toast button{transition:all .2s ease;font-family:inherit}.Toastify__toast button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.Toastify__toast button:active{transform:translateY(0)}[data-theme=dark] .Toastify__toast button{border-color:#4b5563}[data-theme=dark] .Toastify__toast button:hover{box-shadow:0 2px 4px #0000004d}.equipment-tag.strikethrough{text-decoration:line-through;text-decoration-thickness:2px;opacity:.4;transition:all .2s ease}.equipment-tag.strikethrough:hover{opacity:.6}.equipment-tag.long-press{transform:scale(1.1);transition:transform .2s ease}.equipment-tag{cursor:pointer;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}@media (hover: hover){.equipment-tag:hover{background-color:#0000000d}[data-theme=dark] .equipment-tag:hover{background-color:#ffffff1a}}
